body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
}

.display-none {
  display: none;
}

h1,
h2,
h3 {
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

@media (min-width: 1400px) {
  .container {
    width: 1218px;
  }
}

.callBackVoid:hover {
  cursor: pointer;
}

.modalMain {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}

.modalMain__bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
}

.modalMain__inner {
  position: absolute;
  width: 450px;
  padding: 24px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url(/img/form_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1005;
}

.modalMain__title {
  font-size: 1.6em;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.modalMain__row {
  margin: 8px 0;
}

.modalMain__input {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 4px 8px;
}

.modalMain__button {
  text-align: center;
}

@media (max-width: 768px) {
  .modalMain__inner {
    width: 98%;
  }
}

.modalYesright {
  color: #fff;
}

.modalYesright a {
  color: #fff;
}

.modalMain__btn {
  background-color: #fc6701;
  padding: 8px;
  white-space: nowrap;
  border-radius: 5px;
  text-transform: uppercase;
  outline-style: none;
  font-weight: 600;
  color: #fff;
}

.modalMain__btn:hover {
  background-color: #be4f03;
  color: #fff;
}

.stick-menu {
  display: none;
  text-align: center;
}

.is-sticky .stick-menu {
  width: 100%;
  z-index: 1000;
  display: block;
  position: fixed;
  background-color: #fff;
  padding: 12px 0;
}

.stickMenu__list {
  display: flex;
  justify-content: space-around;
}

.line-top {
  display: none;
  z-index: 1001;
  /*position: fixed;*/
  width: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 992px) {
  .line-top {
    display: block;
  }
}

.line-top__inner {
  padding: 30px 24px;
  background-color: #151515;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line-top__logo {
  height: 32px;
}

.line-top__phone {
  text-align: left;
}

.line-top__phone-link {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #f5f5f5;
}

.line-top__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  filter: invert(1);
}

.line-top__icon {
  text-decoration: none;
  color: #000;
  font-size: 1.8em;
}

.shapka__logo-img {
  width: 100px;
}

.mobile-menu {
  display: none;
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
}

.mobile-menu__bg {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile-menu__inner {
}

.mobile-menu__line-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 24px;
  background-color: #151515;
}

.mobile-menu__logo {
  height: 32px;
}

.mobile-menu__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  filter: invert(1);
}

.mobile-menu__closed {
  color: #fff;
  text-decoration: none;
  font-size: 1.8em;
}

