

/* Start:/local/templates/fastek/components/bitrix/menu/sidebar/style.css?17661476371582*/
.menu-sidebar {
  position: fixed;
  top: 67px;
  right: -320px;
  bottom: 0;
  background-color: #ffffff;
  padding: 16px 0;
  width: 320px;
  overflow-y: auto;
  z-index: 99999;
  transition: all 0.3s;
}
@media (max-width: 460px) {
  .menu-sidebar {
    top: 61px;
  }
}
.menu-sidebar.active {
  right: 0;
}
.menu-sidebar__buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
}
.menu-sidebar__buttons .btn {
  width: 100%;
  height: 32px;
  box-sizing: border-box;
}
.menu-sidebar__items {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #E7E7E7;
}
.menu-sidebar__item {
  padding: 6px 20px;
  border-bottom: 1px solid #E7E7E7;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #0b0b0b;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all 0.3s;
}
.menu-sidebar__item[data-accordion]:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 20px;
  width: 8px;
  height: 5px;
  transition: all 0.3s;
  background-image: url("/local/templates/fastek/components/bitrix/menu/sidebar/images/b_arrow.svg");
  background-repeat: no-repeat;
}
.menu-sidebar__item.active {
  color: var(--line-orange);
}
.menu-sidebar__item.active[data-accordion]:after {
  background-image: url("/local/templates/fastek/components/bitrix/menu/sidebar/images/o_arrow.svg");
}
.menu-sidebar__bottom {
  padding: 16px 20px;
  display: flex;
  flex-direction: row;
  justify-content: end;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/fastek/components/bitrix/menu/sidebar.accordion/style.css?1766147637674*/
.sidebar-menu__item-accordion {
  visibility: hidden;
  transition: all 0.3s;
}
.sidebar-menu__item-accordion_item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #595959;
  background-color: #f5f5f5;
  padding: 0 32px;
  display: block;
  border-bottom: 1px solid #e7e7e7;
  transition: all 0.3s;
}
.sidebar-menu__item-accordion_item:nth-last-child {
  border-bottom: none;
}
.sidebar-menu__item-accordion.active {
  visibility: visible;
}
.sidebar-menu__item-accordion.active .sidebar-menu__item-accordion_item {
  padding: 6px 32px;
  font-size: 14px;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/fastek/css/main.css?176613418225934*/
@font-face {
  font-family: "Roboto";
  src: url("/local/templates/fastek/css/../fonts/Roboto/static/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto SemiBold";
  src: url("/local/templates/fastek/css/../fonts/Roboto/static/Roboto-SemiBold.ttf");
}
@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/fastek/css/../fonts/Montserrat/static/Montserrat-Medium.ttf");
}
@font-face {
  font-family: "Roboto Medium";
  src: url("/local/templates/fastek/css/../fonts/Roboto/static/Roboto-Medium.ttf");
}
@font-face {
  font-family: "Montserrat SemiBold";
  src: url("/local/templates/fastek/css/../fonts/Montserrat/static/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: "Inter";
  src: url("/local/templates/fastek/css/../fonts/Inter/static/Inter_18pt-Regular.ttf");
}
:root {
  --font-family: "Roboto", sans-serif;
  --second-family: "Montserrat", sans-serif;
  --third-family: "Inter", sans-serif;
  --line-orange: #E76631;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  background-color: #f5f5f5;
}

.container {
  max-width: 1390px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 64px;
  }
}
@media (max-width: 999px) {
  .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 460px) {
  .container {
    padding: 0 16px;
  }
}

.btn {
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 46px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  cursor: pointer;
  letter-spacing: 0.02em;
}
@media (max-width: 1200px) {
  .btn {
    padding: 5px 12px;
    font-size: 14px;
    height: 26.5px;
  }
}
@media (max-width: 999px) {
  .btn {
    white-space: nowrap;
    height: 22px;
    width: 134px;
  }
}
.btn-with-svg {
  display: flex;
  flex-direction: row !important;
  gap: 8px;
}
.btn-img {
  padding: 12px;
  transition: all 0.2s;
  height: 20px;
  width: auto;
}
@media (max-width: 1200px) {
  .btn-img {
    padding: 8px;
  }
}
@media (max-width: 999px) {
  .btn-img {
    height: 16px;
  }
  .btn-img svg {
    width: 16px;
    height: 16px;
  }
}
.btn-img:hover path {
  fill: #fff;
}
.btn-gray {
  border: 1px solid #0b0b0b;
  color: #0b0b0b;
  transition: all 0.2s;
}
.btn-gray:hover {
  background-color: #0b0b0b;
  color: #fff;
}
.btn-gray:hover.btn-with-svg path {
  fill: #ffffff;
}
.btn-gray.btn-with-svg svg path {
  transition: all 0.3s;
}
.btn-gray-full {
  background-color: #0b0b0b;
  border: 1px solid #0b0b0b;
  color: #fff;
  transition: all 0.2s;
}
.btn-gray-full:hover {
  border: 1px solid #0b0b0b;
  background-color: #fff;
  color: #0b0b0b;
}
.btn-orange-full {
  background: var(--line-orange);
  border: 1px solid var(--line-orange);
  color: #fff;
  transition: all 0.2s;
}
.btn-orange-full:hover {
  background-color: #fff;
  color: var(--line-orange);
}
.btn-orange-full:hover.btn-with-svg path {
  fill: var(--line-orange);
}
.btn-orange-full.btn-with-svg svg path {
  transition: all 0.3s;
}

input.btn {
  height: auto;
}

header {
  border-bottom: 1px solid var(--line-orange);
}

.header {
  position: relative;
  z-index: 9;
  background-color: #ffffff;
}
.header-top {
  padding: 13px 0 17px 0;
}
@media (max-width: 999px) {
  .header-top {
    padding: 12px 0 16px 0;
  }
}
@media (max-width: 768px) {
  .header-top {
    padding: 8px 0 8px 0;
  }
}
.header-top__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 999px) {
  .header-top__wrap {
    gap: 43px;
  }
}
.header-bottom {
  padding-bottom: 22px;
}
@media (max-width: 768px) {
  .header-bottom {
    display: none;
  }
}
.header-logo {
  display: flex;
}
.header-logo__left {
  padding: 7px 12px 7px 0;
}
@media (max-width: 999px) {
  .header-logo__left {
    padding: 7px 8px 7px 0;
  }
}
@media (max-width: 1200px) {
  .header-logo__left img {
    width: 100%;
    height: 33px;
  }
}
@media (max-width: 460px) {
  .header-logo__left img {
    width: 40px;
    height: 26px;
  }
}
.header-logo__right {
  display: flex;
  gap: 12px;
  padding: 7px 0 7px 12px;
}
@media (max-width: 999px) {
  .header-logo__right {
    padding: 7px 0 7px 8px;
  }
}
.header-logo__right img {
  max-width: 28px;
  max-height: 33px;
}
@media (max-width: 1200px) {
  .header-logo__right img {
    width: 28px;
    height: 33px;
  }
}
@media (max-width: 460px) {
  .header-logo__right img {
    width: 21px;
    height: 25px;
  }
}
.header-logo__text {
  font-family: var(--third-family);
  font-size: 10px;
  max-width: 250px;
  line-height: 130%;
}
@media (max-width: 1200px) {
  .header-logo__text {
    display: none;
  }
}
.header-btns {
  display: flex;
  gap: 12px;
}
@media (max-width: 999px) {
  .header-btns {
    gap: 8px;
  }
}
@media (max-width: 768px) {
  .header-btns {
    display: none;
  }
}
.header-btns.mobil {
  display: none;
}
@media (max-width: 768px) {
  .header-btns.mobil {
    display: flex;
  }
}
.header-menu {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .header-menu {
    gap: 25px;
  }
}
@media (max-width: 999px) {
  .header-menu {
    gap: 13px;
  }
}
.header-menu__el {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #0b0b0b;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .header-menu__el {
    font-size: 14px;
  }
}
@media (max-width: 999px) {
  .header-menu__el {
    font-size: 12px;
  }
}
.header-menu__el.rect {
  position: relative;
  padding-right: 20px;
}
.header-menu__el.rect::after {
  content: "";
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url("/local/templates/fastek/svg/header_arrow.svg");
}

