

/* Start:/local/components/addamant/about.banner/templates/.default/style.css?17507519883664*/
.main-block.about-banner{
    margin-bottom: 100px;
    margin-top: -120px;
}

@media (max-width: 768px) {
    .main-block.about-banner{
        margin-bottom: 50px;
        margin-top: -60px;
    } 
}

.about-us__wrap{
    background: url(/local/components/addamant/about.banner/templates/.default/image/bg.png) no-repeat center;
    overflow: hidden;
    padding: 114px;
    border-radius: 48px;
    display: flex;
    flex-wrap: wrap;
}

.about-us__block-title,
.about-us__block-button-wrap{
    max-width: 50%;
    width: 100%;
}

.about-us__block-button-wrap{
   text-align: right;
}

.about-us__block-title h1,
.about-us__block-title .h1-heading{
    font-size: 120px;
    line-height: 93px;
    letter-spacing: -6%;
}

.about-us__block-title .h2-heading{
    color: var(--grey);
}

.about-us__block-button-wrap .button.active{
    flex-direction: column;
    max-width: 513px;
    width: 100%;
    padding: 20px 32px;
    margin: 0;
    font-weight: 500;
    margin-left: auto;
    text-align: center;
    background-color: var(--white);
}

.about-us__block-button-wrap .button.active:hover{
    box-shadow: 4px 4px 48px 0px #18233A14;
}

.about-us__block-button-wrap .button svg{
    margin-right: 10px;
}

.about-us__block-button-wrap .button span:last-child{
    display: flex;
    font-size: 18px;
    line-height: 110%;
    align-items: center;
    margin-top: 8px;
}

.about-us__block-acceptance-wrap{
    max-width: 100%;
    width: 100%;
    display: flex;
    margin-top: 100px;
    justify-content: space-between;
}

.about-us__block-acceptance svg{
    margin-bottom: 16px;
}

.about-us__block-acceptance h3,
.about-us__block-acceptance .h3-heading{
    line-height: 120%;
    font-weight: 400;
}

@media (max-width: 1440px) {
    .about-us__wrap{
        padding: 64px;
    }
}

@media (max-width: 1240px) {
    .about-us__block-button-wrap{
        order: 3;
        margin-top: 64px;
        max-width: 100%;
    }

    .about-us__block-title,
    .about-us__block-button-wrap .button.active{
        max-width: 100%;
    }

    .about-us__block-acceptance-wrap{
        margin-top: 64px;
    }

    .about-us__block-title h1,
    .about-us__block-title .h1-heading{
        font-size: 100px;
        line-height: 78px;
    }

    .about-us__block-title h2,
    .about-us__block-title .h2-heading{
        font-size: 34px;
        line-height: 120%;
    }

    .about-us__block-acceptance h3,
    .about-us__block-acceptance .h3-heading{
        font-size: 24px;
    }
}

@media (max-width: 1023px) {
    .about-us__wrap{
        padding: 32px;
    }

    .about-us__block-title h1,
    .about-us__block-title .h1-heading{
        font-size: 80px;
        line-height: 62.4px;
    }

    .about-us__block-title h1,
    .about-us__block-title .h1-heading{
        margin-bottom: 32px;
    }

    .about-us__block-acceptance-wrap{
        flex-direction: column;
    }
    
    .about-us__block-acceptance:not(:last-child){
        margin-bottom: 32px;
    }

}

@media (max-width: 767px){
    .about-us__block-title h1,
    .about-us__block-title .h1-heading{
        font-size: 60px;
        line-height: 46.8px;
    }

    .about-us__block-title h2,
    .about-us__block-title .h2-heading{
        font-size: 18px;
        line-height: 120%;
    }

    .about-us__block-acceptance h3,
    .about-us__block-acceptance .h3-heading{
        font-size: 18px;
    }

    .about-us__block-acceptance-wrap,
    .about-us__block-button-wrap{
        margin-top: 32px;
    }
    
    .about-us__block-button-wrap .button span:last-child{
        flex-direction: column;
        margin-top: 16px;
    }

    .about-us__block-button-wrap .button svg{
        margin-right: 0;
        margin-bottom: 10px;
    }
}
/* End */


