

/* Start:/local/templates/.default/css/styles.css?175085374785179*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  background-color: #ffffff;
  font-family: "Gilroy", sans-serif;
}

a,
button {
  cursor: pointer;
  transition: all .3s ease-in-out;
}

button {
  font-family: "Gilroy", sans-serif;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #595959;
}

.f-white {
  color: #fff;
}

ul {
  list-style-type: none;
}

h1 {
  font-weight: 500;
  font-size: 56px;
  line-height: 108%;
  color: #333;
  font-family: 'Gilroy', sans-serif;
}

@media (max-width: 1360px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 800px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 400px) {
  h1 {
    font-size: 36px;
  }
}

h3 {
  font-weight: 500;
  font-size: 46px;
  color: #333;
  margin-bottom: 40px;
}

@media (max-width: 1000px) {
  h3 {
    font-size: 34px;
  }
}
@media (max-width: 630px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-weight: 500;
  font-size: 32px;
  line-height: 119%;
  color: #333;
  margin-bottom: 32px;
}
.all-content {
  width: 100%;
}

.all-content_blue {
  background: radial-gradient(50% 50% at 50% 50%, #2694fe 0%, #4481eb 100%);
  padding: 140px 0;
}

.all-content_dark-gray {
  padding: 140px 0;
  background-color: #333;
}

.all-content_gray {
  padding: 140px 0;
  background-color: #f3f4f8;
}

.h-mt140 {
  margin-top: 140px;
}

.h-mb60 {
  margin-bottom: 60px;
}

.all-content .container {
  max-width: 1715px;
  margin: 0 auto;
  padding: 0 10px;
}

.all-content .container .main-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}


@media (max-width: 1600px) {
  .all-content .container {
    max-width: 1238px;
  }
  .all-content .container .main-container:not(.main-text__container) {
    max-width: 1024px;
  }

  .all-content .container .main-container.dop-pages {
    max-width: unset;
    /* padding: 48px; */
  }

  header .all-content .container .main-container.dop-pages {
    padding-top: 0;
  }
}

@media (max-width: 1060px) {
  .all-content .container {
    width: 100%;
    max-width: unset;
    padding: 0 20px;
  }
}

.h-mt0 {
  margin-top: 0 !important;
}

section {
  margin-top: 200px;
}

@media (max-width: 1600px) {
  section {
    margin-top: 120px;
  }
}

header {
  max-height: 148px;
  height: 100%;
  /* margin-bottom: 15px; */
}

.d-fl {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
}

@media (max-width: 800px) {
  .d-fl {
    flex-direction: column;
  }
}
.d-fl .d-fl__item {
  flex-basis: 48%;
  flex-grow: 1;
}

header .header-container__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.header-container {
  margin: auto;
  max-width: 1440px;
  position: relative;
}

.header-container__top .left-content {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-basis: 15%;
  flex-grow: 1;
}

/* .header-container__bottom {
  padding-bottom: 16px;
} */
.mob-hide {
  display: none;
}
@media (max-width: 880px) {
  .header-container__bottom, header .mob-hide {
    display: none;
  }
}

.header-container__top .left-content a,
.navigation ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #595959;
  text-decoration: none;
}

.header-container__top .left-content a:hover ,
.navigation ul li a:hover {
  color: #2464ea;
}
.header-container__top .right-content {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-basis: 20%;
  flex-grow: 1;
  justify-content: end;
}

@media (max-width: 800px) {
  .header-container__top .right-content {
    gap: 15px;
  }
}

.header-container__top .right-content .right-content__btns-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-container__top .center-content {
  flex-basis: 55%;
  flex-grow: 1;
  margin-left: 15px;
}

.header-container__top .right-content button.btn-project {
  border: 1px solid #2464ea;
  border-radius: 24px;
  padding: 12px 16px;
  color: #2464ea;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  background: transparent;
  white-space: nowrap;
}
.burger-menu .container-bottom .btn-project {
  display: none;
}
@media (max-width: 580px) {
  .header-container__top .btn-project {
    display: none;
  }
  .burger-menu .container-bottom .btn-project {
    display: block;
    width: 100%;
  }
}
.header-container__top .right-content button:not(.burger-menu__btn, .back-button):hover {
  background-color: #3272f8;
  color: #ffffff;
}

.navigation ul {
  display: flex;
  gap: 35px;
  align-items: center;
}

.navigation ul li {
  list-style-type: none;
}

.navigation ul li .navigation__link-catalog {
  border-radius: 24px;
  padding: 12px 16px;
  padding-left: 33px;
  color: #fff;
  background-color: #2464ea;
  position: relative;
  border: none;
}

.navigation ul li .navigation__link-catalog:hover {
  background-color: #3272f8;
  color: #fff;
}

.navigation ul li .navigation__link-catalog::before {
  content: url(/local/templates/.default/css/../images/link-catalog.svg);
  left: 10px;
  display: block;
  position: absolute;
}

.navigation ul li .navigation__link-catalog.active::before {
  content: url(/local/templates/.default/css/../images/burger-cross.svg);
  left: 10px;
  top: 10px;
}

@media (max-width: 1060px) {
  .navigation__link-catalog {
    display: none;
  }
}
.top-banner__container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.top-banner__container .top-banner__left {
  flex-grow: 1;
  flex-basis: 55%;
  border-radius: 30px;
  height: 675px;
  background: url(/local/templates/.default/css/../images/blue-background.jpg) center center / cover no-repeat;
}

.dop-pages__container .top-banner__left {
  height: unset;
}

.dop-pages__container .top-banner__left button {
  margin-top: 40px;
  margin-bottom: 80px;
  margin-right: 32px;
}

@media (max-width: 1000px) {
  .dop-pages__container .top-banner__left button {
    margin-bottom: 42px;
  }
  .dop-pages__container:not(.top-banner__left-small) .white-text {
    display: none;
  }
}

@media (max-width: 1300px) {
  .navigation ul {
    gap: 20px;
  }
}

.burger-menu__btn {
  display: none;
  position: relative;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: none;
}

.burger-menu__btn::before {
  content: "";
  position: absolute;
  background: url(/local/templates/.default/css/../images/burger-menu.svg) center center / cover no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}

.burger-menu__btn.active::before {
  background: url(/local/templates/.default/css/../images/cross-burger-dark.svg) center center / cover no-repeat;
}

@media (max-width: 1060px) {
  .navigation ul li:not(:first-child) {
    display: none;
  }
  .burger-menu__btn {
    display: block;
  }
}

.white-text {
  color: #F3F4F8;
  font-size: 20px;
  font-weight: 500px;
  line-height: 24px;
}

h3.h3-white {
  color: #fff;
}

.top-banner__container .top-banner__left .content {
  position: relative;
  padding: 64px 80px;
  height: 100%;
}

.dop-pages__container .top-banner__left .content {
  padding: 60px 130px;
  width: 75%;
}
.dop-pages__container {
  position: relative;
}
.dop-pages__container::before {
  position: absolute;
  content: "";
  background: url(/local/templates/.default/css/../images/dop-pages-banner.png) center center / cover no-repeat;
  width: 650px;
  height: 700px;
  right: 0;
  display: block;
  bottom: 0;
}

.dop-pages__container.top-banner__left-small::before {
  width: 430px;
  height: 500px;
} 

@media (max-width: 1200px) {
  .dop-pages__container.top-banner__left-small::before {
    width: 245px;
    height: 355px;
  }
}

.top-banner__container .top-banner__left .content p.big-text {
  font-weight: 500;
  font-size: 88px;
  line-height: 100%;
  color: #ffffff;
}

.top-banner__left-small .top-banner__left .content p.big-text {
  margin-bottom: 40px;
}

.top-banner__container .swiper {
  max-width: 660px;
  width: 100%;
  height: 100%;
}

.top-banner__container .swiper-pagination {
  width: fit-content !important;
  right: 60px !important;
  left: unset !important;
  bottom: 60px !important;
}
.top-banner__container .swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
}
.top-banner__container .swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2464ea;
}

.top-banner__container .top-banner__left .content .users-icon {
  position: absolute;
  bottom: 63px;
}

.top-banner__container .top-banner__right {
  flex-grow: 1;
  flex-basis: 30%;
  background-color: #f3f4f8;
  border-radius: 30px;
}

