

/* Start:/local/components/addamant/main.title/templates/.default/style.css?17507519893195*/
/*.word::before {
    content: " ";
    display: block;
    width: 0;
    height: 100%;
    z-index: 0;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    border-radius: 24px;
    overflow: hidden;
    transition: 0.8s width ease-out, 0.1s opacity linear;
    opacity: 0;
}

.word.active::before {
    opacity: 1;
    width: 100%;
}
    
.word:first-of-type::before {
    background-color: var(--lime-light);
}

.word:nth-child(even)::before {
    background-color: var(--violet);
}

.word:nth-child(3)::before {
    background-color: var(--accent);
}*/

/* rotating text */

.main-block.title-block{
    margin-bottom: 160px;
}

.words-wrap {
    display: inline;
    margin-left: 12px;
}

.word {
    position: absolute;
    opacity: 0;
}

.letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
}

.letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
    transform: rotateX(-90deg);
}

.letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.title {
    font-size: 80px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 88px;
    text-align: left;
    width: 950px;
}

.undertitle {
    max-width: 950px;
    margin-top: 70px;
}

/* - rotating text - */

.title-block {
    display: flex;
    align-items: start;
    gap: 8px;
    justify-content: space-between;
    width: 100%;
}

.title-block .right-title-block-content {
    max-width: 547px;
    width: 100%;
}

.title-block .right-title-block-content .mini-banner-block {
    width: 100%;
    height: 219px;
    background-color: var(--dark);
    padding: 32px;
    border-radius: 32px;
    position: relative;
    overflow: hidden;
}

.title-block .right-title-block-content .mini-banner-block h3 {
    max-width: 186px;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -1px;
    color: var(--white);
}

.title-block .right-title-block-content .mini-banner-block svg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

@media (max-width: 1430px) {
    .title-block {
        flex-direction: column;
        gap: 64px;
    }

    .title {
        max-width: 950px;
        width: unset;
    }
}

@media (max-width: 1024px) {
    .title {
        font-size: 70px;
        max-width: 800px;
    }
}

@media (max-width: 900px) {
    .title {
        font-size: 52px;
        line-height: 55px;
    }

    .words-wrap {
        display: block;
        margin-left: 0;
    }

    .word::before {
        border-radius: 12px;
    }

    .main-block.title-block{
        margin-bottom: 100px;
    }
}

@media (max-width: 768px) {
    .title {
        font-size: 44px;
        line-height: 50px;
    }

    .word {
        display: block;
    }
}

@media (max-width: 500px) {
    .title {
        font-size: 40px;
        line-height: 46px;
    }
}

@media (max-width: 470px) {
    .title-block .right-title-block-content .mini-banner-block svg {
        right: -87px;
    }
}
/* End */


/* Start:/local/components/main/cases/templates/.default/style.css?17507519888162*/
.cases__wrapper {
    margin: 80px 0 100px 0;
}

.cases__items {
    display: flex;
    flex-wrap: wrap;
}
.cases {
    display: flex;
    flex-direction: column;
}

.cases__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding: 32px;
    border-radius: 32px;
    flex: 1 0 49%;
    background: var(--light-grey);
    overflow: hidden;
    text-decoration: none;
    margin-bottom: 12px;
}

.cases__item:nth-child(2){
    margin-right: 12px;
}

.cases__item.wide-element {
    flex: 1 1 100%;
}

.cases__item-subtitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.144px;
    color: var(--grey);
}

.cases__item.wide-element
.cases__item-subtitle {
    color: var(--main-white-50);
}

.cases__item.wide-element {
    min-height: 656px;
    background-repeat: no-repeat;
    background-size: cover;
}

.cases__item.wide-element .h2-heading {
    color: var(--white);
}

.cases__item-header {
    display: flex;
    flex-direction: column; 
}

.cases__item-title{
    margin-bottom: 12px;
}

.cases__item-header,
.cases__item-tags {
    z-index: 1;
}

.cases__item-tag {
    background: var(--white);
}

.cases__item-tags {
    display: flex;
    flex-wrap: wrap;
}

.cases__item-tags .cases__item-tag{
    margin-right: 6px;
}

