@import url(https://fonts.googleapis.com/css?family=Oswald:regular,500,700&display=swap);

@charset "UTF-8";

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #191919;
  line-height: 1;
  font-family: "Oswald";
  font-size: 1.375rem;
  -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: "Oswald";
  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;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper {
  min-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;
  overflow: hidden;
  background: #ECECEC;
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  max-width: 1480px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 60px;
}

.fancybox__container {
  max-width: 100%;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.header-top {
  background: #0063A8;
}

.header-top__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.header-top__logo {
  z-index: 10;
}

.header-top__logo img {
  max-width: 231px;
  width: 100%;
}

.header-top__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header-top__info {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.header-top__phone {
  font-weight: 700;
}

.header-top__button {
  text-transform: uppercase;
}

.menu-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.menu__item {
  position: relative;
}

.header-top .menu__item.active .menu__link::before {
  opacity: 1;
  left: 0;
  width: 100%;
}

.header-bottom .menu__item.active .menu__link {
  color: #0063A8;
}

.menu__link {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

.header-top .menu__link::before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: -10%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-top .menu__link:hover::before {
  opacity: 1;
  left: 0;
  width: 100%;
}

.header-bottom .menu__link {
  color: #191919;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-bottom .menu__link:hover {
  color: #0063A8;
}

.submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}

.submenu span {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}

.submenu__nav {
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  min-width: 420px;
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}

.submenu__link {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 100%;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.submenu__link:hover {
  background: #0063A8;
  color: #fff;
}

.header-bottom__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-bottom__input {
  width: 100%;
  padding: 10px 20px;
  outline: none;
  height: 40px;
}

.header-bottom__input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #969696;
  -webkit-transform: translate(0px, -3px);
          transform: translate(0px, -3px);
}

.header-bottom__input::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #969696;
  transform: translate(0px, -3px);
}

.header-bottom__input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #969696;
  -ms-transform: translate(0px, -3px);
      transform: translate(0px, -3px);
}

.header-bottom__input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #969696;
  -ms-transform: translate(0px, -3px);
      transform: translate(0px, -3px);
}

.header-bottom__input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #969696;
  -webkit-transform: translate(0px, -3px);
      -ms-transform: translate(0px, -3px);
          transform: translate(0px, -3px);
}

.header-bottom__button {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.header-bottom__search,
.quick-order__search {
  width: 100%;
  max-width: 420px;
  position: relative;
}

.header-bottom__search .loading-icon {
  position: absolute;
  width: 30px;
  height: 40px;
  right: 0;
}

.header-bottom__search .spinner {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 50px;
  margin: -20px 0 0 -75px;
  width: 35px;
  height: 35px;
  opacity: 0;
}

.header-bottom__search .spinner .path {
  stroke: #0063A8;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite;
}

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

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

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.header-bottom__search.loading .spinner {
  opacity: 1;
}

.header__mobile-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__mobile-icon a {
  -webkit-box-shadow: 4px 4px 20px 0px rgba(30, 112, 176, 0.25);
          box-shadow: 4px 4px 20px 0px rgba(30, 112, 176, 0.25);
  border-radius: 50%;
}

.icon-menu {
  display: none;
}

.search-results {
  position: absolute;
  width: 100%;
  -webkit-box-shadow: -4px 4px 10px 0px rgba(25, 25, 25, 0.05), 4px 4px 10px 0px rgba(25, 25, 25, 0.15);
          box-shadow: -4px 4px 10px 0px rgba(25, 25, 25, 0.05), 4px 4px 10px 0px rgba(25, 25, 25, 0.15);
  background: #ECECEC;
  margin-top: 10px;
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  left: -100%;
}

.active .search-results {
  opacity: 1;
  visibility: visible;
  left: 0;
}

.search-results__items {
  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: 5px; */
}

.search-results__items:empty + .search-results__all {
  display: none;
}

.search-results__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  background: #ECECEC;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search-results__item:hover {
  background: #0063A8;
  color: #fff;
}

.search-results__img {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    background: white;
}

.search-results__img img {
  width: 100%;
}

.search-results__name {
  font-size: 16px;
}

.search-results__all {
  font-size: 16px;
  padding: 15px 20px;
  background: #fff;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.search-results__all:hover {
  background: #0063A8;
  color: #fff;
}

.account-page-block {
  display: none;
  gap: 40px;
}

.account-page .account-page-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top__quick-order,
.header-top__cart,
.header-top__account,
.header-top__exit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account-page .header-top__registration,
.account-page .header-top__login {
  display: none;
}