/* Start:/local/components/addamant/about.achievements/templates/.default/style.css?17507519892475*/
.achievements-list-title{
    margin-bottom: 64px;
    color: var(--grey);
}

.achievement-item{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--dark);
}

.achievement-item:not(:last-child){
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--dark);
}

.achievement-item-level{
    font-size: 60px;
    line-height: 66px;
    max-width: 267px;
    width: 100%;
    margin-right: 16px;
}

.achievement-item-name{
    font-size: 24px;
    line-height: 28.8px;
    text-decoration: underline;
    max-width: 440px;
    width: 100%;
    margin-right: 16px;
}

.achievement-item-gif{
    max-width: 180px;
    width: 100%;
    height: 96px;
    margin-right: 16px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.achievement-item-gif img{
    opacity: 0;
    transition: 0.3s;
    min-width: 100%;
    min-height: 100%;
    flex-shrink: 0;
}

.achievement-item:hover .achievement-item-gif img{
    opacity: 1;
}

.achievement-item:hover .achievement-item-level{
    color: var(--grey);
}
.achievement-item:hover .achievement-item-preview svg rect:first-child{
    fill: #F5F5F5;
}
.achievement-item:hover .achievement-item-preview svg rect{
    fill: var(--dark);
}

.achievement-item-preview{
    max-width: 729px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.achievement-item-preview span{
    opacity: 50%;
}

.achievement-item-preview svg{
    margin-left: 24px;
}

@media (max-width:1240px) {
    .achievement-item{
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }

    .achievement-item-gif img{
        opacity: 1;
    }

    .achievement-item-gif {
        position: absolute;
        top: 0;
        right: 0;
    }

    .achievement-item-preview{
        justify-content: flex-start;
    }

    .achievement-item-preview svg{
        order: 1;
        margin-left: 0;
        margin-right: 16px;
    }

    .achievement-item-preview span{
        order: 2;
    }

    .achievement-item-level,
    .achievement-item-name,
    .achievement-item-gif{
        margin-bottom: 24px;
        margin-right: 0;
    }
}

@media (max-width:1023px) {
    .achievement-item-level{
        font-size: 42px;
        line-height: 46.2px;
    }
}

@media (max-width:767px) {
    .achievement-item-gif{
        position: static;
    }
}
/* End */


/* Start:/local/components/addamant/about.we.work/templates/.default/style.css?17507519896482*/
.we-work__block-top{
    display: flex;
    margin-bottom: 64px;
    justify-content: space-between;
}

.we-work__block-top-wrap{
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.we-work__block-top-title,
.we-work__block-top-wrap h1,
.we-work__block-top-wrap .h1-heading,
.we-work__block-top-text{
    width: 100%;
    margin-right: 12px;
}

.we-work__block-top-title{
    max-width: 407px; 
}

.we-work__block-top-wrap h1,
.we-work__block-top-wrap .h1-heading{
    max-width: 686px;
    margin-bottom: 0;
}

.we-work__block-top-text{
    max-width: 547px;
    margin-right: 0;
}

.we-work__block-bottom{
    display: flex;
    align-items: end;
}

.we-work__block-bottom>div {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 32px;
    padding: 32px;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
}

.we-work__block-bottom>div:not(:last-child){
    margin-right: 12px;
}

.we-work__block1{
    max-width: 407px;
    background-color: var(--dark);
    min-height: 520px;
}

.we-work__block1 a{
    text-decoration: none;
    align-items: center;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.we-work__block1 .we-work__block-text{
    display: flex;
    flex-direction: column;
}

.we-work__block1 .button{
    margin: 0;
}

.we-work__block1 .button:hover{
    background-color: var(--white);
}

.we-work__block1 .button:hover svg path{
    stroke: var(--dark);
}

.we-work__block1 .we-work__block-text span:first-child{
    font-size: 60px;
    line-height: 66px;
    margin-bottom: 8px;
}

.we-work__block1 .we-work__block-text span:nth-child(2){
    margin-bottom: 32px;
}

.we-work__block-bottom .we-work__block2{
    padding: 0;
    max-width: 407px;
    background:url(/local/components/addamant/about.we.work/templates/.default/image/videva.gif)no-repeat center center;
    min-height: 420px;
    background-size: cover;
}

.we-work__block2 h3,
.we-work__block2 .h3-heading{
    position: absolute;
    bottom: 32px;
    left: 32px;
    padding-right: 32px;
}

.we-work__block-bottom .we-work__block3{
    max-width: 267px;
    padding: 0;
    min-height: 520px;
    justify-content: flex-end;
}

.we-work__block3 .we-work__block-inner{
    background-color: var(--light-grey);
    padding: 32px;
    display: flex;
    flex-direction: column;
    border-radius: 32px;
    max-width: 267px;
    height: 273px;
}

.we-work__block-inner span{
    margin-top: 16px;
}

.we-work__block3 h4,
.we-work__block3 .h4-heading{
    margin-bottom: 16px;
}

.we-work__block3 img{
    max-width: 46px;
    height: auto;
}

.we-work__block4{
    max-width: 547px;
    background-color: var(--dark-violet);
    min-height: 520px;
    background-image: url('/local/components/addamant/about.we.work/templates/.default/image/photo.png');
    background-position: bottom right;
    background-repeat: no-repeat;
}

.we-work__block4 h3,
.we-work__block4 .h3-heading{
    margin-bottom: 99px;
}

.we-work__block4 .button{
    max-width: 193px;
    margin: 0;
    margin-top: 24px;
}

.we-work__block4 .button span{
    white-space: nowrap;
}

.we-work__block4 .we-work__block-text span{
    opacity: 0.5;
    max-width: 262px;
    display: block;
}

.we-work__block4 .we-work__block-text span:nth-child(3){
    position: absolute;
    right: 32px;
    bottom: 32px;
    font-size: 14px;
    line-height: 18.2px;
}

@media (max-width:1500px) and (min-width: 1321px) {
    .we-work__block4{
        background-image: none;
    }

    .we-work__block4 .we-work__block-text span:nth-child(3){
        display: none;
    }

    .we-work__block-top-wrap h1,
    .we-work__block-top-wrap .h1-heading{
        max-width: 541px;
    }
    
    .we-work__block-top-text{
        max-width: 404px;
        margin-right: 0;
    }

    .we-work__block4,
    .we-work__block1{
        max-width: 357px;
    }
}

@media (max-width:1320px){
    .we-work__block-bottom>div:not(:last-child){
        margin-right: 1%;
    }

    .we-work__block-top-wrap{
        flex-direction: column;
    }
    
    .we-work__block-top-title{
        margin-bottom: 32px;
    }
    
    .we-work__block-top-text{
        max-width: 474px;
    }

    .we-work__block-top{
        align-items: flex-start;
    }

    .we-work__block-bottom{
        flex-wrap: wrap;
        justify-content: center;
    }

    .we-work__block-bottom>div{
        width: 100%;
        max-width: 49.5%!important;
    }

    .we-work__block-bottom div.we-work__block1{
        margin-bottom: 12px; 
    }

    .we-work__block-bottom div.we-work__block2{
        margin-right: 0;
        margin-bottom: 12px;
    }

    .we-work__block-bottom div.we-work__block3{
        justify-content: flex-start;
        align-items: flex-end;
    }
}

@media (max-width:1024px){
    .we-work__block-bottom>div{
        width: 100%;
        max-width: 49.2%!important;
    }
    
    .we-work__block-bottom>div:not(:last-child){
        margin-right: 1.6%;
    }

    .we-work__block-bottom div.we-work__block2{
        margin-right: 0;
    }
}

@media (max-width:1023px){
    .we-work__block-bottom div.we-work__block1{
        margin-right: 0;
        max-width: 100%!important;
        min-height: 363px;
    } 

    .we-work__block-top{
        flex-direction: column;
        margin-bottom: 32px;
        flex-wrap: wrap;
    }

    .we-work__block-top-wrap{
        margin-bottom: 32px;
        width: 100%;
    }

    .we-work__block-bottom div.we-work__block2{
        min-height: 273px;
        margin-right: 1.6%;
        max-width: 60.4%!important;
    }

    .we-work__block2 h3{
        max-width: 180px;
    }

    .we-work__block-bottom div.we-work__block3{
        margin-right: 0;
        margin-bottom: 12px;
        min-height: 273px;
        max-width: 38%!important;
    }

    .we-work__block3 .we-work__block-inner{
        max-width: 100%;
        width: 100%;
    }

    .we-work__block3 h4,
    .we-work__block3 .h4-heading{
        max-width: 220px;
    }

    .we-work__block-bottom div.we-work__block4{
        max-width: 100%!important;
        min-height: 475px;
    } 
}

@media (max-width:767px){
    .we-work__block-bottom div.we-work__block2,
    .we-work__block-bottom div.we-work__block3{
        max-width: 100%!important;
    }

    .we-work__block-bottom div.we-work__block2{
        min-height: 343px;
        margin-right: 0;
    }
    
    .we-work__block4{
        background-image: none;
    }

    .we-work__block4 .we-work__block-text span:nth-child(3){
        display: none;
    }
}
/* End */


/* Start:/local/components/addamant/about.clients/templates/.default/style.css?17507519881515*/
.clients__block-wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.clients__block-left{
    max-width: 547px;
    width: 100%;
    margin-right: 12px;
}

.clients__block-right{
    max-width: 1105px;
    width: 100%;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}

.client-item{
    background-color: var(--light-grey);
    padding: 24px 32px;
    border-radius: 32px;
    text-align: center;
    display: flex;
}

.client-item img{
    max-width: 203px;
}

@media (max-width:1590px) {
    .clients__block-left{
        max-width: 539px;
        width: 100%;
    }

    .clients__block-right{
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }
}

@media (max-width:1340px) {
    .clients__block-wrapper{
        flex-wrap: wrap;
    }

    .clients__block-left{
        margin-bottom: 64px;
    }

    .clients__block-right{
        max-width: 100%;
    }
}

@media (max-width:890px){
    .clients__block-left,
    .clients__block-left h1,
    .clients__block-left .h1-heading{
        margin-bottom: 32px;
    }

    .clients__block-right{
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(6, 1fr);
    }
}

@media (max-width:600px){
    .clients__block-right{
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(12, 1fr);
    }
}
/* End */


/* Start:/local/components/addamant/about.team/templates/.default/style.css?17507519881093*/
.team-lines__title{
    font-size: 120px;
    line-height: 108px;
    letter-spacing: -0.06em;
    text-align: center;
    max-width: 1063px;
    margin: 0 auto 100px;
}

.team-line__wrapper:nth-child(2){
    margin-bottom: 16px;
}

.team-line__wrapper .team-line__item{
    display: flex;
    align-items: center;
    padding: 16px 24px;
    border-radius: 64px;
    background-color: var(--light-grey);
    margin-right: 16px;
    border: 1px solid var(--special-grey);
}

.team-line__wrapper .team-line__item img{
    margin-right: 12px;
}

@media (max-width:1200px) {
    .team-lines__title{
        font-size: 100px;
        line-height: 90px;
        padding: 0 16px;
    }
}

@media (max-width:1023px) {
    .team-lines__title{
        font-size: 80px;
        line-height: 72px;
        margin-bottom: 64px;
    }
}

@media (max-width:767px) {
    .team-lines__title{
        font-size: 60px;
        line-height: 54px;
        max-width: 343px;
    }

    .team-lines__title>span{
        display: block;
    }
    .team-lines__title span span{
        word-break: break-word;
    }
}
/* End */


/* Start:/local/components/addamant/about.gallery/templates/.default/style.css?17507519882144*/
.gallery-list-wrap {
    display: grid; 
    grid-auto-columns: 1fr 1fr; 
    grid-auto-rows: 1fr; 
    grid-template-columns: 1fr 1fr 1fr 1fr; 
    grid-template-rows: 1fr 1fr; 
    gap: 12px; 
    grid-template-areas: 
      "item1 item2 item3 item3"
      "item1 item4 item4 item5"; 
}

.gallery-item{
    border-radius: 32px;
    height: 364px;
    overflow: hidden;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s;
    display: flex;
    align-self: center;
    justify-content: center;
}

.gallery-item video{
    object-fit: cover;
    width: 100%;
}

.gallery-item:hover .gallery-item-stub{
    opacity: 0;
}

.gallery-item-stub{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s;
}

.item1 { 
    grid-area: item1; 
    height: 740px;
    width: 547px;
}

.item2 { 
    grid-area: item2; 
}

.item3 { 
    grid-area: item3; 
}

.item4 {
    grid-area: item4; 
}

.item5 { 
    grid-area: item5; 
}

@media (max-width:1440px) {
    .gallery-item{
        height: 299.5px;
    }

    .item1 { 
        height: 611px;
        width: 451px;
    }
}

@media (max-width:1200px) {
    .item1 {  
        height: 611px;
        width: 351px;
    }
}

@media (max-width:1024px) {
    .gallery-item{
        height: 205.8px;
    }

    .item1 { 
        height: 423.6px;
        width: 313px;
    }
}

@media (max-width:880px) {
    .item1 { 
        height: 423.6px;
        width: 253px;
    }
}

@media (max-width:840px) {
    .item1 { 
        height: 423.6px;
        width: 213px;
    }
}

@media (max-width:768px) {
    .gallery-item{
        height: 150.8px;
    }

    .item1 { 
        height: 313px;
        width: 231.8px;
    }
}

@media (max-width:660px) {
    .gallery-list-wrap {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .gallery-item{
        height: 180px;
    }

    .gallery-item:not(:last-child){
        margin-bottom: 12px;
    }

    .item1{
        height: 313px;
        width: 100%;
    }
}

/* End */


/* Start:/local/components/addamant/request.starting/templates/.default/style.css?175075198910102*/
.request-starting.container {
    padding: 0 20px;
}

.request-starting__wrapper {
    position: relative;
    border-radius: 48px;
    overflow: hidden;
    width: 100%;
    max-width: 1734px;
    margin: 0 auto 180px auto;
}

.request-starting__inner {
    padding: 20px 0;
    max-width: 1684px;
    width: 100%;
    margin: 0 auto;
}

.request-starting__main-inner {
    padding: 100px 0;
    position: relative;
}

.request-starting__inner .request-starting__inner{
    padding: 0;
}

.request-starting.container{
    padding: 0;
}

.request-starting__subtexts {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 114px 0;
}

.request-starting__title {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: auto;
    height: 126px;
}

.about-us__page .request-starting__title{
    height: 226px;
    max-width: 90%;
}

.request-starting__title-text {
    font-size: 180px;
    font-style: normal;
    font-weight: 500;
    line-height: 78%;
    letter-spacing: -0.06em;
    color: var(--white);
    user-select: none;
    text-align: center;
}

.light .request-starting__title-text{
    color: var(--dark);
}

.about-us__page .request-starting__title-text{
    max-width: 90%;
}

.request-starting__tags {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 8px auto;
    width: fit-content;
    min-height: 66px;
    flex-wrap: wrap;
}

.request-starting__tag {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 16px;
    white-space: nowrap;
    border-radius: 16px;
    border: 1px solid var(--grey);
    margin-right: 12px;
    margin-bottom: 12px;
}

.light .request-starting__tag{
    background-color: var(--white);
    border: 1px solid var(--white);
}

.request-starting__tag:last-child{
    margin-right: 12px;
}

.request-starting__tag-text {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; 
    letter-spacing: -0.144px;
    color: rgba(255, 255, 255, 0.50);
}

.light .request-starting__tag-text{
    color: var(--grey);
}

.filter-unset {
    filter: unset !important;
}

.outstaff-blob-position {
    top: 55px;
}

.request-starting__tag-color {
    display: block;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    margin-left: 12px;
}

.request-starting__subtext {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: var(--grey);
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.84px;
    width: 100%;
}

.request-starting__subtext-text {
    display: flex;
    flex-direction: column;
}

.request-starting__subtext-text a {
    color: var(--lime);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.light .request-starting__subtext-text a{
    color: #753EED;
}

.request-starting__subtext .request-starting__subtext-text:nth-child(1) {
    text-align: start;
}

.request-starting__subtext .request-starting__subtext-text:nth-child(2) {
    text-align: end;
}

.request-starting__blob {
    display: block;
    width: 100%;
    min-height: 247px;
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.hidden-blob #request-starting__blob-item {
   /*opacity: 0;
   transform: scale(0.5);*/
}

#request-starting__blob-item {
    position: absolute;
    transition: var(--transition);
    max-width: 750px;
    max-height: 750px;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: visible;
    right: 0;
    left: 0;
    margin: auto;
    /* filter: invert(1); */
    mix-blend-mode: difference;
    transition: var(--transition);
}

.light #request-starting__blob-item{
    mix-blend-mode: multiply;
}


#request-starting__blob-item .blob-text {
    mix-blend-mode: initial;
    filter: invert(1);
    font-size: 60px;
    color: var(--white);
}

.light #request-starting__blob-item .blob-text{
    color: black;
}

.starting-request-svg {
    display: none;
}

.request-starting__canvas {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    height: fit-content;
    width: 100%;
    z-index: 1;
}

.request-starting__title,
.request-starting__tags,
.request-starting__subtexts {
    z-index: 1;
    position: relative;
}

.starting-request {
    width: 100%;
    /* height: 100%; */
    /* width: 720px; */
    /* height: 946px; */
    height: auto;
  }
  
#canvas-starting-request {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    filter: brightness(1.06);

    width: 700px;
    height: 700px;
}

#request__tags-slider {
    display: none;
    margin-bottom: 20px;
}

