

/* Start:/local/components/magnetto/cases/templates/.default/style.css?176358424745731*/
.hero-cases .title-top {
  display: none;
}
.case-template--new
section{
  overflow: hidden;
}
.cardImg-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 190px;
  width: 310px;
  margin: 0 auto;
}
a.site-url-link {
  font-size: 36px;
  font-weight: 600;
  color: #cdcdcd;
  margin: 49px 0px;
  display: inline-block;
}
.case-descr {
  font-size: 24px;
  line-height: 150%;
}

.bitrix-content {
  font-size: 24px;
}
.scope-box {
  margin-top: 50px;
  border: 1px solid #b0b0b0;
  color: #5a5a5a;
  padding: 39px 40px;
  display: inline-block;
  min-width: 59%;
  border-radius: 33px;
  font-size: 24px;
}
.scope-box svg {
  margin-right: 12px;
}
p.cases-text * {
  color: inherit !important;
}
.case-content-wrap ul.goals__list li {
  white-space: normal;
  display: inline-block;
  padding-left: 30px;
  width: 100%;
  vertical-align: top;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 153%;
}
.case-content-wrap ul.goals__list li:before {
  content: ".";
  position: absolute;
  left: 0;
  top: -7px;
  font-size: 70px;
  line-height: 0;
  color: #8ad246;
}
.case-solution {
  margin-top: 30px;
}
.case-solution-wrap {
  font-size: 24px;
  list-style-type: none;
  line-height: 140%;
}
.includes-wrap {
  margin: 50px 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.green-line:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 19px;
  border-top: 2px solid #9DF859;
  height: 1px;
  width: calc(100% - 30px);
}
.num-super {
  font-size: 128px;
  right: 50px;
  bottom: 20px;
  font-weight: bold;
  color: #F5F5F5;
}
.case-solution-wrap .includes-item {
  margin-bottom: 30px;
  width: 46%;
}

.result-wrap {
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 55px 0;
}

