@media screen and (min-width: 992px) {
    .hero-wrapper .promo__title {
        font-size: 50px;
    }
}
@media only screen and (max-width: 992px) {
    .h1 {
        font-size: 34px;
    }
}
.promo__btn {
    max-width: none;
    width: fit-content;
}
.promo__items {
    margin-top: 41px;
}
.btns-row {
    margin-top: 48px;
}
.about-wrappper {
    padding: 80px 0;
}
.about-wrappper .head-block {
    max-width: 1094px;
    margin: 0 auto;
    line-height: 120%;
    margin-bottom: 62px;
}
.about-wrappper .desc-block {
    max-width: 830px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 20px;
    line-height: 135%;
}
@media screen and (max-width: 575px) {
    .about-wrappper .head-block{
        font-size: 18px;
        margin-bottom: 40px;
    }
    .about-wrappper {
        padding: 40px 0;
    }
    .about-wrappper .desc-block {
        font-size: 16px;
    }
}
.process__title {
    margin-bottom: 36px;
}
.process__descr .promo__btn {
    margin: 0;
    text-align: center;
}
.process-btn-mobile {
    display: none;
}
@media (max-width: 768px) {
    .process-btn-desck {
        display: none;
    }
    .process-btn-mobile {
        display: flex;
        max-width: none;
        width: 100%;
    }
}
.process__steps {
    margin-bottom: 0;
}
.talk {
    margin: 0;
}
.talk__logo {
    width: 442px;
    height: 62px;
}
@media screen and (max-width: 950px) {
    .talk__logo {
        width: 300px;
        height: 62px;
    }
}
@media only screen and (max-width: 768px) {
    .talk__logo {
        width: 218px;
        height: 32px;
    }
}

/* section our solutions */
.our-solutions {
    padding: 80px 0;
}

.new-section__top-info {
    max-width: 700px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
}
.new-section__title {
    font-weight: 500;
    font-size: 40px;
}
.new-section__top-info p {
    font-size: 24px;
    line-height: 135%;
}
.our-solutions__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 74px;
}
.our-solutions__item {
    position: relative;
    padding: 41px 30px 66px;
    box-shadow: -1px 1px 15px 0px #0000000D;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 38px;

}
.our-solutions__item::after {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
}
.our-solutions__item::before {
    z-index: -3;
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;

    background: linear-gradient(301.31deg, #C4C4C4 -2.3%, rgba(196, 196, 196, 0) 127.41%);


}
.our-solutions__item_blue::after {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #F4F5FE;

}
.our-solutions__changer {
    max-width: 209px;
    width: 100%;
    height: 39px;
    margin-bottom: 12px;
}
.our-solutions__relocate {
    max-width: 244px;
    width: 100%;
    height: 32px;
}
.our-solutions__qurator {
    max-width: 185px;
    width: 100%;
    height: 51px;
}
.our-solutions__qurator.mobile {
    display: none;
}
.our-solutions__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 9px;
    flex-grow: 2;
    justify-content: space-between;

}
.our-solutions__list-item {
    font-size: 20px;
    line-height: 150%;
    display: flex;
    align-items: start;
    gap: 10px;
}
.our-solutions__list-item::before {
    content: '';
    display: block;
    margin-top: 7px;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background: url('../../img/cryptooperations/list-icon.svg') 50% / contain no-repeat;
}
.our-solutions__item .promo__btn {
    width: 100%;
    max-width: 368px;
    margin: 0 auto;
}
.our-solutions__content_btn {
    display: none;
}
@media screen and (max-width:992px) {
    .our-solutions__content {
        grid-template-columns: 1fr;
    }
    .our-solutions__item br {
        display: none;
    }

}
@media screen and (max-width:576px) {
    .our-solutions {
        padding: 40px 0;
        background-color: #FFFFFF;
    }
    .new-section__title {
        font-size: 22px;
    }
    .new-section__top-info p {
        font-size: 16px;
        line-height: 140%;
    }
    .our-solutions__content {
        margin-top: 27px;
        gap: 10px;
        padding: 20px;
    }
    .our-solutions__item {
        box-shadow: none;
        padding: 0;
    }

    .our-solutions__item .promo__btn,
    .our-solutions__item img {
        display: none;
    }
    .our-solutions__item::before,
    .our-solutions__item::after {
        display: none;
    }
    .our-solutions__list-item {
        font-size: 16px;
    }
    .our-solutions__list-item::before {

        margin-top: 8px;
        width:8px;
        height:8px;
        border-radius: 100px;
        background: #909CF8;
    }
    .our-solutions__content_btn {
        display: flex;
        width: 100%;
    }
}

