html {
  box-sizing: border-box
}

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

ul[class],
ol[class] {
  padding: 0
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0
}

ul[class] {
  list-style: none
}

img {
  max-width: 100%;
  display: block
}

input,
button,
textarea,
select {
  font: inherit
}

.btn {
  padding: 0px;
  border: none;
  border-radius: none;
  font-size: 16px;
  box-shadow: none;
}

a {

  text-decoration: none
}

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

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

.category__menu-list__full span,
.footer__inner-link {
  font-family: "ResistSansDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  line-height: 110%;

}

.category__menu__title,
.category__menu-link,
.header-top__title,
.footer__descr,
.footer__title,
body {
  font-family: "ResistSansDisplay-Medium";
  font-style: normal;
  font-weight: 500;
  line-height: 160%
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

.slick-list:focus {
  outline: none
}

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

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

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

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

.slick-track:after {
  clear: both
}

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

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

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

.slick-slide img {
  display: block
}

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

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

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

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0)
}

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

html,
body {
  height: 100%
}

body {
  text-transform: uppercase;
  font-size: 16px;
  display: flex;
  flex-direction: column
}

.main {
  flex-grow: 1
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #000
}

.header__inner-logo {
  padding-left: 15px
}

.header-menu__items {
  display: flex;
  padding: 0 30px
}

.header-menu__item {
  padding: 22px 30px;
  border-left: 2px solid #000
}

.header-menu__item a,
.header-menu__item button {
  text-decoration: none;
  text-transform: uppercase;

}

.header-menu__link {
  position: relative
}

.header-menu__lvl {
  position: absolute;
  right: -59px;
  top: 74px;
  min-width: 280px;
  min-height: 200px;
  border: 2px solid #000;
  border-top: none;
  background-color: #fff;
  border-bottom: none
}

.header-menu__lvl-link {
  display: flex;
  padding: 15px 20px;
  border-bottom: 2px solid #000;
  color: #0F0F0F;
  transition: all 0.3s;
}

.header-menu__lvl-link:hover {
  text-decoration: none;
  color: #8E8E8E;
}

.header-menu__lvl-link img {
  width: 20px;
  padding-left: 10px
}

#menu__btn {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  text-transform: uppercase;
  margin: 0
}

.cart__posititon {
  position: relative;
}

.cart__close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  padding: 10px;
}

#menu {
  opacity: 0;
  transition: all .5s;
  display: none;
  z-index: 99;
}
.product__values__all{
  display: flex;
}
.product__attribute__value + .product__attribute__value{
  margin-left: 5px;
}
.product__right__middle{
  margin-bottom: 20px;
}
.product__right__bottom{
  margin-bottom: 40px;
}
.product__image{
  border-right: 2px solid #0F0F0F;
}
.product-thumb {
  border: none;
}

.product-thumb .caption {
  padding: 0;
}

.product__name {
  font-size: 14px;
  color: #0F0F0F;
}

.product__price {
  font-size: 18px;
  color: #0F0F0F;
}

.product__hover {
  opacity: 0;
  transform: translateY(-76px);
  transition: all 0.3s;
}

.product__attr {
  display: flex;
  justify-content: space-between;
  padding: 5px 3px 17px;
  margin-bottom: 5px;
  background-color: #FFF;
  border-top: 2px solid #0F0F0F;
  border-left: 2px solid #0F0F0F;
  border-right: 2px solid #0F0F0F;
}

.product-thumb:hover .product__hover {
  opacity: 1;
}

.product__details {
  text-align: center;
  padding: 10px 98px;
  color: #FFF;
  background-color: #0F0F0F;
  margin: 5px 0px;
}

.product__details:hover {
  color: #FFF;
  text-decoration: none;
}

.breadcrumb {
  margin: 20px 0px;
  padding: 8px 0px;
  background-color: transparent;
  border: none;
}

.breadcrumb li:after {
  top: 6px;
  right: -5px;
  width: 16px;
  height: 16px;
}

.breadcrumb li a {
  background-color: transparent;
  color: #0F0F0F;
  font-size: 16px;
  text-decoration: none;
}

