

/* Start:/local/templates/main/css/history-content.css?16905280157112*/
@charset "UTF-8";
.history__body {
  overflow-x: hidden;
}

.history__header {
  padding-top: 15px;
  min-height: initial;
}

.history-content__search-button {
  margin-left: 45px !important;
}

.history-main-content {
  margin: 94px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.history-main-content__container {
  max-width: 920px;
  margin: 0 170px;
}

.history__main-title {
  margin: 0 0 32px 10px;
  padding: 0;
  font-family: Stem-Regular;
  font-weight: 400;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -1px;
  text-align: left;
  color: #002664;
}

.history__main-about-title {
  margin: 0 0 16px 0;
  padding: 0;
  font-family: Stem-Medium;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}

.history__main-signature {
  font-family: Stem-Regular;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #969696;
  margin-bottom: 72px;
}

.history__main-image {
  max-width: 100%;
  margin: 0 16px 62px 16px;
}

.history__main-title_second {
  margin: 0 0 32px 0;
  padding: 0;
  max-width: 872px;
  font-family: Stem-Regular;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0em;
  font-weight: 400;
  text-align: left;
  color: #002664;
}

.history__main-third-title {
  font-family: Stem-Medium;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  margin: 80px 0 40px 0;
  padding: 0;
  color: #002664;
}

.history__main-description {
  max-width: 872px;
  font-family: Stem-Regular;
  font-size: 18px;
  letter-spacing: 0em;
  text-align: left;
}

.history__main-description:not(:last-child) {
  margin-bottom: 20px;
}

.history__main-description_last-paragraph {
  margin-bottom: 59px !important;
}

.history__slider-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 86px 0 80px 0;
  position: relative;
}

.history__slider-wrapper_prev {
  cursor: pointer;
  position: absolute;
  translate: 0px -39px;
  left: -93px;
}

.history__slider-wrapper_image {
  margin: 0 0 16px 0;
}

.history__slider-wrapper_next {
  cursor: pointer;
  position: absolute;
  translate: 0px -39px;
  right: -94px;
}

.history__slider-description {
  margin: 0 0 28px 0;
  padding: 0;
  font-family: Stem-Regular;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #969696;
}

.history__slider-status-bar {
  display: flex;
  flex-direction: column;
}

