

/* Start:/local/templates/stc/css/style.css?166745507188029*/
@charset "UTF-8";

/*Обнуление*/

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

@font-face {
  font-family: "Montserrat-Italic";
  font-display: swap;
  src: url("/local/templates/stc/css/../fonts/Montserrat-Italic.woff") format("woff"), url("/local/templates/stc/css/../fonts/Montserrat-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("/local/templates/stc/css/../fonts/Montserrat-Medium.woff") format("woff"), url("/local/templates/stc/css/../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("/local/templates/stc/css/../fonts/Montserrat-Regular.woff") format("woff"), url("/local/templates/stc/css/../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("/local/templates/stc/css/../fonts/Montserrat-SemiBold.woff") format("woff"), url("/local/templates/stc/css/../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  line-height: 1.62;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #0F1011;
}

body.this--overflow {
  overflow: hidden;
}

.wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}

.section {
  padding: 100px 0;
}

.section.this--top {
  padding: 100px 0 0 0;
}

.section.this--bottom {
  padding: 0 0 100px 0;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-top: 179px;
}

main.this--pt_0 {
  padding-top: 0;
}

.orange_ul li::marker {
  color: #FFA113;
}

h1,
.g_title_h1 {
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.28;
}

h2 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.33;
}

h3 {
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1.38;
}

h3.this--mt_60 {
  margin-top: 60px;
}

h3.this--mt_20 {
  margin-top: 20px;
}

.btn {
  background: #FFA113;
  border-radius: 3px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0F1011;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.btn:active {
  background: #EC8E00;
  color: #055FB3;
}

.btn.this--transparent_blue {
  background: transparent;
  border: 2px solid #055FB3;
  color: #055FB3;
}

.btn.this--transparent_blue:active {
  color: #FFA113 !important;
  background: #2779C6 !important;
  border: 2px solid #2779C6 !important;
}

.btn.this--transparent_wh {
  background: transparent;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}

.btn.this--transparent_wh:active {
  color: #0F1011 !important;
  background: #ffffff !important;
}

.card__img {
  padding-top: 150%;
  position: relative;
  overflow: hidden;
}

.card__img img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
}

.card__line {
  width: 50px;
  height: 2px;
  background: #FFA113;
  border-radius: 5px;
  margin: 20px auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.card__text {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 1.4rem;
  line-height: 1.71;
  text-align: center;
}

.img_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.img_text__img_wr {
  width: 387px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 60px;
}

.img_text__img img {
  width: 100%;
}

.header {
  position: fixed;
  z-index: 100;
  width: 100%;
}

.header__top {
  background: #ffffff;
}

.header.this--transparent .header__top {
  background: transparent;
}

.header__top_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
}