.top-banner__container .top-banner__right .content {
  font-weight: 500;
  font-size: 46px;
  color: #333;
  height: 100%;
  position: relative;
  padding: 64px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top-banner__container .top-banner__right .content p {
  font-weight: 500;
  font-size: 46px;
  color: #333;
}

.top-banner__container .top-banner__right .content::before {
  content: " ";
  background: url(/local/templates/.default/css/../images/top-banner_bg.png) center center / cover no-repeat;
  position: absolute;
  display: block;
  width: 550px;
  height: 500px;
  bottom: 0;
  right: 20px;
}

@media (max-width: 1600px) {
  .top-banner__container .top-banner__left .content, .top-banner__container .top-banner__right .content {
    padding: 55px 48px;
  }
  .top-banner__container .top-banner__left .content p.big-text {
    font-size: 65px;
  }
  .top-banner__container .top-banner__right .content p {
    font-size: 40px;
  }
  .top-banner__container .swiper {
    max-width: 550px;
  }
  .top-banner__container .top-banner__left {
    flex-basis: 50%;
  }
  .top-banner__container .top-banner__right {
    flex-basis: 25%;
  }
}

@media (max-width: 1305px) {
  .top-banner__container .top-banner__left .content, .top-banner__container .top-banner__right .content {
    padding: 40px;
  }
  .top-banner__container .top-banner__left {
    flex-basis: 35%;
    height: 400px;
  }
  .top-banner__container .top-banner__right {
    flex-basis: 20%;
    height: 400px;
  }
  .dop-pages__container .top-banner__left {
    height: fit-content;
  }
  .top-banner__container .top-banner__left .content p.big-text {
    font-size: 45px;
  }
  .top-banner__container .top-banner__right .content p {
    font-size: 24px;
  }
  .top-banner__container .top-banner__right .content::before {
    width: 368px;
    height: 339px;
  }
}

@media (max-width: 800px) {
  .dop-pages__container.top-banner__left-small .top-banner__left {
    height: 700px;
  }

  .dop-pages__container.top-banner__left-small::before {
    width: 220px;
    height: 270px;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
  }

  .dop-pages__container.top-banner__left-small .text-before-title {
    max-width: unset;
    margin-bottom: 32px;
  }

  .dop-pages__container.top-banner__left-small button {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 550px) {
  .dop-pages__container.top-banner__left-small .top-banner__left {
    height: 800px;
  }
}

@media (max-width: 1060px) {
  .top-banner__container .swiper {
    max-width: 800px;
  }
  
}

@media (max-width: 860px) {
  .top-banner__container .swiper {
    max-width: 700px;
  }
  .top-banner__container .top-banner__right .content {
    padding: 40px 0;
  }
}

@media (max-width: 800px) {
  .top-banner__container .top-banner__right .content {
    padding: 25px;
  }
}

@media (max-width: 760px) {
  .top-banner__container .swiper {
    max-width: 550px;
  }
}

@media (max-width: 620px) {
  .top-banner__container .swiper {
    max-width: 480px;
  }
  .top-banner__container .top-banner__left .content {
    padding: 15px;
  }
  .top-banner__container .top-banner__left {
    max-height: 340px;
  }
  .dop-pages__container .top-banner__left {
    height: fit-content;
    max-height: fit-content;
  }
  .top-banner__container .top-banner__left .content img {
    max-width: 260px;
  }
  .top-banner__container .top-banner__left .content p.big-text {
    font-size: 35px;
  }
  .top-banner__container .top-banner__right .content::before {
    width: 170px;
    height: 145px;
  }
  .top-banner__container .top-banner__right {
    height: 330px;
  }
  .top-banner__container .swiper-pagination {
    bottom: 10px !important;
    left: 0 !important;
    width: 100% !important;
  }
}

@media (max-width: 545px) {
  .top-banner__container .swiper {
    max-width: 380px;
  }
}

@media (max-width: 400px) {
  .top-banner__container .swiper {
    max-width: 310px;
  }
}

.show-more {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #333;
  text-decoration: none;
  position: relative;
}

.show-more::after {
  content: " ";
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(/local/templates/.default/css/../images/arrow-dark.png);
  transition: all .4s ease-in-out;
}

.show-more:hover {
  color: #3272f8;
}

.show-more:hover::after {
  background-image: url(/local/templates/.default/css/../images/arrow-hover.svg);
}

.content-white__ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 24px;
  max-width: 330px;
}

.content-white__ul li {
  border-radius: 100px;
  padding: 6px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #595959;
  background-color: #ffffff;
}

.analitics__container .analitics-img {
  position: relative;
}

.analitics-img .dekstop-hide {
  display: none !important;
}

.analitics__container .analitics-img img {
  width: 100%;
  max-width: fit-content;
  margin: 0 auto;
}

.analitics__container .analitics-img img.mobile-image {
  display: none;
}

.analitics__container .analitics-img .analitics-img__blue-text {
  border-radius: 40px 40px 40px 0;
  padding: 18px 32px;
  width: 169px;
  height: 64px;
  box-shadow: 4px 4px 20px 0 rgba(68, 68, 68, 0.4);
  background: #2464ea;
  color: #ffffff;
  font-weight: 500;
  font-size: 24px;
  position: absolute;
  top: 30px;
  right: 80px;
}

@media (max-width: 1600px) {
  .analitics__container .analitics-img .analitics-img__blue-text  {
    padding: 14px 24px 10px;
    font-size: 20px;
    top: 0px;
    right: 0px;
    height: unset;
    width: unset;
  }
}

@media (max-width: 1000px) {
  .analitics__container .analitics-img .analitics-img__blue-text  {
    border-radius: 70px 40px 40px 0;
    padding: 10px 15px 10px 20px;
  }
}

@media (max-width: 760px) {
  .analitics__container .analitics-img img.mobile-image {
    display: block;
    max-width: unset;
    width: 100%;
  }

  .analitics__container .analitics-img img.desktop-image {
    display: none;
  }
  .analitics__container .analitics-img .analitics-img__blue-text {
    height: unset;
    width: unset;
    right: unset;
    top: unset;
    bottom: 65px;
    left: 90px;
  }
}

@media (max-width: 500px) {
  .analitics__container .analitics-img .analitics-img__blue-text {
    font-size: 18px;
    bottom: 20px;
    left: 60px;
    padding: 5px 10px 5px 15px;
  }
}

.analitics__container .analytics-items {
  display: flex;
  gap: 10px 40px;
  flex-wrap: wrap;
  margin: 55px auto;
}

.analitics__container .analytics-items .analytics-item {
  flex-grow: 1;
  flex-basis: 20%;
}

@media (max-width: 1200px) {
  .analitics__container .analytics-items .analytics-item {
    min-width: 315px;
  }
}

@media (max-width: 800px) {
  .analitics__container .analytics-items .analytics-item {
    min-width: 240px;
  }
}

@media (max-width: 560px) {
  .analitics__container .analytics-items .analytics-item {
    min-width: 170px;
  }
}
.analytics-items .analytics-item .analytics-item__number {
  font-weight: 500;
  font-size: 80px;
  background-image: linear-gradient(226deg, #0b70fe 0%, #4583da 51.27%, #0d42b4 100%);
  color: transparent;
  background-clip: text;
  line-height: 100%;
  white-space: nowrap;
}

.h-mb8 {
  margin-bottom: 8px;
}

.h-mt32 {
  margin-top: 32px;
}

.h-mb12 {
  margin-bottom: 12px;
}

.h-mb24 {
  margin-bottom: 24px;
}


@media (max-width: 1000px) {
  .analitics__container .analytics-items {
    gap: 10px 15px;
  }
  .analytics-items .analytics-item .analytics-item__number {
    font-size: 60px;
  }
}

.analytics-items .analytics-item .analytics-item__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #595959;
  margin-top: 10px;
}

.analitics__container .analitics-video {
  margin-bottom: 60px;

}
.analitics__container .analitics-video img {
  display: block;
  width: 100%;
  border-radius: 30px;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 600px) {
  .analitics__container .analitics-video {
    height: 249px;
    margin: 30px auto;
  }
}

.areas-of-activity__container {
  border-radius: 30px;
  padding: 68px 60px;
  background-color: #f3f4f8;
  margin-top: 50px;
  position: relative;
  min-height: 810px;
}

.areas-of-activity__container::before {
  content: " ";
  background: url(/local/templates/.default/css/../images/areas-of-activity_bg.png) center center / cover no-repeat;
  position: absolute;
  display: block;
  width: 435px;
  height: 360px;
  bottom: 0;
  right: 0;
}

.areas-of-activity__container .tabs-container {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.areas-of-activity__container .tabs-container .tabs-container__left {
  flex-grow: 1;
  flex-basis: 40%;
}
.areas-of-activity__container .tabs-container .tabs-container__right {
  flex-grow: 1;
  flex-basis: 55%;
}

.areas-of-activity__container .tabs-container .tabs-container__left > ol {
  counter-reset: a;
  list-style-type: none;
}

/* .areas-of-activity__container .tabs-container .tabs-container__left ol > li::before {
  position: absolute;
  content: counter(a, decimal-leading-zero) " ";
  counter-increment: a;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  left: -16px;
  top: 5px;
  display: block;
} */

.tabs-container__left,
.tabs-container__right {
  list-style: none;
}

.tabs-container__left ol > li {
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  padding-left: 0;
  display: flex;
  margin-bottom: 24px;
  position: relative;
}

.tabs-container__left li.active,
.tabs-container__left li:hover,
.tabs-container__left li.active::before {
  color: #2464ea !important;
}


.tabs-container__right .tabs-item {
  display: none;
  padding: 5px;
  margin: 10px;
}

ul.ul_blue-points li {
  font-weight: 400;
  position: relative;
  font-size: 16px;
  line-height: 140%;
  padding-left: 10px;
  margin-bottom: 10px;
  color: #595959;
}

ul.ul_blue-points li::before {
  content: "";
  top: 5px;
  position: absolute;
  display: block;
  background-color: #2464ea;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 0px;
}

ul.ul_black-points {
  display: flex;
  flex-direction: column;
}

ul.ul_black-points li {
  font-weight: 400;
  position: relative;
  font-size: 16px;
  line-height: 140%;
  padding-left: 10px;
  color: #595959;
}

ul.ul_black-points li::before {
  content: "";
  top: 8px;
  position: absolute;
  display: block;
  background-color: #595959;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 0px;
}


.tabs-item__lang-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 24px;
  color: #333;
}

.tabs-item__lang-subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #333;
  margin-bottom: 10px;
}

@media (max-width: 1000px) {
  .tabs-container__left ol > li {
    flex-direction: column;
  }
  .tabs-item.tabs-item-inline {
    display: block;
    /* margin-left: -30px; */
    margin-top: 20px;
  }
  ul.ul_blue-points li {
    margin-bottom: 0;
  }
  .tabs-item__lang-title, .content-white__ul {
    margin-bottom: 10px;
  }
  .tabs-container__left ol > li {
    font-size: 20px;
  }
  ul.ul_blue-points li {
    font-size: 14px;
  }
  .tabs-item__lang-title {
    font-size: 16px;
  }
}

.btn-default {
  border-radius: 60px;
  padding: 20px 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #ffffff;
  background-color: #2464ea;
  border: none;
}

.btn-default:hover {
  background-color: #3272f8;
}

