@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype'),
        url('../fonts/Montserrat-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Flex';
    src: url('../fonts/RobotoFlex-Regular.eot');
    src: url('../fonts/RobotoFlex-Regular.eot') format('embedded-opentype'),
        url('../fonts/RobotoFlex-Regular.woff2') format('woff2'),
        url('../fonts/RobotoFlex-Regular.woff') format('woff'),
        url('../fonts/RobotoFlex-Regular.ttf') format('truetype'),
        url('../fonts/RobotoFlex-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot') format('embedded-opentype'),
        url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto-Light.ttf') format('truetype'),
        url('../fonts/Roboto-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sansation';
    src: url('../fonts/Sansation-Light.eot');
    src: url('../fonts/Sansation-Light.eot') format('embedded-opentype'),
        url('../fonts/Sansation-Light.woff2') format('woff2'),
        url('../fonts/Sansation-Light.woff') format('woff'),
        url('../fonts/Sansation-Light.ttf') format('truetype'),
        url('../fonts/Sansation-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype'),
        url('../fonts/Roboto-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*--------------General styles and reset-------------------*/

html,
body {
    width: 100%;
    min-height: 100%;
    font-size: 100%;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    background: #EAEAEA;
}

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

a:focus,
a:active {
    outline: none;
}

a,
a:visited {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

input {
    border-radius: 0 !important;
}

.wrapper {

    display: flex;
    flex-direction: column;
    position: relative;
    overflow-x: hidden;
}

.container {
    max-width: 1332px;
    margin: 0 auto;
    padding-right: 16px;
    padding-left: 16px;
}

main {
    width: 100%;
    flex: 1 1 auto;
    margin: 0 auto;
}

/*--------------Components-------------------*/

.lightgrey-bg {
    background: #EAEAEA;
}

.darkgrey-bg {
    background: #E0E0E0;
}

.dark-bg {
    background: #101010;
}

.section-top {
    margin-top: -80px;
    margin-top: -85px;
}

.sub-box {
    padding-top: 50px;
    padding-bottom: 100px;
}

.box {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section__wrapper {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}

.section__image {
    max-width: 640px;
    max-height: 510px;
}

.section__image img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

h1 {
font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 120%;
    text-transform: uppercase;
    color: #F7F7F7;
}

h2 {
font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 140%;
    text-transform: uppercase;
    color: #000000;
}

h3 {
    font-family: 'Roboto Flex', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000000;
}

h4 {
    font-family: 'Roboto Flex', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000000;
}

.title {
    font-family: 'Roboto Flex', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    /* letter-spacing: 0.04em; */
    letter-spacing: 0;
    text-transform: uppercase;
    color: #171717;
}

.title.light,
.title-sm.light,
h2.light,
h4.light,
.dark-bg .title {
    color: #E3E3E3;
}

.title-sm {
    font-family: 'Roboto Flex', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #171717;
}

.title-sm.light {
    color: #E3E3E3;
}

.subtitle {
    font-family: 'Roboto Flex', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #A1A1A1;
    padding-left: 8px;
    border-left: 1px solid #7DB704;
    margin-bottom: 50px;
    margin-top: -50px;
}

.subtitle-text {
    font-family: 'Roboto Flex', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #171717;
}

.text {
    font-size: 18px;
    line-height: 135%;
    color: #404040;
    letter-spacing: 0.02em;
}

.text p {
    margin-bottom: 15px;
}

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

.text ul {
    margin-top: 15px;
    margin-bottom: 15px;
}

.text ul li {
    /* list-style-type: disc; */
    padding-left: 25px;
    position: relative;
}

.text ul>li::before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    background-color: #404040;
    height: 4px;
    width: 4px;
    position: absolute;
    left: 8px;
    flex-shrink: 0;
    top: 10px;
}

@media (max-width: 1300px) {
    .text p {
        margin-bottom: 10px;
    }

    .text ul {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .text ul li {
        padding-left: 20px;
    }

    .text ul>li::before {
        top: 9px;
        left: 6px;
    }
}

strong {
    font-weight: 500;
}

.green {
    color: #7DB704;
    font-weight: 400;
}

.text.light,
.dark-bg .text {
    color: #A1A1A1;
}

.arrow-btn {
    display: block;
    padding: 4px 4px;
    border-bottom: 1px solid #171717;
    width: fit-content;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #171717;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    margin-right: 32px;
}

.arrow-btn.light {
    color: #E3E3E3;
    border-bottom: 1px solid#E3E3E3;
}

.arrow-btn.light::before {
    background: url(../img/Arrow_right_long_light.svg) center center no-repeat;
}

.arrow-btn::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/Arrow_right_long_dark.svg) center center no-repeat;
    position: absolute;
    top: 50%;
    right: -32px;
    transform: translateY(-50%);
}

.arrow-btn:hover {
    color: #7DB704;
    border-bottom: 1px solid #7DB704;
}

.arrow-btn:hover::before {
    background: url(../img/Arrow_right_long_light-g-d.svg) center center no-repeat;
}

.arrow-btn.light:hover {
    color: #9FEA00;
    border-bottom: 1px solid #9FEA00;
}

.arrow-btn.light:hover::before {
    background: url(../img/Arrow_right_long_light-g.svg) center center no-repeat;
}

.arrow-btn.reverse {
    margin-left: 32px;
}

.arrow-btn.reverse::before {
    right: auto;
    left: -32px;
    transform: translateY(-50%) rotate(180deg);
}

.nav-btn {
    cursor: pointer;
    display: block;
    border: 1px solid #E3E3E3;
    border-radius: 25px;
    background: #101010;
    padding: 15px 60px;
    white-space: nowrap;
    text-align: center;
    max-width: 310px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #E3E3E3 !important;
    transition: all ease 0.4s;
}

.nav-btn:hover {
    background: #9FEA00;
    border: 1px solid #9FEA00;
    color: #171717 !important;
}

.nav-btn:active {
    background: #7DB704;
    border: 1px solid #7DB704;
    color: #E3E3E3 !important;
}

.nav-btn-arrow.swiper-button-disabled {
    display: none;
}

.nav-btn-arrow {
    cursor: pointer;
    display: block;
    border: 1px solid #E3E3E3;
    border-radius: 25px;
    background: #101010;
    padding: 15px 40px 15px 20px;
    white-space: nowrap;
    text-align: center;
    width: 310px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #E3E3E3 !important;
    transition: all ease 0.4s;
    position: relative;
}

.nav-btn-arrow::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/Arrow_right_long_light.svg) center center no-repeat;
    position: absolute;
    top: 50%;
    right: calc(50% - 50px);
    transform: translateY(-50%);
}

.nav-btn-arrow.reverse {
    padding: 15px 20px 15px 40px;
}

.nav-btn-arrow.reverse::before {
    right: auto;
    left: calc(50% - 50px);
    transform: translateY(-50%) rotate(180deg);
}

.nav-btn-arrow:hover {
    background: #9FEA00;
    border: 1px solid #9FEA00;
    color: #171717 !important;
}

.nav-btn-arrow:hover::before {
    background: url(../img/Arrow_right_long_dark.svg) center center no-repeat;
}

.nav-btn-arrow:active {
    background: #7DB704;
    border: 1px solid #7DB704;
    color: #E3E3E3 !important;
}

.nav-btn-arrow:active::before {
    background: url(../img/Arrow_right_long_light.svg) center center no-repeat;
}

.image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.list {
    color: #171717;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
}

.list li {
    background: url(../img/list-dot.svg) no-repeat center left;
    padding-left: 12px;
}

.list.light li {
    background: url(../img/list-dot-g.svg) no-repeat top 10px left;
}

.breadcrumbs {
    display: flex;
    flex-direction: row;
    column-gap: 4px;
    flex-wrap: nowrap;
    color: #EAEAEA;
}

.breadcrumbs a {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #EAEAEA;
}

.breadcrumbs .breadcrumb_last {
    color: #404040;
    font-size: 18px;
    line-height: 24px;
}

@media (min-width: 1301px) {
    .top-btn {
        display: none;
        width: 85px;
        height: 85px;
        border-radius: 50%;
        box-shadow: -4px 4px 10px rgba(17, 17, 17, 0.35);
        backdrop-filter: blur(2.5px);
        -webkit-backdrop-filter: blur(2.5px);
        background: rgba(224, 224, 224, 0.5) url(../img/topbtn.svg) center center no-repeat;
        transition: all 0.4s ease;
        position: fixed;
        bottom: 130px;
        right: 4%;
        z-index: 3;
    }

    .top-btn.active {
        display: block;
    }

    .top-btn:hover,
    .top-btn:active {
        background: #9FEA00 url(../img/topbtn.svg) center center no-repeat;
    }

}

@media (max-width: 1300px) {

    .section-top {
        margin-top: -59px;
    }

    .sub-box {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .box {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section__wrapper {
        display: flex;
        flex-direction: column-reverse;
        row-gap: 24px;
    }

    h1 {
        font-size: 30px;
        line-height: 36px;
    }

    h2 {
        font-size: 30px;
        line-height: 36px;
    }

    h3 {
        font-size: 20px;
        line-height: 28px;
    }

    h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .title {
        font-size: 20px;
        line-height: 28px;
    }

    .title-sm {
        font-size: 14px;
        line-height: 20px;
    }

    .subtitle {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 24px;
        margin-top: 0;
    }

    .subtitle-text {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.02em;
    }

    .text {
        font-size: 14px;
        line-height: 20px;
    }

    .arrow-btn {
        font-size: 16px;
        line-height: 24px;
    }

    .nav-btn {
        width: 100%;
        max-width: 420px;
        font-size: 16px;
        line-height: 24px;
    }

    .nav-btn-arrow {
        width: 100%;
        max-width: 310px;
        font-size: 16px;
    }

    .breadcrumbs {
        display: none;
    }

    .list {
        font-size: 12px;
        line-height: 16px;
        color: #404040;
    }

    .list.light li {
        background: url(../img/list-dot-g.svg) no-repeat top 8px left;
    }
}

/*--------------slider-------------------*/

.main-slider .swiper-pagination {
    display: flex;
    flex-direction: row;
    column-gap: 32px;
    justify-content: center;
    position: unset !important;
    margin-top: 20px;
    padding: 30px;
}

.main-slider .swiper-pagination-bullet {
    display: block;
    border-radius: 50%;
    height: 16px !important;
    width: 16px !important;
    background: #101010;
    border: 1px solid #A1A1A1;
    transition: all 0.3s ease 0s;
    margin: 0 !important;
    position: relative;
    opacity: 1 !important;
}

.main-slider .swiper-pagination-bullet:not(:last-child)::after {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: #404040;
    position: absolute;
    top: 50%;
    left: 16px;
}

.main-slider .swiper-pagination-bullet-active {
    background: #1F290B !important;
    border: 1px solid #9FEA00;
    opacity: 1;
    box-shadow: 0px -1px 31px 2px rgb(172 229 70);
}

@media (min-width: 1301px) {
    .main-slider .swiper-pagination-bullet:hover {
        background: #1F290B !important;
        border: 1px solid #9FEA00;
        opacity: 1;
        box-shadow: 0px -1px 31px 2px rgb(172 229 70);
    }

}

.mobile-project-slider .swiper-pagination {
    display: flex;
    flex-direction: row;
    column-gap: 16px;
    justify-content: center;
    position: unset !important;
}

.mobile-project-slider .swiper-pagination-bullet {
    display: block;
    border-radius: 50%;
    height: 12px !important;
    width: 12px !important;
    background: transparent;
    border: 1px solid #A1A1A1;
}

.mobile-project-slider .swiper-pagination-bullet-active {
    background: #7DB704;
    border: 1px solid #7DB704;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: '' !important;
}

.main-slider .swiper-button-prev {
    width: 11px;
    height: 24px;
    background: url(../img/next.svg) center center no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    top: auto !important;
    bottom: 25px !important;
    margin-top: 0 !important;
    left: calc(50% - 165px) !important;
    right: auto !important;
    z-index: 11 !important;
}

.main-slider .swiper-button-prev:hover {
    background: url(../img/next-g.svg) center center no-repeat;
    transform: rotate(180deg);
    background-size: contain;
}

.main-slider .swiper-button-next {
    width: 11px !important;
    height: 24px !important;
    background: url(../img/next.svg) center center no-repeat;
    background-size: contain;
    top: auto !important;
    bottom: 25px !important;
    margin-top: 0 !important;
    margin-left: 50px;
    right: calc(50% - 165px) !important;
    left: auto !important;
    z-index: 11 !important;
}

.main-slider .swiper-button-next:hover {
    background: url(../img/next-g.svg) center center no-repeat;
    background-size: contain;
}

@media (max-width: 1300px) {

    .main-slider .swiper-button-prev,
    .main-slider .swiper-button-next {
        display: none;
    }

    .swiper-pagination,
    .main-slider .swiper-pagination {
        column-gap: 16px;
        margin-top: 0;
    }

    .swiper-pagination-bullet,
    .main-slider .swiper-pagination-bullet {
        height: 12px !important;
        width: 12px !important;
    }

    .main-slider .swiper-pagination-bullet:not(:last-child)::after {
        display: none;
    }

}

/*--------------------------------------------------MAIN PAGE  start----------------------------------------*/

/*--------------Header-------------------*/

.header {
    background: transparent;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 3;
}

.header.hover,
.header.active.hover {
    background: #171717;
}

.header.active {
    background: #101010;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.header__container {
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.header__logo a {
    display: block;
    width: 140px;
    height: 30px;
    background: url(../img/logo.svg) center center no-repeat;
    position: relative;
    z-index: 3;
}

.header__nav {
    display: flex;
    flex-direction: row;
    column-gap: 25px;
    align-items: center;
}

.header-line {
    display: none;
    width: 100%;
    height: 1px;
    background-color: #272727;
    position: absolute;
    top: 80px;
    left: 0;
}

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

.header_v_info{
    color: white;
    font-size: 18px;
}

.header_v_info a{
    color: white;
    text-decoration: none;
	    z-index: 1;
    position: relative;
}

.icon_header_v{
    margin-right: 5px;
}

@media (min-width: 1301px) {

    .lang__selected {
        padding: 8px 6px;
    }

    .menu__items>.menu-item-has-children>a::after,
    .lang__selected::after {
        content: '';
        display: inline-block;
        width: 12px;
        height: 6px;
        vertical-align: middle;
        margin-left: 10px;
        background: url(../img/arrow-down-w.svg) right center no-repeat;
    }

    .header__lang {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #F7F7F7;
        cursor: pointer;
        position: relative;
    }

    .lang__options {
        display: none;
    }

    .lang__options.active {
        display: block;
        background: #101010;
        position: absolute;
        top: 40px;
        left: 0;
        border-top: 1px solid #A1A1A1;
    }

    .lang__option {
        background: #101010;
        padding: 8px 34px 8px 6px;
    }

    .menu__items {
        display: flex;
        flex-direction: row;
        column-gap: 52px;
    }

    .menu__items>li>a {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.02em;
        color: #F7F7F7;
        transition: all 0.4s ease;
    }

    .menu__items>.menu-item-has-children>a {
        position: relative;
    }

    .menu__items>.menu-item-has-children>ul {
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
        background: #171717;
        box-shadow: 0 0 0 100vw #171717;
        clip-path: inset(0 -100vw);
        padding: 40px 0 20px 0;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.02em;
        color: #F7F7F7;
        display: none;
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }

    .menu__items>.menu-item-has-children>ul>li {
        padding: 30px 50px 30px 50px;
    }

    .menu__items>.menu-item-has-children>ul>li>ul>li>ul>li {
        padding: 30px 50px 0 0;
    }

    .menu__items>.menu-item-has-children>ul>li>ul>li>ul>li:last-child {
        padding-bottom: 30px;
    }

    .menu__items>.menu-item-has-children>ul>li:not(:last-child) {
        border-right: 1px solid #272727;
    }

    .menu__items>.menu-item-has-children ul li ul li a {
        font-family: 'Roboto Flex';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #F7F7F7;
    }

    .menu__items>.menu-item-has-children ul li ul li ul li a {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.02em;
        color: #A1A1A1;
    }

    .menu__items>.menu-item-has-children>a::before {
        content: '';
        position: absolute;
        left: 40%;
        transform: translateX(-50%);
        bottom: -35px;
        z-index: 3;
        display: none;
        width: 40px;
        height: 11px;
        background: #171717 url(../img/arrow-g.svg) center center no-repeat;
    }

    .menu__items>.menu-item-has-children>ul>li>ul>li:not(:last-child) {
        margin-bottom: 30px;
    }

    .header__callback {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #E3E3E3;
        border-radius: 20px;
        background: transparent;
        border: 1px solid #9FEA00;
        width: 207px;
        height: 44px;
        cursor: pointer;
        position: relative;
        z-index: 3;
    }

    .header__callback_inner {
        display: none;
    }

    .burger-close {
        display: none;
    }
}

@media (min-width: 1301px) {

    .menu__items a:hover {
        background: linear-gradient(100.08deg, #9FEA00 0.68%, #F7F7F7 133.9%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .menu__items a:hover::after,
    .header__lang:hover .lang__selected::after {
        background: url(../img/arrow-down-g.svg) right center no-repeat;
    }

    .menu__items>.menu-item-has-children:hover>ul {
        display: flex;
    }

    .menu__items>.menu-item-has-children:hover>a::before {
        display: block;
    }

    .lang__selected:hover {
        background: linear-gradient(100.08deg, #9FEA00 0.68%, #F7F7F7 133.9%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .lang__option:hover {
        background: #171717;
    }

    .header__callback:hover {
        background: linear-gradient(100.08deg, #9FEA00 0.68%, #F7F7F7 133.9%);
        color: #171717;
    }

    .header__callback:active {
        background: #A8F800;
    }
}

.shadow::before {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(23, 23, 23, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}

.blur::before {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(2, 2, 2, 0.02);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
}

.header__burger {
    display: none;
    width: 18px;
    height: 12px;
    background: url(../img/burger.svg) center center no-repeat;
    cursor: pointer;
}

@media (max-width: 1300px) {
    .header__burger {
        display: block;
    }

    .header__logo a {
        width: 106px;
        height: 23px;
        background-size: contain;
    }

    .header__nav.active {
        right: 0;
    }

    .header__nav {
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 999;
        background: #EAEAEA;
        box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.5);
        width: calc(100% - 40px);
        padding: 120px 28px 34px 16px;
        height: 100%;
        display: block;
        overflow-y: auto;
        overflow-x: hidden;
        align-items: flex-start;
    }

    .burger-close {
        position: absolute;
        top: 36px;
        right: 28px;
        width: 24px;
        height: 24px;
        background: url(../img/close.svg) center center no-repeat;
    }

    .header__lang {
        display: flex;
        flex-direction: row;
        column-gap: 22px;
        font-family: 'Roboto Flex';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #404040;
        position: absolute;
        top: 36px;
        left: 28px;
    }

    .header__lang .lang__options {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    .lang__selected {
        color: #7DB704;
    }

    .header__menu {
        width: 100%;
    }

    .header__menu>ul>li>a {
        display: block;
        margin-bottom: 25px;
        font-family: 'Roboto Flex';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0.02em;
        color: #171717;
    }

    .header_v_info a{
        color: #171717;
        letter-spacing: 0.02em;
        font-size: 20px;
        font-family: 'Roboto Flex';
        font-style: normal;
    }

    .menu__items>.menu-item-has-children>a {
        width: 100%;
        background: url(../img/arrow-down-b.svg) right center no-repeat;
    }

    .menu__items>.menu-item-has-children>ul {
        display: none;
    }

    .menu__items>.menu-item-has-children.active>ul {
        display: block;
    }

    .menu__items>.menu-item-has-children.active>a {
        background: url(../img/arrow-up-b.svg) right center no-repeat;
    }

    .menu__items>.menu-item-has-children>ul>li>a,
    .menu__items>.menu-item-has-children>ul>li>ul>li>a {
        display: block;
        padding-left: 24px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.02em;
        color: #404040;
        margin-bottom: 25px;
    }

    .menu__items>.menu-item-has-children>ul>li>ul>li>ul>li>a {
        display: block;
        padding-left: 46px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.02em;
        color: #404040;
        margin-bottom: 25px;
    }

    .header__callback {
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.07);
        box-shadow: -8px 8px 10px rgba(179, 179, 179, 0.35);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        max-width: fit-content;
        height: 54px;
        border-radius: 25px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #171717;
        margin-top: 50px;
        position: relative;
        transition: all 0.5s ease;
        white-space: nowrap;
        padding: 15px 28px 15px 67px;
    }

    .header__callback_inner {
        display: block;
        width: 40px;
        height: 40px;
        background: url(../img/round.svg) center center no-repeat;
        position: absolute;
        top: 7px;
        left: 7px;
    }

    .header__callback:hover {
        background: rgba(173, 255, 0, 0.45);
        padding: 15px 57px 15px 38px;
    }

    .header__callback:active {
        background: rgba(125, 183, 4, 0.5);
    }

    .header__callback:hover .header__callback_inner {
        -webkit-animation: buttonHover 0.8s;
        animation: buttonHover 0.8s forwards;
    }

}

/*-------------- Main section -------------------*/

.main-section {
    background: #101010 url(../img/blur.svg) top -240px right -420px no-repeat;
    background-size: cover;
    position: relative;
}

.main-wrapper {
    max-width: 1920px;
    margin: 0 auto;
}

.main-section__bg {
    background: url(../img/device.png) top 2px right 4px no-repeat;
    background-size: contain;
    position: absolute;
    top: 1%;
    left: 46.5%;
    width: 100%;
    height: 100%;
}

.main-section__hello {
    /* background: url(../img/background-hello.png) top 2px right 4px no-repeat;
    background-size: contain; */
    margin-top: -80px;
    margin-top: -85px;
    padding-top: 280px;
    padding-bottom: 100px;
    position: relative;
}

.main-section__hello::after {
    content: '';
    background: url(../img/background-hello.png) top 2px right 4px no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

.main-section__main,
.main-section__steps,
.main-section__about {
    position: relative;
    z-index: 2;
}

.main-section__main {
    margin-bottom: 260px;
}

.main-section__title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 120%;
    text-transform: uppercase;
    color: #F7F7F7;
    max-width: 640px;
    margin-bottom: 20px;
}

.main-section__title span {
    background: linear-gradient(100.08deg, #9FEA00 0.68%, #F7F7F7 133.9%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-section__text {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #E3E3E3;
    margin-bottom: 30px;
}

.main-section__btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.callback-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: -8px 8px 10px rgba(17, 17, 17, 0.35);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 25px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #E3E3E3;
    max-width: fit-content;
    cursor: pointer;
    height: fit-content;
    white-space: nowrap;
    padding: 15px 28px 15px 67px;
    position: relative;
    transition: all 0.5s ease;
    white-space: nowrap;
}

.callback-btn_inner {
    width: 40px;
    height: 40px;
    background: url(../img/round.svg) center center no-repeat;
    position: absolute;
    top: 7px;
    left: 7px;
}

.callback-btn:hover {
    background: rgba(173, 255, 0, 0.45);
}

.callback-btn:active {
    background: rgba(125, 183, 4, 0.5);
}

.callback-btn:hover {
    padding: 15px 57px 15px 38px;
}

.callback-btn:hover .callback-btn_inner {
    -webkit-animation: buttonHover 0.8s;
    animation: buttonHover 0.8s forwards;
}

@keyframes buttonHover {

    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(188px);
    }
}

.more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #E3E3E3 !important;
    max-width: fit-content;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
}

.more-btn::before {
    content: '';
    display: inline-block;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: -4px 4px 10px rgba(17, 17, 17, 0.35);
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    border-radius: 50%;
    position: absolute;
    top: -40px;
    left: -40px;
    transition: all 0.4s ease;
}

.more-btn_inner {
    padding-left: 45px;
    padding-right: 20px;
    background: url(../img/arrow-r.svg) left center no-repeat;
    position: relative;
    z-index: 3;
}

.more-btn:hover::before {
    background: rgba(255, 255, 255, 0.21);
}

.more-btn:hover .more-btn_inner {
    -webkit-animation: moreButtonHover 0.8s forwards;
    animation: moreButtonHover 0.8s forwards;
}

@keyframes moreButtonHover {

    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(17px);
    }
}

.main-section__steps {
    background: linear-gradient(90deg, rgba(44, 44, 44, 0.5) 7.62%, rgba(54, 54, 54, 0.33) 49.61%, rgba(52, 52, 52, 0.5) 87.83%);
    box-shadow: -8px 8px 10px rgba(17, 17, 17, 0.35);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    border-radius: 5px 0px 0px 5px;
    padding: 20px 0;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(4, 336px);
    transform: translateX(33%);
    margin-bottom: 130px;
}

.main-section__step {
    border-right: 1px solid #A1A1A1;
    padding: 10px 30px;
}

.main-section__step_title {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    color: #E3E3E3;
    margin-bottom: 8px;
    letter-spacing: 0.04em;
}

.main-section__step_text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #A1A1A1;
}

.main-section__subtitle {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #404040;
    padding-left: 8px;
    border-left: 1px solid #7DB704;
    margin-bottom: 50px;
}

.main-section__info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 130px;
    max-width: 1250px;
}

.main-section__info_start {
    color: #E3E3E3;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}

.main-section__info_start span {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.main-section__info_text {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #A1A1A1;
}

.main-section__info_important {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #E3E3E3;
    margin-bottom: 20px;
}

.main-section__info_important span {
    color: #9FEA00;
}

.learn-more {
    display: block;
    margin-top: 30px;
    padding: 4px 4px;
    border-bottom: 1px solid #E3E3E3;
    width: fit-content;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #E3E3E3 !important;
    position: relative;
    cursor: pointer;
    display: block;
    white-space: nowrap;
}

.learn-more::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/Arrow_right_long_light.svg) center center no-repeat;
    position: absolute;
    top: 50%;
    right: -32px;
    transform: translateY(-50%);
}

.learn-more:hover {
    color: #9FEA00 !important;
    border-bottom: 1px solid #9FEA00;
}

.learn-more:hover::after {
    background: url(../img/Arrow_right_long_light-g.svg) center center no-repeat;
}

.learn-more:active {
    color: #7DB704;
    border-bottom: 1px solid #7DB704;
}

@media (max-width: 1300px) {
    .learn-more.learn-more__mob {
        border: 1px solid #E3E3E3;
        border-radius: 25px;
        padding: 15px 50px;
        white-space: nowrap;
        width: 100%;
        text-align: center;
        max-width: 420px;
    }

    .learn-more.learn-more__mob::after {
        display: none;
    }

    .learn-more.learn-more__mob:hover {
        background: #9FEA00;
        border: 1px solid #9FEA00;
        color: #171717 !important;
    }

    .learn-more.learn-more__mob:active {
        background: #7DB704;
        border: 1px solid #7DB704;
        color: #E3E3E3 !important;
    }
}

@media (max-width: 1300px) {

    .main-section {
        background: #101010 url(../img/blur.svg) top 20px right -450px no-repeat;
        background-size: cover;
    }

    .main-section__bg {
        background: url(../img/device-mob.png) top 150px right -160px no-repeat;
        background-size: 525px;
        inset: 0;
    }


    .main-section__hello {
        background: transparent;
        background-size: contain;
        margin-top: -59px;
        padding-top: 88px;
        padding-bottom: 50px;
    }

    .main-section__hello::after {
        display: none;
    }

    .main-section__main {
        margin-bottom: 48px;
    }

    .main-section__title {
        font-size: 30px;
        line-height: 36px;
        max-width: 640px;
        margin-bottom: 8px;
    }

    .main-section__text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 262px;
        max-width: 206px;
    }

    .callback-btn {
        font-size: 16px;
        line-height: 24px;
        cursor: pointer;
        height: fit-content;
        padding: 15px 45px 15px 67px;
    }

    .callback-btn:hover {
        padding: 15px 74px 15px 38px;
    }

    .more-btn {
        display: none;
    }

    .main-section__steps {
        display: none;
    }

    .main-section__subtitle {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 18px;
    }

    .main-section__info {
        grid-template-columns: 1fr;
    }

    .main-section__info_start {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .main-section__info_start span {
        font-size: 20px;
        line-height: 28px;
    }

    .main-section__info_text {
        font-size: 14px;
        line-height: 20px;
    }

    .main-section__info_important {
        display: none;
    }

    .main-section__info>div:last-child .main-section__info_text {
        display: none;
    }

    .learn-more {
        margin-top: 26px;
        font-size: 16px;
        line-height: 24px;
    }
}

/*--------------Do section-------------------*/

.do-section__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.do-section__title {
    margin-bottom: 20px;
}

.do-section__text {
    margin-bottom: 30px;
}

.do-section__card {
    background: #EAEAEA;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 4px 15px #C9C9C9;
    border-radius: 5px;
    padding: 20px 30px 44px 30px;
    display: flex;
    flex-direction: column;
    transition: all 0.4s ease;
}

.do-section__card:hover {
    border: 1px solid #9FEA00;
    box-shadow: 0px 4px 15px #C9C9C9;
}

@media (min-width: 1301px) {
    .do-section__card:hover {
        border: 1px solid #9FEA00;
        box-shadow: 0px 4px 15px #C9C9C9;
        transform: translateY(-12px);
    }
}

.do-section__card-image {
    max-width: 70px;
    max-height: 70px;
    align-self: flex-end;
    margin-bottom: 30px;
}

.do-section__card-title {
    margin-bottom: 16px;
}

.do-section__card-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #404040;
}

@media (max-width: 1300px) {
    .do-section__cards {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .do-section__title {
        margin-bottom: 8px;
    }

    .do-section__text {
        margin-bottom: 18px;
    }

    .do-section__info {
        margin-bottom: 30px;
    }

    .do-section__card {
        box-shadow: -1px 2px 7px #C9C9C9;
        border-radius: 2px;
        padding: 20px;
        display: flex;
        flex-direction: row;
        column-gap: 20px;
        align-items: center;
    }

    .do-section__card-image {
        max-width: 50px;
        max-height: 50px;
        align-self: center;
        margin-bottom: 0;
    }

    .do-section__card-title {
        margin-bottom: 0;
    }

    .do-section__card-text {
        display: none;
    }
}

/*--------------Tech section-------------------*/

.tech-section__container {
    display: grid;
    grid-template-columns: calc(42% - 130px) 58%;
    column-gap: 130px;
}

.tech-section__title {
    margin-bottom: 30px;
}

.tech-section__text {
    margin-bottom: 30px;
}

.tech-section__items {
    margin-top: 74px;
}

.tech-section__item {
    color: #171717;
    padding-bottom: 12px;
    border-bottom: 1px solid #A1A1A1;
}

.tech-section__item:not(:last-child) {
    margin-bottom: 20px;
}

.tech-section__item:not(:first-child) .tech-section__item-title {
    margin-top: 30px;
}

.tech-section__item-title {
    color: #171717;
    margin-bottom: 20px;
}

.tech-section__item-text {
    color: #171717;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
}

.tech-section__item-list {
    display: flex;
    flex-direction: row;
    column-gap: 8px;
    row-gap: 12px;
    flex-wrap: wrap;
}

.list-column .tech-section__item-list {
    flex-direction: column;
}

@media (max-width: 1300px) {
    .tech-section__container {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }

    .tech-section__title {
        margin-bottom: 8px;
    }

    .tech-section__item-text {
        font-weight: 400;
    }

    .tech-section__text {
        margin-bottom: 18px;
    }

    .tech-section__items {
        margin-top: 0;
    }

    .tech-section__item {
        padding-bottom: 4px;
    }

    .tech-section__item:not(:last-child) {
        margin-bottom: 16px;
    }

    .tech-section__item:not(:first-child) .tech-section__item-title {
        margin-top: 24px;
    }
}

/*--------------complex section-------------------*/

.complex-section {
    background: #101010 url(../img/slider-bg.svg) top left no-repeat;
    background-size: cover;
}

.complex-section__container {
    padding-top: 100px;
    padding-bottom: 25px;
    position: relative;
}

.complex-section.service .complex-section__container {
    padding-top: 100px;
}

.complex-section__title {
    max-width: 640px;
    position: absolute;
    top: 100px;
    left: 16px;
}

.complex-section.service .complex-section__title {
    grid-area: name;
}

.complex-section.service .complex-section__title {
    position: unset;
    margin-bottom: 20px;
}

.banner {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}

.complex-section.service .banner {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    column-gap: 20px;
    grid-template-areas: "name image""info image";
}

.slide__info {
    margin-top: 212px;
    max-width: 420px;
}

.complex-section.service .slide__info {
    margin-top: 0;
    max-width: 530px;
    grid-area: info;
}

.slide__title {
    margin-bottom: 16px;
}

.slide__info p {
    font-size: 18px;
    line-height: 135%;
    margin-bottom: 28px;
    letter-spacing: 0.02em;
    color: #A1A1A1;
}

.slide__info ul {
    margin-bottom: 40px;
}

.slide__info ul li {
    color: #A1A1A1;
}

.slide__info ul li {
    background: url(../img/minus-g.svg) no-repeat top 12px left;
    padding-left: 28px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
}

.slide__info ul li:not(:last-child) {
    margin-bottom: 16px;
}

.complex-section.service .slide__text {
    margin-bottom: 20px;
}

.slide__text p {
    margin-bottom: 15px;
}

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

.slide__item {
    padding-bottom: 4px;
    border-bottom: 1px solid #404040;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #E3E3E3;
}

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

.slider__image {
    max-width: 640px;
    max-height: 610px;
}

.complex-section.service .slider__image {
    grid-area: image;
}

.complex-section__btn {
    position: absolute;
    bottom: 160px;
    left: 16px;
    z-index: 5;
}

@media (max-width: 1300px) {

    .complex-section {
        background: #101010 url(../img/slider-bg.svg) left 90% top 100% no-repeat;
        background-size: 150% 150%, cover;
    }

    .complex-section.service {
        background: #101010 url(../img/dev-slide-bg-mob.png) top center no-repeat;
    }

    .complex-section__container {
        padding-top: 120px;
        padding-bottom: 110px;
    }

    .complex-section.service .complex-section__container {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .complex-section__title {
        top: 40px;
        left: 16px;
    }

    .complex-section.service .complex-section__title {
        margin-bottom: 0;
        width: 100%;
    }

    .banner {
        display: flex !important;
        flex-direction: column-reverse;
        row-gap: 20px;
        align-items: center;
    }

    .complex-section.service .banner {
        display: grid !important;
        grid-template-columns: 1fr;
        justify-items: center;
        row-gap: 24px;
        grid-template-areas: "name""image""info";
    }

    .slide__info {
        margin-top: 0;
    }

    .slide__info ul {
        margin-bottom: 24px;
    }

    .slide__info ul li {
        background: url(../img/minus-g.svg) no-repeat top 9px left;
        font-size: 14px;
        line-height: 20px;
    }

    .slide__info ul li:not(:last-child) {
        margin-bottom: 8px;
    }

    .complex-section.service .slide__text {
        margin-bottom: 16px;
    }

    .complex-section.service .slide__info {
        max-width: 640px;
    }

    .slide__title {
        margin-bottom: 8px;
    }

    .slide__info p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .slide__item {
        font-size: 14px;
        line-height: 20px;
    }

    .slide__item:not(:last-child) {
        margin-bottom: 8px;
    }

    .slider__image {
        max-width: 275px;
        max-height: 244px;
    }

    .slider__image img {
        aspect-ratio: 1.13/1;
    }

    .complex-section__btn {
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        border: 1px solid #E3E3E3;
        border-radius: 25px;
        padding: 15px 50px;
        white-space: nowrap;
        width: calc(100% - 32px);
        text-align: center;
        max-width: 420px;
    }

    .complex-section__btn::before {
        display: none;
    }

    .complex-section__btn:hover {
        background: #9FEA00;
        border: 1px solid #9FEA00;
        color: #171717 !important;
    }

    .complex-section__btn:active {
        background: #7DB704;
        border: 1px solid #7DB704;
        color: #E3E3E3 !important;
    }

    .complex-section.service .swiper-pagination {
        display: none;
    }

}

/*-------------- Project section -------------------*/

.project-section__title {
    margin-bottom: 30px;
}

.project-section__items {
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}

.mobile-project-slider {
    display: none;
}

.project-section__item {
    background: #C1C1C1;
    box-shadow: -2px 4px 15px #C9C9C9;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease;
}

.project-section__item_title {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #171717;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    z-index: 2;
}

.project-section__item_big .project-section__item_title {
    font-size: 24px;
}

.project-section__item_big .project-section__item_image {
    max-width: 640px;
    max-height: 640px;
    aspect-ratio: 1/1;
}

.project-section__wrapper_small {
    display: grid;
    grid-template: 1fr 1fr / 1fr 1fr;
    gap: 20px;
}

.project-section__item_small .project-section__item_image {
    max-width: 310px;
    max-height: 310px;
    aspect-ratio: 1/1;
}

.project-section__btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    /* padding-right: 32px; */
}

@media (min-width: 1301px) {
    .project-section__item_big:hover .project-section__item_title {
        font-family: 'Roboto Flex';
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 44px;
        text-align: center;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #EAEAEA;
        background: rgba(17, 17, 17, 0.75);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        padding-right: 50px;
        padding-left: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-animation: oppacityCard 1s forwards;
        animation: oppacityCard 1s forwards;
    }

    @keyframes oppacityCard {

        from {
            opacity: 0.5;
        }

        to {
            opacity: 1;
        }
    }

    .project-section__item_big:hover .project-section__item_image img,
    .project-section__item_small:hover .project-section__item_image img {
        -webkit-animation: scaleCard 1s forwards;
        animation: scaleCard 1s forwards;
    }

    @keyframes scaleCard {

        from {
            transform: scale(1);
        }

        to {
            transform: scale(1.12);
        }
    }

    .project-section__item_small:hover .project-section__item_title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #EAEAEA;
        background: rgba(17, 17, 17, 0.75);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        padding-right: 42px;
        padding-left: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-animation: oppacityCard 1s forwards;
        animation: oppacityCard 1s forwards;
    }
}

@media (max-width: 1300px) {
    .project-section__title {
        margin-bottom: 24px;
    }

    .project-section__items {
        display: none;
    }

    .mobile-project-slider {
        display: block;
        max-width: 680px;
        max-width: 640px;
        margin: 0 auto;
        position: relative;
        margin-bottom: 34px;
    }

    .equipment-section .mobile-project-slider {
        margin-bottom: 0px;
    }

    .project-section__item {
        box-shadow: none;
        border: 1px solid transparent;
        border-radius: 2px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }

    .project-section__item_big:active {
        border: 1px solid #7DB704;
    }

    .project-section__item_small .project-section__item_title {
        display: none;
    }

    .project-section__item_big .project-section__item_title {
        font-size: 16px;
        line-height: 28px;
        top: 12px;
        left: 12px;
        right: 12px;
    }

    .project-section__small_slider {
        max-width: 640px;
        margin-bottom: 24px;
    }

    .mobile-project-slider .swiper-wrapper {
        margin-bottom: 20px;
    }

    .project-section__btn {
        justify-content: flex-start;
    }

    .project-section__item_big .project-section__item_image {
        max-width: 640px;
        max-height: 640px;
    }

    .project-section__item_small .project-section__item_image {
        max-width: 148px;
        max-height: 148px;
    }

}

/*-------------- why section -------------------*/

.why-section__container {
    display: grid;
    grid-template-columns: 230px 1fr;
    column-gap: 100px;
}

.why-section__container_big {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.why-section__info {
    grid-column: 1 / 3;
}

.why-section__text {
    max-width: 330px;
}

.why-section__title {
    margin-bottom: 20px;
}

.why-section__items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 16px;
    justify-content: center;
}

.why-section__item {
    background: #161616;
    box-shadow: -2px -2px 4px rgba(82, 81, 81, 0.22), 4px 4px 15px rgba(0, 0, 0, 0.27);
    border-radius: 4px;
    padding: 20px 20px 32px 20px;
    max-width: 310px;
}

.why-section__item-image {
    width: 84px;
    height: 84px;
    margin-bottom: 16px;
    position: relative;
}

.why-section__item-image img {
    position: relative;
    z-index: 2;
}

.why-section__item-image::before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background: #A8F800;
    filter: blur(25px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

@media (max-width: 1300px) {
    .why-section__container {
        grid-template-columns: 1fr;
        row-gap: 24px;
    }

    .why-section__items {
        grid-template-columns: 1fr;
    }

    .why-section__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 16px 24px 24px 24px;
    }

    .why-section__item-image {
        margin-bottom: 8px;
    }

    .why-section__item-title {
        text-align: center;
    }

    .why-section__item-text {
        text-align: center;
        font-size: 14px;
        line-height: 20px;
    }

    .why-section__container_big {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
        justify-content: center;
    }

    .why-section__info {
        width: 100%;
    }

    .why-section__text {
        display: none;
    }

    .why-section__title {
        margin-bottom: 24px;

    }
}

@media (max-width: 998px) {
    .why-section__item {
        display: none;
    }

    .why-section__item:nth-child(-n+4) {
        display: flex;
    }

}

/*-------------- faq section -------------------*/

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

.faq-section__item {
    padding: 16px 8px;
    border-bottom: 1px solid #A1A1A1;
}

.faq-section__question {
    padding-right: 40px;
    background: url(../img/arrow-down-b.svg) center right 12px no-repeat;
    cursor: pointer;
}

.faq-section__answer {
    margin-top: 16px;
    display: none;
    max-width: 960px;
}

.faq-section__item.active .faq-section__answer {
    display: block;
}

.faq-section__item.active .faq-section__question {
    background: url(../img/arrow-up-b.svg) center right 12px no-repeat;
}

@media (max-width: 1300px) {
    .faq-section__title {
        margin-bottom: 24px;
    }

    .faq-section__item {
        padding: 10px 0;
    }

    .faq-section__question {
        background: url(../img/arrow-down-b.svg) center right 15px no-repeat;
    }

    .faq-section__answer {
        margin-top: 8px;
        max-width: 960px;
        padding: 0 60px 6px 8px;
    }

    .faq-section__item.active .faq-section__question {
        background: url(../img/arrow-up-b.svg) center right 15px no-repeat;
    }
}

/*-------------- Partners section -------------------*/

.partner-section__container {
    display: grid;
    grid-template-columns: 400px 1fr;
    column-gap: 60px;
}

.partner-section__title {
    margin-bottom: 20px;
}

.partners-slider {
    padding-left: 10px;
}

.partner {
    background: #161616;
    box-shadow: -2px -2px 4px rgba(80, 79, 79, 0.22), 4px 4px 15px rgba(0, 0, 0, 0.27);
    border-radius: 4px;
    padding: 47px 17px;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    max-width: 265px;
}

.partner__image {
    width: 230px;
    height: 65px;
}

@media (max-width: 1300px) {
    .partner-section__container {
        grid-template-columns: 1fr;
        row-gap: 24px;
    }

    .partner-section__title {
        margin-bottom: 8px;
    }

    .partners-slider {
        padding-left: 0;
        max-width: 500px;
    }

    .partner {
        padding: 16px;
        width: 156px !important;
    }

    .partner__image {
        width: 124px;
        height: 48px;
    }
}

/*-------------- Contact section -------------------*/

.contact-section {
    background: #EAEAEA url(../img/background-l.webp) left center no-repeat;
    background-size: cover;
}

.contact-section__container {
    display: grid;
    grid-template-columns: calc(45% - 130px) 55%;
    column-gap: 130px;
}

.contact-section__title {
    margin-bottom: 30px;
}

.command-section .contact-section__title {
    margin-bottom: 20px;
}

.contact-section__text {
    margin-bottom: 20px;
}

.command-section .contact-section__text {
    margin-bottom: 0;
}

.command-section .contact-section__text {
    color: #A1A1A1;
}

.create-task-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: -8px 8px 10px rgba(179, 179, 179, 0.35);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 25px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #171717;
    max-width: fit-content;
    cursor: pointer;
    height: fit-content;
    white-space: nowrap;
    padding: 15px 28px 15px 67px;
    position: relative;
    transition: all 0.5s ease;
}

.create-task-btn:active {
    background: rgba(125, 183, 4, 0.5);
}

.create-task-btn:hover {
    background: rgba(173, 255, 0, 0.45);
    padding: 15px 57px 15px 38px;
}

.create-task-btn:hover .callback-btn_inner {
    -webkit-animation: buttonHover2 0.8s;
    animation: buttonHover2 0.8s forwards;
}

@keyframes buttonHover2 {

    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(220px);
    }
}

