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

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
@font-face {
  font-family: "Alumni Sans";
  src: url("/fonts/AlumniSans-ExtraLight.woff2");
  font-weight: 200;
}
@font-face {
  font-family: "Alumni Sans";
  src: url("/fonts/AlumniSans-Light.woff2");
  font-weight: 300;
}
@font-face {
  font-family: "Alumni Sans";
  src: url("/fonts/AlumniSans-Regular.woff2");
  font-weight: 400;
}
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  height: 100%;
  overflow-x: clip;
}

body {
  font-family: "Alumni Sans", sans-serif;
  font-size: clamp(18px, 4vw, 27px);
  font-weight: 300;
  color: #000;
  overflow-x: clip;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #E2E3E5;
}

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

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
}

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

.btn {
  padding-top: clamp(5px, 3vw, 15px);
  padding-bottom: clamp(5px, 3vw, 15px);
  padding-left: clamp(9px, 3vw, 19px);
  padding-right: clamp(9px, 3vw, 19px);
  border: none;
  border-radius: 10px;
  background: #E02817;
  color: #fff;
  font-size: clamp(16px, 4vw, 30px);
  line-height: 100%;
  font-family: inherit;
  cursor: pointer;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.btn:hover {
  background: #ac2215;
}
.footer {
  padding-top: clamp(30px, 6vw, 70px);
  padding-bottom: clamp(30px, 6vw, 80px);
  background: #0F322E;
  color: #fff;
}
.footer .container {
  display: grid;
  grid-template-columns: 52px 2fr 1fr;
  gap: clamp(20px, 5vw, 80px);
  margin-bottom: 30px;
}
.footer .container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: clamp(20px, 4vw, 35px);
}

.footer .container .img-links {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 20px
}
.footer .container > div.about-company {
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.footer .about-company p {
  font-size: 20px;
  line-height: 22px;
}
.footer .logo {
  max-width: 600px;
  margin: 0 auto;
}

.footer .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.footer .logo img {
  width: clamp(100px, 25vw, 233px);
}
.footer .logo p {
  font-family: "Inter", sans-serif;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

.footer .contacts a:hover {
  text-decoration: underline;
}

.social {
  padding-top: clamp(30px, 6vw, 70px);
  padding-bottom: clamp(30px, 6vw, 80px);
}
.social .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}
.social .container h3 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: clamp(20px, 4vw, 35px);
  font-weight: 700;
}

@media (max-width: 660px) {
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .container .img-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 20px;
  }
  .footer .container .img-links img {
    width: 40px;
    height: 40px;
  }
  .footer .container .about-company {
    text-align: left;
  }
}
.order-form {
  padding-top: clamp(30px, 6vw, 70px);
  padding-bottom: clamp(30px, 6vw, 80px);
}
.order-form .container {
  position: relative;
}
.order-form .container::before {
  content: "";
  position: absolute;
  top: 34px;
  left: -84px;
  width: 240px;
  height: 130px;
  -webkit-transform: rotate(-18deg);
      -ms-transform: rotate(-18deg);
          transform: rotate(-18deg);
  background: url("../images/dice-gray.svg") no-repeat center;
  background-size: contain;
  z-index: -1;
}
.order-form__title {
  font-size: clamp(30px, 6vw, 70px);
  margin-bottom: clamp(30px, 6vw, 60px);
  text-align: center;
}
.order-form .titles {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  margin-bottom: 20px;
  font-weight: 400;
  margin-left: 45px;
}
.order-form .titles span:last-child {
  text-align: right;
}

.cart__list {
  margin-bottom: 20px;
}

.cart__item {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  padding-bottom: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  width: 100%;
}
.cart__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.cart__item-wrapper .remove-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  border-radius: 50%;
  background: #B0B0B0;
  border: none;
  width: 32px;
  height: 32px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.cart__item-wrapper:hover .remove-item {
  opacity: 1;
  visibility: visible;
}
.cart__item-sum {
  text-align: right;
}
.cart__item-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.cart__item-counter button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  border-radius: 50%;
  background: #85AEAD;
  border: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.cart__item-counter input {
  border: none;
  background: transparent;
  font-family: inherit;
  width: 50px;
  font-size: clamp(20px, 4vw, 37px);
  font-weight: 300;
  padding: 0;
}
.cart__item-counter input:focus {
  outline: none;
}