.input {
  background-color: #f5f5f5;
  padding: 12px 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #595959;
  outline: none;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .input {
    font-size: 14px;
    padding: 5px 16px;
  }
}
@media (max-width: 768px) {
  .input {
    padding: 5px 12px;
  }
}
.input input {
  background-color: transparent;
  border: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #595959;
  outline: none;
  width: 100%;
}
@media (max-width: 999px) {
  .input input {
    font-size: 14px;
  }
}
.input.with-loup {
  position: relative;
}
.input.with-loup input {
  padding-left: 28px;
}
.input.with-loup::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/fastek/css/../svg/input_loup.svg");
  background-repeat: no-repeat;
  left: 16px;
}

.textarea {
  width: 100%;
}
.textarea textarea {
  box-sizing: border-box;
  width: 100%;
  background-color: #f5f5f5;
  padding: 12px 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #595959;
  outline: none;
  display: flex;
  align-items: center;
  border: none;
}

.cuptcha {
  display: flex;
  gap: 16px;
}
@media (max-width: 460px) {
  .cuptcha {
    flex-direction: column;
  }
}
.cuptcha .input {
  max-height: 40px;
  width: 100%;
  box-sizing: border-box;
}
.cuptcha-img {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 460px) {
  .cuptcha-img {
    align-items: end;
  }
  .cuptcha-img img {
    max-width: 147px;
  }
}
.cuptcha-btn {
  background-color: transparent;
  outline: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #fff;
  border: none;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 999px) {
  .cuptcha-btn {
    font-size: 12px;
  }
}

