

/* Start:/local/templates/main/components/bitrix/news.detail/services/style.css?177615518311587*/
.main-block {
    margin-bottom: 100px !important;
}

.main-block.company-block,
.main-block.steps-block,
.main-block.cases-block,
.main-block.faq-block,
.main-block.sector-block,
.main-block.follow-block,
.main-block.more-services {
    padding-top: 100px;
}

.web-implement__dev-desctop {
    padding: 100px 0 50px !important;
}

.services-question__wrap.main-page {
    margin-bottom: 0 !important;
}

.web-implement__dev-desctop img {
    width: 100%;
}

.more-services-items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.more-services-items .more-services-item {
    text-decoration: none;
    color: var(--black);
    background-color: var(--light-grey);
    border-radius: 3.75rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75;
    padding: 1.19rem 1.5rem;
    transition: var(--transition);
}

.more-services-items .more-services-item:hover {
    background-color: var(--dark);
    color: var(--white);
}

.service-block {
    display: flex;
    align-items: start;
    gap: 64px;
    padding: 50px 0;
}

.service-block h3 {
    max-width: 495px;
    width: 100%;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.001rem;
    display: block;
    min-width: 495px;
}

.service-block .service-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.service-block .service-items .service-item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--special-grey);
    padding: 16px;
    gap: 16px;
    overflow: hidden;
}

.service-items .service-item:nth-last-child(-n+2) {
    border-bottom: none;
}

.service-block .service-items .service-item .service-item-top {
    display: flex;
    align-items: start;
    gap: 32px;
    justify-content: space-between;
    cursor: pointer;
}

.service-block .service-items .service-item .service-item-top span {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.0006rem;
}

.service-block .service-items .service-item .service-item-top svg {
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    transition: all 0.3s;
}