.contact-form {
    margin-top: 74px;
}

.command-section .contact-form {
    margin-top: 108px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
}

.contact-form__wrapper {
    display: grid;
    grid-template: auto auto / 1fr 1fr;
    row-gap: 30px;
    column-gap: 20px;
    margin-bottom: 30px;
}

.input-name {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #171717;
    margin-bottom: 4px;
}

.input.light .input-name {
    color: #EAEAEA;
    margin-bottom: 8px;
}

.input input {
    padding: 8px;
    border-bottom: 1px solid #A1A1A1;
    background: #EAEAEA;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #171717;
    outline: 0;
    position: relative;
}

.input.light input,
.input.light textarea {
    background: #101010;
    color: #E3E3E3;
}

.error {
    color: #BD0B0B !important;
    border-bottom: 1px solid #BD0B0B !important;
    padding-right: 40px !important;
    background: url(../img/error.svg) right 10px center no-repeat !important;
}

@media (min-width: 1301px) {
    .input input:hover {
        border-bottom: 1px solid #404040;
    }
}

.input input:focus {
    border-bottom: 1px solid #7DB704;
}

.input input::placeholder {
    font-weight: 300;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #AFAFAF;
}

/* .contact-form__tel>div {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 16px;
} */

.contact-form__tel_code {
    display: flex;
    flex-direction: row;
}