.header-top__quick-order,
.header-top__cart,
.header-top__account {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top__account span {
  text-decoration: underline;
}

.header-top__exit {
  font-size: 16px;
  width: 79px;
  height: 40px;
  color: #fff;
  background: #191919;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-top__info a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}

.header-top__info a:hover {
  opacity: 0.7;
}

.header-top__login,
.header-top__registration {
  position: relative;
}

.header-top__login::before,
.header-top__registration::before {
  content: "";
  width: 0;
  height: 1px;
  border-top: 1px dotted #fff;
  position: absolute;
  bottom: 0;
  left: -10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.footer {
  background: #191919;
  padding: 60px 0 40px;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
}

.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;
  gap: 30px;
}

.footer__link {
  font-size: 20px;
  line-height: 130%;
  color: #fff;
}

.footer__name {
  color: #0063A8;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 12px;
}

.footer__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__address {
  margin-bottom: 30px;
}

.footer__text {
  font-size: 20px;
  line-height: 130%;
  color: #fff;
  max-width: 300px;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.footer__bottom {
  margin-top: 80px;
}

.footer__bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 63%;
}

.footer__bottom-info a {
  font-size: 14px;
  line-height: 130%;
  text-decoration-line: underline;
  color: #969696;
}

.footer__copy {
  font-size: 14px;
  line-height: 130%;
  color: #0063A8;
}

.footer a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer a:hover {
  color: #0063A8;
}

.footer a.footer__name:hover {
  color: #fff;
}

.title {
  font-size: 70px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.product-page .title {
  /* font-size: 50px; */
  font-size: 40px;
}

.title-block {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.title-block__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.title-block__link span {
  width: 60px;
  height: 60px;
}

.fancybox__content.modal {
  padding: 60px 80px;
  -webkit-box-shadow: 4px 4px 15px 0px rgba(255, 255, 255, 0.15);
          box-shadow: 4px 4px 15px 0px rgba(255, 255, 255, 0.15);
  background: #ececec;
}

.fancybox__container {
  --fancybox-bg: rgba(25, 25, 25, 0.8);
}

.title-page {
  margin: 40px 0;
}

.title-page__container h1 {
  /* font-size: 80px; */
  font-size: 70px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.breadcrumbs {
  margin-bottom: 80px;
}

.breadcrumbs_margin {
  margin-bottom: 40px;
}

.breadcrumbs__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
}

.breadcrumbs__item {
  font-size: 18px;
  line-height: 100%;
  color: #969696;
  position: relative;
}

.breadcrumbs__item.active {
  color: #191919;
}

.breadcrumbs__item:not(:last-child)::before {
  content: "";
  background: url(../img/arrow.svg) no-repeat;
  width: 18px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
      -ms-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg);
}

.breadcrumbs__link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.breadcrumbs__link:hover {
  color: #0063A8;
}

.login__step-one,
.login__step-two {
  opacity: 1;
  width: 100%;
  height: 100%;
  visibility: visible;
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

.login__input-code {
  margin-bottom: 10px;
  position: relative;
}

.login__time {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

.modal__title {
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 50px;
  color: #191919;
}

.modal__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.registration .modal__phone {
  margin-bottom: 20px;
}

.modal select {
  padding: 8px 20px;
  font-size: 18px;
  line-height: 120%;
  border: 1px solid #969696;
  color: #969696;
  outline: none;
  background: transparent;
}

.modal .phone-number:focus {
  border-color: #0063A8;
}

.modal .phone-number.valid {
  border-color: #19E515;
}

.modal .phone-number.error, .modal .phone-number.valid.error {
  border-color: #c2083d;
}
.fancybox__content .error {
  border-color: #c2083d;
  font-size: 16px;
  font-weight: normal;
}
.tablebodytext {
  display: none;
}

.modal__button:hover {
  background: #0063A8;
  border-color: #0063A8;
  color: #fff;
}

.modal__button[disabled]:hover {
  border-color: #969696;
  color: #969696;
  background: transparent;
  cursor: auto;
}

.modal__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.input {
  border: 1px solid #969696;
  padding: 8px 20px;
  font-size: 18px;
  line-height: 120%;
  outline: none;
  width: 100%;
  background: transparent;
}

.registration .input {
  margin-bottom: 20px;
}

textarea.input {
  resize: none;
  min-height: 80px;
}

.registration .phone-number {
  margin-bottom: 0px;
}

.modal__policy {
  margin-bottom: 10px;
  margin-top: 20px;
}

.modal__policy input {
  display: none;
}

.modal__policy label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 100%;
  color: #969696;
}

.modal__policy label span {
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 10px;
  border: 1px solid #969696;
  cursor: pointer;
}

.modal__policy label span:before {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
  width: 10px;
  height: 7px;
  border-left: 2px solid #0063A8;
  border-bottom: 2px solid #0063A8;
  position: absolute;
  display: block;
  left: calc(50% - 5px);
  top: calc(50% - 5px);
  opacity: 0;
}

.modal__policy input:checked + label span:before {
  opacity: 1;
}

.modal__policy label strong {
  font-weight: 400;
}

.modal__policy label a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-decoration: underline;
  font-weight: 500;
}

.modal__policy label a:hover {
  color: #0063A8;
}

.success__title {
  text-align: center;
  margin-bottom: 30px;
}

.success__text {
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  max-width: 255px;
  margin: 0 auto;
}

.input-name {
  font-size: 18px;
  line-height: 100%;
  color: #969696;
  margin-bottom: 15px;
}

.input-name_size {
  font-size: 16px;
}

.account__form .input-name {
  margin-top: 25px;
}

.account__form .input-name span {
  color: #0063A8;
}

.button {
  border: 1px solid #969696;
  font-size: 16px;
  line-height: 120%;
  color: #969696;
  /* padding: 20px 0; */
  padding: 15px 0;
  width: 100%;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#login .button {
  background: #0063A8;
  color: #fff;
  border-color: #0063A8;
}

#login .button[disabled],
#login .button.close {
  background: transparent;
  color: #969696;
  border-color: #969696;
}

.hidden {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  top: -20px;
}

.main-block {
  margin-bottom: 120px;
}

.main-block__slider {
  position: relative;
}

.main-block__slider::after, .main-block__slider::before, .main-about__slider::after, .main-about__slider::before {
  content: '';
  width: 105px;
  top: 0;
  bottom: 0;
  position: absolute;
  height: calc(100% - 60px);
  z-index: 2;
}

.main-block__slider::before, .main-about__slider::before {
  left: -15px;
  background: linear-gradient(270deg, #F1F3F8 0%, rgba(241, 243, 248, 0) 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.main-block__slider::after, .main-about__slider::after {
  right: -15px;
  background: linear-gradient(270deg, #F1F3F8 0%, rgba(241, 243, 248, 0) 100%);
}

.main-block__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.main-block__pagination span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.main-block__pagination span.swiper-pagination-bullet-active {
  background: #0063A8;
}

.main-block__button-prev,
.main-block__button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

.main-block__button-prev {
  left: 19%;
}

.main-block__button-next {
  right: 19%;
}

.slide-main {
  background: #262220;
  padding: 40px;
  height: 700px;
  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: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.slide-main__img {
  position: absolute;
  right: -90px;
}

.slide-main__img img {
  width: 100%;
}

.only-img .slide-main__img {
  position: static;
  max-height: 700px;
}

.only-img .slide-main__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-main__text {
  font-size: 30px;
  line-height: 100%;
  color: #fff;
  text-transform: uppercase;
}

.slide-main__name {
  font-size: 150px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
}

.new {
  margin-bottom: 120px;
}

.new__container {
  position: relative;
}

.new__title {
  /* margin-bottom: 80px; */
  margin-bottom: 50px;
}

.new__slider.swiper {
  overflow: visible;
}

.new__slide {
  max-width: 420px;
}

.new__nav-btn {
  position: absolute;
  /* top: 10px; */
  top: -5px;
  right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.new__button-prev.swiper-button-disabled,
.new__button-next.swiper-button-disabled {
  cursor: auto;
}

.new__button-prev.swiper-button-disabled svg circle,
.new__button-next.swiper-button-disabled svg circle {
  fill: #fff;
}

.new__button-prev.swiper-button-disabled svg path,
.new__button-next.swiper-button-disabled svg path {
  stroke: #969696;
}

.new__button-next, .new__button-prev {
  display: flex;
  height: 100%;
}
.new__button-next svg, .new__button-prev svg {
  width: 50px;
  height: 50px;
}

.new-slide__img {
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 2px solid #fff;
  padding: 13px;
  background: #fff;
}

.new-slide__img img {
  width: 100%;
}

.new-slide__name {
  /* font-size: 30px; */
  font-size: 27px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.new-slide__info {
  color: #969696;
  /* font-size: 18px; */
  font-size: 16px;
  line-height: 100%;
}

.catalog {
  margin-bottom: 120px;
}

.catalog__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
  row-gap: 40px;
}

.catalog__item {
  padding: 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.catalog__item_big {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.item-catalog {
  background: #fff;
  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%;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.item-catalog__img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.item-catalog__img img {
  width: 100%;
}

@media (min-width: 1801px) {
  .item-catalog__img {
    text-align: right;
  }
  
  .catalog__item_big .item-catalog__img img {
    width: 80%;
  }
}

.catalog__item_big .item-catalog__img {
  position: absolute;
  right: 0;
}

.item-catalog__name {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  color: #969696;
  padding: 21px 40px 40px;
  max-width: 350px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.catalog__item_big .item-catalog__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  height: 100%;
}

.news {
  margin-bottom: 120px;
}

.news__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
  row-gap: 40px;
}

.news__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 20px;
}

.item-news {
  max-width: 420px;
}

.item-news__img {
  margin-bottom: 20px;
}

.item-news__img img {
  width: 100%;
}

.item-news__name {
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item-news__date {
  font-size: 18px;
  line-height: 100%;
  color: #969696;
}

.reviews {
  margin-bottom: 120px;
}

.reviews__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
  row-gap: 40px;
}

.reviews__item {
  padding: 0 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  /* height: 260px; */
}

.reviews__item_big {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  /* height: 450px; */
}

.item-reviews {
  /* height: 100%; */
}

.item-reviews img {
  width: 100%;
  /* height: 100%; */
}

.video .item-reviews {
  position: relative;
  cursor: pointer;
}

.video .item-reviews::before {
  content: "";
  width: 78px;
  height: 54px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../img/play.svg);
  background-repeat: no-repeat;
  background-size: 78px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.reviews__item_big.video .item-reviews::before {
  width: 144px;
  height: 100px;
  background-size: 144px;
}

.info {
  margin-bottom: 120px;
}

.info__title {
  line-height: 120%;
  max-width: 1200px;
  margin-bottom: 80px;
}

.info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.info__item:not(:last-child) {
  margin-bottom: 40px;
}

.info__img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.info__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 60px;
  background: #fff;
}

.info__text a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #0063A8;
}

.info__text ul {
  margin-bottom: 20px;
}

.info__text ul li {
  position: relative;
  padding-left: 30px;
}

.info__text ul li::before {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #191919;
  position: absolute;
  top: 10px;
  left: 15px;
}

.text {
  line-height: 130%;
}

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

.text-big {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 130%;
  color: #0063A8;
}

.text-big_color {
  color: #191919;
}

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

ul.text-big li::before {
  background: #0063A8;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

ul.text-big li.not-link::before {
  background: #191919;
}

.fancybox__content.video-modal {
  padding: 0;
  width: 60vw;
  height: 100%;
}

.fancybox__content.video-modal iframe {
  height: 100%;
}

.main-block__slide.only-img .slide-main__img {
  padding: 0;
  height: 100%;
  bottom: 0;
}

.main-block__slide.only-img .slide-main__img img {
  width: 100%;
  height: 100%;
}

.product {
  margin-bottom: 203px;
}

.product__container {
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.product__block {
  max-width: calc(50% - 20px);
  width: 100%;
  position: relative;
  z-index: 2;
}

.product__block::before {
  /* content: ""; */
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -20px;
  background: #ECECEC;
}

.product__img {
  cursor: pointer;
}

.product__img img {
  width: 100%;
}

.product__info {
  max-width: calc(50% - 20px);
  width: 100%;
}

.product__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* gap: 40px; */
  gap: 20px;
  /* justify-content: space-between; */
  /* margin-bottom: 40px; */
  margin-bottom: 30px;
  flex-wrap: wrap;
}

@media (min-width: 1440px) {
  .product__btn {
    justify-content: space-between;
  }
}

.product__cart,
.product__dealer,
.product__ozon,
.product__wb {
  padding: 8px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product__cart span,
.product__dealer span,
.product__ozon span,
.product__wb span {
  /* display: block; */
  display: flex;
  align-items: center;
  /* width: 20px; */
  height: 20px;
}

.product__ozon span img {
  margin-top: 3px;
  margin-left: -12px;
}

.product__wb span img {
  margin-top: 5px;
  margin-left: -4px;
}

.product__cart:hover,
.product__dealer:hover,
.product__ozon:hover,
.product__wb:hover {
  -webkit-box-shadow: 4px 4px 16px 8px rgba(150, 150, 150, 0.2);
          box-shadow: 4px 4px 16px 8px rgba(150, 150, 150, 0.2);
}

.product__cart {
  background: #0063A8;
  border: 1px solid #0063A8;
}

.product__cart:hover {
  border-color: #191919;
}

.product__dealer {
  background: #191919;
  border: 1px solid #191919;
}

.product__dealer span {
  -webkit-transform: translate(0, 4px);
      -ms-transform: translate(0, 4px);
          transform: translate(0, 4px);
}

.product__dealer:hover {
  border-color: #0063A8;
}

.product__ozon {
  background: #005BFF;
}

.product__ozon:hover {
  /* border-color: #191919; */
}

.product__wb {
  background: linear-gradient(90deg, #C100AA 0%, #79009C 100%);
}

.product__wb:hover {
  /* border-color: #191919; */
}

.product-mini {
  margin-top: 20px;
}

.product-mini__img {
  border: 1px solid transparent;
  width: 205px;
  height: 160px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product-mini__img:hover {
  border-color: #0063A8;
}

.product-mini__img img {
  width: 100%;
  height: 100%;
}

.spollers__item {
  position: relative;
}

.spollers__item::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #969696;
  position: absolute;
  bottom: 0;
  opacity: 1;
}

.table-quick-order .spollers__item::before {
  display: none;
}

.spollers__title {
  /* font-size: 30px; */
  font-size: 26px;
  font-weight: 500;
  line-height: 44px;
  text-transform: uppercase;
  padding: 20px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.spollers__title span {
  display: block;
  width: 40px;
  height: 40px;
  background: #0063A8;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.table-quick-order__block .spollers__title span {
  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;
  background: #fff;
}

.spollers__title span::before,
.spollers__title span::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.table-quick-order__block .spollers__title span::before,
.table-quick-order__block .spollers__title span::after {
  display: none;
}

.spollers__title span::before {
  width: 12px;
  height: 2px;
}

.spollers__title span::after {
  width: 2px;
  height: 12px;
}

.spollers__title._spoller-active span {
  background: #fff;
}

.spollers__title._spoller-active span::before,
.spollers__title._spoller-active span::after {
  background: #191919;
}

.spollers__title._spoller-active span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.table-quick-order__block .spollers__title._spoller-active span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.spollers__body {
  padding-bottom: 20px;
}

.spollers__body_slider {
  max-width: 613px;
}

.description__text,
.characteristics__text {
  color: #000;
  font-size: 16px;
  line-height: 130%;
}

.characteristics__text {
  font-size: 18px;
}

.characteristics__name:not(:last-child) {
  padding-bottom: 10px;
}

.certificate__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  row-gap: 30px;
}

.certificate__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  max-width: 25%;
  padding: 0 10px;
}

.certificate__img {
  cursor: pointer;
  border: 1px solid #969696;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.certificate__img::before,
.certificate__img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.certificate__img::before {
  width: 40px;
  height: 40px;
  background: #0063A8;
  border-radius: 50%;
}

.certificate__img::after {
  background: url(../img/zoom.svg) no-repeat;
  width: 20px;
  height: 20px;
}

.certificate__img img {
  width: 100%;
}

.certificate__img:hover {
  border-color: #0063A8;
}

.certificate__img:hover::before,
.certificate__img:hover::after {
  opacity: 1;
}

.certificate__name {
  font-size: 18px;
  color: #000;
  line-height: 130%;
  padding-top: 15px;
}

.options__slider {
  max-width: 880px;
  overflow: visible !important;
}

.options__block {
  max-width: 204px;
}

.options__name {
  margin-top: 10px;
  font-size: 16px;
  line-height: 130%;
}

.buy-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* margin: 60px 0; */
  margin: 30px 0;
}

.buy-product__item {
  width: 100%;
  max-width: 420px;
}

.buy-product__item.quantity {
  width: unset;
}

.buy-product__text {
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  text-transform: uppercase;
}

.buy-product__button .button {
  font-size: 20px;
  line-height: 120%;
  background: #0063A8;
  border-color: #0063A8;
  color: #fff;
  gap: 10px;
}

.buy-product__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /* justify-content: space-between; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border: 2px solid #fff;
  /* padding: 12px 30px; */
  padding: 5px 30px;

  justify-content: center;
}

.video__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
  margin: 0 -10px;
}

.video__item {
  padding: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.333%;
          flex: 1 1 33.333%;
  max-width: 33.333%;
}

.catalog-section {
  margin-top: 120px;
  margin-bottom: 120px;
}

.catalog-section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.catalog-section__aside {
  min-width: 300px;
}

.catalog-section__block {
  max-width: 1340px;
  width: 100%;
}

.catalog-section__product {
  margin-bottom: 120px;
}

.catalog-section__top {
  margin-top: -60px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog-section__num {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #0063A8;
}

.catalog-section__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
  row-gap: 40px;
  margin-bottom: 80px;
}

.catalog-section__items.swiper-wrapper {
  width: auto;
}

.catalog-section__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.333%;
          flex: 1 1 33.333%;
  padding: 0 20px;
  max-width: 33.333%;
  min-width: 33.333%;
}

.catalog-section__pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog-section__pagination ul li {
  font-size: 18px;
  line-height: 100%;
  color: #969696;
  cursor: pointer;
  padding: 0 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.catalog-section__pagination ul li:hover,
.catalog-section__pagination ul li.active {
  color: #191919;
}

.catalog-section__pagination ul li:first-child {
  margin-right: 5px;
}

.catalog-section__pagination ul li:last-child {
  margin-left: 5px;
}

.catalog-section__sort {
  max-width: 420px;
  width: 100%;
}

.aside-catalog__name {
  font-size: 30px;
  font-weight: 500;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.aside-catalog__item {
  font-size: 20px;
  line-height: 100%;
}

.aside-catalog__item:not(:last-child) {
  margin-bottom: 30px;
}

.aside-catalog__link {
  color: #969696;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.aside-catalog__link:hover,
.aside-catalog__link.active {
  color: #191919;
}

.item-section {
  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;
  height: 100%;
}

.item-section__img {
  margin-bottom: 20px;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item-section:hover .item-section__img {
  border-color: #0063A8;
}

.item-section__img img {
  width: 100%;
}

.item-section__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-section__name {
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
}

.item-section__price {
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  color: #0063A8;
  white-space: nowrap;
}

.item-section__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 90px;
  width: 100%;
  padding: 0 30px;
}

.item-section__buttons {
  position: relative;
  bottom: 0;
  padding: 0;
  margin-top: 20px;
}

.item-section__button {
  font-size: 16px;
  border: 1px solid #0063A8;
  padding: 2px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item-section__button span {
  width: 20px;
  height: 19px;
}

.info-catalog__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.info-catalog__item {
  padding: 60px;
}

.info-catalog__item:first-child {
  /* max-width: 420px; */
  border: 2px solid #0063A8;
}

.info-catalog__item:last-child {
  background: #fff;
}

.info-catalog__item ul {
  margin: 10px 0 10px 25px;
}

.info-catalog__item ul li {
  position: relative;
}

.info-catalog__item ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: -20px;
  background: #191919;
}

.info-catalog__item ul li:not(:last-child) {
  padding-bottom: 5px;
}

.select {
  max-width: 420px;
  position: relative;
}

.select__title {
  font-size: 16px;
  line-height: 120%;
  color: #969696;
  background: #fff;
  padding: 10px 20px 11px;
  width: 100%;
  text-align: left;
  position: relative;
}

.select__title::before {
  content: "";
  width: 16px;
  height: 13px;
  background: url(../img/arrow.svg) no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

._select-open .select__title::before {
  -webkit-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.select__options:not([hidden]) {
  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: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-shadow: -4px 4px 10px 0px rgba(25, 25, 25, 0.05), 4px 4px 10px 0px rgba(25, 25, 25, 0.15);
          box-shadow: -4px 4px 10px 0px rgba(25, 25, 25, 0.05), 4px 4px 10px 0px rgba(25, 25, 25, 0.15);
  margin-top: 10px;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.select__option {
  padding: 15px 20px;
  width: 100%;
  font-size: 16px;
  line-height: 100%;
  background: #fff;
  text-align: left;
  text-transform: lowercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.select__option:hover {
  background: #0063A8;
  color: #fff;
}

.button-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.detail-order__button-minus,
.detail-order__button-plus,
.cart__button-plus,
.cart__button-minus {
  width: 40px;
  height: 40px;
  border: 1px solid #0063A8;
  border-radius: 50%;
  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;
}

.buy-product__quantity .detail-order__button-plus,
.cart .cart__button-plus.button-plus {
  background: #0063A8;
}

.buy-product__quantity .detail-order__button-minus {
  background: #fff;
}

.product-item-amount-field {
  background: none;
  text-align: center;
  max-width: 32px;
}

.d-none {
  display: none;
}

.account-links {
  margin-bottom: 60px;
}

.account-links__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.account-links__item {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  padding: 8px 20px 10px;
  border: 1px solid #969696;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.account-links__item:hover,
.account-links__item.active {
  border-color: #0063A8;
  color: #0063A8;
}

.delivery {
  margin-bottom: 120px;
}

.delivery__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

.delivery__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 40px);
          flex: 1 1 calc(50% - 40px);
  padding: 60px;
  background: #fff;
  max-width: calc(50% - 40px);
}

.delivery__title {
  font-size: 30px;
  line-height: 130%;
  color: #0063A8;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.delivery__text,
.delivery__list {
  line-height: 130%;
}

.delivery__text {
  margin-bottom: 10px;
}

.delivery__list ol,
.delivery__list ul {
  margin-left: 30px;
}

.delivery__list ul li {
  list-style: disc;
}

.materials {
  margin-bottom: 120px;
}

.materials__title {
  margin-bottom: 40px;
}

.materials__items {
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.materials__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.materials__item:not(:first-child) {
  background: #fff;
}

.materials__date,
.materials__text {
  padding: 19px 20px;
  font-size: 18px;
  line-height: 120%;
}

.materials__date {
  width: 100%;
  max-width: 185px;
}

.materials__text {
  width: 100%;
  max-width: 350px;
  text-decoration: underline;
  color: #0063A8;
}

.materials__text_color {
  color: #191919;
  text-decoration: none;
}

.materials__text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.account {
  margin-bottom: 120px;
}

.account__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.account__title_color {
  color: #00BA07;
  margin-bottom: 15px;
}

.account__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 20px;
  max-width: 380px;
  color: #000;
}

.account__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.account__block {
  width: 100%;
  padding: 40px;
  background: #fff;
}

.account__field {
  position: relative;
}

.account__field::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0px;
  right: 20px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/fill.svg) no-repeat;
}

.account__field.completed::before {
  background: url(../img/completed.svg) no-repeat;
}

.manager {
  background: #fff;
  padding: 20px;
  margin: 60px 0;
  max-width: 258px;
}

.manager__text {
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 15px;
  color: #969696;
}

.manager__name,
.manager__email,
.manager__phone {
  font-size: 18px;
  line-height: 120%;
  display: block;
}

.manager__phone {
  color: #0063A8;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.buttons__text {
  font-size: 16px;
  line-height: 120%;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.buttons__text span {
  color: #0063A8;
}

.buttons__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.buttons__block .submit {
  background: #0063A8;
  color: #fff;
  border-color: #0063A8;
  width: 153px;
}

.buttons__block .edit {
  width: 183px;
}

.cart__top {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0063A8;
  margin-bottom: 10px;
}

.cart__quantity-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  color: #fff;
  font-size: 20px;
  line-height: 120%;
}

.cart__top,
.cart__items {
  max-width: 1200px;
}

.cart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 4px 4px 15px 0px rgba(255, 255, 255, 0.15);
          box-shadow: 4px 4px 15px 0px rgba(255, 255, 255, 0.15);
  background: #fff;
  padding: 20px 40px 20px 20px;
  margin-bottom: 10px;
}

.cart__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
  max-width: 540px;
}

.cart__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.cart__img {
  border: 2px solid #ECECEC;
  background: #fff;
  width: 150px;
  height: 98px;
}

.cart__img img {
  width: 100%;
  height: 100%;
}

.cart__name {
  line-height: 120%;
}

.cart__code {
  font-size: 16px;
  line-height: 120%;
  color: #969696;
}

.cart__price {
  color: #0063A8;
  line-height: 120%;
  width: 100%;
  max-width: 90px;
}

.cart__price span {
  display: block;
  font-size: 16px;
  color: #969696;
}

.cart__num {
  display: inline;
}

.cart__button-order {
  border: 2px solid #ECECEC;
  padding: 12px 20px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart__full-price {
  width: 100%;
  max-width: 100px;
  color: #0063A8;
}

.cart__delete svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cart__delete:hover svg path {
  stroke: #FF462D;
}

.cart__bottom {
  padding: 30px 40px 30px 20px;
  background: #0063A8;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  gap: 50px;
}

.bottom-cart__info {
  font-size: 18px;
  line-height: 120%;
  text-decoration: underline !important;
  max-width: 165px;
  display: block;
}

.bottom-cart__weight,
.bottom-cart__total-price {
  white-space: nowrap;
}

.bottom-cart__weight span,
.bottom-cart__total-price span {
  display: block;
  line-height: 120%;
  font-size: 16px;
}

.bottom-cart__num {
  line-height: 120%;
  display: inline-block;
  margin-bottom: 8px;
}

.bottom-cart__price {
  display: inline-block;
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 3px;
}

.bottom-cart__text {
  width: 100%;
  max-width: 515px;
}

.history-orders {
  margin-bottom: 120px;
}

.history-orders__top {
  background: #0063A8;
  padding: 20px 40px;
  max-width: 1270px;
  margin-bottom: 40px;
}

.filter-orders__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-orders__item .select {
  width: 230px;
}

.filter-orders__title {
  font-size: 20px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 20px;
}

.filter-orders__block {
  color: #fff;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-orders__time {
  white-space: nowrap;
  font-size: 18px;
  line-height: 120%;
  border-left: 1px solid #fff;
  padding: 8px 20px 10px;
  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;
  cursor: pointer;
}

.filter-orders__all {
  color: #191919;
  background: #fff;
}
#filter_history .active{
  color: #191919;
  background: #fff;
}

.filter-orders__clean {
  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;
  gap: 8px;
  font-size: 18px;
  line-height: 120%;
  padding: 8px 20px 10px;
  height: 40px;
  border: 1px solid #969696;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  color: #fff;
}

.table-orders {
  max-width: 1270px;
}

.table-orders__item {
  padding: 19px 20px;
  background: #fff;
  font-size: 18px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}

.table-orders__item div {
  width: 100%;
}

.table-orders__item_top {
  background: transparent;
  padding: 0 20px 20px;
  margin-bottom: 0;
}

.table-orders__date {
  max-width: 190px;
}

.table-orders__num {
  max-width: 170px;
}

.table-orders__num:not(.table-orders__item_top .table-orders__num) {
  text-decoration: underline;
  color: #0063A8;
}

.table-orders__sum {
  max-width: 200px;
}

.table-orders__status {
  max-width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-orders__status span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.table-orders__doc {
  max-width: 100%;
}

.table-orders__doc:not(.table-orders__item_top .table-orders__doc) {
  text-decoration: underline;
  color: #0063A8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.canceled span {
  background: #FF462D;
}

.сonfirmed span {
  background: #0063A8;
}

.formed span {
  background: #FFCB11;
}

.fulfilled span {
  background: #00BA07;
}

.quick-order {
  margin-bottom: 80px;
}

.quick-order__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #C7C7C7;
  -webkit-box-shadow: 4px 4px 15px 0px rgba(255, 255, 255, 0.15);
          box-shadow: 4px 4px 15px 0px rgba(255, 255, 255, 0.15);
  padding: 20px;
  margin-bottom: 40px;
  max-width: 1500px;
}

.quick-order__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 365px;
}

.quick-order__total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 16px;
  line-height: 120%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quick-order__button {
  font-size: 18px;
  line-height: 120%;
  padding: 8px 15px 11px 15px;
  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;
  width: 100%;
  max-width: 185px;
  background: #191919;
  color: #fff;
}

.quick-order__table {
  max-width: 1500px;
}

.total-price {
  font-size: 25px;
  font-weight: 500;
  line-height: 120%;
}

.table-quick-order__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background: #fff;
  margin-bottom: 10px;
}

.table-quick-order__item_top {
  background: transparent;
  border: 1px solid #969696;
  -webkit-box-shadow: 4px 4px 15px 0px rgba(255, 255, 255, 0.15);
          box-shadow: 4px 4px 15px 0px rgba(255, 255, 255, 0.15);
  margin-bottom: 10px;
}

.table-quick-order__name,
.table-quick-order__code,
.table-quick-order__info,
.table-quick-order__price,
.table-quick-order__quantity,
.table-quick-order__quantity,
.table-quick-order__availability {
  font-size: 18px;
  line-height: 120%;
}

.table-quick-order__name span,
.table-quick-order__code span,
.table-quick-order__info span,
.table-quick-order__price span,
.table-quick-order__quantity span,
.table-quick-order__quantity span,
.table-quick-order__availability span {
  color: #191919;
  display: none;
}

.table-quick-order__description {
  display: none;
}

.table-quick-order__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 448px;
}

/*.top-quick-order .table-quick-order__code {
  width: 42px;
}*/

/*.top-quick-order .table-quick-order__info {
  width: 198px;
}*/

.table-quick-order__price {
  color: #0063A8;
}

.table-quick-order__price span {
  color: #191919;
}

.table-quick-order__item_top .table-quick-order__price {
  color: #191919;
}

/*.top-quick-order .table-quick-order__price {
  width: 90px;
}*/

/*.top-quick-order .table-quick-order__quantity {
  width: 160px;
}*/

.table-quick-order__availability {
  color: #00BA07;
}

.table-quick-order__availability.not-available {
  color: #FF462D;
}

/*.top-quick-order .table-quick-order__availability {
  width: 100px;
}*/

.table-quick-order__title {
  font-size: 20px;
  line-height: 120%;
  color: #fff;
  padding: 18px;
  text-align: center;
  background: #0063A8;
  margin-bottom: 10px;
}

.table-quick-order__title.spollers__title {
  background: #191919;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-quick-order__img {
  border: 2px solid #ECECEC;
  width: 100px;
  height: 65px;
}

.table-quick-order__img img {
  width: 100%;
  height: 100%;
}

.table-quick-order__button-order {
  border: 2px solid #ECECEC;
  padding: 12px 20px 13px;
}

.table-quick-order__button {
  background: #0063A8;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.table-quick-order__item_top .table-quick-order__button {
  background: transparent;
}

.table-quick-order__button svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.table-quick-order__button:hover {
  background: #fff;
  color: #0063A8;
}

.table-quick-order__button:hover svg path {
  fill: #0063A8;
}

.table-quick-order__item_top .table-quick-order__button:hover {
  background: transparent;
}

.table-quick-order__button.added {
  background: #fff;
  color: #0063A8;
}

.table-quick-order__button.added svg path {
  fill: #0063A8;
}

.top-quick-order .table-quick-order__button {
  border: none;
  width: 130px;
}

.table-quick-order__last {
  display: flex;
}

.top-quick-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.cart__up {
  position: fixed;
  right: 20px;
  bottom: -100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.cart__up-active {
  opacity: 1;
  visibility: visible;
  bottom: 90px;
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

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

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

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

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -webkit-animation: f-spinner-rotate 2s linear infinite;
          animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  -webkit-animation: f-spinner-dash 2s ease-in-out infinite;
          animation: f-spinner-dash 2s ease-in-out infinite;
}

@-webkit-keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.f-throwOutUp {
  -webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
          animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  -webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
          animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@-webkit-keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
            transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}

@keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
            transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}

@-webkit-keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
            transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}

@keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
            transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}

.f-zoomInUp {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
          animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
          animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@-webkit-keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

.f-fadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
          animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
          animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@-webkit-keyframes f-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}

@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}

.f-fadeFastIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
          animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  -webkit-animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
          animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@-webkit-keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}

