@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url("../fonts/stylesheet.css");

body {

    overflow-x: hidden;
}

:root {
    --accent: #1EC3A5;
    --grey: #4F4F4F;
}

a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: Gilroy;
    font-size: 20px;
    font-weight: 500;
}

h1 {
    color: var(--accent);
    font-family: Ekibastuz;
    font-size: 113px;
    font-weight: 1000;
    line-height: 110%;
}

h2 {
    color: var(--grey);
    font-family: Gotham;
    font-size: 43px;
    font-weight: 700;
    line-height: 110%;
}

p {
    font-family: Inter;
    font-size: 26px;
    font-weight: 400;
    line-height: 130%;
    color: var(--grey);
}

.h0 {
    font-family: Ekibastuz;
    font-size: 176px;
    font-weight: 900;
    line-height: 104%;
}

.container {
    max-width: 1680px;
    margin-right: auto;
    margin-left: auto;
}

.bg-grey {
    background-color: var(--grey);
}

.text-right {
    text-align: right;
}

.uppercase {
    text-transform: uppercase;
}

.white {
    color: #fff;
}

.light-grey {
    color: #A7A7A7;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.mg-10 {
    margin-right: 10%;
}

.mg-t-2 {
    margin-top: 20px;
}

.pd-200 {
    padding: 200px 0;
}

.pd-b-100 {
    padding-bottom: 100px;
}

.mg-b-7 {
    margin-bottom: 70px;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.items-center {
    align-items: center;
}

.white-bg {
    background: #fff;
}

.header_logo{
    max-width: 94px;
    display: none;
    margin-right: 10px;
}

.header__items-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__items-wrapper {
    gap: 56px;
}

.header__buttons {
    gap: 40px;
    align-items: center;
}

.header {
    padding: 50px 0;
}

.hero-logo {
    bottom: 20px;
    left: 0;
}

.hero_heading p {
    margin-top: 40px;
}

.menu_button {
    padding: 10px 40px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    font-family: Gilroy;
    cursor: pointer;
    display: none;
}

.menu__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    padding: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.menu__wrapper.menu__wrapper_active {
    opacity: 1;
    visibility: visible;
    max-height: 100vh;
    padding: 20px 0;
}

.menu__items-wrapper{
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 12px;
}

.menu__items-container{
    width: 100%;
}
.running-text {
    scrollamount: 14;
}

.button_arrow:after {
    content: '';
    background-image: url(../img/button_arrow.svg);
    width: 24px;
    height: 24px;
    margin-left: 10px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    top: -1px;
    position: relative;
}

#hero {
    margin-top: 0;
}


.lines_wrapper {
    bottom: 156px;
    left: -310px;
}
.tower-image {
    text-align: center;
    height: 1230px;
    overflow: hidden;
}

.tower_text-right p {
    margin-top: 15px;
}

.tower_counter {
    bottom: 156px;
}

.tower_text-right {
    top: 52px;
    right: 0;
}

.tower_text-left {
    top: 506px;
}

.services_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.services_wrapper h1 {
    width: 38%;
}

.services_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    width: 60%;
}

