

/* Start:/local/components/addamant/text.author/templates/default-h1/style.css?17313015953627*/
.text-author-wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.text-author.card-item{
    max-width: 547px;
    width: 100%;
}
.text-author-worker{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.text-author-titles{
    max-width: 953px;
    margin-right: 64px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.text-author-titles h1{
    margin-bottom: 64px;
}
.text-author.card-item h3{
    margin-bottom: -42px;
}
.text-author.card-item.dark h3,
.text-author.card-item.dark h4,
.text-author.card-item.dark h5{
    color: var(--white);
}
.text-author.card-item.dark h5{
    opacity: 0.5;
}
.text-author.card-item.light h5{
    color: var(--grey);
}
/*.text-author.card-item h3{
    position: absolute;
}*/
.text-author-worker .button{
    margin: 0;
}
.worker-info{
    text-align: right;
}
.worker-info img{
    margin-bottom: 16px;
    max-width: 80px;
    max-height: 80px;
}
.employee-block .text-author-titles{
    display: none;
}
.employee-block .text-author-worker{
    flex-wrap: wrap;
}
.employee-block .text-author.card-item h3{
    position: static;
}
.employee-block .worker-info{
    width: 100%;
    display: flex;
    text-align: left;
    align-items: center;
    margin-top: 32px;
}
.employee-block .worker-info img{
    margin-right: 16px;
    margin-bottom: 0;
}
.employee-block .text-author h3{
    margin-bottom: 24px;
}
.employee-block .text-author.card-item{
    padding: 24px;
    margin-top: 0;
}
.text-author-step{
    margin-bottom: 32px;
}
.text-author-step.text-bg{
    font-weight: 500;
}
.main-block.web-stack{
    margin-bottom: 100px;
}
.text-author-wrapper.outstaff .text-author.card-item h3{
    margin-bottom: -75px;
    line-height: 38.4px;
}
@media screen and (max-width:1050px){
    .text-author-wrapper{
        flex-wrap: wrap;
    }
    .text-author-titles{
        margin-right: 0;
    }
    .text-author-titles h1{
        margin-bottom: 32px;
    }
    .text-author.card-item{
        margin-top: 64px;
    }
}
@media screen and (max-width:768px){
    .text-author-titles .undertitle p{
        font-size: 18px;
    }
    .text-author-titles{
        max-width: 550px;
    }
    .main-block.web-stack{
        margin-bottom: 50px;
    }
    .web-stack .text-author-titles .undertitle p{
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.01em;
    }
    .web-stack .text-author-titles .undertitle p br{
        display: none;
    }
    .web-stack .text-author-titles{
        max-width: 100%;
    }
}
@media screen and (max-width:600px){
    .text-author.card-item h3,
    .text-author-wrapper.outstaff .text-author.card-item h3{
        position: relative;
        margin-bottom: 24px;
    }
    .text-author.card-item{
        flex-wrap: wrap;
        padding: 24px;
    }
    .text-author-worker{
        flex-wrap: wrap;
    }
    .text-author-worker .button{
        margin-bottom: 32px;
    }
    .worker-info{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        text-align: left;
        align-items: center;
    }
    .worker-text{
        margin-left: 16px;
    }
    .worker-info img{
        margin-bottom: 0px;
    }
}
@media (max-width: 370px) {
    .worker-info img{
        width: 65px;
        height: 65px;
        margin-right: 8px;
    }
    .worker-text{
        margin-left: 8px;
    }
}
@media (max-width: 350px) {
    .worker-info img{
        width: 55px;
        height: 55px;
        margin-right: 8px;
    }
    .worker-text{
        margin-left: 8px;
    }
}
/* End */


/* Start:/local/components/addamant/develop.stack/templates/.default/style.css?1727238121504*/
.web-stack__wrap{
    border-top: 1px solid #DCDCDF;
    border-bottom: 1px solid #DCDCDF;
    padding: 100px 0;
    margin-bottom: 100px;
}

.web-stack__wrap p{
    display: block;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 110%;
    white-space: nowrap;
    color: #DCDCDF;
    transition: 0.3s;
    margin: 0 16px;
}

.web-stack__wrap p.is-active{
    color:#8E939E;
}

@media (max-width:768px) {
    .web-stack__wrap{
        margin-bottom: 60px;
    }
}
/* End */


/* Start:/local/components/addamant/develop.cycle.web/templates/.default/style.css?17272381214396*/
.main-block.web-type{
    margin-bottom: 150px;
}

.web-type__top,
.web-type__bottom {
    display: flex;
    justify-content: space-between;
}

.web-type__item{
    border-radius: 32px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    background-color: var(--light-grey);
    width: 100%;
}

.web-type__top .web-type__item h2{
    margin-bottom: 32px;
}

.web-type__top .web-type__item .text-bg,
.web-type__runet .text-sm{
    font-weight: 400;
}

.web-type__top .web-type__item{
    min-height: 480px;
    margin-right: 12px;
    max-width: 407px;
}

.web-type__top .web-type__item:last-child{
    margin-right: 0px;
    max-width: 826px;
}

.web-type__top .web-type__item:last-child .text-sm{
    margin-top: 12px;
}

.web-type__bottom{
    margin-top: 12px;
}

.web-type__bottom .web-type__item{
    flex-direction: row;
}

.web-type__bottom .web-type__item{
    margin-left: 12px;
    max-width: 407px;
    justify-content: space-between;
    align-items: center;
}

.web-type__bottom .web-type__item:first-child{
    max-width: 826px;
    margin-left: 0px;
}

.web-type__bottom img{
    width: 78px;
    height: 78px;
}

.web-type__runet{
    margin-top: auto;
    display: flex;
    align-items: center;
}

.web-type__runet svg{
    margin-right: 24px;
    height: 56px;
    width: 56px;
}

.web-type__runet svg rect:nth-child(1){
    fill: var(--white);
}

.web-type__item.blue{
    background-color: var(--blue);
}

.web-type__item.black{
    background-color: var(--dark);
}

.web-type__bitrix{
    background-image: url(/local/components/addamant/develop.cycle.web/templates/.default/images/bitrix24_bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    border-radius: 32px;
    padding: 32px;
    height: 100%;
    min-height: 346px;
}

.web-type__bitrix img{
    margin-bottom: 127px;
    max-width: 194px;
}

.web-type__item.blue h2,
.web-type__item.black h2{
    color: var(--white);
}

.web-type__item.blue .text-bg,
.web-type__item.black .text-bg{
    color: #FFFFFF80;
}

.web-cycle__title {
    margin-bottom: 64px;
}

.web-cycle__wrap{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -12px;
}

.web-cycle__wrap .web-cycle__item{
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 23px 24px;
    border-radius: 24px;
    font-size: 24px;
    line-height: 32px;
    box-sizing: border-box;
}

.web-cycle__wrap .web-cycle__item:after{
    display: none;
}

@media (max-width:1440px) {
    .web-type__top .web-type__item{
        max-width: 335px;
    }

    .web-type__bottom{
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .web-type__bottom .web-type__item:first-child{
        max-width: 100%;
        margin-bottom: 12px;
    }

    .web-type__bottom .web-type__item{
        max-width: 49.5%;
        margin-left: 0;
    }
}

@media (max-width:1200px) {
    .web-type__top{
        flex-wrap: wrap;
    }

    .web-type__top .web-type__item{
        max-width: 49.5%;
        margin-right: 0;
    }

    .web-type__top .web-type__item:last-child{
        max-width: 100%;
        margin-top: 12px;
    }
}

@media (max-width:1200px) and (min-width:901px){
    .web-type__bottom .web-type__item:last-child h2{
        max-width: 290px;
    }
}

@media (max-width:900px) {
    .main-block.web-type{
        margin-bottom: 125px;
    }

    .web-type__top .web-type__item{
        min-height: auto;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }

    .web-type__top .web-type__item:last-child{
        min-height: 480px;
        margin-top: 0;
    }

    .web-type__bottom{
        margin-top: 0;
    }

    .web-type__bottom .web-type__item{
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 12px;
    }

    .web-type__bottom .web-type__item:last-child{
        margin-bottom: 0;
    }

    .web-type__runet{
        margin-top: 48px;
    }
}

@media (max-width:600px) {
    .web-type__bottom .web-type__item{
        flex-direction: column;
        align-items: flex-start;
    }

    .web-type__bottom .web-type__item img{
        margin-top: 24px;
    }

    .web-type__bottom .web-type__item:last-child h2{
        max-width: 200px;
    }
     
    .web-type__bitrix{
        padding: 20px 24px;
        border-radius: 24px;
    }

    .web-cycle__title {
        margin-bottom: 32px;
    }
}
/* End */


/* Start:/local/components/addamant/develop.tech/templates/.default/style.css?17313015953340*/
.main-block.web-tech{
    margin-bottom: 150px;
}

.web-tech__step.text-bg{
	margin-bottom: 32px;
}

.web-tech__wrap .text-bg {
    font-weight: 500;
}

.web-tech__items{
    display: flex;
    margin-top: 64px;
}

.web-tech__item{
    max-width: 546px;
    width: 100%;
    margin-right: 12px;
    border-radius: 48px;
    padding: 32px;
    display: flex;
    flex-wrap: wrap;
    background-color: var(--light-grey);
    min-height: 280px;
    flex-direction: column;
}

.web-tech__items.outstaff .web-tech__item{
    max-width: 50%;
}

.web-tech__item:last-child{
    margin-right: 0;
}

.web-tech__item-top{
    display: flex;
    align-items: center;
}

.web-tech__item img{
    margin-right: 24px;
}

.web-tech__item .text-sm{
    width: 100%;
    margin-top: auto;
    letter-spacing: normal;
}

.web-stack-tech__wrap h3{
    margin-bottom: 64px;
}

.web-stack-tech__items{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.web-stack-tech__item{
    max-width: 407px;
    width: 100%;
    margin-right: 12px;
}

.web-stack-tech__item:last-child{
    margin-right: 0;
}

.web-stack-tech__item h4{
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
}

.web-stack-tech__item p{
    margin-bottom: 12px;
    font-weight: 500;
}

.web-stack-tech__item p:last-child{
    margin-bottom: 12px;
}

.web-stack-tech__item p + h4{
    margin-top: 32px;
}

.web-stack-tech__item h4 + h4{
    margin-top: 32px;
}

.web-stack-tech__item h4 span:nth-child(1){
    font-weight: 500;
}

.web-stack-tech__item h4 span:nth-child(2){
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    letter-spacing: -0.006em;
    color: var(--grey);
    margin-left: 6px;
}

.web-stack-tech__item h4 span br{
    display: none;
}

@media (max-width:1200px) {
    .web-tech__items:not(.outstaff){
        flex-wrap: wrap;
    }

    .web-tech__items:not(.outstaff).web-tech__item{
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }

    .web-tech__item:last-child{
        margin-bottom: 0;
    }

    .web-stack-tech__item h4 span br{
        display: block;
    }
}

@media (max-width: 1023px) {
    .web-tech__items.outstaff{
        flex-wrap: wrap;
    }

    .web-tech__items.outstaff .web-tech__item{
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }

    .web-stack-tech__item h4 span br{
        display: none;
    }

    .web-stack-tech__items{
        flex-direction: column;
    }

    .web-stack-tech__item{
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 32px;
    }

    .web-stack-tech__item:last-child,
    .web-stack-tech__item h4 + h4{
        margin-bottom: 0;
    }
}

@media (max-width:768px) {
    .web-tech__item{
        min-height: 240px;
    } 

    .main-block.web-tech{
        margin-bottom: 75px;
    }

    .web-stack-tech__wrap h3{
        margin-bottom: 32px;
    }

	.web-tech__wrap h2.h1-heading{
		margin-bottom: 64px;
	}
}

@media (max-width:600px) {
	.web-tech__wrap h2.h1-heading{
		margin-bottom: 32px;
	}

    .web-tech__items{
        margin-top: 32px;
    }

    .web-tech__item-top img{
        margin-bottom: 24px;
    }

    .web-tech__item-top{
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 24px;
    }
}
/* End */


/* Start:/local/components/addamant/develop.implement/templates/.default/style.css?17313015956777*/
.web-implement__step.text-bg {
    font-weight: 500;
    margin-bottom: 32px;
}

.web-implement__wrap h2 {
    margin-bottom: 64px;
}

.web-implement__wrap p {
    font-weight: 500;
}

.web-implement__items {
    background-color: var(--light-grey);
    padding: 32px;
    border-radius: 56px;
    display: flex;
    margin-bottom: 150px;
}

.web-implement__items.outstaff .web-implement__item {
    min-height: 469px;
}

.web-implement__item:last-child {
    margin-right: 0;
}

.web-implement__item {
    max-width: 391px;
    width: 100%;
    min-height: 437px;
    padding: 32px;
    border-radius: 32px;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    margin-right: 12px;
}

.web-implement__item:first-child {
    max-width: 794px;
    min-width: 650px;
}

.web-implement__item h3 {
    margin-bottom: auto;
}

.web-implement__item h3.h2-heading{
    margin-bottom: 24px; 
}

.web-implement__item img {
    display: block;
    margin-bottom: 24px;
}

.web-implement__item p+p {
    margin-top: 12px;
}

.web-implement__dev-wrap h3,
.web-implement__dev-wrap p {
    margin-bottom: 64px;
}

.web-implement__dev-desctop,
.web-implement__dev-mobile {
    padding: 32px 0;
    margin-bottom: 64px;
}

.web-implement__dev-desctop svg,
.web-implement__dev-mobile svg {
    width: 100%;
    height: auto;
}

.web-implement__dev-mobile {
    display: none;
}

.web-development-step__items {
    display: flex;
}

.web-development-step__item {
    background-color: var(--cyan);
    border-radius: 48px;
    padding: 32px;
    margin-right: 12px;
    max-width: 407px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.web-development-step__item span {
    padding: 16px 24px;
    border-radius: 56px;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    margin-top: auto;
    display: block;
    max-width: 232px;
    white-space: nowrap;
    background-color: var(--white);
}

.web-development-step__item:last-child {
    margin-right: 0;
}

.web-development-step__item h4 {
    margin: 26px 0 32px;
}

.web-development-step__tags {
    display: flex;
    flex-wrap: wrap;
}

.web-development-step__tags .web-development-step__tag {
    background-color: var(--white);
    border-color: var(--white);
    font-size: 14px;
    line-height: 16.2px;
    letter-spacing: -0.02em;
    margin: 0 6px 6px 0;
}

.web-development-step__tags .web-development-step__tag:after {
    display: none;
}

.web-development-step__number {
    position: absolute;
    top: 32px;
    right: 32px;
}

.monolog {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 24px;
}

.monolog img:first-child{
    margin-right: 8px;
}

.web-implement__item .big-tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -12px;
    margin-top: 22px;
}

.web-implement__item .big-tag {
    /*border: 1px dashed #8E939E;*/
    padding: 24px 0px;
    border-radius: 56px;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    margin: 0 12px 12px 0;
    max-width: 136px;
    text-align: center;
    width: 100%;
    background-image: url('/local/components/addamant/develop.implement/templates/.default/images/border.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.web-implement__item .big-tag:last-child{
    margin-right: 0;
}

.web-implement__item .big-tag.active {
    color: var(--white);
    background-color: var(--dark);
    background-image:none
}

@media (max-width: 1600px) {
    .web-development-step__tags {
        max-width: 280px;
    }
}

@media (max-width: 1440px) {
    .web-implement__items {
        flex-wrap: wrap;
    }

    .web-implement__item:first-child {
        max-width: 100%;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }

    .web-implement__item {
        max-width: 49.5%;
        margin-right: 1%;
    }
}

@media (max-width: 1400px) {
    .web-development-step__items {
        flex-direction: column;
    }

    .web-development-step__item {
        margin-right: 0;
        max-width: 100%;
    }

    .web-development-step__item h4 br {
        display: none;
    }

    .web-development-step__item+.web-development-step__item {
        margin-top: 12px;
    }

    .web-development-step__item span {
        margin-top: 32px;
    }
}

@media (max-width: 1400px) and (min-width: 430px) {
    .web-development-step__tags {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .web-implement__item {
        max-width: 49.2%;
        margin-right: 1.6%;
    }

    .web-implement__item:not(:first-child) p {
        max-width: 327px;
    }

    .web-implement__item:first-child h3 {
        margin-bottom: 70px;
    }

    .web-implement__items.outstaff .web-implement__item:first-child h3{
        margin-bottom: 24px;
    }
}

@media (max-width: 768px) {
    .web-implement__item {
        min-height: 320px;
    }

    .web-implement__items {
        margin-bottom: 75px;
    }
}

@media (max-width: 740px) {
    .web-implement__items {
        padding: 16px;
    }

    .web-implement__item {
        max-width: 100%;
        margin-right: 0;
    }

    .web-implement__item:last-child {
        margin-top: 12px;
    }

    .web-implement__dev-wrap h3,
    .web-implement__dev-wrap p {
        margin-bottom: 32px;
    }

    .web-implement__dev-desctop {
        display: none;
    }

    .web-implement__dev-mobile {
        display: block;
        text-align: center;
        margin-bottom: 32px;
    }

    .web-implement__dev-mobile svg {
        max-width: 375px;
        margin: 0 auto;
    }

    .web-implement__items.outstaff .web-implement__item{
        min-height: 402px;
    }
}

@media (max-width: 450px) {
    .web-implement__wrap h2 br {
        display: none;
    }

    .monolog{
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .web-implement__items.outstaff .web-implement__item .monolog img{
        order: 1;
        margin-bottom: 0;
    }

    .web-implement__items.outstaff .web-implement__item .monolog img:first-child{
        order: 2;
        margin-top: 8px;
    }
    
    .web-implement__items.outstaff .web-implement__item img{
        margin-top: 32px;
    }

    .web-implement__item .big-tag{
        max-width: max-content;
        padding:  16px 24px;
    }

    .web-implement__item .big-tag {
        background-image: url('/local/components/addamant/develop.implement/templates/.default/images/border-mobile.svg');
    }

    .web-implement__item .big-tag:nth-child(1) {
        background-image: url('/local/components/addamant/develop.implement/templates/.default/images/border-mobile-1.svg');
    }

    .web-implement__item .big-tag:nth-child(3) {
        background-image: url('/local/components/addamant/develop.implement/templates/.default/images/border-mobile-2.svg');
    }
}

@media (max-width: 370px) {
    .web-implement__item {
        min-height: 360px;
    }
}
/* End */


/* Start:/local/components/addamant/social.request/templates/.default/style.css?17509182193890*/
.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;
    }
}

@media (max-width: 418px) {
.services-question__wrap.main-page .button.active {
        padding: 21.5px 30px;
    }
}
/* End */


/* Start:/local/components/addamant/develop.cases/templates/.default/style.css?17272381211877*/
.develop-block__step.text-bg,
.develop-item__text.text-bg,
.develop-item__name.text-bg{
    font-weight: 500; 
}

.develop-item__name.text-bg{
    color: var(--dark);
}

.develop-block__step.text-bg{
    margin-bottom: 32px;
}

.develop-block__wrap h2 {
    margin-bottom: 64px;
}

.develop-block__items{
    display: grid;  
    grid-template-columns: repeat(3, 32.8%); 
    gap: 12px; 
}

.develop-item__wrap{
    display: flex;
    flex-direction: column;
    background-color: var(--light-grey);
    padding: 32px;
    border-radius: 32px;
    min-height: 400px;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
}

.develop-item__wrap:hover{
    background-color: var(--special-grey);
}

.develop-item__tags-wrap{
    display: flex;
    margin-top: 18px;
}

.develop-item__tag.tag{
    background-color: var(--white);
    margin-right: 6px;
    white-space: nowrap;
    letter-spacing: -0.025em;
    padding: 15px;
    margin-top: 6px;
}

.develop-item__tag.tag:last-child{
    margin-right: 0;
}

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

.develop-item__top{
    display: flex;
    margin-bottom: 32px;
    align-items: center;
}

.develop-item__picture{
    max-width: 100px;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    margin-right: 24px;
}

.develop-item__picture img{
    width: 100%;
}

.develop-item__bottom{
    margin-top: auto;
}

@media (max-width:1400px) {
    .develop-block__items{
        grid-template-columns: repeat(2, 49.5%); 
    }
}

@media (max-width:1023px) {
    .develop-block__items{
        grid-template-columns: repeat(1, 100%); 
    }
}

@media (max-width:767px) {
    .develop-item__top{
        flex-direction: column;
        align-items: flex-start;
    }

    .develop-item__picture{
        margin-bottom: 24px;
    }

    .develop-item__tags-wrap{
        flex-wrap: wrap;
    }
}
/* End */


/* Start:/local/components/addamant/develop.slider/templates/.default/style.css?17313015952990*/
.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?17484077889091*/
.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/default-h1/style.css?17313015953627 */
/* /local/components/addamant/develop.stack/templates/.default/style.css?1727238121504 */
/* /local/components/addamant/develop.cycle.web/templates/.default/style.css?17272381214396 */
/* /local/components/addamant/develop.tech/templates/.default/style.css?17313015953340 */
/* /local/components/addamant/develop.implement/templates/.default/style.css?17313015956777 */
/* /local/components/addamant/social.request/templates/.default/style.css?17509182193890 */
/* /local/components/addamant/develop.cases/templates/.default/style.css?17272381211877 */
/* /local/components/addamant/develop.slider/templates/.default/style.css?17313015952990 */
/* /local/components/addamant/form/templates/bigform/addamant/form.result.new/.default/style.css?17484077889091 */
