

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