.services_item {
    padding: 30px 50px;
    background-color: #fff;
    border-radius: 25px;
    border: 1px solid #BCBCBC;
    width: 100%;
    height: 375px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.services_item-accent {
    background-color: var(--accent);
    border-color: transparent;
}

.services_item-icon {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.partner_wrapper {
    margin: 0 25%;
    text-align: center;
}

#partner {
    padding-top: 120px;
    padding-bottom: 0px;
}

.partner_heading {
    text-align: center;
    font-size: 68px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 30px;
}

.partner_slogan {
    font-size: 34px;
}

.partner_logo {
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.partner_logo-text {
    margin-top: 42px;
    margin-bottom: 50px;
}

.logo_front {
    top: 90px;
    max-width: 198px;
}
.logo_back {
    max-width: 418px;
}

.partner_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.partner_bottom-text {
    color: #B8860B;
    font-size: 20px;
}

.arrow-down {
    position: absolute;
    margin-bottom: 140px;
}

.substract {
    width: 100%;
}

.progress_wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.progress_digit h1 {
    color: #1EC3A5;
    text-align: center;
    font-family: Gotham;
    font-size: 80px;
    font-weight: 900;
    line-height: 90%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.progress_digit span {
    font-family: Inter;
    font-size: 26px;
    font-weight: 400;
    line-height: 130%;
    color: var(--grey);
}

.progress_digit p {
    text-align: center;
}

.circular-progess {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40%;
}

.circle-svg {
    width: 100%;
    height: 100%;
}

.circle-svg svg {
    width: 100%;
    height: 100%;
}

svg {
    position: sticky;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

svg circle {
    stroke: #cbcbcb;
    stroke-width: 1px;
    stroke-linecap: round;
    fill: transparent;
}

svg .progress-bar {
    stroke: var(--accent);
    stroke-width: 8px;
}
.projects_wrapper h1 {
    font-family: 'Gotham Ultra';
}
.progress_right {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    max-width: 850px;
}

.steps_items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.step-item {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 100px;
}

.step-item:nth-child(4) .line {
    position: absolute;
    margin-left: 48px;
    width: 500%;
}

.step-item:nth-child(5) {
    position: relative;
}

.step-item:nth-child(5) .step-number::before {
    content: '';
    width: 500%;
    height: 5px;
    position: absolute;
    left: -505%;
    background: var(--accent);
}

.step-number {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.step-number p {
    color: #1EC3A5;
    font-family: Gotham;
    font-size: 43px;
    font-weight: 700;
    line-height: 110%;
}

.line {
    width: 100%;
    height: 5px;
    background: var(--accent);
}

.projects_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 60px;
}

.projects_item {
    padding: 50px 70px 62px 50px;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background: rgba(30, 195, 165, 0.80);
    border-radius: 32px;
    border: 1px solid #42E9CB;
    width: 547px;
    height: 565px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.projects_item-icon {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.projects_item-icon img {
    max-width: 100px;
}

.quote_heading {
    font-size: 68px;
    text-wrap: nowrap;
    margin-bottom: 100px;
}

.w100 .tower_lines {
    position: absolute;
}

.tower_lines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.tower_lines i {
    width: 2px;
    height: 248px;
    opacity: 0.3;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(rgba(255, 255, 255, 0.00)));
    background: -o-linear-gradient(top, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}

.tower_lines .is-active {
    height: 342px;
}

.w100 {
    height: 342px;
}

.footer {
    padding-top: 50px;
}

.footer_bot-img {
    margin-right: 5px;
}

.footer_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 38px;
    gap: 14px;
}

.comapny_name h1 {
    font-size: 118px;
}

.contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 60px;
}

.social_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
}

.footer_bottom_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 120px;
    margin-bottom: 90px;
}

.bottom_link p {
    color: #888;
}

.play_button {
    bottom: 300px;
    right: 84px;
}

.play_button-icon {
    display: inline-block;
    height: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.play_button-icon:before {
    -webkit-animation: social-button-beat 1.5s ease-out infinite;
    animation: social-button-beat 1.5s ease-out infinite;
}

.play_button-icon:after {
    -webkit-animation: social-button-beat 1.5s ease-out 0.4s infinite;
    animation: social-button-beat 1.5s ease-out 0.4s infinite;
}

.play_button-icon:hover:before {
    -webkit-animation: none;
    animation: none;
}

.play_button-icon:hover:after {
    -webkit-animation: none;
    animation: none;
}

.play_button-icon:hover {
    scale: 1.1;
}

.play_button-icon:before,
.play_button-icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.projects_list {
    -webkit-transform: translateX(900px);
    -ms-transform: translateX(900px);
    transform: translateX(900px);
}
.services_item-icon img {
    max-width: 60px;
}
/*
.quote_heading {
    transform: translateX(1000px);
}
*/
.arrow-down {
    animation: scrollAnimation 1.2s ease-in-out infinite;
}
@keyframes scrollAnimation {
  0% { transform: translateY(0); }
  95% { transform: translateY(6px); }
  100% { transform: translateY(0); }
}
/* 912 */
.services__title {
    width: 38%;
    position: relative;
}
.services__title h1 {
    position: sticky;
    top: 60px;
    width: 100%;
}
.tower_wrapper {
    position: relative;
    z-index: 3;
}
.tower-image {
    will-change: opacity;
    transform: translateZ(0);
    position: absolute;
}
#tower {
    position: relative;
    height: 1100px;
    overflow: hidden;
    will-change: transform;
}
#tower .tower_wrapper {
    position: relative;
    height: 1100px;   
}
.tower-image {
    bottom: 0;
    left: 0;
    right: 0;
    height: 1100px;
}
.tower-image {
    opacity: 0;
}
.tower-image.tower-image_1 {
    opacity: 1;
}
.service_item,
.tower-image {
    will-change: transform;
}
#tower-text {
    font-size: 28px;
    line-height: 38px;
}
.header__items-wrapper a:hover,
.header__items-wrapper a:focus,
.header__items-wrapper a:active
{
    color: #1EC3A5;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.logo_front {
    z-index: 2;
}
@media (max-height: 1000px) {
}