.custom-framing {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  border-top: 1px solid var(--line-orange);
  background-color: #ffffff;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.custom-dropdown {
  position: relative;
  height: 100%;
}
.custom-dropdown__main {
  background: #f5f5f5;
  padding: 12px 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #595959;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .custom-dropdown__main {
    padding: 5px 16px;
  }
}
@media (max-width: 999px) {
  .custom-dropdown__main {
    font-size: 14px;
  }
}
.custom-dropdown__main.with-border {
  border: 1px solid #dcdcdc;
}
.custom-dropdown__main span {
  cursor: pointer;
}
.custom-dropdown__main img {
  transition: all 0.2s;
}
.custom-dropdown__main.active img {
  transform: rotate(180deg);
}
.custom-dropdown__items {
  position: absolute;
  top: 45px;
  right: 0;
  left: 0;
  height: 0;
  opacity: 0;
  display: flex;
  flex-direction: column;
  transition: all 0.4s;
  z-index: 2;
}
@media (max-width: 1200px) {
  .custom-dropdown__items {
    top: 32px;
  }
}
.custom-dropdown__items.checkbox .custom-dropdown__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.custom-dropdown__items.checkbox .custom-dropdown__item label {
  height: 0;
}
.custom-dropdown__items.radio .custom-dropdown__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.custom-dropdown__items.radio .custom-dropdown__item label {
  height: 0;
}
.custom-dropdown__items.active {
  height: auto;
  opacity: 1;
}
.custom-dropdown__items.active .custom-dropdown__item {
  padding: 12px 16px;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .custom-dropdown__items.active .custom-dropdown__item {
    padding: 5px 16px;
  }
}
.custom-dropdown__items.active .custom-dropdown__item label {
  height: 24px;
}
@media (max-width: 460px) {
  .custom-dropdown__items.active .custom-dropdown__item label {
    height: auto;
  }
}
.custom-dropdown__item {
  background-color: #ffffff;
  border-bottom: 1px solid #e7e7e7;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0;
  line-height: 140%;
  transition: all 0.4s;
  cursor: pointer;
}

.custom-radio input {
  display: none;
}
.custom-radio label {
  position: relative;
  border-radius: 24px;
  border: 1px solid #dcdcdc;
  width: 24px;
  height: 24px;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .custom-radio label {
    width: 16px;
    height: 16px !important;
  }
}
.custom-radio label:after {
  content: "";
  position: absolute;
  opacity: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #e76631;
}
@media (max-width: 1200px) {
  .custom-radio label:after {
    width: 8px;
    height: 8px;
  }
}
.custom-radio.white label {
  border: 1px solid #ffffff;
}
.custom-radio.white label:after {
  background-color: #ffffff;
}
.custom-radio.white input:checked ~ label {
  border: 1px solid #ffffff;
}
.custom-radio input:checked ~ label {
  border: 1px solid #e76631;
}
.custom-radio input:checked ~ label:after {
  opacity: 1;
}

