


/*<null>*/

header *,
.burger *,
.popup *,
.panel-menu *,
footer * {
  padding: 0px;
  margin: 0px;
  border: 0px;
  outline: none;
}

header *,
footer *,
.panel-menu *,
.burger *,
.popup *,
header *:before,
footer *:before,
.panel-menu *:before,
.burger *:before,
.popup *:before,
header *:after,
.panel-menu *:after,
footer *:after,
.burger *:after,
.popup *:after {
  box-sizing: border-box;
}

header,
footer,
.panel-menu,
.burger,
.popup,
header input,
footer input,
.panel-menu input,
.burger input,
.popup input,
header button,
footer button,
.panel-menu button,
.burger button,
.popup button,
header textarea,
footer textarea,
.panel-menu textarea,
.burger textarea {
font-family: 'Tilda Sans', sans-serif;
  font-size: inherit;
}

header button,
footer button,
.panel-menu button,
.burger button._close,
.popup button._close {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

header a,
footer a,
.panel-menu a,
.burger a,
.popup a {
  color: inherit;
font-family: 'Tilda Sans', sans-serif;
  text-decoration: none;
}

header a:hover,
footer a:hover,
.panel-menu a:hover,
.burger a:hover,
.popup a:hover {
  text-decoration: none;
}

header ul li,
footer ul li,
.panel-menu ul li,
.burger ul li,
.popup ul li {
  list-style: none;
}

header img,
footer img,
.panel-menu img {
  vertical-align: top;
}

header h1,
footer h1,
.panel-menu h1,
.burger h1,
header h2,
footer h2,
.panel-menu h2,
.burger h2,
header h3,
footer h3,
.panel-menu h3,
.burger h3,
header h4,
footer h4,
.panel-menu h4,
.burger h4,
header h5,
footer h5,
.panel-menu h5,
.burger h5,
header h6,
footer h6,
.panel-menu h6 .burger h6 {
  font-weight: inherit;
  font-size: inherit;
}

/* Chrome, Safari, Edge, Opera */
header input::-webkit-outer-spin-button,
footer input::-webkit-outer-spin-button,
.panel-menu input::-webkit-outer-spin-button,
.burger input::-webkit-outer-spin-button,
.popup input::-webkit-outer-spin-button,
header input::-webkit-inner-spin-button,
footer input::-webkit-inner-spin-button,
.panel-menu input::-webkit-inner-spin-button,
.burger input::-webkit-inner-spin-button,
.popup input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
header input[type="number"],
footer input[type="number"],
.panel-menu input[type="number"],
.burger input[type="number"],
.popup input[type="number"] {
  -moz-appearance: textfield;
}

header .icon,
footer .icon,
.panel-menu .icon,
.burger .icon,
.popup .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

header input:-webkit-autofill,
footer input:-webkit-autofill,
.panel-menu input:-webkit-autofill,
.burger input:-webkit-autofill,
.popup input:-webkit-autofill {
  transition: all 5000s ease-in-out 0s;
}

.flex {
  display: flex;
}

.i-flex {
  display: inline-flex;
}

.cv {
  align-items: center;
}

.ch {
  justify-content: center;
}

.sb {
  justify-content: space-between;
}

.sa {
  justify-content: space-around;
}

.as {
  align-items: flex-start;
}

.js {
  justify-content: flex-start;
}

.je {
  justify-content: flex-end;
}

.fe {
  align-items: flex-end;
}

.fw {
  flex-wrap: wrap;
}

.dc {
  flex-direction: column;
}

.flex-cc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid {
  display: grid;
}

.bg-i {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-i.contain {
  background-size: contain;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.mt_80 {
  margin-top: 80px;
}

@media (max-width: 1319px) {
  .mt_80 {
    margin-top: 64px;
  }
}

@media (max-width: 1023px) {
  .mt_80 {
    margin-top: 52px;
  }
}

@media (max-width: 719px) {
  .mt_80 {
    margin-top: 48px;
  }
}

.pt_80 {
  padding-top: 80px;
}

@media (max-width: 1319px) {
  .pt_80 {
    padding-top: 64px;
  }
}

@media (max-width: 1023px) {
  .pt_80 {
    padding-top: 52px;
  }
}

@media (max-width: 719px) {
  .pt_80 {
    padding-top: 48px;
  }
}

.pb_80 {
  padding-bottom: 80px;
}

@media (max-width: 1319px) {
  .pb_80 {
    padding-bottom: 64px;
  }
}

@media (max-width: 1023px) {
  .pb_80 {
    padding-bottom: 52px;
  }
}

.openShow {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: rgba(40, 40, 40, 0.24);
  transition: all 2s ease 0s;
}

.dots-default li {
  flex: 1;
  font-size: 0;
  border-radius: 8px;
  height: 4px;
  background: #e4e4e4;
  transition: all 0.3s ease 0s;
}

.dots-default li.slick-active {
  background: #e43a2d;
}

.bg-gray {
  background: #f8f8f8;
}

.link {
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

@media (any-hover: hover) {
  .link:hover {
    color: #e43a2d;
  }

  .link:hover svg {
    stroke: #e43a2d;
  }
}

.link svg {
  transition: all 0.3s ease 0s;
}

.link-more {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: all 0.2s ease 0s;
}

@media (max-width: 719px) {
  .link-more {
    font-size: 14px;
  }
}

@media (any-hover: hover) {
  .link-more:hover {
    color: #3f3f3f;
  }
}

.link-more.link-more_hv {
  padding-right: 28px;
}

@media (any-hover: hover) {
  .link-more.link-more_hv:hover span {
    right: -6px;
  }

  .link-more.link-more_hv:hover span svg {
    stroke: #c7281c;
  }
}

.link-more.link-more_hv span {
  position: absolute;
  top: 0;
  right: 0;
}

.link-more.link-more_dn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.link-more.link-more_dn span {
  transform: rotate(90deg);
}

.link-more.link-more_center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.link-more span {
  width: 20px;
  height: 20px;
  transition: inherit;
}

.link-more span svg {
  transition: inherit;
  stroke: #e43a2d;
  fill: transparent;
}

.subtitle {
  font-size: 28px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 24px;
}

@media (max-width: 1319px) {
  .subtitle {
    font-size: 24px;
  }
}

@media (max-width: 1023px) {
  .subtitle {
    font-size: 20px;
  }
}

@media (max-width: 719px) {
  .subtitle {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.progress-slider {
  background: #e4e4e4;
  border-radius: 8px;
}

.progress-slider div {
  border-radius: 8px;
  background: #e43a2d;
  height: 4px;
  transition: all 0.3s ease 0s;
}

.slider-arr {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 0px 24px 0px rgba(24, 24, 24, 0.16);
  border-radius: 50%;
  transition: all 0.2s ease 0s;
  background: #fff;
}

@media (max-width: 1023px) {
  .slider-arr {
    width: 36px;
    height: 36px;
  }
}

@media (any-hover: hover) {
  .slider-arr:hover {
    box-shadow: 0px 0px 24px 0px rgba(24, 24, 24, 0.24);
  }

  .slider-arr:hover svg {
    stroke: #c7281c;
  }
}

.slider-arr:active {
  box-shadow: 0px 0px 24px 0px rgba(24, 24, 24, 0.24);
}

.slider-arr:active svg {
  stroke: #c7281c;
}

.slider-arr svg {
  width: 28px;
  height: 28px;
  stroke: #e43a2d;
  fill: transparent;
  transition: inherit;
}

.slider-arr_next svg {
  transform: rotate(-180deg);
}

.icon_24 {
  width: 24px;
  height: 24px;
}

@media (max-width: 719px) {
  .icon_24 {
    width: 20px;
    height: 20px;
  }
}

.icon_24 img,
.icon_24 svg {
  width: inherit;
  height: inherit;
}

.badge {
  border-radius: 4px 0px;
  min-width: 48px;
  height: 26px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 115%;
}

@media (max-width: 1023px) {
  .badge {
    min-width: 43px;
    height: 23px;
    font-size: 10px;
    padding: 6px 8px;
  }
}

.badge.badge-hit {
  background: #e43a2d;
}

.badge.badge-new {
  background: #3eb16c;
}

.head-page {
  padding: 24px 0px;
}

@media (max-width: 719px) {
  .head-page {
    padding: 16px 0px;
  }
}

.breadcrumbs ul {
  gap: 8px;
  overflow-y: auto;
  width: calc(100% + 20px);
  padding-bottom: 4px;
  padding: 0px 4px 4px 0px;
  margin-bottom: -4px;
}

@media (max-width: 719px) {
  .breadcrumbs ul {
    gap: 4px;
  }
}

.breadcrumbs ul li {
  display: inline-flex;
  align-items: center;
  color: #8f8f8f;
  line-height: 110%;
  position: relative;
  gap: 8px;
  white-space: nowrap;
  line-height: 15px;
}

@media (max-width: 1023px) {
  .breadcrumbs ul li {
    font-size: 10px;
    line-height: 11px;
  }
}

@media (max-width: 719px) {
  .breadcrumbs ul li {
    gap: 4px;
    font-size: 8px;
    line-height: 9px;
  }
}

.breadcrumbs ul li:not(:last-child)::after {
  content: "";
  display: inline-flex;
  width: 8px;
  height: 1px;
  background: #b5b5b5;
}

@media (max-width: 719px) {
  .breadcrumbs ul li:not(:last-child)::after {
    width: 4px;
  }
}

.title {
  font-size: 28px;
  font-weight: 600;
  margin-top: 12px;
  line-height: 31px;
}

@media (max-width: 1319px) {
  .title {
    font-size: 24px;
    line-height: 26px;
  }
}

@media (max-width: 1023px) {
  .title {
    font-size: 20px;
    line-height: 22px;
  }
}

@media (max-width: 719px) {
  .title {
    font-size: 18px;
    line-height: 20px;
    margin-top: 8px;
  }
}

@media (max-width: 479px) {
  .title {
    font-size: 16px;
    line-height: 18px;
  }
}

/******************************************************/
.pagin {
  margin-top: 32px;
}

@media (max-width: 719px) {
  .pagin {
    margin-top: 20px;
  }
}

.pagin__list {
  border-radius: 4px;
  border: 1px solid #ededed;
  overflow: hidden;
}

.pagin__link {
  background: #f5f5f5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #707070;
  font-weight: 500;
  line-height: 115%;
  width: 47px;
  height: 38px;
  transition: all 0.2s ease 0s;
}

@media (max-width: 719px) {
  .pagin__link {
    width: 37px;
    height: 28px;
    font-size: 12px;
  }
}

.pagin__link:not(:last-child) {
  border-right: 1px solid #ededed;
}

@media (any-hover: hover) {
  .pagin__link:hover {
    background: #fff;
  }
}

.pagin__link:active {
  background: #fff;
  color: #e43a2d;
}

.pagin__link.active {
  background: #fff;
  color: #e43a2d;
}

@media (max-width: 719px) {
  .pagin__link_hide {
    display: none;
  }
}

/******************************************************/
.tab-head {
  display: flex;
  align-items: flex-end;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
}

.tab-head::after {
  content: "";
  position: absolute;
  bottom: -11px;
  width: 99%;
  z-index: 1;
  background: #fff;
  height: 10px;
}

.tab-head__btn {
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  transition: all 0.2s ease 0s;
  position: relative;
  color: #3f3f3f;
  will-change: transform, padding;
  border-radius: 0px 0px 0px 0px;
  background: #fff;
}

@media (any-hover: hover) {
  .tab-head__btn:hover {
    border-radius: 8px 8px 0px 0px !important;
  }
}

.tab-head__btn:last-child {
  border-radius: 0px 8px 0px 0px;
  border-right: 1px solid #e4e4e4;
}

.tab-head__btn:first-child {
  border-radius: 8px 0px 0px 0px;
}

.tab-head__btn.active {
  border-radius: 8px 8px 0px 0px;
  box-shadow: 4px 0px 12px 0px rgba(40, 40, 40, 0.08);
  border-bottom-color: transparent;
}

.tab-head__btn.active::after {
  content: "";
  width: 99%;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 90%;
  z-index: 2;
  left: 0px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 100%;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  line-height: 115%;
  color: #fff;
}

.btn:disabled {
  cursor: default;
}

.btn-primary {
  background: #e43a2d;
  gap: 8px;
}

@media (any-hover: hover) {
  .btn-primary:hover {
    background: #c7281c;
  }
}

.btn-primary:active {
  background: #e43a2d;
}

.btn-primary:active svg {
  fill: #e4e4e4;
}

.btn-primary:disabled {
  background: #b5b5b5;
}

.btn-primary svg {
  stroke: #fff;
  width: inherit;
  height: inherit;
  width: 20px;
  height: 20px;
  display: inline-block;
}

@media (max-width: 719px) {
  .btn-primary svg {
    width: 16px;
    height: 16px;
  }
}

.btn-secondary {
  background: #333;
  gap: 8px;
}

@media (max-width: 719px) {
  .btn-secondary {
    gap: 4px;
  }
}

.btn-secondary img {
  max-width: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
}

@media (max-width: 719px) {
  .btn-secondary img {
    width: 16px;
    height: 16px;
  }
}

@media (any-hover: hover) {
  .btn-secondary:hover {
    background: #282828;
  }
}

.btn-outline {
  color: #282828;
  gap: 8px;
}

@media (max-width: 719px) {
  .btn-outline {
    gap: 4px;
  }
}

.btn-outline img {
  max-width: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
}

@media (max-width: 719px) {
  .btn-outline img {
    width: 16px;
    height: 16px;
  }
}

.btn-green {
  background: #329359;
}

.input {
  width: 100% !important;
  font-weight: 500;
  color: #282828;
  transition: all 0.2s ease 0s;
  background: #fff;
  border-radius: 4px !important;
  border: 1px solid #b5b5b5;
}

@media (any-hover: hover) {
  .input:hover {
    border-color: #9e9e9e;
  }
}

.input:focus {
  border-color: #282828;
}

.input::placeholder {
  font-weight: 400;
  color: #707070;
}

.input:focus::placeholder {
  color: transparent;
}

.input-box {
  position: relative;
}

.input-box label {
  font-size: 12px;
  font-weight: 500;
  line-height: 115%;
  display: inline-block;
  margin-bottom: 4px;
}

.input-box label span {
  color: #e43a2d;
}

.input-box .input {
  height: 38px;
  padding: 12px;
  font-size: 12px;
  line-height: 115%;
  padding-right: 32px;
  border: 1px solid #b5b5b5 !important;
}

.input-box .input.parsley-error {
  border-color: #c7281c;
}

.input-box .input.parsley-error ~ .error {
  opacity: 1;
  transition: all 0.3s ease 0s;
  pointer-events: stroke;
}

.input-box .input + .parsley-errors-list {
  display: none;
}
.input-box.parsley-error {
  border-color: #c7281c;
}

.input-box.parsley-error .error {
  opacity: 1;
  transition: all 0.3s ease 0s;
  pointer-events: stroke;
}

.input-box .input + .parsley-errors-list {
  display: none;
}

.error {
  position: absolute;
  bottom: 11px;
  right: 11px;
  opacity: 0;
  z-index: 1;
}

.error__icon {
  width: 16px;
  height: 16px;
  z-index: 1;
}

@media (any-hover: hover) {
  .error__icon:hover ~ .error__text {
    opacity: 1;
  }
}

.error__text {
  position: absolute;
  left: calc(100% + 16px);
  bottom: -4px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 115%;
  white-space: nowrap;
  padding: 5px 8px 5px 12px;
  border-radius: 4px;
  background: #282828;
  opacity: 0;
  transition: all 0.1s ease 0s;
  pointer-events: none;
}

@media (max-width: 1023px) {
  .error__text {
    display: none;
  }
}

.error__text::after {
  content: "";
  width: 12px;
  height: 10px;
  position: absolute;
  left: -1px;
  top: calc(50% + 1px);
  background: #282828;
  transform: translateY(-50%) rotate(45deg);
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  border-radius: 8px;
  left: 0px;
  right: 0px;
  opacity: 1;
  transition: opacity 0.2s linear;
}

.simplebar-track.simplebar-vertical {
  background: #e4e4e4;
  border-radius: 8px;
  width: 4px;
  right: 8px;
  bottom: 8px;
  top: 8px;
}

.simplebar-scrollbar:before {
  background: #b5b5b5;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition:
    opacity 0.25s ease,
    visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition:
    opacity 0.25s ease 0s,
    visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/********************************************************************/
header .container,
footer .container,
.burger .container {
  max-width: 1316px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

#wrapper > .container > .container {
  max-width: 1275px;
}
#wrapper > .container {
  padding-left: 20px;
  padding-right: 20px;
}
#wrapper .container {
  max-width: 1316px;
  width: 100%;
  box-sizing: border-box;
}
/********************************************************************/
.text {
  line-height: 150%;
}

.text h2 {
  margin-bottom: 16px;
}

@media (max-width: 719px) {
  .text h2 {
    margin-bottom: 12px;
  }
}

.text h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
}

@media (max-width: 1319px) {
  .text h3 {
    font-size: 18px;
  }
}

@media (max-width: 719px) {
  .text h3 {
    font-size: 16px;
  }
}

.text h3:not(:first-child) {
  margin-top: 24px;
}

@media (max-width: 719px) {
  .text h3:not(:first-child) {
    margin-bottom: 12px;
  }
}

.text h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
}

@media (max-width: 719px) {
  .text h4 {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 6px;
  }
}

.text h4:not(:first-child) {
  margin-top: 16px;
}

.text p:not(:last-child) {
  margin-bottom: 8px;
}

.text ul li {
  padding-left: 12px;
}

.text ul li::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #e43a2d;
  position: absolute;
  left: 0;
  top: 8px;
}

.text ol li,
.text ul li {
  position: relative;
}

.text ol li:not(:last-child),
.text ul li:not(:last-child) {
  margin-bottom: 8px;
}

.text ol {
  list-style-type: none;
  counter-reset: num;
}

.text ol li {
  padding-left: 20px;
}

.text ol li:before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #e43a2d;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}

header button,
footer button,
.panel-menu button,
.burger button,
.popup button {
  padding: 0px;
  margin: 0;
  text-transform: inherit !important;
  box-shadow: none !important;
}

header button:hover,
footer button:hover,
.panel-menu button:hover,
.burger button:hover,
.popup button:hover {
  box-shadow: none !important;
}

.search-head .input {
font-family: 'Tilda Sans', sans-serif;
}

.btn-form {
  background: #e43a2d !important;
  box-shadow: none !important;
  font-size: 16px !important;
  text-transform: none !important;
  line-height: 120%;
  font-weight: 600;
  height: 52px;
  max-width: 272px;
  color: white !important;
}

@media (max-width: 768px) {
  .btn-form {
    height: 40px !important;
    max-width: 100% !important;
    font-size: 12px !important;
    font-weight: 700 !important;
  }
}

.popup_bookmarks .links {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  float: none;
}
.form_box .size110 label {
  white-space: nowrap;
}
