/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}


p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

* {
    outline: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

@font-face {
    font-family: 'Latos';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Latos';
    src: url('../fonts/Lato-Medium.woff2') format('woff2'),
        url('../fonts/Lato-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Latos';
    src: url('../fonts/Lato-SemiBold.woff2') format('woff2'),
        url('../fonts/Lato-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Latos';
    src: url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    overflow-x: hidden;
    font-family: 'Latos';
    color: #555555;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 15px;
}

.inner-wrapper .main {
    margin-bottom: 30px;
}

.inner {
    min-height: 50vh;
}

.inner .text h3 {
    margin-top: 20px;
}

.inner .text p {
    margin: 10px 0;
    text-align: justify;
    line-height: 150%;
}

.inner .text .intro {
    background-color: #f8f9fa;
    padding: 15px;
    border-left: 4px solid #32660A;
    margin: 20px 0;
}

.inner .text table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.inner .text table,
th,
td {
    border: 1px solid #ddd;
}

.inner .text th,
td {
    padding: 12px;
    text-align: left;
}

.inner .text th {
    background: #32660A;
    color: white;
}

.header {
    position: fixed;
    background-color: #fff;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}

.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

.menu {
    display: flex;
    gap: 88px;
}

.header_logo {
    display: flex;
}

.menu li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

.menu li:hover .dropdown {
    opacity: 1;
    visibility: visible;
}

.menu .dropdown {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px #0000000D;
    border-radius: 15px;
    padding: 25px;
    width: 305px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    left: 0;
}

.menu .dropdown a {
    padding: 0;
    margin-bottom: 25px;
}

.menu .dropdown li:last-child a {
    margin-bottom: 0;
}

.menu a {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    display: block;
    color: #1C1C1C;
    padding: 16px 0;
    transition: all 0.3s;
}

.menu a:hover {
    color: #32660A;
}

.header_number {
    font-weight: 500;
    font-size: 24px;
    color: #0D1114;
    transition: all 0.3s;
}

.header_number:hover {
    color: #32660A;
}

.header_messages {
    display: flex;
    gap: 10px;
}

.header_message {
    display: flex;
    transition: all 0.3s;
}

.header_message:hover {
    transform: scale(1.1);
}

.header_message-phone {
    width: 50px;
    height: 50px;
    background: #32660a;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
}

.header_message-phone img {
    width: 26px;
}

.main {
    margin-top: 120px;
}

.main_wrapper {
    display: flex;
    justify-content: space-between;
}

.main_left {
    width: calc(50% - 10px);
}

.main_inner {
    background: #F5F5F2;
    padding: 50px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.main_title {
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    margin-bottom: 30px;
    color: #1C1C1C;
}

.main_text {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 60px;
}

.main_messages-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
    color: #1C1C1C;
    margin-right: 10px;
}

.main_messages {
    display: flex;
    gap: 10px;
    align-items: center;
}

.main_message {
    transition: all 0.3s;
}

.main_message:hover {
    transform: scale(1.1);
}

.main_message-phone {
    width: 50px;
    height: 50px;
    background: #32660a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_message-phone img {
    width: 25px;
}

.main_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.main_item {
    width: calc(50% - 10px);
    border-radius: 30px;
    padding: 30px;
}

.main_item:nth-child(1) {
    background: #32660A;
}

.main_item:nth-child(2) {
    background: #D8E4C9;
}

.main_item:nth-child(1) .main_item-title {
    color: #fff;
}

.main_item-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    margin-bottom: 42px;
    color: #003E33;
}

.main_item-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #003E33;
}

.main_item:nth-child(1) .main_item-text {
    color: #FFFFFFCC;
}

.main_links {
    width: calc(50% - 10px);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.main_link:nth-child(1) {
    width: 100%;
    height: 450px;
}

.main_link:nth-child(1) .main_link-title {
    font-size: 32px;
}

.main_link {
    width: calc(50% - 10px);
    border-radius: 30px;
    padding: 30px;
    display: flex;
    position: relative;
    height: 300px;
    overflow: hidden;
    align-items: flex-end;
    z-index: 1;
}

.main_link-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    display: flex;
}

.main_link-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54.81%, rgba(0, 0, 0, 0.7) 100%);
}

.main_link-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_link-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #fff;
}

.main_link::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 85px;
    height: 86px;
    background-image: url(../img/main_link.svg);
    opacity: 0;
    transition: all 0.3s;
}

.main_link:hover::before {
    opacity: 1;
}

.why {
    margin: 100px 0;
}

.why_wrapper {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.why_left {
    width: 904px;
    padding: 50px;
    border-radius: 30px;
    background: #F5F5F2;
}

.why_title {
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    margin-bottom: 30px;
    color: #1C1C1C;
}

.why_title span {
    color: #32660A;
}

.why_text {
    font-size: 20px;
    line-height: 150%;
    color: #555555;
}

.why_right {
    width: 596px;
    padding: 50px;
    background: linear-gradient(180deg, #003E33 0%, #002C0B 100%);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
}

.why_subtitle {
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.why_right .why_text {
    color: #FFFFFFCC;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #32660A;
    border-radius: 500px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.3s;
}

.btn:hover {
    background: #D8E4C9;
    color: #32660A;
}

.why_btn {
    margin-top: auto;
    width: 100%;
    height: 60px;
}

.why_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.why_item {
    width: calc(20% - 16px);
    padding: 25px;
    border-radius: 30px;
    background: #F5F5F2;
    height: 350px;
    display: flex;
    overflow: hidden;
    position: relative;
    flex-direction: column;
}

.why_item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
}

.why_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why_item:nth-child(2n) {
    justify-content: flex-end;
}

.why_item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 10px;
    color: #1C1C1C;
}

.why_item-text {
    line-height: 150%;
    color: #555555;
}

.why_item-year {
    position: absolute;
    top: 36px;
    right: 83px;
    font-weight: 700;
    font-size: 19px;
    color: #2e4c0d;
    transform: skewX(15deg);
}

.map {
    margin: 100px 0;
}

.map_wrapper {
    display: flex;
    justify-content: space-between;
}

.map_left {
    width: 1135px;
    background: #F5F5F2;
    padding: 50px;
    position: relative;
    z-index: 1;
    border-radius: 30px;
}

.map_img {
    position: absolute;
    top: 0;
    display: flex;
    right: 50%;
    z-index: -1;
    transform: translateX(50%);
    height: 100%;
}

.map_img img {
    height: 100%;
}

.map_dot {
    position: absolute;
    border: 10px solid #32660A;
    background: #FFFFFF;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    line-height: 130%;
    color: #fff;
}

.map_dot:nth-child(1) {
    top: 218px;
    left: 252px;
}

.map_dot:nth-child(2) {
    top: 302px;
    left: 279px;
}

.map_dot:nth-child(3) {
    top: 324px;
    left: 509px;
}

.map_dot:nth-child(4) {
    top: 234px;
    left: 426px;
}

.map_dot:nth-child(5) {
    top: 445px;
    left: 180px;

}

.map_dot:nth-child(6) {
    top: 429px;
    left: 426px;
}

.map_dot:nth-child(7) {
    top: 456px;
    left: 668px;
}

.map_dot:nth-child(8) {
    top: 509px;
    left: 558px;
}

.map_dot.big {
    background: #32660A;
    width: 60px;
    height: 60px;
    font-size: 24px;
}

.map_dot.middle {
    background: #32660A;
    width: 40px;
    height: 40px;
    font-size: 20px;
}

.map_title {
    color: #1C1C1C;
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    margin-bottom: 392px;
}

.map_title span {
    color: #32660A;
}

.map_items {
    width: 365px;
}

.map_item {
    background: #D8E4C9;
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 20px;
}

.map_subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #1C1C1C;
}

.map_item-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    margin-bottom: 20px;
    color: #003E33;
}

.map_item-text {
    font-size: 20px;
    line-height: 150%;
    color: #003E33;
}

.about {
    margin: 100px 0;
}

.about_wrapper {
    display: flex;
    justify-content: space-between;
}

.about_right,
.about_left {
    width: calc(50% - 10px);
}

.about_right {
    background: #F5F5F2;
    padding: 50px;
    border-radius: 30px;
}

.about_img {
    height: 566px;
    margin-bottom: 20px;
    display: flex;
    overflow: hidden;
    border-radius: 30px;
}

.about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.about_item {
    width: calc(50% - 10px);
    border-radius: 30px;
    padding: 30px;
    background: #32660A;
}

.about_item:nth-child(2) {
    background: #D8E4C9;
}

.about_item-title {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    color: #fff;
}

.about_item-text {
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFFCC;
}

.about_item:nth-child(2) .about_item-text,
.about_item:nth-child(2) .about_item-title {
    color: #003E33;
}

.title {
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    color: #1C1C1C;
    margin-bottom: 30px;
}

.title span {
    color: #32660A;
}

.about_right p {
    font-size: 20px;
    margin-bottom: 16px;
    line-height: 150%;
}

.about_right p:last-child {
    margin-bottom: 0;
}

.ways {
    margin: 100px 0;
}

.ways .title {
    margin-bottom: 60px;
}

.ways_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.ways_item {
    width: calc(33.333% - 13.333px);
    background: #F5F5F2;
    padding: 30px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    height: 450px;
    z-index: 1;
}

.ways_item-img {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    z-index: -1;
}

.ways_item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 10px;
    color: #1C1C1C;
}

.ways_item-text {
    line-height: 150%;
}

.ways_item-link {
    border: 10px solid #fff;
    border-radius: 40px 0 100% 0;
    position: absolute;
    bottom: -10px;
    right: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.ways_item-link:hover > span {
    width: 195px;
    color: #fff;
}

.ways_item-link > span {
    background: #32660A;
    width: 60px;
    height: 60px;
    display: flex;
    overflow: hidden;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff00;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    padding: 22px;
    transition: all 0.3s;
    border-radius: 500px;
}

.ways_item-link > span > span {
    display: flex;
    gap: 3px;
    align-items: center;
}

.ways_item-link::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../img/link-aft.svg);
    background-size: cover;
    top: -25px;
    right: -2px;
}

.ways_item-link::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../img/link-bef.svg);
    background-size: cover;
    bottom: -2px;
    left: -25px;
}

.technologies {
    margin: 100px 0;
}

.technologies_wrapper {
    gap: 20px;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1.5fr 1fr;
}

.technologies_wrapper .title:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 2;
}

.technologies_item:nth-child(2) {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 5;
    grid-column-end: 2;
}

.technologies_item::before {
    position: absolute;
    content: "";
    background-image: url(../img/main_link.svg);
    width: 85px;
    height: 85px;
    background-size: cover;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}

/* .technologies_item:hover::before {
    opacity: 1;
} */

.technologies_item:nth-child(3) {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;

}

.technologies_item:nth-child(4) {
    grid-row-start: 3;
    grid-column-start: 2;
    grid-row-end: 5;
    grid-column-end: 3;
}

.technologies_item {
    border-radius: 30px;
    padding: 30px;
    overflow: hidden;
    position: relative;
    min-height: 351px;
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
}