.contact-form__code {
    max-width: 50px;
    padding-right: 0px !important;
}

.contact-form__company {
    margin-bottom: 30px;
}

.input textarea {
    resize: none;
    padding: 8px;
    background: #EAEAEA;
    border: 1px solid #A1A1A1;
    border-radius: 4px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #171717;
    outline: 0;
}

.input textarea:hover {
    border: 1px solid #404040;
}

.input textarea:focus {
    border: 1px solid #7DB704;
}

.contact-form__question {
    margin-bottom: 10px;
}

.contact-form__agree,
.contact-form__file {
    margin-bottom: 30px;
}

.contact-form__file input {
    opacity: 0;
    margin-left: -15px;
    width: 0px;
    height: 0;
}

.contact-form__file input+label {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    padding: 38px;
    text-align: center;
    border: 1px dashed #A1A1A1;
    border-radius: 4px 0px 0px 4px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #171717;
    cursor: pointer;
    margin-bottom: 30px;
}

.contact-form__file.light input+label {
    color: #EAEAEA;
}

.contact-form__file.light {
    margin-top: -15px;
    margin-bottom: 0;
}

.contact-form__file input+label span {
    color: #171717;
    border-bottom: 1px solid #171717;
    transition: all 0.3s ease 0s;
}

.contact-form__file.light input+label span {
    color: #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    transition: all 0.3s ease 0s;
}

.contact-form__file input+label:hover span {
    color: #7DB704;
    border-bottom: 1px solid #7DB704;
}

.contact-form__file input+label p {
    width: fit-content;
    padding-left: 20px;
    height: 21px;
    background: url(../img/fileinput.svg) left center no-repeat;
}

.contact-form__file.light input+label p {
    background: url(../img/fileinput-w.svg) left center no-repeat;
}

.contact-form__file input+label p:nth-child(2) {
    display: none;
}

.progress {
    padding-left: 20px;
    background: url(../img/plus.svg) left center no-repeat;
}

.progress:not(:last-child) {
    margin-bottom: 30px;
}

.progress__info {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    column-gap: 20px;
}

.progress__name {
    padding-left: 30px;
    background: url(../img/folder.svg) left center no-repeat;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #171717;
}

.contact-form__file.light .progress__name,
.contact-form__file.light .progress__size.ready {
    color: #EAEAEA;
}

.progress__size {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #A1A1A1;
    width: fit-content;
}

.progress__size.ready {
    color: #404040;
    padding-right: 30px;
    background: url(../img/complete.svg) right center no-repeat;
}

.progress__close {
    width: 30px;
    height: 30px;
    background: url(../img/del.svg) center center no-repeat;
    cursor: pointer;
}

.progress__close:hover {
    background: url(../img/del-red.svg) center center no-repeat;
}

progress {
    width: 100%;
    height: 4px;
    border: none;
    border-radius: 4px;
}

progress::-webkit-progress-bar {
    background: #D9D9D9;
    border-radius: 4px;
}

.contact-form__file.light progress::-webkit-progress-bar {
    background: #404040;
    border-radius: 4px;
}

progress::-webkit-progress-value {
    background: #7DB704;
    border-radius: 4px;
}

.contact-form__send {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    padding: 15px;
    background: #101010;
    border-radius: 25px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #E3E3E3;
    cursor: pointer;
    transition: all 0.4s ease;
}

.nav-btn.contact-form__send {
    max-width: 100%;
}

.contact-form__send:hover {
    background: #7DB704;
    color: #171717;
}

.contact-form__send:active {
    background: #9FEA00;
    color: #171717;
}

.contact-form__send.loading {
    font-size: 0;
    position: relative;
}

.contact-form__send.loading::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 10px;
    background: url(../img/three-dots.svg) center center no-repeat;
    background-size: contain;
}

.contact-form__text {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #404040;
}

.contact-form__text.light {
    color: #A1A1A1;
}

/*------my select--------*/

.my-select {
    position: relative;
    z-index: 2;
    width: 78px;
    border-bottom: 1px solid #A1A1A1;
}

.my-select.border>div:first-child {
    border: 1px solid #7DB704;
}

.my-select>div:nth-child(2) {
    display: none;
    background: #EAEAEA;
    position: absolute;
    top: 40px;
    width: 100%;
    border: 1px solid #7DB704;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.my-select>div:nth-child(2).active {
    display: block !important;
}

.my-select>div:first-child {
    background: #EAEAEA url(../img/arrow-down-b.svg) right 8px center no-repeat;
    padding: 8px 48px 8px 8px;
    cursor: pointer;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #171717;
    border: 1px solid #EAEAEA;
}

.my-select>div:first-child:hover {
    border: 1px solid #A1A1A1;
}

.my-select>div:first-child:active {
    border: 1px solid #7DB704;
}

.my-select div:nth-child(2)>div {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #171717;
    padding: 8px;
    cursor: pointer;
}

.my-select div:nth-child(2)>div:hover {
    background: #E0E0E0;
}

.my-select.black-select {
    border-bottom: 1px solid #E0E0E0;
}

.my-select.black-select>div:nth-child(2) {
    border: none;
    background: #101010;
}

.my-select.black-select>div:first-child {
    background: #101010 url(../img/arrow-down-w2.svg) right 8px center no-repeat;
    color: #EAEAEA;
    border: none;
    border-bottom: 1px solid transparent;
}

.my-select.black-select>div:first-child:hover {
    border: none;
    border-bottom: 1px solid transparent;
}

.my-select.black-select div:nth-child(2)>div {
    color: #EAEAEA;
}

.my-select.black-select div:nth-child(2)>div:hover {
    background: #171717;
}

/*------checkbox--------*/

.checkbox-styled {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin-left: -15px;
    width: 1px;
    height: 1px;
}

.checkbox-styled+label {
    display: grid;
    grid-template-columns: 36px 1fr;
    column-gap: 4px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #404040;
}

.checkbox-styled+label a {
    border-bottom: 1px solid #404040;
    transition: all 0.3s ease 0s;
}

.checkbox-styled+label a:hover,
.checkbox-styled.light+label a:hover {
    color: #7DB704;
    border-color: #7DB704;
}

.checkbox-styled.light+label a {
    color: #E3E3E3;
    border-bottom: 1px solid;
    border-bottom: 1px solid #E3E3E3;
}

.checkbox-styled+label>span {
    content: " ";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    background: #EAEAEA;
    border: solid 1px #A1A1A1;
    cursor: pointer;
    border-radius: 3px;
}

.checkbox-styled:checked+label>span {
    content: " ";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/ok.svg) center center no-repeat;
    border: solid 1px #A1A1A1;
    border-radius: 3px;
}

@media (min-width: 1301px) {
    .checkbox-styled.light:hover+label>span {
        box-shadow: 0px -1px 15px 0px rgb(172 229 70);
    }
}

em {
    color: #9FEA00;
    font-style: normal;
    font-weight: 400;
}

.checkbox-styled.light+label {
    color: #E3E3E3;
}

.checkbox-styled.light+label>span {
    background: #101010;
    border: solid 1px #E3E3E3;
}

.task-section__item .checkbox-styled.light:checked+label {
    font-weight: 400;
}

.checkbox-styled.light:checked+label>span {
    background: url(../img/ok-g.svg) center center no-repeat;
}

