@media only screen and (min-width: 1024px) {
  .main-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .main-about__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38.75rem;
            flex: 0 0 38.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .main-about__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46.625rem;
            flex: 0 0 46.625rem;
  }
}
@media only screen and (max-width: 1023px) {
  .main-about__left .btn {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .main-about__right {
    width: 33%;
  }
}
@media only screen and (max-width: 1023px) {
  .main-about__right {
    margin-bottom: 1.5625rem;
  }
  .main-about__right.no-slider .main-about__awards {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  .main-about__right.no-slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.main-about__info {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #2a2424;
  margin-bottom: 1.125rem;
}
.main-about__info p {
  margin-top: 0;
  margin-bottom: 0.9375rem;
}
.main-about__info > *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .main-about__info {
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
  }
}
.main-about__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.375rem;
}
@media only screen and (min-width: 1200px) {
  .main-about__gallery {
    margin-bottom: 1.875rem;
  }
}
.main-about__gallery-item {
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 4px 0 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 4px 0 6px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
}
@media only screen and (min-width: 390px) {
  .main-about__gallery-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.25rem;
            flex: 0 0 3.25rem;
    height: 3.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .main-about__gallery-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4rem;
            flex: 0 0 4rem;
    height: 4rem;
  }
}
.main-about__gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-about__btn-mobile {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .main-about__btn-mobile {
    display: none;
  }
}
.main-about .main-about__gallery-item ~ .main-about__gallery-item {
  margin-left: -0.625rem;
}
@media only screen and (min-width: 1200px) {
  .main-about .main-about__gallery-item ~ .main-about__gallery-item {
    margin-left: -0.9375rem;
  }
}
.main-about__desc {
  margin-bottom: 2rem;
  font-size: 0.875rem;
  max-width: 38.0625rem;
}
.main-about__desc p {
  margin-top: 0;
  margin-bottom: 0.9375rem;
}
.main-about__desc > *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .main-about__desc {
    padding-right: 5.1875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .main-about__desc {
    font-size: 1rem;
    margin-bottom: 2.3125rem;
  }
}
.main-about__desc span {
  font-weight: 700;
  color: #FC342A;
}
.main-about__title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #3434f4;
  margin-top: 0;
  margin-bottom: 1.3125rem;
}
@media only screen and (min-width: 768px) {
  .main-about__title {
    margin-bottom: 0.625rem;
  }
}
@media only screen and (min-width: 1200px) {
  .main-about__title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.main-about__clients {
  margin-bottom: 3.75rem;
  font-size: 0.875rem;
  margin-bottom: 1.875rem;
}
.main-about__clients p {
  margin-top: 0;
  margin-bottom: 0.9375rem;
}
.main-about__clients > *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .main-about__clients {
    padding-right: 5.1875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .main-about__clients {
    font-size: 1rem;
    margin-bottom: 3.75rem;
  }
}

@media only screen and (min-width: 768px) {
  .main-about__btn-mobile {
    display: none !important;
  }
}

.main-about__gallery-item:nth-child(1) {
  z-index: 8;
}

.main-about__gallery-item:nth-child(2) {
  z-index: 7;
}

.main-about__gallery-item:nth-child(3) {
  z-index: 6;
}

.main-about__gallery-item:nth-child(4) {
  z-index: 5;
}

.main-about__gallery-item:nth-child(5) {
  z-index: 4;
}

.main-about__gallery-item:nth-child(6) {
  z-index: 3;
}

.main-about__gallery-item:nth-child(7) {
  z-index: 2;
}

.main-about__gallery-item:nth-child(8) {
  z-index: 1;
}

.main-about__awards {
  aspect-ratio: 477/659;
}
@media only screen and (min-width: 1024px) {
  .main-about__awards {
    display: none;
    width: 29.8125rem;
    height: 41.1875rem;
  }
}
@media only screen and (min-width: 1024px) {
  .main-about__awards {
    width: 14.6875rem;
    height: 20.3125rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .main-about__awards {
    margin-top: 8.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .main-about__awards {
    width: 29.8125rem;
    height: 41.1875rem;
  }
}
@media only screen and (min-width: 1024px) {
  .main-about__awards.is-active {
    display: block;
  }
}
.main-about__awards img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* .client-item {
  background: #F9F9F9;
  border-radius: 0.9375rem;
  aspect-ratio: 1/1;
  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;
  padding: 0.9375rem;
  min-width: 0;
}
.client-item:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.client-item img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  max-width: 100%;
  aspect-ratio: 1/1;
} */

.clients-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .clients-list {
    -ms-grid-columns: 1fr 0.9375rem 1fr 0.9375rem 1fr 0.9375rem 1fr 0.9375rem 1fr 0.9375rem 1fr;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) {
  .clients-list {
    -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr;
    grid-template-columns: repeat(8, 1fr);
    row-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.clients-link {
  text-align: center;
  color: #fff;
  background: #0253e0;
  aspect-ratio: 1/1;
  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;
  padding: 0.3125rem;
  border-radius: 0.9375rem;
  border: 1px solid transparent;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-size: 0.875rem;
}
@media only screen and (min-width: 1200px) {
  .clients-link {
    font-size: 1.125rem;
  }
}
.clients-link:hover {
  border-color: #0253e0;
  color: #0253e0;
  background: #fff;
}

/* включаемая область vnedrenie_b24.php */
.vnedrenie-b24 {
  background-image: url('/local/templates/Likeit2024/img/vnedrenie_crm.webp');
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1920 / 879;
  margin-top: -250px;
  z-index: -1;
}

.vnedrenie-b24 .vnedrenie-b24__wrapper {
  position: relative;
  top: 40%;
}
.vnedrenie-b24__wrapper p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 160%;
  color: #2A2424;
  /* filter: drop-shadow(0 4px 4px rgba(0,0,0,0.25)); */
  margin: 0;
}

.vnedrenie-b24__wrapper p span {
  color: #0253E0;
}

@media only screen and (max-width: 1200px) {
  .vnedrenie-b24 {
    margin-top: -50px;
  }
  .vnedrenie-b24 .vnedrenie-b24__wrapper {
    top: 20%;
  }
}

@media only screen and (max-width: 800px) {
  .vnedrenie-b24 {
    margin-top: 0px;
  }
  .vnedrenie-b24 .vnedrenie-b24__wrapper {
    top: 0;
    font-size: 16px;
  }
}

@media only screen and (max-width: 630px) {
  .vnedrenie-b24 {
    background: -webkit-linear-gradient(180deg, rgb(255, 255, 255), rgb(178, 222, 250) 51%, rgb(255, 255, 255));
    background: -moz-linear-gradient(180deg, rgb(255, 255, 255), rgb(178, 222, 250) 51%, rgb(255, 255, 255));
    background: linear-gradient(180deg, rgb(255, 255, 255), rgb(178, 222, 250) 51%, rgb(255, 255, 255));
    display: flex;
    align-items: center;
  }
  .vnedrenie-b24 .vnedrenie-b24__wrapper {
    font-size: 14px;
    padding: 50px 0;
  }
  .vnedrenie-b24__wrapper p br {
    display: none;
  }
}

/* включаемая область vnedrenie_b24.php end */

/* включаемая область cases_graphocs.php */

.cases-diagram__wrapper {
  padding: 35px;
  border: 3px solid #000000;
  border-radius: 15px;
}
.cases-diagram {
  display: flex;
}

.cases-diagram__info {
  width: 30%;
}

.cases-diagram h3 {
  margin: 0;
  font-size: 30px;
  line-height: 130%;
  color: #242528;
}
.cases-diagram .info-description {
  margin: 25px 0;
  font-size: 16px;
  line-height: 160%;
}

.cases-diagram .info-was,
.cases-diagram .info-became {
  font-size: 16px;
  line-height: 140%;
  color: #000;
}

.cases-diagram .info-became {
  padding: 15px 20px;
  background-color: #C7F877;
  border-radius: 15px;
  margin-top: 25px;
  margin-right: 40px;
}

.cases-diagram .info-became div {
  display: flex;
  align-items: center;
}

.cases-diagram .info-became div span {
  color: #0253E0;
}

.cases-diagram__image {
  width: 70%;
}
.cases-diagram__image img {
  width: 100%;
  height: 100%;
}

.cases-diagram__buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 25px;
}

.cases-diagram__buttons .icon--angle-right {
  margin-left: 15px;
  width: 10px;
  height: 10px;
  
  transform: rotate(-90deg);
}

@media only screen and (max-width: 1200px) {
  .cases-diagram__info {
    width: 40%;
  }
  
  .cases-diagram__image {
    width: 60%;
  }
}


@media only screen and (max-width: 768px) {
  .cases-diagram {
    flex-direction: column;
  }
  
  .cases-diagram__info {
    width: 100%;
    display: contents;
  }
  
  
  .cases-diagram h3 {
    order: 1;
  }
  
  .cases-diagram .info-description {
    order: 2;
  }
  
  .cases-diagram__image {
    width: 100%;
    order: 3;
  }
  
  .cases-diagram .info-was,
  .cases-diagram .info-became{
    order: 4;  
  }
  
  .cases-diagram .info-became {
    margin-right: 0;
  }
  
  .cases-diagram__buttons {
    flex-direction: column;
    gap: 20px;
  }
  
}

/* включаемая область cases_graphocs.php end */


/* Стили для списка разделов SectionsListBlock */
.sections-list__wrapper {
  position: relative;
}

.sections-list {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
  flex-wrap: wrap;
  position: relative;
  width: calc(100% - 100px);
  max-height: 45px;
  height: auto;
  overflow: hidden;
  transition: max-height 0.7s;
}

.sections-list.open {
  max-height: 500px;
  overflow-y: scroll;
}

.sections-list .section-item {
  border-radius: 9px;
  background: #F9F9F9;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21.86px;
  color: #242528;
  display: inline-block;
  order: 2;
}

.sections-list .section-item.section-item--active {
  background: #0253E0;
  color: #ffffff;
  order: 1;
}

.sections-list .section-item.section-item__all {
  order: 0;
}

.show-more-btn {
  border-radius: 15px;
  background: #F9F9F9;
  padding: 8px 14px;
  position: absolute;
  right: 20px;
  top: 0;
}

.show-more-btn img {
  transition: 0.5s;
}

.show-more-btn.open img {
  transform: rotate(180deg);
}

/* Стили для списка разделов SectionsListBlock end */
@charset "UTF-8";
@font-face {
  font-family: "Manrope";
  src: url("/local/templates/Likeit2024/fonts/Manrope-SemiBold.eot");
  src: url("/local/templates/Likeit2024/fonts/Manrope-SemiBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/Likeit2024/fonts/Manrope-SemiBold.woff2") format("woff2"), url("/local/templates/Likeit2024/fonts/Manrope-SemiBold.woff") format("woff"), url("/local/templates/Likeit2024/fonts/Manrope-SemiBold.ttf") format("truetype"), url("/local/templates/Likeit2024/fonts/Manrope-SemiBold.svg#Manrope SemiBold") format("svg");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/local/templates/Likeit2024/fonts/Manrope-Bold.eot");
  src: url("/local/templates/Likeit2024/fonts/Manrope-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/Likeit2024/fonts/Manrope-Bold.woff2") format("woff2"), url("/local/templates/Likeit2024/fonts/Manrope-Bold.woff") format("woff"), url("/local/templates/Likeit2024/fonts/Manrope-Bold.ttf") format("truetype"), url("/local/templates/Likeit2024/fonts/Manrope-Bold.svg#Manrope") format("svg");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/local/templates/Likeit2024/fonts/Manrope-ExtraBold.eot");
  src: url("/local/templates/Likeit2024/fonts/Manrope-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/Likeit2024/fonts/Manrope-ExtraBold.woff2") format("woff2"), url("/local/templates/Likeit2024/fonts/Manrope-ExtraBold.woff") format("woff"), url("/local/templates/Likeit2024/fonts/Manrope-ExtraBold.ttf") format("truetype"), url("/local/templates/Likeit2024/fonts/Manrope-ExtraBold.svg#Manrope ExtraBold") format("svg");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/local/templates/Likeit2024/fonts/Manrope-Medium.eot");
  src: url("/local/templates/Likeit2024/fonts/Manrope-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/Likeit2024/fonts/Manrope-Medium.woff2") format("woff2"), url("/local/templates/Likeit2024/fonts/Manrope-Medium.woff") format("woff"), url("/local/templates/Likeit2024/fonts/Manrope-Medium.ttf") format("truetype"), url("/local/templates/Likeit2024/fonts/Manrope-Medium.svg#Manrope Medium") format("svg");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/local/templates/Likeit2024/fonts/Manrope-Regular.eot");
  src: url("/local/templates/Likeit2024/fonts/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/Likeit2024/fonts/Manrope-Regular.woff2") format("woff2"), url("/local/templates/Likeit2024/fonts/Manrope-Regular.woff") format("woff"), url("/local/templates/Likeit2024/fonts/Manrope-Regular.ttf") format("truetype"), url("/local/templates/Likeit2024/fonts/Manrope-Regular.svg#Manrope") format("svg");
  font-weight: normal;
  font-display: swap;
}

/*Nagel*/
@font-face {
  font-family: "Nagel";
  src: url("/local/templates/Likeit2024/fonts/Nagel/Nagel_Regular.eot");
  src: url("/local/templates/Likeit2024/fonts/Nagel/Nagel_Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/Likeit2024/fonts/Nagel/Nagel_Regular.woff2") format("woff2"), url("/local/templates/Likeit2024/fonts/Nagel/Nagel_Regular.woff") format("woff"), url("/local/templates/Likeit2024/fonts/Nagel/Nagel_Regular.ttf") format("truetype"), url("/local/templates/Likeit2024/fonts/Nagel/Nagel_Regular.svg") format("svg");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nagel";
  src: url("/local/templates/Likeit2024/fonts/Nagel/Nagel_Medium.eot");
  src: url("/local/templates/Likeit2024/fonts/Nagel/Nagel_Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/Likeit2024/fonts/Nagel/Nagel_Medium.woff2") format("woff2"), url("/local/templates/Likeit2024/fonts/Nagel/Nagel_Medium.woff") format("woff"), url("/local/templates/Likeit2024/fonts/Nagel/Nagel_Medium.ttf") format("truetype"), url("/local/templates/Likeit2024/fonts/Nagel/Nagel_Medium.svg") format("svg");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Nagel Medium";
  src: url("/local/templates/Likeit2024/fonts/Nagel/Nagel_Medium.eot");
  src: url("/local/templates/Likeit2024/fonts/Nagel/Nagel_Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/Likeit2024/fonts/Nagel/Nagel_Medium.woff2") format("woff2"), url("/local/templates/Likeit2024/fonts/Nagel/Nagel_Medium.woff") format("woff"), url("/local/templates/Likeit2024/fonts/Nagel/Nagel_Medium.ttf") format("truetype"), url("/local/templates/Likeit2024/fonts/Nagel/Nagel_Medium.svg") format("svg");
  font-weight: 500;
  font-display: swap;
}


@font-face {
  font-family: "Nagel";
  src: url("/local/templates/Likeit2024/fonts/Nagel/Nagel_Bold.eot");
  src: url("/local/templates/Likeit2024/fonts/Nagel/Nagel_Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/Likeit2024/fonts/Nagel/Nagel_Bold.woff2") format("woff2"), url("/local/templates/Likeit2024/fonts/Nagel/Nagel_Bold.woff") format("woff"), url("/local/templates/Likeit2024/fonts/Nagel/Nagel_Bold.ttf") format("truetype"), url("/local/templates/Likeit2024/fonts/Nagel/Nagel_Bold.svg") format("svg");
  font-weight: bold;
  font-display: swap;
}




*,
:after,
:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, html {
  height: 100%;
}

html {
  -webkit-tap-highlight-color: transparent !important;
  font-size: 16px;
}
/*@media only screen and (min-width: 1200px) {
  html {
    font-size: 1.1vw;
  }
}
@media only screen and (min-width: 1500px) {
  html {
    font-size: 0.83334vw;
  }
}*/
@media only screen and (min-width: 1950px) {
  html {
    font-size: 16px;
  }
}

*::-webkit-scrollbar {
  width: 12px;
  height: 6px;
}
*::-webkit-scrollbar-track {
  background: #FFF;
}
*::-webkit-scrollbar-thumb {
  background-color: #242528;
  border-radius: 5px;
  border: 3px solid #FFF;
}
::-webkit-scrollbar-thumb:horizontal{
    border: 3px solid #242528;
    width: 6px;
}
@-moz-document url-prefix() {
  html, body {
    scrollbar-color: #242528 #FFF;
    scrollbar-width: thin;
  }
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

body {
  min-width: 320px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
  background: #fff;
  font-family: Nagel, serif;
  color: #242528;
}



#main {
  width: 100%;
  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;
}
@media only screen and (max-width: 1199px) {
  #main {
    overflow: hidden;
  }
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

p {
  margin: 0 0 0.75rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #242528;
}
@media only screen and (min-width: 1200px) {
  p {
    font-size: 1.125rem;
  }
}
p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  outline: transparent;
}

.icon {
  fill: currentColor;
  display: inline-block;
  vertical-align: top;
}
.icon--angle-down {
  width: 0.8125rem;
  height: 0.5625rem;
}
.icon--mail {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.8125rem;
}
.icon--nda {
  width: 3.8125rem;
  height: 2.1875rem;
}
.icon--angle-left, .icon--angle-right {
  width: 1.5rem;
  height: 2.6875rem;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.625rem;
  font-weight: 500;
  text-decoration: none;
  outline: 0;
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 1.09375rem 1.9375rem;
  font-size: 1rem;
  background: #fff;
}
@media only screen and (min-width: 1200px) {
  .btn {
    padding: 1.03125rem 1.9375rem;
    font-size: 1.125rem;
  }
}

.btn--sm {
  padding: 0.8125rem 1.125rem;
  font-size: 1rem;
}

.btn-primary {
  color: #fff;
  background: #0253e0;
}
.btn-primary:hover {
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
  background: #00c;
}
.btn-primary:active {
  background: #242528;
}

.btn-secondary {
  background: #f3f4f6;
  color: #242528;
}
.btn-secondary:hover {
  background: #00c;
  color: #fff;
}

.btn-white {
  color: #242528;
  background: #fff;
}
.btn-white:hover {
  background: #00c;
  color: #fff;
}

.btn-gray {
  color: #242528;
  background: #F9F9F9;
}
.btn-gray:hover {
  background: #00c;
  color: #fff;
}

.btn-outline {
  border: 2px solid #000;
  color: #000;
}
.btn-outline:hover {
  background: #00c;
  border: 2px solid #00c;
  color: #fff;
}

.main-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 90.875rem;
}
@media only screen and (min-width: 1024px) {
  .main-container {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .main-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.body--overflow {
  overflow: hidden;
  padding-right: 12px;
}

.body--overflow .header-top {
  z-index: 15;
  padding-right: 12px;
}
@media only screen and (max-width: 1060px) {
   .body--overflow {
    padding-right: 0;
  }
   .body--overflow .header-top {
     padding-right: 0;
  }
}

.btn-full {
  width: 100%;
}

#overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 19;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  /* -webkit-transition: all 0.8s ease; */
  /* transition: all 0.8s ease; */
}
#overlay.active {
  opacity: 1;
  pointer-events: all;
}

.part-width-title {
  max-width: 46.25rem;
}

.section {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .section {
    margin-bottom: 3.8125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section {
    margin-bottom: 6.25rem;
  }
}
.section.about__main-section .hero__text,
.section.services__main-section .hero__text {
  margin: 0;
}
.section.services__main-section {
  margin-bottom: 3.75rem;
}
.section-title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #242528;
  margin-top: 0;
  margin-bottom: 1.875rem;
}

.section-title strong {
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .section-title {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-title {
    font-size: 2.625rem;
    margin-bottom: 3.125rem;
  }
}
.section-title span {
  color: #3434f4;
}
.section-title:has(+ .section-sub), .section-title:has(+ .text-block) {
  margin-bottom: 0.875rem;
}
@media only screen and (min-width: 1200px) {
  .section-title:has(+ .section-sub), .section-title:has(+ .text-block) {
    margin-bottom: 1.25rem;
  }
}
.section-title:has(+ .quote-block) {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .section-title:has(+ .quote-block) {
    margin-bottom: 4.375rem;
  }
}

.section-title-sm {
  margin-top: 0;
  /*font-weight: 700;*/
  font-size: 1.25rem;
  line-height: 1.3;
  color: #242528;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .section-title-sm {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-title-sm {
    font-size: 1.5rem;
  }
}

.section-hero-form {
  padding-top: 1.0625rem;
}