@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}

.f-fadeSlowIn {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
          animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
          animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@-webkit-keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}

@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}

.f-crossfadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
          animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  -webkit-animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
          animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@-webkit-keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}

@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}

.f-slideIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@-webkit-keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.f-classicIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@-webkit-keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }
}

@keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }
}

@-webkit-keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }
}

@keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }
}

:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  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-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  -webkit-box-shadow: var(--f-button-shadow);
          box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  -webkit-transition: var(--f-button-transition);
  transition: var(--f-button-transition);
}

.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
          box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  -webkit-transform: var(--f-button-transform);
      -ms-transform: var(--f-button-transform);
          transform: var(--f-button-transform);
  -webkit-filter: var(--f-button-svg-filter);
          filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  -ms-touch-action: none;
      touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  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-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

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

.fancybox__container::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty,
.fancybox__viewport:empty,
.fancybox__track:empty,
.fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.fancybox__caption {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  -webkit-animation: 0.15s ease-out both f-fadeOut;
          animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  -webkit-animation: 0.15s ease-out both f-fadeOut;
          animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  -webkit-animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
          animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
          animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  -webkit-animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
          animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
          animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeff2), to(#e2e8f0));
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  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;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  -webkit-transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
          transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  -webkit-transition: none;
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  -webkit-transition: -webkit-transform 0.33s ease;
  transition: -webkit-transform 0.33s ease;
  transition: transform 0.33s ease;
  transition: transform 0.33s ease, -webkit-transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  -webkit-transition: clip-path 0.33s ease;
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  -webkit-filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
          filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  -webkit-animation: f-fadeIn 0.2s ease-out;
          animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  -webkit-transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  -webkit-transition: none !important;
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  -webkit-animation: 0.15s ease-out both f-fadeOut;
          animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: flex;
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -ms-flexbox;
  display: flex;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

@media (min-width: 991.98px) {
  .submenu:hover span {
    -webkit-transform: translate(0, 2px) rotate(180deg);
        -ms-transform: translate(0, 2px) rotate(180deg);
            transform: translate(0, 2px) rotate(180deg);
  }

  .menu__item:hover .submenu__nav {
    opacity: 1;
    visibility: visible;
    display: block;
  }

  .submenu__body {
    -webkit-box-shadow: -4px 4px 10px 0px rgba(25, 25, 25, 0.05), 4px 4px 10px 0px rgba(25, 25, 25, 0.15);
            box-shadow: -4px 4px 10px 0px rgba(25, 25, 25, 0.05), 4px 4px 10px 0px rgba(25, 25, 25, 0.15);
    background: #fff;
  }

  .header__mobile-icon {
    display: none;
  }

  .search__icon {
    display: none;
  }

  .filter-orders__item .select {
    display: none;
  }
}

@media (max-width: 1850.98px) {
  .header-top__quick-order,
  .header-top__cart,
  .header-top__account {
    font-size: 15px;
  }
}

@media (max-width: 1800.98px) {
  .catalog__item_big .item-catalog__img {
    position: relative;
    width: 70%;
    position: relative;
    margin: 0 auto;
  }

  .catalog-section__product_price .item-section__name {
    font-size: 25px;
  }

  .catalog-section__product_price .item-section__price {
    font-size: 25px;
  }
}

/*@media (max-width: 1760.98px) {*/
  .header-top__quick-order span,
  .header-top__cart span,
  .header-top__account span {
    display: none;
  }
/*}*/

@media (max-width: 1680.98px) {
  .product__block {
    /* max-width: 680px; */
  }
}

@media (max-width: 1599.98px) and (min-width: 992px) {
  .product__btn {
    gap: 10px;
  }
  .product__btn a {
    padding: 8px 16px;
  }
}

@media (max-width: 1439.98px) and (min-width: 992px) {
  .product__btn a {
    padding: 8px;
    font-size: 12px;
  }
  .product__ozon span img, .product__wb span img {
    max-width: 100%;
  }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .product__btn {
    gap: 5px;
  }
  .product__btn a {
    gap: 5px;
    font-size: 10px;
  }
  .product__ozon span img, .product__wb span img {
    max-width: 90%;
  }
  .product__ozon span img {
    margin-top: 2px;
    margin-left: -8px;
  }
  .product__wb span img {
    margin-top: 2px;
    margin-left: 0px;
  }
}

@media (max-width: 1550.98px) {
  .item-section__link {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

@media (max-width: 1500.98px) {
  [class*=__container] {
    padding: 0 30px;
  }

  .header-top__container {
    padding: 16px 20px;
  }

  .header-bottom__container {
    padding: 16px 20px;
  }
}

@media (max-width: 1439.98px) {
  .header-top__info {
    font-size: 18px;
    gap: 20px;
  }

  .menu-top__list {
    gap: 20px;
  }

  .menu__link {
    font-size: 18px;
  }

  .header-bottom__search,
  .quick-order__search {
    max-width: 350px;
  }

  .account-page-block {
    gap: 20px;
  }

  .title {
    font-size: 30px;
  }

  .product-page .title {
    font-size: 30px;
  }

  .title-page {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .title-page__container h1 {
    font-size: 60px;
  }

  .breadcrumbs {
    margin-bottom: 40px;
  }

  .main-block {
    margin-bottom: 80px;
  }

  .main-block__pagination {
    margin-top: 20px;
  }

  .main-block__pagination span {
    width: 15px;
    height: 15px;
  }

  .main-block__button-prev svg,
  .main-block__button-next svg {
    width: 30px;
    height: 70px;
  }

  .slide-main {
    height: 100%;
  }

  .slide-main__img {
    position: relative;
    right: -50%;
    max-width: 700px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
    bottom: -50px;
  }

  .slide-main__img img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .only-img .slide-main__img {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    max-height: 478px;
    max-width: 100%;
  }

  .slide-main__text {
    font-size: 28px;
  }

  .slide-main__name {
    font-size: 70px;
  }

  .new {
    margin-bottom: 80px;
  }

  .new__title {
    margin-bottom: 60px;
  }

  .new__slide {
    max-width: 320px;
  }

  .new__nav-btn svg {
    width: 40px;
    height: 40px;
  }

  .new-slide__name {
    font-size: 25px;
  }

  .catalog {
    margin-bottom: 80px;
  }

  .catalog__items {
    row-gap: 20px;
    margin: 0 -10px;
  }

  .catalog__item {
    padding: 0 10px;
  }

  .item-catalog__name {
    font-size: 30px;
    padding: 21px 30px 30px;
  }

  .news {
    margin-bottom: 80px;
  }

  .item-news__img {
    margin-bottom: 10px;
  }

  .item-news__name {
    font-size: 25px;
  }

  .reviews {
    margin-bottom: 80px;
  }

  .reviews__items {
    row-gap: 20px;
  }

  .reviews__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    height: 300px;
    max-width: 33.333%;
  }

  .info {
    margin-bottom: 80px;
  }

  .info__text {
    padding: 40px;
  }

  .text {
    font-size: 20px;
  }

  .text-big {
    font-size: 22px;
  }

  .product {
    margin-bottom: 80px;
  }

  .product__spollers .spollers__title {
    font-size: 22px;
    padding: 10px 0;
  }

  .spollers__body_slider {
    max-width: 413px;
  }

  .buy-product {
    margin: 40px 0;
  }

  .buy-product__text {
    font-size: 18px;
  }

  .buy-product__button .button {
    font-size: 18px;
    gap: 10px;
  }

  .buy-product__quantity {
    padding: 12px 12px;
    gap: 10px;
  }

  .video__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }

  .catalog-section {
    margin-bottom: 80px;
    margin-top: 60px;
  }

  .catalog-section__product {
    margin-bottom: 80px;
  }

  .aside-catalog__name {
    font-size: 25px;
  }

  .aside-catalog__item {
    font-size: 18px;
  }

  .aside-catalog__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .info-catalog__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }

  .info-catalog__item {
    padding: 40px;
  }

  .info-catalog__item:first-child {
    max-width: 100%;
  }

  .buy-product__quantity .detail-order__button-minus,
  .buy-product__quantity .detail-order__button-plus,
  .buy-product__quantity .cart__button-plus,
  .buy-product__quantity .cart__button-minus {
    width: 30px;
    height: 30px;
  }

  .table-quick-order__button-order .detail-order__button-minus,
  .table-quick-order__button-order .detail-order__button-plus,
  .table-quick-order__button-order .cart__button-plus,
  .table-quick-order__button-order .cart__button-minus {
    width: 30px;
    height: 30px;
  }

  .delivery {
    margin-bottom: 80px;
  }

  .delivery__items {
    gap: 20px;
  }

  .delivery__item {
    padding: 40px;
  }

  .delivery__title {
    font-size: 22px;
  }

  .delivery__text {
    font-size: 20px;
  }

  .materials {
    margin-bottom: 80px;
  }

  .account {
    margin-bottom: 80px;
  }

  .account__title {
    font-size: 25px;
    line-height: 35px;
  }

  .cart__product {
    max-width: 240px;
  }

  .cart__block {
    gap: 90px;
  }

  .history-orders {
    margin-bottom: 80px;
  }

  .history-orders__top {
    padding: 20px 24px;
  }

  .filter-orders__items {
    gap: 30px;
  }

  .filter-orders__time {
    padding: 8px 10px 10px;
    font-size: 16px;
  }

  .table-orders__date {
    max-width: 140px;
  }

  .table-orders__sum {
    max-width: 145px;
  }

  .table-orders__status {
    max-width: 190px;
  }

  .table-quick-order__name {
    width: 320px;
  }

  /*.top-quick-order .table-quick-order__quantity {
    width: 80px;
  }*/

  /*.top-quick-order .table-quick-order__availability {
    width: 70px;
  }*/

  .table-quick-order__button-order {
    padding: 12px 10px 13px;
  }
}

@media (max-width: 1280.98px) {
  .catalog-section__product_price .catalog-section__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }

  .item-section__button {
    font-size: 14px;
    padding: 2px 14px;
  }
}

