/*!**************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main.scss ***!
  \**************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: Roboto-Thin;
  src: url(font/d6e7843e2a27cca5d116.ttf);
}
@font-face {
  font-family: Roboto-Light;
  src: url(font/03e629f6348896ffa23a.ttf);
}
@font-face {
  font-family: Roboto-Regular;
  src: url(font/2cb71448870137f34adf.ttf);
}
@font-face {
  font-family: Roboto-Medium;
  src: url(font/d2d7f0c01bffaa5ec8f7.ttf);
}
@font-face {
  font-family: Roboto-Bold;
  src: url(font/63311334b795ce3b76e2.ttf);
}
@font-face {
  font-family: Blade;
  src: url(font/8d0ba38c7e33f5482df1.ttf);
}
@font-face {
  font-family: Palui;
  src: url(font/d8412a2ab64f4cd87f6e.otf);
}
@font-face {
  font-family: Bahnschrift;
  src: url(font/b00e12e37c52124aa504.ttf);
}
@font-face {
  font-family: Comfortaa;
  src: url(font/6704d0fdb46a0ef3422e.ttf);
}
@font-face {
  font-family: Faberge-Regular;
  src: url(font/28768241305666a8b7b4.otf);
}
li {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: #ccc;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  color: rgb(0, 0, 0);
  overflow-x: hidden;
}

.container {
  width: 100%;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  padding: 5px 0;
  margin: 0 auto;
  background-size: contain;
}

.container.rep {
  background-repeat: repeat;
}

.block-element.hide {
  display: none;
}

.link {
  text-decoration: none;
  color: rgb(26, 39, 30);
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}
.link:hover {
  color: rgb(255, 196, 0);
}

.btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1em;
  padding: 0.5em;
  color: white;
  background-color: #96961f;
  border-radius: 3px;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  cursor: pointer;
  border: solid 1px black;
}
.btn:hover {
  background-color: yellow;
  color: rgb(60, 81, 90);
}

.copy.save {
  background-color: rgb(77, 109, 151);
}

.product-title {
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px 5px 0 0;
  background-color: rgb(186, 192, 196);
  letter-spacing: 0.5em;
  color: rgb(26, 39, 30);
}

.product-data {
  width: 100%;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  background-color: #FFF3CC;
}

.detail-product {
  border-radius: 5px;
  color: #211076;
}

.details-blocks {
  width: 100%;
  font-family: Roboto-Regular;
}

.link-navigation {
  margin: 0.5% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
}

.link-navigation > a:not(:last-child)::after {
  content: "→";
  padding-left: 25%;
}

.link-navigation > a {
  color: rgb(17, 19, 19);
  text-decoration: none;
}

.product-info {
  width: 100%;
  padding: 0.5em;
  color: rgb(250, 250, 250);
}

.call_order_block {
  width: 100%;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
}

.service_img {
  width: 100%;
}

.call_order_block h1 {
  opacity: 0;
}
@media screen and (max-width: 320px) {
  .call_order_block h1 .call_order_block h1 {
    opacity: 1;
  }
}

.services_box {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  margin-top: 2%;
  margin-bottom: 2%;
}

.services_box_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
  margin-bottom: 1%;
  border-radius: 5px;
}

.services_box_block_text {
  margin: 1%;
  padding: 2%;
}

.services_box_block_title {
  margin-bottom: 1%;
  font-size: 20px;
}

.services_box_block_description {
  font-weight: 300;
  font-family: Roboto-Regular;
}

.services_box_block_img {
  width: 532px;
  height: 300px;
  margin: 1%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.open_card_box {
  position: fixed;
  width: 1000px;
  height: 600px;
  z-index: 1000;
  background-size: cover;
}

.open_card_box.close {
  display: none;
}

.open_card_box_cross {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
}

.description_block {
  width: 100%;
  margin-bottom: 1%;
  border-radius: 5px;
}

p {
  margin: calc(0.6rem + 1vw);
}
@media (max-width: 1000px) {
  .services_box_block_img {
    width: 532px;
    height: 300px;
    margin-bottom: 3%;
  }
  .services_box_block {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
@media (max-width: 640px) {
  .services_box_block_img {
    width: 266px;
    height: 150px;
  }
}
.carrousel-wrapper {
  position: relative;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 5%;
}

.carrousel {
  width: 1158px;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .carrousel {
    width: 937px;
  }
}
@media screen and (max-width: 960px) {
  .carrousel {
    width: 600px;
  }
}
@media screen and (max-width: 620px) {
  .carrousel {
    width: 285px;
  }
}

.cards-box {
  position: relative;
  left: -1158px;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 1440px) {
  .cards-box {
    left: -937px;
  }
}
@media screen and (max-width: 960px) {
  .cards-box {
    left: -600px;
  }
}
@media screen and (max-width: 620px) {
  .cards-box {
    left: 0;
  }
}

.cards {
  width: 1158px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1440px) {
  .cards {
    width: 937px;
  }
}
@media screen and (max-width: 960px) {
  .cards {
    width: 600px;
  }
}
@media screen and (max-width: 620px) {
  .cards {
    width: 285.24px;
  }
}
.card-wrapper {
  width: 366px;
  height: 400px;
  border-radius: 5px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .card-wrapper {
    width: 294px;
  }
}
@media screen and (max-width: 960px) {
  .card-wrapper {
    width: 285px;
  }
}
@media screen and (max-width: 620px) {
  .card-wrapper {
    width: 285px;
  }
}
.card-wrapper .card {
  width: 364px;
  cursor: pointer;
  border-radius: 5px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1440px) {
  .card-wrapper .card {
    width: 292px;
  }
}
@media screen and (max-width: 960px) {
  .card-wrapper .card {
    width: 283px;
  }
}
@media screen and (max-width: 620px) {
  .card-wrapper .card {
    width: 283px;
  }
}
.card-wrapper .card .card__photo {
  width: 364px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 7;
}
@media screen and (max-width: 1440px) {
  .card-wrapper .card .card__photo {
    width: 294px;
  }
}
@media screen and (max-width: 960px) {
  .card-wrapper .card .card__photo {
    width: 285px;
  }
}

@media screen and (max-width: 960px) {
  .card-wrapper.hide {
    display: none;
  }
}

.card-wrapper:hover {
  overflow: visible;
}

.controls-wrapper_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
}

.controls-wrapper {
  width: 62px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  border-radius: 50%;
}

.controls {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}

.controls-left {
  width: 0;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  border-right: 30px solid rgb(151, 168, 204);
}

.controls-left:hover {
  background-color: #3a787a;
}

.controls-left.click {
  background-color: #4B9200;
}

.controls-right {
  width: 0;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  border-left: 30px solid rgb(196, 195, 216);
}

.controls-right:hover {
  background-color: rgb(186, 192, 196);
}

.controls-right.click {
  background-color: #4B9200;
}

@-webkit-keyframes move-right {
  from {
    left: -1158px;
  }
  to {
    left: -2316px;
  }
}

@keyframes move-right {
  from {
    left: -1158px;
  }
  to {
    left: -2316px;
  }
}
.transition-right {
  -webkit-animation-name: move-right;
          animation-name: move-right;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes move-left {
  from {
    left: -1158px;
  }
  to {
    left: 0;
  }
}

@keyframes move-left {
  from {
    left: -1158px;
  }
  to {
    left: 0;
  }
}
.transition-left {
  -webkit-animation-name: move-left;
          animation-name: move-left;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@media screen and (max-width: 1440px) {
  @-webkit-keyframes move-right {
    from {
      left: -937px;
    }
    to {
      left: -1874px;
    }
  }
  @keyframes move-right {
    from {
      left: -937px;
    }
    to {
      left: -1874px;
    }
  }
  @-webkit-keyframes move-left {
    from {
      left: -937px;
    }
    to {
      left: 0;
    }
  }
  @keyframes move-left {
    from {
      left: -937px;
    }
    to {
      left: 0;
    }
  }
}
@media screen and (max-width: 960px) {
  @-webkit-keyframes move-right {
    from {
      left: -600px;
    }
    to {
      left: -1200px;
    }
  }
  @keyframes move-right {
    from {
      left: -600px;
    }
    to {
      left: -1200px;
    }
  }
  @-webkit-keyframes move-left {
    from {
      left: -600px;
    }
    to {
      left: 0;
    }
  }
  @keyframes move-left {
    from {
      left: -600px;
    }
    to {
      left: 0;
    }
  }
}
@media screen and (max-width: 620px) {
  @-webkit-keyframes move-right {
    from {
      left: -300px;
    }
    to {
      left: -600px;
    }
  }
  @keyframes move-right {
    from {
      left: -300px;
    }
    to {
      left: -600px;
    }
  }
  @-webkit-keyframes move-left {
    from {
      left: -300px;
    }
    to {
      left: 0;
    }
  }
  @keyframes move-left {
    from {
      left: -300px;
    }
    to {
      left: 0;
    }
  }
}
/*MENU*/
.burger {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  top: 30px;
}