.cases__item-tags .cases__item-tag::after{
    margin-left: 12px;
    margin-right: 0;
}

.cases__btn .cases__btn-item {
    display: flex;
    align-items: center;
    gap: 27px;
    justify-content: center;
    color: var(--dark);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; 
    letter-spacing: -0.64px;
    text-decoration: none;
    padding: 40.5px 0;
    border-radius: 32px;
    background: var(--light-grey);
    width: 100%;
}

.cases__btn .cases__btn-item .cases__btn-item-arrow {
    display: flex;
    align-items: center;
}

.cases__btn .button span + svg {
    margin: 0 0 0 24px;
}

.cases__item:not(.wide-element) .cases__item-image:not(.image-center) {
    position: absolute;
    bottom: 0;
    right: 0;
}

.cases__item-image:not(.wide-element).image-center {
    margin: 32px 0 46px 0;
}

.cases__item.wide-element .cases__item-image {
    position: absolute;
    right: 15%;
    bottom: -15%;
    transform: translateY(80%);
    transition: 
        1.5s bottom ease,
        1.5s right ease,
        .5s opacity ease;
    opacity: 0;
    z-index: 0;
}

.cases__item-image-wrap{
    height: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    margin: 0 -32px -32px;
    max-height: 473px;
}

.cases__item-image-wrap.image-center{
    background-position: 32px center;
}