.section-sub {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #242528;
  margin-bottom: 1.625rem;
  /* max-width: 54.5rem; */
}
.section-sub p {
  margin-top: 0;
  margin-bottom: 0.9375rem;
}
.section-sub > *:last-child {
  margin-bottom: 0;
}
.section-sub .outer {
  display: flex;
  align-items: center;
}
p.section-sub {
  margin-bottom: 2.6875rem;
  @media (max-width: 768px) {
    margin-bottom: 1.5625rem;
  }
  @media (min-width: 1199px) {
    margin-bottom: unset;
  }
}
@media only screen and (min-width: 768px) {
  .section-sub {
    margin-bottom: 2.6875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-sub {
    font-size: 1rem;
    margin-bottom: 3.75rem;
  }
}

.section-sub:has(~ .nda) {
  margin-bottom: 1.875rem;
}

.section-after-sm {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #242528;
  max-width: 59.6875rem;
}

@media  (min-width: 1200px) {
  .section-mainpage .hero__title {
    font-size: 4.375rem;
  }
}
.text-block {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #242528;
  margin-bottom: 1.625rem;
}
.text-block h4 {
  font-weight: 500 !important;
}
.text-block p {
  margin-top: 0;
  margin-bottom: 0.9375rem;
}
.text-block > *:last-child {
  margin-bottom: 0;
}
.text-block ul {
  padding-left: 1.5625rem;
}
.text-block ol {
  padding-left: 1.5625rem;
}
.text-block h4 {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}
.text-block iframe {
  width: 100%;
}

.text-block h3 {
  font-size: 1.125rem;
}

@media only screen and (min-width: 768px) {
  .text-block h4 {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .text-block h4 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .text-block {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .text-block {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
  }
  .text-block h3 {
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 768px) {
  .section-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2.8125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-head {
    margin-bottom: 3.4375rem;
  }
}
.section-head .section-title {
  margin-bottom: 1.25rem;
  padding-top: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .section-head .section-title {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-head .btn {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .section-head .btn {
    display: none;
  }
}

.section-btn-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .section-btn-mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
  }
}

.grid {
  display: -ms-grid;
  display: grid;
  min-width: 0;
}
.grid:has(+ .btn-full) {
  margin-bottom: 1.75rem;
}

.grid-col-4 {
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  min-width: 0;
  gap: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .grid-col-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .grid-col-4 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .grid-col-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.grid-col-3 {
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  min-width: 0;
  gap: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .grid-col-3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .grid-col-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .grid-col-3 {
    gap: 1.25rem;
  }
}

.grid-col-2 {
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  min-width: 0;
  gap: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .grid-col-2 {
    -ms-grid-columns: 1fr 1.25rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .grid-col-lg-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.card {
  background: #F3F4F6;
  padding: 1.1875rem 2.6875rem 1.1875rem 1.375rem;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 0.9375rem;
  text-decoration: none;
  outline: transparent;
  position: relative;
  @media (max-width: 768px) {
    padding: 1.1875rem 1.375rem 1.1875rem 1.375rem;
  }
}
.card:has(> .card__body > .card__icon) {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .card {
    padding: 1.875rem 1.25rem;
  }
  .card:hover .card__btn {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .card:hover .card__check-btn {
    opacity: 1;
  }
  .card:hover .card__icon {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  /* .card:hover .card__link {
    opacity: 1;
  } */
}
.card__title {
  margin-top: 0;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #242528;
  text-decoration: none;
  margin-bottom: 0;
}

.card__title.title_with_logo {
  padding-right: 3.75rem;
}
@media only screen and (min-width: 768px) {
  .card__title.title_with_logo {
    padding-right: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .card__title.title_with_logo {
    padding-right: 8.75rem;
  }
}

@media only screen and (min-width: 768px) {
  .card__title {
    /* font-size: 1.5rem; */
    font-size: 1rem;
    /* margin-bottom: 1.0625rem; */
  }
}
@media only screen and (min-width: 1200px) {
  .card__title {
    /* font-size: 1.875rem; */
    font-size: 1.5rem;
    margin-bottom: 1.5625rem;
  }
}

.card__title:has(~ .card__price) {
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 1200px) {
  .card__title:has(~ .card__price) {
    margin-bottom: 1.25rem;
  }
}
.card a.card__title {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card a.card__title:hover {
  color: #0253e0;
}

.card .card__logo {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  width: 2.5rem;
  height: 2.5rem;
}

@media only screen and (min-width: 768px) {
  .card .card__logo {
    top: 2.3125rem;
    right: 1.3125rem;
    width: 4rem;
    height: 4rem;
  }
}
.card .card__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  justify-content: space-between;
  width: 100%;
}
.card__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #242528;
  margin-bottom: 1.25rem;
}
.card__text p {
  margin-top: 0;
  margin-bottom: 0.9375rem;
}
.card__text p span {
  /*font-weight: 700;*/
  font-size: 16px;
  line-height: 1.4;
  color: #0253e0;
  margin-bottom: 0.9375rem;
  display: block;
}
.card__text > *:last-child {
  margin-bottom: 0;
}
.card__text:has(+ .card__list) {
  margin-bottom: 2.125rem;
}
.card__text ul {
  margin: 0;
  padding: 0 0 0 1.5625rem;
}
.card__text ul li {
  margin-bottom: 0.625rem;
}
.card__text ul li:last-child {
  margin-bottom: 0;
}
.card__text ul li p {
  margin: 0;
}
.card__text ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.card__text ol li {
  margin-bottom: 10px;
}
.card__text ol li:last-child {
  margin-bottom: 0;
}
.card__list {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1200px) {
  .card__list {
    margin: 0 0 1.875rem 0;
  }
}
.card__list li {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #242528;
}
.card__list li a {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: transparent;
}
.card__list li a:hover {
  color: #0253e0;
  text-decoration: underline;
}
.card__list li + li {
  margin-top: 0.625rem;
}
.card__btn {
  display: none !important;
}
@media only screen and (min-width: 1200px) {
  .card__btn {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    margin-top: auto;
    /* opacity: 0; */
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    /* -webkit-transform: scale(0.8); */
            /* transform: scale(0.8); */
  }
}
.card__check-btn {
  /*font-weight: 700;*/
  font-size: 0.875rem;
  line-height: 1.4;
  color: #242528;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .card__check-btn {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .card__check-btn {
    margin-top: 1.875rem;
    opacity: 0;
  }
  .card__check-btn:hover {
    color: #0253e0;
  }
}
.card__price {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  color: #0253e0;
  margin-bottom: 1.25rem;
}
.card__price span {
  font-weight: 400;
  font-size: 0.875rem;
  color: #242528;
}
@media only screen and (min-width: 1200px) {
  .card__price {
    font-size: 1.125rem;
  }
}
.card__icon {
  position: absolute;
  right: 1.4375rem;
  bottom: 0.8125rem;
  width: 3.125rem;
  height: 3.125rem;
  opacity: 0;
  -webkit-transform: translate(10px, 10px);
          transform: translate(10px, 10px);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media only screen and (min-width: 1200px) {
  .card__icon {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.card__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .card__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.card__btns .btn + .btn {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.card__link {
  /*font-weight: 700;*/
  font-size: 1rem;
  color: #0253e0;
  /* opacity: 0; */
  /* -webkit-transition: all 0.3s ease; */
  /* transition: all 0.3s ease; */
  line-height: 22px;
}
.card__label {
  /*font-weight: 700;*/
  font-size: 1rem;
  line-height: 1.4;
  color: #0253e0;
  margin-bottom: 0.9375rem;
}
.card__price-cont {
  margin-bottom: 1.25rem;
}
.card__price-cont .card__price {
  margin-bottom: 0;
}
.card__price-title {
  /*font-weight: 700;*/
  font-size: 1rem;
  line-height: 1.49;
  color: #242528;
}
.card__img {
  border-radius: 0.9375rem;
  overflow: hidden;
  position: relative;
  aspect-ratio: 458/295;
}
.card__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__info-cont {
  margin-bottom: 1.25rem;
}
.card__info {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  color: #0253e0;
  margin-bottom: 5px;
}
.card__info span {
  color: #242528;
}
@media only screen and (min-width: 1200px) {
  .card__info {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 1200px) {
  .card-options .btn {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .card-options:hover .btn {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.card-variant {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-variant .card__body {
  padding: 1.25rem 1.25rem 2.1875rem;
}
.card-variant .card__text {
  min-height: 5.4375rem;
  margin-bottom: 1.25rem;
}

.card-cms {
  position: relative;
}
.card-cms .card__title {
  padding-right: 3.75rem;
}
@media only screen and (min-width: 768px) {
  .card-cms .card__title {
    padding-right: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .card-cms .card__title {
    padding-right: 8.75rem;
  }
}
.card-cms .card__cms-logo {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  width: 2.5rem;
  height: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .card-cms .card__cms-logo {
    top: 2.3125rem;
    right: 1.3125rem;
    width: 4rem;
    height: 4rem;
  }
}
.card-cms .card__cms-logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1200px) {
  .card-cms .btn-white {
    opacity: 0;
  }
  .card-cms:hover .btn-white {
    opacity: 1;
  }
}
@media only screen and (max-width: 1199px) {
  .card-cms .card__btns {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-cms .card__price {
    margin-top: auto;
  }
}

.card-text {
  padding: 1.59375rem 1.25rem;
}

.card-services-icon .card__title {
  min-height: 4.875rem;
}
@media only screen and (max-width: 767px) {
  .card-services-icon .card__price {
    display: none;
  }
  .card-services-icon .card__icon {
    display: none;
  }
}

.card-services .card__text {
  /* height: 4.125rem; */
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 3; */
  /* -webkit-box-orient: vertical; */
  /* overflow: hidden; */
  text-overflow: ellipsis;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .card-services:not(.card-shop) {
    padding: 0;
  }
  .card-services:not(.card-shop) .card__title {
    padding: 1.1875rem 2.6875rem 1.1875rem 1.375rem;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    font-size: 1.25rem;
  }
  .card-services:not(.card-shop) .card__title::before {
    content: "";
    display: block;
    background-image: url('data:image/svg+xml;utf8,<svg width="8" height="13" viewBox="0 0 8 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.3125 6.5C6.49552 7.31698 5.17094 7.31698 4.35396 6.5L0.416615 2.56265C0.00812549 2.15416 0.00812543 1.49187 0.416614 1.08338C0.825104 0.674895 1.48739 0.674894 1.89588 1.08338L7.3125 6.5Z" fill="%232A2424" /><path d="M7.3125 6.5L1.89434 11.9182C1.4867 12.3258 0.825798 12.3258 0.418164 11.9182C0.0105302 11.5105 0.0105303 10.8496 0.418164 10.442L4.36016 6.5C5.17542 5.68473 6.49723 5.68473 7.3125 6.5Z" fill="%232A2424" /></svg>');
    width: 0.5rem;
    height: 0.8125rem;
    background-size: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2rem;
  }
}
@media only screen and (max-width: 1199px) {
  .card-services:not(.card-shop) .card__text {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .card-services:not(.card-shop) .card__list {
    display: none;
  }
  .card-services:not(.card-shop) .card__body {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .card-solution .card__title {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .card-solution .card__title {
    font-size: 1.5rem;
  }
}
.card-solution .card__text {
  margin-bottom: 1.25rem;
}

.card-page .card__title {
  margin-bottom: 0.9375rem;
}
.card-page .card__list {
  margin-bottom: 1.25rem;
}

.card-accordion .card__text {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .card-accordion .card__title {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .card-accordion .card__title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .card-accordion {
    padding: 0;
  }
  .card-accordion .card__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
  }
  .card-accordion .card__text {
    overflow: hidden;
    padding: 0 2.6875rem 0 1.375rem;
  }
  .card-accordion .card__title {
    padding: 1.1875rem 3.125rem 1.1875rem 1.375rem;
    margin-bottom: 0;
    display: block;
    width: 100%;
    position: relative;
  }
  .card-accordion .card__title::before {
    content: "";
    display: block;
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.464418 6.36009C0.464418 5.93132 0.812002 5.58374 1.24077 5.58374L4.46392 5.58374C4.89268 5.58374 5.24027 5.23615 5.24027 4.80739L5.24027 1.58424C5.24027 1.15547 5.58785 0.807888 6.01662 0.807888L6.30174 0.807888C6.73051 0.807888 7.07809 1.15547 7.07809 1.58424L7.07809 4.80739C7.07809 5.23615 7.42568 5.58374 7.85444 5.58374L11.0651 5.58374C11.4939 5.58374 11.8414 5.93132 11.8414 6.36009V6.64521C11.8414 7.07398 11.4939 7.42156 11.0651 7.42156L7.85444 7.42156C7.42568 7.42156 7.07809 7.76915 7.07809 8.19791V11.4086C7.07809 11.8373 6.73051 12.1849 6.30174 12.1849H6.01662C5.58785 12.1849 5.24027 11.8373 5.24027 11.4086L5.24027 8.19791C5.24027 7.76915 4.89268 7.42156 4.46392 7.42156L1.24077 7.42156C0.812002 7.42156 0.464417 7.07398 0.464418 6.64521L0.464418 6.36009Z" fill="%23242528"/></svg>');
    width: 0.75rem;
    height: 0.8125rem;
    background-size: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .card-accordion.active .card__body {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .card-accordion.active .card__title::before {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .card-accordion.active .card__text {
    padding-bottom: 0.9375rem;
  }
}

.card-request {
  background: #fff;
}
.card-request .card__btn {
  margin-top: 0.9375rem;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  margin-top: auto;
}

.card-offer {
  font-size: 1.125rem;
  font-family: Nagel, serif !important;
  font-weight: 500 !important;
}
.card-offer h4 {
  font-weight:500;
}

.card-offer .card__title {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .card-offer .card__title {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .card-offer .card__title {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .card-request .card__title br,
  .card-request .card__text br {
    display: none;
  }
}

.card-shop .card__btn {
  opacity: 1;
}
.card-shop .card__text {
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .card-shop .card__text {
    margin-bottom: 0.9375rem;
  }
  .card-shop .card__title {
    margin-bottom: 0.9375rem;
  }
  .card-shop .card__btn {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    width: 100%;
  }
}

.card-bullet {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #242528;
  padding-left: 2rem;
  position: relative;
}
.card-bullet::before {
  content: "";
  display: inline-block;
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 50%;
  border: 3px solid #113fe2;
  margin-right: 1.25rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .card-bullet {
    margin-right: 0;
    font-size: 1.125rem;
  }
}

.card-callback {
  background: transparent;
}

.card-callback .card__body {
  justify-content: normal;
}

.card-callback .card__body .card__btn {
  display: inline-flex!important;
}
@media only screen and (max-width: 1200px) {
  .card-callback .card__body .card__btns,
  .card-callback .card__body .card__btn {
    width: 100%;
  }
}


.social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social__item {
  margin-right: 0.9375rem;
}
.social__item:last-child {
  margin-right: 0;
}
.social__link:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.social__link svg {
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social__link .icon--telegram {
  color: #27A7E7;
}
.social__link .icon--viber {
  color: #6F3FAA;
}
.social__link .icon--linkedin {
  color: #007AB9;
}

.cases-img {
  display: block;
  border-radius: 0.9375rem;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .cases-img {
    margin-bottom: 1.25rem;
  }
}

.cases-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .cases-img .cases-img__desk {
    display: none;
  }
}
.cases-img .cases-img__mob {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .cases-img .cases-img__mob {
    display: none;
  }
}

.cases-btn {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .cases-btn {
    display: none;
  }
}

.cases-previews {
  margin-right: -1.25rem;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .cases-previews {
    margin-right: -3.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .cases-previews {
    margin-right: 0;
  }
}

.cases-previews .cases-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -30px;
}

.cases-preview {
  display: block;
  aspect-ratio: 1/1;
  text-decoration: none;
  outline: transparent;
  max-width: 33.333%;
}
.cases-preview img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-eybrow {
  /*font-weight: 700;*/
  line-height: 0.9;
  color: #0253e0;
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .section-eybrow {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-eybrow {
    font-size: 1.25rem;
  }
}

.anchors-wrapper {
  display: none;
  width: 100%;
  top: 6.4375rem;
  position: fixed;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.anchors-wrapper .main-container {
  position: relative;
  pointer-events: none;
}
.anchors-wrapper.fade {
  display: block;
}

.anchors {
  position: absolute;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
  pointer-events: all;
  border-radius: 0.9375rem;
  top: 0.4375rem;
  right: 1.25rem;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
.anchors.leftside {
  left: 1rem;
  right: unset;
  max-width: 25rem;
  .anchors__head {
    padding-right: 0;
  }
  .counter {
    width: 100%;
  }
  .counter__name {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 85%;
  }
}
@media only screen and (min-width: 1580px) {
  .anchors {
    right: -3.3125rem !important;
  }
  .anchors.leftside {
    left: -3.3125rem !important;
  }
}
@media only screen and (min-width: 1500px) {
  .anchors {
    right: 0;
  }
  .anchors.leftside {
    left: 0;
    max-width: 34.375rem;
    .counter__name {
      max-width: 90%;
    }
  }
}
@media only screen and (max-width: 1199px) {
  .anchors {
    display: none;
  }
}
.anchors:hover .anchors__body {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.anchors:hover .anchors__btn {
  width: 100%;
}
.anchors__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.75rem;
  min-height: 3.375rem;
  padding-right: 10.9375rem;
}
.anchors__counter {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.anchors__btn {
  /*padding: 0.875rem 0.1875rem;*/
  margin-left: auto;
  /*width: 9.6875rem;*/
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.anchors__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.anchors__list {
  margin: 0;
  padding: 0 1.1875rem;
  list-style: none;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1rem;
}
.anchors__list > li > button {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.125;
  color: #242528;
  background: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: Nagel, serif;
  text-align: unset;
}
.anchors__list > li > button:hover {
  color: #0253e0;
}
.anchors__list li + li {
  margin-top: 0.8125rem;
}

.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.125;
  color: #242528;
  width: 8.75rem;
}
.counter__number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
}
.counter__name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.9375rem;
          flex: 0 0 5.9375rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.accordion {
  margin-bottom: 1.875rem;
  font-family: Nagel, serif !important;
  font-weight: 500;
}

.accordion:last-child {
  margin-bottom: 0;
}
.accordion__item.active:last-child .accordion__body {
  padding-bottom: 0;
}
.accordion__item.active .accordion__body {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
@media only screen and (min-width: 1200px) {
  .accordion__item.active .accordion__body {
    padding-top: 2.5rem;
    padding-bottom: 1.875rem;
  }
}
.accordion__item.active .accordion__head::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.accordion .accordion__item + .accordion__item {
  margin-top: 1.25rem;
}
.accordion__head {
  background: #f9f9f9;
  border: 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #000;
  border-radius: 0.5rem;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  padding: 1.1875rem 3.125rem 1.1875rem 1.375rem;
  font-family: Nagel, serif;
}

.accordion__head h3 {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media only screen and (min-width: 768px) {
  .accordion__head {
    padding: 1.5rem 3.75rem 1.5rem 2rem;
  }
}
.accordion__head::after {
  content: "";
  display: block;
  background-image: url('data:image/svg+xml;utf8,<svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.464418 6.36009C0.464418 5.93132 0.812002 5.58374 1.24077 5.58374L4.46392 5.58374C4.89268 5.58374 5.24027 5.23615 5.24027 4.80739L5.24027 1.58424C5.24027 1.15547 5.58785 0.807888 6.01662 0.807888L6.30174 0.807888C6.73051 0.807888 7.07809 1.15547 7.07809 1.58424L7.07809 4.80739C7.07809 5.23615 7.42568 5.58374 7.85444 5.58374L11.0651 5.58374C11.4939 5.58374 11.8414 5.93132 11.8414 6.36009V6.64521C11.8414 7.07398 11.4939 7.42156 11.0651 7.42156L7.85444 7.42156C7.42568 7.42156 7.07809 7.76915 7.07809 8.19791V11.4086C7.07809 11.8373 6.73051 12.1849 6.30174 12.1849H6.01662C5.58785 12.1849 5.24027 11.8373 5.24027 11.4086L5.24027 8.19791C5.24027 7.76915 4.89268 7.42156 4.46392 7.42156L1.24077 7.42156C0.812002 7.42156 0.464417 7.07398 0.464418 6.64521L0.464418 6.36009Z" fill="%23242528"/></svg>');
  width: 0.75rem;
  height: 0.8125rem;
  background-size: cover;
  position: absolute;
  top: 1.5625rem;
  right: 1.9375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .accordion__head::after {
    top: 1.9375rem;
    right: 2.8125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .accordion__head,
  .accordion__head h3 {
    font-size: 1.25rem;
  }
}
.accordion__head > * {
  margin: 0;
}
.accordion__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion__body-inner {
  overflow: hidden;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.accordion__body-inner > *:first-child {
  margin-top: 0;
}
.accordion__body-inner > *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .accordion__body-inner {
    padding-left: 2rem;
    padding-right: 7.1875rem;
  }
}
.accordion__body-inner ul {
  padding-left: 1.5625rem;
}


.accordion__body {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4;
    color: #242528;
}
@media only screen and (min-width: 1200px) {
    .accordion__body {
        font-size: 1.125rem;
    }
}

.info-card {
  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: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.info-card__title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #242528;
  border-bottom: 3px solid transparent;
  padding-bottom: 0.9375rem;
  position: relative;
  margin-top: 0;
}
.info-card__title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  background: #0253e0;
  width: 13.75rem;
  height: 3px;
}
@media only screen and (max-width: 1199px) {
  .info-card__title::after {
    max-width: 100%;
  }
}
.info-card__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #242528;
}

.header {
  padding-top: 4.125rem;
}
@media only screen and (min-width: 768px) {
  .header {
    padding-top: 5.1875rem;
  }
}
.header__social {
  margin-left: 2.0625rem;
}
@media only screen and (max-width: 767px) {
  .header__social {
    display: none;
  }
}

.header-top {
  padding-top: 1.0625rem;
  padding-bottom: 1.625rem;
  position: absolute;
  z-index: 30;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  @media (min-width: 1200px) and (max-width: 1499px) {
    position: fixed;
  }
  /* -webkit-transition: padding 0.8s ease, -webkit-box-shadow 0.8s ease;
  transition: padding 0.8s ease, -webkit-box-shadow 0.8s ease;
  transition: padding 0.8s ease, box-shadow 0.8s ease;
  transition: padding 0.8s ease, box-shadow 0.8s ease, -webkit-box-shadow 0.8s ease; */
}
@media only screen and (max-width: 767px) {
  .header-top {
    padding-bottom: 1rem;
  }
}

.header-top.fixed {
  position: fixed;
  z-index: 25;
  top: 0;
  display: block;
  -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.12);
  padding: 0.75rem 0 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .header-top.fixed {
    padding: 0.5rem 0 0.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header-top.fixed .logo {
    width: 5.1875rem;
    margin-left: 1.4375rem;
  }
  .header-top.fixed .header-menu li a.active::after {
    bottom: -1.1875rem;
  }
}
@media only screen and (max-width: 1199px) {
  .header-top:has(> .main-container > .header-top__right > .header-nav.active) {
    z-index: 25;
  }
}
.header-top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .header-top__right {
    margin-left: 1.875rem;
  }
}
@media only screen and (min-width: 1500px) {
  .header-top__right {
    margin-left: 3.25rem;
  }
}
@media only screen and (max-width: 1199px) {
  .header-top__right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header-top .main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo {
  /*aspect-ratio: 72/18;*/
  display: flex;
  text-decoration: none;
  outline: transparent;
  /*width: 4.5rem;*/
  width: 5.8125rem;
  position: relative;
  z-index: 2222;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  .logo {
    /* aspect-ratio: 101/26; */
    /* width: 6.3125rem; */
  }
}
@media only screen and (min-width: 1200px) {
  .logo {
    aspect-ratio: 121/30;
    width: 121px;
    margin-top: -0.4375rem;
  }
}

.header__menu-btn {
  width: 1.5rem;
  height: 1rem;
  display: block;
  position: relative;
  z-index: 3;
  background: transparent;
  border: 0;
  margin-top: 0.3125rem;
  margin-left: 1.125rem;
  z-index: 1001;
  @media  (max-width: 767px) {
    right: 0.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .header__menu-btn {
    margin-left: 2.25rem;
    width: 1.75rem;
    height: 1.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header__menu-btn {
    display: none;
  }
}
.header__menu-btn::after, .header__menu-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.1875rem;
  position: absolute;
  left: 0;
  background: #242528;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.header__menu-btn::after {
  top: 0;
}
.header__menu-btn::before {
  bottom: 0;
}
.header__menu-btn.active::after, .header__menu-btn.active::before {
  top: 50%;
  bottom: auto;
}
@media only screen and (max-width: 767px) {
  .header__menu-btn.active::after, .header__menu-btn.active::before {
    width: 20px;
    left: 50%;
  }
}
.header__menu-btn.active::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header__menu-btn.active::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.header-nav {
  margin-right: auto;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .header-nav {
    max-width: 37.5rem;
    margin-top: -0.3125rem;
  }
}
@media only screen and (min-width: 1500px) {
  .header-nav {
    max-width: 47.625rem;
  }
}
@media only screen and (max-width: 1199px) {
  .header-nav {
    padding-bottom: 1.875rem;
    position: absolute;
    left: 0;
    background: #fff;
    top: 0;
    z-index: 3;
    height: 100svh;
    display: -ms-grid;
    display: grid;
    overflow: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    padding-top: 5.5rem;
  }
  .header-nav__mobile {
    padding-bottom: 1.875rem;
    position: absolute;
    left: 0;
    background: #fff;
    top: 0;
    z-index: 3;
    height: 100svh;
    width: 100%;
    display: -ms-grid;
    display: grid;
    overflow: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    padding-top: 5.5rem;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .header-nav {
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
    -ms-grid-rows: 1fr auto auto;
    grid-template-rows: 1fr auto auto;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .header-nav__mobile {
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
    -ms-grid-rows: 1fr auto auto;
    grid-template-rows: 1fr auto auto;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .header-nav > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-nav > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .header-nav > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .header-nav > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .header-nav > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .header-nav > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .header-nav > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .header-nav > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .header-nav > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media only screen and (max-width: 1199px) {
  .header-nav.active {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    z-index: 1001;
    flex-direction: column-reverse;
    display: flex;
    justify-content: start;
  }
}
@media only screen and (max-width: 767px) {
  .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    justify-content: start;
  }
}

.header-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .header-menu {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    margin: 0 -3.75rem;
    padding: 0 3.75rem;
    border-bottom: 1px solid #f3f4f6;
    border-top: 1px solid #f3f4f6;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    row-gap: 2.5rem;
    display: -ms-grid;
    display: grid;
    grid-auto-rows: 3.125rem;
  }
}*/
@media only screen and (max-width: 1199px) {
  .header-menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 1.875rem;
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    gap: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-menu .header-menu--mob-item {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-menu li {
    text-align: center;
  }
  .header-menu li:not(:last-child) {
    margin-bottom: 1.0625rem;
  }
}
.header-menu li a {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.125;
  text-align: center;
  color: #242528;
  text-decoration: none;
  outline: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header-menu li a::after {
    height: 0.1875rem;
    width: 0;
    background: #0253E0;
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: -0.6875rem;
    content: "";
    z-index: 1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
  }
}
@media only screen and (min-width: 1200px) {
  .header-menu li a:hover:after {
    width: 100%;
    left: 0;
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .header-menu li a.active::after {
    width: 100%;
    left: 0;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .header-menu li a.active {
    color: #0253E0;
  }
}

.location-btn-cont {
  position: relative;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .location-btn-cont {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}
@media only screen and (min-width: 1200px) {
  .location-btn-cont {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .location-btn-cont {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.location-btn-cont .pop-up {
  bottom: 100%;
  top: auto;
  right: 0;
  padding-top: 0;
  padding-bottom: 1.25rem;
  width: 100%;
}

.location-btn {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.36;
  color: #2a2424;
  background: #f9f9f9;
  border-radius: 0.8125rem;
  width: 100%;
  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;
  padding: 1.3125rem;
  border: 0;
}
.location-btn::after {
  content: "";
  display: inline-block;
  background-image: url('data:image/svg+xml;utf8,<svg width="8" height="13" viewBox="0 0 8 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.65625 6.5C6.83927 7.31698 5.51469 7.31698 4.69771 6.5L0.760365 2.56265C0.351875 2.15416 0.351875 1.49187 0.760364 1.08338C1.16885 0.674895 1.83114 0.674894 2.23963 1.08338L7.65625 6.5Z" fill="%232A2424" /><path d="M7.65625 6.5L2.23809 11.9182C1.83045 12.3258 1.16955 12.3258 0.761914 11.9182C0.35428 11.5105 0.35428 10.8496 0.761914 10.442L4.70391 6.5C5.51917 5.68473 6.84098 5.68473 7.65625 6.5Z" fill="%232A2424" /></svg>');
  background-size: cover;
  width: 0.5rem;
  height: 0.8125rem;
  margin-left: 1.5625rem;
}

.header-mail {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.74;
  color: #242528;
  margin-top: -0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-mail:hover {
  color: #0253E0;
}
@media only screen and (max-width: 767px) {
  .header-mail {
    display: none;
  }
}

.header-phone {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 0.83333;
  color: #242528;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -0.3125rem;
  cursor: pointer;
  text-decoration: none;
}
.header-phone a {
  color: unset;
}
.header-phone a:hover {
  color: #0253E0;
}

@media only screen and (min-width: 390px) {
  .header-phone {
    font-size: 1.125rem;
    margin-left: 2rem;
  }
}
.header-phone .icon--angle-down {
  margin-left: 0.8125rem;
}
@media only screen and (max-width: 767px) {
  .header-phone .icon--angle-down {
    display: none;
  }
  .header-phone {
    margin-left: unset;
  }
}

@media only screen and (min-width: 768px) {
  .header-bottom {
    background: #242528;
  }
}
.header-bottom .main-container {
  max-width: 94rem;
}
@media only screen and (max-width: 1199px) {
  .header-bottom .main-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    /* z-index: 21; */
  }
}

.nav-services {
  margin: 0;
  padding: 0;
  z-index: 21;
}
@media only screen and (min-width: 768px) {
  .nav-services {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-around;
  }
  .nav-services.active {
    z-index: 20;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .nav-services {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: 0.3125rem;
  }
}
@media only screen and (max-width: 767px) {
  .nav-services {
    position: absolute;
    left: 1.25rem;
    top: 0;
    width: calc(100% - 40px);
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 4px 20px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 4px 20px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
    padding: 5rem 1.25rem 2.5rem;
    max-height: 0;
    visibility: hidden;
    pointer-events: none;
    border-radius: 0.9375rem;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    opacity: 0;
  }
  .nav-services.active {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .nav-services__item:not(:first-child) {
    margin-left: 1.5625rem;
  }
  .nav-services__item:hover > a {
    background: #0253E0;
  }
  .nav-services__item:hover .nav-services__inner {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: all;
    max-height: 1000px;
  }
}
.nav-services__item > a {
  display: block;
  text-decoration: none;
  outline: transparent;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  color: #242528;
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .nav-services__item > a {
    padding: 0.9375rem 0.3125rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-services__item > a {
    padding: 0.9375rem 1.5625rem;
  }
}
@media only screen and (min-width: 1500px) {
  .nav-services__item > a {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .nav-services .nav-services__item + .nav-services__item {
    margin-top: 1.875rem;
  }
}
.nav-services__inner {
  display: none;
}
@media only screen and (min-width: 768px) {
  .nav-services__inner {
    position: absolute;
    display: -ms-grid;
    display: grid;
    min-width: 0;
    -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.1875rem 1.25rem;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    padding: 2rem 1.0625rem 2.5rem 1.9375rem;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    pointer-events: none;
    max-height: 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .nav-services__tablet {
    margin-top: 1.875rem;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .nav-services__tablet {
    position: absolute;
    right: -1.1875rem;
    top: calc(100% + 21px);
    border-radius: 0.9375rem;
    width: 15.0625rem;
    padding: 1.25rem 1.25rem 1.875rem;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
    background: #242528;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  .nav-services__tablet.active {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
  .nav-services__tablet .nav-services__item > a {
    padding: 0;
    text-align: left;
  }
  .nav-services__tablet .nav-services__item + .nav-services__item {
    margin-top: 1.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .nav-services__tablet {
    display: contents;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; */
  }
}
.nav-services__dots {
  background: transparent;
  border: 0;
  height: 1.875rem;
  background-position: center;
  background-image: url('data:image/svg+xml;utf8,<svg width="19" height="3" viewBox="0 0 19 3" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.525391 2.92013V0.078125H3.36739V2.92013H0.525391Z" fill="white" /><path d="M8.3418 2.92013V0.078125H11.1838V2.92013H8.3418Z" fill="white" /><path d="M16.1582 2.92013V0.078125H19.0002V2.92013H16.1582Z" fill="white" /></svg>');
  width: 1.1875rem;
  height: 0.1875rem;
  display: inline-block;
  background-repeat: no-repeat;
  height: 1.875rem;
}
@media only screen and (min-width: 1200px) {
  .nav-services__dots {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .nav-services__dots {
    display: none;
  }
}

.nav-services__btn {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  border-radius: 0.75rem;
  width: 100%;
  height: 3.125rem;
  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;
  background: #242528;
  border: 0;
  position: relative;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 22;
}
.nav-services__btn::after {
  content: "";
  display: block;
  background-image: url('data:image/svg+xml;utf8,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.1589 7.3171C5.34157 6.49977 5.34157 5.17462 6.1589 4.35729L10.0979 0.41825C10.5066 0.00958553 11.1692 0.00958486 11.5778 0.41825C11.9865 0.826915 11.9865 1.48949 11.5778 1.89816L6.1589 7.3171Z" fill="white" /><path d="M6.1589 7.3171L0.738404 1.89661C0.330595 1.4888 0.330595 0.827609 0.738404 0.4198C1.14621 0.0119906 1.8074 0.0119903 2.21521 0.419799L6.1589 4.36349C6.97452 5.17911 6.97452 6.50148 6.1589 7.3171Z" fill="white" /></svg>');
  width: 0.75rem;
  height: 0.5rem;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  right: 0.9375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-services__btn.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media only screen and (min-width: 768px) {
  .nav-services__btn {
    display: none;
  }
}

.services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
  outline: transparent;
}
.services-item__img {
  width: 6.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.25rem;
          flex: 0 0 6.25rem;
  height: 6.25rem;
  margin-right: 1.25rem;
}
.services-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-item__title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #242528;
  margin-bottom: 0.625rem;
}
.services-item__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #242528;
  margin-bottom: 0.625rem;
}
.services-item__price {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #0253e0;
}



.header-mail--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .header-mail--mobile {
    height: 5rem;
  }
}
.header-mail--mobile .header-mail {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (min-width: 1200px) {
  .header-mail--mobile {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-mail--mobile {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.5rem;
    margin-bottom: 1.3125rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 1.125rem;
  }
}

.header-phone--mobile {
  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;
}
@media only screen and (min-width: 768px) {
  .header-phone--mobile {
    height: 5rem;
  }
}
.header-phone--mobile .header-phone {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header-phone--mobile .header-phone .icon {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header-phone--mobile {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-phone--mobile {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 1.3125rem;
    margin-bottom: 0.9375rem;
  }
  .header-phone--mobile .header-phone {
    font-size: 1.3125rem;
    /*font-weight: 600;*/
  }
}

.header__social--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .header__social--mobile {
    height: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header__social--mobile {
    display: none;
  }
}
.header__social--mobile .header__social {
  margin-left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (max-width: 767px) {
  .header__social--mobile {
    position: absolute;
    top: 1rem;
    right: 4.125rem;
  }
}

.pop-up-cont {
  position: relative;
  z-index: 100;
  margin-left: 0.9375rem;
}
.pop-up-cont:hover .pop-up {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.pop-up {
  position: absolute;
  top: 100%;
  right: -1.5625rem;
  width: 16.875rem;
  padding-top: 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  z-index: 1000;
}
@media only screen and (min-width: 390px) {
  .pop-up {
    width: 22.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .pop-up {
    left: 0;
    padding-top: 0.5rem;
  }
}
.pop-up__title {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #0253e0;
}
.pop-up__inner {
  background: #fff;
  padding: 1.875rem 1.25rem 1.875rem;
  -webkit-box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 370px) {
  .pop-up__inner {
    /* padding: 1.875rem 2.5rem 1.875rem; */
    padding: 1.5rem;
  }
}

.location-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1.5rem;
}
.location-list li:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.location-list li a {
  font-weight: 400;
  font-size: 1.125rem;
  color: #2a2424;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.location-list li a:hover {
  color: #0253e0;
}

.shedul-title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  color: #0253e0;
  margin-top: 0;
  margin-bottom: 0.9375rem;
}

.shedul-days {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 1.1875rem;
}
.shedul-days li {
  display: block;
  width: 0.6875rem;
  height: 0.6875rem;
  background: #0253e0;
}
.shedul-days li:last-child, .shedul-days li:nth-last-child(2) {
  background: #f3f4f6;
}
.shedul-days li:not(:first-child) {
  margin-left: 0.625rem;
}

.shedul-hours {
  display: inline-block;
  font-weight: 500;
  font-size: 1rem;
  color: #2a2424;
  width: 100%;
}
.shedul {
  display: flex;
  align-items: center;
}

.footer__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .footer__btns {
    display: none;
  }
}
.footer__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.6875rem 1.25rem;
  border-radius: 0.3125rem;
  background: #090423;
  margin-right: 0.75rem;
}
.footer__btn .wadline {
  background: #222222;
}

.footer-top {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .footer-top {
    padding-top: 2.5rem;
    /*padding-bottom: 1.875rem;*/
    border-bottom: 1px solid #F3F4F6;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-top {
    padding-top: 3.9375rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer-top .main-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-top__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-top__col:not(:first-child) {
    margin-left: 4.1875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .footer-top__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top__col:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-top__col-left {
    margin-bottom: 1.1875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-top__col-right {
    margin-left: 4.1875rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top__col-right {
    margin-bottom: 1.1875rem;
  }
}

.footer-phone {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #2a2424;
  text-decoration: none;
  outline: 0;
  margin-top: 0.6875rem;
  margin-bottom: 0.4375rem;
  display: inline-block;
}
.footer-phone:hover {
  color: #0253e0;
}

.footer-mail {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.74;
  color: #2a2424;
  text-decoration: none;
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-mail:hover {
  color: #0253e0;
}
@media only screen and (min-width: 768px) {
  .footer-mail {
    margin-bottom: 1.1875rem;
  }
}
.footer-mail .icon {
  margin-right: 0.875rem;
}

.footer-address {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  color: #2a2424;
  text-decoration: none;
  outline: 0;
}
.footer-address:hover {
  color: #0253e0;
}

.footer-link {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  color: #0253e0;
  text-decoration: none;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .footer-link {
    margin-top: 0.3125rem;
  }
}

.footer-details {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  color: #2a2424;
}
.footer-details a {
  color: #0253e0;
  outline: 0;
}

.footer-midle {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .footer-midle {
    padding-bottom: 2.75rem;
    border-bottom: 1px solid #F3F4F6;
    padding-top: 2.25rem;
  }
}

@media only screen and (min-width: 768px) {
  .footer-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .footer-menu {
    -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-menu {
    row-gap: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer-menu__col:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.footer-menu__title {
  /*font-weight: 700;*/
  font-size: 1.125rem;
  color: #242528;
  text-decoration: none;
  outline: transparent;
  margin-top: 0;
  margin-bottom: 1.1875rem;
  display: inline-block;
}
.footer-menu__title:hover {
  color: #0253e0;
}
@media only screen and (min-width: 1200px) {
  .footer-menu__title {
    margin-bottom: 2.25rem;
  }
}
.footer-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-right: 1.5rem;
}
.footer-menu__list > li:not(:last-child) {
  margin-bottom: 1.0625rem;
}
.footer-menu__list > li > a {
  text-decoration: none;
  outline: 0;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #242528;
}
.footer-menu__list > li > a:hover {
  color: #0253e0;
  text-decoration: underline;
}
@media (min-width: 1049px) {
.footer-social {
  padding-top: 1rem;
}
  }

/*.footer-bottom {*/
/*  padding-top: 1.5625rem;*/
/*  padding-bottom: 1.875rem;*/
/*}*/

.footer-nav {
  margin: 0 0 2.5rem 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-nav > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.0625rem;
            flex: 0 0 8.0625rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer-nav > li {
    margin-bottom: 1.0625rem;
  }
}
.footer-nav > li > a {
  text-decoration: none;
  outline: 0;
  /*font-weight: 700;*/
  font-size: 1rem;
  line-height: 1.8;
  color: #2a2424;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media only screen and (min-width: 1200px) {
  .footer-nav > li > a {
    font-size: 1.125rem;
  }
}
.footer-nav > li > a:hover {
  color: #0253e0;
}

.footer-copy {
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 1.4;
  color: #2a2424;
  margin-bottom: 1.1875rem;
}
@media only screen and (min-width: 768px) {
  .footer-copy {
    text-align: center;
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-copy {
    font-size: 0.9375rem;
  }
}

.footer-text, .footer-text p {
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 1.4;
  color: #2a2424;
}
@media only screen and (min-width: 768px) {
  .footer-text, .footer-text p {
    text-align: center;
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-text, .footer-text p {
    font-size: 0.9375rem;
  }
}
.footer-text p {
  margin: 0;
}

.breadcrumbs {
  margin: 0 0 1.625rem;
  padding: 1.5625rem 0 0;
  list-style: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.breadcrumbs li {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #0253E0;
  display: inline;
}
.breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 0.625rem;
  color: #2a2424;
}
.breadcrumbs li a {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #2A2424;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.breadcrumbs li a:hover {
  color: #0253E0;
}
.breadcrumbs li + li {
  margin-left: 0.625rem;
}

.client-item {
  background: #F9F9F9;
  border-radius: 0.9375rem;
  aspect-ratio: 1/1;
  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;
  /* padding: 0.9375rem; */
  padding: 0;
  min-width: 0;
}
.client-item:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.client-item img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  max-width: 100%;
  aspect-ratio: 1/1;
}

.clients-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .clients-list {
    -ms-grid-columns: 1fr 0.9375rem 1fr 0.9375rem 1fr 0.9375rem 1fr 0.9375rem 1fr 0.9375rem 1fr;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) {
  .clients-list {
    -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr;
    grid-template-columns: repeat(8, 1fr);
    row-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.clients-link {
  text-align: center;
  color: #fff;
  background: #0253e0;
  aspect-ratio: 1/1;
  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;
  padding: 0.3125rem;
  border-radius: 0.9375rem;
  border: 1px solid transparent;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-size: 0.875rem;
}
@media only screen and (min-width: 1200px) {
  .clients-link {
    font-size: 1.125rem;
  }
}
.clients-link:hover {
  border-color: #0253e0;
  color: #0253e0;
  background: #fff;
}




.section-hosting {
  background: #F3F4F6;
  height: 100px;
  margin-top: -2.9375rem;
}

@media only screen and (max-width: 1199px) {
  .section__logo,
  .section-hosting a.btn {
    display:none;

  }
  .section-hosting{
    display:flex;
    align-items: center;
  }
}

.hosting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: center;
}

.hosting__img {
  margin-top: 1.3rem;
  margin-right: 2rem;
}

@media only screen and (min-width: 1200px) {
  .hosting__desc {
    padding-top: 1.125rem;
    display: flex;
  }
}
.hosting__logo {
  margin-bottom: 2.4375rem;
  width: 9.3125rem;
  height: 3.625rem;
  text-decoration: none;
  outline: 0;
  display: block;
}

.hosting__title {
  font-size: 24px;
  line-height: 1.21;
  color: #2a2424;
  margin-top: 1.2rem;
  margin-bottom: 1.375rem;
  text-align: center;
  a {
    color: #242528;
  }
  @media (min-width: 768px) {
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 600px){
  .hosting__title{
    font-size: 1.125rem;
  }
}

.hosting__title .text-blue {
  color: #0253e0;
}
.hosting__title .text-red {
  color: #fc342a;
}


@media (max-width: 1200px) {
  .section-hosting {
    margin-top: 1rem;
  }
}

@media (max-width: 1200px) {
  .hosting__img {
    display: none;
  }
}

.hosting__title {
  font-size: 1.125rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.7rem;
  transition: font-size 0.3;
}

@media (min-width: 768px) {
  .hosting__title {
    font-size: 1.3125rem;
  }
}

@media (min-width: 1200px) {
  .hosting__title {
    font-size: 1.5rem;
  }
}

.hosting__title--blue {
  color: #0253e0
}

.hosting__title--red {
  color: #fc342a;
}
.hosting .btn {
  position: relative;
  top: 0.3rem;
  max-height: 54px;
}

.section-hero {
  padding-top: 3rem;
}
@media only screen and (min-width: 768px) {
  .section-hero {
    padding-top: 3.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-hero {
    padding-top: 5.5625rem;
  }
}

.hero {
  position: relative;
}
.hero__title {
  font-weight: 500;
  /*font-size: 1.875rem;*/
  font-size: 2.3125rem;
  line-height: 1.3;
  color: #242528;
  margin-top: 0;
  max-width: 65rem;
  /*margin-bottom: 0.625rem;*/
  margin-bottom: 1.5625rem;

}
@media only screen and (min-width: 768px) {
  .hero__title {
    font-size: 2.5rem;
    margin-bottom: 0.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .hero__title {
    font-size: 3.375rem;
    margin-bottom: 1.6875rem;
  }
}
.hero__title span {
  color: #0253e0;
}
.hero__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: #242528;
  max-width: 70.6875rem;
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .hero__text {
    /* font-size: 1.25rem; */
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .hero__text {
    /*font-size: 1.125rem;*/
    margin-bottom: 3.75rem;
  }
  .hero .hero__text {
    margin-bottom: 2.5rem;
  }
}
.hero__text > *:last-child {
  margin-bottom: 0;
}
.hero__text span {
  /*font-weight: 700;*/
  color: #0253e0;
}
.hero__img {
  display: block;
  aspect-ratio: 515/286;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 1499px) {
  .hero__img {
    width: 28.125rem;
  }
}
@media only screen and (max-width: 1199px) {
  .hero__img {
    display: none;
  }
}
.hero__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.form-container {
  border: 3px solid #000;
  border-radius: 0.9375rem;
  padding: 2.5rem 1.25rem;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .form-container {
    padding: 2.875rem 3.4375rem 1.8125rem 3rem;
  }
}

.form-decore {
  width: 10.125rem;
  aspect-ratio: 262/193;
  top: -1.875rem;
  position: absolute;
  right: -1.25rem;
}
@media only screen and (min-width: 768px) {
  .form-decore {
    left: 20.4375rem;
    right: auto;
    width: 16.375rem;
    top: -2.6875rem;
  }
}
.form-decore img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.form {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .form {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .form {
    -ms-grid-columns: (1fr)[3] 0.7fr;
    grid-template-columns: repeat(3, 1fr) 0.7fr;
  }
  .form .btn {
    width: 100%;
    text-align: center;
  }
}

.form-col {
  position: relative;
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 1200px) {
  .form-col {
    padding-bottom: 1.875rem;
    padding-top: 2.875rem;
  }
  .form-col:has(> .form-label) {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .form-col .btn {
    width: 100%;
  }
}

.form-label {
  display: block;
  font-weight: 500;
  font-size: 1rem;
  color: #242528;
  margin-bottom: 0.875rem;
}
@media only screen and (min-width: 1200px) {
  .form-label {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}

.form-input {
  font-family: inherit;
  font-weight: 400;
  font-size: 1rem;
  color: #242528;
  border-radius: 0.9375rem;
  background: #f9f9f9;
  width: 100%;
  border: 2px solid transparent;
  padding: 0.96875rem 1.8125rem;
  outline: 0;
}
@media only screen and (min-width: 1200px) {
  .form-input {
    font-size: 1.125rem;
  }
}
.form-input::-webkit-input-placeholder {
  opacity: 1;
  color: #c4c4c4;
}
.form-input::-moz-placeholder {
  opacity: 1;
  color: #c4c4c4;
}
.form-input:-ms-input-placeholder {
  opacity: 1;
  color: #c4c4c4;
}
.form-input::-ms-input-placeholder {
  opacity: 1;
  color: #c4c4c4;
}
.form-input::placeholder {
  opacity: 1;
  color: #c4c4c4;
}
.form-input.not-valid {
  border-color: #FC342A;
}

.form-input.not-valid + .invalid-message {
  display: block;
}

.invalid-message {
  font-weight: 500;
  font-size: 0.625rem;
  color: #242528;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 360px) {
  .invalid-message {
    font-size: 0.75rem;
  }
}

.technologies .tab-nav-cont {
  margin-bottom: 1.875rem;
  overflow: auto;
  margin-right: -1.25rem;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .technologies .tab-nav-cont {
    margin-right: -3.75rem;
  }
}
.technologies .tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.technologies .tab-btn {
  /*font-weight: 700;*/
  font-size: 1rem;
  color: #242528;
  border: 0;
  background: transparent;
  border-radius: 0.9375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
  padding: 1rem 1.3125rem;
}
@media only screen and (min-width: 768px) {
  .technologies .tab-btn {
    padding: 1.125rem 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .technologies .tab-btn {
    font-size: 1.125rem;
  }
}
.technologies .tab-btn:not(.active):hover {
  background: #f9f9f9;
}
.technologies .tab-btn.active {
  background: #0253e0;
  color: #fff;
}
.technologies .tab-btn + .tab-btn {
  margin-left: 1.25rem;
}

.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}

.technologies-desc {
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  color: #242528;
  margin-bottom: 1.4375rem;
}

.technologies-list {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .technologies-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .technologies-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(80px, 1fr))[3];
    grid-template-columns: repeat(3, minmax(80px, 1fr));
  }
}
.technologies-list li {
  border-radius: 0.9375rem;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  color: #242528;
  background: #f9f9f9;
  padding: 1.3125rem 10px;
}
@media only screen and (max-width: 767px) {
  .technologies-list li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .technologies-list li {
    padding: 1.4375rem 2.5rem;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .technologies-list li {
    padding: 1.9375rem 3.0625rem;
    font-size: 1.25rem;
  }
}

.main-articles {
  padding-top: 1.3125rem;
}
@media only screen and (min-width: 1024px) {
  .main-articles {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.article {
  text-decoration: none;
  outline: 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 56rem;
    padding-right: 0.9375rem;
  }
}
@media only screen and (max-width: 1023px) {
  .article {
    margin-bottom: 1.25rem;
  }
}
.article__img {
  aspect-ratio: 1/1;
  border-radius: 0.9375rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .article__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.9375rem;
            flex: 0 0 14.9375rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .article__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21.1875rem;
            flex: 0 0 21.1875rem;
  }
}
.article__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .article__body {
    padding-left: 1.25rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.article__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
  padding-top: 0.125rem;
}
.article__badg {
  background: #000;
  border-radius: 0.3125rem;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  padding: 0.375rem 1.25rem;
}
@media only screen and (min-width: 768px) {
  .article__badg {
    font-size: 0.875rem;
  }
}
.article__badg-new {
  background: #FC342A;
  padding: 0.375rem 0.6875rem;
}
.article .article__badg + .article__badg {
  margin-left: 0.375rem;
}
.article__name {
  /*font-weight: 700;*/
  font-size: 1.125rem;
  line-height: 1.4;
  color: #242528;
  margin-top: 0;
  margin-bottom: 0.8125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article__name:hover {
  color: #0253e0;
}
@media only screen and (min-width: 1200px) {
  .article__name {
    font-size: 1.375rem;
  }
}
.article__text {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #242528;
}
@media only screen and (min-width: 1200px) {
  .article__text {
    font-size: 1rem;
  }
}

.article-list {
  position: relative;
}

.article-list__img {
  aspect-ratio: 458/257;
  position: relative;
  /* margin-bottom: 1.4375rem; */
}
@media only screen and (max-width: 1023px) {
  .article-list__img {
    display: none;
  }
}
.article-list__items::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.54;
  position: absolute;
  left: 0;
  top: 0;
}

.article-list__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.article-list__items .article-list__item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.article-list__items .article-list__item img{
  width: 17%;
  border-radius: 0.9375rem;
  max-width: 100px;
}

.article-list__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-list__btn {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  /* position: relative; */
  /* bottom: 55px; */
}

/* @media only screen and (max-width: 1023px) {
  .article-list__btn {
    bottom: 0;
  }
} */

.logo-text {
  display: none;
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .headerContactsWrp {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
    width: 100%;
  }

  .header-menu li a {
    font-size: 1.5rem;
  }

  .logo {
    width: 6rem;
    align-items: center;
  }

  .body--overflow .logo-text {
    display: block;
    margin-left: 2.1875rem;
    color: #000;
    width: 17.8125rem;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 767px) {
  .headerContactsWrp {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .header-phone--mobile {
    order: 1;
  }

  .header-mail--mobile {
    order: 0;
  }
}

.product-section__pagenavigation {
  width: 100%;
  text-align: center;
}

.footer-text a {
  color: #0253e0;
}
.section.consent__main-section {
  margin-bottom: 3.8125rem;
}

.hidden-text {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 130px;
  flex-shrink: 0;
}

@media  (max-width: 389px) {
  .header-phone .hidden-text {
    width: 110px;
  }

  .footer-top .footer-top__col {
    display: unset;
  }
  .footer-social {
      padding-top: unset;
  }

}
.header-phone {
  width: max-content;
}

.trunc-text__btn-show {
  display: block;
  font-size: 12px;
  border: none;
  background: none;
  text-align: left;
  flex-shrink: 0;
  font-family: Manrope, serif;
  color: #242528;
}

.trunc-text__body {
  display: flex;
}

@media only screen and (min-width: 768px) {
  .header-phone-cont .pop-up {
    left:unset;
  }
}

.header-phone .pop-up {
  line-height: 1.4;
}

.icon--location {
  width: 1.875rem;
  height: 1.875rem;
  cursor: pointer;
  transition-duration: 0.2s;
}

.icon--location:hover {
  opacity: 0.6;
}

.header-phone-cont {
  display: flex;
}

.header-nav {
  margin-right: 8.8125rem;
  @media (max-width: 1499px) {
    margin-right: 15.8125rem;
  }

  @media (max-width: 1325px) {
    margin-right: 5.8125rem;
  }
}

.header__social {
  margin-left: 0.9375rem;
}

@media only screen and (max-width: 767px) {
  .header-phone-cont .icon--location {
    display: none;
  }
  .header-phone-cont {
    min-height: 15px;
  }
}

.header-phone {
  line-height: unset;
}

.trunc-text__btn-show {
  cursor:pointer;
}
.hidden-text:hover {
  color: #0253e0;
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .hidden-text {
    width: calc(81vw / 13 + 45px);
  }
}
@media (min-width: 1500px) {
  .hidden-text {
    width: calc(81vw / 20 + 52px);
  }
}

.header-services__menu {
  position: fixed;
  top: 3.75rem;
  visibility: hidden;
  opacity: 0;
  background-color: white;
  width: 88.375rem;
  padding-top: 3rem;
  box-shadow: 50vw 0 0 0 white, -50vw 0 0 0 white;
  @media  (max-width: 1199px) {
    display: none;
  }
}

.header-services__menu-btn {
  text-align: right;
}
@media (min-width: 1500px) {
  .header-services__menu-btn::after {
    content: "";
    position: absolute;
    height: 100vh;
    width: 4.0625rem;
  }
  .header-services__menu-btn::before {
    content: "";
    position: absolute;
    height: 100vh;
    width: 4.0625rem;
    left: -4rem;
  }

}

.header-services__menu.active {
  opacity: unset;
  visibility: unset;
  z-index: 999999;
}
.header-services__menu-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 5.625rem;
  column-gap: 1.3125rem;
  margin-bottom: 2rem;
}

.header-services__menu-section a {
  color: unset;
}
.header-services__menu-title {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 2.5rem;

}
.header-services__menu ul {
  padding: 0;
  margin: 0;
}
.header-services__menu li {
  list-style-type: none;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
.header-services__menu li:last-child {
  margin-bottom:0;
}
.header-services__menu .item_blue button{
  color: #0253E0;
  font-family: Manrope, serif;
  font-weight: 500;
  font-size: 1rem;
}
.header-services__menu button svg {
  height: 1.25rem;
  width: 1.25rem;
}
.header-services__menu button {
  height: fit-content;
  width: fit-content;
  border: unset;
  background-color: unset;
  padding: 0;
  cursor: pointer;
}
.btn-new {
  color: #000;
  background-color: #F5F5F5;
  padding: unset;
    &:hover {
        background-color:rgb(0, 0, 204);
        color:#F5F5F5;
    }
}
@media only screen and (min-width: 1200px) {
  .btn-new {
    font-size: 1.125rem;
  }
}

.btn-new::after {
  content: url(/local/templates/Likeit2024/img/arrow_btn_new.svg);
  background-color: white;
  border-radius: 10px;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.3125rem 0.3125rem 0.3125rem 0 ;
}
.btn-new.btn-new__left::after {
  content: unset;
}
.btn-new.btn-new__left::before {
  content: url(/local/templates/Likeit2024/img/arrow_btn_new.svg);
  transform: scale(-1, -1);
  background-color: white;
  border-radius: 10px;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.3125rem 0.3125rem 0.3125rem 0.3125rem ;
}
@media (max-width: 767px) {
  .hero__btns .btn-new::after {
    content: unset;
  }

  .hero__btns .btn-new {
    height: 3.3125rem;
    width: 12.3125rem;
  }
}
@media (max-width: 459px) {
  .hero__btns .btn-new {
    height: 3.3125rem;
    padding-left: unset;
    padding-right: unset;
    width: 41vw;
  }
  .hero__btns .btn.btn-primary {
    padding-left: unset;
    padding-right: unset;
    width: 41vw;
  }

}
.btn-new span {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}
.hero__btns .btn-new {
  margin-left: 1.25rem;
}
@media (max-width: 374px) {
  .hero__btns .btn.btn-primary {
    padding-left: 1.9375rem;
    padding-right: 1.9375rem;
    width: unset;
  }

  .hero__btns {
    display: inline-grid;
  }

  .hero__btns .btn-new {
    margin-left: unset;
    margin-top: 1rem;
    width: unset;
  }

  .hero__btns .btn-new span {
    margin-left: unset;
    margin-right: unset;
  }
}
.review__file:hover {
  text-decoration: none;
}

.form-container .checkbox__text {
  margin-left: 1rem;
  font-family: "Manrope";
}

.form_inner {
  display: grid;
  gap: 1.25rem;
  @media (min-width: 1200px) {
    grid-template-columns: repeat(3, 1fr) 0.7fr;
  }
}
.form-container .form {
  grid-template-columns: unset;
}

.services__banner-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.info-card__text p {
  font-size: 1rem;
}

/*Новые стили на главной*/

/*общее*/
:root {

  --container-width: 1414px;
  --container-padding-x: 93px;

}

/*бегущая строка*/
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee-reverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

.titles-carousel-container {
  display: flex;
  flex-direction: column;
  width: auto;
  margin-left: -5rem;
  margin-right: -5rem;
}

.titles-carousel,
.brand-carousel {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 2.5rem 0;
}

.titles-carousel__track,
.brand-carousel__track {
  display: inline-flex;
  animation: marquee 30s linear infinite;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  gap: 7rem;
}

@media(max-width:1048px){
  .brand-carousel__track{
    height: 7.375rem;
  }
  .brand-carousel {
    padding: 0;
  }
}

.brand-carousel__slide img {
  transform: scale(75%);
}

.brand-carousel__slide {
  filter: grayscale(100%);
}

.titles-carousel {
  padding: 0.75rem 0;
}

.titles-carousel__track {
  gap: 2rem;
}

.titles-carousel__track--reverse {
  animation-name: marquee-reverse;
}

.titles-carousel p {
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
}

@media (max-width:1199px) {
  .titles-carousel__track  {
    height: 1.375rem;
  }

  .titles-carousel {
    padding: 0.25rem 0;
  }

  .titles-carousel p {
    font-size: 16px;
  }
}

/*блок наша миссия*/
.section-sub--white {
  color: #ffffff;
}

.mission__container {
  display: flex;
  padding-top: 3.125rem;
  padding-bottom: 4.8125rem;
  flex-direction: column;
  transition: gap 0.3s ease;
  gap: 2.25rem;
  padding-left: 5.8125rem;
  padding-right: 5.8125rem;
}

@media (min-width: 1600px) {
  .mission__container {
    padding-block: 6.25rem;
    border-radius: 3.125rem;
    gap: 6.25rem;
  }
}

.mission__head {
  display: flex;
  flex-direction: column;
  transition: gap 0.3s ease;
  gap: 1.5625rem;
  max-width: 66rem;
}

@media (min-width: 1200px) {
  .mission__head {
    gap: 2.5625rem;
  }
}

.section-title .mission__title--blue {
  color: #2AC6FF;
  text-decoration: underline;
}

.section-title .mission__title--green {
  color: #00FF77;
  text-decoration: underline;
}

.section-title .mission__title--violet {
  color: #8000FF;
  text-decoration: underline;
}

.section-title .mission__title--yellow {
  color: #FFD94F;
  text-decoration: underline;
}

.mission__content {
  display: flex;
  flex-direction: column;
  position: relative;
}

.mission__content .section-title {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 720px) {
  .mission__content .section-title {
    font-size: 1.5625rem;
  }
}

@media (min-width: 1200px) {
  .mission__content .section-title {
    font-size: 2rem;
  }
}

.mission__swiper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 2rem;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.mission__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 1.375rem 1rem;
  width: 100%;
  max-width: 100%;
  border-radius: 1.5625rem;
  background-color: #ffffff;
  box-sizing: border-box;
}

.mission__card__header {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  height: 4.0625rem;
}

.mission__card__image {
  height: 100%;
  width: auto;
}

.mission__card__title {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #252525;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
}

.mission__card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
  color: #252525;
  font-weight: 400;
}

.mission__card__description {
  line-height: 1.4;
}

.mission__card__link {
  text-decoration: underline;
  color: #242528;
  cursor: pointer;
  transition: color 0.3s ease;
}

@media (hover: hover) {
  .mission__card__link:hover {
    color: #0253E0;
  }
}

.mission .mission-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.mission__indicator .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background: white;
  opacity: 1;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.mission__indicator .swiper-pagination-bullet-active {
  background: #0253E0;
}

.black-container {
  background-color: #242528;
  max-width: calc(var(--container-width) + var(--container-padding-x) * 2);
  color: #ffffff;
  padding-block: 3.125rem;
  margin-inline: auto;
  overflow: hidden;
    .mission .section-head,
    .mission .section-sub {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
  .black-container {
    padding-block: 4.25rem;
  }
}

@media (min-width: 1600px) {
  .black-container {
    border-radius: 3.125rem;
    padding-inline: 3.75rem;
  }
}

.section-line {
  background-color: #343435;
  width: 100%;
  height: .125rem;
}

.black-container .section-title {
  color: #ffffff;
}
.white-container {
  background-color: #ffffff;
  max-width: calc(var(--container-width) + var(--container-padding-x) * 2);
  color: #242528;
  padding-block: 3.125rem;
  margin-inline: auto;
}

@media (min-width: 1024px) {
  .white-container {
    padding-block: 6.25rem;
  }
}

@media (min-width: 1600px) {
  .white-container {
    border-radius: 3.125rem;
    padding-inline: 3.75rem;
  }
}

.section-line {
  background-color: #343435;
  width: 100%;
  height: .125rem;
}

.white-container .section-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .mission__head .section-sub {
    font-size: 1rem;
  }
}

/*Тексты*/

.title {
  font-weight: 500;
  transition: font-size 0.3s ease;
}

.title--xxl {
  font-size: 3.4375rem;
  line-height: 1;
}

.title--xl {
  font-size: 2.3125rem;
  line-height: 2.75rem;
}

.title--md {
  font-size: 1.5rem;
  line-height: 1.8125rem;
}

.title--ms {
  font-size: 1.25rem;
  line-height: 1;
}

.title--sm {
  font-size: 1.125rem;
  line-height: 1.375rem;
}

@media (min-width: 49rem) {
  .title--xxl {
    font-size: 4.5625rem;
  }

  .title--xl {
    font-size: 3.3125rem;
    line-height: 4rem;
  }

  .title--md {
    font-size: 2.0625rem;
    line-height: 2.5rem;
  }

  .title--sm {
    font-size: 2.125rem;
  }

  .title--sm {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
}

@media (min-width: 75rem) {
  .title--xxl {
    font-size: 8rem;
  }

  .title--xl {
    font-size: 4.375rem;
    line-height: 5.25rem;
  }

  .title--md {
    font-size: 2.625rem;
    line-height: 3.125rem;
  }

  .title--ms {
    font-size: 2.625rem;
  }

  .title--sm {
    font-size: 2rem;
    line-height: 2.375rem;
  }
}
.text {

  font-weight: 400;

  line-height: 1.25rem;
}

.text--white {
  color: #ffffff;
}

.text--sm {
  font-size: .875rem;
  line-height: 1.0625rem;
}
.section-sub--white {
  color: #ffffff;
}



/*Блок Чем мы можем помочь*/

.help-card {
  display: flex;
  width: 100%;
  gap: .625rem;
  min-width: 16.5rem;
  max-width: 28.625rem;
  flex-direction: column;
}

.help-card__description {
  font-size: 1.125rem;
  font-weight: 400;
  color: #ffd772;
}

.help-card__title {
  font-size: 2.125rem;
  font-weight: 500;
  transition: font-size 0.3s;
  margin:0 0 0 0;
}

@media (min-width: 768px) {
  .help-card__title {
    font-size: 2.375rem;
  }
}

@media (min-width: 1200px) {
  .help-card__title {
    font-size: 2.625rem;
  }
}

.help-card__text {
  color: white;
}

.help__header {
  display: flex;
  gap: 1.9rem;
  margin-bottom: 3.375rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.help__header .section-title {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .help__header {
    align-items: center;
    flex-direction: row;
  }
}
.help__tabs,
.help__tabs-btn,
.btn {
  font-family: 'Nagel', sans-serif;
}
.help__tabs {
  position: relative;
  display: flex;
  background-color: #303135;
  border-radius: .625rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .help__tabs {
    max-width: 24rem;
  }
}

.help__tabs-indicator {
  position: absolute;
  left: 0;
  transform: translateY(-50%) translateX(0);
  width: 0;
  height: 100%;
  border-radius: .625rem;
  background-color: #ffffff;
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0.2, 0.9, 0.2, 1);
  will-change: transform;
  pointer-events: none;
}

.help__tabs-btn {
  /*height: 3.75rem;*/
  background-color: transparent;
  color: #ffffff;
  flex: 0 50%;
  z-index: 2;
}

.help__tabs .btn {
  transform: none !important;
}

.help__tabs-btn--active {
  color: #242528;
}

.help__list {
  display: none;
  overflow-x: auto;
  gap: 1.25rem;
}

.help__list::-webkit-scrollbar {
  display: none;
}

.help__list--activate {
  display: flex;
}

@media (min-width: 758px) {
  .help__list--activate {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fill, minmax(21.875rem, 1fr));
    gap: 1.25rem;
  }
}

@media (min-width: 1410px) {
  .help__list--activate {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, minmax(28.625rem, 1fr));

  }
}
.tech {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

@media (max-width: 768px) {
  .tech .btn {
    height: 3.75rem;
  }

  .tech .btn-new::after {
    content: none;
  }
}

@media (min-width: 768px) {
  .tech {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.tech-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 6.5rem);
  gap: 1.25rem;
  padding: .5rem 0 0;
  margin: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .tech-list {
    display: flex;
  }
}

.tech-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
  border-radius: 0.625rem;
  width: 100%;
  max-width: 6.5rem;
  height: 100%;
}

.tech-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
}


/*Блог*/


.blog-swiper {
  width: 100%;
}

.blog-swiper .swiper-wrapper {
  display: flex;
  width: 100%;
}

.blog__indicator    {
  margin-top: 0 !important;
}

.blog-swiper .swiper-pagination {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .blog-swiper .swiper-wrapper {
    padding-bottom: 2rem;
  }

  .blog-swiper .swiper-pagination {
    display: flex;
  }
}

.blog-list {
  display: flex;
  gap: 1.25rem;
  width: 100%;
}

.blog-swiper .swiper-slide {
  width: 100%;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .blog-swiper .swiper-slide {
    width: calc(50% - 0.625rem);
  }
}

@media (min-width: 1024px) {
  .blog-swiper .swiper-slide {
    width: calc(33.333% - 0.833rem);
  }
}



.blog-card__header {
  display: flex;
  align-items: center;
  gap: 0.6875rem;
  margin-bottom: 1rem;
}

.blog-card__title {
  font-weight: 500;
  font-size: 1rem;
  color: unset;
}

.blog-card__date,
.blog-card__description {
  font-weight: 400;
  font-size: 0.875rem;
}
.blog-card__description {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.blog-card__image {
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
}
.blog-slide {
  height: 100%;

}
.blog-card.card {
  min-height: 220px;
}
.blog__pagination {
  align-items: center;
  justify-content: center;
}

/*Наши кейсы*/
.cases-random-elems {
  position: relative;
}
.cases-random-elems .section-title {
  @media (max-width: 768px) {
    margin-bottom: 1.875rem;
  }
}

@media only screen and (max-width: 767px) {
  .cases-random-elems {
    padding-bottom: 6.25rem;
  }

  .cases-random-elems .section-head .btn {
    display: flex;
    position: absolute;
    height: 3.75rem;
    width: 100%;
    bottom: 0;
  }

  .cases-random-elems .section-head .btn-new:after {
    content: none;
  }
}

.cases-list {
  display: flex;
  scroll-snap-type: x mandatory;
}

@media (max-width: 860px) {
  .cases-list {
    width: 100vw;
    padding-right: 2.5rem;
  }
}

.cases-list::-webkit-scrollbar {
  display: none;
}

.case-card {
  display: flex;
  flex-direction: column;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  cursor: pointer;
}



@media (hover: hover) {
  .case-card:hover {
    /*transform: translateY(-10px) !important;*/
    /*transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);*/
  }
}

.case-card__image {
  height: 100%;
  width: 100%;
  transition: all 0.3s ease;
}

.swiper-cases .case-card:last-child {
  margin-right: 0 !important;
}
.case-card img {
  width: 100%;
  border-radius: 25px;
}

/*Блок с логотипами*/

.achieve-card {
  display: flex !important;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 1.5625rem;
  padding-bottom: 1.75rem;
  height: 10.375rem;
  border: 2px solid #242528;
  transition: padding 0.3s ease;
  box-sizing: border-box;
  overflow: hidden;
}

@media (min-width: 768px) {
  .achieve-card {
    height: 12rem !important;
  }
}

@media (min-width: 1200px) {
  .achieve-card {
    padding-bottom: 2.3125rem;
    height: 13.625rem !important;
  }
}

.achieve-card__image {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -60%);
  transition: all 0.3s ease;
  filter: grayscale(100%);
  max-width: 60%;
  max-height: 45%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 999px) {
  .achieve-card__image {
    max-width: 55%;
    max-height: 38%;
    top: 38%;
  }
}

.achieve-card__text {
  font-size: .875rem;
  line-height: 1.0625rem;
  text-align: center;
  font-weight: var(--font-weight-base);
  color: var(--color-dark-black);
  transition: font-size 0.3s ease;
}

@media (min-width: 1200px) {
  .achieve-card__text {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
  .achieve__header p.section-sub {
    font-size: 1rem;
  }
}

.achieve__content {
  position: relative;
}

.achieve__content
.slider__indicator {
  top: 110%;
}

.achieve__header {
  display: flex;
  flex-direction: column;
}


.achieve__title-block {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.6875rem;
  @media (max-width: 384px) {
    flex-direction: column ;
    align-items: unset;
    gap: unset;
  }
}

.achieve__main-title {
  background-image: linear-gradient(90deg, #00FFD0 0%, #6A00FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1;
}

.achieve__list {
  display: flex;
}

@media (min-width: 1024px) {
  .achieve__list {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}

@media (min-width: 1300px) {
  .achieve__list {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 1023px) {
  .achieve-slider .swiper-slide {
    display: flex;
    height: 10.375rem;
  }
}
.achieve__content {
  overflow-x: hidden;
}
.achieve-pagination {
  display: flex;
  justify-content: center;
  margin-top: 1.5625rem;
  @media (min-width: 1024px) {
    display: none;
  }
}
/*футер*/

.footer {
  background-color: #242528;
  padding-top: 3.0625rem;
  align-items: center;
}
.contact-container{
  display: flex;
  border-radius: 3.125rem;
  align-items: left;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #FFFFFF;
  max-width: 1600px;
  margin-inline: auto;
}
@media (max-width: 1600px) {
  .contact-container {
    border-radius:0rem;
    /* padding-left: 20px; */

  }
}
.contact {
  display: flex;
  align-items: left;
  flex-direction: column;
  background-color: #FFFFFF;
  max-width: 1600px;
  width: 100%;
  border-radius: 3.125rem;
  padding: 6.25rem 5.8125rem 6.25rem 5.875rem;
}

.contact__title {
  font-weight: 500;
  font-size: 2.625rem;
}

.contact__title-highlight {
  color: #0253E0;
}

.contact__description {
  margin-top: .5625rem;
  font-weight: 400;
  font-size: 1rem;
}

.contact__form {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 2.4375rem;
  align-items: center;
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.contact__title--clm {
  display: flex;
  flex-direction: column;
}

.contact__form--clm {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;

  .contact__consent {
    margin-top: 0;
  }

  .get-price__button {
    margin-top: 1.5rem;
  }
  .contact__buttons {
    display: flex;
    flex-direction: row;
    margin-top: 2rem;
    gap: 1.25rem;
  }
}

.contact__form-items {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
}

.contact__form-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 21.1875rem;
}

.contact__form-label:has(+ input:required)::after  {
  content: " *";
  color: red;
}

.contact__form-input {
  max-width: 339px;
  max-height: 60px;
  width: 21.1875rem;
  height: 3.75rem;
  margin-top: .625rem;
  background-color: #F9F9F9;
  border-radius: .625rem;
  border: none;
  font-size: 1.125rem;
  font-weight: 400;
  /*color: #C4C4C4;*/
  padding-left: 2rem;
}
.contact__form-input::placeholder {
  font-family: Nagel, serif;
  font-size: 1.125rem;
}

.contact__form-button {
  margin-top: auto;
  height: 3.75rem;
}

.contact__consent-link {
  color: red;
  text-decoration: underline red;
}

.contact__consent {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;

}

.checkbox__contact {
  -webkit-appearance: none;
  appearance: none;
  margin-right: .625rem;
  width: 15px;
  height: 15px;
  border: 1px solid #000000;
  background-color: #ffffff;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}

.checkbox__contact:checked::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid #0253E0;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


@media (max-width:1601px) {
  .contact {
    border-radius: 0rem;
    padding: 6.25rem 5.8125rem 6.25rem 5.875rem;
    margin-top: 0rem;
  }

  .footer {
    padding-top: 0px;
  }
}

@media (max-width:1260px) {
  .contact {
    border-radius: 0rem;
    padding: 3.0625rem 3.75rem 3.4375rem 5.8125rem;
    margin-top: 0rem;
    padding-left: 3.75rem;

  }

  .contact__title {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .contact__description {
    font-size: 1rem;
    font-weight: 400;
  }

  .contact__form {
    display: flex;
    /*flex-direction: column;*/
    justify-content: left;
    /*align-items:end;*/
  }



  .contact__form-item {
    width: 100%;
    max-width: none;

  }

  .contact__form-input {
    width: 100%;
    max-width: none;
    height: 3.125rem;
    font-size: 1.125rem;
    font-weight: 400;
  }

  .contact__form-button {
    width: 100%;
    margin-top: 1.3125rem;
    font-size: 1rem;
    font-weight: 500;
  }

  .contact__consent {
    margin-top: 1rem;
    font-size: .875rem;
    font-weight: 400;
    @media (max-width: 768px) {
      margin-top: 0;
    }
  }

  .contact__form-label {
    font-size: 1rem;
    font-weight: 400;
  }

  .contact__form--clm {
    .contact__form-items {
      flex-direction: column;
      width: 100%;
    }

  .contact__buttons {
    display: flex;
    width: 100%;

    .btn {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 1 1 0;
      width: 100%;
      box-sizing: border-box;

      span {
        flex: 1;
        text-align: center;
      }
    }
  }

    .contact__form-button {
      margin-top: 0;
    }

    @media (max-width: 768px) {
      .contact__buttons {
        flex-direction: column;
      }

    }
  }
}

@media(max-width:1025px) {
  .contact {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

}
.footer-top {
  padding-top: 3rem;
  border:none;
}

.contacts__info {
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  gap: .0625rem;
  justify-content: space-between;
}

.contact__phone {
  display: flex;
  flex-direction: column;
}
@media  (max-width: 380px) {
  .contact__phone {
    display: block;
  }
  .footer-social {
    margin-top: 2rem;
  }
}

.social__network {
  padding-top: .625rem;
  display: flex;
  gap: .9375rem;
  justify-self: left;
  padding-bottom: 1.6875rem;
}


.contact__number {
  font-weight: 500;
  font-size: 1.5rem;
  color: #FFFFFF;
}

.contact__email {
  display: flex;
  flex-direction: column;
}

.email__info {
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: .625rem;
  color: #FFFFFF;
}

.email__info-description {
  font-size: 1rem;
  color: #727272;
}

.contact__location {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
}

.contact__city {
  font-size: 1.5rem;
  margin-bottom: .625rem;
  font-weight: 400;
}

.contact__addres {
  font-size: 1rem;
  font-weight: 400;
}

.divider__line {
  display: block;
  height: .125rem;
  width: 100%;
  background-color: #343435;
  margin-bottom: 1.1875rem;
}

.divider {
  display: block;
  height: .125rem;
  width: 100%;
  background-color: #343435;
  margin-bottom: 1.1875rem;
  margin-top: 1.1875rem;
}

.footer-menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.menu_item {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.125rem;
}

.footer__copy {
  display: flex;
  flex-direction: row;
  color: #FFFFFF;
  font-weight: 400;
  font-size: .9375rem;
  padding: 0px 0px 0px 0px;
  display: flex;
  margin: 0px 0px 0px 0px;
  justify-items: left;
  width: auto;
  margin-bottom: 27px;
}


.footer__details {
  color: #FFFFFF;
  display: flex;
  align-items: flex-end;
  /* padding-bottom: 27px; */
  max-width: auto;
  width: 25rem;
}


.mini__menu {
  color: #C4C4C4;
  font-size: .875rem;
  font-weight: 400;
  display: flex;
  gap: 3.75rem;
}

.mini__menu__item {
  color: #C4C4C4;
}

.mini__menu_right__item {

  display: flex;
  margin-left: auto;

}

.footer__text-right {
  display: flex;
  margin-left: auto;
  text-align: end;
  font-size: 1rem;
  font-weight: 500;
  right: 0;
  bottom: 0;

}

.footer__text {
  width: 73.25rem;
  font-weight: 400;
  max-width: auto;
}
.footer__text a {
  color: #FFFFFF;
}

@media(max-width:1248px) {
  .contacts__info {
    display: flex;
    flex-wrap: wrap;
  }

  .contact__city,
  .email__info,
  .contact__number {
    font-size: 1.25rem;
  }

  .contact__addres,
  .email__info-description {
    font-size: 1rem;
  }

}

@media(max-width:1048px) {
  .contacts__info {
    display: flex;
    flex-direction: column;
  }

  .contact__phone {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 2rem;
  }

  .social__network {
    padding-bottom: 1.0625rem;
    padding-top: 0rem;
    align-items: baseline;
  }

  .email__info {
    padding-bottom: .3125rem;
    margin-bottom: 0rem;
  }

  .contact__location {
    padding-top: 1.5625rem;
  }

  .footer__details {
    display: none !important;

  }

  .contact__city {
    margin-bottom: 0rem;
  }

  .contacts__info {
    padding-bottom: 3.375rem;
  }

  .divider {
    margin-bottom: 2.5rem;
  }

  .divider__line {
    margin-bottom: 0rem;
    height: .03rem;
  }

  .footer__text-right {
    display: none !important;
  }

  .mini__menu_right__item {
    margin-left: 0;
    padding-top: 1.6875rem;
  }

  .mini__menu {
    flex-direction: column;
    gap: 0.5rem;
    font-size: .875rem;
  }

  .footer__copy {
    font-size: .8125rem;
  }

  .contact__city,
  .email__info,
  .contact__number {
    font-size: 1.375rem;
  }
}

@media(max-width:850px) {

  .footer-menu {
    display: none !important;
  }

}

.branding__icon {
  width: 100%;
  height: auto;
  margin-top: 3rem;
  aspect-ratio: 1414 / 159;
  background-image: url("/local/templates/Likeit2024/img/footer/LIKEIT.PRO.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width:1000px) {
  .branding__icon {
    margin-top: 2.5rem;
  }
}

.footer__link__text {
  color: red;
  flex-direction: row;
}

/* Блок: Вопросы и ответы */
.faq-wrap {
  max-width: 1414px;
  margin: 0 auto;
  padding: 0 0px;
}
.faq {
  border-bottom: 1px solid #C4C4C4;
}
.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 24px 60px 24px 0;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  /* убираем синее выделение на мобильных */
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  color: #000;
  font-family: Nagel, serif;
}
.faq-q::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #000;
}
.faq-q.open::after {
  content: "−";
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}
.faq-a.open-a {
  max-height: 1500px;
  padding: 0 0 16px;
}
.faq-a ul {
  margin: 8px 0 0 1.5625rem;
  padding: 0;
}
.faq-a li {
  margin: 4px 0;
}
@media (max-width: 768px) {
  .faq-q {
    font-size: 14px;
    padding: 18px 40px 18px 0;
  }
  .faq-q::after {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .faq-q {
    font-size: 16px;
    padding: 16px 35px 16px 0;
  }
}

.hero-content__btn {
  margin-top: 1.875rem;
}
.services__banner {
  .services__banner-img-desktop {
    max-width: 100%;
    @media (max-width: 767px) {
      display: none;
    }
  }
  .services__banner-img-mobile {
    max-width: 100%;
    @media (min-width: 768px) {
      display: none;
    }
  }
}
.hero-content__btn {
  margin-top: 1.875rem;
}
#Rating_section {
  margin-bottom: 3.125rem;
  @media (max-width: 768px) {
    margin-bottom: 0;
  }
}
#mpOurClientsSlider_section {
  margin-bottom: 3.125rem;
  @media (max-width: 768px) {
    margin-bottom: 0;
  }
}
#ourHelp p {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .section-mainpage .hero__text {
    margin-bottom: 1.5625rem ;
  }
  #randomBlogItems_section .section-title {
    margin-bottom: 3rem;
  }
}
.header-nav__mobile {
  display: none;
  font-weight: 500 !important;
}

.header-nav__mobile.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  justify-content: start;
  font-size: 1.125rem;
  font-weight: 500 !important;
  color:#242528;
  @media (min-width: 768px) {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .header-nav__mobile.active {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 1001;
    display: flex;
    justify-content: start;
  }
}
.header-nav__mobile .accordion__item.active:last-child .accordion__body {
  padding-bottom: 1rem;
}
.header-nav__mobile .accordion__item.active .accordion__body {
  padding-top: 2rem;
}
.header-nav__mobile .accordion__body-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}
.header-nav__mobile .accordion__head {
font-weight: 500;
  text-align: unset;
  font-family: "Nagel", serif;
  padding: 0;
  color: #242528;
  background-color: #F5F5F5;
}
.header-nav__mobile .accordion {
  background-color: #F5F5F5;
  border-radius: 1rem;
  padding: 1rem;
}
.header-nav__mobile .accordion__head::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.72726 7.20529C4.90993 6.38796 4.90993 5.0628 5.72726 4.24547L9.6663 0.306434C10.075 -0.102231 10.7375 -0.102232 11.1462 0.306433C11.5549 0.715098 11.5549 1.37768 11.1462 1.78634L5.72726 7.20529Z' fill='%23242528'/%3E%3Cpath d='M5.72726 7.20529L0.306763 1.78479C-0.101046 1.37698 -0.101046 0.715792 0.306763 0.307983C0.714572 -0.0998258 1.37576 -0.0998261 1.78357 0.307983L5.72726 4.25167C6.54288 5.06729 6.54288 6.38967 5.72726 7.20529Z' fill='%23242528'/%3E%3C/svg%3E");
  right: 0;
  top: 7px;
}
.header-nav__mobile .accordion__item.active .accordion__head::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-nav__mobile .header-menu {
  gap: unset;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .header-nav__mobile .accordion__head {
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
  }
  .header-nav__mobile .header-menu li {
    margin-bottom: 2rem;
  }
  .header-nav__mobile .accordion__body-inner {
    gap: 2rem;
  }
}
.header-menu__burger {
  width: 100%;
}

.header-nav__mobile .header-phone__mobile {
  margin-top: 3.3125rem;
  text-align: center;
}
.header-nav__mobile .header-phone__mobile a {
  color: #242528;
}
.header-nav__mobile .header-mail__mobile {
  text-align: center;
  margin-top: 1rem;
  font-size: 1.25rem;
}
.header-nav__mobile .header-mail__mobile a {
  color: #242528;
}
.header-nav__mobile .social {
  justify-content: center;
  margin-top: 1rem;
}
.header-nav__mobile .header-menu li a {
  font-weight:500;
}
.header-nav__mobile .header-phone__mobile {
  font-size: 1.5rem;
}
.header-nav__mobile .header-menu__burger a {
  font-size: 1rem;
}


/*тест*/

.section-services-menu .accordion__body-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}
.section-services-menu .accordion__head {
  font-weight: 500;
  color: #242528;
  text-align: unset;
  font-family: "Nagel", serif;
  padding: 0;
  border-radius: 10px;
  height: 50px;
  background-color: #F5F5F5;
}
.section-services-menu .accordion {
  border-radius: 1rem;
}
.section-services-menu .accordion__head::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.72726 7.20529C4.90993 6.38796 4.90993 5.0628 5.72726 4.24547L9.6663 0.306434C10.075 -0.102231 10.7375 -0.102232 11.1462 0.306433C11.5549 0.715098 11.5549 1.37768 11.1462 1.78634L5.72726 7.20529Z' fill='%23242528'/%3E%3Cpath d='M5.72726 7.20529L0.306763 1.78479C-0.101046 1.37698 -0.101046 0.715792 0.306763 0.307983C0.714572 -0.0998258 1.37576 -0.0998261 1.78357 0.307983L5.72726 4.25167C6.54288 5.06729 6.54288 6.38967 5.72726 7.20529Z' fill='%23242528'/%3E%3C/svg%3E");
  right: 1rem;
  top: 20px;
}
.section-services-menu .accordion__item.active .accordion__head::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-services-menu .header-menu {
  gap: unset;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .section-services-menu .accordion__head {
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
  }
  .section-services-menu .header-menu li {
    margin-bottom: 2rem;
  }
  .section-services-menu .accordion__body-inner {
    gap: 2rem;
  }
}
.section-services-menu .header-menu__burger {
  width: 100%;
}

.section-services-menu {
  @media (min-width: 768px) {
    display: none;
  }
}
.section-services-menu {
  margin-bottom: unset;
}
.section-services-menu .header-menu {
  margin-bottom: unset;
}
.section-services-menu .header-menu li a {
  font-weight: 500;
}
@media (max-width: 768px) {
  .contact__city {
    font-size: 1.5rem;
  }
}
#ourHelp_desc_section .section-title {
  max-width: 63rem;
}
#ourHelp_desc_section {
 @media (min-width: 1200px) {
   margin-bottom: 2.625rem;
 }
}
strong, b  {
  font-weight: 500 !important;
}
.achieve-pagination .swiper-pagination-bullet,
.mission-pagination .swiper-pagination-bullet,
.blog__pagination .swiper-pagination-bullet{
  height: 5px;
  width: 5px;
}
.card_slider .swiper-wrapper {
  @media (min-width: 768px) {
    display: grid;
  }
  @media (max-width: 767px) {
    gap: unset;
  }
}

.card_slider .swiper-slide {
  display: flex;
  height: auto;
}
@media (max-width: 767px) {
  .card_slider {
    overflow: hidden;
  }
}
.card_slider .swiper-pagination {
  position: unset;
  margin-top: 1.125rem;
  @media (min-width: 768px) {
    display: none;
  }
}
.card_slider .card__title {
  width: 100%;
  text-align: left;
}
.sitemap {
  a {
    color: #242528;
  }
  ul {
      margin-bottom: 2rem;
      list-style-type:  none;
    @media (max-width: 767px) {
      padding-left: 1.5rem;
      
    }
  }
  li {
    margin-bottom: 1rem;
  }
  .sitemap_sections {
    font-size: 1.25rem;
  }
  .sitemap_subsections {
    font-size: 1.15rem;
  }
}

/*Вопросы и ответы на главной*/
.qa-section__title {
  margin-bottom: 1.25rem
}

.qa-section__subtitle {
  margin-bottom: 1.5625rem
}

.qa-section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: .625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (min-width: 1200px) {
  .qa-section__title {
    margin-bottom:1.5625rem
  }

  .qa-section__subtitle {
    margin-bottom: 3.75rem
  }

  .qa-section__list {
    row-gap: 1.25rem
  }
}

.qa {
  font-family: Nagel,sans-serif;
  font-size: 1rem;
  line-height: 140%
}

.qa:not(:first-child) {
  border-top: 1px solid #f9f9f9;
  padding-top: .625rem
}

.qa__header {
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.qa__title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%
}

.qa__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: center;
  width: 1rem;
  -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
}

.qa__icon:before {
  content: "+"
}

.qa__content {
  display: none
}

.qa__wrapper {
  padding-top: 1.25rem
}

.qa.open .qa__icon:before {
  content: "-"
}

@media (min-width: 768px) {
  .qa__icon {
    border:2px solid #242528;
    border-radius: .625rem;
    font-size: 1.25rem;
    height: 3.125rem;
    line-height: 1.5rem;
    width: 3.125rem
  }

  .qa__content {
    padding-right: 3.75rem
  }

  .qa__wrapper {
    padding-top: 0
  }
}

@media (min-width: 1200px) {
  .qa {
    font-size:1rem;
    line-height: 140%
  }

  .qa:not(:first-child) {
    padding-top: 1.25rem
  }

  .qa__title {
    font-size: 1.125rem;
    line-height: 140%
  }

  .qa__icon {
    height: 3.125rem;
    width: 3.125rem
  }
}
.section-sm {
  margin-bottom: 1.5625rem
}

@media (min-width: 1200px) {
  .section-sm {
    margin-bottom:3.125rem
  }
}

.section-subtitle {
  font-family: Nagel,sans-serif;
  font-size: .875rem;
  font-weight: 400;
  margin-bottom: 3.125rem;
  max-width: 66rem
}

.section-subtitle a {
  color: #0253e0;
  font-weight: 500;
  text-decoration: none
}

.section-subtitle a:hover {
  color: #014acb;
  text-decoration: none
}

@media (min-width: 1200px) {
  .section-subtitle {
    font-size:1rem
  }
}

/*Стили для обновленной главной страницы*/
.tech {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
}

@media (max-width: 768px) {
    .tech .btn {
        height: 3.75rem;
    }

    .tech .btn-new::after {
        content: none;
    }
}

@media (min-width: 768px) {
    .tech {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

.tech-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, 6.5rem);
    gap: 1.25rem;
    padding: .5rem 0 0;
    margin: 0;
    list-style: none;
}

@media (min-width: 768px) {
    .tech-list {
        display: flex;
    }
}

.tech-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
    border-radius: 0.625rem;
    width: 100%;
    max-width: 6.5rem;
    height: 100%;
}

.tech-card__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    user-select: none;
    pointer-events: none;
}
.tech-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tech-grid {
    display: -ms-grid;
    display: grid;
    grid-row-gap: .625rem;
    grid-column-gap: .625rem;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr
}

@media (min-width: 576px) {
    .tech-grid {
        -ms-grid-columns:1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr
    }
}

@media (min-width: 768px) {
    .tech-grid {
        -webkit-column-gap:1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 1.25rem
    }
}

.tech-item {
    aspect-ratio: 112/64;
    background-color: #f9f9f9;
    border-radius: .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    .tech-item {
        aspect-ratio:104/60
    }
}

.price-list {
    width: 100%;
}
.price-list__legend {
    padding: 0 1.25rem 0.625rem 1.25rem;
    border-bottom: 2px solid #F9F9F9;
    display: grid;
    grid-column-gap: 1.25rem;
    grid-template-columns: 16.125rem 1fr 9.375rem 3.125rem;
}
.price-list__header {
    color: #A3A3A3;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    min-height: 2.5rem;
    display: flex;
    align-items: center;
}
.price-list__header--cms {
    grid-column: span 2;
}
.price-list__item {
    padding: 0.625rem 1.25rem;
    border-bottom: 2px solid #F9F9F9;
    display: grid;
    grid-column-gap: 1.25rem;
    grid-template-columns: 16.125rem 1fr 9.375rem 3.125rem;
}
.price-list__item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}
.price-list__col--cms {
    font-size: 0.875rem;
    line-height: 1.5625rem;
}
.price-list__col--button {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.price-list__title {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 0.5rem;
}
.price-list__title a {
  color: #242528;
}
.price-list__value {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin-bottom: 0.5rem;
}
.price-list__term {
    color: #A3A3A3;
    font-size: 0.875rem;
    line-height: 1.125rem;
}
.price-list__text {
    /*font-size: 0.875rem;*/
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    line-height: 1.125rem;
    margin-bottom: 1.25rem;
}
.price-list__tags {
    font-size: 0.875rem;
    line-height: 1.125rem;
    display: flex;
    column-gap: 0.9375rem;
    align-items: center;
    flex-wrap: wrap;
}
.price-list__text-bottom {
    font-size: 0.875rem;
    line-height: 1.125rem;
}
.price-list__tag {
    font-weight: 500;
}
.price-list__link {
    color: #0253E0;
    text-decoration: none;
    transition: 0.25s;
    font-weight: 500;
}
.price-list__link:hover {
    color: #014ACB;
    text-decoration: none;
    transition: 0.25s;
}
@media (min-width: 1024px) {
    .price-list__legend {
        padding-right: 0;
        padding-bottom: 0.9375rem;
    }
    .price-list__item {
        padding-right: 0;
    }
}
@media (min-width: 1200px) {
    .price-list__header {
        font-size: 1rem;
        line-height: 1.125rem;
        min-height: 3.125rem;
    }
    .price-list__legend {
        grid-template-columns: 21.125rem 1fr 9.375rem 3.125rem;
    }
    .price-list__item {
        padding-top: 1.185rem;
        padding-bottom: 1.185rem;
        grid-template-columns: 21.125rem 1fr 9.375rem 3.125rem;
        opacity: 0.5;
        transition: 0.25s;
    }
    .price-list__item.hover, .price-list__item:hover {
        opacity: 1;
        transition: 0.25s;
    }
    .price-list__item ul {
        row-gap: 0.25rem;
    }
    .price-list__title {
        font-size: 1.25rem;
        line-height: 1.375rem;
        margin-bottom: 0.75rem;
    }
    .price-list__value {
        font-size: 1rem;
        line-height: 1.25rem;
        margin-bottom: 0.75rem;
    }
    .price-list__term {
        font-size: 1rem;
        line-height: 1.25rem;
    }
    .price-list__text {
        font-size: 1rem;
        line-height: 1.1875rem;
    }
    .price-list__tags,
    .price-list__text-bottom {
        font-size: 1rem;
        line-height: 1.1875rem;
    }
    .price-list__col--cms {
        font-size: 1rem;
        line-height: 1.5625rem;
    }
}

.scroll-container {
    overflow: visible;
}
.scroll-container .swiper-slide {
    width: 68.4375rem;
}
@media (min-width: 1024px) {
    .scroll-container .swiper-slide {
        width: 100%;
    }
}

.price-lead {
    font-size: 1rem;
    line-height: 140%;
    margin-top: 3.125rem;
    text-align: center;
    display: flex;
    row-gap: 1.5625rem;
    flex-direction: column;
}
.price-lead__button .d-btn {
    width: 100%;
}
@media (max-width: 360px) {
    .price-lead__button .d-btn {
        font-size: 15px !important;
    }
}
@media (min-width: 576px) {
    .price-lead__button .d-btn {
        width: auto;
    }
}
@media (min-width: 768px) {
    .price-lead .d-btn {
        min-width: 32.625rem;
    }
}

.btn-md {
    min-height: 3.75rem;
}
.btn-md:after {
    width: 3.125rem;
    height: 3.125rem;
}
@media (max-width: 575px) {
    .btn-md {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

.btn-icon {
    text-align: center;
    column-gap: 0.3125rem;
    padding: 0.3125rem 0.3125rem 0.3125rem 3.125rem;
}
.btn-icon:after {
    content: "";
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    flex-shrink: 0;
    background-color: white;
    border-radius: 0.625rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNTAnIGhlaWdodD0nNTAnIHZpZXdCb3g9JzAgMCA1MCA1MCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTQgMjQuOTQ4OVYyMy4xODQ3SDMwLjY4MUwyNi4yIDE4LjU5MjFMMjcuMjkyOSAxNy41TDMzLjcwMDMgMjQuMDY2OEwyNy4yOTI5IDMwLjYzMzVMMjYuMiAyOS41NDE0TDMwLjY4MSAyNC45NDg5SDE0WicvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.btn-icon span {
    flex-grow: 1;
    text-align: center;
}
@media (min-width: 768px) {
    .btn-icon {
        column-gap: 1.875rem;
        padding-left: 1.875rem;
    }
    .btn-icon span {
        flex-grow: 0;
    }
    .btn-icon:after {
        width: 3.125rem;
        height: 3.125rem;
    }
}

.btn-normal {
    font-weight: 500;
    text-align: center;
    min-height: 3.125rem;
    padding: 0.3125rem 1.875rem;
}
@media (min-width: 1200px) {
    .btn-normal {
        min-height: 3.75rem;
        font-size: 1.125rem;
    }
}
@media (max-width: 360px) {
    .btn-normal {
        font-size: 15px !important;
    }
}

.price-lead {
    font-size: 1rem;
    line-height: 140%;
    margin-top: 3.125rem;
    text-align: center;
    display: flex;
    row-gap: 1.5625rem;
    flex-direction: column;
}
.price-lead__button .d-btn {
    width: 100%;
}
@media (max-width: 360px) {
    .price-lead__button .d-btn {
        font-size: 15px !important;
    }
}
@media (min-width: 576px) {
    .price-lead__button .d-btn {
        width: auto;
    }
}
@media (min-width: 768px) {
    .price-lead .d-btn {
        min-width: 32.625rem;
    }
}


.d-btn-primary {
    fill: white;
    color: white;
    background-color: #0253E0;
}
.d-btn-primary:hover {
    fill: white;
    color: white;
    background-color: #014ACB;
}
.d-btn-primary:active {
    fill: white;
    color: white;
    background-color: #0253E0;
}

.d-btn-secondary {
    fill: #242528;
    color: #242528;
    background-color: #F5F5F5;
}
.d-btn-secondary:hover {
    fill: #242528;
    color: #242528;
    background-color: #ece9e9;
}
.d-btn-secondary:active {
    fill: #242528;
    color: #242528;
    background-color: #F5F5F5;
}

.d-btn-outline-secondary {
    fill: white;
    color: white;
    border: 2px solid white;
    background-color: transparent;
}
.d-btn-outline-secondary:hover {
    fill: #242528;
    color: #242528;
    background-color: white;
}
.d-btn-outline-secondary:active {
    fill: white;
    color: white;
    background-color: transparent;
}

.d-btn-icon {
    padding-left: 3.125rem;
    padding-right: 0.3125rem;
}
.d-btn-icon span {
    flex-grow: 1;
}
@media (min-width: 768px) {
    .d-btn-icon {
        padding-left: 1.875rem;
        column-gap: 1.875rem;
    }
}

.d-btn-icon-md .d-icon {
    display: none;
}
@media (min-width: 768px) {
    .d-btn-icon-md {
        padding-right: 0.3125rem;
        column-gap: 1.875rem;
    }
    .d-btn-icon-md .d-icon {
        display: block;
    }
}

.d-btn-md {
    min-height: 3.75rem;
}
.d-btn-md .d-icon {
    width: 3.125rem;
    height: 3.125rem;
}
@media (max-width: 575px) {
    .d-btn-md {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

@media (max-width: 575px) {
    .d-btn-left {
        padding-left: 1.25rem !important;
    }
}


.d-btn {
    border: none;
    outline: none;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    min-height: 3.125rem;
    font-size: 1rem;
    line-height: 1.1875rem;
    padding: 0.3125rem 1.875rem;
    user-select: none;
    text-align: center;
    position: relative;
    text-decoration: none;
    display: inline-flex;
    column-gap: 0.625rem;
    align-items: center;
    border-radius: 0.625rem;
    justify-content: center;
    vertical-align: middle;
    transition: 0.25s;
}
.d-btn:hover {
    text-decoration: none;
    transition: 0.25s;
}
.d-btn:focus, .d-btn.focus {
    outline: 0;
}
.d-btn span {
    display: inline-block;
}
@media (min-width: 1200px) {
    .d-btn {
        min-height: 3.75rem;
        font-size: 1.125rem;
    }
}
@media (max-width: 360px) {
    .d-btn {
        font-size: 15px !important;
    }
}
.color-green {
    color: #00FF77 !important;
}

.color-yellow {
    color: #FFD772 !important;
}
.awards-section__title {
    margin-bottom: 1.25rem;
}
.awards-section__subtitle {
    margin-bottom: 1.5625rem;
}
.awards-section__content {
    margin-bottom: 3.125rem;
}
.awards-section__scroll .swiper-slide {
    width: 58.75rem;
}
.awards-section__scroll .swiper-scrollbar {
    display: none !important;
}
@media (min-width: 1024px) {
    .awards-section__scroll .swiper-slide {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .awards-section__title {
        margin-bottom: 1.5625rem;
    }
    .awards-section__subtitle {
        margin-bottom: 3.125rem;
    }
    .awards-section__content {
        margin-bottom: 3.75rem;
    }
}

.awards-list {
    width: 58.75rem;
}
@media (min-width: 1024px) {
    .awards-list {
        width: 100%;
    }
}

.award-item {
    display: flex;
    column-gap: 1.25rem;
    align-items: center;
    padding-bottom: 0.625rem;
    border-bottom: 2px solid #F9F9F9;
}
.award-item:not(:first-child) {
    padding-top: 0.625rem;
}
.award-item__media {
    width: 3.125rem;
    height: 3.125rem;
    display: block;
    overflow: hidden;
    border-radius: 0.625rem;
    flex-shrink: 0;
}
.award-item__header {
    width: 10.3125rem;
    font-size: 0.875rem;
    line-height: 110%;
    flex-shrink: 0;
}
.award-item__value {
    color: #242528;
    font-weight: 500;
    font-size: 1rem;
    line-height: 130%;
}
.award-item__label {
    color: #0253E0;
}
.award-item__year {
    color: #0253E0;
    width: 3.5rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 130%;
    flex-shrink: 0;
}
.award-item__content {
    font-size: 0.875rem;
    line-height: 130%;
    flex-grow: 1;
}
.award-item__content h4, .award-item__content .h4 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 1rem;
    line-height: 130%;
}
.award-item__content p {
    font-size: 0.875rem;
    line-height: 130%;
    margin: 0 !important;
}
@media (min-width: 1200px) {
    .award-item__media {
        width: 4.625rem;
        height: 4.625rem;
    }
    .award-item__header {
        width: 15.25rem;
        font-size: 1rem;
        line-height: 110%;
    }
    .award-item__value {
        font-size: 1.25rem;
        line-height: 130%;
    }
    .award-item__label {
        color: #0253E0;
    }
    .award-item__year {
        width: 5.75rem;
        font-size: 1.25rem;
        line-height: 130%;
    }
    .award-item__content {
        font-size: 1rem;
        line-height: 130%;
    }
    .award-item__content h4, .award-item__content .h4 {
        font-size: 1.25rem;
        line-height: 130%;
    }
    .award-item__content p {
        font-size: 1rem;
        line-height: 130%;
    }
}
.award-btn {
    fill: #242528;
    font-size: 0;
    line-height: 0;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
    display: flex;
    outline: none;
    border-radius: 0.625rem;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F5;
    border: 2px solid #F5F5F5;
    transition: 0.25s;
    flex-shrink: 0;
}
.award-btn i {
    flex-shrink: 0;
    width: 1.25rem;
    height: 0.875rem;
    display: inline-block;
}
.award-btn:hover {
    transition: 0.25s;
    border-color: #242528;
}

.diploma-slider .swiper-slide {
    width: auto;
}
@media (min-width: 1200px) {
    .diploma-slider {
        overflow: hidden;
    }
}

.img-cover {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}
.process-item {
    height: 100%;
    font-size: 0.875rem;
    line-height: 130%;
    text-align: center;
    background-color: #F3F4F6;
    padding: 3.125rem 1.25rem 1.875rem 1.25rem;
    border-radius: 1.5625rem;
    display: flex;
    row-gap: 1.375rem;
    flex-direction: column;
}
.process-item__header {
    font-weight: 500;
    font-size: 1rem;
    line-height: 140%;
    position: relative;
    margin-bottom: 0.3125rem;
}
.process-item__title {
    z-index: 10;
    position: relative;
}
.process-item__icon {
    z-index: 1;
    left: 50%;
    position: absolute;
}
.process-item__icon--01 {
    top: -1.9375rem;
    margin-left: -1.875rem;
    width: 4.375rem;
    height: 4.0625rem;
}
.process-item__icon--02 {
    top: -1.875rem;
    margin-left: -2.3125rem;
    width: 4.625rem;
    height: 4.1875rem;
}
.process-item__icon--03 {
    top: -1.375rem;
    margin-left: -2.6875rem;
    width: 5.4375rem;
    height: 3.625rem;
}
.process-item__link {
    color: #242528;
    text-decoration: underline;
}
.process-item__link:hover {
    color: #242528;
    text-decoration: none;
}
@media (min-width: 1200px) {
    .process-item {
        font-size: 1rem;
        line-height: 130%;
        row-gap: 1.5625rem;
        padding-top: 3.4375rem;
        padding-bottom: 1.5625rem;
        box-shadow: 0px 13px 26px 0px rgba(1, 1, 1, 0);
        transition: 0.25s;
    }
    .process-item:hover {
        box-shadow: 0px 13px 26px 0px rgba(1, 1, 1, 0.05);
        transition: 0.25s;
    }
}
[data-processes] {
    overflow: hidden;
}
@media (min-width: 1200px) {
    [data-processes] {
        overflow: visible;
    }
}

.diploma-list {
    overflow: visible;
}
@media (min-width: 1200px) {
    .diploma-list {
        overflow: hidden;
    }
}

.diploma-item {
    display: block;
    overflow: hidden;
    @media (max-width: 1199px) {
        width: 9.0625rem !important;
    }

}
/*@media (min-width: 768px) {*/
/*    .diploma-item {*/
/*        width: 11.25rem !important;*/
/*    }*/
/*}*/
/*@media (min-width: 1200px) {*/
/*    .diploma-item {*/
/*        width: auto !important;*/
/*    }*/
/*}*/
[data-cases-img] .slides-pagination,
[data-processes] .slides-pagination,
[data-diploma] .slides-pagination,
.achieve-pagination {
    text-align: center;
    .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }
}

[data-cases-img] .slides-pagination,
[data-processes] .slides-pagination,
[data-diploma] .slides-pagination {
    margin-top: 10px;
}
.price-list__text-bottom__link {
    color: #0253E0;
}
.price-list__text-bottom {
    display: flex;
    gap: 1rem;
    margin: 1rem 0;
    .price-list__text-bottom__link {
        text-decoration: underline;
    }
}
.price-list__col.d-price__col--content:has(.price-list__text-bottom) {
    .price-list__text {
        margin-bottom: 0;
    }
}
.help_description .section-sub p {
    @media (min-width: 1200px) {
        font-size: 1rem;
    }
}

.service-hero {
  color: #242528;
  font-family: Nagel,sans-serif;
  margin-bottom: 3.125rem
}

.service-hero__wrapper {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 1.6875rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr
}

.service-hero__header {
  font-family: Nagel,sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 130%;
  margin: 0 0 1.5625rem;
  span {
  color: #0253E0;
}
}

.service-hero__content {
  font-size: .875rem;
  line-height: 160%
}

.service-hero__text {
  margin-bottom: 1.5625rem
}

.service-hero__text p {
  margin-bottom: .9375rem
}

.service-hero__text p:last-child {
  margin-bottom: 0
}

.service-hero__text strong {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1.25rem
}

.service-hero__text a {
  color: #0253e0;
  font-weight: 500;
  text-decoration: none
}

.service-hero__text a:hover {
  color: #014acb;
  text-decoration: none
}

.service-hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: .625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (min-width: 768px) {
  .service-hero__buttons {
    -webkit-column-gap:1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}



@media (min-width: 1024px) {
  .service-hero__wrapper {
    grid-column-gap:2.5rem;
    -ms-grid-columns: 1fr 11.875rem;
    grid-template-columns: 1fr 11.875rem
  }

  .service-hero__aside {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}


@media (min-width: 1200px) {
  .service-hero {
    margin-bottom:6.25rem;
    padding-top: 3.125rem;
  }

  .service-hero__header {
    font-size: 4.375rem;
    line-height: 5.25rem;
    margin-bottom: 3.125rem
  }

  .service-hero__lead {
    margin-bottom: 2.5rem
  }

  .service-hero__content {
    font-size: 1.125rem;
    line-height: 160%
  }

  .service-hero__text {
    margin-bottom: 3.125rem
  }

  .service-hero__text p {
    margin-bottom: 2rem
  }

  .service-hero__text p:last-child {
    margin-bottom: 0
  }

  .service-hero__text strong {
    font-size: 1.5rem;
    line-height: 160%
  }
}

.service-hero-link {
  background-color: #242528;
  border-radius: .625rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .875rem;
  font-weight: 500;
  line-height: 140%;
  padding: .625rem 1.25rem;
  stroke: #535353;
  text-decoration: none;
  -webkit-transition: .25s;
  transition: .25s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.service-hero-link__lead {
  color: #0f7;
  display: block;
  font-size: 1rem;
  line-height: 140%
}

.service-hero-link__lead span {
  text-decoration: underline
}

.service-hero-link__content {
  display: block
}

.service-hero-link__icon {
  border-radius: 2.5rem;
  height: 2.5rem;
  width: 2.5rem
}

.service-hero-link:hover {
  stroke: #fff;
  text-decoration: none;
  -webkit-transition: .25s;
  transition: .25s
}

@media (min-width: 1024px) {
  .service-hero-link {
    border-radius:1.25rem;
    font-size: 1rem;
    line-height: 140%;
    padding: 4.25rem .625rem 1.25rem;
    row-gap: 2.375rem;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .service-hero-link__lead {
    font-size: 1.125rem;
    line-height: 140%
  }
}
@media (max-width: 1199px) {
  .service-hero.main_page {
    padding-top: 2rem;
  }
}

.btn-icon {
  -webkit-column-gap: .3125rem;
  -moz-column-gap: .3125rem;
  column-gap: .3125rem;
  padding: .3125rem .3125rem .3125rem 3.125rem;
  text-align: center
}

.btn-icon:after {
  content: "";
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  -ms-flex-negative: 0;
  background-color: #fff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDUwIDUwIj48cGF0aCBkPSJNMTQgMjQuOTQ5di0xLjc2NGgxNi42ODFMMjYuMiAxOC41OTJsMS4wOTMtMS4wOTIgNi40MDcgNi41NjctNi40MDcgNi41NjdMMjYuMiAyOS41NGw0LjQ4MS00LjU5MnoiLz48L3N2Zz4=");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .625rem;
  flex-shrink: 0
}

.btn-icon span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center
}

@media (min-width: 768px) {
  .btn-icon {
    -webkit-column-gap:1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    padding-left: 1.875rem
  }

  .btn-icon span {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
  }

  .btn-icon:after {
    height: 3.125rem;
    width: 3.125rem
  }
}
@media (max-width: 767px) {
  .price-list.main-page  {
  .price-list__text-bottom {
      margin-bottom: 1rem;
  }
    .price-list__item {
      grid-template-columns: 16.125rem 1fr 3.375rem 3.125rem;
    }
  }
}
.service-hero.main_page {
    @media (max-width: 767px) {
        .service-hero__content {
            font-size: 1rem;
        }
        .service-hero__header {
            max-width: 20rem;
            font-size: 2.3125rem;

        }
    }
}




/* "Достижения (в цифрах)" */
.count {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 3rem;
}

.count .count-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.count__number {
  font-weight: 500;
  font-size: 48px;
  line-height: 140%;
  text-indent: 2px;
}

.count__text {
  color: #2A2424;
  font-weight: 400;
  font-size: 1rem;
  line-height: 140%;
  text-indent: 2px;
}

@media (max-width: 1199px) {
  .count__number {
    font-size: 32px;
  }

  .count__text {
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  .count {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.0625rem;
    row-gap: 1.25rem;
  }
}

@media (max-width: 390px) {
  .count {
    grid-template-columns: 1fr;
  }

  .count__text {
    font-size: 0.875rem;
  }
}
/* Конец блока "Достижения (в цифрах)" */

/* Блок "О компании", CEO */
.about-company-wrapper {
  display: -ms-grid;
  display: grid;
}
@media only screen and (min-width: 1200px) {
  .about-company-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.team-photo {
  border-radius: 0.5rem;
  overflow: hidden;
}
.team-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .team-photo {
    aspect-ratio: 646/479;
  }
}
@media only screen and (min-width: 768px) {
  .team-photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40.375rem;
            flex: 0 0 40.375rem;
    height: 29.9375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .team-photo {
    margin-right: 4.375rem;
  }
}
@media only screen and (max-width: 1199px) {
  .team-photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.ceo-cont {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media only screen and (max-width: 1199px) {
  .ceo-cont {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 1.5625rem;
  }
}

.ceo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.375rem;
  padding-top: 0.375rem;
}
.ceo__img {
  width: 5rem;
  height: 5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5rem;
          flex: 0 0 5rem;
  margin-right: 0.9375rem;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .ceo__img {
    margin-right: 1.75rem;
  }
}
.ceo__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ceo__title {
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #2a2424;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .ceo__title {
    font-size: 1.875rem;
  }
}
.ceo__title span {
  color: #0253e0;
}
.ceo__title b span {
  color: #fc342a;
}
.ceo__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: #2a2424;
  margin-bottom: 2.1875rem;
}
.ceo__text > *:last-child {
  margin-bottom: 0;
}
.ceo__quote {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #000;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .ceo__quote {
    font-size: 1.25rem;
  }
}
.ceo__quote span {
  color: #0253e0;
}

@media only screen and (min-width: 768px) {
  .about-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .about-company {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.9375rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem;
  }
}
.about-company__video-btn {
  border: 1px solid #2a2424;
  font-weight: 500;
  font-size: 0.9375rem;
  text-align: center;
  color: #fff;
  text-align: center;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #2a2424;
  padding: 1.25rem;
  border-radius: 0.9375rem;
  cursor: pointer;
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 768px) {
  .about-company__video-btn {
    margin-right: 1.1875rem;
    width: 9.9375rem;
    height: 9.9375rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.9375rem;
            flex: 0 0 9.9375rem;
  }
}
.about-company__video-btn:hover {
  background: #fff;
  color: #2a2424;
}
.about-company .client-item {
  background: #F9F9F9;
  border-radius: 0.9375rem;
  aspect-ratio: 1/1;
  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;
  /* padding: 0.9375rem; */
  min-width: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .about-company .client-item:last-child {
    display: none;
  }
}
.about-company .client-item:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.about-company .client-item img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  max-width: 100%;
  aspect-ratio: 1/1;
}
.about-company .clients-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.625rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .about-company .clients-list {
    -ms-grid-columns: 1fr 0.9375rem 1fr 0.9375rem 1fr 0.9375rem 1fr 0.9375rem 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.9375rem;
  }
}

/* Конец блока "О компании", CEO */


/* "Награды" */
@media only screen and (max-width: 567px) {
  .awards {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .awards .swiper {
    padding-left: 1.25rem;
  }
}

.awards-item {
  aspect-ratio: 219/302;
  position: relative;
  z-index: 1;
  width: 13.6875rem;
}
.awards-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

/* Конец "Награды" */

/* Блоки, заголовки и текст */
.section-subtitle {
  font-family: Nagel, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 3.125rem;
  max-width: 66rem
}

.section-subtitle a {
  color: #0253e0;
  font-weight: 500;
  text-decoration: none
}

.section-subtitle a:hover {
  color: #014acb;
  text-decoration: none
}

@media (min-width: 1200px) {
  .section-subtitle {
    font-size: 16px;
  }
}

.section-subtitle--tech {
  margin-bottom: 0;
}

.section-subtitle-check {
  margin-bottom: 1.275rem
}

.section-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  vertical-align: middle;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .section-title {
    font-size: 42px;
  }
}

@media (min-width: 1200px) {
  .section-check-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 20px;
  }
}

.service-hero__description {
  margin-bottom: 50px;
}

.color-blue {
  color: #0253E0 !important;
}

.likeit-red {
  color: #fc342a !important;
}

.color-yellow {
  color: #ffd772 !important
}

.mxw_unset {
  max-width: unset;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_50 {
  margin-bottom: 50px;
}

.black-container--small {
  padding-block: 3.125rem;
}
/* Конец блоки, заголовки и текст */

/* Вращающийся кружочек */
.download-btn {
  position: relative;
  width: 208px;
  height: 208px;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease;
}

.download-btn__text-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotateTextRing 25s linear infinite;
}

.download-btn__svg {
  width: 100%;
  height: 100%;
}

.download-btn__text {
  fill: #242528;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.download-btn__center-circle {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #0253E0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  transition: transform 0.3s ease, background-color 0.3s ease;
  z-index: 2;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}

.download-btn:hover .download-btn__center-circle {
  transform: scale(1.05);
  background-color: #014acb;
}

@keyframes rotateTextRing {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 1024px) {
  .service-hero__aside {
    justify-self: end;
    align-self: end;
  }
}

@media (max-width: 1023px) {
  .download-btn__text-ring {
    display: none;
  }

  .download-btn {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 52px;
    border-radius: 8px;
    background: #0253e0;
    box-shadow: none;
    padding: 1.09375rem 1.9375rem;
    box-sizing: border-box;
  }

  .download-btn__center-circle {
    position: static;
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    color: #ffffff;
  }

  .download-btn__center-circle {
    font-size: 0;
  }

  .download-btn__center-circle::before {
    content: "Скачать презентацию о компании Лайкит";
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
  }

  .download-btn:hover {
    background-color: #00c;
  }

  .download-btn:hover .download-btn__center-circle {
    background-color: transparent;
    transform: none;
  }
}

@media (max-width: 767px) {
  .download-btn {
    padding: 0.3125rem 1.875rem;
  }
}
/* Конец кружочка */

/* Блок "Форматы работы */
.work-formats {
  .section-subtitle--tech {
    max-width: 100%;
  }

  .section-check-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .section-check-item-icon {
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section-check-item-content {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
  }

  .section-check-items-title {
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 140%;
    vertical-align: middle;
  }

  .section-check-item-title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.3;
  }

  .section-check-item-text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4;
  }

  .section-check--tech {
    margin-top: 3.125rem;
  }

  @media (max-width: 1199px) {
    .section-check-items--tech {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1.25rem;

      .section-check-items-title {
        font-size: 1.25rem;
      }

      .section-check-item {
        gap: 5px;
      }

      .section-check-item-title {
        font-size: 1rem;
      }
    }
  }

  @media (max-width: 1000px) {
    .section-check-items {
      display: grid;
    }

    .section-check-item-icon {
      width: 35px;
      height: 48px;
    }

    .section-check-item-icon svg {
      width: 34px;
      height: 34px;
    }

    .section-check-item-title {
      font-size: 1.125rem;
    }
  }

  @media (max-width: 575px) {
    .section-check-item-title {
      line-height: unset;
      margin-bottom: 0.625rem;
    }

    .section-check-item-text {
      font-size: 0.875rem;
    }

    .section-check-items--tech {
      overflow-x: auto;
      display: grid;
      scrollbar-width: none;
      gap: 0.625rem;

      &::-webkit-scrollbar {
       display: none;
      }
    }

    .section-check-item {
      width: 75vw;
      min-width: 75vw;
    }
  }

  @media (max-width: 425px) {
    .section-check-item {
      width: 65vw;
      min-width: 65vw;
    }
  }
}
/* Конец "Форматы работы */

/* Блок "Наша команда" */
.persons {
  .persons__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .persons__title {
    margin-bottom: 0;
  }

  .persons__button {
    display: none;
  }

  .persons__footer {
    margin-top: 1.5625rem;

    .btn {
      display: flex;
    }
  }

  .persons__list {
    overflow: visible !important;

    .swiper-slide {
      align-items: initial;
    }
  }

  .person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .875rem;
    line-height: 140%;
    min-height: 15.875rem;
    width: auto !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    &:hover {
      .person__overlay {
        opacity: 1;
        visibility: visible;
      }
    }
  }

  .person__image {
    border-radius: .625rem;
    display: block;
    margin-bottom: .625rem;
    overflow: hidden;
    position: relative;
  }

  .person__name {
    font-weight: 500;
    font-size: 1rem;
    line-height: 161%;
  }

  .person__staff {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 161%;
  }

  .person__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    box-sizing: border-box;
    border-radius: 25px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 5;

    .btn {
      color: #fff;
      background: none;
      font-weight: 400;
      line-height: 120%;
      text-align: center;
      padding: 0 0.65rem;
      width: 100%;
      height: 100%;
      border: none;
      cursor: pointer;
    }
  }

  @media (min-width: 1024px) {
    .persons__footer {
      display: none;
    }

    .persons__button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }

  @media (min-width: 1200px) {
    .persons__list {
      overflow: hidden;
    }

    .person {
      font-size: 1.125rem;
      line-height: 140%;
      width: auto;
    }

    .person__image {
      border-radius: 1.5625rem;
      margin-bottom: 1.375rem;
    }

    .person__name {
      font-size: 1.25rem;
    }

    .person__staff {
      font-size: 1.125rem;
    }
  }
}
/* Конец "Наша команда" */

/* Блок "Наши услуги" */
.our-services {
  .section-subtitle--tech {
    margin-bottom: .9375rem;
  }

  .services-card {
    padding: .625rem 0;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #f9f9f9;
    border-bottom: 1px solid #f9f9f9;

    @media (min-width: 1200px) {
      & {
        padding: 1.5rem 0;
      }
    }
  }

  .services-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  .services-card__title {
    color: #242528;
    margin: 0;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 100%;

    @media (min-width: 1200px) {
      & {
        font-size: 2rem;
      }
    }
  }

  .services-card__toggle-btn {
    width: 32px;
    height: 32px;
    border: 1px solid #111111;
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    &::before {
       content: '';
       width: 12px;
       height: 2px;
       background-color: #111111;
       display: block;
     }
  }

  .services-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    margin: 1.25rem 0;
  }

  .services-card__tag {
    display: inline-block;
    text-decoration: none;
    background-color: #f4f4f4;
    color: #242528;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 100%;
    text-align: center;
    border-radius: 10px;
    transition: background-color 0.2s ease, color 0.2s ease;

    &:hover {
       background-color: #00c;
       color: #fff;
    }
  }

  .services-card__meta {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
    padding: 8px 0;
  }

  .services-card__price {
    color: #242528;
    font-weight: 500;
    font-size: 1rem;
    line-height: 100%;
  }

  .services-card__duration {
    color: #A3A3A3;
    font-weight: 500;
    font-size: 1rem;
    line-height: 100%;
  }

  .services-card__desc-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .services-card__description {
    color: #242528;
    font-weight: 400;
    font-size: 1rem;
    line-height: 100%;
  }

  .services-card__link {
    color: #0253E0;
    text-decoration: none;
    align-self: flex-start;
    font-weight: 500;
    font-size: 1rem;
    line-height: 100%;
  }

  @media (min-width: 768px) {
    .services-card__desc-wrapper {
      align-items: flex-start;
    }
  }

  .services-card__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: center;
    width: 1rem;
    -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;
  
    &:before {
       content: "+"
    }
  }
  
  .services-card__body {
    display: none
  }
  
  .services-card.open .services-card__body {
    display: block;
  }
  
  .services-card.open .services-card__icon:before {
    content: "-"
  }
  
  @media (min-width: 768px) {
    .services-card__icon {
      border: 2px solid #242528;
      border-radius: .625rem;
      font-size: 1.25rem;
      height: 3.125rem;
      line-height: 1.5rem;
      width: 3.125rem
    }
  
    .services-card__body {
      padding-right: 3.75rem
    }
  }
  
  @media (min-width: 1200px) {
    .services-card {
      font-size: 1rem;
      line-height: 140%
    }
  
    .services-card:not(:first-child) {
      padding-top: 1.25rem
    }
  
    .services-card__icon {
      height: 3.125rem;
      width: 3.125rem
    }
  }
}
/* Конец блока "Наши услуги" */

/* Слайдер о компании */
.company-slider {
  .swiper {
    width: 100%;
    cursor: pointer;

    &:active {
      cursor: grabbing;
    }
  }

  .swiper-wrapper {
    will-change: transform;
    align-items: center;
  }

  .swiper-slide {
    width: 457px; 
    height: 457px; 
    flex-shrink: 0;
    border-radius: 25px;
    overflow: hidden;
  }

  .img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;  
    display: block;
  }

  @media (max-width: 1024px) {
    .swiper {
      height: 295px;
    }
    .swiper-slide {
      width: 220px; 
      height: 295px;
    }
  }
}
/* Конец слайдера */

/* История компании */
.history__header-title {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  aspect-ratio: 1413 / 122;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.history__tabs {
  position: relative;
  width: 100%;
  contain: layout;
}

.history__tabs-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  transition-property: transform;
  box-sizing: content-box;
  min-height: 125px;
}

.history__tabs-slide {
  flex-shrink: 0;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.history__tabs-slide:last-child .history__tabs-separator {
  display: none;
}

.history__tabs-indicator {
  display: none !important;
}

.history__tabs-btn {
  color: #D4D4D4;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: color 0.3s ease, font-size 0.3s ease;
  font-weight: 500;
  font-size: 48px;
  line-height: 130%;
  margin-right: 11px;
}

.history__tabs-btn:hover {
  color: #333333;
}

.history__tabs-btn--active {
  color: #242528;
  font-weight: 500;
  font-size: 96px;
  line-height: 100%;
}

.history__tabs-btn--active::after {
  color: #D4D4D4 !important;
}

.history__tabs-separator {
  color: #D4D4D4;
  font-size: 48px;
  font-weight: 400;
  line-height: 130%;
  user-select: none;
  pointer-events: none;
}

.history__content {
  position: relative;
  display: grid;
  grid-template-rows: 1fr;
  contain: layout paint;
}

.history__panel {
  grid-area: 1 / 1 / 2 / 2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0);
  transition: opacity 0.8s ease, visibility 0.8s ease, transform 0.8s ease;
  display: block !important; 
  pointer-events: none;
}

.history__panel--active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  z-index: 1;
}

.history__title {
  color: #242528;
  font-weight: 500;
  font-size: 48px;
  line-height: 140%;
  text-indent: 2px;
  margin: 25px 0;
}

.history__text {
  color: #242528;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-indent: 2px;
  margin-bottom: 25px;
}

.history__gallery {
  max-width: 100%;
}

.history__gallery::-webkit-scrollbar {
  display: none;
}

.history__gallery .swiper-slide {
  width: 140px;
  height: 140px;
}

@keyframes historyImageFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.history-slider-wrp .history__thumb {
  display: block;
  width: 140px;
  margin-right: 10px;
}

.history-slider-wrp .history__thumb--active .history__img {
  animation: historyImageFade 0.4s ease forwards;
}

.history-slider-wrp .history__thumb.u-hidden {
  display: none !important;
}

.history__thumb,
.history__cases-link {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background-color: #f5f5f7;
  display: block;
}

.history__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.history__cases-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-decoration: none;
  color: #242528;
  background-color: #F5F5F5;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
}

.history__cases-link:hover {
  background-color: #00c;
  color: #fff;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1199px) {
  .history__tabs {
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  
  .history__tabs::-webkit-scrollbar {
    display: none;
  }

  .history__tabs-wrapper {
    width: max-content;
    min-height: 70px;
  }

  .history__tabs-slide {
    width: auto !important; 
  }

  .history__tabs-btn {
    font-size: 32px;
    margin-right: 3px;
  }

  .history__tabs-btn--active {
    font-size: 40px;
  }

  .history__tabs-separator {
    font-size: 32px;
  }

  .history__title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .history__tabs-slide {
    gap: 8px;
  }

  .history__tabs-btn {
    font-size: 22px;
  }

  .history__tabs-btn--active {
    font-size: 30px;
  }

  .history__tabs-separator {
    font-size: 22px;
  }

  .history__title {
    font-size: 20px;
  }
  
  .history__tabs-wrapper {
    min-height: 40px;
  }
}

@media (min-width: 700px) {
  [data-history-tabs] {
      overflow: visible !important;
  }
  [data-history-tabs] .swiper-wrapper {
      transform: none !important;
      display: flex;
      flex-wrap: wrap;
  }
  [data-history-tabs] .swiper-slide {
      width: auto !important;
  }
}
/* Конец истории компании*/

/* Форма ОС предложения*/
.offer-form {
  .black-container {
    max-width: unset;
    border-radius: 0;
  }

  .quote-container {
    display: flex;
    gap: 85px;
    color: #ffffff;
    margin-bottom: 100px;
  }

  .quote-author {
    flex: 0 0 250px;
  }

  .quote-author__avatar {
    position: relative;
    margin-bottom: 22px;
    width: 220px;
    height: 295px;
    border-radius: 25px;

    .quote-author__avatar-icon {
      width: 100%;
      height: 100%;
      border-radius: 8px;
      object-fit: cover;
    }
  }

  .quote-author__quote-icon {
    position: absolute;
    right: -75px;
    top: 25px;
    width: 110px;
    height: 110px;
    object-fit: contain;
  }

  .quote-author__name {
    font-size: 20px;
  }

  .quote-author__position {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .quote-author__experience {
    color: #00FF77;
    line-height: 1.5;
  }

  .quote-author__text {
    font-size: 18px;
    line-height: 1.5;
    color: #ccc;
  }

  .quote-content {
    flex: 1;
    min-width: 0;
  }

  .contact__title {
    font-weight: 500;
    font-size: 64px;
    line-height: 100%;
    color: #fff;
  }

  .contact__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
  }

  .contact__form {
    margin-top: 1.25rem;
  }

  .contact__form-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;    
  }

  .contact__form-offer {
    .contact__form-items {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .contact__form-subheading {
      width: 100%;
      font-size: 18px;
      font-weight: 500;
      color: #ffffff;
      line-height: 100%;
    }

    .contact__form-label {
      display: block;
      margin-bottom: 12px;
      font-weight: normal;
      color: #fff;
    }

    .contact__form-item {
      display: flex;
      flex-direction: column;
    }

    .contact__form-item--group {
      display: flex;
      flex-direction: row;
      align-items: start;
      flex-wrap: nowrap; 
      gap: 20px;
      width: 100%;

      .contact__form-label {
        margin-bottom: 0;
        flex: 0 0 200px;
        width: 200px;
        font-size: 18px;
      }

      .contact__form-options {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        flex: 1 1 auto;
        min-width: 0;    
      }
    }

    .contact__form-item.contact__form-item--group {
      max-width: unset;
    }

    .contact__form-item--full {
      width: 100%;
    }

    .contact__form-item--full.contact__form-item {
      max-width: unset;
    }

    .contact__form-item--flex-col {
      flex-direction: column;
      align-items: flex-start;

      .contact__form-label {
        flex: none;
        width: auto;
        margin-bottom: 12px;
        font-size: 18px;
      }

      .contact__form-input {
        width: 100%;
        max-width: unset !important;
      }
    }

    .contact__form-item-wrp {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      width: 100%;

      .contact__form-item {
        display: flex;
        flex-direction: column;
        flex: 1 1 250px;
      }

      .contact__form-input {
        width: unset;
      }
    }

    .contact__form-consent {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 8px;
      color: #fff;
      font-size: 14px;
    }

    .contact__form-buttons {
      width: 100%;

      .contact__form-button {
        width: 100%;
        min-height: 60px;
        border-radius: .625rem;
      }
    }

    .contact__form-choice {
      display: flex;
      align-items: center;
      width: auto;
      max-width: fit-content;
      min-height: 60px;
      padding: 12px 20px;
      box-sizing: border-box;
      cursor: pointer;
      user-select: none;
      background: #3D3D3D;
      border-radius: .625rem;
      border: none;
      transition: background-color 0.2s ease;
    }

    .contact__form-choice-input {
      position: absolute;
      opacity: 0;
      width: 0;
      height: 0;
      margin: 0;
    }

    .contact__form-choice:has(.contact__form-choice-input[type="checkbox"]) .contact__form-choice-indicator {
      position: relative;
      flex-shrink: 0;
      box-sizing: border-box;
      border: none;
      width: 0;
      height: 20px;
      margin-right: 0;
      opacity: 0;
      overflow: hidden;
      transition: width 0.2s ease, margin-right 0.2s ease, opacity 0.2s ease;
    }

    .contact__form-choice-input[type="checkbox"]:checked + .contact__form-choice-indicator {
      width: 20px;
      margin-right: 12px;
      opacity: 1;
    }

    .contact__form-choice-input[type="checkbox"]:checked + .contact__form-choice-indicator::after {
      content: "";
      position: absolute;
      display: block;
      left: 6px;
      top: 1px;
      width: 5px;
      height: 11px;
      border: solid #ffffff;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
    }

    .contact__form-choice:has(.contact__form-choice-input[type="radio"]) {
      justify-content: center;

      .contact__form-choice-indicator {
        display: none !important;
      }
    }

    .contact__form-choice:has(.contact__form-choice-input:checked) {
      background: #0253E0 !important;
    }

    .contact__form-choice-text {
      color: #ffffff;
      font-size: 15px;
      font-weight: 400;
      white-space: nowrap;
    }

    .contact__form-choice-error {
      display: none; 
      color: red;
    }
  }

  @media (max-width: 1199px) {
    .quote-container {
      gap: 40px;
      margin-bottom: 4.25rem;
    }

    .quote-author__quote-icon {
      right: -45px;
      width: 70px;
      height: 70px;
    }

    .contact__title {
      font-size: 32px;
    }
    
    .contact__form-label {
      width: unset;
    }
    .contact__form-offer {
      .contact__form-item--group {
        gap: 16px;
        flex-direction: column;

        .contact__form-label {
          flex: 1;
        }
      }

      .contact__form-item-wrp {
        flex-direction: column;
        
        .contact__form-item {
          flex: 1 1 calc(50% - 10px);
          flex-direction: column;
        }
      }

      .contact__form-buttons {
        .contact__form-button {
          margin-top: 0;
          min-height: unset !important;
          height: 3.125rem;
        }
      }

      .contact__form-choice {
        height: 3.125rem;
        min-height: unset;
      }
    }
  }

  @media (max-width: 767px) {
    .quote-container {
      flex-direction: column;
      margin-bottom: 3.125rem;
      gap: 0;

      .quote-author {
        display: flex;
        gap: 40px;
        align-items: flex-start;
        flex: 0 0 auto;

        .quote-author__avatar {
          width: 120px;
          height: 195px;
          flex-shrink: 0;

          .quote-author__avatar-icon {
            object-fit: cover;
          }
        }

        .quote-author__quote-icon {
          width: 30px;
          height: 30px;
          right: -20px;
          left: auto;
          top: 25px;
        }

        .quote-author__info {
          display: flex;
          flex-direction: column;
          gap: 8px;
          padding-top: 8px;
          flex: 1;
          min-width: 0;
        }

        .quote-author__name {
          font-size: 18px;
        }

        .quote-author__position {
          font-size: 16px;
        }

        .quote-author__text {
          font-size: 16px;
        }
      }
    }

    .contact__title {
      font-size: 24px;
    }

    .contact__form-offer {
      .contact__form-item--group {
        flex-direction: column;
        align-items: flex-start;

        .contact__form-label {
          flex: none;
          width: auto;
          margin-bottom: 12px;
        }

        .contact__form-options {
          width: 100%;
        }
      }

      .contact__form-item--flex-col {
        .contact__form-label {
          font-size: 16px;
        }
      }

      .contact__form-subheading {
        font-size: 16px;
      }

      .contact__form-item-wrp {
        .contact__form-item {
          flex: 1 1 100%;
        }
      }

      

      .contact__form-choice-text {
        white-space: normal;
      }
    }
  }

  @media (max-width: 370px) {
    .quote-container {
      .quote-author {
        display: none;
      }

      .contact__title {
        margin-top: 0;
      }
    }
  }
}
/* Конец формы ОС */

/* Блок "Наша миссия" */
.mission-results {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 24px 0;

  .mission-results__item {
    text-align: left;
  }

  .mission-results__title {
    display: block;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 10px;
  }

  @media (max-width: 1199px) {
      grid-template-columns: repeat(2, 1fr);
  
      .mission-results__title {
        font-size: 20px;
      }
  }

  @media (max-width: 370px) {
    grid-template-columns: 1fr;
  }
}
/* Конец блока "Наша миссия" */

.about-reviews {
  .black-container {
      max-width: unset;
      border-radius: 0;
  }
}

.section-about-carousel {
  .brand-carousel {
    padding: 0;
  }
}
.bitrix-slider {
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 1299px) {
  .bitrix-slider {
    margin-right: -1.25rem;
  }
}

.bitrix-item {
  background: #f9f9f9;
  border-radius: 0.9375rem;
  padding: 0.4375rem 0.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bitrix-item__img {
  width: 5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5rem;
          flex: 0 0 5rem;
  aspect-ratio: 1/1;
}
.bitrix-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .bitrix-item__img {
    width: 6.25rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.25rem;
            flex: 0 0 6.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .bitrix-item__body {
    padding-left: 1.125rem;
  }
}
.bitrix-item__label {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.172;
  color: #242528;
  margin: 0;
}
.bitrix-item__name {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.172;
  color: #242528;
  margin: 0;
}
@media only screen and (min-width: 1300px) {
  .bitrix-item__name {
    font-size: 1.5rem;
  }
}
.bitrix-item__price {
  font-weight: 500;
  font-size: 1rem;
  color: #0253e0;
}
@media only screen and (min-width: 768px) {
  .hero-v-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
  .hero-v-form .hero__title {
    margin-bottom: 2rem;
  }
  .hero-v-form .hero__text {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .hero-v-form:has(.hero__inner-img) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero-v-form:has(.hero__inner-img) .hero-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    order: 2;
  }
}

.hero-content {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .hero-content {
    max-width: 62.25rem;
    padding-right: 1.25rem;
    margin-bottom: 0;
  }
}

.tiles-list {
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
  max-width: 48rem;
}
@media only screen and (min-width: 1200px) {
  .tiles-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.tiles-list .tiles-item {
  font-weight: 400;
  font-size: 15px;
  color: #000;
  text-align: left;
  padding: 0.875rem 1.375rem 1.5625rem;
  height: auto;
}
.tiles-list .tiles-item b {
  font-weight: 500;
  font-size: 1rem;
  display: block;
  color: #242528;
  margin-bottom: 0.1875rem;
}

.title__icon {
  display: inline-block;
  /* margin-left: 0.3125rem; */
  /* margin-right: 0.3125rem; */
  /* width: 1.5625rem; */
  /* height: 1.5625rem; */
  vertical-align: middle;
}
.title__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .title__icon img {
    width: 1.875rem;
    height: 1.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .title__icon img {
    /* margin-left: 0.625rem; */
    /* margin-right: 0.625rem; */
    width: 2.875rem;
    height: 2.875rem;
  }
}

.tiles-options {
  /* display: -ms-grid; */
  /* display: grid; */
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  max-width: 50.6875rem;
}
@media only screen and (min-width: 768px) {
  .tiles-options {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .tiles-options {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.tiles-options .tiles-item {
  /* padding-top: 0.8125rem; */
  padding: 10px 20px;
}
.tiles-options .tiles-item span {
  color: #0253e0;
}
@media only screen and (max-width: 1199px) {
  .tiles-options .tiles-item {
    /* padding-left: 1.25rem; */
    /* padding-right: 1.25rem; */
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1024px) {
  .tiles-options .tiles-item {
    /* padding-left: 2.5rem; */
    /* padding-right: 2.5rem; */
  }
}
@media only screen and (max-width: 1023px) {
  .tiles-options .tiles-item {
    height: auto;
    /* padding: 0.625rem; */
  }
}

.tile-dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}
.tile-dev .tiles-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  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;
  /* padding: 0 1.25rem; */
  padding: 0 10px;
  height: 3.5rem;
}
.tile-dev .tiles-item img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .tile-dev .tiles-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5.625rem;
            flex: 0 0 5.625rem;
  }
}
@media only screen and (min-width: 1200px) {
  .tile-dev .tiles-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7.25rem;
            flex: 0 0 7.25rem;
  }
}

.tile-dev__btn {
  /* padding-top: 0; */
  /* padding-bottom: 0; */
  /* height: 3.5rem; */
}
@media only screen and (max-width: 767px) {
  .tile-dev__btn {
    width: 100%;
  }
}

.tile-cms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}
.tile-cms .tiles-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  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;
}
@media only screen and (max-width: 767px) {
  .tile-cms .tiles-item {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) {
  .tile-cms .tiles-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5.625rem;
            flex: 0 0 5.625rem;
  }
}
@media only screen and (min-width: 1200px) {
  .tile-cms .tiles-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.6875rem;
            flex: 0 0 6.6875rem;
  }
}

.tiles-item {
  min-height: 4.625rem;
  /* padding: 0.8125rem 0.3125rem; */
  padding: 10px;
  border-radius: 0.9375rem;
  background: #f9f9f9;
  /* font-weight: 700; */
  font-size: 1rem;
  text-align: center;
  color: #242528;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 94px;
  max-width: 190px;
}

.tiles-item.tiles-colored-item{
  padding: 0.875rem 1.375rem 1.5625rem;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  text-align: left;
  justify-content: start;
  align-items: start;
  max-width: 205px;
}

.tiles-item.tiles-colored-item b{
  font-weight: 500;
  font-size: 16px;
  display: block;
  color: #242528;
  margin-bottom: 0.1875rem;
}

.tiles-item--green {
  background: #eff9ee;
}
.tiles-item--yellow {
  background: #fcf7ed;
}
.tiles-item--gray {
  background: #f3f4f6;
}

.hero-form__container {
  border: 3px solid #242528;
  border-radius: 0.9375rem;
  padding: 1.125rem 1.0625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.75rem;
          flex: 0 0 23.75rem;
  margin-left: auto;
  margin-top: 0.3125rem;
}

.modal .hero-form__container {
  margin-top: 0;
}

.hero-form__tile {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #2a2424;
  margin-top: 0;
  margin-bottom: 1.1875rem;
}
.hero-form__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #2a2424;
  margin-bottom: 1.25rem;
}
.hero-form__control {
  position: relative;
  z-index: 1;
  margin-bottom: 1.25rem;
}
.hero-form__label {
  font-weight: 400;
  font-size: 1rem;
  color: #242528;
  position: absolute;
  left: 2rem;
  top: 0.0625rem;
  line-height: 3.625rem;
}
.hero-form__input {
  font-weight: 400;
  font-size: 1rem;
  color: #242528;
  border: 1px solid transparent;
  font-family: inherit;
  width: 100%;
  line-height: 3.375rem;
  padding-right: 1.25rem;
  background: #f9f9f9;
  border-radius: 0.9375rem;
  outline: 0;
  padding-left: 7.5rem;
}
.hero-form__input::-webkit-input-placeholder {
  color: #c4c4c4;
  opacity: 1;
}
.hero-form__input::-moz-placeholder {
  color: #c4c4c4;
  opacity: 1;
}
.hero-form__input:-ms-input-placeholder {
  color: #c4c4c4;
  opacity: 1;
}
.hero-form__input::-ms-input-placeholder {
  color: #c4c4c4;
  opacity: 1;
}
.hero-form__input::placeholder {
  color: #c4c4c4;
  opacity: 1;
}
.hero-form__input.not-valid {
  border: 1px solid #FC342A;
}
.hero-form .hero-form__input[type=email] {
  padding-left: 6rem;
}
input.hero-form__input[required] ~ label.hero-form__label:after {
    content: '*';
    color: #ea0000;
    margin-left: 6px;
}

.hero__inner-img {
  width: 100%;
  max-width: 500px; /*31.0625rem;*/
  aspect-ratio: 1 / 1; /*497/370;*/
}
.hero__inner-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 1024px) {
  .hero__inner-img, .hero-form__container {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .hero__inner-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.nda {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #2a2424;
  margin-bottom: 1.5625rem;
}
@media only screen and (max-width: 767px) {
  .nda {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .nda {
    font-size: 1rem;
    margin-bottom: 2.3125rem;
  }
}
.nda p {
  margin: 0;
}

.nda-icon {
  color: #FC342A;
  margin-right: 1.25rem;
}
@media only screen and (min-width: 1200px) {
  .nda-icon {
    margin-right: 1.6875rem;
  }
}

.quote-block {
  border: 3px solid #000;
  border-radius: 0.9375rem;
  min-height: 15.8125rem;
  position: relative;
  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;
  padding: 30px 0;
}
@media only screen and (max-width: 1200px) {
  .quote-block {
    padding: 0.9375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .quote-block.quote-block--award .quote-block__img-desk {
    margin-left: 2.5rem;
    width: 12.8125rem;
    height: 19rem;
  }
}
@media only screen and (max-width: 1200px) {
  .quote-block__img {
    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;
  }
}
@media only screen and (min-width: 1200px) {
  .quote-block__img {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.quote-block__img-desk {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .quote-block__img-desk {
    width: 17.9375rem;
    height: 19.625rem;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
.quote-block__img-mob {
  margin-right: 0.9375rem;
  width: 5rem;
  height: 5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5rem;
          flex: 0 0 5rem;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .quote-block__img-mob {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .quote-block__body {
    padding-left: 18.625rem;
    padding-right: 2.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .quote-block__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.25rem;
  }
}
.quote-block__name {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .quote-block__name {
    font-size: 1.5rem;
    margin-bottom: 1.375rem;
  }
}
.quote-block__name span {
  color: #0253e0;
}
.quote-block__name b span {
  color: #fc342a;
}
@media only screen and (min-width: 1200px) {
  .quote-block__name {
    font-size: 1.875rem;
  }
}
.quote-block__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: #2a2424;
}
@media only screen and (min-width: 1200px) {
  .quote-block__text {
    padding-left: 18.625rem;
    padding-right: 2.5rem;
  }
}
.quote-block__text ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style-type: none;
  padding: 0;
  align-items: center;
}
.quote-block__text ul li {
  width: calc(100%/2 - 10px);
  position: relative;
  padding-left: 2rem;
}

.quote-block__text ul li::before {
    content: "";
    display: inline-block;
    width: 0.8125rem;
    height: 0.8125rem;
    border-radius: 50%;
    border: 3px solid #113fe2;
    margin-right: 1.25rem;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 500px) {
  .quote-block__text ul li{
    width: 100%;
  }
}

.variants-slider {
  margin-right: -1.25rem;
}
@media only screen and (min-width: 1024px) {
  .variants-slider {
    margin-right: -3.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .variants-slider {
    margin-right: 0;
  }
}
.variants-slider .card-variant {
  height: auto;
}
.variants-slider .card__price-cont {
  margin-top: auto;
}

.instruments {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.625rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .instruments {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .instruments {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .instruments {
    gap: 1.875rem;
  }
}

.instruments-item {
  border-radius: 0.9375rem;
  aspect-ratio: 1/1;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f9f9f9;
  padding-bottom: 0.3125rem;
}
.instruments-item__img {
  width: 59%;
  aspect-ratio: 1/1;
  margin-bottom: 0.3125rem;
}
.instruments-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.instruments-item__name {
  font-weight: 500;
  font-size: 0.875rem;
  text-align: center;
  color: #000;
}

.difrent-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (max-width: 767px) {
  .difrent-grid {
    gap: 2.5rem;
  }
}

.difrent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.difrent.difrent--gray .difrent-card {
  background: #f5f4f6;
}

@media only screen and (min-width: 768px) {
  .difrent-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.25rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .difrent {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: subgrid;
    grid-template-rows: subgrid;
    -ms-grid-row-span: 10;
    grid-row: span 10;
  }
  .difrent.difrent--gray .difrent-card {
    background: #f5f4f6;
  }
}
.difrent-card {
  font-weight: 500;
  line-height: 1.4;
  color: #242528;
  padding: 2.75rem 1.75rem;
  background: #eff9ee;
  border-radius: 0.5rem;
  margin-bottom: 1.25rem;
}
.difrent-card span {
  color: #0253e0;
}
@media only screen and (min-width: 768px) {
  .difrent-card {
    font-size: 1.125rem;
  }
}
.posibilities {
  position: relative;
}
.posibilities .swiper-btn {
  width: 1.5rem;
  height: 2.6875rem;
  color: #d9d9d9;
  background-size: cover;
  margin-top: 1.875rem;
}
.posibilities .swiper-btn::after {
  display: none;
}
.posibilities .swiper-button-next {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="43" viewBox="0 0 24 43" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.1836 21.2129L0.091746 2.12101L2.21307 -0.000312262L23.4263 21.2129L2.21307 42.4261L0.0917462 40.3048L19.1836 21.2129Z" fill="%23D9D9D9" /></svg>');
  right: -5.375rem;
}
.posibilities .swiper-button-prev {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="43" viewBox="0 0 24 43" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.24264 21.2129L23.3345 40.3048L21.2132 42.4261L1.85452e-07 21.2129L21.2132 -0.000312448L23.3345 2.12101L4.24264 21.2129Z" fill="%23D9D9D9" /></svg>');
  left: -5.375rem;
}

.posibilities-slider-thumb {
  margin-bottom: 1.25rem;
  margin-right: -1.25rem;
}
@media only screen and (min-width: 1024px) {
  .posibilities-slider-thumb {
    margin-right: -3.75rem;
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .posibilities-slider-thumb {
    margin-right: 0;
    margin-bottom: 4rem;
  }
}
.posibilities-slider-thumb .swiper-slide {
  font-size: 1rem;
  color: #242528;
  border: 0;
  background: transparent;
  border-radius: 0.9375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
  padding: 1rem 1.3125rem;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .posibilities-slider-thumb .swiper-slide {
    padding: 1.125rem 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .posibilities-slider-thumb .swiper-slide {
    font-size: 1.125rem;
  }
}
.posibilities-slider-thumb .swiper-slide:not(.swiper-slide-thumb-active):hover {
  background: #f9f9f9;
}
.posibilities-slider-thumb .swiper-slide.swiper-slide-thumb-active {
  background: #0253e0;
  color: #fff;
}

.posibilities .posibilities-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .posibilities-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.posibilities-slide__img {
  border-radius: 0.9375rem;
  overflow: hidden;
  aspect-ratio: 697/397;
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 1024px) {
  .posibilities-slide__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25rem;
            flex: 0 0 25rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .posibilities-slide__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43.5625rem;
            flex: 0 0 43.5625rem;
  }
}
.posibilities-slide__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.posibilities-slide__body {
  padding-left: 1.25rem;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .posibilities-slide__body {
    padding-bottom: 2.1875rem;
  }
}
.posibilities-slide__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #242528;
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 1024px) {
  .posibilities-slide__title {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .posibilities-slide__title {
    font-size: 1.5rem;
  }
}
.posibilities-slide__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #242528;
}
.posibilities-slide__list {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #242528;
  margin: 0;
  margin-bottom: auto;
  padding-left: 1.5625rem;
}
.posibilities-slide .btn {
  margin-top: 1.5625rem;
}

.card.card-bitrix {
  padding: 0;
}
.card.card-bitrix .card__body {
  padding: 1.25rem;
}
@media only screen and (min-width: 1200px) {
  .card.card-bitrix .card__body {
    padding: 1.25rem 1.25rem 2.25rem;
  }
}
.card.card-bitrix .card__text {
  margin-bottom: 1.25rem;
}
.card.card-bitrix .card__list-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.card.card-bitrix .card__list-links li {
  margin-bottom: 0.9375rem;
  font-size: 1rem;
  line-height: 1.4;
  color: #2a2424;
}
.card.card-bitrix .card__list-links li:last-child {
  margin-bottom: 0;
}
.card.card-bitrix .card__list-links li a {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card.card-bitrix .card__list-links li a:hover {
  color: #0253e0;
}
.framework-cont {
  margin-bottom: 2.5rem;
}

.framework {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.5625rem;
}
@media only screen and (max-width: 767px) {
  .framework {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.framework__img {
  aspect-ratio: 218/116;
}
@media only screen and (max-width: 767px) {
  .framework__img {
    margin-bottom: 1.5625rem;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .framework__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 13.625rem;
            flex: 0 0 13.625rem;
  }
}
.framework__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .framework__body {
    padding-left: 1.1875rem;
  }
}
.framework__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #242528;
  margin-top: 0;
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .framework__title {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .framework__title {
    font-size: 1.5rem;
  }
}
.framework__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
}
@media only screen and (min-width: 1200px) {
  .framework__text {
    font-size: 1.125rem;
  }
}
.review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.review__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 2rem;
  position: relative;
}
/*.review__author {
  font-weight: bold;
}
.review__position {
  font-weight: bold;
}*/
.review__logo {
  display: block;
}

.review__logo {
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15.625rem;
  flex: 0 0 15.625rem;
  background: #F9F9F9;
  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;
  padding: 1.25rem;
  border-radius: 15px;
}
.review__logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.review__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1.25rem;
  gap: 0;
}
.review__logo_mobile,
.review__photo {
  border-radius: 0.9375rem;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 7.5625rem;
  flex: 0 0 7.5625rem;
  margin-right: 0.625rem;
  overflow: hidden;
}
.review__logo_mobile img,
.review__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.review__logo_mobile {
  display: none;
}
.review__year {
  border-radius: 0.3125rem;
  background: #000;
  font-weight: 600;
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
  line-height: 1.25rem;
  padding: 0 1.25rem;
  display: inline-block;
  margin-bottom: 0.625rem;
}
.review__text > *:last-child {
  margin: 0;
}
.review__file {
  font-weight: 500;
  font-size: 1rem;
  border: 0;
  outline: 0;
  text-decoration: none;
  padding: 0;
  color: #0253e0;
}
.review__file-link {
  position: absolute;
  bottom: 0;
  padding-bottom: 5px;
}
.review__show-link {
  padding-top: 10px;
  margin-bottom: 40px;
}

.review__show-link--hide {
  display: none;
}

.review__show {
  font-weight: 500;
  font-size: 1rem;
  border: 0;
  outline: 0;
  text-decoration: none;
  color: #0253e0;
}
.review__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #2a2424;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical
}
.review__text.review__text--show-all {
  -webkit-line-clamp: none;
}
.review__text--hide-text {
  -webkit-line-clamp: 5;
}

.review__text p {
  margin-bottom: 1.3125rem;
}

.reviews__block-info{
  min-width: 320px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
  background: #fff;
  font-family: "Manrope";
  color: #242528;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .review__text--hide-text {
    -webkit-line-clamp: 2;
  }
}

@media only screen and (max-width: 767px) {
  .review__logo {
    display: none;
  }
  .review__info {
    width: 100%;
  }
  .review__logo_mobile {
    display: block;
  }
  .review__position {
    margin-bottom: 20px;
  }
  .hero__title img {
    height: 22%;
    margin-top: 10px;
  }
  .review__logo {
    margin-right: 1.25rem;
  }
  .review__head {
    gap:20px;
    flex-wrap: wrap;
  }
  
  .review__file-link{
    position: unset;
    padding-top: 10px;
  }
  
  .review__text--hide-text {
    -webkit-line-clamp: 5;
  }
}
@media only screen and (max-width: 600px) {
  .hero__title img {
    height: 20%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 550px) {
  .hero__title img {
    height: 14%;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 450px) {
  .hero__title img {
    height: 13%;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 350px) {
  .hero__title img {
    height: 11%;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .review__logo {
    margin-right: 1.25rem;
  }
  .review__logo_mobile,
  .review__photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7.5625rem;
    flex: 0 0 7.5625rem;
    margin-right: 1.25rem;
  }
  .review__head {
    margin-bottom: 1.875rem;
  }
  .review__year {
    font-size: 0.875rem;
    line-height: 1.875rem;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .review__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.625rem;
    flex: 0 0 28.625rem;
  }
}

/*Для черного блока*/

.review-card {
  display: flex !important;
  justify-content: space-between;
  flex-direction: column;
  gap: 2.1875rem;
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  width: auto;
  height: auto !important;
  /*opacity: 0;*/
  @media (max-width: 768px) {
    gap: 0;
  }
}


.review-card--active {
  display: flex;
  position: relative;
  opacity: 1;
}

@media (min-width: 1200px) {
  .review-card {
    gap: 3.5625rem;
  }
}

.review-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.btn-review {
  /*border-radius: 0.875rem;*/
  border: 2px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
  font-size: 1.125rem;
  font-weight:unset;
  @media (min-width: 1200px) {
    position: absolute;
    right: 0;
    max-height: 54px;
  }
  @media (max-width: 1199px) {
    width: 100%;
  }
  @media (max-width: 768px) {
    padding: 0.75rem 1.9375rem
  }
}

.btn-review:hover {
  background-color: #ffffff;
  color: #242528;
}

.review-card__content {
  padding-top: 1.9644rem;
  border-top: 0.125rem solid #343435;
  margin-bottom: 3rem;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 1200px) {
  .review-card__content {
    padding-top: 1.75rem;
    font-size: 1rem;
    margin-bottom: unset;
  }
  .review-card__content p {
    font-size: 1.125rem;
  }

}

.review-card__text {
  color: #ffffff;
}
.review-card p {
  color: #ffffff;
}

.review-card__bottom {
  display: flex;
  flex-direction: column;
  gap: 2.375rem;
  width: 100%;
}

@media (min-width: 1200px) {
  .review-card__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

.review-card__profile {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.1875rem;
}

@media (min-width: 1200px) {
  .review-card__profile {
    align-items: center;
    flex-direction: row;
    gap: 5rem;
  }
}

.review-card__info {
  display: flex;
  align-items: center;
  color: #ffffff;
  gap: 1.25rem;
}

.review-card__avatar {
  height: 2rem;
  width: 2rem;
  background-color: #ffffff;
  border-radius: 50%;
}

.review-card__years,
.review-card__profile-post p {
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Nagel, sans-serif;
  /*font-weight: 500;*/
  line-height: 1.125rem;
}
.review-card__profile-post {
  @media (max-width: 768px) {
    margin-bottom: 1.1875rem;
  }
}

.review-navigation__list {
  display: flex;
  position: relative;
  height: 3.125rem;
  gap: .875rem;
}

@media (min-width: 1200px) {
  .review-navigation__list {
    height: 3.75rem;
  }
}

.review-navigation__item {
  height: 100%;
  width: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1.125rem 0;
  cursor: pointer;
  border: .125rem solid #343435;
  border-radius: .9375rem;
  transition: border-color 0.3s ease;
}

.review-navigation__item--left::after {
  content: url("/local/templates/Likeit2024/img/reviews/arrow-left.svg");
}

.review-navigation__item--right::after {
  content: url("/local/templates/Likeit2024/img/reviews/arrow-right.svg");
}

@media (hover: hover) {
  .review-navigation__item:hover {
    border-color: #ffffff;
  }
}

@media (min-width: 1200px) {
  .review-navigation__item {
    width: 3.75rem;
  }
}

.review-list {
  /*position: relative;*/
  display: flex;
  align-items: stretch;
}

.review__wrapper .section-title {
  @media (max-width: 768px) {
    margin-bottom: 1.875rem;
  }
}




@media only screen and (max-width: 1499px) {
  .tariffs-slider {
    margin-right: -1.25rem;
  }
}

.tariffs-slide {
  width: 33.33%;
  background: #f9f9f9;
  border-radius: 15px;
  padding: 1.875rem 0.625rem;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tariffs-slider .tariffs-slide {
  height: auto;
}

@media only screen and (min-width: 768px) {
  .tariffs-slide {
    padding: 1.875rem 1.25rem;
  }
}
.tariffs-slide:hover .tariffs__btn {
  opacity: 1;
}

.tariffs__icon {
  position: absolute;
  right: 0.5rem;
  top: 0.6875rem;
  width: 6.25rem;
  aspect-ratio: 1/1;
}
.tariffs__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tariffs__name {
  font-weight: 800;
  font-size: 1.875rem;
  line-height: 1.3;
  color: #242528;
  margin-bottom: 2.5rem;
  padding-top: 0.625rem;
  @media  (max-width: 510px) {
    max-width: min-content;
    min-height: 5.625rem;
  }

}
.tariffs__desc {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #242528;
  margin-bottom: 1.25rem;
  min-height: 8.75rem;
}
.tariffs__price {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #0253e0;
}
.tariffs__price span {
  font-size: 1.5rem;
}
.tariffs__price-label {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #7f7f7f;
  margin-bottom: 1.25rem;
}
.tariffs__info {
  width: 11.8125rem;
  text-align: right;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .tariffs__info {
    font-size: 1rem;
  }
}
.tariffs__info b {
  color: #0253e0;
}
.tariffs__info-cont {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 400px) {
  .tariffs__info-cont {
    flex-direction: column;
  }
}

.tariffs__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.tariffs__label {
  width: 10rem;
  padding-right: 0.625rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .tariffs__label {
    font-size: 1rem;
  }
}
.tariffs__btn {
  opacity: 0;
  /* margin-top: 1.25rem; */
}

@media only screen and (max-width: 400px) {
  .tariffs__btn {
    margin-top: 0;
  }
}

.tariffs-slide--green {
  background: #c7f877;
}
.tariffs-slide--dark_gray {
  background: #F1F3F6;
}

.tariffs__row + .tariffs__row {
  margin-top: 1.25rem;
}
.tariffs__bottom_desc {
  margin-top: 1rem;
}
.waterfall-head {
  display: -ms-grid;
  display: grid;
  min-width: 0;
  gap: 1.25rem;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .waterfall-head {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.waterfall-head__right {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .waterfall-head__right {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .waterfall-head__right {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-right: 1.5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .waterfall-head__right {
    min-height: 8.75rem;
  }
}
.waterfall-head__bg {
  aspect-ratio: 696/225;
  width: 100%;
  pointer-events: none;
  z-index: -1;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 1200px) {
  .waterfall-head__bg {
    position: absolute;
    left: 0.5rem;
    top: 0.25rem;
    margin-bottom: 0;
  }
}
.waterfall-head__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.waterfall-head .section-title {
  max-width: 31.25rem;
}
.waterfall-head .section-sub {
  margin-bottom: 0;
}

.waterfall {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
  -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1199px) {
  .waterfall {
    min-width: 75rem;
    padding-right: 1.25rem;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1024px) {
  .waterfall {
    padding-right: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .waterfall {
    padding-right: 1.25rem;
  }
}

.waterfall-overflow {
  overflow: auto;
  padding-top: 2.8125rem;
  /* Optional: show position indicator in red */
}
.waterfall-overflow::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.waterfall-overflow::-webkit-scrollbar-thumb {
  background: #transparent;
}
@media only screen and (max-width: 1199px) {
  .waterfall-overflow {
    margin-right: -3.75rem;
  }
}
@media only screen and (max-width: 1023px) {
  .waterfall-overflow {
    margin-right: -1.25rem;
  }
}

.waterfall-card {
  border-radius: 0.9375rem;
  background: #f9f9f9;
  padding: 1.5rem 1.4375rem 1.375rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .waterfall-card {
    padding: 2.125rem 1.4375rem 2rem 1.875rem;
  }
}
.waterfall-card:not(:last-child) {
  position: relative;
}
.waterfall-card:not(:last-child)::after {
  background-image: url('data:image/svg+xml;utf8,<svg width="124" height="61" viewBox="0 0 124 61" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M118.348 60.3405C118.495 60.4695 118.687 60.5347 118.882 60.5218C119.078 60.509 119.26 60.419 119.389 60.2719L123.765 55.2735C123.83 55.2007 123.88 55.1158 123.912 55.0236C123.944 54.9314 123.958 54.8337 123.952 54.7363C123.946 54.6389 123.921 54.5436 123.878 54.456C123.835 54.3684 123.775 54.2902 123.701 54.2259C123.628 54.1616 123.542 54.1125 123.45 54.0815C123.357 54.0505 123.259 54.0381 123.162 54.0451C123.065 54.0522 122.97 54.0784 122.882 54.1224C122.795 54.1664 122.718 54.2272 122.654 54.3014L118.765 58.744L114.322 54.8542C114.249 54.7892 114.164 54.7391 114.072 54.7071C113.98 54.6751 113.882 54.6616 113.785 54.6676C113.687 54.6735 113.592 54.6987 113.504 54.7418C113.417 54.7848 113.339 54.8448 113.274 54.9182C113.21 54.9917 113.161 55.0772 113.13 55.1697C113.099 55.2623 113.087 55.3601 113.094 55.4574C113.101 55.5548 113.127 55.6498 113.171 55.7369C113.215 55.8241 113.276 55.9016 113.35 55.9651L118.348 60.3405ZM1.47469 59.8445C4.57838 21.3189 32.4673 2.12182 60.2019 2.12182C87.9336 2.12182 115.541 21.3137 118.097 59.8342L119.571 59.7367C116.96 20.3882 88.6569 0.64563 60.2019 0.645631C31.7484 0.645632 3.17304 20.383 0.00292965 59.7264L1.47469 59.8445Z" fill="black" /></svg>');
  display: block;
  content: "";
  width: 7.75rem;
  height: 3.8125rem;
  background-size: cover;
  position: absolute;
  right: -4.5rem;
  top: -2.625rem;
  z-index: 3;
}
.waterfall-card:last-child {
  background: #c7f877;
}
.waterfall-card__title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #242528;
  margin-top: 0;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .waterfall-card__title {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .waterfall-card__title {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
  }
}
.waterfall-card__list {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #242528;
  margin: 0;
  padding: 0 0 0 0.8125rem;
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.waterfall-card__list li {
  position: relative;
  margin-bottom: 0.6875rem;
}
.waterfall-card__list li::before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: -0.875rem;
  top: 0.6875rem;
}
@media only screen and (max-width: 767px) {
  .waterfall-card .btn {
    padding-left: 0;
    padding-right: 0;
  }
}
/* стили для общей страницы с статьями (/blog/) */
.blog__wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 20px;
}

.blog__wrapper .blog__item {
	width: calc(100% / 3 - 20px);
	background:#F9F9F9;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
}
.blog__wrapper .blog__item .blog__item-img img {
	border-radius: 15px;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 0.65;
}

.blog__wrapper .blog__item .blog__item-info {
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.blog__wrapper .blog__item .blog__item-info .blog__item-name {
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #242528;
	margin-top: 0;
	margin-bottom: 20px;
}

.blog__wrapper .blog__item .blog__item-info .blog__item-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 22.4px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #242528;
	margin-bottom: 20px;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog__wrapper .blog__item .blog__item-info .blog__item-date {
	font-size: 14px;
	font-weight: 400;
	line-height: 22.4px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #C4C4C4;
}

@media only screen and (max-width: 768px) {
	.blog__wrapper .blog__item {
		width: calc(100% / 2 - 20px);
	}
	
	.blog__wrapper .blog__item .blog__item-info .blog__item-name {
		font-size: 18px;
		
	}
	.blog__wrapper .blog__item .blog__item-info .blog__item-text {
		font-size: 14px;
	}
}

@media only screen and (max-width: 560px) {
	.blog__wrapper .blog__item {
		width: 100%;
	}
	
	.blog__wrapper .blog__item .blog__item-info .blog__item-name,
	.blog__wrapper .blog__item .blog__item-info .blog__item-text {
		margin-bottom: 10px;
	}
}
/* стили для общей страницы с статьями end (/blog/) */

/* Стили для детальной страницы */
.blog-title {
	font-size: 54px;
	font-weight: 800;
	line-height: 70.2px;
	color: #242528;
	margin-top: 0;
	margin-bottom: 70px;
}

.blog-content__wrapper {
	display: flex;
	flex-direction: row;
	gap: 45px;
}

.blog-content__wrapper .blog-content__left {
	width: 25%;
}
.blog-content__wrapper .blog-content__right {
	width: calc(100% - 25% - 45px);
}

.blog-content__left .blog-content__articles {
	margin-bottom: 40px;
}

.blog-content__left .blog-content__articles p {
	font-size: 20px;
	font-weight: 500;
	line-height: 27.32px;
	color: #242528;
	margin-bottom: 26px;
}

.blog-content__left .blog-content__articles ul li a{
	font-size: 16px;
	font-weight: 400;
	line-height: 21.86px;
	color: #242528;
}

.blog-content__left .blog-content__sections {
	margin-bottom: 40px;
}
.blog-content__left .blog-content__sections ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	gap: 10px;
}

.blog-content__left .blog-content__sections ul li {
	padding: 8px 12px;
	border-radius: 9px;
	background: #F9F9F9;
}

.blog-content__left .blog-content__sections ul li a {
	font-size: 14px;
	font-weight: 500;
	line-height: 21.86px;
	color: #242528;
}

.blog-content__left .subscribe_form {
	border: 3px solid#2A2424;
	padding: 20px;
	border-radius: 15px;
}

.blog-content__left .subscribe_form .form_title{
	font-size: 18px;
	font-weight: 600;
	line-height: 24.3px;
	color: #2A2424;
	margin-bottom: 20px;
}

.blog-content__left .subscribe_form .form_description{
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	color: #2A2424;
	margin-bottom: 20px;
}

.blog-content__left .subscribe_form label {
	background: #F9F9F9;
	padding: 18px 32px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 21.86px;
	border-radius: 15px;
	display: block;
}

.blog-content__left .subscribe_form label input {
	border: none;
	background: #F9F9F9;
}

.blog-content__left .subscribe_form .subscribe_button {
	border-radius: 15px;
	padding: 18px 32px;
	background: #0253E0;
	color: #FFFFFF;
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 21.86px;
	text-align: center;
}

.blog-content__left .subscribe_form .subscribe_politica {
	font-size: 14px;
	font-weight: 400;
	line-height: 19.6px;
	color: #2A2424;
}

.blog-content__left .subscribe_form .subscribe_politica a {
	color: #0253E0;
}

.blog-content__right .blog-content__detail-img {
	width: 100%;
	border-radius: 15px;
	margin-bottom: 40px;
}

.blog-content__right .blog-content__info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 35px;
}

.blog-content__right .blog-content__info ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
}

.blog-content__right .blog-content__info ul li {
	border-radius: 9px;
	padding: 8px 12px;
	background: #F9F9F9;
}

.blog-content__right .blog-content__info ul li a {
	font-size: 14px;
	font-weight: 500;
	line-height: 21.86px;
	color: #242528;
}

.blog-content__right .blog-content__info .blog-content__date {
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	color: #C4C4C4;
}
.blog-content__right .blog-content__detail-text {
	margin-bottom: 46px;
}
.blog-content__right .blog-content__detail-text p,
.blog-content__right .blog-content__detail-text ul li {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #242528;
	margin: 0;
}

.blog-content__right .blog-content__detail-text h3,
.blog-content__right .blog-content__detail-text h4,
.blog-content__right .blog-content__detail-text h5 {
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	color: #242528;
	margin-top: 50px;
	margin-bottom: 28px;
}

.blog-content__right .blog-content__detail-text ul {
	padding-left: 20px;
}

.blog-content__right .blog-content__detail-text ul li span,
.blog-content__right .blog-content__detail-text a {
	color: #0253E0;
}

.blog-content__right .blog-content__detail-text img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.blog-content__right .blog-content__back-link {
	padding: 13px 35px 13px 21px;
	background: #F9F9F9;
	border-radius: 15px;
	font-size: 16px;
	font-weight: 500;
	line-height: 21.86px;
	color: #242528;
}

.blog-content__right .blog-content__back-link img {
	width: 6px;
	height: 10px;
	margin-right: 18px;
}

@media only screen and (max-width: 950px) {
	.blog-title {
		font-size: 35px;
		line-height: 45px;
		margin-bottom: 30px;
	}
	
	.blog-content__wrapper {
		flex-direction: column-reverse;
	}
	
	.blog-content__wrapper .blog-content__right,
	.blog-content__wrapper .blog-content__left {
		width: 100%;
	}
}

@media only screen and (max-width: 700px) {
	.blog-content__right .blog-content__detail-img {
		margin-bottom: 20px;
	}
	
	.blog-content__right .blog-content__info {
		flex-direction: column-reverse;
		gap: 20px;
		align-items: start;
	}	
}

@media only screen and (max-width: 480px) {
	.blog-title {
		font-size: 24px;
		line-height: 34px;
	}
	.blog-content__right .blog-content__info ul {
		gap: 10px;
		justify-content: space-around;
	}
	
	.blog-content__right .blog-content__info ul li {
		padding: 11px 15px;
	}

	.blog-content__left .blog-content__sections ul li {
		padding: 11px 15px;
	}
}
.blog-content__author {
	display:flex;
	gap:12px;
	align-items:center;
	font-family:sans-serif;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.blog-content__author-image {
	width:48px;
	height:48px;
	border-radius:50%;
}
.blog-content__author-text-top {
	margin:0;
	font-size:13px;
	color:#666;
}
.blog-content__author-text-bottom {
	margin:0;
	font-size:15px;
	font-weight:600;
}
.blog-content__author-text-bottom a {
	color:#0a66c2;
	text-decoration:none;
}
/* Стили для детальной страницы end */
body.modalOpen {
    overflow: hidden;
    padding-right: 0.75rem;
}

body.modal-open {
    position: fixed;
    width: 100%;
    overflow: hidden;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #000000aa;
    width: 100%;
    height: 100%;
    z-index: 10000000000;
}

.modal.show {
    display: flex;
    overflow: auto;
}


@media (max-width: 768px) {
    .modal__inner {
        max-width: 80%;
    }
}

@media (max-width: 500px) {
    .modal__inner {
        max-width: 95%;
    }
}

.modal_cross {
    width: 0.5rem;
    height: 0.4375rem;
}

.modal__close {
    position: absolute;
    top: 1.625rem;
    right: 1.625rem;
    background: none;
    padding: 0.3125rem 0.625rem;
    cursor: pointer;
    border-radius: 100%;
    width: 1.875rem;
    height: 1.875rem;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    justify-content: center;
}

.modal__close svg {
    transition: all 0.3s ease;
}

.modal__close-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.modal-btn {
    cursor: pointer;
}

.modal__title {
    text-align: center;
    font-weight: 800;
    font-size: 1.875rem;
    line-height: 1.3;
    color: #242528;
    margin-top: 0;
    margin-bottom: 1.5625rem;
}

@media (max-width: 768px) {
    .modal__title {
        font-size: 1.375rem;
    }
    .modal__close {
        width: 2.1875rem;
        height: 2.1875rem;
    }
    .modal__close:hover {
        background: transparent;
    }
    .modal__close svg {
        width: 1.5rem;
        height: 1.5rem;
    }
}

@media (max-width: 410px) {
    .modal__close svg {
        width: 1.1875rem;
        height: 1.1875rem;
    }
}

#video .modal__inner {
    max-width: 90%;
}

.video__wrapper {
    margin-top: 60px;
    width: 100%;
    height: 100%;
    padding: 30px;
}

.video__wrapper iframe {
    width: 100%;
    aspect-ratio: 16/9;
}


/*Попап новый*/
.modal__inner {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    min-height: 150px;
    transition: 0.3s all ease;
    margin: auto;
    box-sizing: border-box;
    overflow: hidden;
    max-width: 38.5rem;
    padding: 0;
    border-radius: 3.125rem;
}

@media (max-width: 768px) {
    .modal__inner {
        max-width: 95%;
        border-radius: 1.25rem;
    }
}

.modal__close {
    position: absolute;
    top: 1.625rem;
    right: 1.625rem;
    background: none;
    padding: 0;
    cursor: pointer;
    width: 1.25rem;
    height: 1.25rem;
    border: none;
    color: inherit;

    svg {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 480px) {
    .modal__close {
        top: 1rem;
        right: 1rem;
        width: 1rem;
        height: 1rem;
    }
}

.hero-form.hero-form_popup {
    display: -webkit-box; /* для старых Safari, iOS */
    display: -ms-flexbox; /* для IE10 */
    display: flex;
    -webkit-box-orient: vertical; /* старый синтаксис */
    -webkit-box-direction: normal;
    -ms-flex-direction: column; /* IE10 */
    flex-direction: column;
    border: 0;
    border-radius: 0;
    margin-top: 0;
    padding: 3rem 3.4375rem;
    margin-left: initial;
}

@media (max-width: 768px) {
    .hero-form.hero-form_popup {
        padding: 2.5rem 1.25rem 2.5rem;
    }
}

.hero-form__tile {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.3;
    color: #2a2424;
    margin-top: 0;
    margin-bottom: 1.1875rem;
}

.hero-form__tile span {
    color: #0253E0;
}

.hero-form_popup .hero-form__tile {
    font-family: Nagel, sans-serif;
    font-weight: 500;
    font-size: 2.625rem;
    line-height: 1.1;
}

@media (max-width: 640px) {
    .hero-form_popup .hero-form__tile {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .hero-form_popup .hero-form__tile {
        font-size: 1.75rem;
    }
}

.hero-form__text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4;
    color: #2a2424;
    margin-bottom: 1.25rem;
}

.hero-form_popup .hero-form__text {
    margin-bottom: 3rem;
}

@media (max-width: 480px) {
    .hero-form_popup .hero-form__text {
        margin-bottom: 1.25rem;
    }
}

.hero-form__control {
    position: relative;
    z-index: 1;
    margin-bottom: 1.25rem;
}

.hero-form__control:has(.hero-form__btn) {
    text-align: center;
}

.hero-form__label {
    font-weight: 400;
    font-size: 1rem;
    color: #242528;
    position: absolute;
    left: 2rem;
    top: 0.0625rem;
    line-height: 3.625rem;
}

.hero-form_popup .hero-form__label {
    position: relative;
    line-height: 1;
    display: block;
    margin-bottom: 0.625rem;
    top: 0;
    left: 0;
    font-weight: 400;
}

.hero-form__control:has(.hero-form__input[required]) .hero-form__label::after {
    content: '*';
    color: #FC342A;
    margin-left: 6px;
}


.hero-form__input {
    font-weight: 400;
    font-size: 1rem;
    color: #242528;
    border: 1px solid transparent;
    font-family: inherit;
    width: 100%;
    line-height: 3.375rem;
    padding-right: 1.25rem;
    background: #f9f9f9;
    border-radius: 0.9375rem;
    outline: 0;
    padding-left: 7.5rem;
}

.hero-form_popup .hero-form__input {
    padding-left: 2rem;
    font-size: 1.125rem;
}

.hero-form__input::-webkit-input-placeholder {
    color: #c4c4c4;
    opacity: 1;
}

.hero-form__input::-moz-placeholder {
    color: #c4c4c4;
    opacity: 1;
}

.hero-form__input:-ms-input-placeholder {
    color: #c4c4c4;
    opacity: 1;
}

.hero-form__input::-ms-input-placeholder {
    color: #c4c4c4;
    opacity: 1;
}

.hero-form__input::placeholder {
    color: #c4c4c4;
    opacity: 1;
}

.hero-form__input.not-valid {
    border: 1px solid #FC342A;
}

.hero-form .hero-form__input[type=email] {
    padding-left: 6rem;
}

.hero-form_popup.hero-form .hero-form__input[type=email] {
    padding-left: 2rem;
}

.checkbox {
    position: relative;
    align-self: center;
}

.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;

    &:focus-visible + .checkbox__label:before {
        box-shadow: 0 0 5px #000;
    }

    &:checked + .checkbox__label:after {
        scale: 1;
    }
}

.checkbox__label {
    cursor: pointer;
    align-items: center;
    display: inline-flex;
    position: relative;
    gap: 10px;

    &:before {
        content: "";
        align-self: flex-start;
        flex: 0 0 15px;
        width: 15px;
        height: 15px;
        border: 1px solid #000;
        border-radius: 4px;
    }

    &::after {
        content: '';
        position: absolute;
        width: 9px;
        height: 7px;
        top: 4px;
        left: 3px;
        scale: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: scale 0.3s ease-in-out;
        background: url("/local/templates/Likeit2024/img/check.svg")no-repeat center / contain;
    }
}

.checkbox__text {
    align-self: center;
    font-weight: 400;
    font-family: Nagel, sans-serif;
    font-size: 1rem;
    line-height: 1.1;
    a {
        color: #FC342A;
    }

}
@media (max-width: 480px) {
    .checkbox__text {
        font-size: 0.875rem;

    }
}

#callbackModalFormPrivPolicy {
    margin: auto;
}
.modal__content-wrapper .hero-form__container {
    border: unset;
}
#callbackServicesDetailForm {
    @media (max-width: 1024px) {
        display: none;
    }
    @media (min-width: 1025px) {
        max-width: 26.125rem;
        margin-left: auto;
    }
}

#callbackServicesDetailForm .hero-form__input {
    margin-left: 5px;
}
#callbackServicesDetailForm .checkbox {
    text-align: center;
}
#callbackModalFormPrivPolicy .checkbox label {
margin-left: 10px;
}
#callbackModalFormPrivPolicy .checkbox {
    display: flex;
}
#callbackModalFormPrivPolicy .checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    align-self: flex-start;
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    border-radius: 4px;
    cursor: pointer;
}
#callbackModalFormPrivPolicy .checkbox input[type="checkbox"]:checked {
    background: url("/local/templates/Likeit2024/img/check.svg")no-repeat center / contain;
}
#callbackModalFormPrivPolicy {
    border: unset;
    flex: unset;
}

#video .modal__inner{
    border-radius: 0.9375rem;
}

#callbackModalFormPrivPolicy .hero-form__container {
    @media only screen and (max-width: 1024px) {
        display: unset;
    }
}
.hero-form__btn {
    font-size: 1.125rem;
}
@media (max-width: 768px) {
    #callbackModalFormPrivPolicy {
        margin: unset;
    }
    #callbackModalFormPrivPolicy .modal__inner {
        max-width: 100vh;
        border-radius: 0;
        height: 100%;
        border: none;
        overflow: auto;
    }
    #callbackModalFormPrivPolicy .hero-form_popup {
        padding-bottom: 0;
    }

}
/* стили для общей страницы с статьями (/cases/) */
.cases-wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 20px;
}

.cases-wrapper .case-item {
	width: calc(100% / 3 - 20px);
	display: flex;
	flex-direction: column;
}
.cases-wrapper .case-item .case-item__img img {
	border-radius: 15px;
	width: 100%;
	object-fit: cover;
}

.cases-wrapper .case-item .case-item__info {
	display: flex;
	margin-top: 20px;
	gap: 20px;
	align-items: center;
	margin-bottom: 20px;
	font-size: 1.125rem;
}

.cases-wrapper .case-item .case-item__info .case-item__name {
	font-weight: 500;
	line-height: 26px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #242528;
	margin-top: 0;
}

.cases-wrapper .case-item .case-item__info .case-item__section-link {
	background: #F9F9F9;
	padding: 8px 12px;
	color: #242528;
	font-size: 14px;
	border-radius: 9px;
}
.cases-wrapper .case-item .case-item__info .case-item__section-link:hover {
	color: #0253E0;
}

@media only screen and (max-width: 1024px) {
	.cases-wrapper .case-item {
		width: calc(100% / 2 - 20px);
	}
}
@media only screen and (max-width: 768px) {
	.cases-wrapper .case-item {
		width: 100%;
	}
	.cases-wrapper .case-item .case-item__info {
		justify-content: space-between;
	}
	.cases-wrapper .case-item .case-item__info .case-item__name {
		font-size: 18px;
	}
	.cases-wrapper .case-item .case-item__info .case-item__section-link {
		font-size: 14px;
	}
}

@media only screen and (max-width: 560px) {
	.cases-wrapper .case-item {
		width: 100%;
	}
	.cases-wrapper .case-item .case-item__info {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 400px) {
	.cases-wrapper .case-item .case-item__info .case-item__name {
		font-size: 16px;
	}
	.cases-wrapper .case-item .case-item__info .case-item__section-link {
		font-size: 12px;
	}
}
/* стили для общей страницы с статьями end (/cases/) */



/* Стили для детальной страницы */
.case-title__wrapper {
	margin-bottom: 70px;
}

.case-title {
	font-size: 54px;
	font-weight: 800;
	line-height: 70.2px;
	color: #242528;
	margin: 0;
	margin-bottom: 40px;
}

.case-title__wrapper .case-title__year,
.case-title__wrapper .case-title__link {
	font-size: 16px;
	line-height: 160%;
	color: #242528;
}
.case-title__wrapper .case-title__year {
	padding-right: 37px;
	position: relative;
}
.case-title__wrapper .case-title__year::before {
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 5.5px;
	background-color: #242528;
	border-radius: 50%;
}
.case-title__wrapper .case-title__link img {
	position: relative;
	/* top: -5px; */
	margin-left: 5px;
}
.case-content__wrapper {
	display: flex;
	flex-direction: row;
	gap: 45px;
}

.case-content__wrapper .case-content__left {
	width: 25%;
}
.case-content__wrapper .case-content__right {
	width: calc(100% - 25% - 45px);
}

.case-content__left .case-content__team {
	margin: 40px 0;
	@media (max-width: 767px) {
		display: none;
	}
}

.case-content__left .case-content__points ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.case-content__left .case-content__points ul li {
	padding: 8px 12px;
	font-size: 14px;
	background: #F9F9F9;
	border-radius: 9px;
	width: fit-content;
}
.case-content__left .case-content__team p {
	font-size: 20px;
	font-weight: 700;
	line-height: 27.32px;
	color: #242528;
	margin-bottom: 26px;
}
.case-content__left .case-content__team ul {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}
.case-content__left .case-content__team ul li {
	font-size: 16px;
	font-weight: 400;
	line-height: 21.86px;
	color: #242528;
	position: relative;
	padding-left: 25px;
}

.case-content__left .case-content__team ul li::before {
	content: '';
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	background-color: #242528;
	border-radius: 50%;
}

.case-content__left .case-content__features p {
	color: #242528;
	font-size: 20px;
	font-weight: bold;
}

.case-content__left .case-content__features ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 40px 0;
	gap: 10px;
}

.case-content__left .case-content__features ul li {
	padding: 8px 12px;
	border-radius: 9px;
	background: #F9F9F9;
	font-size: 14px;
	/* font-weight: 700; */
	line-height: 21.86px;
	color: #242528;
}

.case-content__left .subscribe_form {
	border: 3px solid#2A2424;
	padding: 20px;
	border-radius: 15px;
}

.case-content__left .subscribe_form .form_title{
	font-size: 18px;
	font-weight: 600;
	line-height: 24.3px;
	color: #2A2424;
	margin-bottom: 20px;
}

.case-content__left .subscribe_form .form_description{
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	color: #2A2424;
	margin-bottom: 20px;
}

.case-content__left .subscribe_form label {
	background: #F9F9F9;
	padding: 18px 32px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 21.86px;
	border-radius: 15px;
	display: block;
}

.case-content__left .subscribe_form label input {
	border: none;
	background: #F9F9F9;
}

.case-content__left .subscribe_form .callback_button {
	border-radius: 15px;
	padding: 18px 32px;
	background: #0253E0;
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 21.86px;
	text-align: center;
	border: none;
	width: 100%;
}

.case-content__left .subscribe_form .subscribe_politica {
	font-size: 14px;
	font-weight: 400;
	line-height: 19.6px;
	color: #2A2424;
}

.case-content__left .subscribe_form .subscribe_politica a {
	color: #0253E0;
}

.case-content__right .case-content__detail-img {
	width: 100%;
	border-radius: 15px;
	margin-bottom: 40px;
}

.case-content__right .case-content__detail-text {
	margin-bottom: 41px;
	overflow-x: hidden;
}
.case-content__right .case-content__detail-text p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #242528;
	margin: 0;
}

.case-content__detail-text img {
    object-fit: contain;
    width: 100%;
    height: auto;
}

.case-content__right .case-content__detail-text h3,
.case-content__right .case-content__detail-text h4,
.case-content__right .case-content__detail-text h5 {
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	color: #242528;
	margin: 25px 0;
}

.case-content__right .case-content__detail-text ul {
	padding-left: 20px;
}

.case-content__right .case-content__similar-projects h5 {
	font-size: 20px;
	line-height: 130%;
	color: #242528;
	margin: 0;
	margin-bottom: 30px;
}
.case-content__right .case-content__similar-projects .case-content__similar-project-wrapper {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.case-content__similar-project-wrapper .case-content__similar-project-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	background: #F9F9F9;
	padding: 13px 32px;

	display: grid;
	grid-template-columns: 80% 20%;
	gap: 20px;

	.case-content__similar-project-section-name {
		display: flex;
		align-items: center;
		color: #0253E0;
		justify-content: space-between;
		gap: 10px;
	}

	@media (max-width: 1200px) {
		grid-template-columns: 60% 40%;
	}

	@media (max-width: 767px) {
		display: flex;
		flex-wrap: wrap;

		.case-content__similar-project-section-name {
	        margin-left: auto;
    		width: 100%;
			flex-wrap: wrap;
		}
	}
}

.case-content__similar-project-wrapper .case-content__similar-project-item .case-content__similar-project-name {
	font-size: 20px;
	line-height: 130%;
	color: #242528;
}

@media only screen and (max-width: 950px) {
	.case-title {
		font-size: 35px;
		line-height: 45px;
		margin-bottom: 30px;
	}
	
	.case-content__wrapper {
		flex-direction: column;
		gap: 0;
	}
	
	.case-content__wrapper .case-content__right,
	.case-content__wrapper .case-content__left {
		width: 100%;
		display: contents;
	}
	
	.case-content__right .case-content__detail-img {
		order: 2;
	}
	
	.case-content__left .case-content__points {
		order: 3;
	}
	
	.case-content__left .case-content__team {
		order: 4;
	}
	
	.case-content__right .case-content__detail-text {
		order: 5;
	}

	.case-content__right .case-content__detail-button {
		order: 6;
	}
	
	.case-content__left .case-content__features {
		order: 7;
	}
	
	.case-content__right .case-content__similar-projects {
		order: 8;
		margin-bottom: 40px;
	}
	
	.case-content__left .subscribe_form {
		order: 9;
	}
}
.case-content__detail-button {
	margin-bottom: 41px;

}
.case-content__detail-button a {
	@media (max-width: 550px) {
		width: 100%;
		justify-content: start;
		position: relative;
	}
}
.case-content__detail-button a span {
	@media (max-width: 550px) {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		margin-left: unset;
		margin-right: unset;
	}
}


@media only screen and (max-width: 700px) {
	.case-content__right .case-content__detail-img {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.case-title {
		font-size: 24px;
		line-height: 34px;
	}
	.case-content__left .case-content__features ul {
		margin-top: 20px;
	}
	.case-content__left .case-content__features ul li {
		padding: 11px 15px;
	}
	.case-content__similar-project-wrapper .case-content__similar-project-item .case-content__similar-project-section-name {
		font-size: 14px;
	}
}
/* Стили для детальной страницы end */

/* Стили для слайдера */
.case-content__detail-slider .swiper-wrapper {
	margin-bottom: 30px;
}
.case-content__detail-slider .case-content__detail-slider_pagination {
	width: unset !important;
	position: unset !important;
	transform: unset !important;

}

.cases-random-elems {
	.section-title {
		padding-top: unset;
	}
	.section-head {
		justify-content: end;
	}
	.section-head:has(.section-title) {
		justify-content: space-between;
	}
	.case-card__description {
		margin-top: 1.5625rem;
		font-weight: 500;
		@media (max-width: 767px) {
			margin-top: 1rem;
		}
	}
	.case-card__description:has(+ .case-card__description-bottom) {
		margin-bottom: 1.5625rem;
		@media (max-width: 767px) {
			margin-bottom: 1rem;
		}
	}
}


.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.625rem;
    @media (min-width: 760px) {
        min-width: 780px;

    }
}

.card-rating {
    display: flex;
    @media (min-width: 760px) {
        margin-right: 3.125rem;
    }
}

.card-rating__container {
    width: 65px;
    height: 60px;
    background-image: url("/local/templates/Likeit2024/img/rating.svg");
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.625rem;
    @media (max-width: 768px) {
        height: 50px;
        background-image: url("/local/templates/Likeit2024/img/rating_mob.svg");
    }
}

.card-rating__text__title {
    font-size: 0.9rem;
    font-weight: 700;
    @media (max-width: 768px) {
        font-size: 0.7rem;

    }
}

.card-rating__text__year {
    text-align: center;
    font-size: 0.7rem;
    @media (max-width: 768px) {
        font-size: 0.5rem;

    }
}

.card-rating__description {
    font-size: 1rem;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    @media (max-width: 768px) {
        font-size: 0.875rem;
    }
}

.rating-btn {
    color: #000;
    background-color: #F5F5F5;
    padding: unset;
    min-height: 60px;
    @media (max-width: 768px) {
        min-height: 50px;
    }
}

.rating-btn span {
    margin-left: 30px;
    margin-right: 30px;
    /*font-size: 1rem;*/
}

.rating-btn::after {
    content: url("/local/templates/Likeit2024/img/arrow_rating.svg");
    margin-right: 5px;
    background-color: white;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    @media (max-width: 768px) {
        width: 45px;
        height: 40px;
    }
}

.js-main-rating {
    max-width: 100%;
}

@media (min-width: 1000px) {
    .js-main-rating {
        display: flex;
    }
}

.rating .swiper-slide {
    @media (min-width: 760px) {
        width: unset;
    }
}

.rating .swiper-slide:last-child {
    @media (min-width: 760px) and (max-width: 1120px) {
        margin-top: 20px;
    }
}

.rating .swiper-wrapper {
    @media (min-width: 760px) {
        flex-wrap: wrap;
        height: fit-content;
    }
}

.section_glossary {
    .section-item--active {
        order: 2 !important;
    }
}

/* стили для общей страницы со словарем (/glossary/) */
.glossary__sections_wrapper-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    @media (max-width: 1200px) {
        grid-template-columns: repeat(3, 1fr);
    }
    @media (max-width: 768px) {
        display: unset;
    }
}

.glossary__wrapper .glossary__section {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    border: 1px solid #e4e4e4;
    @media (max-width: 768px) {
        margin-bottom: 20px;
    }
    .glossary__section-section-name {
        padding: 5px 20px 24px 20px;
        font-size: 2.25rem;
        font-weight: 400;
    }
}

.glossary__wrapper .glossary__section .glossary__item-info,
.glossary__wrapper .glossary__section .glossary__section-inner-wrapper .btn_show {
    font-size: 1rem !important;
    padding: 0 20px 12px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.glossary__wrapper .glossary__section .glossary__section-inner-wrapper .btn_show {
    color: rgb(173, 175, 181);
    text-decoration: underline;
}
.glossary__wrapper .glossary__section.hide {
    display: none;
}
.glossary__wrapper .glossary__section .glossary__section-inner-wrapper .glossary__item-info.hide {
    display: none;
}

.glossary__wrapper .glossary__section .glossary__item-info .glossary__item-name {
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #242528;
    margin-top: 0;
    margin-bottom: 12px;
}

.glossary__wrapper .glossary__section .glossary__item-info .glossary__item-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #242528;
    margin-bottom: 20px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


@media only screen and (max-width: 560px) {
    .glossary__wrapper .glossary__section {
        width: 100%;
    }
    .glossary__wrapper .glossary__section .glossary__item-info .glossary__item-name,
    .glossary__wrapper .glossary__section .glossary__item-info .glossary__item-text {
        margin-bottom: 10px;
    }
}
.glossary__sections_wrapper .btn_show_category {
    display: flex;
    margin: 0 auto;
    text-decoration: underline;
}
.glossary__category_name {
    font-size: 2.25rem;
    font-weight: 400;
}
.glossary__item-info-text a {
    color: #242528;
}

.glossary__item-info-text a:hover {
    color: #2d5bff;
}
/* стили для общей страницы с словарем end (/glossary/) */

/**
 * Swiper 11.1.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 13, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
#servicesMenu {
    @media (min-width: 768px) {

        display: unset;

        ul {
            width: 100%;
            flex-direction: column;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 0;
        }

        .card {
            margin-top: 20px;
            padding: 1.875rem 3.25rem;
        }

        .card:nth-child(1) {
            margin-top: 0;
        }

        .card__list {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            column-gap: 20px;
            grid-auto-rows: min-content;
            row-gap: 10px;
        }

        .card__list li {
            margin-top: 0;
            height: fit-content;
        }

        .card__title {
            margin-bottom: 0;
            line-height: 1;
            font-size: 1.875rem;
            font-weight: 500;
        }

        .card__body:has(.card__list) {
            margin-top: 30px;
        }

    }

    @media (max-width: 767px) {

        .card__title {
            margin-bottom: 0;
            line-height: 1;
            font-size: 1.5rem;
        }

        .card__body:has(.card__list) {
            margin-top: 20px;
        }

        .card {
            padding: 1.875rem 2rem;
        }

        .card-page .card__list {
            margin-bottom: 0;
        }
    }

    @media (min-width: 768px) and (max-width: 1199px) {
        .card__title {
            font-size: 1.6rem;
        }
    }

}
.embed-responsive {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

.embed-responsive:before {
    content: "";
    display: block
}

.embed-responsive .embed_responsive_item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.embed-responsive_21by9:before {
    padding-top: 42.8571428571%
}

.embed-responsive_16by9:before {
    padding-top: 47.3684210526%
}

.embed-responsive_4by3:before {
    padding-top: 75%
}

.embed-responsive_1by1:before {
    padding-top: 100%
}

.img-fluid {
    display: block;
    height: auto;
    max-width: 100%
}

.img-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.img-contain, .img-cover {
    display: block;
    height: 100%;
    -o-object-position: center center;
    object-position: center center;
    width: 100%
}

.img-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.ico-svg {
    display: inline-block;
    height: 100%;
    position: relative;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    width: auto
}

.hide {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    white-space: nowrap !important
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.fs-14 {
    font-size: 14px !important
}

.fs-16 {
    font-size: 16px !important
}

.fs-18 {
    font-size: 1.125rem !important
}

.fs-19 {
    font-size: 1.1875rem !important
}

.fs-20 {
    font-size: 1.25rem !important
}

.fs-24 {
    font-size: 1.5rem !important
}

@media (min-width: 768px) {
    .fs--md-19 {
        font-size: 1.1875rem !important
    }
}

@media (min-width: 1200px) {
    .fs-xl-16 {
        font-size: 16px !important
    }

    .fs-xl-18 {
        font-size: 18px !important
    }

    .fs-xl-19 {
        font-size: 1.1875rem !important
    }

    .black-container .swiper {
        margin-bottom: 70px;
    }

}

.fw-300 {
    font-weight: 300 !important
}

.fw-400 {
    font-weight: 400 !important
}

.fw-500 {
    font-weight: 500 !important
}

.fw-600 {
    font-weight: 600 !important
}

.fw-700 {
    font-weight: 700 !important
}

.position-relative {
    position: relative !important
}

.position-sticky {
    position: sticky;
    top: .625rem
}

@media (min-width: 1200px) {
    .position-sticky-xl {
        position: sticky;
        top: .625rem
    }
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.color-green {
    color: #0f7 !important
}

.color-lime {
    color: #95F800 !important
}

.color-yellow {
    color: #ffd772 !important
}

.color-blue {
    color: #0253E0 !important;
}

.color-white {
    color: #FFFFFF !important;
}

.color-black {
    color: #242528 !important;
}

.color-dark-grey {
    color: #575757 !important;
}

.mxw-1300 {
    max-width: 81.25rem
}

.slides-pagination {
    -webkit-column-gap: .625rem;
    -moz-column-gap: .625rem;
    column-gap: .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    line-height: 0;
    margin-top: 1.5625rem !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slides-pagination .swiper-pagination-bullet {
    background-color: #f5f5f5;
    border-radius: .375rem;
    cursor: pointer;
    display: block;
    height: .375rem;
    margin: 0 !important;
    opacity: 1 !important;
    width: .375rem
}

.slides-pagination .swiper-pagination-bullet-active {
    background-color: #0253e0 !important
}

.swiper-pagination-lock {
    display: none !important
}

.diploma-list {
    overflow: visible
}

@media (min-width: 1200px) {
    .diploma-list {
        overflow: hidden
    }
}

.diploma-item {
    display: block;
    overflow: hidden;
    width: 9.0625rem
}

@media (min-width: 768px) {
    .diploma-item {
        width: 11.25rem
    }
}

@media (min-width: 1200px) {
    .diploma-item {
        width: auto
    }
}

.section-sm {
    margin-bottom: 1.5625rem
}

@media (min-width: 1200px) {
    .section-sm {
        margin-bottom: 3.125rem
    }
}

.section-subtitle {
    font-family: Nagel, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 3.125rem;
    max-width: 66rem
}

.section-subtitle a {
    color: #0253e0;
    font-weight: 500;
    text-decoration: none
}

.section-subtitle a:hover {
    color: #014acb;
    text-decoration: none
}

@media (min-width: 1200px) {
    .section-subtitle {
        font-size: 16px;
    }
}

.section-subtitle--tech {
    margin-bottom: 1.875rem
}

.section-subtitle-check {
    margin-bottom: 1.275rem
}

.section-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .section-subtitle--tech {
        margin-bottom: .9375rem
    }

    .section-title {
        font-size: 42px;
    }
}

.section-title--sm {
    margin-bottom: .9375rem;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .section-title--sm {
        margin-bottom: 1.5625rem;
        font-size: 42px;
    }
}

.black-container .process-item{
    color: black;
}

.black-container-lg, .black-container-sm {
    padding-block: 3.125rem 3.125rem
}

.black-container-md {
    padding-block: 4.125rem 4.525rem;
}

@media (min-width: 1024px) {
    .black-container-lg {
        padding-block: 6.25rem 6.25rem
    }

    .black-container-md {
        padding-block: 4.25rem 4.25rem
    }

    .black-container-cr {
        padding-block: 6.25rem 2.25rem
    }
}

.content-block, .content-block p {
    font-size: 16px;
    line-height: 130%
}

.content-block p {
    margin-bottom: 1.25rem
}

.content-block p:last-child {
    margin-bottom: 0
}

.section-carousel--sm {
    margin-bottom: 3.125rem
}

.section-content-sm-xl {
    font-size: .875rem
}

@media (min-width: 1200px) {
    .section-content-sm-xl {
        font-size: 1rem
    }
}

.cases-random-elems__head {
    margin-bottom: 1.875rem;
}

.cases-random-elems__title {
    margin-bottom: 0 !important
}

@media (min-width: 1200px) {
    .cases-random-elems__head {
        margin-bottom: 3.125rem
    }
}

.get-price__title {
    margin-bottom: .9375rem
}

.get-price__button {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.get-price__button span {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}

.get-price__lead {
    font-weight: 400;
    line-height: 140%;
    font-size: 1rem;
    margin-bottom: 1.25rem
}

.to-know-cost {
    .get-price__lead {
        font-size: 16px;
    }
}

.to-discount {
    .get-price__lead {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .get-price__button {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width: 1200px) {
    .get-price__title {
        margin-bottom: 1.5625rem
    }

    .get-price__lead {
        font-size: 1.1875rem;
        margin-bottom: 3.125rem
    }

    .to-know-cost {
        .get-price__lead {
            font-size: 19px;
        }
    }

    .to-discount {
        .get-price__lead {
            font-size: 16px;
        }
    }
}

.achieve__subtitle, .achieve__title {
    margin-bottom: 1.25rem
}

@media (min-width: 1200px) {
    .achieve__title {
        margin-bottom: 1.5625rem
    }

    .achieve__subtitle {
        margin-bottom: 4.375rem
    }
}

.view-all-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .view-all-bottom {
        display: none
    }
}

.btn-new {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
}

.d-btn {
    border: none;
    -webkit-column-gap: .625rem;
    -moz-column-gap: .625rem;
    column-gap: .625rem;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.1875rem;
    min-height: 3.125rem;
    outline: none;
    padding: .3125rem 1.875rem;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: .625rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle
}

.d-btn, .d-btn:hover {
    text-decoration: none;
    -webkit-transition: .25s;
    transition: .25s
}

.d-btn.focus, .d-btn:focus {
    outline: 0
}

.d-btn span {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .d-btn {
        font-size: 1.125rem;
        min-height: 3.75rem
    }
}

@media (max-width: 360px) {
    .d-btn {
        font-size: 15px !important
    }
}

.d-btn-primary {
    background-color: #0253e0;
    color: #fff;
    fill: #fff
}

.d-btn-primary:hover {
    background-color: #014acb;
    color: #fff;
    fill: #fff
}

.d-btn-primary:active {
    background-color: #0253e0;
    color: #fff;
    fill: #fff
}

.d-btn-secondary {
    background-color: #f5f5f5;
    color: #242528;
    fill: #242528
}

.d-btn-secondary:hover {
    background-color: #ece9e9;
    color: #242528;
    fill: #242528
}

.d-btn-secondary:active {
    background-color: #f5f5f5;
    color: #242528;
    fill: #242528
}

.d-btn-outline-secondary {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    fill: #fff
}

.d-btn-outline-secondary:hover {
    background-color: #fff;
    color: #242528;
    fill: #242528
}

.d-btn-outline-secondary:active {
    background-color: transparent;
    color: #fff;
    fill: #fff
}

.d-btn-icon {
    padding-left: 3.125rem;
    padding-right: .3125rem
}

.d-btn-icon span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width: 768px) {
    .d-btn-icon {
        -webkit-column-gap: 1.875rem;
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem;
        padding-left: 1.875rem
    }
}

.d-btn-icon-md .d-icon {
    display: none
}

@media (min-width: 768px) {
    .d-btn-icon-md {
        -webkit-column-gap: 1.875rem;
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem;
        padding-right: .3125rem
    }

    .d-btn-icon-md .d-icon {
        display: block
    }
}

.d-btn-md {
    min-height: 3.75rem
}

.d-btn-md .d-icon {
    height: 3.125rem;
    width: 3.125rem
}

.d-icon {
    display: block;
    height: 2.5rem;
    width: 2.5rem;
    -ms-flex-negative: 0;
    background-color: #fff;
    border-radius: .625rem;
    fill: #242528;
    flex-shrink: 0
}

@media (min-width: 768px) {
    .d-icon {
        height: 3.125rem;
        width: 3.125rem
    }
}

.btn-normal {
    font-weight: 500;
    min-height: 3.125rem;
    padding: .3125rem 1.875rem;
    text-align: center
}


.btn-normal-lg {
    font-weight: 500;
    min-height: 3.125rem;
    padding: .3125rem 2.875rem;
    text-align: center
}

.case-card__description,
.case-card__description-bottom {
    font-size: 16px;
    line-height: 130%;
}

@media (min-width: 1200px) {
    .btn-normal {
        font-size: 1.125rem;
        min-height: 3.75rem
    }

    .btn-normal-lg {
        font-size: 1.125rem;
        min-height: 3.75rem
    }

    .case-card__description,
    .case-card__description-bottom {
        font-size: 18px;
    }
}

@media (max-width: 360px) {
    .btn-normal {
        font-size: 15px !important
    }

    .btn-normal-lg {
        font-size: 15px !important
    }
}

.btn-icon {
    -webkit-column-gap: .3125rem;
    -moz-column-gap: .3125rem;
    column-gap: .3125rem;
    padding: .3125rem .3125rem .3125rem 3.125rem;
    text-align: center
}

.btn-icon:after {
    content: "";
    display: block;
    height: 2.5rem;
    width: 2.5rem;
    -ms-flex-negative: 0;
    background-color: #fff;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDUwIDUwIj48cGF0aCBkPSJNMTQgMjQuOTQ5di0xLjc2NGgxNi42ODFMMjYuMiAxOC41OTJsMS4wOTMtMS4wOTIgNi40MDcgNi41NjctNi40MDcgNi41NjdMMjYuMiAyOS41NGw0LjQ4MS00LjU5MnoiLz48L3N2Zz4=");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: .625rem;
    flex-shrink: 0
}

.btn-icon span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

@media (min-width: 768px) {
    .btn-icon {
        -webkit-column-gap: 1.875rem;
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem;
        padding-left: 1.875rem
    }

    .btn-icon span {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .btn-icon:after {
        height: 3.125rem;
        width: 3.125rem
    }
}

.btn-outline-secondary {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    fill: #fff;
    min-height: 3.125rem;
    padding: .625rem 1.875rem
}

.btn-outline-secondary:hover {
    background-color: #fff;
    color: #242528;
    fill: #242528
}

.btn-outline-secondary:active {
    background-color: transparent;
    color: #fff;
    fill: #fff
}

@media (min-width: 768px) {
    .btn-outline-secondary {
        min-height: 3.75rem
    }
}

.btn-md {
    min-height: 3.75rem
}

.btn-md:after {
    height: 3.125rem;
    width: 3.125rem
}

@media (max-width: 575px) {
    .btn-md {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .btn-left {
        padding-left: .625rem !important
    }
}

.btn-control {
    background-color: transparent;
    border: 2px solid #343435;
    border-radius: .9375rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    fill: #fff;
    font-size: 0;
    height: 3.125rem;
    line-height: 0;
    padding: 0;
    width: 3.125rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .25s;
    transition: .25s
}

.btn-control i {
    display: block;
    height: .75rem;
    width: 1.125rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.btn-control:hover {
    border-color: #fff;
    fill: #fff;
    -webkit-transition: .25s;
    transition: .25s
}

@media (min-width: 1200px) {
    .btn-control {
        height: 3.75rem;
        width: 3.75rem
    }
}

.tag-item {
    background-color: #f5f5f5;
    border-radius: .625rem;
    color: #242528;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 2.5rem;
    padding: .6875rem 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Nagel, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
}

.tag-item, .tag-item:hover {
    text-decoration: none;
    -webkit-transition: .25s;
    transition: .25s
}

.tag-item:hover {
    background: #00c;
    color: #fff
}

@media (min-width: 1200px) {
    .tag-item {
        min-height: 3.125rem;
        padding: .9375rem 1.625rem
    }
}

.tag-list {
    -webkit-column-gap: .625rem;
    -moz-column-gap: .625rem;
    column-gap: .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: .625rem
}

.tag-list a {
    font-size: 16px;
}

.section-hero {
    margin-bottom: 3.125rem
}

@media (min-width: 1200px) {
    .section-hero {
        margin-bottom: 6.25rem
    }
}

.service-hero {
    color: #242528;
    font-family: Nagel, sans-serif;
    margin-bottom: 3.125rem
}

.service-hero__wrapper {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 1.6875rem;
    -ms-grid-columns: 1fr;
    grid-template-columns:1fr
}

.service-hero__header {
    font-family: Nagel, sans-serif;
    font-size: 37px;
    font-weight: 500;
    line-height: 130%;
    margin: 0 0 1.5625rem
}

.service-hero__content {
    font-size: .875rem;
    line-height: 160%
}

.service-hero__text, .service-hero__text .service-hero__main-text {
    margin-bottom: 1.5625rem;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
}


.service-hero__text p {
    font-size: 14px;
    margin-bottom: .9375rem
}

.service-hero__text p:last-child {
    margin-bottom: 0
}

.service-hero__text strong {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1.25rem
}

.service-hero__text a {
    color: #0253e0;
    font-weight: 500;
    text-decoration: none
}

.service-hero__text span {
    font-size: 14px;
}

.service-hero__text a:hover {
    color: #014acb;
    text-decoration: none
}

.service-hero__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: .625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.service-hero__aside {
    .service-hero-link__lead {
        font-size: 1rem;
    }

    .service-hero-link__text {
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    .service-hero__buttons {
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width: 1024px) {
    .service-hero__wrapper {
        grid-column-gap: 2.5rem;
        -ms-grid-columns: 1fr 11.875rem;
        grid-template-columns:1fr 11.875rem
    }

    .service-hero__wrapper--no-video {
        grid-column-gap: 2.5rem;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .service-hero__aside {
        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: end;
        -ms-flex-pack: end;
        justify-content: flex-end

    }
}

@media (min-width: 1200px) {
    .service-hero {
        margin-bottom: 6.25rem;
        padding-top: 3.125rem
    }

    .service-hero__header {
        font-size: 70px;
        line-height: 5.25rem;
        margin-bottom: 3.125rem
    }

    .service-hero__lead {
        margin-bottom: 2.5rem
    }

    .service-hero__content {
        font-size: 1.125rem;
        line-height: 160%
    }

    .service-hero__text {
        font-size: 24px;
        margin-bottom: 3.125rem
    }

    .service-hero__text p {
        margin-bottom: 2rem;
        font-size: 18px;
    }

    .service-hero__text p:last-child {
        margin-bottom: 0
    }

    .service-hero__text strong {
        font-size: 1.5rem;
        line-height: 160%
    }

    .service-hero__text, .service-hero__text .service-hero__main-text {
        font-weight: 400;
        font-size: 18px;
    }

    .service-hero__text span {
        font-size: 18px;
    }
}

.service-hero-link {
    background-color: #242528;
    border-radius: .625rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .875rem;
    font-weight: 500;
    line-height: 140%;
    padding: .625rem 1.25rem;
    stroke: #535353;
    text-decoration: none;
    -webkit-transition: .25s;
    transition: .25s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.service-hero-link__lead {
    color: #0f7;
    display: block;
    font-size: 18px;
    line-height: 140%
}

.service-hero-link__lead span {
    text-decoration: underline
}

.service-hero-link__content {
    display: block
}

.service-hero-link__icon {
    border-radius: 2.5rem;
    height: 2.5rem;
    width: 2.5rem
}

.service-hero-link:hover {
    stroke: #fff;
    text-decoration: none;
    -webkit-transition: .25s;
    transition: .25s
}

@media (min-width: 1024px) {
    .service-hero-link {
        border-radius: 1.25rem;
        font-size: 1rem;
        line-height: 140%;
        padding: 4.25rem .625rem 1.25rem;
        row-gap: 2.375rem;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .service-hero-link__lead {
        font-size: 1.125rem;
        line-height: 140%
    }
}

.progress {
    margin: 0 -.625rem
}

.progress .swiper {
    overflow: visible
}

.progress .swiper-slide {
    height: auto;
    padding: 0 .625rem;
    width: auto
}

.progress__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .875rem;
    line-height: 140%;
    min-width: 9.75rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.progress__icon {
    display: block;
    height: 3.375rem;
    width: 3.375rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.progress__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-indent: 2px;
}

@media (min-width: 1200px) {
    .progress__item {
        font-size: 1rem;
        line-height: 140%
    }

    .progress__icon {
        height: 6.25rem;
        width: 6.25rem
    }
}

.d-vendors {
    font-size: 0;
    line-height: 0;
    max-width: 100%;
    overflow: hidden;
    width: 100%
}

.d-vendors .swiper-slide {
    width: auto
}

.d-vendors__item {
    display: block;
    font-size: 0;
    height: 7.375rem;
    line-height: 0;
    width: 149.3125rem
}

.d-vendors .swiper {
    overflow: visible
}

.d-vendors .swiper-slide {
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important
}

.d-vendors .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

@media (min-width: 768px) {
    .d-vendors__item {
        height: 9.875rem;
        width: 199.9375rem
    }
}

@media (min-width: 1200px) {
    .d-vendors {
        margin-bottom: 3.125rem
    }
}

.advantages-pagination {
    bottom: auto;
    -webkit-column-gap: .625rem;
    -moz-column-gap: .625rem;
    column-gap: .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    left: auto;
    line-height: 0;
    margin: 1.5rem 0 0;
    padding: 0 !important;
    position: relative;
    right: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.advantages-pagination .swiper-pagination-bullet {
    background: #f3f4f6 !important;
    border-radius: .375rem;
    display: block;
    height: .375rem;
    margin: 0 !important;
    opacity: 1 !important;
    width: .375rem
}

.advantages-pagination .swiper-pagination-bullet-active {
    background-color: #0253e0 !important
}

.advantage-item {
    -webkit-column-gap: .25rem;
    -moz-column-gap: .25rem;
    column-gap: .25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .875rem;
    line-height: 140%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.advantage-item__icon {
    height: 3.375rem;
    width: 3.375rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.advantage-item__icon svg {
    height: 3.375rem;
    width: 3.375rem;
}

.advantage-item__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #014acb;
    margin-bottom: .9375rem
}

.advantage-item__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}

@media (min-width: 1200px) {
    .advantage-item {
        font-size: 1rem;
        line-height: 140%
    }

    .advantage-item__icon {
        height: 6.25rem;
        width: 6.25rem
    }

    .advantage-item__icon svg {
        height: 6.25rem;
        width: 6.25rem
    }

    .advantage-item__title {
        font-size: 2rem;
        line-height: 140%;
        margin-bottom: .9375rem
    }

    .advantage-item__text {
        font-size: 16px;
    }
}

.section-templates__block {
    margin-bottom: 2rem;
}

.section-templates-item__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 1.5rem;
}

.section-templates-item__content {
    display: flex;
    flex-direction: column;
}

.section-templates-item__picture {
    margin-bottom: 1.5rem;
}

.template_price-list {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}

.template_count_days {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.section-templates__item {
    /*display: flex;*/
    /*flex-direction: column;*/
}

.tech-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tech-grid {
    display: -ms-grid;
    display: grid;
    grid-row-gap: .625rem;
    grid-column-gap: .625rem;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns:1fr 1fr 1fr
}

@media (min-width: 576px) {
    .tech-grid {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns:1fr 1fr 1fr 1fr 1fr
    }
}

@media (min-width: 768px) {
    .tech-grid {
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 1.25rem
    }
}

.tech-item {
    aspect-ratio: 112/64;
    background-color: #f9f9f9;
    border-radius: .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    .tech-item {
        aspect-ratio: 104/60
    }
}

.underline {
    text-decoration: underline !important;
}

.price-list {
    width: 100%
}

.price-list__legend {
    border-bottom: 2px solid #f9f9f9;
    display: -ms-grid;
    display: grid;
    padding: 0 1.25rem .625rem;
    grid-column-gap: 1.25rem;
    -ms-grid-columns: 16.125rem 1fr 9.375rem 3.125rem;
    grid-template-columns:16.125rem 1fr 9.375rem 3.125rem
}

.price-list__header {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    vertical-align: middle;
    color: #a3a3a3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.price-list__header--cms {
    -ms-grid-column-span: 2;
    grid-column: span 2
}

.price-list__item {
    border-bottom: 2px solid #f9f9f9;
    display: -ms-grid;
    display: grid;
    padding: .925rem 1.25rem;
    grid-column-gap: 1.25rem;
    -ms-grid-columns: 16.125rem 1fr 9.375rem 3.125rem;
    grid-template-columns:16.125rem 1fr 9.375rem 3.125rem
}

.price-list__item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.price-list__col {
    font-size: 14px;
    line-height: 18px;
}

.price-list__col--button {
    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
}

.price-list__title {
    margin-bottom: .5rem;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
}

.price-list__value {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: .5rem
}

.price-list__term, .price-list__value {
    font-size: .875rem;
    line-height: 1.125rem
}

.price-list__term {
    color: #a3a3a3;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}

.services-price-list__text {
    margin-bottom: 1.25rem;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    -webkit-text-size-adjust: 100%;
}

.services-price-list__subtext {
    margin-bottom: 1.25rem;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}

.price-list__tags {
    -webkit-column-gap: .9375rem;
    -moz-column-gap: .9375rem;
    column-gap: .9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 100%;
}

.price-list__tag {
    font-weight: 500
}

.price-list__link {
    color: #0253e0;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}

.price-list__link, .price-list__link:hover {
    text-decoration: none;
    -webkit-transition: .25s;
    transition: .25s
}

.price-list__link:hover {
    color: #014acb
}

.price-lead__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    vertical-align: middle;
}

@media (min-width: 1024px) {
    .price-list__legend {
        padding-bottom: .9375rem;
        padding-right: 0
    }

    .price-list__item {
        padding-right: 0
    }
}

@media (min-width: 1200px) {
    .price-list__header {
        font-size: 16px;
        line-height: 100%;
        min-height: 3.125rem
    }

    .price-list__item, .price-list__legend {
        -ms-grid-columns: 21.125rem 1fr 9.375rem 3.125rem;
        grid-template-columns:21.125rem 1fr 9.375rem 3.125rem
    }

    /*.d-price__col--info {*/
    /*    opacity: 1;*/
    /*}*/
    .price-list__item {
        opacity: 1;
    }

    .d-price__col--content {
        opacity: 0.5;
    }

    .d-price__col--cms {
        opacity: 0.5;
    }

    .price-list__item:hover .d-price__col--content,
    .price-list__item:hover .d-price__col--cms {
        opacity: 1;
    }

    .price-list__item.hover, .price-list__item:hover {
        opacity: 1;
        -webkit-transition: .25s;
        transition: .25s
    }

    .price-list__item ul {
        row-gap: .25rem
    }

    .price-list__title {
        font-size: 1.25rem;
        line-height: 1.375rem;
        margin-bottom: .75rem
    }

    .price-list__value {
        margin-bottom: .75rem
    }

    .price-list__term, .price-list__value {
        font-size: 1rem;
        line-height: 1.25rem
    }

    .price-list__tags, .services-price-list__text {
        font-size: 16px;
        line-height: 100%;
    }

    .price-list__col {
        font-size: 16px;
        line-height: 25px;
    }
}

.scroll-container {
    overflow: visible
}

.scroll-container .swiper-slide {
    width: 68.4375rem
}

@media (min-width: 1024px) {
    .scroll-container .swiper-slide {
        width: 100%
    }
}

.price-lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    line-height: 140%;
    margin-top: 3.125rem;
    row-gap: 1.5625rem;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.price-lead__button .d-btn {
    width: 100%
}

@media (max-width: 1599px) {
    .section.last {
        margin-bottom: 0;
    }
}

@media (max-width: 360px) {
    .price-lead__button .d-btn {
        font-size: 15px !important
    }
}

@media (min-width: 576px) {
    .price-lead__button .d-btn {
        width: auto
    }
}

@media (min-width: 768px) {
    .price-lead .d-btn {
        min-width: 32.625rem
    }
}

.playbox {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .875rem;
    height: 17.5rem;
    line-height: 140%;
    text-align: 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
}

.playbox__title {
    color: #0f7;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: .3125rem
}

.playbox__title span {
    text-decoration: underline;
}

.playbox__text {
    margin-bottom: 1.25rem;
}

.playbox__icon {
    border-radius: 2.5rem;
    display: block;
    height: 2.5rem;
    margin: 0 auto;
    stroke: #535353;
    width: 2.5rem
}

.playbox__icon, .playbox__icon:hover {
    -webkit-transition: .25s;
    transition: .25s
}

.playbox__icon:hover {
    stroke: #fff
}

@media (min-width: 1200px) {
    .playbox {
        font-size: 1rem;
        height: 37.1875rem;
        line-height: 140%
    }

    .playbox__title {
        font-size: 1.875rem;
        line-height: 140%;
        margin-bottom: .9375rem
    }

    .playbox__text {
        margin-bottom: 1.875rem
    }
}

.post-section__title {
    margin-bottom: 3.125rem
}

.post-item {
    background-color: #f3f4f6;
    border-radius: 1.5625rem;
    color: #242528;
    display: block;
    font-family: Nagel, sans-serif;
    font-size: .875rem;
    height: 100%;
    line-height: 140%;
    padding: 1.375rem 1.0625rem 1.875rem;
    text-decoration: none
}

.post-item__header {
    color: #222;
    -webkit-column-gap: .625rem;
    -moz-column-gap: .625rem;
    column-gap: .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem
}

.post-item__icon {
    display: block;
    font-size: 0;
    height: 2rem;
    line-height: 0;
    width: 2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.post-item__date {
    color: #222;
    font-size: .875rem;
    line-height: 140%;
    white-space: nowrap
}

.post-item__title {
    color: #222;
    font-size: 1rem;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: .75rem
}

.post-item__title a {
    color: #222;
    text-decoration: none
}

.post-item__title a:hover {
    color: #014acb;
    text-decoration: none
}

@media (min-width: 1200px) {
    .post-item {
        padding: 1.375rem 1.0625rem 2.625rem
    }
}

.offer-block, .offer-block p {
    color: #fff
}

.offer-block__title {
    margin-bottom: 15px
}

.offer-block__text {
    margin-bottom: 1.875rem
}

.offer-block__text p {
    margin-bottom: 1.25rem;
}

.offer-block__text p:last-child {
    margin-bottom: 0
}

.offer-block__buttons {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.offer-block__text {
    font-size: .875rem;
    line-height: 140%
}

@media (min-width: 768px) {
    .offer-block__title {
        margin-bottom: 1.875rem
    }

    .offer-block__buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .offer-block__buttons .d-btn {
        min-width: 15.125rem
    }
}

@media (min-width: 1200px) {
    .offer-block {
        max-width: 66.25rem
    }

    .offer-block__text, .offer-block__title {
        margin-bottom: 3.125rem
    }

    .offer-block__text {
        font-size: 1rem;
        line-height: 140%
    }
}

.awards-section__title {
    /*margin-bottom: 1.25rem;*/
    /*font-size: 42px;*/
}

.awards-section__subtitle {
    font-size: 1rem;
    margin-bottom: 1.5625rem
}

.awards-section__content {
    margin-bottom: 3.125rem
}

.awards-section__scroll .swiper-slide {
    width: 58.75rem
}

.awards-section__scroll .swiper-scrollbar {
    display: none !important
}

@media (min-width: 1024px) {
    .awards-section__scroll .swiper-slide {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .awards-section__title {
        margin-bottom: 1.5625rem
    }

    .awards-section__subtitle {
        margin-bottom: 3.125rem
    }

    .awards-section__content {
        margin-bottom: 3.75rem
    }
}

.awards-list {
    width: 58.75rem
}

@media (min-width: 1024px) {
    .awards-list {
        width: 100%
    }
}

.award-item {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #f9f9f9;
    padding-bottom: .625rem
}

.award-item:not(:first-child) {
    padding-top: .625rem
}

.award-item__media {
    border-radius: .625rem;
    display: block;
    height: 3.125rem;
    overflow: hidden;
    width: 3.125rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.award-item__header {
    font-size: .875rem;
    line-height: 110%;
    width: 10.3125rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.award-item__value {
    color: #242528;
    font-weight: 500;
    line-height: 130%;
    font-size: 16px;
}

.award-item__label {
    color: #0253e0;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    vertical-align: middle;
}

.award-item__year {
    color: #0253e0;
    line-height: 130%;
    width: 3.5rem;
    flex-shrink: 0;
    font-weight: 500;
    font-size: 16px;
    vertical-align: middle;
}

.award-item__content {
    font-size: .875rem;
    line-height: 130%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.award-item__content .h4, .award-item__content h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    margin: 0;
    padding: 0
}

.award-item__content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    margin: 0 !important
}

@media (min-width: 1200px) {
    .award-item__media {
        height: 4.625rem;
        width: 4.625rem
    }

    .award-item__header {
        font-size: 1rem;
        line-height: 110%;
        width: 15.25rem
    }

    .award-item__value {
        font-size: 1.25rem;
        line-height: 130%
    }

    .award-item__label {
        color: #0253e0;
        font-size: 1rem;
    }

    .award-item__year {
        font-size: 1.25rem;
        line-height: 130%;
        width: 5.75rem
    }

    .award-item__content {
        font-size: 1rem;
        line-height: 130%
    }

    .award-item__content .h4, .award-item__content h4 {
        font-size: 1.25rem;
        line-height: 130%
    }

    .award-item__content p {
        font-size: 1rem;
        line-height: 130%
    }
}

.award-btn {
    border-radius: .625rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    fill: #242528;
    font-size: 0;
    height: 3.125rem;
    line-height: 0;
    outline: none;
    width: 3.125rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: #f5f5f5;
    border: 2px solid #f5f5f5;
    justify-content: center;
    -webkit-transition: .25s;
    transition: .25s
}

.award-btn, .award-btn i {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.award-btn i {
    display: inline-block;
    height: .875rem;
    width: 1.25rem
}

.award-btn:hover {
    border-color: #242528;
    -webkit-transition: .25s;
    transition: .25s
}

.diploma-slider .swiper-slide {
    width: auto
}

@media (min-width: 1200px) {
    .diploma-slider {
        overflow: hidden
    }
}

.d-reviews-header {
    border-bottom: 2px solid #343435;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5625rem;
    padding-bottom: 1.5625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 1200px) {
    .d-reviews-header {
        margin-bottom: 1.625rem;
        padding-bottom: 3.5rem
    }
}

.review-item {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1.5625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.review-item__content, .review-item__content p {
    font-size: .875rem;
    line-height: 140%
}

.review-item__content p {
    margin-bottom: 1.125rem
}

.review-item__content p:last-child {
    margin-bottom: 0
}

.review-item__footer {
    font-size: .875rem;
    line-height: 140%;
    row-gap: 1.5625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.review-item__footer, .review-item__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.review-item__wrap {
    -webkit-column-gap: 1.375rem;
    -moz-column-gap: 1.375rem;
    column-gap: 1.375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.review-item__avatar {
    border-radius: 50%;
    display: block;
    height: 2rem;
    overflow: hidden;
    width: 2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.review-item__date {
    white-space: nowrap;
    width: 7.1875rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.review-item__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 1024px) {
    .review-item__footer {
        -webkit-column-gap: 1.875rem;
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .review-item__author {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .review-item__button {
        min-width: 15rem
    }
}

@media (min-width: 1200px) {
    .review-item {
        row-gap: 2.5rem
    }

    .review-item__content, .review-item__content p, .review-item__footer {
        font-size: 1rem;
        line-height: 140%
    }
}

.review-card__content {
    -webkit-line-clamp: 10;
    line-clamp: 10;
    padding-top: 1.5625rem;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-indent: 2px;
}

.review-card__content a {
    color: #0253E0;
}

.review-card__content p {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 1.125rem;
    text-indent: 2px;
    vertical-align: middle;
}

.review-card__content p:last-child {
    margin-bottom: 0
}

.review-card__profile-post {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

@media (min-width: 768px) {
    .review-card__content {
        -webkit-line-clamp: 7;
        line-clamp: 7
    }
}

@media (min-width: 1200px) {
    .review-card__content, .review-card__content p {
        font-size: 16px;
        line-height: 140%
    }
}

.d-client {
    border: 2px solid #242528;
    border-radius: 1.5625rem;
    color: #242528;
    font-size: .875rem;
    line-height: 140%;
    overflow: hidden;
    position: relative;
    text-align: center
}

.d-client__text {
    bottom: 1.5625rem;
    left: 0;
    position: absolute;
    right: 0
}

@media (min-width: 1200px) {
    .d-client {
        font-size: 1rem;
        line-height: 140%
    }

    .d-client__text {
        bottom: 2.1875rem
    }
}

.d-case {
    font-size: 1rem;
    line-height: 130%
}

.d-case__image {
    border-radius: 1.5625rem;
    display: block;
    margin-bottom: .9375rem;
    overflow: hidden
}

.d-case__title {
    display: none;
    font-weight: 500;
    margin-bottom: .9375rem
}

.d-case__title a {
    color: #242528
}

.d-case__title a, .d-case__title a:hover {
    text-decoration: none;
    -webkit-transition: .25s;
    transition: .25s
}

.d-case__title a:hover {
    color: #014acb
}

@media (min-width: 1024px) {
    .d-case__title {
        display: block
    }
}

@media (min-width: 1200px) {
    .d-case {
        font-size: 1.125rem;
        line-height: 130%
    }

    .d-case__image {
        margin-bottom: 1.5625rem
    }

    .d-case__image img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .d-case__image img, .d-case__image:hover img {
        -webkit-transition: -webkit-transform .35s;
        transition: -webkit-transform .35s;
        transition: transform .35s;
        transition: transform .35s, -webkit-transform .35s
    }

    .d-case__image:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .d-case__title {
        margin-bottom: 1.5625rem
    }
}

[data-cases] .swiper-slide {
    width: 17.5rem
}

.case-card--scale {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.case-card--scale .case-card__image img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s
}

.case-card--scale:hover {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.case-card--scale:hover .case-card__image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s
}

.case-card a {
    color: #242528
}

.case-card__image {
    border-radius: 1.5625rem;
    display: block;
    overflow: hidden
}

.case-card__title {
    display: block;
    font-size: 1rem;
    line-height: 130%;
    margin-top: .9375rem
}

.case-card__text {
    display: none;
    margin-top: 1.5625rem
}

@media (min-width: 1200px) {
    .case-card__title {
        font-weight: 500
    }

    .case-card__text, .case-card__title {
        font-size: 1.125rem;
        line-height: 130%
    }

    .case-card__text {
        display: block
    }
}

.stack__title {
    margin-bottom: .9375rem
}

.stack__text {
    margin-bottom: 1.5625rem;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    vertical-align: middle;
}

.stack__list {
    display: -ms-grid;
    display: grid;
    grid-row-gap: .3125rem;
    grid-column-gap: .3125rem;
    -ms-grid-columns:(1fr) [ 6 ];
    grid-template-columns:repeat(6, 1fr)
}

@media (min-width: 576px) {
    .stack__list {
        -ms-grid-columns:(1fr) [ 10 ];
        grid-template-columns:repeat(10, 1fr)
    }
}

@media (min-width: 768px) {
    .stack__list {
        -ms-grid-columns:(1fr) [ 12 ];
        grid-template-columns:repeat(12, 1fr)
    }
}

@media (min-width: 1024px) {
    .stack__list {
        -ms-grid-columns:(1fr) [ 15 ];
        grid-template-columns:repeat(15, 1fr)
    }
}

@media (min-width: 1200px) {
    .stack__title {
        margin-bottom: 1.5625rem
    }

    .stack__text {
        font-size: 16px;
        margin-bottom: 3.125rem
    }

    .stack__list {
        grid-row-gap: 1.25rem;
        grid-column-gap: 1.25rem;
        -ms-grid-columns:(5rem) [ 15 ];
        grid-template-columns:repeat(15, 5rem)
    }
}

.achieve-card__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
}

.persons__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.persons__title {
    margin-bottom: 0
}

.persons__button {
    display: none
}

.persons__footer {
    margin-top: 1.5625rem
}

.persons__list {
    overflow: visible
}

.persons__list .swiper-slide {
    align-items: initial;
}

@media (min-width: 1024px) {
    .persons__footer {
        display: none
    }

    .persons__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1200px) {
    .persons__header {
        margin-bottom: 3.125rem
    }

    .persons__list {
        overflow: hidden
    }
}

.person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .875rem;
    line-height: 140%;
    min-height: 15.875rem;
    width: 9.0625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.person__image {
    border-radius: .625rem;
    display: block;
    margin-bottom: .625rem;
    overflow: hidden
}

.person__name {
    font-weight: 500;
    font-size: 16px;
    line-height: 161%;
}

.person__staff {
    font-weight: 400;
    font-size: 14px;
    line-height: 161%;
}

.persons__footer .btn {
    display: flex;
}

@media (min-width: 768px) {
    .person {
        width: 11.25rem
    }
}

@media (min-width: 1200px) {

    .person {
        font-size: 1.125rem;
        line-height: 140%;
        width: auto
    }

    .person__image {
        border-radius: 1.5625rem;
        margin-bottom: 1.375rem
    }

    .person__name {
        font-size: 20px;
    }

    .person__staff {
        font-size: 18px;
    }
}

.stage-item {
    border-bottom: 2px solid #f9f9f9;
    padding-bottom: .625rem
}

.stage-item:not(:first-child) {
    padding-top: .625rem
}

.stage-item__header {
    -webkit-column-gap: .9375rem;
    -moz-column-gap: .9375rem;
    column-gap: .9375rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .625rem 0
}

.stage-item__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    vertical-align: middle;
}

.stage-item__icon {
    display: block;
    height: .5625rem;
    width: .9375rem;
    -ms-flex-negative: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI5IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTUgOSI+PHBhdGggZmlsbD0iIzI0MjUyOCIgZD0ibTYuMzQ2IDUuMDAyLjk4NS45MDcuOTg0LS45MDdMMTMuNDQyIDBsMS4yMiAxLjIyTDcuMzMgOC4zNzMgMCAxLjIyIDEuMjIgMHoiLz48L3N2Zz4=");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-shrink: 0
}

.stage-item__icon svg {
    display: none;
}

.stage-item__content {
    display: none;
    font-size: .875rem;
    line-height: 130%;
    padding-left: 1.875rem
}

.stage-item__wrapper {
    max-width: 80.625rem;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    vertical-align: middle;
}

.stage-item__footer {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    vertical-align: middle;
}

.stage-item.open .stage-item__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width: 1200px) {
    .stage-item {
        padding-bottom: 1.25rem
    }

    .stage-item__header {
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        padding-bottom: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .stage-item__icon {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDUwIDUwIj48cmVjdCB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHg9IjEiIHk9IjEiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiByeD0iOSIvPjxwYXRoIGZpbGw9IiMyNDI1MjgiIGQ9Ik0xNCAyNC45NDl2LTEuNzY0aDE2LjY4MUwyNi4yIDE4LjU5MmwxLjA5My0xLjA5MiA2LjQwNyA2LjU2Ny02LjQwNyA2LjU2N0wyNi4yIDI5LjU0bDQuNDgxLTQuNTkyeiIvPjwvc3ZnPg==");
        background-size: cover;
        height: 3.125rem;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 3.125rem
    }

    .stage-item__icon svg {
        display: block;
    }

    .stage-item__title {
        font-size: 1.25rem;
        line-height: 130%
    }

    .stage-item__content {
        font-size: 1rem;
        line-height: 130%;
        padding-left: 4.375rem
    }

    .stage-item__wrapper {
        margin-top: -.25rem;
        font-size: 16px;
    }

    .stage-item.open .stage-item__icon {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.check-item-pagination {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    pointer-events: none;
    height: 20px;
    margin: 1.5rem 0 0;
}

.process-item {
    background-color: #f3f4f6;
    border-radius: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .875rem;
    height: 100%;
    line-height: 130%;
    padding: 3.125rem 1.25rem 1.875rem;
    row-gap: 1.375rem;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.process-item__header {
    font-size: 1rem;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: .3125rem;
    position: relative
}

.process-item__title {
    position: relative;
    z-index: 10;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    vertical-align: middle;
}

.process-item__footer {
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    vertical-align: middle;

    .process-item__link {
        font-size: 16px;
    }
}

.process-item__icon {
    left: 50%;
    position: absolute;
    z-index: 1
}

.process-item__icon--01 {
    height: 4.0625rem;
    margin-left: -1.875rem;
    top: -1.9375rem;
    width: 4.375rem
}

.process-item__icon--02 {
    height: 4.1875rem;
    margin-left: -2.3125rem;
    top: -1.875rem;
    width: 4.625rem
}

.process-item__icon--03 {
    height: 3.625rem;
    margin-left: -2.6875rem;
    top: -1.375rem;
    width: 5.4375rem
}

.process-item__link {
    color: #242528;
    text-decoration: underline
}

.process-item__link:hover {
    color: #242528;
    text-decoration: none
}

ul.use-list-item {
    padding-left: 25px;
    margin-top: 20px;
}

.use-list-item li {
    list-style: disc;
}

.service-hero__text a.process-item__link {
    color: #242528;
    text-decoration: underline;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
}

@media (min-width: 1200px) {
    .process-item {
        -webkit-box-shadow: 0 13px 26px 0 rgba(1, 1, 1, 0);
        box-shadow: 0 13px 26px 0 rgba(1, 1, 1, 0);
        font-size: 16px;
        line-height: 140%;
        padding-bottom: 1.5625rem;
        padding-top: 3.4375rem;
        row-gap: 1.5625rem
    }

    .process-item, .process-item:hover {
        -webkit-transition: .25s;
        transition: .25s
    }

    .process-item:hover {
        -webkit-box-shadow: 0 13px 26px 0 rgba(1, 1, 1, .05);
        box-shadow: 0 13px 26px 0 rgba(1, 1, 1, .05)
    }
}

[data-processes] {
    overflow: hidden
}

@media (min-width: 1200px) {
    [data-processes] {
        overflow: visible
    }
}

.qa-section__title {
    margin-bottom: 1.25rem
}

.qa-section__subtitle {
    margin-bottom: 1.5625rem
}

.qa-section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: .625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 1200px) {
    .qa-section__title {
        margin-bottom: 1.5625rem
    }

    .qa-section__subtitle {
        margin-bottom: 3.75rem
    }

    .qa-section__list {
        row-gap: 1.25rem
    }

    .section-check-items {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
        gap: 20px;
    }
}

.qa {
    font-family: Nagel, sans-serif;
    font-size: 1rem;
    line-height: 140%
}

.qa:not(:first-child) {
    border-top: 1px solid #f9f9f9;
    padding-top: .625rem
}

.qa__header {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.qa__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    vertical-align: middle;
}

.qa__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: center;
    width: 1rem;
    -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
}

.qa__icon:before {
    content: "+"
}

.qa__content {
    display: none
}

.qa__wrapper {
    padding-top: 1.25rem;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

.qa__wrapper p {
    font-size: 16px;
}

.qa.open .qa__icon:before {
    content: "-"
}

@media (min-width: 768px) {
    .qa__icon {
        border: 2px solid #242528;
        border-radius: .625rem;
        font-size: 1.25rem;
        height: 3.125rem;
        line-height: 1.5rem;
        width: 3.125rem
    }

    .qa__content {
        padding-right: 3.75rem
    }

    .qa__wrapper {
        padding-top: 0
    }
}

@media (min-width: 1200px) {
    .qa {
        font-size: 1rem;
        line-height: 140%
    }

    .qa:not(:first-child) {
        padding-top: 1.25rem
    }

    .qa__title {
        font-size: 18px;
        line-height: 140%
    }

    .qa__icon {
        height: 3.125rem;
        width: 3.125rem
    }
}

@media (max-width: 1199px) {
    .black-container .swiper {
        margin-bottom: 25px;
    }

    .check-item-pagination {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .services-price-list__subtext {
        font-size: 14px;
    }

    .price-list__link {
        font-size: 14px;
    }

    .for-who {
        .section-check--tech {
            margin-top: 0;
        }

        .section-check-items--tech {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 5px;

            .section-subtitle--tech {
                margin-bottom: 0.875rem;
            }

            .section-check-items-title {
                font-size: 1.25rem;
            }

            .section-check-item {
                gap: 5px;
            }

            .section-check-item-title {
                font-size: 1rem;
            }
        }
    }
}

.gray-container {
    background-color: #F5F5F5;
    max-width: calc(var(--container-width) + var(--container-padding-x) * 2);
    color: #242528;
    padding-block: 3.125rem;
    margin-inline: auto;
    overflow: hidden;
    border-radius: 50px;

    .section-content {
        margin-bottom: 3.125rem;
    }

    .section-title {
        margin-bottom: 2.063rem;
    }
}

.blue {
    color: #0253E0;
    text-decoration: none;
    font-weight: 500;
}

.qa__wrapper ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -14px;
}

.tech {
    margin-bottom: 2em;
}

.section-sg {
    margin-bottom: 3.125rem;
}

.for-who {
    .section-subtitle--tech {
        max-width: 100%;
    }

    .section-check-item {
        display: flex;
        gap: 15px;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .section-check-item-icon {
        flex-shrink: 0;
        width: 54px;
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section-check-item-content {
        display: flex;
        flex-direction: column;
        margin-top: 12px;
    }

    .section-post-script-content {
        display: flex;
        flex-direction: column;
    }

    .section-check-items-title {
        font-weight: 500;
        font-size: 1.75rem;
        line-height: 140%;
        vertical-align: middle;
    }

    .section-check-item-title {
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 1.3;
    }

    .section-check-item-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.4;
    }

    .section-post-script-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.4;
    }

    .section-post-script {
        display: flex;
        gap: 15px;
        margin-top: 50px;
    }

    .show-more-wrapper {
        display: none;
    }

    .section-check--tech {
        margin-top: 3rem;
    }
}

.blog-card__date {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-indent: 2px;
    vertical-align: middle;
}

.blog-card__content .blog-card__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}

.blog-card__content .blog-card__description {
    font-weight: 400;
    font-size: 14px;
    text-indent: 2px;
}

.swiper-scrollbar.d-none {
    display: none;
}

.discount-section {
    margin-top: 40px;
    color: #fff;
}

.discount-section-v2{
    .discount-section__block {
        .discount-section__price-left,
        .discount-section__price-right {
            min-width: unset;
        }
        .bg-block{
            min-height: unset;
        }
    }
}

.discount-section__mark {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    vertical-align: middle;
    background-color: #FC342A;
    color: white;
    gap: 10px;
    border-radius: 50px;
    padding: 10px 20px;
    position: absolute;
    top: -20px;
    right: 0px;
    box-shadow: 0px 0px 20px 0px #FC342ABF;
}

.discount-section__block {
    position: relative;
    width: 458px;
    height: auto;
    opacity: 1;
    gap: 25px;
    border-radius: 25px;
    padding-top: 32px;
    padding-right: 20px;
    padding-bottom: 32px;
    padding-left: 20px;
    background-color: #FFFFFF;
}

.discount-section__block--grey {
    background-color: #F5F5F5;
}

.discount-section__block--green {
    background-color: #e2ffd1;
}

.discount-section__subtitle {
    line-height: 100%;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #242528;
}

.discount-section__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.discount-section__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;

    .price-list__tags {
        position: absolute;
        bottom: 2rem;
    }

    .discount-section__item {
        padding-bottom: 2rem;
    }
}

.discount-section__item {
    font-size: 16px;
    color: #242528;
    margin-bottom: 16px;
    line-height: 1.5;
}

.discount-section__item strong {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    display: block;
    margin-bottom: 4px;
}

.discount-section__item span {
    color: #242528;
}

.discount-section__item-title {
    display: flex;
    align-items: baseline;
}


.circle-mark::before {
    content: '•';
    margin-right: 8px;
    color: #242528;
}

.star-mark__list{
    list-style: "* ";
    padding-left: 27px;
}

.star-mark__list li {
    padding-left: 8px;
}

.content-block .text-content-title {
    font-weight: 500;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.development-section {
    display: grid;
    grid-auto-flow: column;
    align-items: start;
    margin-top: 40px;
}

.development-section__block {
    position: relative;
    width: 458px;
    height: auto;
    opacity: 1;
    border-radius: 25px;
    padding-top: 32px;
    padding-right: 20px;
    padding-bottom: 32px;
    padding-left: 20px;
    background-color: #FFFFFF;

    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;

    .bg-block {
        min-height: 140px;
        padding: 10px 20px;
        border-radius: 25px;
        font-size: 16px;
    }

    .bg-block p {
        font-size: 16px;
    }
}

.development-section__subtitle {
    line-height: 100%;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #242528;
}

.development-section__list {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    align-items: start;
    justify-items: start;
    gap: 0;
}

.development-section__item {
    font-size: 16px;
    color: #242528;
    margin-bottom: 16px;
    line-height: 1.5;
    align-self: start;
    justify-self: start;
    width: 100%;
}

.development-section__item:nth-child(3) {
    display: flex;
    flex-direction: column;
    width: 100%;

    align-self: stretch;
    height: 100%;
}

.development-section__mark {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    vertical-align: middle;
    background-color: #FC342A;
    color: white;
    gap: 10px;
    border-radius: 50px;
    padding: 10px 20px;
    position: absolute;
    top: -20px;
    right: 0px;
    box-shadow: 0px 0px 20px 0px #FC342ABF;
}

.development-section__item strong {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    display: block;
    margin-bottom: 4px;
}

.development-section__item span {
    color: #242528;
}

.development-section__item-title {
    display: flex;
    align-items: baseline;
}

@media (max-width: 575px) {
.development-section__block {
    .development-section__item {
        font-size: 	0.875rem;
    }
        .bg-block {
            font-size: 0.875rem;
        }
        .bg-block p {
            font-size: 0.75rem;
        }
    }
}

.tg-btn {
    background-color: white;
}

.tg-btn::after {
    background-color: #F5F5F5;
}

.mnw_180 {
    min-width: 180px;
}

.mxw_unset {
    max-width: unset;
}

.mb_50 {
    margin-bottom: 50px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_0 {
    margin-bottom: 0px!important;
}

.mb_20 {
    margin-bottom: 20px!important;
}

.mb_25 {
    margin-bottom: 25px;
}

.mt_0 {
    margin-top: 0;
}

.mt_20 {
    margin-top: 20px!important;
}

.pl_30 {
    padding-left: 30px;
}

.pl_18 {
    padding-left: 18px;
}

.pl_10 {
    padding-left: 10px;
}

.picture-text-block {
    margin-bottom: 50px;
}

.short-mr-minus ul {
    padding-left: 25px;
}

.case-two-column__container{
    padding-bottom: 100px;
}

.case-two-column__title{
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 15px;
}

.case-two-column{
    --gap:        var(--grid-gap, 40px);     /* отступ между колонками */
    --maxW:       var(--container, 1414px); /* максимальная ширина контейнера */
    --radius:     var(--img-radius, 8px);   /* скругление картинки */
    font-weight: 400;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;

    p{
        font-size: 16px;
    }
}
/* ----------  сам контейнер  ---------- */
.case-two-column{
    display:flex;
    gap:var(--gap);
    max-width:var(--maxW);
    margin-inline:auto;   /* центрируем */
}

/* текстовая колонка (≈ 35 %) */
.case-two-column__text{
    flex:0 1 43%;
    min-width:250px;
}

/* медиа-колонка (оставшееся место) */
.case-two-column__img{
    flex:1 1 0;
    min-width:300px;
}
.case-two-column__img img{
    width:100%;
    height:auto;
    border-radius:var(--radius);
    display:block;        /* убираем лишний отступ под картинкой */
}

/* ----------  мобильная версия  ---------- */
@media(max-width:768px){
    .case-two-column{
        flex-direction:column;
        font-size: 14px;

        p{
            font-size: 14px;
        }
    }
    .case-two-column__text,
    .case-two-column__img{flex:1 1 100%}
}

/* Превью кейсов */
.case-preview-section {
    display: flex;
}

.case-preview-section__block {
    display: flex;
    flex-direction: row;
    gap: 25px;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    justify-content: flex-start;
}

.case-preview-section__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

.case-preview-section__content {
    flex: 0 0 60%;
    max-width: 60%;
    display: flex;
    flex-direction: column;
}

.case-preview-section__title {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 130%;
}

.case-preview-section__text {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 150%;
}

.case-preview-section__btns {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    width: 100%;
}

.case-preview-section__btns .btn {
    width: 100%;
    max-width: fit-content;
    text-align: center;
    justify-content: center;
}

@media (max-width: 1199px) {
    .case-preview-section__title {
        font-size: 1.25rem;
    }

    .case-preview-section__text {
        font-size: 0.875rem;
    }
}

@media (max-width: 768px) {
    .case-preview-section__block {
        flex-direction: column;
        gap: 20px;
    }

    .case-preview-section__img,
    .case-preview-section__content {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .case-preview-section__btns {
        align-items: center;
    }

    .case-preview-section__btns .btn {
        max-width: 100%;
    }
}
/* Конец превью кейсов */

@media (max-width: 1300px) {
    .gray-container {
        border-radius: 0px;
    }

    .picture-text-block {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .d-btn-md {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .d-btn-left {
        padding-left: 1.25rem !important
    }

    .for-who {
        .section-check-item {
            /*max-width: 90vw;*/
        }

        .section-check-item-title {
            line-height: unset;
            margin-bottom: 10px;
        }

        .section-check-item-text {
            font-size: 14px;
        }

        .section-check-items--tech {
            overflow-x: auto;
            display: grid;
            scrollbar-width: none;

            &::-webkit-scrollbar {
                 display: none;
             }
        }

        .section-check-item {
            width: 75vw;
            min-width: 75vw;
        }
    }

    .achieve-card__text {
        font-size: 14px;
    }

    .qa__wrapper {
        font-size: 16px;
    }

    .tag-list a {
        font-size: 14px;
    }

    .process-item__footer {
        .process-item__link {
            font-size: 14px;
        }
    }
}

@media (max-width: 425px) {
    .for-who {
        .section-check-item {
            width: 65vw;
            min-width: 65vw;
        }
    }
}

@media (max-width: 1000px) {
    .for-who {
        .section-check-items {
            display: grid;
        }

        .section-check-item:not(:last-child) {
            margin-bottom: 20px;
        }

        .section-check-item:nth-child(n+5) {
            overflow: hidden;
            max-height: 0;
            opacity: 0;
            margin-top: 0;
            margin-bottom: 0;
            padding-top: 0;
            padding-bottom: 0;
            transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
            opacity 0.5s ease,
            margin 0.5s ease,
            padding 0.5s ease;
        }

        .section-check-items.show-all .section-check-item:nth-child(n+5) {
            max-height: 500px;
            opacity: 1;
            padding-top: 0;
            padding-bottom: 0;
        }

        .section-check-items.show-all .section-check-item:nth-child(n+5) {
            margin-bottom: 20px;
        }

        .show-more-wrapper {
            text-align: center;
            margin-top: 20px;
        }

        .btn-show {
            display: block;
        }

        .btn-show-more {
            width: 100%;
            cursor: pointer;
            background: #f3f4f6;
            color: #242528;
        }

        .section-check-item-icon {
            width: 35px;
            height: 48px;
        }

        .section-check-item-icon svg {
            width: 34px;
            height: 34px;
        }

        .section-check-item-title {
            font-size: 18px;
        }

        .section-check--tech {
            .section-check-items.show-all .section-check-item:nth-child(n+5) {
                margin-bottom: 0;
            }
        }
    }

    .section-sg {
        margin-bottom: 0rem;
    }

    #casesRandomItems_section{
        padding-bottom: 1.5rem;
    }
}



/* Changes start */
ul.corrected {
    padding-left: 1.5rem;
}

ul.marker-blue li::marker {
    color: #0253e0;
}

.likeit-red {
    color: #fc342a !important;
}

.tech-pod .price-list__item,
.tech-pod .price-list__legend {
    -ms-grid-columns: 4.5fr 1fr 1.5fr;
    grid-template-columns: 4.5fr 1fr 1.5fr;
}

.tech-pod .price-lead__title {
    text-align: left;
    font-weight: 500;
}

.discount-section__block {
    .discount-section__price {
        display: flex;
        gap: 10px;
        margin-bottom: 20px;
    }

    .discount-section__price-left {
        min-width: 55%;
        font-size: 24px;
    }

    .discount-section__price-right {
        min-width: 40%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-left: 2px solid #c4c4c4;
        padding-left: 10px;
    }

    .bg-block {
        min-height: 140px;
        padding: 10px 20px;
        border-radius: 25px;
        font-size: 16px;
    }

    .bg-block p {
        font-size: 16px;
    }
}

.bg-yellow {
    background: #fff7d1;
}
.bg-green {
    background: #e2ffd1;
}
.bg-gray {
    background: #ececec;
}

.section-check-items__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 20px;
}

.advantage-item__title.h4 {
    font-size: 18px;
}

@media (min-width: 1200px) {
    .tech-pod .price-list__item,
    .tech-pod .price-list__legend {
        -ms-grid-columns: 5fr 1fr 1.5fr;
        grid-template-columns: 5fr 1fr 1.5fr;
    }

    .tech-pod .price-list__item {
        padding-top: 1.185rem;
        padding-bottom: 1.185rem;
    }

    .discount-section__block .discount-section__price-left {
        font-size: 36px;
    }

    .advantage-item__title.h4 {
        font-size: 20px;
    }

    .section-check-items__title {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .discount-section__block {
        .discount-section__price-right,
        .discount-section__list {
            font-size: 14px;
        }
        .bg-block {
            min-height: 100px;
            font-size: 14px;
        }
        .bg-block p {
            font-size: 12px;
        }
    }

    .case-two-column__title{
        font-size: 24px;
    }

    .tech-pod {
        .price-list__item,
        .price-lead__title {
            font-size: 14px;
        }
    }

    .service-hero__header.h1-mob {
        font-size: 2.75rem;
    }

    .content-block p {
        font-size: 14px;
    }
}

/* Changes end */

/* Большой слайдер блока data-processes-extended */
@media (min-width: 1200px) {
    [data-processes-extended].swiper {
        margin-top: 2.875rem;
        margin-bottom: 6.25rem;
    }

    [data-processes-extended] .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        transform: none !important;
    }

    [data-processes-extended] .swiper-slide {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 1199px) {
    [data-processes-extended].swiper {
        margin-bottom: 3.125rem;
    }

    [data-processes-extended] .swiper-slide {
        height: auto !important;
    }
}
/* Конец большого слайдера data-processes-extended */