.image-additional a {
  margin-bottom: 20px;
  padding: 0px;
  border: none;
}

.thumbnail {
  padding: 0px;
  margin-bottom: 0px;
  line-height: normal;
  background-color: transparent;
  border: none;
}

.footer {
  background-color: #0f0f0f
}

.footer__inner {
  padding: 80px 0 70px;
  display: flex
}

.footer__inner-customer {
  width: 250px;
  margin-right: 60px
}

.footer__inner-nav {
  width: 260px;
  margin-right: 15px
}
.footer__inner-con{
  width: 220px;
  margin-right: 82px;
}

.footer__inner-item {
  display: flex;
  flex-direction: column
}

.footer__title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 26px
}

.footer__inner-link {
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  padding-bottom: 18px
}

.footer-form {
  max-width: 570px
}

.footer__inputs {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #fff
}

.footer-form button {
  font-size: 0px;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  margin-left: 50px
}

.footer__input-email {
  background-color: rgba(0, 0, 0, 0);
  max-width: 320px;
  width: 100%;
  border: none;
  margin-top: 5px;
  caret-color: #fff;
  color: #fff
}

.footer__input-email::-moz-placeholder {
  color: #fff;
  font-family: "ResistSansDisplay-Medium";
  text-transform: uppercase
}

.footer__input-email::placeholder {
  color: #fff;
  font-family: "ResistSansDisplay-Medium";
  text-transform: uppercase
}

.footer__descr {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  max-width: 290px;
  padding-bottom: 9px
}

.header-top {
  height: 740px;
  display: flex;
  justify-content: space-between
}

.header-top__left {
  padding: 68px 0;
  border-top: none;
  width: 60%
}

.header-top__title-inner {
  height: 178px;
  border-bottom: 2px solid #000
}

.header-top__title {
  font-size: 80px;
  text-transform: uppercase;
  line-height: 110%;
  padding-left: 15px;
  padding-right: 80px
}

.header-top__subtitle-inner {
  height: 130px;
  border-bottom: 2px solid #000;
  padding: 40px 0px 40px 15px
}

.header-top__subtitle {
  color: #0f0f0f;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-transform: uppercase;
  max-width: 570px
}

.header-top__box {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #000
}

.header-top__photo-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 310px;
  border-right: 2px solid #000
}

.header-top__photo {
  max-width: 53%
}

.header-top__right {
  margin: 0px 0px 52px 0px;
  background-image: url("../img/src/slides/top-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 40%;
  height: auto;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000
}

.header-top__box-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%
}

.category__menu-list {
  width: 325px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  position: relative
}

.category__menu-link {
  text-decoration: none;
  text-transform: uppercase;
  color: #000
}

.category__menu-link::after {
  position: absolute;
  content: "";
  right: 0px;
  top: 21%;
  width: 20px;
  height: 20px;
  background-image: url("../img/arrow-menu.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}

.category__menu-list__full {
  width: 100%
}

.category__menu-list__full span {
  display: block;
  color: #8e8e8e;
  font-size: 24px;
  text-transform: uppercase
}

.category__menu-link__full {
  font-size: 46px
}

.category__menu-link__full::after {
  position: absolute;
  content: "";
  right: 0px;
  top: 7%;
  width: 75px;
  height: 75px;
  background-image: url("../img/arrow-menu.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}

.category__menu__full {
  margin: 160px 0px
}

.category__menu__title {
  font-size: 64px;
  color: #0f0f0f;
  text-transform: uppercase;
  margin-bottom: 80px;
  position: relative
}

.category__menu__title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  bottom: -80px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%)
}

.team {
  color: #fff;
  background-color: #000
}

.team__inner {
  padding: 140px 0px
}

.team__inner-top {
  display: flex;
  justify-content: space-around;
  margin-bottom: 100px
}

.team__inner-bottom {
  display: flex
}

.team__title {
  font-size: 64px;
  max-width: 655px;
  line-height: 120%
}

.team__descr {
  max-width: 480px
}

.team__descr p {
  font-size: 16px;
  padding-bottom: 10px;
  -moz-text-align-last: left;
  text-align-last: left;
  line-height: 160%;
  padding-top: 9px
}

.team__bottom-right {
  margin-left: 110px
}

.team__inner-img {
  padding-bottom: 50px
}

.team__contacts {
  font-size: 20px;
  display: block;
  padding-bottom: 30px
}

.team__email {
  font-size: 36px;
  color: #fff;
  display: block;
  padding-bottom: 20px
}

.team__tel {
  font-size: 36px;
  color: #fff;
  display: block;
  padding-bottom: 18px
}

.team__links {
  color: #fff;
  border-bottom: 3px solid #fff;
  font-size: 36px;
  margin-right: 10px
}

.best {
  padding: 160px 0px;
  margin-left: 15px
}

.best__slider {
  position: relative
}

.best__title {
  font-size: 64px;
  color: #0f0f0f;
  margin-bottom: 95px
}

.best__slider-item {
  padding-right: 20px
}

.best__slider__title,
.best__slider__price {
  color: #0f0f0f
}

.best__slider__title {
  padding-top: 10px;
  font-size: 14px
}

.best__slider__price {
  font-size: 18px
}

.best__container {
  position: relative
}

.best__line-bottom {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%)
}

.best__slider .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -127px;
  right: 15px;
  cursor: pointer
}