.stages-of-development__container .stages-of-development {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 32px;
}

.stages-of-development__container .stages-of-development .stages-of-development__item {
  border-radius: 28px;
  flex-grow: 1;
  flex-basis: 20%;
  padding: 28px;
  max-width: 345px;
  height: 264px;
  /* background:  linear-gradient(180deg, #2464ea 0%, #248bea 100%); */
  background: url(/local/templates/.default/css/../images/blue-background.jpg) center center / cover no-repeat
}

.stages-of-development .stages-of-development__item.stages-of-development__item--two-cols {
  max-width: unset;
  display: flex;flex-direction: column;
  justify-content: space-between;
}

.btn-white {
  border-radius: 60px;
  padding: 20px 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  background-color: #ffffff;
  color: #333;
  border: none;
  width: fit-content;
  text-decoration: none;
}


.btn-white:hover {
  background-color: #333;
  color: #ffffff;
}

@media (min-width: 1600px) {
  .areas-of-activity__container .tabs-container .tabs-container__left ol li::before {
    top: 14px;
  }
}
@media (max-width: 1600px) {
  .tabs-container__left ol > li {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .areas-of-activity__container .tabs-container .tabs-container__left ol li::before {
    top: 10px;
  }
  .areas-of-activity__container::before {
    width: 300px;
    height: 300px;
  }
  .btn-default, .btn-white {
    padding: 16px 30px;
    font-size: 18px;
  }
}

@media (max-width: 1000px) {
  .areas-of-activity__container .tabs-container .tabs-container__left {
    flex-basis: 35%;
  }
  .areas-of-activity__container .tabs-container .tabs-container__right {
    flex-basis: 45%;
  }
  .tabs-container__left ol > li {
    font-size: 24px;
  }
  .areas-of-activity__container::before {
    display: none;
  }
  .areas-of-activity__container {
    padding: 40px;
  }
  .areas-of-activity__container .tabs-container .tabs-container__left ol li::before {
    top: 5px;
  }
}


.tabs-container__right .tabs-item {
  display: none;
}

.tabs-container__right .tabs-item.active {
  display: block;
}

/* Мобильная версия (ширина окна меньше 1000px) */
@media (max-width: 1000px) {
  .tabs-container__right {
    display: none; /* Скрываем общий блок контента для мобильной версии */
  }

  .tabs-item-inline {
    display: block; /* Показываем контент под активным табом */
  }
}


@media (max-width: 620px) {
  .areas-of-activity__container {
    padding: 20px;
  }
  .btn-white {
    width: 100%;
  }
}

.stages-of-development .stages-of-development__item.two-cols .stages-of-development__item-title {
  margin: 0;
}

.stages-of-development__container .stages-of-development .stages-of-development__item.stages-of-development__item--without-text {
  background: none;
  display: flex;
  background-color: #f3f4f8;
  align-items: center;
  justify-content: center;
}

.stages-of-development .stages-of-development__item .stages-of-development__item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #ffffff;
  margin-top: 45px;
  margin-bottom: 16px;
}

.stages-of-development .stages-of-development__item .stages-of-development__item-subtitle {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 140%;
}

@media (max-width: 1600px) {
  .stages-of-development__container .stages-of-development .stages-of-development__item {
    padding: 20px;
    max-width: 245px;
    height: 225px;
  }
  .stages-of-development__container .stages-of-development .stages-of-development__item--two-cols {
    max-width: unset;
  }
  .stages-of-development .stages-of-development__item .stages-of-development__item-title {
    font-size: 18px;
  }

  .stages-of-development .stages-of-development__item .stages-of-development__item-subtitle {
    font-size: 14px;
  }
}



.cases-items .cases-item {
  position: relative;
}

.cases-items .cases-item p{
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #fff;
  z-index: 15;
}

.cases-items .cases-item img {
  border-radius: 30px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cases-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.cases-items .cases-item {
  flex-grow: 1;
  position: relative;
  flex-basis: 40%;
  flex-grow: 1;
  flex-basis: 40%;
  max-width: 710px;
  max-height: 680px;
}

@media (max-width: 1600px) {
  .cases-items .cases-item {
    max-width: 500px;
    max-height: 475px;
  }
}

@media (min-width: 1000px) and (max-width: 1600px) {
  .cases-items.projects-items .cases-item {
    max-width: unset;
    max-height: 520px;
  }
}

.cases-items .cases-item::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 63.54%, rgba(0, 0, 0, 0.3) 100%);
  /* background: url(/local/templates/.default/css/../images/Rectangle 13.png) center center / cover no-repeat; */
  display: block;
  width: 100%;
  bottom: 0;
  /* top: -4px; */
  z-index: 10;
  height: 100%;
  border-radius: 30px;
}

.cases-items .cases-item:hover::before {
  content: "";
  position: absolute;
  background: url(/local/templates/.default/css/../images/filter-hover.png) center center / cover no-repeat;
  display: block;
  width: 100%;
  bottom: 0;
  /* bottom: 1px; */
  /* top: unset; */
  z-index: 10;
  height: 100%;
  border-radius: 30px;
}

@media (max-width: 650px) {
  .cases-items .cases-item::before {
    top: -4px;
  }
  
  .cases-items .cases-item:hover::before {
    bottom: 1px; 
    top: unset;
  }
}

.cases-items .cases-item:nth-child(2n+1) {
  margin-top: -20px; 
}

.cases-items .cases-item:nth-child(2n) {
  margin-top: 20px; 
}

.content-with-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.content-with-link h3 {
  margin: 0;
}

.reviews-items .review .review-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.reviews-items, .methodologies, .catalog-specialists__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 15px;
}

.reviews-items .review, .methodologies .methodologies__item, .catalog-specialists__items .catalog-specialists__item, .horizontal-num__ol li {
  border-radius: 28px;
  padding: 30px;
  flex-grow: 1;
  flex-basis: 20%;
  max-width: 345px;
  background-color: #f3f4f8;
}

.catalog-specialists__items .catalog-specialists__item, .reviews-items .review {
  border: 1px solid #f3f4f8;
}

.catalog-specialists__items .catalog-specialists__item:hover, .review:hover {
  border: 1px solid #d2d4dc;
  border-radius: 30px;
  background-color: #f3f4f8;
}

.reviews-items .review .review-top .review-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}

.reviews-items .review .review-top .review-top__left {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.review-top__right {
  display: flex;
  align-items: center;
  gap: 0;
}

.find-command__container {
  border-radius: 30px;
  padding: 30px 50px;
  background: url(/local/templates/.default/css/../images/blue-background.jpg) center center / cover no-repeat;
}

.find-command {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px 80px;
  flex-wrap: wrap;
}
.find-command .find-command__item {
  flex-grow: 1;
  flex-basis: 45%;
}

@media (max-width: 980px) {
  .find-command__container {
    padding: 20px;
  }
}

@media (max-width: 1000px) {
  .find-command {
    gap: 24px 20px;
  }
}
.find-command .find-command__item img {
  width: auto;
  max-height: 280px;
  margin-left: auto;
  /* display: block; */
}

.dekstop-hide {
  display: none;
}

.find-command .find-command__item .content-title {
  font-weight: 500;
  font-size: 46px;
  color: #ffffff;
  margin-bottom: 24px;
}

.find-command .find-command__item .content-subtitle {
  color: #ffffff;
  margin-bottom: 40px;
}

@media (max-width: 1600px) {
  .find-command .find-command__item .content-title {
    font-size: 40px;
  }
  
  .find-command .find-command__item .content-subtitle {
    margin-bottom: 30px;
  }
}
@media (min-width: 1001px) {
  .find-command .find-command__item img.mob-hide{
    display: block;
  }
}

@media (max-width: 1000px) {
  .dekstop-hide {
    display: block;
  }
}
@media (max-width: 880px) {

  .find-command .find-command__item {
    position: relative;
  }
  .find-command .find-command__item:not(.stoimost-uslug) img {
    /* width: 310px; */
    max-height: fit-content;
  }
  .find-command .find-command__item:not(.stoimost-uslug) .content-subtitle {
    width: 70%;
  }
}

@media (max-width: 730px) {
  .find-command {
    gap: 24px;
    flex-direction: column;
  }
  .find-command .find-command__item .content-subtitle {
    width: 100%;
  }
  .find-command .find-command__item img {
    position: static;
    width: 100%;
    max-width: 310px;
    margin: auto;
  }
  .find-command .dekstop-hide {
    display: none;
  }
  .find-command .mob-hide {
    display: block;
  }
}

.communication-models__items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.communication-models__items .communication-model {
  flex-grow: 1;
  flex-basis: 45%;
  border-radius: 30px;
  padding: 40px;
  background-color: #f3f4f8;
}

.communication-models__items .communication-model .communication-model__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 119%;
  color: #333;
  margin-bottom: 32px;
}

