

/* Start:/local/templates/promsitech/components/bitrix/news/events/bitrix/news.detail/.default/style.css?176578014214899*/
html {
  scroll-behavior: smooth;
}

h1[id], h2[id], h3[id], h4[id], h5[id] {
  scroll-margin-top: 90px;
}

/*-------------------------------------------News article----------------------------------------------*/
.fv-article__title {
  color: rgb(0, 66, 144);
  font-size: 55px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.03em;
}
@media (width < 767px) {
  .fv-article__title {
    font-size: 40px;
    margin-bottom: 0;
  }
}
.fv-article__content {
  border-top: 0.75px solid rgb(217, 217, 217);
  display: grid;
  grid-template-columns: 1fr 32.183908%;
  gap: 30px;
  padding-top: 20px;
  padding-bottom: 100px;
}
@media (width < 1023px) {
  .fv-article__content {
    grid-template-columns: 1fr;
    padding-bottom: 80px;
    gap: 0;
  }
}
@media (width < 767px) {
  .fv-article__content {
    border: none;
    padding-top: 15px;
  }
}
.fv-article__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (width < 767px) {
  .fv-article__info {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }
}
.fv-article__date {
  font-size: 20px;
  font-weight: 500;
  color: #004290;
}
@media (width < 767px) {
  .fv-article__date {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 5px;
  }
}
.fv-article__readtime {
  font-size: 20px;
  line-height: 140%;
  color: #181818;
}
.fv-article__readtime img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
@media (width < 767px) {
  .fv-article__readtime {
    font-size: 16px;
  }
  .fv-article__readtime img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
}
.fv-article__poster {
  width: 100%;
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 40px;
}
.fv-article__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (width < 767px) {
  .fv-article__poster {
    height: 200px;
    margin-bottom: 15px;
  }
}
.fv-article__author {
  background: #ebedf1;
  margin-bottom: 30px;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 40px;
  border-radius: 16px;
}
@media (width < 767px) {
  .fv-article__author {
    padding: 20px 15px;
    gap: 10px;
    margin-bottom: 15px;
  }
}
.fv-article__author-photo {
  width: 150px;
  height: 150px;
  border-radius: 16px;
  overflow: hidden;
}
.fv-article__author-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (width < 767px) {
  .fv-article__author-photo {
    width: 75px;
    height: 75px;
    flex: 0 0 75px;
  }
}
.fv-article__author-date {
  font-weight: 500;
  color: #004290;
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 120%;
  margin-bottom: 0 !important;
}
@media (width < 767px) {
  .fv-article__author-date {
    font-size: 14px;
  }
}
.fv-article__author-name {
  font-weight: 600;
  margin-bottom: 10px !important;
  font-size: 24px;
  color: #004290;
  line-height: 150%;
}
@media (width < 767px) {
  .fv-article__author-name {
    font-size: 16px;
    margin-bottom: 5px !important;
  }
}
.fv-article__author-speciality {
  font-size: 20px;
  line-height: 150%;
}
@media (width < 767px) {
  .fv-article__author-speciality {
    font-size: 16px;
  }
}
.fv-article__text {
  font-size: 16px;
  color: #414141;
  font-weight: 500;
  line-height: 150%;
}
.fv-article__text p:not(:last-child) {
  margin-bottom: 20px;
}
.fv-article__text h2 {
  font-size: 32px;
  margin: 50px 0 20px;
}
.fv-article__text ol,
.fv-article__text ul {
  margin: 20px 0;
}
.fv-article__text ul li {
  list-style-type: none;
  list-style: none;
  padding-left: 25px;
}
.fv-article__text ul li:not(:last-child) {
  margin-bottom: 10px;
}
.fv-article__text ul li::before {
  display: block;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  background: #004290;
}
.fv-article__text .text-att {
  border: 1px solid #d9d9d9;
  padding: 30px;
  border-radius: 15px;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  font-size: 18px;
  line-height: 150%;
  margin: 20px 0;
  box-shadow: 0px 3px 7.5px 3.75px rgba(193, 213, 238, 0.25);
  background: rgb(255, 255, 255);
}
.fv-article__text .text-att::before {
  content: "";
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #fff;
  font-size: 40px;
  border: 0.75px solid rgb(214, 227, 243);
  background: rgb(0, 66, 144);
  background: var(--text-icon) center/auto 30px no-repeat, #004290;
}
@media (width < 767px) {
  .fv-article__text {
    font-size: 14px;
  }
  .fv-article__text h2 {
    font-size: 20px;
    margin: 40px 0 20px;
  }
  .fv-article__text .text-att {
    display: block;
    padding: 20px;
  }
  .fv-article__text .text-att::before {
    width: 30px;
    margin-bottom: 15px;
    height: 30px;
    border-radius: 7px;
    background: url(/local/templates/promsitech/components/bitrix/news/events/bitrix/news.detail/.default/img/icons/in.svg) center/auto 16px no-repeat, #004290;
  }
}
.fv-article__media {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}
.fv-article__slider {
  width: 100%;
  min-width: 0;
  margin: 20px 0;
}
.fv-article__slide {
  width: 100%;
  max-height: 520px;
  border-radius: 20px;
  overflow: hidden;
}
.fv-article__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (width < 767px) {
  .fv-article__slide {
    height: 200px;
  }
}
.fv-article__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.fv-article__prev, .fv-article__next {
  background: #e40611;
  border-color: transparent;
  transition: all 0.2s ease 0s;
  width: 40px;
  height: 40px;
}
@media (width < 767px) {
  .fv-article__prev, .fv-article__next {
    position: static;
  }
}
.fv-article__prev {
  left: 30px;
}
@media (width < 767px) {
  .fv-article__prev {
    left: 10px;
  }
}
.fv-article__next {
  right: 30px;
}
@media (width < 767px) {
  .fv-article__next {
    right: 10px;
  }
}
.fv-article__aside {
  max-width: 560px;
  display: flex;
  flex-direction: column;
}
@media (width < 1023px) {
  .fv-article__aside {
    max-width: 100%;
  }
}
.fv-article__menu {
  border: 1px solid #8d9093;
  border-radius: 15px;
  background: #fff;
  padding: 25px;
  margin-bottom: 30px;
  order: -1;
}
.fv-article__menu ul li {
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
}
.fv-article__menu ul li::before {
  background: #004290;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 3px;
}
.fv-article__menu ul li:not(:last-child) {
  margin-bottom: 15px;
}
.fv-article__menu ul li ul {
  margin-top: 15px;
}
.fv-article__menu ul li ul li {
  font-weight: 500;
  font-size: 15px;
  line-height: 110%;
}
.fv-article__menu ul li ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media (hover: hover) {
  .fv-article__menu ul li a:hover {
    color: #004290;
  }
}
@media (width < 1560px) {
  .fv-article__menu ul li {
    font-size: 18px;
  }
  .fv-article__menu ul li ul li {
    font-size: 14px;
  }
}
@media (width < 767px) {
  .fv-article__menu {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  .fv-article__menu ul li {
    font-size: 16px;
  }
}
.fv-article__menu-title {
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 2px solid #004290;
  line-height: 110%;
}
@media (width < 1560px) {
  .fv-article__menu-title {
    font-size: 20px;
  }
}
@media (width < 767px) {
  .fv-article__menu-title {
    font-size: 16px;
  }
}
.fv-article__menu-name {
  margin: 15px 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 110%;
}
@media (width < 1560px) {
  .fv-article__menu-name {
    font-size: 24px;
  }
}
.fv-article__banner {
  width: 100%;
  border-radius: 20px;
  transition: all 0.3s ease 0s;
  display: block;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  background: #eff2f7;
  padding: 20px;
}
@media (hover: hover) {
  .fv-article__banner:hover {
    background: #e0e5ec;
  }
  .fv-article__banner:hover .fv-article__banner-name {
    color: #004290;
  }
}
@media (width < 767px) {
  .fv-article__banner {
    margin-bottom: 20px;
    padding: 0;
  }
}
.fv-article__banner-icon {
  display: none;
}
@media (width < 767px) {
  .fv-article__banner-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 3;
  }
}
.fv-article__banner-image {
  width: 100%;
  margin-bottom: 20px;
  max-height: 413px;
  border-radius: 10px;
  overflow: hidden;
}
.fv-article__banner-image img {
  width: 100%;
  border-radius: 10px;
}
@media (width < 767px) {
  .fv-article__banner-image {
    height: 400px;
    margin-bottom: 0;
  }
  .fv-article__banner-image img {
    height: 100%;
    object-fit: cover;
  }
  .fv-article__banner-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    inset: 0;
    background: linear-gradient(180deg, rgba(22, 56, 129, 0), rgba(22, 56, 129, 0.95) 100%);
    z-index: 2;
  }
}
.fv-article__banner-text {
  z-index: 3;
}
@media (width < 767px) {
  .fv-article__banner-text {
    position: absolute;
    padding: 20px;
    left: 0;
    bottom: 0;
  }
}
.fv-article__banner-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 10px;
  transition: all 0.3s ease 0s;
}
@media (width < 767px) {
  .fv-article__banner-name {
    font-size: 20px;
    color: #fff;
  }
}
.fv-article__banner-descr {
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}
@media (width < 767px) {
  .fv-article__banner-descr {
    color: #fff;
    font-weight: 400;
    line-height: 110%;
  }
}
.fv-article__callback {
  background: #eff2f7;
  padding: 30px 20px;
  border-radius: 20px;
  transition: all 0.3s ease 0s;
  display: block;
  margin-bottom: 30px;
}
@media (width < 767px) {
  .fv-article__callback {
    padding: 30px 15px;
  }
}
.fv-article__callback-title {
  color: #353535;
  text-align: center;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (width < 767px) {
  .fv-article__callback-title {
    text-align: left;
    font-size: 20px;
  }
}
.fv-article__callback-subtitle {
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #353535;
  font-size: 18px;
  text-align: center;
  line-height: 120%;
  opacity: 0.7;
  margin-bottom: 20px;
}
@media (width < 767px) {
  .fv-article__callback-subtitle {
    font-size: 16px;
    text-align: left;
  }
}
.fv-article__form input {
  background: transparent;
  transition: all 0.3s ease 0s;
  margin-bottom: 28px;
  height: 44px;
  border-color: #7b7b7b;
  padding: 10px;
  font-size: 16px;
}
.fv-article__form input:focus {
  border-color: #004290;
}
@media (hover: hover) {
  .fv-article__form input:hover {
    border-color: #004290;
  }
}
@media (width < 767px) {
  .fv-article__form input {
    height: 41px;
    padding: 10px;
  }
}
.fv-article__form button {
  margin-top: 15px;
  width: 100%;
}
.fv-article__form button.iti__selected-country {
  margin-top: 0;
  width: auto;
}
.fv-article__form .catalog-popup__agreement {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 13px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.fv-article__form .catalog-popup__agreement .custom-checkbox__box::before {
  border-radius: 0;
  transform: translateY(-50%);
}
.fv-article__form .catalog-popup__agreement .custom-checkbox__box::after {
  transform: translateY(-50%) rotate(-45deg);
  top: 0;
}

.contact-form-container {
  gap: 95px;
}

.custom-checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
}
/*.custom-checkbox .custom-checkbox__box::before {*/
/*  transform: translateY(-55%);*/
/*}*/
/*.custom-checkbox .custom-checkbox__box::after {*/
/*  transform: translateY(-55%) rotate(-45deg);*/
/*  top: 0;*/
/*}*/

.contact-form-content .contact-form__input {
  min-height: 44px;
}

.contact-form-content .contact-form {
  gap: 0;
}

.contact-form-content .contact-form__group {
  margin-bottom: 28px;
}

.contact-form-content .button {
  margin-top: 15px;
}

/*------------------------------
Related block
---------------------------*/
.related {
  padding-bottom: 100px;
}
@media (width < 767px) {
  .related {
    padding-bottom: 80px;
  }
}
.related__title {
  color: rgb(53, 53, 53);
  font-size: 55px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.03em;
  margin-bottom: 40px;
}
@media (width < 767px) {
  .related__title {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
.related__body {
  position: relative;
}
.related__slider-next, .related__slider-prev {
  background: #e40611;
  border: none;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease 0s;
}
.related__slider-next.swiper-button-disabled, .related__slider-prev.swiper-button-disabled {
  opacity: 0;
}
@media (width < 767px) {
  .related__slider-next.swiper-button-disabled, .related__slider-prev.swiper-button-disabled {
    opacity: 0.5;
  }
}
@media (width < 767px) {
  .related__slider-next {
    transform: none;
    position: static;
  }
}
@media (width < 767px) {
  .related__slider-prev {
    position: static;
    transform: none;
  }
}
.related__slider-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.article-preview {
  background: #eff2f7;
  padding: 20px;
  border-radius: 10px;
}
.article-preview.swiper-slide {
  height: auto;
}
.article-preview__image {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.article-preview__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (width < 767px) {
  .article-preview__image {
    height: 200px;
  }
}
.article-preview__info {
  color: #353535;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.article-preview__date {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 10px;
}
@media (width < 767px) {
  .article-preview__date {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.article-preview__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 15px;
}
@media (width < 767px) {
  .article-preview__name {
    font-size: 20px;
  }
}
.article-preview__text {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (width < 767px) {
  .article-preview__text {
    -webkit-line-clamp: 3;
    font-size: 14px;
  }
}
.article-preview__link {
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #004290;
  font-weight: 600;
}
@media (width < 767px) {
  .article-preview__link {
    font-size: 16px;
  }
}
/* End */
/* /local/templates/promsitech/components/bitrix/news/events/bitrix/news.detail/.default/style.css?176578014214899 */