.custom-checkbox input {
  display: none;
}
.custom-checkbox label {
  display: block;
  border: 1px solid #fff;
  background-color: #ffffff;
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .custom-checkbox label {
    width: 16px;
    height: 16px !important;
  }
}
.custom-checkbox label:after {
  position: absolute;
  inset: 0;
  content: "";
  background-image: url("/local/templates/fastek/css/../svg/check_mark.svg");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: all 0.4s;
}
.custom-checkbox.with-border label {
  border: 1px solid #dcdcdc;
}
.custom-checkbox.full-org label {
  display: block;
  border: 1px solid #fff;
  background-color: var(--line-orange);
  width: 24px;
  height: 24px;
  position: relative;
}
@media (max-width: 1200px) {
  .custom-checkbox.full-org label {
    width: 16px;
    height: 16px;
  }
}
.custom-checkbox.full-org label:after {
  position: absolute;
  inset: 0;
  content: "";
  background-image: url("/local/templates/fastek/css/../svg/checkbox_mark_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: all 0.4s;
}
.custom-checkbox input:checked ~ label:after {
  opacity: 1;
}

.footer {
  margin-top: 112px;
  background-color: #ffffff;
}
@media (max-width: 999px) {
  .footer {
    margin-top: 64px;
  }
}
@media (max-width: 768px) {
  .footer {
    margin-top: 40px;
  }
}
.footer-top {
  padding: 35.5px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer-top__title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #0b0b0b;
}
.footer-top__form form {
  display: flex;
  gap: 16px;
}
.footer-top__form form .input {
  width: 100%;
}
.footer-top__privacy {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-top__privacy span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #595959;
}
.footer-top__privacy span a {
  line-height: 120%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #e76631;
}
.footer-middle {
  padding: 24px 0 28px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  .footer-middle {
    align-items: start;
    gap: 45px;
  }
}
@media (max-width: 999px) {
  .footer-middle {
    padding: 24px 32px;
  }
}
@media (max-width: 768px) {
  .footer-middle {
    padding: 24px 0;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 460px) {
  .footer-middle {
    padding: 20px 0;
  }
}
.footer-middle__left {
  display: flex;
  max-width: 498px;
}
.footer-middle__left-logo {
  padding-right: 12px;
  border-right: 1px solid #e7e7e7;
}
.footer-middle__left-logo img {
  width: 72px;
  height: 48px;
}
@media (max-width: 460px) {
  .footer-middle__left-logo img {
    width: 55px;
    height: 36px;
  }
}
.footer-middle__left-text {
  display: flex;
  gap: 8px;
  padding-left: 8px;
}
.footer-middle__left-text img {
  width: 39px;
  height: 46px;
}
@media (max-width: 460px) {
  .footer-middle__left-text img {
    width: 30px;
    height: 36px;
  }
}
.footer-middle__left-text div {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #595959;
}
@media (max-width: 1200px) {
  .footer-middle__left-text div {
    font-size: 12px;
  }
}
@media (max-width: 999px) {
  .footer-middle__left-text div {
    display: none;
  }
}
.footer-middle__right {
  display: flex;
  gap: 172px;
}
@media (max-width: 1200px) {
  .footer-middle__right {
    gap: 40px;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .footer-middle__right {
    width: 100%;
  }
}
@media (max-width: 460px) {
  .footer-middle__right {
    gap: 16px;
  }
}
.footer-middle__menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-middle__menu-item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #595959;
}
@media (max-width: 1200px) {
  .footer-middle__menu-item {
    font-size: 16px;
  }
}
@media (max-width: 460px) {
  .footer-middle__menu-item {
    font-size: 12px;
  }
}
.footer-bottom {
  padding: 28px 0 24px 0;
  border-top: 1px solid #e7e7e7;
}
@media (max-width: 999px) {
  .footer-bottom {
    padding: 24px 32px;
  }
}
@media (max-width: 768px) {
  .footer-bottom {
    padding: 20px 0;
  }
}
.footer-bottom div {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #a7a7a7;
}
@media (max-width: 460px) {
  .footer-bottom div {
    font-size: 12px;
  }
}

.page-title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #0b0b0b;
  margin-top: 36px;
}
@media (max-width: 1200px) {
  .page-title {
    font-size: 32px;
  }
}
@media (max-width: 999px) {
  .page-title {
    font-size: 28px;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .page-title {
    font-size: 24px;
  }
}
.page-title__right {
  display: flex;
  gap: 8px;
}
@media (max-width: 1200px) {
  .page-title__right {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .page-title__right {
    width: auto;
  }
}

.block-title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #0b0b0b;
}
@media (max-width: 1200px) {
  .block-title {
    font-size: 24px;
  }
}
@media (max-width: 460px) {
  .block-title {
    font-size: 20px;
  }
}

.accordion-checkbox {
  display: none;
}
.accordion-checkbox:checked ~ .accordion-body {
  height: auto;
  padding: 24px;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 999px) {
  .accordion-checkbox:checked ~ .accordion-body {
    padding: 20px;
  }
}
.accordion-checkbox:checked ~ label .accordion-title {
  color: #e76631;
}
.accordion-checkbox:checked ~ label .accordion-arrow {
  opacity: 1;
}
.accordion-checkbox:checked ~ label .accordion-arrow img {
  transform: rotate(0deg);
}
.accordion-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 16px 24px;
  border-bottom: 1px solid #E7E7E7;
}
@media (max-width: 999px) {
  .accordion-top {
    padding: 16px 20px;
  }
}
.accordion-title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #0b0b0b;
  transition: all 0.3s;
}
@media (max-width: 999px) {
  .accordion-title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .accordion-title {
    font-size: 16px;
  }
}
.accordion-arrow {
  border-radius: 100%;
  background-color: #E76631;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
  transition: all 0.3s;
  padding: 8.5px 6px 8px 6px;
}
@media (max-width: 768px) {
  .accordion-arrow {
    padding: 5.73px 4px;
  }
}
.accordion-arrow img {
  transform: rotate(180deg);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .accordion-arrow img {
    width: 8px;
    height: 5px;
  }
}
.accordion-body {
  height: 0;
  visibility: hidden;
  transition: all 0.3s;
  opacity: 0;
}