.prev {
  right: 75px
}

.corp__inner {
  padding: 80px 0 160px
}

.corp__inner-title {
  font-size: 48px
}

.corp__inner-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px
}

.corp__inner-info {
  color: #0f0f0f;
  font-size: 18px;
  line-height: 110%;
  padding-bottom: 5px;
  border: 2px solid #0f0f0f;
  padding: 8px;
  transition: all .3s;
}
.corp__inner-info:hover{
  color: #FFF;
  background-color: #0F0F0F;

}

.slick-track {
  left: 5px
}

.slider-corp {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.slider-corp-position {
  margin-right: 20px;
  width: 220px;
  height: 220px;

  position: relative;

}

.corp__descr{
  text-align: center;
  padding-bottom: 20px
}

.inst {
  background-color: #0f0f0f;
  color: #fff
}

.inst__inner {
  padding: 80px 0px
}

.inst__inner-title {
  font-size: 64px;
  padding-bottom: 80px
}

.inst__inner-wrapper {
  display: flex;
  align-items: center
}

.inst__inner-list {
  width: 322px;
  height: 268px
}

.inst__inner-photo__box {
  display: flex;
  width: 322px;
  height: 268px;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: underline;
  text-align: center;
  padding: 80px
}

.inst__inner-photo+.inst__inner-photo {
  min-width: 270px;
  margin-left: 20px
}

#card {
  margin-bottom: 0;
}

#cart>.btn {
  color: #0f0f0f;
  background-color: transparent;
  border: none;
  font-family: "ResistSansDisplay-Medium";
  font-style: normal;
  font-weight: 500;
  line-height: 160%;

}

#cart button {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

#cart .fa-shopping-cart:before {
  display: none;
}

.header-menu__link>button {
  background-color: transparent;
}

.btn-inverse {
  color: #0f0f0f;
  text-shadow: none;
  background-color: transparent;
  background-image: none;
  border: none;
}

#cart-total {
  font-family: "ResistSansDisplay-Medium";
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active {
  background-color: transparent;
  color: #0f0f0f;
}



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

.header-menu__item {
  position: relative;
}

#cart .dropdown-menu {
  position: absolute;
  width: 600px;
  height: 100vh;
  overflow-y: auto;
  scrollbar-width: thin;
  overflow-x: hidden;
  top: -28px;
  right: -31px;
  padding-top: 15px;
}

#cart .dropdown-menu {
  background-color: #FFF;
  border-bottom: 2px solid #0F0F0F;
}

.cart__inner {
  display: flex;
  padding-bottom: 20px;
}

.cart__inner__title {
  display: flex;
  justify-content: space-between;
  gap: 30px;

}

.cart__inner__info {
  padding-left: 20px
}

.cart__attr {
  padding-bottom: 80px
}

.cart__name {
  font-size: 20px;
  max-width: 224px;
  padding-bottom: 20px
}

