:root {
    --main-height-purpose: auto;
    --t-height-purpose: auto;
    --p-height-purpose: auto;
}

.breadcrumbs {
    z-index: 2;
    position: relative;
    background: #1C183A;
    padding: 10px 0;
    top: 0;
}

.breadcrumbs_box {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    flex-wrap: wrap;
}
.breadcrumbs_box  a{
    text-decoration: underline;
}
#purpose_height {
    opacity: 0;
    position: absolute;
    z-index: -100;
    left: 0;
    right: 0;
    top: 0;
}

.top {
    height: 844px;
 /*   background-image: url("../img/222.png");*/
    padding-top: 237px;
    position: relative;
    margin-top: -82px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
#top_fon {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    top: 0;
}
.top-left {
    max-width: 547px;

}

.top-title {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 96px;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 90px;
}

.top-subtitle {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
}

.top-left-box {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.top-btn {
    padding: 14px 25px;

    border-radius: 50px;
    background: #0580F2;
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
    width: fit-content;
    box-shadow: none;
    transition: box-shadow .25s ease;
}

.top-btn:hover {
    box-shadow: 0px 4px 50px 0px rgba(5, 128, 242, 0.30);
}

.top-left-box span {
    color: #0580F2;
    font-family: 'Montserrat';
    font-size: 24px;
    margin-left: 20px;
    font-weight: 700;
}

.top-right {
    margin: 0 0 0 auto;
    border-radius: 15px;
    background: rgba(16, 15, 23, 0.90);
    padding: 35px 42px;
    backdrop-filter: blur(10px);
}

.top-right ul {
    display: block;
}

.top-right li {
    display: block;
    text-align: right;
}

.top-right li a {
    display: flex;
    opacity: 1;
    transition: opacity .25s ease;
}

.top-right li a:hover {
    opacity: .8;
}

.top-right li:not(:last-child) {
    margin-bottom: 40px;
}

.top-right li span:nth-child(1) {
    color: #FFF;
    margin-right: 50px;
    text-align: right;
    font-family: 'Montserrat';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 71.703%;
    width: 100%;
}

.top-right li span:nth-child(2) {
    color: #FFF;
    text-align: right;
    font-family: 'Montserrat';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 71.703%;
}


.top .wrap {
    max-width: 100%;
    margin: auto;
    padding: 18px 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    background: #0044F3;

}

.service_desc {
    padding: 172px 0;
    overflow: hidden;
}

.service_desc::after {
    width: 1066px;
    height: 1066px;
    border-radius: 1066px;
    opacity: 0.3;
    background: radial-gradient(50% 50% at 50% 50%, #F1219E 0%, rgba(241, 33, 158, 0.00) 100%);
    content: '';
    position: absolute;
    right: -30%;
    z-index: -1;
    top: -24%;
    bottom: 0;
}

.service_desc .container {
    display: block;
    position: relative;
}

.service_desc-title {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 70px;
    position: relative;
    margin-left: 56px;
}

.service_desc-title::after {
    content: '';
    border-radius: 10px;
    background: #0044F3;
    width: 60px;
    height: 60px;
    transform: rotate(45deg);
    top: -10px;
    left: -44px;
    position: absolute;
    z-index: -1;
}

.service_desc-box {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
}

.service_desc-box p {
    display: block;
    margin-bottom: 22px;


}

.service_desc-box p:not(:last-child) {
    margin-bottom: 20px;
}

.service_desc-box {
    /*display: flex;
    justify-content: flex-start;
    gap: 35px;*/
    /*   display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 36px;
    grid-row-gap: 25px;*/
}
.purpose {
    padding: 172px 0;
    overflow: hidden;
}

.purpose::after {
    width: 1066px;
    height: 1066px;
    border-radius: 1066px;
    opacity: 0.3;
    background: radial-gradient(50% 50% at 50% 50%, #F1219E 0%, rgba(241, 33, 158, 0.00) 100%);
    content: '';
    position: absolute;
    right: -30%;
    z-index: -1;
    top: -24%;
    bottom: 0;
}


.purpose-box {
    /*display: flex;
    justify-content: flex-start;
    gap: 35px;*/
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 36px;
    grid-row-gap: 25px;
}

.purpose-box .purpose-cart {
    border-radius: 20px;
    padding: 40px 0 36px;
    box-sizing: border-box;
    /* width: 32%;*/
    display: flex;
    flex-wrap: wrap;
}

.purpose-cart:nth-child(1) {
    background: #0580F2;
}

.purpose-cart:nth-child(2) {
    background: #F1219E;
}

.purpose-cart:nth-child(3) {
    background: #6D05F2;
}

.purpose-cart h3 {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0 40px 0 40px;
    height: var(--t-height-purpose, auto);
}

.purpose-cart-text {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 67px;
    padding: 0 40px;
    height: var(--p-height-purpose, auto);
}

.purpose-cart ul {
    padding: 30px 70px;
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    width: 100%;
    height: var(--main-height-purpose, auto);
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: auto 0 0 0;
}

#purpose_height ul,
#purpose_height .purpose-cart h3,
#purpose_height .purpose-cart-text {
    height: auto;
}

.purpose-cart li {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
    width: 100%;
}

.purpose-cart li:not(:last-child) {
    margin-bottom: 13px;
}

.purpose-price {
    margin: 30px 30px 0 40px;
    border-radius: 60px;
    border: 2px solid #FFF;
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    padding: 12px 23px;
    width: fit-content;
    height: fit-content;
}


.works .container {
    display: block;
}

.works-title {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 70px;
    position: relative;
    margin-left: 56px;
}

.works-title::after {
    content: '';
    border-radius: 10px;
    background: #0044F3;
    width: 60px;
    height: 60px;
    transform: rotate(45deg);
    top: -10px;
    left: -44px;
    position: absolute;
    z-index: -1;
}


.works-project-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 36px;
    grid-row-gap: 25px;
}

.works-project {
    position: relative;
    border-radius: 15px;
    width: 100%;
    height: 700px;
}

.works-project::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 15px;
    background: #000000cf;
    opacity: 0;
    transition: opacity .25s ease;
    z-index: 1;

}