.header__top_menu {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__top_menu_item {
  margin-right: 40px;
}

.header__top_menu_link {
  color: #0F1011;
  font-weight: 500;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.header__top_menu_link:active {
  color: #2779C6;
}

.header.this--transparent .header__top_menu_link {
  color: #FFFFFF;
}

.header.this--transparent .header__top_menu_link:active {
  color: #FFA113;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_city {
  margin-right: 30px;
}

.header_city,
.header_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  color: #0F1011;
}

.header_city svg,
.header_tel svg {
  margin-right: 10px;
}

.header_city:active,
.header_tel:active {
  color: #2779C6;
}

.header.this--transparent .header_city,
.header.this--transparent
.header_tel {
  color: #FFFFFF;
}

.header.this--transparent .header_city:active,
.header.this--transparent
.header_tel:active {
  color: #FFA113;
}

.header.this--transparent .header_city svg path,
.header.this--transparent
.header_tel svg path {
  fill: #ffffff;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.header__bottom {
  background: #055FB3;
}

.header.this--transparent .header__bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 75, 145, 0.6)), to(#055FB3));
  background: -o-linear-gradient(top, rgba(0, 75, 145, 0.6), #055FB3);
  background: linear-gradient(180deg, rgba(0, 75, 145, 0.6), #055FB3);
}

.header__bottom_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 123px;
}

.header__logo {
  margin-right: 35px;
  width: 212px;
  height: 66px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.header__logo img {
  width: 100%;
  height: 100%;
}

.header__menu_wr {
  height: 100%;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.header__menu_item {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.77;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.header__menu_item:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.header__menu_item.this--submenu {
  position: relative;
  white-space: nowrap;
  padding: 0 18px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.header__menu_item.this--submenu svg {
  margin-left: 10px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.header__menu_item.this--submenu svg path {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.header__menu_item.this--submenu:hover > .header__submenu {
  opacity: 1;
  visibility: visible;
}

.header__menu_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 18px;
  width: 100%;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.77;
  text-align: center;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.header__submenu {
  position: absolute;
  text-align: left;
  background: #ffffff;
  top: 100%;
  left: 0;
  padding: 15px 0;
  list-style-type: none;
  text-transform: none;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.header__submenu_link {
  font-size: 1.5rem;
  line-height: 1.67;
  color: #0F1011;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  padding: 10px 18px;
  display: block;
}

.header__burger {
  display: none;
  width: 30px;
  height: 30px;
  z-index: 51;
  position: relative;
  cursor: pointer;
  padding: 4px;
}

.header__burger span {
  position: absolute;
  top: 14px;
  right: 4px;
  height: 2px;
  width: 22px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-radius: 25%;
}

.header__burger::after,
.header__burger::before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  height: 2px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-radius: 25%;
}

.header__burger::before {
  top: 7px;
  width: 22px;
  right: 4px;
}

.header__burger::after {
  bottom: 7px;
  width: 18px;
  right: 4px;
}

.header__burger.burger-open span {
  opacity: 0;
}

.header__burger.burger-open::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 14px;
}

.header__burger.burger-open::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 14px;
  width: 22px;
}

.header__mobile_bottom {
  margin-top: 30px;
  padding-bottom: 30px;
}

.mobile_bottom__tel {
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  line-height: 1.58;
}

.mobile_bottom__tel,
.mobile_bottom__city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile_bottom__tel svg,
.mobile_bottom__city svg {
  margin-right: 15px;
  width: 19px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.mobile_bottom__tel svg path,
.mobile_bottom__city svg path {
  fill: #ffffff;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.mobile_bottom__tel a,
.mobile_bottom__city a {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  color: #FFFFFF;
}

.mobile_bottom__city {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.71;
}

.mobile_bottom__city svg {
  margin-top: 3px;
}

.mobile_bottom__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.71;
  color: #FFFFFF;
}

.mobile_bottom__time svg {
  margin-right: 15px;
  width: 19px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.mobile_bottom__social {
  margin-top: 30px;
}

.mobile_bottom__social_link {
  margin-right: 15px;
}

.mobile_bottom__copyright {
  color: #A2CDF4;
  font-size: 1.4rem;
  line-height: 1.71;
  margin-top: 30px;
}

.footer {
  padding: 80px 0;
  background: #055FB3;
}

.footer__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -60px;
}

.footer__column {
  width: calc(25% - 60px);
  margin-left: 60px;
}

.footer__column .mobile_bottom__tel {
  color: #ffffff;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.footer__logo {
  width: 248px;
  height: 77px;
}

.footer__logo img {
  width: 100%;
  height: 100%;
}

.footer__copyright {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 1.71;
  color: #A2CDF4;
}

.footer__social {
  margin-top: 38px;
}

.footer__social .mobile_bottom__social_link svg path,
.footer__social .mobile_bottom__social_link svg rect {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.footer__list_title {
  font-weight: 600;
  color: #F9F9F9;
  margin-bottom: 15px;
}

.footer__list {
  list-style-type: none;
}

.footer__list.this--mb_15 {
  margin-top: 45px;
}

.footer__list_item {
  margin-bottom: 10px;
}

.footer__list.this--mb_15 .footer__list_item {
  margin-bottom: 15px;
}

.footer__list_link {
  color: #ffffff;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.footer__list.this--bold .footer__list_link {
  font-weight: 600;
}

.counts {
  background: url("/local/templates/stc/css/../img/all/counts/counts_bg.jpg") center/cover no-repeat;
}

.counts_block.main_about__counts {
  margin-bottom: -32px;
}

.counts_block.this--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -60px;
}

.counts_block.main_about__counts .counts_block__count {
  margin-bottom: 32px;
}

.counts_block.this--flex .counts_block__count {
  margin-left: 60px;
}

.counts_block__count_title {
  color: #FFA113;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 600;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  white-space: nowrap;
}

.counts_block__count_subtitle {
  margin-top: 7px;
  color: #ffffff;
}

.main_slider {
  position: relative;
  padding-top: 179px;
  background: url("/local/templates/stc/css/../img/main/main_slider/main_slider_bg.jpg") center/cover no-repeat;
}

.main_slider__content {
  padding: 78px 0;
  position: relative;
}

.main_slider__slider {
  overflow: hidden;
}

.main_slider__slide_container {
  max-width: 650px;
}

.main_slider__title {
  color: #ffffff;
}

.main_slider__list {
  margin-top: 35px;
  padding-left: 20px;
}

.main_slider__list li {
  color: #FFFFFF;
  margin-bottom: 15px;
}

.main_slider__btn {
  margin-top: 50px;
  width: 203px;
}

.main_slider__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  bottom: 40px;
  text-align: center;
}

.main_slider__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  margin: 0 7.5px;
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  opacity: 0.5;
}

.main_slider__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.main_slider__btn_next,
.main_slider__btn_prev {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: rgba(255, 255, 255, 0.15);
}

.main_slider__btn_next.swiper-button-disabled,
.main_slider__btn_prev.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.main_slider__btn_next::after,
.main_slider__btn_next::before,
.main_slider__btn_prev::after,
.main_slider__btn_prev::before {
  position: absolute;
  content: '';
  background: #ffffff;
  width: 12px;
  height: 2px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  left: calc(50% - 5px);
}

.main_slider__btn_next::after,
.main_slider__btn_prev::after {
  top: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.main_slider__btn_next::before,
.main_slider__btn_prev::before {
  bottom: 20px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.main_slider__btn_next {
  right: -120px;
}

.main_slider__btn_prev {
  left: -120px;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.main_slider__video {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.main_slider__video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.main_slider__video video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
}

.main_news__items {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main_news__item {
  margin-bottom: 30px;
  color: #0F1011;
}

.main_news__item.this--big {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_news__item.this--big .main_news__item_top {
  width: calc(50% - 30px);
  margin-right: 60px;
}

.main_news__item.this--big .main_news__item_bottom {
  width: calc(50% - 30px);
}

.main_news__item.this--big .main_news__item_title {
  font-size: 2.2rem;
  line-height: 1.45;
  margin-bottom: 20px;
}

.main_news__item.this--big .main_news__item_subtitle {
  display: block;
}

.main_news__item.this--big .main_news__item_img {
  position: relative;
  padding-top: 54%;
  overflow: hidden;
}

.main_news__item.this--big .main_news__item_img img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
}

.main_news__item:not(.this--big) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}

.main_news__item:not(.this--big) .main_news__item_top {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-bottom: 20px;
}

.main_news__item:not(.this--big) .main_news__item_img {
  position: relative;
  padding-top: 66%;
  overflow: hidden;
}

.main_news__item:not(.this--big) .main_news__item_img img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
}

.main_news__item_date {
  font-family: Montserrat-Italic;
  color: #8A8E93;
}

.main_news__item_line {
  margin: 15px 0;
  height: 2px;
  background: #FFA113;
  border-radius: 5px;
  width: 50px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.main_news__item_title {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.56;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.main_news__item_subtitle {
  display: none;
}

.main_news__btn {
  width: 344px;
  margin-top: 30px;
}

.main_news__mob_slider_wr {
  margin-top: 20px;
  position: relative;
}

.main_news__mob_slider {
  overflow: hidden;
}

.main_news__mob_slider_pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  bottom: -12px;
  text-align: center;
}

.main_news__mob_slider_pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  margin: 0 7.5px;
  width: 6px;
  height: 6px;
  background: #055FB3;
  opacity: 0.2;
}

.main_news__mob_slider_pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.main_about {
  background: url("/local/templates/stc/css/../img/main/main_about/main_about_bg.jpg") center/cover no-repeat;
}

.main_about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_about__about {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 111px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.main_about__counts {
  padding: 10px 73px 10px 111px;
  width: 446px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.main_about__title {
  color: #FFFFFF;
}

.main_about__text {
  margin-top: 60px;
  color: #FFFFFF;
}

.main_about__list_title {
  color: #FFFFFF;
  font-weight: 600;
  margin-top: 40px;
}

.main_about__list {
  margin-top: 30px;
  padding-left: 20px;
}

.main_about__list li {
  color: #FFFFFF;
  margin-bottom: 15px;
}

.main_about__btn {
  margin-top: 60px;
  width: 231px;
}

.main_benefits__items {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -60px;
  margin-bottom: -60px;
}

.main_benefits__item {
  width: calc(25% - 60px);
  margin-left: 60px;
  margin-bottom: 60px;
}

.main_benefits__item_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  min-height: 84px;
}

.main_benefits__item_logo {
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_benefits__item_logo svg path {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.main_benefits__item_title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.56;
  color: #055FB3;
}

.main_benefits__item_list {
  padding-left: 20px;
}

.main_benefits__item_list li {
  margin-bottom: 8px;
}

.activities {
  margin: 60px 0 -60px -60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 5%;
}

.activity {
  width: calc(33.333% - 60px);
  margin-left: 60px;
  margin-bottom: 60px;
  position: relative;
}

.activity_img {
  position: relative;
  padding-top: 85.74%;
  overflow: hidden;
}

.activity_img img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.activity_body {
  padding: 0 7%;
  min-height: 168px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.activity:first-child .activity_body {
  background: rgba(5, 95, 179, 0.9);
}

.activity:nth-child(2) .activity_body {
  background: rgba(66, 123, 120, 0.9);
}

.activity:nth-child(3) .activity_body {
  background: rgba(100, 119, 136, 0.9);
}

.activity:nth-child(4) .activity_body {
  background: rgba(55, 94, 168, 0.9);
}

.activity:nth-child(5) .activity_body {
  background: rgba(60, 118, 151, 0.9);
}

.activity_title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.56;
  color: #FFFFFF;
}

.activity_text {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.67;
  color: #FFFFFF;
}

.activity_animation_wr {
  position: absolute;
  top: 48px;
  left: 35px;
  width: 40%;
}

.activity_animation {
  position: relative;
  padding-top: 100%;
  -webkit-animation: round 4s linear infinite;
          animation: round 4s linear infinite;
}

.activity_animation svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.activity.this--info .activity_body {
  height: 100%;
  padding-left: 21.6%;
  padding-right: 0;
}

.activity.this--info .activity_title {
  text-transform: uppercase;
  color: #0F1011;
}

.activity.this--info .activity_text {
  margin-top: 25px;
  color: #0F1011;
}

.main_team {
  background: url("/local/templates/stc/css/../img/main/main_about/main_about_bg.jpg") center/cover no-repeat;
}

.main_team__title {
  color: #ffffff;
}

.main_team__row {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_team__left {
  width: 387px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 60px;
}

.main_team__img {
  padding-top: 78%;
  position: relative;
}

.main_team__img img {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main_team__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_team__text {
  color: #ffffff;
}

.main_team__text p {
  margin-bottom: 26px;
}

.main_team__btn {
  width: 231px;
  margin-top: 20px;
}

.main_team__slider_wr {
  margin-top: 60px;
}

.default_slider__wr {
  padding-top: 60px;
  padding-bottom: 50px;
  position: relative;
}

.default_slider {
  overflow: hidden;
}

.default_slider__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  bottom: -5px;
  text-align: center;
}

.default_slider__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  margin: 0 7.5px;
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  opacity: 0.5;
}

.default_slider__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.default_slider__wr.this--light .default_slider__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  background: #055FB3;
  opacity: 0.2;
}

.default_slider__wr.this--light .default_slider__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.default_slider__btn_next,
.default_slider__btn_prev {
  width: 50px;
  height: 50px;
  position: absolute;
  top: calc(50% + 10px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: rgba(255, 255, 255, 0.15);
}

.default_slider__btn_next.swiper-button-disabled,
.default_slider__btn_prev.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.default_slider__wr.this--light .default_slider__btn_next,
.default_slider__wr.this--light
.default_slider__btn_prev {
  background: rgba(5, 95, 179, 0.2);
}

.default_slider__wr.this--cards .default_slider__btn_next,
.default_slider__wr.this--cards
.default_slider__btn_prev {
  top: calc(50% - 45px);
}

.default_slider__btn_next::after,
.default_slider__btn_next::before,
.default_slider__btn_prev::after,
.default_slider__btn_prev::before {
  position: absolute;
  content: '';
  background: #ffffff;
  width: 12px;
  height: 2px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  left: calc(50% - 5px);
}

.default_slider__btn_next::after,
.default_slider__btn_prev::after {
  top: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.default_slider__btn_next::before,
.default_slider__btn_prev::before {
  bottom: 20px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.default_slider__btn_next {
  right: -120px;
}

.default_slider__btn_prev {
  left: -120px;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.default_slider__slide_img {
  padding-top: 71%;
  position: relative;
  overflow: hidden;
}

.default_slider__slide_img img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.default_slider__slide_text {
  font-size: 1.4rem;
  line-height: 1.71;
  color: #8A8E93;
  margin-top: 15px;
}

.main_study__row {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_study__left {
  width: 321px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 120px;
}

.main_study__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_study__btn {
  width: 231px;
  margin-top: 20px;
}

.main_study__animation {
  height: 321px;
  position: relative;
}

.main_study__animation_center {
  position: absolute;
  left: calc(50% - 45px);
  top: calc(50% - 45px);
  width: 90px;
  height: 90px;
  z-index: 5;
}

.main_study__animation_bg_icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #E4F2FF;
  -webkit-box-shadow: 0 0 8px rgba(255, 208, 44, 0.4);
          box-shadow: 0 0 8px rgba(255, 208, 44, 0.4);
}

.orange_dot {
  background: #FBE7B5;
  border-radius: 50%;
  position: absolute;
}

.orange_dot::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #FFA113;
}

.orange_dot.this--small {
  width: 9px;
  height: 9px;
}

.orange_dot.this--small::after {
  width: 4px;
  height: 4px;
}

.orange_dot.this--middle {
  width: 12px;
  height: 12px;
}

.orange_dot.this--middle::after {
  width: 7px;
  height: 7px;
}

.orange_dot.this--big {
  width: 17px;
  height: 17px;
}

.orange_dot.this--big::after {
  width: 9px;
  height: 9px;
}

.main_study__animation_first_round {
  position: absolute;
  width: 116px;
  height: 116px;
  left: calc(50% - 58px);
  top: calc(50% - 58px);
  border: 2px solid #055FB3;
  border-radius: 50%;
  z-index: 4;
  -webkit-animation: drive_right 12s linear infinite;
          animation: drive_right 12s linear infinite;
}

.main_study__animation_first_round .orange_dot {
  left: 19px;
  top: 4px;
}

.main_study__animation_second_round {
  position: absolute;
  width: 192px;
  height: 192px;
  left: calc(50% - 96px);
  top: calc(50% - 96px);
  border: 2px dashed rgba(5, 95, 179, 0.3);
  border-radius: 50%;
  z-index: 3;
}

.main_study__animation_second_round .orange_dot {
  left: 10px;
  bottom: 33px;
}

.main_study__animation_second_round .main_study__animation_bg_icon {
  left: 32px;
  top: -17px;
  width: 52px;
  height: 52px;
  -webkit-animation: drive_right 11s linear infinite;
          animation: drive_right 11s linear infinite;
}

.main_study__animation_second_round_hide {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-animation: drive_left 11s linear infinite;
          animation: drive_left 11s linear infinite;
}

.main_study__animation_third_round {
  position: absolute;
  width: 256px;
  height: 256px;
  border: 2px solid #055FB3;
  left: calc(50% - 128px);
  top: calc(50% - 128px);
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: drive_right 11s linear infinite;
          animation: drive_right 11s linear infinite;
}

.main_study__animation_third_round .orange_dot {
  right: 5px;
  top: 65px;
}

.main_study__animation_third_round .main_study__animation_bg_icon {
  width: 52px;
  height: 52px;
  -webkit-animation: drive_left 11s linear infinite;
          animation: drive_left 11s linear infinite;
}

.main_study__animation_third_round .main_study__animation_bg_icon:first-of-type {
  right: 15px;
  top: 5px;
}

.main_study__animation_third_round .main_study__animation_bg_icon:nth-of-type(2) {
  right: 0;
  bottom: 20px;
}

.main_study__animation_third_round .main_study__animation_bg_icon:nth-of-type(3) {
  left: 65px;
  bottom: -22px;
}

.main_study__animation_third_round .main_study__animation_bg_icon:nth-of-type(4) {
  left: -25px;
  top: 100px;
}

.main_study__animation_fourth_round {
  border: 2px dashed rgba(5, 95, 179, 0.3);
  width: 321px;
  height: 321px;
  position: absolute;
  left: calc(50% - 160.5px);
  top: calc(50% - 160.5px);
  border-radius: 50%;
  z-index: 1;
}

.main_study__animation_fourth_round .orange_dot:first-of-type {
  left: 90px;
  top: 2px;
}

.main_study__animation_fourth_round .orange_dot:last-of-type {
  right: 75px;
  bottom: 9px;
}

.main_study__animation_fourth_round_hide {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-animation: drive_left 12s linear infinite;
          animation: drive_left 12s linear infinite;
}

@-webkit-keyframes drive_right {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes drive_right {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes drive_left {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes drive_left {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.main_vacancies {
  background: url("/local/templates/stc/css/../img/main/main_vacancies/main_vacancies_bg.jpg") center/cover no-repeat;
}

.main_vacancies__row {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_vacancies__left {
  width: 498px;
  margin-right: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.main_vacancies__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: -20px;
}

.main_vacancies__item {
  background: #FFFFFF;
  border-radius: 3px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.main_vacancies__item_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 30px;
}

.main_vacancies__item_title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.56;
}

.main_vacancies__item_text {
  margin-top: 10px;
}

.main_vacancies__text span {
  font-weight: 600;
  color: #055FB3;
}

.main_vacancies__text p {
  margin-bottom: 26px;
}

.main_vacancies__btn {
  margin-top: 60px;
  width: 356px;
}

.about_info__content {
  padding-left: calc((100vw - 1310px) / 2);
  padding-right: 90px;
}

.about_info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.about_info__left {
  width: 832px;
}

.about_info__right {
  width: 617px;
  margin-left: 60px;
}

.about_info__img {
  position: relative;
  padding-top: 67.26%;
}

.about_info__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about_info__list_title {
  margin-top: 40px;
  font-weight: 600;
}

.about_info__list {
  padding-left: 20px;
  margin-top: 30px;
}

.about_info__list li {
  margin-bottom: 15px;
}

.about_info__text span {
  color: #055FB3;
  font-weight: 600;
}

.about_info__text.this--mt_40 {
  margin-top: 40px;
}

.about_info__items {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -60px;
}

.about_info__item {
  margin-left: 60px;
  width: calc(33.333% - 60px);
}

.about_info__item_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_info__item_icon {
  margin-right: 30px;
}

.about_info__item_icon svg path {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.about_info__item_title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
}

.about_info__item_list {
  margin-top: 25px;
  padding-left: 20px;
}

.about_info__item_list li {
  margin-bottom: 15px;
}

.about_qr__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_qr__left {
  width: 136px;
  margin-right: 66px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.about_qr__qr {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.about_qr__qr svg {
  width: 100%;
}

.about_qr__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.about_qr__arrows {
  margin-right: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_qr__arrows svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.about_qr__text {
  font-size: 1.8rem;
  line-height: 1.56;
}

.patents_top {
  margin-bottom: 50px;
}

.patents_system {
  background: url("/local/templates/stc/css/../img/patents/patents_system/patents_system_bg.jpg") center/cover no-repeat;
}

.patent_system__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}

.patent_system__left {
  width: 387px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 60px;
  padding: 67px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border-radius: 3px;
}

.patent_system__logo {
  margin-right: 40px;
}

.patent_system__logo svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.patent_system__mini-title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.56;
}

.patent_system__mini-title span {
  color: #055FB3;
}

.team_top {
  margin-bottom: 50px;
}

.team_list__content {
  padding-left: calc((100vw - 1310px) / 2);
  padding-right: 90px;
}

.team_list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -60px;
}

.team_list__lists {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team_list__list {
  list-style-type: none;
  margin-bottom: -20px;
  margin-left: 60px;
  width: calc(50% - 60px);
}

.team_list__list li {
  padding: 0 0 5px 55px;
  background: url("/local/templates/stc/css/../img/team/team_list/list_icon.svg") 0 0/30px 30px no-repeat;
  margin-bottom: 20px;
}

.team_list__img_wr {
  width: 617px;
  margin-left: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.team_list__img {
  position: relative;
  padding-top: 56.24%;
}

.team_list__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team_slider {
  background: #F3F8FD;
  padding-top: 40px;
}

.team_social {
  background: #F3F8FD;
}

.team_social__content {
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #EAEDF2;
}

.team_social__text {
  text-align: center;
}

.team_social__links {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
}

.team_social__link {
  margin-left: 15px;
}

.opportunities_top__img_text {
  margin-top: 60px;
}

.news__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  margin-top: 50px;
  margin-left: -15px;
}

.news__pagination_item {
  margin-left: 15px;
}

.news__pagination_ellipsis {
  border: 2px solid transparent;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.67;
  color: #055FB3;
}

.news__pagination_link {
  border: 2px solid transparent;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.67;
  color: #055FB3;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.news__pagination_link.active {
  color: #0F1011;
  pointer-events: none;
}

.news__pagination_prev_arrow,
.news__pagination_next_arrow {
  border: 2px solid transparent;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  background: rgba(5, 95, 179, 0.2);
}

.news__pagination_prev_arrow::after,
.news__pagination_prev_arrow::before,
.news__pagination_next_arrow::after,
.news__pagination_next_arrow::before {
  position: absolute;
  content: '';
  background: #ffffff;
  width: 12px;
  height: 2px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  left: calc(50% - 5px);
}

.news__pagination_prev_arrow::after,
.news__pagination_next_arrow::after {
  top: 18px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.news__pagination_prev_arrow::before,
.news__pagination_next_arrow::before {
  bottom: 19px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.news__pagination_prev_arrow.disabled,
.news__pagination_next_arrow.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.news__pagination_prev_arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.new__item_date {
  margin-top: 60px;
  font-family: Montserrat-Italic;
  color: #8A8E93;
}

.new__img {
  position: relative;
  padding-top: 66%;
  margin-top: 25px;
}

.new__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.new__description {
  font-size: 1.4rem;
  line-height: 1.71;
  color: #8A8E93;
  margin-top: 15px;
}

.new__line {
  margin: 30px 0;
  height: 2px;
  background: #FFA113;
  border-radius: 5px;
  width: 50px;
}

.new__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.new__text {
  max-width: 833px;
  margin-right: 20px;
}

.new__author {
  padding-left: 35px;
  border-left: 1px solid #EAEDF2;
  width: 275px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.new__author_label {
  font-size: 1.4rem;
  line-height: 1.71;
  color: #8A8E93;
}

.new__author_img {
  margin-top: 20px;
  width: 110px;
  height: 110px;
  overflow: hidden;
  border-radius: 8px;
}

.new__author_img img {
  width: 100%;
  height: 100%;
}

.new__author_name {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1.67;
}

.new__author_job {
  margin-top: 5px;
  font-size: 1.5rem;
  line-height: 1.67;
  color: #8A8E93;
}

.new__btn {
  margin-top: 15px;
  width: 341px;
}

.study__img_text {
  margin-top: 60px;
}

.study__logos {
  margin-top: 50px;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -70px;
  margin-bottom: -15px;
  border-top: 1px solid #EAEDF2;
}

.study__logo_wr {
  margin-left: 70px;
  width: calc(20% - 70px);
  margin-bottom: 15px;
}

.study__logo {
  padding-top: 52%;
  position: relative;
}

.study__logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.activity_line__row {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.activity_line__left {
  width: calc(50% - 60px);
  margin-right: 60px;
}

.activity_line__right {
  width: 50%;
}

.activity_line__img {
  padding-top: 85.6%;
  position: relative;
}

.activity_line__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.activity_line__line {
  width: 50px;
  height: 2px;
  background: #FFA113;
  border-radius: 5px;
}

.activity_line__list_title {
  margin-top: 30px;
  font-weight: 600;
}

.activity_line__list {
  margin-top: 30px;
  padding-left: 20px;
}

.activity_line__list li {
  margin-bottom: 15px;
}

.activity_line__btn {
  margin-top: 60px;
  width: 566px;
}

.products__items {
  margin-top: 60px;
  margin-bottom: -30px;
}

.products__item {
  margin-bottom: 30px;
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 52px;
  background: #F3F8FD;
  border-radius: 3px;
}

.product__left {
  width: 57%;
}

.product__right {
  min-width: 0;
  width: calc(43% - 60px);
  margin-left: 60px;
}

.product__line {
  width: 50px;
  height: 2px;
  background: #FFA113;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 30px 0;
}

.product__list_title {
  font-weight: 600;
  margin-top: 40px;
}

.product__list {
  margin-top: 30px;
  padding-left: 20px;
}

.product__list li {
  margin-bottom: 15px;
}

.product_big_slider__slide_img,
.product_nav_slider__slide_img {
  position: relative;
  padding-top: 78.5%;
  border-radius: 3px;
  overflow: hidden;
}

.product_big_slider__slide_img img,
.product_nav_slider__slide_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product_nav_slider {
  margin-top: 10px;
}

.product_nav_slider__slide_img {
  cursor: pointer;
}

.swiper-slide-thumb-active .product_nav_slider__slide_img {
  -webkit-box-shadow: 0 0 0 2px #FFA113;
          box-shadow: 0 0 0 2px #FFA113;
}

.product_nav_slider__slide_img img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.contacts_top__groups {
  margin-top: 60px;
  margin-bottom: -32px;
}

.contacts_top__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

.contacts_top__group.this--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts_top__label {
  width: 75px;
  margin-right: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #8A8E93;
}

.contacts_top__value_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  line-height: 1.56;
}

.contacts_top__value_group svg {
  margin-top: 2px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 24px;
  margin-right: 15px;
}

.contacts_top__address_link_wr {
  margin-left: 39px;
  margin-top: 10px;
}

.contacts_top__address_link {
  font-size: 1.8rem;
  line-height: 1.56;
  color: #055FB3;
  border-bottom: 1px dotted #055FB3;
}

.contacts_top__tel_link {
  font-weight: 600;
  color: #0F1011;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  white-space: nowrap;
}

.contacts_top__tel_link:active {
  color: #2779C6;
}

.contacts_top__mail_link {
  white-space: nowrap;
  text-decoration: underline;
  color: #055FB3;
}

.contacts_map {
  height: 620px;
}

.find__img_text {
  margin-top: 60px;
}

.find_send {
  background: #F3F8FD;
}

.find_send__content {
  padding: 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.find_send__img {
  margin-right: 30px;
}

.find_send__text {
  font-size: 2.6rem;
  line-height: 1.38;
}

.find_send__text span {
  font-weight: 600;
  color: #055FB3;
}

.page_404 {
  background: url("/local/templates/stc/css/../img/page_404/page_404_bg.jpg") center/cover no-repeat;
  padding-top: 179px;
}

.page_404__content {
  padding-top: 140px;
  padding-bottom: 140px;
}

.page_404__big_title {
  font-weight: 600;
  font-size: 10.3rem;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
}

.page_404__title {
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
}

.page_404__text {
  color: #ffffff;
  margin-top: 50px;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.56;
}

.page_404__links {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page_404__link {
  margin: 0 10px;
  padding: 0 60px;
}

.type__content_small {
  max-width: 833px;
}

.type__text.this--mt_60 {
  margin-top: 60px;
}

.type__text.this--mb_60 {
  margin-bottom: 60px;
}

.type__text.this--mt_20 {
  margin-top: 20px;
}

.type_slider__slider_wr {
  margin-top: 40px;
}

.price_services__table {
  margin-top: 35px;
}

.price_table {
  border: 1px solid #EAEDF2;
  border-radius: 3px;
}

.price_table__labels {
  padding: 27px 20px;
  background: #055FB3;
}

.price_table__values {
  padding: 18px 20px;
}

.price_table__values.this--light_blue {
  background: #F3F8FD;
}

.price_table__label {
  color: #ffffff;
  font-family: Montserrat-Italic, sans-serif;
}

.price_table__mob_label {
  font-size: 1.4rem;
  line-height: 1.71;
  font-family: Montserrat-Italic, sans-serif;
  color: #8A8E93;
}

.price_table__label .this--no_wrap,
.price_table__value .this--no_wrap {
  white-space: nowrap;
}

.type__price_product {
  margin-top: 60px;
}

.price_product__table {
  margin-top: 35px;
}

.type__review {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #FFA113;
  border-radius: 3px;
  margin-top: 60px;
}

.type__review_img {
  width: 90px;
  height: 90px;
  margin-right: 40px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.type__review_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.type__review_row {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.type__review_quote {
  margin-right: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.type__review_author_name {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.67;
}

.type__review_author_job {
  color: #8A8E93;
  font-size: 1.5rem;
  line-height: 1.67;
  margin-top: 3px;
}

.type__list_title {
  margin-top: 60px;
  font-weight: 600;
}

.type__list {
  margin-top: 30px;
  padding-left: 20px;
}

.type__list li {
  margin-bottom: 15px;
}

.type__links {
  margin-top: 60px;
}

.type__link {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.type__link_img_text_wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.type__link_img_text_wr svg {
  margin-right: 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.type__link_img_text_wr svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.type__link_text {
  font-weight: 500;
  color: #055FB3;
  margin-right: 20px;
}

.type__link_file {
  margin-right: 20px;
  color: #0F1011;
}

.type__link_size {
  color: #8A8E93;
  font-family: Montserrat-Italic, sans-serif;
}

@media (min-width: 960px) {
  .btn:hover {
    background: #EC8E00;
  }

  .btn.this--transparent_blue:hover {
    color: #ffffff;
    background: #055FB3;
  }

  .btn.this--transparent_wh:hover {
    color: #055FB3;
    background: #FFFFFF;
  }

  .card:hover .card__img img {
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);
  }

  .card:hover .card__line {
    width: 80px;
  }

  .card:hover .card__text {
    color: #055FB3;
  }

  .img_text.this--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .img_text.this--reverse .img_text__img_wr {
    margin-right: 0;
    margin-left: 60px;
  }

  .header__top_menu_link:hover {
    color: #055FB3;
  }

  .header.this--transparent .header__top_menu_link:hover {
    color: #FFA113;
  }

  .header_city:hover,
  .header_tel:hover {
    color: #055FB3;
  }

  .header.this--transparent .header_city:hover,
  .header.this--transparent
  .header_tel:hover {
    color: #FFA113;
  }

  .header.this--transparent .header_city:hover svg path,
  .header.this--transparent
  .header_tel:hover svg path {
    fill: #FFA113;
  }

  .header__menu_item.this--mobile {
    display: none;
  }

  .header__menu_item.this--submenu:hover {
    color: #FFA113;
    background: rgba(0, 0, 0, 0.1);
  }

  .header__menu_item.this--submenu:hover svg path {
    stroke: #FFA113;
  }

  .header__menu_link:hover {
    color: #FFA113;
    background: rgba(0, 0, 0, 0.1);
  }

  .header__submenu {
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
  }

  .header__submenu:hover {
    opacity: 1;
    visibility: visible;
  }

  .header__submenu_link:hover {
    color: #FFFFFF;
    background: #055FB3;
  }

  .header__submenu_link:active {
    color: #FFA113;
    background: #055FB3;
  }

  .mobile_bottom {
    display: none;
  }

  .footer__mobile {
    display: none;
  }

  .footer__list_link:hover {
    color: #FFA113;
  }

  .counts_block__count:hover .counts_block__count_title {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
  }

  .main_slider__btn_next:hover,
  .main_slider__btn_prev:hover {
    background: #FFFFFF;
  }

  .main_slider__btn_next:hover::after,
  .main_slider__btn_next:hover::before,
  .main_slider__btn_prev:hover::after,
  .main_slider__btn_prev:hover::before {
    background: #055FB3;
  }

  .main_news__items.this--news_page {
    border-bottom: 1px solid #EAEDF2;
  }

  .main_news__item:hover .main_news__item_line {
    width: 80px;
  }

  .main_news__item:hover .main_news__item_title {
    color: #055FB3;
  }
.contacts_top__address_link_wr
  .main_news__item:hover .main_news__item_img img {
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);
  }

  .main_news__item:nth-child(3n - 1) {
    width: calc(33.333% - 10px);
    padding: 30px 30px 0 0;
    border-top: 1px solid #EAEDF2;
    border-right: 1px solid #EAEDF2;
  }

  .main_news__items.this--news_page .main_news__item:nth-child(3n - 1) {
    margin-bottom: 0;
    padding: 30px 30px 30px 0;
  }

  .main_news__item:nth-child(3n) {
    width: calc(33.333% + 20px);
    padding: 30px 30px 0 30px;
    border-top: 1px solid #EAEDF2;
    border-right: 1px solid #EAEDF2;
  }

  .main_news__items.this--news_page .main_news__item:nth-child(3n) {
    margin-bottom: 0;
    padding: 30px;
  }

  .main_news__item:not(:first-child):nth-child(3n + 1) {
    width: calc(33.333% - 10px);
    padding: 30px 0 0 30px;
    border-top: 1px solid #EAEDF2;
    border-right: none;
  }

  .main_news__items.this--news_page .main_news__item:not(:first-child):nth-child(3n + 1) {
    margin-bottom: 0;
    padding: 30px 0 30px 30px;
  }

  .main_news__mob_slider_wr {
    display: none;
  }

  .main_benefits__item:hover .main_benefits__item_logo svg path {
    fill: #FFA113;
  }

  .activity:hover .activity_img img {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
  }

  .activity:hover .activity_body {
    min-height: 190px;
  }

  .default_slider__btn_next:hover,
  .default_slider__btn_prev:hover {
    background: #FFFFFF;
  }

  .default_slider__btn_next:hover::after,
  .default_slider__btn_next:hover::before,
  .default_slider__btn_prev:hover::after,
  .default_slider__btn_prev:hover::before {
    background: #055FB3;
  }

  .default_slider__wr.this--light .default_slider__btn_next:hover,
  .default_slider__wr.this--light
  .default_slider__btn_prev:hover {
    background: #055FB3;
  }

  .default_slider__wr.this--light .default_slider__btn_next:hover::after,
  .default_slider__wr.this--light .default_slider__btn_next:hover::before,
  .default_slider__wr.this--light
  .default_slider__btn_prev:hover::after,
  .default_slider__wr.this--light
  .default_slider__btn_prev:hover::before {
    background: #ffffff;
  }

  .default_slider__slide_img img:hover {
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);
  }

  .default_slider__slide_img.this--no_scale img:hover {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .about_info__item:hover .about_info__item_icon svg path {
    fill: #FFA113;
  }

  .about_qr:hover .about_qr__right {
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
  }

  .about_qr:hover .about_qr__qr {
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
    -webkit-box-shadow: 0 4px 20px rgba(55, 58, 83, 0.08);
            box-shadow: 0 4px 20px rgba(55, 58, 83, 0.08);
  }

  .about_qr:hover .about_qr__arrows svg path {
    stroke: #FFA113;
  }

  .patent_system__left:hover .patent_system__logo svg path {
    fill: #FFA113;
  }

  .news__pagination_link:hover {
    border: 2px solid #FFA113;
    background: #FFA113;
    color: #0F1011;
  }

  .news__pagination_link.active {
    border: 2px solid #FFA113;
  }

  .news__pagination_prev_arrow:hover,
  .news__pagination_next_arrow:hover {
    background: #055FB3;
  }

  .news__pagination_prev_arrow:hover::after,
  .news__pagination_prev_arrow:hover::before,
  .news__pagination_next_arrow:hover::after,
  .news__pagination_next_arrow:hover::before {
    background: #ffffff;
  }

  .product_nav_slider__slide_img:hover img {
    -webkit-transform: scale(1.06);
        -ms-transform: scale(1.06);
            transform: scale(1.06);
  }

  .contacts_top__address_link:hover {
    border-bottom: 1px dotted transparent;
  }

  .contacts_top__tel_link:hover {
    color: #055FB3;
  }

  .price_table__labels,
  .price_table__values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .price_table__label,
  .price_table__value_wr {
    margin: 0 10px;
  }

  .price_table__label.this--310,
  .price_table__value_wr.this--310 {
    width: 310px;
  }

  .price_table__label.this--83,
  .price_table__value_wr.this--83 {
    width: 83px;
  }

  .price_table__label.this--220,
  .price_table__value_wr.this--220 {
    width: 220px;
  }

  .price_table__label.this--260,
  .price_table__value_wr.this--260 {
    width: 260px;
  }

  .price_table__label.this--226,
  .price_table__value_wr.this--226 {
    width: 226px;
  }

  .price_table__label.this--366,
  .price_table__value_wr.this--366 {
    width: 366px;
  }

  .price_table__label.this--263,
  .price_table__value_wr.this--263 {
    width: 263px;
  }

  .price_table__mob_label {
    display: none;
  }

  .type__link:hover .type__link_img_text_wr svg path {
    fill: #FFA113;
  }
}

@media (max-width: 1699px) {
  .main_slider__btn_next {
    right: -70px;
  }

  .main_slider__btn_prev {
    left: -70px;
  }

  .default_slider__btn_next {
    right: -70px;
  }

  .default_slider__btn_prev {
    left: -70px;
  }
}

@media (max-width: 1499px) {
  .main_slider__btn_next,
  .main_slider__btn_prev {
    top: auto;
    bottom: -10px;
  }

  .main_slider__btn_next {
    right: auto;
    left: 65px;
  }

  .main_slider__btn_prev {
    left: 0;
  }

  .activities {
    margin: 60px 0 -40px -40px;
    padding: 0 20px;
  }

  .activity {
    width: calc(33.333% - 40px);
    margin-left: 40px;
    margin-bottom: 40px;
  }

  .activity_animation_wr {
    top: 10px;
    left: 10px;
  }

  .default_slider__btn_next,
  .default_slider__btn_prev {
    top: 15px;
  }

  .default_slider__wr.this--cards .default_slider__btn_next,
  .default_slider__wr.this--cards
  .default_slider__btn_prev {
    top: 15px;
  }

  .default_slider__btn_next {
    right: 0;
  }

  .default_slider__btn_prev {
    left: auto;
    right: 65px;
  }

  .about_info__content {
    padding-right: 20px;
  }

  .team_list__content {
    padding-right: 20px;
  }

  .page_404__link {
    padding: 0 50px;
  }
}

@media (max-width: 1350px) {
  .about_info__content {
    padding-left: 20px;
  }

  .about_info__left {
    width: 50%;
  }

  .about_info__right {
    width: calc(50% - 60px);
  }

  .team_list__content {
    padding-left: 20px;
  }

  .team_list__img_wr {
    width: calc(40% - 60px);
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

@media (max-width: 1320px) {
  .main_benefits__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .main_benefits__item {
    width: calc(33.333% - 60px);
  }
}

@media (max-width: 1300px) {
  .counts_block.this--flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -30px;
  }

  .counts_block.this--flex .counts_block__count {
    width: calc(33.333% - 60px);
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .footer__columns {
    margin-left: -30px;
  }

  .footer__column {
    width: calc(25% - 30px);
    margin-left: 30px;
  }

  .footer__column .mobile_bottom__social_link {
    margin-right: 10px;
  }

  .footer__logo {
    width: 180px;
    height: 56px;
  }

  .main_benefits__item {
    width: calc(50% - 60px);
  }

  .activity_body {
    min-height: 150px;
  }

  .activity_title {
    line-height: 1.2;
  }

  .activity_text {
    margin-top: 5px;
    line-height: 1.2;
    font-size: 1.4rem;
  }

  .main_study__left {
    margin-right: 60px;
  }

  .main_vacancies__left {
    width: 420px;
    margin-right: 30px;
  }

  .about_info__right {
    width: calc(50% - 30px);
    margin-left: 30px;
  }

  .team_list__row {
    margin-left: -30px;
  }

  .team_list__list {
    width: calc(50% - 30px);
    margin-left: 30px;
  }

  .team_list__img_wr {
    width: calc(45% - 30px);
    margin-left: 30px;
  }

  .study__logos {
    margin-left: -40px;
  }

  .study__logo_wr {
    margin-left: 40px;
    width: calc(20% - 40px);
  }

  .activity_line__left {
    width: calc(50% - 30px);
    margin-right: 30px;
  }

  .product {
    padding: 20px;
  }

  .product__right {
    width: calc(43% - 30px);
    margin-left: 30px;
  }

  .page_404__links {
    max-width: 700px;
    margin: 80px auto 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .page_404__link {
    width: calc(50% - 20px);
    padding: 0;
    margin: 0 10px 20px;
  }
}

@media (max-width: 1099px) {
  .header__logo {
    margin-right: 15px;
  }

  .header__menu_item.this--submenu {
    padding: 0 10px;
  }

  .header__menu_link {
    padding: 0 10px;
  }

  .main_about__about {
    padding-right: 60px;
  }

  .main_about__counts {
    padding: 10px 60px;
  }

  .activity_body {
    min-height: 100px;
  }

  .activity_text {
    display: none;
  }
}

@media (max-width: 1023px) {
  .team_list__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-left: 0;
  }

  .team_list__lists {
    width: 100%;
    margin-top: 40px;
    margin-left: -30px;
  }

  .team_list__list {
    margin-bottom: 0;
  }

  .team_list__list li {
    margin-bottom: 10px;
  }

  .team_list__img_wr {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 959px) {
  main {
    padding-top: 70px;
  }

  .img_text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .img_text__img_wr {
    margin: 0 auto;
  }

  .img_text__text {
    margin-top: 30px;
  }

  .header__top {
    display: none;
  }

  .header.this--transparent .header__bottom {
    background: #055FB3;
  }

  .header__bottom_content {
    height: 70px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header__logo {
    width: 157px;
  }

  .header__menu_wr {
    display: block;
    position: fixed;
    width: 100vw;
    height: calc(100vh - 70px);
    top: 70px;
    left: 0;
    background: #055FB3;
    padding: 0 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
            transform: translateX(-120%);
    overflow-y: auto;
  }

  .header__menu_wr.menu-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  .header__menu {
    height: auto;
    display: block;
  }

  .header__menu_item {
    height: auto;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .header__menu_item:last-child {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .header__menu_item.this--submenu {
    padding: 15px 0;
    text-transform: none;
    display: block;
    text-align: left;
    font-size: 1.6rem;
  }

  .header__menu_item.this--submenu.active {
    color: #FFA113;
  }

  .header__menu_item.this--submenu.active svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .header__menu_item.this--submenu.active svg path {
    stroke: #FFA113;
  }

  .header__menu_link {
    padding: 15px 0;
    text-transform: none;
    font-size: 1.6rem;
  }

  .header__submenu {
    padding: 0;
    position: static;
    background: #055FB3;
  }

  .header__submenu_item {
    margin-bottom: 20px;
  }

  .header__submenu_item:first-child {
    margin-top: 15px;
  }

  .header__submenu_item:last-child {
    margin-bottom: 0;
  }

  .header__submenu_link {
    padding: 0;
    color: #ffffff;
    font-weight: 400;
  }

  .header__burger {
    display: block;
  }

  .footer {
    padding: 30px 0 0 0;
  }

  .footer__desktop {
    display: none;
  }

  .footer__mobile_top {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .main_slider {
    padding-top: 70px;
  }

  .main_slider__btn_next,
  .main_slider__btn_prev {
    display: none;
  }

  .main_news__items {
    display: none;
  }

  .main_news__items.this--news_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-bottom: -40px;
  }

  .main_news__item {
    width: 100%;
  }

  .main_news__items.this--news_page .main_news__item {
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 40px;
  }

  .main_news__item_line {
    display: none;
  }

  .main_news__item_title {
    margin-top: 6px;
  }

  .main_about {
    display: none;
  }

  .main_benefits {
    display: none;
  }

  .activities {
    margin: 40px 0 -20px -20px;
  }

  .activity {
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
  }

  .activity_img {
    padding-top: 288px;
  }

  .activity_body {
    padding: 0 20px;
  }

  .activity_title {
    font-size: 1.4rem;
    line-height: 1.71;
  }

  .activity_animation_wr {
    top: 30px;
    left: calc(50% - 62px);
    width: 124px;
  }

  .activity.this--info .activity_body {
    padding-left: 0;
  }

  .activity.this--info .activity_title {
    text-align: center;
  }

  .main_team {
    display: none;
  }

  .default_slider__wr {
    padding-top: 30px;
  }

  .default_slider__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }

  .default_slider__btn_next,
  .default_slider__btn_prev {
    top: auto;
    bottom: -45px;
  }

  .default_slider__wr.this--cards .default_slider__btn_next,
  .default_slider__wr.this--cards
  .default_slider__btn_prev {
    top: auto;
    bottom: -35px;
  }

  .default_slider__btn_next {
    right: calc(50% - 100px);
  }

  .default_slider__btn_prev {
    right: auto;
    left: calc(50% - 100px);
  }

  .main_study {
    display: none;
  }

  .main_vacancies {
    display: none;
  }

  .about_info__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 30px;
  }

  .about_info__left {
    width: 100%;
    margin-top: 30px;
  }

  .about_info__right {
    width: 100%;
    margin-left: 0;
  }

  .about_info__list_title {
    margin-top: 30px;
  }

  .about_info__list {
    margin-top: 20px;
  }

  .about_info__text.this--mt_40 {
    margin-top: 30px;
  }

  .about_info__items {
    margin-top: 40px;
    margin-bottom: -30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .about_info__item {
    width: calc(50% - 60px);
    margin-bottom: 30px;
  }

  .patent_system__row {
    margin-top: 30px;
    display: block;
  }

  .patent_system__left {
    padding: 30px 40px;
    width: auto;
    margin-right: 0;
  }

  .patent_system__right {
    margin-top: 30px;
  }

  .team_slider {
    padding-top: 70px;
  }

  .opportunities_top {
    padding-bottom: 100px !important;
  }

  .new__item_date {
    margin-top: 30px;
  }

  .new__img {
    margin-top: 20px;
  }

  .new__line {
    margin: 20px 0;
  }

  .new__bottom {
    display: block;
  }

  .new__text {
    margin-right: 0;
    margin-bottom: 40px;
    max-width: none;
  }

  .new__author {
    width: auto;
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    border-left: none;
    border-top: 1px solid #EAEDF2;
    border-bottom: 1px solid #EAEDF2;
  }

  .new__author_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .new__author_img {
    margin-right: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .new__btn {
    margin-top: 40px;
  }

  .study__logos {
    margin-top: 40px;
    padding-top: 40px;
  }

  .study__logo_wr {
    width: calc(25% - 40px);
  }

  .activity_line__row {
    margin-top: 30px;
    display: block;
  }

  .activity_line__left {
    width: 100%;
  }

  .activity_line__right {
    width: 100%;
  }

  .activity_line__line {
    margin-top: 20px;
  }

  .activity_line__list_title {
    margin-top: 20px;
  }

  .activity_line__list {
    margin-top: 20px;
  }

  .activity_line__btn {
    margin-top: 40px;
  }

  .products__items {
    margin-top: 30px;
  }

  .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .product__left {
    width: 100%;
    margin-top: 30px;
  }

  .product__right {
    width: 100%;
    margin-left: 0;
  }

  .product__line {
    margin: 20px 0;
  }

  .product__list_title {
    margin-top: 30px;
  }

  .product__list {
    margin-top: 20px;
  }

  .product__list li {
    font-size: 1.4rem;
    line-height: 1.71;
  }

  .contacts_top__groups {
    margin-top: 30px;
  }

  .page_404 {
    padding-top: 70px;
  }

  .page_404__content {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .page_404__big_title {
    font-size: 4rem;
  }

  .page_404__text {
    margin-top: 20px;
  }

  .page_404__links {
    margin-top: 30px;
  }

  .type__text.this--mt_60 {
    margin-top: 30px;
  }

  .type__text.this--mb_60 {
    margin-bottom: 30px;
  }

  .type_slider__slider_wr {
    margin-top: 0;
  }

  .price_services__table {
    margin-top: 20px;
  }

  .price_table__labels {
    display: none;
  }

  .price_table__values {
    margin-bottom: -10px;
  }

  .price_table__value_wr {
    margin-bottom: 10px;
  }

  .type__price_product {
    margin-top: 40px;
  }

  .price_product__table {
    margin-top: 20px;
  }

  .type__review {
    margin-top: 40px;
  }

  .type__list_title {
    margin-top: 40px;
  }

  .type__list {
    margin-top: 20px;
  }

  .type__links {
    margin-top: 40px;
  }
}

@media (max-width: 959px) and (max-width: 639px) {
  .main_news__items.this--news_page .main_news__item {
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .section.this--top {
    padding: 50px 0 0 0;
  }

  .section.this--bottom {
    padding: 0 0 50px 0;
  }

  .section {
    padding: 50px 0;
  }

  h1,
  .g_title_h1 {
    font-size: 2.4rem;
    line-height: 1.42;
  }

  h2 {
    font-size: 2.2rem;
    line-height: 1.36;
  }

  h3 {
    font-size: 2rem;
    line-height: 1.4;
  }

  .img_text__img_wr {
    width: 100%;
    margin: 0;
  }

  .counts_block.this--flex {
    margin-left: -20px;
  }

  .counts_block.this--flex .counts_block__count {
    margin-left: 20px;
    width: calc(50% - 20px);
  }

  .counts_block__count_title {
    font-size: 2.4rem;
  }

  .counts_block__count_subtitle {
    font-size: 1.4rem;
    line-height: 1.71;
    margin-top: 3px;
  }

  .main_slider__content {
    padding: 40px 0 75px;
  }

  .main_slider__list li {
    font-size: 1.4rem;
    line-height: 1.71;
  }

  .main_slider__list {
    margin-top: 20px;
  }

  .main_slider__btn {
    margin-top: 30px;
  }

  .main_news__items.this--news_page {
    margin-top: 30px;
  }

  .main_news__item_title {
    font-size: 1.6rem;
    line-height: 1.62;
  }

  .activities {
    margin: 20px 0 -20px -20px;
  }

  .about_info__list li {
    font-size: 1.4rem;
    line-height: 1.71;
  }

  .about_info__items {
    margin-left: -30px;
  }

  .about_info__item {
    width: calc(50% - 30px);
    margin-left: 30px;
  }

  .about_info__item_icon {
    margin-right: 20px;
  }

  .about_info__item_list {
    margin-top: 15px;
  }

  .about_info__item_list li {
    line-height: 1.71;
    font-size: 1.4rem;
  }

  .about_qr__row {
    display: block;
  }

  .about_qr__left {
    margin: 0 auto;
  }

  .about_qr__right {
    margin-top: 35px;
    display: block;
  }

  .about_qr__arrows {
    display: none;
  }

  .about_qr__text {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.62;
  }

  .team_slider {
    padding-top: 20px;
  }

  .team_social__content {
    padding: 40px 0 50px;
  }

  .opportunities_top {
    padding-bottom: 50px !important;
  }

  .opportunities_top__img_text {
    margin-top: 30px;
  }

  .new__item_date {
    font-size: 1.4rem;
    line-height: 1.71;
  }

  .study__img_text {
    margin-top: 30px;
  }

  .study__logos {
    margin-left: -23px;
  }

  .study__logo_wr {
    width: calc(33.333% - 23px);
    margin-left: 23px;
  }

  .activity_line__list li {
    font-size: 1.4rem;
    line-height: 1.71;
  }

  .activity_line__btn {
    width: 100%;
  }

  .contacts_top__group {
    margin-bottom: 20px;
  }

  .contacts_top__label {
    font-size: 1.4rem;
    line-height: 1.43;
    margin-right: 20px;
    width: 65px;
  }

  .contacts_top__value_group {
    font-size: 1.6rem;
    line-height: 1.62;
  }

  .contacts_top__address_link {
    font-size: 1.6rem;
    line-height: 1.62;
  }

  .find__img_text {
    margin-top: 30px;
  }

  .find_send__content {
    padding: 30px 0;
  }

  .find_send__text {
    font-size: 2rem;
    line-height: 1.4;
  }

  .page_404__text {
    font-size: 1.6rem;
    line-height: 1.62;
  }

  .page_404__links {
    max-width: 500px;
  }

  .type__list li {
    font-size: 1.4rem;
    line-height: 1.71;
  }
}

@media (max-width: 639px) {
  .main_news__items.this--news_page {
    margin-left: 0;
  }

  .main_news__btn {
    width: 100%;
  }

  .about_info__items {
    margin-left: 0;
  }

  .about_info__item {
    margin-left: 0;
    width: 100%;
  }

  .patent_system__left {
    padding: 30px;
  }

  .patent_system__logo {
    margin-right: 30px;
  }

  .patent_system__logo svg {
    width: 55px;
    height: 55px;
  }

  .patent_system__mini-title {
    font-size: 1.4rem;
    line-height: 1.71;
  }

  .team_list__lists {
    margin-left: 0;
    display: block;
  }

  .team_list__list {
    margin-left: 0;
    width: 100%;
  }

  .news__pagination {
    margin-left: -8px;
  }

  .news__pagination_item {
    margin-left: 12px;
  }

  .news__pagination_ellipsis {
    width: 20px;
  }

  .news__pagination_link {
    width: 20px;
  }

  .page_404__link {
    margin: 0 0 10px;
    width: 100%;
  }

  .type__review {
    padding: 30px 20px;
  }

  .type__review_img {
    display: none;
  }

  .type__review_quote {
    margin-right: 20px;
  }

  .type__review_author_name {
    font-size: 1.4rem;
    line-height: 1.71;
  }

  .type__review_author_job {
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 1.71;
  }

  .type__link {
    display: block;
  }

  .type__link_file {
    display: block;
    padding-left: 48px;
  }

  .type__link_size {
    display: block;
    padding-left: 48px;
  }
}

@media (max-width: 530px) {
  .contacts_top__value_group span {
    display: inline-block;
    max-width: 155px;
  }
}

@media (max-width: 499px) {
  .header__menu_item.this--submenu svg {
    position: absolute;
    right: 0;
    top: 28px;
  }

  .main_slider__btn {
    width: auto;
  }

  .new__btn {
    width: 100%;
  }

  .products__item {
    margin-left: -20px;
    margin-right: -20px;
  }

  .product_nav_slider {
    margin-top: 7px;
  }
}

@media (min-width: 960px) and (max-width: 1199px) {
  .activity:hover .activity_body {
    min-height: 170px;
  }
}

@media (min-width: 960px) and (max-width: 1099px) {
  .activity:hover .activity_body {
    min-height: 120px;
  }
}

.webp .counts{ background: url(/local/templates/stc/css/../img/all/counts/counts_bg.webp) center/cover no-repeat; }

.webp .main_slider{ background: url(/local/templates/stc/css/../img/main/main_slider/main_slider_bg.webp) center/cover no-repeat; }

.webp .main_about{ background: url(/local/templates/stc/css/../img/main/main_about/main_about_bg.webp) center/cover no-repeat; }

.webp .main_team{ background: url(/local/templates/stc/css/../img/main/main_about/main_about_bg.webp) center/cover no-repeat; }

.webp .main_vacancies{ background: url(/local/templates/stc/css/../img/main/main_vacancies/main_vacancies_bg.webp) center/cover no-repeat; }

.webp .patents_system{ background: url(/local/templates/stc/css/../img/patents/patents_system/patents_system_bg.webp) center/cover no-repeat; }

.webp .page_404{ background: url(/local/templates/stc/css/../img/page_404/page_404_bg.webp) center/cover no-repeat; }

span.header_tel a {
  color: #0F1011;
  text-decoration: none !important;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
span.header_tel:hover a {
  color: #055FB3;
}

.header.this--transparent span.header_tel a {
  color: #fff;
  text-decoration: none !important;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.header.this--transparent span.header_tel:hover a {
  color: #FFA113;
}

.main_about__text p {
  color: #FFFFFF;
  margin-bottom: 20px;
}

.main_about__text b,
.main_about__text strong {
  color: #FFFFFF;
  font-weight: 600;
}

.main_about__text ul {
  margin-top: 30px;
  padding-left: 20px; 
}

.main_about__text ul li {
  color: #FFFFFF;
  margin-bottom: 15px;
}

.main_about__text ul li::marker {
    color: #FFA113;
}

.main-pd--0 main {
  padding: 0 !important;
}

.page__content {
  margin: 0px -40px;
  margin-top: 60px;
}

.page__content p {
  padding: 0 40px 15px;
}

.page__content div:after {
  clear: both;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
}

.page__content div img {
  margin: 40px;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}

.newsEmpty {
  text-align: center;
  margin-top: 20px;
}

.new__text p {
  margin-bottom: 15px;
}

.contacts_top__value a {
  color: #0F1011;
  transition: .25s;
}
.contacts_top__value a:hover {
  color: #055FB3;
}

.typePage {
  padding: 100px 0;
}

.typePage .pageTitle h1 {
  margin-bottom: 60px;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.28;
}

.typePage h2 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.typePage h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.typePage h4 {
  margin-top: 60px;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.62;
}

.typePage ul,
.typePage ol {
    margin-top: 30px;
    padding-left: 20px;
}

.typePage li,
.typePage ol {
    margin-bottom: 15px;
}

.type__review_quote {
  width: 40px;
  height: 33px;
  background: url("/local/templates/stc/css/../img/type/quote.svg");
}

.typePage table thead td {
  padding: 27px 10px;
  background: #055FB3;
  color: #fff;
  font-style: italic;
}

.typePage table thead td:first-child {
  padding-left: 20px;
}

.typePage table thead td:last-child {
  padding-right: 20px;
}

.typePage table {
    border-collapse: collapse;
    border: 1px solid #EAEDF2;
    border-radius: 3px;
    width: 100%;
}

.typePage table tbody td {
  padding: 18px 10px;
}

.typePage table tbody td:first-child {
  padding-left: 20px;
}

.typePage table tbody td:last-child {
  padding-right: 20px;
}

.typePage h1,
.typePage h2,
.typePage h3,
.typePage h4,
.typePage p,
.typePage ul,
.typePage ol,
.typePage .type__review {
  max-width: 833px;
}

.about_info__item ul {
  margin-top: 25px;
  padding-left: 20px;
}

.about_info__item ul li {
  margin-bottom: 15px;
}

.about_info__left h4 {
  margin-top: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}

.about_info__left p {
  margin-bottom: 15px;
}

.about_info__left ul {
  padding-left: 20px;
  margin-bottom: 30px;
}

.about_info__left ul li {
  margin-bottom: 15px;
}
.about_info__left span {
  color: #055FB3;
  font-weight: 600;
}

.team_list__lists ul {
  list-style-type: none;
  margin-bottom: -20px;
  margin-left: 60px;
  display: flex;
  flex-wrap: wrap;
}

.team_list__lists ul li {
  width: 50%;
  padding: 0 30px 5px 55px;
  background: url("/local/templates/stc/css/../img/team/team_list/list_icon.svg") 0 0/30px 30px no-repeat;
  margin-bottom: 20px;
}

.this--bold .footer__list_link {
  font-weight: 600;
}

.footer__column .this--mb_15 {
    margin-top: 45px;
}

.mobile_bottom__social_link {
  width: 36px;
  height: 36px;
  position: relative;
  display: inline-block;
}

.mobile_bottom__social_link span {
  position: absolute;
  top: 0;
  left: 0;
}

.mobile_bottom__social_link span.mainIcon {
  opacity: 1;
  visibility: visible;
  transition: .25s;
}

.mobile_bottom__social_link span.hoverIcon {
  opacity: 0;
  visibility: hidden;
  transition: .25s;
}

.mobile_bottom__social_link:hover span.mainIcon {
  opacity: 0;
  visibility: hidden;
}

.mobile_bottom__social_link:hover span.hoverIcon {
  opacity: 1;
  visibility: visible;
}

.contacts_top__address_link_wr {
  margin: 0 !important;
  margin-bottom: 10px !important;
}

.contacts_top__address_link {
  font-size: 1.8rem;
  line-height: 1.56;
  color: #055FB3 !important;
  border-bottom: 1px dotted #055FB3;
}

.contacts_top__address_link.active {
  color: #0F1011 !important;
  border-bottom: none !important;
}

@media (max-width: 768px) {
  .page__content {
    margin: 60px 0 0;
  }
  .page__content p {
    padding: 0;
  }

  .page__content div img {
    margin: 15px 0 15px;
    width: 100%;
    float: none !important;
  }

  .team_list__lists ul {
    margin-left: 0;
  }

  .team_list__lists ul li {
    width: 100%;
  }

  .btn.activity_line__btn {
    text-align: center;
    padding: 10px;
    height: auto;
  }

  .new__text img {
    width: 100% !important;
    height: auto !important;
  }
}

.mobile_bottom__city span {
  color: #fff;
}

.main_top__text {
  margin-top: 20px;
}

.page__content ul {
	padding: 0 60px 15px;
}

.main_top__text p {
	margin-bottom: 10px;
}

.patents_cards__slider_wr .main_slider__btn_next,
.patents_cards__slider_wr .main_slider__btn_prev {
  background: #f1f1f1;
}

.patents_cards__slider_wr .main_slider__btn_next:before,
.patents_cards__slider_wr .main_slider__btn_prev:before,
.patents_cards__slider_wr .main_slider__btn_next:after,
.patents_cards__slider_wr .main_slider__btn_prev:after {
  background: #055FB3;
}
/* End */


/* Start:/local/templates/stc/css/swiper-bundle.min.css?166745507123279*/
/**
 * Swiper 7.0.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 4, 2021
 */

@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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          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 {
  -webkit-transform-style: preserve-3d;
          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, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 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 {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          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 {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          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;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: 0.35;
  cursor: auto;
  pointer-events: none;
}

.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;
  text-transform: none;
  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;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.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 {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.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, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-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%;
  -webkit-transform: translate3d(0px, -50%, 0);
          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%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-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;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.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%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-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 {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 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%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          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, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.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, 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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%;
  -o-object-fit: contain;
     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;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            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 {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  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;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          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: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          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;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
/* End */


/* Start:/local/templates/stc/css/custom.css?1667455071439*/
@media (max-width: 768px) {
    .typePage img {
        width: 100% !important;
        height: auto !important;
    }
}

.product,
.product_big_slider {
    overflow-x: hidden;
}

.activity {
    min-height: 300px;
}

.about_info__img {
    padding-top: 0;
}

.about_info__img img {
    position: static;
    margin-bottom: 15px;
    width: 100%;
}

.about_info__img img:last-child {
    margin-bottom: 15px;
}
/* End */
/* /local/templates/stc/css/style.css?166745507188029 */
/* /local/templates/stc/css/swiper-bundle.min.css?166745507123279 */
/* /local/templates/stc/css/custom.css?1667455071439 */