.cart__price {
  font-size: 24px
}

.cart__attr-name {
  color: #8e8e8e;
  font-size: 14px;
  line-height: 100%
}

.cart__attr-value {
  padding: 0 5px;
  font-size: 14px;
  line-height: 100%
}

.cart__actions {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.cart__actions__remove {
  color: #8e8e8e;
  font-size: 12px;
  line-height: 100%;
  border: none;
  padding: 5px 10px;
}

.cart__attr {
  display: flex
}

.cart__subtotal,
.cart__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 100%;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px
}
.about__cust {
  padding: 10px 0px;
  background-color: #111;
  color: #fff
}
#popup1,
#popup4{
  width:100vh;
 
}
.about__inner {
  display: flex;
  margin: 0 auto;
  width: 1320px
}

.about__text {
  font-size: 24px;
  text-transform: none
}

.about__title {
  text-transform: uppercase;
  padding: 40px 10px 40px
}

.about__img__one {
  min-width: 367px;
  padding: 20px 0px
}

.about__text__down {
  width: 273px;
  height: 316px;
  padding-left: 10px;
  text-transform: none
}

.about__down {
  text-transform: none;
  padding-left: 10px
}

.about__img__two {
  width: 645px;
  height: 750px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 8px
}

.about__long {
  color: #fff;
  font-family: "Open Sans" sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.28px;
  font-size: 14px;
  width: 306px;
  height: 238px;
  margin-bottom: 48px;
  display: block
}

.about__link {
  display: block;
  color: #fff;
  margin-bottom: 20px
}
.about__author{
  text-align: right; 
  font-size: 14px;
  padding-right: 30px;
}
.cart__checkout {
  text-transform: uppercase;
  padding: 20px 200px;
  border: none;
  color: #fff;
  background-color: #0f0f0f;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px
}

#cart .dropdown-menu li p {
  text-align: center;
}

.cart__no__text {}

.cart__no__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 30% 0px;
}

.cart__no__inner svg {
  padding-bottom: 20px;
}

.cart__btn__shop {
  padding: 8px 14px;
  background-color: #0F0F0F;
  color: #FFF;
}

.cart__btn__shop:hover {
  color: #FFF;
}

@media(min-width: 1440px) {
  .header__mobile {
    display: none
  }


}

@media(max-width: 1440px) {
  .header__mobile {
    display: none
  }


}

@media(max-width: 1366px) {
  .header-top__title-inner {
    height: 180px
  }

  .header-top__title {
    font-size: 50px
  }

  .header-top__right {
    margin: 0px 0px 52px 0px
  }
}

