@font-face {
  font-family: "Druk Wide";
  src: url("/font/dusk.woff2") format("woff2"),
    url("/font/dusk.woff") format("woff");
}

body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  background-color: #000;
}

h1,
h2,
h3 {
  font-family: "Druk Wide";
  text-align: center;
}

h1 {
  color: #fff;
  font-size: 58px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 30px;
}

h3 {
  margin-bottom: 10px;
  color: var#fff;
  text-align: center;
  font-family: "Druk Wide";
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.callBackVoid:hover {
  cursor: pointer;
}

:hover {
  transition-duration: 0.3s;
}

.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: 500px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  z-index: 1005;
  text-align: center;
  clip-path: polygon(0 6%, 0% 100%, 100% 100%, 100% 0);
  fill: #fff;
}

.modal-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

.modalMain__title {
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  font-family: "Druk Wide";
  margin-bottom: 5px;
}

.modalMain__sub {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 20px;
  color: #747474;
}

.modalYesright {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #747474;
}

.modalMain__input {
  width: 100%;
  border: 1px solid #c9c9c9;
  padding: 15px 20px;
  border-radius: 10px;
}

.modalMain__button {
  text-align: center;
}

.modal-rel {
  position: relative;
  padding: 60px 56px 40px;
}

.modal-rel::before {
  position: absolute;
  left: 0;
  top: 30px;
  transform: skewY(-6deg);
  background-color: transparent;
}

.modal-close {
  color: #c9c9c9;
  border: 1px solid #c9c9c9;
  font-size: 16px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-weight: 100;
  background-color: #fff;
}

.modal-close:hover {
  background-color: #ff1a3b;
  border-color: #ff1a3b;
  color: #fff;
}

.ok-modal {
  background-image: url(/img/mbg.png);
  background-position: top center;
  background-size: 90% auto;
  background-repeat: no-repeat;
}

.ok-modal .modal-rel {
  padding: 60px 21px 40px;
}

.modal-img {
  margin: 20px auto 40px;
  width: 154px;
  text-align: center;
}

.modal-img img {
  width: 100%;
}

.ok-modal .modalMain__sub {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .modalMain__inner {
    width: 98%;
  }
}

.modalYesright a {
  color: #FF1A3B;
}

.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: 8px 8px;
  background-color: #fcfcfc;
  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 img,
.mobile-menu__logo img {
  height: 32px;
}

.line-top__phone {
  text-align: left;
}

.line-top__phone-link {
  color: #000;
  text-decoration: none;
}

.line-top__icon {
  text-decoration: none;
  color: #000;
  font-size: 1.8em;
}

.shapka__logo-img {
  width: 100px;
}

.mobile-menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fcfcfc;
  z-index: 1001;
}

.mobile-menu__inner {
  padding: 16px;
}

.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;
}

.mobile-menu__closed {
  color: #000;
  text-decoration: none;
  font-size: 1.8em;
}

.mobile-menu__menu {
  margin: 16px 0;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu__item {
  padding: 8px 0;
}

.mobile-menu__item a {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.mobile-menu__phone {
  margin: 16px 0;
  color: #000;
}

.mobile-menu__phone-text {
  text-transform: uppercase;
  color: #000;
  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: #000;
  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 {
  background-color: #000;
  color: #ffffff;
  border: none;
  margin-top: 4px;
  text-transform: lowercase;
  padding: 4px 8px;
}

.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%;
  }
}

.modal-exit__header {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

.content-inner {
  width: 100%;
  min-height: 100vh;
  /* background-image: url(/img/bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; */
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  max-width: 1763px;
}

@media (min-width: 1600px) {
  .content-inner {
    margin-left: -50px;
  }
}

#myVideo {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 37px;
}

.cherta {
  content: " ";
  width: 1px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.4);
}

.phone a {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0%;
}

.phone {
  margin-bottom: 6px;
}

.top-info {
  text-align: left;
}

.adress {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  gap: 6px;
}