@media (max-width: 1300px) {
    .contact-section {
        background: #EAEAEA;
    }

    .contact-section__container {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }

    .contact-section__title,
    .command-section .contact-section__title {
        margin-bottom: 8px;
    }

    .contact-section__text {
        margin-bottom: 16px;
    }

    .command-section .contact-section__text {
        color: #404040;
    }

    .contact-form,
    .command-section .contact-form {
        margin-top: 0;
    }

    .contact-form__wrapper {
        display: grid;
        grid-template: auto auto auto auto/ 1fr;
        row-gap: 16px;
        margin-bottom: 16px;
    }

    .input-name {
        font-size: 14px;
        line-height: 20px;
    }

    .input input {
        padding: 12px 8px;
        font-size: 14px;
        line-height: 20px;
    }

    .input input::placeholder {
        font-size: 14px;
        line-height: 20px;
    }

    .contact-form__tel>div {
        column-gap: 12px;
    }

    .contact-form__company {
        margin-bottom: 16px;
    }

    .input textarea {
        font-size: 14px;
        line-height: 20px;
    }

    .contact-form__question {
        margin-bottom: 0;
    }

    .contact-form__agree,
    .contact-form__file {
        margin-bottom: 16px;
    }

    .contact-form__file input {
        padding: 0;
    }

    .contact-form__file input+label {
        font-size: 14px;
        line-height: 20px;
        padding: 16px;
        margin-bottom: 16px;
    }

    .contact-form__file input+label p:nth-child(1) {
        display: none;
    }

    .contact-form__file input+label p:nth-child(2) {
        display: block;
    }

    .progress:not(:last-child) {
        margin-bottom: 16px;
    }

    .progress__info {
        grid-template-columns: 1fr auto;
        grid-template-areas: "name close""size close";
        row-gap: 8px;
    }

    .progress__name {
        grid-area: name;
        font-size: 14px;
        line-height: 20px;
    }

    .progress__size {
        grid-area: size;
        font-size: 14px;
        line-height: 20px;
    }

    .progress__close {
        grid-area: close;
    }

    .contact-form__send {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 24px;
    }

    .contact-form__text {
        font-size: 14px;
        line-height: 20px;
    }

    /*------my select--------*/

    .my-select {
        height: fit-content;
        align-self: flex-end;
    }

    .my-select>div:first-child {
        font-size: 14px;
        line-height: 20px;
    }

    .my-select div:nth-child(2)>div {
        font-size: 14px;
        line-height: 20px;
    }

    /*------checkbox--------*/

    .checkbox-styled+label {
        font-size: 14px;
        line-height: 20px;
    }
}

/*--------------Footer-------------------*/

.footer {
    background: #101010;
}

.footer__container {
    padding-top: 80px;
    padding-bottom: 50px;
}

.footer__logo {
    max-width: 340px;
    margin-bottom: 50px;
}

.footer__logo a {
    display: block;
    width: 310px;
    height: 65px;
    background: url(../img/logo-footer.svg) center center no-repeat;
    margin-bottom: 20px;
}

.footer__info {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 50px;
}

.footer__contacts {
    max-width: 600px;
}

.footer__address_v, .footer__tel__block, .first_title{
    display: flex;
    gap: 10px;
}

.footer__address_v li, .footer__tel__block li, .first_title div{
    flex-grow: 1;
    flex-basis: 0;
}

.footer__subtitle {
    margin-bottom: 20px;
    transition: all 0.3s ease 0s;
}

.footer__subtitle:hover {
    color: #9FEA00;
}

.footer__menu {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.footer__menu>li>a {
    color: #A1A1A1;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: 0.02em;
    transition: all 0.3s ease 0s;
}

.footer__copyright_policy {
    transition: all 0.3s ease 0s;
}

.footer__menu>li>a:hover,
.footer__copyright_policy:hover {
    color: #EAEAEA;

}

.footer__tel a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #E3E3E3 !important;
    transition: all 0.3s ease 0s;
}

.footer__mail a {
    display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    transition: all 0.3s ease 0s;
    /* color: #9FEA00 !important; */
    color: #E3E3E3 !important;

}

.footer__mail a:not(:last-child) {
    margin-bottom: 12px;
}

.footer__social {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    color: #A1A1A1;
}

.footer__social svg {
    color: #E3E3E3;
    transition: all 0.3s ease 0s;
}

@media (max-width: 1300px) {
    .footer__social svg {
        width: 100%;
        height: 100%;
    }
}

.footer__social a {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #A1A1A1;
    display: flex;
    column-gap: 8px;
    transition: all 0.3s ease 0s;
}

.footer__mail a:hover,
.footer__social a:hover svg,
.footer__tel a:hover {
    color: #9FEA00 !important;
}

.footer__social a:hover {
    color: #E3E3E3;
}

.footer__menu-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer__menu_col {
    display: flex;
    /* flex-direction: row; */
    flex-direction: column;
    gap: 20px
    column-gap: 80px;
}

.footer__copyright {
    background: #101010;
    padding-top: 16px;
    padding-bottom: 50px;
    border-top: 1px solid #404040;
}

.copyright__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 1300px) {

    .footer__container {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    .footer__logo {
        margin-bottom: 24px;
    }

    .footer__logo a {
        width: 208px;
        height: 45px;
        background-size: contain;
    }

    .footer__info {
        grid-template-columns: 1fr;
    }

    .footer__subtitle {
        margin-bottom: 16px;
    }



    .footer__menu {
        row-gap: 16px;
    }

    .footer__tel a {
        font-family: 'Roboto Flex';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
    }

    .footer__mail a {
        font-family: 'Roboto Flex';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
    }

    .footer__mail a:not(:last-child) {
        margin-bottom: 10px;
    }

    .footer__social {
        display: flex;
        flex-direction: row;
        column-gap: 16px;
    }

    .footer__social a {
        font-size: 0px !important;
        display: block;
        width: 44px;
        height: 44px;
    }

    .footer__social a>img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .footer__menu-wrapper {
        display: none;
    }

    .footer__copyright {
        padding-top: 8px;
        padding-bottom: 40px;
    }

    .copyright__container {
        display: flex;
        flex-direction: column-reverse;
        row-gap: 16px;
        position: relative;
    }

    .footer__copyright_policy {
        position: absolute;
        top: -40px;
        left: 16px;
    }
}

/*------modal windows--------*/

.modal__wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    align-items: center;
    justify-content: flex-start;
    overflow-y: auto;
    overflow-x: auto;
    background: rgba(23, 23, 23, 0.6);
    padding: 16px;
}

.modal__content {
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: auto;
    position: relative;
    background: #EAEAEA;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 50px 100px;
}

.close {
    width: 30px;
    height: 30px;
    background: #FFFFFF00 url(../img/close.svg) center center no-repeat;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

/*------modal send contact form--------*/

.formsend-messege {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    row-gap: 12px;
}

.formsend-messege__text-main {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #171717;
}

.formsend-messege__text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #171717;
}

@media (max-width: 1300px) {

    .modal__content {
        padding: 40px 16px;
    }

    .close {
        top: 15px;
        right: 15px;
    }

    .formsend-messege__text-main {
        font-size: 14px;
        line-height: 20px;
    }

    .formsend-messege__text {
        font-size: 14px;
        line-height: 20px;
    }
}

/*------callback modal--------*/

#modal-callback .modal__content {
    max-width: 1050px;
    padding: 50px 150px;
}

#modal-callback .contact-form {
    margin-top: 50px;
}

@media (max-width: 1300px) {
    #modal-callback .modal__content {
        padding: 40px 16px;
    }

    #modal-callback .contact-form {
        margin-top: 40px;
    }
}

/*------cookies accept--------*/

.accept-cookies {
    position: fixed;
    width: 100%;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}

.accept-cookies__wrapper {
    background: #EAEAEA;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.11);
    border-radius: 4px;
    padding: 20px 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 80px;
    align-items: center;
}

.accept-cookies__text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #171717;
}

.accept-cookies__text a {
    border-bottom: 1px solid #171717;
    transition: all 0.3s ease 0s;
}

.accept-cookies__text a:hover {
    border-color: #7DB704;
    color: #7DB704;
}

.accept-cookies__btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px 67px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #101010;
    border: 1px solid #171717;
    border-radius: 4px;
    cursor: pointer;
    min-width: 207px;
    transition: all 0.3s ease 0s;
}

.accept-cookies__btn:hover {
    background: #E0E0E0;
}

@media (max-width: 1300px) {

    .accept-cookies__wrapper {
        padding: 20px 16px;
        flex-direction: column;
        justify-items: center;
        row-gap: 20px;
    }
}

/*------main screen animation--------*/

@media (min-width: 1301px) {
    @keyframes appearDown {

        from {
            opacity: 0;
            transform: translateY(-100%);
        }

        to {
            opacity: 1;
            transform: translateY(0%);
        }
    }

    @keyframes appear {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes appearScale {

        from {
            transform: scale(0);
        }

        to {
            transform: scale(1);
        }
    }

    @keyframes appearLeft {

        from {
            opacity: 0;
            transform: translateX(100%);
        }

        to {
            opacity: 1;
            transform: translateX(33%);
        }
    }

    @keyframes appearSlightUp {

        from {
            opacity: 0;
            transform: translateY(30px);
        }

        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }

    .header {
        opacity: 0;
        transform: translateY(-100%);

        -webkit-animation: appearDown 0.3s forwards;
        animation: appearDown 0.3s forwards;
        animation-delay: 0.3s;
    }

    .main-section__title {
        opacity: 0;

        -webkit-animation: appear 0.3s forwards;
        animation: appear 0.3s forwards;
        animation-delay: 0.75s;
    }

    .main-section__text {
        opacity: 0;

        -webkit-animation: appear 0.3s forwards;
        animation: appear 0.3s forwards;
        animation-delay: 1.25s;
    }

    .main-section .callback-btn {
        opacity: 0;

        -webkit-animation: appear 0.3s forwards;
        animation: appear 0.5s forwards;
        animation-delay: 1.5s;
    }

    .main-section .more-btn {
        transform: scale(0);

        -webkit-animation: appearScale 0.3s forwards;
        animation: appearScale 0.3s forwards;
        animation-delay: 2s;
    }

    .main-section__steps {
        opacity: 0;
        transform: translateX(100%);

        -webkit-animation: appearLeft 0.75s forwards;
        animation: appearLeft 0.75s forwards;
        animation-delay: 2.5s;
    }

    .main-section__hello::after {
        opacity: 0;

        -webkit-animation: appearSlightUp 0.75s forwards;
        animation: appearSlightUp 0.75s forwards;
        animation-delay: 2.5s;
    }
}

/*--------------------------------------------------MAIN PAGE end----------------------------------------*/

/*--------------------------------------------------ABOUT PAGE start----------------------------------------*/

/*------about section--------*/

.about-section {
    background: #0B0B0B url(../img/about-bg.svg) center center no-repeat;
    background-size: cover;
    padding-top: 109px;
    padding-bottom: 84px;
}

.about-section__info {
    margin-top: 146px;
    max-width: 530px;
}

.about-section__title {
    margin-bottom: 30px;
}

.about-section__info_start span {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #EAEAEA;
}

.about-section__info_start {
    color: #EAEAEA;
    margin-bottom: 20px;
    line-height: 28px;
}

.about-section__info_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #A1A1A1;
}

@media (max-width: 1300px) {
    .about-section {
        background: #0B0B0B url(../img/about-bg.svg) right 50% center no-repeat;
        background-size: cover;
        padding-top: 88px;
        padding-bottom: 40px;
    }

    .about-section__info {
        margin-top: 0;
    }

    .about-section__title {
        margin-bottom: 24px;
    }

    .about-section__info_start span {
        font-weight: 500;
        font-size: 20px;
    }

    .about-section__info_start {
        color: #E3E3E3;
        margin-bottom: 16px;
        line-height: 20px;
    }

    .about-section__info_text {
        font-size: 14px;
        line-height: 20px;
    }
}

/*------us section--------*/

.us-section__info {
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 105px;
}

.us-section__info-info {
    max-width: 535px;
}

.us-section__title:not(:first-child) {
    margin-top: 50px;
}

.us-section__info-image {
    max-width: 660px;
    max-height: 430px;
    border-radius: 4px;
    overflow: hidden;
}

.us-section__info-image img {
    object-fit: cover;
}

.us-section__title {
    margin-bottom: 20px;
}

.us-section__text:not(.us-section__text ~.us-section__text) {
    margin-bottom: 20px;
}

@media (max-width: 1300px) {
    .us-section__info {
        grid-template-columns: 1fr;
        row-gap: 24px;
    }

    .us-section__info-info {
        max-width: 100%;
    }

    .us-section__title:not(:first-child) {
        margin-top: 24px;
    }

    .us-section__title {
        margin-bottom: 8px;
    }

    .us-section__text:not(.us-section__text ~.us-section__text) {
        margin-bottom: 16px;
    }
}

/*------roof section--------*/

.roof-section__container {
    display: grid;
    grid-template: auto 1fr / 310px 1fr;
    grid-template-areas: 'name foto''text foto';
    column-gap: 20px;
}

.roof-section__title {
    grid-area: name;
    margin-bottom: 20px;
}

.roof-section__text {
    grid-area: text;
}

.roof-section__items {
    grid-area: foto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
}

.roof-section__item {
    border-radius: 4px;
    overflow: hidden;
}

.roof-section__item img {
    object-fit: cover;
}

@media (max-width: 1300px) {
    .roof-section__container {
        grid-template: auto auto auto / 1fr;
        grid-template-areas: 'name''foto''text';
        row-gap: 17px;
    }

    .roof-section__title {
        margin-bottom: 8px;
    }

    .roof-section__items {
        column-gap: 8px;
    }
}

/*------expertise section--------*/

.expertise-section__container {
    display: grid;
    grid-template: auto 1fr / 530px 1fr;
    grid-template-areas: 'name video''text video';
    column-gap: 130px;
}

.expertise-section__title {
    grid-area: name;
    margin-bottom: 20px;
}

.expertise-section__info {
    grid-area: text;
}

.expertise-section__important {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #171717;
    margin-bottom: 20px;
}

.dark-bg .expertise-section__important {
    color: #E3E3E3;
}

.expertise-section__text:not(:last-child) {
    margin-bottom: 20px;
}

.expertise-section__video {
    grid-area: video;
    position: relative;
    max-width: 640px;
    aspect-ratio: 1.49;
}

.expertise-section__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video__start-btn {
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 2;
    transform: translate(50%, -50%);
    width: 95px;
    height: 85px;
    background: url(../img/video-start.svg) center center no-repeat;
    background-size: contain;
}

@media (max-width: 1300px) {
    .expertise-section__container {
        grid-template: auto auto auto / 1fr;
        grid-template-areas: 'name''video''text';
        row-gap: 24px;
    }

    .expertise-section__title {
        margin-bottom: 0;
    }

    .expertise-section__important {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .expertise-section__text:not(:last-child) {
        margin-bottom: 16px;
    }

    .video__start-btn {
        width: 50px;
        height: 45px;
    }
}

/*------history section--------*/

.history-section__container {
    display: flex;
    flex-direction: column;
}

.history-section__title {
    margin-bottom: 30px;
}

.history-section__items {
    max-width: 765px;
    align-self: flex-end;
}

.history-section__item {
    display: grid;
    grid-template-columns: auto 420px;
    column-gap: 100px;
    padding-left: 55px;
    border-left: 1px solid #A1A1A1;
}

.history-section__item:not(:last-child) {
    padding-bottom: 50px;
}

.history-section__item:first-child {
    padding-top: 50px;
}

.history-section__date {
    margin-bottom: 8px;
    position: relative;
}

.history-section__date::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #7DB704;
    background: #EAEAEA;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: -67px;
    z-index: 2;
}

.history-section__event {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #A1A1A1;
}

@media (max-width: 1300px) {

    .history-section__title {
        margin-bottom: 24px;
    }

    .history-section__items {
        margin-left: 34px;
    }

    .history-section__item {
        grid-template-columns: 1fr;
        row-gap: 16px;
        padding-left: 52px;
    }

    .history-section__item:not(:last-child) {
        padding-bottom: 24px;
    }

    .history-section__item:first-child {
        padding-top: 16px;
    }

    .history-section__date {
        margin-bottom: 4px;
    }

    .history-section__date::before {
        top: 6px;
        left: -64px;
    }

    .history-section__event {
        font-size: 14px;
        line-height: 20px;
    }

    .history-section__text>p:not(:last-child) {
        margin-bottom: 16px;
    }
}

/*--------------------------------------------------ABOUT PAGE end----------------------------------------*/

/*--------------------------------------------------TECHNOLOGY PAGE start----------------------------------------*/

/*------technology section--------*/

.technology-section {
    background: #0B0B0B url(../img/technology-bg.svg) center center no-repeat;
    background-size: cover;
    padding-top: 109px;
    padding-bottom: 280px;
}

.technology-section__info {
    margin-top: 146px;
    max-width: 445px;
}

.technology-section__title {
    margin-bottom: 20px;
}

.technology-section__info_text {
    color: #A1A1A1;
}

@media (max-width: 1300px) {
    .technology-section {
        background: #0B0B0B url(../img/technology-bg.svg) right 70% center no-repeat;
        background-size: cover;
        padding-top: 88px;
        padding-bottom: 48px;
    }

    .technology-section__info {
        margin-top: 0;
    }

    .technology-section__title {
        margin-bottom: 8px;
    }
}

/*------technologies section--------*/

.technologies-section__wrapper:not(:last-child) {
    margin-bottom: 100px;
}

.technologies-section__title {
    margin-bottom: 50px;
}

.technologies-section__items {
    display: grid;
    grid-template-columns: 440px 1fr;
    padding-bottom: 30px;
    border-bottom: 1px solid #A1A1A1;
}

.technologies-section__items:not(:last-child) {
    margin-bottom: 40px;
}

.technologies-section__item-title {
    max-width: 265px;
}

.technologies-section__list li:not(:last-child) {
    margin-bottom: 16px;
}