.works-project:hover::after,
.works-project:hover .works-project-info {
    opacity: 1;
}

.works-project>img {
    border-radius: 15px;
    object-fit: cover;
}

.works-project .works-project-info {
    position: absolute;
    width: fit-content;
    height: fit-content;
    z-index: 2;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transition: opacity .25s ease;
}

.works-project-title {
    color: #FFF;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: 700;
}

.works-project-info>a {
    border-radius: 60px;
    background: #FFF;
    width: fit-content;
    margin: 0 auto;
    padding: 14px 50px;
    justify-content: center;
    align-items: center;
    color: #000;
    transition: background .25s ease;
    font-family: 'Montserrat';
    font-size: 18px;

    font-weight: 500;

}

.works-project-info>a:hover {
    background: #EEE;
}

#works-project-add {
    color: #100F17;

    font-family: 'Montserrat';
    font-size: 24px;
    transition: background .25s ease;
    font-weight: 500;

    margin: 71px auto 0;
    width: fit-content;
    border-radius: 60px;
    background: #FFF;
    padding: 30px 70px;
}

#works-project-add:hover {
    background: #EEE;
}

.sequence {
    margin-top: 93px;
    padding: 75px 0;
}

.sequence .container {
    display: block;
}

.sequence-title {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 70px;
    position: relative;
    margin-left: 56px;
}

.sequence-title::after {
    content: '';
    border-radius: 10px;
    background: #0044F3;
    width: 60px;
    height: 60px;
    transform: rotate(45deg);
    top: -10px;
    left: -44px;
    position: absolute;
    z-index: -1;
}

.sequence-box {
    display: flex;
    position: relative;
    justify-content: space-between;
    padding-bottom: 60px;
}

.sequence-box::after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    background: #332E51;
    height: 10px;
}

.consistency:nth-child(1) {
    max-width: 394px;
    margin-left: 54px;

    position: relative;
}

.consistency:nth-child(2) {
    max-width: 239px;
    position: relative;
}

.consistency:nth-child(2)::after,
.consistency:nth-child(3)::after,
.consistency:nth-child(4)::after {
    content: '1';
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -80px;
    left: 0;
    z-index: 2;
    border-radius: 50%;
    background: #1300EE;
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 700;
    margin: auto;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
}

.consistency:nth-child(3) {
    max-width: 271px;
    position: relative;
}

.consistency:nth-child(3)::after {
    content: '2';
}

.consistency:nth-child(4) {
    max-width: 312px;
    position: relative;
}

.consistency:nth-child(4)::after {
    content: '3';
}

.consistency h3 {
    color: #FFF;
    margin-bottom: 15px;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 700;
}

.consistency span {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
}

.technologies {
    padding: 110px 0 80px;
}

.technologies .container {
    display: block;
}

.technologies-title {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 54px;
    position: relative;
    margin-left: 56px;
}

.technologies-title::after {
    content: '';
    border-radius: 10px;
    background: #0044F3;
    width: 60px;
    height: 60px;
    transform: rotate(45deg);
    top: -10px;
    left: -44px;
    position: absolute;
    z-index: -1;
}