.input {
  border: 1px solid #000;
  border-radius: 9px;
  background: transparent;
  height: 45px;
  width: 232px;
  text-align: center;
  color: #000;
  font-family: inherit;
  font-size: clamp(20px, 4vw, 37px);
}
.input::-webkit-input-placeholder {
  color: #2D908A;
}
.input::-moz-placeholder {
  color: #2D908A;
}
.input:-ms-input-placeholder {
  color: #2D908A;
}
.input::-ms-input-placeholder {
  color: #2D908A;
}
.input::placeholder {
  color: #2D908A;
}
.input:focus {
  outline: none;
}

.input__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px;
  max-width: 361px;
}

.order-form__details {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 25px;
}

.order-form__subtitle {
  font-size: clamp(28px, 4vw, 37px);
  text-align: center;
  font-weight: 400;
  margin-bottom: 15px;
}

.order-form__user {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 40px;
}
.order-form__user .input__wrapper {
  margin-bottom: 0;
}

.textarea-wrapper {
  grid-column: -2/-1;
  grid-row: 1/4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.textarea-wrapper textarea {
  resize: none;
  height: 118px;
  width: 100%;
}
.textarea-wrapper label {
  margin-top: auto;
  margin-bottom: 10px;
}

.agree {
  display: none;
}
.agree:checked + .agree-label::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.agree-label {
  padding-left: 65px;
  display: block;
  position: relative;
  line-height: 140%;
}
.agree-label a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.agree-label::before, .agree-label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 45px;
  height: 45px;
  border: 1px solid #000;
  border-radius: 9px;
  cursor: pointer;
}
.agree-label::after {
  background: url("../images/check.svg") no-repeat center;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  border-color: transparent;
}

@media (max-width: 920px) {
  .order-form__user {
    grid-template-columns: repeat(2, 1fr);
  }
  .order-form__user .textarea-wrapper {
    grid-column: 1/-1;
    grid-row: auto;
  }
  .order-form__user .input__wrapper {
    max-width: 100%;
    display: grid;
    grid-template-columns: 70px 1fr;
  }
  .order-form__user .input__wrapper .input {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cart__item-wrapper .remove-item {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 600px) {
  .cart__item-wrapper {
    margin-bottom: 20px;
    gap: 10px;
  }
  .cart__item {
    grid-template-columns: repeat(3, 1fr);
  }
  .cart__item-name {
    grid-column: 1/-1;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .cart__item-counter input {
    width: 27px;
  }
  .order-form .titles {
    grid-template-columns: repeat(3, 1fr);
  }
  .order-form .titles span:first-child {
    display: none;
  }
  .order-form__user {
    grid-template-columns: 1fr;
  }
  .order-form__user .input__wrapper {
    grid-template-columns: 45px 1fr;
  }
  .agree-label {
    padding-left: 45px;
  }
  .agree-label::before, .agree-label::after {
    width: 35px;
    height: 35px;
  }

  .footer .logo {
    max-width: none;
  }
  .footer .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .footer .logo img {
    width: clamp(183px, 50vw, 233px);
  }
}
@media (max-width: 450px) {
  .order-form__details .input {
    width: 200px;
  }
}
.header {
  position: relative;
}

.header__top {
  padding-top: clamp(10px, 4vw, 20px);
  padding-bottom: clamp(10px, 4vw, 20px);
}
.header__top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  gap: 10px;
}
.header__top-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.header__top-logo img {
  width: clamp(100px, 25vw, 233px);
}
.header__top-logo p {
  font-family: "Inter", sans-serif;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.header__top-contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10px, 4vw, 40px);
}

.header__menu {
  background: #0F322E;
  padding-top: clamp(10px, 4vw, 20px);
  padding-bottom: clamp(10px, 4vw, 29px);
  color: #fff;
  font-size: clamp(30px, 4vw, 40px);
}
.header__menu-phone {
  display: none;
}
.header__menu .close-menu {
  display: none;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu li {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.menu li:hover {
  color: #d6d6d6;
}

.burger {
  display: none;
}

@media (max-width: 950px) {
  .header__top-logo p {
    display: none;
  }
  .social .container {
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
@media (max-width: 786px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7px;
    width: 30px;
  }
  .burger span {
    width: 100%;
    height: 3px;
    display: block;
    background: #000;
  }
  .header__menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 2;
    -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
            transform: translateX(120%);
    visibility: hidden;
    -webkit-transition: visibility 0.2s linear, -webkit-transform 0.2s linear;
    transition: visibility 0.2s linear, -webkit-transform 0.2s linear;
    transition: visibility 0.2s linear, transform 0.2s linear;
    transition: visibility 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear;
  }
  .header__menu.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
  .header__menu .container {
    padding: 30px;
    position: relative;
  }
  .header__menu .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 15px;
    margin-bottom: 15px;
  }
  .header__menu .close-menu {
    position: absolute;
    top: 0;
    right: 12px;
    border: none;
    border-radius: 50%;
    background: #E2E3E5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
    line-height: 100%;
  }
  .header__menu-phone {
    display: block;
  }
}
@media (max-width: 450px) {
  .call-us {
    display: none;
  }
}
.hero {
  background: url("../images/main-bg.jpg") no-repeat center;
  background-size: cover;
  height: calc(100vh - 212px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero .container {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 20px;
  padding-top: clamp(30px, 6vw, 70px);
  padding-bottom: clamp(30px, 6vw, 80px);
}
.hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", sans-serif;
  text-align: center;
  color: #fff;
  min-height: 420px;
}
.hero__inner p {
  text-transform: uppercase;
  font-weight: 700;
}
.hero__video {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.hero__video video {
  width: 100%;
  height: 100%;
}
.hero .logo {
  max-width: 400px;
}
.hero .dice {
  max-width: 80px;
}

/* @media (min-width: 1600px) { */
  .hero {
    height: auto;
  }
/* } */
@media (max-width: 768px) {
  .hero {
    height: auto;
  }
  .hero .container {
    grid-template-columns: 1fr;
    height: auto;
  }
  .hero__inner {
    grid-row: 1/2;
    min-height: auto;
  }
}
.history {
  padding-top: clamp(30px, 6vw, 70px);
  padding-bottom: clamp(30px, 6vw, 80px);
  overflow: hidden;
  position: relative;
}
.history::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(-22deg);
      -ms-transform: rotate(-22deg);
          transform: rotate(-22deg);
  width: 830px;
  height: 170px;
  background: url("../images/signs.svg") no-repeat center;
  background-size: cover;
}
.history .container {
  position: relative;
}
.history__slide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(10px, 5vw, 40px);
}
.history__slide-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(10px, 3vw, 20px);
}
.history__slide-text .slide-title {
  font-size: clamp(30px, 6vw, 70px);
  color: #E02817;
}
.history__slide-text h3 {
  font-size: clamp(20px, 4vw, 30px);
  margin-bottom: auto;
}
.history__slide-img {
  overflow: hidden;
  border-radius: 9px;
}
.history__slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.historySwiper {
  padding-right: clamp(0px, 7vw, 80px);
  padding-left: clamp(0px, 7vw, 80px);
  position: relative;
}
.historySwiper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 95px;
  height: 52px;
  background: url("../images/dice-green.svg") no-repeat center;
  background-size: cover;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-weight: 900;
  color: #000;
}