.cases-backgrounds {
    position: absolute;
    width: inherit;
    height: inherit;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.cases-backgrounds > div {
    width: 100%;
    height: 100%;
}

.case-main-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-dop-background {
    background-color: var(--blue);
    opacity: 1;
    transition: var(--transition);
    z-index: 1;
}

.case-dop-background.hide {
    opacity: 0;
}

.cases__item.wide-element .cases__item-title {
    max-width: 55%;
}

.cases__item.wide-element .cases__item-image.change-position {
    bottom: 40%;
    right: 0%;
    opacity: 1;
}

.cases__item.wide-element .cases__item-image.change-mini-position {
    bottom: 38.5%;
    right: 0.5%;
}

.cases__btn .button {
    padding: 40.5px 0;
    margin: 0;
    color: var(--dark);
}

.cases__item-title {
    color: var(--dark);
}

.cases__item:not(.wide-element) {
    min-height: 656px;
}

@media (max-width: 1440px) {

    .cases__wrapper .container {
        padding: 0 32px;
    }

    .cases__item-title .h3-heading {
        line-height: 110%;
    }

    .cases__item.wide-element .cases__item-title {
        max-width: 70%;
    }

    .cases__btn .button {
        letter-spacing: -0.64px;
    }

    .cases__item-image {
        min-width: max-content;
    }

    .cases__item.wide-element .cases__item-image {
        right: 0%;
    }

    .cases__item.wide-element .cases__item-image.change-position {
        right: -25%;
        bottom: 40%;
    }

    .cases__item.wide-element .cases__item-image.change-mini-position {
        right: -24.5%;
        bottom: 38.5%;
    }

}

@media (max-width: 1024px) {

    .cases__item.wide-element .cases__item-title {
        max-width: 100%;
    }

    .cases__item {
        flex: 1 1 100%;
    }

    .cases__item:not(.wide-element) .cases__item-title {
        max-width: 100%;
    }

    .cases__item.wide-element .cases__item-image {
        right: 0%;
    }

    .cases__item.wide-element .cases__item-image.change-position {
        right: -20%;
        bottom: 40%;
    }

    .cases__item.wide-element .cases__item-image.change-mini-position {
        right: -19.5%;
        bottom: 38.5%;
    }
    
    .cases__item:nth-child(2){
        margin-right: 0;
    }
}

@media (max-width: 768px) {

    .cases__wrapper .container {
        padding: 0 16px;
    }

    .cases__wrapper {
        margin: 50px 0 60px 0;
    }

    .cases__item.wide-element .cases__item-title .h2-heading {
        font-size: 28px;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -0.28px;
    }

    .cases__item.wide-element .cases__item-tags {
        flex-direction: column;
        flex-wrap: nowrap;
        margin-bottom: -6px;
    }

    .cases__item.wide-element .cases__item-tags .cases__item-tag {
        width: fit-content;
        margin-bottom: 6px;
    }

    .cases__item.wide-element .cases__item-subtitle {
        font-size: 18px;
        line-height: 130%;
    }

    .cases__item {
        padding: 24px;
    }

    .cases__item.wide-element .cases__item-image.change-position {
        bottom: 52%;
    }

    .cases__item.wide-element .cases__item-image.change-mini-position {
        right: -19%;
        bottom: 50.5%;
    }

    .cases__item:not(.wide-element) .cases__item-title {
        max-width: 100%;
    }

    .cases__item:not(.wide-element) .cases__item-title .h3-heading {
        line-height: 120%;
        letter-spacing: -0.28px;
    }

    .cases__item:not(.wide-element) .cases__item-subtitle {
        font-size: 18px;
        font-weight: 600;
        line-height: 130%
    }

    .cases__item-image:not(.wide-element).image-center {
        margin: 92px 0 66px 0;
    }

    .cases__item:not(.wide-element) .cases__item-image:not(.image-center) {
        right: -10%;
    }

    .cases__btn .button {
        font-size: 32px;
    }

}

@media (max-width: 600px) {
    .cases__item-tags {
        display: none;
    }

    .cases__item.wide-element .cases__item-image.change-position {
        bottom: 37%;
    }

    .cases__item-image:not(.wide-element).image-center {
        margin: 92px 0 0 0;
    }

    .cases__item.wide-element .cases__item-image.change-mini-position {
        right: -19%;
        bottom: 36.5%;
    }

    .cases__item-image-wrap{
        margin: 0 -24px -24px;
        background-size: cover;
        max-height: 335px;
    }
    
    .cases__item-image-wrap.image-center{
        background-position: 24px center;
    }
}

@media (max-width: 500px) {
    .cases__item-image-wrap{
        background-position: -60px;
    }
}

@media (max-width: 375px) {
    .cases__item.wide-element .cases__item-image {
        right: 0%;
    }

    .cases__item.wide-element .cases__item-image.change-position {
        right: -30%;
    }

    .cases__item.wide-element .cases__item-image.change-mini-position {
        right: -29.5%;
    }

    .cases__item:not(.wide-element) .cases__item-image:not(.image-center) {
        right: -20%;
    }

}
/* End */


/* Start:/local/components/addamant/main.services.cases/templates/.default/style.css?17507519884283*/
.service-block__wrap{
    margin-top: 64px;
    display: grid; 
    grid-auto-columns: 1fr 1fr 1fr; 
    grid-auto-rows: 1fr 1fr; 
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: repeat(2, 1fr); 
    gap: 12px 12px;
}

.service-block__btn{
    margin-bottom: 100px;
}

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

.service-item__wrap .button{
    position: absolute;
    top: 32px;
    right: 32px;
    margin: 0;
}

.service-item__wrap.link{
    cursor: pointer;
}

.service-item__wrap:hover .button{
    background-color: var(--dark);
}

.service-item__wrap:hover .button svg path{
    stroke: var(--white);
}

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

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

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

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

@media (max-width: 1500px) {
    .service-block__wrap{
        grid-auto-columns: 1fr 1fr 1fr; 
        grid-auto-rows: 1fr; 
        grid-template-columns: 1fr ; 
        grid-template-rows: repeat(1, 1fr); 
    }

    .service-item__wrap{
        min-height: 400px;
    }

    .service-item__info{
        max-width: 100%;
    }

    .service-item__text{
        max-width: 100%;
    }
}

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

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

@media (max-width: 900px) {
    .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;
    }

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

    .service-block__wrap{
        margin-top: 32px;
        margin-bottom: 50px;
    }
}

@media (max-width: 720px) {
    .service-block__wrap{
        display: flex;
        flex-direction: column;
    }

    .service-item__wrap{
        flex-direction: column;
    }

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

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

    .service-item__wrap .button,
    .service-block__btn{
        display: none;
    }

    .service-item__info{
        max-width: 100%;
    }
}

@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;
    }
}
/* End */