.result-wrap > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.result-wrap > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.result-wrap > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.case-result-card {
  background: #a5f469;
  padding: 39px 20%;
  -webkit-transition: 0.1s all;
  -o-transition: 0.1s all;
  transition: 0.1s all;
  color: #333333;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.case-result-content {
  text-align: center;
  min-height: 76px;
  margin-bottom: 0;
  font-size: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* display: flex; */
}
.case-result-card-header {
  margin-bottom: 0;
  font-size: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.case-result-card-text.d-block {
  font-size: 33px;
  font-weight: bold;
  margin: 26px 0 0;
}
.case-card {
}
.cases-page .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 65px;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cases-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 100px;
}
.button-new.button-lg {
  font-size: 26px; 
}
.fake-header {
  margin-top: -128px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fake-head {
  height: 127px;
}

@media screen and (max-width: 1500px) {
  .cases-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
  .fake-header {
    margin-top: -92px;
  }

  .fake-head {
    height: 92px;
  }
  .bitrix-content {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .cases-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .results__item .infoItem {
    max-width: 100%;
  }
  .results__scales {
    width: 83%;
  }
  .cases-page .card-body {
    font-size: 14px;
  }
  .bitrix-content {
    font-size: 14px;
  }
}
svg.review-svg {
  height: 40px;
  position: absolute;
  right: -16px;
  top: 6px;
}
img.section_logo {
  position: absolute;
  right: 20px;
  top: 18px;
  z-index: 1;
  width: 30px;
  height: auto;
}
.swiper-slide {
  position: relative;
}
.img-overflow {
  overflow-x: auto;
}

.img-overflow img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: auto;
}

@media screen and (max-width: 700px) {
  .strategy__item {
    margin-top: 0;
    padding-left: 18px;
    margin-bottom: 50px;
  }
  .plans {
    margin-bottom: 90px;
    padding-top: 0;
    padding-bottom: 17px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
  }
  .plans .sectionHeading__title {
    margin-bottom: 6px;
  }
  .plans .decorateList__item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .plans .decorateList__num {
    width: 50px;
    height: 50px;
    font-size: 21px;
    border-width: 4px;
    margin-right: 20px;
  }
  .plans .decorateList__content {
    border-radius: 30px;
    padding: 23px 20px;
  }
  .plans .decorateList__item::after,
  .plans .decorateList__item::before {
    display: none;
  }
  .implementationAdvert__item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .implementationAdvert__title {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0;
  }
  .implementationAdvert__item p {
    margin: 0;
    font-size: 31px;
  }
  .result__value {
    font-size: 20px;
    line-height: 150%;
  }
  .result__list {
    gap: 10px;
  }
  .result__item {
    min-height: 124px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
a.news-nav-link:hover {
  color: white;
  text-decoration: underline;
  text-underline-position: under;
}
.nocase-page {
  height: calc(100vh - 730px);
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cases-page .card-body {
  white-space: normal;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

li.news-nav-item {
  font-size: 17px;
  margin-right: 45px;
  /* margin-top: 16px; */
  padding-right: 14px;
  margin-bottom: 40px;
}
.news-nav-tabs {
  padding: 20px 0;
  margin-bottom: 40px;
}
a.news-nav-link.active {
  font-weight: bold;
}
li.news-nav-item:after {
  content: "";
  position: absolute;
  right: -18px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 39px;
  width: 1px;
  background: #2b293f;
}
li.news-nav-item:nth-last-child(1)::after {
  display: none;
}
.cases-grid {
  margin: 70px 0 59px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4px 1fr 4px 1fr;
  grid-template-columns: repeat(3, 1fr);
  /* grid-template-rows: 1fr 1fr; */
  gap: 4px;
}
.cases-item {
  height: 478px;
  background-size: 101%;
  padding: 37px 42px;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  background-color: #eaeaea;
  background-position: center;
  background-repeat: no-repeat;
}
.cases-content {
  width: 80%;
  font-weight: 700;
  margin-top: 33px;
  line-height: 123%;
}
.cases-name {
  font-size: 24px;
  line-height: 121%;
}
p.cases-text {
  font-size: 16px;
  line-height: 127%;
  font-weight: 500;
  margin-top: 28px;
}

.case-link {
  position: absolute;
  right: 31px;
  bottom: 37px;
  -webkit-transition: 0.1s all;
  -o-transition: 0.1s all;
  transition: 0.1s all;
  border-radius: 7px;
}
.case-link:hover {
  background: white;
}
.cases-item:hover {
  background-size: 143%;
}
.cases-item.theme-white {
  color: white;
}
.cases-item:nth-child(n + 7) {
  display: none;
}
.cases-grid.full .cases-item {
  display: block;
}
.cases-item.theme-black {
  color: rgba(43, 41, 63, 1);
}
.cases-item.theme- {
  background: #eaeaea;
  color: black;
}
.cases-item.theme-black:hover {
  color: black !important;
}
.cases-item:hover {
  color: white !important;
}
.cases-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 194px;
  height: 124px;
  right: 19px;
  top: 29px;
  position: absolute;
}
.cases-logo img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 1650px) {
  .cases-grid {
    margin: 31px 0 39px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3px 1fr 3px 1fr;
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-rows: 1fr 1fr; */
    gap: 3px;
  }
  .cases-item {
    height: 292px;
    background-size: 101%;
    padding: 23px 24px;
  }
  .case-desc {
    font-size: 10px;
  }
  .cases-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 146px;
    height: 46px;
    right: 16px;
    top: 18px;
    position: absolute;
  }
  .cases-content {
    width: 90%;
    font-weight: 700;
    margin-top: 26px;
    line-height: 123%;
  }
  .cases-name {
    font-size: 17px;
    line-height: 121%;
  }
  p.cases-text {
    font-size: 11px;
    line-height: 127%;
    font-weight: 500;
    margin-top: 16px;
  }
  .case-link {
    position: absolute;
    right: 21px;
    bottom: 15px;
    -webkit-transition: 0.1s all;
    -o-transition: 0.1s all;
    transition: 0.1s all;
    border-radius: 7px;
    width: 60px;
  }
  a.site-url-link {
    font-size: 24px;
    font-weight: 600;
    color: #cdcdcd;
    margin: 16px 0px;
    display: inline-block;
  }
  .case-descr {
    font-size: 14px;
    line-height: 150%;
    padding-top: 8px;
  }
  .scope-box svg {
    width: 12px;
    margin-right: 7px;
  }

  .scope-box {
    margin-top: 46px;
    border: 1px solid #b0b0b0;
    color: #5a5a5a;
    padding: 21px 23px;
    display: inline-block;
    min-width: 71%;
    border-radius: 23px;
    font-size: 14px;
  }
  .case-content-wrap ul.goals__list li {
    white-space: normal;
    display: inline-block;
    padding-left: 19px;
    /* width: 48%; */
    vertical-align: top;
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 133%;
  }
  .case-content-wrap ul.goals__list li:before {
    content: ".";
    position: absolute;
    left: -5px;
    top: -11px;
    font-size: 63px;
    line-height: 0;
    color: #8ad246;
  }
  .case-solution {
    margin-top: 0;
  }
  .case-solution-wrap .includes-item {
    margin-bottom: 20px;
    line-height: 130%;
    width: 46%;
    padding-left: 29px;
  }
  li.includes-item.check:before {
    width: 16px;
    height: 16px;
    top: 0px;
  }
  .result-wrap {
    -ms-grid-columns: 1fr 8px 1fr 8px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 8px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 33px 0;
  }
  .result-wrap > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .result-wrap > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .result-wrap > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .case-result-card {
    background: #a5f469;
    padding: 25px 20%;
  }
  .case-result-content {
    text-align: center;
    min-height: auto;
    margin-bottom: 0;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* display: flex; */
  }
  .case-result-card-text.d-block {
    font-size: 21px;
    font-weight: bold;
    margin: 20px 0 0;
  }
  .includes-wrap {
    margin: 42px 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }
}

@media (max-width: 1318px) {
  .cases-grid {
    margin: 31px 0 39px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3px 1fr;
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-rows: 1fr 1fr; */
    gap: 3px;
  }

.button-new.button-lg {
  font-size: 24px; 
}
  .cases-item {
    height: 267px;
    background-size: 101%;
    padding: 19px 23px;
  }
  .fake-header {
    margin-top: -82px;
  }
  .bitrix-content {
    font-size: 14px;
  }
  .fake-head {
    height: 82px;
  }
  .cases-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 134px;
    height: 64px;
    right: 9px;
    top: 16px;
    position: absolute;
  }
  .cases-content {
    width: 90%;
    font-weight: 700;
    margin-top: 9px;
    line-height: 123%;
  }
  .cases-name {
    font-size: 20px;
    line-height: 111%;
  }
  p.cases-text {
    font-size: 12px;
    line-height: 127%;
    font-weight: 500;
    margin-top: 13px;
  }
  .cases-content {
    width: 82%;
    font-weight: 700;
    margin-top: 9px;
    line-height: 123%;
  }
  a.site-url-link {
    font-size: 18px;
    font-weight: 600;
    color: #cdcdcd;
    margin: 17px 0px;
    display: inline-block;
  }
  .scope-box {
    margin-top: 27px;
    border: 1px solid #b0b0b0;
    color: #5a5a5a;
    padding: 9px 14px;
    display: inline-block;
    margin-bottom: 0;
    min-width: 37%;
    border-radius: 12px;
    font-size: 12px;
  }
  .scope-box svg {
    width: 8px;
    margin-right: 4px;
  }
  .case-content-wrap ul.goals__list li {
    white-space: normal;
    display: block;
    padding-left: 19px;
    /* width: 48%; */
    vertical-align: top;
    font-size: 14px;
    margin-bottom: 11px;
    line-height: 133%;
  }
  ul.goals__list {
    padding: 12px 0;
  }
  .includes-wrap {
    margin: 31px 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    display: block;
  }
  .case-solution-wrap .includes-item {
    margin-bottom: 20px;
    line-height: 130%;
    width: 100%;
    padding-left: 29px;
  }
  .case-template--new .case-big-logo-box,   .case-template--new .case-big-logo-box img{
    max-width: 100%;
    width: 100%;
  }
  .result-wrap {
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 8px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 27px 0;
  }
  .result-wrap > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .result-wrap > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .case-result-card {
    background: #a5f469;
    padding: 25px 19%;
  }
  .case-result-card-text.d-block {
    font-size: 21px;
    font-weight: bold;
    margin: 16px 0 0;
  }
}

@media (max-width: 570px) {
  .cases-grid {
    margin: 15px 0 39px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 2px 50%;
    grid-template-columns: repeat(2, 50%);
    /* grid-template-rows: 1fr 1fr; */
    gap: 2px;
    left: -15px;
    width: calc(100% + 30px);
  }
  .cases-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 81px;
    height: 40px;
    right: 9px;
    top: 16px;
    position: absolute;
  }
  .cases-item {
    height: 193px;
    background-size: cover;
    padding: 16px 12px;
  }
  li.news-nav-item {
    font-size: 13px;
    margin-right: 13px;
    /* margin-top: 16px; */
    padding-right: 11px;
    margin-bottom: 15px;
  }
  li.news-nav-item:after {
    content: "";
    position: absolute;
    right: -4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 20px;
    width: 1px;
    background: #5b5b5b;
  }
  .cases-content {
    width: 98%;
    font-weight: 700;
    margin-top: 7px;
    line-height: 123%;
  }
  .cases-name {
    font-size: 12px;
    line-height: 111%;
    width: 80%;
  }
  p.cases-text {
    font-size: 10px;
    line-height: 127%;
    font-weight: 500;
    margin-top: 10px;
  }
  .case-link {
    position: absolute;
    right: 10px;
    bottom: 6px;
    -webkit-transition: 0.1s all;
    -o-transition: 0.1s all;
    transition: 0.1s all;
    border-radius: 7px;
    width: 59px;
  }
  a.site-url-link {
    font-size: 16px;
    font-weight: 600;
    color: #cdcdcd;
    margin: 17px 0px 5px;
    display: inline-block;
  }
  .scope-box {
    margin-top: 15px;
    border: 1px solid #b0b0b0;
    color: #5a5a5a;
    padding: 16px 19px;
    display: inline-block;
    margin-bottom: 36px;
    min-width: 100%;
    border-radius: 7px;
    font-size: 14px;
  }
  .scope-box svg {
    width: 11px;
    margin-right: 4px;
  }
  .case-content-wrap ul.goals__list li {
    white-space: normal;
    display: block;
    padding-left: 19px;
    /* width: 48%; */
    vertical-align: top;
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 133%;
  }
  .case-solution {
    margin-top: 9px;
  }
  .includes-wrap {
    margin: 10px 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    display: block;
  }
  .case-solution-wrap .includes-item {
    margin-bottom: 17px;
    line-height: 141%;
    width: 100%;
    padding-left: 18px;
  }
  li.includes-item.check:before {
    width: 11px;
    height: 11px;
    top: 1px;
  }
  .result-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 8px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 16px 0;
    display: block;
  }
  .result-wrap > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .case-result-card {
    background: #a5f469;
    padding: 31px 16% 23px;
  }
  .case-result-content {
    font-size: 16px;
  }
  .case-result-card-text.d-block {
    font-size: 20px;
    font-weight: bold;
    margin: 26px 0 0;
  }
}

/* OLD STYlE */

.solution {
  margin-bottom: 73px;
}

.solution__step + .solution__step {
  margin-top: 66px;
}

.solution__step .pageSection__subtitle {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 700;
}

.solution__case {
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 37px 15px;
}

.solution__text {
  color: #524f6a;
}

.solution__text p {
  margin: 0;
  margin-top: 15px;
}

.solution__subtitle {
  margin-bottom: 17px;
  color: #000;
  line-height: 16px;
}

.solution__list {
  margin-bottom: 19px;
}

.solution__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 19px;
  position: relative;
}

.solution__num {
  width: 55px;
  height: 55px;
  margin-right: 33px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background: url("https://magnetto.pro/img/solutionCircle.png") 0 0 no-repeat;
  background-size: cover;
}

.solution__content {
  padding: 24px 13px;
}

.solution__item::before {
  content: "";
  width: 1px;
  background: #929292;
  position: absolute;
  left: 27px;
  top: 0;
  bottom: calc(50% + 45px);
}

.solution__item::after {
  content: "";
  width: 1px;
  background: #929292;
  position: absolute;
  left: 27px;
  bottom: 0;
  top: calc(50% + 45px);
}

.solution__item:first-child::before {
  display: none;
}
.solution__item:last-child::after {
  display: none;
}