.request-starting.outstaff .request-starting__tag .request-starting__tag-color{
    display: none;
}

.request-starting.outstaff .request-starting__tag{
    text-transform: capitalize;
    order: 3;
}

.request-starting.outstaff .request-starting__tag:nth-child(1){
    order: 1;
}

.request-starting.outstaff .request-starting__tag:nth-child(6){
    order: 2;
}

@media (max-width: 1920px) {
    .starting-request {
        height: 871px;
    }
}

@media (max-width: 1440px) {
    .request-starting__title-text {
        font-size: 162px;
    }
    .request-starting__subtexts {
        margin: 0 96px 0 96px;
    }
    .request-starting__blob {
        min-height: 262px;
    }
}

@media (max-width: 1330px) {
    .request-starting__title-text {
        font-size: 133px;
    }
}

@media (max-width: 1100px) {
    .request-starting__title-text {
        font-size: 113px;
    }
    .request-starting__blob {
        min-height: 300px;
    }
}

@media (max-width: 1024px) {
    #canvas-starting-request {
        width: 450px;
        height: 450px;
    }
    .about-us__page .request-starting__title-text{
        max-width: 95%;
    }
}

@media (max-width: 924px) {
    .request-starting__main-inner {
        background: var(--Main-Dark, #18233A);
        padding: 88px 0;
    }
    .request-starting__inner{
        padding: 0;
    }
    /*.request-starting__canvas {
        display: none;
    }*/
    #canvas-starting-request {
        width: 400px;
        height: 400px;
    }
    .request-starting__tags {
        margin: 0 32px 20px 32px;
    }
    .request-starting__subtexts {
        margin: 0 32px 88px 32px;
    }
    .request-starting__title-text {
        font-size: 92px;
        line-height: 78%;
    }
    .request-starting__title {
        white-space: initial;
        text-align: center;
        max-width: 460px;
        margin: 0 auto;
    }
    .request-starting__blob {
        min-height: 141px;
    }
}