.mobile-menu__menu {
  padding: 40px;
  background-color: #e0e0e0;
  /*width: 700%;*/
  margin-left: 30%;
  z-index: 1001;
  position: relative;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu__item,
.mobile-dopmenu-item {
  padding-bottom: 20px;
}

.mobile-dopmenu {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
}

.mobile-dopmenu li a {
  font-size: 16px;
  line-height: 140%;
  text-decoration-line: underline;
  color: #151515;
  font-weight: normal;
}

.mobile-menu__item a {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #151515;
}

.mobile-menu__item--drop > a::after {
  content: url(/img/arrow_black.svg);
  padding-left: 8px;
  position: absolute;
  vertical-align: middle;
}

.mobile-menu__item--drop > a.active::after {
  transform: rotate(90deg);
  padding-right: 8px;
}

.mobile-menu__phone {
  margin: 16px 0;
  color: #fff;
}

.mobile-menu__phone-text {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 8px 0;
  font-size: 0.875em;
}

.mobile-menu__phone-list {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
  margin: 0;
}

.mobile-menu__phone-item {
  padding: 8px 0;
}

.mobile-menu__phone-link {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.category-mobile {
  margin: 8px 0;
}

.category-mobile select {
  width: 100%;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 8px 16px;
}

.sticky {
  position: fixed;
}

.line-top__callback {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #151515;
  padding: 15px 40px;
  background: #f5f5f5;
  border-radius: 3px;
}

.modal-exit {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  top: 0;
  left: 0;
}

.modal-exit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-exit__inner {
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 350px;
  background-color: #ffffff;
  box-shadow: 0 0 8px #666666;
  padding: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .modal-exit__inner {
    width: 98%;
  }
}

@media (max-width: 500px) {
  .line-top__btn {
    display: none;
  }
}

.modal-exit__header {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

/* ------------ */
.shapka {
  position: absolute;
  right: 0;
  left: 0;
  top: 12px;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
  padding: 12px 0;
}

.shapka__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.shapka-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.shapka-menu__item {
  margin: 0 16px;
  white-space: nowrap;
}

.shapka-menu__item a {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #f5f5f5;
}

.shapka__phone a {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #f5f5f5;
}

.shapka__btn a {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: #f5f5f5;
  padding: 15px 40px;
  color: #151515;
}

.slider {
  position: relative;
}

.slider__item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.slider-inner__item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 620px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.slider__item1 {
  background-image: url(/img/slider/1/1440.jpg);
}

.slider__item4 {
  background-image: url(/img/slider/himchistka/1440.jpg);
}

.slider__item-antigraviy {
  background-image: url(/img/slider/antigraviy/001.jpg);
}

.slider__item-okleyka {
  background-image: url(/img/slider/okleyka/001.jpg);
}

.slider__item-trade {
  background-image: url(/img/slider/trade/001.jpg);
}

.slider__item-ioniz {
  background-image: url(/img/slider/ioniz/001.jpg);
}

.slider__item-tuman {
  background-image: url(/img/slider/tuman/001.jpg);
}

.slider__item-vinil {
  background-image: url(/img/slider/vinil/001.jpg);
}

.slider__item-koja {
  background-image: url(/img/slider/koja/001.jpg);
}

.slider__item-peretyag {
  background-image: url(/img/slider/peretyag/001.jpg);
}

.slider__item-polfar {
  background-image: url(/img/slider/polfar/001.jpg);
}

.slider__item-bronfar {
  background-image: url(/img/slider/bronfar/001.jpg);
}

.slider__item-bronstekla {
  background-image: url(/img/slider/bronstekla/001.jpg);
}

.slider__item-polstekol {
  background-image: url(/img/slider/polstekol/001.jpg);
}

.slider__item-zamenstekol {
  background-image: url(/img/slider/zamenstekol/001.jpg);
}

.slider__item-aqua {
  background-image: url(/img/slider/aqua/001.jpg);
}

.slider__jidkoesteklo {
  background-image: url(/img/slider/jidkoesteklo/001.jpg);
}

.slider__item-pdr {
  background-image: url(/img/slider/pdr/001.jpg);
}

.slider__item-skol {
  background-image: url(/img/slider/skol/001.jpg);
}

.slider__item-tonirovka {
  background-image: url(/img/slider/tonirovka/001.jpg);
}

.slider__item-shumka {
  background-image: url(/img/slider/shumka/001.jpg);
}

.slider__item-keramika {
  background-image: url(/img/slider/keramika/001.jpg);
}

.slider__item-kontakty {
  background-image: url(/img/slider/kontakty/001.jpg);
}

.slider__item-moto {
  background-image: url(/img/slider/moto/001.jpg);
}

.slider__item-paint {
  background-image: url(/img/slider/polnaya-i-lokalnaya-pokraska-avtomobilya/001.jpg);
}

.slider__item5 {
  background-image: url(/img/slider/5/1440.jpg);
}

/* @media (max-width: 1200px) {
  .slider__item1 {
    background-image: url(/img/slider/1/1024.jpg);
  }
}

@media (max-width: 992px) {
  .slider__item1 {
    background-image: url(/img/slider/1/768.jpg);
  }
}

@media (max-width: 768px) {
  .slider__item1 {
    background-image: url(/img/slider/1/360.jpg);
  }
} */

.slider__item {
  display: flex;
  align-items: center;
}

.slider__title {
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  -webkit-text-stroke: 1px #000;
  margin-bottom: 40px;
}

.slider__text {
  font-size: 26px;
  line-height: 140%;
  margin-bottom: 40px;
  color: #fff;
  -webkit-text-stroke: 1px #000;
  font-weight: 600;
  width: 50%;
}

@media (max-width: 768px) {
  .slider__text {
    width: 100%;
  }
}

.slider__btn {
  display: block;
}

.slider__btn a {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #151515;
  padding: 15px 40px;
  background: #f5f5f5;
}

.slider-btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-left,
.slider-right {
  margin: 0 32px;
}

.slider-left:hover,
.slider-right:hover {
  cursor: pointer;
}

.counter {
  font-size: 16px;
  letter-spacing: 6px;
  line-height: 22px;
  color: #e0e0e0;
  white-space: nowrap;
}

.uslugi {
  padding: 72px 0 42px;
}

.gen-title {
  font-weight: 600;
  font-size: 42px;
  line-height: 57px;
  color: #151515;
  margin-bottom: 32px;
}

.uslugi__plitka,
.about__inner {
  padding: 32px 0;
}

.about__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  color: #151515;
  margin-bottom: 20px;
}

.about__subtitle {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #151515;
  margin-bottom: 10px;
  min-height: 44px;
  /* display: flex;
  justify-content: flex-start;
  align-items: center; */
}

.about__inner p {
  font-size: 16px;
  line-height: 140%;
  color: #151515;
}

.stati__img {
  width: 100%;
  margin: 16px 0;
}

.price-table {
  width: 100%;
  max-width: 100%;
}

.price-table tr td {
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 0;
  font-size: 16px;
  line-height: 140%;
  color: #151515;
}

.price-table tr td:last-child {
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #151515;
  white-space: nowrap;
  padding-left: 16px;
}

.about__link {
  text-align: center;
  margin: 32px 0;
}

.about__link a {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #b71113;
  text-decoration: underline;
}

.faq__item {
  border-bottom: 1px solid #e0e0e0;
}

.faq__sum {
  outline-style: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #151515;
  padding: 20px 40px 20px 0;
  display: block;
}

.faq__sum:hover {
  cursor: cell;
}

.faq__det-inner {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 140%;
  color: #151515;
}

details summary::-webkit-details-marker {
  color: #666666;
  font-size: 500%;
}

summary::-webkit-details-marker {
  display: none;
}

summary:after {
  float: right;
  border-radius: 5px;
  content: "+";
  float: left;
  font-size: 1.5em;
  margin: -5px -40px 0 0;
  padding: 0;
  text-align: center;
  width: 20px;
  float: right;
}

details[open] summary:after {
  content: "-";
}

.stati__inner a {
  font-weight: normal;
  text-decoration-line: underline;
  color: #151515;
}

.news {
  padding: 72px 0;
}

.news__inner {
  padding-top: 60px;
}

.news__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  color: #151515;
  margin-bottom: 12px;
}

.news__title a {
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  color: #151515;
  margin-bottom: 12px;
  text-decoration: none;
}

.news__title span {
  font-size: 16px;
  line-height: 140%;
  font-weight: normal;
  color: #151515;
  display: none;
  margin-top: -16px;
}

.active-tab__link span {
  display: block;
}

.tovary-tab__link,
.tovary-tab__link1 {
  color: #151515;
}

.active-tab__link,
.active-tab__link1 {
  color: #c40000 !important;
}

.news__item {
  padding: 20px;
  background: #f5f5f5;
  border-radius: 3px;
  margin-bottom: 24px;
}

.news__img img {
  width: 100%;
}

.news__img {
  position: relative;
  margin-bottom: 20px;
}

.news__date {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  background: #e0e0e0;
  border-radius: 3px;
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  color: #b71113;
}

.news__spec {
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #b71113;
  margin-bottom: 20px;
}

.news__name {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #151515;
  margin-bottom: 10px;
  min-height: 66px;
}

.news__text {
  font-size: 16px;
  line-height: 140%;
  color: #151515;
  max-height: 66px;
  overflow: hidden;
}

.review {
  padding: 72px 0;
}

.review__inner {
  padding-top: 60px;
}

.review__item {
  border-top: 3px solid #b71113;
  background: #f5f5f5;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 33px;
}

.review__name {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #151515;
  margin-bottom: 10px;
}

.review__car {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #151515;
  margin-bottom: 20px;
}

.review__text {
  font-size: 16px;
  line-height: 140%;
  color: #151515;
  height: 64px;
  overflow: hidden;
  position: relative;
}

.review__link {
  color: #b71113;
  text-transform: lowercase;
  display: block;
  padding-top: 8px;
  text-align: right;
  background-color: #f5f5f5;
  /*bottom: 0;*/
}

.fa-viber:hover {
  color: #8f5db7;
}

.fa-whatsapp:hover {
  color: #25d366;
}

.footer {
  background-color: #151515;
}

.footer__top {
  padding: 40px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
}

.footer-top__item {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #e0e0e0;
  margin-right: 40px;
}

.footer-top__item:first-child {
  margin-right: 80px;
}

.footer-top__item a {
  color: #e0e0e0;
}

.fa-viber,
.fa-whatsapp {
  font-weight: 400;
}

.footer__bot {
  border-top: 1px solid #e0e0e0;
  padding: 20px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer__bot a {
  font-size: 12px;
  line-height: 150%;
  color: #e0e0e0;
  opacity: 0.5;
}

.footer__bot a:hover {
  color: #b71113;
}

.footer-bot__item {
  margin-right: 40px;
}

.footer__center {
  padding: 40px 0 62px;
}

.footer__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #e0e0e0;
  opacity: 0.5;
  margin-bottom: 40px;
}

.footer__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer__list li {
  font-size: 12px;
  line-height: 150%;
  color: #f5f5f5;
  margin-bottom: 10px;
}

.footer__list a {
  color: #f5f5f5;
}

.uslugi__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
  border-radius: 4px;
}