.communication-models__items .communication-model:last-child {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.communication-model .map-container {
  position: relative;
}

.communication-model .map-container .map-item {
  position: absolute;
}

.communication-model .map-container .map-item .map-item__hover {
  display: none;
}

.communication-model .map-container .map-item.item-1 {
  bottom: 45px;
  left: 45px;
}

.communication-model .map-container .map-item.item-2 {
  bottom: 110px;
  left: 95px;
}

.communication-model .map-container .map-item.item-3 {
  bottom: 145px;
  left: 230px;
}

.communication-model .map-container .map-item.item-4 {
  bottom: 180px;
  left: 345px;
}

.communication-model .map-container .map-item.item-5 {
  left: 470px;
  bottom: 125px;
}

.communication-model .map-container .map-item.item-6 {
  left: 338px;
  bottom: 100px;
}

.communication-model .map-container .map-item.item-7 {
  left: 420px;
  bottom: 40px;
}

.communication-model .map-container .map-item.item-8 {
  bottom: 60px;
  left: 200px;
}


@media (max-width: 1600px) {
  .communication-models__items .communication-model:last-child img {
    max-width: 280px;
  }
  .communication-model .map-container > img {
    max-width: 425px;
  }
  .communication-model .map-container .map-item .map-item__default {
    width: 25px;
  }
  .communication-model .map-container .map-item .map-item__hover{
    width: 130px;
  }
  .communication-model .map-container .map-item.item-1 {
    bottom: 25px;
    left: 30px;
  }
  
  .communication-model .map-container .map-item.item-2 {
    bottom: 60px;
    left: 65px;
  }
  
  .communication-model .map-container .map-item.item-3 {
    bottom: 110px;
    left: 160px;
  }
  
  .communication-model .map-container .map-item.item-4 {
    bottom: 130px;
    left: 240px;
  }
  
  .communication-model .map-container .map-item.item-5 {
    left: 350px;
    bottom: 65px;
  }
  
  .communication-model .map-container .map-item.item-6 {
    left: 235px;
    bottom: 70px;
  }
  
  .communication-model .map-container .map-item.item-7 {
    left: 290px;
    bottom: 30px;
  }
  
  .communication-model .map-container .map-item.item-8 {
    bottom: 45px;
    left: 130px;
  }
  
}

@media (max-width: 650px) {
  .communication-models__items {
    flex-direction: column;
  }
  .communication-models__items .communication-model {
    padding: 24px 20px;
  }
  .communication-model .map-container > img, .communication-models__items .communication-model:last-child img {
    max-width: 300px;
    width: 100%;
  }
  .communication-model .map-container .map-item.item-1 {
    bottom: 20px;
    left: 20px;
  }
  
  .communication-model .map-container .map-item.item-2 {
    bottom: 50px;
    left: 45px;
  }
  
  .communication-model .map-container .map-item.item-3 {
    bottom: 65px;
    left: 110px;
  }
  
  .communication-model .map-container .map-item.item-4 {
    bottom: 100px;
    left: 165px;
  }
  
  .communication-model .map-container .map-item.item-5 {
    left: 250px;
    bottom: 30px;
  }
  
  .communication-model .map-container .map-item.item-6 {
    left: 165px;
    bottom: 70px;
  }
  
  .communication-model .map-container .map-item.item-7 {
    left: 190px;
    bottom: 10px;
  }
  
  .communication-model .map-container .map-item.item-8 {
    bottom: 20px;
    left: 75px;
  }
}

.methodologies .methodologies__item .methodologies__title {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 16px;
  color: #333;
  line-height: 117%;
}


.methodologies .methodologies__item .methodologies__dots {
  display: flex;
  gap: 15px;
  height: 35px;
}
.methodologies .methodologies__item .methodologies__dot {
  position: relative;
}

.methodologies .methodologies__item span::before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #2464ea;
  border-radius: 50%;
}

.catalog-specialists__items .catalog-specialists__item-top {
  margin-bottom: 80px;
  display: flex;
  gap: 12px;
}

.catalog-specialists__item img.catalog-specialists__item-logo {
  width: 48px;
  height: 48px;
  object-fit: none;
}

.catalog-specialists__items .catalog-specialists__item-top  .catalog-specialists__level {
  background-color: #fff;
  padding: 2px 8px;
  border-radius: 20px;
}

.catalog-specialists__items .catalog-specialists__item-title, .our-approach__items .our-approach__item .our-approach__item-title, .opened-vacancies .vacancy .item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #333;
  margin-top: 16px;
  margin-bottom: 8px;
}

.catalog-specialists__items .catalog-specialists__item-price {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #333;
  margin-top: 16px;
}

.ol_blue-nums {
  counter-reset: c;
  list-style-type: none;
}

.ol_blue-nums li {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #595959;
  padding: 0px;
}

.ol_blue-nums li::before {
  position: relative;
  content: counter(c, decimal-leading-zero) " ";
  counter-increment: c;
  color: #2464ea;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  left: 0px;
  top: 0;
}

.horizontal-num__ol {
  counter-reset: b;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.horizontal-num__ol li {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #333;
}

.horizontal-num__ol li::before {
  position: relative;
  content: counter(b, decimal-leading-zero) " ";
  counter-increment: b;
  color: #2464EA;
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  left: 0px;
  top: 0;
  display: block;
  margin-bottom: 60px;
}

.our-approach__items {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 20px;
}

@media (max-width: 1600px) {
  .methodologies .methodologies__item .methodologies__title {
    font-size: 18px;
  }
  .methodologies .methodologies__item .methodologies__subtitle {
    font-size: 14px;
  }
  .methodologies .methodologies__item span::before {
    width: 6px;
    height: 6px;
  }
  .catalog-specialists__items .catalog-specialists__item-title {
    font-size: 16px;
  }
  .catalog-specialists__items .catalog-specialists__item-subtitle {
    font-size: 14px;
  }
  .reviews-items .review, .methodologies .methodologies__item, .catalog-specialists__items .catalog-specialists__item, .horizontal-num__ol li {
    padding: 24px;
  }
  .catalog-specialists__items .catalog-specialists__item-top {
    margin-bottom: 30px;
  }
  .horizontal-num__ol li {
    font-size: 16px;
  }
}

.our-approach__items .our-approach__item {
  flex-grow: 1;
  flex-basis: 30%;
}
.our-approach__items.odd-items .our-approach__item{
  flex-grow: inherit;
  min-width: 440px;
}

@media (max-width: 500px) {
  .our-approach__items.odd-items .our-approach__item {
    min-width: 300px;
  }
}
/* .our-approach__items.odd-items .our-approach__item {
  max-width: 460px;
} */



.our-approach__items .our-approach__item .our-approach__item-image {
  width: fit-content;
  padding: 25px;
  border-radius: 50%;
  background-color: #f3f4f8;
  margin-bottom: 24px;
}

@media (max-width: 1000px) {
  .methodologies .methodologies__item, .catalog-specialists__items .catalog-specialists__item, .our-approach__items .our-approach__item {
    max-width: 335px;
    width: 100%;
    flex-basis: 40%;
  }
  .our-approach__items .our-approach__item .our-approach__item-title {
    font-size: 20px;
  }
  .our-approach__items .our-approach__item .our-approach__item-image {
    padding: 20px;
  }
  .horizontal-num__ol li {
    min-width: 215px;
  }
}

.blog-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.blog-items .blog-item {
  flex-basis: 30%;
  flex-grow: 1;
  border-radius: 28px;
  position: relative;
  max-width: 460px;
  min-height: 380px;
  /* background: url(/local/templates/.default/css/../images/blog.jpg) center center / cover no-repeat; */
}


.blog-items .blog-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 28px;
  background: url(/local/templates/.default/css/../images/filter-gradient.png) center center / cover no-repeat
}

/* доделать */
.blog-items .blog-item:hover::before {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.3) 100%), url(/local/templates/.default/css/../images/blog.jpg);
}

.blog-items .blog-item img {
  width: 100%;
  height: 100%;
  border-radius: 28px;
}

.blog-items .blog-item .blog-item__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #ffffff;
  position: absolute;
  bottom: 58px;
  left: 30px;
  right: 30px;
}


.blog-items .blog-item .blog-item__date {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

@media (max-width: 1600px) {
  .blog-items .blog-item {
    max-width: 325px;
    min-height: 265px;
  }
  .blog-items .blog-item .blog-item__title {
    font-size: 20px;
  }
}

@media (max-width: 1000px) {
  .blog-items .blog-item {
    max-width: 335px;
    flex-basis: 35%;
  }
}

footer {
  margin-top: 200px;
}

footer .footer-container {
  border-radius: 40px;
  padding: 100px 170px;
  background-color: #333;
}

footer .footer-container .footer-container__top {
  display: flex;
  gap: 10px 80px;
  flex-wrap: wrap;
  align-items: baseline;
}

.footer-container__top .footer-nav {
  flex-grow: 1;
  flex-basis: 60%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 150px;
}
.footer-container__top .footer-nav .footer-nav__item.big li:not(:last-child) {
  margin-bottom: 32px;
}

.footer-container__top .footer-nav .footer-nav__item.big {
  flex-grow: 1;
  flex-basis: 45%;
}
.footer-container__top .footer-nav .footer-nav__item.col2 {
  flex-grow: 1;
  flex-basis: 35%;
}
.footer-container__top .footer-nav .footer-nav__item.big a {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #ffffff;
  text-decoration: none;
}

.footer-container__top .footer-connections {
  flex-grow: 1;
  flex-basis: 25%;
}

.footer-container__top .footer-nav .footer-nav__item.col2, .footer-socials.col2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 20px;
  max-width: 420px;
}

.footer-container__top .footer-nav .footer-nav__item.col2 a, .footer-socials.col2 a, .footer-oferta__links a {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
  text-decoration: none;
}

.footer-container__top .footer-nav .footer-nav__item.col2 li {
  flex-grow: 1;
  flex-basis: 45%;
}

.footer.connection {
  margin-top: 24px;
  margin-bottom: 30px;
}
.footer.connection a {
  font-weight: 500;
  font-size: 46px;
  margin-bottom: 8px;
  color: #ffffff;
  text-decoration: none;
  line-height: 120%;
  white-space: nowrap;
}

footer .logo {
  margin: 60px auto 48px;
  width: 100%;
}

footer .logo img {
  width: 100%;
}

.footer-oferta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-oferta__year {
  flex-grow: 1;
  flex-basis: 25%;
  color: #f3f4f8;
}

.footer-oferta__links {
  flex-grow: 1;
  flex-basis: 65%;
  display: flex;
  gap: 10px 60px;
  flex-wrap: wrap;
  justify-content: end;
}

