.main {
  height: 100%;
}

#catalog {
  scroll-margin-block-start: 9vh;
}

.main-content {
  width: 50dvw;
  height: auto;
  margin: 10dvh auto 4dvh auto;
  position: relative;
}

.main-content-block {
  width: 100%;
  height: auto;
}

.main-content-wrap {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  position: relative;
  margin-bottom: 2dvh;
}

.content-nav-list-wrap {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgb(0, 0, 0);
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content-nav-list {
  display: -ms-grid;
  display: grid;
  height: auto;
  -ms-grid-rows: (auto)[5];
  grid-template-rows: repeat(5, auto);
  grid-gap: 1dvw;
  gap: 2dvh;
}

.content-nav-link {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  padding: 2dvh 1dvh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(76, 99, 115, 0.8);
  color: #ffffff;
}

.content-nav-link:hover {
  color: #ffffff;
  background-color: rgb(76, 99, 115);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.content-video {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
  height: auto;
}

.video-wrap {
  width: 40dvw;
  height: 22.3529411765dvw;
  overflow: hidden;
}

.content-grid {
  width: 100%;
  height: 25dvh;
  overflow: hidden;
  margin: 4dvh 0 4dvh 0;
}

.catalog-grid {
  width: 100%;
  height: 70dvh;
  overflow: hidden;
  margin: 0 0 4dvh 0;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-grid-list {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3dvh;
}

.catalog-grid-list {
  width: 100%;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2dvh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-grid-item {
  width: 100%;
  height: 30dvh;
  position: relative;
}

.catalog-box-link {
  display: block;
  width: 100%;
  height: 100%;
}

.catalog-title {
  font-size: 2em;
  text-transform: uppercase;
  color: #8B222A;
  text-align: right;
}

.content-slider-item {
  width: 100%;
  height: 100%;
  position: relative;
}

.content-img-back-wrap {
  width: 100%;
  height: 100%;
}

.content-grid-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrap-content-block {
  width: 50dvw;
  height: 100%;
}

.main-catalog-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2dvh;
}

.content-block, .main-catalog-item {
  width: 100%;
  height: 100%;
  background: rgb(239, 239, 239);
}

.main-catalog-link {
  width: 100%;
  height: 100%;
  display: block;
}

.main-catalog-link:hover {
  -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-catalog-link:hover article {
  color: #8B222A;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-catalog-link:hover .left-content {
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.content-info-wrap {
  position: relative;
  z-index: 30;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 30dvh auto;
  grid-template-rows: 30dvh auto;
}

.content-slider {
  width: 100%;
  height: 100%;
}

.content-slider-wrap {
  width: 100%;
  height: 100%;
}

.content-img-back {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-list {
  position: relative;
  width: 100%;
  height: 30dvh;
  overflow: hidden;
}

.slider-item {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slider-item-active {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.switch-slider-list {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2vh;
}

.switch-slider-item {
  width: 100%;
  height: 10vh;
  overflow: hidden;
}

.switch-item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  cursor: pointer;
}

.active {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.content-info {
  width: 100%;
  height: 100%;
  padding: 4dvh 2dvh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content-position {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
}

.content-info-list {
  width: 100%;
  height: auto;
}

.content-info-item {
  font-size: 1.5em;
  color: #000;
  text-align: center;
  padding: 0 0 1dvh 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bold {
  font-weight: bold;
}

.content-info-button {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-info-button-link {
  display: block;
  padding: 1vh 3vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2dvh 0;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.2em;
  background: rgb(139, 34, 42);
  text-align: center;
}

.content-info-button-link:hover {
  color: #ffffff;
  background: rgba(139, 34, 42, 0.6);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.main-slider {
  width: 100%;
  height: 100%;
  margin: 2dvh 0 2dvh 0;
}

.main-slider-list {
  width: 100%;
  height: 40dvh;
  overflow: hidden;
  position: relative;
}

.main-slider-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.wrap-slider-content {
  width: 100%;
  height: 100%;
  position: relative;
  background: #3D414C;
}

.slider-grid-img {
  width: 100%;
  height: 35dvh;
  -o-object-fit: contain;
     object-fit: contain;
}

.main-slider-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
}

.wrap-main-slider-content {
  width: 100%;
  height: auto;
  background: rgba(76, 99, 115, 0.8);
  padding: 2dvh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-slider-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4dvh;
}

.content-article-h2 {
  text-align: center;
  font-size: 1.8em;
  text-transform: uppercase;
  padding-bottom: 1dvh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content-article {
  text-align: center;
  font-size: 1.5em;
}

.content-main-slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.h3 {
  font-size: 1.9em;
  padding: 0;
}

.slider-main-list {
  position: relative;
  width: 100%;
  height: 100%;
}

.slider-main-item {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.slider-opacity {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.slider-main-item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.navigation-bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 40;
  overflow: hidden;
  height: 5vh;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-bottom: 1vh;
}

.navigation-list-bottom {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  background: rgba(76, 99, 115, 0.8);
  -webkit-backdrop-filter: blur(1vh);
          backdrop-filter: blur(1vh);
  border-bottom-right-radius: 2vh;
  border-top-right-radius: 2vh;
  padding: 0 2vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-100vw);
      -ms-transform: translateX(-100vw);
          transform: translateX(-100vw);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.navigation-down {
  -webkit-transform: translateX(0vw);
      -ms-transform: translateX(0vw);
          transform: translateX(0vw);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.nav-link-box {
  height: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1em;
}

.nav-link-box:hover {
  color: #fff;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}