/* generated */
html {
  height: auto;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  html:not(.swal2-shown) {
    overflow-x: hidden; }
  html.shown-search {
    overflow: hidden; }

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

body {
  color: #313131;
  background-color: white;
  font-family: Benzin, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  position: relative; }
  body.swal2-shown {
    position: static !important; }

pre {
  padding: 1em;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  white-space: pre-wrap; }

img {
  vertical-align: middle;
  max-width: 100%; }
  img:not([src*="loader"]) {
    height: auto; }

small {
  display: inline-block;
  vertical-align: text-bottom; }

audio[controls] {
  display: block;
  width: 100%; }

video,
iframe {
  max-width: 100%; }

hr {
  border-width: 0;
  border-top: 1px solid; }

::-moz-selection {
  color: white;
  background: #e3050f; }

::selection {
  color: white;
  background: #e3050f; }

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Benzin, Arial, sans-serif; }

.callback-button {
  cursor: pointer; }

.button {
  cursor: pointer;
  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;
  border: none;
  background: transparent;
  border-radius: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  font-family: Benzin, Arial, sans-serif;
  padding: 8px;
  min-height: 48px;
  min-width: 48px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  letter-spacing: 0.7px;
  color: #e3050f;
  z-index: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .button:hover {
    background: #08173512; }
  .news-i .button {
    font-size: 0.75rem;
    font-family: Benzin, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.12px;
    font-weight: 600; }
    .news-i .button[href] {
      color: #b0b0b0; }
      .news-i .button[href]:hover {
        color: #e3050f; }
  .button__triangle {
    margin-left: 0.75rem;
    color: #e3050f;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid currentColor;
    border-bottom-width: 0;
    -webkit-transition: border 300ms;
    transition: border 300ms; }
    .button__triangle.close {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top-width: 0;
      border-bottom: 6px solid currentColor; }
    .button__triangle.right {
      border-top: 6px solid transparent;
      border-left: 6px solid currentColor;
      border-right-width: 0;
      border-bottom: 6px solid transparent; }
    .button:hover .button__triangle {
      color: #313131; }
  .button__icon-left {
    line-height: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.625em;
    height: 1.25em;
    width: 1.25em;
    position: relative; }
    .button__icon-left svg {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      max-height: 100%;
      -webkit-transition: fill 300ms ease, -webkit-transform 300ms ease;
      transition: fill 300ms ease, -webkit-transform 300ms ease;
      transition: fill 300ms ease, transform 300ms ease;
      transition: fill 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
      max-width: 100%; }
    .button--reviews .button__icon-left {
      height: 1.125rem;
      width: 1.75rem;
      margin-right: 0.5em; }
      .button--reviews .button__icon-left .svg {
        display: inline-block; }
      .button--reviews .button__icon-left svg {
        top: -0.25em;
        bottom: -0.25em;
        left: -0.25em;
        right: -0.25em;
        height: 1.625rem;
        width: 1.625rem;
        max-height: 1.625rem;
        max-width: 1.625rem; }
  .button__icon {
    line-height: 0;
    height: 1.625rem;
    width: 1.625rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative; }
    .button__icon svg {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      max-height: 100%;
      -webkit-transition: fill 300ms ease, -webkit-transform 300ms ease;
      transition: fill 300ms ease, -webkit-transform 300ms ease;
      transition: fill 300ms ease, transform 300ms ease;
      transition: fill 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
      max-width: 100%; }
    .button--outline .button__icon, .button--shadow .button__icon {
      margin-left: 0.875em;
      height: 1em;
      width: 1em; }
    .button--primary .button__icon {
      margin-left: 1em;
      height: 1.4375em;
      width: 1.4375em; }
    .button__icon--br {
      border: 1px solid #313131;
      border-radius: 100%;
      margin-left: 1em;
      fill: #e3050f;
      -webkit-transition: border-color 300ms;
      transition: border-color 300ms; }
      .button__icon--br svg {
        width: 0.75rem;
        height: 0.75rem; }
      .button:hover .button__icon--br {
        fill: #313131;
        border-color: #b0b0b0; }
    .button__icon--rotate {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .button__text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%; }
  .button__content {
    border-radius: inherit;
    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;
    position: relative;
    z-index: 1; }
  .button--full {
    width: 100%; }
  .button--icon-br:hover {
    color: #e3050f; }
  .button--icon {
    fill: white;
    padding: 0.375rem; }
    .button--icon .button__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 10px;
      padding: 10px; }
    .scrolling-sub .button--icon {
      fill: #313131; }
    .no-touchevents .button--icon:hover {
      fill: #313131; }
      .header .no-touchevents .button--icon:hover {
        fill: #e3050f; }
  .button--primary {
    background-color: #e3050f;
    color: white;
    padding: 0.625rem;
    fill: #e3050f;
    width: 100%; }
    .button--primary:hover {
      background-color: #AA0007;
      fill: white; }
  .button:active {
    top: 1px; }
  .button--outline, .button--shadow {
    border: 1px solid #b0b0b0;
    padding: 0.75em 2.5em;
    text-transform: uppercase;
    border-radius: 25px;
    fill: #e3050f;
    position: relative;
    background-color: white; }
  .button--shadow {
    padding: 0; }
    .button--shadow .button__content {
      padding: 0.75em 2.5em; }
    .button--shadow::before {
      content: '';
      position: absolute;
      height: 13px;
      left: 14%;
      right: 14%;
      bottom: 0;
      border-radius: 25px;
      -webkit-box-shadow: 0 1px 16px black;
      box-shadow: 0 1px 16px black;
      z-index: 0;
      -webkit-transition: -webkit-box-shadow 300ms;
      transition: -webkit-box-shadow 300ms;
      transition: box-shadow 300ms;
      transition: box-shadow 300ms, -webkit-box-shadow 300ms; }
    .button--shadow:hover {
      color: #e3050f; }
      .button--shadow:hover::before {
        -webkit-box-shadow: 0 1px 20px black;
        box-shadow: 0 1px 20px black; }
  .button--tr {
    background-color: transparent;
    font-weight: 800;
    font-family: Benzin, Arial, sans-serif;
    letter-spacing: 0.325px;
    font-size: 0.8125em;
    line-height: 1;
    color: white;
    border-color: white;
    padding: 0.8125em 2.5em; }
    .button--tr[href] {
      color: white; }
    .button--tr .button__text {
      position: relative;
      top: 1px; }
    .mobiledevice .button--tr {
      background-color: white;
      border-color: #b0b0b0;
      color: black; }
  .button--alt {
    color: white;
    font-size: 0.875rem;
    fill: #e3050f;
    padding: 0.1875rem;
    border: 1px solid white;
    border-radius: 3px;
    -webkit-transition: border-color 300ms, -webkit-box-shadow 300ms;
    transition: border-color 300ms, -webkit-box-shadow 300ms;
    transition: border-color 300ms, box-shadow 300ms;
    transition: border-color 300ms, box-shadow 300ms, -webkit-box-shadow 300ms; }
    .button--alt svg {
      width: 1.3125rem;
      height: 1.3125rem; }
    .button--alt .button__content {
      -webkit-transition: background 300ms;
      transition: background 300ms;
      padding: 0.3125rem 1.75rem 0.3125rem 2.125rem;
      background: rgba(17, 17, 17, 0.3); }
    .button--alt .button__text {
      line-height: 1.375rem; }
    .button--alt .button__icon {
      margin-left: 0.625rem; }
    .button--alt:hover {
      border-color: #e3050f;
      -webkit-box-shadow: 0 0 0 1px #e3050f;
      box-shadow: 0 0 0 1px #e3050f;
      fill: white; }
      .no-mobiledevice .button--alt:hover .button__icon {
        -webkit-animation-name: shake;
        animation-name: shake;
        -webkit-animation-duration: 0.1s;
        animation-duration: 0.1s;
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite; }
      .button--alt:hover .button__content {
        background: rgba(255, 255, 255, 0.3); }
  .button--mm-alt {
    border-color: #b0b0b0;
    border-radius: 100%; }
    .button--mm-alt .button__content {
      padding: 0.625rem;
      border-radius: 100%;
      background-color: #e7e7e7; }
    .button--mm-alt .button__text {
      display: none; }
    .button--mm-alt .button__icon {
      margin-left: 0; }
      .button--mm-alt .button__icon svg {
        width: 1.875rem;
        height: 1.875rem; }
    .button--mm-alt:hover {
      border-color: #e3050f;
      -webkit-box-shadow: 0 0 0 1px #e3050f;
      box-shadow: 0 0 0 1px #e3050f;
      fill: #e3050f; }
      .no-mobiledevice .button--mm-alt:hover .button__icon {
        -webkit-animation-name: shake;
        animation-name: shake;
        -webkit-animation-duration: 0.1s;
        animation-duration: 0.1s;
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite; }
      .button--mm-alt:hover .button__content {
        background: rgba(49, 49, 49, 0.3); }
  .button--sm {
    font-size: 0.8125rem; }
  .button--reviews {
    color: white;
    -webkit-transition: color 300ms;
    transition: color 300ms; }
    .button--reviews:hover {
      color: #e3050f; }
    .button--reviews .button__text {
      line-height: 1.1; }
  .button--arrow {
    padding-left: 1rem;
    padding-right: 1rem; }
    .button--arrow .button__content {
      gap: 10px; }
  .button--arrow-right {
    float: right; }
  .button--white {
    color: white;
    background: transparent; }
  .button--no-effects:hover {
    background: transparent; }
  .button--disabled:hover {
    background: transparent;
    cursor: default; }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-1);
    transform: translateX(-1); }
  100% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px); } }

@keyframes shake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-1);
    transform: translateX(-1); }
  100% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px); } }

.footer {
  margin-top: 6.25rem; }
  .footer-logo {
    fill: #e3050f; }
    .footer-logo svg {
      max-width: 100%;
      width: 16.875rem;
      height: auto; }
  .footer__logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer__content {
    min-height: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    line-height: 1; }
  .footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0.625rem; }
    .footer__contacts span, .footer__contacts a {
      font-family: Arial, sans-serif;
      color: white;
      font-size: 0.8125rem;
      font-weight: 400;
      line-height: 1.25rem;
      text-decoration: none; }
  .footer__top {
    padding: 2.6875rem 0 2rem;
    background: #525559;
    border-top-left-radius: 1.875rem;
    border-top-right-radius: 1.875rem;
    color: white;
    font-size: 1rem;
    font-family: Arial, sans-serif;
    line-height: 1.875rem;
    padding: 3.75rem 2.5rem 0; }
  .footer__bottom {
    background-color: #404449;
    color: white;
    padding: 0.625rem 1.875rem; }

.f-links {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-size: 12px;
  letter-spacing: 0.35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: Arial, sans-serif;
  font-weight: 400;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  line-height: 2; }
  .f-links.p-list {
    padding: 0 0 0.3125rem; }
  .f-links a {
    padding: 0.125rem 0.375rem;
    color: white;
    -webkit-transition: color 300ms;
    transition: color 300ms;
    font-weight: 400;
    white-space: nowrap; }
    .f-links a:hover[href] {
      text-decoration: none; }

.f-copyright {
  margin: 0;
  color: white;
  font-size: 10px;
  font-family: Arial, sans-serif;
  line-height: 2;
  letter-spacing: 0.6px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: center; }

.f-develop {
  margin: 0;
  color: white;
  text-align: center;
  letter-spacing: 0.6px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }
  .f-develop__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: currentColor;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    font-size: 12px;
    line-height: 14px; }
    .f-develop__link:hover {
      color: #313131; }
  .f-develop__text {
    font-size: 12px;
    line-height: 14px; }

.subscribe {
  padding-bottom: 2.625rem;
  max-width: 300px;
  text-align: center; }
  .subscribe__title {
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: white;
    padding-bottom: 0.875rem;
    letter-spacing: 0.375px; }

.f-menu {
  overflow: hidden;
  padding: 0.25rem 0; }
  .f-menu__list {
    list-style: none;
    padding: 0; }
  .f-menu__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: 2.25rem; }
    .f-menu__item::before {
      content: "\2022";
      color: #ECEFF5;
      font-weight: bold;
      display: inline-block;
      width: 1.1em;
      height: 100%;
      margin-left: 0;
      padding-top: 0.25rem;
      font-size: 0.8em;
      line-height: 1; }
  .f-menu__link {
    color: #ECEFF5;
    font-size: 1rem;
    padding: 0.1875rem 0.3125rem 0.1875rem 0;
    font-family: Arial, sans-serif;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
    position: relative;
    letter-spacing: 0.7px; }
    .f-menu__link.active {
      font-weight: 700; }
    .no-touchevents .f-menu__link:hover {
      text-decoration: underline; }

textarea:-webkit-autofill,
input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 9999px white !important; }

textarea[type="text"], textarea[type="search"], textarea[type="button"], textarea[type="submit"],
input[type="text"],
input[type="search"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 1rem; }

.form {
  position: relative; }
  .form.already-subscribed .form-subscribed {
    left: 0; }
  .form .form-subscribed {
    -webkit-transition: left 300ms;
    transition: left 300ms;
    position: absolute;
    top: 0;
    right: 0;
    left: 100%;
    bottom: 0;
    background-color: #b0b0b0;
    border-radius: 1rem;
    overflow: hidden;
    z-index: 1;
    cursor: default; }
    .form .form-subscribed__content {
      font-size: 0.875rem;
      line-height: 1.125rem;
      color: white;
      fill: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      padding: 0.3125rem 1.375rem 0.3125rem 2rem;
      height: 100%; }
    .form .form-subscribed__text {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%;
      margin-left: 0.9375rem;
      letter-spacing: 0.35px; }
  .form--search {
    max-width: 23rem;
    position: relative;
    z-index: 2; }
    .search-in .form--search {
      margin: auto;
      max-width: 100%; }
    .form--search .f-search-suggest {
      display: none;
      position: absolute;
      bottom: 0;
      right: 0;
      opacity: 0;
      -webkit-transform: translateY(100%) scale(0.6);
      transform: translateY(100%) scale(0.6);
      min-width: 17.5rem;
      background-color: white;
      z-index: 20;
      padding: 0.9375rem 0.625rem 0;
      border-radius: 1rem;
      -webkit-transition: opacity 300ms, -webkit-transform 300ms;
      transition: opacity 300ms, -webkit-transform 300ms;
      transition: transform 300ms, opacity 300ms;
      transition: transform 300ms, opacity 300ms, -webkit-transform 300ms;
      -webkit-transition-delay: 100ms;
      transition-delay: 100ms;
      -webkit-box-shadow: 0 4px 12px 0 rgba(49, 49, 49, 0.2);
      box-shadow: 0 4px 12px 0 rgba(49, 49, 49, 0.2); }
      .form--search .f-search-suggest__links {
        padding: 0.5rem 0 0.75rem;
        text-align: right; }
      .search-in .form--search .f-search-suggest {
        position: static;
        -webkit-transform: translateY(0) scale(0.6);
        transform: translateY(0) scale(0.6);
        left: 0;
        right: auto; }
    .form--search.is-show .f-search-suggest {
      display: block;
      opacity: 1;
      -webkit-transform: translateY(100%) scale(1);
      transform: translateY(100%) scale(1); }
      .search-in .form--search.is-show .f-search-suggest {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1); }
      .form--search.is-show .f-search-suggest:empty {
        display: none; }

.form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3125rem;
  line-height: 1.5rem;
  font-weight: 700;
  padding: 0.375rem 1.375rem;
  letter-spacing: 0.21px;
  margin-bottom: 0.25rem; }
  .form-item .svg {
    line-height: 0; }
    .form-item .svg + span {
      padding: 0.4375rem 0 0 0.8125rem; }
  .form-item span {
    display: inline-block; }
  .form-item .p-text {
    line-height: 1.25rem; }
  .form-item--text {
    padding: 0.375rem 0;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    color: #808080; }
    .form-item--text ._color-main {
      font-size: 1.3125rem; }
  .form-item--icon {
    font-size: 1rem;
    line-height: 1.4375rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .form-item--icon .svg {
      width: 3.75rem;
      min-width: 3.75rem;
      height: 3.75rem;
      border-radius: 50%;
      background-color: white;
      -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .form-item--icon .svg svg {
        width: 1.875rem;
        height: 1.875rem; }
      .form-item--icon .svg + span {
        padding: 0.5rem 0 0 1.25rem; }

.form-group {
  position: relative;
  margin-top: 1.125rem; }
  .form-group:first-child {
    margin-top: 0; }
  .form-group--subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0.625rem;
    display: grid;
    grid-template-columns: auto 70px;
    gap: 0.625rem; }
  .form-group__label {
    color: #313131;
    display: block;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    margin-bottom: 0.8125rem;
    font-weight: 600;
    padding: 0;
    letter-spacing: 0.4px; }
    .form-group__label[for] {
      cursor: pointer; }
    .form-group__label ._color-main {
      font-size: 1.3125rem; }
    .form-group--sort .form-group__label {
      font-family: Benzin, Arial, sans-serif;
      font-weight: 500;
      font-size: 1rem;
      line-height: 1.125rem;
      color: #A0A4AD;
      margin: 0;
      padding: 0; }
  .form-group__input, .form-group__textarea, .form-group__select {
    color: #161615;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #08173512;
    border: none;
    border-radius: 1rem;
    display: block;
    font-size: 1em;
    font-family: Arial, sans-serif;
    font-weight: normal;
    padding: 0.875rem 1rem;
    line-height: 1.55;
    -webkit-transition: border 0.2s ease;
    transition: border 0.2s ease;
    width: 100%;
    min-height: 56px;
    font-weight: 500;
    letter-spacing: 0.14px;
    outline: none; }
    .form--sm .form-group__input, .form--sm .form-group__textarea, .form--sm .form-group__select {
      min-height: 40px;
      padding: 0.5rem; }
    .form-group--with-btn .form-group__input, .form-group--with-btn .form-group__textarea, .form-group--with-btn .form-group__select {
      font-size: 0.875rem;
      padding: 0.5rem 2.875rem 0.5rem 1rem; }
    .form-group--subscribe .form-group__input, .form-group--subscribe .form-group__textarea, .form-group--subscribe .form-group__select {
      max-width: 10.625rem;
      background: transparent;
      border-radius: 1rem;
      border: 1px solid #ECEFF5;
      padding: 0.5rem 1rem;
      color: white;
      font-family: Arial, sans-serif;
      font-size: 16px; }
      .form-group--subscribe .form-group__input::-webkit-input-placeholder, .form-group--subscribe .form-group__textarea::-webkit-input-placeholder, .form-group--subscribe .form-group__select::-webkit-input-placeholder {
        font-size: 1.25rem; }
      .form-group--subscribe .form-group__input:-ms-input-placeholder, .form-group--subscribe .form-group__textarea:-ms-input-placeholder, .form-group--subscribe .form-group__select:-ms-input-placeholder {
        font-size: 1.25rem; }
      .form-group--subscribe .form-group__input::-ms-input-placeholder, .form-group--subscribe .form-group__textarea::-ms-input-placeholder, .form-group--subscribe .form-group__select::-ms-input-placeholder {
        font-size: 1.25rem; }
      .form-group--subscribe .form-group__input::placeholder, .form-group--subscribe .form-group__textarea::placeholder, .form-group--subscribe .form-group__select::placeholder {
        font-size: 1.25rem; }
    .form-group__input::-webkit-input-placeholder, .form-group__textarea::-webkit-input-placeholder, .form-group__select::-webkit-input-placeholder {
      color: #A0A4AD;
      font-family: Arial, sans-serif;
      opacity: 1;
      font-size: 1rem; }
    .form-group__input:-ms-input-placeholder, .form-group__textarea:-ms-input-placeholder, .form-group__select:-ms-input-placeholder {
      color: #A0A4AD;
      font-family: Arial, sans-serif;
      opacity: 1;
      font-size: 1rem; }
    .form-group__input::-ms-input-placeholder, .form-group__textarea::-ms-input-placeholder, .form-group__select::-ms-input-placeholder {
      color: #A0A4AD;
      font-family: Arial, sans-serif;
      opacity: 1;
      font-size: 1rem; }
    .form-group__input::placeholder, .form-group__textarea::placeholder, .form-group__select::placeholder {
      color: #A0A4AD;
      font-family: Arial, sans-serif;
      opacity: 1;
      font-size: 1rem; }
    .form-group__input:focus, .form-group__textarea:focus, .form-group__select:focus {
      outline: none; }
      .form-group--subscribe .form-group__input:focus ~ .form-group__button, .form-group--subscribe .form-group__textarea:focus ~ .form-group__button, .form-group--subscribe .form-group__select:focus ~ .form-group__button {
        background-color: #414140; }
    .form-group__input.is-valid, .form-group__textarea.is-valid, .form-group__select.is-valid {
      outline: none; }
      .form-group--subscribe .form-group__input.is-valid ~ .form-group__button, .form-group--subscribe .form-group__textarea.is-valid ~ .form-group__button, .form-group--subscribe .form-group__select.is-valid ~ .form-group__button {
        background-color: #414140; }
    .form-group__input.has-error, .form-group__textarea.has-error, .form-group__select.has-error {
      border-color: #e3050f !important; }
      .form-group__input.has-error:focus ~ label.has-error, .form-group__textarea.has-error:focus ~ label.has-error, .form-group__select.has-error:focus ~ label.has-error {
        visibility: visible;
        pointer-events: auto; }
    .form-group__input ~ label.has-error, .form-group__textarea ~ label.has-error, .form-group__select ~ label.has-error {
      color: #e3050f;
      background-color: white;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      padding: 0.3125rem 0.625rem;
      line-height: 1rem;
      font-size: 14px;
      visibility: hidden;
      pointer-events: none;
      z-index: 1;
      letter-spacing: 0.12px;
      -webkit-box-shadow: 0 4px 12px 0 rgba(49, 49, 49, 0.2);
      box-shadow: 0 4px 12px 0 rgba(49, 49, 49, 0.2);
      margin-top: 1px;
      border-radius: 10px; }
  .form-group__textarea {
    min-height: 5rem;
    max-height: 31.25rem;
    resize: vertical;
    line-height: 1.25; }
    .form--sm .form-group__textarea {
      min-height: 5rem;
      max-height: 31.25rem; }
  .form-group__select {
    border: none;
    background: none;
    padding: 0 0.5rem;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .form-group__select[data-s2s] {
      font-size: 0.875rem;
      line-height: 1.125rem;
      padding-left: 1.125rem;
      padding-right: 1.75rem; }
      .form-group__select[data-s2s] ~ label.has-error {
        visibility: visible;
        pointer-events: auto; }
    .form-group__select.has-error ~ .select2-container .s2s-container {
      border-color: #e3050f;
      outline: none; }
  .form-group__button {
    cursor: pointer;
    -webkit-transition: background-color 300ms, fill 300ms;
    transition: background-color 300ms, fill 300ms; }
    .form-group--with-btn .form-group__button {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      height: 100%;
      padding: 0 0.75rem; }
    .form-group--subscribe .form-group__button {
      width: 4.375rem;
      background-color: #A0A4AD;
      fill: white;
      border: 1px solid #A0A4AD;
      border-radius: 1rem; }
      .form-group--subscribe .form-group__button:hover {
        background-color: transparent;
        fill: white; }

.select2 {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 600;
  outline: none;
  min-height: 2.5rem; }
  .select2 .selection {
    min-height: inherit;
    position: relative;
    display: block; }
  .select2 .select2-selection {
    outline: none;
    min-height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .select2.select2-container--default .select2-selection--single {
    background-color: white;
    border: none;
    border-radius: 0; }
  .select2.select2-container--default .select2-selection__arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .select2.select2-container--default .select2-selection__rendered {
    padding-left: 1.125rem;
    padding-right: 1.75rem;
    min-width: 11.5625rem; }
  .select2-container .select2-dropdown {
    background-color: transparent;
    border: none; }
    .select2-container .select2-dropdown .select2-results {
      margin-top: -0.4375rem;
      padding: 0.625rem 0.9375rem;
      background: white;
      border-radius: 1rem;
      -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
      .select2-container .select2-dropdown .select2-results__option {
        font-family: Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.125rem;
        padding: 0.625rem 0.875rem;
        font-weight: 500; }
        .select2-container .select2-dropdown .select2-results__option[aria-selected="true"] {
          background: none;
          color: #e3050f; }
        .select2-container .select2-dropdown .select2-results__option--highlighted[aria-selected] {
          background: transparent;
          color: #e3050f; }

.form-group--sort .select2 .select2-selection__rendered {
  font-family: Benzin, Arial, sans-serif;
  font-weight: 500;
  color: #e3050f; }

.form-group--sort .select2 .select2-selection__arrow {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 14px;
  background-image: url("/assets/images/icon-arrow-to-down.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }
  .form-group--sort .select2 .select2-selection__arrow [role="presentation"] {
    display: none; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 150;
  color: transparent;
  background: white;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  height: 60px; }
  .header--home.is-show ~ .header {
    display: none; }
  .header--shadow {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
  .header__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative; }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .header__bottom {
    padding: 0.3125rem 0.9375rem 0.3125rem; }
  .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .header--home {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent; }
    .header--home.is-show {
      display: block; }
    .header--home .header__bottom {
      position: absolute;
      top: 0;
      left: 0;
      width: 100vw;
      z-index: 10; }
    .header--home .menu-burger__burger {
      background: white; }
      .header--home .menu-burger__burger::before, .header--home .menu-burger__burger::after {
        background: white; }
    .header--home .menu-burger__title {
      color: white; }
    .header--home .button__text {
      color: white; }

.menu-burger {
  position: relative;
  height: 100%;
  height: 48px;
  width: 55px;
  border-radius: 16px;
  padding: 8px;
  background: transparent;
  padding: 10px 2px;
  cursor: pointer;
  z-index: 12; }
  .menu-burger:hover {
    background: #08173512; }
  .menu-burger--inner {
    position: absolute;
    left: 20px;
    top: 2px;
    z-index: 13; }
  .menu-burger__burger {
    width: 28px;
    height: 2px;
    background: #e3050f;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .menu-burger__burger::before {
      content: '';
      width: 28px;
      height: 2px;
      background: #e3050f;
      position: absolute;
      top: calc(50% - 8px);
      left: 0;
      -webkit-transition: .2s all;
      transition: .2s all; }
    .menu-burger__burger::after {
      content: '';
      width: 28px;
      height: 2px;
      background: #e3050f;
      position: absolute;
      top: calc(50% + 6px);
      left: 0;
      -webkit-transition: .2s all;
      transition: .2s all; }
  .menu-burger__title {
    display: none;
    font-family: Benzin, Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #e3050f;
    margin-left: 48px; }

.menu-burger.active .menu-burger__title {
  color: white; }

.menu-burger.active .menu-burger__burger {
  height: 0; }
  .menu-burger.active .menu-burger__burger::before {
    background: white;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg); }
  .menu-burger.active .menu-burger__burger::after {
    background: white;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg); }

.c-main-menu {
  display: block;
  position: fixed;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100vh;
  z-index: 211;
  -webkit-transition: left .3s;
  transition: left .3s; }
  .c-main-menu.active {
    left: 0; }

.main-menu {
  top: 0;
  height: 100vh;
  max-width: 1260px;
  background-color: #121211;
  background-image: url("/assets/images/menu.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 112;
  -webkit-transition: left .3s;
  transition: left .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100vw; }
  .main-menu.active {
    left: 0;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2); }
  .main-menu__container {
    position: absolute;
    left: 0;
    display: grid;
    padding: 0 20px;
    width: 100%;
    gap: 40px;
    top: 60px;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content; }
  .main-menu__menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px; }
  .main-menu__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    list-style: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    width: 260px;
    gap: 2.8125rem; }
    .main-menu__menu--big {
      font-size: 32px;
      line-height: 40px; }
    .main-menu__menu--small {
      font-size: 20px;
      line-height: 26px; }
  .main-menu__item {
    font-size: inherit; }
  .main-menu__link {
    text-decoration: none;
    color: white;
    font-weight: 500;
    font-family: Benzin, Arial, sans-serif;
    position: relative; }
    .main-menu__link::after {
      content: '';
      position: absolute;
      bottom: 0;
      margin-bottom: -10px;
      left: 0;
      width: 0;
      height: 0.1875em;
      -webkit-transition: .2s all;
      transition: .2s all;
      background: #e3050f; }
    .main-menu__link:hover {
      color: #e3050f; }
      .main-menu__link:hover::after {
        width: 100%; }
  .main-menu--light {
    display: none;
    height: 100%;
    background: rgba(255, 255, 255, 0.01); }
  .main-menu__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    list-style: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Arial, sans-serif;
    margin: 0;
    width: 260px; }
  .main-menu .n-info-block__title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #A0A4AD;
    margin: 5px 0;
    display: block; }
  .main-menu .n-info-block__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .main-menu .n-info-block__text {
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px; }
  .main-menu .callback-btn {
    display: block;
    font-size: 16px;
    color: #e3050f;
    cursor: pointer;
    font-family: Benzin, Arial, sans-serif;
    line-height: 32px;
    padding-left: 30px;
    text-decoration: none;
    position: relative; }
    .main-menu .callback-btn::before {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: -2px;
      display: inline-block;
      width: 30px;
      height: 30px;
      margin-top: -3px;
      background: url("/assets/images/icons64-red.svg");
      background-size: contain; }

.m-header {
  color: white;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  min-height: 2.8125rem;
  max-width: 100%;
  width: 100%;
  z-index: 5; }
  .m-header.scrolling-sub .hamburger-inner {
    background-color: #313131; }
    .m-header.scrolling-sub .hamburger-inner::before, .m-header.scrolling-sub .hamburger-inner::after {
      background-color: #313131; }
  .m-header .hamburger-inner {
    width: 30px;
    border-radius: 0;
    height: 3px; }
    .m-header .hamburger-inner::before, .m-header .hamburger-inner::after {
      width: 30px;
      border-radius: 0;
      height: 3px; }
  .m-header__top {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 0;
    fill: white; }
    .scrolling-sub .m-header__top {
      display: none; }
  .m-header__bottom {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0.75rem 0; }
    .scrolling-sub .m-header__bottom {
      background-color: white; }
  .m-header.scrolling-down {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
    .m-header.scrolling-down .m-header__button .m-header__info {
      display: none; }
  .m-header__logo {
    line-height: 0;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 0 0.875rem;
    fill: #e3050f; }
    .m-header__logo svg {
      width: 9.0625rem; }

.hamburger {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  height: 35px;
  width: 35px;
  outline: none; }
  .no-touchevents .hamburger:hover {
    background-color: #313131; }
    .no-touchevents .hamburger:hover .hamburger-inner, .no-touchevents .hamburger:hover .hamburger-inner::before, .no-touchevents .hamburger:hover .hamburger-inner::after {
      background-color: white; }

.hamburger-box {
  width: 25px;
  height: 20px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 4px;
    background-color: white;
    border-radius: 3px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.content {
  position: relative;
  max-width: 1920px;
  margin: 0 auto; }
  .content--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 50px; }

.content-head {
  position: relative;
  overflow: hidden;
  padding: 6.125em 0 5em; }
  .content-head__cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .content-head__wrap {
    position: relative;
    padding: 5.5625em 0 1.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    min-height: 13.5625rem; }

.content-title {
  color: white;
  font-size: 2.5em;
  font-family: Arial, sans-serif;
  line-height: 1.35;
  letter-spacing: 2px;
  margin: 0;
  font-weight: normal; }
  .content-title--dark {
    color: black; }

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
  height: auto; }

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  .main--white {
    background-color: white; }

.header ~ .main {
  padding-top: 60px; }

.header--home ~ .main {
  padding-top: 100vh; }

.section-title {
  width: 100%;
  display: inline-block;
  color: white;
  background: #e3050f;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.625rem;
  padding: 1rem 2rem;
  border-radius: 1rem;
  margin: 0 0 1rem 0;
  text-transform: capitalize; }
  .section-title--light {
    background: #A0A4AD; }
  .section-title--secondary {
    background: #525559; }

.two-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem; }

.three-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.75rem; }

.section--gray {
  background-color: #ECEFF5; }

.mv {
  margin: 3.125rem 0; }

p,
ul,
ol {
  font-family: Arial, sans-serif; }

ul,
ol {
  padding-left: 20px; }
  ul li,
  ol li {
    padding: 0 !important; }
    ul li::marker,
    ol li::marker {
      color: #e3050f; }

table tr:nth-child(odd) {
  background: #ECEFF5; }

table tr:first-child {
  background: #e3050f;
  font-family: Arial, sans-serif;
  color: white;
  font-size: 1rem;
  font-weight: 700 !important;
  font-style: normal; }
  table tr:first-child td.cell-focus {
    font-weight: 700 !important; }

.container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  max-width: calc(1570px + 0.9375rem * 2);
  margin: 0 auto; }
  .container--main {
    max-width: calc(1570px - 300px + 0.9375rem * 2); }
  .container .container {
    padding-left: 0;
    padding-right: 0; }
  .container--large {
    max-width: calc(1800px + 0.9375rem * 2); }
  .container--small {
    max-width: calc(1170px - 300px + 0.9375rem * 2); }
  .container--full {
    max-width: 100%; }
  .container--no-gap {
    padding-left: 0;
    padding-right: 0; }
  .container--medium {
    max-width: calc(1562px - 300px + 0.9375rem * 2);
    padding-bottom: 1.125rem; }
  .container--ml {
    max-width: calc(1426px - 300px + 0.9375rem * 2); }
  .container--ml-prod {
    max-width: calc(1170px + 0.9375rem * 2); }
  .container--ms {
    max-width: calc(1282px - 300px + 0.9375rem * 2); }
  .container--prod {
    max-width: calc(1394px - 200px + 0.9375rem * 2); }
  .container--search {
    max-width: calc(1472px - 300px + 0.9375rem * 2); }
  .container--ms-w50 {
    max-width: calc(1282px / 2);
    width: 100%; }
    .container--ms-w50._ml-auto {
      margin-left: auto;
      margin-right: 0; }
    .container--ms-w50._mr-auto {
      margin-right: auto;
      margin-left: 0; }
  .container--lg-w50 {
    width: 100%;
    max-width: calc(1570px / 2); }
  .container--team {
    max-width: calc(1225px + 0.9375rem * 2); }

.popup {
  background-color: white;
  position: relative;
  padding: 1.875rem 1.25rem;
  margin: 1.5rem auto;
  max-width: 96%;
  min-width: 305px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1rem; }
  .popup--sm {
    max-width: 420px; }
  .popup__desc {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #525559;
    margin: 0 auto 20px;
    max-width: 360px; }
  .popup .p-title {
    font-family: Benzin, Arial, sans-serif;
    color: #161615;
    font-weight: 500;
    padding: 0 1.5rem;
    font-size: 1.25rem;
    line-height: 1.625rem;
    text-align: center;
    text-transform: none; }
  .popup .mfp-close {
    color: #313131;
    opacity: 0.5;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    padding: 0.3125rem; }
    .popup .mfp-close svg {
      width: 1.5625rem;
      height: 1.5625rem;
      pointer-events: none; }
    .popup .mfp-close:hover {
      opacity: 1; }
  .popup-icon {
    position: relative;
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
    padding-left: 30px !important;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .popup-icon::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 26px;
      height: 26px;
      background-size: contain;
      background-position: top center;
      background-repeat: no-repeat; }
    .popup-icon--callback::before {
      background-image: url("/assets/images/icon-callback-gray.svg"); }

[data-lettering] {
  opacity: 0; }

b {
  font-weight: 800; }

._scrollbar::-webkit-scrollbar {
  width: 7px; }
  ._scrollbar::-webkit-scrollbar-track {
    background: white; }
  ._scrollbar::-webkit-scrollbar-thumb {
    background: #313131; }
    ._scrollbar::-webkit-scrollbar-thumb:hover {
      background: #e3050f; }

.stop-anim * {
  -webkit-transition: 0s !important;
  transition: 0s !important; }

.el-anim {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  position: relative; }
  .el-anim.is-show {
    -webkit-transition: opacity 600ms, -webkit-transform 600ms;
    transition: opacity 600ms, -webkit-transform 600ms;
    transition: opacity 600ms, transform 600ms;
    transition: opacity 600ms, transform 600ms, -webkit-transform 600ms;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .el-anim--right {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
    .el-anim--right.is-show {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
  .el-anim--left {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
    .el-anim--left.is-show {
      -webkit-transform: translateX(0);
      transform: translateX(0); }

.block-anim {
  position: relative; }
  .block-anim > * {
    -webkit-transition: opacity 600ms 600ms;
    transition: opacity 600ms 600ms;
    opacity: 0; }
  .block-anim::after {
    background-color: rgba(227, 5, 15, 0.75);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: 0;
    z-index: 2;
    -webkit-transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
    transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s; }
  .block-anim.is-show > * {
    opacity: 1; }
  .block-anim.is-show::after {
    right: 0;
    left: 100%; }
  .block-anim--dark::after {
    background-color: #313131; }
  .block-anim--inline {
    display: inline-block; }

.svg {
  line-height: 0; }

.image-shadow img {
  -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px; }

.gcell--no-items {
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important;
  width: 100% !important;
  max-width: 100% !important; }

._fill-main {
  fill: #e3050f; }

._fit.lozad--is-ready {
  -o-object-fit: cover;
  object-fit: cover; }

._fit--h.lozad--is-ready {
  height: 100%; }

._fit--w.lozad--is-ready {
  width: 100%; }

._line {
  height: 1px;
  background-color: #e0e0e0;
  width: 100%;
  margin: 3px 0; }
  ._line--gradient {
    background-image: -webkit-gradient(linear, left top, right top, from(#e0e0e0), to(rgba(224, 224, 224, 0)));
    background-image: linear-gradient(90deg, #e0e0e0, rgba(224, 224, 224, 0));
    background-color: transparent; }
  ._line--dark {
    background-color: black; }
  ._line--sm-red {
    height: 3px;
    background-color: #e3050f;
    width: 20px;
    margin: 0; }
  ._line--no-gap {
    margin: 0; }

._text-nowrap {
  white-space: nowrap; }

.border {
  position: relative;
  padding: 0.8rem 0; }
  .border--left-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    height: 1px;
    background-color: #e0e0e0; }
  .border--right-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    height: 1px;
    background-color: #e0e0e0; }

._relative {
  position: relative; }

._z-index {
  position: relative;
  z-index: 1; }

.bg {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center; }
  .bg--not-found {
    min-height: 29.4375rem;
    background-origin: content-box;
    background-position: center top;
    padding: 3.625rem 0 0;
    background-size: 100% auto; }
  .bg--news-latest {
    background-position: left top;
    background-size: cover;
    height: 14.875rem;
    position: absolute;
    top: 0;
    left: 0;
    right: -1rem;
    z-index: 0; }

._bottom-line {
  border-bottom: 1px solid #b0b0b0; }

@-webkit-keyframes zoom-out {
  from {
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes zoom-out {
  from {
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes fadeOpacity {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOpacity {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.breadcrumbs {
  color: #313131;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  font-size: 1em;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.35px;
  margin: 0.75em 0 1.25rem;
  font-family: Arial, sans-serif; }
  .breadcrumbs > * {
    white-space: nowrap;
    position: relative; }
    .breadcrumbs > *:last-child {
      max-width: 45%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .breadcrumbs a {
    color: #A0A4AD;
    cursor: default;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    background: transparent;
    padding: 0.5rem 1.625rem 0.5rem 0.5rem;
    border-radius: 0.5rem; }
    .breadcrumbs a[href] {
      cursor: pointer;
      color: #e3050f; }
      .breadcrumbs a[href]:hover {
        background: #08173512; }

.scroll-up-btn {
  cursor: pointer;
  background-color: #ECEFF5;
  border: 1px solid white;
  border-radius: 1rem;
  position: fixed;
  bottom: 1em;
  right: 1.5%;
  height: 4rem;
  width: 4rem;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: background-color 0.2s ease, border 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, border 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, border 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .scroll-up-btn.is-show {
    -webkit-transform: scale(1);
    transform: scale(1); }
  .scroll-up-btn svg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: fill 0.1s ease-in, -webkit-transform 0.1s ease-in;
    transition: fill 0.1s ease-in, -webkit-transform 0.1s ease-in;
    transition: fill 0.1s ease-in, transform 0.1s ease-in;
    transition: fill 0.1s ease-in, transform 0.1s ease-in, -webkit-transform 0.1s ease-in;
    fill: white; }

/* Language-component -dark */
.cookie {
  position: fixed;
  bottom: -1px;
  right: 10px;
  background: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 305px;
  padding: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-weight: bold;
  z-index: 20; }
  .cookie.is-hidden {
    display: none; }
  .cookie a {
    color: #e3050f; }
  .cookie__content {
    font-family: Benzin, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    color: #161615; }
  .cookie__button {
    border-radius: 20px;
    background: #e3050f;
    color: white;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    display: block;
    padding: 10px;
    cursor: pointer;
    margin-top: 10px; }
  .cookie__close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    line-height: 0;
    font-weight: 500;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: transparent;
    border: none; }
    .cookie__close svg {
      fill: #e3050f; }
    .cookie__close::before, .cookie__close::after {
      position: relative;
      content: '';
      display: block;
      width: 20px;
      height: 2px;
      left: 50%;
      background: #e3050f; }
    .cookie__close::before {
      -webkit-transform: translateX(-50%) rotate(45deg);
      transform: translateX(-50%) rotate(45deg); }
    .cookie__close::after {
      -webkit-transform: translateX(-50%) rotate(-45deg);
      transform: translateX(-50%) rotate(-45deg);
      margin-top: -2px; }

.callback-form {
  display: block;
  background: #ECEFF5;
  border-radius: 1.25rem;
  padding: 3.125rem 2.5rem;
  font-size: 1rem; }
  .callback-form h2 {
    margin-bottom: 0.3125rem;
    font-weight: 400;
    color: #161615;
    margin-top: 0; }
  .callback-form p {
    font-family: Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0; }
  .callback-form__form {
    margin: 1.875rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem; }

.draggable-table {
  position: relative;
  overflow: hidden; }
  .draggable-table__holder {
    cursor: initial !important;
    -webkit-user-select: initial !important;
    -moz-user-select: initial !important;
    -ms-user-select: initial !important;
    user-select: initial !important; }
    .draggable-table--left .draggable-table__holder,
    .draggable-table--right .draggable-table__holder {
      cursor: move !important; }
  .draggable-table::before, .draggable-table::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1.5rem;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 99; }
  .draggable-table::before {
    right: 100%;
    -webkit-box-shadow: 10px 0 8px -6px #b0b0b0;
    box-shadow: 10px 0 8px -6px #b0b0b0; }
  .draggable-table::after {
    left: 100%;
    -webkit-box-shadow: -10px 0 8px -6px #b0b0b0;
    box-shadow: -10px 0 8px -6px #b0b0b0; }
  .draggable-table--left::before, .draggable-table--right::after {
    opacity: .3; }

.msg-no-items {
  color: #e3050f;
  font-size: 1.25em;
  font-family: Arial, sans-serif;
  letter-spacing: 0.75px; }
  .msg-no-items--white {
    color: white; }

.empty-msg {
  text-align: center;
  font-weight: 500;
  font-size: 1.0625rem; }
  .empty-msg a {
    color: #e3050f;
    font-size: 1.125rem; }
    .empty-msg a:hover {
      color: #e3050f;
      text-decoration: none; }

.page-nav {
  margin: 1.875em 0; }

.page-nav-link {
  color: #e3050f;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  text-decoration: none; }
  .page-nav-link--back {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
  .no-touchevents .page-nav-link:hover svg {
    fill: #313131; }
  .no-touchevents .page-nav-link:hover .page-nav-text {
    color: #313131; }

.page-nav-icon {
  position: relative;
  line-height: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 1.875em;
  width: 1.875em; }
  .page-nav-icon svg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 85%;
    max-height: 85%;
    -webkit-transition: fill 0.2s ease;
    transition: fill 0.2s ease; }
  .page-nav-icon--prev svg, .page-nav-icon--next svg {
    fill: currentColor; }
  .page-nav-icon--prev {
    margin-right: 0.625em; }
  .page-nav-icon--next {
    margin-left: 0.625em; }
  .page-nav-icon--back {
    margin-bottom: 0.375em; }
    .page-nav-icon--back svg {
      fill: #313131; }

.page-nav-text {
  font-size: 11px;
  line-height: 1;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }

.pagination-row {
  margin: 0.375em 0 3em; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.pagination-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.pagination-link {
  border: 1px solid transparent;
  color: #b0b0b0;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.5;
  padding: 0.25rem;
  min-height: 1.875rem;
  min-width: 1.875rem;
  margin: 0 0.0625rem; }
  .pagination-link svg {
    fill: currentColor;
    vertical-align: middle; }
  .pagination-link--curr {
    color: #e3050f;
    border-color: #b0b0b0; }
  .no-touchevents .pagination-link:hover {
    color: black; }

.preloader {
  position: relative; }
  .preloader__block {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 10; }
    .preloader__block::before {
      content: '';
      position: absolute;
      background-color: transparent;
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      height: 100%;
      width: 100%; }
      .preloader--show .preloader__block::before {
        opacity: 1; }
    .preloader__block::after {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      content: '';
      -webkit-animation: spin 1s linear infinite;
      animation: spin 1s linear infinite;
      border-radius: 50%;
      border: 4px solid #e3050f;
      border-left-color: transparent;
      opacity: 0;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      width: 20px;
      height: 20px; }
      .preloader--show .preloader__block::after {
        opacity: 1; }

.ratio {
  position: relative;
  background-color: #e9e9e9; }
  .ratio--1x1 {
    padding-top: 100%; }
  .ratio--16x9 {
    padding-top: 56.25%; }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.seo-row {
  font-family: Arial, sans-serif;
  font-size: 1rem; }
  .seo-row h2 {
    font-family: Benzin, Arial, sans-serif;
    font-weight: 400;
    color: #161615;
    margin-top: 0; }
  .seo-row blockquote {
    margin: 0; }

.seo-text,
.seo-text-a {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  -webkit-transition: height 300ms;
  transition: height 300ms; }

.seo-text-a {
  position: relative;
  max-height: 13.125rem; }

.seo-shadow {
  position: relative; }
  .seo-shadow[aria-expanded="false"]::after {
    content: '';
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.0001)), to(white));
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.0001) 0%, white 100%);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3rem;
    width: 100%;
    z-index: 1; }

.search-header {
  position: relative;
  width: 50px; }
  .search-header.active {
    width: 360px; }
  .search-header__icon {
    display: block;
    width: 48px;
    height: 48px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 16px;
    position: absolute;
    padding: 8px;
    -webkit-transition: .2s all;
    transition: .2s all;
    left: 10px;
    top: 0;
    z-index: 30; }
    .search-header__icon img {
      position: absolute;
      top: 10px;
      left: 10px;
      -webkit-transition: .2s all;
      transition: .2s all;
      width: 28px;
      height: 28px; }
    .search-header__icon--default {
      opacity: 1; }
    .search-header__icon--gray {
      opacity: 0; }
    .search-header.active .search-header__icon {
      left: 0; }
      .search-header.active .search-header__icon--default {
        opacity: 0; }
      .search-header.active .search-header__icon--gray {
        opacity: 1; }
    .search-header:not(.active) .search-header__icon {
      cursor: pointer; }
      .search-header:not(.active) .search-header__icon:hover {
        background-color: #08173512; }
  .search-header__form {
    width: 100%;
    background: transparent;
    border-bottom: 2px solid #e3050f;
    opacity: 0;
    -webkit-transition: .2s all;
    transition: .2s all; }
    .search-header.active .search-header__form {
      opacity: 1;
      padding-left: 50px; }
    .search-header__form .form-group--with-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .search-header__form input,
    .search-header__form input:focus {
      border: none;
      background: transparent;
      width: 100%;
      -webkit-box-shadow: none;
      box-shadow: none;
      font-size: 18px;
      padding-left: 0 !important;
      padding-right: 0 !important; }
      .search-header__form input::-webkit-input-placeholder,
      .search-header__form input:focus::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 32px;
        font-family: Benzin, Arial, sans-serif;
        font-weight: 400;
        color: #A0A4AD; }
      .search-header__form input:-ms-input-placeholder,
      .search-header__form input:focus:-ms-input-placeholder {
        font-size: 16px;
        line-height: 32px;
        font-family: Benzin, Arial, sans-serif;
        font-weight: 400;
        color: #A0A4AD; }
      .search-header__form input::-ms-input-placeholder,
      .search-header__form input:focus::-ms-input-placeholder {
        font-size: 16px;
        line-height: 32px;
        font-family: Benzin, Arial, sans-serif;
        font-weight: 400;
        color: #A0A4AD; }
      .search-header__form input::placeholder,
      .search-header__form input:focus::placeholder {
        font-size: 16px;
        line-height: 32px;
        font-family: Benzin, Arial, sans-serif;
        font-weight: 400;
        color: #A0A4AD; }
  .search-header.active {
    background: white; }
  .search-header--home .search-header__form {
    border-bottom: 2px solid white; }
    .search-header--home .search-header__form input,
    .search-header--home .search-header__form input:focus {
      color: white; }
      .search-header--home .search-header__form input::-webkit-input-placeholder,
      .search-header--home .search-header__form input:focus::-webkit-input-placeholder {
        color: white; }
      .search-header--home .search-header__form input:-ms-input-placeholder,
      .search-header--home .search-header__form input:focus:-ms-input-placeholder {
        color: white; }
      .search-header--home .search-header__form input::-ms-input-placeholder,
      .search-header--home .search-header__form input:focus::-ms-input-placeholder {
        color: white; }
      .search-header--home .search-header__form input::placeholder,
      .search-header--home .search-header__form input:focus::placeholder {
        color: white; }
  .search-header--home.active {
    background: black; }

.section-three {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start; }
  .section-three__image {
    border-radius: 1rem; }
    .section-three__image img {
      border-radius: 1rem;
      display: block;
      width: 100%; }
  .section-three__title {
    margin-bottom: 0 !important; }

.share-links {
  padding: 0.3125rem 1.25rem;
  margin: 0;
  list-style: none;
  text-align: center;
  background: #ECEFF5;
  border-radius: 1rem; }
  .share-links__title {
    color: #A0A4AD;
    font-family: Benzin, Arial, sans-serif;
    margin-bottom: 0.625rem; }
  .share-links__item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    position: relative; }
    .share-links__item:not(:last-child)::after {
      content: '';
      display: block;
      position: absolute;
      width: 1px;
      height: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0;
      background: #A0A4AD; }
  .share-links__link {
    color: #6b6b6b;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    transition: transform 0.15s ease, box-shadow 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
    position: relative;
    padding: 0.4375em 0.5625em; }
    .share-links__link:hover {
      text-decoration: underline; }
  .share-links__icon {
    -webkit-transition: fill 300ms;
    transition: fill 300ms;
    margin-top: -2px; }
  .share-links__name {
    font-size: 0.875rem;
    color: #A0A4AD;
    font-family: Benzin, Arial, sans-serif;
    margin-left: 0.625em;
    letter-spacing: 0.12px; }

.social-n {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .social-n__text {
    display: none;
    font-family: Benzin, Arial, sans-serif;
    color: white;
    font-weight: 500;
    font-size: 1rem; }
  .social-n-item {
    display: block; }
  .social-n-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    -webkit-transition: background-color 0.2s ease, border 0.2s ease;
    transition: background-color 0.2s ease, border 0.2s ease;
    fill: #b0b0b0;
    height: 100%;
    padding: 0.75rem; }

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

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

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

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

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

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

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

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

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

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

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

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

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

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

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

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

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

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

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

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

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

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

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

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

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

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

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

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

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

[data-toggle-block] {
  -webkit-transition: height 0.15s linear;
  transition: height 0.15s linear;
  overflow: hidden;
  will-change: height; }

.toggle-shadow {
  position: relative; }
  .toggle-shadow.is-toggle::after {
    content: '';
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.0001)), to(#f0f1f3));
    background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.0001) 0%, #f0f1f3 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3em;
    width: 100%;
    z-index: 3; }
  .toggle-shadow--white.is-toggle::after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.0001)), to(white));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.0001) 0%, white 100%); }

[data-toggle-button] {
  cursor: pointer;
  display: none !important; }
  [data-toggle-button].is-toggle {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }

.wstabs-btn {
  cursor: pointer; }
  .wstabs-btn.is-active {
    cursor: default; }
  .wstabs-btn:disabled, .wstabs-btn.is-disabled {
    cursor: not-allowed; }

.wstabs-block:not(.is-active) {
  display: none; }

h1.p-title {
  font-weight: normal; }

.p-title {
  font-size: 1.75em;
  line-height: 1;
  font-family: Arial, sans-serif;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  font-weight: normal; }
  .p-title span {
    display: inline-block; }
  .p-title--ms {
    font-size: 1.5625em;
    letter-spacing: 0.625px; }
  .p-title--main {
    color: #e3050f; }
  .p-title--light {
    color: white; }
  .p-title--lg {
    font-size: 1.875em;
    letter-spacing: 0.75px; }
  .p-title--xl {
    font-size: 2em;
    letter-spacing: 0.8px; }
  .p-title--st {
    font-size: 3.75em;
    letter-spacing: 1.5px; }
  .p-title--slide-h1 {
    font-size: 2.5rem;
    line-height: 1.1;
    letter-spacing: 1px; }
  .p-title--slide-h2 {
    font-size: 1.75rem;
    line-height: 1.1;
    letter-spacing: 1.4px; }
  .p-title--line {
    position: relative;
    z-index: 0;
    text-align: center; }
    .p-title--line > span {
      position: relative;
      z-index: 1;
      background-color: white;
      padding: 0 1.375rem; }
      .p-title--line > span span {
        position: relative;
        z-index: 1; }
      .p-title--line > span::before {
        content: '';
        position: absolute;
        z-index: 0;
        bottom: -0.625rem;
        top: -0.625rem;
        left: -15%;
        right: -15%;
        background-color: white;
        max-width: 100vw; }
    .p-title--line::after {
      content: '';
      position: absolute;
      z-index: 0;
      bottom: 3px;
      height: 1px;
      background-color: #e0e0e0;
      left: 50%;
      width: 100vw;
      max-width: 100vw;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }

.p-text {
  margin: 0;
  font-size: 1em;
  line-height: 1.1;
  font-weight: normal;
  font-family: Arial, sans-serif; }
  .p-text--main {
    color: #e3050f; }
  .p-text--light {
    color: white; }
  .p-text--exlight {
    color: rgba(255, 255, 255, 0.5); }
  .p-text--st {
    font-size: 1.0625em; }
  .p-text--xl {
    font-size: 1.3125em;
    font-weight: 700;
    letter-spacing: 0.525px; }
  .p-text--mg {
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 0.24px; }
  .p-text--dt {
    font-size: 1.5625em;
    letter-spacing: 0.625px; }
  .p-text--sm {
    font-size: 0.9375em;
    letter-spacing: 0.15px; }
  .p-text--xs {
    font-size: 0.875rem;
    letter-spacing: 0.14px;
    font-weight: 500; }
  .p-text--contact {
    letter-spacing: 0.16px;
    line-height: 2rem;
    color: currentColor; }
    .p-text--contact[href] {
      text-decoration: none; }
      .p-text--contact[href]:hover {
        color: #e3050f; }
    .p-text--contact b {
      display: inline-block; }
    .p-text--contact small {
      line-height: 1.8125rem;
      vertical-align: bottom;
      font-size: 87%; }
    .p-text--contact > span {
      line-height: 1.6;
      display: inline-block; }
  .p-text--bold {
    font-weight: 800; }
  .p-text--sbold {
    font-weight: 600; }

.p-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .p-list--about {
    padding-left: 1.5625rem; }
    .p-list--about li {
      font-size: 1.125rem;
      line-height: 1.5625rem;
      letter-spacing: 0.22px;
      padding: 0.375rem 0; }
      .p-list--about li::before {
        content: "\2022";
        color: white;
        font-weight: bold;
        display: inline-block;
        width: 1.8em;
        height: 100%;
        margin-left: -1.8em;
        font-size: 0.8em;
        text-align: center; }
  .p-list--main {
    padding-left: 1.5625rem; }
    .p-list--main li {
      font-size: 0.875rem;
      line-height: 1rem;
      letter-spacing: 0.14px;
      color: #5f5f5f; }
      .p-list--main li::before {
        content: "\2022";
        color: #414140;
        font-weight: bold;
        display: inline-block;
        width: 1.8em;
        height: 100%;
        margin-left: -1.8em;
        font-size: 0.9em;
        text-align: center; }

.text-header {
  background-color: #e3050f;
  border-radius: 5px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.9375rem 0.9375rem 0.75rem;
  margin-bottom: 1.5rem; }
  .text-header__title {
    font-size: 1.25rem;
    line-height: 1.4375rem;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    padding: 0 0.625rem; }
  .text-header__date {
    font-size: 0.875rem;
    line-height: 1.4375rem;
    letter-spacing: 0.14px;
    padding: 0 0.625rem; }

.ctrl-nav {
  font-size: 0.875rem;
  line-height: 1.2; }
  .ctrl-nav a:not(.button) {
    color: #6b6b6b;
    -webkit-transition: color 300ms, fill 300ms;
    transition: color 300ms, fill 300ms; }
    .ctrl-nav a:not(.button)[href]:hover {
      fill: #e3050f;
      color: #414140; }
  .ctrl-nav__back {
    color: #414140;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    padding: 5px 0;
    letter-spacing: 0.35px; }
  .ctrl-nav__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    padding: 0 0.625rem; }
    .ctrl-nav__link span {
      padding: 0 0.875rem; }
    .ctrl-nav__link.prev {
      padding-left: 0; }
      .ctrl-nav__link.prev .svg {
        padding: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    .ctrl-nav__link.next {
      padding-right: 0; }
      .ctrl-nav__link.next .svg {
        padding: 0; }
    .ctrl-nav__link.disabled {
      opacity: 0.3;
      cursor: default; }

.preview-item {
  max-width: 419px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .preview-item__head {
    position: relative;
    cursor: pointer; }
    .no-mobiledevice .preview-item__head:hover .preview-item__name {
      top: 0;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    .no-mobiledevice .preview-item__head:hover .preview-item__links {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition-delay: 300ms;
      transition-delay: 300ms; }
    .no-mobiledevice .preview-item__head:hover .preview-item__img::before {
      opacity: 0; }
    .no-mobiledevice .preview-item__head:hover .preview-item__img::after {
      background: rgba(0, 0, 0, 0.4); }
  .no-mobiledevice .preview-item--video:hover .preview-item__img::after {
    background: rgba(0, 0, 0, 0.4); }
  .preview-item__video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2; }
    .preview-item__video .svg {
      display: inline-block;
      line-height: 0; }
      .preview-item__video .svg::after {
        content: '';
        position: absolute;
        width: 50%;
        height: 50%;
        background-color: white;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .preview-item__video .svg svg {
        position: relative;
        z-index: 2;
        fill: #ff0000;
        width: 5em;
        height: 3.5em; }
  .preview-item__img {
    display: block;
    max-height: 286px;
    max-width: 430px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    background-color: #ECEFF5;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1rem; }
    .no-mobiledevice .preview-item__img::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      z-index: 2;
      -webkit-transition: background cubic-bezier(0.77, 0, 0.175, 1) 300ms;
      transition: background cubic-bezier(0.77, 0, 0.175, 1) 300ms; }
  .preview-item__img-ratio {
    display: block;
    position: relative;
    padding-top: 64.18605%; }
    .preview-item__img-ratio img {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      max-height: 100%; }
  .preview-item__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.6875em 0 1.9375em; }
  .preview-item__name {
    display: block;
    color: #161615;
    font-size: 1.25em;
    line-height: 1.5rem;
    text-decoration: none;
    -webkit-transition: top 300ms ease, -webkit-transform 300ms ease;
    transition: top 300ms ease, -webkit-transform 300ms ease;
    transition: top 300ms ease, transform 300ms ease;
    transition: top 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
    font-weight: 500;
    cursor: pointer; }
    .preview-item__name:hover {
      color: #e3050f;
      text-decoration: underline; }
  .preview-item__links {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0.625em;
    z-index: 3;
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: opacity 300ms, -webkit-transform 300ms;
    transition: opacity 300ms, -webkit-transform 300ms;
    transition: transform 300ms, opacity 300ms;
    transition: transform 300ms, opacity 300ms, -webkit-transform 300ms;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none; }
    .mobiledevice .preview-item__links {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
  .preview-item__link {
    display: inline-block; }
    .preview-item__link--right {
      float: right;
      margin-left: auto; }
  .preview-item__preview {
    padding-top: 0.9375rem;
    color: #161615;
    font-size: 0.875rem;
    font-family: Arial, sans-serif; }
  .preview-item__date {
    color: #464646;
    font-size: 0.875em;
    line-height: 1.4375em;
    margin-bottom: 1.125rem; }

.gall-item {
  max-width: 260px;
  cursor: pointer;
  font-weight: 700;
  color: white;
  margin: 0 auto 2.5rem; }
  .gall-item--list {
    max-width: 370px;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 auto 5px; }
  .gall-item__view {
    position: relative;
    margin: 0 0.625rem; }
    .gall-item--list .gall-item__view {
      margin: 0;
      text-align: center; }
  .gall-item__img {
    display: block;
    position: relative;
    padding-bottom: 141.66667%; }
    .gall-item__img img {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      max-height: 100%; }
    .gall-item--list .gall-item__img {
      padding-bottom: 94.59459%; }
  .gall-item__img-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    opacity: 0;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms; }
  .gall-item__overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem 1.25rem;
    opacity: 0;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    z-index: 2; }
    .gall-item--list .gall-item__overlay {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .gall-item .preview-item__links--mob {
    display: none; }
  .gall-item__data-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .gall-item__data-list ul li::marker {
      color: #fff; }
  .gall-item__key {
    font-family: Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #A0A4AD; }
  .gall-item__value {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #161615;
    margin-left: 5px; }
  .gall-item__name {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0.18px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: opacity 300ms, -webkit-transform 300ms;
    transition: opacity 300ms, -webkit-transform 300ms;
    transition: transform 300ms, opacity 300ms;
    transition: transform 300ms, opacity 300ms, -webkit-transform 300ms; }
    .gall-item--list .gall-item__name {
      letter-spacing: 0.9px;
      padding-bottom: 1.25rem;
      line-height: 1.25rem; }
  .gall-item__link {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: opacity 300ms, -webkit-transform 300ms;
    transition: opacity 300ms, -webkit-transform 300ms;
    transition: transform 300ms, opacity 300ms;
    transition: transform 300ms, opacity 300ms, -webkit-transform 300ms; }
    .gall-item--list .gall-item__link {
      padding-bottom: 0.5rem; }
  .gall-item__icon {
    fill: white;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: opacity 300ms, -webkit-transform 300ms;
    transition: opacity 300ms, -webkit-transform 300ms;
    transition: transform 300ms, opacity 300ms;
    transition: transform 300ms, opacity 300ms, -webkit-transform 300ms;
    line-height: 0; }
  .gall-item__text {
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.4px;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: opacity 300ms, -webkit-transform 300ms;
    transition: opacity 300ms, -webkit-transform 300ms;
    transition: transform 300ms, opacity 300ms;
    transition: transform 300ms, opacity 300ms, -webkit-transform 300ms; }
  .mobiledevice .gall-item .gall-item__name {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 350ms;
    transition-delay: 350ms; }
  .mobiledevice .gall-item .gall-item__icon {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 450ms;
    transition-delay: 450ms; }
  .mobiledevice .gall-item .gall-item__text {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 550ms;
    transition-delay: 550ms; }
  .mobiledevice .gall-item .gall-item__link {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 450ms;
    transition-delay: 450ms; }
  .no-mobiledevice .gall-item:hover .gall-item__overlay,
  .no-mobiledevice .gall-item:hover .gall-item__img-hover,
  .no-touchevents .gall-item:hover .gall-item__overlay,
  .no-touchevents .gall-item:hover .gall-item__img-hover {
    opacity: 1; }
  .no-mobiledevice .gall-item:hover .gall-item__name,
  .no-touchevents .gall-item:hover .gall-item__name {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 350ms;
    transition-delay: 350ms; }
  .no-mobiledevice .gall-item:hover .gall-item__icon,
  .no-touchevents .gall-item:hover .gall-item__icon {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 450ms;
    transition-delay: 450ms; }
  .no-mobiledevice .gall-item:hover .gall-item__text,
  .no-touchevents .gall-item:hover .gall-item__text {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 550ms;
    transition-delay: 550ms; }
  .no-mobiledevice .gall-item:hover .gall-item__link,
  .no-touchevents .gall-item:hover .gall-item__link {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 450ms;
    transition-delay: 450ms; }

.static-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.625rem;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  background: #ECEFF5;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 0.5rem; }
  .static-menu__item {
    max-width: 16.5em; }
  .static-menu__link {
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.1;
    font-family: Benzin, Arial, sans-serif;
    letter-spacing: 0.525px;
    color: #e3050f;
    -webkit-transition: color 300ms;
    transition: color 300ms;
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0.75rem 1rem;
    border-radius: 1rem; }
    .static-menu__link.active, .static-menu__link:hover {
      background: #08173512; }
    .static-menu__link.active {
      color: white;
      background: #e3050f; }

.we-offering {
  position: relative;
  z-index: 0;
  min-height: 20.75rem;
  padding-top: 0; }
  .we-offering--about {
    padding-top: 4.125rem; }
    .we-offering--about .p-title ~ ._line {
      position: relative;
      left: -15%; }
  .we-offering::before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 1.875rem;
    bottom: 0;
    background-image: var(--offering-bg);
    background-repeat: no-repeat;
    z-index: 1;
    width: 100vw;
    max-width: 1920px; }
  .we-offering > * {
    position: relative;
    z-index: 2; }
  .we-offering__items {
    padding: 1.875rem 0 0; }
    .we-offering__items ul {
      list-style: none;
      padding-left: 2.75rem; }
      .we-offering__items ul li {
        font-size: 0.875rem;
        line-height: 1.5625rem;
        letter-spacing: 0.22px;
        padding: 0 1.5625rem 1.625rem 0.9375rem; }
        .we-offering__items ul li::before {
          content: "\2022";
          color: #e3050f;
          font-weight: bold;
          display: inline-block;
          width: 1.8em;
          height: 100%;
          margin-left: -1.8em; }
  .we-offering__image img {
    display: block; }
    .we-offering__image img:not([class*="_ml"]) {
      margin-right: 0;
      margin-left: auto; }

.s-gall-item {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 16.875rem;
  margin: 0 auto 3.4375rem; }
  .s-gall-item__img {
    padding: 0 0.9375rem 81%;
    max-height: 10.625rem;
    width: 100%;
    position: relative;
    margin: auto; }
    .s-gall-item__img img {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      max-height: 100%; }
  .s-gall-item__name {
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #313131;
    letter-spacing: 0.18px;
    text-transform: uppercase;
    height: 2.75rem;
    overflow: hidden; }
  .s-gall-item__name-s {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.75rem;
    color: #e3050f;
    letter-spacing: 0.8px;
    padding-bottom: 0.1875rem; }
  .s-gall-item__text {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #6b6b6b; }
  .s-gall-item__text-s {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #313131; }

.about-block {
  position: relative;
  padding-top: 0.3125rem;
  max-width: 1920px;
  overflow: hidden; }
  .about-block__text {
    position: relative;
    z-index: 1; }
  .about-block__bg {
    min-height: 20.75rem;
    position: relative;
    padding-top: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0; }
    .about-block__bg::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      bottom: 0;
      background-repeat: no-repeat;
      z-index: 1;
      width: 79.375rem;
      min-height: 18.75rem;
      max-width: 1920px;
      overflow: hidden; }
    .about-block__bg > * {
      position: relative;
      z-index: 2; }
    .about-block__bg img {
      display: block;
      margin: 0 0 0 auto; }
  .about-block .wysiwyg {
    padding-top: 0.625rem; }
  .about-block--reverse .about-block__bg img {
    margin: 0 auto 0 0; }
  .about-block--reverse .about-block__bg::before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .about-block._row-1 .about-block__bg::before {
    background-image: var(--about-1-bg); }
  .about-block._row-2 .about-block__bg::before {
    background-image: var(--about-2-bg); }
  .about-block._row-3 .about-block__bg::before {
    top: 56%;
    background-image: var(--about-3-bg); }
  .about-block._row-4 .about-block__bg::before {
    background-image: var(--about-4-bg); }
  .about-block._row-5 .about-block__bg::before {
    background-image: var(--about-5-bg); }
  .about-block__view {
    position: relative;
    padding-bottom: 50.67961%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 1.125rem;
    cursor: pointer; }
  .about-block__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2; }
    .about-block__icon .svg {
      display: inline-block;
      line-height: 0; }
      .about-block__icon .svg::after {
        content: '';
        position: absolute;
        width: 50%;
        height: 50%;
        background-color: white;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .about-block__icon .svg svg {
        position: relative;
        z-index: 2;
        fill: #ff0000;
        width: 5.3125em;
        height: 3.75em; }
  .about-block__item {
    min-height: 21.25rem;
    background-repeat: no-repeat;
    position: relative;
    padding: 2.375rem 0 1.25rem;
    background-size: auto 100%;
    height: 100%; }
    .about-block__item > div {
      position: relative;
      z-index: 2; }

.advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 10px;
  padding: 0;
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  height: 100%;
  max-width: 300px;
  margin: 0 auto; }
  .advantages-item__title {
    font-family: Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 1.05px;
    padding-bottom: 0.3125rem;
    min-height: 1.25rem;
    color: #525559; }
  .advantages-item__icons {
    width: 9.375rem;
    height: 9.375rem;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .advantages-item__icon {
    padding: 0.3125rem;
    border-radius: 100%;
    position: relative;
    -webkit-transition: background-color 300ms, padding 300ms;
    transition: background-color 300ms, padding 300ms; }
    .advantages-item__icon .svg {
      width: 6.125rem;
      height: 6.125rem;
      background-color: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 100%;
      position: relative;
      z-index: 2; }
      .advantages-item__icon .svg svg {
        width: 4.0625rem;
        height: 4.0625rem; }
    .advantages-item__icon img {
      width: 4.0625rem;
      height: 4.0625rem; }
  .advantages-item__text {
    font-size: 1.25rem;
    font-weight: 500;
    font-family: Benzin, Arial, sans-serif;
    line-height: 1.2;
    color: #161615;
    letter-spacing: 0.24px;
    padding: 0.5rem 0 0.375rem; }

.team {
  max-width: 20.9375rem;
  max-height: 22.8125rem;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  margin: auto;
  color: white; }
  .team:hover .team__body {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
    .team:hover .team__body > *:last-child:not(.team__position) {
      padding-bottom: 1.25rem; }
    .team:hover .team__body > *:last-child.team__position {
      padding-bottom: 1.1875rem; }
  .team:hover .team__name {
    white-space: normal;
    text-overflow: initial; }
  .team:hover .team__position {
    padding-bottom: 0.5rem;
    white-space: normal;
    text-overflow: initial; }
  .team__icon {
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #e3050f;
    fill: currentColor;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .team__img {
    position: relative;
    padding-bottom: 108.95522%; }
    .team__img img {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      max-height: 100%; }
  .team__body {
    position: absolute;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
    z-index: 1;
    background-color: rgba(17, 17, 17, 0.5);
    padding: 1.25rem 1.25rem 0;
    right: 0;
    left: 0;
    top: 100%;
    -webkit-transform: translateY(-5.625rem);
    transform: translateY(-5.625rem); }
  .team__name {
    font-size: 1.25rem;
    line-height: 1.4375rem;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding-bottom: 0.625rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .team__position {
    font-size: 0.875rem;
    line-height: 1.4375rem;
    letter-spacing: 0.35px;
    opacity: 0.6;
    font-weight: 600;
    padding-bottom: 1.1875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: padding 300ms;
    transition: padding 300ms; }
  .team__text {
    font-size: 0.875rem;
    line-height: 1.4375rem;
    letter-spacing: 0.35px;
    font-weight: 600;
    padding: 0;
    -webkit-transition: padding 300ms;
    transition: padding 300ms; }
  .team__list {
    list-style: none;
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.35px;
    font-weight: 600;
    padding: 0.1875rem 0;
    margin: 0;
    -webkit-transition: padding 300ms;
    transition: padding 300ms; }
    .team__list li {
      padding-bottom: 0.125rem; }
  .team a {
    color: currentColor;
    text-decoration: none;
    -webkit-transition: color 300ms;
    transition: color 300ms; }
    .team a:hover {
      color: rgba(255, 255, 255, 0.5);
      text-decoration: underline; }

.swiper-container:not(.swiper-init) {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .swiper-container:not(.swiper-init) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 100%; }
  .swiper-container:not(.swiper-init) .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%; }

.swiper-container .swiper-slide {
  -ms-touch-action: auto;
  touch-action: auto; }

.slide-main__img {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 4.5s;
  transition: -webkit-transform 4.5s;
  transition: transform 4.5s;
  transition: transform 4.5s, -webkit-transform 4.5s;
  will-change: transform; }
  .slide-main__img.scaled {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }

.block-main {
  position: relative;
  padding-top: 75%;
  z-index: 0;
  width: 100%; }
  .slider-main .block-main {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 10rem); }
    .slider-main .block-main .block-main__container {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .slider-main--video .block-main {
    width: 100%; }
  .block-main__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 6.875rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .block-main__container div + div {
      padding-top: 3.25rem; }
    .block-main__container .p-title--slide-h1 {
      padding-top: 1.53125em; }
    .block-main__container .p-title--slide-h2 {
      padding-top: 0.40625em;
      padding-bottom: 0.25em; }
    .block-main__container .p-text {
      padding: 0.78125em 0; }

.main-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100vw;
  height: 100vh; }
  .main-video video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }

.slider-main {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 75%;
  z-index: 3;
  width: 100vw;
  height: 100vh; }
  .slider-main .social-n {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 10; }
  .slider-main .swiper-lazy-preloader {
    opacity: 0.3; }
  .slider-main .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden; }
  .slider-main .swiper-wrapper {
    -webkit-backface-visibility: hidden; }
  .slider-main .swiper-slide {
    background-color: #313131;
    overflow: hidden;
    -webkit-backface-visibility: hidden; }
  .slider-main .swiper-pagination-main {
    position: absolute;
    bottom: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .slider-main .swiper-pagination-main .swiper-pagination-bullet {
      width: 16px;
      height: 16px;
      background-color: #795959; }
      .slider-main .swiper-pagination-main .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #e3050f; }
  .slider-main__button-prev, .slider-main__button-next {
    cursor: pointer;
    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;
    vertical-align: middle;
    position: absolute;
    top: 0;
    height: 100%;
    width: 5rem;
    z-index: 4; }
    .slider-main__button-prev svg, .slider-main__button-next svg {
      position: relative;
      -webkit-transition: fill 0.2s ease, -webkit-transform 0.5s;
      transition: fill 0.2s ease, -webkit-transform 0.5s;
      transition: fill 0.2s ease, transform 0.5s;
      transition: fill 0.2s ease, transform 0.5s, -webkit-transform 0.5s;
      will-change: transform;
      width: 2.25rem;
      height: 2.25rem;
      fill: #313131; }
    .no-touchevents .slider-main__button-prev:hover svg, .no-touchevents .slider-main__button-next:hover svg {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      fill: #6b6b6b; }
    .slider-main__button-prev:active svg, .slider-main__button-next:active svg {
      top: 1px; }
  .slider-main__button-prev {
    left: 0; }
  .slider-main__button-next {
    right: 0; }
  .slider-main--video .swiper-slide {
    position: relative; }

.slider-photo {
  position: relative;
  margin-bottom: 1.25rem; }
  .slider-photo .portfolio-slider-navigation {
    position: absolute;
    bottom: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .slider-photo .swiper-container {
    height: 100%;
    width: 100%; }
  .slider-photo .swiper-wrapper {
    -webkit-backface-visibility: hidden; }
  .slider-photo .swiper-slide {
    overflow: hidden;
    -webkit-backface-visibility: hidden; }
  .slider-photo .swiper-pagination-portfolio {
    margin-bottom: 0;
    position: absolute;
    bottom: 0.625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    height: 1.5625rem; }
    .slider-photo .swiper-pagination-portfolio .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      background-color: transparent;
      border: 2px solid white;
      opacity: 0.8;
      margin: 0 11px; }
      .slider-photo .swiper-pagination-portfolio .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: white;
        opacity: 1; }
  .slider-photo__button-prev, .slider-photo__button-next {
    cursor: pointer;
    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;
    vertical-align: middle;
    height: 100%;
    z-index: 4;
    outline: none;
    -webkit-tap-highlight-color: transparent; }
    .slider-photo__button-prev svg, .slider-photo__button-next svg {
      position: relative;
      -webkit-transition: fill 0.2s ease, -webkit-transform 0.5s;
      transition: fill 0.2s ease, -webkit-transform 0.5s;
      transition: fill 0.2s ease, transform 0.5s;
      transition: fill 0.2s ease, transform 0.5s, -webkit-transform 0.5s;
      will-change: transform;
      fill: #313131; }
    .slider-photo__button-prev:active svg, .slider-photo__button-next:active svg {
      top: 1px; }
    .slider-photo__button-prev.swiper-button-disabled, .slider-photo__button-next.swiper-button-disabled {
      opacity: 0.4;
      -ms-touch-action: none;
      touch-action: none; }
      .slider-photo__button-prev.swiper-button-disabled .button:hover, .slider-photo__button-next.swiper-button-disabled .button:hover {
        background: transparent !important;
        cursor: default; }

.youtube-control {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2; }
  .mobiledevice .youtube-control {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }
  .youtube-control__play {
    font-size: 20px;
    position: relative;
    border: 1px solid #b0b0b0;
    height: 1.875rem;
    width: 1.875rem;
    padding: .25em;
    border-radius: 50%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    margin: 0.625rem;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    display: none; }
    .youtube-control__play::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-40%, -50%);
      transform: translate(-40%, -50%);
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
      border: .5em solid transparent;
      border-right-width: 0;
      height: 0;
      width: 0; }
    .youtube-control__play:hover {
      border-color: #e3050f; }
    .youtube-control__play.play::before {
      border-left: 0.75em solid #b0b0b0; }
    .youtube-control__play.play:hover::before {
      border-left-color: #e3050f; }
    .youtube-control__play.paused {
      border-radius: 5%;
      border-color: #b0b0b0; }
      .youtube-control__play.paused::before {
        border-width: 0;
        border-left: 0.4em solid #b0b0b0;
        border-right: 0.4em solid #b0b0b0;
        height: 1em;
        width: .2em;
        left: .25em;
        -webkit-transform: translate(25%, -50%);
        transform: translate(25%, -50%); }
      .youtube-control__play.paused:hover {
        border-color: #e3050f; }
        .youtube-control__play.paused:hover::before {
          border-left-color: #e3050f;
          border-right-color: #e3050f; }
  .youtube-control__mute {
    height: 30px;
    width: 30px;
    position: relative;
    overflow: hidden;
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none;
    margin: 0.625rem;
    cursor: pointer;
    display: none; }
    .youtube-control__mute span {
      display: block;
      width: 8px;
      height: 8px;
      margin: 11px 0 0 2px; }
      .youtube-control__mute span::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent #b0b0b0 transparent transparent;
        border-width: 10px 14px 10px 15px;
        left: -13px;
        top: 5px; }
      .youtube-control__mute span::before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 0 50px 0 0;
        content: '';
        position: absolute;
        width: 5px;
        height: 5px;
        border-style: double;
        border-color: #b0b0b0;
        border-width: 7px 7px 0 0;
        left: 18px;
        top: 9px;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
    .youtube-control__mute:hover span::before {
      -webkit-transform: scale(0.8) translate(-3px, 0) rotate(42deg);
      transform: scale(0.8) translate(-3px, 0) rotate(42deg); }
    .youtube-control__mute.mute span::before {
      border-style: solid;
      border-radius: 0;
      border-width: 27px 0 0;
      width: 2px;
      top: 0;
      left: 10px;
      -webkit-transform: scale(1) translate(0, 0) rotate(50deg);
      transform: scale(1) translate(0, 0) rotate(50deg); }
  .youtube-control__more {
    margin-bottom: 1.875rem; }

.youtube-container {
  position: relative;
  background: transparent;
  z-index: 1;
  height: 100%; }

.ytplayer-container {
  position: absolute;
  top: -70px;
  z-index: -1;
  bottom: 0;
  background-color: black; }

.main-about__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.3125rem 5rem;
  margin: 0.9375rem 0; }

.main-about__image-block {
  border-radius: 1rem;
  background: #ECEFF5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem; }

.main-about__mobile {
  display: none;
  padding-bottom: 45.89844%;
  position: relative;
  background-size: cover;
  background-position: center; }
  .main-about__mobile img {
    max-width: 100%; }

.main-categories-row-secondary, .main-categories-row {
  position: relative;
  z-index: 0;
  min-height: 20.75rem;
  padding-top: 2.875rem; }
  .main-categories-row-secondary::before, .main-categories-row::before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    z-index: 1;
    width: 100vw;
    max-width: 1920px; }
  .main-categories-row-secondary > *, .main-categories-row > * {
    position: relative;
    z-index: 2; }

.main-categories-row {
  max-width: 100%;
  overflow: hidden; }
  .main-categories-row::before {
    background-image: var(--catalog-bg); }

.main-categories-row-secondary::before {
  top: 0;
  background-image: var(--catalog-inner-bg);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  left: -0.937rem;
  right: 0;
  width: 101vw;
  background-position: right top;
  background-size: cover; }

.main-categories-row-secondary::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #e0e0e0;
  height: 1px;
  right: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.main-categories__title {
  margin-bottom: 2.25rem; }

.main-title {
  position: relative;
  display: block;
  font-family: Arial, sans-serif;
  line-height: 1.2;
  color: #313131;
  font-size: 2.125rem;
  letter-spacing: 0.85px; }
  .main-title span {
    position: relative;
    z-index: 1; }
  .main-title::before {
    content: attr(title);
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(49, 49, 49, 0.07);
    font-size: 2.75rem;
    letter-spacing: 1.1px;
    white-space: nowrap;
    z-index: 0; }
  .main-title--white {
    color: white; }
    .main-title--white::before {
      color: rgba(255, 255, 255, 0.15); }
  .main-title--main {
    color: #e3050f; }
  .main-title--left {
    display: block;
    text-align: center; }
    .main-title--left::before {
      top: auto;
      bottom: 0;
      right: 50%;
      -webkit-transform: translateX(50%);
      transform: translateX(50%); }
    .main-title--left.main-title--left50 {
      display: block;
      text-align: center; }
      .main-title--left.main-title--left50::before {
        top: auto;
        bottom: 0;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%); }
  .main-title--right {
    display: block;
    text-align: center; }
    .main-title--right::before {
      top: auto;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(50%);
      transform: translateX(50%); }
    .main-title--right.main-title--right50 {
      display: block;
      text-align: center; }
      .main-title--right.main-title--right50::before {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
  .main-title--center {
    display: block;
    text-align: center;
    margin: 2rem 0 1.5rem; }
    .main-title--center::before {
      color: #dfdfdf;
      right: 50%;
      -webkit-transform: translateX(50%);
      transform: translateX(50%);
      bottom: 0;
      top: auto; }

.category__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
  margin: 1rem 0; }

.category-item {
  display: grid;
  text-decoration: none;
  color: #313131;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  font-family: Benzin, Arial, sans-serif;
  position: relative;
  background: #E7E9ED;
  border-radius: 1rem;
  grid-template-columns: 1fr;
  padding: 1rem;
  height: 220px; }
  .category-item__img {
    background-size: cover;
    position: relative;
    display: block;
    text-decoration: none;
    border-radius: 1.25rem;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: -webkit-box-shadow 300ms;
    transition: -webkit-box-shadow 300ms;
    transition: box-shadow 300ms;
    transition: box-shadow 300ms, -webkit-box-shadow 300ms;
    padding-top: 0;
    margin-bottom: 10px; }
  .category-item__name {
    position: relative;
    padding: 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 500;
    font-family: Benzin, Arial, sans-serif;
    color: #161615;
    letter-spacing: 1; }
  .category-item:hover {
    background: -webkit-gradient(linear, left top, right top, from(#E7E9ED), to(#fafbfdfa));
    background: linear-gradient(to right, #E7E9ED, #fafbfdfa); }
    .category-item:hover .category-item__name {
      color: #e3050f; }

.rating {
  color: white;
  fill: #313131;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .rating--light {
    fill: #999999;
    color: #e3050f; }
  .rating--review {
    fill: #b7b7b7;
    color: #eb5057; }
  .rating .svg {
    margin: 0 0.16875rem;
    line-height: 0;
    font-size: 0;
    display: inline-block; }
  .rating--1 .svg:first-child {
    fill: currentColor; }
  .rating--2 .svg:first-child, .rating--2 .svg:nth-child(2) {
    fill: currentColor; }
  .rating--3 .svg:first-child, .rating--3 .svg:nth-child(2), .rating--3 .svg:nth-child(3) {
    fill: currentColor; }
  .rating--4 .svg:first-child, .rating--4 .svg:nth-child(2), .rating--4 .svg:nth-child(3), .rating--4 .svg:nth-child(4) {
    fill: currentColor; }
  .rating--5 .svg {
    fill: currentColor; }
  .rating.change-rating {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5rem 0;
    gap: 10px; }
    .rating.change-rating .rating-yellow,
    .rating.change-rating .rating-empty {
      display: block;
      width: 45px;
      height: auto; }
    .rating.change-rating .rating-yellow {
      display: none; }
    .rating.change-rating svg {
      width: 45px;
      height: 45px; }
    .rating.change-rating > input {
      visibility: hidden;
      position: absolute;
      left: -9999px; }
    .rating.change-rating > label {
      padding: 0 5px;
      cursor: pointer;
      display: block;
      width: 45px; }
    .rating.change-rating > input:checked ~ label .rating-empty {
      display: none; }
    .rating.change-rating > input:checked ~ label .rating-yellow {
      display: block; }

.prod-review-i__rating {
  margin-bottom: 10px; }

.prod-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  color: #313131;
  max-width: 430px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  font-weight: 800; }
  .gallery-content .prod-item {
    max-width: 430px; }
  .prod-item h3 {
    margin-bottom: 0.625rem; }
  .prod-item__content {
    overflow: hidden;
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 15px 0;
    text-decoration: none; }
    .prod-item__content h3 {
      text-decoration: none;
      color: #161615;
      font-family: Benzin, Arial, sans-serif;
      font-size: 20px;
      font-weight: 500;
      color: #161615;
      margin: 5px 0; }
    .prod-item__content:hover h3 {
      color: #e3050f;
      text-decoration: underline; }
    .prod-item--search .prod-item__content {
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: 0;
      height: auto; }
  .prod-item .prod-item__content ~ .prod-item__actions {
    padding-top: 0;
    margin-top: -10px; }
  .prod-item__body {
    background-color: #707070;
    font-size: 1.125rem;
    line-height: 1.25rem;
    color: white;
    padding: 0.9375rem 1.125rem 0.9375rem 1.4375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .prod-item__text {
    display: block;
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 400;
    padding: 0.3125rem 0 0.625rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .prod-item__text li {
      padding-bottom: 0.8125rem; }
    .prod-item__text .p-info {
      display: inline-block;
      margin-top: 0.625rem;
      font-size: 1rem;
      line-height: 1.125rem;
      font-weight: 500;
      font-family: Arial, sans-serif;
      color: #525559;
      padding: 0.25rem;
      letter-spacing: 0.4px; }
    .prod-item__text .p-text {
      font-weight: 700;
      padding-right: 0.25rem; }
    .prod-item__text .p-list {
      margin-left: 0.625rem;
      padding-left: 0.9375rem; }
      .prod-item__text .p-list li {
        font-family: Arial, sans-serif;
        font-weight: 400;
        font-size: 1rem;
        line-height: 24px;
        color: #525559; }
    .prod-item__text ._color-main {
      font-weight: 800; }
  .prod-item__actions {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 0; }
  .prod-item__rating {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .prod-item--search .prod-item__rating {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      width: 100%;
      max-width: 100%;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      min-height: 0.9375rem;
      padding-bottom: 0.9375rem; }
  .prod-item__price {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .prod-item--search .prod-item__price {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      width: 100%;
      max-width: 100%;
      font-size: 1.125rem; }
    .prod-item__price small {
      white-space: nowrap;
      padding-right: 0.25rem; }
      .prod-item--search .prod-item__price small {
        color: #b0b0b0; }
    .prod-item__price > small {
      min-width: 30%; }
      .prod-item--search .prod-item__price > small {
        min-width: 20%; }
    .prod-item__price > span {
      min-width: 60%; }
      .prod-item--search .prod-item__price > span {
        color: #6b6b6b; }
      .prod-item__price > span small {
        line-height: 1.2; }
        .prod-item--search .prod-item__price > span small {
          color: #6b6b6b; }
  .prod-item__title {
    display: block;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    font-weight: 700;
    padding-bottom: 0.1875rem; }
  .prod-item__img {
    background-size: cover;
    position: relative;
    padding-top: 63.72093%;
    display: block;
    text-decoration: none;
    z-index: 1;
    -webkit-transition: -webkit-box-shadow 300ms;
    transition: -webkit-box-shadow 300ms;
    transition: box-shadow 300ms;
    transition: box-shadow 300ms, -webkit-box-shadow 300ms;
    background-color: #ECEFF5;
    border-radius: 1rem; }
    .prod-item__img img {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      max-height: 100%; }
    .prod-item--search .prod-item__img {
      width: 86px;
      margin-right: 10px;
      min-width: 86px;
      padding-top: 0;
      aspect-ratio: 1; }
  .prod-item__name {
    text-decoration: none;
    margin-bottom: 0.875rem;
    z-index: 1;
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #161615;
    letter-spacing: 0.16px; }
  .prod-item--search {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .prod-item--search:hover .prod-item__content {
      -webkit-box-shadow: none;
      box-shadow: none; }

.partners {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
  margin: 3.125rem 0 1.875rem; }

.partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .partner__title {
    font-family: Benzin, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    color: #161615; }
  .partner__image {
    margin-bottom: 2.5rem;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .partner__description {
    margin-top: 0.625rem;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    text-align: center; }

.propose {
  background-color: black;
  background-image: url("/assets/dileram/img/propose-back.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 3.75rem 0; }
  .propose::after {
    content: '';
    display: block;
    position: absolute;
    background: url("/assets/dileram/img/propose-arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    aspect-ratio: 1; }
  .propose__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2; }
    .propose__text h2 {
      color: white;
      font-family: Benzin, Arial, sans-serif;
      font-size: 2.5rem;
      font-weight: 500;
      line-height: 56px;
      margin-bottom: 20px; }
    .propose__text p {
      font-family: Benzin, Arial, sans-serif;
      font-weight: 500;
      font-size: 1.25rem;
      color: #ECEFF5; }
  .propose__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2; }
    .propose__form .box3-right-block-wrap {
      background-color: white;
      border-radius: 1rem;
      padding: 2.5rem 1.875rem;
      max-width: 485px; }
  .propose--promislovi::after {
    display: none; }
  .propose--promislovi .propose__text {
    font-size: 32px;
    line-height: 40px; }

.support__wrapper {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px; }

.support__img {
  border-radius: 1rem; }
  .support__img img {
    display: block;
    position: relative;
    border-radius: 1rem; }
    .support__img img::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #e3050f;
      background-image: url("/assets/dileram/img/support-check.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 56px;
      aspect-ratio: 1; }

.support__title {
  font-family: Benzin, Arial, sans-serif;
  font-weight: 500;
  color: #161615;
  font-size: 1.25rem;
  line-height: 26px; }

.support__desc {
  font-family: Arial, sans-serif;
  font-weight: 400;
  color: #161615;
  font-size: 1rem;
  line-height: 18px; }

/* Language-component -dark */
.need-help {
  position: fixed;
  bottom: -1px;
  right: 10px;
  background: #525559;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 345px;
  padding: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-weight: bold;
  z-index: 20; }
  .need-help.is-hidden {
    display: none; }
  .need-help__content {
    font-family: Benzin, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    color: #161615; }
  .need-help__title {
    font-family: Benzin, Arial, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    color: white;
    display: block;
    text-align: center; }
  .need-help__desc {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: white;
    display: inline;
    text-align: center; }
  .need-help__phone {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: white;
    display: block;
    text-align: center;
    text-decoration: underline; }
  .need-help__button {
    border-radius: 16px;
    background: #e3050f;
    color: white;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    display: block;
    padding: 10px;
    cursor: pointer;
    margin-top: 10px; }
  .need-help__close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    line-height: 0;
    font-weight: 500;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: transparent;
    border: none; }
    .need-help__close svg {
      fill: #e3050f; }
    .need-help__close::before, .need-help__close::after {
      position: relative;
      content: '';
      display: block;
      width: 25px;
      height: 2px;
      left: 50%;
      background: #ECEFF5; }
    .need-help__close::before {
      -webkit-transform: translateX(-50%) rotate(45deg);
      transform: translateX(-50%) rotate(45deg); }
    .need-help__close::after {
      -webkit-transform: translateX(-50%) rotate(-45deg);
      transform: translateX(-50%) rotate(-45deg);
      margin-top: -2px; }
  .need-help__question {
    position: fixed;
    right: 1.5%;
    bottom: 140px;
    background-color: #e3050f;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    height: 4rem;
    width: 4rem;
    border-radius: 1rem;
    z-index: 14; }
    .need-help__question.is-hidden {
      display: none; }

.ul-image {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin: 30px 0;
  padding: 0; }
  .ul-image__item {
    display: grid;
    grid-template-columns: 120px auto;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .ul-image__image {
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    width: 100%;
    aspect-ratio: 1; }
    .ul-image__image img {
      display: block; }
  .ul-image:not(.transparent) .ul-image__image {
    background: #ECEFF5; }

.main-slide-content {
  z-index: 20;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  color: white; }
  .main-slide-content > * {
    margin: 0; }
  .main-slide-content h1 {
    color: white;
    font-family: Benzin, Arial, sans-serif;
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 500;
    max-width: 720px;
    text-align: center; }
  .main-slide-content p {
    color: white;
    font-family: Benzin, Arial, sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.625rem; }
  .main-slide-content__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px; }
  .main-slide-content__button, .main-slide-content__button:visited {
    display: block;
    border-radius: 10px;
    border: 1px solid #FFFFFFCC;
    color: #FFFFFFCC;
    background: transparent;
    font-family: Benzin, Arial, sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 10px 15px;
    text-decoration: none;
    cursor: pointer; }
    .main-slide-content__button:hover, .main-slide-content__button:visited:hover {
      background: #FFFFFFCC;
      color: #161615; }

.main-slide-contacts {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 20px;
  z-index: 22;
  border-top: 1px solid #FFFFFF99;
  padding: 30px 0;
  background: rgba(0, 0, 0, 0.4); }
  .main-slide-contacts__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .main-slide-contacts__title {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF99; }
  .main-slide-contacts__value, .main-slide-contacts__value:visited, .main-slide-contacts__value:hover {
    font-family: Arial, sans-serif;
    color: white;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none; }

.catalog-form {
  position: absolute;
  bottom: 140px !important;
  right: 0;
  width: 65% !important;
  border-radius: 1rem; }
  .catalog-form p {
    color: #525559; }
  .catalog-form__content {
    width: 100%;
    background-color: #ECEFF5 !important;
    padding: 40px;
    border-radius: 1rem; }
  .catalog-form__title {
    font-family: Benzin, Arial, sans-serif;
    font-weight: 500;
    color: #161615;
    font-size: 1.25rem;
    line-height: 1.625rem; }

.lang-switcher-mob {
  display: block;
  position: absolute;
  top: 10px;
  right: 20px;
  background: #525559;
  border-radius: 0.5rem; }
  .lang-switcher-mob__button {
    color: white;
    font-family: Benzin, Arial, sans-serif;
    font-weight: 500;
    background: transparent;
    font-size: 0.875rem;
    padding: 0.625rem 0.625rem;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-radius: 10p;
    cursor: pointer; }
  .lang-switcher-mob__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0; }
  .lang-switcher-mob__item {
    position: relative;
    padding-right: 40px;
    color: #161615; }
    .lang-switcher-mob__item--active {
      color: #e3050f;
      background: #E2070F12; }
      .lang-switcher-mob__item--active::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 25px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        background-image: url("/assets/images/icon-check.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
  .lang-switcher-mob__link {
    text-transform: capitalize;
    padding: 0.9375rem 1.5625rem;
    font-family: Benzin, Arial, sans-serif;
    font-weight: 500;
    color: inherit;
    display: block;
    font-size: 1rem; }

.popup.popup--lang {
  padding-left: 0;
  padding-right: 0; }
  .popup.popup--lang .popup-padding {
    padding-left: 20px;
    padding-right: 20px; }

.confirm-check__checkbox {
  display: none; }

.confirm-check__label {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #525559;
  position: relative;
  padding-left: 45px;
  display: block;
  min-height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .confirm-check__label a {
    color: #e3050f;
    text-decoration: underline; }
    .confirm-check__label a:hover {
      text-decoration: none; }
  .confirm-check__label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    border: 3px solid #08173540;
    cursor: pointer; }

.confirm-check__checkbox:checked + .confirm-check__label::before {
  background-color: #e3050f;
  border: 7px solid #e3050f;
  background-image: url("/assets/images/icon-check-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.map-ukraine {
  position: relative; }
  .map-ukraine__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 1.25rem;
    color: white;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 1.25rem;
    display: none;
    padding: 2.5rem; }
    .map-ukraine__overlay a, .map-ukraine__overlay a:visited {
      color: white;
      font-family: Arial, sans-serif;
      font-weight: bold;
      font-size: 1.25rem; }
  .map-ukraine:hover .map-ukraine__overlay {
    display: block; }

.catalog-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0 20px; }
  .catalog-head p {
    font-family: Benzin, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.625rem;
    color: #525559; }
  .catalog-head h1 {
    margin: 0; }

.product-photo {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 1.25rem;
  margin-top: 1.25rem; }
  .product-photo__thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0; }
  .product-photo__thumbs-wrapper {
    position: relative;
    overflow: scroll;
    width: 100%; }
  .product-photo__thumb {
    display: block;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    background-color: #ECEFF5;
    border-radius: 1rem;
    border: 2px solid #ECEFF5;
    cursor: pointer; }
    .product-photo__thumb.active, .product-photo__thumb:hover {
      border: 2px solid #e3050f; }
  .product-photo__img {
    display: block;
    width: 100%;
    background-color: #ECEFF5;
    border-radius: 1rem; }

.sroll-bottom-note {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  background: white;
  border-radius: 50%; }
  .sroll-bottom-note__icon {
    width: 36px;
    aspect-ratio: 1; }
  .sroll-bottom-note__text {
    display: none;
    cursor: default; }

.checked-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  background: transparent; }
  .checked-list li {
    display: block;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #161615;
    font-size: 1rem;
    line-height: 1.5rem;
    min-height: 30px;
    padding: 10px 0 10px 40px !important;
    position: relative; }
    .checked-list li::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 24px;
      aspect-ratio: 1;
      background-image: url("/assets/images/icon-check.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
  .checked-list--white li {
    color: white; }
  .checked-list--green li::before {
    background-image: url("/assets/images/icon-check.svg"); }

.slide-banner {
  position: relative;
  background: url("https://altep.ua/assets/banner/background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: 100%; }
  .slide-banner__text {
    height: 100%;
    padding: 100px 50px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .slide-banner__kotel {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    scale: 1.2;
    z-index: 3; }
  .slide-banner__line {
    position: absolute;
    left: 0;
    bottom: 20%;
    min-width: 2000px;
    width: calc(100% + 50px);
    height: auto;
    min-height: 100px;
    z-index: 2;
    -webkit-animation: line-anim 2s linear infinite;
    animation: line-anim 2s linear infinite; }
  .slide-banner__logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
    padding: 0 40px 40px; }
  .slide-banner__title {
    font-family: Benzin, Arial, sans-serif;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 1.2; }
  .slide-banner__sub-title {
    font-family: Arial, sans-serif;
    font-weight: normal;
    color: #A0A4AD;
    font-size: 25px;
    text-transform: lowercase;
    line-height: 1.2; }
  .slide-banner__froms {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
    margin-top: 50px;
    position: relative; }
    .slide-banner__froms::after {
      content: '';
      width: 2px;
      height: 100%;
      display: block;
      background-color: white;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  .slide-banner__from {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .slide-banner__from-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start; }
    .slide-banner__from-title {
      font-family: Benzin, Arial, sans-serif;
      font-weight: bold;
      font-size: 80px;
      color: #e3050f;
      line-height: 1; }
    .slide-banner__from-sub-title {
      font-weight: bold;
      color: white;
      font-size: 30px;
      line-height: 1; }

@-webkit-keyframes line-anim {
  from {
    left: 0; }
  to {
    left: -46px; } }

@keyframes line-anim {
  from {
    left: 0; }
  to {
    left: -46px; } }

.sertificates {
  padding: 1.875rem 1.25rem 1.25rem; }
  .sertificates__links {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 30px auto; }
  .sertificates .button {
    width: auto !important; }
    .sertificates .button__text {
      white-space: unset !important; }

.buttom-callback__img {
  width: 100%;
  border-radius: 1rem;
  position: relative; }
  .buttom-callback__img img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 1rem; }

.buttom-callback__name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 1rem;
  background: #525559;
  padding: 1.25rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .buttom-callback__name--first {
    font-family: Benzin, Arial, sans-serif;
    font-weight: 500;
    color: white;
    font-size: 32px;
    line-height: 40px; }
  .buttom-callback__name--last {
    font-family: Benzin, Arial, sans-serif;
    font-weight: 400;
    color: white;
    font-size: 16px;
    line-height: 24px; }

.buttom-callback__title {
  margin-bottom: 40px; }

.buttom-callback form {
  margin-top: 40px;
  border-radius: 1rem;
  background: #ECEFF5;
  padding: 40px; }

.reviews-slider {
  position: relative;
  padding: 3.75rem 1.25rem;
  background: #ECEFF5; }
  .reviews-slider__main-title {
    font-family: Benzin, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    color: #e3050f; }
  .reviews-slider__item,
  .reviews-slider .slick-slide {
    display: grid;
    grid-template-columns: 1fr; }
  .reviews-slider__title {
    font-family: Benzin, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    color: #161615; }
  .reviews-slider__img img {
    border-radius: 1rem; }
  .reviews-slider__desc {
    color: #525559;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400; }
  .reviews-slider__slider:not(.slick-initialized) .reviews-slider__item:not(:first-child) {
    display: none; }
  .reviews-slider__slider .slick-track {
    height: auto; }
  .reviews-slider__slider .slick-arrow {
    position: absolute;
    display: block;
    width: 3rem;
    bottom: 0.625rem;
    aspect-ratio: 1;
    font-size: 0;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    .reviews-slider__slider .slick-arrow.slick-disabled {
      opacity: .4;
      cursor: default; }
  .reviews-slider__slider .slick-prev {
    left: 0.625rem;
    background-image: url("/assets/dileram/img/icon-prev-arrow.svg"); }
  .reviews-slider__slider .slick-next {
    right: 0.625rem;
    background-image: url("/assets/dileram/img/icon-next-arrow.svg"); }
  .reviews-slider__slider .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .reviews-slider__slider .slick-dots li button {
      font-size: 0;
      display: block;
      width: 16px;
      aspect-ratio: 1;
      border-radius: 50%;
      background: #A0A4AD; }
    .reviews-slider__slider .slick-dots li.slick-active button {
      background: #e3050f; }

.latest {
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 1.25rem; }

.news-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5625rem;
  margin: 1.5625rem 0; }

.news-i {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5625rem; }
  .news-i__bottom {
    position: relative; }
    .news-i--line .news-i__bottom {
      padding-left: 1rem;
      -webkit-transition: right 300ms;
      transition: right 300ms;
      right: 0; }
  .news-i__img {
    display: block;
    text-decoration: none;
    padding-bottom: 0.25rem;
    position: relative; }
  .news-i__img-ratio {
    border-radius: 1.25rem;
    display: block;
    -o-object-fit: cover;
    object-fit: cover; }
    .news-i__img-ratio img {
      border-radius: 1.25rem;
      width: 146px;
      height: 146px; }
  .news-i__title {
    font-size: 1.25rem;
    line-height: 1.625rem;
    color: #313131;
    text-decoration: none;
    font-weight: 500;
    font-family: Benzin, Arial, sans-serif;
    display: block;
    color: #161615; }
    .news-i__title:hover {
      color: #e3050f;
      text-decoration: underline; }
  .news-i__text {
    font-family: Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #161615;
    padding-top: 0.625rem; }
  .news-i__date {
    font-family: Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #A0A4AD; }
  .no-mobiledevice .news-i:hover .news-i__img::before {
    height: 5px; }
  .no-mobiledevice .news-i:hover .news-i__img-ratio {
    top: -1.4375rem; }
    .no-mobiledevice .news-i:hover .news-i__img-ratio::before {
      background-color: rgba(0, 0, 0, 0.3); }

.news-all {
  padding-top: 0.75rem; }

.lang-switcher {
  position: relative;
  color: #e3050f;
  padding: 0; }
  .lang-switcher .button__text {
    margin-bottom: -4px; }
  .lang-switcher--dark {
    color: white; }
  .lang-switcher__button {
    border: none;
    background: transparent;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: inherit;
    padding: 0; }
    .lang-switcher__button:active, .lang-switcher__button:hover {
      border: none; }
    .lang-switcher__button::after {
      content: '';
      width: 10px;
      height: 10px;
      position: absolute;
      top: 50%;
      right: 8px;
      -webkit-transform: translateY(-50%) rotate(90deg);
      transform: translateY(-50%) rotate(90deg);
      background: url("/assets/images/simple-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .lang-switcher__list {
    display: none;
    position: absolute;
    left: 0;
    top: 48px;
    background: white;
    border-radius: 10px;
    list-style: none;
    z-index: 20;
    padding: 0;
    margin: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
  .lang-switcher__item {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: inherit;
    width: 100%; }
  .lang-switcher__link {
    font-family: Benzin, Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 42px;
    color: #525559;
    text-decoration: none;
    padding: 0 22px 0 8px;
    display: block;
    width: 100%; }
    .lang-switcher__link:hover {
      color: #e3050f; }
  .lang-switcher:hover .lang-switcher__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.search-tab {
  margin: 0 0 2.875em;
  position: relative; }
  .search-tab__items {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    padding: 0 0 0.625rem;
    max-width: 100%;
    overflow-x: auto; }
  .search-tab__item {
    width: 100%;
    max-width: 18.5625em; }
  .search-tab__link {
    text-decoration: none;
    font-size: 1.875em;
    line-height: 1.1;
    font-family: Arial, sans-serif;
    letter-spacing: 0.3px;
    color: #a7a7a7;
    -webkit-transition: color 300ms;
    transition: color 300ms;
    display: inline-block;
    text-align: left;
    position: relative;
    padding: 0.625em 0 0.3125rem;
    margin-right: 0.9375rem;
    border-bottom: 3px solid transparent;
    white-space: nowrap; }
    .search-tab__link small {
      line-height: 1.4;
      font-size: 0.9375rem;
      font-family: Benzin, Arial, sans-serif;
      font-weight: 800;
      color: #a7a7a7;
      padding-left: 0.3125rem; }
    .search-tab__link.active, .search-tab__link:hover {
      color: #e3050f; }
    .search-tab__link.active {
      border-color: #313131; }

.searcher {
  padding: 1.25rem 0 1.375rem; }
  .searcher__query {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1.1;
    color: #313131;
    font-weight: 700;
    letter-spacing: 0.24px; }
    .searcher__query span + span {
      padding-left: 0.9375rem; }
  .searcher__total {
    padding: 0.25rem 0 0.25rem 2.8125rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    line-height: 1.1;
    color: #6b6b6b;
    font-weight: 800;
    letter-spacing: 0.15px; }

.server-error-row {
  background: url(./static/pic/bg_404.png) no-repeat center center/cover; }

.server-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 350px;
  padding: 3.875rem 0 0.875rem; }
  .server-error .grid {
    width: 100%; }
  .server-error__content {
    display: inline-block;
    vertical-align: top; }
  .server-error__code {
    font-family: Arial, sans-serif;
    line-height: 1;
    font-size: 8.75em;
    letter-spacing: 7px;
    color: white;
    text-shadow: -1px 0 #6b6b6b, 0 1px #6b6b6b, 1px 0 #6b6b6b, 0 -1px #6b6b6b; }
  .server-error__separator {
    background-color: #e3050f;
    margin: 0 auto 3.4375em;
    height: 2px;
    width: 100%; }
  .server-error__text {
    font-size: 1.3125rem;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: #313131; }
  .server-error__sub-text {
    font-size: 0.9375rem;
    line-height: 1.5rem;
    margin-bottom: 3.125rem; }

.contacts--bg {
  background-image: url("/assets/images/background/bg_contacts.png");
  background-repeat: no-repeat;
  background-size: auto; }

.contacts__map {
  position: relative;
  line-height: 0;
  margin-bottom: 2.8125rem; }
  .contacts__map iframe {
    width: 90%;
    margin: 0 auto;
    height: 33.125rem;
    border: none;
    display: block;
    -webkit-box-shadow: 0 5px 10px rgba(61, 61, 61, 0.2);
    box-shadow: 0 5px 10px rgba(61, 61, 61, 0.2); }

.partners-list {
  position: relative;
  z-index: 0;
  min-height: 20.75rem;
  padding-top: 5.625rem; }
  .partners-list::before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 2.25rem;
    bottom: 0;
    background-image: var(--partner-bg);
    background-repeat: no-repeat;
    z-index: 1;
    width: 100vw;
    max-width: 1920px; }
  .partners-list > * {
    position: relative;
    z-index: 2; }

.sitemap {
  padding: 0; }
  .sitemap ul {
    counter-reset: section;
    list-style-type: none;
    margin: 0; }
    .sitemap ul li {
      list-style: none;
      padding-bottom: 0.9375rem;
      position: relative; }
      .sitemap ul li::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -1.8125rem;
        width: 1px;
        background: #313131; }
      .sitemap ul li > ul {
        padding-left: 2.5rem;
        padding-top: 0.625rem; }
      .sitemap ul li ul {
        margin: 0.3125rem 0 0; }
        .sitemap ul li ul li::before {
          background: #e3050f; }
  .sitemap > ul > li {
    font-family: Arial, sans-serif; }
    .sitemap > ul > li > ul {
      padding-left: 2.5rem; }
      .sitemap > ul > li > ul li {
        font-family: Benzin, Arial, sans-serif; }
        .sitemap > ul > li > ul li::before {
          margin-top: -0.0625rem; }
  .sitemap span,
  .sitemap a {
    color: #313131;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    line-height: 1.15;
    -webkit-transition: color 300ms;
    transition: color 300ms; }
    .sitemap span[href]:hover, .sitemap span[href]:active,
    .sitemap a[href]:hover,
    .sitemap a[href]:active {
      color: #e3050f;
      text-decoration: underline; }

.prod-data {
  padding-left: 1.5625rem; }
  .prod-data h1 {
    margin-bottom: 0; }

.prod-symbols {
  background-color: #f9f9f9; }
  .prod-symbols__item {
    max-width: 9.25rem;
    margin: 0 auto;
    text-align: center;
    padding: 1.4375rem 0.3125rem 1.0625rem 0.625rem; }
  .prod-symbols__icon {
    max-width: 116px;
    padding-bottom: 130px;
    position: relative;
    margin: 0 auto; }
    .prod-symbols__icon svg,
    .prod-symbols__icon img {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      max-height: 100%;
      max-width: 100%; }
  .prod-symbols__name {
    font-size: 0.875rem;
    line-height: 1rem;
    color: #414140;
    padding: 0.0625rem;
    font-weight: 300; }

.prod-guarantees {
  padding: 0.9375rem 0 0.625rem; }
  .prod-guarantees .p-list li {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 0.8125rem; }
    .prod-guarantees .p-list li::before {
      color: #e3050f; }

.prod-short-description {
  padding: 1.625rem 0; }
  .prod-short-description .wysiwyg p {
    font-size: 1rem;
    padding-bottom: 0.25rem; }

.prod-title {
  color: #313131;
  font-size: 1.875rem;
  line-height: 1.1;
  font-family: Arial, sans-serif;
  letter-spacing: 0.3px;
  font-weight: normal;
  padding: 0.9375rem 0;
  margin: 0; }

.prod-rating {
  padding: 0.4375rem 0 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  gap: 0.5rem;
  font-family: Arial, sans-serif;
  color: #A0A4AD;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem; }
  .prod-rating__count {
    color: #e3050f;
    text-decoration: underline; }
  .prod-rating .svg:last-child {
    margin-right: 0; }
  .prod-rating .rating {
    margin-top: -6px; }

.prod-price {
  font-size: 1.1875rem;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 500;
  padding: 0.625rem 0 0.5rem; }
  .prod-price small {
    white-space: nowrap;
    padding-right: 0.25rem; }
  .prod-price > small {
    min-width: 25%;
    line-height: 1.2; }
  .prod-price > span {
    min-width: 60%;
    font-weight: 800; }
    .prod-price > span small {
      line-height: 1.2;
      font-weight: 500; }

.prod-tabs {
  margin: 0 0 0.625em;
  position: relative; }
  .prod-tabs__items {
    padding: 0;
    overflow-x: auto;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0.625rem;
    width: 100%;
    max-width: 100%;
    border-radius: 1rem;
    background: #ECEFF5;
    padding: 0.625rem; }
  .prod-tabs__item {
    border-radius: 0.75rem; }
    .prod-tabs__item:hover {
      background: #08173512; }
    .prod-tabs__item.is-active {
      background: #e3050f; }
      .prod-tabs__item.is-active .prod-tabs__link {
        color: white; }
  .prod-tabs__link {
    text-decoration: none;
    font-size: 1em;
    line-height: 1.1;
    font-family: Benzin, Arial, sans-serif;
    letter-spacing: 0.525px;
    width: 100%;
    color: #e3050f;
    -webkit-transition: color 300ms;
    transition: color 300ms;
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0.625em 1.125em;
    white-space: nowrap; }

.prod-reviews .pagination-row {
  margin: 0 0 2.5em;
  padding: 1.1875rem 0 0; }

.prod-thumbs {
  max-height: 530px; }
  .prod-thumbs__slide:not(:last-of-type) {
    margin-bottom: 10px; }

.swiper-container-thumbs {
  overflow-y: scroll; }

.details-tabs {
  padding: 1.75rem 0 2.6875rem; }
  .details-tabs__block {
    min-height: 18.75rem; }
    .details-tabs__block img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .details-tabs__reviews-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1.25rem; }
  .details-tabs__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1.5625rem; }
    .details-tabs__title .p-text {
      font-size: 1rem;
      line-height: 1.2;
      font-weight: 500;
      letter-spacing: 0.375px; }
    .details-tabs__title .button {
      padding: 0.3125rem 0.625rem;
      font-weight: 400;
      font-size: 0.875rem;
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content; }
  .details-tabs__product-title {
    color: #A0A4AD; }
  .details-tabs__list {
    list-style-type: none;
    margin: 0;
    padding: 1.25rem 2.25rem; }
    .details-tabs__list li {
      padding: 0.25rem 0; }
  .details-tabs__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    fill: #e3050f;
    color: #313131;
    font-size: 0.875rem;
    line-height: 1.5625rem;
    font-weight: 800;
    letter-spacing: 0.14px;
    text-decoration: none;
    -webkit-transition: fill 300ms, color 300ms;
    transition: fill 300ms, color 300ms; }
    .details-tabs__link svg {
      width: 2.1875rem;
      height: 2.1875rem; }
    .details-tabs__link span:not(.svg) {
      display: inline-block;
      line-height: 1;
      padding: 0.5rem 0 0;
      margin: 0 0 0 0.75rem;
      border-bottom: 1px solid #313131;
      -webkit-transition: border-color 300ms;
      transition: border-color 300ms; }
    .details-tabs__link:hover {
      fill: #313131;
      color: #e3050f; }
      .details-tabs__link:hover span:not(.svg) {
        border-color: #e3050f; }

.product-head-tab {
  display: none;
  margin-bottom: 10px; }
  .product-head-tab h1 {
    margin-bottom: 0; }

.product-head-lg {
  display: none; }

.prod-review-i {
  border: 1px solid #e1e1e1;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  border-radius: 1rem; }
  .prod-review-i__date {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 500;
    color: #a8a8a8;
    letter-spacing: 0.14px;
    font-family: Arial, sans-serif;
    margin: 0 0 0 0.625rem; }
  .prod-review-i__name {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 800;
    color: #161615;
    letter-spacing: 0.14px;
    margin: 0.625rem 0 0 0; }
  .prod-review-i__text {
    font-family: Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: 400;
    color: #161615;
    letter-spacing: 0.14px;
    margin: 0; }
  .prod-review-i__admin {
    padding: 7px 0.9375rem 7px 0.9375rem;
    border: none;
    position: relative;
    color: #414140;
    background-color: transparent;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    letter-spacing: 0.35px;
    font-weight: 500;
    margin: 0.9375rem 0 0.75rem 0.625rem; }
    .prod-review-i__admin::before {
      content: '';
      position: absolute;
      top: 9px;
      bottom: 12px;
      left: 0;
      width: 2px;
      background-color: #e3050f; }
    .prod-review-i__admin .prod-review-i__date {
      line-height: 1.125rem;
      padding: 0 0.3125rem; }
    .prod-review-i__admin .prod-review-i__name {
      padding: 0 0.3125rem;
      line-height: 1.125rem; }
    .prod-review-i__admin .prod-review-i__text {
      padding: 0.625rem 0 0 0.625rem; }
      .prod-review-i__admin .prod-review-i__text a[href] {
        text-decoration: none;
        color: #e3050f; }
        .prod-review-i__admin .prod-review-i__text a[href]:hover {
          color: #313131; }
    .prod-review-i__admin .svg {
      padding: 0 0.25rem;
      line-height: 1.125rem; }

.prod-video-list {
  margin: 0 auto;
  max-width: 602px; }

.prod-video-i {
  max-width: 300px;
  margin: 0 auto; }
  .prod-video-i__img {
    display: block;
    text-decoration: none;
    padding-bottom: 0.25rem; }
  .prod-video-i__img-ratio {
    border-radius: 10px;
    overflow: hidden;
    display: block;
    position: relative;
    padding-top: 55.33333%;
    -webkit-transition: top 300ms;
    transition: top 300ms;
    top: 0; }
    .prod-video-i__img-ratio img {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      max-height: 100%;
      border-radius: 10px;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .prod-video-i__img-ratio::before {
      content: '';
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0);
      -webkit-transition: background-color 300ms;
      transition: background-color 300ms; }
  .prod-video-i__icon {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 1.375rem;
    width: 1.875rem;
    z-index: 1; }
    .prod-video-i__icon::before {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      content: '';
      background-color: white;
      height: 65%;
      width: 65%; }
    .prod-video-i__icon svg {
      position: relative;
      fill: #e3050f;
      width: 100%;
      max-width: 100%;
      height: 100%;
      max-height: 100%; }
  .no-mobiledevice .prod-video-i {
    cursor: pointer; }
    .no-mobiledevice .prod-video-i:hover .prod-video-i__img::before {
      height: 5px; }
    .no-mobiledevice .prod-video-i:hover .prod-video-i__img-ratio {
      top: -0.8125rem; }
      .no-mobiledevice .prod-video-i:hover .prod-video-i__img-ratio::before {
        background-color: rgba(0, 0, 0, 0.3); }

.prod-photo {
  position: relative;
  margin: 0 auto; }
  .prod-photo__ratio {
    display: grid;
    grid-template-columns: 4fr 17fr;
    gap: 15px; }

.prod-thumbs .swiper-container {
  height: 100%; }
  .prod-thumbs .swiper-container > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.prod-thumbs__slide {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  background-color: #f1f1f1;
  overflow: hidden;
  border-radius: 1rem; }
  .prod-thumbs__slide::before {
    content: '';
    display: block;
    -webkit-box-shadow: inset 0 0 0 2px #e3050f;
    box-shadow: inset 0 0 0 2px #e3050f;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
    pointer-events: none;
    opacity: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    border-radius: 1rem; }
  .prod-thumbs__slide img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    display: block;
    -o-object-position: center;
    object-position: center; }
  .swiper-slide-thumb-active .prod-thumbs__slide::before {
    opacity: 1; }
  .swiper-slide-thumb-active .prod-thumbs__slide:hover::before,
  .no-touchevents .prod-thumbs__slide:hover::before {
    opacity: 1; }
  .swiper-slide-thumb-active .prod-thumbs__slide:hover svg,
  .no-touchevents .prod-thumbs__slide:hover svg {
    fill: #e3050f; }
  .prod-thumbs__slide--video img {
    width: 180%;
    max-width: 180%;
    left: -40%; }

.prod-thumbs__icon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 1.375rem;
  width: 1.875rem; }
  .prod-thumbs__icon::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background-color: white;
    height: 65%;
    width: 65%; }
  .prod-thumbs__icon svg {
    position: relative;
    fill: #e3050f;
    max-width: 100%;
    max-height: 100%; }

.prod-slider {
  background-color: #f1f1f1;
  overflow: hidden;
  border-radius: 1rem;
  aspect-ratio: 1; }
  .prod-slider .swiper-container {
    height: 100%;
    overflow: hidden; }
    .prod-slider .swiper-container:not(.swiper-init) .swiper-slide {
      width: 100%; }
    .prod-slider .swiper-container .swiper-slide {
      overflow: hidden; }
  .prod-slider__slide {
    cursor: pointer;
    position: relative;
    height: 100%;
    width: 100%;
    aspect-ratio: 1/1; }
    .prod-slider__slide img {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      max-height: 100%; }
    .prod-slider__slide--video {
      cursor: pointer;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover; }
      .no-touchevents .prod-slider__slide--video:hover svg {
        fill: red; }
  .prod-slider__icon {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 3.4375rem;
    width: 5.125rem; }
    .prod-slider__icon::before {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      content: '';
      background-color: white;
      height: 65%;
      width: 65%; }
    .prod-slider__icon svg {
      position: relative;
      fill: #e3050f;
      max-width: 100%;
      max-height: 100%; }
  .prod-slider__icon-zoom {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.6);
    border-top-left-radius: 18px;
    line-height: 0;
    padding: 5px 2px 2px 5px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1050; }
    .swiper-slide-active .prod-slider__icon-zoom {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    .prod-slider__icon-zoom svg {
      fill: #e3050f;
      position: relative; }
    .no-touchevents .prod-slider__icon-zoom:hover svg {
      fill: #313131; }
    .prod-slider__icon-zoom:active svg {
      top: 1px; }
    .prod-slider__icon-zoom.zoom-init .zoom-in {
      display: none; }
    .prod-slider__icon-zoom.zoom-init .zoom-out {
      display: block; }
    .prod-slider__icon-zoom .zoom-out {
      display: none; }

.prod-prev,
.prod-next {
  display: none !important;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 1.5625rem);
  height: 3.125rem;
  width: 1.5625rem;
  z-index: 1; }
  .prod-prev svg,
  .prod-next svg {
    fill: #313131;
    -webkit-transition: fill 0.5s ease-in-out;
    transition: fill 0.5s ease-in-out; }
  .no-touchevents .prod-prev:not(.swiper-button-disabled):hover svg, .no-touchevents
  .prod-next:not(.swiper-button-disabled):hover svg {
    fill: #e3050f; }
  .prod-prev.swiper-button-disabled,
  .prod-next.swiper-button-disabled {
    opacity: 0.35; }

.prod-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0; }
  .prod-prev .svg {
    position: relative;
    left: 0;
    z-index: 1; }
  .prod-prev svg {
    width: 1.375rem;
    height: 1.375rem; }
  .prod-prev:active {
    left: -1px; }
  .prod-prev::before {
    content: '';
    border-radius: 100%;
    background-color: #eaeaea;
    opacity: 0.6;
    position: absolute;
    height: 3.75rem;
    width: 3.75rem;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .prod-prev::after {
    content: '';
    border-radius: 100%;
    background-color: #eaeaea;
    opacity: 0.6;
    position: absolute;
    height: 4.375rem;
    width: 4.375rem;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.prod-next {
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .prod-next .svg {
    position: relative;
    right: 0;
    z-index: 1;
    display: inline-block; }
  .prod-next svg {
    width: 1.375rem;
    height: 1.375rem; }
  .prod-next:active {
    right: -1px; }
  .prod-next::before {
    content: '';
    border-radius: 100%;
    background-color: #eaeaea;
    opacity: 0.6;
    position: absolute;
    height: 3.75rem;
    width: 3.75rem;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
  .prod-next::after {
    content: '';
    border-radius: 100%;
    background-color: #eaeaea;
    opacity: 0.6;
    position: absolute;
    height: 4.375rem;
    width: 4.375rem;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }

.gallery-content {
  margin-bottom: 0.3125rem; }
  .gallery-content--similar {
    position: relative;
    z-index: 0; }
    .gallery-content--similar .swiper-wrapper {
      height: auto; }
    .gallery-content--similar .swiper-slide {
      height: auto;
      padding: 0 0 1.25rem; }

.catalog-top {
  padding: 0 0 1.875rem; }

.sp-prompt,
.sp-backdrop-info {
  display: none !important; }

@media only screen and (min-width: 366px) {
    .page-nav-icon {
      height: 2.5em;
      width: 2.5em; }
    .page-nav-icon--prev, .page-nav-icon--next {
      border: 1px solid; }
    .page-nav-text {
      letter-spacing: 1px; }
    .main-title {
      font-size: 2.5rem;
      letter-spacing: 1px; }
      .main-title::before {
        font-size: 3.375rem;
        letter-spacing: 1.35px; } }

@media only screen and (min-width: 375px) {
      .m-header__bottom .button--mm-alt .button__content {
        padding: 0.75rem; }
      .m-header__bottom .button--mm-alt .button__icon {
        width: 1.875rem;
        height: 1.875rem; }
        .m-header__bottom .button--mm-alt .button__icon svg {
          width: 1.875rem;
          height: 1.875rem; }
      .m-header__logo svg {
        width: 10.9375rem; } }

@media only screen and (min-width: 481px) {
        .form--search .f-search-suggest {
          min-width: 23rem; }
          .search-in .form--search .f-search-suggest {
            min-width: 23rem;
            max-width: 23rem; }
      .page-nav-icon--prev {
        margin-right: 1.25em; }
      .page-nav-icon--next {
        margin-left: 1.25em; }
    .page-nav-text {
      font-size: 12px; }
      .p-title--slide-h1 {
        font-size: 3.25em;
        letter-spacing: 2.6px; }
      .p-title--slide-h2 {
        font-size: 2.4375em;
        letter-spacing: 1.95px; }
    .prod-review-i {
      padding: 1.25rem; }
      .prod-review-i__admin {
        margin: 0.9375rem 0 0.75rem 0.625rem;
        padding: 7px 0.9375rem 7px 0.9375rem; } }

@media only screen and (min-width: 513px) {
  .about-us-advt {
    padding: 0; } }

@media only screen and (min-width: 641px) {
    .f-copyright {
      text-align: left;
      font-size: 12px; }
    .f-develop {
      text-align: right; }
    .subscribe {
      text-align: left;
      padding-bottom: 3rem; }
        .form-item--icon .svg {
          width: 6.25rem;
          min-width: 6.25rem;
          height: 6.25rem; }
          .form-item--icon .svg svg {
            width: 3.125rem;
            height: 3.125rem; }
          .form-item--icon .svg + span {
            padding: 1.0625rem 0 0 2.1875rem; }
    .form-group {
      margin-top: 1.5rem; }
    .content-head {
      padding: 6.125em 0 2.5em; }
      .popup .mfp-close {
        padding: 0;
        color: white; }
        .popup .mfp-close svg {
          width: 1.5625rem;
          height: 1.5625rem; }
    .scroll-up-btn {
      bottom: 5em; }
    .page-nav-icon {
      height: 3.375em;
      width: 3.4375em; }
      .page-nav-icon--prev {
        margin-right: 2.1875em; }
      .page-nav-icon--next {
        margin-left: 2.1875em; }
      .p-title--xl {
        font-size: 2.5em;
        letter-spacing: 1px; }
  .main-categories-row-secondary {
    padding: 3.125rem 1.25rem 1.25rem; }
      .main-title--center {
        margin: 2rem 0 3.75rem; }
        .main-title--center::before {
          bottom: auto;
          top: 0.85rem; }
      .server-error__code {
        font-size: 10em;
        letter-spacing: 8px; }
      .details-tabs__list {
        padding: 2.5rem 6rem 2.375rem; }
    .gallery-content {
      padding-bottom: 2.5rem;
      margin-bottom: 0.75rem; }
      .gallery-content--similar {
        margin-bottom: 0; } }

@media only screen and (min-width: 769px) {
      .menu-burger__burger {
        left: 14px; }
    .main-menu {
      width: 550px; }
    .three-columns {
      grid-template-columns: repeat(3, 1fr); }
    .section--gray {
      border-radius: 16px; }
      .bg--not-found {
        background-size: auto 75%;
        background-position: center left; }
      .breadcrumbs > * a {
        position: relative; }
      .breadcrumbs > *:not(:last-child)::after {
        content: '';
        display: block;
        position: absolute;
        right: 0.625rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 0.5rem;
        height: 1rem;
        background-image: url("/assets/images/simple-arrow.svg");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat; }
    .draggable-table.is-design-table::before, .draggable-table.is-design-table::after {
      top: 1.75rem;
      bottom: 1.75rem; }
    .section-three {
      gap: 1.25rem 5rem; }
    .social-n {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .block-main {
      padding-top: 63.47656%; }
    .slider-main {
      padding-top: 63.47656%; }
    .category__content {
      grid-template-columns: 1fr 1fr; }
    .partners {
      grid-template-columns: repeat(2, 1fr); }
      .propose::after {
        min-height: 350px;
        background-size: cover;
        background-position: center right; }
      .propose::after {
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50%;
        aspect-ratio: 2.4; }
    .propose .two-columns {
      grid-template-columns: repeat(2, 1fr); }
  .support__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; }
        .support__img img::after {
          width: 72px; }
    .support__img {
      grid-column: 2;
      grid-row: 1; }
  .support__text {
    grid-column: 1;
    grid-row: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px; }
      .need-help__title {
        text-align: left; }
      .need-help__desc {
        text-align: left;
        display: block; }
      .need-help__phone {
        text-align: left;
        display: inline;
        text-decoration: none;
        font-size: 1rem; }
      .catalog-form__content {
        width: 50%;
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
    .lang-switcher-mob {
      display: none; }
    .sroll-bottom-note {
      border-top-left-radius: 16px;
      border-top-right-radius: 16px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      .sroll-bottom-note__text {
        display: block;
        font-family: Benzin, Arial, sans-serif;
        color: #e3050f;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500; }
      .sertificates__links {
        margin-top: 0;
        margin-bottom: 0; }
  .buttom-callback .two-columns {
    grid-template-columns: repeat(2, 1fr); }
      .buttom-callback__img img {
        height: 100%; }
  .buttom-callback__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .reviews-slider {
      padding: 3.75rem;
      margin: 0 1.875rem;
      border-radius: 1rem; }
      .reviews-slider__main-title {
        grid-row-start: 1;
        grid-row-end: 2;
        grid-column-start: 1;
        grid-column-end: 2; }
      .reviews-slider__item,
      .reviews-slider .slick-slide {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem; }
    .reviews-slider__img {
      grid-column: 2;
      grid-row: 1; }
    .reviews-slider__text {
      grid-column: 1;
      grid-row: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .reviews-slider__slider .slick-arrow {
        width: 4rem;
        bottom: 50%;
        -webkit-transform: translateY(50%);
        transform: translateY(50%); }
      .reviews-slider__slider .slick-prev {
        left: -32px; }
      .reviews-slider__slider .slick-next {
        right: -32px; }
    .latest .two-columns {
      grid-template-columns: repeat(2, 1fr); }
    .server-error {
      padding: 3.875rem 0 2.75rem; }
      .server-error__code {
        font-size: 15em;
        letter-spacing: 12px; } }

@media only screen and (min-width: 801px) {
    .f-links {
      -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
      .f-links.p-list {
        padding: 0; }
    .f-copyright {
      -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .f-develop {
      -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

@media only screen and (min-width: 1025px) {
    body {
      font-size: 15px; }
    .footer__right {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
      flex: 0 1 30%;
      padding: 0 0 0 1.75rem; }
      .footer__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
        flex: 0 1 30%;
        padding-right: 1.25rem; }
      .form-group__input, .form-group__textarea, .form-group__select {
        padding: 0.875rem 1.625rem; }
        .form--sm .form-group__input, .form--sm .form-group__textarea, .form--sm .form-group__select {
          padding: 0.5rem 0.875rem; }
        .form-group--with-btn .form-group__input, .form-group--with-btn .form-group__textarea, .form-group--with-btn .form-group__select {
          padding: 0.5rem 2.875rem 0.5rem 1.625rem; }
        .form-group__select[data-s2s] {
          padding-left: 1.125rem;
          padding-right: 1.75rem; }
    .header {
      display: block; }
      .header__grid {
        grid-template-columns: repeat(3, 1fr); }
    .menu-burger {
      width: 120px; }
      .menu-burger__title {
        display: block; }
    .main-menu {
      width: 800px; }
      .main-menu__container {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
    .m-header {
      display: none; }
      .content-head__cover {
        background-position: top center; }
    .two-columns {
      grid-template-columns: repeat(2, 1fr); }
    .three-columns {
      grid-template-columns: repeat(3, 1fr); }
      .bg--news-latest::after {
        content: '';
        position: absolute;
        right: 0;
        top: 45%;
        width: 43.5%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.7); }
    .scroll-up-btn {
      height: 3.125rem;
      width: 3.125rem; }
    .scroll-up-btn:hover {
      background: #08173512; }
    .scroll-up-btn:active svg {
      -webkit-transform: translateY(-3px);
      transform: translateY(-3px); }
    .page-nav {
      margin: 2.5em 0; }
      .search-header__icon {
        left: 0; }
    .section-three {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: 60px auto; }
      .section-three__title {
        grid-row-start: 1;
        grid-row-end: 2;
        grid-column-start: 1;
        grid-column-end: 2; }
      .section-three__content {
        grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: 1;
        grid-column-end: 2; }
      .section-three__image {
        grid-row-start: 1;
        grid-row-end: 3;
        grid-column-start: 2;
        grid-column-end: 3; }
        .section-three__image img {
          width: auto; }
      .section-three--reverse .section-three__title {
        grid-row-start: 1;
        grid-row-end: 2;
        grid-column-start: 2;
        grid-column-end: 3; }
      .section-three--reverse .section-three__content {
        grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: 2;
        grid-column-end: 3; }
      .section-three--reverse .section-three__image {
        grid-row-start: 1;
        grid-row-end: 3;
        grid-column-start: 1;
        grid-column-end: 2; }
    .social-n {
      position: fixed;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: end;
      margin-bottom: 0;
      gap: 5px;
      z-index: 10; }
      .social-n__text {
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        max-width: 0;
        height: 22px;
        overflow: hidden;
        -webkit-transition: max-width .6s;
        transition: max-width .6s;
        padding-left: 5px; }
        .social-n-link:hover .social-n__text {
          max-width: 400px; }
      .social-n-link {
        background: #e3050f;
        padding-right: 0.5rem;
        border-top-left-radius: 1.25rem;
        border-bottom-left-radius: 1.25rem;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      .p-title--slide-h1 {
        font-size: 3.875em;
        letter-spacing: 3.1px; }
      .p-title--slide-h2 {
        font-size: 3.0625em;
        letter-spacing: 2.45px; }
      .ctrl-nav__link {
        padding: 0 3.4375rem; }
      .gall-item__key {
        color: #fff; }
      .gall-item__value {
        color: #fff;
        font-weight: 700; }
    .advantages-item {
      padding: 0; }
        .team:hover .team__body > *:last-child:not(.team__position) {
          padding-bottom: 1.875rem; }
      .team__body {
        -webkit-transform: translateY(-6.5625rem);
        transform: translateY(-6.5625rem);
        padding: 1.875rem 1.875rem 0 2.5rem; }
    .block-main {
      padding-top: 49.92118%; }
    .slider-main {
      padding-top: 49.29059%; }
      .slider-main .social-n {
        display: none; }
    .slider-photo {
      margin-bottom: 5px; }
      .youtube-control__play {
        display: inline-block; }
      .youtube-control__mute {
        display: inline-block; }
      .youtube-control__more {
        display: none; }
      .mobiledevice .youtube-control__more {
        display: block; }
    .main-about__main {
      grid-template-columns: repeat(2, 1fr); }
      .main-about__main .section-title {
        grid-row: 1;
        grid-column: 1; }
      .main-about__main .main-about__content {
        grid-row: 2;
        grid-column: 1; }
      .main-about__main .main-about__image-block {
        grid-column: 2;
        grid-row-start: 1;
        grid-row-end: 3; }
  .main-about__image {
    display: block;
    background-size: 100% auto;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center right; }
  .main-categories-row-secondary {
    padding: 3.125rem 4.0625rem 1.25rem 1.25rem;
    margin-left: 3rem; }
    .main-categories-row-secondary::before {
      left: 0;
      right: 0; }
    .main-title {
      font-size: 4.0625rem;
      letter-spacing: 1.625px; }
      .main-title::before {
        font-size: 5rem;
        letter-spacing: 2px; }
      .main-title--left {
        text-align: left;
        display: inline-block; }
        .main-title--left::before {
          right: 3.5rem;
          -webkit-transform: translateX(0);
          transform: translateX(0); }
        .main-title--left.main-title--left50 {
          text-align: left;
          display: inline-block; }
          .main-title--left.main-title--left50::before {
            right: 50%;
            -webkit-transform: translateX(0);
            transform: translateX(0); }
      .main-title--right {
        text-align: left;
        display: inline-block; }
        .main-title--right::before {
          left: 3.5rem;
          -webkit-transform: translateX(0);
          transform: translateX(0); }
        .main-title--right.main-title--right50 {
          text-align: left;
          display: inline-block; }
          .main-title--right.main-title--right50::before {
            left: 50%;
            -webkit-transform: translateX(0);
            transform: translateX(0); }
        .main-title--center::before {
          top: 1.625rem; }
      .category-item__img img {
        display: block;
        max-height: 100%; }
      .prod-item__name {
        font-size: 1.125rem;
        line-height: 1.5rem;
        letter-spacing: 0.18px; }
    .propose--promislovi .two-columns {
      grid-template-columns: 7fr 3fr; }
      .need-help__question {
        height: 3.125rem;
        width: 3.125rem; }
    .latest {
      padding-bottom: 3.125rem; }
    .news-i {
      grid-template-columns: 146px auto; }
    .news-i--line {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      max-width: 100%;
      -webkit-transition: width 300ms;
      transition: width 300ms;
      position: relative;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .news-i--line::before {
        content: '';
        position: absolute;
        background-color: #e3050f;
        left: 0;
        right: auto;
        top: 0;
        bottom: 0;
        width: 2px;
        -webkit-transition: width 200ms;
        transition: width 200ms; }
      .news-i__img-ratio {
        aspect-ratio: 1/1; }
    .no-mobiledevice .news-i:hover.news-i--line {
      position: relative; }
      .no-mobiledevice .news-i:hover.news-i--line::before {
        width: 5px; }
      .no-mobiledevice .news-i:hover.news-i--line .news-i__img {
        right: -1.4375rem; }
      .no-mobiledevice .news-i:hover.news-i--line .news-i__bottom {
        right: -1.4375rem; }
      .no-mobiledevice .news-i:hover.news-i--line .news-i__img-ratio {
        top: 0; }
    .contacts--bg {
      background-position: top center;
      background-size: 100% auto; }
      .contacts__map iframe {
        width: 100%; }
    .prod-video-list {
      margin: 1.1875rem -1.75rem 0 0; }
      .prod-video-i__icon {
        height: 2.625rem;
        width: 3.125rem; }
    .prod-photo {
      margin: 1.1875rem -1.875rem 0 0; } }

@media only screen and (min-width: 1280px) {
      .container--small {
        max-width: calc(1170px + 0.9375rem * 2); } }

@media only screen and (min-width: 1281px) {
    body {
      font-size: 16px; }
    .footer__right {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 21.6%;
      flex: 0 1 21.6%;
      padding: 0 0 0 2.375rem; }
      .footer__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 22.5%;
        flex: 0 1 22.5%;
        padding-right: 1.25rem; }
    .header {
      font-size: 0.8125rem;
      line-height: 1rem; }
    .main-menu {
      width: 1260px;
      left: -1260px; }
      .main-menu__container {
        grid-template-columns: 840px auto; }
      .main-menu--light {
        display: block;
        width: 840px; }
      .container--lg-w50._ml-auto {
        margin-left: auto;
        margin-right: 0; }
      .container--lg-w50._mr-auto {
        margin-right: auto;
        margin-left: 0; }
    .page-nav {
      margin: 3.125em 0; }
      .preview-item__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .about-block__item {
        margin-right: 1.5625rem; }
      .about-block__item--right {
        margin-right: 0;
        margin-left: 1.5625rem; }
    .category-item {
      grid-template-columns: 200px auto; }
      .prod-item__actions {
        display: none; }
      .prod-item__name {
        font-size: 1.25rem;
        line-height: 1.2;
        letter-spacing: 0.21px; }
    .partners {
      grid-template-columns: repeat(4, 1fr); }
      .propose::after {
        width: 65%; }
  .support {
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
      .catalog-form__content {
        width: 55%; }
      .news-i--line .news-i__bottom {
        padding-left: 2.25rem;
        -webkit-transition: right 300ms;
        transition: right 300ms;
        right: 0; }
      .prod-tabs__item {
        border-radius: 1rem; }
    .product-head-lg {
      display: block; } }

@media only screen and (min-width: 1282px) {
      .container--ms {
        max-width: calc(1282px + 0.9375rem * 2); } }

@media only screen and (min-width: 1367px) {
    .header {
      font-size: 0.875rem;
      line-height: 1.25rem; }
      .bg--not-found {
        background-size: auto;
        background-position: center left; }
    .page-nav {
      margin: 3.75em 0; }
      .p-title--slide-h1 {
        font-size: 4.5em;
        letter-spacing: 3.6px; }
      .p-title--slide-h2 {
        font-size: 3.6875em;
        letter-spacing: 2.95px; }
    .gall-item {
      margin: 0 auto 5.625rem; }
      .gall-item--list {
        margin: 0 auto 5px; }
      .gallery-content .prod-item {
        padding: 0 0.9375rem; }
    .prod-data {
      padding-left: 4.6875rem; } }

@media only screen and (min-width: 1394px) {
      .container--prod {
        max-width: calc(1394px + 0.9375rem * 2); } }

@media only screen and (min-width: 1426px) {
      .container--ml {
        max-width: calc(1426px + 0.9375rem * 2); }
      .container--ml-prod {
        max-width: calc(1426px + 0.9375rem * 2); } }

@media only screen and (min-width: 1441px) {
    .prod-video-list {
      margin: 1.1875rem -1.5rem 0 0; } }

@media only screen and (min-width: 1472px) {
      .container--search {
        max-width: calc(1472px + 0.9375rem * 2); } }

@media only screen and (min-width: 1562px) {
      .container--medium {
        max-width: calc(1562px + 0.9375rem * 2); } }

@media only screen and (min-width: 1571px) {
      .container--main {
        max-width: calc(1570px + 0.9375rem * 2); } }

@media only screen and (min-width: 1600px) {
      .p-title--slide-h1 {
        font-size: 5.75em;
        letter-spacing: 2.3px; }
      .p-title--slide-h2 {
        font-size: 4.9375em;
        letter-spacing: 3.95px; }
      .block-main__container {
        padding: 8% 0 9%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }

@media only screen and (min-width: 1601px) {
    .scroll-up-btn {
      right: 1.25rem; }
      .need-help__question {
        right: 1.25rem; } }

@media only screen and (max-width: 1366px) {
        .block-main__container .p-text--dt {
          font-size: 1.25em;
          letter-spacing: 0.5px; }
        .block-main__container .p-text--xl {
          font-size: 1.125em;
          letter-spacing: 0.45px; } }

@media only screen and (max-width: 1280px) {
    .footer__right {
      width: 100%; }
      .footer__top {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem; }
      .footer__bottom > div {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .f-links {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .subscribe {
      max-width: 100%;
      width: 100%; }
      .form-group--subscribe {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset; }
        .form-group--subscribe .form-group__input, .form-group--subscribe .form-group__textarea, .form-group--subscribe .form-group__select {
          max-width: unset; }
    .three-columns {
      gap: 20px; }
    .container--full-tab {
      width: 100%;
      max-width: 100%;
      padding-left: 0;
      padding-right: 0; }
    .static-menu {
      border-radius: 0; }
      .slider-main .swiper-pagination-main {
        bottom: 90px; }
      .slider-photo__button-prev, .slider-photo__button-next {
        display: none; }
      .partner__image {
        margin-bottom: 0; }
    .support__title {
      margin-top: 0.625rem; }
    .support__desc {
      margin-top: 0.625rem; }
    .catalog-form {
      width: 100% !important; }
    .catalog-head {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .slide-banner {
      grid-template-columns: 1fr; }
      .slide-banner__text {
        height: 50%; }
      .slide-banner__kotel {
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: bottom right;
        object-position: bottom right;
        max-width: 85%;
        margin-left: auto; }
      .slide-banner__logos {
        padding-left: 0;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content; }
      .slide-banner__title {
        font-size: 35px; }
      .slide-banner__sub-title {
        display: none; }
      .slide-banner__froms {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content; }
        .slide-banner__from-title {
          font-size: 40px; }
        .slide-banner__from-sub-title {
          font-size: 16px; }
    .reviews-slider__img {
      margin: 20px 0; }
    .prod-thumbs {
      max-height: 400px; }
    .product-head-tab {
      display: block; }
      .product-head-tab h1 {
        margin: 0; } }

@media only screen and (max-width: 1024px) {
    .button {
      line-height: 1.3; }
        .form-group--sort .form-group__label {
          font-size: 0;
          display: block;
          width: 24px;
          height: 24px;
          background-image: url("/assets/images/icon-filter.svg");
          background-position: top center;
          background-repeat: no-repeat;
          background-size: contain; }
    .header__menu {
      width: 40px; }
      .header__logo {
        position: absolute;
        left: 55px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .main-menu__menus {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        padding-left: 40px; }
      .main-menu__menu {
        gap: 10px; }
        .main-menu__menu--big, .main-menu__menu--small {
          font-size: 1.125rem;
          line-height: 1.125rem; }
        .main-menu__menu--small {
          color: #FFFFFFCC; }
          .main-menu__menu--small .main-menu__link {
            color: #FFFFFFCC; }
      .main-menu__info {
        padding-left: 60px;
        width: 460px; }
    .two-columns {
      gap: 1.25rem; }
      .gall-item__overlay {
        position: static;
        background: #ECEFF5;
        color: #161615;
        border-radius: 0 0 1rem;
        padding: 0.625rem;
        opacity: 1; }
    .gall-item .preview-item__img {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      .gall-item .preview-item__links--mob {
        position: static;
        display: block; }
        .gall-item__data-list ul li::marker {
          color: #A0A4AD; }
      .slider-photo .portfolio-slider-navigation {
        display: none; }
      .slider-photo .swiper-pagination-portfolio {
        display: none !important; }
    .youtube-control {
      right: 50%;
      -webkit-transform: translateX(50%);
      transform: translateX(50%); }
      .main-categories-row::before {
        background-size: 100% auto; }
      .category-item__img img {
        height: 140px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .category-item__name {
        text-align: center; }
        .category-item__name > span {
          display: block;
          margin-left: auto;
          margin-right: auto; }
      .propose__text {
        max-width: 360px; }
        .propose__text h2 {
          font-size: 24px;
          line-height: 32px; }
        .propose__text p {
          font-size: 18px;
          line-height: 22px; }
      .main-slide-content__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .main-slide-contacts {
      display: none; }
      .catalog-form__content {
        padding: 20px; }
    .sroll-bottom-note {
      width: auto;
      min-width: -webkit-max-content;
      min-width: -moz-max-content;
      min-width: max-content; }
    .buttom-callback form {
      margin-top: 20px;
      padding: 25px; }
    .news-i--line {
      max-width: 250px; }
        .news-i__img-ratio img {
          width: 100%;
          height: auto;
          max-height: 180px; }
    .news-all {
      text-align: center; }
      .prod-tabs__items {
        overflow-x: scroll;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
    .prod-thumbs {
      max-height: 500px; }
    .prod-prev {
      width: 1.25rem;
      height: 2.5rem; }
      .prod-prev::after {
        height: 3.75rem;
        width: 3.75rem; }
      .prod-prev::before {
        height: 3.125rem;
        width: 3.125rem; }
    .prod-next {
      width: 1.25rem;
      height: 2.5rem; }
      .prod-next::after {
        height: 3.75rem;
        width: 3.75rem; }
      .prod-next::before {
        height: 3.125rem;
        width: 3.125rem; }
  h2 {
    font-size: 24px;
    line-height: 1.3; } }

@media only screen and (max-width: 960px) {
    .prod-thumbs {
      max-height: 400px; } }

@media only screen and (max-width: 768px) {
    .footer {
      margin-top: 10px; }
      .footer-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .footer__logo {
        text-align: center; }
      .footer__contacts {
        margin-top: 1.875rem; }
      .footer__top {
        padding: 0.9375rem 0.9375rem 0; }
      .header__logo {
        left: 40px; }
      .header__right {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
    .c-main-menu {
      background-color: black; }
      .main-menu__menus {
        padding-left: 0;
        margin-bottom: 0; }
      .main-menu__info {
        padding-left: 20px; }
    .container--full-mob {
      width: 100%;
      max-width: 100%;
      padding-left: 0;
      padding-right: 0; }
      .popup-icon {
        padding-top: 60px !important; }
        .popup-icon::before {
          width: 48px;
          height: 48px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
      .breadcrumbs > *:not(:last-child):not(:nth-last-child(2)) {
        display: none; }
      .breadcrumbs > *:nth-last-child(2) {
        max-width: 45%; }
        .breadcrumbs > *:nth-last-child(2) a {
          max-width: 90%;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          position: relative; }
        .breadcrumbs > *:nth-last-child(2)::after {
          content: '';
          position: absolute;
          display: block;
          right: 0.625rem;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 0.5rem;
          height: 1rem;
          background-image: url("/assets/images/simple-arrow.svg");
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat; }
      .cookie__button {
        border-radius: 10px; }
    .cookie {
      width: 100vw;
      left: 0;
      right: 0;
      padding: 20px 10px; }
      .cookie__content {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto; }
    .search-header.active {
      width: 312px; }
        .about-block__bg img {
          margin: auto; }
      .about-block--reverse .about-block__bg img {
        margin: auto; }
    .advantages-item {
      max-width: unset;
      text-align: start;
      display: grid;
      grid-template-columns: 70px auto;
      gap: 20px;
      width: 100%; }
      .advantages-item .advantages-item__icons {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 3;
        width: 70px;
        height: 70px; }
      .advantages-item .advantages-item__title {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2; }
      .advantages-item .advantages-item__text {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 3; }
    .category-item__name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .category-item__name span {
        text-align: center; }
      .need-help__button {
        border-radius: 10px; }
    .need-help {
      width: 100vw;
      left: 0;
      right: 0;
      padding: 20px 10px; }
      .need-help__content {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto; }
      .ul-image__item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start; }
      .main-slide-content__button, .main-slide-content__button:visited {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content; }
    .sroll-bottom-note {
      bottom: 30px; }
      .slide-banner__logos {
        max-width: none;
        gap: 20px;
        padding: 0 0 20px; }
      .slide-banner__title {
        text-align: center;
        font-size: 18px; }
      .slide-banner__froms {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .slide-banner__froms {
        gap: 30px;
        min-width: 100%; }
        .slide-banner__froms::after {
          width: 1px; }
        .slide-banner__from-title {
          font-size: 25px;
          line-height: 1.4;
          min-width: 115px; }
        .slide-banner__from-sub-title {
          font-size: 12px; }
      .buttom-callback__img img {
        aspect-ratio: 1; }
    .lang-switcher {
      display: none; }
    .prod-thumbs {
      max-height: 340px; } }

@media only screen and (max-width: 768px) and (max-width: 1280px) {
      .breadcrumbs > *:nth-last-child(2) a {
        max-width: 100%; } }

@media only screen and (max-width: 640px) {
    .footer__right {
      padding-top: 1.625rem; }
        .p-list--about li {
          line-height: 1.3; }
      .ctrl-nav__back {
        margin-bottom: 1.875rem; }
    .we-offering {
      padding-top: 0; }
      .we-offering--about {
        padding-top: 1.875rem; }
      .we-offering::before {
        display: none; }
          .we-offering__items ul li {
            line-height: 1.3; }
    .block-main {
      padding-top: 100vh; }
        .block-main__container .p-title--slide-h2 {
          padding-bottom: 0.625em;
          padding-top: 0.875em; }
        .block-main__container .p-text--dt {
          font-size: 0.875rem;
          letter-spacing: 0.35px; }
        .block-main__container .p-text--xl {
          font-size: 0.75rem;
          letter-spacing: 0.3px; }
    .slider-main {
      padding-top: 100vh; }
      .slider-main .swiper-pagination-main {
        margin-bottom: 1.125rem; }
    .slider-photo {
      max-width: 370px;
      margin: auto; }
      .slider-photo .swiper-pagination-portfolio {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .search-tab::after, .search-tab::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 1.25rem;
      z-index: 1; }
    .search-tab::after {
      left: 0;
      background-image: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
      background-image: linear-gradient(90deg, white, rgba(255, 255, 255, 0)); }
    .search-tab::before {
      right: 0;
      background-image: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
      background-image: linear-gradient(-90deg, white, rgba(255, 255, 255, 0)); }
      .search-tab__item {
        padding-left: 0.625rem; }
      .partners-list::before {
        display: none; }
    .prod-thumbs {
      max-height: 430px; }
      .details-tabs__title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }

@media only screen and (max-width: 480px) {
      .slider-main .block-main {
        width: 100%; }
      .slider-main__button-prev, .slider-main__button-next {
        display: none; }
    .prod-thumbs {
      max-height: 340px; } }

@media def {
      .el-anim.is-show {
        -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
        transition: opacity 1.2s, -webkit-transform 1.2s;
        transition: opacity 1.2s, transform 1.2s;
        transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s; } }

@media print {
  * {
    background: transparent !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #000 !important; }
  a, a:visited {
    position: static;
    text-decoration: none !important; }
  a[href]::after {
    font-style: italic;
    content: " (" attr(href) ") " !important;
    width: auto !important;
    height: auto !important;
    display: inline !important;
    vertical-align: initial !important; }
  a[href^="javascript:"]::after, a[href^="#"]::after {
    content: "" !important; }
  abbr [title]::after {
    content: " (" attr(title) ") "; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr {
    page-break-inside: avoid; }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
    height: auto !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: auto;
    margin: 1cm; } }

/*# sourceMappingURL=style.css.map */