.solution .frameItem__innerWrap {
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
  border-radius: 28px;
}
.case-new-descr p {
  line-height: 140%;
  margin-top: 1rem;
  font-size: 1.25rem;
}
@media screen and (min-width: 1200px) {
  .solution {
    margin-bottom: 73px;
  }
  .solution__case {
    padding: 50px;
    margin-left: 50px;
    margin-right: 50px;
  }
  .solution__item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .solution__num {
    width: 53px;
    height: 53px;
    margin-right: 43px;
  }
  .solution__item::before {
    left: 27px;
    bottom: calc(50% + 40px);
  }
  .solution__item::after {
    left: 27px;
    top: calc(50% + 40px);
  }
  .solution__content {
    padding: 30px;
  }
}

@media screen and (min-width: 1660px) {
  .solution {
    margin-bottom: 73px;
  }
  .solution__list {
    margin-bottom: 50px;
  }
  .solution .sectionHeading__title {
    font-size: 45px;
    padding-top: 13px;
    padding-bottom: 13px;
    line-height: 1;
  }
  .solution__case {
    padding: 70px 90px;
  }
  .solution__content {
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
    border-radius: 30px;
    max-width: 1250px;
    padding: 30px 45px;
  }
  .solution__num {
    font-size: 26px;
  }
  .solution__step .pageSection__subtitle {
    margin-bottom: 45px;
  }

  .solution .frameItem {
    margin-top: 18px;
  }
  .solution__text {
    width: 80%;
    max-width: 1750px;
  }
}

@media screen and (min-width: 1980px) {
  .solution {
    margin-bottom: 73px;
  }
  .solution .sectionHeading__title {
    font-size: 55px;
    line-height: 63px;
    margin-bottom: 34px;
  }
  .solution__step + .solution__step {
    margin-top: 92px;
  }
  .solution__step .pageSection__subtitle {
    margin-bottom: 63px;
    font-size: 36px;
    line-height: 41px;
  }
}

/* --------------------------- */
/* --------------------------- */
/* --------------------------- */
/* --------------------------- */
/* STYLES FOR THEME -- NEW */
/* --------------------------- */
/* --------------------------- */
/* --------------------------- */
/* --------------------------- */

.cases-theme--new .hero-cases {
  flex-direction: column;
  display: flex;
}
.cases-theme--new .hero-cases .main_header {
  order: -1;
  margin-bottom: 50px;
}
.case-template--new .scope-box {
  font-size: 20px;
}
.cases-theme--new .hero-cases .top-title-new {
  color: #b7b7b7;
}

.cases-theme--new .hero-cases .button {
  display: none;
}
.step-content-wrap h4 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.content-white-box li {
  padding-left: 28px;
  list-style-type: none;
  /* display: block; */
  margin-bottom: 26px;
}
.content-white-box li:before {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="8.5" cy="8.58008" r="8" fill="%231C1C1C"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.56738 8.78011L7.7896 11.1134L12.234 6.44678" fill="%231C1C1C"/><path d="M5.56738 8.78011L7.7896 11.1134L12.234 6.44678" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  left: 0;
  top: 1px;
  width: 19px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
}
.cases-solution-wrap {
  margin: 47px 0 50px;
  margin-left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  text-align: center;
  flex-wrap: wrap;
}
.cases-solution-title {
  width: 100%;
  font-size: 20px;
  line-height: 120%;
  margin: 14px 0 1px;
  font-weight: 100;
  white-space: pre-line;
}
.cases-solution-item {
  width: 33.33%;
  border: thin solid #3d3d3d;
  /* border-right-width: 0; */
  padding: 30px 4%;
  background: #1a1a1a;
}
.why-slider-mob.swiper {
  overflow: visible;
}
.cases-solution-item:nth-last-child(1) {
  border-right-width: thin;
}
.main-why-vid {
  height: 214px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cases-solution-item .cases-solution-num {
  width: 100%;
  max-width: 100%;
  font-weight: 600;
  font-size: 62px;
  margin-top: 18px;
  padding-bottom: 16px;
  color: white;
}

.cases-solution-item:after {
  content: "+";
  font-weight: 100;
  font-size: 47px;
  position: absolute;
  left: 25px;
  bottom: 10px;
}
.section.case-template--new {
  padding-top: 223px;
}
.case-big-logo-box {
  height: 100%;
  max-width: 50%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.case-new-descr {
  width: 40%;
}
.case-content-wrap {
  align-items: center;
}
.cases-problem-item {
  border: 1px solid #b0b0b0;
  width: 32.8%;
  min-height: 108px;
  padding: 16px 23px 16px 37px;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  justify-content: center;
}
.cases-problem-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 59px 0;
  gap: 10px;
}
.step-title-wrap {
  width: 44%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.step-description {
  margin-top: 60px;
  font-size: 32px;
  line-height: 120%;
}
.steps-list {
  width: 53%;
  padding-top: 16px;
}
.step-section:nth-child(even) .image-slider-horizontal {
  /* scrollbar-width: 5px;
  scrollbar-color: white hsl(0, 0%, 21%); */
  scroll-padding-top: 2px;
  scroll-behavior: smooth;
  /* overscroll-behavior: contain;
  scroll-snap-type: x mandatory;  */
}

.step-section:nth-child(even) .image-slider-horizontal > * {
  /* scroll-snap-align: start;   */
}
.step-section:nth-child(even) .image-slider-horizontal::-webkit-scrollbar {
  width: 10px;
}

.step-section:nth-child(even)
  .image-slider-horizontal::-webkit-scrollbar-track {
  background: #3f3f3f;
  border-radius: 50px;
}

.step-section:nth-child(even)
  .image-slider-horizontal::-webkit-scrollbar-thumb {
  background: #ffffff;
}

.step-section:nth-child(even)
  .image-slider-horizontal::-webkit-scrollbar-thumb:hover {
  background: #8f8f8f;
}
.steps-list-item,
.step-content-wrap .list-green li {
  font-size: 20px;
  padding-left: 64px;
  line-height: 111%;
  margin-bottom: 78px;
}
.steps-list-item:nth-last-child(1),
.step-content-wrap .list-green li:nth-last-child(1) {
  margin-bottom: 0;
}
.steps-list-item:before,
.step-content-wrap .list-green li:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
  width: 40px;
  height: 40px;
  background-size: cover;
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="20" cy="20" r="20" fill="%23A5ED43"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12.668 20.5001L18.2235 26.3334L29.3346 14.6667" fill="%23A5ED43"/><path d="M12.668 20.5001L18.2235 26.3334L29.3346 14.6667" stroke="%231C1C1C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.steps-list:before,
.step-content-wrap .list-green:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 2px;
  height: calc(100% - 19px);
  background-size: cover;
  background-image: url('data:image/svg+xml,<svg width="2" height="802" viewBox="0 0 2 802" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="1" y1="802" x2="1.00004" y2="-4.37113e-08" stroke="%23A5ED43" stroke-width="2" stroke-dasharray="4 4"/></svg>');
}
.step-header.flex {
  align-items: stretch;
  padding-bottom: 60px;
}
.step-content-wrap {
  font-size: 20px;
  line-height: 126%;
  padding-top: 40px;
}
.step-content-wrap img {
  max-width: 100%;
  /* width: auto!important;
  max-height: 35vh; */
}
.step-content-wrap h2 {
  font-size: 64px;
  margin: 10px 0 20px;
  font-weight: 600;
}
.step-section:nth-child(even) {
  background-color: #1c1c1c;
  color: white;
}
.step-section:nth-child(even) * {
  color: white;
}
.step-section:nth-child(even) .separator {
  background-color: #b0b0b0;
}
.client-review-wrap {
  background: #f6f6f6;
  margin: 120px 0 30px;
  border-radius: 20px !important;
  padding: 38px 42px;
  display: flex;
  align-items: flex-start;
}
.client-avatar {
  background-color: #3d3d3d;
  height: 100px;
  width: 100px;
  flex-shrink: 0;
  /* background: #3D3D3D; */
  background-size: contain;
  border-radius: 50% !important;
  margin-right: 40px;
}
.client-review-name {
  font-size: 32px;
  font-weight: 700;
  margin: 19px 0 8px;
}
.client-review-job {
  font-size: 20px;
  font-weight: 600;
}
.client-review-content {
  font-size: 20px;
  font-style: italic;
  margin-top: 28px;
  line-height: 144%;
}
.step-section {
  overflow: hidden;
}
.cases-problem-num {
  font-size: 24px;
  margin-right: 0.5rem;
}
.cases-problem-title {
  font-size: 20px;
  line-height: 120%;
}
.section .content-white-box {
  border: none;
  margin-left: -40px;
  width: calc(100% + 80px);
  border-radius: 50px !important;
  padding: 60px 39px;
  padding: 34px 39px;
}
.section .list-black li:before,
.section .list-green-small li:before {
  width: 16px;
  height: 16px;
  top: 6px;
}
.step-section:nth-child(even) .list-black li:before {
  filter: invert(1);
}
.section .content-white-box * {
  color: black !important;
}
.step-content-wrap h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 22px;
}
.step-content-wrap h6 {
  font-size: 14px;
}

