.all-the-header-solutions-hide{
    width: 90%;
    height: 5vw;
}
.all-the-header-solutions-show{
    width: 90%;
    height: 30vw;
    display: flex;
    flex-wrap: wrap;
    max-width: 1440px;
    margin: 0 auto 0;
}
.all-the-header-solutions-show .all-the-start-side{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.all-the-header-solutions-show .all-the-start-side .all-the-text{
    width: 100%;
}
.all-the-header-solutions-show .all-the-start-side .all-the-text .the-title{
    padding: 0 0 0 0;
    font-size: 3.5vw;
    font-weight: 600;
    margin: 0 0 0.5vw 0;
    letter-spacing: 0.25vw;
}
.all-the-header-solutions-show .all-the-start-side .all-the-text .the-sub-title{
    padding: 0 0 0 0;
    font-size: 2.5vw;
    font-weight: 400;
    margin: 0 0 1vw 0;
    letter-spacing: 0.25vw;
}
.all-the-header-solutions-show .all-the-start-side .all-the-text .the-description{
    display: block;
    font-size: 1.3vw;
    font-weight: 500;
    letter-spacing: 0.05vw;
    line-height: 1.8vw;
    margin: 0 0 0 0;
}
.all-the-header-solutions-show .all-the-end-side{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.all-the-header-solutions-show .all-the-end-side .all-the-image-top{
    width: 65%;
}
.all-the-header-solutions-show .all-the-end-side .all-the-image-top img{
    width: 100%;
}

@media screen and (min-width: 1600px) {
    .all-the-header-solutions-hide{
        height: 80px;
    }
    .all-the-header-solutions-show{
        height: 480px;
    }
    .all-the-header-solutions-show .all-the-start-side .all-the-text .the-title{
        font-size: 56px;
        margin: 0 0 8px 0;
        letter-spacing: 4px;
    }
    .all-the-header-solutions-show .all-the-start-side .all-the-text .the-sub-title{
        font-size: 40px;
        margin: 0 0 16px 0;
        letter-spacing: 4px;
    }
    .all-the-header-solutions-show .all-the-start-side .all-the-text .the-description{
        font-size: 20.8px;
        letter-spacing: 0.8px;
        line-height: 28.8px;
    }
}

@media screen and (max-width: 900px) {

    .all-the-header-solutions-hide{
        height: 50px;
    }
    .all-the-header-solutions-show{
        width: 90%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        max-width: 1440px;
        margin: 20px auto 20px;
    }
    .all-the-header-solutions-show .all-the-start-side{
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .all-the-header-solutions-show .all-the-start-side .all-the-text{
        width: 100%;
    }
    .all-the-header-solutions-show .all-the-start-side .all-the-text .the-title{
        padding: 0 0 0 0;
        font-size: 22px;
        font-weight: 600;
        margin: 0 0 10px 0;
        letter-spacing: 0.25vw;
    }
    .all-the-header-solutions-show .all-the-start-side .all-the-text .the-sub-title{
        padding: 0 0 0 0;
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 10px 0;
        letter-spacing: 1px;
    }
    .all-the-header-solutions-show .all-the-start-side .all-the-text .the-description{
        display: block;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0px;
        line-height: 1.4;
        margin: 0 0 30px 0;
    }
    .all-the-header-solutions-show .all-the-end-side{
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .all-the-header-solutions-show .all-the-end-side .all-the-image-top{
        width: 90%;
        margin: 0 auto 0;
    }
    .all-the-header-solutions-show .all-the-end-side .all-the-image-top img{
        width: 100%;
    }

}









.all-the-body-of-solutions-page{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto 0;
    /* overflow: hidden; */
}
.all-the-body-of-solutions-page .all-the-start-side{
    width: 63%;
}
.all-the-body-of-solutions-page .all-the-end-side{
    width: 34%;
    position: sticky;
    top: 5vw;
}
.all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block{
    width: calc(100% - 1vw);
    height: calc(100% - 2vw);
    position: absolute;
    top: 1vw;
    right: 0;
}
.all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .all-the-element-background{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-position: center;
    background-size: 190%;
    background-repeat: no-repeat;
}
.all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-title-of-info{
    position: absolute;
    color: #36f8ca;
    width: 100%;
    background: black;
    height: 12%;
    border-radius: 25px 25px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2vw;
    font-weight: 600;
}
.all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-image-icon-info{
    position: absolute;
    background: #373536;
    width: 7vw;
    height: 7vw;
    top: calc(-1vw + 2px);
    left: calc(-1vw + 2px);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
    border: solid 2px #36f8ca;
}
.all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-image-icon-info img{
    width: 40%;
}
.all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side{
    position: absolute;
    height: 74%;
    width: 100%;
    top: 16%;
    overflow: auto;
}
/* width */
.all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side::-webkit-scrollbar {
    width: 6px;
    border-radius: 20px;
}
/* Track */
.all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side::-webkit-scrollbar-track {
    background: #bbbbbb;
    border-radius: 20px;
}
/* Handle */
.all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side::-webkit-scrollbar-thumb {
    background: #696969;
    border-radius: 20px;
}
/* Handle on hover */
.all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side::-webkit-scrollbar-thumb:hover {
    background: #555; 
}




.all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side .all-the-single-info{
    width: 96%;
    display: flex;
    justify-content: space-between;
    padding: 1vw 0 0 0;
}
.all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side .all-the-single-info:last-of-type{
    margin: 0 0 80px 0;
}
.all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side .all-the-single-info .all-the-single-info-start{
    width: 8%;
}
.all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side .all-the-single-info .all-the-single-info-start .all-the-single-info-start-inside{
    width: 100%;
    height: 1.1vw;
    background: #2cf0be;
    border-radius: 0 50px 50px 0;
}
.all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side .all-the-single-info .all-the-single-info-end{
    width: 84%;
}
.all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side .all-the-single-info .all-the-single-info-end .all-the-single-info-end-title-description{
    border-bottom: solid 1px #9b9b9b;
    padding: 0 0 0.6vw 0;
}
.all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side .all-the-single-info .all-the-single-info-end .all-the-single-info-end-title-description .all-the-single-info-end-title{
    color: white;
    font-weight: 700;
    font-size: 1vw;
}
.all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side .all-the-single-info .all-the-single-info-end .all-the-single-info-end-title-description .all-the-single-info-end-description{
    color: white;
    font-weight: 100;
    font-size: 1vw;
}
.all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side .all-the-single-info .all-the-single-info-end .all-the-single-info-end-title-description .all-the-single-info-end-ul{
    padding: 0 0 0 1vw;
    margin: 1vw 0 1vw 0;
}
.all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side .all-the-single-info .all-the-single-info-end .all-the-single-info-end-title-description .all-the-single-info-end-ul .all-the-single-info-end-li{
    color: white;
    font-weight: 100;
    font-size: 1vw;
}



.all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-botton-side{
    background: #000000;
    background: linear-gradient(0deg, rgb(41 41 41) 51%, rgb(0 0 0 / 22%) 100%);
    position: absolute;
    height: 14%;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 25px 25px;
}
.all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-botton-side .the-info-botton-side-link{
    background: #2dfbca;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    height: 40%;
    border-radius: 50px;
}
.all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-botton-side .the-info-botton-side-link .info-botton-side-text{
    margin: 0 0.2vw;
}
.all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-botton-side .the-info-botton-side-link .info-botton-side-icon{
    margin: 0 0.2vw;
}

@media screen and (min-width: 1600px) {
    .all-the-body-of-solutions-page .all-the-end-side{
        top: 80px;
    }
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block{
        width: calc(100% - 16px);
        height: calc(100% - 32px);
        top: 16px;
    }
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-title-of-info{
        font-size: 32px;
    }
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-image-icon-info{
        width: 112px;
        height: 112px;
        top: calc(-16px + 2px);
        left: calc(-16px + 2px);
    }
    
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side .all-the-single-info{
        padding: 16px 0 0 0;
    }
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side .all-the-single-info .all-the-single-info-start .all-the-single-info-start-inside{
        height: 17.6px;
    }
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side .all-the-single-info .all-the-single-info-end .all-the-single-info-end-title-description{
        padding: 0 0 9.6px 0;
    }
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side .all-the-single-info .all-the-single-info-end .all-the-single-info-end-title-description .all-the-single-info-end-title{
        font-size: 16px;
    }
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side .all-the-single-info .all-the-single-info-end .all-the-single-info-end-title-description .all-the-single-info-end-description{
        font-size: 16px;
    }
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side .all-the-single-info .all-the-single-info-end .all-the-single-info-end-title-description .all-the-single-info-end-ul{
        padding: 0 0 0 16px;
        margin: 16px 0 16px 0;
    }
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side .all-the-single-info .all-the-single-info-end .all-the-single-info-end-title-description .all-the-single-info-end-ul .all-the-single-info-end-li{
        color: white;
        font-weight: 100;
        font-size: 16px;
    }
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-botton-side .the-info-botton-side-link .info-botton-side-text{
        margin: 0 3.2px;
    }
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-botton-side .the-info-botton-side-link .info-botton-side-icon{
        margin: 0 3.2px;
    }
    
}

@media screen and (max-width: 900px) {

    .all-the-body-of-solutions-page{
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        flex-flow: column-reverse;
        justify-content: space-between;
        max-width: 1440px;
        margin: 0 auto 0;
        overflow: hidden;
    }
    .all-the-body-of-solutions-page .all-the-start-side{
        width: 100%;
        margin: 20px 0 0 0;
    }
    .all-the-body-of-solutions-page .all-the-end-side{
        width: 100%;
        position: relative;
        top: auto;
    }
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block{
        width: 100%;
        height: auto;
        position: relative;
        top: auto;
        right: auto;
    }
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .all-the-element-background{
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 25px;
        background-position: center;
        background-size: 190%;
        background-repeat: no-repeat;
    }
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-title-of-info{
        position: relative;
        color: #36f8ca;
        width: 100%;
        background: black;
        height: auto;
        border-radius: 25px 25px 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        font-weight: 600;
        padding: 12px 0 12px 0;
    }
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-image-icon-info{
        position: relative;
        background: #373536;
        width: 50px;
        height: 50px;
        top: auto;
        left: auto;
        border-radius: 50%;
        display: none;
        justify-content: center;
        align-items: anchor-center;
        border: solid 2px #36f8ca;
    }
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-image-icon-info img{
        width: 40%;
    }
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side{
        position: relative;
        height: auto;
        width: 100%;
        top: auto;
        overflow: auto;
    }
    /* width */
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side::-webkit-scrollbar {
        width: 6px;
        border-radius: 20px;
    }
    /* Track */
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side::-webkit-scrollbar-track {
        background: #bbbbbb;
        border-radius: 20px;
    }
    /* Handle */
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side::-webkit-scrollbar-thumb {
        background: #696969;
        border-radius: 20px;
    }
    /* Handle on hover */
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side::-webkit-scrollbar-thumb:hover {
        background: #555; 
    }
    
    
    
    
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side .all-the-single-info{
        width: 96%;
        display: flex;
        justify-content: space-between;
        padding: 22px 0 0 0;
    }
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side .all-the-single-info .all-the-single-info-start{
        width: 8%;
    }
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side .all-the-single-info .all-the-single-info-start .all-the-single-info-start-inside{
        width: 100%;
        height: 7px;
        background: #2cf0be;
        border-radius: 0 50px 50px 0;
    }
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side .all-the-single-info .all-the-single-info-end{
        width: 84%;
    }
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side .all-the-single-info .all-the-single-info-end .all-the-single-info-end-title-description{
        border-bottom: solid 1px #9b9b9b;
        padding: 0 0 0.6vw 0;
    }
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side .all-the-single-info .all-the-single-info-end .all-the-single-info-end-title-description .all-the-single-info-end-title{
        color: white;
        font-weight: 700;
        font-size: 12px;
    }
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side .all-the-single-info .all-the-single-info-end .all-the-single-info-end-title-description .all-the-single-info-end-description{
        color: white;
        font-weight: 100;
        font-size: 12px;
    }
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side .all-the-single-info .all-the-single-info-end .all-the-single-info-end-title-description .all-the-single-info-end-ul{
        padding: 0 0 0 1vw;
        margin: 1vw 0 1vw 0;
    }
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-body-side .all-the-single-info .all-the-single-info-end .all-the-single-info-end-title-description .all-the-single-info-end-ul .all-the-single-info-end-li{
        color: white;
        font-weight: 100;
        font-size: 12px;
    }
    
    
    
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-botton-side{
        background: #000000;
        background: linear-gradient(0deg, rgb(41 41 41) 51%, rgb(0 0 0 / 22%) 100%);
        position: relative;
        height: auto;
        width: 100%;
        bottom: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0 0 25px 25px;
        padding: 30px 0 20px 0;
    }
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-botton-side .the-info-botton-side-link{
        background: #2dfbca;
        color: black;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70%;
        height: auto;
        border-radius: 50px;
        font-size: 18px;
        padding: 10px 0 10px 0;
    }
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-botton-side .the-info-botton-side-link .info-botton-side-text{
        margin: 0 3px;
    }
    .all-the-body-of-solutions-page .all-the-end-side .all-the-inside-info-block .the-info-botton-side .the-info-botton-side-link .info-botton-side-icon{
        margin: 0 0.2vw;
    }
}








.all-the-solutions-page-single-block{
    position: relative;
    padding: 2vw 0 4vw 0;
    border-radius: 30px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 20%);
    margin: 0 0 3vw 0;
}
.all-the-solutions-page-single-block:last-of-type{
    margin: 0 0 1vw 0;
}
.all-the-solutions-page-single-block .all-the-background-block{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
}
.all-the-solutions-page-single-block .all-the-background-color-block{
    width: 90%;
    height: 90%;
    top: 5%;
    left: -45%;
    position: absolute;
}

.all-the-solutions-page-single-block .all-the-title-block{
    position: relative;
    display: flex;
    align-items: center;
    width: 90%;
    border-radius: 0 50px 50px 0;
    padding: 1vw 0
}
.all-the-solutions-page-single-block .all-the-title-block .all-the-title-block-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7vw;
    border-radius: 0 50px 50px 0;
    height: 3.5vw;
}
.all-the-solutions-page-single-block .all-the-title-block .all-the-title-block-icon img{
    width: 2vw;
    display: block;
}
.all-the-solutions-page-single-block .all-the-title-block .the-single-title-block{
    width: calc(100% - 9vw);
    padding: 0 1vw;
    font-size: 1.8vw;
    font-weight: 500;
    margin: 0;
}
.all-the-solutions-page-single-block .all-the-small-description{
    position: relative;
    width: 85%;
    margin: 3vw auto 3vw;
}
.all-the-solutions-page-single-block .all-the-small-description p{
    font-size: 1.3vw;
    font-weight: 100;
    letter-spacing: 0.05vw;
    line-height: 1.8vw;
    margin: 0;
}
.all-the-solutions-page-single-block .all-the-image-big{
    position: relative;
    width: 85%;
    margin: 0 auto 0;
}
.all-the-solutions-page-single-block .all-the-image-big img{
    width: 80%;
    display: block;
    margin: 0 auto 0;
}
.all-the-solutions-page-single-block .all-the-image-big-all{
    position: relative;
    width: 85%;
    margin: 0 auto 0;
    border-radius: 25px;
    overflow: hidden;
}
.all-the-solutions-page-single-block .all-the-image-big-all img{
    width: 100%;
    display: block;
    margin: 0 auto 0;
}

.all-the-solutions-page-single-block .all-the-helf-image-and-text{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    margin: 0 auto 0;
}
.all-the-solutions-page-single-block .all-the-helf-image-and-text .all-the-helf-small-description{
    position: relative;
    width: 45%;
    margin: 3vw auto 3vw;
}
.all-the-solutions-page-single-block .all-the-helf-image-and-text .all-the-helf-small-description p{
    font-size: 1.3vw;
    font-weight: 100;
    letter-spacing: 0.05vw;
    line-height: 1.8vw;
    margin: 0;
}
.all-the-solutions-page-single-block .all-the-helf-image-and-text .all-the-helf-image-big-all{
    position: relative;
    width: 45%;
    margin: 0 auto 0;
    border-radius: 25px;
    overflow: hidden;
}
.all-the-solutions-page-single-block .all-the-helf-image-and-text .all-the-helf-image-big-all img{
    width: 100%;
    display: block;
    margin: 0 auto 0;
}




.all-the-solutions-page-single-block .all-the-background-color-block.the-first-title-block{
    background: #1E05FF;
    background: radial-gradient(circle, #1E05FF 0%, rgba(0, 0, 0, 0) 50%);
}
.all-the-solutions-page-single-block .all-the-background-block.the-first-title-block{
    background-color: #ffffff7a;
}
.all-the-solutions-page-single-block .all-the-title-block.the-first-title-block{
    background: #1e05ff;
}
.all-the-solutions-page-single-block .all-the-title-block.the-first-title-block .the-single-title-block{
    color: white;
}
.all-the-solutions-page-single-block .all-the-title-block.the-first-title-block .all-the-title-block-icon{
    background: white;
}

.all-the-solutions-page-single-block .all-the-background-color-block.the-second-title-block{
    background: #2dfbca;
    background: radial-gradient(circle, #2dfbca 0%, rgba(0, 0, 0, 0) 50%);
}
.all-the-solutions-page-single-block .all-the-background-block.the-second-title-block{
    background-color: #ffffff;
}
.all-the-solutions-page-single-block .all-the-title-block.the-second-title-block{
    background: #2dfbca;
}
.all-the-solutions-page-single-block .all-the-title-block.the-second-title-block .the-single-title-block{
    color: black;
}
.all-the-solutions-page-single-block .all-the-title-block.the-second-title-block .all-the-title-block-icon{
    background: white;
}


.all-the-solutions-page-single-block .all-the-background-color-block.the-third-title-block{
    background: #000;
    background: radial-gradient(circle, #00000085 0%, rgba(0, 0, 0, 0) 50%);
}
.all-the-solutions-page-single-block .all-the-background-block.the-third-title-block{
    background-color: #ffffff;
}
.all-the-solutions-page-single-block .all-the-title-block.the-third-title-block{
    background: #000;
}
.all-the-solutions-page-single-block .all-the-title-block.the-third-title-block .the-single-title-block{
    color: #2dfcca;
}
.all-the-solutions-page-single-block .all-the-title-block.the-third-title-block .all-the-title-block-icon{
    background: #2dfcca;
}


.all-the-solutions-page-single-block .all-the-background-color-block.the-five-title-block{
    background: #1E05FF;
    background: radial-gradient(circle, #1E05FF 0%, rgba(0, 0, 0, 0) 50%);
}
.all-the-solutions-page-single-block .all-the-background-block.the-five-title-block{
    background-color: #ffffffba;
}
.all-the-solutions-page-single-block .all-the-title-block.the-five-title-block{
    background: #1E05FF;
}
.all-the-solutions-page-single-block .all-the-title-block.the-five-title-block .the-single-title-block{
    color: white;
}
.all-the-solutions-page-single-block .all-the-title-block.the-five-title-block .all-the-title-block-icon{
    background: white;

}


.all-the-solutions-page-single-block .all-the-background-color-block.the-six-title-block{
    background: #000;
    background: radial-gradient(circle, #00000085 0%, rgba(0, 0, 0, 0) 50%);
}
.all-the-solutions-page-single-block .all-the-background-block.the-six-title-block{
    background-color: #000;
}
.all-the-solutions-page-single-block .all-the-title-block.the-six-title-block{
    background: #2dfbca;
}
.all-the-solutions-page-single-block .all-the-title-block.the-six-title-block .the-single-title-block{
    color: #000;
}
.all-the-solutions-page-single-block .all-the-title-block.the-six-title-block .all-the-title-block-icon{
    background: #000;
}

.all-the-solutions-page-single-block .all-the-helf-image-and-text .all-the-helf-small-description.the-six-title-block p{
    color: white;
}



.all-the-solutions-page-single-block .all-the-background-color-block.the-seven-title-block{
    background: #1E05FF;
    background: radial-gradient(circle, #1E05FF 0%, rgba(0, 0, 0, 0) 50%);
}
.all-the-solutions-page-single-block .all-the-background-block.the-seven-title-block{
    background: #23215B;
    background: linear-gradient(45deg,rgba(35, 33, 91, 1) 0%, rgba(38, 33, 249, 1) 100%);
}
.all-the-solutions-page-single-block .all-the-title-block.the-seven-title-block{
    background: #2dfbca;
}
.all-the-solutions-page-single-block .all-the-title-block.the-seven-title-block .the-single-title-block{
    color: black;
}
.all-the-solutions-page-single-block .all-the-title-block.the-seven-title-block .all-the-title-block-icon{
    background: white;
}
.all-the-solutions-page-single-block .all-the-small-description.the-seven-title-block p{
    color: white;
}


@media screen and (min-width: 1600px) {

    .all-the-solutions-page-single-block{
        position: relative;
        padding: 32px 0 64px 0;
        margin: 0 0 48px 0;
    }
    .all-the-solutions-page-single-block:last-of-type{
        margin: 0 0 16px 0;
    }
    .all-the-solutions-page-single-block .all-the-title-block{
        padding: 16px 0
    }
    .all-the-solutions-page-single-block .all-the-title-block .all-the-title-block-icon{
        width: 112px;
        height: 56px;
    }
    .all-the-solutions-page-single-block .all-the-title-block .all-the-title-block-icon img{
        width: 32px;
    }
    .all-the-solutions-page-single-block .all-the-title-block .the-single-title-block{
        width: calc(100% - 144px);
        padding: 0 16px;
        font-size: 28.8px;
    }
    .all-the-solutions-page-single-block .all-the-small-description{
        margin: 48px auto 48px;
    }
    .all-the-solutions-page-single-block .all-the-small-description p{
        font-size: 20.8px;
        letter-spacing: 0.8px;
        line-height: 28.8px;
    }
    .all-the-solutions-page-single-block .all-the-helf-image-and-text .all-the-helf-small-description{
        margin: 48px auto 48px;
    }
    .all-the-solutions-page-single-block .all-the-helf-image-and-text .all-the-helf-small-description p{
        font-size: 20.8px;
        letter-spacing: 0.8px;
        line-height: 28.8px;
    }

}
@media screen and (max-width: 900px) {
    .all-the-solutions-page-single-block{
        position: relative;
        padding: 26px 0 26px 0;
        border-radius: 30px;
        box-shadow: 0 5px 15px 0 rgb(0 0 0 / 20%);
        margin: 0 0 20px 0;
    }
    .all-the-solutions-page-single-block:last-of-type{
        margin: 0 0 20px 0;
    }
    .all-the-solutions-page-single-block .all-the-background-block{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 30px;
    }
    .all-the-solutions-page-single-block .all-the-background-color-block{
        width: 90%;
        height: 90%;
        top: 5%;
        left: -45%;
        position: absolute;
    }
    
    .all-the-solutions-page-single-block .all-the-title-block{
        position: relative;
        display: flex;
        align-items: center;
        width: 98%;
        border-radius: 0 50px 50px 0;
        padding: 7px 0;
    }
    .all-the-solutions-page-single-block .all-the-title-block .all-the-title-block-icon{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        border-radius: 0 50px 50px 0;
        height: 28px;
    }
    .all-the-solutions-page-single-block .all-the-title-block .all-the-title-block-icon img{
        width: 20px;
        display: block;
    }
    .all-the-solutions-page-single-block .all-the-title-block .the-single-title-block{
        width: calc(100% - 66px);
        padding: 0 8px;
        font-size: 14px;
        font-weight: 500;
        margin: 0;
    }
    .all-the-solutions-page-single-block .all-the-small-description{
        position: relative;
        width: 85%;
        margin: 20px auto 20px;
    }
    .all-the-solutions-page-single-block .all-the-small-description p{
        font-size: 13px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 1.5;
        margin: 0;
    }
    .all-the-solutions-page-single-block .all-the-image-big{
        position: relative;
        width: 85%;
        margin: 0 auto 0;
    }
    .all-the-solutions-page-single-block .all-the-image-big img{
        width: 80%;
        display: block;
        margin: 0 auto 0;
    }
    .all-the-solutions-page-single-block .all-the-image-big-all{
        position: relative;
        width: 85%;
        margin: 0 auto 0;
        border-radius: 25px;
        overflow: hidden;
    }
    .all-the-solutions-page-single-block .all-the-image-big-all img{
        width: 100%;
        display: block;
        margin: 0 auto 0;
    }
    
    .all-the-solutions-page-single-block .all-the-helf-image-and-text{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: 85%;
        margin: 0 auto 0;
    }
    .all-the-solutions-page-single-block .all-the-helf-image-and-text .all-the-helf-small-description{
        position: relative;
        width: 100%;
        margin: 20px auto 20px;
    }
    .all-the-solutions-page-single-block .all-the-helf-image-and-text .all-the-helf-small-description p{
        font-size: 13px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 1.5;
        margin: 0;
    }
    .all-the-solutions-page-single-block .all-the-helf-image-and-text .all-the-helf-image-big-all{
        position: relative;
        width: 76%;
        margin: 0 auto 0;
        border-radius: 25px;
        overflow: hidden;
    }
    .all-the-solutions-page-single-block .all-the-helf-image-and-text .all-the-helf-image-big-all img{
        width: 100%;
        display: block;
        margin: 0 auto 0;
    }
    
    
    
    
    .all-the-solutions-page-single-block .all-the-background-color-block.the-first-title-block{
        background: #1E05FF;
        background: radial-gradient(circle, #1E05FF 0%, rgba(0, 0, 0, 0) 50%);
    }
    .all-the-solutions-page-single-block .all-the-background-block.the-first-title-block{
        background-color: #ffffff7a;
    }
    .all-the-solutions-page-single-block .all-the-title-block.the-first-title-block{
        background: #1e05ff;
    }
    .all-the-solutions-page-single-block .all-the-title-block.the-first-title-block .the-single-title-block{
        color: white;
    }
    .all-the-solutions-page-single-block .all-the-title-block.the-first-title-block .all-the-title-block-icon{
        background: white;
    }
    
    .all-the-solutions-page-single-block .all-the-background-color-block.the-second-title-block{
        background: #2dfbca;
        background: radial-gradient(circle, #2dfbca 0%, rgba(0, 0, 0, 0) 50%);
    }
    .all-the-solutions-page-single-block .all-the-background-block.the-second-title-block{
        background-color: #ffffff;
    }
    .all-the-solutions-page-single-block .all-the-title-block.the-second-title-block{
        background: #2dfbca;
    }
    .all-the-solutions-page-single-block .all-the-title-block.the-second-title-block .the-single-title-block{
        color: black;
    }
    .all-the-solutions-page-single-block .all-the-title-block.the-second-title-block .all-the-title-block-icon{
        background: white;
    }
    
    
    .all-the-solutions-page-single-block .all-the-background-color-block.the-third-title-block{
        background: #000;
        background: radial-gradient(circle, #00000085 0%, rgba(0, 0, 0, 0) 50%);
    }
    .all-the-solutions-page-single-block .all-the-background-block.the-third-title-block{
        background-color: #ffffff;
    }
    .all-the-solutions-page-single-block .all-the-title-block.the-third-title-block{
        background: #000;
    }
    .all-the-solutions-page-single-block .all-the-title-block.the-third-title-block .the-single-title-block{
        color: #2dfcca;
    }
    .all-the-solutions-page-single-block .all-the-title-block.the-third-title-block .all-the-title-block-icon{
        background: #2dfcca;
    }
    
    
    .all-the-solutions-page-single-block .all-the-background-color-block.the-five-title-block{
        background: #1E05FF;
        background: radial-gradient(circle, #1E05FF 0%, rgba(0, 0, 0, 0) 50%);
    }
    .all-the-solutions-page-single-block .all-the-background-block.the-five-title-block{
        background-color: #ffffffba;
    }
    .all-the-solutions-page-single-block .all-the-title-block.the-five-title-block{
        background: #1E05FF;
    }
    .all-the-solutions-page-single-block .all-the-title-block.the-five-title-block .the-single-title-block{
        color: white;
    }
    .all-the-solutions-page-single-block .all-the-title-block.the-five-title-block .all-the-title-block-icon{
        background: white;
    
    }
    
    
    .all-the-solutions-page-single-block .all-the-background-color-block.the-six-title-block{
        background: #000;
        background: radial-gradient(circle, #00000085 0%, rgba(0, 0, 0, 0) 50%);
    }
    .all-the-solutions-page-single-block .all-the-background-block.the-six-title-block{
        background-color: #000;
    }
    .all-the-solutions-page-single-block .all-the-title-block.the-six-title-block{
        background: #2dfbca;
    }
    .all-the-solutions-page-single-block .all-the-title-block.the-six-title-block .the-single-title-block{
        color: #000;
    }
    .all-the-solutions-page-single-block .all-the-title-block.the-six-title-block .all-the-title-block-icon{
        background: #000;
    }
    
    .all-the-solutions-page-single-block .all-the-helf-image-and-text .all-the-helf-small-description.the-six-title-block p{
        color: white;
    }
    
    
    
    .all-the-solutions-page-single-block .all-the-background-color-block.the-seven-title-block{
        background: #1E05FF;
        background: radial-gradient(circle, #1E05FF 0%, rgba(0, 0, 0, 0) 50%);
    }
    .all-the-solutions-page-single-block .all-the-background-block.the-seven-title-block{
        background: #23215B;
        background: linear-gradient(45deg,rgba(35, 33, 91, 1) 0%, rgba(38, 33, 249, 1) 100%);
    }
    .all-the-solutions-page-single-block .all-the-title-block.the-seven-title-block{
        background: #2dfbca;
    }
    .all-the-solutions-page-single-block .all-the-title-block.the-seven-title-block .the-single-title-block{
        color: black;
    }
    .all-the-solutions-page-single-block .all-the-title-block.the-seven-title-block .all-the-title-block-icon{
        background: white;
    }
    .all-the-solutions-page-single-block .all-the-small-description.the-seven-title-block p{
        color: white;
    }
}









.all-the-price-block{
    position: relative;
    width: 90%;
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    margin: 3vw auto 4vw;
}
.all-the-price-block .all-the-absolute-background-white{
    position: absolute;
    background: white;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 20%);
    height: 40vw;
    width: 100%;
    top: 1.5vw;
    border-radius: 30px;
}
.all-the-price-block .all-the-price-block-inside{
    position: relative;
}
.all-the-price-block .all-the-price-block-inside .the-title-of-price-block{
    background: #1c05ff;
    text-align: center;
    color: white;
    font-size: 1.8vw;
    font-weight: 100;
    padding: 0.6vw 0 0.7vw 0;
    width: 50%;
    margin: 0 auto 1.5vw;
    border-radius: 50px;
}
.all-the-price-block .all-the-price-block-inside .the-description-of-price-block{
    margin: 0 auto 5vw;
    width: 80%;
}
.all-the-price-block .all-the-price-block-inside .the-description-of-price-block p{
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}
.all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 0;
    width: 80%;
}
.all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route{
    background: white;
    box-shadow: 0 1px 15px 0 rgb(0 0 0 / 38%);
    width: 32%;
    position: relative;
    border-radius: 20px;
    padding: 0 0 2vw 0;
}
.all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-absolute-image{
    position: absolute;
    width: 100%;
    top: -3vw;
}
.all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-absolute-image img{
    display: block;
    margin: 0 auto 0;
}
.all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-absolute-image img.the-absolute-image-1{
    width: 40%;
}
.all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-absolute-image img.the-absolute-image-2{
    width: 60%;
}
.all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-absolute-image img.the-absolute-image-3{
    width: 40%;
}
.all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-title-price{
    text-align: center;
    padding: 6vw 0 0 0;
    font-size: 1.8vw;
    font-weight: 600;
    margin: 0;
}
.all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-title-price.green{
    color: #27d3a9;
}
.all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-title-price.blue{
    color: #1d05ff;
}
.all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-sub-title-price{
    text-align: center;
    font-size: 1vw;
    font-weight: 400;
    color: #000;
    margin: 0;
}
.all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-price-all-price-block{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1vw 0 0 0;
}
.all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-price-all-price-block .the-price-price-block{
    font-size: 4vw;
    font-weight: 600;
}
.all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-price-all-price-block .the-coin-price-block{
    font-size: 4vw;
    font-weight: 100;
}
.all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-sub-title-second-price{
    text-align: center;
    font-size: 1vw;
    font-weight: 400;
    color: #000;
    margin: 0;
}
.all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .all-the-points-group{
    width: 80%;
    margin: 3vw auto 3vw;
}
.all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .all-the-points-group .all-the-points-group-single{
    display: flex;
    justify-content: space-between;
    margin: 0 0 1vw 0;
}
.all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .all-the-points-group .all-the-points-group-single .the-icon-point{
    width: 1vw;
}
.all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .all-the-points-group .all-the-points-group-single .the-icon-point img{
    display: block;
    width: 100%;
    margin: 0.3vw 0 0 0;
}
.all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .all-the-points-group .all-the-points-group-single .the-text-point{
    margin: 0;
    padding: 0;
    width: calc(100% - 1.5vw);
    font-size: 1vw;
    color: #393939;
}
.all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-lint-to-try{
    display: block;
    color: white;
    width: 60%;
    margin: 0 auto 0;
    font-size: 1.3vw;
    text-align: center;
    padding: 0.5vw 0;
    border-radius: 30px;
}
.all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-lint-to-try.black{
    background: #1d05ff;
}
.all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-lint-to-try.blue{
    background: #000000;
}



@media screen and (min-width: 1600px) {
    .all-the-price-block{
        margin: 48px auto 64px;
    }
    .all-the-price-block .all-the-absolute-background-white{
        height: 640px;
        top: 24px;
    }
    .all-the-price-block .all-the-price-block-inside .the-title-of-price-block{
        font-size: 28.8px;
        padding: 9.6px 0 11.2px 0;
        margin: 0 auto 24px;
    }
    .all-the-price-block .all-the-price-block-inside .the-description-of-price-block{
        margin: 0 auto 80px;
    }
    .all-the-price-block .all-the-price-block-inside .the-description-of-price-block p{
        font-size: 20.8px;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route{
        padding: 0 0 32px 0;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-absolute-image{
        top: -48px;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-title-price{
        padding: 96px 0 0 0;
        font-size: 28.8px;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-sub-title-price{
        font-size: 16px;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-price-all-price-block{
        margin: 16px 0 0 0;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-price-all-price-block .the-price-price-block{
        font-size: 64px;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-price-all-price-block .the-coin-price-block{
        font-size: 64px;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-sub-title-second-price{
        font-size: 16px;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .all-the-points-group{
        margin: 48px auto 48px;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .all-the-points-group .all-the-points-group-single{
        margin: 0 0 16px 0;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .all-the-points-group .all-the-points-group-single .the-icon-point{
        width: 16px;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .all-the-points-group .all-the-points-group-single .the-icon-point img{
        margin: 4.8px 0 0 0;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .all-the-points-group .all-the-points-group-single .the-text-point{
        width: calc(100% - 24px);
        font-size: 16px;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-lint-to-try{
        font-size: 20.8px;
        padding: 8px 0;
    }
}
@media screen and (max-width: 900px) {
    .all-the-price-block{
        position: relative;
        width: 90%;
        display: flex;
        justify-content: space-between;
        max-width: 1440px;
        margin: 20px auto 20px;
    }
    .all-the-price-block .all-the-absolute-background-white{
        position: absolute;
        background: white;
        box-shadow: 0 5px 15px 0 rgb(0 0 0 / 20%);
        height: 40vw;
        width: 100%;
        top: 1.5vw;
        border-radius: 30px;
        display: none;
    }
    .all-the-price-block .all-the-price-block-inside{
        position: relative;
    }
    .all-the-price-block .all-the-price-block-inside .the-title-of-price-block{
        background: #1c05ff;
        text-align: center;
        color: white;
        width: 100%;
        margin: 0 auto 15px;
        border-radius: 50px;
        padding: 10px 0;
        font-size: 14px;
        font-weight: 500;
    }
    .all-the-price-block .all-the-price-block-inside .the-description-of-price-block{
        margin: 0 auto 20px;
        width: 100%;
    }
    .all-the-price-block .all-the-price-block-inside .the-description-of-price-block p{
        font-size: 13px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 1.5;
        text-align: center;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto 0;
        width: 100%;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route{
        background: white;
        box-shadow: 0 1px 15px 0 rgb(0 0 0 / 38%);
        width: 100%;
        position: relative;
        border-radius: 20px;
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-absolute-image{
        position: relative;
        width: 100%;
        top: auto;
        padding: 20px 0 0 0;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-absolute-image img{
        display: block;
        margin: 0 auto 0;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-absolute-image img.the-absolute-image-1{
        width: 40%;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-absolute-image img.the-absolute-image-2{
        width: 60%;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-absolute-image img.the-absolute-image-3{
        width: 40%;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-title-price{
        text-align: center;
        padding: 10px 0 0 0;
        font-size: 28px;
        font-weight: 600;
        margin: 0;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-title-price.green{
        color: #27d3a9;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-title-price.blue{
        color: #1d05ff;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-sub-title-price{
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        color: #000;
        margin: 0;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-price-all-price-block{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px 0 0 0;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-price-all-price-block .the-price-price-block{
        font-size: 70px;
        font-weight: 600;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-price-all-price-block .the-coin-price-block{
        font-size: 52px;
        font-weight: 100;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-sub-title-second-price{
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        color: #000;
        margin: 0;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .all-the-points-group{
        width: 90%;
        margin: 14px auto 32px;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .all-the-points-group .all-the-points-group-single{
        display: flex;
        justify-content: space-between;
        margin: 0 0 16px 0;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .all-the-points-group .all-the-points-group-single .the-icon-point{
        width: 16px;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .all-the-points-group .all-the-points-group-single .the-icon-point img{
        display: block;
        width: 100%;
        margin: 4px 0 0 0;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .all-the-points-group .all-the-points-group-single .the-text-point{
        margin: 0;
        padding: 0;
        width: calc(100% - 20px);
        font-size: 14px;
        color: #393939;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-lint-to-try{
        display: block;
        color: white;
        width: 90%;
        margin: 0 auto 0;
        font-size: 18px;
        text-align: center;
        padding: 9px 0;
        border-radius: 30px;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-lint-to-try.black{
        background: #1d05ff;
    }
    .all-the-price-block .all-the-price-block-inside .all-the-routes-of-price-block .the-single-route .the-lint-to-try.blue{
        background: #000000;
    }
}