@media (max-width: 824px) {
    .starting-request {
        height: 668px;
    }
    .request-starting__subtext {
        font-size: 34px;
    }
    #canvas-starting-request {
        height: 450px;
        width: 450px;
    }
    #request-starting__blob-item .blob-text {
        font-size: 42px;
    }
    #request-starting__blob-item .blob-wrapper {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        bottom: 0;
        margin: auto;
    }
    #request-starting__blob-item .blob-canvas {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        bottom: 0;
    }
    .request-starting__subtexts {
        margin-bottom: 0;
    }
    .request-starting__tags {
        display: block;
        white-space: nowrap;
        overflow-x: scroll;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0 32px;
    }
    .request-starting__tags::-webkit-scrollbar {
        height: 0;
    }

    .request-starting__tag {
        margin-right: 12px !important;
        margin-bottom: 0;
    }

    .request-starting__tags {
        display: none;
    }

    #request__tags-slider {
        display: block;
        /* z-index: 1000; */
    }

}

@media (max-width: 768px) {
    #request-starting__blob-item {
        top: -30px;
    }
    .starting-request {
        width: 100%;
    }
    .request-starting.container {
        padding: 0;
    }
    .request-starting__wrapper{
        margin-bottom: 90px;
    }
}
@media (max-width: 680px) {
    .request-starting__title-text{
        font-size: 70px;
        line-height: 54.6px;
    }

    .about-us__page .request-starting__title-text{
        max-width: 343px;
    }
}
@media (max-width: 570px) {
    .request-starting__subtext {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .request-starting__subtext-text {
        text-align: center !important;
    }
    .request-starting__subtext-text:nth-child(1){
        margin-bottom: 24px;
    }
    .starting-request {
        height: 976px;
    }
    .request-starting__blob {
        min-height: 336px;
    }
    #request-starting__blob-item {
        top: 0;
    }
}
@media (max-width: 525px) {
    .contact-big-form .request-starting__title-text{
        max-width: 280px;
        word-break: break-word;
    }
    .outstaff-big-form .request-starting__title-text{
        max-width: 335px;
        word-break: break-word;
    }
    .request-starting__title-text {
        font-size: 70px;
    }
}
@media (max-width: 500px) {
    .request-starting__subtext {
        letter-spacing: -0.34px;
        line-height: 120%;
    }
    .request-starting__blob {
        width: 100%;
    }
    #canvas-starting-request {
        min-height: 330px;
        min-width: 330px;
    }
}
/* End */


