

/* Start:/local/components/addamant/text.author/templates/goodpost/style.css?17507519882538*/
.text-author-wrapper.goodpost{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 64px;
}
.goodpost .text-author.card-item{
    max-width: 547px;
    width: 100%;
}
.goodpost .text-author-titles{
    max-width: 902px;
    margin-right: 64px;
}
.goodpost .text-author-titles h1{
    max-width: 760px;
    margin-bottom: 64px;
}
.goodpost .text-author.card-item h3,
.goodpost .text-author.card-item>h4{
    margin-bottom: 32px;
}
.text-author.card-item>h4{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.goodpost .text-author.card-item.dark h3,
.goodpost .text-author.card-item.dark h4,
.goodpost .text-author.card-item.dark h5{
    color: var(--white);
}
.goodpost .text-author.card-item.dark h5{
    opacity: 0.5;
}
.goodpost .text-author.card-item.light h5,
.goodpost .text-author.card-item>h4{
    color: var(--grey);
}
.goodpost .worker-info{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}
.goodpost .worker-info img{
    margin-bottom: 0px;
    margin-right: 16px;
    max-width: 80px;
    max-height: 80px;
}
.goodpost .text-author.card-item  svg {
    fill: var(--vk-social-default);
    width: 40px;
}
.goodpost .text-author.card-item svg rect {
    stroke-opacity: 0;
}
.goodpost .text-author.card-item svg path {
    fill: var(--white);
    fill-opacity: 1;
}
.goodpost .worker-text{
    text-align: left;
}
.goodpost a{
    text-decoration: none;
}
.goodpost .text-author h3,
.goodpost .worker-text h4{
    color: var(--black);
}
@media screen and (max-width:1024px){
    .goodpost .text-author-wrapper{
        flex-wrap: wrap;
    }
    .goodpost .text-author-titles{
        margin-right: 0;
        max-width: 100%;
    }
    .goodpost .text-author-titles h1{
        margin-bottom: 32px;
    }
    .goodpost .text-author.card-item{
        margin-top: 64px;
    }
}
@media screen and (max-width:768px){
    .goodpost .text-author-titles .undertitle p{
        font-size: 18px;
    }
    .goodpost .text-author.card-item {
        margin-top: 32px;
    }
    .goodpost .text-author-titles h1{
        max-width: 520px;
        margin-bottom: 32px;
    }
}
@media screen and (max-width:600px){
    .goodpost .text-author.card-item h3{
        position: relative;
        margin-bottom: 24px;
    }
    .goodpost .text-author.card-item{
        flex-wrap: wrap;
        padding: 24px;
    }
}
@media screen and (max-width:520px){
    .goodpost .text-author-titles h1{
        max-width: 310px;
    }
}
/* End */


/* Start:/local/components/main/cases/templates/slider/style.css?17507519888667*/
.cases__wrapper.slider {
  margin: 0 0 200px;
}

.cases__wrapper.slider .cases__items {
  overflow: hidden;
}

#cases-slider .splide__track {
  overflow: visible;
}

#cases-slider {
  margin: 0 auto;
  max-width: 1664px;
  width: 100%;
}

@media (max-width: 1700px) {
  #cases-slider {
    padding: 0 25px;
  }
}
.cases-slider__top{
  display: flex;
}
@media (max-width: 500px) {
  .cases-slider__top{
    flex-direction: column;
  }
}

.cases__wrapper.slider .cases__item {
  background: var(--light-grey);
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 32px;
  position: relative;
  text-decoration: none;
  width: 826px;
  height: 100%;
}

.cases__wrapper.slider .cases__item.dark .cases__item-title{
  color: var(--white);
}

.cases__wrapper.slider .cases__item.dark .cases__item-subtitle{
  color: var(--white);
  opacity: 0.5;
}

.cases__wrapper.slider .cases__item-subtitle {
  color: var(--grey);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.144px;
  line-height: 130%;
}

.cases__wrapper.slider .cases__item.wide-element .cases__item-subtitle {
  color: var(--main-white-50);
}

.cases__wrapper.slider .cases__item.wide-element {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 656px;
}

.cases__wrapper.slider .cases__item.wide-element h3 {
  color: var(--white);
}