@media (max-width: 890px) {
  .history__slide {
    grid-template-columns: 1fr;
  }
  .history__slide-text {
    grid-row: 1/2;
  }
  .history__slide-img {
    max-height: 350px;
  }
  .historySwiper {
    padding: 0;
    margin-bottom: 65px;
  }
  .swiper-button-next, .swiper-button-prev {
    top: auto;
    bottom: -60px;
  }
}
.order {
  padding-top: clamp(30px, 6vw, 70px);
  padding-bottom: clamp(30px, 6vw, 80px);
}
.order .container {
  position: relative;
}
.order .container::before {
  content: "";
  position: absolute;
  top: 34px;
  left: -84px;
  width: 240px;
  height: 130px;
  -webkit-transform: rotate(-18deg);
      -ms-transform: rotate(-18deg);
          transform: rotate(-18deg);
  background: url("../images/dice-gray.svg") no-repeat center;
  background-size: contain;
  z-index: -1;
}
.order__title {
  font-size: clamp(30px, 6vw, 70px);
  margin-bottom: clamp(30px, 6vw, 60px);
  text-align: center;
}
.order__img {
  border-radius: 9px;
  overflow: hidden;
}
.order__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 5vw, 50px);
}
.order__details {
  padding: clamp(15px, 4vw, 22px);
  border: 3px solid #287A75;
  border-radius: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: clamp(28px, 4vw, 37px);
  font-weight: 100;
}
.order__details h3 {
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
.order__details .btn {
  max-width: 280px;
  margin: 0 auto;
  margin-top: auto;
}
.order__list {
  margin-bottom: 20px;
}
.order__item {
  display: grid;
  grid-template-columns: 2fr 0.5fr 1fr;
  gap: 10px;
}
.order__item .price {
  text-align: right;
}
.order .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width: 850px) {
  .order__inner {
    grid-template-columns: 1fr;
  }
  .order__img {
    display: none;
  }
}