@media (max-width: 1600px) {
  footer .footer-container {
    padding: 100px 110px;
  }
  .footer-container__top .footer-nav .footer-nav__item.big li:not(:last-child) {
    margin-bottom: 24px;
  }
  .footer-container__top .footer-nav {
    gap: 10px 80px;
  }
  .footer.connection a {
    font-size: 35px;
  }
}

@media (max-width: 1000px) {
  footer .footer-container {
    padding: 56px 40px;
  }
  footer .footer-container__top {
    flex-direction: column-reverse;
  }
}

@media (max-width: 660px) {
  footer {
    margin-top: 80px;
  }
  footer .footer-container {
    padding: 40px 20px;
  }
  .footer.connection a {
    font-size: 28px;
  }
  .footer-container__top .footer-nav .footer-nav__item.big a {
    font-size: 20px;
  }
  .footer-container__top .footer-nav .footer-nav__item.big li:not(:last-child) {
    margin-bottom: 16px;
  }
  .footer-container__top .footer-nav .footer-nav__item.col2, .footer-socials.col2 {
    max-width: unset;
    margin-top: 32px;
  }
  .footer-container__top .footer-nav .footer-nav__item.col2 li {
    flex-grow: unset;
    flex-basis: unset;
  }
  .footer-container__top .footer-nav .footer-nav__item.col2 a, .footer-socials.col2 a, .footer-oferta__links a {
    font-weight: 400;
  }
  footer .logo{
    margin: 32px auto 24px;
  }
  .footer-oferta {
    flex-direction: column-reverse;
  }
  .footer-oferta__links {
    justify-content: flex-start;
    flex-direction: column;
  }
}

.big-bg {
  margin-top: 170px;
  margin-bottom: 170px;
  height: 200px;
  width: 100%;
  background: url(/local/templates/.default/css/../images/focus-it-string.png) center center / cover repeat-x;
}

@media (max-width: 1000px) {
  .big-bg {
    background: url(/local/templates/.default/css/../images/focus-it-string.png) center center / cover repeat-x;
    margin: 100px auto;
  }
}

.parthners {
  overflow: hidden;
  margin-top: 200px;
}

@media (max-width: 1600px) {
  .parthners {
    margin-top: 120px;
  }
}

.parthnersBlock {
  display: flex;
  column-gap: 24px;
  margin-bottom: 20px;
}

@media (max-width: 620px) {
  .parthnersBlock {
    margin-bottom: 10px;
  }
}

.animLeft {
  display: flex;
  animation: marqueeLeftToRight 35s linear infinite;
}

.animRight {
  display: flex;
  animation: marqueeRightToLeft 35s linear infinite;
}

@keyframes marqueeLeftToRight {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes marqueeRightToLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@media (max-width: 1600px) {
  /* .cases-items .item:nth-child(3) {
    margin-top: -40px;
  }
  
  .cases-items .item:nth-child(2) {
    margin-top: 40px;
  } */
  .cases-items .cases-item:nth-child(2n+1) {
    margin-top: -15px; 
  }
  
  .cases-items .cases-item:nth-child(2n) {
    margin-top: 15px; 
  }
  .review-text {
    font-size: 14px;
  }
  .review-top {
    flex-direction: column;
    gap: 12px;
  }
  .reviews-items .review {
    max-width: 240px;
  }
}

@media (max-width: 1000px) {
  .stages-of-development__container .stages-of-development .stages-of-development__item {
    flex-basis: 40%;
    min-width: 335px;
    max-width: unset;
    width: 100%;
  }

  .cases-items {
    flex-direction: column;
  }
  .cases-items .cases-item {
    max-width: unset;
    max-height: 650px;
  }
  .cases-items .cases-item img {
    max-height: 650px;
  }
  .cases-items .cases-item:nth-child(2n+1) {
    margin-top: 0px; 
  }
  
  .cases-items .cases-item:nth-child(2n) {
    margin-top:0px; 
  }
  .reviews-items .review, .methodologies .methodologies__item, .catalog-specialists__items .catalog-specialists__item, .our-approach__items .our-approach__item, .blog-items .blog-item {
    min-width: 330px;
    max-width: unset;
  }

  .reviews-items, .methodologies, .catalog-specialists__items, .horizontal-num__ol, .our-approach__items, .blog-items, .specialists-container, .tabs-wrapper__default .tabs-btns {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .reviews-items::-webkit-scrollbar,  .tabs-wrapper__default .tabs-btns::-webkit-scrollbar, .methodologies::-webkit-scrollbar, .catalog-specialists__items::-webkit-scrollbar, .horizontal-num__ol::-webkit-scrollbar, .our-approach__items::-webkit-scrollbar, .blog-items::-webkit-scrollbar, .specialists-container::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}

@media (max-width: 500px) {
  .stages-of-development__container .stages-of-development .stages-of-development__item {
    min-width: 300px;
  }
}

.d-bl {
  display: block;
}

.text-before-title {
  max-width: 880px;
  margin-bottom: 32px;
}

@media (max-width: 1100px) {
  .top-banner__container .text-before-title{
    max-width: 600px;
  }
}

@media (max-width: 900px) {
  .top-banner__container .text-before-title{
    max-width: 480px;
  }
}

.stoimost-razrabotki__items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.stoimost-razrabotki__items .item {
  max-width: 460px;
  width: 100%;
  flex-grow: 1;
  flex-basis: 30%;
  border-radius: 28px;
  padding: 28px;
  background-color: #f3f4f8;
  min-height: 300px;
  transition: all .3s ease-in-out;   
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stoimost-razrabotki__items .item.active {
  transition: all .3s ease-in-out;
  background: url(/local/templates/.default/css/../images/blue-background.jpg) center center / cover no-repeat;
}

.stoimost-razrabotki__items .item.active .item-title {
  color: #fff;
}

.stoimost-razrabotki__items .item-title {
  font-weight: 500;
  font-size: 24px;
  color: #333;
  line-height: 117%;
  margin-bottom: 8px;
  margin-top: 16px;
}

.stoimost-razrabotki__items .item .item-descr {
  display: none;
  color: #ffffff;
  transition: all .3s ease-in-out;
}
.stoimost-razrabotki__items .item-btn {
  position: relative;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  align-self: end;
}

.stoimost-razrabotki__items .item img {
  width: fit-content;
}
.stoimost-razrabotki__items .item-btn::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/local/templates/.default/css/../images/btn-plus__black.png);
  top: 0;
}

.stoimost-razrabotki__items .item-price {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #595959;
}
@media (max-width: 1600px) {
  .stoimost-razrabotki__items .item {
    min-height: 385px;
  }
}
@media (max-width: 1050px) {
  .stoimost-razrabotki__items {
    flex-direction: column;
  }
  .stoimost-razrabotki__items .item {
    min-height: 250px;
    max-width: unset;
  }
}

@media (max-width: 700px) {
  .stoimost-razrabotki__items .item {
    min-height: 300px;
  }
  .stoimost-razrabotki__items .item-descr {
    font-size: 14px;
  }
}
.prices-container {
  border-radius: 28px;
  padding: 40px 56px;
  background-color: #f3f4f8;
}

.prices-table__head, .prices-table__body .tr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  margin-bottom: 16px;
  align-items: center;
}

.prices-table__head, .prices-table__body .tr:first-child {
  margin-bottom: 18px;
}

.prices-table__head .th {
  font-weight: 400;
  font-size: 18px;
  color: #595959;
  line-height: 120%;
  flex-grow: 1;
  flex-basis: 23%;
  white-space: nowrap;
  flex-shrink: 1;
  min-width: 200px;
}
.prices-table__head .th:first-child {
  font-weight: 500;
  font-size: 24px;
  color: #333;
  line-height: 117%;
  flex-grow: 1;
  flex-basis: 35%;
  white-space: normal;
}

.prices-table__body .td-small-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #595959;
  flex-basis: 30%;
}

.prices-table__body .td {
  flex-grow: 1;
  min-width: 200px;
  flex-basis: 35%;
}

.prices-table__body .td.col2 {
  flex-grow: 1;
  flex-basis: 23%;
  display: flex;
  gap: 10px;
}

.prices-table__body .td-default {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  flex-basis: 30%;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .prices-container {
    padding: 32px 24px;
  }
}

@media (max-width: 1000px) {
  .prices-table {
    overflow: auto;
  }
  .prices-table::-webkit-scrollbar {
    height: 2px;
  }
  .prices-table__head, .prices-table__body .tr {
    gap: 10px;
  }
  .prices-table::-webkit-scrollbar-thumb {
    background-color: #d2d4dc;  
    border-radius: 20px;   
  }
  .prices-table__head .th:first-child {
    font-size: 20px;
  }
}
.form-container {
  border-radius: 16px;
  padding: 100px 80px;
  background: url(/local/templates/.default/css/../images/form-bg-with-line.png) center center / cover no-repeat;
}
.form-container .item-content {
  max-width: 650px
}
.form-container .form-title {
  color: #ffffff;
  font-weight: 500;
  font-size: 46px;
  line-height: 140%;
  margin-bottom: 24px
}

.form-container .form-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 48px
}
@media (max-width: 1200px) {
  .form-container {
    padding: 64px 40px;
  }
  .form-container .form-title {
    font-weight: 500;
    font-size: 28px;
  }
}
@media (max-width: 700px) {
  .form-container {
    padding: 64px 20px;
    min-height: 650px;
  }
  .form-container .form-title {
    font-weight: 500;
    font-size: 28px;
  }
}
.specialists-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.specialists-container .specialist {
  flex-grow: 1;
  flex-basis: 30%;
  border-radius: 28px;
  padding: 30px;
  max-width: 460px;
  min-height: 450px;
  background-color: #f3f4f8;
  border: 1px solid #f3f4f8;
  min-width: 330px;
}

.specialists-container .specialist .specialist-top {
  display: flex;
  justify-content: space-between;
}

.specialist .specialist-top .info-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #333;
  margin-top: 16px;
  margin-bottom: 8px;
}