.cases__wrapper.slider .cases__item-header {
  display: flex;
  flex-direction: column;
}

.cases__wrapper.slider .cases__item-header,
.cases__wrapper.slider .cases__item-tags {
  z-index: 5;
}

.cases__wrapper.slider .cases__item-tag {
  background: var(--white);
}

.cases__wrapper.slider .cases__item-tags {
  display: flex;
  flex-wrap: wrap;
  z-index: 5;
}

.cases__wrapper.slider .cases__item-tags .cases__item-tag,
.cases__wrapper.slider .cases__item-tags .cases__item-tag::after,
.cases__wrapper.slider .cases__item-tags .cases__item-ta:last-child {
  margin: 0;
}

.cases__wrapper.slider .cases__item-tags .cases__item-tag{
  margin-right: 6px;
}

.cases__wrapper.slider .cases__item-tags .cases__item-tag::after{
  margin-left: 12px;
}

.cases__wrapper.slider .cases__btn .cases__btn-item {
  align-items: center;
  background: var(--light-grey);
  border-radius: 32px;
  color: var(--dark);
  display: flex;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  letter-spacing: -0.64px;
  line-height: 120%;
  padding: 40.5px 0;
  text-decoration: none;
  width: 100%;
}

.cases__wrapper.slider .cases__btn .cases__btn-item .cases__btn-item-arrow {
  align-items: center;
  display: flex;
}

.cases__wrapper.slider .cases__btn .button span + svg {
  margin: 0 0 0 24px;
}

.cases__wrapper.slider .cases__item:not(.wide-element) .cases__item-image:not(.image-center) {
  bottom: 0;
  position: absolute;
  right: 0;
}

.cases__wrapper.slider .cases__item-image:not(.wide-element).image-center {
  margin: 32px 0 46px;
}

.cases__wrapper.slider .cases__item.wide-element .cases__item-image {
  bottom: -15%;
  opacity: 0;
  position: absolute;
  right: 15%;
  transform: translateY(80%);
  transition:
    1.5s bottom ease,
    1.5s right ease,
    0.5s opacity ease;
  z-index: 0;
}

.cases__wrapper.slider .cases-backgrounds {
  bottom: 0;
  height: inherit;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: inherit;
}

.cases__wrapper.slider .cases-backgrounds > div {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.cases__wrapper.slider .case-main-background img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cases__wrapper.slider .case-dop-background {
  background-color: var(--blue);
  opacity: 1;
  transition: var(--transition);
  z-index: 5;
}

.cases__wrapper.slider .case-dop-background.hide {
  opacity: 0;
}

.cases__wrapper.slider .cases__item.wide-element .cases__item-image.change-position {
  bottom: 40%;
  opacity: 1;
  right: 0%;
}

.cases__wrapper.slider .cases__item.wide-element .cases__item-image.change-mini-position {
  bottom: 38.5%;
  right: 0.5%;
}

.cases__wrapper.slider .cases__btn .button {
  color: var(--dark);
  margin: 0;
  padding: 40.5px 0;
}

.cases__wrapper.slider .cases__item-title {
  color: var(--dark);
  margin-bottom: 12px;
}

.cases__wrapper.slider .cases__item:not(.wide-element).mobile-min-height {
  min-height: 656px;
}

.cases-slider-arrows {
  position: initial;
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 64px;
}
.cases-slider-arrows .splide__arrow--prev{
  margin-right: 16px;
}
.cases-slider-arrows.align-right{
  margin-left: auto;
}
@media (max-width: 500px) {
  .cases-slider-arrows.align-right{
    margin-left: 0;
  }
}


.cases-slider-arrows > button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: initial;
  border-radius: 160px;
  background: var(--light-grey);
  padding: 24px 32px;
  outline: none;
  border: none;
}

.cases-slider-arrows > button:hover {
  background-color: var(--special-grey);
}

.cases-slider-arrows > button:active {
  background-color: var(--dark);
}

.cases-slider-arrows > button:active svg path {
  stroke: var(--white);
}

