

/* Start:/local/components/cases/project.tags/templates/.default/style.css?1750751988641*/
.cases-tags_item {
    padding: 16px;
    border: 1px solid var(--special-grey);
    border-radius: 16px;
    width: fit-content;
    display: inline-block;
    margin: 0 6px 6px 0;
}

.cases-tags_item:last-child {
    margin-right: 0;
}

.cases-tags_item span {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    white-space: nowrap;
}
@media (max-width: 768px) {
    .cases-tags_block{
        display: flex;
        overflow-y: auto;
        margin-right: -16px;
        -ms-overflow-style: none; 
        scrollbar-width: none; 
    }
    
    .cases-tags_block::-webkit-scrollbar {
        display: none;
    }
}

   
/* End */


/* Start:/local/components/cases/vanta.involvement/templates/.default/style.css?1750751988774*/
.involvement-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

@media (max-width: 768px) {
    .involvement-block {
        grid-template-columns: repeat(1, 1fr);
    }
}

.involvement-block .involvement-item {
    border-radius: 32px;
    padding: 32px;
    background-color: var(--light-grey);
}

@media (max-width: 768px) {
    .involvement-block .involvement-item {
        padding: 24px;
    }
}

.involvement-block .involvement-item h3 {
    margin-bottom: 16px;
}

.involvement-block .involvement-item h5 {
    color: var(--grey);
}

.involvement-block .involvement-item:last-child h3 {
    max-width: 400px;
}

@media (max-width: 768px) {
    .involvement-block .involvement-item:last-child h3 {
        max-width: 100%;
    }
}
/* End */


/* Start:/local/components/cases/vanta.courses/templates/.default/style.css?1750751988646*/
.courses-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 auto;
}

@media (max-width: 500px) {
    .courses-block {
        grid-template-columns: repeat(1, 1fr);
    }
}

.courses-block .courses-item {
    display: flex;
    flex-direction: column;
    gap: 56px;
    background-color: var(--eigengrau);
    border-radius: 24px;
    padding: 64px;
}

@media (max-width: 768px) {
    .courses-block .courses-item {
        padding: 32px;
    }
}

@media (max-width: 500px) {
    .courses-block .courses-item {
        gap: 24px;
    }
}

.courses-block .courses-item p {
    color: var(--grey);
}
/* End */


/* Start:/local/components/cases/vanta.solutions/templates/.default/style.css?17507519881053*/
.solutions-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

@media (max-width: 768px) {
    .solutions-block {
        grid-template-columns: repeat(1, 1fr);
    }
}

.solutions-block .solutions-item-block {
    background-color: var(--light-grey);
    padding: 32px;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .solutions-block .solutions-item-block {
        padding: 24px;
    }
}

.solutions-block .solutions-item-block h5 {
    color: var(--grey);
    margin-bottom: 16px;
}

.solutions-block .solutions-item-block h3 {
    margin-bottom: 16px;
}

.solutions-block .solutions-item-block .solutions-tags-block {
    margin-top: auto;
    display: inline-flex;
    gap: 6px;
}

.solutions-block .solutions-item-block .solutions-tags-block .solutions-tag {
    border: 1px solid var(--special-grey);
    background-color: var(--white);
    padding: 16px;
    border-radius: 16px;
    color: var(--dark);
    font-size: 18px;
    line-height: 130%;
}
/* End */


/* Start:/local/components/cases/vanta.functional/templates/.default/style.css?17507519882131*/
.functional-block {
    display: flex;
    flex-direction: column;
    gap: 96px;
}

@media (max-width: 768px) {
    .functional-block {
        gap: 56px;
    }
}

.functional-block .functional-item-block {
    display: flex;
    gap: 100px;
    justify-content: space-between;
    align-items: center;
}

.functional-block .functional-item-block .functional-item-image-block {
    max-width: 686px;
    width: 100%
}

.functional-block .functional-item-block:nth-child(even) .functional-item-image-block {
    order: 1;
}

.functional-block .functional-item-block .functional-item-image-block img {
    max-width: 100%;
    width: 100%;
    border-radius: 16px;
}

.functional-block .functional-item-block .functional-item-text-block {
    max-width: 546px;
    width: 100%;
}

.functional-block .functional-item-block:nth-child(even) .functional-item-text-block {
    order: 2;
}

.functional-block .functional-item-block .functional-item-text-block h3 {
    margin-bottom: 24px;
    max-width: 250px;
    width: 100%;
}

@media (max-width: 1024px) {
    .functional-block .functional-item-block .functional-item-image-block {
        width: 474px;
    }

    .functional-block .functional-item-block .functional-item-image-block img {
        width: 474px;
        max-width: unset;
    }
}

@media (max-width: 768px) {
    .functional-block .functional-item-block {
        flex-direction: column;
        gap: 32px;
    }

    .functional-block .functional-item-block .functional-item-image-block {
        order: 1;
        width: 100%;
    }

    .functional-block .functional-item-block .functional-item-image-block img {
        width: 100%;
    }

    .functional-block .functional-item-block .functional-item-text-block {
        order: 2;
    }

    .functional-block .functional-item-block .functional-item-text-block,
    .functional-block .functional-item-block .functional-item-image-block,
    .functional-block .functional-item-block .functional-item-text-block h3 {
        max-width: 100%;
    }

    .functional-block .functional-item-block .functional-item-text-block p span {
        display: block;
    }
}
/* End */