.technologies_item-info {
    color: #FFFFFF;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 25px;
    transition: all 0.3s;
    transform: translateY(calc(100% - 90px));
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.technologies_item-info::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: -1;
}

.technologies_item:hover .technologies_item-info {
    transform: translateY(0);
}

.technologies_item:hover .technologies_item-info::before {
    opacity: 1;
}

.technologies_item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    display: flex;
}

.technologies_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.technologies_item-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54.81%, rgba(0, 0, 0, 0.7) 100%);
}

.technologies_item-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #fff;
}

.steps {
    margin: 100px 0;
}

.steps_wrapper {
    display: flex;
    justify-content: space-between;
}

.steps_tabs {
    width: calc(50% - 20px);
}

.steps_tab-content {
    display: none;
}

.steps_tab {
    background: #F5F5F2;
    padding: 30px 56px 30px 30px;
    position: relative;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    border-radius: 30px;
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    color: #1C1C1C;
    transition: all 0.3s;
}

.steps_tab svg {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.steps_tab span {
    color: #32660A;
}

.steps_tab.active svg {
    transform: translateY(-50%) rotate(90deg);
}

.steps_tab.active svg path {
    fill: #fff;
}

.steps_tab.active {
    background: #32660A;
    color: #fff;
}

.steps_tab.active span {
    color: #D8E4C9;
}

.steps_content {
    display: none;
    width: calc(50% - 20px);
}

.steps_right {
    width: calc(50% - 20px);
}

.steps_right .main_messages {
    margin-left: auto;
    width: fit-content;
    margin-top: 24px;
}

.steps_right .steps_content {
    width: 100%;
}

.steps_content.active {
    display: block;
}

.steps_img {
    height: 467px;
    border-radius: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    display: flex;
}

.steps_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.steps_text {
    background: #F5F5F2;
    padding: 30px;
    border-radius: 30px;
    font-size: 20px;
    line-height: 150%;
    color: #1C1C1C;
}

.depend {
    margin: 100px 0;
}

.depend_subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 60px;
}

.depend_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.depend_item {
    background: #F5F5F2;
    border-radius: 30px;
    height: 400px;
    overflow: hidden;
    position: relative;
    width: calc(33.333% - 13.333px);
    z-index: 1;
}

.depend_item-year {
    position: absolute;
    top: 32.5%;
    right: 37%;
    font-weight: 700;
    font-size: 19px;
    color: #2e4c0d;
    transform: skewX(15deg);

}

.depend_item:hover .depend_item-img {
    opacity: 0.1;
}

.depend_item-img {
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s;
    z-index: -1;
    display: flex;
}

.depend_item-info {
    display: flex;
    height: 100%;
    flex-direction: column;
    transition: all 0.3s;
    padding: 30px;
    justify-content: space-between;
    transform: translateY(calc(100% - 91px));
}

.depend_item:hover .depend_item-info {
    transform: translateY(0);
}

.depend_item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #1C1C1C;
}

.key {
    margin: 100px 0;
}

.key_subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 60px;
}

.key_slider .slick-list {
    overflow: visible;

}

.key_slider {
    pointer-events: none;
}

.key_slider .slick-track {
    display: flex;
}

.key_slide {
    cursor: pointer;
    width: 320px;
    background: #F5F5F2;
    border-radius: 30px;
    height: inherit;
    padding: 25px;
    margin: 0 10px;
}

.key_slide-number {
    width: 60px;
    height: 60px;
    margin-bottom: 76px;
    background: #32660A;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
}

.key_slide-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 10px;
    color: #1C1C1C;
}

.key_slide-text {
    font-size: 16px;
    line-height: 150%;
}

.key_inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 60px;
}

.key_text {
    width: 1025px;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
}

.key_text p {
    margin-bottom: 20px;
}

.key_text p:last-child {
    margin-bottom: 0;
}

.whay {
    margin: 100px 0;
}

.whay_subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 60px;
}

.whay_item-icon {
    background: #FFFFFF;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.whay_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.whay_item {
    background: #F5F5F2;
    border-radius: 30px;
    padding: 30px;
    width: calc(33.333% - 13.333px);
}

.whay_item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 10px;
    color: #1C1C1C;
}

.whay_item-text {
    line-height: 1.5;
}

.faq {
    margin: 100px 0;
}

.faq .title {
    margin-bottom: 60px;
}

.faq_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.faq_item {
    background: #F5F5F2;
    border-radius: 30px;
    overflow: hidden;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid-column;
}

.faq_item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #1C1C1C;
    padding: 30px;
    cursor: pointer;
    position: relative;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.faq_item-question {
    padding-right: 30px;
}

.faq_item-title.active::before {
    transform: rotate(180deg);
}

.faq_item-title::before {
    position: absolute;
    content: "";
    top: 34px;
    right: 30px;
    background-image: url(../img/faq_arrow.svg);
    background-size: cover;
    width: 23px;
    transition: all 0.3s;
    height: 22px;
}

.faq_item-title span {
    color: #32660A;
    margin-right: 4px;
}

.faq_item-content {
    display: none;
    line-height: 150%;
    padding: 0 30px 30px;
}

.faq_item-content ul {
    margin-left: 10px;
    list-style-type: disc;
}

.faq_item-content ul ul {
    margin-left: 10px;
    list-style-type: circle;
}

.footer {
    padding: 60px 0 30px;
    background: linear-gradient(180deg, #003E33 0%, #002C0B 100%);
}

.footer_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.footer_logo {
    display: flex;
}

.footer_menu {
    display: flex;
    gap: 50px;
}

.footer_menu a {
    color: #fff;
    display: block;
    font-weight: 500;
    line-height: 150%;
}

.footer_messages {
    display: flex;
    gap: 10px;
}

.footer_message {
    display: flex;
}

.footer_message-phone {
    width: 50px;
    height: 50px;
    background: #32660a;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
}

.footer_message-phone img {
    width: 26px;
}

.footer_link {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    display: block;
    margin-bottom: 6px;
}

.footer_link-text {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFFCC;
    display: block;
}

a.footer_link-text {
    text-decoration: underline;
    text-align: right;
}

.footer_inner {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid #FFFFFF1A;
}

.footer_inner-item {
    font-weight: 500;
    line-height: 150%;
    color: #fff;
}

.scroll_trigger {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.scroll {
    position: fixed;
    background: #32660A;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    bottom: 60px;
    right: 60px;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu_burger {
    display: none;
}

.catalog {
    margin: 140px 0 100px;
}

.crumbs {
    display: flex;
    margin-bottom: 30px;
    gap: 15px;
}

.crumb {
    line-height: 130%;
    color: #0D1114;
    display: flex;
    align-items: center;
    gap: 15px;
}

.crumb::after {
    position: relative;
    content: "";
    width: 20px;
    display: block;
    background-color: #191919;
    height: 1px;
}

.crumb:last-child {
    color: #555555;
}

.crumb:last-child::after {
    display: none;
}

.catalog_title {
    font-weight: 600;
    font-size: 48px;
    line-height: 130%;
    margin-bottom: 60px;
    color: #1C1C1C;
}

.catalog_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.catalog_aside {
    background: #F5F5F2;
    border-radius: 30px;
    padding: 30px;

}

.catalog_left {
    width: 474px;
}

.catalog_aside-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #1C1C1C;
    margin-bottom: 20px;
}

.radio_box {
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 130%;
    padding: 15px;
    background-color: #fff;
    border-radius: 100px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #3E3E3E;
}

.radio_box input {
    display: none;
}

.radio_box span {
    border: 1px solid #0D11141A;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
}

.radio_box input:checked+span::before {
    position: absolute;
    content: "";
    background: #32660A;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.radio_box input:checked+span {
    border: 1px solid #32660A;
}

.catalog_aside-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E4E3DF;
}

.catalog_aside-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

/* 
.catalog_aside-item:nth-last-child(2) {
    margin-bottom: 0;
    border-bottom: none;
}
 */

.catalog_aside-price {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}

.catalog_aside-value {
    background: #FFFFFF;
    position: relative;
    width: calc(50% - 5px);
    height: 50px;
    border-radius: 100px;
}

.catalog_aside-value span {
    line-height: 130%;
    color: #3E3E3E;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.catalog_aside-value input {
    width: 100%;
    height: 100%;
    padding-left: 72px;
    border: none;
    background: none;
}

.catalog_aside-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog_aside-top .catalog_aside-title {
    margin-bottom: 0;
}

.catalog_aside-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.catalog_aside-check {
    display: block
}

.catalog_aside-check input {
    display: none;
}

.catalog_aside-check span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    color: #3E3E3E99;
}

.catalog_aside-check input:checked+span {
    background: #32660A;
    color: #fff;
}

.aside_btn {
    cursor: pointer;
    height: 60px;
    width: 100%;
    border: 1px solid #555555;
    border-radius: 100px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #555555;
}

.catalog_aside-radios {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.catalog_aside-radios .radio_box {
    margin-bottom: 0;
}

.catalog_content {
    width: calc(100% - 514px);
}

.catalog_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.catalog_item {
    color: #1C1C1C;
    width: calc(50% - 10px);
    background: #F5F5F2;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.catalog_item-img {
    height: 350px;
    display: flex;
}

.catalog_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog_item-tegs {
    position: absolute;
    display: flex;
    top: 20px;
    gap: 10px;
    left: 20px;
}

.catalog_item-teg {
    background: #32660A;
    padding: 13px 24px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.catalog_item-info {
    padding: 25px;
}

.catalog_item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 20px;
    color: #1C1C1C;
}

.catalog_item-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.catalog_item-option {
    font-weight: 500;
    line-height: 150%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.catalog_item-price {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #32660A;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}

.pagination a {
    background: #F5F5F2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    color: #3E3E3E99;
}

.pagination a.active {
    background: #32660A;
    color: #fff;
}

.catalog_want {
    background: linear-gradient(180deg, #003E33 0%, #002C0B 100%);
    border-radius: 30px;
    padding: 30px;
    margin-top: 20px;
}

.catalog_want-title {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    color: #fff;
}

.catalog_want .main_messages-title {
    color: #fff;
}

.info_block {
    margin: 100px 0;
}

.info_block-wrapper {
    display: flex;
    justify-content: space-between;
}

.info_block-left {
    width: 1020px;
    background: #F5F5F2;
    padding: 50px;
    border-radius: 30px;
}

.info_block-text {
    font-size: 20px;
    line-height: 150%;
}

.info_block-text p {
    margin-bottom: 20px;
}

.info_block-text p:last-child {
    margin-bottom: 0;
}

.info_block-img {
    width: 480px;
    border-radius: 30px;
    display: flex;
    overflow: hidden;
}

.info_block-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.steps_inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.steps_inner-img {
    width: calc(50% - 10px);
    border-radius: 30px;
    display: flex;
    overflow: hidden;
}

.steps_inner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.steps_inner-info {
    background: #F5F5F2;
    width: calc(50% - 10px);
    border-radius: 30px;
    padding: 50px;
}

.steps_inner-text {
    font-size: 20px;
    line-height: 150%;
}

.types {
    margin: 100px 0;
}

.types_wrapper {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.types_info {
    width: 492px;
    padding: 50px;
    border-radius: 30px;
    background: #F5F5F2;
}

.types_text {
    margin-top: 30px;
    font-size: 20px;
    line-height: 150%;
}

.types_right {
    width: 1008px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 30px;
}

.types_right-img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    z-index: -1;
}

.types_right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.types_right:hover .types_right-info {
    transform: translateY(0);

}

.types_right:hover .types_right-info::before {
    opacity: 1;
}

.types_right-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    transition: all 0.3s;
    z-index: 1;
    height: 100%;
    transform: translateY(calc(100% - 102px));
}

.types_right-info::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all 0.3s;
    right: 0;
    z-index: -1;
    content: "";
}

.types_right-subtitle {
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    color: #fff;
}

.types_right-text {
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFFCC;
}


.types_items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
}

.types_items .technologies_item {
    height: 434px;
    width: calc(33.33% - 13.333px);
}

.types_items .technologies_item-title {
    font-size: 24px;
}

.works {
    margin: 100px 0;
}

.works .title {
    margin-bottom: 60px;
}

.works_slider .technologies_item {
    margin: 0 10px;
    height: 450px;
    display: flex !important;
}

.works_btn {
    width: 330px;
    height: 60px;
}

.works_bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.works_arrows {
    display: flex;
    gap: 10px;
}

.works_arrow {
    background: #32660A;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
}



.faq_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.faq_wrapper .faq_items {
    width: 740px;
    grid-template-columns: repeat(1, 1fr);
}

.faq_right {
    background: linear-gradient(180deg, #003E33 0%, #002C0B 100%);
    width: 740px;
    padding: 50px;
    border-radius: 30px;
}

.faq_right-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    margin-bottom: 15px;
    color: #fff;
}

.faq_right-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFFCC;
    margin-bottom: 60px;
}