.offer img {
  width: 100%;
  margin-bottom: 27px;
}

.content {
  width: 520px;
}

.text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  margin-bottom: 40px;
}

.btns {
  display: flex;
  gap: 20px;
}

.soc-btns {
  display: flex;
  gap: 10px;
}

.yel-btn a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 18px 20px 17px 20px;
  border-radius: 10px;
  box-shadow: 4px 4px 0px 0px rgba(255, 26, 59, 1);
  background: rgba(255, 237, 31, 1);
  color: rgba(16, 16, 16, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  cursor: pointer;
}

.yel-btn span::before {
  content: "Узнай об открытии!";
}

.yel-btn a:hover {
  box-shadow: none;
  background-color: #fff257;
}

.soc-btn a {
  border: 1px solid var(--white, rgba(255, 255, 255, 1));
  border-radius: 10px;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
}

.soc-btn a:hover {
  border: 1px solid #fff;
  opacity: 1;
  background-color: #fff;
}

.soc-btn a:hover img {
  filter: invert(1);
}

.mobl {
  display: none;
}

.text-col {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

.content-pad {
  padding: 60px 0 70px;
  color: #bababa;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

@media (max-width: 1400px) {
  .logo img {
    height: 64px;
  }

  .phone {
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0%;
  }

  .adress {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0%;
  }

  .content {
    width: 435px;
  }

  .top {
    margin-bottom: 29px;
  }

  .offer img {
    width: 400px;
    margin-bottom: 12px;
  }

  .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0%;
    margin-bottom: 20px;
  }

  .yel-btn a {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0%;
    padding: 14px 20px;
  }

  .soc-btn a {
    width: 45px;
    height: 45px;
  }

  .soc-btn img {
    height: 17px;
  }

  .cherta {
    height: 72px;
  }
}

@media (max-width: 992px) {
  .logo img {
    height: 42px;
  }

  .phone a {
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0%;
  }

  .adress {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0%;
  }

  .adress img {
    height: 19px;
  }

  .cherta {
    height: 45px;
  }

  .top {
    gap: 10px;
  }

  .content {
    width: 70%;
    text-align: center;
  }

  .content-inner {
    background-image: url(/img/bg-m.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    justify-content: flex-start;
    align-items: center;
  }

  #myVideo {
    display: none;
  }

  .desc {
    display: none;
  }

  .mobl {
    display: block;
  }

  .container-inner {
    padding-left: 70px;
    padding-top: 10%;
    text-align: center;
  }

  .top,
  .btns {
    justify-content: center;
  }

  .text {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0%;
  }

  .top {
    margin-bottom: 22px;
  }

  .yel-btn a {
    padding: 11px 20px 12px;
  }

  .soc-btn a {
    width: 40px;
    height: 40px;
  }

  .soc-btn img {
    height: 15px;
  }
}

@media (max-width: 768px) {
  .btns,
  .soc-btns {
    gap: 5px;
  }

  .offer img {
    width: 100%;
  }

  .content {
    width: 65%;
  }
}

@media (max-width: 666px) {
  .content-inner {
    background-image: url(/img/bg-s.png);
    background-size: 100% auto;
  }

  .container-inner {
    padding: 190px 30px;
  }

  .content {
    width: 100%;
  }
}

@media (max-width: 460px) {
  .yel-btn span::before {
    content: "Вписаться!";
  }

  .container-inner {
    padding: 150px 30px;
  }
}

.xsmb {
  display: none;
}

@media (max-width: 350px) {
  .container-inner {
    padding: 92px 30px;
  }

  .btns {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }

  .soc-btns {
    justify-content: center;
  }

  .xsmb {
    display: block;
  }

  .mobl {
    display: none;
  }

  .logo img {
    height: 33px;
  }

  .adress img {
    height: 16px;
  }

  .top {
    margin-bottom: 16px;
  }

  .offer img,
  .text {
    margin-bottom: 10px;
  }
}
