@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Jura:300,regular,500,600,700);
/* @charset "UTF-8"; */

@font-face {
  font-family: icons;
  font-display: swap;
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

[class*=_icon-]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=_icon-]:before {
  display: block;
}

._icon-arrow-top-right:before {
  content: "\e905";
  color: #828282;
}

._icon-star:before {
  content: "\e906";
  color: #f2994a;
}

._icon-add:before {
  content: "\e907";
  color: #fff;
}

._icon-delete:before {
  content: "\e908";
  color: #828282;
}

._icon-arrow-top:before {
  content: "\e909";
  color: #828282;
}

._icon-arrow-right1:before {
  content: "\e90a";
  color: #828282;
}

._icon-arrow-left:before {
  content: "\e917";
  color: #828282;
}

._icon-arrow-button:before {
  content: "\e918";
  color: #828282;
}

._icon-ok1:before {
  content: "\e919";
  color: #828282;
}

._icon-mark1:before {
  content: "\e91a";
  color: #fff;
}

._icon-yotube-last-button .path1:before {
  content: "\e90c";
  color: rgb(200, 0, 0);
}

._icon-yotube-last-button .path2:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

._icon-arrow .path1:before {
  content: "\e900";
  color: rgb(255, 255, 255);
  opacity: 0.1;
}

._icon-arrow .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

._icon-arrow-right:before {
  content: "\e902";
  color: #828282;
}

._icon-arrow-two:before {
  content: "\e903";
  color: #fff;
}

._icon-briefcase:before {
  content: "\e904";
  color: #fff;
}

._icon-main-menu:before {
  content: "\e90b";
  color: #fff;
}

._icon-mark:before {
  content: "\e90d";
}

._icon-message:before {
  content: "\e90f";
  color: #fff;
}

._icon-money:before {
  content: "\e90e";
  color: #fff;
}

._icon-ok:before {
  content: "\e912";
  color: #828282;
}

._icon-phone:before {
  content: "\e911";
}

._icon-plus:before {
  content: "\e913";
  color: #fff;
}

._icon-search:before {
  content: "\e914";
  color: #fff;
}

._icon-Star:before {
  content: "\e915";
  color: #f2994a;
}

._icon-Union:before {
  content: "\e916";
  color: #828282;
}

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

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

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

body {
  color: #fff;
  line-height: 1;
  font-family: "Montserrat";
  font-size: 0.875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Montserrat";
  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;
}

body {
  background-color: #373737;
}

.lock body {
  overflow: hidden;
  touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wrapper>main {
  flex: 1 1 auto;
}

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

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/
[class*=__container] {
  max-width: 75rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

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

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

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

.spollers {
  display: grid;
  gap: 15px;
}

.spollers__item {
  font-size: 1.25rem;
}

.spollers__item:not(:last-child) {
  margin-bottom: 1.5em;
}

.spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  border-bottom: 1px solid #4F4F4F;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.3125rem;
  position: relative;
}

._spoller-init .spollers__title {
  cursor: pointer;
}

._spoller-init .spollers__title::before,
._spoller-init .spollers__title::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: #828282;
  height: 2px;
  width: 15px;
  transition: transform 0.5s ease 0s;
}

._spoller-init .spollers__title::before {
  transform: translate(-75%, -50%) rotate(40deg);
}

._spoller-init .spollers__title::after {
  transform: translate(0, -50%) rotate(-40deg);
}

._spoller-init .spollers__title._spoller-active::before {
  transform: translateX(-75%) rotate(-40deg);
}

._spoller-init .spollers__title._spoller-active::after {
  transform: rotate(40deg);
}

.spollers__body {
  padding: 1.25rem;
  border-radius: 0.3125rem;
  border-bottom: 1px solid #4F4F4F;
}

.select {
  position: relative;
}

.select__body {
  position: relative;
}

.select__title {
  color: inherit;
  text-align: left;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  border-radius: 4px;
}