.faq_right .main_messages-title {
    color: #fff;
}

.catalog_filter {
    display: none;
}

.catalog_aside-close {
    display: none;
}

.card_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.card_img {
    width: 900px;
    height: 680px;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
}

.card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card_right {
    width: 600px;
}

.card_dots {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.card_dot {
    height: 290px;
    width: calc(50% - 10px);
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    background: #F5F5F2;
}

.card_dot img {
    max-width: 100%;
    /* object-fit: contain; */
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 100%;
}



.card_right .main_messages {
    margin-left: auto;
    width: fit-content;
}

.card_inner {
    display: flex;
    margin-bottom: 100px;
    justify-content: space-between;
}

.card_inner-items {
    display: flex;
    gap: 20px;
    width: 900px;
}

.card_inner-item {
    background: #F5F5F2;
    border-radius: 30px;
    padding: 10px 30px 30px;
    width: calc(33.333% - 13.333px);
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #1C1C1C;
}

.card_inner-item img {
    margin-bottom: 20px;
}

.card_inner-options {
    width: 600px;
    background: #F5F5F2;
    border-radius: 30px;
    padding: 30px;
}

.card_inner-option {
    line-height: 150%;
    color: #5C5C5C;
    margin-bottom: 20px;
    display: flex;
}

.card_inner-option:last-child {
    margin-bottom: 0;
}

.card_inner-option span {
    color: #0D1114;
    font-weight: 600;
    order: 1;
}

.card_inner-option::after {
    position: relative;
    content: '';
    width: auto;
    margin: 0 5px 5px;
    flex: auto;
    border-bottom: 1px dashed #C3CAD4;
}

.card_row {
    display: flex;
    justify-content: space-between;
}

.card_row-info {
    background: #F5F5F2;
    border-radius: 30px;
    padding: 50px;
    width: 900px;
}

.card_row-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    margin-bottom: 30px;
}

.card_row-text {
    line-height: 150%;
    margin-bottom: 30px;
    color: #555555;
}

.card_row-options {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.card_row-option {
    display: flex;
    width: calc(33.333% - 40px);
    font-size: 16px;
    justify-content: space-between;
    line-height: 150%;
    color: #5C5C5C;
}

.card_row-option::after {
    position: relative;
    content: '';
    width: auto;
    margin: 0 5px 5px;
    flex: auto;
    border-bottom: 1px dashed #C3CAD4;
}

.card_row-option span {
    color: #0D1114;
    order: 1;
    font-weight: 600;
}

.card_row-desc {
    font-weight: 500;
    line-height: 150%;
    color: #555555;
}

.card_row-right {
    background:
        linear-gradient(180deg, #003E33 0%, #002C0B 100%);
    width: 600px;
    padding: 50px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
}

.card_row-right .card_row-title {
    color: #fff;
}

.card_row-right .card_row-text {
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFFCC;
}

.card_row-inner {
    display: flex;
    margin-top: auto;
    gap: 10px;
    align-items: center;
}

.card_row-number {
    font-weight: 600;
    font-size: 24px;
    margin-right: auto;
    color: #fff;
}

.price_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.price_top .title {
    margin-bottom: 0;
}

.price_value {
    font-weight: 600;
    font-size: 48px;
    line-height: 130%;
    color: #32660A;
}

.price_tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    gap: 30px;
}

.price_tab {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: #555555;
    padding: 18px 30px;
    border: 1px solid #555555;
    cursor: pointer;
    border-radius: 100px;
}

.price_tab.active {
    border: 1px solid #32660A;
    background: #32660A;
    color: #fff;
}

.price {
    margin: 100px 0;
}

.price_content {
    display: none;
}

.price_content.active {
    display: block;
}

.gallery {
    margin: 100px 0;
}

.gallery_slider {
    width: calc(100% + ((100vw - 1520px) / 2));
}

.gallery_slider .slick-arrow {
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 0;
    cursor: pointer;
    background: none;
    top: -102px;
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
}

.gallery_slider .slick-next {
    background-image: url(../img/arrow_right.svg);
    left: 1460px;
}

.gallery_slider .slick-prev {
    background-image: url(../img/arrow_left.svg);
    left: 1390px;
}

.gallery_slide {
    display: flex;
    overflow: hidden;
    width: 600px;
    height: 500px;
    border-radius: 30px;
    margin-right: 40px;
}

.gallery_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.other {
    margin: 100px 0;
}

.other_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.other_items .catalog_item {
    width: calc(33.333% - 13.333px);
}

.about_page-wrapper {
    display: flex;
    justify-content: space-between;
}

.about_page-info {
    background: #F5F5F2;
    border-radius: 30px;
    padding: 50px;
    width: calc(50% - 10px);
}

.about_page-subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 15px;
    color: #1C1C1C;
}

.about_page-text {
    line-height: 150%;
    margin-bottom: 60px;
    color: #555555;
}

.about_page-right {
    width: calc(50% - 10px);
    z-index: 1;
    display: flex;
    position: relative;
}

.about_page-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    z-index: -1;
    display: flex;
}

.about_page-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_page-btn {
    width: 400px;
    height: 60px;
    position: relative;
    margin-left: auto;
    margin-top: auto;
}

.about_page-btn::before {
    position: absolute;
    content: "";
    width: 425px;
    height: 85px;
    top: -25px;
    left: -25px;
    background-image: url(../img/about_page-btn.svg);
    background-size: cover;
    z-index: -1;
}


.info_block-wrapper:not(:last-child) {
    margin-bottom: 20px;
}

.steps_inner-info ul {
    margin: 20px 0;
    list-style: disc;
    padding-left: 26px;
    font-size: 20px;
    line-height: 150%;
}

.steps_inner-info ul li {
    margin-bottom: 10px;
}

.steps_inner-img {
    position: relative;
}

.steps_inner-img img {
    z-index: -2;
}

.steps_inner-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400px;
    height: 60px;
}

.steps_inner-btn::before {
    position: absolute;
    content: "";
    width: 425px;
    height: 85px;
    top: -25px;
    right: 0;
    background-position: top right;
    background-image: url(../img/about_page-btn.svg);
    background-size: cover;
    z-index: -1;
}

.team {
    margin: 100px 0;
}

.team_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.team_item {
    width: calc(25% - 15px);
    background: #F5F5F2;
    border-radius: 30px;
    overflow: hidden;
}

.team_item-img {
    height: 350px;
    display: flex;
}

.team_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team_item-info {
    padding: 25px;
}

.team_item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 10px;
    color: #1C1C1C;
}

.team_item-text {
    font-weight: 500;
    line-height: 150%;
    color: #555555;
}

.approach {
    margin: 100px 0;
}

.approach_wrapper {
    display: flex;
    justify-content: space-between;
}

.approach_rihgt,
.approach_left {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.approach_info {
    background: #F5F5F2;
    padding: 50px;
    border-radius: 30px;
}

.approach_info ol {
    padding-left: 20px;
    margin: 0;
    font-size: 20px;
    line-height: 150%;
}

.approach_info ol li {
    margin-bottom: 10px;
}

.approach_info ol li:last-child {
    margin-bottom: 0;
}

.approach_info ol li span {
    font-weight: 600;
    color: #1C1C1C;
}

.approach_text {
    font-size: 20px;
    line-height: 150%;
}

.approach_subtitle {
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    color: #1C1C1C;
    margin-bottom: 30px;
}

.approach_subtitle span {
    color: #32660A;
}

.approach_img {
    width: 100%;
    height: 563px;
    display: flex;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
}

.approach_img img {
    width: 100%;
    z-index: -1;
    height: 100%;
    object-fit: cover;
}

.approach_rihgt .approach_img {
    height: 350px;
}

.about_page-mobile {
    display: none;
}

.project_wrapper {
    display: flex;
    justify-content: space-between;
}

.project_info {
    width: 600px;
    background: #F5F5F2;
    border-radius: 30px;
    padding: 50px;
}

.project_title {
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    margin-bottom: 20px;
    color: #1C1C1C;
}

.project_subtitle {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 150%;
    color: #1C1C1C;
}

.project_options {
    margin-bottom: 34px;
}

.project_option {
    line-height: 150%;
    color: #5C5C5C;
    margin-bottom: 15px;
    display: flex;
}

.project_option:last-child {
    margin-bottom: 0;
}

.project_option span {
    color: #0D1114;
    font-weight: 600;
    order: 1;
}

.project_option::after {
    position: relative;
    content: '';
    width: auto;
    margin: 0 5px 5px;
    flex: auto;
    border-bottom: 1px dashed #C3CAD4;
}

.project_info .main_messages-title {
    margin-right: auto;
}

.project_left {
    width: 900px;
}

.project_imgs {
    margin-bottom: 10px;
}

.project_img {
    border-radius: 30px;
    overflow: hidden;
}

.project_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project_dots .slick-prev {
    display: none !important;
}

.project_dots .slick-next {
    background: none;
    background-size: cover;
    font-size: 0;
    cursor: pointer;
    background-image: url(../img/arrow_right2.svg);
    width: 50px;
    height: 90px;
    border: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.project_dot {
    width: 210px;
    height: 150px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    margin-right: 20px;
}

.project_dot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wishes {
    margin: 100px 0;
}

.wishes_subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 60px;
}

.wishes_options {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
}

.wishes_option {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #1C1C1C;
}

.wishes_option:last-child {
    color: #32660A;
}

.wishes_items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.wishes_item {
    width: calc(25% - 15px);
    border-radius: 30px;
    padding-bottom: 320px;
    overflow: hidden;
    position: relative;
}

.wishes_item-info {
    background: #F5F5F2;
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 1;
    align-items: center;
    border-radius: 30px;
}

.wishes_item-img {
    position: absolute;
    width: 100%;
    height: 350px;
    display: flex;
    bottom: 0;
    right: 0;
}

.wishes_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wishes_item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #1C1C1C;
}