.specialist .specialist-top .info-job {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333;
}

.specialist:hover {
  border: 1px solid #d2d4dc;
  border-radius: 30px;
  background-color: #f3f4f8;
}

.specialist .specialist-top .specialist-descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #595959;
  margin-top: 20px;
  margin-bottom: 20px;
}

.specialist .specialist-top__level {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #595959;
}

.specialist .specialist-top img {
  background-color: #fff;
  padding: 14px 15px;
  border-radius: 50%;
}

.specialist .specialist-skills {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #333;
  margin-bottom: 12px;
}

.specialist .content-white__ul {
  margin-bottom: 24px;
}
@media (max-width: 1000px) {
  .specialists-container {
    flex-wrap: nowrap;
  }
  .specialists-container .specialist {
    padding: 20px;
  }
}

ul.column2 {
  display: flex;
  justify-content: space-between;
  gap: 24px 20px;
  flex-wrap: wrap;
}

ul.column2 li {
  flex-basis: 52%;
  max-width: 700px;
  flex-grow: 1;
}

.start-communication ul.ul_blue-points.column2 {
  margin-bottom: 60px;
}
.start-communication li b {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #333;
  margin-bottom: 8px;
}

.gray-item {
  border-radius: 28px;
  max-width: 345px;
  height: 262px;
  padding: 28px;
  flex-basis: 28%;
  background-color: #f3f4f8;
  flex-grow: 1;
  min-width: 330px;
}

.technologies-container .item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #333;
  margin-top: 40px;
  margin-bottom: 20px;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.reviews-items.col2 .review {
  flex-basis: 40%;
  max-width: unset;
}

.other-uslugi__container .item {
  display: flex;
  flex-direction: column;
  height: 270px;
  justify-content: space-between;
}

.other-uslugi__container .item img {
  width: fit-content;
}

.other-uslugi__container .item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #333;
}

.faq-item {
  background-color: #f3f4f8;
  padding: 30px 32px;
  border-radius: 24px;
  margin-bottom: 20px;
}

.faq-item .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.faq-item .question button, .dark-plus {
  background-color: transparent;
  background: url(/local/templates/.default/css/../images/btn-plus__black.png) center center / cover no-repeat;
  width: 32px;
  border: none;
  height: 32px;
}

.faq-item .question button.active {
  background: url(/local/templates/.default/css/../images/btn-blue-minus.png) center center / cover no-repeat;
}

.faq-item .question span {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #333;
}
.faq-item .answer {
  display: none;
  max-width: 710px;
  margin-top: 16px;
}

.faq-item .answer.active {
  display: block;
}

.faq-item h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #333;
  margin-top: 32px;
  margin-bottom: 16px;
}

.faq-item ul, ol {
  margin-top: 12px;
}

.faq-item li {
  margin-bottom: 8px;
}

@media (max-width: 1600px) {
  .dop-pages__container::before {
    width: 480px;
    height: 560px;
  }
  .faq-item .question span {
    flex-basis: 80%;
    font-size: 20px;
  }
}

@media (max-width: 1120px) {
  .dop-pages__container::before {
    width: 350px;
    height: 460px;
  }
  
  .dop-pages__container .top-banner__left .content {
    width: 100%;
  }
}

@media (max-width: 1050px) {
  .dop-pages__container:not(.top-banner__left-small):before {
    display: none;
  }
  .dop-pages__container .methodologies {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

@media (max-width: 1000px) {
  .flex-container {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .flex-container::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .faq-item .question span {
    flex-basis: 80%;
    font-size: 18px;
  }
}

.video__after-text {
  margin-top: 60px;
  position: relative;
}

.video__after-text .video__after-text_btn {
  position: absolute;
  right: 80px;
  top: -20px;
  border-radius: 40px 40px 40px 0;
  padding: 18px 25px 18px 55px;
  box-shadow: 4px 4px 20px 0 rgba(68, 68, 68, 0.4);
}

.video__after-text .video__after-text_btn::before {
  content: "";
  background: url(/local/templates/.default/css/../images/icon-for-btn-on-video.png) center center / cover no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  left: 12px;
  top: 15px;
}

.video__after-text img {
  width: 100%;
}

.our-histoty__container .our-history__item {
  margin-bottom: 20px;
  border-radius: 28px;
  padding: 40px;
  background-color: #f3f4f8;
  display: flex;
  gap: 10px;
}

.our-histoty__container .item-fill {
  background: url(/local/templates/.default/css/../images/blue-background.jpg) center center / cover no-repeat;
}

.our-histoty__container .our-history__item .our-history__item-left, .our-histoty__container .our-history__item .our-history__item-right {
  flex-grow: 1;
  flex-basis: 45%;
}

.our-histoty__container .our-history__item .our-history__item-year, .our-histoty__container .our-history__item .our-history__item-right p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #595959;
}

.our-histoty__container .our-history__item .our-history__item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #2464ea;
  margin-top: 12px;
}

.our-histoty__container .item-fill .our-history__item-title, .our-histoty__container .item-fill .our-history__item-year, .our-histoty__container .item-fill .our-history__item-right p {
  color: #fff;
}

.our-histoty__container .item-fill .our-history__item-left {
  position: relative;
}

.our-histoty__container .item-fill .our-history__item-left::after {
  position: absolute;
  content: "";
  background: url(/local/templates/.default/css/../images/history-bg-item.png) center center / cover no-repeat;
  display: block;
  width: 225px;
  height: 230px;
  bottom: -40px;
  left: 250px;
}

@media (max-width: 1100px) {
  .our-histoty__container .item-fill .our-history__item-left::after {
    width: 200px;
    height: 200px;
    left: 20px;
  }
}

@media (max-width: 860px) {
  .our-histoty__container .our-history__item {
    padding: 24px;
  }
  .our-histoty__container .our-history__item .our-history__item-left {
    flex-basis: 30%;
  }
  .our-histoty__container .our-history__item .our-history__item-right {
    flex-basis: 65%;
  }
}

@media (max-width: 680px) {
  .our-histoty__container .our-history__item {
    flex-direction: column;
    gap: 16px;
  }
  .our-histoty__container .our-history__item .our-history__item-left, .our-histoty__container .our-history__item .our-history__item-right {
    flex-basis: unset;
    flex-grow: inherit;
  }
  .our-histoty__container .item-fill {
    min-height: 500px;
  }
  .our-histoty__container .item-fill .our-history__item-left::after {
    bottom: -410px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.site-navigation {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}

.site-navigation .site-navigation__main-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #333;
  text-decoration: none;
  margin-bottom: 20px;
  font-family: 'Gilroy', sans-serif;
}

.site-navigation .site-navigation__main .ul_blue-points {
  margin-top: 8px;
}

.site-navigation .site-navigation__main .ul_blue-points li {
  margin-bottom: 8px;
}

.site-navigation .site-navigation__main ul.ul_blue-points li::before {
  width: 6px;
  height: 6px;
  top: 7px;
}
.site-navigation .site-navigation__main .main-sublink {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  font-family: 'Gilroy', sans-serif;
  text-decoration: none;
  color: #333;
  margin-left: 8px;
}

.site-navigation .site-navigation__main .main-sublink:hover, .site-navigation .site-navigation__main-link:hover {
  color: #2464ea;
}

.site-navigation .site-navigation__main .more-sublinks {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 5px 55px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.breadcrumb-item {
  position: relative;
}
.breadcrumbs .breadcrumb-item a {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
}

.top-banner__left .breadcrumbs .breadcrumb-item a {
  color: #d2d4dc;
}

.top-banner__left .breadcrumbs .breadcrumb-item.breadcrumb-item__active {
  color: #fff;
}

.top-banner__left .breadcrumbs .breadcrumb-item::after {
  background-color: #d2d4dc;
}

@media (max-width: 500px) {
.breadcrumbs .breadcrumb-item a {
  font-size: 16px;
}
}

.breadcrumbs .breadcrumb-item.breadcrumb-item__active {
  color: #2464ea;
}

.breadcrumbs .breadcrumb-item::after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  background-color: #333;
  height: 2px;
  right: -40px;
  top: 10px;
}

.breadcrumbs .breadcrumb-item.breadcrumb-item__active::after {
  display: none;
}

.top-banner__container.page-404 .top-banner__left {
  height: fit-content;
}
.top-banner__container.page-404 .content {
  padding: 170px 130px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.top-banner__container.page-404 .content .content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex-grow: 1;
  flex-basis: 30%;
}

.top-banner__container.page-404 .content .content-item img {
  width: 100%;
}
.block-with-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.block-with-links .link {
  background-color: #f3f4f8;
  flex-grow: 1;
  flex-basis: 40%;
  min-width: 230px;
  min-height: 280px;
  border-radius: 32px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.block-with-links .link .link-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
}

@media (max-width: 1600px) {
  .top-banner__container.page-404 .content {
    padding: 100px 60px;
  }
}

@media (max-width: 1150px) {
  .top-banner__container.page-404 .top-banner__left {
    height: unset;
    max-height: none;
  }
  .top-banner__container.page-404 .content {
    flex-direction: column;
  }
  .top-banner__container.page-404 .content .content-item img {
    max-width: 450px;
  }  
  .block-with-links .link {
    padding: 24px;
    min-height: 200px;
  }
}

@media (max-width: 700px) {
  .top-banner__container.page-404 {
    display: block;
  }
  .top-banner__container.page-404 .content {
    padding: 64px 16px;
  }
}

h1 {
  font-weight: 500;
  font-size: 56px;
  line-height: 108%;
  color: #333;
  font-family: "Gilroy", sans-serif;
}

@media (max-width: 1400px) {
  h1 {
    font-size: 48px;
  }
}

@media (max-width: 800px) {
  h1 {
    font-size: 40px;
  }
}

@media (max-width: 500px) {
  h1 {
    font-size: 36px;
  }
}

.text-container {
  max-width: 880px;
  width: 100%;
  margin-top: 40px;
}

.text-container .text-block {
  margin-bottom: 32px;
}

.text-container .text-block h3 {
  font-size: 32px;
  margin-bottom: 24px;
}

.text-container .text-block p, .text-container .text-block li {
  color: #595959;
}
.a-blue {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-decoration: underline;
  color: #2464ea;
  text-decoration-skip-ink: none;
}

.a-blue:hover {
  text-decoration: none;
}

.ul-black li::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #595959;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 8px;
  left: 10px;
}

.text-container .text-block li {
  padding-left: 20px;
  position: relative;
}

.h-mt40 {
  margin-top: 40px;
}

.directions__items {
  display: flex;
  gap: 20px;
}

.directions__items .item {
  background-color: #2464ea;
  border-radius: 28px;
  padding: 28px;
  max-width: 468px;
  width: 100%;
  min-height: 415px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.directions__items .item .item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #fff;
}

.directions__items .item .item-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  margin-top: 16px;
}