/* section who-solutions-for */
.who-solutions-for {
    padding: 80px 0;
    background-color: #FFFFFF;
}
.who-solutions-for__content {
    margin-top: 95px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.who-solutions-for__content-item {
    font-size: 24px;
    line-height: 140%;
    display: flex;
    align-items: start;
    gap: 15px;
}
.who-solutions-for__content-item p {
    max-width: 320px;
}
.who-solutions-for__content-item::before {
    content: '';
    display: block;
    flex-shrink: 0;
    margin-top: 5px;
    width: 5px;
    height: 63px;
    background-color: #909CF8;
}
@media screen and (max-width:1000px) {
    .who-solutions-for__content {

        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width:576px) {
    .who-solutions-for {
        padding: 40px 0;
        background: #F6F6F6;

    }
    .who-solutions-for__content {
        margin-top: 37px;
        grid-template-columns: 1fr;
        gap: 21px;
    }
    .who-solutions-for__content-item p {
        max-width: none;
        font-size: 16px;
        line-height: 140%;
    }
    .who-solutions-for__content-item::before {
        height: 100%;
        margin: 0;
    }
    .consultation_blue.consultation {
        background: #FFFFFF;

    }

}


.consultation__title {
    max-width: 380px;
    font-weight: 400;
    font-size: 30px;
}
@media screen and (max-width:1000px)  {
    .consultation__title {
        max-width: none;
    }
}
.vlog  {
    background-color: #FFFFFF;
    padding: 80px 0;

}
.blogs {
    padding: 80px 0;
}
@media screen and (max-width:576px) {
    .vlog,
    .blogs {
        padding: 40px 0;
    }
}
.qurator-section {
    padding: 80px 0;
    background-color: #FFFFFF;

}
.qurator-content {
    display: grid;
    grid-template-columns: 367px auto;
    gap: 20px;
}
.qurator-content__img {
    width: 232px;
    height: 64px;
    object-fit: contain;

}
.qurator-content__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    margin-top: 11px;
    margin-bottom: 36px;

}
.qurator-content__text {
    font-size: 18px;
    line-height: 135%;
    font-weight: 500;
    max-width: 355px;
    margin-bottom: 22px;
}
.qurator-content__link {
    color: #909CF8;
    font-size: 18px;
    line-height: 135%;
}
.qurator-content__desc {
    padding: 50px;
    background: #545C69;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 37px;
}
.qurator-content__desc-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.qurator-content__desc-item h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 140%;
}
.qurator-content__desc-item p {
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    max-width: 600px;
}
.qurator-content__desc-item p span {
    font-weight: 700;
}
.qurator-content__desc_img {
    width: 37px;
    height: 45px;
    object-fit: contain;
    display: none;
}
@media (max-width:992px) {
    .qurator-content {
        grid-template-columns: 1fr;
        gap: 64px;
    }
    .qurator-content__img {
        display: none;
    }
    .qurator-content__title {
        font-size: 34px;
        max-width: 600px;
        line-height: 120%;

    }
    .qurator-content__desc_img {
        display: block;
    }
    .qurator-content__link {
        display: none;
    }

}
@media (max-width:768px) {
    .qurator-content__desc {
        padding: 40px 32px;
    }
    .qurator-content__desc-item h3 {
        font-size: 24px;
        line-height: 120%;
    }
    .qurator-content__title {
        max-width: 500px;

    }
    .qurator-content__text {
        margin-bottom: 0;
    }
    .our-solutions__qurator.mobile {
        display: block;
    }
}
@media screen and (max-width:576px) {
    .qurator-section {
        padding: 40px 0;
    }
    .qurator-content__title {
        margin-top: 0;
        margin-bottom: 35px;
        font-size: 22px;
        line-height: 120%;
        max-width: 320px;
    }
    .qurator-content__text {
        font-size: 16px;
        line-height: 135%;
    }
    .qurator-section .container {
        padding: 0;
    }
    .qurator-content__top {
        padding: 0 20px;
    }
    .qurator-content__desc-item h3 {
        font-size: 21px;
    }
}