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

:root {
    -moz-tab-size: 4;
    tab-size: 4;
}

html {
    line-height: 1.15;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    min-width: 320px;
    margin: 0;
    background: url(../img/texture.svg) top center, #000;
}
.main{
    overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

a {
    text-decoration: none;
}

button {
    cursor: pointer;
}

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

body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

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

button,
select {
    text-transform: none;
}

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

.text,
.title {
    margin: 0;
}

.link {
    text-decoration: none;
}

.container {
    padding-left: 24px;
    padding-right: 24px;
}

@media screen and (min-width: 768px) {
    .container {
        padding-left: 42px;
        padding-right: 42px;
    }
}

@media screen and (min-width: 1920px) {
    .container {
    / / padding-left: 260 px;
    / / padding-right: 260 px;
    }
}

.wrapper {
    max-width: 1480px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
}

/*.header {*/
/*    width: 100%;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    transition-duration: 0.5s;*/
/*    z-index: 100;*/
/*/ / background: rgba(15, 3, 50, 0.4);*/
/*/ / backdrop-filter: blur(3 px);*/
/*    transition: 400ms ease-in-out;*/
/*}*/

/*@media screen and (min-width: 768px) {*/
/*    .header.container {*/
/*        padding-left: 24px;*/
/*        padding-right: 24px;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 1920px) {*/
/*    .header.container {*/
/*        padding-left: 48px;*/
/*        padding-right: 79px;*/
/*    }*/
/*}*/

/*.header .wrapper {*/
/*    width: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    background: linear-gradient(0deg, #271725, #271725);*/
/*    border-radius: 16px;*/
/*    padding: 11px 12px 16px 12px;*/
/*    margin: 24px auto 0;*/
/*}*/

/*.header .wrapper::after {*/
/*/ / content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    width: 100%;*/
/*    transform: translateX(-50%);*/
/*    left: 50%;*/
/*    height: 1px;*/
/*    background-color: rgba(255, 255, 255, 0.4);*/
/*    z-index: 4;*/
/*}*/

/*@media screen and (min-width: 1920px) {*/
/*    .header .wrapper {*/
/*    / / padding-top: 36 px;*/
/*    / / padding-bottom: 36 px;*/
/*    }*/

/*    .header .wrapper::after {*/
/*        max-width: calc(100%);*/
/*    }*/
/*}*/

/*@media screen and (min-width: 1480px) {*/
/*    .header .wrapper {*/
/*        padding: 11px 72px 16px 52px;*/
/*        max-width: 1820px;*/
/*    }*/
/*}*/



/*.header .logo-header-img {*/
/*    width: 127px;*/
/*}*/

/*@media screen and (min-width: 1480px) {*/
/*    .header .logo-header-img {*/
/*        width: 318px;*/
/*        z-index: 1;*/
/*        margin: 10px 0 0;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1480px) {*/
/*    .header .logo-header-img {*/
/*        width: 200px;*/
/*        margin: 8px 0 0;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1024px) {*/
/*    .header .logo-header-img {*/
/*        width: 168px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 767px) {*/
/*    .header .logo-header-img {*/
/*        width: 151px;*/
/*    }*/
/*}*/

/*.header .login-btn {*/
/*    margin-left: auto;*/
/*    background-color: transparent;*/
/*    border: solid 2px #fff;*/
/*    border-radius: 500px;*/
/*    outline: none;*/
/*    font-family: Helvetica;*/
/*    font-style: normal;*/
/*    font-weight: bold;*/
/*    font-size: 14px;*/
/*    line-height: 20px;*/
/*    text-align: center;*/
/*    color: #ffffff;*/
/*    padding: 12px 75px;*/
/*    position: absolute;*/
/*    left: 50px;*/
/*    bottom: -403px;*/
/*}*/

/*@media screen and (min-width: 768px) {*/
/*    .header .login-btn {*/
/*        padding-left: 20px;*/
/*        padding-right: 20px;*/
/*        padding-top: 5px;*/
/*        padding-bottom: 5px;*/
/*        position: relative;*/
/*        left: auto;*/
/*        bottom: auto;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 1480px) {*/
/*    .header .login-btn {*/
/*        padding: 12px 75px;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 1024px) {*/
/*    .header .login-btn {*/
/*        padding: 8px 63px;*/
/*    }*/
/*}*/

/*.header .open-menu-btn {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    margin-left: 10px;*/
/*    padding: 0 3px;*/
/*    line-height: 0;*/
/*    background-color: transparent;*/
/*    border: none;*/
/*    outline: none;*/
/*    cursor: pointer;*/
/*    z-index: 100;*/
/*}*/



/*@media screen and (min-width: 768px) {*/
/*    .header .open-menu-btn {*/
/*        margin-left: 40px;*/
/*    }*/

/*    .header .open-menu-btn::before {*/
/*        content: "Menu";*/
/*        margin-right: 5px;*/
/*        color: white;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 1025px) {*/
/*    .header .open-menu-btn {*/
/*        display: none;*/
/*    }*/
/*}*/

/*.header .close-menu-btn {*/
/*    margin-left: auto;*/
/*    padding: 0 3px;*/
/*    line-height: 0;*/
/*    background-color: transparent;*/
/*    border: none;*/
/*    outline: none;*/
/*    cursor: pointer;*/
/*}*/

/*.header .close-menu-btn:hover {*/
/*    background-color: rgba(255, 255, 255, 0.15);*/
/*    border-radius: 4px;*/
/*}*/

/*@media screen and (min-width: 1025px) {*/
/*    .header .close-menu-btn {*/
/*        display: none;*/
/*    }*/
/*}*/

/*.header .header-navigation {*/
/*    position: absolute;*/
/*    z-index: -1;*/
/*    top: calc(-500px);*/
/*    left: 25px;*/
/*    right: 25px;*/
/*    width: auto;*/
/*    padding: 24px;*/
/*    padding-bottom: 48px;*/
/*    background: #3d253a;*/
/*    border-bottom-right-radius: 16px;*/
/*    border-bottom-left-radius: 16px;*/
/*    transition: 400ms all ease-in-out;*/
/*    max-width: 1280px;*/
/*    margin: 0 auto;*/
/*}*/

/*.header .header-navigation.open {*/
/*    top: calc(100% - 10px);*/
/*}*/

/*@media screen and (min-width: 1025px) {*/
/*    .header .header-navigation {*/
/*        position: static;*/
/*        background-color: transparent;*/
/*        padding: 0;*/
/*        width: auto;*/
/*        margin-left: auto;*/
/*        margin-right: auto;*/
/*        z-index: 1;*/
/*    }*/
/*}*/

/*.header .header-links-list {*/
/*    margin-bottom: 50px;*/
/*}*/

/*@media screen and (min-width: 1025px) {*/
/*    .header .header-links-list {*/
/*        display: flex;*/
/*        align-items: center;*/
/*        margin-bottom: 0;*/
/*    }*/
/*}*/

/*.header .header-link-item:not(:last-child) {*/
/*    margin-bottom: 30px;*/
/*}*/

/*@media screen and (min-width: 1025px) {*/
/*    .header .header-link-item:not(:last-child) {*/
/*        margin-bottom: 0;*/
/*        margin-right: 20px;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 1480px) {*/
/*    .header .header-link-item:not(:last-child) {*/
/*        margin-bottom: 0;*/
/*        margin-right: 30px;*/
/*    }*/
/*}*/

/*.header .header-link-item a {*/
/*    color: #fff;*/
/*    font-family: Helvetica;*/
/*    transition: 300ms color ease-in-out;*/
/*    display: inline-block;*/
/*}*/

/*.header .header-link-item a:hover {*/
/*    color: #72129b;*/
/*}*/

/*.header .header-link-item img {*/
/*    width: 191px;*/
/*}*/

/*@media screen and (max-width: 1200px) {*/
/*    .header .header-link-item img {*/
/*        width: 140px;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 1920px) {*/
/*    .header .header-link-item a {*/
/*        font-size: 18px;*/
/*        line-height: 24px;*/
/*        text-align: left;*/
/*    }*/
/*}*/

/*.header .btns-block {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.footer {*/
/*    padding-top: 65px;*/
/*    padding-bottom: 16px;*/
/*    background-color: black;*/
/*    border-top: 1px solid #b9b9bb;*/
/*}*/

/*.footer .footer-logo-img {*/
/*    display: block;*/
/*    margin: 0 auto;*/
/*    margin-bottom: 26px;*/
/*}*/

/*@media screen and (max-width: 1024px) {*/
/*    .footer .footer-logo-img {*/
/*        width: 247px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 767px) {*/
/*    .footer .footer-logo-img {*/
/*        width: 220px;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 1920px) {*/
/*    .footer .footer-logo-img {*/
/*        margin-bottom: 43px;*/
/*    }*/
/*}*/

/*.footer .description {*/
/*    margin-bottom: 60px !important;*/
/*    color: rgba(255, 255, 255, 0.5);*/
/*    font-family: Helvetica;*/
/*    font-size: 18px;*/
/*    font-weight: 400;*/
/*    line-height: 24px;*/
/*    text-align: center;*/
/*    max-width: 982px;*/
/*    margin: 0 auto;*/
/*}*/

/*@media screen and (min-width: 768px) {*/
/*    .footer .description {*/
/*        margin-bottom: 32px !important;*/
/*    }*/
/*}*/

/*.footer .footer-navigation {*/
/*    max-width: 900px;*/
/*    margin: 0 auto;*/
/*    margin-bottom: 100px;*/
/*    padding: 65px 0 20px;*/
/*}*/

/*.footer .nav-list {*/
/*    max-width: 750px;*/
/*    margin: 0 auto;*/
/*}*/

/*@media screen and (min-width: 768px) {*/
/*    .footer .nav-list {*/
/*        display: flex;*/
/*        justify-content: space-around;*/
/*    }*/
/*}*/

/*.footer .nav-item:not(:last-child) {*/
/*    margin-bottom: 40px;*/
/*}*/

/*@media screen and (min-width: 768px) {*/
/*    .footer .nav-item:not(:last-child) {*/
/*        margin-bottom: 0;*/
/*    }*/
/*}*/

/*.footer .nav-item .footer-link {*/
/*    display: block;*/
/*    width: 100%;*/
/*    color: white;*/
/*    font-family: Helvetica;*/
/*    font-size: 24px;*/
/*    line-height: 24px;*/
/*    text-align: center;*/
/*    transition: 300ms color ease-in-out;*/
/*}*/

/*.nav-item.active a{*/
/*    border-bottom: 1px solid #fff;*/
/*    color: #fff !important;*/
/*}*/
/*.footer .nav-item .footer-link:hover {*/
/*    color: #72129b;*/
/*}*/

/*.footer .social-networks-list {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-around;*/
/*    max-width: 400px;*/
/*    margin: 0 auto;*/
/*}*/

/*.footer .copyrigth {*/
/*    margin-top: 50px;*/
/*    display: block;*/
/*    color: white;*/
/*    font-family: Helvetica;*/
/*    font-size: 14px;*/
/*    line-height: 16px;*/
/*    text-align: center;*/
/*}*/

.home__body .hero-section {
    padding-top: 132px;
    padding-bottom: 32px;
    background: #000;
    position: relative;
    box-sizing: border-box;
    z-index: -2;
}

.home__body .hero-section .title {
    margin-bottom: 14px;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 60px;
    line-height: 70px;
    text-align: left;
    opacity: 99.9%;
    color: #ffffff;
}

.home__body .hero-section .description {
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: left;
    color: #ffffff;
    opacity: 0.5;
}

@media screen and (min-width: 768px) {
    .home__body .hero-section .description {
        margin: 0 auto;
    }
}

@media screen and (min-width: 1920px) {
    .home__body .hero-section .description {
        max-width: 704px;
        margin-left: 0;
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }
}

.home__body .hero-section .scroll-btn {
    display: none;
}

@media screen and (min-width: 1920px) {
    .home__body .hero-section .scroll-btn {
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        bottom: 100px;
        display: none;
        margin: 0 auto;
        transform: rotate(180deg);
    }
}

.home__body .for-busines-section {
    padding-top: 25px;
    padding-bottom: 60px;
}

.home__body .for-busines-section .title {
    margin-bottom: 32px;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 60px;
    line-height: 90px;
    text-align: center;
    color: #fff;
}

.home__body .for-busines-section .busines-offers-list {
    margin: 0;
    overflow: hidden;
    display: flex;
    padding: 0 34px 0 10px;
}

.home__body .for-busines-section .busines-offer-item {
    width: 33.3%;
    float: left;
    padding: 0 27px;
    box-sizing: border-box;
    margin: 0 0 24px;
}

.home__body .for-busines-section .busines-offer-item .in {
    padding: 31px 49px 107px;
    background: linear-gradient(0deg, #271725, #271725);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    min-height: 100%;
    position: relative;
}

.home__body .for-busines-section .offer-icon-img {
    display: block;
    margin: 0 auto 51px;
}

.home__body .for-busines-section .busines-offer-item .title {
    margin-bottom: 0;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    margin: 0 0 13px;
}

.home__body .for-busines-section .busines-offer-item .description {
    margin-bottom: 34px;
    font-family: Helvetica;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    opacity: 0.5;
}

.home__body .for-busines-section .busines-offer-item .learn-more-link {
    display: inline-block;
    margin: 0 0 0 -96px;
    width: 192px;
    height: 48px;
    border: 2px solid #ffffff;
    border-radius: 500px;
    font-family: Moderat, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    padding: 9px 0;
    text-align: center;
    position: absolute;
    bottom: 59px;
    left: 50%;
}

.home__body .earn-ddos-section.container {
    padding-left: 24px;
    padding-right: 24px;
}

.home__body .earn-ddos-section {
    padding: 111px 0 90px;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .home__body .earn-ddos-section .wrapper {
        position: relative;
    }
}

@media screen and (min-width: 1920px) {
    .home__body .earn-ddos-section .wrapper {
        max-width: 1500px;
    }
}

.home__body .earn-ddos-wrapper {
    padding: 129px 0 184px 0;
    width: 44%;
    margin-left: auto;
}

.home__body .earn-ddos-section .motivation-span {
    margin: 0 0 1px;
    display: block;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    width: 191px;
}

.home__body .earn-ddos-section .title {
    margin-bottom: 12px;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 60px;
    line-height: 90px;
    text-align: center;
}

.home__body .earn-ddos-section .decoration-shield-img {
    display: block;
    padding: 0;
    margin: 5px 0 0 21px;
    width: 585px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.home__body .earn-ddos-section .desctiption {
    font-family: Helvetica;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #ffffff;
    opacity: 0.5;
    max-width: 480px;
}

.home__body .tokenomics-section {
    padding: 153px 0 96px;
}

.home__body .tokenomics-section .title {
    margin-bottom: 48px;
    font-family: Helvetica;
    font-size: 60px;
    line-height: 90px;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
}

.home__body .tokenomics-section .about-token {
    padding-top: 0;
    position: relative;
    z-index: 0;
    margin-bottom: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 46px 39px 0 39px;
}

.home__body .tokenomics-section .decoration-images {
    z-index: 0;
    max-width: 320px;
    margin: 0 auto;
}

.home__body .tokenomics-section .decoration-images .decoration-cube-img {
    width: 87px;
    height: 92.95px;
    display: block;
    margin-bottom: 42px;
}

.home__body .tokenomics-section .decoration-images .decoration-chart-img {
    width: 275px;
    display: block;
}

@media screen and (min-width: 768px) {
    .home__body .tokenomics-section .decoration-images {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
    }

    .home__body .tokenomics-section .decoration-images .decoration-cube-img {
        width: 125px;
        height: 133.56px;
        margin-bottom: 0;
        margin-top: 118px;
    }

    .home__body .tokenomics-section .decoration-images .decoration-chart-img {
        height: 141px;
    }
}

@media screen and (min-width: 1920px) {
    .home__body .tokenomics-section .decoration-images .decoration-cube-img {
        width: 226px;
        height: 241.48px;
    }

    .home__body .tokenomics-section .decoration-images .decoration-chart-img {
        height: 252px;
        width: 736px;
    }
}

.home__body .tokenomics-section .ddos-token-info {
    z-index: 10;
    width: 60%;
    box-sizing: border-box;
    padding: 13px 55px 40px 0;
    text-align: left;
}

.home__body .tokenomics-section .ddos-token-info .title {
    margin-bottom: 0;
    font-family: Helvetica;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    display: block;
    text-align: center;
}

@media screen and (min-width: 1920px) {
    .home__body .tokenomics-section .ddos-token-info .title {
        margin-bottom: 17px;
        font-size: 34px;
        line-height: 48px;
    }
}

@media screen and (min-width: 768px) {
    .home__body .tokenomics-section .ddos-token-info .title {
        display: inline-block;
        text-align: left;
    }
}

.home__body .tokenomics-section .ddos-token-info .ddos-price {
    display: inline-block;
    position: relative;
    margin-bottom: 24px;
    font-family: Helvetica;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: #fff;
    margin-left: 24px;
}

.home__body .tokenomics-section .ddos-token-info .ddos-price::after {
/ / content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    opacity: 0.2;
}

@media screen and (min-width: 1920px) {
    .home__body .tokenomics-section .ddos-token-info .ddos-price {
        margin-bottom: 18px;
        font-size: 34px;
        line-height: 48px;
        margin-left: 24px;
    }

    .home__body .tokenomics-section .ddos-token-info .ddos-price::after {
        bottom: -17px;
    }
}

.home__body .tokenomics-section .ddos-token-info .token-use-description {
    font-family: Helvetica;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    text-align: center;
    color: #000000;
    opacity: 0.5;
}

@media screen and (min-width: 768px) {
    .home__body .tokenomics-section .ddos-token-info .token-use-description {
        max-width: 248px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1920px) {
    .home__body .tokenomics-section .ddos-token-info .token-use-description {
        min-width: 440px;
        font-size: 18px;
    }
}

.home__body .tokenomics-section .description {
    position: relative;
    font-family: Helvetica;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #ffffff;
    opacity: 0.5;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .home__body .tokenomics-section .description {
        margin-bottom: 27px;
        text-align: left;
    }
}

@media screen and (min-width: 1920px) {
    .home__body .tokenomics-section .description {
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) {
    .home__body .tokenomics-section .second-title {
        margin-bottom: 32px;
        font-family: Helvetica;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: center;
    }
}

@media screen and (min-width: 1920px) {
    .home__body .tokenomics-section .second-title {
        margin-bottom: 40px;
        font-size: 32px;
        line-height: 38px;
    }
}

.home__body .tokenomics-section .exchanges-list {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .home__body .tokenomics-section .exchanges-list {
        width: 282px;
    }
}

@media screen and (min-width: 1920px) {
    .home__body .tokenomics-section .exchanges-list {
        justify-content: center;
        width: 388px;
    }
}

.home__body .tokenomics-section .exchange-item:not(:last-child) {
    margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .home__body .tokenomics-section .exchange-item {
    / / max-width: calc(100 % / 3);
        width: 100%;
    }

    .home__body .tokenomics-section .exchange-item:not(:last-child) {
        margin-bottom: 22px;
    }
}

@media screen and (min-width: 1920px) {
    .home__body .tokenomics-section .exchange-item {
        max-width: 388px;
    }

    .home__body .tokenomics-section .exchange-item:not(:last-child) {
        margin-right: 40px;
    }
}

.home__body .tokenomics-section .exchange-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 51px;
    border: solid 1px rgba(0, 0, 0, 0.25);
    background: linear-gradient(0deg, #271725, #271725);
    border-radius: 16px;
}

@media screen and (min-width: 1920px) {
    .home__body .tokenomics-section .exchange-link {
        min-height: 68px;
    }

    .home__body .tokenomics-section .exchange-link .gate-img {
        width: 153px;
    }

    .home__body .tokenomics-section .exchange-link .pancakeswap-img {
        width: 260px;
    }

    .home__body .tokenomics-section .exchange-link .uniswap-img {
        width: 224px;
    }
}

.home__body .our-relationship-section {
    position: relative;
    color: white;
    padding-top: 28px;
    padding-bottom: 84px;
}

.home__body .our-relationship-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: calc(100% - 48px);
    height: 1px;
    background-color: #fff;
    opacity: 0.5;
}

@media screen and (min-width: 768px) {
    .home__body .our-relationship-section::after {
        width: 100%;
        left: 0;
    }
}

.home__body .our-relationship-section .title {
    margin-bottom: 32px;
    font-family: Helvetica;
    font-size: 60px;
    line-height: 90px;
    font-weight: 700;
    text-align: center;
}

.home__body .our-relationship-section .clients-list {
    margin: 0 0 174px;
    overflow: hidden;
    padding: 0px 38px;
}

.home__body .our-relationship-section .client-item {
    width: 33.3%;

    padding: 16px 14px 16px;
    box-sizing: border-box;
    float: left;
}

.home__body .our-relationship-section .client-item .in {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-radius: 16px;
    background: linear-gradient(0deg, #271725, #271725);
    height: 190px;
}

.home__body .our-relationship-section .client-logo-img {
    display: block;
    width: 292px;
}

@media screen and (min-width: 1920px) {
    .home__body .our-relationship-section .client-logo-img {
        width: 292px;
    }
}

.home__body .our-relationship-section .clients-name {
    display: block;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}

@media screen and (min-width: 1920px) {
    .home__body .our-relationship-section .clients-name {
        font-size: 24px;
        line-height: 32px;
    }
}

.home__body .our-relationship-section .partner-logo-img {
    display: block;
    margin: 0 auto;
}

.home__body .our-relationship-section .partners-list {
    text-align: center;
}

.partners-list {
    text-align: center;
    padding: 0px 38px;
}

.partners-item .in {
    background: linear-gradient(0deg, #271725, #271725);
    border-radius: 16px;
    padding: 15px;
    box-sizing: border-box;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-item {
    display: inline-block;
    width: 33.3%;
    padding: 16px 14px 16px;
    box-sizing: border-box;
}

.home__services .hero-section {
    position: relative;
    background-image: url("/img/services_page/services-hero-bgi-mobile.png");
    background-repeat: no-repeat;
    background-position: 50% 77px;
    padding: 144px 20px 51px;
}

@media screen and (min-width: 768px) {
    .home__services .hero-section {
        background-image: url("/img/services_page/services-hero-bgi-tablet.png");
        background-position: 50% 56px;
        padding: 219px 20px 100px;
    }
}

@media screen and (min-width: 1920px) {
    .home__services .hero-section {
        background-image: url("/img/services_page/services-hero-bgi-desktop.png");
        background-position: 50% 142px;
        padding-top: 400px;
        padding-bottom: 105px;
    }
}

.home__services .hero-section .title-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 22px;
    padding-right: 22px;
    background: rgba(42, 41, 41, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    max-width: 1440px;
    margin: 0 auto 89px;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    .home__services .hero-section .title-wrapper {
        padding-top: 36px;
        padding-bottom: 36px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .home__services .hero-section .title-wrapper {
        margin: 0 auto;
        margin-bottom: 119px;
        max-width: 1440px;
        padding-left: 56px;
        padding-right: 56px;
        padding-top: 64px;
        padding-bottom: 60px;
    }
}

.home__services .hero-section .title {
    margin-bottom: 16px;
    font-family: Helvetica;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
}

.home__services .hero-section .hero-description {
    font-family: Helvetica;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
    opacity: 50%;
}

.home__services .hero-section .second-title {
    margin-bottom: 43px;
    font-family: Helvetica;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
}

.home__services .hero-section .hero-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1480px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .home__services .hero-section .hero-wrapper {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }
}

@media screen and (min-width: 1920px) {
    .home__services .hero-section .hero-wrapper {
        align-items: center;
    }
}

@media screen and (min-width: 768px) {
    .home__services .hero-section .hero-content {
        max-width: calc(60% - 70px);
    }
}

@media screen and (min-width: 1920px) {
    .home__services .hero-section .hero-content {
        max-width: calc(60% - 200px);
    }
}

.home__services .hero-section .content-title {
    margin-bottom: 32px;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
}

@media screen and (min-width: 768px) {
    .home__services .hero-section .content-title {
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 24px;
        text-align: start;
    }
}

@media screen and (min-width: 1920px) {
    .home__services .hero-section .content-title {
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 24px;
    }
}

.home__services .hero-section .content-description {
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    opacity: 0.5;
    color: #ffffff;
}

@media screen and (min-width: 768px) {
    .home__services .hero-section .content-description {
        font-size: 16px;
        line-height: 24px;
        text-align: start;
    }
}

@media screen and (min-width: 1920px) {
    .home__services .hero-section .content-description {
        font-size: 18px;
    }
}

.home__services .hero-section .decoration-img {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 32px;
    padding-top: 30px;
}

@media screen and (min-width: 768px) {
    .home__services .hero-section .decoration-img {
        margin: 0;
        margin-right: auto;
        max-width: 325px;
    }
}

@media screen and (min-width: 1025px) {
    .home__services .hero-section .decoration-img {
        margin: 0;
        margin-right: auto;
        max-width: 544px;
    }
}

.home__services .testing-section {
    padding-top: 48px;
    padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
    .home__services .testing-section {
        padding-top: 40px;
        padding-bottom: 70px;
    }
}

@media screen and (min-width: 1920px) {
    .home__services .testing-section {
        padding-top: 80px;
        padding-bottom: 88px;
    }
}

.home__services .testing-section .testing-title {
    margin-bottom: 43px;
    font-family: Helvetica;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
}

.home__services .testing-section .testing-wrapper {
    display: flex;
    flex-direction: column-reverse;
    max-width: 1480px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .home__services .testing-section .testing-wrapper {
        flex-direction: row;
        align-items: center;
    }
}

@media screen and (min-width: 768px) {
    .home__services .testing-section .content-wrapper {
        margin-right: auto;
        width: 50%;
    }
}

.home__services .testing-section .second-title {
    margin-bottom: 32px;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #000;
}

@media screen and (min-width: 768px) {
    .home__services .testing-section .second-title {
        margin-bottom: 9px;
        text-align: start;
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (min-width: 1920px) {
    .home__services .testing-section .second-title {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 24px;
    }
}

.home__services .testing-section .testing-description {
    margin-bottom: 48px;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    opacity: 0.5;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .home__services .testing-section .testing-description {
        margin-bottom: 26px;
        font-size: 16px;
        line-height: 24px;
        text-align: start;
    }
}

@media screen and (min-width: 1920px) {
    .home__services .testing-section .testing-description {
        font-family: Helvetica;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
    }
}

.home__services .buttons-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .home__services .buttons-wrapper {
        flex-direction: row;
    }
}

.home__services .buttons-wrapper .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 192px;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 500px;
    color: #fff;
    background-color: transparent;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}

.home__services .buttons-wrapper .btn:not(:last-child) {
    margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .home__services .buttons-wrapper .btn:not(:last-child) {
        margin-bottom: 0;
        margin-right: 10px;
    }
}

.home__services .testing-section .testing-image {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .home__services .testing-section .testing-image {
        margin: 0;
        max-width: 333px;
        height: auto;
        margin-left: auto;
    }
}

@media screen and (min-width: 1025px) {
    .home__services .testing-section .testing-image {
        margin: 0;
        margin-left: auto;
        width: 100%;
        height: auto;
        max-width: 687px;
    }
}

.home__services .protection-section {
    padding-top: 48px;
    padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
    .home__services .protection-section {
        padding-top: 40px;
    }
}

@media screen and (min-width: 1920px) {
    .home__services .protection-section {
        padding-top: 80px;
        padding-bottom: 85px;
    }
}

.home__services .protection-section .protection-title {
    margin-bottom: 24px;
    font-family: Helvetica;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
}

.home__services .protection-section .protection-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1480px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .home__services .protection-section .protection-wrapper {
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width: 768px) {
    .home__services .protection-section .protection-content {
        max-width: calc(60% - 70px);
    }
}

@media screen and (min-width: 1920px) {
    .home__services .protection-section .protection-content {
        max-width: calc(60% - 156px);
    }
}

.home__services .protection-section .protection-img {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 32px;
    padding-top: 30px;
}

@media screen and (min-width: 1025px) {
    .home__services .protection-section .protection-img {
        padding-top: 0;
        object-fit: contain;
        margin: 0;
        margin-right: auto;
        margin-left: auto;
        max-width: 452px;
    }
}

@media screen and (max-width: 1024px) {
    .home__services .protection-section .protection-img {
        max-width: 255px;
        height: auto;
        margin: 0;
        margin-right: auto;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .home__services .protection-section .protection-img {
        margin: 0 auto 32px;
        width: 100%;
        max-width: 100%;
    }
}

.home__services .protection-section .second-title {
    margin-bottom: 32px;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
}

@media screen and (min-width: 768px) {
    .home__services .protection-section .second-title {
        text-align: left;
    }
}

@media screen and (min-width: 1920px) {
    .home__services .protection-section .second-title {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 24px;
    }
}

.home__services .protection-section .protection-description {
    margin-bottom: 48px;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    opacity: 50%;
    color: #ffffff;
}

@media screen and (min-width: 768px) {
    .home__services .protection-section .protection-description {
        font-size: 16px;
        line-height: 24px;
        text-align: start;
    }
}

@media screen and (min-width: 1920px) {
    .home__services .protection-section .protection-description {
        margin-bottom: 26px;
        font-size: 18px;
        line-height: 24px;
    }
}

.home__services .protection-section .btn {
    border-color: #fff;
    color: #fff;
}

.home__services .section-consulting {
    padding-top: 48px;
    padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
    .home__services .section-consulting {
        padding-top: 40px;
    }
}

@media screen and (min-width: 1920px) {
    .home__services .section-consulting {
        padding-top: 80px;
        padding-bottom: 85px;
    }
}

.home__services .section-consulting .consulting-title {
    margin-bottom: 24px;
    font-family: Helvetica;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
}

.home__services .section-consulting .consulting-wrapper {
    display: flex;
    flex-direction: column-reverse;
    max-width: 1480px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .home__services .section-consulting .consulting-wrapper {
        flex-direction: row;
        align-items: center;
    }
}

@media screen and (min-width: 768px) {
    .home__services .section-consulting .consulting-content {
        margin-right: auto;
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .home__services .testing-section .content-wrapper {
        margin-right: auto;
        width: 50%;
    }
}

.home__services .section-consulting .second-title {
    margin-bottom: 32px;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .home__services .section-consulting .second-title {
        margin-bottom: 9px;
        text-align: start;
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (min-width: 1920px) {
    .home__services .section-consulting .second-title {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 24px;
    }
}

.home__services .section-consulting .consulting-description {
    margin-bottom: 48px;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    opacity: 0.5;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .home__services .section-consulting .consulting-description {
        margin-bottom: 26px;
        font-size: 16px;
        line-height: 24px;
        text-align: start;
    }
}

@media screen and (min-width: 1920px) {
    .home__services .section-consulting .consulting-description {
        margin-bottom: 26px;
        font-size: 18px;
        line-height: 24px;
    }
}

.home__services .section-consulting .consulting-img {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .home__services .section-consulting .consulting-img {
        margin: 0;
        width: 300px;
        height: auto;
        margin-left: auto;
    }
}

@media screen and (min-width: 1025px) {
    .home__services .section-consulting .consulting-img {
        margin-left: auto;
        width: 100%;
        height: auto;
        max-width: 544px;
    }
}

.home__services .section-contact-us {
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 60px;
    padding-bottom: 133px;
    overflow: hidden;
}

.home__services .section-contact-us .contact-us-title {
    margin-bottom: 87px;
    font-family: Helvetica;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
}

.home__services .section-contact-us .contact-form {
    border-radius: 16px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    max-width: 880px;
    margin: 0 auto;
    padding: 64px 102px 49px 106px;
}

@media screen and (max-width: 1024px) {
    .home__services .section-contact-us .contact-form {
        padding: 55px 32px 37px;
        max-width: 498px;
    }
}

.home__services .section-contact-us .contact-form .inputs-list {
    margin-bottom: 28px;
}

@media screen and (min-width: 1920px) {
    .home__services .section-contact-us .contact-form .inputs-list {
        margin-bottom: 46px;
    }
}

.home__services .section-contact-us .contact-form .form-input {
    padding: 6px 0 9px;
    border: none;
    outline: none;
    border-bottom: 1px solid #b9b9bb;
    background-color: transparent;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.home__services .section-contact-us .contact-form .input-label {
    color: #fff;
}

.home__services .section-contact-us .contact-form .input-item:not(:last-child) {
    margin-bottom: 48px;
}

@media screen and (min-width: 1920px) {
    .home__services
    .section-contact-us
    .contact-form
    .input-item:not(:last-child) {
        margin-bottom: 30px;
    }
}

.home__services .section-contact-us .contact-form .form-description {
    margin: 33px 0 50px;
    font-family: Helvetica;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    opacity: 0.5;
}

.home__services .section-contact-us .contact-form .btn {
    background-color: transparent;
    display: block;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 500px;
    width: 192px;
    height: 48px;
    color: #fff;
}

.home__about_us .hero-section {
    padding-top: 111px;
    padding-bottom: 132px;
}

@media screen and (min-width: 768px) {
    .home__about_us .hero-section {
        padding-top: 152px;
        padding-bottom: 136px;
    }
}

@media screen and (min-width: 1920px) {
    .home__about_us .hero-section {
        padding-top: 182px;
        padding-bottom: 50px;
    }
}

.home__about_us .title {
    margin-bottom: 57px;
    font-family: Helvetica;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}

.home__about_us .title.black {
    color: #000;
}

.home__about_us .description {
    color: rgba(255, 255, 255, 0.5);
    font-family: Helvetica;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .home__about_us .description {
        font-size: 16px;
        line-height: 24px;
        max-width: 1000px;
        margin: 0 auto;
    }
}

.home__about_us .hero-section .info-wrapper {
    margin-bottom: 45px;
}

@media screen and (min-width: 768px) {
    .home__about_us .hero-section .info-wrapper {
        margin-bottom: 98px;
    }
}

@media screen and (min-width: 1920px) {
    .home__about_us .hero-section .info-wrapper {
        margin-bottom: 25px;
    }
}

.home__about_us .team-section {
    padding-top: 24px;
    padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .home__about_us .team-section {
        padding-top: 40px;
        padding-bottom: 70px;
    }
}

@media screen and (min-width: 1920px) {
    .home__about_us .team-section {
        padding-top: 78px;
        padding-bottom: 139px;
    }
}

.home__about_us .team-section .title {
    margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
    .home__about_us .team-section .title {
        margin-bottom: 109px;
    }
}

@media screen and (min-width: 1920px) {
    .home__about_us .team-section .title {
        margin-bottom: 102px;
    }
}

@media screen and (min-width: 768px) {
    .home__about_us .team-section .team-list {
        display: flex;
        justify-content: space-between;
        max-width: 1000px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1920px) {
    .home__about_us .team-section .team-list {
        max-width: 1440px;
        margin-top: -12px;
        margin-bottom: -12px;
    }
}

.home__about_us .team-section .person-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 26px;
    padding-bottom: 28px;
    background: linear-gradient(0deg, #271725, #271725);
    border-radius: 16px;
}

@media screen and (min-width: 768px) {
    .home__about_us .team-section .person-item {
        max-width: 180px;
        width: calc(20% - 12px);
        padding: 22px;
        border-radius: 8px;
    }
}

@media screen and (min-width: 1920px) {
    .home__about_us .team-section .person-item {
        max-width: 20%;
        width: 100%;
        margin: 12px;
        padding-top: 48px;
        padding-bottom: 52px;
    }
}

.home__about_us .team-section .person-item:not(:last-child) {
    margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
    .home__about_us .team-section .person-item:not(:last-child) {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1920px) {
    .home__about_us .team-section .person-item:not(:last-child) {
        margin-bottom: 12px;
    }
}

.home__about_us .team-section .person-img {
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .home__about_us .team-section .person-img {
        width: 84px;
        height: auto;
    }
}

@media screen and (min-width: 1920px) {
    .home__about_us .team-section .person-img {
        width: 176px;
        height: auto;
    }
}

.home__about_us .team-section .person-name {
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
}

.home__about_us .team-section .person-position {
    opacity: 0.5;
    font-family: Helvetica;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    height: 48px;
}

.home__about_us .roadmap-section {
    padding-top: 48px;
    padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
    .home__about_us .roadmap-section {
        padding-top: 50px;
        padding-bottom: 130px;
    }
}

.home__about_us .roadmap-section .title {
    margin-bottom: 76px;
}

@media screen and (min-width: 768px) {
    .home__about_us .roadmap-section .title {
        margin-bottom: 106px;
    }
}

@media screen and (min-width: 1920px) {
    .home__about_us .roadmap-section .title {
        margin-bottom: 135px;
    }
}

.home__about_us .roadmap-section .quartal-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 120px;
}

.hero-section_img {
    display: block;
    margin: 0 auto;
    width: 240px;
}

@media screen and (min-width: 768px) {
    .hero-section_img {
        width: 500px;
    }
}

@media screen and (min-width: 1920px) {
    .hero-section_img {
        width: 760px;
    }
}

@media screen and (min-width: 768px) {
    .home__about_us .roadmap-section .quartal-list {
        /* padding-left: 50px;
        padding-right: 50px;
        max-width: 1000px; */
        padding: 0 0 200px;
        max-width: 685px;
        margin: 0 auto;
        margin-bottom: 180px;
    }
}

@media screen and (min-width: 1920px) {
    .home__about_us .roadmap-section .quartal-list {
        max-width: 1440px;
        padding: 0 10px 508px;
    }
}

.home__about_us .roadmap-section .quartal-item {
    position: relative;
}

.home__about_us .roadmap-section .quartal-item:nth-child(odd) {
    margin-left: auto;
}

.home__about_us .roadmap-section .quartal-item:nth-child(even) {
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .home__about_us .roadmap-section .quartal-item:nth-child(odd) {
        margin-right: auto;
        margin-left: 0;
    }

    .home__about_us .roadmap-section .quartal-item:nth-child(even) {
        margin-left: auto;
        margin-right: 0;
        margin-top: -50px;
    }
}

.home__about_us .roadmap-section .quartal-item:not(:last-child) {
    margin-bottom: 120px;
}

@media screen and (min-width: 768px) {
    .home__about_us .roadmap-section .quartal-item:not(:last-child) {
        margin-bottom: -150px;
        margin-left: 20px;
    }
}

@media screen and (min-width: 1920px) {
    .home__about_us .roadmap-section .quartal-item:not(:last-child) {
        margin-left: 65px;
    }

    .home__about_us .roadmap-section .quartal-item:nth-child(even) {
        margin-right: 35px;
    }
}

.home__about_us .roadmap-section .todos-list {
    max-width: 220px;
    padding-top: 32px;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: rgba(104, 104, 104, 0.3);
    border: solid 1px rgba(104, 104, 104, 0.43);
    backdrop-filter: blur(10px);
    border-radius: 16px;
}

@media screen and (min-width: 1920px) {
    .home__about_us .roadmap-section .todos-list {
        max-width: 352px !important;
        padding-top: 36px;
        padding-bottom: 44px;
        padding-left: 48px;
        padding-right: 48px;
    }
}

@media screen and (min-width: 768px) {
    .home__about_us .roadmap-section .todos-list {
        max-width: 250px;
    }
}

.home__about_us .roadmap-section .todo-item {
    display: flex;
    color: rgba(255, 255, 255, 0.5);
    font-family: Helvetica;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.home__about_us .roadmap-section .todo-item:not(:last-child) {
    margin-bottom: 24px;
}

.home__about_us .roadmap-section .todo-item::before {
    content: "";
    display: block;
    min-width: 8px;
    height: 8px;
    margin-right: 8px;
    margin-top: 6px;
    border-radius: 50%;
    opacity: 0.25;
    background-color: #fff;
}

.home__about_us .roadmap-section .quartal-item img {
    position: absolute;
    z-index: 0;
    top: -55px;
}

.home__about_us .roadmap-section .quartal-item svg {
    display: none;
}

.home__about_us .roadmap-section .quartal-item:nth-child(even) svg {
    left: auto;
    right: 0;
}

@media screen and (min-width: 1920px) {
    .home__about_us .roadmap-section .quartal-item:nth-child(even) svg {
        left: auto;
        right: -35px;
    }
}

@media screen and (min-width: 768px) {
    .home__about_us .roadmap-section .quartal-item img {
        width: 130px;
        height: 120px;
        top: -65px;
    }

    .home__about_us .roadmap-section .quartal-item svg {
        display: block;
        position: absolute;
        width: 500px;
        left: -25px;
        height: auto;
    }
}

@media screen and (min-width: 1920px) {
    .home__about_us .roadmap-section .quartal-item img {
        width: 236px;
        height: 171px;
        top: -65px;
    }

    .home__about_us .roadmap-section .quartal-item svg {
        display: block;
        left: -68px;
        width: auto;
    }
}

.home__about_us .roadmap-section .quartal-item:nth-child(2n-1) img {
    left: -41px;
}

.home__about_us .roadmap-section .quartal-item:nth-child(2n) img {
    right: -28px;
}

@media screen and (min-width: 768px) {
    .home__about_us .roadmap-section .quartal-item:nth-child(2n) img {
        left: -41px;
    }
}

.home__about_us .roadmap-section .second-title {
    margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .home__about_us .roadmap-section .second-title {
        margin-bottom: 38px;
    }
}

@media screen and (min-width: 1920px) {
    .home__about_us .roadmap-section .second-title {
        margin-bottom: 80px;
    }
}

.home__about_us .roadmap-section .partner-logo-img {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .home__about_us .roadmap-section .partner-logo-img {
        width: 110px;
    }
}

@media screen and (min-width: 1920px) {
    .home__about_us .roadmap-section .partner-logo-img {
        width: 288px;
    }
}

.home__about_us .tokenomics-section {
    padding-top: 40px;
    padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
    .home__about_us .tokenomics-section {
        padding-bottom: 30px;
        max-width: 1000px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1920px) {
    .home__about_us .tokenomics-section {
        padding-top: 134px;
        padding-bottom: 150px;
        max-width: none;
        margin: 0 auto;
    }
}

.home__about_us .tokenomics-section .tokenomics-wrapper {
    max-width: 1480px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .home__about_us .tokenomics-section .tokenomics-wrapper {
        position: relative;
        /*width: 50%;*/
        margin-left: auto;
    }
}

.home__about_us .tokenomics-section .title {
    margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .home__about_us .tokenomics-section .title {
        margin-bottom: 10px;
        text-align: center;
    }
}

@media screen and (min-width: 1920px) {
    .home__about_us .tokenomics-section .title {
        margin-bottom: 13px;
    }
}

.home__about_us .tokenomics-section img {
    display: block;
    margin: 0 auto;
    margin-bottom: 32px;
    max-width: 565px;
    width: 100%;
}

.home__about_us .token-section_img {
    display: block;
    margin: 0 auto;
    margin-bottom: 32px;
    max-width: 584px;
    width: 100%;
}

.home__about_us .tokenomics-section .description {
    margin: 0 0 42px;
    color: #fff;
    font-family: Helvetica;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    opacity: 0.5;
}

.home__about_us .tokenomics-wrapper_right {
    width: 50%;
}

@media screen and (min-width: 768px) {
    .home__about_us .tokenomics-section .description {
        margin-bottom: 32px;
        text-align: start;
    }
}

.home__about_us .read-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 192px;
    height: 48px;
    margin: 0 auto;
    border: solid 2px #fff;
    border-radius: 500px;
    color: #fff;
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

@media screen and (min-width: 768px) {
    .home__about_us .read-link {
        margin: 0;
        margin-right: auto;
    }
}

.home__about_us .token-section {
    padding-top: 60px;
    padding-bottom: 99px;
}

@media screen and (min-width: 1920px) {
    .home__about_us .token-section {
        max-width: none;
    }
}

.home__about_us .token-section .token-wrapper {
    margin: 0 auto 131px;
    max-width: 1480px;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.home__about_us .token-section .title {
    margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .home__about_us .token-section .title {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 1920px) {
    .home__about_us .token-section .title {
        margin-bottom: 13px;
    }
}

.home__about_us .token-section .chart-wrapper {
    position: relative;
    width: 100%;
    height: 140px;
    overflow: hidden;
    margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .home__about_us .token-section .chart-wrapper {
        position: absolute;
        left: 110%;
        width: 90%;
    }
}

@media screen and (min-width: 1920px) {
    .home__about_us .token-section .chart-wrapper {
        overflow: visible;
        left: 280px;
        width: 1120px;
        height: 387px;
    }
}

.home__about_us .token-section .chart-img {
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (min-width: 768px) {
    .home__about_us .token-section .chart-img {
        right: 10px;
    }
}

@media screen and (min-width: 1920px) {
    .home__about_us .token-section .chart-img {
        top: -127px;
        width: 100%;
        height: 387px;
    }
}

.home__about_us .token-section .price-span {
    position: absolute;
    top: 30px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 41px;
    padding-bottom: 7px;
    background-image: url(/img/about_us/frame.png);
    background-size: contain;
}

@media screen and (min-width: 768px) {
    .home__about_us .token-section .price-span {
        right: 0;
    }
}

@media screen and (min-width: 1920px) {
    .home__about_us .token-section .price-span {
        right: -32px;
        top: -43px;
        width: 257px;
        height: 117px;
        font-family: Roboto, sans-serif;
        font-size: 30px;
        line-height: 29px;
    }
}

.home__about_us .token-section .description {
    margin-bottom: 42px;
    color: #fff;
    opacity: 0.5;
}

.home__about_us .token-wrapper_left {
    width: 50%;
}

@media screen and (min-width: 768px) {
    .home__about_us .token-section .description {
        text-align: start;
        padding: 50px 0 0;
    }
}

@media screen and (min-width: 768px) {
    .home__about_us .token-section .read-link {
        margin: 0;
        margin-right: auto;
    }
}

.home__about_us .token-section .exchanges-list {
    margin: 0 auto 51px;
    padding: 35px 80px 0;
    border-radius: 16px;
    background: linear-gradient(0deg, #271725, #271725);
    max-width: 1360px;
    box-sizing: border-box;
    position: relative;
}

@media screen and (min-width: 768px) {
    .home__about_us .token-section .exchanges-list::before {
        content: "Where to buy:";
        position: absolute;
        transform: translateX(-50%);
        top: -35px;
        left: 50%;
        font-family: Helvetica;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        color: #fff;
    }
}

@media screen and (min-width: 1920px) {
    .home__about_us .token-section .exchanges-list::before {
        top: -49px;
        font-size: 24px;
    }
}

.home__about_us .token-section .exchange-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .home__about_us .token-section .exchange-item {
        padding-bottom: 24px;
        flex-direction: row;
    }
}

@media screen and (min-width: 1920px) {
    .home__about_us .token-section .exchange-item {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

.home__about_us .token-section .exchange-item:not(:last-child) {
    border-bottom: solid 1px #b9b9bb;
}

@media screen and (min-width: 768px) {
    .home__about_us .token-section .logo-wrapper {
        min-width: 35%;
    }
}

@media screen and (min-width: 1920px) {
    .home__about_us .token-section .logo-wrapper .gate-logo {
        width: 177px;
    }

    .home__about_us .token-section .logo-wrapper .pancake-logo {
        width: 260px;
    }

    .home__about_us .token-section .logo-wrapper .uniswap-logo {
        width: 224px;
    }
}

.home__about_us .token-section img {
    margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
    .home__about_us .token-section img {
        margin-bottom: 0;
    }
}

.home__about_us .token-section .price-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 36px;
}

@media screen and (min-width: 768px) {
    .home__about_us .token-section .price-wrapper {
        margin-bottom: 0;
    }
}

.home__about_us .token-section .price-wrapper span {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .home__about_us .token-section .price-wrapper span {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        position: relative;
    }
}

@media screen and (min-width: 1920px) {
    .home__about_us .token-section .price-wrapper span {
        font-size: 32px;
        line-height: 32px;
    }
}

@media screen and (min-width: 768px) {
    .home__about_us
    .token-section
    .exchange-item:not(:first-child)
    .price::before {
        display: none;
    }
}

.home__about_us .token-section .price-wrapper .price::before {
    content: "Price:";
    margin-bottom: 5px;
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    opacity: 0.5;
}

@media screen and (min-width: 768px) {

    .home__about_us .token-section .price-wrapper .price::before {
        position: absolute;
        top: -48px;
    }
}

@media screen and (min-width: 1920px) {
    .home__about_us .token-section .price-wrapper .price::before {
        top: -70px;
    }
}

@media screen and (min-width: 768px) {
    .home__about_us
    .token-section
    .exchange-item:not(:first-child)
    .currency::before {
        display: none;
    }
}

.home__about_us .token-section .price-wrapper .currency::before {
    content: "Pair";
    margin-bottom: 5px;
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    opacity: 0.5;
}

@media screen and (min-width: 768px) {
    .home__about_us .token-section .price-wrapper .currency::before {
        position: absolute;
        top: -48px;
    }
}

@media screen and (min-width: 1920px) {
    .home__about_us .token-section .price-wrapper .currency::before {
        top: -70px;
    }
}

.home__about_us .token-section .exchanges-list .read-link {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .home__about_us .token-section .exchanges-list .read-link {
        max-height: 32px;
        margin-left: 60px;
        padding-left: 10px;
        padding-right: 10px;
        font-family: Helvetica;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
    }
}

@media screen and (min-width: 1920px) {
    .home__about_us .token-section .exchanges-list .read-link {
        font-size: 18px;
        line-height: 24px;
        max-height: 48px;
        min-width: 192px;
    }
}

@media screen and (min-width: 768px) {
    .home__about_us .token-section .read-link.bridge {
        margin: 0 auto;
    }
}

.home__contact {
    padding-top: 111px;
}

@media screen and (min-width: 1024px) {
    .home__contact {
        padding-top: 200px;
    }
}

@media screen and (min-width: 1920px) {
    .home__contact {
        padding-top: 185px;
    }
}

.home__contact .contact-section {
    padding-bottom: 113px;
    overflow: hidden;
}

@media screen and (min-width: 1920px) {
    .home__contact .contact-section {
        padding-bottom: 85px;
    }
}

.home__contact .contact-section .title {
    margin-bottom: 78px;
    font-family: Helvetica;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
}

.home__contact .contact-form {
    padding: 63px 129px 88px 79px;
    box-sizing: border-box;
    border-radius: 32px;
    max-width: 880px;
    margin: 0 auto;
}

.home__contact .contact-section .wrapper {
    max-width: 1480px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
}

.home__contact .contact-form .inputs-list {
    margin-bottom: 25px;
}

@media screen and (min-width: 1920px) {
    .home__contact .contact-form .inputs-list {
        margin-bottom: 46px;
    }
}

.home__contact .contact-form .form-input {
    border: none;
    outline: none;
    border-bottom: 1px solid rgba(185, 185, 187, 0.5);
    background-color: transparent;
    width: 100%;
    color: #fff;
    padding: 6px 0 9px;
    font-size: 18px;
    line-height: 24px;
}

.home__contact .contact-form .input-label {
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

.home__contact .contact-form .input-item:not(:last-child) {
    margin-bottom: 48px;
}

@media screen and (min-width: 1920px) {
    .home__contact .contact-form .input-item:not(:last-child) {
        margin-bottom: 30px;
    }
}

.home__contact .contact-form .form-description {
    color: rgba(255, 255, 255, 0.5);
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin: 21px 0 26px;
}

.home__contact .contact-form .btn {
    background-color: transparent;
    display: block;
    margin: 0 auto;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 500px;
    width: 192px;
    height: 48px;
}

.home__contact .contact-form {
    position: relative;
    z-index: 1;
}

.home__contact .contact-form:after {
    content: "";
    background: linear-gradient(0deg, #271725, #271725);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 32px;
}

.home__services .contact-form:after {
    content: "";
    background: linear-gradient(0deg, #271725, #271725);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 16px;
}

.home__contact .contact-section_left {
    display: block;
    position: absolute;
    z-index: -1;
    left: -128px;
    bottom: -32px;
    width: 238px;
    height: 254px;
}

.home__contact .contact-section_right {
    display: block;
    position: absolute;
    z-index: -1;
    right: -108px;
    top: -33px;
    width: 238px;
    height: 254px;
}

.error-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    color: #ffffff;
    min-height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 150px 0 50px;
}

.error-page h1 {
    font-weight: bold;
    display: inline-block;
    padding: 0 0 7px;
    border-bottom: 2px solid #a933e0;
    font-size: 200px;
    line-height: 1;
    margin: 0 0 14px;
    text-align: center;
    color: #fff;
}

.error-page p {
    max-width: 520px;
    margin: 0 auto 34px;
}

.error-page a:hover {
    background: #fff;
    color: #000;
}

.error-page a {
    border: 2px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    transition: all 0.2s ease;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    padding: 12px 53px;
    border-radius: 50px;
    text-decoration: none;
}

.home__services .contact-section_left {
    display: block;
    position: absolute;
    z-index: -1;
    left: -128px;
    bottom: -32px;
    width: 238px;
    height: 254px;
}

.home__services .contact-section_right {
    display: block;
    position: absolute;
    z-index: -1;
    right: -108px;
    top: -33px;
    width: 238px;
    height: 254px;
}

.checkbox label {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    padding: 0 0 0 40px;
    cursor: pointer;
    position: relative;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #ffffff;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.checkbox a {
    font-size: 18px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #ffffff;
    transition: all 0.2s ease;
    margin: 0 0 0 3px;
}

.checkbox a:hover {
    transition: all 0.2s ease;
    text-decoration: none;
}

.checkbox input {
    display: none;
}

.checkbox input:checked + label::before {
    background: url("/img/services_page/check.svg") center center no-repeat, #fff;
}

.main {
    position: relative;
}

.main:before {
    content: "";
    position: absolute;
    top: 491px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.home__services .main:before {
    background: url("/img/services_page/lines-services.png") top center no-repeat;
    max-height: 3406px;
    top: 605px;
}

.home__about_us .main:before {
    background: url("/img/about_us/lines-about.png") top center no-repeat;
}

.home__body .main:before {
    background: url("/img/home_page/lines-home.png") top center no-repeat;
    max-height: 3406px;
    top: 606px;
    right: 11px;
    left: auto;
}

.hero-section .in {
    display: flex;
}

.hero-section_left {
    width: 45%;
    float: left;
    padding: 227px 0 0;
}

.hero-section_right {
    width: 55%;
    float: left;
    padding: 74px 0 0 127px;
    box-sizing: border-box;
}

.home__body .video-container {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

/*.footer_bottom {*/
/*    overflow: hidden;*/
/*    padding-bottom: 10px;*/
/*    max-width: 1000px;*/
/*    margin: 0 auto;*/
/*}*/
/*.footer_bottom .polit {*/
/*    float: left;*/
/*    color: white;*/
/*    font-family: Helvetica;*/
/*    font-size: 14px;*/
/*    line-height: 16px;*/
/*    text-align: center;*/
/*    margin: 50px 0 0;*/
/*}*/

/*.footer_bottom .polit a {*/
/*    color: white;*/
/*    font-family: Helvetica;*/
/*    font-size: 14px;*/
/*    line-height: 16px;*/
/*    text-align: center;*/
/*    text-decoration: underline;*/
/*    transition: all 0.2s ease;*/

/*}*/
/*.footer_bottom .polit a:hover {*/
/*    text-decoration: none;*/
/*    transition: all 0.2s ease;*/
/*}*/
/*.footer .copyrigth {*/
/*    display: inline-block;*/
/*    float: right;*/
/*}*/

.only-mobile {
    display: none;
}

/*.header-link-item.active a{*/
/*    border-bottom: 1px solid #fff;*/
/*}*/

.btn[disabled],
.btn:disabled{
    opacity: .5;
}

img:not([src]) {
    visibility: hidden;
}


.blog-item_page {
    padding: 174px 0 100px;
    line-height: 26px;
}

.blog-item_page span {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 100%;
    color: #FFFFFF;
    opacity: 0.25;
    margin: 0 0 25px;
}

.blog-item_page h1 {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    margin: 0 0 30px;
}

.blog-item_page h2,
.blog-item_page h3,
.blog-item_page h4 {
    color: #fff;
    margin: 10px 0 40px;
}
.blog-item_page h2 img{
    vertical-align: middle;
    position: relative;
    top: -4px;
}

.blog-item_page h3 {
    margin: 0 0 30px;
}

.blog-item_page h4 {
    margin: 0 0 25px;
}

.blog-item_page p {
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

.blog-item_page .hr {
    height: 1px;
    opacity: 0.25;
    margin: 28px 0 -28px;
    border: 0.5px solid #F5F5F5;
}

.blog-item_page .preview {
    width: 100%;
    max-width: 1110px;
    background: #FFFAFA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    margin: 0 auto 61px;
    overflow: hidden;
}

.blog-item_page .preview img {
    display: block;
    width: 100%;
}

.blog-item_page ul,
.blog-item_page ol {
    color: white;
    margin: 0 0 26px;
}

.blog-item_page ul {
    padding: 30px 0 1px 9px;
}

.blog-item_page ul > li {
    margin: 0 0 8px;
    position: relative;
    padding: 0 0 0 31px;
    list-style: none;
    color: rgba(255, 255, 255, 0.5);
}

.blog-item_page ul > li:after {
    width: 13px;
    height: 1px;
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    background: #B520C1;
    border-radius: 0;
}

.blog-item_page ol {
    padding: 36px 0 0 0;
}

.blog-item_page ol > li {
    margin: 0 0 40px;
    position: relative;
    padding: 0 0 0 31px;
    list-style: none;
}

.blog-item_page ol > li:after {
    content: '';
    width: 12px;
    position: absolute;
    display: inline-block;
    top: 6px;
    left: 0;
    border-radius: 100%;
    height: 12px;
    background: #B520C1;
}

.blog-item_page ol ul {
    padding: 33px 0 0;
}

.blog-item_page a {
    color: #fff;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.blog-item_page a:hover {
    text-decoration: none;
}

.blog-item_page .info {
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.blog-item_page .info .name {
    font-weight: bold;
}

.blog-item_page h2 {
    text-align: left;
    font-size: 32px;
    line-height: 1.3;
    color: #FFFFFF;
    margin: 59px 0 25px;
}

.blog-item_page h3 {
    font-size: 18px;
    margin: 0 0 7px;
    text-align: left;
    line-height: 24px;
    color: #FFF;
}

.blog-item_page .info {
    text-align: center;
    display: block;
    margin: 0 0 26px;
}

.blog-item_page .info .in {
    min-height: 50px;
    position: relative;
    display: inline-block;
    text-align: left;
    padding-left: 63px;
    overflow: hidden;
}

.blog-item_page .info p {
    margin: 0;
}

.blog-item_page .photo {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0 13px 0 0;
    border-radius: 100%;
}

.blog-item_page .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-item_page .back {
    margin: 0 0 52px 216px;
    font-size: 19px;
    padding: 0 18px 0 0;
    text-decoration: none;
    display: inline-block;
    position: relative;
    line-height: 24px;
    background: url(../images/svg/back.svg) no-repeat right center;
}

.blog-item_page .back:after {
    position: absolute;
    background: #fff;
    height: 1px;
    content: '';
    width: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blog-item_page .back:hover:after {
    width: calc(100% - 18px);
}

.blog-item_page blockquote {
    border-left: 3px solid #B520C1;
    font-size: 24px;
    line-height: 32px;
    font-style: italic;
    margin: 31px 20px 60px  6px;
    padding: 1px 10px 0px 19px;
}

.blog-item_page blockquote p {
    margin: 32px 0 0;
}

.blog-item_page blockquote p:first-child {
    margin: 0;
}

.text-wrap-center {
    max-width: 850px;
    margin: 0 auto;
}

img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.drop{
    display: none;


}
.accordion-title{
    cursor: pointer;
    transform-origin: left; transition: all 0.2s ease-in-out;
}
.accordion-title:hover{
    transform: scale(1.1);
    transform-origin: left;
}
@media screen and (max-width: 1919px) {
    .home__about_us .tokenomics-section,
    .home__about_us .token-section{
        max-width: 1200px;
        margin: 0 auto;
    }
    .home__about_us .tokenomics-section .description,
    .home__about_us .description{
        font-size: 20px;
        line-height: 1.3;
    }
    .home__about_us .token-section .exchanges-list {
        padding: 48px 80px 0;
    }
    /*.header .header-link-item img {*/
    /*    width: 175px;*/
    /*}*/
    /*.header .wrapper {*/
    /*    padding: 8px 40px 10px 40px;*/
    /*}*/
    /*.header .logo-header-img {*/
    /*    margin: 7px 0 0;*/
    /*}*/
    .home__about_us .team-section .person-item {
        padding: 22px 10px;
    }
    .home__body .tokenomics-section .exchanges-list {
        width: 30%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1440px) {
    /*.header-menu_img{*/
    /*    margin: -10px 0;*/
    /*}*/
    .home__about_us .token-section{
        padding-left: 25px;
        padding-right: 25px;
    }
    .home__about_us .token-section .token-wrapper{
        padding-left: 0;
        padding-right: 0;
    }
    .home__about_us .token-section .exchanges-list{
        margin-left: 0;
        margin-right: 0;
    }
    .home__about_us .tokenomics-section img,
    .home__about_us .token-section_img{
        max-height: 300px;
        width: auto;
    }

    .home__body .for-busines-section,
    .home__body .earn-ddos-section,
    .home__body .tokenomics-section{
        padding: 50px 0 30px;
    }
    .partners-item .in{
        padding-left: 30px;
        padding-right: 30px;
    }
    .home__body .our-relationship-section .partner-logo-img{
        max-width: 90%;
    }

    .home__services .testing-section .content-wrapper {
        width: 75%;
    }
    .home__services .section-consulting .consulting-img{
        max-height: 300px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 1200px) {

    .home__body .tokenomics-section .exchanges-list{
        margin: 0;
    }
    /*.header .wrapper {*/
    /*    padding: 8px 30px 10px 30px;*/
    /*}*/
    /*.header-menu_img .header-link-item img {*/
    /*    width: 140px;*/
    /*}*/
    .home__services .hero-section .hero-content,
    .home__services .protection-section .protection-content{
        width: 50%;
    }
    .home__services .protection-section .protection-img,
    .home__services .hero-section .decoration-img{
        max-width: 40%;
        margin-left: auto;
        margin-right: auto;
    }
    .container{
        padding-left: 25px;
        padding-right: 25px;
    }
    .home__about_us .team-section{
        padding-left: 25px;
        padding-right: 25px;
    }
    .home__about_us .roadmap-section,
    .home__about_us .team-section,
    .home__about_us .hero-section {
        padding-bottom: 50px;
    }
    .home__about_us .roadmap-section{
        padding-top: 50px;
    }
    .home__about_us .team-section .title {
        margin-bottom: 50px;
    }
    .home__about_us .tokenomics-section .description,
    .home__about_us .description{
        font-size: 16px;
        line-height: 24px;
    }
    .home__contact .contact-form {
        max-width: 750px;
    }

    .home__services .section-contact-us .contact-form {
    }
    .home__services .contact-form:after{
        border-radius: 16px;
    }
    .home__services .section-contact-us{
        padding-bottom: 75px;
    }

    .main:before {
        display: none;
    }

    .home__services .hero-section .title {
        font-size: 54px;
        line-height: 64px;
    }

    .home__services .hero-section .hero-description {
        font-size: 16px;
        line-height: 24px;
    }

    .home__contact .contact-section .title {
        font-size: 54px;
        line-height: 64px;
        margin-bottom: 40px;
    }

    .home__services .hero-section .second-title {
        font-size: 54px;
        line-height: 70px;
        margin: 0 0 49px;
    }

    .home__services .testing-section .testing-title {
        font-size: 54px;
        line-height: 70px;
        margin: 0 0 49px;
    }

    .home__services .section-contact-us .contact-us-title {
        font-size: 54px;
        line-height: 70px;
        margin: 0 0 44px;
    }

    .home__services .section-consulting .consulting-title {
        font-size: 54px;
        line-height: 70px;
        margin: 0 0 44px;
    }

    .home__about_us .title {
        font-size: 54px;
        line-height: 70px;
        margin: 0 0 39px;
    }

    .home__body .our-relationship-section .client-logo-img {
        width: 168px;
    }

    .home__body .our-relationship-section .client-item .in {
        height: 150px;
    }

    .partners-item .in {
        height: 150px;
    }

    .partners-item img {
        width: 168px;
    }

    .home__body .for-busines-section .busines-offers-list {
        margin: 0 -8px;
        padding: 0 28px;
    }

    .home__body .for-busines-section .busines-offer-item {
        padding: 0 8px;
    }

    .home__body .for-busines-section .busines-offer-item .title {
        font-size: 18px;
    }

    .home__body .for-busines-section .busines-offer-item .description {
        font-size: 16px;
    }

    .home__body .for-busines-section .busines-offer-item .in {
        padding: 39px 30px 107px;
    }

    .home__body .hero-section .title {
        font-size: 54px;
        line-height: 64px;
    }

    .home__body .earn-ddos-section .title {
        font-size: 54px;
        line-height: 60px;
    }

    .home__body .tokenomics-section .title {
        font-size: 54px;
        line-height: 60px;
    }

    .home__body .our-relationship-section .title {
        font-size: 54px;
        line-height: 60px;
        margin: 0 0 24px;
    }

    .home__body .earn-ddos-section .decoration-shield-img {
        width: 467px;
    }

    .home__body .for-busines-section .title {
        font-size: 54px;
        line-height: 70px;
        margin-bottom: 46px;
    }

    .home__body .tokenomics-section .ddos-token-info {
        padding: 13px 25px 40px 0;
    }

    .home__body .tokenomics-section {
        padding: 50px 0 96px;
    }

    .home__body .tokenomics-section {
        padding: 50px 0 50px;
    }

    .home__body .hero-section {
        padding-top: 110px;
    }

    .hero-section_left {
        padding: 125px 0 0;
        width: 47%;
    }

    .hero-section_right {
        padding: 45px 0 0 75px;
        width: 53%;
    }
}

@media screen and (max-width: 1024px) {
    /*.header-menu_img {*/
    /*    display: none;*/
    /*}*/
    .only-mobile {
        display: block;
    }
    /*.only-mobile .header-link-item img {*/
    /*    width: 140px;*/
    /*    margin: -30px 0 0;*/
    /*}*/
    /*.footer_bottom .polit a {*/
    /*    font-size: 12px;*/

    /*}*/
    /*.footer_bottom .polit {*/
    /*    margin-top: 40px;*/
    /*}*/
    /*.header .wrapper {*/
    /*    padding: 18px 22px 20px 22px;*/
    /*    margin: 13px auto 0;*/
    /*}*/

    .home__contact .contact-form:after{
        border-radius: 16px;
    }
    .home__services .hero-section .hero-content, .home__services .protection-section .protection-content{
        width: 48%;
    }
    .home__services .hero-section {
        padding: 219px 20px 67px;
    }
    .home__services .testing-section {
        padding-top: 42px;
        padding-bottom: 88px;
    }
    .home__services .protection-section .protection-title{
        font-size: 52px;
        margin: 0 0 45px;
    }
    .home__services .protection-section .protection-description{
        margin-bottom: 24px;
    }
    .home__services .section-consulting .consulting-title {
        margin: 0 0 69px;
    }
    .home__services .section-contact-us {
        padding-top: 54px;
    }
    .home__services .hero-section .title-wrapper{
        padding-bottom: 28px;
        margin: 0 25px 45px;
        width: auto;
    }
    .home__body .hero-section{
        z-index: 1;
    }
    .hero-section .wrapper{
        padding-left: 0;
        padding-right: 0;
    }
    .home__about_us .token-section_img,
    .home__about_us .tokenomics-section img{
    }
    .home__contact .contact-section_left {
        left: -40px;
        bottom: -32px;
        width: 179px;
        height: 191px;
    }

    .home__contact .contact-section_right {
        right: -40px;
        top: -33px;
        width: 179px;
        height: 191px;
    }

    .home__services .contact-section_left {
        left: -40px;
        bottom: -32px;
        width: 179px;
        height: 191px;
    }

    .home__services .contact-section_right {
        right: -40px;
        top: -33px;
        width: 179px;
        height: 191px;
    }

    .home__services .buttons-wrapper .btn {
        font-size: 16px;
        line-height: 14px;
        height: 40px;
        width: 160px;
    }

    .home__services .hero-section .hero-wrapper {
        padding: 0;
    }

    .checkbox label {
        font-size: 16px;
    }

    .checkbox a {
        font-size: 16px;
    }

    .home__services .section-contact-us .contact-form .form-description {
        font-size: 16px;
        margin: 22px 0 33px;
    }

    .home__contact .contact-form {
        max-width: 498px;
        margin: 0 auto;
        padding: 58px 32px 28px;
    }

    .home__contact .contact-form .form-description {
        font-size: 16px;
        margin: 17px 0 26px;
    }

    .home__body .our-relationship-section .client-logo-img {
        width: 146px;
    }

    .home__body .our-relationship-section .client-item .in {
        height: 94px;
    }

    .home__body .our-relationship-section .client-item {
        padding: 12px;
    }

    .home__body .our-relationship-section .clients-list {
        padding: 0 13px;
        margin: 0 0 59px;
    }

    .partners-item {
        padding: 12px;
    }

    .partners-item .in {
        height: 94px;
    }

    .partners-item img {
        width: 108px;
    }

    .partners-list {
        padding: 0 13px;
        margin: -15px 0 0;
    }

    .hero-section_left {
        width: 100%;
        padding: 48px 0 51px;
        float: none;
        background: rgba(42, 41, 41, 0.5);
        border-radius: 16px;
        margin: 70px 0 0;
    }

    .home__body .for-busines-section .busines-offer-item .learn-more-link {
        font-size: 16px;
        width: 143px;
        height: 40px;
        margin: 0 0 0 -71px;
        bottom: 14px;
        padding: 5px 0;
    }

    .home__body .for-busines-section .busines-offer-item .in {
        padding: 39px 10px 54px;
    }

    .home__body .for-busines-section .busines-offer-item .description {
        margin: 0 0 15px;
    }

    .home__body .for-busines-section .offer-icon-img {
        width: 115px;
        margin: 0 auto 23px;
    }

    .hero-section_right {
        position: absolute;
        top: 110px;
        left: 50%;
        padding: 0;
        width: 542px;
        margin: 0 0 0 -271px;
        z-index: -1;
    }

    .home__body .hero-section .title {
        text-align: center;
        font-size: 40px;
        margin: 0 0 20px;
    }

    .home__body .hero-section .description {
        padding: 0 25px;
        text-align: center;
    }

    .home__body .for-busines-section .busines-offer-item .title {
        margin: 0 0 18px;
    }

    .home__body .earn-ddos-section {
        padding: 84px 0 114px;
    }

    .home__body .earn-ddos-section .decoration-shield-img {
        width: 315px;
        margin: 5px 0 0 0px;
    }

    .home__body .earn-ddos-wrapper {
        padding: 20px 0 135px 0;
        width: 49%;
        margin-left: auto;
    }

    .home__body .earn-ddos-section .motivation-span {
        width: 141px;
    }

    .home__body .tokenomics-section {
        padding: 21px 0 40px;
    }

    .home__body .earn-ddos-section .desctiption {
        font-size: 16px;
    }

    .home__body .tokenomics-section .title {
        padding: 0 30px;
    }

    .home__body .tokenomics-section .about-token {
        padding: 14px 20px 0;
        margin: 0;
    }
    .home__body .tokenomics-section .exchanges-list{
        width: 42%;
    }

    .home__body .tokenomics-section .description {
        font-size: 16px;
    }

    .home__body .tokenomics-section .ddos-token-info .title {
        font-size: 18px;
        line-height: 24px;
        padding: 0;
    }

    .home__body .tokenomics-section .ddos-token-info .ddos-price {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 13px;
    }

    .home__body .tokenomics-section .ddos-token-info {
        padding: 9px 10px 40px 0;
    }

    .home__body .our-relationship-section {
        padding-bottom: 9px;
    }
    .home__body .earn-ddos-wrapper{
        padding: 20px 0;
    }

    /*.footer {*/
    /*    padding-top: 51px;*/
    /*}*/

    /*.footer .description {*/
    /*    font-size: 16px;*/
    /*    max-width: 516px;*/
    /*}*/

    /*.footer .footer-logo-img {*/
    /*    width: 245px;*/
    /*    margin-bottom: 31px;*/
    /*}*/

    /*.footer .nav-item .footer-link {*/
    /*    font-size: 16px;*/
    /*}*/

    /*.footer .footer-navigation {*/
    /*    margin-bottom: 39px;*/
    /*    padding: 18px 0 20px;*/
    /*}*/

    /*.footer .copyrigth {*/
    /*    font-size: 12px;*/
    /*    margin-top: 40px;*/
    /*}*/

    .home__body .earn-ddos-section .decoration-shield-img{
        left: 50%;
        margin-left: -387px !important;
    }

    .home__body .for-busines-section{
        padding: 26px 0 30px;
    }

    .tokenomics-section .wrapper{
        padding-left: 25px;
        padding-right: 25px;
    }

    .our-relationship-section .wrapper{
        padding-left: 0;
        padding-right: 0;
    }
    .home__about_us .hero-section {
        padding-top: 118px;
    }
    .home__about_us .title {
        margin: 0 0 15px;
    }
    .home__about_us .description {
        margin: 0 auto;
        text-align: center;
    }
    .hero-section_img{
        width: 370px;
        margin: 0 auto 0
    }
    .home__about_us .hero-section .info-wrapper {
        margin-bottom: 4px;
    }
    .home__about_us .hero-section {
        padding-bottom: 35px;
    }
    .home__about_us .team-section .team-list {
        max-width: 678px;
    }
    .home__about_us .team-section .title {
        margin-bottom: 27px;
    }
    .home__about_us .team-section .person-item{
        border-radius: 16px;
    }
    .home__about_us .team-section .person-name{
        font-size: 12px;
        margin: 0 0 3px;
        line-height: 1.3;
    }
    .home__about_us .roadmap-section {
        padding-top: 64px;
    }
    .partners-item {
        padding: 3px 28px;
    }
    .home__about_us .token-section .exchanges-list{
        padding-top: 45px;
    }
    .home__about_us .team-section .person-img{
        margin: 0 auto 23px;
    }
    .home__about_us .team-section .person-position{
        font-size: 9px;
        height: auto;
        line-height: 1.3;
    }

    .home__contact .contact-form {
        padding: 52px 32px 28px;
    }
    .home__contact .contact-form .form-input {
        padding: 6px 0 11px;
    }
    .home__contact .contact-form .input-item:not(:last-child) {
        margin-bottom: 46px;
    }
    .home__contact .contact-form .inputs-list {
        margin-bottom: 18px;
    }
    .home__services .section-contact-us .contact-form .inputs-list {
        margin-bottom: 21px;
    }

    /*.header-navigation ul{*/
    /*    vertical-align: top !important;*/
    /*    display: inline-block !important;*/
    /*}*/
    /*.header-menu_img{*/
    /*    margin: -21px 0 0 30px;*/
    /*}*/
    /*.only-mobile .header-link-item img {*/
    /*    width: 140px;*/
    /*    margin: 0;*/
    /*}*/
    /*.header .header-navigation{*/
    /*    padding-top: 30px;*/
    /*}*/

    .blog-item_page {
        padding: 103px 0 80px;
    }

    .toggle-color {
        right: 44px;
        top: 94px;
    }

    .toggle-color span {
        width: 44px;
        height: 44px;
    }

    .blog-item_page span {
        font-size: 21px;
        margin: 0 0 20px;
    }

    .blog-item_page .img-wrapper {
        min-height: 300px;
    }

    .blog-item_page h1 {
        font-size: 54px;
        line-height: 64px;
    }

}

@media screen and (max-width: 970px) {
    .blog-item_page {
        line-height: 24px;
    }

    .blog-item_page .preview {
        max-width: 685px;
        margin: 0 auto 74px;
    }

    .blog-item_page h2 {
        font-size: 28px;
        line-height: 1.3;
        margin: 31px 0 21px;
    }

    .blog-item_page ol > li {
        margin: 0 0 23px;
        padding: 0 0 0 31px;
    }

    .blog-item_page ol ul {
        padding: 36px 0 0;
    }

    .blog-item_page ul > li {
        margin: 0;
    }

    .blog-item_page .hr {
        margin: 25px 0 -9px;
    }

    .blog-item_page blockquote {
        font-size: 20px;
        padding: 1px 0 0 25px;
        margin: 25px 20px 39px  1px;
        line-height: 32px;
    }

    .text-wrap-center {
        max-width: 680px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    /*.footer_bottom .polit {*/
    /*    float: none;*/
    /*}*/
    /*.footer .copyrigth {*/
    /*    float: none;*/
    /*    display: block;*/
    /*}*/
    .home__about_us .team-section .person-name{
        font-size: 18px;
        line-height: 24px;
    }
    .home__about_us .team-section .person-position{
        font-size: 16px;
        line-height: 24px;
    }
    .home__about_us .hero-section{
        padding-top: 111px;
    }
    .home__services .protection-section .protection-title{
        font-size: 24px;
        line-height: 30px;
    }
    .home__services .section-consulting .consulting-img{
        height: auto;
        max-height: none;
        width: auto;
        max-width: none;
    }
    .home__services .protection-section,
    .home__services .testing-section{
        padding-bottom: 36px;
    }
    .home__services .section-consulting .consulting-wrapper,
    .home__services .protection-section .protection-wrapper{
        padding-left: 0;
        padding-right: 0;
    }
    .home__services .hero-section .title-wrapper{
        padding-bottom: 25px;
        margin: 0 25px 18px;
    }
    .home__services .protection-section .protection-img, .home__services .hero-section .decoration-img{
        max-width: 90%;
        margin: 0 auto 16px;
    }
    .home__services .hero-section {
        padding: 144px 25px 34px;
    }
    .home__services .hero-section .title{
        margin-bottom: 11px;
    }
    .home__services .hero-section .hero-wrapper{
        display: block;
    }
    .home__services .testing-section .content-wrapper,
    .home__services .hero-section .hero-content, .home__services .protection-section .protection-content{
        width: 100%;
    }
    .home__about_us .roadmap-section .quartal-list{
        padding-left: 25px;
        padding-right: 25px;
    }
    .partners-list{
        padding-left: 32px;
        padding-right: 32px;
    }

    .home__services .section-consulting .consulting-img,
    .home__about_us .tokenomics-section img, .home__about_us .token-section_img,
    .home__about_us .token-section_img{
        max-width: 85%;
        margin-bottom: 29px;
    }
    .home__services .contact-section_left {
        left: -20px;
        bottom: -39px;
        width: 109px;
        height: 116px;
    }

    .home__services .contact-section_right {
        right: -12px;
        top: -34px;
        width: 97px;
        height: 103px;
    }

    .home__contact .contact-section_left {
        left: -4px;
        bottom: -49px;
        width: 109px;
        height: 116px;
    }

    .home__contact .contact-section_right {
        right: -3px;
        top: -38px;
        width: 97px;
        height: 103px;
    }

    .home__services .buttons-wrapper .btn {
        font-size: 18px;
        line-height: 24px;
        width: 192px;
        height: 48px;
    }

    /*.footer .wrapper {*/
    /*    padding: 0 20px;*/
    /*    box-sizing: border-box;*/
    /*}*/

    .checkbox label {
        font-size: 12px;
        padding: 0 0 0 28px;
    }

    .checkbox a {
        font-size: 12px;
    }

    .home__services .section-contact-us .contact-form .form-description {
        font-size: 12px;
        line-height: 18px;
        margin: 11px 0 33px;
    }

    .checkbox label::before {
        width: 16px;
        height: 16px;
        top: 4px;
    }

    .home__services .section-contact-us .contact-form {
        padding: 9px 18px 32px 22px;
    }

    .checkbox input:checked + label::before {
        background-size: 8px 7px;
    }

    .home__services .contact-form:after {
        border-radius: 8px;
    }

    .home__contact .contact-form {
        padding: 23px 25px 18px;
    }

    .home__contact .contact-form .form-description {
        font-size: 12px;
        line-height: 18px;
        margin: 11px 0 26px;
    }

    .home__services .hero-section .title {
        font-size: 24px;
        line-height: 30px;
        padding: 0 10px;
    }

    .home__contact .contact-section .title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 63px;
    }

    .home__services .hero-section .second-title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 19px;
    }

    .home__services .testing-section .testing-title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 19px;
    }

    .home__services .section-contact-us .contact-us-title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 34px;
    }

    .home__services .section-consulting .consulting-title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 19px;
    }

    .home__about_us .title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 8px;
    }

    .hero-section_img{
        width: 230px;
    }
    .home__about_us .team-section .title {
        margin-bottom: 15px;
    }
    .home__body .our-relationship-section .client-item {
        width: 100%;
        padding: 0;
        margin: 0 0 32px;
    }

    .partners-item {
        width: 100%;
        padding: 0;
    }

    .partners-item .in {
        height: 146px;
    }

    .home__body .our-relationship-section .client-item .in {
        height: 146px;
    }

    .home__body .our-relationship-section .client-logo-img {
        width: 176px;
    }

    .home__body .for-busines-section .busines-offer-item {
        width: 100%;
        padding: 0;
    }

    .home__body .for-busines-section .busines-offers-list {
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }

    .home__body .for-busines-section .busines-offer-item .learn-more-link {
        font-size: 18px;
        width: 192px;
        height: 48px;
        margin: 0 0 0 -96px;
        bottom: 23px;
        padding: 9px 0;
    }

    .home__body .for-busines-section .busines-offer-item .in {
        padding: 23px 16px 71px;
    }

    /*.header .header-navigation {*/
    /*    left: 12px;*/
    /*    right: 12px;*/
    /*}*/

    /*.header .wrapper {*/
    /*    margin: 9px auto 0;*/
    /*    padding: 9px 15px 14px 12px;*/
    /*    border-radius: 8px;*/
    /*}*/

    /*.header.container {*/
    /*    padding: 0 12px;*/
    /*}*/

    .home__body .hero-section .title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 8px;
    }

    .home__body .earn-ddos-section .title {
        font-size: 24px;
        line-height: 30px;
    }

    .home__body .tokenomics-section .title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 7px;
    }

    .home__body .our-relationship-section .title {
        font-size: 24px;
        line-height: 30px;
    }

    .home__body .hero-section {
        padding-top: 41px;
    }

    .home__body .hero-section .description {
        padding: 0 8px;
    }

    .home__body .for-busines-section .title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .hero-section_left {
        padding: 20px 20px 20px;
    }

    .home__body .for-busines-section .offer-icon-img {
        margin: 0 auto 32px;
    }

    .home__body .for-busines-section .busines-offer-item .title {
        margin: 0 0 2px;
    }

    .home__body .for-busines-section {
        padding-bottom: 25px;
        padding-top: 10px;
    }

    .home__body .earn-ddos-section {
        padding: 26px 0 20px;
    }

    .home__body .earn-ddos-section.container {
        padding: 26px 0 20px;
    }

    .home__body .earn-ddos-section .decoration-shield-img {
        position: relative;
        top: auto;
        left: auto;
        margin: -16px auto 0 !important;
        transform: translateY(0);
        width: 270px;
    }

    .home__body .earn-ddos-wrapper {
        width: 100%;
    }

    .home__body .earn-ddos-wrapper {
        padding: 0 0 37px 0;
    }

    .home__body .earn-ddos-section .motivation-span {
        width: 122px;
        margin: 4px auto 4px;
    }

    .home__body .earn-ddos-section .desctiption {
        text-align: center;
        max-width: 100%;
    }

    .home__body .tokenomics-section .about-token {
        padding: 0;
        flex-wrap: wrap;
    }

    .home__body .tokenomics-section .ddos-token-info {
        width: 100%;
        padding: 9px 0px 35px 0;
    }

    .home__body .tokenomics-section .ddos-token-info .ddos-price {
        text-align: center;
        margin: 0 auto 7px;
        display: block;
    }

    .home__body .tokenomics-section .description {
        padding: 0 5px;
    }

    .home__body .tokenomics-section .exchanges-list {
        width: 100%;
        padding: 0 30px;
    }

    .home__body .tokenomics-section .exchange-link {
        min-height: 40px;
        border-radius: 8px;
    }

    .home__body .tokenomics-section .exchange-item {
        margin-bottom: 16px !important;
    }

    .home__body .tokenomics-section .exchange-link img {
        max-width: 134px;
    }

    .home__body .tokenomics-section {
        padding: 21px 0 49px;
    }

    .home__body .our-relationship-section .clients-list {
        margin: 0 0 62px;
        padding: 0 7px;
    }

    .partners-list {
        margin: 0 -26px;
    }

    .home__body .our-relationship-section {
        padding-bottom: 33px;
    }

    /*.footer .footer-logo-img {*/
    /*    margin-bottom: 25px;*/
    /*}*/

    /*.footer .description {*/
    /*    padding: 0 10px;*/
    /*    margin-bottom: -10px !important;*/
    /*}*/

    /*.footer .nav-item:not(:last-child) {*/
    /*    margin-bottom: 36px;*/
    /*}*/

    /*.footer .footer-navigation {*/
    /*    margin-bottom: 5px;*/
    /*}*/

    /*.footer .copyrigth {*/
    /*    margin-top: 22px;*/
    /*}*/

    .hero-section_right{
        display: none;
        width: 280px;
        margin-left: -140px;
    }
    .home__about_us .token-section .token-wrapper,
    .home__about_us .tokenomics-section .tokenomics-wrapper{
        display: block;
    }

    .home__about_us .token-wrapper_left,
    .home__about_us .tokenomics-wrapper_right{
        width: 100%;
    }

    .home__about_us .token-section{
        padding-bottom: 60px;
    }
    .home__about_us .tokenomics-section .description, .home__about_us .description{
        margin-bottom: 0;
    }
    .home__about_us .tokenomics-section{
        padding: 45px 0;
    }
    .token-section.container{
        padding-left: 25px;
        padding-right: 25px;
    }
    .home__about_us .roadmap-section .todos-list{
        width: auto;
        max-width: none;
    }
    .home__about_us .roadmap-section .quartal-item:nth-child(even){
        padding-right: 51px;
        padding-left: 0;
    }
    .home__about_us .roadmap-section .quartal-item{
        padding-left: 51px;
    }
    .home__about_us .roadmap-section .quartal-list{
        padding: 0;
    }
    .home__about_us .roadmap-section .todos-list{
        padding-top: 15px;
    }
    .home__about_us .roadmap-section .todo-item:not(:last-child){
        margin-bottom: 16px;
    }
    .home__about_us .roadmap-section .quartal-item:not(:last-child) {
        margin-bottom: 68px;
    }
    .home__about_us .roadmap-section .second-title {
        margin-bottom: 15px;
    }

    .home__about_us .team-section{
        padding-left: 25px;
        padding-right: 25px;
    }
    .home__about_us .team-section .person-position{
        height: auto;
    }
    .home__about_us .hero-section{
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 32px;
    }

    .for-busines-section .wrapper{
        padding-left: 25px;
        padding-right: 25px;
    }

    /*.footer .footer-logo-img{*/
    /*    width: 222px;*/
    /*}*/

    .home__about_us .team-section .person-img {
        margin: 0 auto 30px;
    }
    .home__about_us .team-section .person-name{
        margin: 0 0 1px;
    }
    .home__about_us .roadmap-section {
        padding-top: 13px;
        padding-bottom: 8px;
    }

    .home__about_us .token-section .exchanges-list{
        padding: 10px 15px 0;
        margin-bottom: 60px;
    }
    .home__about_us .token-section .exchange-item{
        padding-top: 10px;
        margin-bottom: 13px;
    }
    .home__about_us .token-section {
        padding: 45px 25px 59px;
    }
    .home__about_us .roadmap-section .quartal-item:nth-child(2n-1) img {
        left: 18px;
        top: -65px;
        width: 95px;
    }
    .home__about_us .roadmap-section .quartal-item:not(:last-child) {
        margin-bottom: 120px;
    }
    .home__about_us .roadmap-section .quartal-item:nth-child(2n) img {
        right: 27px;
        width: 106px;
        top: -65px;
    }

    .contact-section.container .wrapper{
        padding-left: 0;
        padding-right: 0;
    }
    .home__contact .contact-form {
        padding: 18px 25px 18px;
    }
    .home__contact .contact-form .form-input{
        font-size: 16px;
        line-height: 24px;
        padding: 6px 0 8px;
    }
    .home__contact .contact-form .input-item:not(:last-child) {
        margin-bottom: 9px;
    }
    .home__contact .contact-form .inputs-list {
        margin-bottom: 11px;
    }
    .home__contact .contact-form .form-description {
        margin: 9px 0 26px;
    }
    .home__services .section-contact-us .contact-form .form-input{
        font-size: 16px;
    }
    .home__services .section-contact-us .contact-form .input-item:not(:last-child) {
        margin-bottom: 7px;
    }
    .home__services .section-contact-us .contact-form .inputs-list {
        margin-bottom: 15px;
    }
    .blog-item_page {
        padding: 81px 20px 55px;
    }

    .blog-item_page .hr {
        margin: 30px 0 20px;
    }

    .blog-item_page h1 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 20px;
    }

    .blog-item_page .img-wrapper {
        margin: 0 auto 30px;
        max-width: 300px;
        min-height: 100px;
    }

    .blog-item_page h2 {
        line-height: 1.3;
        font-size: 20px;
        margin: 50px 0 13px;
    }

    .blog-item_page h3 {
        line-height: 1.3;
        font-size: 16px;
        margin: 0 0 8px;
    }

    .blog-item_page h4 {
        line-height: 1.3;
        font-size: 20px;
        margin: 0 0 15px;
    }

    .blog-item_page li {
        margin: 0 0 16px;
    }

    .blog-item_page h2 img{
        position: relative;
        top: -2px;
    }
}

.header{
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
    left: 0;
}