.versions {
  padding-top: clamp(30px, 6vw, 70px);
  padding-bottom: clamp(30px, 6vw, 80px);
  background: url("../images/bg-rounds.jpg") no-repeat center;
  background-size: cover;
  color: white;
  position: relative;
}
.versions__title {
  font-size: clamp(30px, 6vw, 70px);
  margin-bottom: clamp(30px, 6vw, 60px);
}
.versions__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(15px, 4vw, 30px);
}
.versions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.versions__item-img {
  overflow: hidden;
  border-radius: 10px;
  /* height: 300px; */
  cursor: pointer;
}
.versions__item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.versions__item-img img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.versions__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  cursor: pointer;
}
.versions__item-title span {
  text-wrap: nowrap;
}

.game__details {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1280px;
  width: 100%;
  padding: clamp(15px, 4vw, 30px);
  border-radius: 9px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  background: #E2E3E5;
  color: #000;
  z-index: 10;
  display: none;
}
.game__details.active {
  display: block;
}
.game__details .close-details {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}
.game__details-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.game__img {
  max-width: 600px;
  height: auto;
}
.game__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 9px;
}
.game__description {
  position: relative;
}
.game__description .signs {
  position: absolute;
  top: 218px;
  right: -257px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.game__description h3 {
  font-size: clamp(30px, 4vw, 50px);
  margin-bottom: 15px;
}
.game__description li {
  text-align: center;
  margin-bottom: 10px;
}
.game__description .included {
  display: block;
  text-align: center;
  margin: 10px auto;
  text-decoration: underline;
}
.game__description .add-game {
  border: 3px solid #E02817;
  border-radius: 9px;
  background: transparent;
  padding: 5px 20px;
  font-family: inherit;
  font-size: 27px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
  -webkit-transition: color 0.2s, background 0.2s;
  transition: color 0.2s, background 0.2s;
  cursor: pointer;
}
.game__description .add-game:hover {
  color: white;
  background: #E02817;
}
.game__description .info strong {
  font-weight: bold;
}
.game__description .info ul {
  text-align: left;
  list-style: disc;
  list-style-position: inside;
}
.game__description .info ul li {
  text-align: left;
}

@media (max-width: 780px) {
  .versions__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .versions__item {
    gap: 10px;
  }
}

@media (max-width: 600px) {
  .game__img {
    max-width: 95vw;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .versions__list {
    grid-template-columns: 1fr;
  }
  .game__details {
    padding-top: 45px;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    width: 100vw;
    max-height: 100vh;
    overflow: hidden;
  }
  .game__details-inner {
    grid-template-columns: 1fr;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .game__details .close-details {
    top: 10px;
    right: 10px;
  }
  .game__details .close-details svg {
    width: 20px;
  }
}
.video-instruction {
  position: relative;
}
.video-instruction video {
  width: 100%;
}
.video-instruction__description {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  right: 30px;
  padding: 10px 20px;
  border-radius: 10px;
  color: white;
  text-align: center;
  overflow: hidden;
}
.video-instruction__description::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  background: rgba(24, 83, 75, 0.3);
  z-index: -1;
}
.video-instruction__description h3 {
  font-size: clamp(30px, 6vw, 70px);
}

.video-btns {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 10;
}
.video-btns.visible {
  opacity: 1;
  visibility: visible;
}
.video-btns .play-btn {
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 2;
  pointer-events: all;
  width: 40px;
  height: 40px;
  background: url("../images/play.svg") no-repeat center;
  background-size: contain;
}
.video-btns .play-btn.played {
  background: url("../images/pause.svg") no-repeat center;
}
.video-btns .video-prev-btn,
.video-btns .video-next-btn {
  border: none;
  background: transparent;
  width: 40px;
  height: 40px;
  background: url("../images/next.svg") no-repeat center;
  background-size: contain;
}
.video-btns .video-prev-btn {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.shops {
  background: url("../images/main-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 80px 0 ;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shops h3 {
  font-size: 40px;
  padding-bottom: 40px;
  color: white;
  text-align: center;
}

.shops__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.shops__list a {
  width: 40%;
  background: #E2E3E5;
  padding: 20px;
  border-radius: 10px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: #0F322E 0px 0px 10px;
}

.shops__list a:hover {
  box-shadow: #0F322E 0px 0px 30px;
}

/* .shops__list a img {
  width: 100%;
  height: auto;
  align-self: center;
  align-items: center;
} */

@media screen and (max-width: 768px) {
  .shops__list {
    flex-direction: column;
    gap: 10px;
    padding: 0 20px;
  }
  .shops__list a {
    width: 100%;
  }
}