.case-template--new .bitrix-content {
  font-size: 20px;
}
.case-new-descr p {
  margin: 0;
}
.case-new-descr .title-default {
  margin-bottom: 1rem;
}
#case-steps-content ul,#case-steps-content  ol {
  padding: initial; 
  margin: initial;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
  list-style-type: initial;
}
#case-steps-content  ol { 
  list-style-type: decimal; 
}
.result-card small{
  color: #696969;
  font-size: 20px;
  display: inline-block;
}
.rec-item {
  padding: 50px 75px;
  display: flex
;
  align-items: flex-start;
  justify-content: flex-start;
  border-right: 2px solid;
}
.rec-item:nth-child(1) {
  padding-left: 0;
}
.rec-item:nth-last-child(1) {
  padding-right: 0;
  border-right: none;
}
.case-template--new.new-design  .section{
    padding: 50px 0;
}
.slider-card-new{
  height: 236px;
  margin-top: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1650px) {
  .cases-solution-item {
    padding: 24px 31px;
  }

  .rec-item {
    padding: 40px 41px;
  }
  .cases-problem-title {
    font-size: 14px;
    line-height: 120%;
  }
  .cases-problem-num {
    font-size: 22px;
    margin-right: 0.5rem;
  }
  .cases-solution-item .cases-solution-num {
    font-size: 28px;
    padding-bottom: 3px;
    margin-top: 15px;
  }
  .case-big-logo-box {
    height: 100%;
    max-width: 50%;
  }
  .case-new-descr {
    width: 53%;
  }
  .step-description {
    margin-top: 30px;
    font-size: 24px;
    line-height: 120%;
  }
  .steps-list-item,
  .step-content-wrap .list-green li {
    font-size: 14px;
    padding-left: 58px;
    line-height: 111%;
    margin-bottom: 34px;
  }
  .steps-list-item:before,
  .step-content-wrap .list-green li:before {
    content: "";
    position: absolute;
    left: 5px;
    top: -9px;
    width: 30px;
    height: 30px;
  }
  .cases-problem-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0;
    gap: 5px;
  }
  .step-content-wrap {
    font-size: 18px;
    line-height: 147%;
    padding-top: 20px;
  }
  .step-header.flex {
    align-items: stretch;
    padding-bottom: 20px;
  }
  .section .content-white-box {
    padding: 34px 39px;
  }
  .client-review-wrap {
    background: #f6f6f6;
    margin: 90px 0 30px;
    border-radius: 20px !important;
    padding: 27px 31px;
    display: flex;
    align-items: flex-start;
  }
  .client-avatar {
    background-color: #3d3d3d;
    height: 80px;
    width: 80px;
  }
  .client-review-name {
    font-size: 28px;
    font-weight: 700;
    margin: 13px 0 8px;
  }
  .client-review-job {
    font-size: 18px;
    font-weight: 600;
  }
  .client-review-content {
    font-size: 18px;
    font-style: italic;
    margin-top: 19px;
    line-height: 144%;
  }
  .cases-problem-item {
    border: 1px solid #b0b0b0;
    width: 32.4%;
    min-height: 108px;
    padding: 15px 18px 15px 34px;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    justify-content: center;
  }
  .cases-solution-title {
    width: 100%;
    font-size: 14px;
    line-height: 135%;
    margin: 8px 0 8px;
    font-weight: 100;
  }
  .cases-solution-wrap {
    margin: 45px 0 0;
  }
  .cases-solution-item:after {
    content: "+";
    font-weight: 100;
    font-size: 36px;
    position: absolute;
    left: 26px;
    bottom: 1px;
  }
  .step-content-wrap h2 {
    font-size: 50px;
  }
  .case-template--new .bitrix-content,
  .step-content-wrap {
    font-size: 16px;
  }
  .case-new-descr p {
    line-height: 136%;
    font-size: 16px;
  }
  .case-template--new .scope-box {
    font-size: 15px;
  }
}

@media (max-width: 1318px) {
  #cases,#solution{
    overflow: hidden!important;
  }  
  .num-super {
    font-size: 89px;
    right: 30px;
    bottom: 0px;
    font-weight: bold;
    color: #F5F5F5;
}
.case-template--new.new-design  .section{
  padding: 30px 0;
}
  .slider-based-control{
    position: relative;
    left: 0!important;
    right: 0!important;
  }
  .cases-solution-wrap {
    margin: 0 0 50px;
    margin-left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
  }
  .cases-solution-item .cases-solution-num {
    font-size: 15px;
    padding-bottom: 1px;
    margin-top: 10px;
  }
  .cases-solution-title {
    width: 100%;
    font-size: 12px;
    line-height: 127%;
    margin: 4px 0 5px;
    font-weight: 100;
  }
  .cases-problem-item {
    border: 1px solid #b0b0b0;
    width: 49.4%;
  }
  .cases-solution-item {
    padding: 19px 25px 12px;
    width: 50%;
  }.rec-item {
    padding: 30px 0;
    border-right: none;
    align-items: center;
    border-bottom: thin solid;
}.rec-item:nth-last-child(1){
  border-bottom: none;
}
  .cases-solution-item .cases-solution-num {
    font-size: 22px;
    padding-bottom: 8px;
    margin-top: 5px;
  }
  .cases-solution-item:after {
    content: "+";
    font-weight: 100;
    font-size: 22px;
    position: absolute;
    left: 11px;
    bottom: 8px;
  }
  .cases-solution-item {
    padding: 16px 4px 12px;
  }
  .content-white-box li {
    margin-bottom: 17px;
  }
  .step-content-wrap h2 {
    font-size: 40px;
    margin: 2px 0 13px;
    font-weight: 600;
  }
}

