/*! 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;
}

body {
    overflow-x: hidden;
    font-family: "Lato", sans-serif;
    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;
}

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

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

.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: 220px;
}
.map_dot:nth-child(2){
    top: 285px;
    left: 377px;
}
.map_dot:nth-child(3){
    top: 365px;
    left: 509px;
}
.map_dot:nth-child(4){
    top: 190px;
    left: 480px;
}
.map_dot:nth-child(5){
    top: 366px;
    left: 161px;
}
.map_dot:nth-child(6){
    top: 513px;
    left: 432px;
}

.map_dot:nth-child(7){
    top: 352px;
    left: 762px;
}

.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::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: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 {
    columns: 2;
    gap: 20px;
}

.faq_item {
    background: #F5F5F2;
    border-radius: 30px;
    margin-bottom: 20px;
    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-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_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;
    columns: auto;
}

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

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

    .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 {
        columns: auto;
    }

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

@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_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;
    }

    .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_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(7){
        left: 700px;
    }
    .map_dot:nth-child(6){
        top: 480px;
    }
}

@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_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;
    }

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

    .map {
        margin: 60px 0;
    }

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

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

    .map_subtitle {
        font-size: 16px;
    }

    .map_img {
width: 100%;
        height: 100%;
        top: 98px;
        left: -22px;
        right: auto;
        transform: none;
        align-items: flex-start;
    }
    .map_dot:nth-child(1){
        top: 112px;
        left: 42px;
    }
    .map_dot:nth-child(2){
        top: 187px;
        left: 163px;
    }
        .map_dot:nth-child(3){
        top: 235px;
        left: 225px;
    }
            .map_dot:nth-child(4){
        top: 207px;
        left: 71px;
    }
    .map_dot:nth-child(5){
        top: 118px;
        left: 153px;
    }
        .map_dot:nth-child(6){
            top: 97px;
            left: 223px;
        }
                .map_dot:nth-child(7){
            top: 179px;
            left: 282px;
        }
        .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_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;
        margin-bottom: 10px;
    }

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