.select__value {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0px 15px;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.select__value:before {
  content: "";
  align-self: stretch;
  flex: 0 0 10px;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}

._select-open .select__value:before {
  transform: rotate(-180deg);
}

.select__text {
  flex: 1 1 auto;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #000;
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  padding: 10px 0px 5px 0px;
}

.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

.select__option {
  width: 100%;
  display: block;
  text-align: left;
  cursor: pointer;
  padding: 5px 15px;
  color: inherit;
}

.select__option._select-selected {
  background-color: #eee;
}

@media (any-hover: hover) {
  .select__option:hover {
    background: #d9d9d9;
  }
}

.select__row {
  display: inline-flex;
  align-items: center;
}

.select._select-open {
  z-index: 5;
}

._select-tag {
  cursor: pointer;
}

/*
.icon-menu {
	display: none;
	@media (max-width: $mobile) {
		display: block;
		position: relative;
		width: 30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
		span,
		&::before,
		&::after {
			content: "";
			transition: all 0.3s ease 0s;
			left: 0px;
			position: absolute;
			width: 100%;
			height: 2px;
			background-color: #000;
		}
		&::before {
			top: 0px;
		}
		&::after {
			bottom: 0px;
		}
		span {
			top: calc(50% - 1px);
		}
		.menu-open & {
			span {
				transform: scale(0);
			}
			&::before {
				transform: rotate(-45deg);
				top: calc(50% - 1px);
			}
			&::after {
				transform: rotate(45deg);
				bottom: calc(50% - 1px);
			}
		}
	}
}
*/
.header {
  position: relative;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 33;
  background-color: rgba(0, 0, 0, 0.5);
}

.body-header {
  opacity: 100%;
  padding: 24px 30px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.mark-header {
  gap: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 34.409375em) {
  .mark-header__img-phone {
    display: none;
  }
}

.mark-header__wrap-icons {
  display: flex;
  gap: 23px;
}

.mark-header__menu {
  font-size: 23px;
  transform: translateY(3px);
}

.mark-header__mark {
  font-size: 23px;
}

@media (max-width: 34.409375em) {
  .mark-header__mark {
    display: none;
  }
}

@media (max-width: 34.409375em) {
  .mark-header__phone-number {
    display: none;
  }
}

@media (max-width: 34.409375em) {
  .mark-header__logo {
    order: 3;
  }
}

.icons-header {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.icons-header__icon {
  font-size: 23px !important;
}

@media (max-width: 34.409375em) {
  .icons-header__icon_message {
    display: none;
  }
}

@media (max-width: 34.409375em) {
  .icons-header__icon_search {
    display: none;
  }
}

.icons-header__icon_case::before {
  color: #696261;
}

._onLeftMenu {
  display: block !important;
}

._offLeftMenu {
  display: none;
}

.menu-left {
  z-index: 44;
  display: none;
  width: 380px;
  height: 1000px;
  position: absolute !important;
  position: relative;
}

.menu-left__exit {
  display: flex;
  justify-content: flex-start;
  font-size: 20px;
  z-index: 55;
  position: relative;
  padding: 35px 0px 0px 30px;
  color: #fff;
}

.menu-left__list-menu {
  margin-bottom: 60px;
}

.menu-left__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-left__img {
  width: 100%;
  height: 100%;
}

.menu-up-left {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  padding: 115px 40px 40px 40px;
  gap: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 44;
}

.menu-up-left__item {
  cursor: pointer;
}

.menu-up-left__item:hover {
  text-decoration: underline;
}

.menu-down-left {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  opacity: 0.6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 40px;
  position: relative;
  z-index: 44;
  gap: 20px;
}

.menu-down__item {
  cursor: pointer;
}

.menu-down__item:hover {
  text-decoration: underline;
}

._icon-delete {
  z-index: 44;
  position: relative;
  align-items: center;
}

.mark-header__menu {
  position: relative;
  cursor: pointer;
}

.mark-header__menu::after {
  cursor: pointer;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 6px solid #C80000;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

@keyframes ring {
  0% {
    width: 5px;
    height: 5px;
    opacity: 1;
  }

  100% {
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}

.mark-header__mark {
  position: relative;
  cursor: pointer;
}

.mark-header__mark::after {
  cursor: pointer;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 6px solid #C80000;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

@keyframes ring {
  0% {
    width: 5px;
    height: 5px;
    opacity: 1;
  }

  100% {
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}

.icons-header__icon_case {
  position: relative;
  cursor: pointer;
}

.icons-header__icon_case::after {
  cursor: pointer;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 6px solid #C80000;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

@keyframes ring {
  0% {
    width: 5px;
    height: 5px;
    opacity: 1;
  }

  100% {
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}

.footer__back-color {
  background-color: #272727;
}

.body-footer {
  display: flex;
  flex-direction: column;
}

.body-footer__up {
  margin-bottom: 30px;
}

.up-footer {
  padding-top: 45px;
  gap: 60px;
  display: flex;
}

@media (min-width: 12.5em) and (max-width: 76.25em) {
  .up-footer {
    gap: clamp(0.625rem, 0.012254902rem + 4.9019607843vw, 3.75rem);
  }
}

@media (max-width: 47.99875em) {
  .up-footer {
    flex-direction: column;
  }
}

.about-footer {
  gap: 30px;
  flex: 0 1 33.3333%;
  display: flex;
  flex-direction: column;
}

.about-footer__wrap-logo {
  gap: 25px;
  display: flex;
}

.about-footer__txt {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
}

.about-footer__p {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}

.category-footer {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 0 1 33.3333%;
}

.category-footer__info-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.category-footer__info-title {
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}

.category-footer__items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.category-footer__item {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  opacity: 0.5;
}

.soc-footer {
  display: flex;
  align-items: center;
  gap: 20px;
}

.icons-footer__item {
  cursor: pointer;
}

.contact-footer {
  flex: 0 1 33.3333%;
}

.contact-footer__title {
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 25px;
}

.contact-footer__call {
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
}

.contact-footer__mail {
  height: 19px;
  width: 123px;
  left: 1047px;
  top: 4854px;
  border-radius: nullpx;
  margin-bottom: 40px;
}

.contact-footer__time {
  height: 19px;
  width: 186px;
  left: 1047px;
  top: 4903px;
  border-radius: nullpx;
  margin-bottom: 25px;
}

.contact-footer__addres {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 32px;
}

.bottom-footer__body {
  display: flex;
}

.bottom-footer__container {
  display: flex;
  justify-content: space-between;
}

.end-footer__container {
  display: flex;
  padding: 30px 0px;
}

@media (max-width: 47.99875em) {
  .end-footer__container {
    flex-direction: column;
    gap: 10px;
  }
}

.end-footer__rights-reserved {
  flex: 0 1 66.66666%;
}

.end-footer__logo {
  flex: 0 1 33.33333%;
  padding-left: 40px;
}

@media (max-width: 47.99875em) {
  .end-footer__logo {
    flex-direction: column;
    padding-left: 0px;
  }
}

._active-menu-left {
  display: flex;
}

.main-banner {
  position: relative;
}

.main-banner_margin {
  margin-bottom: 100px;
}

.main-banner__bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-banner__slider {
  margin-top: -83px;
  margin-bottom: 60px;
}

@media (max-width: 47.99875em) {
  .slide-main__img_1 {
    display: none;
  }
}

.slide-main__img_2 {
  display: none;
}

@media (max-width: 47.99875em) {
  .slide-main__img_2 {
    display: block;
  }
}

@media (max-width: 29.99875em) {
  .slide-main__img_2 {
    display: none;
  }
}

.slide-main__img_3 {
  display: none;
}

@media (max-width: 29.99875em) {
  .slide-main__img_3 {
    display: block;
  }
}

.slide-main__wrapper-content {
  padding: 160px 0px 160px 72px;
}

@media (min-width: 76.875em) {
  .slide-main__wrapper-content {
    padding-left: 10rem;
  }
}

@media (min-width: 20em) and (max-width: 76.875em) {
  .slide-main__wrapper-content {
    padding-left: clamp(0.625rem, -2.6717032967rem + 16.4835164835vw, 10rem);
  }
}

@media (max-width: 20em) {
  .slide-main__wrapper-content {
    padding-left: 0.625rem;
  }
}

.slide-main__container {
  position: relative;
  z-index: 44;
}

.slide-main__title {
  font-family: Jura;
  font-size: 41px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  max-width: 530px;
  margin-bottom: 33px;
}

@media (min-width: 76.875em) {
  .slide-main__title {
    font-size: 2.5625rem;
  }
}

@media (min-width: 20em) and (max-width: 76.875em) {
  .slide-main__title {
    font-size: clamp(1.25rem, 0.7884615385rem + 2.3076923077vw, 2.5625rem);
  }
}

@media (max-width: 20em) {
  .slide-main__title {
    font-size: 1.25rem;
  }
}

@media (min-width: 76.875em) {
  .slide-main__title {
    line-height: 2.5625rem;
  }
}

@media (min-width: 20em) and (max-width: 76.875em) {
  .slide-main__title {
    line-height: clamp(1.25rem, 0.7884615385rem + 2.3076923077vw, 2.5625rem);
  }
}

@media (max-width: 20em) {
  .slide-main__title {
    line-height: 1.25rem;
  }
}

.slide-main__text {
  font-family: Montserrat;
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  max-width: 450px;
  margin-bottom: 42px;
}

@media (min-width: 76.875em) {
  .slide-main__text {
    font-size: 1.1875rem;
  }
}

@media (min-width: 20em) and (max-width: 76.875em) {
  .slide-main__text {
    font-size: clamp(0.875rem, 0.7651098901rem + 0.5494505495vw, 1.1875rem);
  }
}

@media (max-width: 20em) {
  .slide-main__text {
    font-size: 0.875rem;
  }
}

.slide-main__button {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  padding: 16px 34px;
  border: 2px solid #C80000;
  border-radius: 27px;
  max-width: fit-content;
}

.main-banner__bg img {
  width: 100%;
  height: 590px;
}

.menu-block {
  position: relative;
}

.menu-block__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-block__container_wide {
  position: relative;
}

.menu-block__container_wide::before {
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 64em) {
  .menu-block__container_wide::before {
    display: none;
  }
}

@media (min-width: 76.875em) {
  .menu-block__menu {
    padding-top: 16.25rem;
  }
}

@media (min-width: 20em) and (max-width: 76.875em) {
  .menu-block__menu {
    padding-top: clamp(2.5rem, -2.3351648352rem + 24.1758241758vw, 16.25rem);
  }
}

@media (max-width: 20em) {
  .menu-block__menu {
    padding-top: 2.5rem;
  }
}

@media (min-width: 76.875em) {
  .menu-block__menu {
    padding-bottom: 16.25rem;
  }
}

@media (min-width: 20em) and (max-width: 76.875em) {
  .menu-block__menu {
    padding-bottom: clamp(2.5rem, -2.3351648352rem + 24.1758241758vw, 16.25rem);
  }
}

@media (max-width: 20em) {
  .menu-block__menu {
    padding-bottom: 2.5rem;
  }
}

.menu-block__list {
  display: grid;
}

@media (min-width: 76.875em) {
  .menu-block__list {
    gap: 4.0625rem;
  }
}

@media (min-width: 20em) and (max-width: 76.875em) {
  .menu-block__list {
    gap: clamp(1.25rem, 0.260989011rem + 4.9450549451vw, 4.0625rem);
  }
}

@media (max-width: 20em) {
  .menu-block__list {
    gap: 1.25rem;
  }
}

@media (max-width: 61.99875em) {
  .menu-block__list {
    justify-content: center;
    text-align: center;
  }
}

.menu-block__link {
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid;
  line-height: 130%;
  letter-spacing: 0.03em;
}

@media (min-width: 76.875em) {
  .menu-block__link {
    font-size: 4rem;
  }
}

@media (min-width: 20em) and (max-width: 76.875em) {
  .menu-block__link {
    font-size: clamp(1.875rem, 1.1277472527rem + 3.7362637363vw, 4rem);
  }
}

@media (max-width: 20em) {
  .menu-block__link {
    font-size: 1.875rem;
  }
}

@media (any-hover: hover) {
  .menu-block__link:hover {
    border-bottom: 1px solid transparent;
  }
}

.menu-block__bg img {
  width: 100%;
  height: 100%;
}

.swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  font-size: 14px !important;
  background-color: #fff !important;
  color: #000;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "" !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "" !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  position: relative;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10% !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10% !important;
}

.swiper-button-next,
.swiper-button-prev {
  top: 80% !important;
}

.knife-menu__container {
  margin-bottom: 60px;
}

.body-menu-knife__icons {
  display: flex;
  justify-content: space-around;
  margin-bottom: 60px;
}

@media (max-width: 47.99875em) {
  .body-menu-knife__icons {
    display: none;
  }
}

.body-menu-knife__img-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 1.9375rem;
}

.catalog-knife__category-name {
  margin-bottom: 30px;
}

.catalog-knife__two {
  border-bottom: 1px #fff solid;
  margin-bottom: 60px;
}

.one-knife-catalog__items {
  display: grid;
  column-gap: 17px;
  row-gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(286px, 1fr));
  margin-bottom: 70px;
}

.one-knife-catalog__item {
  display: grid;
  grid-auto-flow: row;
}

.one-knife-catalog__item_big {
  grid-column: span 2;
}

@media (max-width: 47.99875em) {
  .one-knife-catalog__item_big {
    grid-column: span 1;
    margin-bottom: 40px;
  }
}

.item-catalog {
  position: relative;
  position: relative;
}

.item-catalog__briefcase-span {
  display: none;
}

.item-catalog__logo-img {
  z-index: 33;
  position: absolute;
  left: 40%;
  top: 10%;
}

.item-catalog__plus {
  padding: 8px;
  z-index: 33;
  position: absolute;
  left: 82%;
  top: 5%;
  font-size: 24px;
  display: flex;
}

.item-catalog__wrap-img {
  position: relative;
  padding: 0px 0px 90% 0px;
  margin: 0px 0px 20px 0px;
  height: 412px;
}

.item-catalog__img {
  background-color: #272727;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  border-radius: 14px;
}

.item-catalog__img:hover .item-catalog__plus {
  background-color: #C80000;
  height: 100px;
  width: 100px;
}

.item-catalog__big-knife {
  height: 481px;
  object-fit: cover;
}

.text-block-catalog-item__title {
  margin-bottom: 15px;
}

.text-block-catalog-item__title_arrow-big-knife {
  position: absolute;
  top: 78%;
  left: 93%;
  z-index: 33;
  font-size: 10px;
  color: #fff;
}

.text-block-catalog-item__title_big-knife {
  position: absolute;
  left: 5%;
  top: 76%;
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}

.text-block-catalog-item__wrap-txt {
  display: flex;
  gap: 28px;
}

.text-block-catalog-item__new {
  color: #FF3232;
}

.item-catalog:hover .item-catalog__plus {
  padding: 8px;
  background-color: #C80000;
  border-radius: 50%;
}

.body-menu-knife__news {
  margin-bottom: 50px;
}

.news-knife {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.news-knife__arrow-right {
  position: absolute;
  left: 82%;
  top: 35%;
  font-size: 18px;
}

.news-knife__email {
  background-color: #272727;
  padding: 21px 0px 20px 26px;
  border-radius: 6px;
  min-width: 276px;
}

.news-knife__title {
  font-family: Jura;
  font-size: 27px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
}

.news-knife__form {
  position: relative;
}

.category-name-knife {
  gap: 50px;
  display: flex;
  justify-content: center;
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
}

.legends-knife {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.legends-knife__wrap-text {
  display: flex;
  margin-bottom: 120px;
  justify-content: space-between;
}

@media (max-width: 47.99875em) {
  .legends-knife__wrap-text {
    flex-direction: column;
    align-items: center;
  }
}

.legends-knife__wrap-txt-bottom {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.legends-knife__wrap-last {
  display: flex;
}

.legends-knife__wrap-one {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 47.99875em) {
  .legends-knife__wrap-one {
    flex-direction: column;
  }
}

.legends-knife__wrap-img {
  align-self: flex-start;
}

@media (max-width: 47.99875em) {
  .legends-knife__wrap-img {
    align-self: center;
  }
}

.legends-knife__wrap-img_two {
  align-self: flex-end;
}

@media (max-width: 47.99875em) {
  .legends-knife__wrap-img_two {
    align-self: center;
  }
}

.legends-knife__wrap-one-text {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.legends-knife__title {
  padding-left: 20px;
  font-family: Jura;
  font-size: 35px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
  max-width: 580px;
}

.legends-knife__p {
  padding-left: 20px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  max-width: 811px;
}

.legends-knife__p_one {
  max-width: 672px;
}

.items-intresting {
  gap: 10px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 47.99875em) {
  .items-intresting {
    flex-direction: column;
    align-items: center;
  }
}

.item-intresting {
  position: relative;
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  border-radius: 15px;
  overflow: hidden;
}

.item-intresting::after {
  opacity: 0%;
  content: "";
  left: 0px;
  top: 83%;
  position: absolute;
  height: 83px;
  width: 100%;
  background-color: #C80000;
  z-index: 32;
}

.item-intresting__wrap-text-item {
  flex: 1;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.item-intresting__date {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  align-self: flex-end;
  z-index: 33;
  padding: 25px 25px 0px 0px;
}

.item-intresting__title {
  padding: 15px 25px 22px 25px;
  z-index: 33;
  background-color: rgba(255, 0, 0, 0);
}

.item-intresting__bg {
  position: relative;
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  border-radius: 15px;
  overflow: hidden;
  overflow: hidden;
  height: 465px;
  width: 380px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.item-intresting__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.item-intresting__bg:hover .item-intresting__title {
  background-color: red;
}

.intresting-knife__title {
  font-family: Jura;
  font-size: 35px;
  font-weight: 500;
  line-height: 41px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 37px;
}

.fourth {
  border-color: #C80000;
  color: #fff;
  background-image: -webkit-linear-gradient(45deg, #C80000 50%, transparent 50%);
  background-image: linear-gradient(45deg, #C80000 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.fourth:hover {
  background-position: 0;
}

.legends-knife__intresting {
  margin-bottom: 40px;
}

/*
.icon-menu {
	display: none;
	@media (max-width: $mobile) {
		display: block;
		position: relative;
		width: 30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
		span,
		&::before,
		&::after {
			content: "";
			transition: all 0.3s ease 0s;
			left: 0px;
			position: absolute;
			width: 100%;
			height: 2px;
			background-color: #000;
		}
		&::before {
			top: 0px;
		}
		&::after {
			bottom: 0px;
		}
		span {
			top: calc(50% - 1px);
		}
		.menu-open & {
			span {
				transform: scale(0);
			}
			&::before {
				transform: rotate(-45deg);
				top: calc(50% - 1px);
			}
			&::after {
				transform: rotate(45deg);
				bottom: calc(50% - 1px);
			}
		}
	}
}
*/
.header {
  position: relative;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 33;
  background-color: rgba(0, 0, 0, 0.5);
}

.body-header {
  opacity: 100%;
  padding: 24px 30px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.mark-header {
  gap: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 34.409375em) {
  .mark-header__img-phone {
    display: none;
  }
}

.mark-header__wrap-icons {
  display: flex;
  gap: 23px;
}

.mark-header__menu {
  font-size: 23px;
  transform: translateY(3px);
}

.mark-header__mark {
  font-size: 23px;
}

@media (max-width: 34.409375em) {
  .mark-header__mark {
    display: none;
  }
}

@media (max-width: 34.409375em) {
  .mark-header__phone-number {
    display: none;
  }
}

@media (max-width: 34.409375em) {
  .mark-header__logo {
    order: 3;
  }
}

.icons-header {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.icons-header__icon {
  font-size: 23px !important;
}

@media (max-width: 34.409375em) {
  .icons-header__icon_message {
    display: none;
  }
}

@media (max-width: 34.409375em) {
  .icons-header__icon_search {
    display: none;
  }
}

.icons-header__icon_case::before {
  color: #696261;
}

._onLeftMenu {
  display: block !important;
}

._offLeftMenu {
  display: none;
}

.menu-left {
  z-index: 44;
  display: none;
  width: 380px;
  height: 1000px;
  position: absolute !important;
  position: relative;
}

.menu-left__exit {
  display: flex;
  justify-content: flex-start;
  font-size: 20px;
  z-index: 55;
  position: relative;
  padding: 35px 0px 0px 30px;
  color: #fff;
}

.menu-left__list-menu {
  margin-bottom: 60px;
}

.menu-left__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-left__img {
  width: 100%;
  height: 100%;
}

.menu-up-left {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  padding: 115px 40px 40px 40px;
  gap: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 44;
}

.menu-up-left__item {
  cursor: pointer;
}

.menu-up-left__item:hover {
  text-decoration: underline;
}

.menu-down-left {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  opacity: 0.6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 40px;
  position: relative;
  z-index: 44;
  gap: 20px;
}

.menu-down__item {
  cursor: pointer;
}

.menu-down__item:hover {
  text-decoration: underline;
}

._icon-delete {
  z-index: 44;
  position: relative;
  align-items: center;
}

.mark-header__menu {
  position: relative;
  cursor: pointer;
}

.mark-header__menu::after {
  cursor: pointer;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 6px solid #C80000;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

@keyframes ring {
  0% {
    width: 5px;
    height: 5px;
    opacity: 1;
  }

  100% {
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}

.mark-header__mark {
  position: relative;
  cursor: pointer;
}

.mark-header__mark::after {
  cursor: pointer;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 6px solid #C80000;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

@keyframes ring {
  0% {
    width: 5px;
    height: 5px;
    opacity: 1;
  }

  100% {
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}

.icons-header__icon_case {
  position: relative;
  cursor: pointer;
}

.icons-header__icon_case::after {
  cursor: pointer;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 6px solid #C80000;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

@keyframes ring {
  0% {
    width: 5px;
    height: 5px;
    opacity: 1;
  }

  100% {
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}

.background-page__body {
  padding: 0px 10px;
  gap: 40px;
  height: 610px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: -83px;
}

@media (min-width: 76.875em) {
  .background-page__body {
    height: 38.125rem;
  }
}

@media (min-width: 20em) and (max-width: 76.875em) {
  .background-page__body {
    height: clamp(18.75rem, 11.9368131868rem + 34.0659340659vw, 38.125rem);
  }
}

@media (max-width: 20em) {
  .background-page__body {
    height: 18.75rem;
  }
}

.background-page__h1 {
  font-family: Jura;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
}

.background-page__text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}

.background-page__wrap {
  z-index: -3;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.background-page__img {
  width: 100%;
  height: 100%;
}

.catalog-block__container {
  display: flex;
  flex-direction: column;
}

.catalog-block__title {
  display: flex;
  justify-content: center;
  font-family: Jura;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 30px;
}

.body-block-catalog {
  display: flex;
  gap: 20px;
}

@media (max-width: 925px) {
  .body-block-catalog {
    flex-direction: column;
  }
}

.body-block-catalog__knifs {
  flex: 0 1 90%;
}

.body-block-catalog__spollers {
  flex: 0 1 310px;
}

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

.spollers__title {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}

.spollers__body {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #ADACAC;
}

._activeborder {
  border-bottom: 0px !important;
}

.small-elements__container {
  margin-bottom: 90px;
}

.body-elements-small {
  display: flex;
  gap: 20px;
}

@media (max-width: 950px) {
  .body-elements-small {
    flex-direction: column;
    align-items: center;
  }
}

.body-elements-small__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}

@media (max-width: 950px) {
  .body-elements-small__item {
    width: 144px !important;
  }
}

.body-elements-small__title {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}

.body-elements-small__bg {
  opacity: 60%;
  z-index: -3;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.body-elements-small__img {
  width: 100%;
  height: 100%;
}

.body-menu-knife__news_catalog {
  padding: 0px 10px;
}

[class*=__container] {
  max-width: 1295px;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.background-page__body_big-knife {
  margin-bottom: 30px;
}

.product-gallery__body {
  margin-bottom: 40px;
}

.body-gallery-product__img {
  width: 100%;
  height: 100%;
}

.knife-block-info__container {
  margin-bottom: 90px;
}

.body-info {
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.body-info__wrapper-text {
  max-width: 410px;
}

.body-info__wrap-text {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.body-info__top {
  display: flex;
}

.body-info__wrap {
  flex: 0 1 50%;
}

.body-info__img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.body-info__down {
  display: flex;
}

.body-gallery-product__img {
  border-radius: 20px;
}

.characteristic {
  padding-bottom: 90px;
  background-color: #272727;
}

.body-characteristic {
  gap: 15px;
  display: flex;
}

@media (max-width: 47.99875em) {
  .body-characteristic {
    flex-direction: column;
    align-items: center;
  }
}

.body-characteristic__left {
  flex: 0 1 50%;
}

.body-characteristic__wrap-img {
  width: 407px;
  height: 620px;
}

@media (max-width: 47.99875em) {
  .body-characteristic__wrap-img {
    width: 100%;
    height: 100%;
  }
}

.body-characteristic__img {
  width: 100%;
  height: 100%;
  border-radius: 17px;
}

.right-characteristic {
  cursor: pointer;
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
}

.right-characteristic__add {
  text-transform: uppercase;
}

.right-characteristic__wrap {
  max-width: 420px;
}

.right-characteristic__title {
  font-family: Jura;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  border-bottom: 2px solid #C80000;
  padding-bottom: 10px;
  margin-bottom: 20px;
  max-width: fit-content;
}

.right-characteristic__blads-length {
  margin-bottom: 30px;
}

.blads-length-characteristic {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.blads-length-characteristic__item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #4F4F4F;
  padding-bottom: 10px;
}

.add-characteristic {
  display: flex;
  gap: 15px;
  align-items: center;
}

.add-characteristic__plus {
  font-size: 20px;
}

.product-knife-bottom__container {
  margin-top: 90px;
}

.body-bottom-knife {
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.card {
  padding-bottom: 30px;
  background-color: #272727;
}

.card__container {
  margin-bottom: 90px;
}

.body-card {
  flex-direction: column;
  display: flex;
  justify-content: center;
}

.body-card__title {
  font-family: Jura;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  padding: 30px 0px;
}

.map-card {
  background-color: #272727;
}

.map-card__selection {
  margin-bottom: 30px;
}

.seletion-card {
  align-items: center;
  gap: 50px;
  display: flex;
}

@media (max-width: 61.99875em) {
  .seletion-card {
    flex-direction: column;
  }
}

.seletion-card__input {
  background-color: #272727;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  padding: 15px 200px 15px 30px;
  border-radius: 20px;
  position: relative;
  border: 1px solid #4F4F4F;
}

@media (min-width: 76.875em) {
  .seletion-card__input {
    padding-right: 12.5rem;
  }
}

@media (min-width: 20em) and (max-width: 76.875em) {
  .seletion-card__input {
    padding-right: clamp(1.875rem, -1.8612637363rem + 18.6813186813vw, 12.5rem);
  }
}

@media (max-width: 20em) {
  .seletion-card__input {
    padding-right: 1.875rem;
  }
}

.seletion-card__icons {
  display: flex;
  gap: 30px;
}

@media (max-width: 47.99875em) {
  .seletion-card__icons {
    gap: 10px;
  }
}

.seletion-card__img {
  cursor: pointer;
  width: 80px;
  height: 80px;
  padding: 10px;
  background-color: #fff;
  border-radius: 50%;
  border: 10px #4F4F4F solid;
  transition: 0.5s;
}

@media (min-width: 76.875em) {
  .seletion-card__img {
    width: 5rem;
  }
}

@media (min-width: 20em) and (max-width: 76.875em) {
  .seletion-card__img {
    width: clamp(3.125rem, 2.4656593407rem + 3.2967032967vw, 5rem);
  }
}

@media (max-width: 20em) {
  .seletion-card__img {
    width: 3.125rem;
  }
}

@media (min-width: 76.875em) {
  .seletion-card__img {
    height: 5rem;
  }
}

@media (min-width: 20em) and (max-width: 76.875em) {
  .seletion-card__img {
    height: clamp(3.125rem, 2.4656593407rem + 3.2967032967vw, 5rem);
  }
}

@media (max-width: 20em) {
  .seletion-card__img {
    height: 3.125rem;
  }
}

@media (min-width: 76.875em) {
  .seletion-card__img {
    padding: 0.625rem;
  }
}

@media (min-width: 20em) and (max-width: 76.875em) {
  .seletion-card__img {
    padding: clamp(0.3125rem, 0.2026098901rem + 0.5494505495vw, 0.625rem);
  }
}

@media (max-width: 20em) {
  .seletion-card__img {
    padding: 0.3125rem;
  }
}

.seletion-card__img:hover {
  transition: 0.5s;
  border: 10px solid #FF0000;
}

.seletion-card__main-map {
  display: flex;
  justify-content: center;
}

.knife-block-info__body_map {
  margin-top: 40px;
}

.main-basket__title {
  font-family: Jura;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.main-basket__container {
  max-width: 850px;
  margin-bottom: 30px;
}

.main-basket__body {
  display: flex;
  flex-direction: column;
}

.main-basket__title {
  font-family: Jura;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: center;
}

.list-basket {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.item-basket {
  width: 100%;
  border-bottom: #4F4F4F 1px solid;
  padding: 20px 15px;
  flex: 1;
  background-color: #303030;
  align-items: center;
  display: flex;
  gap: 180px;
}

@media (max-width: 47.99875em) {
  .item-basket {
    flex-direction: column;
    gap: 30px;
  }
}

.item-basket__wrap-img {
  display: flex;
  align-items: center;
  gap: 30px;
}

.item-basket__select {
  gap: 15px;
  align-items: center;
  display: flex;
  color: #fff;
}

.item-basket__exit {
  cursor: pointer;
}

.down-basket-list {
  justify-content: space-between;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 20px 20px;
  background-color: #232323;
  width: 100%;
}

.down-basket-list__text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #ADACAC;
}

.down-basket-list__price {
  font-family: Jura;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}

.select__value {
  background-color: #303030;
}

.item-basket__arrow {
  position: relative;
  z-index: 55;
  width: 33px;
  height: 33px;
}

.select__body {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.select__body::before {
  content: "";
  background: url("../img/basket/Icon.svg") 0 0 no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
}

.select__title {
  border: 0px solid red;
  border-bottom: #fff 1px solid;
}

.select__option {
  background-color: #303030;
  color: #fff;
}

.select__options {
  background-color: #303030;
}

.item-basket {
  justify-content: space-between;
}

.item-basket__wrap-exit-price {
  display: flex;
  align-items: center;
}

.basket-form__container {
  max-width: 850px;
  margin-bottom: 90px;
}

@media (max-width: 47.99875em) {
  .basket-form__container {
    margin-bottom: 30px;
  }
}

.body-form-basket {
  display: flex;
  flex-direction: column;
}

.body-form-basket__top {
  display: flex;
  gap: 50px;
  margin-bottom: 30px;
}

@media (max-width: 47.99875em) {
  .body-form-basket__top {
    flex-direction: column;
  }
}

.delivery-basket {
  gap: 15px;
  display: flex;
  align-items: center;
}

.delivery-basket__img {
  padding: 22px;
  background-color: #232323;
  border-radius: 10px;
}

.delivery-basket__wrap-txt {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.delivery-basket__title {
  font-family: Jura;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  width: fit-content;
  border-bottom: 1px solid #ED0C0C;
}

.delivery-basket__adress {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #ADACAC;
}

.form-basket-body {
  background-color: #232323;
  padding: 60px 30px 60px 40px;
}

.form-basket-body__wrap {
  display: flex;
  gap: 40px;
}

@media (max-width: 47.99875em) {
  .form-basket-body__wrap {
    flex-direction: column;
  }
}

.form-basket-body__items {
  flex: 0 1 360px;
  gap: 30px;
  max-width: 360px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 76.875em) {
  .form-basket-body {
    padding-left: 3.75rem;
  }
}

@media (min-width: 20em) and (max-width: 76.875em) {
  .form-basket-body {
    padding-left: clamp(0.9375rem, -0.051510989rem + 4.9450549451vw, 3.75rem);
  }
}

@media (max-width: 20em) {
  .form-basket-body {
    padding-left: 0.9375rem;
  }
}

.form-basket-body__title {
  font-family: Jura;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.form-basket-body__item {
  padding: 15px 17px 30px 18px;
}

.form-basket-body__name {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #828282;
  background-color: #303030;
  border-bottom: 3px solid #ADACAC;
  padding-bottom: 10px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.form-basket-body__name::before {
  content: "";
  background: url("../img/basket/delivery/Star.svg") 0 0 no-repeat;
  position: absolute;
  width: 27px;
  height: 22px;
  z-index: 333;
}

.item-form-basket {
  border-radius: 10px;
  background-color: #303030;
}

.item-form-basket__text {
  color: #777777;
  margin-bottom: 15px;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
}

.accept-basket-form {
  flex: 1;
  align-self: flex-end;
}

.accept-basket-form__text {
  margin-bottom: 15px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #828282;
}

.accept-basket-form__button {
  background-color: #ED0C0C;
  padding: 16px 34px;
  border-radius: 20px;
}

.swiper {
  overflow: hidden;
}

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

.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}

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

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

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

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

/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

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

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

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

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

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

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

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

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

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

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

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

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

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

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

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

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

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

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

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

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

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}



.header__left-menu_margion-top {
  margin-top: -130px;
}

.menu-left__exit {
  top: 110px;
  left: -20px;
}