

/* Start:/bitrix/templates/1c_it4tech/components/bitrix/news.list/advantages/style.css?16988480762769*/
.section.section_cols-promo {
  padding: 50px 0;
}
.container-promo-advantages {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.cols-promo_advantages {
  width: 70%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(3, max-content);
  gap: 85px 24px;
}
.cols-promo__item_advantages_0, .cols-promo__item_advantages_1 {
  grid-row: 1 / 2;
}
.cols-promo__item_advantages_2, .cols-promo__item_advantages_3, .cols-promo__item_advantages_title {
  grid-row: 2 / 3;
}
.cols-promo__item_advantages_4, .cols-promo__item_advantages_5 {
  grid-row: 3 / -1;
}
.cols-promo__item_advantages_0, .cols-promo__item_advantages_4 {
  grid-column: 3 / 6;
}
.cols-promo__item_advantages_1, .cols-promo__item_advantages_5 {
  grid-column: 8 / 11;
}
.cols-promo__item_advantages_2 {
  grid-column: 1 / 4;
}
.cols-promo__item_advantages_3 {
  grid-column: 10 / -1;
}
.cols-promo__item_advantages_title {
  grid-column: 4 / 10;
  align-self: center;
  text-align: center;
}
.cols-promo__item_advantages_title h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.cols-promo__item_advantages {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cols-promo__item_advantages .cols-promo__title_advantages {
  text-align: center;
  border-bottom: 0;
}
.cols-promo__title_advantages h3 {
  font-family: 'Scada', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.cols-promo__img_advantages {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}
.cols-promo__img_advantages img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1199px) {
  .cols-promo_advantages {
    width: 90%;
  }
}
@media screen and (max-width: 776px) {
  .cols-promo_advantages {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, max-content);
    gap: 40px;
  }
  .cols-promo__item_advantages_title h2 {
    font-size: 20px;
  }
  .cols-promo__item_advantages_0, .cols-promo__item_advantages_1 {
    grid-row: 2 / 3;
  }
  .cols-promo__item_advantages_2, .cols-promo__item_advantages_3 {
    grid-row: 3 / 4;
  }
  .cols-promo__item_advantages_4, .cols-promo__item_advantages_5 {
    grid-row: 4 / -1;
  }
  .cols-promo_advantages .cols-promo__item_advantages {
    grid-column: unset;
  }
  .cols-promo_advantages .cols-promo__item_advantages_title {
    grid-row: 1 / 2;
    grid-column: 1 / -1;
  }
}
@media screen and (max-width: 576px) {
  .cols-promo__img_advantages {
    width: 53px;
    height: 53px;
  }
  .cols-promo__title_advantages h3 {
    font-size: 12px;
  }
}
/* End */


/* Start:/bitrix/templates/1c_it4tech/components/bitrix/news.list/whywe/style.css?16989338783551*/
.why-we-section {
  padding: 60px 0 87px;
  background-image: url("/bitrix/templates/1c_it4tech/components/bitrix/news.list/whywe/./images/cover.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.why-we__title {
  text-align: center;
}
.why-we__title h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}
.why-we__container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.why-we__list {
  list-style: none;
  padding: 0;
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.why-we__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.why-we__text {
  margin: 0;
  font-family: 'Scada', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
.why-we__text strong::after {
  content: ': ';
}
.why-we__item::before {
  content: '';
  display: block;
  flex: 1 0 17px;
  width: 17px;
  height: 17px;
  background-image: url("/bitrix/templates/1c_it4tech/components/bitrix/news.list/whywe/./images/vektor.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.why-we__btn-open {
  display: none;
}
@media screen and (max-width: 991px) {
  .why-we__list {
    width: 90%;
  }
}
@media screen and (max-width: 776px) {
  .why-we-section {
    padding: 30px 0 49px;
  }
  .why-we__title h2 {
    margin-bottom: 28px;
    font-size: 20px;
  }
  .why-we__list {
    width: 70%;
    gap: 49px;
  }
  .why-we__item {
    display: block;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1;
  }
  .why-we__item::before {
    display: none;
  }
  .why-we__text {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
  }
  .why-we__text strong {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    transition: color .3s;
  }
  .why-we__text.open strong {
    color: #1976D2;
    transition: color .3s;
  }
  .why-we__text span {
    display: block;
    font-size: 12px;
    line-height: 133.2%;
    max-height: 0px;
    overflow: hidden;
    transition: max-height .3s ease-out;
  }
  .why-we__text.open span {
    max-height: 100px;
    transition: max-height .3s ease-in;
  }
  .why-we__text strong::after {
    content: '';
  }
  .why-we__btn-open {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    background-color: #fff;
    width: 59px;
    height: 50px;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    border: 0px;
    border-radius: 44px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    z-index: -1;
  }
  .why-we__btn-open::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 25px;
    background-color: #fff;
  }
  .why-we__btn-open::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 10px;
    background-image: url("/bitrix/templates/1c_it4tech/components/bitrix/news.list/whywe/./images/arrow-down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .why-we__btn-open.open::before {
    background-image: url("/bitrix/templates/1c_it4tech/components/bitrix/news.list/whywe/./images/arrow-up.svg");
  }
}
@media screen and (max-width: 576px) {
  .why-we__list {
    width: 90%;
  }
}
/* End */


/* Start:/bitrix/templates/1c_it4tech/components/bitrix/catalog.section.list/portfolio_filter/style.css?16996007362254*/
.product-1c__categories {
  margin-bottom: 50px;
  position: relative;
}
.product-1c__categories.in-desktop {
  display: block;
}
.product-1c__categories.in-mobile {
  display: none;
}
.product-1c__categories-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* .product-1c__categories-item {
} */
.product-1c__categories-link {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  color: #1976d2;
  border: 1px solid #1976d2;
  border-radius: 28px;
  padding: 10px 12px;
  background-color: transparent;
  transition: all 0.3s ease;
}
.product-1c__categories-link:hover,
.product-1c__categories-link:focus,
.product-1c__categories-link.active {
  color: #fff;
  background-color: #fc0;
  border-color: #fc0;
}
.product-1c__categories-btn-open {
  display: none;
}
@media screen and (max-width: 767px) {
  .product-1c__categories.in-desktop {
    display: none;
  }
  .product-1c__categories.in-mobile {
    display: block;
  }
  .product-1c__categories-list {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    max-height: 40px;
    transition: max-height 0.5s ease-out;
  }
  .product-1c__categories-list.open {
    max-height: 1000px;
    transition: max-height 0.5s ease-in;
  }
  .product-1c__categories-btn-open {
    display: block;
    width: 24px;
    height: 13px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 2;
    position: absolute;
    top: 100%;
    left: 50%;
    padding: 0;
    transform: translateX(-50%) translateY(10px);
    transition: transform 0.3s ease-out;
  }
  .product-1c__categories-btn-open.open {
    transform: translateX(-50%) rotate(180deg) translateY(-10px);
  }
  .product-1c__categories-btn-open svg {
    fill: none;
  }
  .product-1c__categories-btn-open.open svg > path {
    stroke: #1976d2;
    transition: stroke 0.3s ease-out;
  }
  .product-1c__categories-btn-open.open svg > path {
    stroke: #fc0;
  }
}

/* End */


/* Start:/bitrix/templates/1c_it4tech/components/bitrix/news.list/portfolio/style.css?170004480610188*/
.section.portfolio-section {
  padding: 60px 0 72px;
}
.portfolio-section__name {
  text-align: center;
  margin-bottom: 38px;
}
.portfolio-section__name h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}
.portfolio-section__container {
  max-width: 100%;
  width: 685px;
  margin: 0 auto;
}
.product-1c__products-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-1c__products-list.in-desktop {
  display: flex!important;
}
.product-1c__products-list.in-mobile {
  display: none!important;
}
.product-1c__products-item {
  margin: 0;
  width: 167px;
  padding: 0 10px;
  height: 168px;
}
.product-1c__products-item-sizer {
  width: 25%;
}
.product-1c__products-link {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
  z-index: 1;
  padding-bottom: 8px;
}
.product-1c__products-link::before {
  content: '';
  position: absolute;
  inset: 0;
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background: linear-gradient(209deg, #707eff 8.15%, rgba(255, 255, 255, 0) 111.06%, #fff 111.06%);
  box-shadow: 0px 2.9px 2.9px rgba(25, 118, 210, 0.25);
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
}
.product-1c__products-link:hover::before,
.product-1c__products-link:focus::before,
.product-1c__products-link.in-mobile::before {
  opacity: 1;
}
.product-1c__products-link img {
  width: 78%;
  height: 127px;
  transition: transform 0.4s ease-in;
}
.product-1c__products-link:hover img,
.product-1c__products-link:focus img,
.product-1c__products-link.in-mobile img {
  transform: translateY(-10px);
}
.product-1c__products-title {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #000;
  overflow: hidden;
  transition: all 0.4s ease-out;
  opacity: 0;
  transform: translateX(-50px);
  flex: 0 1 0px;
  margin: 0;
  padding: 0;
}
.product-1c__products-link:hover .product-1c__products-title,
.product-1c__products-link:focus .product-1c__products-title,
.product-1c__products-link.in-mobile .product-1c__products-title {
  opacity: 1;
  transform: translateX(0);
  flex: 0 1 auto;
}

/* Product 1C Popup */

.product1c-popup {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
  padding: 0 10px;
  font-family: 'Montserrat', sans-serif;
}
.product1c-popup_close {
  visibility: hidden;
  opacity: 0;
}
.product1c-popup__body {
  width: 500px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 35px;
  padding: 30px 40px;
  position: relative;
  transition: all 0.3s ease;
  opacity: 1;
  transform: scale(1);
}
.product1c-popup_close .product1c-popup__body {
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s ease;
}
.product1c-popup__btn-close {
  position: absolute;
  top: 10px;
  right: 12px;
  padding: 5px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  width: 30px;
  height: 30px;
  transition: all 0.3s;
}
.product1c-popup__btn-close:hover {
  transform: scale(1.08);
}
.product1c-popup__btn-close svg {
  width: 100%;
  height: 100%;
  fill: #000;
}
.product1c-popup__description {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 30px; */
  flex-direction: column;
  align-self: flex-start;
  gap: 10px;
  text-align: center;
}
.product1c-popup__image-wrapper {
  width: 130px;
  height: 142px;
}
.product1c-popup__image-product {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product1c-popup__title-product {
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.product1c-popup__container {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
}
/* Product 1C Form */
.product1c-form {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

.product1c-form__title {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
  color: #1976D2;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  font-family: inherit;
}
.product1c-form__fieldset {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.product1c-form__input {
  width: 100%;
  padding: 10px 25px;
  border-radius: 35px;
  border: 2px solid #1976D2;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  transition: border-color 0.3s ease;
}
.product1c-form__input::placeholder {
  color: rgba(0, 0, 0, 0.49);
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0.49);
}
.product1c-form__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.49);
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0.49);
}
.product1c-form__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.49);
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0.49);
}
.product1c-form__input:focus {
  outline: none;
  border-color: rgba(25, 117, 210, 0.6);
}
.product1c-form__button {
  /* width: 100%; */
  display: block;
  margin: 0 auto;
  background-color: #F5AC01;
  color: #000;
  border-radius: 35px;
  transition: opacity 0.3s ease;
  padding: 15px 30px;
  border: none;
  font-family: inherit;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}