@media (max-width: 1440px) {

  .cases__wrapper.slider .cases__btn .button {
    letter-spacing: -0.64px;
  }

  .cases__wrapper.slider .cases__item-image {
    min-width: max-content;
  }

  .cases__wrapper.slider .cases__item.wide-element .cases__item-image {
    right: 0%;
  }

  .cases__wrapper.slider .cases__item.wide-element .cases__item-image.change-position {
    bottom: 40%;
    right: -25%;
  }

  .cases__wrapper.slider .cases__item.wide-element .cases__item-image.change-mini-position {
    bottom: 38.5%;
    right: -24.5%;
  }

}

@media (max-width: 920px) {

  .cases__wrapper.slider .cases__item {
    width: 712px;
  }

}

@media (max-width: 768px) {

  

  .cases__wrapper.slider .cases__item-tags {
    display: none;
  }
  .cases__wrapper.slider{
    margin-bottom: 100px;
  }

  #cases-slider {
    padding: 0 16px;
  }

  .cases__wrapper.slider .cases__item.wide-element .cases__item-tags {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .cases__wrapper.slider .cases__item.wide-element .cases__item-tags .cases__item-tag {
    width: fit-content;
  }

  .cases__wrapper.slider .cases__item.wide-element .cases__item-subtitle {
    font-size: 18px;
    line-height: 130%;
  }

  .cases__wrapper.slider .cases__item {
    padding: 24px;
    width: 343px;
  }

  .cases__wrapper.slider .cases__item {
    width: 100%;
    height: 100%;
  }

  #cases-slider-list li {
    width: 100%;
  }

  .cases__wrapper.slider .cases__item.wide-element .cases__item-image.change-position {
    bottom: 52%;
  }

  .cases__wrapper.slider .cases__item.wide-element .cases__item-image.change-mini-position {
    bottom: 50.5%;
    right: -19%;
  }

  .cases__wrapper.slider .cases__item .cases__item-title {
    max-width: 100%;
  }

  .cases__wrapper.slider .cases__item .cases__item-title h3 {
    letter-spacing: -0.28px;
    line-height: 120%;
  }

  .cases__wrapper.slider .cases__item .cases__item-subtitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
  }

  .cases__wrapper.slider .cases__item-image:not(.wide-element).image-center {
    margin: 92px 0 66px;
  }

  .cases__wrapper.slider .cases__item:not(.wide-element) .cases__item-image:not(.image-center) {
    right: -10%;
  }

  .cases__wrapper.slider .cases__btn .button {
    font-size: 32px;
  }

}
/*@media (max-width: 750px){*/
/*  .cases__wrapper.slider .cases__item {*/
/*    width: 500px;*/
/*    height: 100%;*/
/*  }*/
/*}*/

@media (max-width: 600px) {

  .cases__wrapper.slider .cases__item.wide-element .cases__item-image.change-position {
    bottom: 37%;
  }

  .cases__wrapper.slider .cases__item-image:not(.wide-element).image-center {
    margin: 92px 0 0;
  }

  .cases__wrapper.slider .cases__item.wide-element .cases__item-image.change-mini-position {
    bottom: 36.5%;
    right: -19%;
  }

}