@media (max-width: 570px) {
  .cases-solution-wrap {
    width: 100%;
    display: flex;
  }
  .cases-solution-wrap {
    flex-wrap: wrap;
    margin: 21px 0 37px;
  }
  .cases-solution-item {
    padding: 23px 1px;
    width: 50%;
    border-right-width: 1px;
  }
  .cases-solution-item .cases-solution-num {
    font-size: 30px;
    font-weight: 100;
  }
  .step-content-wrap .div-flex .list-green:before {
    top: 0;
    height: 100%;
  }
  .case-template--new .bitrix-content,
  .step-content-wrap {
    font-size: 14px;
  }
  .cases-solution-title {
    width: 100%;
    font-size: 12px;
    line-height: 135%;
    margin: 7px 0 0px;
    white-space: normal;
    font-weight: 100;
  }
  .case-template--new.new-design  .section{
    padding: 25px 0;
  }
  .cases-solution-item:after {
    content: "+";
    font-weight: 100;
    font-size: 25px;
    position: absolute;
    left: 8px;
    bottom: 5px;
  }
  .case-new-descr {
    width: 100%;
  }
  .case-content-wrap {
    flex-direction: column-reverse;
    padding-top: 11px;
  }
  .case-new-descr p {
    line-height: 115%;
    margin-top: 13px;
    font-size: 14px;
  }
  .case-template--new .scope-box {
    font-size: 12px;
    padding: 12px 19px;
    margin-bottom: -5px;
  }
  .case-big-logo-box {
    height: 100%;
    max-width: 75%;
    margin: 40px auto 0;
  }

.button-new.button-lg {
  font-size: 18px; 
}
.slider-card-new{
  height: 154px;
}
  .step-header.flex {
    display: block;
    padding-bottom: 40px;
  }
  .step-title-wrap {
    padding-top: 10px;
    width: 100%;
    display: block;
  }
  .step-title.title.title-big {
    font-size: 28px;
    font-weight: 600;
  }
  .steps-list {
    width: 100%;
    padding-top: 39px;
    border-top: thin solid #b9b9b9;
  }
  .steps-list-item,
  .step-content-wrap .list-green li {
    font-size: 13px;
    padding-left: 50px;
    line-height: 122%;
    margin-bottom: 20px;
  }
  .steps-list-item:before,
  .step-content-wrap .list-green li:before {
    content: "";
    position: absolute;
    left: 8px;
    top: -5px;
    width: 24px;
    height: 24px;
  }.num-super {
    font-size: 89px;
    right: 30px;
    bottom: 0px;
    font-weight: bold;
    color: #F5F5F5;
}
  .steps-list:before,
  .step-content-wrap .list-green:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 40px;
    width: 2px;
    height: calc(100% - 60px);
  }
  .section .content-white-box {
    padding: 19px 15px;
    margin-left: -15px;
    width: calc(100% + 30px);
    border-radius: 20px !important;
  }
  .content-white-box li {
    margin-bottom: 10px;
  }
  .step-content-wrap {
    font-size: 12px;
    line-height: 167%;
    padding-top: 10px;
  }
  .section .content-white-box {
    padding: 22px 15px;
  }
  .step-content-wrap h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .step-description {
    margin-top: 32px;
    font-size: 15px;
    line-height: 120%;
    padding-bottom: 20px;
  }
  .case-result-card {
    background: #a5f469;
    padding: 28px 11% 27px;
  }
  .case-result-card-text.d-block {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0 0;
  }
  .client-review-wrap {
    background: #f6f6f6;
    margin: 20px 0 30px;
    border-radius: 20px !important;
    padding: 26px 14px;
    display: flex;
    align-items: flex-start;
    display: block;
    text-align: left;
  }
  .client-avatar {
    background-color: #3d3d3d;
    height: 80px;
    width: 80px;
    margin: 0 auto 20px;
  }
  .client-review-name {
    font-size: 20px;
    font-weight: 700;
    margin: 12px 0 9px;
  }
  .client-review-job {
    font-size: 14px;
    font-weight: 600;
  }
  .client-review-content {
    font-size: 14px;
    font-style: italic;
    margin-top: 19px;
    line-height: 144%;
  }
  .step-content-wrap img {
    max-width: 100%;
    max-height: auto;
  }
}