.wishes_item-title:last-child {
    color: #32660A;
}

.build {
    margin: 100px 0;
}

.build_subtitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 20px;
    color: #32660A;
}

.build_tabs {
    display: flex;
    margin-bottom: 60px;
    gap: 30px;
    user-select: none;
    overflow: auto;
    white-space: nowrap;
    width: calc(100% + ((100vw - 1520px) / 2));
    padding-right: calc((100vw - 1520px) / 2);
}

.build_tabs::-webkit-scrollbar {
    display: none;
}

.build_tab.active {
    background: #32660A;
    color: #fff;
}

.build_tab {
    border: 1px solid #555555;
    border-radius: 100px;
    padding: 18px 30px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: #555555;
    cursor: pointer;
}

.build_imgs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.build_img {
    height: 350px;
    display: flex;
    overflow: hidden;
    width: calc(33.333% - 13.333px);
    border-radius: 30px;
}

.build_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.build_content {
    display: none;
}

.build_content.active {
    display: block;
}

.stands {
    margin: 100px 0;
}

.stands_wrapper {
    display: flex;
    justify-content: space-between;
}

.stands_left {
    width: calc(50% - 30px);
}

.stands_left .faq_right {
    width: 100%;
}

.stands_text {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 70px;
}

.stands_right {
    width: calc(50% - 30px);
}

.stands_desc {
    font-style: Italic;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 20px;
    padding: 50px;
    background: #F5F5F2;
    border-radius: 30px;
}

.stands_img {
    height: 446px;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
}

.stands_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project_img {
    height: 590px;
}

.project_mobile-title {
    display: none;
}

.contacts-info {
    display: grid;
    row-gap: 15px;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
    color: #1C1C1C;
}

.contacts-info span {
    font-weight: 400;
}

:root {
    --font-family: "Lato", sans-serif;

	--belyy--belyy: #fff;
	--belyy--80: rgba(255, 255, 255, 0.8);
	--belyy--60: rgba(255, 255, 255, 0.6);
	--belyy-40: rgba(255, 255, 255, 0.4);
	--belyy-20: rgba(255, 255, 255, 0.2);
	--belyy--10-b: rgba(255, 255, 255, 0.1);
	--osnovnoy-1: #32660a;
	--osnovnoy-2: #d8e4c9;
	--osnovnoy-3: #f5f5f2;
	--osnovnoy-4: #003e33;
	--osnovnoy-fon-1: #f3f3f3;
	--osnovnoy-tekst-1: #1c1c1c;
	--osnovnoy-tekst-2: #555;
	--osnovnoy-osnovnoy-fon: #f4f7ff;
	--osnovnoy-fon-1: #e37fa8;
	--osnovnoy-fon-2: #fef5f6;
	--osnovnoy-fon-3: #fff2e9;
	--osnovnoy-fon-2: #fff1e1;
	--temnosiniy-100: #263141;
	--temnosiniy-80: #474f5a;
	--temnosiniy-60: #7e8794;
	--temnosiniy-50: #a1abb9;
	--temnosiniy-40: #c3cad4;
	--temnosiniy-30: #eaeef3;
	--temnosiniy-20: #f2f5f9;
	--temnosiniy-10: #f6f7fa;
	--chernyy-chernyy: #000;
	--chernyy-80-ch: rgba(0, 0, 0, 0.8);
	--chernyy-60-chernyy: rgba(0, 0, 0, 0.6);
	--chernyy-40: rgba(0, 0, 0, 0.4);
	--chernyy-30: rgba(43, 43, 55, 0.3);
	--chernyy-20: rgba(43, 43, 55, 0.2);
	--chernyy-10-chernyy: rgba(0, 0, 0, 0.1);
	--chernyy-5: rgba(0, 0, 0, 0.05);
	--siniy-white: #fff;
	--siniy-osnovnoy: #4048b6;
	--siniy-blue-main: #1b3771;
	--siniy-blue-main-500: rgba(27, 55, 113, 0.5);
	--siniy-yellow: #fff2a3;
	--siniy-yellow-background: #fffdf1;
	--siniy-blue-light: #f9fcff;
	--siniy-blue-line: #dfeafe;
	--siniy-menu-scroll: rgba(240, 247, 253, 0.5);
	--siniy-blue-10: rgba(27, 55, 113, 0.1);
	--siniy-siniy-70: rgba(27, 55, 113, 0.7);
	--siniy-siniy-80: rgba(27, 55, 113, 0.8);
	--vse-cveta-1-red6: #b72025;
	--vse-cveta-1-red5: #d62d30;
	--vse-cveta-1-red4: #f04438;
	--vse-cveta-1-red4: #e77373;
	--vse-cveta-1-red2: #f09a9b;
	--vse-cveta-1-red1: #facdd4;
	--vse-cveta-1-pink6: #891951;
	--vse-cveta-1-pink5: #c31f5c;
	--vse-cveta-1-pink4: #ea1a65;
	--vse-cveta-1-pink3: #f16393;
	--vse-cveta-1-pink2: #f38fb3;
	--vse-cveta-1-pink1: #f9bbd2;
	--vse-cveta-1-violet6: #4c2e88;
	--vse-cveta-1-violet5: #783294;
	--vse-cveta-1-violet4: #913e98;
	--vse-cveta-1-violet3: #ac6bad;
	--vse-cveta-1-violet2: #c894c4;
	--vse-cveta-1-violet1: #dfbedb;
	--vse-cveta-1-blue6: #15499f;
	--vse-cveta-1-blue5: #2b74b9;
	--vse-cveta-1-blue4: #478ecc;
	--vse-cveta-1-blue3: #70b2e2;
	--vse-cveta-1-blue2: #96c8ed;
	--vse-cveta-1-blue1: #bedef5;
	--vse-cveta-1-cyan6: #0d6064;
	--vse-cveta-1-cyan5: #1998a7;
	--vse-cveta-1-cyan4: #1bbdd4;
	--vse-cveta-1-cyan3: #58c7da;
	--vse-cveta-1-cyan2: #88d4e2;
	--vse-cveta-1-cyan1: #b6e2ed;
	--vse-cveta-1-teal6: #0c4e42;
	--vse-cveta-1-teal5: #0b7a6a;
	--vse-cveta-1-teal4: #14988b;
	--vse-cveta-1-teal3: #48b8ac;
	--vse-cveta-1-teal2: #7fccc6;
	--vse-cveta-1-teal1: #b3e0dd;
	--vse-cveta-1-green6: #1c6031;
	--vse-cveta-1-green5: #69a042;
	--vse-cveta-1-green4: #8ac44b;
	--vse-cveta-1-green3: #add57f;
	--vse-cveta-1-green2: #c4e0a6;
	--vse-cveta-1-green1: #dcecc8;
	--vse-cveta-1-yellow6: #f58020;
	--vse-cveta-1-yellow5: #fcc02a;
	--vse-cveta-1-yellow4: #f9ed37;
	--vse-cveta-1-yellow3: #fbf376;
	--vse-cveta-1-yellow2: #fcf6a0;
	--vse-cveta-1-yellow1: #fcf9c6;
	--vse-cveta-1-orange6: #e65425;
	--vse-cveta-1-orange5: #f57c1f;
	--vse-cveta-1-orange4: #f8981d;
	--vse-cveta-1-orange3: #fdb64e;
	--vse-cveta-1-orange2: #fecd81;
	--vse-cveta-1-orange1: #ffe0b1;
	--vse-cveta-1-brown6: #3e2622;
	--vse-cveta-1-brown5: #5e4139;
	--vse-cveta-1-brown4: #7a5648;
	--vse-cveta-1-brown3: #a28a80;
	--vse-cveta-1-brown2: #bdaaa4;
	--vse-cveta-1-brown1: #d8cdc9;
	--vse-cveta-1-black: #000;
	--vse-cveta-1-grey5: #443e3e;
	--vse-cveta-1-grey4: #999;
	--vse-cveta-1-grey3: #ccc;
	--vse-cveta-1-grey2: #eee;
	--vse-cveta-1-white: #fff;
	--vse-cveta-1-graphite6: #253238;
	--vse-cveta-1-graphite5: #455b66;
	--vse-cveta-1-graphite4: #617e8c;
	--vse-cveta-1-graphite3: #90a4af;
	--vse-cveta-1-graphite2: #b0bfc6;
	--vse-cveta-1-graphite1: #d0d9de;
	--vse-cveta-red: #df1125;
	--vse-cveta-neon-pink: #fb212f;
	--vse-cveta-electric-pink: #fc3644;
	--vse-cveta-hibiscus: #fb0049;
	--vse-cveta-pink: #fd4154;
	--vse-cveta-pink-citrus: #ea383a;
	--vse-cveta-pomagranate: #d80e4f;
	--vse-cveta-dragon-fruit: #f12e6d;
	--vse-cveta-camellia: #bf3138;
	--vse-cveta-red-rose: #ab1438;
	--vse-cveta-plum: #81323d;
	--vse-cveta-orange: #fc4e12;
	--vse-cveta-clementine: #fd513b;
	--vse-cveta-apricot: #fc5c42;
	--vse-cveta-papaya: #fd7036;
	--vse-cveta-kumquat: #fd7441;
	--vse-cveta-light-orange: #fd820b;
	--vse-cveta-peach: #e0694e;
	--vse-cveta-flamingo: #ca6f59;
	--vse-cveta-rose-gold: #e99475;
	--vse-cveta-pink-sand: #feb69c;
	--vse-cveta-vintage-rose: #f29c98;
	--vse-cveta-grapefruit: #fda27e;
	--vse-cveta-cream: #ffe0ab;
	--vse-cveta-mellow-yellow: #f7f6af;
	--vse-cveta-canary-yellow: #ffda3a;
	--vse-cveta-pollen: #fecb4d;
	--vse-cveta-pollen: #e8c511;
	--vse-cveta-flash-light: #faed0b;
	--vse-cveta-lemon-cream: #ffeb6d;
	--vse-cveta-flash: #dff81e;
	--vse-cveta-green: #80e220;
	--vse-cveta-spearmint: #77ea7e;
	--vse-cveta-mint: #a2ec8e;
	--vse-cveta-beryl: #d0f2b1;
	--vse-cveta-sea-foam: #cff1d6;
	--vse-cveta-turquoise: #91cec2;
	--vse-cveta-blue: #1ea5fc;
	--vse-cveta-light-blue: #5ebad9;
	--vse-cveta-cerulian: #87b9e7;
	--vse-cveta-surf-blue: #1871ac;
	--vse-cveta-pacific-green: #0f6d8e;
	--vse-cveta-blue-cobalt: #3a6b8e;
	--vse-cveta-dark-teal: #2c6184;
	--vse-cveta-blue-horizon: #1e538f;
	--vse-cveta-denim-blue: #4b709a;
	--vse-cveta-linen-blue: #455785;
	--vse-cveta-deep-navy: #3a4565;
	--vse-cveta-midnight-blue: #383b65;
	--vse-cveta-purple: #8962f8;
	--vse-cveta-ultra-violet: #5f41b2;
	--vse-cveta-lilac: #a990dd;
	--vse-cveta-ocean-blue: #6273bd;
	--vse-cveta-delft-blue: #4662b2;
	--vse-cveta-indigo: #474e95;
	--vse-cveta-lavender-gray: #757397;
	--vse-cveta-lavender: #a58998;
	--vse-cveta-mist-blue: #a7ab99;
	--vse-cveta-storm-gray: #578887;
	--vse-cveta-cactus: #5b7971;
	--vse-cveta-pine-green: #4e6c54;
	--vse-cveta-cyprus-green: #525d49;
	--vse-cveta-northern-blue: #638a8d;
	--vse-cveta-azure: #788991;
	--vse-cveta-alaskan-blue: #525c73;
	--vse-cveta-khaki: #7a6e49;
	--vse-cveta-dark-olive: #7c7a66;
	--vse-cveta-soft-white: #d8c9af;
	--vse-cveta-antique-white: #cda986;
	--vse-cveta-yellow-gold: #cc996d;
	--vse-cveta-gold: #b08053;
	--vse-cveta-camel: #a97d4f;
	--vse-cveta-walnut: #a17455;
	--vse-cveta-stone: #a28872;
	--vse-cveta-pebble: #9f8d7e;
	--vse-cveta-cocoa: #8b7d7d;
	--vse-cveta-coastal-gray: #715d50;

}