@media (max-width: 1250.98px) {
  .info__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  .info__img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .info__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .table-quick-order__name {
    width: 200px;
  }
}

@media (max-width: 1199.98px) {
  .header-top__logo img {
    max-width: 170px;
  }

  .header-top__info {
    font-size: 16px;
  }

  .menu__link {
    font-size: 16px;
  }

  .menu__list {
    gap: 20px;
  }

  .footer__logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 10px;
  }

  .item-catalog__name {
    padding: 15px;
  }

  .product__block {
    max-width: 413px;
  }

  .product__info {
    max-width: calc(100% - 453px);
  }

  .catalog-section__product_price .item-section__name {
    font-size: 18px;
  }

  .catalog-section__product_price .item-section__price {
    font-size: 20px;
  }

  .table-quick-order__name,
  .table-quick-order__code,
  .table-quick-order__info,
  .table-quick-order__price,
  .table-quick-order__quantity,
  .table-quick-order__quantity,
  .table-quick-order__availability {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .header-top__container {
    padding: 20px !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
  }

  .header-top__logo img {
    max-width: 170px;
  }

  .header-top__logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .header-top__menu {
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    top: 88px;
    left: -100%;
    -webkit-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 100px;
    z-index: 4;
    /*&::before{
    	content: "";
    	position: fixed;
    	top: 0;
    	width: 100%;
    	left: -100%;
    	transition: left 0.3s ease 0s;
    	// border-bottom: 1px solid  #F8A23B;
    	background: #0063A8;
    	min-height: 78px;
    	z-index: 6;
    }*/
  }

  .menu-open .header-top__menu {
    left: 0px;
    /*&::before{
    	left: 0;
    }*/
  }

  .header-top__info {
    color: #0063A8;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    line-height: 15px;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 15px;
  }

  .menu-top__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-bottom: 1px solid #ECECEC;
    padding: 15px 0;
  }

  .menu-top__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .menu__link {
    color: #191919;
    line-height: 15px;
    font-size: 16px;
  }

  .submenu span {
    width: auto;
    height: 30px;
    position: absolute;
    right: -30px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .submenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }

  .submenu span {
    right: 130px;
    top: 8px;
    padding: 0 5px;
  }

  .submenu__nav {
    position: relative;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    top: -10px;
    padding: 0;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
    display: block;
  }

  .submenu.open .submenu__nav {
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
    top: 0;
    padding-top: 15px;
  }

  .menu__item.submenu.open .submenu__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .submenu__link {
    padding: 0;
  }

  .menu__item.submenu.open .submenu__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .header-bottom__container {
    padding: 0;
  }

  .header-bottom__menu {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    border-bottom: 1px solid #ECECEC;
    padding: 15px 0;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header-bottom__search,
  .quick-order__search {
    max-width: 100%;
  }

  .menu__item.submenu.open .mobile-menu {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    top: -7px;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 37px;
    height: 16px;
    cursor: pointer;
    z-index: 5;
    padding: 0 15px;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: 50%;
  }

  .menu-open .icon-menu {
    padding: 14px 17px;
    width: 35px;
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: 50%;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .header-top__menu .icon-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25px;
  }

  .header-top__menu .icon-menu span,
  .header-top__menu .icon-menu::before,
  .header-top__menu .icon-menu::after {
    background: #969696;
  }

  .search-results {
    top: 30px;
    width: calc(100% - 40px);
  }

  .active .search-results {
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }

  .header-bottom__search-form {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
  }

  .search.visible .header-bottom__search-form {
    opacity: 1;
    visibility: visible;
    width: calc(100% - 40px);
    height: auto;
    z-index: 3;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }

  .account-page-block {
    -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: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }

  .header-top__quick-order svg path,
  .header-top__cart svg path,
  .header-top__account svg path {
    fill: #0063A8;
  }

  .header-top__quick-order span,
  .header-top__cart span,
  .header-top__account span {
    display: inline;
  }

  .header-top__exit {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .footer__link {
    font-size: 16px;
  }

  .footer__name {
    font-size: 16px;
  }

  .footer__text {
    font-size: 16px;
    max-width: 180px;
  }

  .footer__bottom {
    margin-top: 40px;
  }

  .footer__bottom-info {
    max-width: 100%;
  }

  .title {
    font-size: 28px;
  }

  .product-page .title {
    font-size: 28px;
  }

  .title-block__link span,
  .title-block__link svg {
    width: 45px;
    height: 45px;
  }

  .title-block {
    margin-bottom: 40px;
  }

  .title-page {
    margin-top: 40px;
  }

  .title-page__container h1 {
    font-size: 35px;
  }

  .breadcrumbs {
    margin-bottom: 30px;
  }

  .modal__title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
  }

  .modal__phone {
    margin-bottom: 20px;
  }

  .modal .modal select {
    font-size: 16px;
  }

  .modal .input {
    font-size: 16px;
  }

  .account__form .input-name {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .input-name {
    font-size: 16px;
  }

  .main-block {
    margin-bottom: 60px;
  }

  .main-block__button-prev,
  .main-block__button-next {
    display: none;
  }

  .new {
    margin-bottom: 60px;
  }

  .new__title {
    margin-bottom: 40px;
  }

  .new__slide {
    max-width: 290px;
  }

  .new__nav-btn {
    position: relative;
    top: 0;
    right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }

  .new-slide__name {
    font-size: 22px;
  }

  .new-slide__info {
    font-size: 16px;
  }

  .catalog {
    margin-bottom: 60px;
  }

  .catalog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .catalog__item_big .item-catalog__img {
    width: 100%;
  }

  .news {
    margin-bottom: 60px;
  }

  .news__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .reviews {
    margin-bottom: 60px;
  }

  .reviews__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .info {
    margin-bottom: 60px;
  }

  .info__title {
    margin-bottom: 40px;
  }

  .info__text {
    padding: 30px;
  }

  .text {
    font-size: 16px;
  }

  .product {
    margin-bottom: 60px;
  }

  .product__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product__block, .product__info {
    max-width: 100%;
  }

  .product__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        /* -ms-flex-direction: column; */
            /* flex-direction: column; */
    gap: 10px;
  }

  .product__cart,
  .product__dealer,
  .product__ozon,
  .product__wb {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            width: calc(50% - 5px);
  }

  .product-mini__img {
    width: 140px;
    height: 120px;
  }

  .product__spollers .spollers__title {
    font-size: 18px;
  }

  .spollers__body_slider {
    max-width: 100%;
  }

  .video__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    height: 300px;
  }

  .catalog-section {
    margin-top: 30px;
  }

  .catalog-section__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }

  .catalog-section__aside {
    min-width: 280px;
    width: 100%;
    width: 280px;
  }

  .catalog-section__top {
    margin-top: 0;
    padding-bottom: 30px;
  }

  .catalog-section__num {
    font-size: 16px;
  }

  .catalog-section__items.swiper-wrapper {
    width: 100%;
  }

  .catalog-section__items {
    /* -ms-flex-wrap: nowrap; */
        /* flex-wrap: nowrap; */
    margin: 0 0 60px;
    /* row-gap: 0; */

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }

  .catalog-section__item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0;
    /* max-width: 135px; */
    min-width: auto;

    max-width: calc(50% - 10px);
    width: calc(50% - 10px);
  }

  .catalog-section__product_price .catalog-section__item {
	flex: 0 0 auto;
    /* max-width: 135px; */
  }

  .catalog-section__pagination ul li:nth-child(5),
  .catalog-section__pagination ul li:nth-child(6) {
    display: none;
  }

  .catalog-section__pagination ul li:first-child,
  .catalog-section__pagination ul li:last-child {
    margin: 0px;
  }

  .catalog-section__pagination ul {
    gap: 8px;
  }

  .catalog-section__slider.swiper {
    overflow: visible;
  }

  .aside-catalog__name {
    font-size: 16px;
    line-height: 120%;
    background: #fff;
    padding: 8px 20px 8px;
    width: 100%;
    text-align: left;
    position: relative;
    margin-bottom: 10px;
  }

  .aside-catalog__name::before {
    content: "";
    width: 16px;
    height: 9px;
    background: url(../img/arrow.svg) no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .aside-catalog__items.active .aside-catalog__name::before {
    -webkit-transform: translate(0, -50%) rotate(180deg);
        -ms-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg);
  }

  .aside-catalog__list {
    -webkit-box-shadow: -4px 4px 10px 0px rgba(25, 25, 25, 0.05), 4px 4px 10px 0px rgba(25, 25, 25, 0.15);
            box-shadow: -4px 4px 10px 0px rgba(25, 25, 25, 0.05), 4px 4px 10px 0px rgba(25, 25, 25, 0.15);
    background: #fff;
    opacity: 0;
    width: 0;
    height: 0;
    -webkit-transform: translate(0, -20px);
        -ms-transform: translate(0, -20px);
            transform: translate(0, -20px);
    visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    position: absolute;
  }

  .aside-catalog__items.active .aside-catalog__list {
    opacity: 1;
    width: 280px;
    height: auto;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    visibility: visible;
    z-index: 4;
  }

  .aside-catalog__item {
    font-size: 14px;
  }

  .aside-catalog__item:not(:last-child) {
    margin-bottom: 0px;
  }

  .aside-catalog__item:first-child {
    padding-top: 5px;
  }

  .aside-catalog__link {
    display: block;
    color: #191919;
    padding: 10px 20px;
  }

  .aside-catalog__link:hover,
  .aside-catalog__link.active {
    color: #0063A8;
  }

  .item-section__img {
    margin-bottom: 15px;
  }

  .item-section__name {
    font-size: 20px;
  }

  .info-catalog__items {
    gap: 20px;
  }

  .info-catalog__item {
    padding: 30px;
  }

  .info-catalog__item ul {
    margin: 20px 0;
  }

  .info-catalog__item ul li {
    margin-bottom: 20px;
  }

  .info-catalog__item ul li::before {
    display: none;
  }

  .cart__block .detail-order__button-minus,
  .cart__block .detail-order__button-plus,
  .cart__block .cart__button-plus,
  .cart__block .cart__button-minus {
    width: 30px;
    height: 30px;
  }

  .account-links {
    margin-bottom: 30px;
  }

  .account-links__items {
    gap: 15px;
  }

  .account-links__item {
    padding: 8px 17px 10px;
    width: 190px;
    text-align: center;
  }

  .delivery {
    margin-bottom: 60px;
  }

  .delivery__item {
    padding: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }

  .delivery__text {
    font-size: 16px;
  }

  .materials {
    margin-bottom: 60px;
  }

  .materials__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .materials__date,
  .materials__text {
    padding: 10px;
    font-size: 16px;
  }

  .account {
    margin-bottom: 60px;
  }

  .account__title {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 15px;
  }

  .account__title_color {
    margin-bottom: 10px;
  }

  .account__text {
    font-size: 14px;
    line-height: 21px;
  }

  .account__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }

  .account__block {
    padding: 0 20px;
  }

  .account__block:first-child {
    margin-top: 5px;
  }

  .account__block:last-child {
    padding-bottom: 20px;
  }

  .manager {
    margin: 30px 0 40px;
  }

  .cart__item {
    gap: 10px;
  }

  .cart__product {
    -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: start;
    max-width: 157px;
  }

  .cart__block {
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 270px;
  }

  .cart__img {
    width: 157px;
    height: 98px;
  }

  .history-orders {
    margin-bottom: 60px;
  }

  .filter-orders__title {
    display: none;
  }

  .filter-orders__block {
    display: none;
  }

  .table-orders {
    overflow-x: auto;
  }

  .table-orders__item {
    width: 700px;
  }

  .table-orders__date {
    max-width: 90px;
  }

  .table-orders__num {
    max-width: 100px;
  }

  .table-orders__sum {
    max-width: 100px;
  }

  .table-orders__status {
    max-width: 135px;
  }

  .quick-order__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }

  .quick-order__info {
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .table-quick-order__name {
    -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: start;
    width: 100px;
  }

  .table-quick-order__info {
    width: 84px;
  }

  /*.top-quick-order .table-quick-order__info {
    width: 84px;
  }*/

  /*.table-quick-order__availability {
    width: 59px;
  }*/
}

