

/* Start:/local/templates/main/css/rata-page.css?17731395582211*/
body header.header_blue.background-img {
  background-position: center !important;
}
body main .services-slider_wrapper {
  margin-bottom: 60px;
}
body main .container-m-16 {
  margin: 0px 16px;
}
body main .container-m-16 .services {
  margin-bottom: 53px;
}
body main .container-m-16 .services img {
  margin-bottom: 34px;
}
body main .container-m-16 .services p:not(:last-child) {
  margin-bottom: 23px;
}
body main .mw-80 {
  max-width: 872px;
}
body main .pd-rl {
  padding: 0 138px;
}
body main .pd-rl hr {
  margin: 48px -111px 53px -111px;
}
body main .lead-text {
  margin: 109px 0 116px;
  letter-spacing: -0.2px;
}
body main .contact-line_box .contact-line_box__name {
  min-width: 50%;
  width: 50%;
}
body main .contact-line_box .contact-line_box__info {
  min-width: 50%;
  width: 50%;
}

.trainings__title {
  margin: 0;
}

.trainings__list {
  margin-top: 20px;
}

.bold {
  font-weight: 700;
}

@media (min-width: 1441px) {
  body main .mw-80 {
    max-width: 80%;
  }
}
@media (max-width: 1025px) {
  body main h2.page-title {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.01em;
    margin: 80px 0px 24px 0;
  }
  body main .pd-rl {
    padding: 0 24px;
  }
  body main .pd-rl hr {
    margin: 24px 0px 24px 0px;
  }
  body main p {
    font-size: 16px;
    line-height: 160%;
  }
  body main .desc-text {
    font-size: 24px;
  }
  body main .container-m-16 {
    margin: 0;
  }
  body main .lead-text {
    margin: 60px 0px 60px 0px;
  }
  body main .container-m-16 .services {
    margin-bottom: 30px;
  }
  body main .container-m-16 .services img {
    width: 100%;
  }
  body main .container-m-16 .services p:not(:last-child) {
    margin-bottom: 10px;
  }
  body main .contact-line_box .contact-line_box__name {
    width: 100%;
    min-width: initial;
  }
  body main .contact-line_box .contact-line_box__info {
    width: 100%;
    min-width: initial;
  }
  .services-slider_wrapper {
    position: relative;
    margin-bottom: 50px;
  }
  .services-slider_wrapper .arrow-prev,
.services-slider_wrapper .arrow-next {
    display: none;
  }
  .services-slider_wrapper .arrow-prev {
    left: 10px;
  }
  .services-slider_wrapper .arrow-next {
    right: 10px;
  }
}
/* End */


/* Start:/local/templates/main/css/content-slider.css?17657972633070*/
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/contact-line.css?17657972631480*/
.contact-line {
  background: rgba(160, 160, 160, 0.1);
  backdrop-filter: blur(25px);
  padding: 64px 44px;
  overflow: hidden;
}

.contact-line_title {
  font-family: Stem-Regular;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #002664;
}

hr {
  opacity: 0.3;
  border: 1px solid #000000;
  margin: 53px 0px 49px 0px;
}

.contact-line_box {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.contact-line_box__name {
  font-family: Stem-Regular;
  font-size: 28px;
  line-height: 120%;
  color: #000000;
  width: 45%;
  min-width: 45%;
  padding-right: 5%;
  margin-left: 5px;
}

.contact-line_box__info {
  width: 55%;
  min-width: 55%;
}

.contact-line_box__info-item {
  font-family: Stem-Regular;
  font-size: 18px;
  line-height: 160%;
  color: #000000;
  margin-bottom: 8px;
}

.contact-line_box__info-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 1025px) {
  .contact-line_title {
    font-size: 32px;
    line-height: 100%;
  }
  .contact-line_box {
    flex-direction: column;
  }
  .contact-line_box__name {
    font-size: 22px;
    width: 100%;
    min-width: initial;
    padding-right: 0;
    margin-left: 0;
    margin-bottom: 24px;
  }
  .contact-line_box__info {
    width: 100%;
    min-width: initial;
  }
  .contact-line_box__info-item, .contact-line_box__info-item a {
    font-size: 16px;
  }
  hr {
    margin: 40px 0px 40px 0px;
  }
}

/*# sourceMappingURL=contact-line.css.map */

/* End */
/* /local/templates/main/css/rata-page.css?17731395582211 */
/* /local/templates/main/css/content-slider.css?17657972633070 */
/* /local/templates/main/css/contact-line.css?17657972631480 */