@media (max-width: 530px) {
  .cases__wrapper.slider .cases__item {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 375px) {
  .cases__wrapper.slider .cases__item.wide-element .cases__item-image {
    right: 0%;
  }

  .cases__wrapper.slider .cases__item.wide-element .cases__item-image.change-position {
    right: -30%;
  }

  .cases__wrapper.slider .cases__item.wide-element .cases__item-image.change-mini-position {
    right: -29.5%;
  }

  .cases__wrapper.slider .cases__item:not(.wide-element) .cases__item-image:not(.image-center) {
    right: -20%;
  }

  .cases__wrapper.slider .cases__btn .button .button-text-bg {
    display: block;
  }

}

/* End */


/* Start:/local/components/addamant/projects.list/templates/.default/style.css?17507519899554*/
.projects-list__header-filter-item a.active {
    background: var(--lime);
}

.projects-list__header-filter-item a {
    display: flex;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid var(--special-grey);
    background: var(--white);
    width: fit-content;
    text-decoration: none;
    color: var(--dark);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    white-space: nowrap;
    line-height: 130%;
    transition: var(--transition);
    cursor: pointer;
}
.projects-list__header-filter-item a:hover{
    border: 1px solid var(--dark);
}
.projects-list__header-title-sort{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.projects-list .sort-btn.button{
    margin-bottom: 0;
}
.projects-list .sort-list{
    left: auto;
    right: 0;
    min-width: 290px;
}
.sort-list span {
    cursor: pointer;
    padding: 16px;
    border-radius: 16px;
    color: var(--grey);
    text-decoration: none;
    display: block;
}
.sort-list span.active, 
.sort-list span:hover {
    background-color: var(--light-grey);
    color: var(--dark);
}
.projects-list__header-title {
    color: var(--dark);
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; 
    letter-spacing: -0.84px;
    position: relative;
    width: fit-content;
    margin-bottom: 64px;
}

.projects-count {
    position: absolute;
    top: 0;
    color:  var(--grey) ;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.24px;
    right: -30PX;
}

.projects-list__header {
    display: flex;
    flex-direction: column;
    margin-bottom: 64px;
}

.projects-list__header-filter-items {
    display: flex;
    flex-wrap: wrap;
    max-width: 1245px;
    width: 100%;
}

.projects-list__header-filter-item{
    margin-right: 10px;
}

.projects-list__header-filter-item:last-child{
    margin-right: 0px;
}

.projects-list {
    display: flex;
    flex-direction: column;
    padding-bottom: 200px;
}

.projects-list__content-card-item {
    overflow: hidden;
    position: relative;
    display: flex;
    padding: 32px;
    border-radius: 32px;
    background: var(--light-grey);
    transition: var(--transition);
}

.project-card-item-title-tags,
.project-card-item-preview-text{
    margin-right: 64px;
}

.project-card-item-title {
    color: var(--dark);
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.144px;
    margin-bottom: 4px;
}

.project-card-item-title-tags {
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    max-width: 375px;
    width: 100%;
}

.project-card-item-tags {
    display: flex;
    flex-wrap: wrap;
}

.project-card-item-tag {
    color: var(--grey);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-right: 4px;
    margin-bottom: 4px;
}

.project-card-item-preview-text {
    display: flex;
    /*flex-basis: 754px;*/
    color: var(--dark);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    max-width: 754px;
    width: 100%;
}

.project-card-item-likes-read {
    display: flex;
    flex-basis: 343px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    min-width: 230px;
    max-width: 230px;
    margin-left: auto;
}
.project-card-item-like{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 12px;
}
.project-card-item-like svg path{
    stroke: var(--pink);
    fill: var(--pink);
}
.project-card-item-like svg{
    margin-right: 12px;
}
.project-card-item-read-btn{
    margin-left: auto;
}
.project-card-item-read-btn a {
    display: flex;
    text-decoration: none;
    color: var(--dark);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    padding: 16px 24px;
    border-radius: 160px;
    background: var(--white);
    white-space: nowrap;
}

.projects-list__content-card-items {
    display: flex;
    flex-direction: column;
}

.projects-list__content-card-item{
    margin-bottom: 12px;
}

.projects-list__content-card-item:last-child{
    margin-bottom: 0px;
}

.project-card-item-person-background {
    position: absolute;
    bottom: -20px;
    right: 250px;
    transform: translateY(100%);
    transition: var(--transition);
    opacity: 0.5;
    z-index: 1;
}


@media (hover: hover) {
    .projects-list__content-card-item:hover {
        background: var(--special-grey);
    }

    .projects-list__content-card-item:hover .project-card-item-person-background {
        transform: translateY(0);
        opacity: 1;
    }
}

.projects-list__content-card-item.banner {
    padding: 43.5px 32px;
    border-radius: 24px;
    background: var(--dark);
    cursor: pointer;
    margin: 0 0 12px 0;
}

.projects-list__content-card-item.banner .project-card-item-person-background.mobile{
    display: none;
}

.projects-list__content-card-item-centered-text {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color:  var(--white) ;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -1.92px;
}

.projects-list__content-card-item-particle {
    position: absolute;
}

.projects-list__content-card-item-particle.one {
    left: 80px;
    bottom: 30px;
}

.projects-list__content-card-item-particle.two {
    left: 358px;
}

.projects-list__content-card-item-particle.three {
    right: 48px;
    bottom: 30px;
}

.projects-list__content-card-item.banner .project-card-item-person-background {
    transform: translate(0);
    bottom: 0;
    top: 0;
}
.projects-list-item-share-wrapper .bnt-like.button{
    margin: 0;
    padding: 16px 24px;
}
@media screen and (max-width:1440px){
    .project-card-item-preview-text{max-width: 466px;}
}
@media screen and (max-width:1300px){
    .project-card-item-title-tags {
        max-width: 275px;
    }
    .projects-list__content-card-item-particle.two,
    .projects-list__content-card-item-particle.three{
        display: none;
    }
    .projects-list__content-card-item.banner .project-card-item-person-background{
        right: 0;
        opacity: 1;
    }
}
@media screen and (max-width:1100px){
    
    .project-card-item-title-tags{
        max-width: 375px;
    }
    .project-card-item-title-tags,
    .project-card-item-preview-text{
        width: 50%;
    }
    .project-card-item-likes-read{
        margin-left: 0;
        justify-content: flex-start;
    }
}
@media screen and (max-width:1024px){
    .projects-list-item-share-wrapper .bnt-like.button{
        background-color: transparent;
        padding: 16px 0px;
    }
    .projects-list-item-share-wrapper .bnt-like.button:hover{
        background-color: transparent;
    }
    .projects-list__content-card-item{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .project-card-item-title-tags{
        max-width: 40%;
        margin-right: 5%;
    }
    .project-card-item-preview-text{
        margin-right: 0px;
        max-width: 55%;
    }
    .project-card-item-likes-read{
        margin-top: 64px;
    }
}
@media screen and (max-width:1000px){
    .project-card-item-title-tags,
    .project-card-item-preview-text{
        width: 100%;
        max-width: 100%;
    }
    .project-card-item-title-tags{
        margin-bottom: 24px;
    }
    .project-card-item-likes-read{
        margin-top: 32px;
    }
    .projects-list__content-card-item-centered-text{
        max-width: 230px;
    }
    .projects-list__content-card-item.banner{
        padding: 25.5px 32px;
    }
    .projects-list__content-card-item-particle.one{
        left: 48px;
        bottom: 28px;
    }
    .projects-list__content-card-item.banner .project-card-item-person-background{
        right: -30px;
    }
    .project-card-item-read-btn{
        margin-left: 0;
    }
}
@media screen and (max-width:768px){
    .projects-list {
        padding-bottom: 100px;
    }
    .projects-list__header-filter-items{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    .projects-list__content-card-item{
        padding: 24px;
    }
    .projects-list__header-filter-items::-webkit-scrollbar {
        display: none;
    }
    .projects-list__header-filter-items {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}
@media screen and (max-width:670px) {
    .projects-list__content-card-item.banner{
        height: 256px;
    }
    .projects-list__content-card-item.banner .project-card-item-person-background{
        display: none;
    }
    .projects-list__content-card-item.banner .project-card-item-person-background.mobile{
        display: flex;
        align-items: flex-end;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    .projects-list__content-card-item-particle.one{
        top: -35px;
    }
    .projects-list__content-card-item-centered-text{
        z-index: 2;
        position: relative;
    }
}
@media screen and (max-width:450px) {
    .projects-list__header-title-sort{
        flex-wrap: wrap;
    }
    .projects-list__header-title,
    .projects-list__header{
        margin-bottom: 32px;
    }
    .projects-list .sort-wrap{
        width: 100%;
        margin-top: 24px;
    }
    .projects-list .sort-list{
        left: 0;
        right: auto;
        min-width: auto;
    }

}
#wait_projectTable{
    display: none!important;
}
/* End */


/* Start:/local/components/addamant/request.starting/templates/.default/style.css?175075198910102*/
.request-starting.container {
    padding: 0 20px;
}

.request-starting__wrapper {
    position: relative;
    border-radius: 48px;
    overflow: hidden;
    width: 100%;
    max-width: 1734px;
    margin: 0 auto 180px auto;
}

.request-starting__inner {
    padding: 20px 0;
    max-width: 1684px;
    width: 100%;
    margin: 0 auto;
}

.request-starting__main-inner {
    padding: 100px 0;
    position: relative;
}

.request-starting__inner .request-starting__inner{
    padding: 0;
}

.request-starting.container{
    padding: 0;
}

.request-starting__subtexts {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 114px 0;
}

.request-starting__title {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: auto;
    height: 126px;
}

.about-us__page .request-starting__title{
    height: 226px;
    max-width: 90%;
}

.request-starting__title-text {
    font-size: 180px;
    font-style: normal;
    font-weight: 500;
    line-height: 78%;
    letter-spacing: -0.06em;
    color: var(--white);
    user-select: none;
    text-align: center;
}

.light .request-starting__title-text{
    color: var(--dark);
}

.about-us__page .request-starting__title-text{
    max-width: 90%;
}

.request-starting__tags {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 8px auto;
    width: fit-content;
    min-height: 66px;
    flex-wrap: wrap;
}

.request-starting__tag {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 16px;
    white-space: nowrap;
    border-radius: 16px;
    border: 1px solid var(--grey);
    margin-right: 12px;
    margin-bottom: 12px;
}

.light .request-starting__tag{
    background-color: var(--white);
    border: 1px solid var(--white);
}

.request-starting__tag:last-child{
    margin-right: 12px;
}

.request-starting__tag-text {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; 
    letter-spacing: -0.144px;
    color: rgba(255, 255, 255, 0.50);
}

.light .request-starting__tag-text{
    color: var(--grey);
}

.filter-unset {
    filter: unset !important;
}

.outstaff-blob-position {
    top: 55px;
}

.request-starting__tag-color {
    display: block;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    margin-left: 12px;
}

.request-starting__subtext {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: var(--grey);
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.84px;
    width: 100%;
}

.request-starting__subtext-text {
    display: flex;
    flex-direction: column;
}

.request-starting__subtext-text a {
    color: var(--lime);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.light .request-starting__subtext-text a{
    color: #753EED;
}

.request-starting__subtext .request-starting__subtext-text:nth-child(1) {
    text-align: start;
}

.request-starting__subtext .request-starting__subtext-text:nth-child(2) {
    text-align: end;
}

.request-starting__blob {
    display: block;
    width: 100%;
    min-height: 247px;
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.hidden-blob #request-starting__blob-item {
   /*opacity: 0;
   transform: scale(0.5);*/
}

#request-starting__blob-item {
    position: absolute;
    transition: var(--transition);
    max-width: 750px;
    max-height: 750px;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: visible;
    right: 0;
    left: 0;
    margin: auto;
    /* filter: invert(1); */
    mix-blend-mode: difference;
    transition: var(--transition);
}

.light #request-starting__blob-item{
    mix-blend-mode: multiply;
}


#request-starting__blob-item .blob-text {
    mix-blend-mode: initial;
    filter: invert(1);
    font-size: 60px;
    color: var(--white);
}

.light #request-starting__blob-item .blob-text{
    color: black;
}

.starting-request-svg {
    display: none;
}

.request-starting__canvas {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    height: fit-content;
    width: 100%;
    z-index: 1;
}

.request-starting__title,
.request-starting__tags,
.request-starting__subtexts {
    z-index: 1;
    position: relative;
}

.starting-request {
    width: 100%;
    /* height: 100%; */
    /* width: 720px; */
    /* height: 946px; */
    height: auto;
  }
  
#canvas-starting-request {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    filter: brightness(1.06);

    width: 700px;
    height: 700px;
}

#request__tags-slider {
    display: none;
    margin-bottom: 20px;
}