.uslugi__item a {
  display: block;
  height: 100%;
}

.uslugi__item__link {
  position: absolute;
  bottom: 20px;
  left: 40px;
  right: 40px;
}

.uslugi__item1 {
  background-image: url(/img/uslugi/1.jpg);
  height: 500px;
}

.uslugi__item2 {
  background-image: url(/img/uslugi/2.jpg);
  height: 235px;
}

.uslugi__item3 {
  background-image: url(/img/uslugi/3.jpg);
  height: 235px;
}

.uslugi__item4 {
  background-image: url(/img/uslugi/4.jpg);
  height: 500px;
}

.uslugi__item5 {
  background-image: url(/img/uslugi/5.jpg);
  height: 500px;
}

.uslugi__item6 {
  background-image: url(/img/uslugi/6.jpg);
  height: 235px;
}

.uslugi__item {
  position: relative;
}

.uslugi__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  color: #000;
  -webkit-text-stroke: 1px #fff;
  margin-bottom: 20px;
}

.uslugi__price {
  font-size: 16px;
  line-height: 140%;
  color: #f5f5f5;
}

.sticky-wrapper {
  height: 0 !important;
}

.logo img {
  filter: invert(1);
}

.is-sticky .shapka {
  background-color: #fff;
  color: #222;
  transition-duration: 0.3s;
  z-index: 1010;
}