/* Start:/local/components/cases/vanta.mvp/templates/.default/style.css?1750751988486*/
.mvp-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

@media (max-width: 768px) {
    .mvp-block {
        grid-template-columns: repeat(1, 1fr);
    }
}

.mvp-block .mvp-item-block {
    background-color: var(--light-grey);
    padding: 32px;
    border-radius: 32px;
}

@media (max-width: 768px) {
    .mvp-block .mvp-item-block {
        padding: 24px;
    }
}

.mvp-block .mvp-item-block h5 {
    color: var(--grey);
    margin-bottom: 16px;
}
/* End */


/* Start:/local/components/addamant/share.like/templates/.default/style.css?1750751988351*/
.blog-share-wrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}
.blog-share-wrap h2{
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
}
.blog-share-wrap .button{
    font-size: 18px;
}
.blog-share-wrap .button{
    margin: 0;
}
.blog-share-wrap .bnt-like{
    margin-left: 12px;
}
/* End */


/* Start:/local/components/addamant/main.share/templates/.default/style.css?1750751988988*/

.share-window-parent{
	position: relative;
	padding-bottom: 12px;
}
.share-window-parent .share-dialog{
	display: none;
}
.share-window-parent.hover .share-dialog{
	display: block;
}
.share-dialog{
	z-index:10;
	position: absolute;
	top: 84px;
	border-radius: 32px;
	padding: 16px;
	box-shadow: 4px 4px 16px 0px rgba(24, 35, 58, 0.04);
	background-color: var(--white);
	border: 1px solid var(--light-grey, #F5F5F5);
}
.share-dialog-left{
	left: 0;	
}
.share-dialog-right{
	right: 0px;	
}
.share-window-parent .bookmarks {
	padding: 16px;
	min-width: 224px;
	box-sizing: border-box;
	cursor: pointer;
}
.share-window-parent .bookmarks a{
	color: inherit;
	text-decoration: none;
}
.share-window-parent .bookmarks:hover{
	background-color: var(--special-grey);
	border-radius: 16px;
}
.share-window-parent .bookmarks+.bookmarks{
	margin-top: 2px;
}
@media screen and (max-width:500px){
    .share-switch.button span{
		display: none;
    }
	.share-switch.button svg{
		margin-left: 0;
	}
}
/* End */


/* Start:/local/components/cases/tellmore.cases/templates/.default/style.css?17507519881504*/
.cases-container .tell-blog-wrapper{
    padding: 32px;
    border-radius: 32px;
    background-color: var(--blue);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 56px;
}
.cases-container .tell-blog-wrapper a.button{
    padding: 32px;
    margin: 0;
    max-width: 314px;
    margin-left: 64px;
}
.cases-container .tell-blog-worker{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cases-container .tell-blog-worker img{
    margin-right: 24px;
}
.cases-container .tell-blog-worker-text h3{
    color: var(--white);
    margin-bottom: 0;
    line-height: 120%;
}
.cases-container .tell-blog-worker-text p{
    color: var(--main-white-50);
    margin-top: 4px;
}
.cases-container .tell-blog-worker-text p span{
    text-transform: lowercase;
}
@media screen and (max-width: 1023px) {
    .cases-container .tell-blog-wrapper a.button{
        margin-left: 32px;
    }
}
@media screen and (max-width: 860px) {
    .cases-container .tell-blog-wrapper{
        padding: 24px;
        flex-wrap: wrap;
    }
    .cases-container .tell-blog-wrapper a.button{
        margin-left: 0px;
        width: 100%;
        max-width: 100%;
        margin-top: 32px;
    }
}
@media screen and (max-width: 550px) {
    .cases-container .tell-blog-worker{
        flex-wrap: wrap;
    }
    .cases-container .tell-blog-worker img{
        margin-bottom: 24px;
    }
    .cases-container .tell-blog-worker-text{
        width: 100%;
    }
}
/* 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/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 */
/* /local/components/cases/project.tags/templates/.default/style.css?1750751988641 */
/* /local/components/cases/vanta.involvement/templates/.default/style.css?1750751988774 */
/* /local/components/cases/vanta.courses/templates/.default/style.css?1750751988646 */
/* /local/components/cases/vanta.solutions/templates/.default/style.css?17507519881053 */
/* /local/components/cases/vanta.functional/templates/.default/style.css?17507519882131 */
/* /local/components/cases/vanta.mvp/templates/.default/style.css?1750751988486 */
/* /local/components/addamant/share.like/templates/.default/style.css?1750751988351 */
/* /local/components/addamant/main.share/templates/.default/style.css?1750751988988 */
/* /local/components/cases/tellmore.cases/templates/.default/style.css?17507519881504 */
/* /local/components/addamant/request.starting/templates/.default/style.css?175075198910102 */
/* /local/components/main/cases/templates/slider/style.css?17507519888667 */