.directions__items .item img {
  width: 210px;
  margin: auto;
}

.opened-vacancies {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.opened-vacancies .vacancy {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.opened-vacancies .vacancy button {
  align-self: flex-end;
}

@media (max-width: 1600px) {
  .opened-vacancies .vacancy {
    flex-basis: 20%;
    min-width: 250px;
    height: unset;
    padding: 24px;
  }
  .opened-vacancies .vacancy .item-title {
    font-size: 18px;
    margin-top: 0;
  }
}

@media (max-width: 1100px) {
  .opened-vacancies .vacancy {
    flex-basis: 40%;
    min-width: 300px;
    max-width: unset;
    min-height: 200px;
  }
}

@media (max-width: 1000px) {
  .directions__items {
    flex-direction: column;
  }
  .directions__items .item {
    flex-direction: column-reverse;
    max-width: unset;
    min-height: 205px;
  }
  .directions__items .item img {
    width: 48px;
    margin: 0;
    margin-bottom: 24px;
  }
}

.contacts__container {
  margin-top: 40px;
}

.contacts__container .contacts__items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.contacts__container .contacts__items .contact-item {
  flex-basis: 28%;
  max-width: unset;
  max-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contacts__items .contact-item .contact-maintext {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #333;
  text-decoration: none;
}

.contacts__items .contact-item .contact-subtext {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333;
}

.tabs-wrapper__default .tabs-btns {
  display: flex;
  gap: 8px;
  align-items: center;
}

.tabs-wrapper__default .tabs-btns .tab.active {
  border-radius: 60px;
  padding: 14px 40px;
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
  }

.tabs-wrapper__default .tabs-btns .tab {
  border: 1px solid #595959;
  border-radius: 60px;
  padding: 14px 40px;
  color: #595959;
  white-space: nowrap;
}

.tabs-wrapper__default .tabs-content {
  display: none;
}

.project-tabs {
  margin-bottom: 32px;
}

.catalog__burger-menu, .burger-menu {
  display: none;
  position: absolute;
  width: 1440px;
  left: 0;
  border-radius: 28px;
  background-color: #fff;
  padding: 8px;
  z-index: 100;
  top: 100px;
}

.burger-menu {
  width: 100%;
  padding: 20px;
}

.burger-menu .burger-menu__container {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.burger-menu .container-left {
  padding: 16px;
}

.burger-menu .container-left ul li:not(:last-child) {
  margin-bottom: 12px;
}

.burger-menu a {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #333;
  text-decoration: none;
  transition: text-decoration .4s ease-in-out;
}

.burger-menu a:hover {
  text-decoration: underline;
  transition: text-decoration .4s ease-in-out;
}

.burger-menu .container-right {
  background-color: #f3f4f8;
  border-radius: 24px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  justify-content: space-between;
  width: 100%;
  max-width: 310px;
  max-height: 220px;
}


.burger-menu .container-right .container-right__top {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.burger-menu .container-right .container-right__bottom {
  display: flex;
  gap: 12px;
}

.catalog__burger-menu.active, .burger-menu.active {
  display: block;
}

.map-container iframe {
  filter: grayscale(1);
  width: 100%;
  margin-top: 20px;
  min-height: 398px;
}

@media (max-width: 1360px) {
  .map-container iframe {
    min-height: 400px;
  }
}

@media (max-width: 770px) {
  .map-container iframe {
    min-height: 300px;
  }
}
.burger-menu__container {
  display: flex;
  gap: 40px;
  height: 100%;
}

.tabs {
  width:100%;
  display: flex;
  gap: 40px;
}
.tabs-nav {
  display: flex;
  flex-direction: column;
  background-color: #2464ea;
  border-radius: 24px;
  padding: 12px;
  gap: 5px !important;
  max-width: 340px;
}

.tabs-nav li {
  border-radius: 20px;
  padding: 20px 24px;
  background-color: transparent;
  font-weight: 500;
  font-size: 30px;
  line-height: 119%;
  color: #f3f4f8;
  cursor: pointer;
}
.tabs-nav.tabs-nav__second {
  background-color: #fff;
  padding: 40px 0;
  gap: 20px;
}
.tabs-nav.tabs-nav__second li {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #333;
  border-radius: 0;
  padding: 0;
}

.tabs-nav li:hover {
  background-color:#3272f8;
}

.tabs-nav.tabs-nav__second li:hover {
  color: #3272f8;
  background-color: transparent;
}
.tabs li.active, 
.tabs li.active:before, 
.tabs li.active:after, 
.tabs li.active:hover, 
.tabs li.active:hover:before, 
.tabs li.active:hover:after { 
  background-color:#3272f8; 
  color:#fff;
}

.tabs-nav.tabs-nav__second li.active, 
.tabs-nav.tabs-nav__second li.active:before, 
.tabs-nav.tabs-nav__second li.active:after, 
.tabs-nav.tabs-nav__second li.active:hover, 
.tabs-nav.tabs-nav__second li.active:hover:before, 
.tabs-nav.tabs-nav__second li.active:hover:after,
.tabs-nav__second + .tabs-box .active a:hover,
.content-without-tabs a:hover { 
  color:#3272f8; 
  background-color: transparent;
}

.tabs-box > div {
  display: none;
}
.tabs-box > .active {
  display: block;
}

.tabs-nav__second + .tabs-box, .content-without-tabs {
  padding: 40px 0;
}

.tabs-nav__second + .tabs-box .active p, .tabs-nav__second + .tabs-box .active a, .content-without-tabs a {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #595959;
  text-decoration: none;
  display: block;
  margin-bottom: 16px;
}

.main__gray-bg {
  position: relative;
}
.main__gray-bg::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: rgba(51, 51, 51, 0.5);
}

@media (max-width: 1600px) {
  .catalog__burger-menu {
    width: 100%;
    max-width: 1210px;
  }

  .tabs {
    gap: 30px;
  }
}

.burger-menu .burger-menu__container .container-100 {
  flex-grow: 1;
  flex-basis: 100%;
}

.burger-menu__container .container-100 .container-100__tabs {
  border-radius: 16px;
  padding: 20px 0px 20px 16px;
  background-color: #2464ea;
}

.burger-menu__container .container-100 .container-100__tabs .title {
  font-weight: 500;
  font-size: 32px;
  line-height: 119%;
  color: #fff;
  margin-bottom: 16px;
}

.container-100 .container-100__tabs .burger-tabs__nav li {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 12px;
  cursor: pointer;
}

.burger-menu .hidden {
  display: none;
}

.burger-menu #tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.burger-menu #tabs li {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  background-color: #f0f0f0;
  margin-right: 5px;
}

.burger-menu #tabs li:hover {
  background-color: #ddd;
}

.burger-menu #tab-content {
  margin-top: 20px;
}

.burger-menu .container-bottom {
  flex-grow: 1;
  flex-basis: 100%;
}

.burger-menu .back-button {
  background-color: transparent;
  border: none;
  display: flex;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #333;
  padding-left: 20px;
  margin-bottom: 24px;
}

.burger-menu .back-button::before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 100%;
  background: url(/local/templates/.default/css/../images/arrow-burger.svg) center center no-repeat;
  left: -5px;
  top: 0px;
}

.burger-menu .back-button:hover {
  background-color: transparent;
  color: #2464ea;
}

.burger-menu__container .result-container .content {
  padding: 0 16px;
}

.burger-menu__container .result-container {
  width: 100%;
}

.burger-menu__container .result-container .content-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #333;
  padding: 12px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.burger-menu__container .result-container .content-title svg {
  stroke: #333333
}
.burger-menu__container .result-container .content-title.rotate svg {
  transform: rotate(180deg);
  stroke: #2464EA;
}

.burger-menu .content__link-container {
  margin-top: 16px;
  margin-bottom: 32px;
  display: none;
}

.burger-menu .content__link-container.active {
  display: block;
}

.burger-menu .content__link-container ul a {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #333;
  text-decoration: none;
}

.burger-menu .content__link-container ul a:hover {
  color: #2464EA;
}

.burger-menu .content__link-container ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.our-histoty__container .our-history__item {
  position: sticky;
  width: 100%;
  /* height: 100%; */
  min-height: 210px;
  top: 10px;
}

@media (max-width: 880px) {
  .our-histoty__container .item-fill {
    min-height: 500px;
    flex-direction: column;
    position: relative;
  }
  .our-histoty__container .item-fill .our-history__item-left {
    flex-grow: unset;
    position: static;
  }
  .our-histoty__container .item-fill .our-history__item-left::after {
    bottom: 5px;
  }
}

@media (max-width: 630px) {
  .our-histoty__container .item-fill {
    min-height: 600px;
  }

  .breadcrumbs {
    margin-bottom: 15px;
  }
}