.cases-grid-nav-link {
  font-size: 20px;
  border: thin solid black;
  border-radius: 14px;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  padding: 11px 31px;
}
ul.nav.cases-grid-nav-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 41px;
  margin-top: 99px;
}
.cases-grid-nav-link.active {
  color: white;
  background-color: #1c1c1c;
}
.cases-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 250px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 47px;
  padding: 5% 21%;
}
.cases-type {
  font-size: 20px;
  border: thin solid black;
  border-radius: 54px;
  display: inline-block;
  font-weight: 600;
  padding: 3px 31px;
  z-index: 1;
  margin-bottom: 9px;
}
.cases-type-wrap{
  position: absolute;
  right: 40px;
  top: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.theme-white .cases-type {
  color: white;
  border-color: white;
}

.type-select {
  background: white;
  font-size: 18px;
  width: 100%;
  border: thin solid black;
  border-radius: 14px;
  display: inline-block;
  display: flex;
  font-weight: 600;
  cursor: pointer;
  padding: 16px 20px;
  align-items: center;
  justify-content: space-between;
}

.active .type-select {
  background: #1c1c1c;
  color: white;
}

.active .type-select svg {
  filter: invert(1);
  transform: rotate(180deg);
}
.type-select-wrap {
  width: 440px;
}

.type-select-list {
  position: absolute;
  left: 0;
  background: white;
  width: 100%;
  z-index: 2;
  top: 64px;
  border-radius: 16px;
}
.type-select-list-inner {
  padding: 20px;
  box-shadow: 0 0 10px -7px black;
  border-radius: 16px;
}
.type-select-item {
  background: #f5f5f5;
  padding: 5px 5px 5px 11px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  border-radius: 6px;
  cursor: pointer;
}
.type-select-item .mark {
  background: white;
  height: 28px;
  width: 28px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.type-select-list {
  display: none;
}

.cases-item:hover {
  transition: 0.3s all;
  box-shadow: 0 0 10px -7px black;
  transform: scale(1.02);
}

.type-select-item.active .mark {
  filter: invert(1);
}
/* .cases-item:nth-child(n+7){
  display: none;
} */
.cases-item .stat-item-text {
  font-size: 50px;
  font-weight: 600;
  padding: 5px 20px;
}
.cases-image .cases-logo {
  max-height: 100% !important;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cases-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.cases-name {
  font-size: 24px;
  font-weight: 600;
}
.serice-item-icon {
  position: absolute;
  right: 30px;
  bottom: 24px;
}
.type-select-item .mark.radio-mark {
  border-radius: 50%;
}
.type-select-item.active .mark.radio-mark { 
  background: white;
  filter: none;
}
input.select-radio-input{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}
.type-select-item.active .mark.radio-mark::after {
  content: '';
  background: #7af318;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
@media (max-width: 1650px) {
  .cases-image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 189px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 33px;
    padding: 2% 11%;
  }
  .cases-item .stat-item-text {
    padding: 5px 20px;
    font-size: 40px;
  }

  .cases-type-wrap {
         right: 39px;
        top: 33px;
  }
  .cases-type {
         font-size: 18px!important;
    padding: 3px 12px!important;
  }
  .cases-grid {
    gap: 20px;
  }
}
@media (max-width: 1170px) {
  .cases-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .card-new.cases-grid-item {
    padding: 30px 32px !important;
  }
  .cases-image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 145px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 31px;
    padding: 2% 11%;
  }
  .cases-type-wrap{
 right: 41px;
        top: 39px;
  }
  .cases-name {
    font-size: 28px;
    font-weight: 600;
  }.cases-item .stat-item-text {
    padding: 5px 20px;
    font-size: 27px;
}
}

@media (max-width: 570px) {
  .cases-grid-nav-link {
    font-size: 16px;
    border: thin solid black;
    border-radius: 10px;
    display: inline-block;
    font-weight: 600;
    padding: 7px 10px;
}ul.nav.cases-grid-nav-tabs {
  display: flex
;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 41px;
  margin-top: 49px;
}    .cases-grid {
  display: grid
;
  grid-template-columns: 1fr;
  gap: 30px;
}.card-new.cases-grid-item {
  padding: 33px 19px !important;
}    .cases-type {
  font-size: 12px !important;
  padding: 3px 22px;
}.cases-type-wrap{
        right: 32px;
        top: 45px;

}.cases-name {
  font-size: 20px;
  font-weight: 600;
}.cases-item .stat-item-text {
  padding: 5px 21px;
  font-size: 20px;
}.cases-item .d-flex.case-stat-wrap {
  flex-direction: row;
  justify-content: space-between;
}
.serice-item-icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.type-select-wrap {
  width: 100%;
}

}


/* End */


/* Start:/local/components/magnetto/hero/templates/single/style.css?17593531001351*/
.main-for-case .main-block {
  max-width: 50%;
}
.main-image-wrapper.case-main-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  width: 48%;
  padding: 8%;
}
main.new-main.main-for-case {
  min-height: auto;
  margin-bottom: 40px;
}

@media (max-width: 1650px) {
  .main-image-wrapper.case-main-image {
    width: 50%;
    padding: 6%;
  }
  .main-for-case .main-title-small {
    font-size: 50px;
  }
  .main-for-case .main-subtitle-regular {
    font-size: 35px;
  }
  .main-for-case .main-block {
    max-width: 50%;
  }
}

@media (max-width: 1318px) {
  .main-for-case .main-block {
    max-width: 100%;
  }
  .main-for-case .main-title-small br {
    display: none;
  }
  .main-image-wrapper.case-main-image {
    width: 100%;
    padding: 6%;
    height: 500px;
    margin-top: 50px;
  }
  .main-for-case .main-subtitle-regular {
    font-size: 28px;
} .section{
    overflow: visible!important;
}
}



@media (max-width: 767px) {
    .main-for-case .main-subtitle-regular {
        font-size: 16px;
    }.main-for-case .main-title-small {
        font-size: 24px;
        line-height: 130%;
    }    .main-image-wrapper.case-main-image {
        width: 100%;
        padding: 11%;
        height: 200px;
        margin-top: 30px;
    }
}
/* End */


/* Start:/local/components/magnetto/form/templates/main-modal/style.css?17392861255864*/
.modal .modal-content {
  position: relative;
  border-radius: 0;
}

.modal .modal-content .btn-close {
  position: absolute;
  right: 12px;
  top: 5px;
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  z-index: 10;
  /* box-shadow: 0 10px 42px 0 rgba(118, 113, 171, 0.15); */
  /* background: #fff; */
  opacity: 1;
  /* transition: all 0.3s ease; */
  background: none;
  font-size: 27px;
}
.modal-title {
  font-size: 38px;
  font-weight: 600;
  margin-top: 0;
}
p.modal-descr {
  font-size: 14px;
  text-align: left;
  line-height: 130%;
  margin-top: 40px;
}
.modal .separator {
  margin: 18px 0;
  background: #cecece;
}
.modal-body *{
  animation: none!important;
}
span.modal-close {
  color: #222222;
  font-size: 30px;
  z-index: 3;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 13px;
}
.modal .modal-content .btn-close:hover {
  -webkit-transform: scale(1.1) rotate(90deg);
  -ms-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotate(90deg);
}
.modal .form-floating {
  position: relative;
  margin-bottom: 10px;
}
.modal-tr {
  border-radius: 17px;
  background: #a5f469;
  padding: 13px 20px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
  max-width: 32%;
}
.modal .modal-content .btn-close svg {
  margin-top: -5px;
}
.modal .form-floating > label {
  top: 1px;
  padding: 11px 0;
  font-size: 17px;
  font-weight: 300;
  font-size: 16px;
}
.modal .form-control {
  padding: 10px 0;
  border-radius: 0;
  /* background-color: #f3f6f8; */
  border: none;
  border-bottom: thin solid #b7b7b7;
  height: auto;
  padding-top: 16px;
}
.modal .btn {
  padding: 0.7rem 2.5rem;
}
.button.modal-btn {
  min-width: 49%;
  font-size: 17px;
  font-weight: 600;
}
.form-control {
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.modal .form-control.is-invalid {
  background-color: #fff3f3 !important;
  padding-right: calc(1.4em + 0.2rem);
  /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 2.5c-5.2 0-9.5 4.3-9.5 9.5s4.2 9.5 9.5 9.5c5.2 0 9.5-4.2 9.5-9.5 0-5.2-4.3-9.5-9.5-9.5zM6.7 5.8C8.1 4.6 10 3.9 12 3.9c4.5 0 8.1 3.6 8.1 8.1 0 2-.7 3.9-1.9 5.3L6.7 5.8zm-.9.9C4.6 8.1 3.9 10 3.9 12c0 4.5 3.6 8.1 8.1 8.1 2 0 3.9-.7 5.3-1.9L5.8 6.7z' fill-rule='evenodd' fill='%23ed5050'/%3e%3c/svg%3e");*/
  background-repeat: no-repeat;
  background-position: right calc(0.35em + 0.05rem) center;
  background-size: calc(0.7em + 0.1rem) calc(0.7em + 0.1rem);
}

.send-form.sended {
  opacity: 0;
}
.send-error,
.send-success,
.send-form {
  -webkit-transition: 0.7s all;
  -o-transition: 0.7s all;
  transition: 0.7s all;
}
.send-error,
.send-success {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.send-error.show,
.send-success.show {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  right: 0;
  bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.send-success svg {
  flex-shrink: 0;
}
.text-white .send-success {
  color: white;
}
.modal-dialog.modal-100 {
  --ar-modal-width: 1600px;
}
.modal .modal-100 .custom-modal-content {
  border-radius: 40px;
  padding: 43px 33px 25px;
}
.modal-new * {
  font-family: "Gilroy";
}
.modal-new span.modal-close {
  font-size: 55px;
  right: 33px;
  top: 23px;
}
.modal-new .default-input {
  background: #f5f5f5;
}
@media (max-width: 1650px) {
  .modal-dialog.modal-100 {
    --ar-modal-width: 1312px;
  }
}

@media (max-width: 1318px) {
  .modal .modal-body {
    padding: 21px;
  }
  .modal-new span.modal-close {
    font-size: 35px;
    right: 23px;
    top: 19px;
  }
  .modal-dialog.modal-100 {
    --ar-modal-width: 636px;
  }
  .modal-title {
    font-size: 29px;
    font-weight: 600;
    margin-top: 26px;
  }
  .modal-tr {
    border-radius: 17px;
    background: #a5f469;
    padding: 9px 9px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 120%;
    max-width: 32%;
  }
  .button.modal-btn {
    min-width: 100%;
    font-size: 17px;
    font-weight: 600;
  }
  .modal .form-floating > label {
    top: 1px;
    padding: 11px 0;
    font-weight: 300;
    font-size: 13px;
  }
  .modal .form-control {
    padding: 5px 0;
    border-radius: 0;
    /* background-color: #f3f6f8; */
    border: none;
    border-bottom: thin solid #b7b7b7;
    height: auto;
    padding-top: 17px;
  }
  .modal .form-floating {
    position: relative;
    margin-bottom: 7px;
  }
}

@media (max-width: 570px) {
  .modal .modal-body {
    padding: 0px;
    width: 100%;
    margin: 0;
  }
  .modal-content.custom-modal-content {
    padding: 1px 9px 13px;
  }
  .modal-title {
    font-size: 26px;
    font-weight: 600;
    margin-top: 28px;
    line-height: 110%;
  }
  .modal-tr {
    border-radius: 7px;
    background: #a5f469;
    padding: 7px 9px;
    text-align: center;
    font-size: 13px;
    margin: 0 auto;
    font-weight: 600;
    line-height: 120%;
    max-width: 88%;
    margin-bottom: 7px;
  }
  p.modal-descr {
    font-size: 12px;
    text-align: left;
    line-height: 130%;
    margin-top: 26px;
  }
  .modal-dialog.modal-100 {
    --ar-modal-width: 100%;
  }
  .modal .modal-100 .custom-modal-content {
    border-radius: 27px;
    padding: 16px 10px 15px;
  }
  .modal-new span.modal-close {
    font-size: 35px;
    right: 17px;
    top: 11px;
  }
}

/* End */


/* Start:/local/components/magnetto/review/templates/small/style.css?17206062869951*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.review-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 90px;
}
.review-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 27px 1fr 27px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 313px 26px 365px;
  grid-template-rows: 313px 365px;
  -webkit-column-gap: 27px;
  -moz-column-gap: 27px;
  column-gap: 27px;
  margin-top: 75px;
  margin-bottom: 77px;
  row-gap: 26px;
}
.review-wrapper {
  /* background: white; */
  border-radius: 25px;
  border: 1px solid white;
  padding: 30px 30px;
}
.review-wrapper .avatar {
  width: 100px;
  height: 100px;
  background-size: cover;
  border-radius: 50%!important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 29px;
}
.review-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
}
.review-wrapper .show-more:hover {
  color: #a5f469;
}
.review-grid.review-grid-1 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.review-item-title {
  margin-bottom: 10px;
  font-size: 20px;
}
.review-item-job {
  font-size: 16px;
}
.review-text-wrap {
  margin-top: 23px;
}
.review-text {
  font-size: 14px;
  margin-top: 36px;
  line-height: 147%;
}
.review-wrapper .show-more {
}

.text-overflow {
  margin: 0;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.avatar {
  width: 100px;
  height: 100px;
  background-size: cover;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 28px;
}

.show-more {
  cursor: pointer;
  color: #a5f469;
  text-underline-position: under;
}

.show-more:hover {
  color: white;
  text-decoration: none;
}

#reviewModal .modal-content {
  position: relative;
  border-radius: 0;
  background: #151515;
  color: white;
  border-color: #151515;
  border-radius: 49px;
  padding: 150px 120px 120px;
}

#reviewModal .modal-content .btn-close {
  position: absolute;
  right: 112px;
  top: 42px;
  width: auto;
  height: auto;
  border: none;
  color: white;
  border-radius: 0;
  z-index: 10;
  /* box-shadow: 0 10px 42px 0 rgba(118, 113, 171, 0.15); */
  /* background: #fff; */
  opacity: 1;
  /* transition: all 0.3s ease; */
  background: none;
  font-size: 38px;
}
#reviewModal .modal-content .btn-close:hover {
  -webkit-transform: scale(1.1) rotate(90deg);
  -ms-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotate(90deg);
}
.button.modal-btn {
  min-width: 49%;
  font-size: 17px;
  font-weight: 600;
}
div#modal-full-text {
  font-size: 24px;
  line-height: 140%;
  padding: 90px 50px;
}
.modal-review {
  max-width: 1520px;
}

