/*/ FONTS IMPORT /*/
/*/ FONTS IMPORT LOCAL /*/
@font-face {
  font-family: "birch";
  src: url("../font/BirchStd.otf");
}
@font-face {
  font-family: "minion_pro";
  src: url("../font/MinionPro-Regular.otf");
}
/*/ VARIABLES /*/
html {
  scroll-behavior: smooth;
}

body {
  background-color: #EFEAE0;
  color: #2E0E0D;
  font-family: "trade-gothic-next", sans-serif;
}

.container {
  max-width: 1440px;
  overflow-x: clip;
}

ul {
  margin: 0;
}

a {
  text-decoration: none;
  transition: 0.2s ease-in;
}
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

h1,
h2,
h3,
h4 {
  font-family: "birch", sans-serif;
}

h2 {
  font-size: 60px;
}

h1 {
  font-size: 74px;
}

.theme-sticker_corners {
  position: absolute;
  width: 100px;
  z-index: 5;
}
.theme-sticker_corners-top_left {
  top: -50px;
  left: -50px;
}
.theme-sticker_corners-top_right {
  top: -50px;
  right: -50px;
}
.theme-sticker_corners-bottom_left {
  bottom: -50px;
  left: -50px;
}
.theme-sticker_corners-bottom_right {
  bottom: -50px;
  right: -50px;
}

.theme-border {
  width: 100%;
  max-height: 44px;
}
.theme-border img {
  height: 100%;
  min-height: 30px;
}

/*/ THEME BUTTON /*/
.theme-button {
  display: inline-flex;
  padding: 9px 32px 0px 32px;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  font-size: 32px;
  background: #F6AA1C;
  color: #600D0E;
  box-shadow: 4px 4px 0px 0px rgb(0, 0, 0);
  font-family: "birch", sans-serif;
  text-transform: uppercase;
}
.theme-button:hover {
  color: #600D0E;
  box-shadow: none;
  transform: translate(4px, 4px);
}

/*/ BURGER TRIGGER /*/
.burger-trigger {
  position: relative;
  height: 22px;
  width: 30px;
  z-index: 15;
  margin-right: 12px;
  display: none;
  cursor: pointer;
}
.burger-trigger span {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition-duration: 0.3s;
}
.burger-trigger span:first-child {
  top: 0px;
}
.burger-trigger span.center {
  top: calc(50% - 1px);
}
.burger-trigger span:last-child {
  bottom: 0px;
}
.burger-trigger.burger-active span:nth-of-type(1) {
  rotate: -135deg;
  top: 9.5px;
}
.burger-trigger.burger-active span.center {
  opacity: 0;
}
.burger-trigger.burger-active span:nth-of-type(4) {
  rotate: 135deg;
  bottom: 9.5px;
}