.quote_wrapper {
    overflow: hidden;
}
.running-text {
    white-space: nowrap;
    font-family: Gotham;
    font-size: 43px;
    font-weight: 700;
    line-height: 110%;
}
#steps,
#projects {
    overflow: hidden;
}

@-webkit-keyframes social-button-beat {
    0% {
        opacity: 0.8;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    70% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }

    100% {
        opacity: 0;
    }
}

@keyframes social-button-beat {
    0% {
        opacity: 0.8;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    70% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }

    100% {
        opacity: 0;
    }
}


@media (max-width: 1700px) {
    .container {
        max-width: 1488px;
        padding: 0 15px;
    }

    a {
        font-size: 16px;
    }

    h1 {
        font-size: 84px;
    }

    h2 {
        font-size: 32px;
    }

    p {
        font-size: 20px;
    }

    .h0 {
        font-size: 132px;
    }

    .mg-t-2 {
        margin-top: 20px;
    }

    .pd-200 {
        padding: 140px 0;
    }

    .pd-b-100 {
        padding-bottom: 80px;
    }

    .mg-b-7 {
        margin-bottom: 54px;
    }

    .header__items-wrapper {
        gap: 42px;
    }

    .header__buttons {
        gap: 30px;
    }

    .header {
        padding: 38px 0;
    }

    .button_arrow:after {
        width: 18px;
        height: 18px;
    }

    #hero {
        margin-top: 40px;
    }

    .hero-logo {
        bottom: 12px;
        left: 0;
        max-width: 128px;
    }

    .play_button {
        max-width: 116px;
        bottom: 236px;
        right: 64px;
    }

    .hero_heading p {
        margin-top: 30px;
    }

    .tower_text-right p {
        margin-top: 12px;
    }

    .tower_counter {
        bottom: 118px;
    }

    .tower_text-right {
        top: 40px;
    }

    .tower_text-left {
        top: 380px;
    }

    .lines_wrapper {
        bottom: 118px;
        left: -240px;
    }


    .tower_lines {
        gap: 10px;
    }

    .tower_lines i {
        height: 186px;
    }

    .tower_lines .is-active {
        height: 256px;
    }

    .services_item {
        padding: 22px 38px;
        border-radius: 20px;
        height: 280px;
    }

    .services_item-icon {
        max-width: 38px;
    }

    .partner_heading {
        font-size: 52px;
    }

    .partner_logo-text {
        margin-top: 32px;
        margin-bottom: 38px;
    }

    .logo_front {
        max-width: 198px;
        top: 70px;
    }

    .logo_back {
        max-width: 418px;
    }

    .arrow-down {
        max-width: 40px;
    }

    svg .progress-bar {
        stroke-width: 8px;
    }

    .step-item {
        margin-bottom: 80px;
    }

    .step-number {
        margin-bottom: 10px;
        gap: 16px;
    }

    .step-number p {
        font-size: 32px;
    }

    .line {
        height: 4px;
    }

    .step-item:nth-child(5) .step-number::before {
        height: 4px;
    }

    .projects_item {
        padding: 38px 52px 42px 38px;
        border-radius: 24px;
        width: 410px;
        height: 424px;
    }

    .projects_item-icon img {
        max-width: 75px;
    }

    .w100 {
        height: 256px;
    }

    .footer {
        padding-top: 200px;
    }

    .logo {
        margin-bottom: 28px;
        gap: 10px;
    }

    .logo-image {
        max-width: 74px;
    }

    .comapny_name h1 {
        font-size: 88px;
    }

    .contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 44px;
        margin-bottom: 44px;
    }

    .social_icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        margin-bottom: 50px;
    }

    .social_icons img {
        width: 32px;
    }

    .footer_bottom_links {
        gap: 90px;
        margin-bottom: 70px;
    }
}

@media (max-width: 1440px) {
    .container {
        max-width: 1260px;
    }
}

@media (max-width: 1280px) {
    .container {
        max-width: 1040px;
    }

    h1 {
        font-size: 70px;
    }

    h2 {
        font-size: 26px;
    }

    p {
        font-size: 16px;
    }

    .h0 {
        font-size: 108px;
    }

    .hero-logo {
        bottom: 8px;
        max-width: 106px;
    }
}