.technologies-section__list_3 {
    max-width: 660px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.technologies-section__list_2 {
    max-width: 440px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.technologies-section__list_2-2 {
    max-width: 660px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.technologies-section__list_4 {
    max-width: 860px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 1300px) {
    .technologies-section__wrapper:not(:last-child) {
        margin-bottom: 40px;
    }

    .technologies-section__title {
        margin-bottom: 20px;
    }

    .technologies-section__items {
        grid-template-columns: 1fr;
        padding-bottom: 4px;
    }

    .technologies-section__items:not(:last-child) {
        margin-bottom: 20px;
    }

    .technologies-section__item-title {
        max-width: 100%;
        margin-bottom: 12px;
        text-transform: none;
    }

    .technologies-section__list li:not(:last-child) {
        margin-bottom: 0;
    }

    .technologies-section__list_3,
    .technologies-section__list_2,
    .technologies-section__list_2-2,
    .technologies-section__list_4 {
        max-width: 100%;
        display: flex;
        flex-direction: row;
        column-gap: 8px;
        row-gap: 12px;
        flex-wrap: wrap;
    }

    .technologies-section__list>div {
        display: inline-flex;
        flex-direction: row;
        column-gap: 8px;
        row-gap: 12px;
        flex-wrap: wrap;
    }

}

/*--------------------------------------------------TECHNOLOGY PAGE end----------------------------------------*/

/*--------------------------------------------------SERVICE PAGE start----------------------------------------*/

/*------service section--------*/

.service-section {
    background: #0B0B0B url(../img/service-bg.svg) center center no-repeat;
    background-size: cover;
    padding-top: 129px;
    padding-bottom: 100px;
}

.service-section__title {
    margin-bottom: 20px;
}

.service-section__text {
    max-width: 530px;
    margin-bottom: 50px;
}

.service-section__items {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.service-section__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 50px 30px 50px 30px;
    background: rgba(22, 22, 22, 0.5);
    box-shadow: -2px -2px 4px rgba(80, 79, 79, 0.22), 4px 4px 15px rgba(0, 0, 0, 0.27);
    border-radius: 4px;
}

.service-section__item-title {
    max-width: 420px;
}

.service-section__info {
    margin-right: 83px;
}

.service-section__item-text {
    margin-bottom: 20px;
}

.service-section__btn {
    margin-top: 28px;
}

.service-section__item-list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.service-section__item-list li a {
    display: block;
    background: #161616 url(../img/arrow-right-w.svg) right 17px center no-repeat;
    box-shadow: -2px -2px 4px rgba(80, 79, 79, 0.22), 4px 4px 15px rgba(0, 0, 0, 0.27);
    border-radius: 4px;
    border: 1px solid transparent;
    padding: 14px 50px 14px 30px;
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #E3E3E3;
}

.service-section__item-list li a:hover {
    border: 1px solid #7DB704;
}

.service-section__item-list li a:active {
    border: 1px solid #9FEA00;
}

@media (max-width: 1300px) {
    .service-section {
        background: #0B0B0B;
        padding-top: 88px;
        padding-bottom: 20px;
    }

    .service-section__title {
        margin-bottom: 8px;
    }

    .service-section__text {
        margin-bottom: 40px;
    }

    .service-section__items {
        row-gap: 16px;
    }

    .service-section__item {
        grid-template-columns: 1fr;
        padding: 20px 16px;
    }

    .service-section__item-title {
        max-width: 100%;
        margin-bottom: 8px;
    }

    .service-section__info {
        margin-right: 0;
    }

    .service-section__item-text {
        margin-bottom: 8px;
    }

    .service-section__btn {
        margin-top: 18px;
    }

    .service-section__item-list {
        row-gap: 8px;
    }

    .service-section__item-list li a {
        background: #161616 url(../img/arrow-right-w.svg) right 15px center no-repeat;
        padding: 12px 50px 12px 8px;
        font-size: 14px;
        line-height: 20px;
    }
}

/*--------------------------------------------------SERVICE PAGE end----------------------------------------*/

/*--------------------------------------------------PROJECTS PAGE start----------------------------------------*/

/*-------------- Projects section -------------------*/

.projects-section {
    padding-top: 129px;
    padding-bottom: 50px;
}

.projects-section__title {
    margin-bottom: 16px;
}

.projects-section__text {
    max-width: 550px;
    margin-bottom: 50px;
}

.projects-section__tags {
    margin-bottom: 50px;
}

.tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}

.tag {
    width: fit-content;
    background: rgba(47, 47, 47, 0.2);
    box-shadow: -1px -1px 2px rgba(86, 86, 86, 0.22), 4px 4px 15px rgba(30, 30, 30, 0.27);
    border-radius: 5px;
    padding: 11px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #E3E3E3 !important;
    border: 1px solid transparent;
}

.tag-btn {
    cursor: pointer;
}

.tag.active {
    border: 1px solid #7DB704;
}

.projects-section__select_mob {
    display: none;
}

.projects-section__items {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    margin-bottom: 58px;
}

.projects-section__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto 1fr auto;
    column-gap: 20px;
    filter: drop-shadow(-2px -2px 5px rgba(45, 45, 45, 0.58)) drop-shadow(10px 10px 25px rgba(0, 0, 0, 0.44));
    border-radius: 4px;
}

.projects-section__item:nth-child(odd) {
    grid-template-areas: 'name image''tags image''subname image''text image''button image';
    padding-left: 40px;
    background: #161616 url(../img/projects-bg-r.webp) right center no-repeat;
    background-size: cover;
}

.projects-section__item:nth-child(even) {
    padding-right: 40px;
    grid-template-areas: 'image name''image tags''image subname''image text''image button';
    background: #161616 url(../img/projects-bg-l.webp) left center no-repeat;
    background-size: cover;
}

.projects-section__item-title {
    grid-area: name;
    text-transform: none;
    margin-bottom: 20px;
    margin-top: 40px;
    transition: all 0.3s ease 0s;
}

.projects-section__item-title:hover {
    color: #9FEA00;
}

.projects-section__item-tags {
    grid-area: tags;
    margin-bottom: 20px;
}

.projects-section__item-sub-title {
    grid-area: subname;
    text-transform: none;
    margin-bottom: 12px;
}

.projects-section__item-text {
    grid-area: text;
    margin-bottom: 20px;
}

.projects-section__btn {
    grid-area: button;
    margin-bottom: 40px;
}

.projects-section__item-image {
    grid-area: image;
    align-self: flex-end;
    max-width: 620px;
    max-height: 420px;
    transition: all 0.4s ease;
    overflow: hidden;
}

.projects-section__item-image img:nth-child(2) {
    display: none;
}

.projects-section__item-image.active>img {
    -webkit-animation: scaleCard 0.8s forwards;
    animation: scaleCard 0.8s forwards;
}

.projects-section__pagination {
    justify-content: flex-end;
}

@media (max-width: 1300px) {
    .blog-section__pagination {
        justify-content: center;
    }
}

.page-pagination,
.nav-links {
    display: flex;
    flex-direction: row;
    column-gap: 25px;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 1300px) {

    .page-pagination,
    .nav-links {
        justify-content: center;
    }
}

.pagination__btn,
.page-numbers {
    background: transparent;
    border: none;
    cursor: pointer;
    width: 19px;
    height: 27px;
}

.pagination__btn[disabled] {
    opacity: 0.4;
    pointer-events: none;
}

.pagination__prev,
.prev.page-numbers {
    display: block;
    background: transparent url(../img/arrow-right-w.svg) center center no-repeat;
    transform: rotate(180deg);
}

.pagination__prev:hover,
.prev.page-numbers:hover {
    background: transparent url(../img/arrow-right-g.svg) center center no-repeat;
    transform: rotate(180deg);
}

.pagination__next,
.next.page-numbers {
    display: block;
    background: transparent url(../img/arrow-right-w.svg) center center no-repeat;
}

.pagination__next:hover,
.next.page-numbers:hover {
    background: transparent url(../img/arrow-right-g.svg) center center no-repeat;
}

.pagination__page,
.page-numbers {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #E3E3E3 !important;
    border-bottom: 1px solid transparent;
}

.pagination__page:hover,
.page-numbers:hover {
    color: #9FEA00 !important;
}

.pagination__page.active,
.page-numbers.current {
    color: #9FEA00 !important;
    border-bottom: 1px solid #9FEA00;
}

.pagination__dots {
    pointer-events: none;
}

@media (max-width: 1300px) {
    .projects-section {
        padding-top: 104px;
        padding-bottom: 75px;
    }

    .projects-section__title {
        margin-bottom: 8px;
    }

    .projects-section__text {
        margin-bottom: 24px;
    }

    .projects-section__tags {
        display: none !important;
    }

    .tags {
        column-gap: 8px;
        row-gap: 16px;
    }

    .tag {
        padding: 7px;
        font-size: 12px;
        line-height: 16px;
    }

    .projects-section__select_mob {
        display: block;
        margin-bottom: 24px;
    }

    /*-------------- dark select -------------------*/

    .my-select.dark-select {
        position: relative;
        z-index: 2;
        width: 100%;
        border: 1px solid transparent;
    }

    .my-select.dark-select.border>div:first-child {
        border: 1px solid #404040;
        background: #161616 url(../img/arrow-down-w2.svg) right 15px center no-repeat;
    }

    .my-select.dark-select>div:nth-child(2) {
        display: none;
        background: #161616;
        box-shadow: 5px 5px 15px rgba(11, 11, 11, 0.25);
        border: 1px solid #404040;
        filter: drop-shadow(-1px -1px 2px rgba(80, 79, 79, 0.22)) drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.27));
        position: absolute;
        top: 46px;
        width: 100%;
        padding: 4px;
        max-height: 230px;
        overflow-y: auto;
    }

    .my-select.dark-select>div:first-child {
        background: rgba(47, 47, 47, 0.2) url(../img/arrow-down-w2.svg) right 15px center no-repeat;
        box-shadow: -1px -1px 2px rgba(80, 79, 79, 0.22), 4px 4px 15px rgba(0, 0, 0, 0.27);
        border-radius: 2px;
        padding: 12px 44px 12px 16px;
        cursor: pointer;
        font-size: 14px;
        line-height: 20px;
        color: #E3E3E3;
        border: 1px solid transparent;
    }

    .my-select.dark-select>div:first-child.active {
        background: rgba(47, 47, 47, 0.2) url(../img/arrow-up-w.svg) right 15px center no-repeat;

    }

    .my-select.dark-select>div:first-child:hover {
        border: 1px solid #404040;
    }

    .my-select.dark-select>div:first-child:active {
        border: 1px solid #9FEA00;
        background: rgba(47, 47, 47, 0.2) url(../img/arrow-down-g2.svg) right 15px center no-repeat;
    }

    .my-select.dark-select div:nth-child(2)>* {
        font-size: 14px;
        line-height: 20px;
        color: #E3E3E3;
        padding: 12px 16px;
        cursor: pointer;
    }

    .my-select.dark-select div:nth-child(2)>*:hover,
    .my-select.dark-select div:nth-child(2)>*:active,
    .my-select div:nth-child(2)>*.active {
        background: #404040;
        border-radius: 2px;
    }

    .projects-section__items {
        row-gap: 24px;
        margin-bottom: 80px;
    }

    .projects-section__item {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto auto auto;
        filter: drop-shadow(-1px -1px 2px rgba(80, 79, 79, 0.22)) drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.27));
        border-radius: 2px;
    }

    .projects-section__item:nth-child(odd),
    .projects-section__item:nth-child(even) {
        grid-template-areas: 'name''tags''image''subname''text''button';
        padding: 19px 16px 24px 16px;
        background: #161616 url(../img/projects-bg-c.png) center center no-repeat;
        background-size: cover;
    }

    .projects-section__item-title {
        margin-bottom: 16px;
        margin-top: 0px;
    }

    .projects-section__item-tags {
        margin-bottom: 16px;
    }

    .projects-section__item-sub-title {
        margin-bottom: 8px;
    }

    .projects-section__btn {
        margin-bottom: 0;
    }

    .projects-section__item-image {
        align-self: auto;
        max-width: 100%;
        margin-bottom: 16px;
    }

    .projects-section__item-image img:nth-child(1) {
        display: none;
    }

    .projects-section__item-image img:nth-child(2) {
        display: block;
    }

    .projects-section__pagination {
        justify-content: center;
    }

}

/*--------------------------------------------------PROJECTS PAGE end----------------------------------------*/

/*--------------------------------------------------CONTACT PAGE end----------------------------------------*/

/*-------------- contacts section -------------------*/

.contacts-section {
    padding-top: 130px;
    padding-bottom: 100px;
}

.contacts-section__title {
    margin-bottom: 50px;
}

.contacts-section__card {
    background: #161616;
    filter: drop-shadow(-2px -2px 5px rgba(45, 45, 45, 0.58)) drop-shadow(10px 10px 25px rgba(0, 0, 0, 0.44));
    border-radius: 4px;
    padding: 30px 50px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    column-gap: 88px;
}

.contacts-section__subtitle {
    text-transform: none;
    margin-bottom: 20px;
}

.contacts-section__tel a {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #E3E3E3;
    transition: all 0.3s ease 0s;
}

.contacts-section__tel a:hover {
    color: #9FEA00;
}

.contacts-section__tel:not(:last-child) {
    margin-bottom: 16px;
}

.contacts-section__card .footer__social {
    margin-top: 30px;
}

.contacts-section__card .footer__mail a {
    font-weight: 300;
    color: #E3E3E3;
}

.contacts-section__card .text {
    letter-spacing: normal;
}

@media (max-width: 1300px) {
    .contacts-section {
        padding-top: 88px;
        padding-bottom: 40px;
    }

    .contacts-section__title {
        margin-bottom: 24px;
    }

    .contacts-section__card {
        box-shadow: -2px -2px 4px rgba(80, 79, 79, 0.22), 4px 4px 15px rgba(0, 0, 0, 0.27);
        padding: 24px 16px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 88px;
        row-gap: 24px;
    }

    .contacts-section__subtitle {
        margin-bottom: 16px;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
    }

    .contacts-section__tel a {
        font-size: 14px;
        line-height: 20px;
    }

    .contacts-section__tel:not(:last-child) {
        margin-bottom: 15px;
    }

    .contacts-section__tel:last-child {
        margin-bottom: 16px;
    }

    .contacts-section__card .text {
        letter-spacing: 0.02em;
    }

}

/*--------------------------------------------------CONTACT PAGE end----------------------------------------*/

/*--------------------------------------------------BLOG PAGE end----------------------------------------*/

/*-------------- blog section -------------------*/

.blog-section__title {
    margin-top: 30px;
    margin-bottom: 50px;
}

.blog-section__item {
    background: #161616;
    box-shadow: -2px -2px 4px rgba(80, 79, 79, 0.22), 4px 4px 15px rgba(0, 0, 0, 0.27);
    border-radius: 4px;
    padding: 30px;
}

.blog-section__item-date {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #E3E3E3;
    margin-bottom: 20px;
}

.blog-section__item-info {
    display: grid;
    grid-template-columns: 450px 1fr;
    column-gap: 70px;
}

.blog-section__item-image {
    border-radius: 5px;
    overflow: hidden;
    width: 450px;
    height: 270px;
}

.blog-section__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-section__item-title {
    text-transform: none;
    margin-bottom: 16px;
    letter-spacing: 0.02em;
}

.blog-section__item-text {
    margin-bottom: 24px;
}

.blog-section__pagination {
    justify-content: flex-end;
}