.service-block .service-items .service-item .service-item-bottom {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: var(--grey);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.service-block .service-items .service-item.active .service-item-bottom {
    max-height: 1000px;
}

.service-block .service-items .service-item.active .service-item-top svg {
    transform: rotate(180deg);
}

.cost-items {
    display: grid;
    gap: 32px;
}

.cost-items .const-visible-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.cost-items .const-visible-content .cost-button {
    text-decoration: none;
    border-radius: 160px;
    padding: 21px 32px;
    transition: var(--transition);
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.002rem;
    background-color: var(--light-grey);
    color: var(--dark);
}

.cost-items .const-visible-content .cost-button:hover,
.cost-items .const-visible-content .cost-button.active {
    color: var(--white);
    background-color: var(--dark);
}

.cost-hidden-content {
    background-color: var(--blue);
    color: var(--white);
    padding: 32px;
    position: relative;
    border-radius: 32px;
}

.cost-hidden-content .cost-content:not(.active) {
    display: none;
}

.cost-hidden-content .cost-content.active {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cost-hidden-content .cost-content .cost-content-title {
    max-width: 1073px;
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.001rem;
}

.cost-hidden-content .cost-content .cost-content-description {
    max-width: 1073px;
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.001rem;
}

.cost-hidden-content .cost-content .cost-bottom-content {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 32px;
    z-index: 2;
}

.cost-hidden-content .cost-content .cost-bottom-content .cost-bottom-info-block {
    display: flex;
    align-items: center;
    gap: 32px;
}

.cost-hidden-content .cost-content .cost-bottom-content .cost-bottom-content-info {
    font-weight: 500;
    font-size: 42px;
    line-height: 110%;
    letter-spacing: -0.001rem;
    white-space: nowrap;
}

.cost-hidden-content .cost-content .cost-bottom-content .cost-bottom-content-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.cost-hidden-content .cost-content .cost-bottom-content .cost-bottom-content-tags .cost-bottom-content-tag {
    padding: 16px;
    border: 1px solid var(--special-grey);
    border-radius: 16px;
    background-color: var(--white);
    color: var(--dark);
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.002rem;
}

.cost-hidden-content .cost-picture {
    position: absolute;
    max-width: 355px;
    height: auto;
    right: 32px;
    top: 32px;
    z-index: 1;
}

.cost-hidden-content .cost-picture img {
    width: 100%;
    height: 100%;
}

.main-block.faq-block {
    display: flex;
    align-items: start;
    gap: 64px;
}

.main-block.faq-block h2 {
    max-width: 495px;
    width: 100%;
    min-width: 495px;
    font-weight: 500;
    font-size: 60px;
    line-height: 110%;
    letter-spacing: -0.002rem;
    margin-bottom: 0;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.faq-container .faq-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid var(--light-grey);
    background-color: var(--light-grey);
    border-radius: 32px;
    padding: 32px;
    cursor: pointer;
    transition: all 0.3s;
}

.faq-container .faq-item .faq-item-top {
    display: flex;
    align-items: center;
    gap: 64px;
    justify-content: space-between;
    width: 100%;
}

.faq-container .faq-item .faq-item-top span {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.001rem;
}

.faq-container .faq-item .faq-item-top .faq-icon {
    transition: all 0.3s;
    min-width: 64px;
    max-width: 64px;
    min-height: 64px;
    max-height: 64px;
    background-color: var(--dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-container .faq-item .faq-item-top svg {
    min-width: 34px;
    max-width: 34px;
    min-height: 34px;
    max-height: 34px;
}

.faq-container .faq-item:hover,
.faq-container .faq-item.active {
    background-color: var(--white);
}

.faq-container .faq-item:hover .faq-item-top .faq-icon,
.faq-container .faq-item.active .faq-item-top .faq-icon {
    background-color: var(--lime);
}

.faq-container .faq-item:hover .faq-item-top .faq-icon path,
.faq-container .faq-item.active .faq-item-top .faq-icon path {
    stroke: var(--dark);
}

.faq-container .faq-item.active .faq-item-top .faq-icon {
    transform: rotate(45deg);
}

.faq-container .faq-item .faq-item-bottom {
    max-height: 0;
    overflow: hidden;
    width: 100%;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.001rem;
}

.faq-container .faq-item .faq-item-bottom a {
    color: var(--black);
}

.faq-container .faq-item.active .faq-item-top svg {
    transform: rotate(90deg);
}

.faq-container .faq-item.active .faq-item-bottom {
    max-height: 1000px;
    margin-top: 32px;
}

.text-author-titles {
    max-width: 1041px;
    margin-right: 0;
}

.text-author-wrapper {
    gap: 76px;
}

@media (max-width: 1050px) {
    .service-block {
        flex-direction: column;
    }

    .cost-hidden-content .cost-content .cost-bottom-content {
        flex-direction: column;
        align-items: start;
    }

    .cost-hidden-content .cost-picture {
        top: unset;
        bottom: 32px;
    }

    .main-block.faq-block {
        flex-direction: column;
    }

    .main-block.faq-block h2 {
        max-width: 100%;
    }

    .main-block.faq-block h2 br:first-child {
        display: none;
    }

    .service-block {
        gap: 32px;
    }
}

@media (max-width: 1024px) {
    .service-block {
        flex-direction: column;
        align-items: flex-start;
        gap: 64px;
        padding: 50px 32px;
    }

    .service-block h3 {
        max-width: 491px;
        min-width: auto;
        margin-bottom: 0;
    }

    .service-block .service-items {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-block .service-items .service-item {
        min-height: 110px;
        padding: 16px;
    }

    .cost-hidden-content .cost-content .cost-bottom-content {
        margin-top: 0;
        flex-direction: column;
        align-items: start;
        gap: 32px;
    }

    .service-items .service-item:nth-last-child(-n+2) {
        border-bottom: 1px solid var(--special-grey);
    }

    .service-items .service-item:nth-child(-n+2) {
        border-bottom: 1px solid var(--special-grey);
    }

    .service-items .service-item:last-child {
        border-bottom: none;
    }
}

@media (max-width: 744px) {
    .main-block {
        margin-bottom: 50px !important;
    }

    .service-block h3 {
        max-width: 100%;
        font-weight: 500;
        font-size: 28px;
        line-height: 120%;
    }

    .service-block {
        gap: 32px;
        padding-left: 0;
        padding-right: 0;
    }

    .service-block .service-items {
        grid-template-columns: repeat(1, 1fr);
    }

    .service-block .service-items .service-item {
        min-height: unset;
        padding-left: 0;
        padding-right: 0;
    }

    .service-items .service-item:nth-child(-n+2) {
        border-bottom: 1px solid var(--special-grey);
    }

    .cost-hidden-content .cost-content .cost-content-title {
        font-weight: 500;
        font-size: 28px;
        line-height: 120%;
    }

    .cost-hidden-content .cost-content .cost-content-description {
        font-weight: 500;
        font-size: 24px;
        line-height: 130%;
    }

    .cost-hidden-content .cost-picture {
        right: -21%;
    }

    .main-block.company-block,
    .main-block.steps-block,
    .main-block.cases-block,
    .main-block.faq-block,
    .main-block.sector-block,
    .main-block.follow-block,
    .main-block.more-services {
        padding-top: 50px;
    }

    .service-items .service-item:nth-last-child(-n+2) {
        border-bottom: 1px solid var(--special-grey);
    }

    .service-items .service-item:last-child {
        border-bottom: none;
    }
}

@media (max-width: 600px) {
    .cost-hidden-content .cost-content .cost-bottom-content .cost-bottom-info-block {
        flex-direction: column;
        gap: 16px;
        align-items: start;
    }

    .faq-container .faq-item .faq-item-top {
        flex-direction: column;
        align-items: start;
        gap: 32px;
    }

    .faq-container .faq-item .faq-item-top span {
        order: 1;
        font-weight: 500;
        font-size: 28px;
        line-height: 120%;
    }
}

@media (max-width: 550px) {
    .service-block h3 {
        font-size: 28px;
        line-height: 120%;
        min-width: unset;
    }

    
}

@media (max-width: 375px) {
    .cost-hidden-content .cost-picture {
        right: -45%;
    }
}

/* End */


/* Start:/local/components/addamant/text.author/templates/service-page/style.css?17761551838150*/
.service-page.text-author-wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.service-page .text-author-worker{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.service-page .text-author-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    margin: 0 auto;
    width: 257px;
    height: 155px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 1;
}
.service-page .text-author-titles{
    max-width: 1041px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 0;
}
.service-page .text-author-titles h1{
    margin-bottom: 56px;
}
.service-page .text-author-head{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 6px;
    width: 257px;
    height: 99px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 1;
}
.service-page .text-author-head h3{
    width: 257px;
    height: 76px;
    margin-bottom: 0;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #18233A;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}
.service-page .text-author-head-subtitle{
    display: none;
    width: 483px;
    height: 23px;
    margin: 0;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #8E939E;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}
.service-page .text-author.card-item.dark h3,
.service-page .text-author.card-item.dark h4,
.service-page .text-author.card-item.dark h5{
    color: var(--white);
}
.service-page .text-author.card-item.dark h5{
    opacity: 0.5;
}
.service-page .text-author.card-item.light h5{
    color: var(--grey);
}
.service-page .text-author-worker .button{
    margin: 0;
    background-color: var(--blue);
    color: var(--white);
}
.service-page .text-author-content .button{
    width: 174px;
    min-width: 174px;
    height: 56px;
    padding: 16px 24px;
    gap: 0px;
    border-radius: 160px;
}
.service-page .text-author-worker .button svg path {
    stroke: var(--white);
}
.service-page .text-author-worker .button:hover{
    background-color: var(--special-grey);
    color: var(--dark);
}
.service-page .text-author-worker .button:hover svg path {
    stroke: var(--dark);
}
.service-page .worker-info{
    text-align: right;
}
.service-page .worker-text .worker-position{
    width: 226px;
    height: 23px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    text-align: right;
    letter-spacing: -0.006em;
    color: rgba(24, 35, 58, 0.5);
    flex: none;
    order: 0;
    flex-grow: 0;
}
.service-page .worker-info img{
    margin-bottom: 16px;
    max-width: 80px;
    max-height: 80px;
}
.service-page .employee-block .text-author-titles{
    display: none;
}
.service-page .employee-block .text-author-worker{
    flex-wrap: wrap;
}
.service-page .employee-block .text-author.card-item h3{
    position: static;
}
.service-page .employee-block .worker-info{
    width: 100%;
    display: flex;
    text-align: left;
    align-items: center;
    margin-top: 32px;
}
.service-page .employee-block .worker-info img{
    margin-right: 16px;
    margin-bottom: 0;
}
.service-page .employee-block .text-author h3{
    margin-bottom: 24px;
}
.service-page .employee-block .text-author.card-item{
    padding: 24px;
    margin-top: 0;
}
.service-page .text-author-step{
    margin-bottom: 32px;
}
.service-page .text-author-step.text-bg{
    font-weight: 500;
}
.service-page .main-block.web-stack{
    margin-bottom: 100px;
}
.service-page .text-author-wrapper.outstaff .text-author.card-item h3{
    margin-bottom: -75px;
    line-height: 38.4px;
}
.service-page .author-right {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 547px;
    width: 100%;
}
.service-page .author-right .card-item {
    margin-right: 0;
}
.service-page .more-case-link {
    border-radius: 160px;
    display: block;
    width: 100%;
    text-align: center;
    background-color: var(--light-grey);
    color: var(--black);
    text-decoration: none;
    padding: 21px;
    line-height: 130%;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.002rem;
    transition: var(--transition);
}
.service-page .more-case-link:hover {
    background-color: var(--special-grey);
}
@media screen and (max-width:1050px){
    .service-page.text-author-wrapper{
        flex-wrap: wrap;
        gap: 64px;
    }
    .service-page .text-author-titles{
        margin-right: 0;
    }
    .service-page .text-author-titles h1{
        margin-bottom: 56px;
    }
    .service-page .text-author.card-item{
        margin-top: 64px;
    }
}
@media screen and (max-width:768px){
    .service-page .text-author-titles .undertitle p{
        font-size: 18px;
    }
    .service-page .text-author-titles{
        max-width: 550px;
    }
    .service-page .main-block.web-stack{
        margin-bottom: 50px;
    }
    .service-page .web-stack .text-author-titles .undertitle p{
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.01em;
    }
    .service-page .web-stack .text-author-titles .undertitle p br{
        display: none;
    }
    .service-page .web-stack .text-author-titles{
        max-width: 100%;
    }
}
@media (max-width: 744px) {
    .service-page.text-author-wrapper {
        gap: 32px;
    }

    .service-page .text-author.card-item {
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media screen and (max-width:600px){
    .service-page .text-author.card-item{
        flex-wrap: wrap;
        padding: 24px;
    }
    .service-page .text-author-worker{
        flex-wrap: wrap;
        gap: 32px;
    }
    .service-page .text-author-content{
        width: 257px;
        height: 155px;
        margin: 0;

        justify-content: flex-start;
        align-self: auto;
        flex-grow: 0;
    }
    .service-page .text-author-worker .button{
        margin-bottom: 0;
    }
    .service-page .worker-info{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        text-align: left;
        align-items: center;
    }
    .service-page .worker-text{
        margin-left: 16px;
    }
    .service-page .worker-info img{
        margin-bottom: 0px;
    }
}
@media (max-width: 480px) {
    .service-page .text-author-content{
        width: 257px;
        height: 155px;
    }

    .service-page .worker-info{
        width: 279px;
        height: 80px;
        flex-wrap: nowrap;
        gap: 16px;
        align-items: center;
        text-align: left;
    }

    .service-page .worker-info img{
        width: 80px;
        height: 80px;
        min-width: 80px;
        min-height: 80px;
        max-width: 80px;
        max-height: 80px;
        margin-right: 0;
        border-radius: 24px;
        object-fit: cover;
    }

    .service-page .worker-text{
        width: 183px;
        height: 79px;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
        flex-grow: 1;
    }

    .service-page .worker-text .worker-position{
        width: 183px;
        height: 46px;
        color: #8E939E;
        text-align: left;
    }

    .service-page .worker-text h4{
        width: 183px;
        height: 31px;
        font-size: 24px;
        line-height: 130%;
        letter-spacing: -0.01em;
    }
}
@media (max-width: 370px) {
    .service-page .worker-info img{
        width: 65px;
        height: 65px;
        margin-right: 8px;
    }
    .service-page .worker-text{
        margin-left: 8px;
    }
}
@media (max-width: 350px) {
    .service-page .worker-info img{
        width: 55px;
        height: 55px;
        margin-right: 8px;
    }
    .service-page .worker-text{
        margin-left: 8px;
    }
}

/* End */


/* Start:/local/components/addamant/list.companies.services/templates/.default/style.css?17737265361144*/
#companies-slider{
    width: 100%;
}
#companies-slider .splide__track {
    overflow: visible;
    padding: 32px 0;
}
.companies .splide__slide{
    position: relative;
    cursor: pointer;
    width: 240px;
}
.companies .splide__slide img {
    transition: var(--transition);
    max-width: 240px;
    filter: grayscale(1);
}
/*.companies .splide__slide img.hover{
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: var(--transition);
    z-index: 1;
}
.companies .splide__slide:hover img.hover{
    opacity: 1;
    transition: var(--transition);
}
.companies .splide__slide:hover img{
    opacity: 0;
    transition: var(--transition);
}*/
.main-block.company-block{
    margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
    .main-block.company-block{
        margin-bottom: 74px;
    }
}
@media screen and (max-width: 767px) {
    .companies .splide__slide{
        width: 218px;
        padding: 18px;
        border-radius: 16px;
    }
    .companies .splide__slide img {
        max-width: 183px;
    }
    .companies .splide__slide img.hover{
        left: 18px;
        top: 18px;
    }
}
/* End */


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

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

.web-implement__wrap p.text-sm.text-grey {
    font-weight: 500;
    max-width: 762px;
    width: 100%;
}

.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;
    flex-wrap: wrap;
    gap: 12px;
}

.web-development-step__item {
    background-color: var(--light-grey);
    border-radius: 48px;
    padding: 32px;
    max-width: 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 calc(33.333% - 10px);
    min-width: calc(33.333% - 10px);
}

.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: 159px;
    white-space: nowrap;
    background-color: var(--white);
}

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

.web-development-step__item h4 {
    margin: auto 0 24px;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.001rem;
    max-width: 762px;
    width: 100%;
}

.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;
    left: 32px;
}

.image-step-block {
    display: flex;
    justify-content: end;
    margin-bottom: 32px;
}

.image-step-block img {
    width: 100px;
    height: 100px;
}

.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;
        display: block;
    }
}

@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__item {
        margin-right: 0;
        max-width: 100%;
    }

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

    .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: 1050px) {
    .web-development-step__item {
        flex: 1 1 calc(50% - 10px);
        min-width: calc(50% - 10px);
    }
}

@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;
    }
    .web-implement__dev-desctop, .web-implement__dev-mobile {
        padding: 32px 0;
        margin-bottom: 0px;
    }
}

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

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