.is-sticky .logo img {
  filter: none;
  transition-duration: 0.3s;
  height: 70px;
}

.shapka-soc {
  display: flex;
  gap: 15px;
}

.shapka-soc a {
  color: #fff;
  font-size: 24px;
}

.is-sticky .shapka-menu__item a,
.is-sticky .shapka__phone a,
.is-sticky .shapka-soc a {
  color: #222;
  transition-duration: 0.3s;
}

@media (min-width: 993px) {
  .uslugi__col-5 {
    float: none;
    top: 530px;
  }

  .uslugi__col-6 {
    float: right;
  }
}

@media (max-width: 1200px) {
  .uslugi__item a {
    left: 16px;
  }

  .uslugi__title {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .shapka {
    display: none;
  }

  .uslugi__item5 {
    height: 235px;
  }

  .footer__top {
    display: block;
  }

  .footer-top__item {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .footer-top__item:first-child {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .uslugi__item {
    height: 190px;
  }

  .news__title span {
    display: none;
  }

  .gen-title {
    font-weight: bold;
    font-size: 26px;
    line-height: 130%;
  }

  .footer__bot {
    display: block;
  }

  .footer-bot__item {
    margin-bottom: 12px;
  }

  .footer__bot,
  .footer__top {
    text-align: center;
  }

  .footer-bot__item {
    margin-right: 0;
  }

  .footer__title {
    margin-top: 40px;
  }

  .slider__title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .slider__text {
    font-size: 16px;
  }

  .slider__btn a {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.content {
  padding: 72px 0;
}

.padtwel {
  padding-top: 20px;
}

.tovary-tabs,
.tovary-tabs1 {
  display: none;
}

.active-tab,
.active-tab1 {
  display: block;
}

.stati__inner {
  padding: 72px 0;
}

.stati__inner p {
  font-size: 16px;
  line-height: 140%;
  color: #151515;
}

.stati__bg {
  background-size: cover;
  background-position: center center;
  min-height: 480px;
  background-image: attr(data-image-src url);
  margin: 16px 0;
}

.plusi__item-inner {
  padding-right: 30px;
}

@media (max-width: 1200px) {
  .stati__bg {
    min-height: 390px;
  }
}

@media (max-width: 992px) {
  .stati__bg {
    min-height: 300px;
  }

  .news__title {
    display: inline-block;
    margin-right: 24px;
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 768px) {
  .stati__bg {
    min-height: 400px;
  }

  .stati__inner {
    padding: 32px 0;
  }

  .slider__inner {
    padding-bottom: 100px;
  }

  .slider__item,
  .slider-inner__item {
    align-items: flex-end;
  }

  .about__title {
    font-size: 22px;
    line-height: 22px;
  }

  .plusi__item {
    margin-bottom: 24px;
  }

  .about__subtitle {
    min-height: 0;
  }
}

.price-table tr td:last-child:after {
  content: "₽";
  margin-left: 8px;
}

.shapka__stati {
  position: absolute;
  right: 0;
  left: 0;
  top: 12px;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
}

.shapka__black {
  background-color: #151515;
}

.shapka-menu__item {
  position: relative;
}

.dropDown {
  position: absolute;
  display: none;
  left: -25%;
  list-style: none;
  padding: 12px;
  margin: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}

.dropDown li {
  margin-bottom: 12px;
}

.dropDown li a {
  font-weight: 400;
  text-decoration: underline;
}

.drop-link {
  padding-right: 16px;
}

.drop-link::after {
  content: url(/img/arrow.svg);
  padding-left: 8px;
  color: #fff;
  position: absolute;
  right: -4px;
  vertical-align: middle;
  transition-duration: 1s;
}

.drop-link:hover:after {
  transform: rotate(90deg);
  transition-duration: 1s;
}

.drop-link:hover {
  cursor: pointer;
}

.video-line {
  margin: 16px 0;
}

.video-line__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Одна колонка */
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.video-line__item video {
  width: 100%;
  aspect-ratio: 9 / 16; /* Соотношение сторон 9:16 для вертикального видео */
  object-fit: cover; /* Обеспечивает заполнение всего пространства */
}

.play-video {
  position: relative;
}

.play-video::after {
  content: url(/img/play.svg);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.play-video:hover::after {
  content: none;
}

.shapka-lang select {

  font-size: 20px;
}

@media (max-width: 992px) {
  .video-line__list {
    grid-template-columns: repeat(2, 1fr); /* Одна колонка */
  }
}