.review-slider {
  left: -80px;
  width: calc(100% + 160px);
  padding: 49px 78px;
}
.review-swiper-button.swiper-button-prev {
  left: 0;
}
.review-swiper-button.swiper-button-prev,
.review-swiper-button.swiper-button-next {
  width: 48px;
}
.review-swiper-button.swiper-button-next {
  right: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 51px;
  color: #a5ed43;
}
.review-wrapper .show-more {
  font-size: 20px;
  font-weight: 300;
  margin-top: 23px;
}
.review-wrapper .show-more svg {
  margin-left: 9px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-slide.review-slide.swiper-slide-next
  + .swiper-slide.review-slide
  + .swiper-slide.review-slide,
.swiper-slide.review-slide.swiper-slide-prev {
  opacity: 0;
  transition: 0.3s all;
}
.review-swiper-pagination {
  opacity: 0;
  display: none;
}

@media (max-width: 1650px) {
  .review-grid {
    margin-top: 45px;
  }
  .review-wrapper .avatar {
    width: 60px;
    height: 60px;
    background-size: cover;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 19px;
  }
  .review-item-title {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 4px;
  }
  .review-item-job {
    font-size: 12px;
    line-height: 141%;
  }
  .review-text-wrap {
    margin-top: 20px;
  }
  .review-text {
    font-size: 12px;
    line-height: 140%;
  }
  .review-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-rows: 434px;
    grid-template-rows: 434px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: 45px;
    margin-bottom: 51px;
    row-gap: 20px;
  }

  .review-wrapper {
    /* background: white; */
    border-radius: 17px;
    border: 1px solid white;
    padding: 20px 16px;
  }
  .review-wrapper .show-more {
    font-size: 13px;
  }
  .text-overflow {
    -webkit-line-clamp: 4;
  }

  div#modal-full-text {
    font-size: 20px;
    line-height: 140%;
    padding: 70px 50px;
  }
  .modal-review {
    max-width: 928px;
  }
  #reviewModal .modal-content {
    padding: 112px 80px 80px;
  }

  #reviewModal .modal-content .btn-close {
    right: 70px;
    top: 29px;
    font-size: 36px;
  }
  .review-wrapper .show-more svg {
    margin-left: 5px;
    width: 12px;
  }
}

@media (max-width: 1170px) {
  .review-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 13px 1fr 13px 1fr 13px 1fr 13px 1fr 13px 1fr 13px 1fr;
    grid-template-columns: repeat(7, 1fr);
    -ms-grid-rows: 505px;
    grid-template-rows: 505px;
    -webkit-column-gap: 13px;
    -moz-column-gap: 13px;
    column-gap: 13px;
    margin-top: 27px;
    margin-bottom: 51px;
    row-gap: 20px;
  }

  .review-wrapper {
    padding: 12px 18px;
  }
  .review-wrapper .avatar {
    width: 53px;
    height: 53px;
    background-size: cover;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px;
  }
  .review-text-wrap {
    margin-top: 33px;
  }
  #reviewModal .modal-body {
    padding: 21px;
  }
  .button.modal-btn {
    min-width: 100%;
    font-size: 17px;
    font-weight: 600;
  }
  .review-text {
    font-size: 12px;
    line-height: 116%;
  }
  div#modal-full-text {
    font-size: 16px;
    line-height: 140%;
    padding: 60px 27px !important;
  }
  .modal-review {
    max-width: 886px;
  }
  #reviewModal .modal-content {
    padding: 92px 60px 60px;
  }

  #reviewModal .modal-content .btn-close {
    right: 50px;
    top: 22px;
    font-size: 32px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 37px;
  }
  .review-swiper-button.swiper-button-next {
    right: 7px;
  }
  .review-swiper-button.swiper-button-prev {
    left: 7px;
  }
  .review-wrapper .show-more {
    font-size: 12px;
  }
  .review-wrapper .show-more svg {
    width: 12px;
    top: -1px;
  }
  .swiper-slide.review-slide.swiper-slide-next + .swiper-slide.review-slide,
  .swiper-slide.review-slide.swiper-slide-prev {
    opacity: 0;
    transition: 0.3s all;
  }
}

@media (max-width: 570px) {
  .review-grid {
    display: block;
    -ms-grid-columns: 1fr 13px 1fr 13px 1fr 13px 1fr 13px 1fr 13px 1fr 13px 1fr;
    grid-template-columns: repeat(7, 1fr);
    -ms-grid-rows: 505px;
    grid-template-rows: 505px;
    -webkit-column-gap: 13px;
    -moz-column-gap: 13px;
    column-gap: 13px;
    margin-top: 23px;
    margin-bottom: 51px;
    row-gap: 20px;
  }
  .review-wrapper {
    padding: 43px 25px;
  }
  .review-wrapper .avatar {
    width: 60px;
    height: 59px;
    background-size: cover;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 17px;
  }
  .review-item-title {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
  }
  .review-item-job {
    font-size: 12px;
    line-height: 131%;
  }
  .review-text-wrap {
    margin-top: 15px;
  }
  .review-text {
    font-size: 12px;
    line-height: 143%;
  }
  .text-overflow {
    margin: 0;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .review-wrapper .show-more {
    font-size: 13px;
    margin-top: 12px;
  }
  #reviewModal .modal-body {
    padding: 0px;
  }
  div#modal-full-text {
    font-size: 14px;
    line-height: 126%;
    padding: 40px 18px !important;
  }
  .modal-review {
    max-width: 100%;
    margin: 20px 0;
  }
  #reviewModal .modal-content {
    border-radius: 19px;
    padding: 70px 14px 50px;
  }
  #reviewModal .modal-content .btn-close {
    right: 6px;
    top: 2px;
    font-size: 31px;
  }
  #reviewModal .review-text {
    font-size: 12px;
    line-height: 143%;
  }
  #reviewModal .review-wrapper {
    padding: 20px 16px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 17px;
  }
  .review-swiper-button.swiper-button-next {
    right: 2px;
    top: 27px;
    background: rgb(255 255 255 / 13%);
    border-radius: 50%;
    height: 34px;
    width: 34px;
  }
  .review-swiper-button.swiper-button-prev {
    left: 2px;
    top: 27px;
    background: rgb(255 255 255 / 13%);
    border-radius: 50%;
    height: 34px;
    width: 34px;
  }
  .review-swiper-button.swiper-button-prev {
    left: auto;
    right: 50px;
  }
  .review-slider {
    left: 0;
    width: 100%;
    padding: 0;
    top: 0;
    padding-top: 23px;
  }
  .review-swiper-button.swiper-button-prev,
  .review-swiper-button.swiper-button-next {
    display: none;
  }
  .review-slider .swiper-wrapper {
    padding-bottom: 35px;
  }
  .review-slider span.swiper-pagination-bullet {
    margin: 0 2px !important;
  }
  .review-swiper-pagination {
    opacity: 1;
    display: block;
  }
}

/* End */