@media (max-width: 991.98px) and (max-width: 480.98px) {
  .submenu span {
    right: 70%;
  }

  .submenu.open .submenu__nav {
    padding-left: 10px;
  }
}

@media (max-width: 990.98px) {
  [class*=__container] {
    padding: 0 20px;
  }
}

@media (max-width: 768.98px) {
  .cart__bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }

  .bottom-cart__info {
    font-size: 14px;
    max-width: 100%;
  }

  .bottom-cart__weight span,
  .bottom-cart__total-price span {
    font-size: 12px;
  }

  .bottom-cart__price {
    font-size: 25px;
  }

  .bottom-cart__text {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    max-width: 100%;
    margin-top: 5px;
  }

  .history-orders__top {
    background: transparent;
    padding: 0;
  }

  .filter-orders__items {
    -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: start;
    gap: 20px;
  }

  .filter-orders__clean {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    color: #191919;
  }
}

@media (max-width: 760.98px) {
  .table-quick-order__block .spollers__title span {
    width: 30px;
    height: 30px;
  }

  .table-quick-order__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px;
  }

  .table-quick-order__item_top {
    display: none;
  }

  .table-quick-order__name span,
  .table-quick-order__code span,
  .table-quick-order__info span,
  .table-quick-order__price span,
  .table-quick-order__quantity span,
  .table-quick-order__quantity span,
  .table-quick-order__availability span {
    display: inline;
  }

  .table-quick-order__description {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: block;
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 120%;
  }

  .table-quick-order__name {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-bottom: 20px;
  }

  .table-quick-order__code {
    font-size: 14px;
  }

  .table-quick-order__info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 20px;
  }

  .table-quick-order__info span {
    font-size: 14px;
  }

  .table-quick-order__price {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }

  .table-quick-order__price span {
    font-size: 14px;
  }

  .table-quick-order__quantity {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%;
    max-width: 134px;
  }

  .table-quick-order__quantity span {
    display: block;
    margin-bottom: 5px;
  }

  .table-quick-order__availability {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    margin-bottom: 20px;
  }

  .table-quick-order__availability span {
    font-size: 14px;
  }

  .table-quick-order__title {
    font-size: 16px;
    padding: 15px;
  }

  .table-quick-order__title.spollers__title {
    padding: 9px 15px;
  }

  .table-quick-order__img {
    width: 107px;
    height: 70px;
  }

  .table-quick-order__img img {
    width: 100px;
    height: 65px;
  }

  .table-quick-order__text {
    margin-bottom: 13px;
  }

  .table-quick-order__button-order {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .table-quick-order__button {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 6px 14px;
    font-size: 18px;
  }
}