.history__slider-status-bar-line {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.history__slider-status-bar-line_active {
  width: 50%;
  height: 3px;
  background-color: #002664;
}

/* При увеличении кол-ва слайдов, лучше убрать хардкод и написать функцию для slider slick с прогресс баром */
.history__slider-status-bar-line_last_active {
  align-self: flex-end;
  width: 50%;
  height: 2px;
  background-color: #002664;
}

.history__slider-wrapper_image {
  width: 100%;
}

.history__main-image_base {
  width: 100%;
  margin: 80px 0;
}

.history__main-bottom-tools {
  margin: 63px 0 100px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.history__main-bottom-tools_left {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.history__main-bottom-tools_left:hover ellipse {
  fill: #002664;
}

.history__main-bottom-tools-icon_left {
  transform: rotate(180deg);
  position: absolute;
  left: -65px;
}

.history__main-bottom-tools-link_left {
  font-size: 16px;
  line-height: 16px;
}

.history__main-bottom-tools_right-link {
  cursor: pointer;
  translate: 200px 7px;
  display: flex;
}

.history__main-bottom-tools_right-link:hover path {
  color: #002664;
  fill: #002664;
}

.history__main-bottom-tools_right-link-text {
  max-width: 55px;
  align-self: flex-end;
  line-height: 12px;
  font-size: 12px;
}

.history__main-bottom-tools-icon_right {
  margin: 0 13px 0 0;
  align-self: flex-start;
}

@media (min-width: 1600px) {
  .history-main-content__container {
    max-width: none;
    margin-left: 170px;
  }
  .history__main-title {
    font-size: calc(20px + 3.125vw);
  }
  .history__main-about-title {
    font-size: calc(5px + 1.25vw);
    line-height: 100%;
    margin-bottom: 55px;
  }
  .history__main-title_second {
    max-width: 80%;
  }
  .history__main-description {
    max-width: 80%;
  }
  .history__slider-wrapper {
    max-width: 80%;
  }
  .history__main-signature {
    font-size: calc(7px + 0.5vw);
  }
  .history__main-third-title {
    font-size: calc(18px + 1.75vw);
    margin-bottom: 80px;
  }
  .history__main-description:not(:last-child) {
    margin-bottom: 40px;
  }
  .history__main-bottom-tools-link_left {
    font-size: calc(10px + 0.625vw);
  }
  .history__main-bottom-tools_right-link-text {
    font-size: calc(7px + 0.625vw);
    line-height: 100%;
  }
  .history__main-bottom-tools_right-link {
    translate: 0 0;
  }
  .history__image-container {
    max-width: 80%;
  }
}
@media (max-width: 1280px) {
  .history__main-bottom-tools_right-link {
    translate: 0 0;
  }
}
@media (max-width: 1066px) {
  .history__slider-wrapper_image {
    margin: 0 0 16px 0;
    height: auto;
  }
}
@media (max-width: 924px) {
  .history-main-content__container {
    margin: 0 16px;
  }
  .history__main-title {
    font-size: calc(29px + 2vw);
  }
  .history__main-about-title {
    font-size: calc(10px + 1.75vw);
  }
  .history__main-signature {
    font-size: calc(7px + 1vw);
  }
  .history__main-title_second {
    font-size: calc(10px + 1.5vw);
    line-height: 28px;
  }
  .history__main-third-title {
    font-size: calc(18px + 1.75vw);
  }
  .history__main-description {
    font-size: calc(10px + 1vw);
  }
  .history__main-bottom-tools-link_left {
    margin-left: 10px;
    font-size: calc(10px + 1vw);
  }
  .history__slider-wrapper {
    max-width: 800px;
  }
  .history__slider-wrapper_next {
    position: absolute;
    right: 0px;
  }
  .history__main-bottom-tools-icon_left {
    width: 80px;
    position: relative;
    left: 0;
  }
}
@media (max-width: 690px) {
  .history-main-content {
    margin-top: 0;
  }
}
@media (max-width: 425px) {
  .history__main-title {
    letter-spacing: normal;
  }
  .history__main-signature {
    margin-bottom: 25px;
  }
  .history__main-image {
    margin-bottom: 25px;
  }
  .history__main-description_last-paragraph {
    margin-bottom: 15px !important;
  }
  .history__slider-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .history__main-third-title {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .history__main-image_base {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .history__main-bottom-tools {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .history__main-bottom-tools-icon_left {
    width: 40px;
  }
}
body .services-slider_wrapper {
  max-width: 872px;
}

@media (min-width: 1600px) {
  body .services-slider_wrapper {
    max-width: 80%;
  }
}

/*# sourceMappingURL=history-content.css.map */

/* End */


/* Start:/local/templates/main/css/content-slider.css?16905280153070*/
body .services-slider_wrapper {
  position: relative;
  margin-bottom: 142px;
}
body .services-slider_wrapper .arrow-prev,
body .services-slider_wrapper .arrow-next {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 38px);
  transform: translateY(-50%);
}
body .services-slider_wrapper .arrow-prev svg,
body .services-slider_wrapper .arrow-next svg {
  filter: drop-shadow(0px 0px 30px rgba(141, 51, 50, 0.1));
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
body .services-slider_wrapper .arrow-prev svg ellipse,
body .services-slider_wrapper .arrow-next svg ellipse {
  transition: fill 0.4s;
}
body .services-slider_wrapper .arrow-prev:hover svg ellipse,
body .services-slider_wrapper .arrow-next:hover svg ellipse {
  fill: rgb(207, 207, 207);
}
body .services-slider_wrapper .arrow-prev {
  left: -64px;
}
body .services-slider_wrapper .arrow-next {
  right: -64px;
}
body .services-slider_wrapper .slider-dots {
  width: 100%;
}
body .services-slider_wrapper .slider-dots .slick-dots {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0;
  max-width: none;
  margin-top: -5.5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
body .services-slider_wrapper .slider-dots .slick-dots li {
  max-width: 50%;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}
body .services-slider_wrapper .slider-dots .slick-dots li:before {
  content: none;
}
body .services-slider_wrapper .slider-dots .slick-dots li button {
  background: transparent;
  text-indent: -999999px;
  background-color: transparent;
  width: 100%;
  padding: 6px 0px;
  margin: 0;
  font-size: 0;
  cursor: pointer;
  margin-bottom: -8px;
}
body .services-slider_wrapper .slider-dots .slick-dots li button:focus, body .services-slider_wrapper .slider-dots .slick-dots li button:hover {
  outline: none;
}
body .services-slider_wrapper .slider-dots .slick-dots li button:before {
  content: "";
  background-color: transparent;
  width: 100%;
  height: 3px;
  margin: 0;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  display: block;
}
body .services-slider_wrapper .slider-dots .slick-dots .slick-active button:before {
  content: "";
  height: 3px;
  background-color: #002664;
}
body .services-slider {
  cursor: grab;
}
body .services-slider .slick-list .slick-track {
  display: flex;
}
body .services-slider_slide {
  margin-bottom: 31px;
}
body .services-slider_slide img {
  margin-bottom: 16px;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
body .services-slider_slide p {
  font-family: "Stem-Regular";
  font-size: 16px;
  line-height: 100%;
  color: #969696;
}
body .content_slider {
  margin: 64px 0px;
  max-width: 100%;
}

@media (max-width: 1025px) {
  body .services-slider_wrapper {
    position: relative;
    margin-bottom: 50px;
  }
  body .services-slider_wrapper .arrow-prev,
  body .services-slider_wrapper .arrow-next {
    display: none;
  }
  body .services-slider_wrapper .arrow-prev {
    left: 10px;
  }
  body .services-slider_wrapper .arrow-next {
    right: 10px;
  }
}

/*# sourceMappingURL=content-slider.css.map */

/* End */


/* Start:/local/templates/main/css/commercial-banner.css?16905280152047*/
.commercial-banner {
  width: 990px;
  margin: 0 0 128px 0;
  padding-bottom: 30px;
  max-height: 241px;
  display: flex;
  justify-content: space-between;
  background-color: #f1f1f1;
}

.commercial-banner_left {
  margin-left: 43px;
}

.commercial-banner-title {
  margin: 42px 0 52px 0;
  padding: 0;
  max-width: 265px;
  font-family: Stem-Regular;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #002664;
}

.commercial-banner-link {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 16px;
}

.commercial-banner-link:hover span ellipse {
  fill: #002664;
}

.commercial-banner-link-image-container {
  margin-left: 26px;
}

.commercial-banner_right {
  position: relative;
}

.commercial-banner_right-wrapper {
  position: relative;
  left: -10px;
}

.commercial-banner_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    76.71deg,
    #f1f1f1 16.46%,
    rgba(241, 241, 241, 0) 89.95%
  );
  z-index: 1;
}

.commercial-banner_right-img {
  position: relative;
  background-image: initial;
  z-index: 0;
}

.commercial-opacity-light {
  opacity: 0.6;
}

.commercial-opacity-medium {
  opacity: 0.3;
}

.commercial-opacity-large {
  opacity: 0.2;
}

.commercial-opacity-extra-large {
  opacity: 0.1;
}

.commercial__last-paragraph {
  padding-bottom: 72px;
}

@media (min-width: 1800px) {
  .commercial-banner-title {
    max-width: none;
    line-height: 100%;
    font-size: calc(4px + 12 * (100vw / 800));
  }
  .commercial-banner-link {
    font-size: calc(5px + 5 * (100vw / 800));
  }
}

@media (max-width: 1160px) {
  .commercial-banner {
    width: auto;
  }
}

@media (max-width: 795px) {
  .commercial-banner_background {
    display: none;
  }
  .commercial-banner_right-img {
    display: none;
  }
}

@media (max-width: 425px) {
  .commercial-banner_left {
    margin-left: 16px;
  }
  .commercial-banner {
    margin-bottom: 30px;
  }
}

/* End */
/* /local/templates/main/css/history-content.css?16905280157112 */
/* /local/templates/main/css/content-slider.css?16905280153070 */
/* /local/templates/main/css/commercial-banner.css?16905280152047 */