.product1c-form__button:hover {
  opacity: 0.8;
}
.product1c-popup__success {
  font-size: 24px;
  text-align: center;
  padding: 20px;
  color: #498a33;
}
.product1c-popup__error {
  font-size: 24px;
  text-align: center;
  padding: 20px;
  color: rgb(139, 70, 70);
}

.js-div,
.js-form {
  display: none;
}
.js-div.active {
  display: block;
}
.js-form.active {
  display: flex;
}
.product-1c__products-list.in-mobile .owl-prev, 
.product-1c__products-list.in-mobile .owl-next {
  display: none;
}
@media screen and (max-width: 767px) {
  .product-1c__products-list.in-desktop {
    display: none!important;
  }
  .product-1c__products-list.in-mobile {
    display: flex!important;
    flex-wrap: nowrap;
    position: relative;
  }
  .product-1c__products-item.in-mobile {
    width: 100%;
    height: 250px;
    padding: 0;
    overflow: hidden;
  }
  .product-1c__products-link.in-mobile {
    width: 203px;
    height: min-content;
    margin: 0 auto;
    padding: 0;
  }
  .product-1c__products-link.in-mobile .product-1c__products-title {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 10px;
  }
  /* .product-1c__products-link.in-mobile .product-1c__products-outline-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    color: #000;
    background-color: transparent;
    font-family: 'Scada', sans-serif;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    text-wrap: nowrap;
    z-index: -1;
    font-size: 66px;
    font-weight: 800;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
  } */
  .product-1c__products-link.in-mobile img {
    width: unset;
    height: 200px;
  }
  .product-1c__products-list.in-mobile .owl-prev, 
  .product-1c__products-list.in-mobile .owl-next {
    display: block;
    font-size: 0px;
    line-height: 0;
    color: transparent;
    position: absolute;
    background-color: #fc0;
    box-shadow: -4.6px 3.06667px 9.2px 0px rgba(255, 255, 255, 0.40) inset, 3.06667px -1.53333px 9.2px 0px rgba(255, 107, 0, 0.54) inset;
    width: 46px;
    height: 46px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    z-index: 5;
  }
  .product-1c__products-list.in-mobile .slick-prev, 
  .product-1c__products-list.in-mobile .slick-next {
    display: block;
    font-size: 0px;
    line-height: 0;
    color: transparent;
    position: absolute;
    background-color: #fc0;
    box-shadow: -4.6px 3.06667px 9.2px 0px rgba(255, 255, 255, 0.40) inset, 3.06667px -1.53333px 9.2px 0px rgba(255, 107, 0, 0.54) inset;
    width: 46px;
    height: 46px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    z-index: 5;
  }

  .product-1c__products-list.in-mobile .owl-prev {
    left: 5%;
    background-image: url('/bitrix/templates/1c_it4tech/components/bitrix/news.list/portfolio/./images/prev-icon.svg');
  }
  .product-1c__products-list.in-mobile .owl-next {
    right: 5%;
    background-image: url('/bitrix/templates/1c_it4tech/components/bitrix/news.list/portfolio/./images/next-icon.svg');
  }
  .product-1c__products-list.in-mobile .slick-prev {
    left: 5%;
    background-image: url('/bitrix/templates/1c_it4tech/components/bitrix/news.list/portfolio/./images/prev-icon.svg');
  }
  .product-1c__products-list.in-mobile .slick-next {
    right: 5%;
    background-image: url('/bitrix/templates/1c_it4tech/components/bitrix/news.list/portfolio/./images/next-icon.svg');
  }
  .product-1c__products-list.in-mobile .slick-prev::before {
    color: transparent;
  }
  .product-1c__products-list.in-mobile .slick-next::before {
    color: transparent;
  }
  .section.portfolio-section {
    padding: 50px 0;
  }
  .portfolio-section__name {
    margin-bottom: 28px;
  }
  .portfolio-section__name h2 {
    font-size: 20px;
  }
  .product1c-form__fieldset {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
}
@media screen and (max-width: 575px) {
  .product1c-popup__container {
    flex-direction: column;
  }
  .product1c-popup__description {
    align-self: center;
  }
  .product1c-form {
    width: 80%;
  }
  .product1c-popup__image-wrapper {
    width: 180px;
    height: 196px;
  }
}
/* End */


/* Start:/bitrix/templates/1c_it4tech/components/bitrix/news.list/howwork/style.css?16994303152842*/
.processing {
  background-color: #f5ac01;
  padding: 60px 0;
  color: #fff;
  overflow: hidden;
}
.processing__container {
  max-width: 1189px;
  margin: 0 auto;
  width: 100%;
  padding: 0 40px;
}
.processing__title {
  font-size: 46px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}
/* .processing__body {
} */
.processing__list {
  list-style: none;
  padding: 0 0 0 60px;
  position: relative;
}
.processing__item {
  position: relative;
  z-index: 1;
}
.processing__item:nth-child(n + 3) {
  margin-left: 120px;
}
.processing__item:not(:last-child) {
  margin-bottom: 39px;
}
.processing__item::before {
  content: '';
  position: absolute;
  top: 3px;
  left: -60px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #f5ac01;
  border: 5px solid #fff;
  box-sizing: border-box;
}
.processing__item::after {
  content: '';
  position: absolute;
  top: 3px;
  left: -47px;
  width: 4px;
  height: calc(100% + 39px);
  background-color: #000;
  z-index: -1;
}
.processing__item:last-child::after {
  height: calc(100% + 100px);
}
.processing__angle-circle {
  position: absolute;
  display: block;
  top: calc(100% + 39px);
  left: -60px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #f5ac01;
  border: 5px solid #fff;
  box-sizing: border-box;
}
.processing__angle-circle::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: calc(100% + 120px);
  height: 4px;
  background-color: #000;
  z-index: -1;
}
.processing__title-item {
  font-size: 24px;
  font-weight: 700;
  line-height: 105.7%;
  margin: 0;
}
.processing__description {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 105.7%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .processing {
    padding: 78px 0 52px;
  }
  .processing__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .processing__list {
    padding: 0 0 0 30px;
  }
  .processing__item:nth-child(n + 3) {
    margin-left: 82px;
  }
  .processing__item:not(:last-child) {
    margin-bottom: 25px;
  }
  .processing__item::before {
    top: 0;
    left: -30px;
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
  }
  .processing__item::after {
    top: 3px;
    left: -21px;
    width: 2px;
    height: calc(100% + 25px);
  }
  .processing__angle-circle {
    top: calc(100% + 25px);
    left: -30px;
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
  }
  .processing__angle-circle::after {
    width: calc(100% + 82px);
    height: 2px;
  }
  .processing__title-item {
    font-size: 13px;
    font-weight: 400;
  }
  .processing__description {
    display: none;
  }
}
/* End */