@media (max-width: 744px) {
    .web-implement__items {
        padding: 16px;
    }
    .web-implement__dev-desctop, .web-implement__dev-mobile {
        padding: 32px 0;
       margin-bottom: 0px;
    }
    .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__dev-mobile img {
        width: 100%;
    }

    .web-development-step__item {
        flex: unset;
    }
}

@media (max-width: 500px) {
    .image-step-block {
        justify-content: start;
        margin-top: 40px;
    }
}

@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?17761598193935*/
.services-question__wrap{
    max-width: 1106px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 100px;
}

.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;
    gap: 32px;
}

.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;
}

.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: 500px;
    }

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

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

    }

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



    .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 {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .services-question__social a+a {
        margin-left: 0px;
    }
    .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/list.blog/templates/.default/style.css?17742621107337*/
.post-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}
.post-list.slider{
    margin-top: 80px;
    display: block;
    width: 100%;
    max-width: 1656px;
}
.post-list.slider>.h2-heading{
    margin-bottom: -46px;
}
.post-list.slider .post-item{
    margin-bottom: 0;
    margin-right: 12px;
    min-width: 547px;
    height: 546px;
}
.post-list.slider .post-item.wide{
    max-width: 1105px;
    min-width: 1105px;
}
.post-item.wide{
    max-width: 66.67%;
    width: 100%;
}
.post-item {
    max-width: 33.33%;
    width: 100%;
}
.post-item-wrapper{
    background-color: var(--light-grey);
    padding: 32px;
    border-radius: 32px;
    position: relative;
    height: 546px;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    margin-right: 6px;
    margin-left: 6px;
}
.post-item-wrapper:hover{
    background-color: var(--special-grey);
}
.post-item-link {
    color: inherit;
    text-decoration: none;
    display: block;
}
.post-item.wide .post-row-middle .h3-heading{
    max-width: 50%;
}
.post-item-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post-item-row>svg{
    margin-right: 12px;
}
.post-row-middle {
    height: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 50%;
    gap: 0;
}
.post-row-middle{
    margin-bottom: 16px;
}
.post-row-bottom{
    width: 100%;
}
.button.post-wrap{
    margin: 0;
}
.post-list.slider .splide__arrows{
    max-width: 1664px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 64px;
}
.post-list.slider .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;
}
.post-list.slider .splide__arrow:hover{
    background-color: var(--special-grey);
}
.post-list.slider .splide__arrow:focus{
    background-color: var(--special-grey);
}
.post-list.slider .splide__arrow:focus svg path{
    stroke: var(--dark);
}
.post-list.slider .splide__arrow+.splide__arrow{
    margin-left: 16px;
}
.post-list.slider .splide__arrow svg{
    width: 24px;
    height: 24px;
}
.post-list.slider .post-item-wrapper{
    margin: 0;
    height: 100%;
}
.post-list.slider .post-item.level-item{
    min-width: 1px;
    max-width: 1px;
}
.post-list.slider .post-item:nth-last-child(2){
    margin-right: 24px;
}
@media (max-width: 1700px) {
    .post-list.slider{
        width: calc(100vw - 33px);
    }
    .post-list.slider .splide__arrows{
        padding-right: 32px;
    }
}
@media (max-width: 1440px) {
    .post-item-wrapper{
        height: 450px;
    }
    .post-list.slider .post-item{
        margin-bottom: 0;
        margin-right: 12px;
        max-width: 450px;
        min-width: 450px;
        height: 450px;
    }
    .post-list.slider .post-item.wide,
    .post-list.slider .post-item.wide .post-item-wrapper{
        max-width: 915px;
        min-width: 915px;
    }
}
@media (max-width: 1240px) {
    .post-item.wide{
        max-width: 50%;
        margin-right: 0;
    }
    .post-item {
        max-width: 50%;
    }
    .post-item-wrapper{
        height: 474px;
    }
    .post-item.wide .post-row-middle .h3-heading{
        max-width: 100%;
    }
    .post-row-middle{
        background-image: none!important;
    }
}
@media (max-width: 1200px) {
    .post-list.slider{
        width: calc(100vw - 25px);
    }
}
@media (max-width: 1024px) {
    .post-list.slider .post-item.wide{
        max-width: 960px;
        min-width: 960px;
    }
    .post-list.slider>.h2-heading{
        margin-bottom: -82px;
        max-width: 500px;
    }

}
@media (max-width: 1023px) {
    .post-list.slider .post-item.wide,
    .post-list.slider .post-item,
    .post-list.slider .post-item.wide .post-item-wrapper{
        max-width: 680px;
        min-width: auto;
        height: 712px;
    }
    .post-list.slider .post-row-middle{
        height: 100%;
        background-size: 80%;
        background-position: top center;
    }

}
@media (max-width: 910px) {
    .post-item,
    .post-item.wide {
        max-width: 100%;
        width: 100%;
    }
    .post-list.slider .post-item.wide .post-item-wrapper{
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        height: 100%;
    }
    .post-item-wrapper {
        padding: 24px;
        margin-left: 0;
        margin-right: 0;
        justify-content: space-between;
    }
    .post-row-middle{
        height: 100%;
        background-size: 540px;
        background-position: center 20%;
    }
    .post-item.wide .post-row-middle .h3-heading{
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .post-list.slider{
        width: calc(100vw - 16px);
    }
    .post-list.slider .post-item.level-item{
        min-width: 1px;
        max-width: 1px;
        margin-right: 0;
    }
    .post-list.slider .post-item:nth-last-child(2){
        margin-right: 16px;
    }
    .post-list.slider .splide__arrows{
        padding-right: 16px;
    }
}
@media (max-width: 767px) {
    .post-list.slider .post-item.wide,
    .post-list.slider .post-item{
        max-width: 311px;
        height: 343px;
    }
    .post-list.slider .post-row-middle{
        background-size: 130px;
    }
    .post-list.slider .post-item-link{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-clamp: 3;
        box-orient: vertical;
    }
}
@media (max-width: 650px) {
    .post-row-middle{
        background-size: 100%;
    }
    .post-item {
        max-width: 100%;
    }
    .post-item-link{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-clamp: 3;
        box-orient: vertical;
    }
    .post-item-link{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-clamp: 3;
        box-orient: vertical;
    }
    .post-list.slider>.h2-heading{
        margin-bottom: 24px;
        max-width: 500px;
    }
    .post-list.slider .splide__arrows{
        justify-content: flex-start;
    }
}
@media (max-width: 550px) {
    .post-row-middle{
        background-size: 130px;
    }
    .post-item-wrapper {
        height: 350px;
    }
    .post-list.slider .post-item.wide,
    .post-list.slider .post-item{
        max-width: 311px;
    }
    .post-list.slider>.h2-heading{
        margin-bottom: 24px;
    }
    .post-row-middle{
        background-position: center top;
    }
    .post-list.slider .post-row-middle{
        background-image: none!important;
    }
}
@media (max-width: 420px) {
    .post-list.slider>.h2-heading{
        max-width: 300px;
        padding-right: 16px;
    }
}
/* End */


/* Start:/local/components/addamant/main.follow/templates/main/style.css?17761551834647*/
.follow-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.follow-left .follow-social-row .button.button-social.vc-ru svg path{
    fill:#FEEBEF;
}

.follow-left .follow-social-row .button.button-social.vc-ru svg path:last-child{
    fill:var(--dark);
}

.follow-row .button-social svg {
    fill: var(--lime);
}

.follow-row .button-social.vkontakte svg {
    fill: var(--vk-social-default);
}

.follow-row .button-social.telegram svg,
.follow-row .button-social.telegram-addamant-marina svg {
    fill: var(--tg-social-default);
}
.follow-left {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}
.follow-team {
    background-color: var(--light-grey);
    padding: 32px;
    border-radius: 32px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.follow-social-top,
.follow-team-title{
    margin-bottom: 64px;
}
.follow-description-tablet{
    display: none;
}
.team-row {
    display: flex;
    margin-bottom: 32px;
}
.team-row>div.button:hover{
    box-shadow: 4px 4px 16px 0px #18233A0A;
}
.team-row .button{
    border-radius: 32px;
    margin-left: -15px;
}
.team-row img:not(:first-of-type){
    margin-left: -15px;
}
.team-row img{
    max-width: 80px;
    max-height: 80px;
}
.follow-image{
    padding: 0 73px 0 115px;
}
.follow-row.contacts .button-social{
    margin: 0;
}
.follow-row.contacts .button-social svg{
    max-width: 40px;
}
.follow-social-row .button{
    margin: 0;
}
.follow-left .follow-social-row{
    justify-content: center;
}
@media (max-width: 1430px){
    .follow-row{
        align-items: flex-end;
    }
}
@media (max-width: 1064px) {
    .follow-row.contacts .follow-left{
        max-width: 474px;
    }
    .follow-row.contacts .follow-image{
        padding-right: 63px;
    }
    .follow-left{
        max-width: 94%;
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .follow-row {
        align-items: center;
    }
    .follow-social-top h1{
        max-width: 300px;   
    }
    .follow-team-title > h3 {
        line-height: 38px;
    }
    .main-block.follow-block {
        margin-bottom: 100px;
    }
}
@media (max-width: 940px) {
    .follow-row.contacts .follow-left{
        max-width: 100%;
    }
    .follow-social-top h1{
        max-width:  100%;  
    }
    .follow-row{
        flex-wrap: wrap;
    }
    .follow-left{
        max-width: 100%;
        width: 100%;
    }
    .follow-social-top {
        margin-bottom: 32px;
    }
}
@media (max-width: 768px) {
    .follow-row.contacts .follow-social-top,
    .follow-row.contacts .main-heading{
        margin-bottom: 32px;
    }
    .follow-row.contacts .main-heading{
        font-size: 42px;
    }
    .follow-row.contacts .text-grey{
        font-size: 18px;
    }
    .follow-team {
        width: 100%;
        padding: 24px;
    }
    .main-block.follow-block {
        margin-bottom: 50px;
    }
    .follow-social-top{
        max-width: 680px;
    }
}
@media (max-width: 744px) {
    .follow-social-top {
        max-width: 712px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .follow-social-top .text-grey.text-md {
        display: none;
    }

    .follow-description-tablet{
        display: block;
        max-width: 712px;
        width: 100%;
        margin: 0 auto;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 130%;
        text-align: center;
        letter-spacing: -0.01em;
        color: #8E939E;
    }
}
@media (max-width: 640px) {
    .follow-left .follow-social-row a span{
        display: none;
    }
    .follow-left .follow-social-row a svg{
        margin-left: 0;
    }
    .follow-left .follow-social-row a{
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media (max-width: 500px) {
    .follow-row.contacts .follow-left{
        max-width: 100%;
    }
    .follow-row.contacts .button-social{
        padding: 24px;
    }
    .follow-row.contacts .button-social span{
        display: none;
    }
    .follow-row.contacts .button-social svg{
        margin-left: 0;
    }
    .follow-social-row{
        flex-wrap: wrap;
    }
    .follow-social-row>div{
        max-width: 100%;
        margin-bottom: 8px;
    }
    .follow-social-row>div:last-child{
        margin-bottom: 0;
    }
    .team-row img:not(:first-of-type),
    .team-row>div.button {
        margin-left: -26.5px
    }
}
@media (min-width: 1065px) {
    .follow-team {
        min-width: 550px;
    }
}

@media (max-width: 375px) {
    .follow-team-title{
        margin-bottom: 32px;
    }
}

/* End */


/* Start:/local/templates/main/components/addamant/list.social/follow_social/style.css?1714140754225*/
.follow-social-row {
    display: flex;
}

.follow-social-row>div{
    margin-right: 8px;
}

.follow-social-row svg rect {
    stroke-opacity: 0;
}

.follow-social-row svg path {
    fill: var(--white);
    fill-opacity: 1;
}
/* End */


/* Start:/local/components/addamant/form/templates/becometeam/addamant/form.result.new/becometeam/style.css?17146556172424*/
.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/templates/main/components/bitrix/news.detail/services/style.css?177615518311587 */
/* /local/components/addamant/text.author/templates/service-page/style.css?17761551838150 */
/* /local/components/addamant/list.companies.services/templates/.default/style.css?17737265361144 */
/* /local/components/addamant/develop.implement/templates/.default/style.css?17761551837607 */
/* /local/components/addamant/social.request/templates/.default/style.css?17761598193935 */
/* /local/components/addamant/develop.cases/templates/.default/style.css?17272381211877 */
/* /local/components/addamant/list.blog/templates/.default/style.css?17742621107337 */
/* /local/components/addamant/main.follow/templates/main/style.css?17761551834647 */
/* /local/templates/main/components/addamant/list.social/follow_social/style.css?1714140754225 */
/* /local/components/addamant/form/templates/becometeam/addamant/form.result.new/becometeam/style.css?17146556172424 */
