@charset "UTF-8";
@font-face {
  font-family: Arsenal;
  font-display: swap;
  src: url("../fonts/Arsenal-Bold.woff2") format("woff2"), url("../fonts/Arsenal-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Arsenal;
  font-display: swap;
  src: url("../fonts/Arsenal-Regular.woff2") format("woff2"), url("../fonts/Arsenal-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: icons;
  font-display: swap;
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url("../fonts/Poppins-Black.woff2") format("woff2"), url("../fonts/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url("../fonts/Poppins-ExtraBold.woff2") format("woff2"), url("../fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url("../fonts/Poppins-ExtraLight.woff2") format("woff2"), url("../fonts/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url("../fonts/Poppins-Thin.woff2") format("woff2"), url("../fonts/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
[class*=_icon-]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=_icon-]:before {
  display: block;
}

._icon-arrow-down:before {
  content: "";
  background: url(../img/arrow-down.svg) center/contain no-repeat;
  display: block;
  width: 12px;
  height: 7px;
  display: none;
}
@media (max-width: 97.5em) {
  ._icon-arrow-down:before {
    display: block;
  }
}

._icon-arrov:before {
  content: "\e900";
}

._icon-doc:before {
  content: "\e901";
  color: #da1d25;
}

._icon-search:before {
  content: "\e902";
  color: #fff;
}

._icon-telegramm:before {
  content: "\e903";
  color: #fff;
  font-size: 14px;
}

._icon-visual:before {
  content: "\e904";
  color: #fff;
}

._icon-vk:before {
  content: "\e905";
  color: #fff;
  font-size: 11px;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #000;
  line-height: 1;
  font-family: "Poppins";
  font-size: 0.875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Poppins";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  touch-action: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/
[class*=__container] {
  max-width: 84.375rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

body.popup-show::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  transform: scale(1);
}

.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  transform: scale(0);
  transition: transform 0.3s ease 0s;
  box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 10px;
  width: 100%;
  max-width: 397px;
  min-height: 196px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.lock .popup__content {
  visibility: visible;
}
@media (max-width: 47.99875em) {
  .popup__content {
    max-width: 320px;
  }
}

.popup__text svg {
  margin-bottom: 35px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.popup__text h2 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}
.popup__text p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #000;
  text-align: center;
}
.popup__text button.form__btn {
  margin-left: auto;
  margin-right: auto;
}

.popup__close {
  display: block;
  width: fit-content;
  margin-left: auto;
}

[data-fullscreen] {
  min-height: 100vh;
}
.touch [data-fullscreen] {
  min-height: calc(var(--vh, 1vh) * 100);
}
@media (max-width: 47.99875em) {
  .touch [data-fullscreen] {
    transition: height 0.2s;
  }
}

[class*=-ibg] {
  position: relative;
}
[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

[class*=-ibg_contain] img {
  object-fit: contain;
}

:root {
  --font-family: "Poppins", sans-serif;
  --second-family: "Arsenal", sans-serif;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 242px;
  height: 50px;
  background: #da1d25;
  transition: all 0.3s ease 0s;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
@media (any-hover: hover) {
  .btn:hover {
    background: #a81319;
  }
}

.bredcumbers {
  padding: 50px 0 90px;
}
@media (max-width: 47.99875em) {
  .bredcumbers {
    padding: 55px 0 50px;
  }
}
.bredcumbers__container ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.bredcumbers__container ul li {
  display: flex;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.bredcumbers__container ul li:not(:last-of-type)::after {
  content: ">";
}
.bredcumbers__container ul li:last-of-type {
  color: black;
}
.bredcumbers__container ul li a {
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .bredcumbers__container ul li a:hover {
    color: #da1d25;
  }
}

.title {
  padding-bottom: 55px;
}
@media (max-width: 47.99875em) {
  .title {
    padding-bottom: 30px;
  }
}
.title__container p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}
@media (max-width: 47.99875em) {
  .title__container p {
    font-size: 12px;
  }
}
.title h2 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 46px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}
@media (max-width: 47.99875em) {
  .title h2 {
    font-weight: 700;
    font-size: 24px;
  }
}

h1 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 46px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}
@media (max-width: 47.99875em) {
  h1 {
    font-weight: 700;
    font-size: 24px;
  }
}

.flex {
  padding-bottom: 90px;
}
.flex__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 30px;
}
@media (max-width: 64.06125em) {
  .flex__inner {
    flex-direction: column;
    gap: 30px;
  }
}
.flex__item {
  flex: 0 0 calc(50% - 15px);
  display: flex;
  gap: 20px;
}
@media (max-width: 64.06125em) {
  .flex__item {
    flex: 0 0 auto;
  }
}
@media (max-width: 47.99875em) {
  .flex__item {
    flex-direction: column;
    gap: 15px;
  }
}
.flex__img {
  flex: 0 0 260px;
  height: 310px;
}
.flex__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 47.99875em) {
  .flex__img {
    flex: 0 0 auto;
    width: 260px;
    height: 310px;
  }
}
.flex__content {
  max-width: 310px;
}
.flex__top {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media (max-width: 47.99875em) {
  .flex__top {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.flex__name {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  line-height: 1.3;
  margin-bottom: 2px;
}
@media (max-width: 47.99875em) {
  .flex__name {
    font-size: 16px;
  }
}
.flex__proff {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1.3;
}
@media (max-width: 47.99875em) {
  .flex__proff {
    font-size: 14px;
  }
}
.flex__link {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.flex__link a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .flex__link a:hover {
    color: #da1d25;
  }
}
@media (max-width: 47.99875em) {
  .flex__link a {
    font-size: 14px;
  }
}
.flex__text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.flex__text p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

* {
  line-height: 1.3;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 47.99875em) {
  .header {
    background: #444;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1780px;
}
@media (max-width: 97.5em) {
  .header__container {
    justify-content: start;
  }
}
.header__logo {
  flex: 0 0 440px;
}
@media (max-width: 97.5em) {
  .header__logo {
    flex: 0 1 100%;
    margin-left: 40px;
  }
}
@media (max-width: 47.99875em) {
  .header__logo {
    flex: 0 0 272px;
    margin-left: 26px;
  }
  .header__logo img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.header__action {
  display: flex;
  gap: 40px;
  align-items: center;
}
.header__links {
  display: flex;
  gap: 15px;
}
.header__links button {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 47.99875em) {
  .header__links {
    display: none;
    transition: all 0.5s ease 0s;
  }
  .menu-open .header__links {
    display: flex;
    position: absolute;
    top: 25px;
    right: 20px;
    position: relative;
    z-index: 3;
  }
}
@media (max-width: 47.99875em) {
  .header .social {
    margin-top: 50px;
  }
}

@media (max-width: 1560px) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: -100%;
    background: #0c0c0c;
    transition: left 0.3s ease 0s;
    padding: 113px 15px 30px 15px;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 50px;
    top: 0;
    left: -100%;
    transition: left 0.3s ease 0s;
    background: #0c0c0c;
    z-index: 2;
  }
  .menu__body._active {
    left: 0;
    z-index: 2;
  }
  .menu__body._active::before {
    left: 0;
  }
}
@media (min-width: 1560px) {
  .menu__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
.menu__item {
  position: relative;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 97.5em) {
  .menu__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media (any-hover: hover) {
  .menu__item:hover .menu__sub-list {
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .menu__item:hover .menu__arrow {
    transform: rotate(-180deg);
  }
  .menu__item:hover .menu__arrow,
.menu__item:hover .menu__link {
    background: #da1d25;
  }
}
@media (any-hover: hover) and (max-width: 1560px) {
  .menu__item:hover .menu__arrow,
.menu__item:hover .menu__link {
    background: transparent;
    color: #da1d25;
  }
}
@media (min-width: 1560px) {
  .menu__item._hover .menu__sub-list {
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .menu__item._hover .menu__arrow {
    transform: rotate(-180deg);
  }
  .menu__item._hover .menu__arrow,
.menu__item._hover .menu__link {
    color: #da1d25;
  }
}
@media (max-width: 1560px) {
  .menu__item {
    margin: 0px 0px 15px 0px;
  }
  .menu__item:last-child {
    margin-bottom: 0;
  }
}
.menu__link {
  font-weight: 500;
  color: inherit;
  transition: color 0.3s ease 0s;
  padding: 10px 10px;
}
@media (max-width: 1560px) {
  .menu__link {
    font-size: 24px;
    font-weight: 600;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: none;
    padding: 10px 0px;
  }
}
.menu__arrow {
  margin: 0px 0px 0px 8px;
  transition: all 0.3s ease 0s;
  font-size: 8px;
}
@media (max-width: 1560px) {
  .menu__arrow {
    font-size: 14px;
  }
  .menu__arrow._active {
    transform: rotate(-180deg);
  }
}
.menu__sub-list {
  position: relative;
  background-color: #fff;
  padding: 30px 20px;
  flex: 1 1 100%;
  max-width: 444.28px;
}
@media (min-width: 1560px) {
  .menu__sub-list {
    opacity: 0;
    transition: all 0.3s ease 0s;
    transform: translate(0px, 10px);
    visibility: hidden;
    min-width: 200px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 150%;
    z-index: 5;
  }
}
@media (max-width: 1560px) {
  .menu__sub-list {
    flex: 0 0 100%;
    max-width: 100%;
    background: transparent;
    padding: 10px 20px;
  }
}
.menu__sub-item:not(:last-child) {
  margin: 0px 0px 15px 0px;
}
@media (max-width: 97.5em) {
  .menu__sub-item {
    padding-left: 0px;
  }
}
.menu__sub-link {
  line-height: 120%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #000;
  text-transform: none;
  display: block;
}
@media (any-hover: hover) {
  .menu__sub-link:hover {
    color: #da1d25;
  }
}
@media (max-width: 1560px) {
  .menu__sub-link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
  }
}

.icon-menu {
  display: none;
}
@media (max-width: 1560px) {
  .icon-menu {
    display: block;
    position: relative;
    width: 22px;
    flex: 0 0 22px;
    height: 14px;
    cursor: pointer;
    z-index: 5;
  }
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 0.3s ease 0s;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .icon-menu::before {
    top: 0px;
  }
  .icon-menu::after {
    bottom: 0px;
  }
  .icon-menu span {
    top: calc(50% - 1px);
  }
  .menu-open .icon-menu span {
    transform: scale(0);
  }
  .menu-open .icon-menu::before {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .menu-open .icon-menu::after {
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
}

.search-form._active .search-form__inner {
  opacity: 1;
  top: 0%;
  visibility: visible;
}
@media (max-width: 47.99875em) {
  .search-form._active .search-form__inner {
    top: 93px;
  }
}
.search-form._active .search-form__icon {
  color: #fff;
}
.search-form__inner {
  position: absolute;
  width: 100%;
  left: 0;
  top: -100%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  background-color: #0c0c0c;
  height: 117px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
}
@media (max-width: 47.99875em) {
  .search-form__inner {
    position: fixed;
    height: 100vh;
    align-items: start;
  }
}
.search-form__icon {
  position: relative;
  font-size: 22px;
  color: #262f56;
}
@media (max-width: 47.99875em) {
  .search-form__icon {
    z-index: 5;
  }
}
.search-form__item {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #fff;
}
.search-form__btn {
  flex: 0 0 45px;
  height: 45px;
  font-size: 15px;
  color: #333333;
}
.search-form__input {
  font-size: 14px;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  outline: none;
  padding: 15px 0px;
}

.footer {
  background: #0c0c0c;
  padding: 90px 0 30px;
}
@media (max-width: 47.99875em) {
  .footer {
    padding-top: 50px;
  }
}
.footer h6 {
  margin-bottom: 35px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.3;
}
@media (max-width: 47.99875em) {
  .footer h6 {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.footer p,
.footer li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.3;
}
.footer ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer ul li {
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .footer ul li:hover {
    color: #da1d25;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  padding: 0 0 90px 0;
}
@media (max-width: 64.06125em) {
  .footer__top {
    display: grid;
    grid-template-columns: 1fr 385px;
    grid-template-rows: auto auto;
    grid-column-gap: 0px;
    grid-row-gap: 55px;
    justify-content: space-between;
  }
}
@media (max-width: 47.99875em) {
  .footer__top {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-bottom: 30px;
  }
}
.footer__item:nth-of-type(1) a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 30px;
  color: #da1d25;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .footer__item:nth-of-type(1) a:hover {
    color: #a81319;
  }
}
.footer__item:nth-of-type(1) h6:nth-of-type(2) {
  margin-bottom: 6px;
}
@media (max-width: 64.06125em) {
  .footer__item:nth-of-type(1) h6:nth-of-type(2) {
    margin-bottom: 35px;
  }
}
.footer__item:nth-of-type(1) p {
  margin-bottom: 25px;
}
@media (max-width: 64.06125em) {
  .footer__item:nth-of-type(1) {
    grid-area: 1/1/2/2;
  }
}
@media (max-width: 47.99875em) {
  .footer__item:nth-of-type(1) {
    order: 1;
  }
}
@media (max-width: 64.06125em) {
  .footer__item:nth-of-type(2) {
    grid-area: 2/1/3/2;
  }
}
@media (max-width: 47.99875em) {
  .footer__item:nth-of-type(2) {
    order: 3;
  }
}
.footer__item:nth-of-type(3) {
  padding-top: 68px;
  max-width: 385px;
}
@media (max-width: 64.06125em) {
  .footer__item:nth-of-type(3) {
    grid-area: 1/2/3/3;
  }
}
@media (max-width: 47.99875em) {
  .footer__item:nth-of-type(3) {
    order: 2;
    padding-top: 0;
  }
}
.footer__bottom {
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.footer__bottom p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 47.99875em) {
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.social {
  display: flex;
  gap: 7px;
}
.social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #da1d25;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .social a:hover {
    background: #a81319;
  }
}
.fs {
  background: url(../img/bg.png) top left/cover no-repeat;
  height: 768px;
}
@media (max-width: 64.06125em) {
  .fs {
    background: url(../img/bg-md.png) top left/cover no-repeat;
  }
}
@media (max-width: 47.99875em) {
  .fs {
    background: url(../img/bg-mob.png) top center/cover no-repeat;
  }
}
.fs__container {
  display: flex;
  align-items: end;
  height: 100%;
}
.fs .btn {
  margin-bottom: 50px;
}
@media (max-width: 47.99875em) {
  .fs .btn {
    margin-bottom: -25px;
    margin-left: auto;
    margin-right: auto;
  }
}

.docs {
  padding-bottom: 90px;
}
@media (max-width: 47.99875em) {
  .docs {
    padding-bottom: 50px;
  }
}
.docs__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 47.99875em) {
  .docs__inner {
    gap: 15px;
  }
}
.docs ._icon-doc {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  transition: all 0.3s ease 0s;
}
.docs ._icon-doc::before {
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .docs ._icon-doc:hover {
    color: #a81319;
  }
  .docs ._icon-doc:hover::before {
    color: #a81319;
  }
}
@media (max-width: 47.99875em) {
  .docs ._icon-doc {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    gap: 10px;
  }
}

.text {
  padding-bottom: 90px;
}
@media (max-width: 47.99875em) {
  .text {
    padding-bottom: 50px;
  }
}
.text__block:not(:last-of-type) {
  margin-bottom: 20px;
}
@media (max-width: 47.99875em) {
  .text__block:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.text__block p {
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.3;
}
.text__block p:not(:last-of-type) {
  margin-bottom: 5px;
}
.text__block p b {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 47.99875em) {
  .text__block p b {
    font-size: 16px;
  }
}
.text__block p a {
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .text__block p a:hover {
    color: #da1d25;
  }
}
.text img {
  display: block;
  width: 100%;
  height: auto;
}

.contacts {
  padding: 0 0 90px 0;
}
@media (max-width: 47.99875em) {
  .contacts {
    padding: 0 0 50px 0;
  }
}
.contacts__inner {
  display: flex;
  gap: 30px;
}
@media (max-width: 47.99875em) {
  .contacts__inner {
    flex-direction: column;
    gap: 20px;
  }
}
.contacts__map {
  flex: 0 0 70%;
}
@media (max-width: 47.99875em) {
  .contacts__map {
    flex: 0 0 auto;
    height: 273px;
    width: 100%;
  }
}
.contacts__item:not(:last-of-type) {
  margin-bottom: 37px;
}
@media (max-width: 47.99875em) {
  .contacts__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.contacts__item h4 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 15px;
}
@media (max-width: 47.99875em) {
  .contacts__item h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.contacts__item p,
.contacts__item a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.contacts__item a {
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .contacts__item a:hover {
    color: #da1d25;
  }
}

.slider {
  padding: 90px 0;
}
@media (max-width: 47.99875em) {
  .slider {
    padding: 75px 0 50px;
  }
}
.slider__inner {
  position: relative;
}
.slider__slider {
  width: calc(100% - 80px);
}
@media (max-width: 47.99875em) {
  .slider__slider {
    padding-bottom: 50px !important;
    width: 100%;
  }
}
.slider__slider_logos .slider__slide {
  padding: 0;
  background: transparent;
}
.slider__slider_logos .slider__logo img {
  display: block;
  width: 100%;
  height: 130px;
  object-fit: contain;
  object-position: center;
}
.slider__slide {
  background: rgba(0, 0, 0, 0.1);
  padding: 50px;
}
@media (max-width: 64.06125em) {
  .slider__slide {
    padding: 30px;
  }
}
.slider__img {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}
.slider__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 64.06125em) {
  .slider__img {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 47.99875em) {
  .slider__img {
    width: 50px;
    height: 50px;
  }
}
.slider__contant p:nth-of-type(1) {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
@media (max-width: 64.06125em) {
  .slider__contant p:nth-of-type(1) {
    font-size: 14px;
  }
}
.slider__contant p:nth-of-type(2) {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.slider__contant p:nth-of-type(2)::before {
  content: "-";
  padding-right: 10px;
}
@media (max-width: 64.06125em) {
  .slider__contant p:nth-of-type(2) {
    font-size: 14px;
  }
}
.slider .swiper-pagination {
  display: none;
}
@media (max-width: 47.99875em) {
  .slider .swiper-pagination {
    display: block;
  }
}
@media (max-width: 47.99875em) {
  .slider .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 47.99875em) {
  .slider .swiper-button-next {
    display: none;
  }
}

.form {
  padding-bottom: 90px;
}
@media (max-width: 47.99875em) {
  .form {
    padding-bottom: 50px;
  }
}
.form__inner {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media (max-width: 47.99875em) {
  .form__inner {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto) 223px;
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    margin-bottom: 20px;
  }
}
.form__item:nth-of-type(1) {
  grid-area: 1/1/2/2;
}
@media (max-width: 47.99875em) {
  .form__item:nth-of-type(1) {
    grid-area: 1/1/2/2;
  }
}
.form__item:nth-of-type(2) {
  grid-area: 1/2/2/3;
}
@media (max-width: 47.99875em) {
  .form__item:nth-of-type(2) {
    grid-area: 2/1/3/2;
  }
}
.form__item:nth-of-type(3) {
  grid-area: 1/3/2/4;
}
@media (max-width: 47.99875em) {
  .form__item:nth-of-type(3) {
    grid-area: 3/1/4/2;
  }
}
.form__item:nth-of-type(4) {
  grid-area: 2/1/3/4;
}
@media (max-width: 47.99875em) {
  .form__item:nth-of-type(4) {
    grid-area: 4/1/5/2;
  }
}
.form__item span {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 47.99875em) {
  .form__item span {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.form__item input,
.form__item textarea {
  outline: none;
  display: block;
  background: rgba(12, 12, 12, 0.1);
  width: 100%;
}
.form__item input {
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
}
.form__item textarea {
  height: 200px;
  padding: 0 20px;
  line-height: 50px;
}
.form .btn {
  margin-left: auto;
  margin-right: auto;
}

.uslugi {
  padding-bottom: 90px;
}
@media (max-width: 47.99875em) {
  .uslugi {
    padding-bottom: 50px;
  }
}
.uslugi__inner {
  display: flex;
}
@media (max-width: 47.99875em) {
  .uslugi__inner {
    flex-direction: column-reverse;
  }
}
.uslugi__content {
  flex: 0 0 50%;
  background: #f4f4f4;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 47.99875em) {
  .uslugi__content {
    flex: 0 0 auto;
    padding: 30px 15px;
  }
}
.uslugi__top p:nth-of-type(1) {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 47.99875em) {
  .uslugi__top p:nth-of-type(1) {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
  }
}
.uslugi__top p:nth-of-type(2) {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 46px;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 47.99875em) {
  .uslugi__top p:nth-of-type(2) {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin-bottom: 48px;
  }
}
.uslugi__img {
  flex: 0 0 50%;
}
.uslugi__img img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 47.99875em) {
  .uslugi .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}
/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #000;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 14px;
  margin-top: -13px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/arrov.svg) center/contain no-repeat;
}

.swiper-button-prev {
  transform: rotate(180deg);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: 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%;
  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;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}