@media (max-width: 400px) {
  .our-histoty__container .item-fill {
    min-height: 650px;
  }
  .our-histoty__container .item-fill .our-history__item-left::after {
    width: 150px;
    height: 150px;
  }
}

.project-image__container img {
  border-radius: 30px;
  width: 100%;
  /* max-width: 900px; */
}

.h1__content-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.project__filter-categories {
  display: flex;
  align-items: center;
  gap: 8px;
}

.project__filter-categories .filter-categories__item {
  background-color: #f3f4f8;
  border-radius: 100px;
  padding: 6px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #595959;
}
  
.header__search-form {
  display: none; 
  position: absolute; 
  top: 80px; 
  right: 0;
  background-color: white;
  border: 1px solid #ccc;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 100;
}

.header__search-form.active {
  display: block;
}

.header__search-form input {
  padding: 8px;
  width: 200px;
  margin-right: 10px;
  outline: none;
}

.header__search-form input:focus-visible {
  border: 1px solid #2464ea;
  outline: none;
}

.header__search-form .search-form__button {
  padding: 10px 15px;
  font-size: 15px;
}

#header-search {
  background: transparent;
  border: none;
}

.cases-items:not(.cases-items__main-page) .cases-item {
  display: none;
}


.cases-items:not(.cases-items__main-page) .cases-item.active {
  display: block;
}

.search_detail {
  margin-top: 60px;
}
.search_detail .search_detail-row {
  display: flex;
  width: 100%;
  padding: 10px;
  background-color: #2464EA;
  gap: 10px;
}

.search_detail .vnimanie {
  margin-top: 15px;
  font-size: 17px;
}
.search_detail .search_detail-row .search-suggest {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  border-bottom: 1px solid transparent;
  color: #2c3148;
  transition: border 0.2s ease 0s;
  padding: 8px 40px 8px 0;
  background: none;
  border-width: 2px;
  border-color: #ffffff;
  color: #ffffff;
  font-size: 26px;
  font-weight: 450;
  line-height: 32px;
  outline: none;
}

.search_detail-input {
  flex-grow: 1;
  flex-basis: 80%;
}

.search_detail-btn {
  flex-grow: 1;
  flex-basis: 10%;
}

.search_detail-btn .btn {
  background: #fff;
  border: 1px solid;
  width: 100%;
  height: 100%;
  border-radius: 70px;
  font-size: 16px;
  transition: background-color .4s ease-in-out, border .4s ease-in-out, color .4s ease-in-out;
  cursor: pointer;
}

.search_detail-btn .btn:hover {
  background-color: #000;
  color: #fff;
  transition: background-color .4s ease-in-out, border .4s ease-in-out, color .4s ease-in-out;
  border: 1px solid #000;
}

.search_detail-result {
  margin-top: 10px;
}

.search_detail-result .result-item {
  background: #fff;
  padding: 20px;
  transition: background 0.2s ease 0s;
  cursor: pointer;
}
.search_detail-result .result-item:hover {
  background: #d5e2f7;
}

.result-item__title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

@media (max-width: 650px) {
  .search_detail .search_detail-row {
    flex-direction: column;
  }
  .search_detail-btn .btn {
    min-height: 40px;
  }
}

.h-w800 {
  max-width: 800px;
}

.f-bold {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #595959;
}

.ol-stages-of-work_cases {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(460px, 1fr));
  gap: 32px 20px;
}

.ol-stages-of-work_cases .stage-item_num {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #2464ea;
  background-color: #f3f4f8;
  margin-bottom: 16px;
}

.ol-stages-of-work_cases.ol-stages-of-work_cases-black .stage-item_num {
  color: #000;
}

.ol-stages-of-work_cases .stage-item_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #333;
  margin-bottom: 8px;
}

.aivibet-site_container {
  background-color: #fff;
  padding: 20px 45px;
  border-radius: 32px;
  /* height: 100%; */
}

.aivibet-site_mobile {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
}

.aivibet-site_mobile-item {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 45%;
  background-color: #f3f4f8;
  border-radius: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.aivibet-site_mobile-item.blue-item {
  background: radial-gradient(50% 50% at 50% 50%, #2694fe 0%, #4481eb 100%);
  padding-bottom: 0;
}

.typography-block {
  display: flex;
  gap: 33px;
  flex-wrap: wrap;
}

.typography-block_item {
  border-radius: 16px;
  background: #e5f3ff;
  padding: 16px 60px 42px;
  position: relative;
  flex-basis: 45%;
  flex-grow: 1;
}

.typography-block_item .typography_font-name {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 193px;
  line-height: 160%;
  color: #bbcfe1;
}

.typography-block_item .typography_font-weight {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 160%;
  color: #000;
  position: absolute;
  bottom: 60px;
}

.typography-block_item.typography-block_item-h {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.typography-block_item .typography-h1 {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 51px;
  line-height: 160%;
  color: #000;
}

.typography-block_item .typography-h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 38px;
  line-height: 160%;
  color: #000;
}

.typography-block_item .typography-h3 {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 160%;
  color: #000;
}

.typography-block_item .typography-title {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #000;
}

.typography-block_item .typography-body {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  color: #000;
}

.palitra-items_row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.palitra-item {
  height: 190px;
  border-radius: 24px;
  padding: 25px;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.palitra-items_row .palitra-item.palitra-item_blue {
  background-color: #0188ff;
}

.palitra-items_row .palitra-item_light-blue {
  background-color: #CEE8FF;
}

.palitra-items_row .palitra-item_white-blue {
  background-color: #E5F3FF;
}

.palitra-items_row .palitra-item_gray {
  background-color: #969696;
}

.palitra-items_row .palitra-item p {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 160%;
  display: flex;
  flex-direction: column;
}

.f-black {
  color: #000;
}

.palitra-item.palitra-item_gradient {
  height: 460px;
  width: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgb(114, 199, 253) 0%, rgb(68, 129, 235) 100%);
}

.palitra-item.palitra-item_gradient .gradient-colors {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  position: absolute;
  align-items: center;
  justify-content: space-between;
  top: 0;
  padding: 24px 0;
  color: #fff;
}

.stack-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.stack-items .stack-item {
  min-width: 230px;
}

.stack-items .stack-labels {
  display: flex;
  gap: 8px;
  align-items: center;
}

.stack-items .stack-labels span {
  background-color: #f3f4f8;
  border-radius: 100px;
  padding: 6px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #595959;
}

.stack-items .stack-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #333;
  margin-bottom: 16px;
}

.project-result .project-image__container {
  margin-top: 60px;
}

.cases-items.cases-items_two .cases-item {
  margin: 0 !important;
  min-height: 680px;
  width: 100%;
  flex-grow: 1;
  flex-basis: 45%;
  max-width: 770px;
}

.cases-items.cases-items_two .cases-item img {
  height: 100%;
  display: block;
}

.aivibet-tasks_block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 45px;
}

.aivibet-tasks_block .aivibet-tasks_item {
  background: radial-gradient(50% 50% at 50% 50%, #72c7fd 0%, #4481eb 100%);
  border-radius: 21px;
  flex-grow: 1;
  flex-basis: 30%;
  display: flex;
  justify-content: center;
}

.aivibet-tasks_block .aivibet-tasks_item:first-child {
  justify-content: flex-end;
}

.aivibet-tasks_block .aivibet-tasks_item:last-child {
  padding-top: 15px;
}

.aivibet-tasks_block .aivibet-tasks_item img {
  max-width: 360px;
  object-fit: fill;
}

.images-tasks_block {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}

.images-tasks_block .images-tasks_item {
  max-width: 460px;
}

.images-tasks_block img {
  width: 100%;
}

.profit-typography {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.profit-typography .profit-typography_item {
  max-width: 710px;
}

.palitra-profit {
  display: flex;
  gap: 20px;
}

.palitra-profit .palitra-profit_item {
  flex-basis: 30%;
  flex-grow: 1;
  max-width: 460px;
}

.site_container {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
/* End */


/* Start:/local/templates/.default/css/swiper-bundle.min.css?173346914616493*/
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@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}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.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-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.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,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.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-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-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.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: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: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,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.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:10px;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: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:10px;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-progressbar{background: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: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:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background: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:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);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}.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 .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,.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-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.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-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-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-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}
/* End */


/* Start:/local/templates/.default/css/font.css?1735035331821*/
@font-face {
	font-family: Gilroy;
	src: url('/local/templates/.default/css/fonts/Gilroy-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Gilroy;
	src: url('/local/templates/.default/css/fonts/Gilroy-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Gilroy;
	src: url('/local/templates/.default/css/fonts/Gilroy-ExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Gilroy;
	src: url('/local/templates/.default/css/fonts/Gilroy-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src:  url('/local/templates/.default/css/fonts/Gilroy-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/header-menu/style.min.css?1732787851490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/.default/components/bitrix/menu/header-menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/footer-top-left-menu/style.min.css?1732785683490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/.default/components/bitrix/menu/footer-top-left-menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/footer-top-right-menu/style.min.css?1732786418490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/.default/components/bitrix/menu/footer-top-right-menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/footer-bottom-menu/style.min.css?1732785095490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/.default/components/bitrix/menu/footer-bottom-menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */
/* /local/templates/.default/css/styles.css?175085374785179 */
/* /local/templates/.default/css/swiper-bundle.min.css?173346914616493 */
/* /local/templates/.default/css/font.css?1735035331821 */
/* /local/templates/.default/components/bitrix/menu/header-menu/style.min.css?1732787851490 */
/* /local/templates/.default/components/bitrix/menu/footer-top-left-menu/style.min.css?1732785683490 */
/* /local/templates/.default/components/bitrix/menu/footer-top-right-menu/style.min.css?1732786418490 */
/* /local/templates/.default/components/bitrix/menu/footer-bottom-menu/style.min.css?1732785095490 */