/* Start:/local/components/addamant/develop.stack/templates/.default/style.css?1750751990504*/
.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/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/main.about/templates/.default/style.css?17507519892286*/
.main-about__services-wrap{
    margin: 100px 0;
}

.main-about__service{
    display: none;
}

.main-about__service svg{
    display: block;
    margin: 0 auto;
    background-color: var(--white);
}

.main-about__services-wrap{
    background: url(/local/components/addamant/main.about/templates/.default/images/grid.png)repeat center center;
}

.main-about__base-items{
    display: grid; 
    grid-auto-columns: 1fr 1fr 1fr; 
    grid-auto-rows: 1fr 1fr; 
    grid-template-columns: 1fr 1fr 1fr; 
    grid-template-rows: 1fr; 
    gap: 12px 12px; 
}

.main-about__base-item .text-bg{
    font-weight: 500;
}

.main-about__base .h2-heading{
    margin-bottom: 64px;
}

.main-about__base-item{
    display: flex;
    flex-direction: column;
    min-height: 351px;
    padding-right: 32px;
}

.main-about__base-item img{
    margin-bottom: 24px;
    width: auto;
    max-width: 100px;
    height: auto;
}

.main-about__base-item .button{
    margin: auto 0 0 0;
    width: auto;
    max-width: fit-content;
}

@media (max-width: 800px) {
    .main-about__services-wrap{
        margin: 50px 0;
    }

    .main-about__base .h2-heading{
        margin-bottom: 32px;
    }
    
}

@media (min-width: 1500px) {
    .main-about__service.full{
        display: flex;
    }
}

@media (max-width: 1499px) and (min-width:1050px){
    .main-about__service.mac{
        display: flex;
    } 
}

@media (max-width: 1049px) and (min-width:800px) {
    .main-about__service.mini{
        display: flex;
    } 
}

@media (max-width: 799px) and (min-width:450px) {
    .main-about__service.table{
        display: flex;
    } 
}