@media (max-width: 1300px) {

    .blog-section {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .blog-section__title {
        margin-top: 0;
        margin-bottom: 24px;
    }

    .blog-section__item {
        padding: 16px;
    }

    .blog-section__item-date {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .blog-section__item-info {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 16px;
    }

    .blog-section__item-image {
        width: 100%;
        height: auto;
        max-width: 450px;
        max-height: 270px;
    }

    .blog-section__item-title {
        margin-bottom: 8px;
    }

    .blog-section__pagination {
        justify-content: center;
    }

}

/*--------------------------------------------------BLOG PAGE end----------------------------------------*/

/*--------------------------------------------------ARTICLE PAGE start----------------------------------------*/

/*-------------- article-head section -------------------*/

.article-head-section {
    background: #101010 url(../img/article-bg.svg) center center no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 70px;
}

.article-head__top {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.article-head__date {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #E3E3E3;
}

.article-head__name {
    max-width: 1080px;
    margin: 274px auto 0 auto;
}

.article-head__time {
    background: rgba(47, 47, 47, 0.5) url(../img/clock.svg) left 12px center no-repeat;
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(.5px);
    border-radius: 5px;
    max-width: fit-content;
    padding: 12px 16px 12px 46px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #F7F7F7;
    margin-bottom: 30px;
}

@media (max-width: 1300px) {
    .article-head-section {
        background: #101010 url(../img/article-bg-mob.svg) center center no-repeat;
        background-size: cover;
        padding-top: 88px;
        padding-bottom: 40px;
    }

    .article-head__top {
        margin-top: 0;
    }

    .article-head__btn {
        display: none;
    }

    .article-head__date {
        font-size: 14px;
        line-height: 20px;
    }

    .article-head__name {
        margin: 16px auto 0 auto;
        display: flex;
        flex-direction: column-reverse;
        row-gap: 16px;
    }

    .article-head__time {
        padding: 12px 12px 12px 42px;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0px;
    }
}

/*-------------- article section -------------------*/

.article__container {
    margin-bottom: 110px;
}

.article__block {
    max-width: 1080px;
    margin: 0 auto 100px auto;
}

.article__block h2,
.article__block h3,
.article__block h4 {
    margin-bottom: 50px;
}

.article__block.darkgrey-bg {
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: 0 0 0 100vw #E0E0E0;
    clip-path: inset(0 -12vw);
}

.article__block p:not(:last-child) {
    margin-bottom: 30px;
}

.article__block ul:not(:last-child),
.article__block ol:not(:last-child) {
    margin-bottom: 50px;
}

.article__block p,
.article__block ul li,
.article__block ol li {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.02em;
    color: #404040;
}

.article__block p>strong {
    font-weight: 500;
}

.article__block ul {
    padding-left: 16px;
}

.article__block ol {
    padding-left: 32px;
}

.article__block ul li {
    background: url(../img/list-dot.svg) no-repeat top 14px left;
    padding-left: 20px;
}

.article__block a {
    text-decoration: underline;
}

.article__change {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1300px) {

    .article__container {
        margin-bottom: 66px;
    }

    .article__block {
        max-width: 100%;
        margin: 0 auto 40px auto;
    }

    .article__block h2,
    .article__block h3,
    .article__block h4 {
        margin-bottom: 8px;
    }

    .article__block.darkgrey-bg {
        padding-top: 40px;
        padding-bottom: 40px;
        clip-path: inset(0 -100vw);
    }

    .article__block p:not(:last-child),
    .article__block ul:not(:last-child),
    .article__block ol:not(:last-child) {
        margin-bottom: 8px;
    }

    .article__block p,
    .article__block ul li,
    .article__block ol li {
        font-size: 14px;
        line-height: 20px;
    }

    .article__block ul {
        padding-left: 8px;
    }

    .article__block ol {
        padding-left: 16px;
    }

    .article__block ul li {
        background: url(../img/list-dot.svg) no-repeat top 6px left;
        padding-left: 12px;
    }

    .article__change {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}


/*--------------------------------------------------ARTICLE PAGE end----------------------------------------*/

/*--------------------------------------------------ALL SERVICES start----------------------------------------*/

/*-------------- research section -------------------*/

.research-section {
    background: #0B0B0B url(../img/research-bg.svg) center center no-repeat;
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 70px;
}

.research-section__title {
    margin-bottom: 30px;
    width: 770px;
}

.research-section__text {
    max-width: 530px;
}

@media (max-width: 1300px) {
    .research-section {
        padding-top: 88px;
        padding-bottom: 40px;
    }

    .research-section__title {
        margin-bottom: 8px;
        width: auto;
    }

}

/*-------------- fundamentals section -------------------*/

.fundamentals__title {
    margin-bottom: 30px;
    max-width: 640px;
}

.fundamentals__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 100px;
}

.fundamentals__wrapper:not(:last-child) {
    margin-bottom: 50px;
}

.fundamentals__wrapper ul:not(:last-child),
.fundamentals__wrapper ol:not(:last-child),
.fundamentals__wrapper p:not(:last-child),
.info-card__info ul:not(:last-child),
.info-card__info ol:not(:last-child),
.info-card__info p:not(:last-child) {
    margin-bottom: 20px;
}

.fundamentals__wrapper p,
.fundamentals__wrapper ul li,
.fundamentals__wrapper ol li,
.info-card__info p,
.info-card__info ul li,
.info-card__info ol li {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #404040;
}

.fundamentals__wrapper ul li,
.info-card__info ul li {
    background: url(../img/minus-g.svg) no-repeat top 12px left;
    padding-left: 28px;
}

.fundamentals__wrapper ul li:not(:last-child),
.info-card__info ul li:not(:last-child) {
    margin-bottom: 8px;
}

.info-card__info ul li>ul li,
.info-card__info ol li>ul li,
.fundamentals-section.dot-list .fundamentals__wrapper ul li {
    background: url(../img/list-dot.svg) no-repeat top 11px left;
    padding-left: 20px;
    margin-bottom: 0 !important;
}

.info-card__info ul li>ul,
.info-card__info ol li>ul {
    margin-top: 16px;
    padding-left: 16px
}

@media (max-width: 1300px) {
    .fundamentals__title {
        margin-bottom: 8px;
    }

    .fundamentals__wrapper {
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        row-gap: 16px;
    }

    .fundamentals__wrapper ul:not(:last-child),
    .fundamentals__wrapper ol:not(:last-child),
    .fundamentals__wrapper p:not(:last-child),
    .info-card__info ul:not(:last-child),
    .info-card__info ol:not(:last-child),
    .info-card__info p:not(:last-child) {
        margin-bottom: 16px;
    }

    .fundamentals__wrapper p,
    .fundamentals__wrapper ul li,
    .fundamentals__wrapper ol li,
    .info-card__info p,
    .info-card__info ul li,
    .info-card__info ol li {
        font-size: 14px;
        line-height: 20px;
    }

    .fundamentals__wrapper ul li,
    .info-card__info ul li {
        background: url(../img/minus-g.svg) no-repeat top 9px left;
    }

}

/*-------------- direction section -------------------*/

.direction-section__title,
.direction-section__text {
    margin-bottom: 30px;
}

.direction-section__items {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 310px;
    column-gap: 20px;
    justify-content: center;
}

.direction-section__item {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.direction-section.light .direction-section__item {
    background: #EAEAEA;
    box-shadow: -2px 4px 15px #C9C9C9;
    border-radius: 4px;
}

.direction-section__item-image {
    max-width: 310px;
    aspect-ratio: 1/1;
}

.direction-section.light .direction-section__item-image {
    aspect-ratio: 1.4/1;
}

.direction-section__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.direction-section__item-name {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #F7F7F7;
    text-align: center;
    padding: 8px 20px;
    min-height: 90px;
    background: rgba(24, 24, 24, 0.5);
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.direction-section.light .direction-section__item-name {
    font-size: 16px;
    color: #171717;
    min-height: 90px;
    background: #EAEAEA;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    position: unset;
}

@media (max-width: 1300px) {

    .direction-section__title,
    .direction-section__text {
        margin-bottom: 16px;
    }

    .direction-section__items {
        grid-auto-flow: row;
        grid-auto-columns: auto;
        grid-template-columns: 1fr;
        row-gap: 16px;
    }

    .direction-section__item {
        border-radius: 2px;
    }

    .direction-section.light .direction-section__item {
        background: #EAEAEA;
        box-shadow: none;
        border-radius: 0px;
        border-bottom: 1px solid #A1A1A1;
        display: grid;
        grid-template-columns: auto 1fr;
    }

    .direction-section__item-image {
        max-width: 100%;
        aspect-ratio: auto;
        height: 96px;
    }

    .direction-section.light .direction-section__item-image {
        max-width: 86px;
        aspect-ratio: 1.13/1;
        height: auto;
    }

    .direction-section.light .direction-section__item-image img {
        object-fit: contain;
    }

    .direction-section__item-name {
        font-size: 14px;
        line-height: 20px;
        padding: 0 20px;
        min-height: 96px;
        background: linear-gradient(0deg, rgba(24, 24, 24, 0.6), rgba(24, 24, 24, 0.6));
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        top: 0;
        width: 100%;
    }

    .direction-section.light .direction-section__item-name {
        font-size: 14px;
        min-height: 76px;
        text-align: left;
        justify-content: flex-start;
        padding: 0 0 0 20px;
    }
}

/*--------------ability section -------------------*/

.ability-section__title {
    margin-bottom: 50px;
}

.ability-section__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 100px;
    row-gap: 40px;
}

.ability-section__items .title {
    margin-bottom: 20px;
}

.ability-section__item {
    display: grid;
    grid-template-columns: auto 1fr;
    border-bottom: 1px solid #A1A1A1;
    align-items: center;
}

.ability-section__item-image {
    max-width: 200px;
    aspect-ratio: 1.25/1;
}

.ability-section__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ability-section__item-name {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #404040;
    padding: 10px 40px;
    display: flex;
    align-items: center;
}

@media (max-width: 1300px) {

    .ability-section__title {
        margin-bottom: 16px;
    }

    .ability-section__items {
        grid-template-columns: 1fr;
        row-gap: 16px;
    }

    .ability-section__items .title {
        margin-bottom: 8px;
    }

    .ability-section__item {
        grid-template-columns: auto 1fr;
    }

    .ability-section__item-image {
        max-width: 86px;
        aspect-ratio: 1.13/1;
    }

    .ability-section__item-name {
        font-size: 14px;
        line-height: 20px;
        padding: 8px 0 8px 16px;
        letter-spacing: 0.01em;
    }

}

/*--------------steps section -------------------*/

.steps-section {
    background: #101010 url(../img/steps-bg.svg) center center no-repeat;
}

.steps-section__title {
    margin-bottom: 80px;
}

.sphere {
    display: grid;
    grid-template-columns: auto auto;
}

.sphere__round {
    width: 640px;
    aspect-ratio: 1/1;
    transform: translateX(-30px);
    margin-top: 50px;
    background: url(../img/sfera-round.svg) center center no-repeat;
    position: relative;
}

.sphere.sphere7 .sphere__round {
    margin-top: 117px;
}

.sphere__image {
    width: 460px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 1s ease;
}

.sphere.sphere7 .sphere__image {
    width: 520px;
}

.sphere__image img {
    width: 100%;
}

.sphere__items {
    justify-self: flex-end;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.sphere__item {
    position: relative;
    cursor: pointer;
}

.sphere__item-title {
    margin-bottom: 8px;
}

.sphere__item-way {
    position: absolute;
    left: 0;
    transform: translateX(-100%);
    z-index: 2;
}

.sphere__item-way::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #2B3020;
    border: 1px solid #A1A1A1;
    border-radius: 50%;
    position: absolute;
    bottom: -10px;
    left: -10px;
}

.way5-1 {
    width: 300px;
    height: 76px;
    bottom: 0;
    background: url(../img/way5-1.svg) center center no-repeat;
}

.way5-2 {
    width: 232px;
    height: 30px;
    bottom: 20px;
    background: url(../img/way5-2.svg) center center no-repeat;
}

.way5-3 {
    width: 215px;
    height: 2px;
    bottom: 50%;
    background: url(../img/way5-3.svg) center center no-repeat;
}

.way5-4 {
    width: 242px;
    height: 34px;
    top: 20px;
    background: url(../img/way5-4.svg) center center no-repeat;
}

.way5-5 {
    width: 308px;
    height: 81px;
    top: -40px;
    background: url(../img/way5-5.svg) center center no-repeat;
}

.way5-4::before,
.way5-5::before {
    bottom: auto;
    top: -10px;
}

.way7-1 {
    width: 380px;
    height: 135px;
    top: 60px;
    background: url(../img/way7-1.svg) center center no-repeat;
}

.way7-2 {
    width: 285px;
    height: 63px;
    bottom: 10px;
    background: url(../img/way7-2.svg) center center no-repeat;
}

.way7-3 {
    width: 230px;
    height: 20px;
    bottom: 30px;
    background: url(../img/way7-3.svg) center center no-repeat;
}

.way7-4 {
    width: 217px;
    height: 2px;
    top: 50%;
    background: url(../img/way7-4.svg) center center no-repeat;
}

.way7-5 {
    width: 240px;
    height: 39px;
    bottom: 50%;
    background: url(../img/way7-5.svg) center center no-repeat;
}

.way7-6 {
    width: 301px;
    height: 95px;
    top: -40px;
    background: url(../img/way7-6.svg) center center no-repeat;
}

.way7-7 {
    width: 387px;
    height: 166px;
    bottom: 71px;
    background: url(../img/way7-7.svg) center center no-repeat;
}

.way7-5::before,
.way7-6::before,
.way7-7::before {
    bottom: auto;
    top: -10px;
}

.sphere__item-card {
    background: #161616;
    border: 1px solid transparent;
    box-shadow: -2px -2px 4px rgba(80, 79, 79, 0.22), 4px 4px 15px rgba(0, 0, 0, 0.27);
    border-radius: 4px;
    padding: 20px 23px;
    max-width: 530px;
}

.sphere__item.active .sphere__item-card {
    border: 1px solid #9FEA00;
    position: relative;
}

.sphere__item-way::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    right: 0;
    background: transparent;
    border: 1px solid transparent;
}

.way5-4::after,
.way5-5::after {
    top: auto;
    bottom: -4px;
}

.way7-5::after,
.way7-6::after,
.way7-7::after {
    top: auto;
    bottom: -4px;
}

.sphere__item.active .sphere__item-way::after {
    background: #9FEA00;
    border: 1px solid #7DB704;
}

.sphere__item.active .sphere__item-way::before {
    background: #9FEA00;
    border: 1px solid #7DB704;
    box-shadow: 0px 0px 31px 2px rgb(172 229 70);
}

.sphere__item.active .way5-1 {
    background: url(../img/way5-1-g.svg) center center no-repeat;
}

.sphere__item.active .way5-2 {
    background: url(../img/way5-2-g.svg) center center no-repeat;
}

.sphere__item.active .way5-3 {
    background: url(../img/way5-3-g.svg) center center no-repeat;
}

.sphere__item.active .way5-4 {
    background: url(../img/way5-4-g.svg) center center no-repeat;
}

.sphere__item.active .way5-5 {
    background: url(../img/way5-5-g.svg) center center no-repeat;
}

.sphere__item.active .way7-1 {
    background: url(../img/way7-1-g.svg) center center no-repeat;
}

.sphere__item.active .way7-2 {
    background: url(../img/way7-2-g.svg) center center no-repeat;
}

.sphere__item.active .way7-3 {
    background: url(../img/way7-3-g.svg) center center no-repeat;
}

.sphere__item.active .way7-4 {
    background: url(../img/way7-4-g.svg) center center no-repeat;
}

.sphere__item.active .way7-5 {
    background: url(../img/way7-5-g.svg) center center no-repeat;
}

.sphere__item.active .way7-6 {
    background: url(../img/way7-6-g.svg) center center no-repeat;
}

.sphere__item.active .way7-7 {
    background: url(../img/way7-7-g.svg) center center no-repeat;
}

@media (max-width: 1350px) {
    .steps-section {
        background: #101010;
    }

    .steps-section__title {
        margin-bottom: 24px;
    }

    .sphere {
        grid-template-columns: 1fr;
    }

    .sphere__round {
        display: none;
    }

    .sphere__items {
        justify-self: center;
        row-gap: 16px;
    }

    .sphere__item-way {
        display: none;
    }

    .sphere__item-card {
        border-radius: 2px;
        padding: 16px;
        max-width: 100%;
    }

}

/*--------------development section -------------------*/

.development-section {
    background: #101010 url(../img/dev-bg.png) center center no-repeat;
    background-size: cover;
}

.development-section__title {
    margin-bottom: 100px;
}

ul.light {
    color: #A1A1A1;
}

.info-card {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "image name""image text";
    column-gap: 80px;
}

.info-card__image {
    grid-area: image;
}

.info-card:not(:last-child) {
    margin-bottom: 120px;
}

.info-card.image-right {
    grid-template-columns: 1fr auto;
    grid-template-areas: "name image""text image";
}

.development-section__item-image {
    max-width: 640px;
    max-height: 510px;
}

.development-section__item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.info-card__info {
    grid-area: text;
}

.info-card__info.light p,
.info-card__info.light ul li {
    color: #A1A1A1;
}

.info-card__info ul li {
    background: url(../img/minus-g.svg) no-repeat top 12px left;
    padding-left: 28px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
}

.info-card__info ul li:not(:last-child),
.info-card__info p:not(:last-child) {
    margin-bottom: 16px;
}

.info-card__title {
    margin-bottom: 30px;
    grid-area: name;
}

@media (max-width: 1300px) {
    .development-section {
        background: #101010;
    }

    .development-section__title {
        margin-bottom: 24px;
    }

    .info-card {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto 1fr;
        row-gap: 24px;
        grid-template-areas: "name""image""text";
    }

    .info-card:not(:last-child) {
        margin-bottom: 40px;
    }

    .info-card.image-right {
        grid-template-columns: 1fr;
        grid-template-areas: "name""image""text";
    }

    .development-section__item-image {
        background: url(../img/dev-bg-mob.png) center bottom no-repeat;
        background-size: cover;
        justify-self: center;
    }

    .info-card__info ul li {
        background: url(../img/minus-g.svg) no-repeat top 9px left;
        font-size: 14px;
        line-height: 20px;
    }

    .info-card__info ul li:not(:last-child) {
        margin-bottom: 8px;
    }

    .info-card__title {
        margin-bottom: 0;
    }

    .info-card__info .learn-more {
        margin-right: auto;
        margin-left: auto;
    }
}

/*--------------description section -------------------*/

.description__item__image {
    max-width: 640px;
    width: 640px;
}

.description__item__image img {
    width: 100%;
    object-fit: contain;
    border-radius: 5px;
    height: 100%;
}

.info-card.two-image .info-card__image {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    align-items: flex-start;
}

@media (max-width: 1300px) {

    .description__item__image {
        width: auto;
    }

    .info-card.two-image .info-card__image {
        column-gap: 16px;
    }
}

/*--------------equipment section -------------------*/

.equipment-section__items {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 420px;
    column-gap: 20px;
    justify-content: center;
}

.equipment-section__item {
    background: #EAEAEA;
    box-shadow: -2px 4px 15px #C9C9C9;
    border-radius: 4px;
    padding: 30px;
}

.equipment-section__item-image {
    max-width: 360px;
    aspect-ratio: 1.24/1;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.equipment-section__item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.equipment-section__item-name {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #171717;
    text-align: center;
    min-height: 72px;
}

@media (max-width: 1300px) {
    .equipment-section__items {
        display: none;
    }

    .equipment-section__item {
        border-radius: 5px;
        padding: 20px 16px;
        box-shadow: none;
        border: 1px solid #E0E0E0;
    }

    .equipment-section__item-image {
        padding-left: 28px;
        padding-right: 28px;
        margin-bottom: 16px;
        aspect-ratio: 1.60/1;
    }

    .equipment-section__item-name {
        font-size: 14px;
        line-height: 20px;
        min-height: 60px;
    }
}

/*--------------------------------------------------ALL SERVICES end----------------------------------------*/

/*--------------------------------------------------PROJECT PAGE start----------------------------------------*/

/*--------------project-main section -------------------*/

.project-main-section {
    background: #0B0B0B url(../img/one-project-bg.svg) center center no-repeat;
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 40px;
    min-height: 744px;
}

.project-main-section__container {
    position: relative;
}

.project-main-section__info {
    margin-top: 50px;
    max-width: 750px;
}

.project-main-section__title {
    margin-bottom: 20px;
}

.project-main-section__tags {
    margin-top: 85px;
    margin-bottom: 20px;
}

.project-main-section__params {
    max-width: 420px;
}

.project-main-section__params>p {
    margin-bottom: 12px;
}

.project-main-section__image {
    width: 640px;
    height: 850px;
    position: absolute;
    top: 50px;
    right: 0;
}

.project-main-section__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1300px) {
    .project-main-section {
        padding-top: 88px;
        min-height: auto;
    }

    .project-main-section__info {
        max-width: 100%;
        margin-top: 0;
    }

    .project-main-section__title {
        margin-bottom: 8px;
    }

    .project-main-section__tags {
        margin-top: 30px;
    }

    .project-main-section__image {
        width: auto;
        max-width: 330px;
        height: 300px;
        position: unset;
        display: flex;
        justify-content: center;
    }

    .project-main-section__image img {
        width: auto;
    }

}

/*--------------project description section -------------------*/

.project-descr-section__title {
    margin-bottom: 50px;
}

.project-descr-section__items {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    position: relative;
    align-items: flex-end;
}

.project-descr-section__item {
    max-width: 530px;
    width: 100%;
}

.project-descr-section__item-image {
    display: none;
    max-width: 750px;
    height: 100%;
}

.project-descr-section__item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.project-descr-section__item.active .project-descr-section__item-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.project-descr-section__item-card {
    padding: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}

.project-descr-section__item.active .project-descr-section__item-card {
    background: #EAEAEA;
    border: 1px solid #404040;
    box-shadow: -2px 4px 15px #C9C9C9;
}

@media (max-width: 1300px) {
    .project-descr-section__title {
        margin-bottom: 16px;
    }

    .project-descr-section__items {
        display: none;
    }

    .project-descr__item-image_mob {
        max-width: 330px;
        max-height: 430px;
        margin: 0 auto 16px auto;
    }

    .project-descr__item-image_mob img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .project-descr__item_mob .project-descr-section__item-card {
        background: #EAEAEA;
        border: 1px solid #404040;
        box-shadow: -2px 4px 15px #C9C9C9;
        padding: 24px 16px;
        row-gap: 8px;
    }
}

/*--------------done section -------------------*/

.done-section {
    background: #121212 url(../img/done-bg.svg) center center no-repeat;
    background-size: cover;
}

.done-section.lightgrey-bg {
    background: #EAEAEA;
}

.video-black {
    background: #000000 !important;
}

.video-white {
    background: #FFFFFF !important;
}

.done-section__title {
    margin-bottom: 50px;
}

.done-section .info-card {
    column-gap: 20px;
}

.done-section__item-image {
    max-width: 640px;
    max-height: 600px;
}

.done-section__item-image img,
.done-section__item-image video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.done-section .info-card__info.light ul li {
    font-weight: 400;
    line-height: 28px;
}

.done-section .info-card__info.light ul li:not(:last-child),
.done-section .info-card__info.light p:not(:last-child) {
    margin-bottom: 30px;
}

@media (max-width: 1300px) {

    .done-section {
        background: #101010 url(../img/dev-slide-bg-mob.svg) top center no-repeat;
    }

    .video-black {
        background: #000000;
    }

    .video-white {
        background: #FFFFFF;
    }

    .done-section__title {
        margin-bottom: 0;
    }

    .done-section__item-image {
        max-width: 330px;
        max-height: 300px;
        justify-self: center;
        margin-top: 0;
    }

    .done-section .info-card__info.light ul li {
        font-weight: 300;
        line-height: 20px;
    }

    .done-section .info-card__info ul li:not(:last-child),
    .done-section .info-card__info p:not(:last-child) {
        margin-bottom: 16px;
    }

}

/*--------------result section -------------------*/

.result-section {
    background: #101010 url(../img/result-bg.svg) center center no-repeat;
    background-size: cover;
}

.result-section__container {
    position: relative;
}

.result-section .info-card {
    display: flex;
    flex-direction: column;
}

.result-section__item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.result-section .info-card__info {
    max-width: 640px;
    align-self: flex-end;
    width: 100%;
}

.result-section__title {
    width: 100%;
    margin-bottom: 20px;
    max-width: 640px;
    align-self: flex-end;
}

.text ul {
    margin-top: 15px;
    margin-bottom: 15px;
}



.result-section .info-card__info ul li {
    padding-left: 25px;
    position: relative;
    background: none;
}

.result-section .info-card__info ul li::before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    background-color: #A1A1A1;
    height: 4px;
    width: 4px;
    position: absolute;
    left: 8px;
    flex-shrink: 0;
    top: 10px;
}

@media (min-width: 1301px) {

    .result-section.image-top-bottom {
        margin-top: 100px;
        margin-bottom: 100px;
        min-height: 500px;
    }

    .result-section.image-top-bottom .result-section__item-image {
        max-width: 700px;
        max-height: 760px;
        aspect-ratio: 0.92/1;
        position: absolute;
        top: -200px;
        left: -60px;
    }

    .result-section.image-top {
        margin-top: 100px;
    }

    .result-section.image-top .result-section__item-image {
        max-width: 700px;
        max-height: 600px;
        aspect-ratio: 1.17/1;
        position: absolute;
        bottom: -100px;
        left: -60px;
    }

    .result-section.image-bottom {
        margin-bottom: 100px;
        min-height: 500px;
    }

    .result-section.image-bottom .result-section__item-image {
        max-width: 700px;
        max-height: 600px;
        aspect-ratio: 1.17/1;
        position: absolute;
        top: -100px;
        left: -60px;
    }

    .result-section.image-no-top-bottom {
        margin-top: 0;
        margin-bottom: 0;
    }

    .result-section.image-no-top-bottom .result-section__item-image {
        max-width: 700px;
        max-height: 500px;
        position: absolute;
        top: -100px;
        left: -60px;
    }

}

@media (max-width: 1300px) {
    .result-section {
        background: #101010 url(../img/dev-slide-bg-mob.svg) top center no-repeat;
    }

    .result-section .info-card {
        display: grid;
    }

    .result-section__item-image {
        max-width: 330px;
        max-height: 300px;
        justify-self: center;
        position: unset;
    }

    .result-section .info-card__info {
        max-width: 100%;
    }

    .result-section__title {
        margin-bottom: 0;
        max-width: 100%;
    }
}

/*--------------------------------------------------PROJECT PAGE end----------------------------------------*/

/*--------------------------------------------------404 PAGE start----------------------------------------*/

/*--------------notfound section -------------------*/
.notfound-section {
    background: #101010 url(../img/404-bg.svg) center center no-repeat;
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 470px;
    margin-top: -80px;
}

.notfound-section__404image {
    max-width: 380px;
    max-height: 225px;
    margin-bottom: 20px;
}

.notfound-section__title {
    max-width: 540px;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.notfound-section__title span {
    color: #A8F800;
}

.notfound-section__image-mob {
    display: none;
}

@media (max-width: 1300px) {
    .notfound-section {
        background: #101010 url(../img/404-bg-mob.svg) center center no-repeat;
        background-size: cover;
        padding-top: 80px;
        padding-bottom: 28px;
        margin-top: -59px;
    }

    .notfound-section__404image {
        max-width: 125px;
        max-height: 75px;
        margin-bottom: 8px;
    }

    .notfound-section__title {
        max-width: 100%;
        margin-bottom: 24px;
    }

    .notfound-section__image-mob {
        display: block;
        max-width: 330px;
        max-height: 240px;
        margin-bottom: 16px;
        margin-left: auto;
        margin-right: auto;
    }

    .notfound-section__btn {
        padding: 15px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*--------------special footer for notfound section -------------------*/

@media (min-width: 1301px) {

    .footer.footer-404 {
        background: #161616;
        box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.27);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        position: absolute;
        bottom: 32px;
        left: 0;
        width: 100%;
    }

    .footer.footer-404 .footer__container {
        padding-top: 32px;
        padding-bottom: 28px;
    }

    .footer.footer-404 .footer__logo,
    .footer.footer-404 .footer__subtitle,
    .footer.footer-404 .footer__menu>li:first-child,
    .footer.footer-404 .footer__copyright {
        display: none;
    }

    .footer.footer-404 .footer__menu_col {
        margin-right: 110px;
    }
}

/*--------------------------------------------------404 PAGE end----------------------------------------*/

/*--------------------------------------------------CREATE TASK PAGE start----------------------------------------*/

/*--------------task section tab 1-------------------*/

.task-section {
    padding-top: 129px;
    padding-bottom: 100px;
    border-bottom: 1px solid #404040;
}

.task-section__info {
    max-width: 870px;
    margin-bottom: 50px;
}

.task-section__title {
    margin-bottom: 20px;
}

.task-section__text {
    max-width: 750px;
}

.task-section__tabs._mob {
    display: none;
}

@media (max-width: 1300px) {
    .task-section__tabs {
        display: none !important;
    }

    .task-section__tabs._mob {
        display: block !important;
    }

    .tabs-data__item {
        display: block !important;
    }
}



.tabs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    column-gap: 32px;
    border-bottom: 1px solid #404040;
    margin-bottom: 50px;
}

.tabs>div {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #A1A1A1;
    padding: 12px 50px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    position: relative;
}

.tabs>div:not(:last-child)::after {
    content: '';
    display: block;
    width: 32px;
    height: 100%;
    background: url(../img/arrow-r-grey.svg) center center no-repeat;
    position: absolute;
    top: 0;
    right: -32px;
}

.tabs>div.active {
    color: #E3E3E3;
    border-bottom: 1px solid #9FEA00;
}

.tabs-data__items .tabs-data__item {
    display: none;
}

@media (max-width: 1300px) {
    .tabs>div {
        color: #E3E3E3;
        border-bottom: 1px solid #9FEA00;
    }

    .tabs-data__items .tabs-data__item {
        display: block;
    }
}


.tabs-data__items .tabs-data__item:first-child {
    display: block;
}

.task-section__item {
    margin-bottom: 100px;
}

.task-section__item__title {
    text-transform: none;
    margin-bottom: 30px;
    max-width: 530px;
}

.task-section__buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 16px;
}


.task-section__buttons._mob {
    display: none;
}

@media (max-width: 1300px) {
    .task-section__buttons {
        display: none;
    }

    .task-section__buttons._mob {
        display: flex;
    }
}

.task-section__buttons .nav-btn-arrow {
    width: calc(50% - 8px);
    max-width: 320px;
}

/*------radio-styled--------*/

.radio-styled {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 0;
    height: 0;
}

.radio-styled+label {
    display: inline-flex;
    align-items: center;
    user-select: initial;
    cursor: pointer;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #E3E3E3;
}

.radio-styled+label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #E3E3E3;
    border-radius: 50%;
    flex-shrink: 0;
    flex-grow: 0;
    background: #101010;
    margin-right: 16px;
    cursor: pointer;
}

.radio-styled:checked+label {
    font-weight: 400;
}

.radio-styled:checked+label::before {
    background: #101010 url(../img/radio-dot.svg) center center no-repeat;
}

@media (min-width: 1301px) {
    .radio-styled:hover+label::before {
        box-shadow: 0px -1px 15px 0px rgb(172 229 70);
    }
}

.task-section__item__options,
.task-section__item__options.two-cols>div {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.task-section__item__options.radio .radio-styled+label {
    align-items: flex-start;
}

.task-section__item__options.two-cols {
    flex-direction: row;
    column-gap: 118px;
}

.checkbox-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 140px;
}

.checkbox-info>p:last-child {
    width: 640px;
    min-height: 48px;
    color: #A1A1A1;
}

.checkbox-info.wide>p:last-child {
    width: 900px;
}

.radio-styled:checked+label .checkbox-info>p:last-child,
.checkbox-styled.light:checked+label .checkbox-info>p:last-child {
    color: #E3E3E3;
    font-weight: 300;
}

.task-section__item__options-notify {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #A1A1A1;
    margin-top: 56px;
    max-width: 418px;
}

@media (max-width: 1300px) {
    .task-section {
        padding-top: 88px;
        padding-bottom: 40px;
    }

    .task-section__info {
        margin-bottom: 24px;
    }

    .task-section__title {
        margin-bottom: 16px;
    }

    .tabs {
        margin-bottom: 40px !important;
        column-gap: 0;
    }

    .tabs>div {
        font-size: 14px;
        line-height: 20px;
        margin: 0 auto;
        width: calc(100% - 64px);
        text-align: center;
        /* display: none; */
    }

    .tabs>div.swiper-slide {
        opacity: 0 !important;
    }

    .tabs>div.swiper-slide-active {
        opacity: 1 !important;
    }

    .tabs>div.active {
        display: block;
    }

    .tabs>div:first-child,
    .tabs>div:last-child {
        width: calc(100% - 32px);
        margin: 0;
    }

    .tabs>div:last-child {
        /* margin-left: 32px; */
    }

    .tabs>div::before {
        content: '';
        display: block;
        width: 32px;
        height: 100%;
        background: url(../img/arrow-r-grey.svg) center center no-repeat;
        position: absolute;
        top: 0;
        left: -10px;
    }

    @media (max-width: 1300px) {
        .tabs>div::before {
            transform: rotate(180deg);
        }
    }

    .tabs>div:not(:last-child)::after {
        right: -10px;
    }

    .tabs>div:first-child::before {
        display: none;
    }

    .task-section__item {
        margin-bottom: 40px;
    }

    .task-section__item__title {
        margin-bottom: 24px;
        font-size: 20px;
        line-height: 28px;
    }

    /*------radio-styled--------*/

    .radio-styled+label {
        font-size: 14px;
        line-height: 20px;
    }

    .task-section__item__options.two-cols {
        flex-direction: column;
    }

    .checkbox-info {
        grid-template-columns: 1fr;
        row-gap: 10px;
    }

    .checkbox-info>p:last-child,
    .checkbox-info.wide>p:last-child {
        width: auto;
        min-height: 40px;
        max-width: 640px;
    }

    .task-section__item__options-notify {
        font-size: 14px;
        line-height: 20px;
        margin-top: 24px;
    }

    .checkbox-styled.light+label>.checkbox-info>p:last-child,
    .radio-styled+label>.checkbox-info>p:last-child {
        font-weight: 300;
        font-size: 12px;
        line-height: 20px;
        color: #404040;
    }

    .checkbox-styled.light:checked+label>.checkbox-info>p:last-child,
    .radio-styled:checked+label>.checkbox-info>p:last-child {
        color: #A1A1A1;
    }
}

/*--------------task section tab 2-------------------*/

.task-section__item__textarea {
    margin-top: -24px;
}

.task-section__item__textarea textarea {
    height: 106px;
    width: 100%;
    max-width: 530px;
}

.checkbox-with-input+label {
    grid-template-columns: 36px auto 1fr;
}

.checkbox-with-input+label input {
    width: 402px;
    margin-left: 26px;
    margin-top: -8px;
}

.checkbox-with-input+label input::placeholder,
.input.light input::placeholder,
.input.light textarea::placeholder {
    color: #404040;
}

.input-from-to {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
}

.input-from-to input {
    max-width: 200px;
}

.input-from-to>span {
    display: inline-block;
    width: 20px;
    height: 40px;
    background: url(../img/minus.svg) center center no-repeat;
}

@media (max-width: 1300px) {

    .task-section__item__textarea {
        margin-top: -16px;
    }

    .checkbox-with-input+label {
        grid-template-columns: 36px auto;
        row-gap: 16px;
    }

    .checkbox-with-input+label input {
        width: 100%;
        min-width: 288px;
        margin-left: 0;
        margin-top: 0;
    }

    .input-from-to {
        column-gap: 16px;
    }

    .input-from-to input {
        width: 100%;
    }

    .input-from-to>span {
        display: inline-block;
        width: 20px;
        height: 40px;
        background: url(../img/minus.svg) center center no-repeat;
    }
}

/*--------------task section tab 3-------------------*/

.tabs-data__title {
    margin-bottom: 50px;
}

@media (max-width: 1300px) {

    .tabs-data__title {
        margin-bottom: 40px;
    }

}

/*--------------task section tab 4-------------------*/

.task-section__form {
    max-width: 640px;
    margin-top: 0;
    margin-bottom: 100px;
}

.task-section__form-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
}