/* Start:/local/components/magnetto/form/templates/main-new/style.css?17325140219492*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.checkbox-label .form-check-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  opacity: 0;
  margin: 0;
  z-index: 2;
}
input.form-check-input:checked + div {
  background-color: #19191a;
  color: white;
}
.form-check-input {
  width: 22px;
  height: 22px;
}

.send-success svg {
  flex-shrink: 0;
}

.send-form.sended {
  opacity: 0!important; 
}
.send-error,
.send-success,
.send-form {
  -webkit-transition: 0.7s all;
  -o-transition: 0.7s all;
  transition: 0.7s all;
}
.send-error,
.send-success {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.send-error.show,
.send-success.show {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  right: 0;
  bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#policy-check:checked {
  background-color: #a5f469;
  top: -1px;
  border-color: #a5f469;
}

.input-box input,
.input-box select,
.input-box textarea {
  width: 100%;
  font-size: 20px;
  color: #1c1c1c;
  /* border-bottom: thin solid #1C1C1C; */
  padding: 8px 0;
  margin-bottom: 15px;
  height: 55px;
}
.input-box-select:after{
  
  content: '';
  position: absolute;
  margin: 0;
  top: 30%;
  bottom: 0;
  right: 20px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 1.9585C9 1.40621 8.55228 0.958496 8 0.958496C7.44772 0.958496 7 1.40621 7 1.9585L9 1.9585ZM7.29289 14.7486C7.68342 15.1392 8.31658 15.1392 8.70711 14.7486L15.0711 8.38469C15.4616 7.99416 15.4616 7.361 15.0711 6.97047C14.6805 6.57995 14.0474 6.57995 13.6569 6.97047L8 12.6273L2.34315 6.97047C1.95262 6.57995 1.31946 6.57995 0.928932 6.97047C0.538408 7.361 0.538408 7.99416 0.928932 8.38469L7.29289 14.7486ZM7 1.9585L7 14.0415L9 14.0415L9 1.9585L7 1.9585Z" fill="%23727272"/></svg>');
}
.input-box input::-webkit-input-placeholder {
  color: #1c1c1c;
}
.input-box input::-moz-placeholder {
  color: #1c1c1c;
}
.input-box input:-ms-input-placeholder {
  color: #1c1c1c;
}
.input-box input::-ms-input-placeholder {
  color: #1c1c1c;
}
.input-box input::placeholder {
  color: #1c1c1c;
}
.input-box textarea {
  margin-bottom: 0;
  height: calc(100% - 32px);
  line-height: 157%;
}
.input-box.input-box-textarea:after {
  content: "";
  position: absolute;
  left: 0;
  top: 43px;
  width: 100%;
  height: 42px;
  border: thin solid #1c1c1c;
  border-width: thin 0;
}
.form-service-item .btn-rec.big-btn-rec {
  font-size: 20px;
  padding: 19px 51px;
  text-align: center;
}
.input-box.input-box-textarea {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2 / 4;
  height: 152px;
}
input.form-check-input.form-input-checkbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  margin: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
input.form-check-input.form-input-checkbox:checked + .btn-rec {
  background: #b4f759;
  border-color: #b4f759;
  color: black;
  font-weight: 600;
}
select.default-input option {
  color: black;
}
.input-box-select svg {
  position: absolute;
  right: 18px;
  top: 22px;
  width: 20px;
  pointer-events: none;
}
.form-wrapper .input-box {
  width: 47%;
  align-self: stretch;
}
.default-input,
.input-box .default-input {
  width: 100%;
  /* color: white; */
  background: white;
  border: thin solid white;
  border-radius: 10px;
  padding-left: 17px;
}

.bg-darker
.default-input, 
.bg-darker .input-box .default-input,
.bg-black
.default-input, 
.bg-black .input-box .default-input{
  background: #313131;
  border-color: #313131;
  color: white;
}

.bg-darker
.default-input:focus, 
.bg-darker .input-box .default-input:focus,
.bg-black
.default-input:focus, 
.bg-black .input-box .default-input:focus{
  border-color: #A7A7A7;
}
.input-box.input-box-textarea {
  height: 202px;
}
.default-form-button.btn-rec {
  padding: 22px 81px;
  font-size: 18px;
}
.form-polit-descr {
  font-size: 18px;
  color: #919191;
  max-width: 100%;
  line-height: 140%;
  margin: 12px 0 27px;
}
.select-wrapper {
  /* border: 1px solid #FFFFFF; */
  /* min-height: 36px; */
  font-size: 20px;
  /* padding-left: 9px; */
  margin-bottom: 15px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 10px;
}
.select-dropdown {
  position: absolute;
  top: 43px;
  left: -1px;
  width: calc(100% + 2px);
  border: 1px solid #ffffff;
  min-height: 36px;
  font-size: 20px;
  z-index: 1;
  background: white;
  /* border-top: 0; */
}
.select-dropdown-option {
  padding: 12px 16px;
  cursor: pointer;
}
.select-dropdown-option:hover {
  background: #919191;
}
.select-current {
  padding: 17px 16px;
  cursor: pointer;
  width: 100%;
}

.form-wrapper .input-box {
  width: 100%;
  align-self: stretch;
}
.bg-black .send-success .title,
.bg-darker .send-success .title {
  color: white;
}
@media (max-width: 1650px) {
  .super-big-btn-rec {
    font-size: 21px;
    font-weight: 600;
    padding: 10px 136px;
    margin-top: 10px;
  }
  .form-title-descr {
    font-size: 15px;
    margin: 28px 0px 20px;
  }
  .form-grid {
    margin-top: 34px;
    -webkit-column-gap: 58px;
    -moz-column-gap: 58px;
    column-gap: 58px;
  }
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext {
    height: 44px;
  }
  .super-big-btn-rec {
    font-size: 16px;
    font-weight: 600;
    padding: 14px 100px;
    margin-top: 10px;
  }
  .form-floating > .form-control {
    height: 48px;
  }
  .btn-rec.mid-btn-rec {
    font-size: 12px;
    text-align: center;
    padding: 9px 28px;
  }
  .form-header {
    font-size: 14px;
    font-weight: 600;
  }
  .form-service-item .btn-rec.big-btn-rec {
    font-size: 16px;
    padding: 5px 19px;
    text-align: center;
  }
  .input-box textarea {
    margin-bottom: 0;
    height: calc(100% - 27px);
    line-height: 157%;
  }
  .input-box.input-box-textarea:after {
    content: "";
    position: absolute;
    left: 0;
    top: 24px;
    width: 100%;
    height: 26px;
    border: thin solid #1c1c1c;
    border-width: thin 0;
  }
  .input-box.input-box-budget {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    margin: 12px 0 1px;
    height: 108px;
  }
  .range-slider-wrapper {
    margin: 0px 0 27px;
  }
  .input-box-budget .irs--round .irs-handle {
    top: 28px;
    width: 20px;
    height: 20px;
    border: 5px solid white;
    background-color: #a5f469;
    border-radius: 24px;
    -webkit-box-shadow: 0 0px 0px 3px rgb(165 244 105 / 47%);
    box-shadow: 0 0px 0px 3px rgb(165 244 105 / 47%);
  }
  .input-box-budget .irs--round .irs-from,
  .input-box-budget .irs--round .irs-to,
  .input-box-budget .irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 0;
    color: white;
    border-radius: 0;
    top: -11px;
    /* border-bottom: 1px solid black; */
    padding-bottom: 4px;
  }
  .input-box-budget .irs--round .irs-from:before,
  .input-box-budget .irs--round .irs-to:before,
  .input-box-budget .irs--round .irs-single:before {
    position: absolute;
    display: none;
    content: "";
    bottom: -16px;
    left: 45%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 9px solid transparent;
    border-top-color: #a5f469;
  }
  .input-box-budget .irs--round .irs-min,
  .input-box-budget .irs--round .irs-max {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 0;
    background-color: transparent;
    color: #676767;
    border-radius: 0;
    top: 64px;
    border-bottom: 1px solid black;
    padding-bottom: 3px;
    visibility: visible !important;
  }
  .input-box-budget .irs--round .irs-min:after,
  .input-box-budget .irs--round .irs-max:after {
    content: "руб.";
    margin-left: 26px;
  }
  .form-check-input {
    width: 16px;
    height: 16px;
  }
  .default-form-button.btn-rec {
    padding: 13px 49px;
    font-size: 14px;
  }
  .send-form.--default {
    padding-bottom: 40px;
  }
  .input-box.input-box-textarea {
    height: 134px;
  }
  .form-wrapper {
    display: flex;
    flex-flow: column wrap;
    height: auto;
    align-content: space-between;
    margin: 0;
  }
}

@media (max-width: 1170px) {
  .form-wrapper {
    margin-top: 44px;
  }
}

@media (max-width: 570px) {
  .form-wrapper {
    margin: 51px 0 0;
  }
  .default-input,
  .input-box .default-input {
    width: 100%;
    /* color: white; */
    background: white;
    border: thin solid white;
    border-radius: 10px;
    padding-left: 17px;
    height: 48px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .form-polit-descr {
    font-size: 14px;
    color: #919191;
    max-width: 100%;
    line-height: 130%;
    margin: 12px 0 27px;
    text-align: center;
  }
}

/* End */
/* /local/components/magnetto/cases/templates/.default/style.css?176358424745731 */
/* /local/components/magnetto/hero/templates/single/style.css?17593531001351 */
/* /local/components/magnetto/form/templates/main-modal/style.css?17392861255864 */
/* /local/components/magnetto/review/templates/small/style.css?17206062869951 */
/* /local/components/magnetto/form/templates/main-new/style.css?17325140219492 */