@media (max-width: 1100px) {
    .main-about__base-items{
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .main-about__base-item+.main-about__base-item{
        margin-top: 48px;
    }

    .main-about__base-item{
        min-height: 289px;
        padding-right: 0;
    }

    .main-about__base-item:last-child br{
        display: none;
    }

    .main-about__base-item:last-child{
        min-height: auto;
    }
}

@media (max-width: 600px) {
    .main-about__base-item .button{
        margin: 48px 0 0 0;
    }
}

@media (max-width: 449px) {
    .main-about__service.mobile{
        display: flex;
    } 

    .main-about__service svg{
        width: 100%;
        height: auto;
    }
}

/* End */


/* Start:/local/components/addamant/list.companies/templates/.default/style.css?17507519891144*/
#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/list.sectors/templates/.default/style.css?17507519881577*/
.sector-block .card-item-text{
    max-width: 375px;
}
.sector-block .card-item-undertitle{
    max-width: 235px;
}
.sector-block .card-item{
    display: flex;
    flex-direction: column;
    min-height: 476px;
}
.sector-block .card-item .card-item-bottom{
    margin-top: auto;

}
@media screen and (max-width:1300px){
    .sector-block .card-list{
        flex-wrap: wrap;
    }
    .sector-block .card-item{
        margin-right: 0;
        max-width: 100%;
        min-height: 432px;
    }
    .sector-block .card-item+.card-item{
        margin-top: 12px;
    }
}
@media screen and (max-width:1024px){
    .sector-block .card-item{
        pointer-events: none;
        padding: 24px;
    }
    .sector-block .card-item-text{
        max-width: 100%;
    }
    .sector-block .card-item-undertitle{
        max-width: 100%;
    }
}
@media screen and (max-width:768px){
    .sector-block .card-item{
        min-height: 432px;
    }
    .sector-block .card-item-text{
        max-width: 664px;
        margin-bottom: 55px;
    }
}
@media screen and (max-width:500px){
    .sector-block .card-item-bottom{
        flex-wrap: wrap;
    }
    .sector-block .card-item-text{
        margin-bottom: 16px;
    }
    .sector-block .card-item{
        min-height: 580px;
    }
    .sector-block .card-item-img{
        width: 100%;
        text-align: right;
        margin-top: 67px;
    }
    .sector-block .card-item .card-item-bottom{
        margin-top: auto;
    }
}

@media screen and (max-width:400px){
    .sector-block .card-item-bottom{
        margin-top: 16px;
    }
}
/* End */


/* Start:/local/components/addamant/reviews.video/templates/.default/style.css?17507519885515*/
.reviews-video__header.container{
    margin-bottom: -130px;
    padding: 0;
}

.reviews-video__cards .splide__arrows{
    max-width: 1664px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 64px;
}

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

.reviews-video__cards .splide__arrow:disabled{
    background-color: var(--light-grey);
}

.reviews-video__cards .splide__arrow:hover{
    background-color: var(--special-grey);
}

.reviews-video__cards .splide__arrow:focus{
    background-color: var(--special-grey);
}

.reviews-video__cards .splide__arrow:focus svg path{
    stroke: var(--dark);
}

.reviews-video__cards .splide__arrow+.splide__arrow{
    margin-left: 16px;
}

.reviews-video__cards .splide__arrow svg{
    width: 24px;
    height: 24px;
}

.reviews-video__cards .splide__slide{
    max-width: 407px;
}

.reviews-video__cards .splide__slide.with-video{
    max-width: 826px;
}

.reviews-video__card{
    width: 100%;
    min-height: 535px;
    display: flex;
    padding: 32px;
    border-radius: 32px;
    background-color: var(--light-grey);
}

.reviews-video__card-video{
    margin-right: 24px;
    max-width: 288px;
    max-height: 471px;
    width: 100%;
    display: flex;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
}

.reviews-video__card-video video{
    object-fit: cover; 
}

.reviews-video__card-video .reviews-video__card-worker{
    display: none;
}

.reviews-video__card-video .reviews-video__card-worker div{
    color: var(--white);
}

.reviews-video__card-text-wrap{
    display: flex;
    flex-direction: column;
    max-width: 450px;
    width: 100%;
}

.reviews-video__card-worker{
    margin-bottom: 24px;
}

.reviews-video__card-company{
    margin-top: auto;
    display: flex;
    align-items: center;
}

.reviews-video__card-company-logo{
    margin-right: 12px;
}

.reviews-video__card-company-logo img{
    max-width: 80px;
    max-height: 80px;
    border-radius: 80px;
}

.reviews-video__card-worker-name{
    margin-bottom: 4px;
}

#reviews-video .splide__track{
    overflow: visible;
}

.reviews-video__card-text a{
    margin-top: 12px;
    display: block;
}

.reviews-video__card-text .text-sm{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    line-clamp: 8;
    box-orient: vertical;
    position: relative;
}

.reviews-video__card-text div.text-sm:after{
    content: '»';
    position: absolute;
    display: block;
    right: 0;
}

.reviews-video__card-video-play.button{
    position: absolute;
    left: 32px;
    bottom: 0;
    width: 100%;
    margin: 0 0 32px 0;
    max-width: 224px;
    white-space: nowrap;
    letter-spacing: -0.02em;
    z-index: 2;
}

.reviews-video__card-video-play svg{
    margin-right: 14px;
}

.reviews-video__card-video .reviews-video__card-video-play,
.reviews-video__card-video .reviews-video__card-worker{
    opacity: 1;
    transition: 0.2s;
}

.reviews-video__card-video.active .reviews-video__card-worker,
.reviews-video__card-video.active .reviews-video__card-video-play{
    opacity: 0;
}

@media (max-width: 768px) {
    .reviews-video__cards .splide__slide.with-video{
        max-width: 648px;
    }
    
    .reviews-video__card-text .text-sm{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        line-clamp: 6;
        box-orient: vertical;
    }

    .reviews-video__card{
        padding: 24px;
        min-height: 519px;
    }

    .reviews-video__cards .splide__arrows{
        margin-bottom: 32px;
    }

    .reviews-video__header.container{
        margin-bottom: -90px;
        padding: 13px 0 0 0;
    }
    
}