@media (max-width: 690.98px) {
  .cart__block {
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 680.98px) {
  .footer__contacts {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }

  .footer__info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }

  .footer__menu {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }

  .footer__bottom-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  .footer__bottom-info div {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .cart__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: transparent;
    gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 0;
    margin-bottom: 15px;
  }

  .cart__quantity-product {
    color: #191919;
    font-size: 16px;
  }

  .cart__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding: 15px;
    gap: 20px;
  }

  .cart__product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }

  .cart__delete {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .cart .quick-order__search-form {
    padding: 15px;
    background: #0063A8;
    width: 100%;
    max-width: 400px;
  }

  .cart .quick-order__search-form button {
    background: transparent;
  }
}

@media (max-width: 576.98px) {
  .title-block__link span {
    margin-top: 1px;
  }

  .title-block__link span,
  .title-block__link svg {
    width: 30px;
    height: 30px;
  }

  .title-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .fancybox__content.modal {
    padding: 30px 20px;
  }

  .input-name {
    font-size: 12px;
  }

  .modal .input-name {
    font-size: 16px;
  }

  .new__slide {
    max-width: 190px;
  }

  .new-slide__name {
    font-size: 16px;
  }

  .new-slide__info {
    font-size: 14px;
  }

  .catalog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .news__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .reviews__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

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

  ul.text-big li::before {
    left: 0;
  }

  .buy-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .buy-product__item {
    max-width: 100%;
  }

  .item-section__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }

  .catalog-section__product_price .item-section__name {
    font-size: 18px;
  }

  .catalog-section__product_price .item-section__price {
    font-size: 16px;
  }

  .item-section__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }

  .item-section__button {
    width: 100%;
  }

  .catalog-section__product_price .detail-order__button-minus,
  .catalog-section__product_price .detail-order__button-plus,
  .catalog-section__product_price .cart__button-plus,
  .catalog-section__product_price .cart__button-minus {
    width: 30px;
    height: 30px;
  }

  .buttons {
    gap: 30px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .buttons__text {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .buttons__block {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .buttons__block .submit,
  .buttons__block .edit {
    width: 100%;
  }

  .cart__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  .cart__product {
    -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: start;
  }

  .cart__name {
    font-size: 18px;
  }

  .cart__code {
    font-size: 12px;
  }

  .cart__price {
    font-size: 18px;
  }

  .cart__button-order {
    font-size: 16px;
  }

  .quick-order__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  .quick-order__total-price {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .quick-order__button {
    max-width: 100%;
  }
}

@media (max-width: 550.98px) {
  .only-img .slide-main__img {
    max-height: 548px;
  }
}

@media (max-width: 480.98px) {
  .header-top__info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-left: 20px;
  }

  .header-top__phone {
    font-size: 18px;
  }

  .header-top__button {
    font-size: 14px;
  }

  .menu-top__body {
    padding-left: 20px;
  }

  .menu-top__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .menu__link {
    font-size: 14px;
  }

  .submenu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .submenu__link {
    font-size: 12px;
  }

  .menu__item.submenu.open .submenu__link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  .menu__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-left: 20px;
  }

  .header__mobile-icon {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  .search-results__img img {
    width: 80px;
    height: 50px;
  }

  .account-page-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .footer {
    padding: 20px 0 30px;
  }

  .footer__logo img {
    max-width: 123px;
  }

  .footer__contacts {
    gap: 20px;
  }

  .footer__link {
    font-size: 14px;
  }

  .footer__name {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .footer__address {
    margin-bottom: 10px;
  }

  .footer__social {
    gap: 10px;
  }

  .footer__social svg {
    width: 25px;
    height: 25px;
  }

  .footer__menu ul {
    gap: 10px;
  }

  .slide-main__img img {
    height: 150px;
  }

  .slide-main__text {
    font-size: 22px;
  }

  .slide-main__name {
    font-size: 40px;
  }
}

@media (max-width: 380.98px) {
  .cart__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .table-quick-order__name span,
  .table-quick-order__code span,
  .table-quick-order__info span,
  .table-quick-order__price span,
  .table-quick-order__quantity span,
  .table-quick-order__quantity span,
  .table-quick-order__availability span {
    display: block;
    font-size: 12px;
  }

  .table-quick-order__description {
    font-size: 12px;
  }

  .table-quick-order__code {
    font-size: 12px;
  }

  .table-quick-order__code span {
    display: inline;
  }

  .table-quick-order__info span {
    font-size: 12px;
  }

  .table-quick-order__price span {
    font-size: 12px;
  }

  .table-quick-order__availability span {
    font-size: 12px;
  }
}

@media (max-width: 1439.98px) and (min-width: 1366.98px) {
  .header-top__container {
    gap: 20px;
    padding: 16px 60px;
  }

  .header-bottom__container {
    padding: 20px 60px;
  }
}

@media (max-width: 1060.98px) and (min-width: 991.98px) {
  .header-top__logo img {
    max-width: 140px;
  }

  .menu__link {
    font-size: 14px;
  }
}

@media (hover: hover) {
  .header-top__login:hover::before,
  .header-top__registration:hover::before {
    width: 100%;
    left: 0;
    opacity: 1;
  }

  .title-block__link:hover {
    color: #0063A8;
  }

  .new-slide:hover .new-slide__img {
    border: 2px solid #0063A8;
  }

  .new-slide:hover .new-slide__name {
    color: #0063A8;
  }

  .item-catalog:hover {
    background: #0063A8;
  }

  .item-catalog:hover .item-catalog__name {
    color: #fff;
  }

  .item-news:hover .item-news__name {
    color: #0063A8;
  }

  .info__text a:hover {
    color: #0082de;
  }

  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}

@media (hover: none) {
  .header-top__login:hover::before,
  .header-top__registration:hover::before {
    width: 100%;
    left: 0;
    opacity: 1;
  }

  .title-block__link:hover {
    color: #0063A8;
  }

  .new-slide:hover .new-slide__img {
    border: 2px solid #0063A8;
  }

  .new-slide:hover .new-slide__name {
    color: #0063A8;
  }

  .item-catalog:hover {
    background: #0063A8;
  }

  .item-catalog:hover .item-catalog__name {
    color: #fff;
  }

  .item-news:hover .item-news__name {
    color: #0063A8;
  }

  .info__text a:hover {
    color: #0082de;
  }
}

.bx-soa-pp-company{
  max-width: 300px;
  max-height: 300px;
}
@media (max-width: 991.98px) {
	.item-section__buttons, .item-section__info {
		flex-direction: column;
	}
}
@media (max-width: 576.98px) {
	.item-section__info {
		margin-bottom: 15px;
	}
}

@media (max-width: 419.98px) {
  .product__cart, .product__dealer, .product__ozon, .product__wb {
    padding: 8px;
  }
}

.main-about {
    margin-bottom: 120px;
}
.main-about__slider {
    position: relative;
}
.main-about__slide {
    width: 100%;
    max-width: 1400px;
    max-width: 73%;
}
.main-about__slide .slide-main__img {
    position: static;
    height: 100%;
}
.main-about__slide .slide-main__img img {
    max-height: 700px;
    height: 100%;
    object-fit: cover;
}
.main-about__pagination {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}
.main-about__button-prev {
    left: 19%;
}
.main-about__button-next {
    right: 19%;
}
.main-about__button-next, .main-about__button-prev {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.main-about__pagination span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}
.main-about__pagination span.swiper-pagination-bullet-active {
    background: #0063a8;
}
.info__text h2 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 130%;
    color: #0063a8;
}
.info__text p:not(:last-child) {
    margin-bottom: 20px;
}
.info__text p {
    line-height: 130%;
}
.info__text_small ul:not(:last-child) {
    margin-bottom: 20px;
}
.info.info-about .info__text:last-child ul {
    margin: 30px 0;
}
.info.info-about .info__text:last-child ul li {
    color: #0063A8;
    line-height: 130%;
}
.news-page {
    margin-bottom: 80px;
}
.news-page__container {
    display: flex;
}
.news-page__nav {
    max-width: 24%;
    width: 100%;
}
.news-page__item:first-child .item-news-page {
    padding-top: 11px;
}
.nav-news ul li {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #969696;
    transition: all .5s;
}
.nav-news ul li.active {
    color: #0063A8;
}
.nav-news ul li:not(:last-child) {
    margin-bottom: 30px;
}
.nav-news__name {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
}
.item-news-page {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 20px 0;
    border-bottom: 2px solid #969696;
}
.item-news-page__img {
    width: 100%;
    max-width: 420px;
    flex: 0 0 100%;
    position: relative;
}
.item-news-page__img::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 99, 168, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
    opacity: 0;
}
.item-news-page__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-news-page__name {
    font-weight: 500;
    font-size: 30px;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 20px;
    transition: all .5s;
}
.item-news-page__text {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 20px;
}
.item-news-page__date {
    font-size: 18px;
    line-height: 100%;
    color: #969696;
}
.news-page__items .title-block__link {
    margin-top: 40px;
    justify-content: end;
}
.form {
    margin-bottom: 80px;
}
.form__block {
    background: #0063A8;
    padding: 60px;
    position: relative;
    overflow: hidden;
}
.form__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
}
.form form {
    display: flex;
    gap: 20px;
    position: relative;
}
.form input {
    border: 1px solid #fff;
    color: #fff;
    max-width: 350px;
    background: #0063A8;
}
.form input::placeholder {
    color: #fff;
}
.form button {
    background: #191919;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
    max-width: 180px;
    padding: 14px 0;
    border: 0;
    transition: all .5s;
}
.form__img {
    position: absolute;
    right: 0;
    top: 0;
}
.form__img img {
    width: 100%;
    height: 100%;
    max-width: 596px;
}
.news-details {
    margin-bottom: 120px;
}
.news-details__container {
    display: flex;
    gap: 40px;
}
.news-details__img {
    width: 100%;
    max-width: 880px;
    flex: 0 0 100%;
}
.news-details__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-details__info {
    display: flex;
    flex-direction: column;
}
.news-details__info .title-block__link {
    font-size: 18px;
    gap: 15px;
    margin-top: 30px;
}
.news-details__text {
    flex: 1 1 100%;
    max-width: 676px;
}
.news-details__text p {
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
}
.news-details__text p:not(:last-child) {
    margin-bottom: 20px;
}
.news-details__text a {
    color: #0063A8;
    transition: all .5s;
}
.dealers {
    margin-bottom: 120px;
}
.dealers__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 24% 28.5% 40%;
    gap: 40px;
    grid-template-areas:
        "text1 text2"
        "text3 text4"
        "text5 text4";
}
.dealers__item {
    padding: 60px;
    background: #fff;
}
.dealers__item:nth-child(1) {
    grid-area: text1;
}
.dealers__item:nth-child(2) {
    grid-area: text2;
}
.dealers__item:nth-child(3) {
    grid-area: text3;
}
.dealers__item:nth-child(4) {
    grid-area: text4;
}
.dealers__item:nth-child(5) {
    grid-area: text5;
    margin-bottom: 0;
}
.dealers__item.form {
    background: #0063A8;
    position: relative;
    padding-top: 104px;
    overflow: hidden;
}
.dealers__item .form__block {
    padding: 0;
    position: static;
}
.dealers__item .form__img {
    position: absolute;
    right: -165px;
    top: auto;
    bottom: 30px;
}
.dealers__item.form .form__title {
    font-size: 60px;
    position: relative;
}
.dealers__item.form form {
    flex-direction: column;
    position: relative;
}
.dealers__item.form button {
    max-width: 350px;
}
.dealers__item.personal-account ul li:not(:last-child) {
    margin-bottom: 10px;
}
.dealers__item.personal-account ul:first-of-type li {
    padding-left: 30px;
    position: relative;
}
.dealers__item.personal-account ul:first-of-type li::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
}
.dealers__item.personal-account ul:last-of-type li {
    padding-left: 34px;
    position: relative;
}
.dealers__item.personal-account ul li::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 13px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0063A8;
}
.dealers__item.personal-account ul:first-of-type li:nth-child(1)::before {
    background: #0063A8;
}
.dealers__item.personal-account ul:first-of-type li:nth-child(2)::before {
    background: #ffcb11;
}
.dealers__item.personal-account ul:first-of-type li:nth-child(3)::before {
    background: #00ba07;
}
.dealers__item.personal-account ul:first-of-type li:nth-child(4)::before {
    background: #ff462d;
}
.dealers__title {
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    color: #0063A8;
    margin-bottom: 20px;
}
.dealers__item p, .dealers__item ul, .dealers__item ol {
    line-height: 130%;
}
.dealers__item p:not(:last-child), .dealers__item ul {
    margin-bottom: 20px;
}
.dealers__item span, .dealers__item a {
    color: #0063A8;
    transition: all .5s;
}
.contacts {
    margin-bottom: 40px;
}
.contacts__items {
    display: flex;
    gap: 40px;
}
.contacts__item {
    padding: 60px;
    background: #fff;
    flex: 1 1 calc(50% - 40px);
}
.contacts__map {
    flex: 1 1 calc(50% - 40px);
}
.contacts__map iframe {
    height: 100%;
}
.contacts__name {
    font-size: 30px;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #0063A8;
}
.contacts__text {
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 30px;
    max-width: 500px;
}
.contacts__text a:not([href^="tel:"]) {
    text-decoration: underline;
}
.contacts__text a {
    transition: all .5s;
}
.contacts__text.phone a {
    display: block;
    margin-bottom: 15px;
}
.contacts .social {
    display: flex;
    gap: 12px;
}
.contacts .social__link {
    display: block;
}
.managers {
    margin-bottom: 120px;
}
.managers__top {
    background: #0063A8;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
    padding: 60px;
    margin-bottom: 20px;
}
.managers__text {
    font-size: 30px;
    line-height: 130%;
    color: #fff;
    max-width: 550px;
}
.managers__info {
    display: flex;
    gap: 15px;
    flex: 1;
    justify-content: end;
}
.managers__info .select {
    width: 100%;
}
.managers__info .select__title {
    height: 50px;
}
.managers__info .select__option {
    text-transform: none;
}
.managers__button {
    font-size: 18px;
    line-height: 120%;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 31px;
    background: #191919;
    width: 100%;
    max-width: 350px;
    height: 50px;
    transition: all .5s;
}
.item-managers {
    padding: 40px 60px;
    box-shadow: 4px 4px 15px 0 rgba(255, 255, 255, 0.15);
    background: #fff;
    display: flex;
    gap: 59px;
}
.item-managers:not(:last-child) {
    margin-bottom: 10px;
}
.item-managers__name, .item-managers__info, .item-managers__text,
.item-managers__phone, .item-managers__email {
    font-size: 22px;
    line-height: 120%;
}
.item-managers__text {
    max-width: 753px;
}
.item-managers__info {
    max-width: 136px;
}
a.item-managers__phone, a.item-managers__email {
    text-decoration: underline;
    color: #0063A8;
    white-space: nowrap;
    transition: all .5s;
    height: fit-content;
}
.reviews-page {
    margin-bottom: 120px;
} 
.reviews-page__items {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 40px;
}
.reviews-page__item {
    flex: 0 0 calc(33.333% - 15px);
}
.reviews-page__item {
    position: relative;
}
.reviews-page__item::before {
    content: "";
    height: 2px;

    background: #969696;
    position: absolute;
    bottom: -20px;
    max-width: 1800px;
}
.reviews-page__item:nth-child(3n - 2)::before {
    width: calc(100vw - 120px);
}
.item-reviews-page__name {
    font-weight: 500;
    font-size: 30px;
    line-height: 130%;
    text-transform: uppercase;
    margin-top: 20px;
    transition: all .5s;
}
.item-reviews-page__img {
    height: 330px;
    position: relative;
}
.item-reviews-page__img iframe {
  max-width: 100%;
}
.item-reviews-page__img::before {
    pointer-events: none;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0063A8;
    opacity: 0;
    transition: all .5s;
}
.item-reviews-page__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reviews-page .title-block__link {
    margin-top: 40px;
    justify-content: end;
    font-size: 18px;
}
.warranty {
    margin-bottom: 120px;
}
.warranty__items {
    display: flex;
    gap: 40px;
    align-items: start;
}
.warranty__item {
    padding: 60px;
    background: #fff;
    width: 50%;
}
.warranty__item h2 {
    font-size: 40px;
    line-height: 130%;
    color: #0063A8;
    margin-bottom: 20px;
}
.warranty__item p, .warranty__item li {
    font-size: 22px;
    line-height: 130%;
}
.warranty__item p:not(:last-child), .warranty__item ul {
    margin-bottom: 20px;
}
.warranty__item span, .warranty__item a {
    color: #0063A8;
}
.warranty__item a {
    text-decoration: underline;
    transition: all .5s;
}
.warranty__item ul li {
    position: relative;
    padding-left: 34px;
}
.warranty__item ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #191919;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 13px;
}
.buy {
    margin-bottom: 120px;
}
.tab__btn.active {
    pointer-events: none;
    background: #0063A8;
    color: #fff;
}
.tab__pane:not(.show) {
    display: none;
}
.tab__nav {
    display: flex;
    gap: 20px;
}
.tab__btn {
    width: 100%;
    padding: 23px 0;
    font-size: 30px;
    line-height: 100%;
    border: 1px solid #969696;
    cursor: pointer;
    transition: all .5s;
}
.buy__items {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 40px 60px;
}
.buy__items:first-child {
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 120%;
}
.buy__items:not(:first-child) {
    box-shadow: 4px 4px 15px 0 rgba(255, 255, 255, 0.15);
    background: #fff;
    line-height: 120%;
    margin-bottom: 10px;
}
.buy__items a span {
    font-size: 22px;
    line-height: 120%;
    text-decoration: underline;
    color: #0063A8;
}
.buy__items a {
    transition: all .5s;
}
.buy__name {
    width: 12.6%;
}
.buy__type {
    width: 16.6%;
}
.buy__address {
    width: 20.6%;
}
.buy__site {
    width: 16.6%;
}
.buy__phone {
    width: 16.6%;
}
.buy__email {
    width: 16.6%;
}

