

/* Start:/local/components/addamant/text.author/templates/services/style.css?17507519884888*/
.services-page .text-author-wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.services-page .text-author-wrapper .text-author.card-item{
    max-width: 965px;
    width: 100%;
    background-color: #18233A;
    background-image: url(/local/components/addamant/text.author/templates/services/img/img_bg_banner.png), url(/local/components/addamant/text.author/templates/services/img/net.png),
    linear-gradient(to right, #18233A, #18233A);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: center center, 99% 14px;
}
.services-page .text-author-worker{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.services-page .text-author-titles{
    max-width: 687px;
    margin-right: 12px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.services-page .text-author-titles h1{
    margin-bottom: 64px;
    display: flex;
    align-items: flex-end;
}
.services-page .text-author-titles h1 svg{
    transform: rotate(90deg);
    height: 56px;
    width: 56px;
    margin-right: 24px;
}
.services-page .text-author-titles h3{
    display: flex;
    align-items: center;
    white-space: nowrap;
	max-width:fit-content;
}
.services-page .text-author-titles h3 + h3{
    margin-top: 12px;
}
.services-page .text-author-titles h3 a{
    color: var(--grey);
	text-decoration: none;
}
.services-page .text-author-titles h3:last-child a{
	text-decoration: none;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
    pointer-events: none;
}
.services-page .text-author-titles h3 svg {
    margin-left: 12px;
    height: 32px;
    width: 32px;
}
.services-page .text-author-titles h3:last-child svg {
	display: none;
}
.services-page .text-author-titles h3 svg path{
    stroke: var(--grey);
}
.services-page .text-author-titles h3:hover a{
    color: var(--black);
}
.services-page .text-author-titles h3:last-child:hover a{
    color: var(--grey);
}
.services-page .text-author-titles h3:hover svg path{
    stroke: var(--black);
}
.services-page .text-author.card-item h3{
    margin-bottom: -63px;
    max-width: 694px;
    width: 100%;
    line-height: 120%;
}
.services-page .text-author.card-item.dark h3,
.services-page .text-author.card-item.dark h4{
    color: var(--white);  
}
.services-page .text-author.card-item.dark h5{
    color: #FFFFFF80;
    font-weight: 400;
}
.services-page .text-author-worker .button{
    margin: 0;
}
.services-page .text-author-worker .button>svg{
    display: none;
}
.services-page .worker-info{
    text-align: right;
}
.services-page .worker-info img{
    margin-bottom: 16px;
    max-width: 80px;
    max-height: 80px;
}
@media screen and (max-width:1440px){
    .services-page .text-author.card-item h3{
        max-width: 550px;
    }
    .services-page .text-author-wrapper .text-author.card-item{
        max-width: 821px;
    }
}
@media screen and (max-width:1280px){
    .services-page .text-author-wrapper{
        flex-wrap: wrap;
    }
    .services-page .text-author-titles,
    .services-page .text-author-wrapper .text-author.card-item{
        margin-right: 0;
        max-width: 100%;
    }
    .services-page .text-author-titles h1{
        margin-bottom: 56px;
    }
    .services-page .text-author.card-item{
        margin-top: 64px;
    }
}
@media screen and (max-width:768px){
    .services-page .text-author-titles h3{
        font-size: 32px;
    }
    .services-page .text-author.card-item h3{
        max-width: 420px; 
    }
    .services-page .text-author.card-item{
        background-position: center center, 98% 14px;
    }
}
@media screen and (max-width:600px){
    .services-page .text-author.card-item h3{
        position: relative;
        margin-bottom: 32px;
        max-width: 270px; 
    }
    .services-page .text-author.card-item{
        flex-wrap: wrap;
        background-size: 544px, 204px;
        background-position: center center, 93% 14px;
        padding: 32px;
    }
    .services-page .text-author-worker{
        flex-wrap: wrap;
    }
    .services-page .text-author-worker .button{
        margin-top: 32px;
        order: 2;
    }
    .services-page .worker-info{
        order: 1;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        text-align: left;
        align-items: center;
    }
    .services-page .worker-text{
        margin-left: 16px;
    }
    .services-page .worker-info img{
        margin-bottom: 0px;
    }
}
@media (max-width: 370px) {
    .services-page .worker-info img{
        width: 65px;
        height: 65px;
        margin-right: 8px;
    }
    .services-page .worker-text{
        margin-left: 8px;
    }
}
@media (max-width: 350px) {
    .services-page .worker-info img{
        width: 55px;
        height: 55px;
        margin-right: 8px;
    }
    .services-page .worker-text{
        margin-left: 8px;
    }
}
/* End */


/* Start:/local/components/addamant/services.create/templates/.default/style.css?17507519891664*/
.create-services__wrap{
    display: flex;
}

.create-services__wrap>div{
    width: 100%;
}

.create-services_title{
    max-width: 966px;
    margin-right: 12px;
}

.create-services__block-wrap{
    max-width: 686px;
}

.create-services_title span{
    display: block;
    font-weight: 300;
    font-size: 132px;
    line-height: 126.72px;
    color: #C6C9CF;
    letter-spacing: -0.04em;
}

.create-services__wrap .move{
    transition: 0.3s;
}

.create-services__wrap.active .move{
    padding-left: 140px;
    color: var(--black);
}

.create-services__icon{
    display: flex;
    margin-bottom: 32px;
}

.create-services__icon svg + svg{
    margin-left: 12px;
}

.create-services__block-wrap h2{
    margin-bottom: 36px;
}

.create-services__block-wrap .text-grey{
    margin-bottom: 8px;
}

@media (max-width: 1440px) {
    .create-services__wrap.active .move{
        padding-left: 100px;
    }
}

@media (max-width: 1390px) {
    .create-services__wrap{
        flex-wrap: wrap;
    }

    .create-services_title{
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 64px;
    }
}

@media (max-width: 1023px) {
    .create-services_title span{
        font-size: 80px;
        line-height: 80px;
    }
}

@media (max-width: 767px) {
    .create-services__block-wrap {
        max-width: 600px;
    }

    .create-services_title span{
        font-size: 60px;
        line-height: 60px;
    }

    .create-services__block-wrap .text-md{
        font-size: 24px;
    }

    .create-services__icon svg{
        width: 96px;
    }
}

@media (max-width: 370px) {
    .create-services__wrap.active .move{
        padding-left: 60px;
    }
}
/* End */


/* Start:/local/components/addamant/services.cases/templates/.default/style.css?17507519893539*/
.service-link__wrap{
    text-align: right;
    margin-bottom: 64px;
}

.service-link{
    display: inline-block;
    text-decoration: none;
}

.service-link h3{
    display: flex;
    align-items: center;
    color: var(--grey);
    line-height: 120%;
}

.service-link svg{
    margin-left: 12px;
}

.service-link:hover h3{
    color: var(--black);
}

.service-link:hover svg path{
    stroke: var(--black);
}

.service-item__wrap+.service-item__wrap{
    margin-top: 12px;
}

.service-item__wrap{
    background-color: var(--light-grey);
    padding: 32px;
    border-radius: 32px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    min-height: 400px;
    transition: 0.3s;
    position: relative;
    text-decoration: none;
}

.service-item__wrap:hover,
.service-item__wrap.active{
    background-color: var(--special-grey);
}

.service-item__wrap:hover .service-item__worker-wrap,
.service-item__wrap.active .service-item__worker-wrap{
    opacity: 1;
}

.service-item__name{
    margin-bottom: 24px;
    color: var(--black);
}

.service-item__tags-wrap{
    display: flex;
    flex-wrap: wrap;
    max-width: 1296px;
    width: 100%;
}

.service-item__tag.tag{
    background-color: var(--white);
    margin:0 6px 6px 0;
    letter-spacing: -0.02em;
}

.service-item__tag.tag::after{
    display: none;
}

.service-item__info,
.service-item__picture{
    display: flex;
    flex-direction: column;
}

.service-item__text{
    margin-top: auto;
    max-width: 720px;
}

.service-item__picture img{
    margin-top: auto;
}

.service-item__worker-wrap{
    opacity: 0;
    position: absolute;
    right: 74px;
    bottom: 32px;
    display: flex;
    flex-direction: column;
    max-width: 214px;
    width: 100%;
}

.service-item__quote-text{
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    margin-bottom: 10px;
    color: var(--black);
}

.service-item__quote-wrap{
    background: #FFFFFF66;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    margin-bottom: 8px;
    padding: 16px;
    border-radius: 24px;
}

.service-item__worker-img{
    border-radius: 24px;
    width: 56px;
    height: 56px;
    background-size: cover;
    background-position: center;
}

@media (max-width: 1200px) {
    .service-item__tags-wrap{
        margin-bottom: 42px;
    }

    .service-item__info{
        max-width: 606px;
    }
}

@media (max-width: 900px) {
    .service-item__tags-wrap,
    .service-item__text{
        max-width: 356px;
    }

    .service-item__wrap:nth-child(1) .service-item__tag:last-child{
        max-width: 230px;
    }

    .service-item__wrap:nth-child(3) .service-item__tag:first-child{
        white-space: nowrap;
    }
}

@media (max-width: 720px) {
    .service-item__wrap{
        flex-direction: column;
    }
    
    .service-item__picture{
        margin-top: 48px;
    }

    .service-item__picture img{
        max-width: 256px;
        width: 100%;
        margin-left: auto;
    }
}

@media (max-width: 500px) {
    .service-item__wrap:nth-child(3) .service-item__tag:first-child{
        white-space: wrap;
    }

    .service-item__tag.tag{
        font-size: 14px;
        font-weight: 500;
        line-height: 18.2px;
    }

    .service-item__wrap:nth-child(3) .service-item__tag:first-child{
        max-width: 210px;
    }

    .service-item__wrap:nth-child(1) .service-item__tag:last-child{
        max-width: 190px;
    }

    .service-link__wrap {
        text-align: left;
        margin-bottom: 32px;
    }
}
/* End */


/* Start:/local/components/addamant/social.request/templates/.default/style.css?17507519903771*/
.services-question__wrap{
    max-width: 1106px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.services-question__wrap.main-page {
    margin-bottom: 200px;
}

.services-question__wrap .button.active {
    background-color: var(--dark);
    color: var(--white);
    max-width: 347px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 32px;
}

.services-question__wrap.main-page .button.active {
    padding-left: 48px;
    padding-right: 48px;
    max-width: fit-content;
}

.services-question__wrap .button:hover{
    background-color: #3E74ED;
}

.services-question__wrap .h4-heading{
    margin-bottom: 24px;
}

.services-question__social{
    margin: 32px 0;
    display: flex;
    justify-content: center;
}

.services-question__social a{
    display: flex;
    align-items: center;
    text-decoration: none;
}

.services-question__social a span{
    color: var(--grey);
    transition: 0.5s;
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    letter-spacing: -0.01em;
}

.services-question__social a:hover span{
    color: var(--dark);
}

.services-question__social a+a{
    margin-left: 32px;
}

.services-question__social a svg:first-child{
    margin-right: 12px;
}

.services-question__social a svg:first-child rect{
    stroke: #3E74ED;
    fill: #3E74ED;
    stroke-opacity: 1;
}
.services-question__social a svg:first-child path{
    fill: var(--white);
    fill-opacity: 1;
}

.services-question__social a svg:last-child{
    width: 32px;
    height: 32px;
    margin-left: 12px;
    display: none;
}

.services-question__social a svg:last-child path{
    stroke: var(--grey);
}

.services-question__social a:hover svg:last-child path{
    stroke: var(--dark);
}

.services-question__wrap .h4-heading br{
    display: none;
}

@media (max-width:1023px) {
    .services-question__wrap .h4-heading br{
        display: block;
    }
}

@media (max-width:767px) {
    .services-question__wrap{
        max-width: 343px;
    }

    .services-question__social{
        flex-direction: column;
        align-items: center;
    }

    .services-question__social a+a{
        margin-left: 0px;
        margin-top: 32px;
    }

    .services-question__wrap .text-md{
        font-size: 24px;
    }

    .services-question__wrap .button.active{
        margin-left: 0;
    }

    .services-question__wrap.main-page {
        margin-bottom: 100px;
        max-width: 100%;
        padding: 16px;
    }

    .services-question__wrap.main-page .services-question__social a + a {
        margin: 0;
    }

    .services-question__wrap.main-page .services-question__social {
        flex-direction: row;
        align-items: center;
        gap: 32px;
    }

    .services-question__wrap.main-page .button.active {
        margin-left: auto;
    }
}

@media (max-width: 550px) {
    .services-question__wrap.main-page .h4-heading {
        align-items: start;
        text-align: left;
        justify-content: start;
    }

    .services-question__wrap.main-page .h2-heading br {
        display: none;
    }

    .services-question__wrap.main-page .h2-heading {
        text-align: left;
    }

    .services-question__wrap.main-page .services-question__social {
        flex-direction: column;
        gap: 24px;
        align-items: start;
    }

    .services-question__wrap.main-page .button.active {
        max-width: 100%;
        text-align: center;
    }
}

@media (max-width:500px) {
    .services-question__wrap{
        text-align: left;
    }

    .services-question__social{
        align-items: flex-start;
    }

    .services-question__wrap .text-md{
        text-align: center;
    }
}
/* End */


/* Start:/local/components/addamant/services.we.work/templates/.default/style.css?17507519892399*/
.services-wework__wrap{
    padding: 64px;
    border-radius: 48px;
    background: linear-gradient(180deg, #3E74ED 0%, #9747FF 142.27%);
}

.services-wework__wrap h2{
    color: var(--white);
    margin-bottom: 64px;
    font-size: 60px;
    font-weight: 400;
    line-height: 66px;
    letter-spacing: -0.02em;
}

.services-wework__wrap>.text-md{
    color: #FFFFFF80;
    margin-bottom: 64px;
}

.services-wework__types{
    display: flex;
}

.services-wework__type + .services-wework__type{
    margin-left: 12px;
}

.services-wework__type{
    padding: 32px;
    border-radius: 32px;
    background-color: var(--white);
    width: 50%;
    height: 432px;
    display: flex;
    flex-direction: column;
}

.services-wework__bottom{
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.services-wework__bottom h4{
    max-width: 375px;
}

.services-wework__type h3{
    margin-bottom: 24px;
}

@media (max-width: 1200px) {
    .services-wework__wrap{
        padding: 64px 32px;
    }

    .services-wework__bottom img{
        max-width: 120px;
    }

    .services-wework__bottom h4{
        max-width: 234px;
    }
}

@media (max-width: 1023px) {
    .services-wework__wrap h2{
        font-size: 42px;
        font-weight: 500;
        line-height: 46.2px;
        letter-spacing: -0.02em;
    }

    .services-wework__types{
        flex-wrap: wrap;
        flex-direction: column;
    }

    .services-wework__type + .services-wework__type{
        margin-left: 0px;
        margin-top: 12px;
    }

    .services-wework__type{
        height: 335px;
        width: 100%;
    }

    .services-wework__bottom h4{
        max-width: 440px;
    }
}

@media (max-width: 768px) {
    .services-wework__wrap>.text-md{
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .services-wework__wrap{
        padding: 32px;
    }

    .services-wework__wrap h2,
    .services-wework__wrap>.text-md{
        margin-bottom: 32px;
    }

    .services-wework__type{
        height: auto;
        width: 100%;
    }
    
}

@media (max-width: 620px) {
    .services-wework__bottom{
        display: flex;
        flex-direction: column;
        margin-top: 24px;
        align-items: flex-start;
    }

    .services-wework__bottom img{
        margin-top: 24px;
    }   

    .services-wework__bottom h4{
        font-size: 18px;
    }
}
/* End */


/* Start:/local/components/addamant/services.main.route/templates/.default/style.css?17507519891014*/
.main-route__title{
    margin-bottom: 64px;
}

.main-route__list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px; 
}

.main-route__item{
    border: 1px solid var(--light-grey-secondary);
    border-radius: 32px;
    padding: 32px;
    min-height: 288px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.5s;
}

.main-route__top .text-sm,
.main-route__top{
    margin-bottom: 24px;
}

.main-route__item:hover{
    background-color: var(--light-grey);
}

.main-route__item.active{
    border: 1px solid #3E74ED;
    background: url('/local/components/addamant/services.main.route/templates/.default/img/img_bg.png') no-repeat center right, #3E74ED;
}

.main-route__item.active .text-sm{
    color: #FFFFFF80;
}

.main-route__item.active .main-route__top h3{
    color: var(--white);
}

@media (max-width: 1440px) {
    .main-route__list{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1023px) {
    .main-route__list{
        grid-template-columns: repeat(1, 1fr);
    }
}
/* End */


/* Start:/local/components/addamant/develop.slider/templates/.default/style.css?17507519902990*/
.develop-slider-list__wrap .splide__list{
    align-items: flex-start;
}

.develop-slider-item__wrap{
    background-color: var(--light-grey);
    padding: 32px;
    border-radius: 32px;
    max-width: 1106px;
}

.develop-slider-item__wrap .text-md,
.develop-slider-item__wrap>.h4-heading{
    margin-bottom: 24px;
}

.develop-slider-worker__wrap,
.develop-slider-worker__images,
.develop-slider-worker__desc{
    display: flex;
    align-items: center;
}

.develop-slider-worker__desc{
    flex-direction: column;
    align-items: flex-start;
}

.develop-slider-worker__desc .h4-heading{
    margin-top: 2px;
}

.develop-slider-worker__images{ 
    margin-right: 24px;
}

.develop-slider-worker__logo,
.develop-slider-worker__foto{
    width: 80px;
    height: 80px;
    border-radius: 40px;
    position: relative;
}

.develop-slider-worker__logo{
    border: 1px solid var(--special-grey);
    z-index: 1;
}

.develop-slider-worker__logo + .develop-slider-worker__foto{
    margin-left: -16px;
}

.develop-slider-list__wrap .splide__arrows{
    display: flex;
    justify-content: flex-end;
    max-width: 1664px;
    width: 100%;
    margin: 0 auto 64px;
    align-items: flex-start;
}

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

.develop-slider-list__wrap .splide__arrow+.splide__arrow{
    margin-left: 16px;
}

.develop-slider__title.h1-heading{
    max-width: 1664px;
    margin-right: auto;
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 500;
    line-height: 66px;
    letter-spacing: -0.02em;
}

@media (max-width: 1664px) {
    .develop-slider-list__wrap .splide__arrows{
        padding: 0 25px;
    }
}

@media (max-width: 1200px) {
    .develop-slider-item__wrap{
        max-width: 872px;
    }
}

@media (max-width: 1000px) {
    .develop-slider-item__wrap{
        max-width: 572px;
    }

    .develop-slider__title.h1-heading{
        font-size: 42px;
        line-height: 46.2px;
    }
}

@media (max-width: 767px) {
    .develop-slider-list__wrap .splide__arrows{
        padding: 0 16px;
    }
}

@media (max-width: 600px) {
    .develop-slider-item__wrap{
        max-width: 343px;
    }

    .develop-slider-worker__wrap{
        flex-direction: column;
        align-items: flex-start;
    }
    
    .develop-slider-worker__desc{
        margin-top: 24px;
    }

    .develop-slider-item__wrap>.h4-heading{
        font-size: 18px;
        line-height: 23.4px;
    }

    .develop-slider__title.h1-heading{
        width: 100%;
        margin-bottom: 24px;
    }

    .develop-slider-list__wrap .splide__arrows{
        margin-bottom: 32px;
        flex-wrap: wrap;
    }

    .develop-slider-item__wrap .text-md{
        font-size: 24px;
    }

    .develop-slider-list__wrap .splide__arrows{
        justify-content: flex-start;
    }
}
/* End */


/* Start:/local/components/addamant/form/templates/bigform/addamant/form.result.new/.default/style.css?17507519909091*/
.popup-simple-form.bigform{
    max-width: 100%;
    height: 101%;
    padding: 0;
    border-radius: 0;
}
/*.popup-simple-form.bigform>div{
    height: 100%;
    padding-bottom: 56px;
}*/
.popup-simple-form.bigform .form-wrap{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-simple-form.bigform .form-wrap .form{
    max-width: 720px;
    width: 100%;
    position: relative;
    padding: 32px;
    margin-top: 80px;
}
.popup-simple-form.bigform .button-close{
    padding: 16px 24px;
    z-index: 3;
}
.popup-simple-form.bigform .form-data .main-input-block{
    margin-bottom: 0px;
    position: absolute;
    width: 100%;
    height: auto;
    top: 230px;
    transform: none;
    padding: 0 32px;
}
.popup-simple-form.bigform .btn-wrap,
.popup-simple-form.bigform .form-userconsent{
    text-align: center;
}
.popup-simple-form.bigform .form-userconsent{
    margin-top: 12px;
}
.popup-simple-form.bigform .btn-wrap .button{
    margin: 0;
    margin-bottom: 12px;
    max-width: 328px;
    width: 100%;
}
.popup-simple-form.bigform .form-userconsent a{
    color: var(--grey);
    font-weight: 500;
    text-decoration: underline;
}
.popup-simple-form.bigform .main-input-block.input-hide,
.popup-simple-form.bigform .btn-wrap,
.step-connect-input{
    display: none;
}
.popup-simple-form.bigform .main-input-block{
    max-width: 720px; 
    background-color: var(--white);
    transition: var(--transition);
}
.popup-simple-form.bigform .main-input-block.active{
    transition: var(--transition);
    opacity: 1;
    z-index: 2;
}
.popup-simple-form.bigform .main-input-block .main-input{
    margin-bottom: 10px;
    border-color: black;
}
.popup-simple-form.bigform .main-input-block .main-input::placeholder{
    white-space: pre-wrap;
}
.popup-simple-form.bigform .main-input-block.step-details .main-input{
    padding: 24px 16px 45px;
}
.form-step{
    text-align: center;
    margin-bottom: 24px;
}
.theme-type-list,
.connect-types-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 24px ;
}
.theme-type-list input,
.connect-types-list input{
    display: none;
}
.theme-type-list label{
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    border: 1px solid var(--special-grey);
    border-radius: 16px;
    padding: 16px;
    display: inline-block;
    transition: var(--transition);
    color: var(--dark);
    text-decoration: none;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
}
.theme-type-list label:hover {
    border: 1px solid var(--grey);
}
.theme-type-list input:checked+label,
.connect-types-list input:checked+label{
    background-color: var(--blue);
    border: 1px solid var(--blue);
    color: var(--white);
}
.theme-type-list label:last-of-type{
    margin-right: 0;
}
.connect-types-list .connect-type{
    margin-right: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
    cursor: pointer;
}
.connect-types-list .connect-type label:hover{
    cursor: pointer;
}
.connect-types-list .connect-type input:checked+label:hover{
    cursor: default;
}
.form-step-button{
    display: flex;
    justify-content: center;
    margin-top: 64px;
}
.form-step-button .button{
    width: 200px;
    margin: 0;
}
.form-step-button .button+.button{
    margin-left: 12px;
}
.form-step-skip{
    text-decoration: underline;  
    cursor: pointer; 
    text-align: center;
    margin-top: 32px;
}
.form-step-skip:hover{
    text-decoration: none;   
}
.popup-simple-form.bigform .form-success{
    margin: 0;
    text-align: center;
    padding: 32px;
}
.popup-simple-form.bigform .form-success p{
    margin-top: 24px;
}
.popup-simple-form.bigform h3{
    margin-bottom: 64px;
    text-align: center;
}
.popup-simple-form.bigform .form-success .button{
    margin: 0 auto;
    margin-top: 32px;
}
.button.submit-bigForm.disabled{
    background-color: var(--light-grey);
}
.chat-wrapper{
    position: absolute;
    bottom: 32px;
    right: 32px;
    z-index: 3;
}
.chat-btn-wrap{
    position: relative;
    cursor: pointer;
}
.chat-count{
    position: absolute;
    top: -12px;
    left: -12px;
    line-height: 32px;
    font-size: 18px;
    font-weight: 600;
    width: 32px;
    border-radius: 32px;
    text-align: center;
    background-color: var(--blue);
    transition: var(--transition);
    color: var(--white);
}
.chat-btn,
.chat-close{
    width: 60px;
    height: 60px; 
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--dark);
    transition: var(--transition);
}
.chat-close{
    display: none;
    align-items: center;
    justify-content: center;
}
.chat-btn-wrap.active .chat-count{
    background-color: var(--dark);
    color: var(--white);
    transition: var(--transition);
}
.chat-btn-wrap.active .chat-btn{
    display: none;
    transition: var(--transition);
}
.chat-btn-wrap.active .chat-close{
    display: flex;
    background-color: var(--blue);
    transition: var(--transition);
}
.chat-btn-wrap.active .chat-close svg path{
    stroke: var(--white);
}
.chat-wrapper .chat-item-wrapper{
    padding: 32px;
    border-radius: 32px;
    z-index: -1;
    opacity: 0;
    align-items: center;
    justify-content: space-between;
    transition: var(--transition);
    width: 406px;
    position: absolute;
    bottom: 80px;
    right: -406px;
    background-color: var(--light-grey);
}
.chat-wrapper.active .chat-item-wrapper{
    display: flex;
    z-index: 1;
    opacity: 1;
    right: 0px;
    transition: var(--transition);
}
.chat-item .chat-worker{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 24px;
    width: 100%;
    margin-top: auto;
}
.chat-item .chat-worker img{
    margin-right: 16px;
    max-width: 60px;
    max-height: 60px;
}
.chat-item-wrapper .splide__pagination--ttb{
    padding: 0;
    right: 0;
}
.chat-item-wrapper .splide__pagination--ttb .splide__pagination__page{
    background-color: var(--light-grey-secondary);
    margin: 0;
}
.chat-item-wrapper .splide__pagination--ttb .splide__pagination__page.is-active{
    background-color: var(--dark);
    transform: none;
    opacity: 1;
}
.chat-item-wrapper .splide__pagination li{
    margin-bottom: 8px;
    height: 8px;
}
.chat-item-wrapper .splide__pagination li:last-child{
    margin-bottom: 0px;
}
.chat-item-list .splide__track{
    margin-right: 24px;
}
.chat-item-list .chat-item{
    min-height: 130px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}
.button.submit-bigForm.disabled{
    pointer-events: none;
}
.chat-item-list .button-small-white{
    margin: 0;
    max-width: 164px;
    line-height: 24px;
}
.chat-item-list .button-small-white>div{
    height: 100%;
}
.connect-notiofication-telegram,
.connect-notiofication{
    display: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    text-align: center;
    color: var(--grey);
    margin: 6px auto 24px;
}
.connect-notiofication{
    display: block;
}
.popup-simple-form.bigform .main-input-wrapper{
    margin-bottom: 24px;
}
.step-connect-input input:focus{
    border-color: var(--black);
}
@media screen and (max-width: 1440px){
    .popup-simple-form.bigform .form-data .main-input-block{
        top: 152px;
    }
}
@media screen and (max-width: 768px){
    .popup-simple-form.bigform .form-wrap .form{
        padding: 70px 16px 32px;
        max-width: 100%;
        margin-top: 0;
        height: 100%;
    }
    .popup-simple-form.bigform .form-data .main-input-block{
        padding: 0 16px;
        height: auto;
        top: 104px;
    }
    .popup-simple-form.bigform .button-close{
        top: 16px;
        right: 16px;
    }
    .popup-simple-form.bigform h3{
        margin-bottom: 32px;
    }
    .form-step-button{
        margin-top: 22px;
    }
    .popup-simple-form.bigform .form-success{
        padding: 16px;
    }
    .chat-wrapper{
        right: 16px;
        bottom: 16px;
    }
}
@media screen and (max-width: 767px){
    .chat-wrapper .chat-item-wrapper{
        padding: 24px;
    }
    .chat-item-list .chat-item{
        min-height: 130px;
    }
    .chat-item .chat-worker{
        margin-top: 16px;
        margin-top: auto;
    }
    .popup-simple-form.bigform{
        height: 100%;
    }
}
@media screen and (max-width: 710px){
    .popup-simple-form.bigform .form-wrap .form{
        max-width: 100%;
    }
}
@media screen and (max-width: 410px){
    .chat-wrapper .chat-item-wrapper{
        width: 343px;
    }
    .chat-item>p{
        font-size: 16px;
        line-height: 130%;
    }
}
@media screen and (max-width: 380px){
    .chat-wrapper .chat-item-wrapper{
        width: 320px;
    }
    .popup-simple-form.bigform .form-data .main-input-block{
        top: 88px;
    }
    .chat-item>p{
        font-size: 16px;
        line-height: 130%;
    }
    .popup-simple-form.bigform .form-success svg{
        width: 100%!important;
        height: auto!important;
    }
}
/* End */
/* /local/components/addamant/text.author/templates/services/style.css?17507519884888 */
/* /local/components/addamant/services.create/templates/.default/style.css?17507519891664 */
/* /local/components/addamant/services.cases/templates/.default/style.css?17507519893539 */
/* /local/components/addamant/social.request/templates/.default/style.css?17507519903771 */
/* /local/components/addamant/services.we.work/templates/.default/style.css?17507519892399 */
/* /local/components/addamant/services.main.route/templates/.default/style.css?17507519891014 */
/* /local/components/addamant/develop.slider/templates/.default/style.css?17507519902990 */
/* /local/components/addamant/form/templates/bigform/addamant/form.result.new/.default/style.css?17507519909091 */