@media (max-width: 700px) {
    .reviews-video__header{
        margin-bottom: 0;
    }

    .reviews-video__cards .splide__arrows{
        margin-bottom: 32px;
    }

    .reviews-video__card-video .reviews-video__card-worker{
        display: block!important;
        position: absolute;
        padding: 24px;
        bottom: 80px;
        margin: 0;
    }
    
    .reviews-video__cards .splide__slide.with-video .reviews-video__card{
        flex-direction: column;
    }

    .reviews-video__card-video{
        margin: 0;
    }

    .reviews-video__cards .splide__slide.with-video,
    .reviews-video__cards .splide__slide{
        max-width: 333px;
    }

    .reviews-video__card-video-play.button{
        left: 24px;
        margin: 0 0 24px 0;
    }

    .reviews-video__cards .splide__slide.with-video .reviews-video__card-worker,
    .reviews-video__cards .splide__slide.with-video .reviews-video__card-text div.text-sm{
        display: none;
    }

    .reviews-video__card-text .text-sm{
        -webkit-line-clamp: unset;
        line-clamp: unset;
    }

    .reviews-video__card-text a.text-sm{
        margin-bottom: 12px;
    }

    .reviews-video__card{
        min-height: 646px;
    }

    .reviews-video__header.container{
        margin-bottom: 32px;
        padding: 0;
    }

    .reviews-video__cards .splide__arrows{
        justify-content: flex-start;
    }
}
/* End */


/* Start:/local/components/addamant/main.list.rating/templates/.default/style.css?17507519892490*/
.awards-list__wrap{
    margin-top: 64px;
}

.award-item__wrap{
    display: flex;
    padding: 32px 0;
    justify-content: space-between;
    align-items: center;
}

.award-item__wrap+.award-item__wrap{
    border-top: 1px solid var(--dark)
}