.line {
  width: 50px;
  height: 3px;
  background-color: rgba(177, 26, 21, 0.8);
}

@media (max-width: 620px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: 25;
    margin-right: 2em;
  }
  .line {
    z-index: 25;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .burger.open {
    height: 50px;
  }
  .burger.open .line1 {
    -webkit-transform: rotate(-45deg) translate(-13px, 6px);
            transform: rotate(-45deg) translate(-13px, 6px);
  }
  .burger.open .line2 {
    opacity: 0;
  }
  .burger.open .line3 {
    -webkit-transform: rotate(45deg) translate(-13px, -6px);
            transform: rotate(45deg) translate(-13px, -6px);
  }
  /*menu window*/
  .menu {
    width: 90vw;
    height: 100%;
    -webkit-transition: 0.9s;
    transition: 0.9s;
    position: fixed;
    top: 100px;
    right: -620px;
    z-index: 2;
  }
  /* .nav.light-theme {
      background-color: var(--color-white);
      color: var(--color-black);
  } */
  .menu.open-menu {
    right: 0;
  }
  main {
    z-index: 1;
  }
}
.feedback {
  width: 30%;
  min-width: 250px;
  margin: auto;
  margin-top: 3%;
  margin-bottom: 6%;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  background-color: rgba(60, 81, 90, 0.5);
  border: solid 1px color-mix(in srgb, rgba(60, 81, 90, 0.5), rgb(26, 39, 30));
  border-radius: 5px;
  color: rgb(250, 250, 250);
}

