

/* 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 */
/* /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 */