.award-item__text{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.award-item__wrap:first-child{
    padding-top: 0;
}

.award-item__wrap:last-child{
    padding-bottom: 0;
}

.award-item__text{
    width: 100%;
}

.award-item__text h3 span {
    white-space: nowrap;
}

.award-item__year,
.award-item__name,
.award-item__position{
    width: 100%;
}

.award-item__year{
    max-width: 44px;
    margin-right: 96px;
    align-self: flex-start;
}

.award-item__name{
    max-width: 850px;
    margin-right: 16px;
}

a.award-item__name{
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.award-item__name,
.award-item__position span{
    color: var(--dark);
}

.award-item__position span{
    display: block;
    margin-bottom: 12px;
}

.award-item__position{
    max-width: 370px;
    margin-left: 10%;
}

.award-item-img{
    margin-left: 24px;
}

@media (max-width: 1440px) {
    .award-item__name{
        max-width: 680px;
        margin-right: 16px;
    }
    
    .award-item__position{
        max-width: 370px;
        margin-left: 50px;
    }
}

@media (max-width: 1300px) {
    .award-item__year{
        margin-right: 48px;
    }

    .award-item__name{
        margin-right: 16px;
    }
    
    .award-item__position{
        max-width: 252px;
        margin-left: 0;
        padding-left: 24px;
    }
}

@media (max-width: 940px) {
    .award-item-img{
        order: 1;
        margin-left: 0;
        margin-right: 24px;
        align-self: flex-start;
    }

    .award-item__text{
        order: 2;
        flex-direction: column;
        align-items: flex-start;
    }

    .award-item__year,
    .award-item__name{
        margin-right: 0;
        margin-bottom: 24px;
        max-width: 100%;
    }

    .award-item__position{
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .awards-list__wrap{
        margin-top: 32px;
    }
}

@media (max-width: 600px) {
    .awards-title__wrap .text-md br{
       display: none;     
    }
}

@media (max-width: 500px) {
    .award-item__wrap{
        flex-direction: column;
    }

    .award-item-img{
        margin-bottom: 24px;
    }
}
/* End */


/* Start:/local/components/addamant/list.blog/templates/.default/style.css?17507519897305*/
.post-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}
.post-list.slider{
    margin-top: 80px;
    display: block;
    width: calc(100vw - (100vw - 1656px) / 2);
}
.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.career/templates/.default/style.css?17507519894610*/
.career-title__wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.career-title__wrap a{
    display: flex;
    align-items: center;
    text-decoration: none;
}

.career-title__wrap a svg{
    margin-left: 12px;
    width: 32px;
    height: 32px;
    margin-top: 5px;
}

.career-title__wrap a svg path{
    stroke: var(--grey);
}

.career-title__wrap a:hover{
    color: var(--dark);
}

.career-title__wrap a:hover svg path{
    stroke: var(--dark);
}

.career-half__wrap{
    padding: 32px;
    border-radius: 48px;
    background-color: var(--accent);
    display: flex;
}

.career-half__left,
.career-half__right{
    padding: 32px;
    border-radius: 32px;
    background-color: var(--white);
    width: 100%;
    display: flex;
    flex-direction: column;
}

.career-half__left{
    max-width: 654px;
    margin-right: 12px;
}

.career-half__right{
    max-width: 934px;
}

.career-half__left .button,
.career-half__right .button{
    margin: auto;
    margin-bottom: 0;
}

.career-half__left h3,
.career-half__right h3{
    margin-bottom: 32px;
}

.career-half__left .career-half__text{
    margin-bottom: 48px;
}

.career-half__left .career-half__text .text-bg{
    font-weight: 500;
    margin-bottom: 7px;
}

.career-half__left .career-half__text .text-sm{
    padding-right: 8px;
}

.career-half__left .career-half__text>div{
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
}

.career-half__right .career-half__text{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.career-half__right .career-half__text span{
    border: 2px solid var(--dark);
    padding: 6.5px 24px;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.03em;
    display: flex;
    align-items: center;
    border-radius: 49px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.career-half__img{
    display: flex;
}

.career-half__img img{
    max-width: 232px;
}

.career-half__img img:nth-child(2){
    max-width: 392px;
}

.career-half__img img+img{
    margin-left: 6px;
}

@media (max-width: 1500px) {
    .career-half__wrap{
        flex-direction: column;
    }

    .career-half__left,
    .career-half__right{
        max-width: 100%;
        margin: 0;
    }

    .career-half__left+.career-half__right{
        margin-top: 12px;
    }

    .career-half__right .career-half__text{
        max-width: 870px;
    }

    .career-half__right .career-half__img{
        margin-bottom: 48px;
        justify-content: space-between;
    }

    .career-half__img img{
        max-width: 334px;
    }
    
    .career-half__img img:nth-child(2){
        max-width: 562px;
    }
}

@media (max-width: 1439px) {
    .career-half__img img{
        max-width: 222px;
    }

    .career-half__right .career-half__img{
        justify-content: flex-start;
    }
    
    .career-half__img img:nth-child(2){
        max-width: 376px;
    }
}

@media (max-width: 1023px) {
    .career-half__img img{
        max-width: 169px;
    }

    .career-half__right .career-half__img{
        justify-content: flex-start;
    }
    
    .career-half__img img:nth-child(2){
        max-width: 286px;
    }

    .career-half__right .career-half__text{
        max-width: 640px;
    }

    .career-half__wrap{
        padding: 16px;
    }

    .career-half__left, 
    .career-half__right{
        padding: 24px;
    }
}

@media (max-width: 743px) {
    .career-half__right .career-half__text span{
        padding: 12px 14px;
        font-size: 18px;
        font-weight: 500;
        line-height: 17.28px;
        letter-spacing: -0.035em;
        white-space: nowrap;
        margin-bottom: 12px;
    }

    .career-half__right .career-half__text span svg{
        width: 16px;
        height: 16px;
    }

    .career-half__right .career-half__text span:nth-child(2n){
        padding: 14px;
        margin-bottom: 8px;
    }

    .career-half__right .career-half__text span:nth-child(6){
        margin-right: 0;
    }

    .career-half__wrap{
        margin-left: -16px;
        margin-right: -16px;
    }

    .career-half__right .career-half__img{
        flex-direction: column;
    }

    .career-half__img img,
    .career-half__img img:nth-child(2){
        max-width: 100%;
    }

    .career-half__right .career-half__img img+img{
        margin-left: 0;
        margin-top: 6px;
    }

    .career-half__left .button, .career-half__right .button{
        letter-spacing: -0.01em;
        white-space: nowrap;
    }

    .career-title__wrap{
        flex-direction: column;
        align-items: flex-start;
    }
}
/* End */


/* Start:/local/components/addamant/main.follow/templates/main/style.css?17507519893996*/
.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;
}
.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: 49%;
        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: 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?1750751990225*/
.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?17507519902424*/
.form-wrap .form-head{
    margin: 56px 0 24px;
    text-align: center;
}
.form-wrap .form-data .main-input-block{
    margin-bottom: 24px;
}
.form-wrap .btn-wrap,
.form-wrap .form-userconsent{
    text-align: center;
}
.form-wrap .btn-wrap .button{
    margin: 0;
    margin-bottom: 12px;
    max-width: 328px;
    width: 100%;
}
.form-wrap .form-userconsent a{
    color: var(--grey);
    text-decoration: none;
}
.form-wrap .form-success{
    margin: 56px 0 24px;
    text-align: center;
}
.form-wrap .form-success h2,
.form-wrap .form-success p{
    margin-top: 24px;
}
.form-wrap .form-success .button{
    margin: 0 auto;
    margin-top: 32px;
}
.form-wrap .main-input-block.input-hide{
    display: none;
}
.form-wrap .main-input-block.input-file{
    background-color: var(--light-grey);
    border-radius: 24px;
    padding: 24px;
    text-align: center;
    width: 100%;
}
.form-wrap .main-input-block.input-file p{
    margin-bottom: 24px;
}
.form-wrap.inputfile-form .form-data{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-wrap.inputfile-form .btn-wrap{
    width: 100%;
    align-items: center;
}
.form-wrap.inputfile-form .main-input-block:not(.input-file){
    width: 48.5%;
}
.form-wrap.inputfile-form .button-main.disabled{
    background-color: var(--light-grey);
    pointer-events: none;
}
.main-input-block.input-file .input-file-list{
    display: none;
    max-width: 280px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 54px;
    line-height: 54px;
    position: relative;
    padding: 0 72px 0 32px;
    cursor: pointer;
}
.main-input-block.input-file .input-file-list::before{
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 16px;
    background-image: url(/local/components/addamant/form/templates/becometeam/addamant/form.result.new/becometeam/image/check.svg);
}
.main-input-block.input-file .input-file-list::after{
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: 24px;
    top: 16px;
    background-image: url(/local/components/addamant/form/templates/becometeam/addamant/form.result.new/becometeam/image/cart.svg);
}
.main-input-block.input-file .input-file-list.active{
    display: block;
}
.main-input-block.input-file .input-file-button.hide{
    display: none;
}
@media (max-width: 1023px){
    .form-wrap.inputfile-form .main-input-block:not(.input-file){
        width: 100%;
    }
}
@media (max-width: 1023px){
    .form-wrap .main-input-block.input-file{
        padding: 24px 16px;
    }
}
/* End */
/* /local/components/addamant/main.title/templates/.default/style.css?17507519893195 */
/* /local/components/main/cases/templates/.default/style.css?17507519888162 */
/* /local/components/addamant/main.services.cases/templates/.default/style.css?17507519884283 */
/* /local/components/addamant/develop.stack/templates/.default/style.css?1750751990504 */
/* /local/components/addamant/social.request/templates/.default/style.css?17507519903771 */
/* /local/components/addamant/main.about/templates/.default/style.css?17507519892286 */
/* /local/components/addamant/list.companies/templates/.default/style.css?17507519891144 */
/* /local/components/addamant/list.sectors/templates/.default/style.css?17507519881577 */
/* /local/components/addamant/reviews.video/templates/.default/style.css?17507519885515 */
/* /local/components/addamant/main.list.rating/templates/.default/style.css?17507519892490 */
/* /local/components/addamant/list.blog/templates/.default/style.css?17507519897305 */
/* /local/components/addamant/main.career/templates/.default/style.css?17507519894610 */
/* /local/components/addamant/main.follow/templates/main/style.css?17507519893996 */
/* /local/templates/main/components/addamant/list.social/follow_social/style.css?1750751990225 */
/* /local/components/addamant/form/templates/becometeam/addamant/form.result.new/becometeam/style.css?17507519902424 */