.technologies-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.technologies-box>p {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.technologies-box>p:not(:last-child) {
    margin-bottom: 28px;
}

.technologies-box>p img {
    width: revert-layer;
    height: 100%;
    min-width: 20px;
}

.technologies-box>p img:not(:last-child) {
    margin-right: 31px;
}

.blog {

    padding: 93px 0 152px;
    overflow: hidden;
}

.blog .container {
    position: relative;
    justify-content: space-between;
    align-items: baseline;
}

.blog-title {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 64px;
    font-weight: 700;
    width: fit-content;
    margin-bottom: 50px;
    margin-left: 56px;
    position: relative;
}

.blog-title>span {
    position: relative;
    z-index: 2;
}

.blog-title::after {
    content: '';
    border-radius: 10px;
    background: #0044F3;
    width: 60px;
    height: 60px;
    transform: rotate(45deg);
    top: -10px;
    left: -44px;
    position: absolute;
    z-index: 1;
}

.blog-link {
    color: #0580F2;
    opacity: 1;
    transition: opacity .25s ease;
    font-family: 'Montserrat';
    font-size: 18px;
    padding: 14px 25px;
    font-weight: 500;
    border-radius: 60px;
    border: 1px solid #0580F2;
    width: fit-content;
    white-space: nowrap;
}

.blog-link:hover {
    opacity: 0.8;
}

.swiper-slide {
    width: 380px;
    height: 400px;
    border-radius: 15px;
}

.swiper-slide>img {
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 44.88%, #000 100%);
    background-repeat: no-repeat;
    object-fit: cover;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    display: none;
}

.swiper-button-next svg,
.swiper-button-prev svg,
.swiper-button-next,
.swiper-button-prev {
    width: 65px;
    height: 65px;

}

.swiper-button-next svg circle,
.swiper-button-prev svg circle {
    transition: opacity .25s ease;
}

.swiper-button-next:hover svg circle,
.swiper-button-prev:hover svg circle {
    opacity: 1;
}

.swiper-blog {
    width: 150%;
    height: auto;
    margin: auto;

    left: -15%;
}

.swiper-nav {
    position: absolute;
    left: 0;
    right: 0;
    width: 96%;
    bottom: -190px;
    margin: auto;
}

.blog-card-box {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 21px;
    z-index: 2;
}

.blog-card-box .title {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 3px;
}

.blog-card-box .date {
    color: #B0B0B0;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
}

.blog-link2 {
    display: none;
}

.blog-card::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 44.88%, #000 100%);
    width: 100%;
    height: 100%;
    display: block;
}

@media screen and (max-width: 1400px) {
    .consistency:nth-child(1) {
        margin-left: 0;
        max-width: 280px;

    }

    .top {
        height: 600px;
    }

}

@media screen and (max-width: 1350px) {
    .purpose-box {
        /* flex-wrap: wrap;*/
        grid-template-columns: repeat(2, 1fr);
    }

    /*   .purpose-box .purpose-cart {
        width: 49%;
    }*/

    /*   .purpose-box .purpose-cart:not(:last-child) {
        margin-bottom: 30px;
    }*/
}

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

    .consistency:nth-child(2),
    .consistency:nth-child(4) {
        bottom: -200px;
        max-width: 339px;
        position: absolute;
    }

    .consistency:nth-child(2)::after,
    .consistency:nth-child(4)::after {
        bottom: 180px;
    }

    .consistency:nth-child(4)::after {
        left: auto;
        right: 0;
    }

    .consistency:nth-child(4) {
        right: 0;
        text-align: right;
    }

    .sequence-box {
        justify-content: left;
    }

    .consistency:nth-child(3) {
        max-width: 330px;
        left: 14%;
    }

    .sequence {
        padding: 75px 0 200px;
    }

    .swiper-slide {
        height: auto;
    }

    .technologies-box>p:not(:last-child) {
        margin-bottom: 25px;
    }

    .technologies-box>p img:not(:last-child) {
        margin-right: 25px;
    }

}
@media screen and (max-width: 1030px){
    .breadcrumbs{
        top: -3px;
    }
}
@media screen and (max-width: 1000px) {
    .technologies-box>p:not(:last-child) {
        margin-bottom: 2%;
    }

    .technologies-box>p img:not(:last-child) {
        margin-right: 2%;
    }

}

@media screen and (max-width: 900px) {
    .purpose-cart-text {
        margin-bottom: 30px;
    }

    .purpose-title,
    .sequence-title,
    .technologies-title,
    .blog-title {
        font-size: 50px;
    }

    .works-project {
        height: auto;
    }
}