.feedback_title {
  width: 90%;
  height: 2em;
  margin: auto;
  margin-top: 10%;
  margin-bottom: 5%;
  text-align: center;
  font-size: 28px;
  letter-spacing: 1px;
  cursor: default;
}

.feedback_button {
  width: 50%;
  height: 1.5em;
  margin: auto;
  margin-top: 10%;
  padding: 0.03em;
  padding-top: 0.09em;
  text-align: center;
  font-size: 26px;
  letter-spacing: 1px;
  background-color: rgb(255, 196, 0);
  border: solid 1px color-mix(in srgb, rgb(255, 196, 0), rgb(26, 39, 30));
  color: rgb(26, 39, 30);
  border-radius: 5px;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  cursor: pointer;
}

.feedback_button:hover {
  background-color: color-mix(in srgb, rgb(255, 196, 0), rgb(26, 39, 30));
}

.feedback_lable {
  letter-spacing: 1px;
}

input {
  width: 80%;
  height: 1.5em;
  padding: 0.5em;
  border-radius: 5px;
  border: solid 1px color-mix(in srgb, rgba(60, 81, 90, 0.5), rgb(26, 39, 30));
}

.form_error {
  width: 80%;
  text-align: center;
  font-size: 12px;
  color: rgba(177, 26, 21, 0.8);
}

.result_view {
  margin-bottom: 10%;
  text-align: center;
  font-size: 12px;
  cursor: default;
}

@media (max-width: 1440px) {
  .feedback_title, .feedback_button {
    font-size: 24px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 960px) {
  .feedback_title, .feedback_button {
    font-size: 20px;
    letter-spacing: 0.3px;
  }
  input {
    font-size: 12px;
  }
}
.contact_block_wrap {
  width: 15%;
  min-width: 185px;
}

.contact_block {
  font-family: Bahnschrift;
  margin: auto;
  margin-top: 0.5%;
  padding: 5px;
  font-weight: bold;
  color: rgb(250, 250, 250);
  font-size: 20px;
  border-radius: 5px;
}

.wrap {
  background-color: black;
}

.b-carousel {
  width: 80%;
  margin-left: 5%;
  margin-right: 5%;
  overflow: hidden;
  position: relative;
}

.b-carousel__prev,
.b-carousel__next {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 50px;
  height: 50px;
  background: rgba(104, 70, 70, 0.5);
  -webkit-transform: translateY(-50%) translateZ(0);
          transform: translateY(-50%) translateZ(0);
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  z-index: 3;
  color: rgb(204, 171, 24);
}

.b-carousel__next {
  left: auto;
  right: 20px;
}

.b-carousel__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
  position: relative;
  z-index: 1;
  height: 100%;
}