@media(max-width: 990px) {
  #cart .dropdown-menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Цвет фона вашего dropdown-menu */
 /* Поднимите ваш dropdown-menu над другими элементами */

    padding: 10px; /* Добавьте отступы по вашему желанию */
    overflow-y: scroll;
  }
  .header__inner-logo {
    padding-left: 10px
  }

  .header-top {
    display: none
  }

  .header-menu__item {
    padding: 15px 2px
  }
  .header__inner-logo{
    padding: 0 5px;
  }
  .best__slider .slick-arrow{
    top: -82px;
  }
  .header__mobile {
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #0f0f0f
  }

  .header__mobile__title-inner {
    padding: 32px 0;
    text-align: center
  }

  .header__mobile__title {
    font-size: 48px;
    max-width: 310px;
    margin: 0 auto;
    line-height: 110%
  }

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

  .header__mobile-top__frame {

    min-width: 118px;
    border-top: 2px solid #0f0f0f;
    border-bottom: 2px solid #0f0f0f
  }

  .header__mobile-top__frame:first-child {
    border-right: 2px solid #0f0f0f
  }

  .header__mobile-subtitle-inner {
    margin: 38px 0px 100px;
    display: flex;

    flex-direction: column;
    text-align: center
  }

  .header__mobile-subtitle {
    font-size: 14px;
    padding: 16px 0px 16px 0px
  }

  .header__mobile-subtitle-link {
    color: #0f0f0f;
    padding: 13px 40px;
    border: 2px solid #0f0f0f
  }

  .category__menu__full {
    margin: 64px 0px
  }

  .category__menu__title {
    font-size: 36px
  }

  .category__menu-link__full {
    font-size: 22px
  }

  .category__menu-list__full {
    display: flex;
    width: 100%;
    height: 118px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
  }

  .category__menu-list__full span {
    font-size: 16px;
    margin-left: 16px
  }

  .category__menu-link__full {
    margin-left: 16px
  }

  .category__menu-link__full::after {
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%)
  }

  .team__inner-top {
    flex-direction: column
  }

  .team__title {
    font-size: 35px
  }

  .team__inner-bottom {
    flex-direction: column
  }

  .team__img-wrap {
    width: 205px;
    height: 371px;
    border-style: none;
    margin-left: 40%
  }

  .team__inner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center
  }

  .team__contacts {
    margin-top: -78px;
    font-size: 20px
  }

  .team__email {
    font-size: 24px
  }

  .team__tel {
    font-size: 24px
  }

  .team__links {
    font-size: 24px
  }

  .team__bottom-left {
    margin: 0px 0 37px
  }

  .team__bottom-right {
    height: 260px;
    border-style: none;
    margin-left: -15px;
    margin-right: -15px
  }

  .team__bottom-right__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center
  }

  .best {
    padding: 60px 0px
  }

  .best__title {
    font-size: 36px
  }

  .slick-arrow {
    top: -80px
  }

  .corp__inner-title {
    font-size: 36px;
    line-height: 110%;
    text-align: center;
    padding-bottom: 20px;
  }

  .corp__inner-info {
    font-size: 16px;
    min-width: 80px
  }

  .slider-corp {
    flex-wrap: wrap;
    justify-content: center
  }

  .corp__inner {
    padding: 80px 0 160px 16px
  }

  .inst__inner-title {
    font-size: 36px
  }

  .inst__inner-wrapper {
    overflow-x: scroll;
    width: 100%
  }

  .footer__inner {
    flex-direction: column
  }

  .footer__inner-customer {
    font-size: 20px
  }

  .footer__inner-nav {
    font-size: 20px
  }

  .footer__inner-item .footer__inner-link {
    display: none
  }

  .footer__inner-item .footer__title {
    cursor: pointer
  }

  .footer__inner-item .footer__inner-link.active {
    display: block
  }

  .footer__inputs {
    padding-top: 20px;
    max-width: 330px
  }

  .footer-form button {
    margin-left: 90px
  }
  .about__inner{
    flex-direction: column;
    width: 47vh;
  }
  .about__img__two{
    width: 350px;
    height: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .about__long{
    width: 300px;
  }
  .about__author{
    text-align: left;
    padding-bottom: 20px;
    margin: 0 auto;
    font-size: 13px;
  }
  .about__img__two{
    padding-left: 5px;
    padding-right: 5px;
  }
  .about__img__one{
    min-width: 300px;
  }
  .header__mobile__title{
    text-align: left;
    font-size: 48px;
    max-width: 280px;
    padding-left: 10px;
    line-height: 110%;
    margin: 0px;
  }
  .info__links{
    flex-direction: column;
    gap: 10px;
  }
}

.cart__inner__photo {
  width: 180px;
  height: 200px;
}

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

.cart__checkout .cart__total {
  color: #fff;
}

.dropdown-menu {
  position: absolute;
  top: 44px;
  left: -32px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 87px;
  border-radius: none;
  border-left: 2px solid #0F0F0F;
  border-right: 2px solid #0F0F0F;
}

.language-select {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #0F0F0F;
  transition: all 0.3s;
  font-size: 16px;
}

.language-select:first-child {
  border-bottom: 2px solid #0F0F0F;
}

.language-select:hover {
  color: #8E8E8E;
  text-decoration: none;
}

.language-select img {
  display: none;
}

.product__slider__photo {
  width: 120px
}

.product__prev {
  top: 18px
}

.product__next {
  top: 443
}

.product__slider .slick-arrow {
  top: 0px;
  display: flex;
  justify-content: center
}

.product__left {
  display: flex;
  padding-right: 0px;
}