/* Start:/local/components/addamant/about.us/templates/.default/style.css?1750751989757*/
.exactly-us__block-wrap{
    display: flex;
}

.exactly-us__block{
    padding: 32px;
    border-radius: 32px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--light-grey);
    width: 33.33%;
}

.exactly-us__block:not(:last-child){
    margin-right: 12px;
}

.exactly-us__block>span:first-child{
    margin-bottom: 24px;
}

.exactly-us__block span span{
    display: block;
    margin-bottom: 24px;
}

@media (max-width:1023px) {
    .exactly-us__block-wrap{
        flex-wrap: wrap;
    }

    .exactly-us__block:not(:last-child){
        margin-right: 0;
    }

    .exactly-us__block{
        width: 100%;
        margin-bottom: 12px;
        min-height: 242px;
    }
}
/* End */


/* Start:/local/components/addamant/about.questions/templates/.default/style.css?17507519892260*/
.questions-item{
    display: flex;
    justify-content: space-between;
}

.questions-item span{
    display: block;
}

.questions-item__block-left{
    max-width: 578px;
    width: 100%;
    margin-right: 128px;
}

.questions-item__block-right{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 958px;
    width: 100%;
}

.questions-item__block-right img{
    margin-right: 12px;
    max-width: 120px;
}

.questions-item__text{
    background-color: var(--light-grey);
    padding: 32px;
    border-radius: 32px;
}