/* Start:/bitrix/templates/1c_it4tech/components/bitrix/news.list/benefits/style.css?16994543151848*/
.achievements {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}
/* .achievements__container {
} */
.achievements__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.achievements__item {
  width: 100%;
  height: 400px;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  cursor: grab;
}
.achievements__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: blur(15px);
}
.achievements__item::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.achievements__block-info {
  position: relative;
  z-index: 1;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 50px;
}
.achievements__count {
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  display: block;
  transform: rotate(180deg);
  writing-mode: tb;
}
.achievements__title {
  font-size: 70px;
  font-weight: 700;
  line-height: normal;
}
.achievements__divider {
  width: 4px;
  align-self: stretch;
  background-color: #fff;
}
@media screen and (max-width: 1251px) {
  .achievements__title {
    width: min-content;
  }
}
@media screen and (max-width: 767px) {
  .achievements__item {
    height: 200px;
  }
  .achievements__block-info {
    gap: 30px;
  }
  .achievements__count {
    font-size: 30px;
  }
  .achievements__title {
    font-size: 30px;
  }
  .achievements__divider {
    width: 2px;
  }
}
@media screen and (max-width: 575px) {
  .achievements__item {
    height: 95px;
  }
  .achievements__block-info {
    gap: 20px;
  }
  .achievements__count {
    font-size: 24px;
  }
  .achievements__title {
    font-size: 16px;
  }
}
/* End */