@media (any-hover:hover) {
    .nav-news ul li:hover {
        color: #0063A8;
    }
    .item-news-page:hover .item-news-page__name {
        color: #0063A8;
    }
    .item-news-page:hover .item-news-page__img::before  {
        opacity: 1;
    }
    .managers__info .select__option:hover {
        background: #191919;
    }
    .item-reviews-page:hover .item-reviews-page__img::before {
        opacity: 0.5;
    }
    .item-reviews-page:hover .item-reviews-page__name  {
        color: #0063A8;
    }
    .form button:hover, .managers__button:hover {
        color: #0063A8;
        background: #fff;
    }
    .news-details__text a:hover, .dealers__item a:hover,
    a.item-managers__phone:hover, a.item-managers__email:hover,
    .warranty__item a:hover, .buy__items a:hover {
        opacity: .6;
    }
    .contacts__text a:hover, .tab__btn:not(.active):hover {
        color: #0063A8;
    }
}

@media (max-width: 1850.98px) {
    .item-managers__text {
        max-width: 653px;
    }
}
@media (max-width: 1760.98px) {
    .item-managers {
        gap: 30px;
        justify-content: space-between;
    }
    .item-managers__name, .item-managers__info, .item-managers__text, .item-managers__phone, .item-managers__email {
        font-size: 18px;
    }
}
@media (max-width: 1500.98px) {
    .reviews-page__item:nth-child(3n - 2)::before {
        width: calc(100vw - 60px);
    }
    .buy__items {
        padding: 40px;
    }
}
@media (max-width: 1440.98px) {
    .main-about {
        margin-bottom: 80px;
    }
    .main-about__slide {
        max-width: 50%;
    }
    .main-about__slide .slide-main__img {
        transform: translate(0);
        max-width: 100%;
    }
    .info__text p, .info.info-about .info__text:last-child ul li {
        font-size: 20px;
    }
    .info.info-about .info__text:last-child ul {
        margin: 20px 0;
    }
    .news-page__nav {
        max-width: 18%;
    }
    .news-details__img {
        max-width: 680px;
    }
    .item-managers {
        padding: 40px;
    }
    .item-managers__text {
        max-width: 453px;
    }
    .contacts__item {
        padding: 40px;
    }
    .contacts__name {
        font-size: 25px;
    }
    .contacts__text {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .managers__text {
        font-size: 25px;
    }
    .managers__button {
        font-size: 15px;
    }
    .item-reviews-page__name {
        font-size: 22px;
    }
    .item-reviews-page__img {
        height: 270px;
    }
    .buy__items:not(:first-child), .buy__items a span {
        font-size: 18px;
    }
}
@media (max-width: 1250.98px) {
    .item-news-page__img {
        max-width: 330px;
    }
    .item-news-page__text {
        font-size: 18px;
    }
    .item-news-page__name {
        font-size: 25px;
    }
    .form__img {
        right: -90px;
    }
    .form__img img {
        max-width: 396px;
    }
    .news-details__img {
        max-width: 480px;
    }
    .news-details__text p {
        font-size: 18px;
    }
    .dealers__item p, .dealers__item ul, .dealers__item ol {
        font-size: 18px;
    }
    .dealers__title {
        font-size: 30px;
    }
    .dealers__items {
        grid-template-rows: 24% 28.5% 44%;
        gap: 30px;
    }
    .dealers__item.form .form__title {
        font-size: 45px;
    }
    .dealers__item .form__img {
        right: -115px;
    }
    .dealers__item {
        padding: 40px;
    }
    .managers__top {
        gap: 20px;
        padding: 40px;
    }
    .managers__text {
        font-size: 20px;
        max-width: 390px;
    }
    .managers__button {
        padding: 14px;
    }
    .contacts__items {
        gap: 20px;
    }
    .warranty__item h2 {
        font-size: 30px;
    }
    .warranty__item {
        padding: 40px;
    }
    .warranty__item p, .warranty__item li {
        font-size: 18px;
    }
    .buy__items {
        padding: 20px;
    }
}
@media (max-width: 1200.98px) {
    .item-managers__name, .item-managers__info, .item-managers__text, .item-managers__phone, .item-managers__email {
        font-size: 16px;
    }
}
@media (max-width: 1150.98px) {
    .dealers__items {
        grid-template-columns: 1fr;
        grid-template-areas:
        "text1"
        "text2"
        "text3"
        "text4"
        "text5";
        grid-template-rows: auto;
    }
    .dealers__item.form {
        padding-top: 40px;
    }
    .item-managers {
        padding: 25px;
        flex-direction: column;
        gap: 15px;
    }
    .item-managers__text, .item-managers__info {
        max-width: 100%;
    }
    .managers__text {
        font-size: 20px;
        max-width: 100%;
    }
    .managers__top {
        gap: 30px;
        padding: 30px;
        flex-direction: column;
        align-items: start;
    }
    .managers__info {
        width: 100%;
        justify-content: start;
    }
    .managers__button, .managers__info .select {
        max-width: 290px;
    }
    .warranty__items {
        flex-direction: column;
        gap: 30px;
    }
    .warranty__item {
        width: 100%;
    }
    .warranty__item ul li:not(:last-child) {
        margin-bottom: 10px;
    }
}
@media (max-width: 991.98px) {
    .main-about {
        margin-bottom: 60px;
    }
    .main-about__slide {
        max-width: 90%;
    }
    .main-about__button-next, .main-about__button-prev {
        display: none;
    }
    .info__text p, .info.info-about .info__text:last-child ul li {
        font-size: 16px;
    }
    .news-page__container {
        flex-direction: column;
    }
    .news-page__nav {
        max-width: 100%;
        margin-bottom: 40px;
    }
    .nav-news__name {
        margin-bottom: 20px;
    }
    .nav-news ul {
        width: 100%;
        display: flex;
        gap: 20px;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .nav-news ul li {
        white-space: nowrap;
        font-size: 18px;
    }
    .nav-news ul li:not(:last-child) {
        margin-bottom: 0;
    }
    .item-news-page__name {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .news-page {
        margin-bottom: 60px;
    }
    .form__title {
        font-size: 30px;
    }
    .form__block {
        padding: 40px;
    }
    .news-details__container {
        flex-direction: column;
        gap: 30px;
    }
    .news-details__img {
        max-width: 100%;
    }
    .news-details__text {
        max-width: 100%;
    }
    .news-details {
        margin-bottom: 80px;
    }
    .dealers__item.form .form__title {
        font-size: 30px;
    }
    .dealers__item ul li:not(:last-child) {
        margin-bottom: 10px;
    }
    .dealers {
        margin-bottom: 80px;
    }
    .contacts__items {
        flex-direction: column;
    }
    .contacts__item {
        padding: 30px;
        flex: 1 1 100%;
    }
    .contacts__text {
        font-size: 16px;
        max-width: 100%;
    }
    .contacts__name {
        font-size: 22px;
    }
    .contacts__map iframe {
        height: 400px;
    }
    .managers {
        margin-bottom: 80px;
    }
    .reviews-page__item {
        flex: 1 1 calc(50% - 15px);
    }
    .reviews-page__item:nth-child(3n - 2)::before {
        width: 0;
    }
    .reviews-page__item:nth-child(2n - 1)::before {
        width: calc(100vw - 40px);
    }
    .reviews-page {
        margin-bottom: 80px;
    }
    .warranty {
        margin-bottom: 80px;
    }
    .tab__pane {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 20px;
    }
    .buy__items {
        flex-direction: column;
        flex: 1 1 calc(50% - 20px);
    }
    .buy__items:first-child {
        display: none;
    }
    .buy__item {
        position: relative;
        width: 100%;
    }
    .buy__item::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 10px;
        color: #191919;
        text-decoration: none !important;
    }
    .tab__btn {
        font-size: 22px;
    }
    .buy {
        margin-bottom: 80px;
    }
}
@media (max-width: 768.98px) {
    .item-news-page {
        flex-direction: column;
        gap: 20px;
    }
    .item-news-page__img {
        max-width: 100%;
    }
    .news-page__item:first-child .item-news-page {
        padding-top: 0;
    }
    .item-news-page__name {
        font-size: 18px;
    }
    .item-news-page__text {
        font-size: 16px;
    }
    .item-news-page__date {
        font-size: 16px;
    }
    .form form {
        flex-direction: column;
    }
    .form__block {
        padding: 30px;
        padding-bottom: 140px;
    }
    .form__img {
        top: auto;
        bottom: 0;
    }
    .form__img img {
        max-width: 296px;
    }
    .form button {
        max-width: 350px;
        font-size: 16px;
    }
    .form__title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .news-details {
        margin-bottom: 60px;
    }
    .form {
        margin-bottom: 60px;
    }
    .news-details__text p {
        font-size: 16px;
    }
    .dealers__item {
        padding: 30px;
    }
    .dealers__item.form .form__title {
        font-size: 22px;
    }
    .dealers__item.form {
        padding-bottom: 140px;
    }
    .dealers__item p, .dealers__item ul, .dealers__item ol {
        font-size: 16px;
    }
    .dealers__item.personal-account ul:first-of-type li::before {
        width: 15px;
        height: 15px;
    }
    .dealers__title {
        font-size: 25px;
    }
    .dealers {
        margin-bottom: 60px;
    }
    .managers__info {
        flex-direction: column;
        align-items: center;
    }
    .managers__button {
        font-size: 13px;
    }
    .managers__top {
        padding: 20px;
    }
    .managers {
        margin-bottom: 60px;
    }
    .reviews-page__item {
        flex: 1 1 100%;
    }
    .item-reviews-page__name {
        font-size: 18px;
    }
    .reviews-page__item::before, .reviews-page__item:nth-child(3n - 2)::before {
        width: calc(100vw - 40px);
    }
    .reviews-page {
        margin-bottom: 60px;
    }
    .warranty__item h2 {
        font-size: 25px;
    }
    .warranty__item {
        padding: 30px;
    }
    .warranty__item p, .warranty__item li {
        font-size: 16px;
    }
    .warranty {
        margin-bottom: 60px;
    }
    .buy__items {
        flex: 1 1 100%;
    }
    .buy {
        margin-bottom: 60px;
    }
}
@media (max-width: 480.98px) {
    .tab__nav {
        flex-direction: column;
    }
}
.table-quick-order__code {
    width: 5%;
}

.table-quick-order__info {
    width: 18%;
}
.table-quick-order__price {
    width: 7%;
    white-space: nowrap;
}
.table-quick-order__quantity {
    width: 14%;
}

.table-quick-order__btn {
    width: 10%;
	display: flex;
    justify-content: end;
}
@media (max-width: 1400.98px) {
	.table-quick-order__btn {
		width: 11%;
	}
}
@media (max-width: 1199.98px) {
	.table-quick-order__info {
		width: 17%;
	}

	.table-quick-order__quantity {
		width: 16%;
	}
	
	.table-quick-order__btn {
		width: 13%;
	}
	.table-quick-order__img {
		max-width: 71px;
	}
}
@media (max-width: 991.98px) {
	.table-quick-order__quantity {
		width: 20%;
	}
	.table-quick-order__btn {
		width: 15%;
	}
}
@media (max-width: 768.98px) {
	.table-quick-order__info, .table-quick-order__quantity, .table-quick-order__code {
		width: 100%;
	}
	.table-quick-order__btn {
		min-width: 127px;
		width: 100%;
		order: 7;
		margin-top: 20px;
	}
	.table-quick-order__img {
		max-width: 100%;
	}
}