.questions-item__text>span:first-child,
.questions-item__block-left span{
    margin-bottom: 24px;
}

.questions-list .splide__arrows{
    max-width: 1664px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 64px;
}

.questions-list .splide__arrow{
    border-radius: 50px;
    padding: 24px 32px;
    background-color: var(--light-grey);
    position: unset;
    height: auto;
    width: auto;
    margin: 0;
    opacity: 1!important;
    transform: none;
}

.questions-list .splide__arrow:hover{
    background-color: var(--special-grey);
}

.questions-list .splide__arrow:focus{
    background-color: var(--special-grey);
}

.questions-list .splide__arrow:focus svg path{
    stroke: var(--dark);
}

.questions-list .splide__arrow+.splide__arrow{
    margin-left: 16px;
}

.questions-list .splide__arrow svg{
    width: 24px;
    height: 24px;
}

.questions-list .splide__list{
    align-items: flex-start;
}

@media (max-width:1600px) {
    .questions-item__block-left{
        margin-right: 64px;
    }
}

@media (max-width:1340px) {
    .questions-item{
        flex-wrap: wrap;
        flex-direction: column;
    }

    .questions-item__block-left{
        margin-right: 0;
        margin-bottom: 64px;
    }

    .questions-item__block-right{
        max-width: 100%;
    }
}