.product__wrapper {
  width: 92px;
  display: flex;
  align-items: center
}

.product__slider__photo {
  width: 94px;
  height: 128px
}

.product__right {
  margin-top: 37px;
  padding-left: 0px;
}

.product__right__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.radio-block{
  padding: 0px 0px 0px 0px;
}
.product__right__buy {

  padding-left: 0px;
  padding-right: 0;
  
}
.buttons__qty{
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #0F0F0F;
  border-bottom: 2px solid #0F0F0F;
}

.input-group {
  max-width: 150px;
  max-height: 70px;
  margin-right: 30px
}
.accord-line{
  display: inline-block;
}
.accordion {
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid;
}
.accordion__last{
  border-bottom: 2px solid #0F0F0F;
}
.buttons__qty{
  margin-bottom: 20px;
}
.content {
  display: none
}
.content.active .accordion__last{
  border-bottom: none;
}
.content.active {
  display: block;
}

.icon::before {
  content: "+";
  display: inline-block;
  margin-right: 5px
}

.icon.active::before {
  content: "-"
}

.product__input__label {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

#input-quantity {
  text-align: center;
}

.product__btn_qty {
  padding: 3px;
  font-size: 12px;
  border: none;
  border-right: 2px solid #0F0F0F;
}

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

.product-quantity__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  width: 30px;
  height: 34px;
  flex: 0 0 30px;
  border: 2px solid #0F0F0F;
}

.product-quantity__btn:first-child {
  border-right: none;
}

.product-quantity__btn:last-child {
  border-left: none;
}

.product-quantity__btn:hover {
  color: #000;
}

.product-quantity__input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  text-align: center;
  border: none;
  border: 2px solid #0F0F0F;
  box-shadow: none;
}

.plus-product {
  border-left: none;
}

.product__id {
  font-size: 12px;
  opacity: 0, 5;
  line-height: 100%;
}

.product__right__top {
  margin-bottom: 20px;
}

.button-cart {
  margin-left: 20px;
  padding: 6px 46px;
  background-color: #0f0f0f;
  color: #fff;
  text-transform: uppercase;
  border: none;
}
.radio-diss {
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: relative;
  opacity: 0;
  padding-bottom: 10px
}

.radio-style {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  border: none;
  margin-top: -25px
}

.radio-diss:checked+.radio-style {
  border: 2px solid #0f0f0f
}

.radio-diss:disabled+.radio-style .radio-img {
  opacity: .6
}

.radio-diss:focus+.radio-style {
  border: 1px solid #0f0f0f
}


.radio + .radio{
  margin-left: 24px;
}
.radio-style {
  display: flex;
  align-items: center;
  justify-content: center;

}
.radio-block{
  position: relative;
}
.radio__inner {

  display: flex;
}