.thanks_intro {
    margin: 0 0 60px 0;
    display: flex;
    justify-content: space-between;
}

.thanks_arrows,
.letters_arrows {
    display: flex;
    gap: 10px;
    align-self: end;
}
.thanks_arrow,
.letters_arrow {
    background: #32660A;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
}

.thanks_left {
    max-width: 990px;
}

.thanks_title,
.letters_title,
.certificates_title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 48px;
    line-height: 130%;
    color: var(--osnovnoy-tekst-1);
    margin: 0 0 30px 0;
}

.letters_title {
    margin: 0;
}

.thanks_text,
.certificates_text {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: var(--osnovnoy-tekst-2);
}

.thanks_slider li,
.letters_slider li {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 750px;
    margin-inline: 10px;
}

.thanks_img,
.letters_img {
    border: 2px solid var(--osnovnoy-tekst-1);
    /* max-width: 365px;
    max-height: 511px; */
    border-radius: 30px;
    overflow: hidden;
}

.thanks_img img,
.letters_img img,
.certificates_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.thanks_item-info,
.letters_item-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 30px;
    padding: 30px;
    gap: 10px;
    /* width: 365px;
    height: 511px; */
    background: #f5f5f2;
}

.thanks_item-title,
.letters_item-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: var(--osnovnoy-tekst-1);
}

.thanks_item-title span,
.letters_item-title span {
    color: var(--osnovnoy-1);
}

.thanks_item-text,
.letters_item-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--osnovnoy-tekst-2);    
}

.letters {
    margin: 100px 0;
}

.letters_intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 60px 0;
}

.certificates_intro {
    margin: 0 0 60px 0;
}

.certificates_item {
    border: 2px solid var(--osnovnoy-tekst-1);
    border-radius: 30px;
    overflow: hidden;
}

.certificates_items {
    display: flex;
    gap: 20px;
}

.certificates_item.first {
    max-width: 501px;
}

