

/* Start:/local/components/cases/project.tags/templates/.default/style.css?1723036764641*/
.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/addamant/social.request/templates/.default/style.css?17761598193935*/
.services-question__wrap{
    max-width: 1106px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 100px;
}

.services-question__wrap.main-page {
    margin-bottom: 200px;
}

.services-question__wrap .button.active {
    background-color: var(--dark);
    color: var(--white);
    max-width: 347px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 32px;
}

.services-question__wrap.main-page .button.active {
    padding-left: 48px;
    padding-right: 48px;
    max-width: fit-content;
}

.services-question__wrap .button:hover{
    background-color: #3E74ED;
}

.services-question__wrap .h4-heading{
    margin-bottom: 24px;
}

.services-question__social{
    margin: 32px 0;
    display: flex;
    justify-content: center;
    gap: 32px;
}

.services-question__social a{
    display: flex;
    align-items: center;
    text-decoration: none;
}

.services-question__social a span{
    color: var(--grey);
    transition: 0.5s;
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    letter-spacing: -0.01em;
}

.services-question__social a:hover span{
    color: var(--dark);
}

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

.services-question__social a svg:first-child{
    margin-right: 12px;
}

.services-question__social a svg:first-child rect{
    stroke: #3E74ED;
    fill: #3E74ED;
    stroke-opacity: 1;
}
.services-question__social a svg:first-child path{
    fill: var(--white);
    fill-opacity: 1;
}

.services-question__social a svg:last-child{
    width: 32px;
    height: 32px;
    margin-left: 12px;
}

.services-question__social a svg:last-child path{
    stroke: var(--grey);
}

.services-question__social a:hover svg:last-child path{
    stroke: var(--dark);
}

.services-question__wrap .h4-heading br{
    display: none;
}

@media (max-width:1023px) {
    .services-question__wrap .h4-heading br{
        display: block;
    }
}

@media (max-width:767px) {
    .services-question__wrap{
        max-width: 500px;
    }

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

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

    }

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



    .services-question__wrap.main-page {
        margin-bottom: 100px;
        max-width: 100%;
        padding: 16px;
    }

    .services-question__wrap.main-page .services-question__social a + a {
        margin: 0;
    }

    .services-question__wrap.main-page .services-question__social {
        flex-direction: row;
        align-items: center;
        gap: 32px;
    }

    .services-question__wrap.main-page .button.active {
        margin-left: auto;
    }
}

@media (max-width: 550px) {
    .services-question__wrap.main-page .h4-heading {
        align-items: start;
        text-align: left;
        justify-content: start;
    }

    .services-question__wrap.main-page .h2-heading br {
        display: none;
    }

    .services-question__wrap.main-page .h2-heading {
        text-align: left;
    }

    .services-question__wrap.main-page .services-question__social {
        flex-direction: column;
        gap: 24px;
        align-items: start;
    }

    .services-question__wrap.main-page .button.active {
        max-width: 100%;
        text-align: center;
    }
}

@media (max-width:500px) {
    .services-question__wrap{
        text-align: left;
    }


    .services-question__social {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .services-question__social a+a {
        margin-left: 0px;
    }
    .services-question__wrap .text-md{
        text-align: center;
    }
}

@media (max-width: 418px) {
    .services-question__wrap.main-page .button.active {
        padding: 21.5px 30px;
    }
}
/* End */


/* Start:/local/components/main/cases/templates/main-slider/style.css?17839443738043*/
#main-cases-slider .splide__track {
  overflow: visible;
}

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

#main-cases-slider .splide__slide {
  width: 546.6px;
}

.cases-slider__top{
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .cases-slider__top{
    flex-direction: column;
    align-items: start;
  }
}

.preview-cases-item {
  min-height: 550px;
  max-height: 550px;
  border-radius: 32px;
  margin-bottom: 32px;
}

.cases__item .h3-heading {
  margin-bottom: 16px;
  color: var(--black);
}

.preview-cases-item video,
.preview-cases-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 32px;
}

.cases__wrapper.slider .cases__item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  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: 20px 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: 768px) {
  .cases__wrapper.slider .cases__item-tags {
    display: none;
  }
  .cases__wrapper.slider{
    margin-bottom: 0;
  }

  .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 {
    width: 100%;
    height: 100%;
  }

  #main-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;
  }

  .cases__item .h3-heading {
    font-size: 32px;
  }
}

@media (max-width: 744px) {
  .cases-slider-arrows {
    margin-bottom: 32px;
  }

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

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

@media (max-width: 600px) {
  .cases-slider__top {
    flex-direction: column;
    align-items: start;
  }

  .cases-slider-arrows.align-right {
    margin-left: 0;
  }

  .preview-cases-item {
    min-height: 362px;
    max-height: 362px;
    margin-bottom: 24px;
  }

  .cases__item .h3-heading {
    font-size: 28px;
  }

  #main-cases-slider .splide__slide {
    width: calc(100% - 10px);
  }
}

/* End */
/* /local/components/cases/project.tags/templates/.default/style.css?1723036764641 */
/* /local/components/addamant/social.request/templates/.default/style.css?17761598193935 */
/* /local/components/main/cases/templates/main-slider/style.css?17839443738043 */