.request-starting.outstaff .request-starting__tag .request-starting__tag-color{
    display: none;
}

.request-starting.outstaff .request-starting__tag{
    text-transform: capitalize;
    order: 3;
}

.request-starting.outstaff .request-starting__tag:nth-child(1){
    order: 1;
}

.request-starting.outstaff .request-starting__tag:nth-child(6){
    order: 2;
}

@media (max-width: 1920px) {
    .starting-request {
        height: 871px;
    }
}

@media (max-width: 1440px) {
    .request-starting__title-text {
        font-size: 162px;
    }
    .request-starting__subtexts {
        margin: 0 96px 0 96px;
    }
    .request-starting__blob {
        min-height: 262px;
    }
}

@media (max-width: 1330px) {
    .request-starting__title-text {
        font-size: 133px;
    }
}

@media (max-width: 1100px) {
    .request-starting__title-text {
        font-size: 113px;
    }
    .request-starting__blob {
        min-height: 300px;
    }
}

@media (max-width: 1024px) {
    #canvas-starting-request {
        width: 450px;
        height: 450px;
    }
    .about-us__page .request-starting__title-text{
        max-width: 95%;
    }
}

@media (max-width: 924px) {
    .request-starting__main-inner {
        background: var(--Main-Dark, #18233A);
        padding: 88px 0;
    }
    .request-starting__inner{
        padding: 0;
    }
    /*.request-starting__canvas {
        display: none;
    }*/
    #canvas-starting-request {
        width: 400px;
        height: 400px;
    }
    .request-starting__tags {
        margin: 0 32px 20px 32px;
    }
    .request-starting__subtexts {
        margin: 0 32px 88px 32px;
    }
    .request-starting__title-text {
        font-size: 92px;
        line-height: 78%;
    }
    .request-starting__title {
        white-space: initial;
        text-align: center;
        max-width: 460px;
        margin: 0 auto;
    }
    .request-starting__blob {
        min-height: 141px;
    }
}