@media (max-width: 1550px) {
    .container {
        max-width: 1180px;
    }

    .menu {
        gap: 30px;
    }

    .header_logo {
        width: 210px;
    }

    .header_logo img {
        width: 100%;
        height: auto;
    }

    .main_title {
        font-size: 44px;
    }

    .main_text {
        font-size: 18px;
        margin-bottom: 36px;
    }

    .why_left {
        width: 760px;
    }

    .why_right {
        width: 360px;
        padding: 30px;
    }

    .why_item {
        width: 288px;
    }

    .map_left {
        overflow: hidden;
        width: 820px;
    }

    .map_items {
        width: 320px;
    }

    .map_wrapper {
        align-items: flex-start;
    }

    .map_title {
        margin-bottom: 340px;
    }

    .map_img {
        width: 890px;
    }

    .map_item-title {
        font-size: 42px;
    }

    .title {
        font-size: 38px;
    }

    .depend_item-title {
        font-size: 22px;
    }

    .key_text {
        width: 760px;
    }

    .footer_menu {
        gap: 20px;
    }

    .footer_logo {
        width: 190px;
    }

    .footer_logo img {
        width: 100%;
        height: auto;
    }

    .footer_link {
        font-size: 16px;
    }

    .catalog_left {
        width: 320px;
    }

    .catalog_content {
        width: calc(100% - 340px);
    }

    .catalog_aside-value {
        width: 100%;
    }

    .catalog_aside-price {
        flex-direction: column;
        gap: 10px;
    }

    .catalog_want-title {
        font-size: 24px;
    }

    .catalog_want .main_messages {
        flex-wrap: wrap;
    }

    .catalog_want .main_messages-title {
        width: 100%;
    }

    .info_block-left {
        width: 650px;
        padding: 30px;
    }

    .types_right {
        width: 650px;
    }

    .info_block-text {
        font-size: 18px;
    }

    .types_right-subtitle {
        font-size: 30px;
    }

    .types_items .technologies_item {
        height: 380px;
    }

    .types_items .technologies_item-info {
        transform: translateY(calc(100% - 110px));
    }

    .technologies_item-info {
        font-size: 13px;
    }

    .works_slider .technologies_item {
        height: 420px;
    }

    .faq_right {
        width: calc(50% - 10px);
        padding: 30px;
    }

    .faq_wrapper .faq_items {
        width: calc(50% - 10px);
    }

    .card_img {
        width: 670px;
        height: 530px;
    }

    .card_right {
        width: 460px;
    }

    .card_dot {
        height: 220px;
    }

    .card_inner {
        gap: 20px;
        flex-wrap: wrap;
    }

    .card_inner-items {
        width: 100%;
    }

    .card_row-info {
        width: 680px;
    }

    .card_row-right {
        width: 460px;
        padding: 30px;
    }

    .card_inner-options {
        width: 100%;
    }

    .gallery_slider {
        width: calc(100% + ((100vw - 1150px) / 2));
    }

    .gallery_slider .slick-next {
        left: 1090px;
    }

    .gallery_slider .slick-prev {
        left: 1010px;
    }

    .steps_inner-info ul,
    .steps_inner-text {
        font-size: 16px;
    }

    .steps_inner-info {
        padding: 30px;
    }

    .team_item-img {
        height: 261px;
    }

    .approach_info {
        padding: 30px;
    }

    .project_left {
        width: 670px;
    }

    .project_info {
        width: 460px;
        padding: 30px;
    }

    .project_img {
        height: 440px;
    }

    .project_option span {
        max-width: 240px;
    }

    .wishes_item {
        width: calc(50% - 10px);
    }

    .build_tabs {
        width: calc(100% + ((100vw - 1150px) / 2));
        padding-right: calc((100vw - 1150px) / 2);
    }

    .build_img {
        height: 263px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 950px;
    }

    .technologies_item-info {
        display: contents;
    }

    .technologies_item:hover .technologies_item-info::before {
        opacity: 0;
    }

    .technologies_item-text {
        display: none;
    }

    .header_number {
        display: none;
    }
    
    .header_message-phone {
        display: flex;
    }

    .main_wrapper {
        gap: 20px;
        flex-direction: column;
    }

    .why_right {
        width: 100%;
    }

    .why_text {
        margin-bottom: 60px;
    }

    .why_left,
    .main_left {
        width: 100%;
    }

    .main_links {
        width: 100%;
    }

    .why_wrapper {
        gap: 20px;
        flex-direction: column;
    }

    .why_item {
        width: 293px;
    }

    .map_wrapper {
        flex-direction: column;
        gap: 10px;
    }

    .map_left {
        width: 100%;
    }

    .map_items {
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        gap: 10px;
    }

    .map_item {
        margin: 0;
        width: calc(50% - 5px);
    }

    .about_wrapper {
        flex-direction: column-reverse;
        gap: 10px;
        padding-top: 576px;
        position: relative;
    }

    .about_img {
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        margin: 0;
    }

    .about_right,
    .about_left {
        width: 100%;
    }

    .ways_item {
        width: calc(50% - 10px);
    }

    .technologies_item {
        min-height: 240px;
    }

    .steps_tab {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .steps_text {
        font-size: 18px;
    }

    .steps_img {
        height: 280px;
    }

    .depend_item {
        width: calc(50% - 10px);
    }

    .key_inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .key_text {
        width: 100%;
    }

    .faq_items {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer_wrapper {
        flex-wrap: wrap;
        gap: 30px;
    }

    .catalog_wrapper {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .catalog_content {
        width: 100%;
    }

    .catalog_left {
        width: 100%;
    }

    .catalog_aside {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 11;
        overflow: auto;
        padding: 30px calc((100vw - 930px) / 2);
        opacity: 0;
        visibility: hidden;
    }

    .catalog_aside.active {
        opacity: 1;
        visibility: visible;
    }

    .info_block-wrapper {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .info_block-left {
        width: 100%;
    }

    .info_block-img {
        width: 100%;
        height: 480px;
    }

    .types_info,
    .steps_inner-info {
        width: 100%;
        padding: 30px;
    }

    .steps_inner-img {
        width: 100%;
    }

    .steps_inner {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .types_wrapper {
        flex-direction: column;
        gap: 10px;
    }

    .types_right {
        width: 100%;
        height: 420px;
    }

    .types_items .technologies_item {
        height: 320px;
    }

    .works_slider .technologies_item {
        height: 320px;
    }

    .works .title br {
        display: none;
    }

    .faq_right-title {
        font-size: 32px;
    }

    .catalog_filter {
        background: #F5F5F2;
        padding: 20px;
        border-radius: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        font-weight: 600;
        font-size: 18px;
        line-height: 130%;
        color: #1C1C1C;
    }

    .catalog_aside-close {
        display: flex;
        position: absolute;
        right: 15px;
        top: 15px;
        width: 32px;
        height: 32px;
    }

    .card_right {
        width: 320px;
    }

    .card_img {
        height: 440px;
        width: 580px;
        border-radius: 20px;
    }

    .card_row-info {
        width: 520px;
        padding: 30px;
    }

    .card_dot {
        border-radius: 20px;
        height: 150px;
    }

    .card_row-right {
        width: 390px;
    }

    .card_row-inner {
        flex-wrap: wrap;
    }

    .card_row-number {
        width: 100%;
    }

    .card_row-options {
        gap: 40px;
    }

    .card_row-option {
        width: calc(50% - 20px);
    }

    .price_tabs {
        gap: 10px;
    }

    .price_tab {
        padding: 12px 20px;
        font-size: 13px;
    }

    .price_value {
        font-size: 32px;
    }

    .gallery_slider {
        width: calc(100% + ((100vw - 920px) / 2));
    }

    .gallery_slide {
        width: 420px;
        height: 350px;
        margin-right: 20px;
    }

    .other_items .catalog_item {
        width: calc(50% - 10px);
    }

    .about_page-info {
        padding: 30px;
    }

    .about_page-wrapper {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .about_page-right {
        width: 100%;
        height: 520px;
    }

    .about_page-info {
        width: 100%;
    }

    .steps_inner-img {
        height: 520px;
    }

    .team_item {
        width: calc(33.333% - 13.333px);
    }

    .approach_wrapper {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .approach_rihgt,
    .approach_left {
        width: 100%;
    }

    .approach_left .approach_img {
        display: none;
    }

    .project_wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .project_left {
        width: 100%;
    }

    .project_info {
        width: 100%;
    }

    .project_dot {
        width: 215px;
    }

    .project_mobile-title {
        display: block;
        font-weight: 600;
        font-size: 24px;
        line-height: 130%;
        margin-bottom: 10px;
    }

    .build_tabs {
        width: calc(100% + ((100vw - 920px) / 2));
        padding-right: calc((100vw - 920px) / 2);
    }

    .build_img {
        height: 208px;
    }

    .stands_desc {
        padding: 30px;
    }
    
    .footer_message-phone  {
        display: flex;
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 730px;
    }

    .header {
        position: fixed;
        background-color: #fff;
    }

    .header_wrapper {
        padding: 20px 0;
    }

    .header_message {
        width: 35px;
    }

    .header_message img {
        width: 100%;
        height: auto;
    }
    
    .header_message-phone {
        height: 35px;
    }
    
    .header_message-phone img {
        width: 20px;
    }

    .header_logo {
        width: 126px;
    }

    .header_inner {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        background-color: #fff;
        width: 100%;
        height: 0;
        overflow: hidden;
        top: 75px;
        right: 0;
        padding-top: 60px;
        transition: all 0.6s;
    }

    .header_inner.active {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

    .menu {
        max-width: 700px;
        margin: 0 auto;
        flex-direction: column;
    }

    .menu a {
        padding: 0;
    }

    .menu_burger {
        position: relative;
        width: 22px;
        height: 22px;
        display: block;
    }

    .menu_burger::before {
        position: absolute;
        content: "";
        background: #32660A;
        width: 16px;
        height: 2px;
        top: 4px;
        right: 3px;
        transition: all 0.3s;
    }

    .menu_burger.active::before {
        transform: rotate(45deg);
        top: 10px;
    }

    .menu_burger::after {
        position: absolute;
        content: "";
        background: #32660A;
        width: 16px;
        height: 2px;
        bottom: 4px;
        right: 3px;
        transition: all 0.3s;
    }

    .menu_burger.active::after {
        bottom: 10px;
        transform: rotate(-45deg);
    }

    .menu_burger span {
        position: absolute;
        content: "";
        background: #32660A;
        width: 11px;
        height: 2px;
        top: 10px;
        transition: all 0.3s;
        right: 3px;
    }

    .menu_burger.active span {
        transform: scale(0);
    }

    .header_messages {
        margin-left: auto;
        margin-right: 24px;
    }

    .main {
        margin-top: 75px;
    }

    .why_item {
        width: 340px;
    }

    .why_left {
        padding: 30px;
    }
    
    .why_item-year {
        top: 15px;
        right: 104px;
    }

    .map_title {
        font-size: 40px;
        margin-bottom: 370px;
    }

    .map_img img {
        width: 100%;
        height: auto;
    }

    .map_subtitle {
        font-size: 20px;
    }

    .about_right {
        padding: 30px;
    }

    .technologies_wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .technologies_item {
        width: calc(50% - 10px);
        height: 260px;
    }

    .steps_tabs .steps_content.active {
        display: block;
    }

    .steps_tabs .steps_content {
        width: 100%;
    }

    .steps_content.active {
        display: none;
    }

    .steps_tabs {
        width: 100%;
    }

    .steps_tab {
        flex-wrap: wrap;
    }

    .steps_tab.active {
        background: #F5F5F2;
        color: #1C1C1C;
    }

    .steps_tab-content {
        padding-top: 20px;
    }

    .steps_text {
        padding: 0;
    }

    .steps_tab.active span {
        color: #32660A;
    }

    .steps_tab svg {
        top: 20px;
        right: 20px;
        transform: rotate(135deg);
    }

    .steps_tab.active svg {
        transform: rotate(135deg);

    }

    .steps_tab.open svg {
        transform: rotate(-44deg) !important;
    }

    .steps_tab.active svg path {
        fill: rgb(50, 102, 10);
    }

    .depend_item-title {
        font-size: 18px;
    }

    .whay_item {
        width: calc(50% - 10px);
    }

    .ways_item {
        width: 100%;
    }

    .menu .dropdown {
        position: relative;
        opacity: 1;
        visibility: visible;
        width: 100%;
        display: none;
        padding: 0 10px;
        box-shadow: none;
        transition: none;
    }

    .menu .dropdown a {
        margin-bottom: 15px;
    }

    .menu li {
        flex-wrap: wrap;
    }

    .catalog {
        margin-top: 100px;
    }

    .catalog_item-img {
        height: 242px;
    }

    .types_items .technologies_item {
        width: calc(50% - 10px);
    }

    .steps_wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .faq_wrapper {
        flex-direction: column;
    }

    .faq_wrapper .faq_items,
    .faq_right {
        width: 100%;
    }

    .catalog_aside {
        padding: 30px calc((100vw - 700px) / 2);
    }

    .card_wrapper {
        flex-direction: column;
        margin-bottom: 40px;
        gap: 20px;
    }

    .card_img {
        width: 100%;
    }

    .card_right {
        width: 100%;
    }

    .card_right .main_messages {
        display: none;
    }

    .card_dot {
        width: calc(25% - 15px);
    }

    .card_row {
        flex-direction: column;
        gap: 20px;
    }

    .card_row-right,
    .card_row-info {
        width: 100%;
    }

    .gallery_slider {
        width: calc(100% + ((100vw - 700px) / 2));
    }

    .gallery_slider .slick-arrow {
        display: none !important;
    }

    .gallery_slide {
        width: 320px;
        height: 270px;
    }

    .about_page-right {
        height: 420px;
    }

    .team_item {
        width: calc(50% - 10px);
    }

    .wishes_options {
        flex-direction: column;
        align-items: center;
    }

    .wishes_options img {
        transform: rotate(90deg);
    }

    .wishes_item {
        padding-bottom: 270px;
    }

    .build_tabs {
        width: calc(100% + ((100vw - 700px) / 2));
        padding-right: calc((100vw - 700px) / 2);
    }

    .build_img {
        width: calc(50% - 10px);
        height: 242px;
    }

    .stands_wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .stands_right,
    .stands_left {
        width: 100%;
    }
    
    .map_dot:nth-child(5) {
        top: 419px;
        left: 180px;
    }

    .map_dot:nth-child(7) {
        left: 700px;
    }

    .map_dot:nth-child(6) {
        top: 430px;
    }
    
    
}

@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
    }

    .main_inner {
        padding: 20px;
        margin-bottom: 10px;
        border-radius: 20px;
    }

    .main_title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .main_text {
        margin-bottom: 30px;
        font-size: 16px;
        /* font-size: 14px; */
    }

    .main_messages-title {
        font-size: 16px;
        /* font-size: 14px; */
    }

    .main_message {
        display: flex;
        width: 45px;
    }

    .main_message img {
        width: 100%;
        height: auto;
    }
    
    .main_message-phone {
        height: 45px;
    }
    
    .main_message-phone img {
        width: 23px;
    }

    .main_item {
        border-radius: 20px;
        padding: 20px;
        width: calc(50% - 5px);
    }

    .main_items {
        gap: 10px;
    }

    .main_item-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .main_item-text {
        font-size: 16px;
        /* font-size: 14px; */
    }

    .main_link:nth-child(1) {
        height: 250px;
    }

    .main_link {
        height: 250px;
        border-radius: 20px;
        padding: 20px;
    }

    .main_link-title,
    .main_link:nth-child(1) .main_link-title {
        font-size: 16px;
    }

    .main_link {
        width: 100%;
    }

    .main_links {
        gap: 10px;
    }

    .main_link::before {
        opacity: 1;
        width: 55px;
        height: 55px;
        background-size: cover;
    }

    .why {
        margin: 60px 0;
    }

    .why_left {
        border-radius: 20px;
        padding: 20px;
    }

    .why_title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .why_text {
        font-size: 16px;
        /* font-size: 14px; */
        margin-bottom: 0;
    }

    .scroll {
        width: 46px;
        height: 46px;
        bottom: 40px;
        right: 15px;
    }

    .why_wrapper {
        gap: 10px;
    }

    .why_right {
        border-radius: 20px;
        padding: 20px;
    }

    .why_subtitle {
        font-size: 16px;
        /* font-size: 14px; */
    }

    .why_btn {
        height: 45px;
        margin-top: 20px;
    }
    
    .why_item-img {
        opacity: 0.3;
    }

    .btn {
        font-size: 16px;
        /* font-size: 14px; */
    }

    .why_items {
        flex-wrap: nowrap;
        gap: 10px;
        overflow: auto;
        width: calc(100% + 15px);
    }

    .why_items::-webkit-scrollbar {
        display: none;
    }

    .why_item {
        width: 200px;
        min-width: 200px;
        border-radius: 20px;
        padding: 20px;
        height: 260px;
    }

    .why_item-title {
        font-size: 16px;
    }

    .why_item-text {
        font-size: 16px;
        /* font-size: 14px; */
    }
    
    .why_item-year {
        top: 28px;
        right: 56px;
        font-size: 13px;
    }

    .map {
        margin: 60px 0;
    }

    .map_left {
        padding: 20px;
        border-radius: 20px;
    }

    .map_title {
        font-size: 24px;
        /* margin-bottom: 325px; */
        margin-bottom: 15px;
    }

    .map_subtitle {
        font-size: 16px;
    }

    .map_img {
        width: 100%;
        height: 100%;
        /* top: 98px;
        left: -22px; */
        right: auto;
        transform: none;
        /* align-items: flex-start; */
        max-width: 436px;
        position: relative;
        height: 431px;
        margin-inline: auto;
    }

    .map_dot:nth-child(1) {
        top: 106px;
        left: 110px;
    }

    .map_dot:nth-child(2) {
        top: 159px;
        left: 123px;
    }

    .map_dot:nth-child(3) {
        top: 165px;
        left: 225px;
    }

    .map_dot:nth-child(4) {
        top: 113px;
        left: 203px;
    }

    .map_dot:nth-child(5) {
        top: 219px;
        left: 68px;
    }

    .map_dot:nth-child(6) {
        top: 226px;
        left: 181px;
    }

    .map_dot:nth-child(7) {
        top: 248px;
        left: 326px;
    }
    
    .map_dot:nth-child(8) {
        top: 301px;
        left: 271px;
    }

    .map_img img {
        width: 436px;
    }


    .map_item {
        width: 100%;
        padding: 20px;
        border-radius: 20px;
    }

    .map_item-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .map_item-text {
        font-size: 16px;
        /* font-size: 14px; */
    }

    .scroll img {
        width: 20px;
    }

    .about {
        margin: 60px 0;
    }

    .about_img {
        border-radius: 20px;
        height: 320px;
    }

    .about_wrapper {
        padding-top: 330px;
    }

    .about_right {
        padding: 20px;
        border-radius: 20px;
    }

    .title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .about_right p {
        font-size: 16px;
        /* font-size: 14px; */
        margin-bottom: 12px;
    }

    .about_items {
        flex-direction: column;
        gap: 10px;
    }

    .about_item {
        padding: 20px;
        border-radius: 20px;
        width: 100%;
    }

    .about_item-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .about_item-text {
        font-size: 16px;
        /* font-size: 14px; */
    }

    .ways {
        margin: 60px 0;
    }

    .ways .title {
        margin-bottom: 30px;
    }

    .ways .title br {
        display: none;
    }

    .ways_item-img {
        width: 100%;
    }

    .ways_item-img img {
        width: 100%;
        height: auto;
    }

    .ways_item {
        padding: 20px;
        height: 330px;
        border-radius: 20px;
    }

    .ways_item-link {
        width: 60px;
        height: 60px;
    }

    .ways_item-link span {
        width: 44px;
        height: 44px;
        font-size: 0;
        padding: 0;
        gap: 0;
        justify-content: center;
    }

    .ways_item-text {
        font-size: 16px;
        /* font-size: 14px; */
    }
    
    /*
    .ways_item-link > span > img {
        width: 13px;
        height: auto;
    }
    */
    
    .ways_item:first-child .ways_item-link > span > img {
        width: 13px;
        height: auto;
    }
    
    .ways_item:not(:first-child) .ways_item-link > span > img {
        display: none;
    }

    .ways_items {
        gap: 10px;
    }

    .faq,
    .key,
    .depend,
    .steps,
    .technologies {
        margin: 60px 0;
    }

    .technologies_item {
        height: 250px;
        border-radius: 20px;
        padding: 20px;
        width: 100%;
    }

    .technologies_item-title {
        font-size: 16px;
    }

    .technologies_item::before {
        width: 55px;
        height: 55px;
        opacity: 1;
    }

    .steps_tab {
        padding: 20px;
        border-radius: 20px;
    }

    .steps_tab-title {
        display: flex;
        padding-right: 30px;
        font-size: 18px;
        gap: 6px;
    }

    .steps_img {
        height: 250px;
    }

    .steps_text {
        font-size: 16px;
        /* font-size: 14px; */
    }

    .depend_subtitle {
        font-size: 16px;
        /* font-size: 14px; */
        margin-bottom: 30px;
    }

    .depend_item {
        width: 100%;
        height: 320px;
        border-radius: 20px;

    }

    .depend_item-info {
        padding: 20px;
        transform: translateY(calc(100% - 64px));
    }

    .depend_items {
        gap: 10px;
    }

    .depend_item-img {
        width: 100%;
    }

    .depend_item-img img {
        width: 100%;
    }

    .key_subtitle {
        font-size: 16px;
        /* font-size: 14px; */
        margin-bottom: 30px;
    }

    .key_slide {
        width: 250px;
        padding: 20px;
        border-radius: 20px;
    }

    .key_slide-number {
        width: 45px;
        height: 45px;
        margin-bottom: 30px;
        font-size: 20px;
    }

    .key_slide-title {
        font-size: 16px;
    }

    .key_slide-text {
        font-size: 16px;
        /* font-size: 14px; */
    }

    .key_inner {
        margin-top: 30px;
    }

    .key_text {
        font-size: 16px;
        /* font-size: 14px; */
    }

    .whay {
        margin: 60px 0;
    }

    .whay_subtitle {
        font-size: 16px;
        /* font-size: 14px; */
        margin-bottom: 30px;
    }

    .whay_items {
        flex-wrap: nowrap;
        align-items: flex-start;
        overflow: auto;
        padding-right: 15px;
        width: calc(100% + 15px);
        gap: 10px;
    }

    .whay_items::-webkit-scrollbar {
        display: none;
    }

    .whay_item {
        width: 200px;
        min-width: 200px;
        padding: 20px;
        border-radius: 20px;
    }

    .whay_item-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }

    .whay_item-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .whay_item-text {
        font-size: 16px;
        /* font-size: 14px; */
    }

    .ways_item-title {
        font-size: 18px;
    }

    .ways_item-link {
        border-radius: 30px 0 100% 0;
    }

    .faq .title {
        margin-bottom: 30px;
    }

    .faq_item-title {
        font-size: 18px;
        padding: 20px;
        padding-right: 50px;
    }

    .faq_item {
        border-radius: 20px;
    }

    .faq_item-content {
        padding: 0 20px 20px;
        font-size: 16px;
        /* font-size: 14px; */
    }

    .footer {
        padding: 30px 0;
    }

    .footer_logo {
        width: 254px;
        margin: 0 auto 20px;
    }

    .footer_menu {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .footer_messages {
        width: 100%;
        justify-content: center;
    }

    .footer_links {
        width: 100%;
        text-align: center;
    }

    a.footer_link-text {
        text-align: center;
    }

    .footer_inner {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .header_inner {
        padding: 40px 15px;
    }

    .catalog {
        margin: 75px 0 60px;
    }

    .crumb {
        font-size: 16px;
        /* font-size: 14px; */
    }

    .crumbs {
        margin-bottom: 20px;
    }

    .catalog_title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .catalog_item {
        width: 100%;
    }

    .catalog_item::before {
        position: absolute;
        content: "";
        background-image: url(../img/main_link.svg);
        background-size: cover;
        width: 60px;
        height: 60px;
        top: 0;
        right: 0;
    }

    .catalog_item-img {
        height: 280px;
    }

    .catalog_item-tegs {
        top: 230px;
        left: 10px;
    }

    .catalog_item-info {
        padding: 20px;
    }

    .catalog_item-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .catalog_item-option {
        font-size: 16px;
        /* font-size: 14px; */
    }

    .catalog_item-price {
        font-size: 16px;
    }

    .catalog_items {
        gap: 10px;
    }

    .pagination {
        margin-top: 10px;
    }

    .catalog_want {
        margin-top: 0;
        padding: 20px;
        border-radius: 20px;
    }

    .catalog_want .main_messages-title {
        width: auto;
    }

    .types,
    .info_block {
        margin: 60px 0;
    }

    .info_block-img {
        height: 320px;
        border-radius: 20px;
    }

    .info_block-left {
        padding: 20px;
        border-radius: 20px;
    }

    .info_block-text {
        font-size: 16px;
        /* font-size: 14px; */
    }

    .steps_inner-info {
        border-radius: 20px;
        padding: 20px;
    }

    .steps_inner-text {
        font-size: 14px;
    }

    .steps_inner-img {
        height: 320px;
        border-radius: 20px;
    }

    .steps_inner {
        margin-bottom: 10px;
    }

    .types_info {
        border-radius: 20px;
        padding: 20px;
    }

    .types_text {
        font-size: 16px;
        /* font-size: 14px; */
        margin-top: 15px;
    }

    .types_right {
        height: 250px;
        border-radius: 20px;
    }

    .types_right-img {
        border-radius: 20px;
    }

    .types_items .technologies_item {
        width: 100%;
    }

    .types_items .technologies_item-title {
        font-size: 16px;
    }

    .types_items .technologies_item {
        height: 250px;
    }

    .types_items {
        gap: 10px;
    }

    .types_right-subtitle {
        font-size: 16px;
    }

    .types_right-text {
        display: none;
    }

    .types_right-info {
        padding: 20px;
        transform: none;
        justify-content: flex-end;
    }

    .works {
        margin: 60px 0;
    }

    .works .title {
        margin-bottom: 30px;
    }

    .works_arrow {
        display: none !important;
    }

    .works_btn {
        width: 100%;
        height: 45px;
    }

    .works_bot {
        margin-top: 30px;
    }

    .works_slider {
        width: calc(100% + 15px);
    }

    .works_slider .technologies_item {
        width: 250px;
        height: 250px;
    }

    .faq_right {
        padding: 20px;
        border-radius: 20px;
    }

    .faq_right-title {
        font-size: 24px;
    }

    .faq_right-text {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .catalog_aside {
        padding: 60px 15px;
    }

    .catalog_aside-title {
        font-size: 20px;
    }

    .catalog_aside-item {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .aside_btn {
        height: 45px;
    }

    .card_img {
        height: 320px;
    }

    .card_wrapper {
        gap: 10px;
        margin-bottom: 10px;
    }

    .card_dots {
        overflow: auto;
        flex-wrap: nowrap;
        gap: 10px;
        width: calc(100% + 15px);
        padding-right: 15px;
    }

    .card_dots::-webkit-scrollbar {
        display: none;
    }

    .card_inner {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .card_inner-options {
        padding: 20px;
        border-radius: 20px;
    }

    .card_inner-option {
        font-size: 16px;
        /* font-size: 14px; */
    }

    .card_dot {
        width: 180px;
        min-width: 180px;
    }

    .card_inner-option span {
        max-width: 174px;
    }

    .card_inner-items {
        overflow: auto;
        flex-wrap: nowrap;
        gap: 10px;
        width: calc(100% + 15px);
        padding-right: 15px;
    }

    .card_inner-item {
        width: 200px;
        min-width: 200px;
        border-radius: 20px;
        padding: 10px 20px 20px;
        font-size: 14px;
    }

    .card_inner {
        margin-bottom: 10px;
    }

    .card_inner-items::-webkit-scrollbar {
        display: none;
    }

    .card_row-info {
        padding: 20px;
        border-radius: 20px;
    }

    .card_row-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .card_row-text {
        font-size: 16px;
        /* font-size: 14px; */
        margin-bottom: 20px;
    }

    .card_row-option {
        width: 100%;
    }

    .card_row-options {
        gap: 15px;
    }

    .card_row-desc {
        font-size: 16px;
        /* font-size: 14px; */
    }

    .card_row-right {
        padding: 20px;
        border-radius: 20px;
    }

    .price {
        margin: 60px 0;
    }

    .price_top {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .price_value {
        font-size: 24px;
    }

    .price_tabs {
        flex-wrap: nowrap;
        margin-bottom: 30px;
        gap: 10px;

        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .price_tabs::-webkit-scrollbar {
        display: none;
    }

    .price_tab {
        white-space: nowrap;
    }

    .price_tab {
        padding: 16px 25px;
        font-size: 16px;
        /* font-size: 14px; */
    }

    .gallery {
        margin: 60px 0;
    }

    .gallery_slider {
        width: calc(100% + 15px);
    }

    .gallery_slide {
        width: 300px;
        height: 300px;
        margin-right: 10px;
        border-radius: 20px;
    }

    .other {
        margin: 60px 0;
    }

    .other_items .catalog_item {
        width: 100%;
    }

    .about_page-btn {
        display: none;
    }

    .about_page-right {
        height: 320px;
        border-radius: 20px;
    }

    .about_page-info {
        padding: 20px;
        border-radius: 20px;
    }

    .about_page-subtitle {
        font-size: 16px;
    }

    .about_page-text {
        font-size: 16px;
        /* font-size: 14px; */
        margin-bottom: 30px;
    }

    .about_page-img {
        border-radius: 20px;
    }

    .about_page-mobile {
        display: flex;
        margin-top: 20px;
        height: 45px;
        width: 100%;
    }

    .steps_inner {
        flex-direction: column;
    }

    .info_block .steps_inner-img {
        display: none;
    }

    .steps_inner-btn {
        display: none;
    }

    .steps_inner-info ul,
    .steps_inner-text {
        font-size: 16px;
        /*  font-size: 14px; */
    }

    .team {
        margin: 60px 0;
    }

    .team_item {
        width: 280px;
        min-width: 280px;
    }

    .team_items {
        flex-wrap: nowrap;
        overflow: auto;
        width: calc(100% + 15px);
        padding-right: 15px;
    }

    .team_items::-webkit-scrollbar {
        display: none;
    }

    .team_item-info {
        padding: 20px;
    }

    .team_item-title {
        font-size: 16px;
    }

    .team_item-text {
        font-size: 16px;
        /* font-size: 14px; */
    }

    .approach {
        margin: 60px 0;
    }

    .approach_info {
        padding: 20px;
        border-radius: 20px;
    }

    .approach_info ol {
        font-size: 16px;
        /* font-size: 14px; */
    }

    .approach_rihgt .approach_img {
        border-radius: 20px;
        height: 320px;
    }

    .approach_subtitle {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .approach_text {
        font-size: 16px;
        /* font-size: 14px; */
    }

    .project_img {
        height: 320px;
        border-radius: 20px;
    }

    .project_wrapper {
        gap: 10px;
    }

    .project_imgs {
        margin-bottom: 0;
    }

    .project_dots {
        display: none;
    }

    .project_info {
        padding: 20px;
        border-radius: 20px;
    }

    .project_title {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .project_subtitle {
        margin-bottom: 20px;
        /* font-size: 14px; */
        font-size: 16px;
    }

    .project_option {
        font-size: 16px;
        /* font-size: 14px; */
    }

    .project_option span {
        max-width: 160px;
    }

    .wishes {
        margin: 60px 0;
    }

    .wishes_subtitle {
        font-size: 16px;
        /* font-size: 14px; */
        margin-bottom: 30px;
    }

    .wishes_option {
        font-size: 16px;
        text-align: center;
    }

    .wishes_options {
        gap: 10px;
    }

    .wishes_items {
        overflow-x: auto;
        gap: 10px;
        flex-wrap: nowrap;
    }

    .wishes_item {
        width: 300px;
        min-width: 300px;
        border-radius: 20px;
    }

    .wishes_item-title {
        font-size: 16px;
        /* font-size: 14px; */
    }

    .wishes_item-info {
        padding: 20px;
        border-radius: 20px;
    }

    .build {
        margin: 60px 0;
    }

    .build_subtitle {
        font-size: 16px;
    }

    .build_tabs {
        width: calc(100% + 15px);
        padding-right: 15px;
        margin-bottom: 30px;
        gap: 10px;
    }

    .build_tab {
        font-size: 16px;
        /* font-size: 14px; */
        padding: 16px 30px;
    }

    .build_imgs {
        overflow: auto;
        flex-wrap: nowrap;
        gap: 10px;
        width: calc(100% + 15px);
        padding-right: 15px;
    }

    .build_imgs::-webkit-scrollbar {
        display: none;
    }

    .build_imgs::-webkit-scrollbar {
        display: none;
    }

    .build_img {
        width: 320px;
        height: 300px;
        min-width: 320px;
        border-radius: 20px;
    }

    .stands {
        margin: 60px 0;
    }

    .stands_text {
        font-size: 16px;
        /* font-size: 14px; */
        margin-bottom: 30px;
    }

    .stands_desc {
        font-size: 16px;
        border-radius: 20px;
        padding: 20px;
    }

    .stands_img {
        height: 320px;
        border-radius: 20px;
    }
}

@media (max-width: 500.98px) {
    .map_img {
        justify-content: center;
    }
    
    .map_img img {
        width: 320px;
    }
    
    .map_dot.middle {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
    
    .map_dot.big {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
    
    .map_dot:nth-child(1) {
        top: 20%;
        left: 34%;
    }
    
    .map_dot:nth-child(2) {
        top: 30%;
        left: 34%;
    }
    
    .map_dot:nth-child(3) {
        top: 32%;
        left: 55%;
    }
    
    .map_dot:nth-child(4) {
        top: 24%;
        left: 47%;
    }
    
    .map_dot:nth-child(5) {
        top: 39%;
        left: 25%;
    }
    
    .map_dot:nth-child(6) {
        top: 41%;
        left: 49%;
    }
    
    .map_dot:nth-child(7) {
        top: 43%;
        left: 67%;
    }
    
    .map_dot:nth-child(8) {
        top: 50%;
        left: 57%;
    }
    
    
    .depend_item-year {
        font-size: 17px;
        top: 32%;
        
    }
}

@media (max-width: 400.98px) {
    .depend_item-year {
        font-size: 14px;
    }
}

#cookie_note {
    display: none;
    gap: 5px;
    align-items: center;
    justify-content: center;
    position: fixed;
    max-width: 900px;
    z-index: 10;
    bottom: 15px;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
    padding: 10px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note.show {
    display: flex;
}

#cookie_note>button {
    width: 270px;
    font-size: 10px;
    line-height: 25px;
    border: none;
    color: #ffffff;
    background: #32660A;
    padding: 5px;
    text-transform: uppercase;
}

#cookie_note>button:hover {
    background-color: #F04438;
}

#cookie_note p {
    margin: 0;
    font-size: 0.7rem;
    line-height: 1.2;
    text-align: left;
    color: black;
}

#cookie_note p a {
    color: #32660A;
}

@media (max-width: 991px) {
    #cookie_note {
        flex-direction: column;
    }
}



/* Адаптив для блоков благодарностей, писем и сертификатов */
@media screen and (max-width: 1560px) {
    .thanks_item-info, .letters_item-info {
        padding: 15px;
    }
    
    .thanks_item-title, .letters_item-title {
        font-size: 18px;
    }

}

/* Крупные планшеты и небольшие ноутбуки */
@media screen and (max-width: 1200px) {
    .thanks_slider li, .letters_slider li {
        grid-template-columns: 1fr;
    }
    
    .thanks_title,
    .letters_title,
    .certificates_title {
        font-size: 42px;
    }
    
    .thanks_left {
        max-width: 800px;
    }
    
    .thanks_slider li,
    .letters_slider li {
        max-width: 650px;
        margin-inline: 10px;
    }
    
    .thanks_item-info,
    .letters_item-info {
        padding: 25px;
    }
    
    .thanks_item-title,
    .letters_item-title {
        font-size: 20px;
    }
}

/* Планшеты */
@media screen and (max-width: 992px) {
    .thanks_intro {
        flex-direction: column;
        gap: 30px;
        margin: 0 0 40px 0;
    }
    
    .thanks_arrows,
    .letters_arrows {
        align-self: flex-start;
    }
    
    .thanks_title,
    .letters_title,
    .certificates_title {
        font-size: 36px;
        margin: 0 0 20px 0;
    }
    
    .thanks_text,
    .certificates_text {
        font-size: 18px;
    }
    
    .thanks_slider li,
    .letters_slider li {
        grid-template-columns: 1fr;
        max-width: 500px;
        gap: 15px;
    }
    
    .thanks_img,
    .letters_img {
        max-height: 400px;
    }
    
    .thanks_item-info,
    .letters_item-info {
        padding: 25px;
        min-height: 250px;
    }
    
    .thanks_item-title,
    .letters_item-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .letters {
        margin: 70px 0;
    }
    
    .letters_intro {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin: 0 0 40px 0;
    }
    
    .certificates_items {
        flex-direction: column;
        align-items: center;
    }
    
    .certificates_item.first {
        max-width: 100%;
    }
    
    .certificates_item {
        /* max-width: 500px; */
        width: 100%;
    }
}

/* Мобильные устройства */
@media screen and (max-width: 768px) {
    .thanks_title,
    .letters_title,
    .certificates_title {
        font-size: 32px;
        margin: 0 0 15px 0;
    }
    
    .thanks_text,
    .certificates_text {
        font-size: 16px;
    }
    
    .thanks_slider li,
    .letters_slider li {
        max-width: 400px;
    }
    
    .thanks_arrow,
    .letters_arrow {
        width: 50px;
        height: 50px;
    }
    
    .thanks_arrow svg,
    .letters_arrow svg {
        width: 18px;
        height: 19px;
    }
    
    .thanks_item-info,
    .letters_item-info {
        padding: 20px;
    }
    
    .thanks_item-title,
    .letters_item-title {
        font-size: 18px;
    }
    
    .thanks_item-text,
    .letters_item-text {
        font-size: 14px;
    }
    
    .letters {
        margin: 50px 0;
    }
    
    /* .certificates_item {
        max-width: 400px;
    } */
}

/* Маленькие мобильные */
@media screen and (max-width: 480px) {
    .thanks_title,
    .letters_title,
    .certificates_title {
        font-size: 28px;
        line-height: 120%;
    }
    
    .thanks_intro,
    .letters_intro {
        margin: 0 0 30px 0;
    }
    
    .thanks_slider li,
    .letters_slider li {
        max-width: 300px;
    }
    
    .thanks_arrow,
    .letters_arrow {
        width: 40px;
        height: 40px;
    }
    
    .thanks_arrow svg,
    .letters_arrow svg {
        width: 16px;
        height: 17px;
    }
    
    .thanks_item-info,
    .letters_item-info {
        padding: 15px;
        min-height: 200px;
    }
    
    .thanks_item-title,
    .letters_item-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .thanks_item-text,
    .letters_item-text {
        font-size: 13px;
        line-height: 140%;
    }
    
    /* .certificates_item {
        max-width: 280px;
    } */
    
    .thanks_img img,
    .letters_img img,
    .certificates_item img {
        object-fit: contain;
    }
}

/* Адаптив для очень маленьких экранов */
@media screen and (max-width: 360px) {
    .thanks_slider li,
    .letters_slider li {
        max-width: 260px;
    }
    
    .thanks_arrows,
    .letters_arrows {
        gap: 5px;
    }
    
    .thanks_arrow,
    .letters_arrow {
        width: 35px;
        height: 35px;
    }
}