@media (max-width: 1060px) {
    .container {
        max-width: 760px;
    }

    h1 {
        font-size: 70px;
    }

    h2 {
        font-size: 40px;
    }

    p {
        font-size: 30px;
    }

    .h0 {
        font-size: 78px;
    }

    .mg-t-2 {
        margin-top: 10px;
    }

    .pd-200 {
        padding: 100px 0;
    }

    .pd-b-100 {
        padding-bottom: 80px;
    }

    .mg-b-7 {
        margin-bottom: 54px;
    }

    .header__items-wrapper {
        gap: 42px;
    }

    .header__items-container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header {
        padding: 38px 0;
    }

    .header_logo{
        display: block;
    }

    .header__items-wrapper{
        display: none;
    }

    .menu_button{
        display: block;
    }

    .button_arrow:after {
        width: 18px;
        height: 18px;
    }

    #hero {
        margin-top: 40px;
    }

    .hero-logo {
        bottom: 12px;
        left: 0;
        max-width: 128px;
    }

    .play_button {
        max-width: 94px;
        bottom: auto;
        right: 36px;
        top: 240px;
    }

    .hero-logo {
        display: none;
    }

    .hero_heading h2 {
        margin-top: 120px;
    }

    .hero_heading p {
        margin-top: 30px;
    }

    .tower-image {
        height: 1384px;
    }

    .tower-image img {
        max-width: 420px;
        padding-top: 820px;
    }

    .tower_text-right p {
        margin-top: 12px;
    }

    .tower_counter {
        bottom: 46px;
    }

    .tower_text-right {
        top: 186px;
    }

    .tower_text-left {
        top: 644px;
    }

    .lines_wrapper {
        bottom: 0;
        left: -200px;
    }

    .tower_lines {
        gap: 8px;
    }

    .tower_lines i {
        height: 134px;
    }

    .tower_lines .is-active {
        height: 186px;
    }

    .services_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .services_wrapper h1 {
        width: 100%;
    }

    .services_list {
        width: 100%;
        margin-top: 60px;
    }

    .partner_wrapper {
        margin: 0 10%;
        text-align: center;
    }

    .arrow-down {
        max-width: 40px;
        margin-bottom: 80px;
    }

    .progress_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .circular-progess {
        width: 412px;
        margin-right: 0;
        margin-bottom: 48px;
    }

    .progress_right {
        width: 100%;
    }

    .progress_right h1,
    .progress_right h2,
    .progress_right p {
        text-align: center;
    }

    .steps_items {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 40px;
    }

    .step-item {
        margin-bottom: 100px;
        width: 500px;
    }

    .step-number {
        margin-bottom: 20px;
        gap: 20px;
        width: 500px;
    }

    .step-number p {
        font-size: 52px;
    }

    .line {
        height: 4px;
    }

    .step-item:nth-child(5) .step-number::before {
        width: 0;
    }

    .step-item:nth-child(4) .line {
        position: relative;
        margin-left: 0;
        width: 100%;
    }

    .step-descr {
        width: 60%;
    }


    .footer {
        padding-top: 120px;
    }


    .footer_bottom_links {
        gap: 30px;
        margin-bottom: 70px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .bottom_link p {
        font-size: 16px;
    }
}
#quote {
    overflow: hidden;
}
.bot img {
    width: 40px;
    display: inline-block;
    height: auto;
}
@media (max-width: 991px) {
    #steps,
    #quote,
    .lines_wrapper {
        overflow: hidden;
    }
    .services_item-icon img {
        max-width: 20px;
    }
    #tower,
    #tower .tower_wrapper {
        height: 760px;
    }
    .partner_bottom .substract {
        display: none;
    }
}