/*/ Content Themes/*/
.theme-header {
  border-top: 2px solid #4D3E3D;
  position: relative;
  background-color: #600D0E;
  font-family: "birch", sans-serif;
}
.theme-header-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
}
.theme-header-wrapper-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.theme-header-wrapper-content-logo {
  position: relative;
  width: 248px;
}
.theme-header-wrapper-content-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
}
.theme-header-wrapper-content-menu ul li:first-child a {
  border-right: none;
}
.theme-header-wrapper-content-menu ul li a {
  color: #EFEAE0;
  font-size: 28px;
  padding: 28px 60px 18px 60px;
  height: 100%;
  display: block;
  border-left: 2px solid rgba(239, 234, 224, 0.17);
  border-right: 2px solid rgba(239, 234, 224, 0.17);
}
.theme-header-wrapper-content-menu ul li a:hover {
  opacity: 0.8;
}
.theme-header-button {
  position: absolute;
  color: #EFEAE0;
  font-size: 32px;
  background-color: #F6AA1C;
  height: 100%;
  width: calc((100% - 1440px) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  right: 0;
  top: 0;
  bottom: 0;
}
.theme-header-button:hover {
  color: #fff;
}

.theme-hero {
  height: 85vh;
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.theme-hero::after {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 540px;
  height: 432px;
  transform: translateX(-30px);
  background-image: url(../img/buffalo-left.png);
  background-repeat: no-repeat;
}
.theme-hero::before {
  content: "";
  right: 0;
  bottom: 0;
  position: absolute;
  width: 494px;
  height: 432px;
  background-image: url(../img/buffalo-right.png);
  background-repeat: no-repeat;
}
.theme-hero-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 50%;
  z-index: 5;
}
.theme-hero-wrapper h1 {
  text-align: center;
  color: #600D0E;
}
.theme-hero-wrapper-banner {
  display: flex;
  font-size: 28px;
  margin: 18px 0;
  padding: 12px 60px;
  position: relative;
  color: #fff;
  font-family: "minion_pro", sans-serif;
  text-transform: uppercase;
}
.theme-hero-wrapper-banner-content {
  z-index: 2;
  margin: 0px 18px;
}
.theme-hero-wrapper-banner-marking {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.theme-hero-wrapper-banner-marking img {
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.theme-hero-wrapper-content {
  text-align: center;
  max-width: 610px;
}

.theme-lineup {
  padding: 110px 0 80px 0;
  background-color: #EFEAE0;
  color: #000;
  overflow: hidden;
}
.theme-lineup-left h2 {
  padding-bottom: 30px;
}
.theme-lineup-left-titles:first-of-type {
  border-top: 1px solid #000;
}
.theme-lineup-left-titles-title {
  font-size: 36px;
  padding: 17px 0 12px 0;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  border-bottom: 1px solid #000;
  overflow-x: clip;
}
.theme-lineup-left-titles-title:hover {
  background-color: #f5f5f5;
}
.theme-lineup-left-titles-title:hover .theme-lineup-left-titles-title-top-errow {
  opacity: 1;
}
.theme-lineup-left-titles-title.active {
  background-color: #f5f5f5;
}
.theme-lineup-left-titles-title.active .theme-lineup-left-titles-title-bottom {
  max-height: 500px;
  opacity: 1;
  padding: 20px 30px 4px 30px;
  transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
}
.theme-lineup-left-titles-title.active .theme-lineup-left-titles-title-top-errow {
  opacity: 1;
}
.theme-lineup-left-titles-title-top {
  position: relative;
  font-family: "birch", sans-serif;
}
.theme-lineup-left-titles-title-top-time {
  position: absolute;
  left: 0;
}
.theme-lineup-left-titles-title-top-text {
  position: relative;
  left: 238px;
  text-transform: uppercase;
}
.theme-lineup-left-titles-title-top-errow {
  position: absolute;
  right: 30px;
  width: 27px;
  height: 27px;
  bottom: 50%;
  transform: translateY(50%);
  background-image: url(../img/errow-right.svg);
  opacity: 0;
  transition: 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.theme-lineup-left-titles-title-bottom {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 18px;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
  padding: 0 30px;
}
.theme-lineup-left-titles-title-bottom-image {
  display: none;
}
.theme-lineup-right {
  position: relative;
}
.theme-lineup-right-image {
  position: relative;
  visibility: hidden;
  opacity: 0;
  padding-top: 50%;
}
.theme-lineup-right-image img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  scale: 1.1;
  margin: 0 -15px 30px 15px;
  aspect-ratio: 1/1;
  box-shadow: 0px 11px 26.3px 0px rgba(0, 0, 0, 0.25);
}
.theme-lineup-right-image.active {
  visibility: visible;
  opacity: 1;
  transition: 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  margin: 0;
  scale: 1;
  top: 150px;
}

.theme-gallery {
  padding: 80px 0 144px;
}
.theme-gallery-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 11px;
  box-shadow: 0px 4px 32.6px -7px rgba(0, 0, 0, 0.25);
}
.theme-gallery-wrapper-image {
  width: 27%;
  border: 11px solid #EFEAE0;
}
.theme-gallery-wrapper-image img {
  height: 100%;
}
.theme-gallery-wrapper-image:nth-child(1), .theme-gallery-wrapper-image:nth-child(4), .theme-gallery-wrapper-image:nth-child(5), .theme-gallery-wrapper-image:nth-child(8) {
  width: 23%;
}
.theme-gallery-wrapper .theme-sticker_corners-top_left {
  top: -32px;
  left: -32px;
}
.theme-gallery-wrapper .theme-sticker_corners-top_right {
  top: -32px;
  right: -32px;
}
.theme-gallery-wrapper .theme-sticker_corners-bottom_left {
  bottom: -32px;
  left: -32px;
}
.theme-gallery-wrapper .theme-sticker_corners-bottom_right {
  bottom: -37;
  right: -37;
}

.theme-review {
  position: relative;
  padding: 158px 0 220px 0;
  background-color: #600D0E;
  color: #fff;
}
.theme-review::after {
  content: "";
  position: absolute;
  background-image: url(../img/background-sweeps.png);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.theme-review-content {
  text-align: center;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  max-width: 410px;
}
.theme-review-name {
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
}
.theme-review-wrapper {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
}
.theme-review-wrapper-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.theme-review-wrapper-left-top {
  transform: translateX(-38px);
}
.theme-review-wrapper-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 85px 0 56px 0;
}
.theme-review-wrapper-middle-review {
  padding: 62px 0 100px 0;
}
.theme-review-wrapper-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.theme-review-wrapper-right-top {
  margin-top: 15px;
}
.theme-review-wrapper-right-bottom {
  margin-bottom: 8px;
}

.theme-slider {
  padding: 200px 0 130px 0;
}
.theme-slider-slider {
  position: relative;
}
.theme-slider-slider-slide-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.theme-slider-slider-slide-wrapper-image {
  position: relative;
  margin-left: 122px;
  width: 460px;
  background-color: #2E0E0D;
  aspect-ratio: 46/61;
}
.theme-slider-slider-slide-wrapper-image img {
  height: 100%;
}
.theme-slider-slider-slide-wrapper-image-sticker {
  position: absolute;
  width: 77px;
  z-index: 5;
}
.theme-slider-slider-slide-wrapper-image-sticker-top_left {
  top: -38.5px;
  left: -38.5px;
}
.theme-slider-slider-slide-wrapper-image-sticker-top_right {
  top: -38.5px;
  right: -38.5px;
}
.theme-slider-slider-slide-wrapper-image-sticker-bottom_left {
  bottom: -38.5px;
  left: -38.5px;
}
.theme-slider-slider-slide-wrapper-image-sticker-bottom_right {
  bottom: -38.5px;
  right: -38.5px;
}
.theme-slider-slider-slide-wrapper-content {
  max-width: 570px;
  margin-right: 136px;
  color: #000;
}
.theme-slider-slider-slide-wrapper-content-title {
  font-family: "birch", sans-serif;
  font-size: 60px;
}
.theme-slider-slider-slide-wrapper-content-button {
  box-shadow: none;
  margin-top: 8px;
}
.theme-slider-slider-slide-wrapper-content-button:hover {
  transform: none;
}
.theme-slider-slider-errows-prev {
  width: 40px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 15px;
}
.theme-slider-slider-errows-prev img {
  rotate: 180deg;
}
.theme-slider-slider-errows-next {
  width: 40px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 15px;
}

.theme-video {
  padding: 40px 0 50px 0;
}
.theme-video-wrapper {
  position: relative;
  padding: 120px 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #2E0E0D;
  box-shadow: 0px 4px 32.6px -7px rgba(0, 0, 0, 0.4);
}
.theme-video-wrapper-left {
  aspect-ratio: 63/40;
  width: 45%;
}
.theme-video-wrapper-left-video {
  height: 100%;
  width: 100%;
}
.theme-video-wrapper-right {
  color: #fff;
  width: 45%;
}

.theme-info {
  color: #000;
  padding: 50px 0 74px 0;
}
.theme-info .row {
  row-gap: 30px;
}
.theme-info-wrapper-double {
  position: relative;
  height: 100%;
  overflow: clip;
}
.theme-info-wrapper-double-border {
  padding: 92px 50px 70px 50px;
  border: 2px solid #2E0E0D;
  height: 100%;
}
.theme-info-wrapper-double-border-content {
  max-width: 484px;
}
.theme-info-wrapper-single {
  position: relative;
  overflow: clip;
}
.theme-info-wrapper-single-border {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 42px 122px 42px 50px;
  border: 2px solid #2E0E0D;
}
.theme-info-wrapper-single-border-left {
  width: 55%;
}
.theme-info-wrapper-single-border-left-content {
  max-width: 600px;
}
.theme-info-wrapper-single-border-right {
  width: 42%;
}
.theme-info-wrapper-single-border-right-item {
  display: flex;
  padding: 24px 0 17px 0;
  font-size: 20px;
  border-top: 1px solid #000;
  position: relative;
}
.theme-info-wrapper-single-border-right-item-right {
  position: absolute;
  left: calc(100% - 236px);
}
.theme-info-wrapper-single-border-right-item:first-of-type {
  border: none;
}
.theme-info .circle-border {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #EFEAE0;
  z-index: 5;
  border: 2px solid #2E0E0D;
}
.theme-info .circle-border-top_left {
  top: -50px;
  left: -50px;
}
.theme-info .circle-border-top_right {
  top: -50px;
  right: -50px;
}
.theme-info .circle-border-bottom_left {
  bottom: -50px;
  left: -50px;
}
.theme-info .circle-border-bottom_right {
  bottom: -50px;
  right: -50px;
}

.theme-contact {
  position: relative;
  padding: 110px 0;
  background-color: #600D0E;
  color: #fff;
}
.theme-contact::after {
  content: "";
  position: absolute;
  background-image: url(../img/background-sweeps.png);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.theme-contact-left {
  position: relative;
  z-index: 5;
}
.theme-contact-left-content-item {
  display: flex;
  padding: 24px 0 17px 0;
  font-size: 20px;
  border-top: 1px solid #fff;
  position: relative;
}
.theme-contact-left-content-item:first-of-type {
  border: none;
}
.theme-contact-left-content-item-right {
  position: absolute;
  left: 160px;
}
.theme-contact-left-content-item-right a {
  color: #fff;
}
.theme-contact-left-content-item-right a:hover {
  color: #fff;
}
.theme-contact-right {
  position: relative;
  z-index: 5;
}
.theme-contact-right-content-input {
  border-bottom: 2px solid #E0D7C3 !important;
  color: #000 !important;
  border-radius: 0 !important;
  font-size: 20px !important;
}
.theme-contact-right-content-input::-moz-placeholder {
  color: #4D4645;
}
.theme-contact-right-content-input::placeholder {
  color: #4D4645;
}

.theme-footer {
  padding: 48px 0 44px 0;
  background-color: #4D3E3D;
  color: #fff;
  line-height: 29px;
}
.theme-footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.theme-footer-wrapper-links {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.theme-footer-wrapper-links a {
  text-decoration: underline;
  color: #fff;
}
.theme-footer-wrapper-links a:hover {
  text-decoration: none;
  color: #fff;
}

/*/ THEME OFFCANVAS /*/
.theme-offcanvas {
  font-family: "birch", sans-serif;
  position: fixed;
  z-index: 120;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 21px;
  transform: translate(-100%, 0);
  transition: 0.2s ease-in;
  background-color: #600D0E;
  overflow-y: scroll;
  scrollbar-width: 0;
  display: none;
  scrollbar-width: none;
}
.theme-offcanvas-burger {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.theme-offcanvas.burger-trigger .burger-active {
  width: 46px;
}
.theme-offcanvas.canvas-open {
  transform: translate(0, 0);
}
.theme-offcanvas-overlay {
  z-index: 110;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.theme-offcanvas-overlay.overlay-active {
  opacity: 1;
  visibility: visible;
}
.theme-offcanvas-logo {
  position: relative;
  padding: 20px 0 30px 0;
  text-align: center;
}
.theme-offcanvas-logo img {
  position: relative;
  width: 190px;
  margin-bottom: -38px;
  top: 19px;
}
.theme-offcanvas-wrapper {
  margin: 65px 0 40px 0;
}
.theme-offcanvas-wrapper-navmenu #menu-header-menu-right-1 li:last-child {
  border-bottom: 1px solid #793332;
}
.theme-offcanvas-wrapper-navmenu li {
  border-top: 1px solid #793332;
}
.theme-offcanvas-wrapper-navmenu a {
  font-size: 30px;
  color: #EFEAE0;
}
.theme-offcanvas-wrapper-navmenu a:hover {
  opacity: 0.6;
}
.theme-offcanvas-wrapper-navmenu ul {
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.theme-offcanvas-wrapper-navmenu ul li a {
  display: block;
  width: 100%;
  margin-bottom: 46px;
  font-size: 32px;
  transform: translateY(50%);
}
.theme-offcanvas-wrapper-navmenu ul li a:hover {
  color: #fff;
}
.theme-offcanvas .offcanvas-button-wrapper {
  display: flex;
  justify-content: center;
}

/*/ Media Query /*/
@media screen and (max-width: 1690px) {
  .theme-header-button {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .theme-hero {
    overflow-y: hidden;
    height: 80vh;
  }
  .theme-hero h1 {
    font-size: 64px;
  }
  .theme-hero::before {
    background-size: contain;
    bottom: -42px;
    position: absolute;
    width: 377px;
    height: 397px;
  }
  .theme-hero::after {
    background-size: contain;
    bottom: -20px;
    position: absolute;
    width: 377px;
    height: 325px;
  }
  .theme-hero-wrapper {
    top: 30%;
  }
  .theme-review {
    padding: 130px 0 160px 0;
  }
  .theme-review-content {
    font-size: 18px;
    max-width: 350px;
    font-weight: 500;
  }
  .theme-review-wrapper-left-top {
    transform: none;
  }
  .theme-review-wrapper-middle h2 {
    font-size: 54px;
  }
  .theme-review-wrapper-middle-review {
    padding: 44px 0 70px 0;
  }
  .theme-slider {
    padding: 145px 0 120px 0;
  }
  .theme-slider-slider-slide-wrapper-content {
    margin: 0 80px 0 50px;
  }
}
@media screen and (max-width: 1200px) {
  .burger-trigger {
    display: block;
  }
  .theme-offcanvas {
    display: block;
  }
  .theme-header-wrapper-content-logo {
    padding: 15px 0 15px 30px;
  }
  .theme-header-wrapper-content-menu {
    display: none;
  }
  .theme-hero ::before {
    width: 306px;
    height: 323px;
  }
  .theme-hero::after {
    width: 316px;
    height: 280px;
  }
  .theme-slider-slider-slide-wrapper-image {
    margin-left: 65px;
  }
  .theme-slider-slider-slide-wrapper-content {
    margin: 0 58px 0 40px;
    max-width: 480px;
  }
  .theme-video-wrapper {
    padding: 80px 58px;
  }
  .theme-video-wrapper-left {
    width: 46%;
  }
  .theme-video-wrapper-right {
    width: 48%;
  }
  .theme-video-wrapper-right h2 {
    font-size: 48px;
  }
  .theme-info-wrapper-single-border {
    justify-content: space-between;
    padding: 42px 74px 42px 50px;
  }
  .theme-lineup-left-titles-title-top-text {
    left: 145px;
  }
  .theme-review-name {
    font-size: 22px;
  }
  .theme-review-wrapper-middle h2 {
    font-size: 40px;
  }
  .theme-review-wrapper-middle-review {
    padding: 26px 0 45px 0;
  }
  .theme-review-wrapper-right-top-name {
    font-size: 22px;
  }
  .theme-info-wrapper-double-border {
    padding: 57px 41px 48px 64px;
  }
  .theme-info-wrapper-single-border-left {
    width: 45%;
  }
  .theme-info-wrapper-single-border-right {
    width: 50%;
  }
  .theme-info-wrapper-single-border-right-item {
    justify-content: space-between;
  }
  .theme-info-wrapper-single-border-right-item-right {
    position: relative;
    left: 0;
  }
  .theme-footer {
    padding: 38px 0 34px 0;
  }
}
@media screen and (max-width: 992px) {
  .theme-hero::before {
    width: 322px;
    height: 347px;
  }
  .theme-hero::after {
    width: 317px;
    height: 281px;
  }
  .theme-hero-wrapper {
    top: 20%;
  }
  .theme-lineup-left-titles-title-bottom-image {
    display: block;
    padding-bottom: 20px;
  }
  .theme-lineup-left-titles-title-bottom-image img {
    width: unset;
    aspect-ratio: 1/1;
    height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
    box-shadow: 0px 0px 27.6px -12px rgba(0, 0, 0, 0.2);
  }
  .theme-review {
    padding: 94px 0 84px 0;
  }
  .theme-review-content {
    max-width: 318px;
  }
  .theme-review-wrapper {
    flex-wrap: wrap;
  }
  .theme-review-wrapper-left {
    flex-direction: row;
    width: 100%;
  }
  .theme-review-wrapper-middle {
    width: 100%;
    padding: 70px 0 54px 0;
  }
  .theme-review-wrapper-middle-review {
    padding: 0 0 30px 0;
  }
  .theme-review-wrapper-right {
    flex-direction: row;
    width: 100%;
  }
  .theme-slider {
    padding: 90px 0 80px 0;
  }
  .theme-slider-slider-slide-wrapper-image {
    width: 40%;
  }
  .theme-slider-slider-slide-wrapper-content {
    width: 60%;
  }
  .theme-video-wrapper {
    flex-direction: column;
  }
  .theme-video-wrapper-left {
    width: 100%;
  }
  .theme-video-wrapper-right {
    padding-top: 30px;
    width: 100%;
  }
  .theme-info h2 {
    font-size: 48px;
  }
  .theme-info-wrapper-double-border {
    padding: 47px 30px 48px 48px;
  }
  .theme-info-wrapper-single-border {
    padding: 55px 74px 42px 50px;
    flex-direction: column;
    row-gap: 30px;
  }
  .theme-info-wrapper-single-border-right {
    width: 100%;
  }
  .theme-info-wrapper-single-border-left {
    width: 100%;
  }
  .theme-contact-left-content-item-right {
    left: 126px;
  }
}
@media screen and (max-width: 768px) {
  .theme-button {
    font-size: 30px;
  }
  .theme-hero::before {
    width: 275px;
    height: 290px;
  }
  .theme-hero::after {
    width: 275px;
    height: 251px;
  }
  .theme-hero h1 {
    font-size: 54px;
  }
  .theme-hero-wrapper {
    top: 30%;
  }
  .theme-hero-wrapper-banner {
    font-size: 22px;
    margin: 0 0 16px 0;
  }
  .theme-lineup {
    padding: 90px 0 50px 0;
  }
  .theme-lineup-left h2 {
    font-size: 48px;
    padding-bottom: 20px;
  }
  .theme-gallery {
    padding: 60px 0 100px;
  }
  .theme-gallery-wrapper-image {
    width: 50%;
  }
  .theme-gallery-wrapper-image:nth-child(1), .theme-gallery-wrapper-image:nth-child(4), .theme-gallery-wrapper-image:nth-child(5), .theme-gallery-wrapper-image:nth-child(8) {
    width: 50%;
  }
  .theme-slider-slider-slide {
    justify-content: center;
  }
  .theme-slider-slider-slide-wrapper-image {
    display: none;
  }
  .theme-slider-slider-slide-wrapper-content {
    margin: 0 64px;
  }
  .theme-info .row {
    row-gap: 20px;
  }
  .theme-contact {
    padding: 94px 0;
  }
  .theme-contact h2 {
    font-size: 46px;
  }
  .theme-contact .row {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
  .theme-contact-left-content-item:first-of-type {
    padding-top: 10px;
  }
  .theme-footer {
    padding: 30px 0 24px 0;
  }
  .theme-footer-wrapper {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 10px;
  }
  .theme-footer-wrapper-links {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media screen and (max-width: 576px) {
  .theme-hero {
    height: 650px;
  }
  .theme-hero::before {
    width: 196px;
    height: 230px;
  }
  .theme-hero::after {
    width: 194px;
    height: 182px;
  }
  .theme-hero h1 {
    font-size: 38px;
  }
  .theme-hero-wrapper {
    font-size: 18px;
    top: 102px;
  }
  .theme-hero-wrapper-banner {
    font-size: 18px;
    margin: 0 0 14px 0;
  }
  .theme-hero-wrapper-banner-content {
    margin: 0px 12px 0 0;
  }
  .theme-lineup-left-titles-title {
    font-size: 26px;
  }
  .theme-lineup-left-titles-title.active .theme-lineup-left-titles-title-bottom {
    padding: 20px 20px 4px 20px;
  }
  .theme-lineup-left-titles-title-top-errow {
    display: none;
  }
  .theme-lineup-left-titles-title-top-time {
    padding-left: 20px;
  }
  .theme-lineup-left-titles-title-top-text {
    left: 114px;
  }
  .theme-lineup-left-titles-title-bottom {
    padding: 20px 20px 4px 20px;
  }
  .theme-lineup-left-titles-title-bottom-image img {
    height: 230px;
  }
  .theme-review-wrapper p {
    margin-bottom: 8px;
  }
  .theme-review-wrapper-left {
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
  }
  .theme-review-wrapper-middle {
    padding: 52px 0 38px 0;
  }
  .theme-review-wrapper-right {
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
  }
  .theme-slider {
    padding: 76px 0 50px 0;
  }
  .theme-slider-slider-errows-next {
    width: 26px;
    right: 5px;
  }
  .theme-slider-slider-errows-prev {
    width: 26px;
    left: 5px;
  }
  .theme-slider-slider-slide-wrapper-content {
    width: 100%;
    margin: 0 28px;
  }
  .theme-slider-slider-slide-wrapper-content-title {
    font-size: 42px;
  }
  .theme-video-wrapper {
    padding: 86px 30px;
  }
  .theme-video-wrapper-right h2 {
    font-size: 32px;
  }
  .theme-info h2 {
    font-size: 32px;
    margin: 0;
  }
  .theme-info-wrapper-single-border {
    padding: 76px 30px 42px 30px;
    row-gap: 0;
  }
  .theme-info-wrapper-single-border-right-item {
    flex-direction: column;
    padding: 16px 0;
    font-size: 18px;
  }
  .theme-footer-wrapper-links {
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=style.css.map */