@media (max-width: 824px) {
    .starting-request {
        height: 668px;
    }
    .request-starting__subtext {
        font-size: 34px;
    }
    #canvas-starting-request {
        height: 450px;
        width: 450px;
    }
    #request-starting__blob-item .blob-text {
        font-size: 42px;
    }
    #request-starting__blob-item .blob-wrapper {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        bottom: 0;
        margin: auto;
    }
    #request-starting__blob-item .blob-canvas {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        bottom: 0;
    }
    .request-starting__subtexts {
        margin-bottom: 0;
    }
    .request-starting__tags {
        display: block;
        white-space: nowrap;
        overflow-x: scroll;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0 32px;
    }
    .request-starting__tags::-webkit-scrollbar {
        height: 0;
    }

    .request-starting__tag {
        margin-right: 12px !important;
        margin-bottom: 0;
    }

    .request-starting__tags {
        display: none;
    }

    #request__tags-slider {
        display: block;
        /* z-index: 1000; */
    }

}

@media (max-width: 768px) {
    #request-starting__blob-item {
        top: -30px;
    }
    .starting-request {
        width: 100%;
    }
    .request-starting.container {
        padding: 0;
    }
    .request-starting__wrapper{
        margin-bottom: 90px;
    }
}
@media (max-width: 680px) {
    .request-starting__title-text{
        font-size: 70px;
        line-height: 54.6px;
    }

    .about-us__page .request-starting__title-text{
        max-width: 343px;
    }
}
@media (max-width: 570px) {
    .request-starting__subtext {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .request-starting__subtext-text {
        text-align: center !important;
    }
    .request-starting__subtext-text:nth-child(1){
        margin-bottom: 24px;
    }
    .starting-request {
        height: 976px;
    }
    .request-starting__blob {
        min-height: 336px;
    }
    #request-starting__blob-item {
        top: 0;
    }
}
@media (max-width: 525px) {
    .contact-big-form .request-starting__title-text{
        max-width: 280px;
        word-break: break-word;
    }
    .outstaff-big-form .request-starting__title-text{
        max-width: 335px;
        word-break: break-word;
    }
    .request-starting__title-text {
        font-size: 70px;
    }
}
@media (max-width: 500px) {
    .request-starting__subtext {
        letter-spacing: -0.34px;
        line-height: 120%;
    }
    .request-starting__blob {
        width: 100%;
    }
    #canvas-starting-request {
        min-height: 330px;
        min-width: 330px;
    }
}
/* 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 */
/* /local/components/addamant/text.author/templates/goodpost/style.css?17507519882538 */
/* /local/components/main/cases/templates/slider/style.css?17507519888667 */
/* /local/components/addamant/projects.list/templates/.default/style.css?17507519899554 */
/* /local/components/addamant/request.starting/templates/.default/style.css?175075198910102 */
/* /local/components/addamant/list.blog/templates/.default/style.css?17507519897305 */