@media (max-width: 760px) {
    .services_wrapper {
        overflow: hidden;
    }
    .services_list {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
    }
    .container {
        max-width: auto;
        padding: 0 20px;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 20px;
    }

    p {
        font-size: 16px;
    }

    .h0 {
        font-size: 34px;
    }

    .mg-t-2 {
        margin-top: 10px;
    }

    .pd-200 {
        padding: 60px 0;
    }

    .pd-b-100 {
        padding-bottom: 60px;
    }

    .mg-b-7 {
        margin-bottom: 40px;
    }

    .header__email {
        display: none;
    }

    .header_logo{
        max-width: 48px;
    }

    .header {
        padding: 14px 0;
    }

    .button_arrow:after {
        width: 16px;
        height: 16px;
    }

    .menu_button{
        padding: 5px 20px;
    }

    .menu__items-wrapper a{
        font-size: 14px;
    }

    #hero {
        margin-top: 32px;
    }

    .play_button {
        max-width: 48px;
        right: 0px;
        top: 126px;
    }

    .hero-logo {
        display: none;
    }

    .hero_heading h2 {
        margin-top: 60px;
    }

    .hero_heading p {
        margin-top: 12px;
    }

    .tower-image {
        height: 688px;
    }
    #tower-text {
        font-size: 18px;
        line-height: 24px;
    }

    .tower_text-right p {
        margin-top: 12px;
    }

    .tower_counter {
        bottom: 10px;
    }

    .tower_text-right {
        top: 90px;
    }

    .tower_text-left {
        top: 324px;
    }

    .lines_wrapper {
        bottom: 0;
        left: -200px;
    }

    .tower_lines {
        gap: 4px;
    }

    .tower_lines i {
        height: 68px;
        width: 1px;
    }

    .tower_lines .is-active {
        height: 94px;
    }

    .services_list {
        margin-top: 30px;
        gap: 12px;
    }

    .services_item {
        padding: 12px 20px;
        border-radius: 10px;
        height: 150px;
        flex: 0 0 250px;
    }

    .services_item-icon {
        max-width: 20px;
    }

    .partner_wrapper {
        margin: 0;
    }

    .partner_heading {
        font-size: 30px;
        margin-bottom: 18px;
    }

    .logo_back {
        max-width: 248px;
    }

    .logo_front {
        max-width: 118px;
        top: 40px;
    }

    .partner_slogan {
        font-size: 14px;
    }

    .partner_logo-text {
        max-width: 258px;
    }

    .partner_bottom-text {
        font-size: 8px;
    }

    .partner_logo-text {
        margin-top: 20px;
        margin-bottom: 22px;
        margin-left: auto;
        margin-right: auto;
    }

    .arrow-down {
        max-width: 22px;
        margin-bottom: 60px;
    }

    .partner_bottom {
        height: 120px;
    }

    .circular-progess {
        width: 210px;
        margin-bottom: 26px;
    }

    .progress_digit h1 {
        font-size: 40px;
    }

    .steps_items {
        gap: 20px;
    }

    .step-item {
        margin-bottom: 20px;
        width: 250px;
    }

    .step-number {
        margin-bottom: 12px;
        width: 250px;
    }

    .step-number p {
        font-size: 32px;
    }

    .line {
        height: 3px;
    }

    .step-descr {
        width: 60%;
    }

    .projects_item {
        padding: 26px 36px 32px 26px;
        border-radius: 18px;
        width: 294px;
        height: 304px;
    }

    .quote_heading {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .w100 {
        height: 94px;
    }

    .footer {
        padding-top: 100px;
    }

    .comapny_name h1 {
        font-size: 40px;
    }

    .contacts {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .social_icons {
        gap: 40px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .social_icons img {
        max-width: 26px;
    }
}

@media (max-width: 768px) {
    .projects_wrapper {
        overflow: hidden;
    }
    body {
        min-height: 100vh;
        min-height: -webkit-fill-available;
    }
    html {
      height: -webkit-fill-available;
    }
    #quote {
        overflow: hidden;
    }
    .projects_wrapper h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .projects_list {
        transform: translateX(100px);
        margin-top: 40px;
    }
    .tower-image {
        position: absolute;
        left: -30px;
        right: 0;
        bottom: -100px;
        height: auto;
    }
    .tower-image img {
        width: 440px;
        padding-top: 0;
    }
    .pin-spacer {
        overflow: hidden;
    }
    .projects_item-icon img {
        max-width: 60px;
        max-height: 60px;
        min-height: auto;
    }
    .quote_heading {
        transform: translateX(0);
    }
    #services {
        padding: 20vh 0;
    }
    .serv-pin,
    .steps-pin {
        background: #fff;
    }
}

@media (max-width: 500px) {
    .header__buttons {
        flex-wrap: wrap;
        gap: 10px;
    }
    .header_logo {
        width: 32px;
        height: 32px;
    }
    .menu_button {
        padding: 12px 29px;
    }
    .menu__items-wrapper {
        column-gap: 10px;
    }
    .bot-img {
        margin-right: 4px;
    }
}

@media (max-width: 420px) {
    .play_button {
        top: 100px;
    }
    .services_item {
        height: 300px;
        max-height: 300px;
    }
    .services_item-icon img {
        max-width: 40px;
    }
    .services_item-icon {
        max-width: 40px;
    }
    .running-text {
        scrollamount: 8;
    }
}

@media (max-width: 364px) {
    .header__buttons {
        display: none;
    }
}
@media (max-width: 320px) {
    .h0 {
        font-size: 28px;
    }
}