.b-carousel__item {
  height: 900px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  overflow: hidden;
  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;
}
@media screen and (max-width: 620px) {
  .b-carousel__item {
    height: 500px;
  }
}

.b-carousel__img {
  width: 100%;
  display: block;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5em 1em;
  margin-top: 1vh;
}

.menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

.menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5%;
}

.menu-item_name {
  width: 250px;
  height: 50px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  font-family: Roboto-Bold;
  font-size: 1em;
  text-align: center;
  position: relative;
  background-color: rgba(60, 81, 90, 0.5);
  border: solid 2px color-mix(in srgb, rgb(255, 196, 0), rgb(26, 39, 30));
  color: color-mix(in srgb, rgb(255, 196, 0), rgb(250, 250, 250));
  z-index: 1;
  line-height: 1.5em;
  letter-spacing: 0.2vw;
  padding: 0.005em 0.05em;
  text-shadow: 2px -1px rgba(177, 26, 21, 0.8);
  -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.6);
          box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}

.menu-item_name:hover {
  color: rgb(26, 39, 30);
  background: color-mix(in srgb, rgb(255, 196, 0), rgb(250, 250, 250));
  border: solid 1px color-mix(in srgb, rgb(255, 196, 0), rgb(26, 39, 30));
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.menu-item_name.selected {
  color: rgb(26, 39, 30);
  background-color: color-mix(in srgb, rgb(255, 196, 0), rgb(250, 250, 250));
  border: solid 1px rgb(26, 39, 30);
  cursor: default;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.menu-item_name.selected:hover {
  background: color-mix(in srgb, rgb(255, 196, 0), rgb(250, 250, 250));
  border: solid 1px rgb(26, 39, 30);
  cursor: default;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.menu.open-menu {
  z-index: 8;
}

.menu.open-menu .menu-items {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer {
  width: 100%;
  max-width: 1820px;
  height: 8vh;
  padding: 5px;
  border-radius: 5px;
  background-color: rgb(112, 115, 116);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: auto;
}

.year {
  width: 40px;
  height: 35px;
  /* border: solid 3px wheat;*/
  color: rgb(255, 196, 0);
  border-radius: 5px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  margin-right: auto;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1%;
  width: 100%;
  padding: 1em 2em;
  border-radius: 5px;
  border: solid 1px color-mix(in srgb, rgba(60, 81, 90, 0.5), rgb(26, 39, 30));
  background: rgb(112, 115, 116);
}
@media screen and (max-width: 620px) {
  .header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header__block_logo {
  min-width: 100px;
  width: 160px;
  height: 106.6666666667px;
  background-size: contain;
  background-repeat: no-repeat;
}

.header__logo {
  display: block;
  width: 100%;
  height: 100%;
}

.header__slogan {
  color: #878799;
  display: inline-block;
  position: relative;
  padding: 0.8%;
  font-size: calc(1rem + 1.5vw);
  margin-left: calc(20px + 0.1vw);
  margin-top: 15px;
  letter-spacing: 0.5vw;
  font-family: Bahnschrift;
  text-shadow: 2px -1px black, 2px -1px black, 2px -1px black, 2px -1px black, 2px -1px black, 2px -1px black, 2px -1px black, 0 0 30px rgb(255, 196, 0), 0 0 30px rgb(255, 196, 0), 0 0 30px rgb(255, 196, 0), 0 0 30px rgb(255, 196, 0), 0 0 35px rgb(255, 196, 0), 0 0 40px rgb(255, 196, 0), 0 0 50px rgb(255, 196, 0), 0 0 75px rgb(255, 196, 0);
  -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 10%, #000 50%, rgba(0, 0, 0, 0.6) 70%);
  -webkit-mask-size: 200%;
  -webkit-animation: wave 2s infinite;
          animation: wave 2s infinite;
}

@-webkit-keyframes wave {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
.content {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 10px;
  border-radius: 5px;
  border: solid 2px rgb(112, 115, 116);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.m_p_content {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  color: rgb(250, 250, 250);
  font-size: calc(0.6rem + 0.8vw);
  font-family: Faberge-Regular;
  letter-spacing: 0.1em;
}

.m_p_text {
  width: 100%;
}

.m_p_img_box {
  width: 90%;
}

.m_p_img {
  width: 100%;
}

.main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Faberge-Regular;
}

#carrousel_row, .wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
}