.task-section__form-wrapper .contact-form__send {
    margin-bottom: 0;
    border: 1px solid #9FEA00;
}

@media (max-width: 1300px) {

    .task-section__form {
        margin-bottom: 40px;
    }

    .task-section__form-wrapper {
        row-gap: 16px;
    }

    .task-section__form-wrapper .contact-form__send {
        margin-top: 8px;

    }

}

/*--------------------------------------------------CREATE TASK PAGE end----------------------------------------*/

/*--------------------------------------------------POLICY PAGE start----------------------------------------*/

/*--------------policy section-------------------*/

.policy-section {
    padding-top: 129px;
    padding-bottom: 100px;
}

.policy-section__title {
    margin-bottom: 50px;
    max-width: 945px;
}

.policy-section__items {
    display: flex;
    flex-direction: column;
    row-gap: 100px;
}

.policy-section__item {
    display: grid;
    grid-template-columns: 530px auto;
    column-gap: 130px;
}

.policy-section__item.no-title {
    grid-template-columns: 1fr;
    justify-items: flex-end;
}

.policy-section__item-info {
    max-width: 640px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.policy-section__item-info .list {
    margin-left: 12px;
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 1300px) {
    .policy-section {
        padding-top: 88px;
        padding-bottom: 112px;
    }

    .policy-section__title {
        margin-bottom: 24px;
        word-wrap: break-word;
    }

    .policy-section__items {
        row-gap: 40px;
    }

    .policy-section__item {
        grid-template-columns: 1fr;
        row-gap: 8px;
    }

    .policy-section__item.no-title {
        justify-items: flex-start;
    }

    .policy-section__item-info {
        max-width: 100%;
        row-gap: 8px;
    }

    .policy-section__item-info .list {
        margin-left: 6px;
        font-size: 14px;
        line-height: 20px;
    }
}

/*--------------special footer for policy section-------------------*/

.footer.footer-policy {
    background: #121212;
    border-top: 1px solid #404040;
}

@media (max-width: 1300px) {
    .footer.footer-policy {
        background: #101010;
        border-top: 1px solid #404040;
    }
}

/*--------------------------------------------------POLICY PAGE end----------------------------------------*/

/*--------------------------------------------------PROCESS PAGE start----------------------------------------*/

/*--------------process section-------------------*/

.process-section {
    background: #101010 url(../img/process-bg.svg) top center no-repeat;
    padding-top: 109px;
    padding-bottom: 100px;
    border-bottom: 1px solid #404040;
}

.process-section__info {
    max-width: 804px;
    margin-top: 50px;
    margin-bottom: 100px;
}

.process-section__title {
    margin-bottom: 20px;
}

.process-section__info_text {
    max-width: 570px;
}

/*--------------process section items-------------------*/

.process-section__items_wrapper {
    position: relative;
}

.process-section__line {
    width: 1px;
    height: 100%;
    background-color: #404040;
    position: absolute;
    top: 0;
    left: 50%;
}

.process-section__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 100px;
    grid-template-areas: "image1 info1""info2 info3""info4 image2""image3 info5""info6 image4""image5 info7""info8 image6""info9 image6""image7 info10""image7 info11""info12 image8""info13 image8";
}