.page-wrap-with-menu {
  display: flex;
  gap: 32px;
}
@media (max-width: 768px) {
  .page-wrap-with-menu {
    gap: 20px;
  }
}

.page-mt {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .page-mt {
    margin-top: 24px;
  }
}

.arrows {
  display: flex;
}
.arrows.line {
  flex-direction: row;
  gap: 8px;
}
.arrows-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0b0b0b;
  transition: all 0.3s;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .arrows-btn {
    width: 32px;
    height: 32px;
  }
}
.arrows-btn svg path {
  transition: all 0.3s;
}
.arrows-btn:hover {
  background-color: #e76631;
  border: 1px solid #e76631;
}
.arrows-btn:hover svg path {
  fill: #ffffff;
}

.vc-week__day {
  font-family: var(--font-family);
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 140% !important;
  text-align: center;
  color: #e76631 !important;
}

.vc-date[data-vc-date-month=prev] .vc-date__btn, .vc-date[data-vc-date-month=next] .vc-date__btn {
  color: #a7a7a7 !important;
}
.vc-date__btn {
  font-family: var(--font-family);
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 140% !important;
  text-align: center;
  color: #0b0b0b !important;
}

.vc-week {
  border-bottom: 1px solid #e7e7e7;
}

[data-vc-theme=light] .vc-date[data-vc-date-selected] .vc-date__btn {
  background-color: #e76631 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  transition: all 0.3s;
}

[data-vc=calendar] {
  border-radius: 0 !important;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}

[data-vc-theme=light] .vc-date[data-vc-date-today] .vc-date__btn {
  background-color: #e76631 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  transition: all 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  [data-vc-theme=light] .vc-date__btn:hover {
    background-color: #e76631 !important;
    color: #ffffff !important;
    border-radius: 0 !important;
  }
}
[data-vc-theme=light] .vc-date[data-vc-date-selected=middle][data-vc-date-selected] .vc-date__btn {
  font-family: var(--font-family);
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 140% !important;
  text-align: center;
  color: #0b0b0b !important;
  background-color: #fcece6 !important;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
}
.calendar-date button {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #333;
}
.calendar-arrow {
  display: flex;
  gap: 8px;
}
.calendar-arrow .vc-arrow_prev:before {
  transform: rotate(360deg);
}
.calendar-arrow .vc-arrow_next:before {
  transform: rotate(180deg);
}
.calendar-arrow button {
  background-color: #f5f5f5 !important;
  padding: 4px;
}
.calendar-arrow button:before {
  background-image: url("/local/components/fastek/calendar/image/arrow.svg") !important;
}
.calendar-btn {
  margin-top: 32px;
}

.sidebar-similar {
  width: 100%;
  max-width: 320px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}
.sidebar-similar__header {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 19px 16px 16px;
}
.sidebar-similar__arrow {
  padding: 4px;
  width: 32px;
  height: 32px;
  background: #f5f5f5;
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.sidebar-similar__arrow:hover {
  opacity: 0.5;
}
.sidebar-similar__arrow:after {
  content: "";
  background-image: url("/local/templates/fastek/svg/arrow.svg");
  background-repeat: no-repeat;
  width: 8px;
  height: 14px;
}
.sidebar-similar__arrow.next:after {
  transform: rotate(180deg);
}
.sidebar-similar__arrows {
  display: flex;
  gap: 4px;
}
.sidebar-similar__item {
  padding: 16px 16px;
  border-bottom: 1px solid #E7E7E7;
  border-top: 1px solid #E7E7E7;
  display: block;
}
.sidebar-similar__item:hover .sidebar-similar__item-top > img {
  transform: rotate(45deg);
}
.sidebar-similar__item-top {
  display: flex;
  justify-content: space-between;
  gap: 4px;
}
.sidebar-similar__item-top > img {
  transition: all 0.3s;
}
.sidebar-similar__item-date {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #595959;
}
.sidebar-similar__item-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 8px;
}
.sidebar-similar__item-title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #e76631;
  margin-top: 24px;
}