@media screen and (max-width: 800px) {
    .top-right {
        display: none;
    }

    .technologies {
        padding: 110px 0 60px;
    }
}
/*
@media screen and (max-width: 782px){
    .breadcrumbs{
        top: -35px;
    }
}*/
@media screen and (max-width: 750px) {

    /* .purpose-box .purpose-cart {
        width: 100%;
    }*/
    .purpose-box {
        /* flex-wrap: wrap;*/
        grid-column-gap: 0;
        grid-row-gap: 35px;
        grid-template-columns: repeat(1, 1fr);
    }

    .purpose-title,
    .sequence-title,
    .technologies-title,
    .blog-title {
        font-size: 45px;
    }

    .sequence-title {
        overflow-wrap: anywhere;
    }

    .consistency:nth-child(2),
    .consistency:nth-child(4) {
        max-width: 250px;
    }

    .consistency:nth-child(3) {
        max-width: 220px;
    }
}

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

    .consistency:nth-child(2),
    .consistency:nth-child(4) {
        position: relative;
    }

    .consistency:nth-child(2),
    .consistency:nth-child(4),
    .consistency:nth-child(1),
    .consistency:nth-child(3) {
        max-width: 100%;
        margin-bottom: 25px;
        left: auto;
        right: 0;
        margin-left: auto;
    }

    .consistency:nth-child(4) {
        text-align: left;
        margin-bottom: 0;
    }

    .sequence-box {
        flex-wrap: wrap;
        width: 80%;
        margin: 0 0 0 auto;
        padding-bottom: 0;
    }

    .consistency:nth-child(2),
    .consistency:nth-child(4) {
        bottom: 0;
    }

    .consistency:nth-child(2)::after,
    .consistency:nth-child(4)::after,
    .consistency:nth-child(3)::after {
        top: 0;
        left: -75px;
        right: auto;
        bottom: auto;
    }

    .sequence-box::after {
        height: 85%;
        width: 10px;
        bottom: auto;
        left: -54px;
    }

    .sequence {
        padding-bottom: 0;
    }

    .blog-link {
        display: none;
    }

    .blog-link2 {
        display: block;
        width: 95%;
        text-align: center;
        box-sizing: border-box;
        margin: 25px auto 0;
    }

    .technologies {
        padding: 110px 0 40px;
    }
}

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

    .breadcrumbs_box{
        font-size: 14px;
    }
    .purpose-box .purpose-cart {
        padding: 0;
    }

    .top-title {
        font-size: 36px;
        margin-bottom: 16px;
        line-height: normal;
    }

    .top-subtitle {
        font-size: 14px;
        line-height: 17px;
    }

    .top {
        height: auto;
        background: url("../img/222.png") lightgray 50% / cover no-repeat;
        padding-bottom: 26px;
        padding-top: 295px;
    }

    .service_desc {
        padding: 50px 0 58px;
    }

    .service_desc::after {
        display: none;
    }

    .purpose-title,
    .sequence-title,
    .technologies-title,
    .works-title,
    .blog-title,
    .service_desc-title {
        font-size: 35px;
        margin-left: 32px;
        margin-bottom: 30px;
    }

    .purpose-title::after,
    .sequence-title::after,
    .technologies-title::after,
    .works-title::after,
    .blog-title::after,
    .service_desc-titl::aftere {
        width: 38px;
        height: 38px;
        top: -5px;
        left: -21px;
        border-radius: 5px;

    }

    .purpose-box .purpose-cart {
        border-radius: 10px;
    }

    .purpose-cart h3 {
        padding: 25px 25px 0;
        margin-bottom: 0;
        font-size: 24px;
    }

    .purpose-cart-text {
        margin-bottom: 12px;
        padding: 0 25px;
        font-size: 14px;
    }

    .purpose-cart ul {
        padding: 15px 25px 15px 45px;
    }

    .purpose-cart li {
        font-size: 14px;
    }

    .purpose-price {
        margin: 15px 25px 25px;
        font-size: 14px;
        width: calc(100% - 50px);
        box-sizing: border-box;
        text-align: center;
    }

    .works-project-box {
        grid-template-columns: repeat(1, 1fr);

        grid-row-gap: 10px;
    }

    .sequence-title {
        max-width: 85%;
    }

    .top-btn {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .top-left-box {
        flex-wrap: wrap;
    }

    #works-project-add {
        margin: 25px auto 0;
        padding: 14px 69px;
        font-size: 18px;


    }

    .sequence {
        margin-top: 25px;
        padding: 35px 0 0;
    }

    .consistency span,
    .service_desc-box {
        font-size: 14px;
    }

    .top-left-box span {
        margin: 0 auto;
    }

    .blog {
        padding: 65px 0 50px;

    }

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

    .blog-link2 {
        margin: 20px auto 0;
    }

    .technologies {
        padding: 70px 0 20px;
    }
}
@media screen and (max-width: 500px){
    .breadcrumbs {
             top: -34px;
    }
} 
@media screen and (max-width: 400px) {
    .sequence-box {
        width: 78%;
    }

    .sequence-box::after {
        left: -45px;
    }

    .consistency:nth-child(2)::after,
    .consistency:nth-child(4)::after,
    .consistency:nth-child(3)::after {
        left: -65px;
    }

    .technologies {
        padding: 55px 0 0;
    }
}