.radio-img {
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 50%
}
.check-box{
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: relative;
  opacity: 0;
}
.check-style{
  border-radius: 5px;
  border: none;
  color: #8E8E8E;
  user-select: none;
  cursor: pointer;
  font-size: 14px;
  color: #8E8E8E;
}
.check-box:checked + .check-style{
  color: #0F0F0F;
}
.check-box:disabled + .check-style{
  color: #D7D7D7;
  pointer-events: none;
}
.check-title,
.radio-option-name{
  font-size: 14px;
  color: #8E8E8E;
  line-height: 100%;
  font-weight: 400;
}
.check-inner{
  display: flex;
}
.options__inner{
  display: flex;
  gap: 30px;
}
.buttons__qty{
  padding-left: 10px;
}
.prod__padd__left{
  padding-left: 10px;
}
.success__title{
  text-align: center;
}
.cart__background{
  content: '';
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px); /* Регулируйте степень размытия */
  z-index: 1; /* Убедитесь, что фоновый элемент находится под формой */
  background-color: rgba(0, 0, 0, .5);
}
.dropdown-menu{
  box-shadow: 0 6px 0px 2000px rgba(0, 0, 0, .8);
  border-radius: 0px;
  border: none;
  margin: 0px;
}
.cart__attr__inner{
  display: flex;
  gap: 15px;
}
#input-quantity{
  border-right: none;
}
.flex-item{
  display: flex;
  flex-direction: column;

}
.option__inner{
  display: flex;
}
.cart-quantity__btn{
  text-align: center;
}
.wrapper__inner{
  display: flex;
  margin: 0 auto;
  max-width: 1170px;
}
.product__right{
  width: 51%;
}
#content2,
#content1,
#content3{
  margin-left:35px;
}
.form__check__buttons{
  margin: 0 10px;
}
.checkout__order__btn{
  margin-left: 10px;
}
@media (max-width: 768px){
  .wrapper__inner{
    flex-direction: column;
  }
  .product__right{
    width: 100%;
    padding: 0px 7px 0px 15px;
  }
  .product__image{
    border: none;
  }
  .cart__checkout{
    padding: 14px;
  }
  .form__check__buttons{
    margin: 10px;
  }
  .form-box{
    width: 100vh;

    align-items: center;
  }
  .container{
    margin: 0px;
  }
  .form__cart__inner{
    flex-direction: column;
  }
  .checkout__order__btn{
    margin-left: 25px;
  }
  #popup1{
    width: 300px;
    height: 300px;
    overflow: auto;
  }
  #popup4{
    width: 300px;
    overflow: auto;
  }
  .header-menu__lvl{
    top: 70px;
  }
  .btn-group>.btn:first-child{
    margin-left: 0;
    margin-top: -6px;
    padding: 0px 7px;
  
  }
  .corp__inner-top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px;
    text-align: center;
  }
  .corp__inner-info{
    width: 100%;
    font-weight: bold;
  }
  .header__mobile-subtitle-inner{
    margin: 38px 0px 30px;
  }
  .slider-corp{
    width: 239px;
    margin: 0 auto;
  }
  .team__inner-top{
    margin-bottom: 20px; 
  }
  .footer__long{
    font-size: 12px;
  }

}
.cart__title{
  text-align: center;
}
.best__slider-item{
  outline: none;
}
.best__slider-item:focus {
  width: 102%;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover{
  color: #0F0F0F;
    background: #FFF;
    border: none;
}
.list-group-item,
.list-group-item:first-child,
.list-group a{
  border: none;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
  background-color: #0F0F0F;
  border: none;
}
.pagination>li>a, .pagination>li>span{
  color: #0F0F0F;
}
.btn-primary{
  color: #ffffff;
    text-shadow: none;
    background-color:#0F0F0F;
    background-image: none;
    border: none;
    border-radius: 0px;
    padding: 10px;
}
.panel{
  border: none;
}
.contact__inner{
  text-align: center;
}
.id__cart__box{
  position: relative;
}
.id__cart__sup{
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #0F0F0F;
  color: #FFF;
  border: none;
  border-radius: 50%;
  top: -17px;
  right: -19px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
}
.id__cart__inner{
  margin-top: -18px;
}
.header-menu__item:last-child{
  padding: 15px 24px;
}
#menu{
  border-radius: 0px;
}
.btn-group>.btn:first-child{
  margin-top: -3px;
}
.footer__inner-link{
  font-family: "ResistSansDisplay-Regular";
  font-style: normal;
  font-weight: 400;
}
.first__text{
	text-align: center;
	margin: 5px 0px;
}
.first__text span{
	color: #0F0F0F;
}
.first__h1{
	display: flex;
	justify-content: center;
	gap: 15px;
	align-items: center;
	color: #0F0F0F;
}
.first__h1 p{
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	margin: 0;
}
.payments-method{
	text-align: center;
	font-size: 15px;
}
.center__h2{
	
	color: #0F0F0F;
	font-weight: 700;
}
.center__text{
	text-align: justify;
}
.logo__img__payment {
	display: flex;
	align-items: center;
	max-width: 120px;
	margin: 20px auto 20px auto;
}
.info__links{
  display: flex;
    justify-content: space-around;
    padding: 10px;
}
.footer__long{
  font-size: 14px;
}
.text-right{
  display: none;
}
.alert-success{
  z-index: 99999;
  
}
.alert-success{
  display: none;
}