.tag-min {
  border-radius: 24px;
  padding: 2px 4px;
  background: #f5f5f5;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #595959;
  cursor: pointer;
}
.tag-min.active {
  background: #d8d6d6;
}

.title-with-menu {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
@media (max-width: 768px) {
  .title-with-menu {
    flex-direction: column;
    gap: 20px;
  }
}
.title-with-menu .page-title {
  margin-bottom: 0;
}

.page-header {
  display: flex;
  justify-content: space-between;
}
.page-header .news-check {
  width: 20px;
  height: 20px;
}
.page-header .btn .vertical {
  display: block;
}
.page-header .btn .tiles {
  display: none;
}
.page-header.without-dropdown .page-title__right {
  width: auto !important;
}

.dark {
  position: fixed;
  inset: 0;
  z-index: -1;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.2);
}
.dark.active {
  z-index: 2;
  visibility: visible;
}

.xdebug-var-dump {
  background-color: #000000;
  color: #ffffff;
}
.xdebug-var-dump small {
  color: lime !important;
}

.custom-input__with-dropdown {
  position: relative;
}
.custom-input__with-dropdown input {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #595959;
  padding: 12px 16px;
  background-color: #f5f5f5;
  border: 1px solid #dcdcdc;
  width: 100%;
  box-sizing: border-box;
  outline: none;
}
.custom-input__with-dropdown .arrow {
  position: absolute;
  top: 10px;
  right: 17px;
  transition: all 0.3s;
}
.custom-input__with-dropdown_items {
  visibility: hidden;
  height: 0;
  position: absolute;
  top: 48px;
  right: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.custom-input__with-dropdown_item {
  background-color: #ffffff;
  border-bottom: 1px solid #e7e7e7;
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 140%;
  transition: all 0.4s;
  cursor: pointer;
  font-size: 0;
  padding: 0;
}
.custom-input__with-dropdown.active .custom-input__with-dropdown_items {
  visibility: visible;
  height: auto;
}
.custom-input__with-dropdown.active .custom-input__with-dropdown_item {
  padding: 12px 16px;
  font-size: 16px;
}
.custom-input__with-dropdown.active .arrow {
  transform: rotate(180deg);
}

.space {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 24px 24px;
}
.space img {
  max-width: 143px;
  max-height: 141px;
  margin-top: 64px;
}
.space-text {
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #0b0b0b;
  margin-top: 32px;
  margin-bottom: 64px;
  max-width: 550px;
}/*# sourceMappingURL=main.css.map */
/* End */


/* Start:/local/templates/fastek/lib/print-js/style.css?1766134183494*/
.printModal{font-family:sans-serif;display:flex;text-align:center;font-weight:300;font-size:30px;left:0;top:0;position:absolute;color:#0460b5;width:100%;height:100%;background-color:hsla(0,0%,100%,.91)}.printClose{position:absolute;right:10px;top:10px}.printClose:before{content:"\00D7";font-family:Helvetica Neue,sans-serif;font-weight:100;line-height:1px;padding-top:.5em;display:block;font-size:2em;text-indent:1px;overflow:hidden;height:1.25em;width:1.25em;text-align:center;cursor:pointer}
/* End */


/* Start:/local/templates/fastek/lib/swiper/style.css?176614717113487*/
/**
 * Swiper 12.0.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 11, 2025
 */

:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.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{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{height:100%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2)}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);transform:rotate(-90deg)}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;transform:rotate(90deg)}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}
/* End */
/* /local/templates/fastek/components/bitrix/menu/sidebar/style.css?17661476371582 */
/* /local/templates/fastek/components/bitrix/menu/sidebar.accordion/style.css?1766147637674 */
/* /local/templates/fastek/css/main.css?176613418225934 */
/* /local/templates/fastek/lib/print-js/style.css?1766134183494 */
/* /local/templates/fastek/lib/swiper/style.css?176614717113487 */