@media (max-width:1023px) {
    .questions-list .splide__arrows,
    .questions-item__block-left{
        margin-bottom: 32px;
    }
}

@media (max-width:767px) {
    .questions-item__block-right{
        flex-wrap: wrap;
    }

    .questions-item__block-right img{
        margin-bottom: 12px;
    }

    .questions-item__text{
        max-width: 100%;
    }
}
/* End */


/* Start:/local/components/addamant/form/templates/becometeam/addamant/form.result.new/becometeam/style.css?17507519902424*/
.form-wrap .form-head{
    margin: 56px 0 24px;
    text-align: center;
}
.form-wrap .form-data .main-input-block{
    margin-bottom: 24px;
}
.form-wrap .btn-wrap,
.form-wrap .form-userconsent{
    text-align: center;
}
.form-wrap .btn-wrap .button{
    margin: 0;
    margin-bottom: 12px;
    max-width: 328px;
    width: 100%;
}
.form-wrap .form-userconsent a{
    color: var(--grey);
    text-decoration: none;
}
.form-wrap .form-success{
    margin: 56px 0 24px;
    text-align: center;
}
.form-wrap .form-success h2,
.form-wrap .form-success p{
    margin-top: 24px;
}
.form-wrap .form-success .button{
    margin: 0 auto;
    margin-top: 32px;
}
.form-wrap .main-input-block.input-hide{
    display: none;
}
.form-wrap .main-input-block.input-file{
    background-color: var(--light-grey);
    border-radius: 24px;
    padding: 24px;
    text-align: center;
    width: 100%;
}
.form-wrap .main-input-block.input-file p{
    margin-bottom: 24px;
}
.form-wrap.inputfile-form .form-data{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-wrap.inputfile-form .btn-wrap{
    width: 100%;
    align-items: center;
}
.form-wrap.inputfile-form .main-input-block:not(.input-file){
    width: 48.5%;
}
.form-wrap.inputfile-form .button-main.disabled{
    background-color: var(--light-grey);
    pointer-events: none;
}
.main-input-block.input-file .input-file-list{
    display: none;
    max-width: 280px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 54px;
    line-height: 54px;
    position: relative;
    padding: 0 72px 0 32px;
    cursor: pointer;
}
.main-input-block.input-file .input-file-list::before{
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 16px;
    background-image: url(/local/components/addamant/form/templates/becometeam/addamant/form.result.new/becometeam/image/check.svg);
}
.main-input-block.input-file .input-file-list::after{
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: 24px;
    top: 16px;
    background-image: url(/local/components/addamant/form/templates/becometeam/addamant/form.result.new/becometeam/image/cart.svg);
}
.main-input-block.input-file .input-file-list.active{
    display: block;
}
.main-input-block.input-file .input-file-button.hide{
    display: none;
}
@media (max-width: 1023px){
    .form-wrap.inputfile-form .main-input-block:not(.input-file){
        width: 100%;
    }
}
@media (max-width: 1023px){
    .form-wrap .main-input-block.input-file{
        padding: 24px 16px;
    }
}
/* End */
/* /local/components/addamant/about.banner/templates/.default/style.css?17507519883664 */
/* /local/components/addamant/about.achievements/templates/.default/style.css?17507519892475 */
/* /local/components/addamant/about.we.work/templates/.default/style.css?17507519896482 */
/* /local/components/addamant/about.clients/templates/.default/style.css?17507519881515 */
/* /local/components/addamant/about.team/templates/.default/style.css?17507519881093 */
/* /local/components/addamant/about.gallery/templates/.default/style.css?17507519882144 */
/* /local/components/addamant/request.starting/templates/.default/style.css?175075198910102 */
/* /local/components/addamant/about.us/templates/.default/style.css?1750751989757 */
/* /local/components/addamant/about.questions/templates/.default/style.css?17507519892260 */
/* /local/components/addamant/form/templates/becometeam/addamant/form.result.new/becometeam/style.css?17507519902424 */