.process-section__image1 {
    grid-area: image1;
    max-height: 530px;
    margin-right: 60px;
    margin-bottom: -50px;
}

.process-section__info1 {
    grid-area: info1;
    margin-left: 120px;
}

.process-section__info2 {
    grid-area: info2;
    margin-right: 120px;
}

.process-section__info3 {
    grid-area: info3;
    margin-left: 120px;
}

.process-section__info4 {
    grid-area: info4;
    margin-right: 120px;
}

.process-section__image2 {
    grid-area: image2;
    max-height: 530px;
    margin-left: 60px;
}

.process-section__image3 {
    grid-area: image3;
    max-height: 530px;
    margin-right: 60px;
}

.process-section__info5 {
    grid-area: info5;
    margin-left: 120px;
}

.process-section__info6 {
    grid-area: info6;
    margin-right: 120px;
}

.process-section__image4 {
    grid-area: image4;
    max-height: 530px;
    margin-left: 60px;
}

.process-section__image5 {
    grid-area: image5;
    max-height: 530px;
    margin-right: 60px;
}

.process-section__info7 {
    grid-area: info7;
    margin-left: 120px;
}

.process-section__info8 {
    grid-area: info8;
    margin-right: 120px;
    margin-bottom: -50px;
}

.process-section__info9 {
    grid-area: info9;
    margin-right: 120px;
    margin-top: -50px;
}

.process-section__image6 {
    grid-area: image6;
    max-height: 800px;
    margin-left: 60px;
}

.process-section__image7 {
    grid-area: image7;
    max-height: 800px;
    margin-right: 60px;
}

.process-section__info10 {
    grid-area: info10;
    margin-left: 120px;
    margin-bottom: -100px;
}

.process-section__info11 {
    grid-area: info11;
    margin-left: 120px;
    margin-top: -50px;
}

.process-section__info12 {
    grid-area: info12;
    margin-right: 120px;
}

.process-section__info13 {
    grid-area: info13;
    margin-right: 120px;
    margin-top: -50px;
}

.process-section__image8 {
    grid-area: image8;
    max-height: 800px;
    margin-left: 60px;
}

.process-section__item-image {
    max-width: 590px;
}

.process-section__item-title {
    margin-bottom: 30px;
    position: relative;
    margin-top: 50px;
}

.process-section__item-subtitle {
    margin-bottom: 7px;
    color: #C6C6C6;
}

.title-pin::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #A1A1A1;
    background: #101010;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    z-index: 2;
    transition: all 0.5s ease;
}

.title-pin.title-pin_right::before {
    right: -131px;
}

.title-pin.title-pin_left::before {
    left: -131px;
}

.title-pin_add::before {
    display: none;
}

.title-pin.active::before {
    background: #9FEA00;
    border: 1px solid #7DB704;
    box-shadow: 0px -1px 25px 0px #9FEA00;
}

.process-section__item-btn {
    margin-top: 30px;
}

.process-section__item-info>div:not(:last-child) {
    margin-bottom: 20px;
}

@media (max-width: 1300px) {

    .process-section {
        background: #101010;
        padding-top: 88px;
        padding-bottom: 40px;
    }

    .process-section__info {
        margin-top: 0px;
        margin-bottom: 40px;
    }

    .process-section__title {
        margin-bottom: 16px;
        font-family: 'Roboto Flex';
        font-style: normal;
        font-weight: 500;
        font-size: 28px;
        line-height: 34px;
        letter-spacing: 0.02em;
    }

    .process-section__line {
        left: 24px;
    }

    .process-section__items {
        grid-template-columns: 1fr;
        row-gap: 0;
        margin-left: 24px;
        grid-template-areas: "info1""image1""info2""info3""image2""info4""info5""image3""info6""image4""info7""image5""info8""image6""info9""info10""info11""image7""info12""image8""info13";
    }

    .process-section__image1 {
        max-height: 300px;
        margin-left: 8px;
        margin-right: 0;
        margin-bottom: 80px;
        margin-top: 10px;
    }

    .process-section__info1 {
        grid-area: info1;
        margin-left: 25px;
        margin-bottom: 16px;
    }

    .process-section__info2 {
        grid-area: info2;
        margin-right: 0;
        margin-left: 25px;
        margin-bottom: 80px;
    }

    .process-section__info3 {
        grid-area: info3;
        margin-left: 25px;
        margin-bottom: 16px;
    }

    .process-section__info4 {
        grid-area: info4;
        margin-right: 0;
        margin-left: 25px;
        margin-bottom: 80px;
    }

    .process-section__image2 {
        max-height: 300px;
        margin-left: 8px;
        margin-bottom: 80px;
        margin-top: 20px;
    }

    .process-section__image3 {
        max-height: 300px;
        margin-right: 0;
        margin-left: 8px;
        margin-bottom: 80px;
        margin-top: 10px;
    }

    .process-section__info5 {
        grid-area: info5;
        margin-left: 25px;
        margin-bottom: 30px;
    }

    .process-section__info6 {
        grid-area: info6;
        margin-right: 0;
        margin-left: 25px;
        margin-bottom: 30px;
    }

    .process-section__image4 {
        max-height: 300px;
        margin-left: 8px;
        margin-bottom: 70px;
        margin-top: 30px;
    }

    .process-section__image5 {
        max-height: 300px;
        margin-right: 0;
        margin-left: 8px;
        margin-bottom: 70px;
        margin-top: 30px;
    }

    .process-section__info7 {
        grid-area: info7;
        margin-left: 25px;
        margin-bottom: 30px;
    }

    .process-section__info8 {
        grid-area: info8;
        margin-left: 25px;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .process-section__info9 {
        grid-area: info9;
        margin-right: 0;
        margin-top: 0;
        margin-left: 25px;
        margin-bottom: 80px;
    }

    .process-section__image6 {
        max-height: 300px;
        margin-left: 8px;
        margin-bottom: 50px;
        margin-top: 20px;
    }

    .process-section__image7 {
        max-height: 300px;
        margin-right: 0;
        margin-left: 8px;
        margin-bottom: 60px;
        margin-top: 10px;
    }

    .process-section__info10 {
        grid-area: info10;
        margin-left: 25px;
        margin-bottom: 80px;
    }

    .process-section__info11 {
        grid-area: info11;
        margin-left: 25px;
        margin-top: 0;
        margin-bottom: 24px;
    }

    .process-section__info12 {
        grid-area: info12;
        margin-right: 0;
        margin-left: 25px;
        margin-bottom: 30px;
    }

    .process-section__info13 {
        grid-area: info13;
        margin-right: 0;
        margin-left: 25px;
        margin-top: 0;
    }

    .process-section__image8 {
        max-height: 300px;
        margin-left: 8px;
        margin-bottom: 60px;
        margin-top: 10px;
    }

    .process-section__item-image {
        max-width: 312px;
    }

    .process-section__item-title {
        margin-bottom: 16px;
        margin-top: 0;
    }

    .process-section__info1 .process-section__item-title {
        margin-top: 10px;
    }

    .process-section__item-subtitle {
        margin-bottom: 4px;
        text-transform: none;
        font-size: 16px;
        line-height: 24px;
    }

    .process-section__item-text {
        color: #8A8A8A !important;
    }

    .title-pin::before {
        width: 12px;
        height: 12px;
        top: 50%;
        transform: translateY(-50%);
    }

    .title-pin.title-pin_right::before {
        left: -32px;
        right: auto;
    }

    .title-pin.title-pin_left::before {
        left: -32px;
    }

    .title-pin_add::before {
        display: inline-block;
        left: -32px;
    }

    .process-section__item-btn {
        margin-top: 24px;
    }

    .process-section__item-info>div:not(:last-child) {
        margin-bottom: 16px;
    }
}

@media (max-width: 425px) {
    .process-section {
        background: #101010 url(../img/process-bg-mob.svg) top center no-repeat;
    }
}

/*--------------------------------------------------PROCESS PAGE end----------------------------------------*/

/*--------------------------------------------------IOT PAGE start----------------------------------------*/

/*--------------iot-main section-------------------*/

.iot-info-section .fundamentals__wrapper>div {
    max-width: 530px;
}

@media (max-width: 1300px) {
    .iot-info-section .fundamentals__wrapper>div {
        max-width: 100%;
    }
}

/*--------------iot section-------------------*/

.iot-section {
    padding-bottom: 236px;
}

.iot-section .fundamentals__wrapper>div {
    max-width: 530px;
}

.iot-section__container {
    position: relative;
}

.iot-section__wrapper {
    position: absolute;
    bottom: -462px;
    left: 0;
}

.iot-section__image {
    padding: 0 30px 0 150px;
}

.iot-section__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 20px;
}

.iot-section__item {
    background: #EAEAEA;
    box-shadow: 0px 4px 15px rgba(202, 202, 202, 0.58);
    border-radius: 4px;
    padding: 17px 11px 21px 11px;
    display: grid;
    justify-items: center;
}

.iot-section__item-image {
    max-width: 240px;
    max-height: 200px;
    margin-bottom: 12px;
}

.iot-section__item-title {
    margin-bottom: 8px;
    text-align: center;
    color: #171717;
}

.iot-section__item-text {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #404040;
}

@media (max-width: 1300px) {
    .iot-section {
        padding-bottom: 40px;
    }

    .iot-section .fundamentals__wrapper>div {
        max-width: 100%;
    }

    .iot-section__wrapper {
        position: unset;
    }

    .iot-section__image {
        display: none;
    }

    .iot-section .fundamentals__wrapper {
        margin-bottom: 24px;
    }

    .iot-section__items {
        grid-template-columns: 1fr;
        row-gap: 16px;
    }

    .iot-section__item {
        background: #EAEAEA;
        box-shadow: -1px 2px 7px #C9C9C9;
        border-radius: 2px;
        padding: 13px 16px;
        grid-template-columns: auto 1fr;
        align-items: center;
        column-gap: 16px;
    }

    .iot-section__item-image {
        max-width: 70px;
        aspect-ratio: 1/1;
        margin-bottom: 0;
    }

    .iot-section__item-title {
        margin-bottom: 8px;
        text-align: center;
    }

    .iot-section__item-text {
        text-align: center;
        font-size: 14px;
        line-height: 20px;
    }
}

/*--------------iot description section-------------------*/

.iot-padding-section {
    padding-top: 326px;
}

.iot-padding-section .description__item__title {
    margin-top: 58px;
}

.iot-padding-section .info-card {
    column-gap: 60px;
}

.iot-padding-section .info-card__info {
    max-width: 530px;
}

@media (max-width: 1300px) {
    .iot-padding-section {
        padding-top: 40px;
    }

    .iot-padding-section .description__item__title {
        margin-top: 0px;
    }

    .iot-padding-section .info-card__info {
        max-width: 100%;
    }
}

/*--------------iot apply section-------------------*/

.iot-apply-section__title {
    margin-bottom: 30px;
}

.iot-apply-section__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 40px;
    column-gap: 50px;
}

.iot-apply-section__item {
    padding: 20px 0 24px 0;
    border-bottom: 1px solid #B8B8B8;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 20px;
}

.iot-apply-section__item-image {
    max-width: 90px;
    aspect-ratio: 1/1;
}

.iot-apply-section__item-title {
    color: #171717;
    text-transform: none;
    margin-bottom: 8px;
}

.iot-apply-section__item-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #404040;
}

@media (max-width: 1300px) {
    .iot-apply-section__title {
        margin-bottom: 24px;
    }

    .iot-apply-section__items {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .iot-apply-section__item {
        padding: 16px 0 16px 0;
    }

    .iot-apply-section__item-image {
        max-width: 90px;
        aspect-ratio: 1/1;
    }

    .iot-apply-section__item-title {
        color: #171717;
        text-transform: none;
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 20px;
    }

    .iot-apply-section__item-text {
        font-size: 14px;
        line-height: 20px;
    }
}

/*--------------iot slider section-------------------*/

.iot__slider-section {
    padding-bottom: 75px;
}

.iot__slider-section__title {
    margin-bottom: 50px;
    max-width: 1130px;
}

.iot-slide__info-right {
    text-align: right;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.iot-slide__info-right>p,
.iot-slide__info-left>p {
    max-width: 540px;
}

.iot-slide__title {
    margin-bottom: 20px;
}

.iot-slide__image_mob {
    display: none;
}

.iot-slide__info-left {
    margin-bottom: 30px;
}

.iot-section__item-title.h4 {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
}

.iot-apply-section__item-title.h4 {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

@media (max-width: 1300px) {
    .iot__slider-section {
        padding-bottom: 10px;
    }

    .iot__slider-section__title {
        margin-bottom: 24px;
    }

    .iot-slide__info-right {
        margin-top: 16px;
    }

    .iot-slide__info-right>p,
    .iot-slide__info-left>p {
        max-width: 100%;
    }

    .iot-slide__title {
        margin-bottom: 8px;
    }

    .iot-slide__image_desk {
        display: none;
    }

    .iot-slide__image_mob {
        display: block;
    }

    .iot-slide__info-left {
        margin-bottom: 16px;
    }
}
.custom-article em{
	color: inherit;
    font-weight: 400;
    font-style: italic;
}
.article__block .custom-article a {
    text-decoration: unset;
}
.article__block .custom-article a:hover{
background: linear-gradient(100.08deg, #9FEA00 0.68%, #404040 133.9%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-link {
	text-decoration:none !important;
}
.text-link:hover {
	text-decoration:none;
	color:#7DB704
}
/*--------------------------------------------------IOT PAGE end----------------------------------------*/
.sta-block{
	display: flex;
    background: rgb(51, 64, 18);
    background: radial-gradient(circle, rgba(51, 64, 18, 1) 0%, rgba(16, 16, 16, 1) 60%);
    align-items: center;
    justify-content: center;
    text-align: center;
	    margin-bottom: 30px;
		    padding: 30px;
			    gap: 20px 30px;
}
.sta-block .sta-block_text{
    font-size: 1.1rem;
    color: #fff;
}
.article__block .sta-block:last-child{
	margin-bottom:0
}

.projects_for_blog{
	    padding: 5px 0 40px;
}
.projects_for_blog>.container{
	padding-left:0;
	padding-right:0;
}
.projects_for_blog .project-section__items{
	    grid-template-columns: 1fr;
}
.projects_for_blog .project-section__items .project-section__wrapper_small{
		    grid-template: unset;
			grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.projects_for_blog .projects_for_blog_bottom-buttons .project-section__btn{
	text-decoration: unset;
}
.projects_for_blog .projects_for_blog_bottom-buttons{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.projects_for_blog .projects_for_blog_bottom-buttons .project-section__btn_left .arrow-btn::before{
    left: -32px;
    right: unset;
	background: url(../img/Arrow_left_long_dark.svg) center center no-repeat;
}
.projects_for_blog .projects_for_blog_bottom-buttons .project-section__btn_left .arrow-btn:hover::before {
    background: url(../img/Arrow_left_long_light-g-d.svg) center center no-repeat;
}
.projects_for_blog .projects_for_blog_bottom-buttons .project-section__btn_left .arrow-btn{
    margin-right: 0;
    margin-left: 32px;
}
 .article__block .custom-article .projects_for_blog a:hover{
	 -webkit-text-fill-color:unset
 }
 .invisible-link{
	 color:inherit !important
 }
 h1 .light.h1_inner_part{
	 color: #E3E3E3;
	     font-family: 'Roboto Flex', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
	    display: block;
		    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
 }
 @media (max-width: 1300px) {
 h1 .light.h1_inner_part {
        font-size: 14px;
        line-height: 20px;
    }
}
 @media (min-width: 993px) {
	[data-page-id="294"] .why-section__title{
		font-size: 1.4em;
		line-height: 1.5;
	}
 }
@media (max-width: 1300px) {
	.sta-block .sta_open_modal{
		box-shadow: unset;
		margin-top: unset;
		color: #E3E3E3;
		border: 1px solid #9FEA00;
		padding: 0px 50px;
	}
	.sta-block .sta_open_modal:hover,
	.sta-block .sta_open_modal:active{
		background: linear-gradient(100.08deg, #9FEA00 0.68%, #F7F7F7 133.9%);
        color: #171717;
		        height: 45px;
	}
	.sta-block{
		margin-bottom: 15px;
		margin-top: 10px;
	}
}
@media (max-width: 600px) {
	.sta-block{
		    flex-direction: column;
	}
    .footer__address_v, .footer__tel__block{
        display: grid;
    }
}
@media (max-width: 450px) {
	.projects_for_blog .projects_for_blog_bottom-buttons{
		justify-content: center;
	}
}