/* Start:/bitrix/templates/1c_it4tech/components/bitrix/news.list/faq/style.css?16994454792590*/
.question-answer {
  padding-top: 61px;
}
.question-answer p {
  margin: 0;
}
.question-answer__container, .question-answer__answer-container {
  max-width: 905px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.question-answer__container {
  padding-bottom: 64px;
}
.question-answer__title {
  color: #1976d2;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 46px;
}
.question-answer__list {
  list-style: disc;
  padding: 0 0 0 20px;
  margin: 0;
}
/* .question-answer__item {
} */
.question-answer__item:not(:last-child) {
  margin-bottom: 20px;
}
.question-answer__link {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.question-answer__link:hover,
.question-answer__link:focus,
.question-answer__link.active {
  border-color: #000;
  opacity: 0.8;
}
.question-answer__answer-wrapper {
  width: 100%;
  background-color: #1976d2;
  color: #fff;
  padding: 31px 0 42px;
}
.question-answer__tab {
  display: flex;
  flex-direction: column;
  gap: 26px;
  transform: scale(0);
  z-index: 1;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.question-answer__tab.active {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
  max-height: 500px;
  transition: all 0.3s ease;
}
.question-answer__question {
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.question-answer__tab p {
  font-size: 16px;
  font-weight: 400;
  line-height: 135.7%;
}
@media screen and (max-width: 575px) {
  .question-answer {
    padding-top: 50px;
  }
  .question-answer__container, .question-answer__answer-container {
    padding: 0 40px;
  }
  .question-answer__container {
    padding-bottom: 46px;
  }
  .question-answer__title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .question-answer__list {
    list-style: disc;
    padding: 0 0 0 20px;
  }
  .question-answer__item:not(:last-child) {
    margin-bottom: 11px;
  }
  .question-answer__link {
    font-size: 14px;
  }
  .question-answer__answer-wrapper {
    padding: 30px 0 46px;
  }
  .question-answer__tab {
    gap: 6px;
  }
  .question-answer__tab.active {
    display: flex;
  }
  .question-answer__question {
    font-size: 20px;
  }
  .question-answer__tab p {
    font-size: 12px;
  }
}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1694101092666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */
/* /bitrix/templates/1c_it4tech/components/bitrix/news.list/advantages/style.css?16988480762769 */
/* /bitrix/templates/1c_it4tech/components/bitrix/news.list/whywe/style.css?16989338783551 */
/* /bitrix/templates/1c_it4tech/components/bitrix/catalog.section.list/portfolio_filter/style.css?16996007362254 */
/* /bitrix/templates/1c_it4tech/components/bitrix/news.list/portfolio/style.css?170004480610188 */
/* /bitrix/templates/1c_it4tech/components/bitrix/news.list/howwork/style.css?16994303152842 */
/* /bitrix/templates/1c_it4tech/components/bitrix/news.list/benefits/style.css?16994543151848 */
/* /bitrix/templates/1c_it4tech/components/bitrix/news.list/faq/style.css?16994454792590 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1694101092666 */
