/*Main styles*/
body {
  background: #F8F8FF;
}

.section {
  width: 100%;
  padding: 100px 0;
}

.title-h2 {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
}

.image {
  -o-object-fit: cover;
     object-fit: cover;
}

.col-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.link {
  text-decoration: none;
  font-weight: 900;
}

.text {
  font-size: 24px;
  font-weight: 500;
}

.m-top-50 {
  margin-top: 50px;
}

.m-top-100 {
  margin-top: 100px;
}

.row-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*Menu styles*/
.section__menu {
  padding: 0;
}

.logo {
  width: 80px;
  height: 80px;
  margin-left: 70px;
}

.row__menu {
  padding: 10px 0;
}

.link__menu {
  margin-right: 50px;
  font-size: 18px;
  text-transform: uppercase;
}

nav {
  margin-right: 100px;
  display: flex;
}

/*Banner styles*/
.section__banner {
  padding: 0;
}

.container__banner {
  height: 90vh;
  background-image:url("../images/banner.jpg");
  background-attachment: fixed;
  background-size: cover;
  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;
}

.row__h1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.title__banner {
  font-size: 70px;
  font-weight: 900;
  color: #fff;
  text-shadow: 5px 2px black;
}

.text__banner {
  font-size: 24px;
  font-weight: 500;
}

/*Description styles*/
.image__prew {
  width: 300px;
  height: 500px;
  border-radius: 5px;
}

.text__prew {
  font-size: 20px;
  font-weight: normal;
}

.col-table{
  max-width: 800px;
}

.col-group {
  margin: 0;
  padding: 10px 10px;
}

.group {
  border-radius: 5px;
}

/*GG*/
.section__gg {
  border: 1.5px solid #E0E0Ef;
  background: #fff;
}

.swiper {
  width: 100%;
  min-height: 50vh;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  height: auto;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-primary-del {
  background: none;
  border: unset;
  color: black;
}

.btn-primary:hover {
  background: #2828287a;
}

.card-img-top {
  height: 300px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-img-top_two {
  height: 250px !important;
}

.card {
  min-height: 670px;
}

.mb-3 {
  min-height: 410px;
}

.text-muted {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.text__years {
  bottom: 30px;
}

.row__people-dis {
  display: none;
}

.btn-pag {
  border: unset;
  background: #8300ff;
  padding: 10px 20px;
  border-radius: 25px;
  color: #fff;
}

.btn-pag-del {
  background: none;
  color: black;
}

.btn-pag-del:hover {
  background: #28282821;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

#Abtn {
  margin-right: 5px;
}

.cb2 {
  text-align: left;
}

/*Seasons*/
.section__season {
  border: 1px solid #E0E0Ef;
  background: #fff;
}

.text__season {
  font-size: 20px;
  font-weight: 400;
}

/*footer*/
.section__footer{
  padding: 50px 0;
}

.link__footer {
  font-size: 15px;
  margin-right: 10px;
}

.nav__footer {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
}

.image__footer {
  width: 200px;
  height: 100px;
  border-radius: 5px;
}

/* spoilers */
.text__spoilers{
color: gray;
font-size: 12px;
}


@media(max-width: 1200px){
  .col-table{
    max-width: 600px;
  }
}
/*# sourceMappingURL=style.css.map */