@import url("https://fonts.googleapis.com/css?family=Kaushan+Script&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap");
@font-face {
  font-family: 'Pollock3CTT';
  src: url("../fonts/Pollock3CTT.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lucida Fax';
  src: url("../fonts/LucidaFaxRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: 'Kaushan Script', cursive;
  overflow-x: hidden; }

@media screen and (max-width: 768px) {
  .container {
    max-width: 100%; } }

.main-banner {
  height: 900px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/main-banner.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  animation: mainAnim 1s 1 both; }
  .main-banner:before {
    content: "";
    display: block;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 25%, rgba(255, 255, 255, 0) 56%, rgba(255, 255, 255, 0) 90%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  @media screen and (max-width: 1200px) {
    .main-banner {
      height: 700px; } }
  @media screen and (max-width: 768px) {
    .main-banner {
      height: auto;
      padding: 80px 0 70px 0; } }
  .main-banner__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 1; }
  .main-banner__title {
    position: relative;
    animation-duration: 1.5s;
    animation-delay: 0s; }
    .main-banner__title span {
      font-size: 120px;
      line-height: 1;
      color: #e4bf63;
      position: absolute;
      z-index: 1;
      bottom: 10px;
      left: -10px; }
      @media screen and (max-width: 1200px) {
        .main-banner__title span {
          font-size: 100px; } }
      @media screen and (max-width: 992px) {
        .main-banner__title span {
          font-size: 85px; } }
      @media screen and (max-width: 768px) {
        .main-banner__title span {
          font-size: 11.0677083333vw;
          bottom: 7px;
          left: -0.78125vw; } }
      @media screen and (max-width: 576px) {
        .main-banner__title span {
          font-size: 13.0208333333vw;
          left: -1.8229166667vw; } }
    .main-banner__title.main-banner__title span {
      color: #516c1b;
      left: -4px; }
  .main-banner h1 {
    position: relative;
    z-index: 2;
    font-size: 120px;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0px 3px 40px black; }
    @media screen and (max-width: 1200px) {
      .main-banner h1 {
        font-size: 100px; } }
    @media screen and (max-width: 992px) {
      .main-banner h1 {
        font-size: 85px; } }
    @media screen and (max-width: 768px) {
      .main-banner h1 {
        font-size: 11.0677083333vw; } }
    @media screen and (max-width: 576px) {
      .main-banner h1 {
        font-size: 13.0208333333vw; } }
  .main-banner p {
    animation-duration: 1.5s;
    animation-delay: 0s;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 1.4;
    color: #ffffff;
    max-width: 890px;
    margin: 30px auto 0 auto;
    text-shadow: 0px 3px 40px black; }
    @media screen and (max-width: 992px) {
      .main-banner p {
        font-size: 22px; } }
    @media screen and (max-width: 768px) {
      .main-banner p {
        font-size: 2.6041666667vw;
        max-width: 480px;
        margin-top: 3.90625vw; } }
    @media screen and (max-width: 576px) {
      .main-banner p {
        font-size: 16px; } }
  @media screen and (max-width: 768px) {
    .main-banner.main-banner2:before {
      background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 86%, rgba(255, 255, 255, 0) 90%); } }

.main-title {
  background-color: #f7f6f5;
  text-align: center;
  padding: 30px 0; }
  @media screen and (max-width: 768px) {
    .main-title {
      padding: 10px 0;
      background-color: #f7f6f5; } }
  .main-title p {
    margin-bottom: 0;
    font-size: 46px;
    color: #c49a6b;
    line-height: 1.3;
    /*animation-duration: 1s;
    animation-delay: 0s;
    opacity: 0;*/ }
    @media screen and (max-width: 768px) {
      .main-title p {
        font-size: 5.2083333333vw; } }
    @media screen and (max-width: 576px) {
      .main-title p {
        font-size: 24px; } }
  .main-title.main-title2 p {
    color: #0a1113; }

.product {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .product {
      display: none; } }
  .product__item {
    width: 50%;
    min-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .product__item:nth-child(even) {
      flex-direction: column-reverse; }
  .product__image {
    width: 100%;
    min-width: 100%;
    padding-bottom: calc(100% * 0.70);
    position: relative; }
    .product__image img {
      position: absolute;
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 100%; }
  .product__info {
    width: 100%;
    min-width: 100%;
    background: #2a120c;
    padding: 130px 0 0 0;
    height: 475px; }
    @media screen and (max-width: 1500px) {
      .product__info {
        padding: 100px 0 0 0;
        height: 400px; } }
    @media screen and (max-width: 1200px) {
      .product__info {
        padding: 80px 0 0 0;
        height: 340px; } }
    @media screen and (max-width: 992px) {
      .product__info {
        padding: 50px 0 0 0;
        height: 260px; } }
    .product__info--wrap {
      display: flex;
      align-items: flex-start;
      justify-content: center; }
    .product__info--item {
      width: 170px; }
      @media screen and (max-width: 992px) {
        .product__info--item {
          width: 140px; } }
      .product__info--item:first-child {
        margin-right: 60px; }
        @media screen and (max-width: 992px) {
          .product__info--item:first-child {
            margin-right: 20px; } }
      .product__info--item:last-child {
        margin-left: 60px; }
        @media screen and (max-width: 992px) {
          .product__info--item:last-child {
            margin-left: 20px; } }
    .product__info--icon {
      width: 112px;
      height: 112px;
      margin: 0 auto 15px auto; }
      @media screen and (max-width: 992px) {
        .product__info--icon {
          width: 85px;
          height: 85px; } }
      .product__info--icon img {
        width: 100%; }
    .product__info--text {
      text-align: center;
      font-size: 23px;
      color: #c49a6b;
      line-height: 1.2;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      text-transform: uppercase; }
      @media screen and (max-width: 992px) {
        .product__info--text {
          font-size: 18px; } }
  .product.product2 .product__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    background-color: #2c3716; }
    .product.product2 .product__info--text {
      color: #ffffff; }

.partners {
  background-color: #ecd0ab;
  padding: 65px 0 50px 0; }
  @media screen and (max-width: 768px) {
    .partners {
      padding: 25px 0; } }
  .partners__wrap {
    display: flex;
    justify-content: space-between; }
  .partners__item {
    width: 20%;
    min-width: 20%;
    display: flex;
    flex-direction: column;
    opacity: 0;
    animation-duration: 1s;
    animation-delay: 0s; }
    .partners__item img {
      max-width: 95%;
      max-height: 90%;
      object-fit: cover;
      display: block; }
      @media screen and (max-width: 992px) {
        .partners__item img {
          max-width: 93%; } }
      @media screen and (max-width: 576px) {
        .partners__item {width: 33%;min-width: 33%;}
        .partners__item img {
          max-width: 95% !important; } 
          .partners__item:last-child {
          width: 50%; }}
    /*.partners__item:nth-child(2) {
      width: 17%;
      min-width: 17%; }
      @media screen and (max-width: 768px) {
        .partners__item:nth-child(2) img {
          width: 80%; } }
    .partners__item:nth-child(4) {
      padding-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .partners__item:nth-child(4) {
          padding-bottom: 3.2552083333vw; } }
    .partners__item:nth-child(5) {
      width: 23%;
      min-width: 23%; }
    .partners__item:nth-child(even) {
      margin-top: 100px;
      align-items: flex-end; }
      @media screen and (max-width: 992px) {
        .partners__item:nth-child(even) {
          margin-top: 40px; } }
      @media screen and (max-width: 576px) {
        .partners__item:nth-child(even) {
          margin-top: 20px; } }
      .partners__item:nth-child(even) img {
        margin: auto auto 0 auto; }
    .partners__item:nth-child(odd) {
      align-items: flex-start; }
      .partners__item:nth-child(odd) img {
        margin: 0 auto auto auto; }*/
  .partners.partners2 {
    background-color: #e5e5e5; }
    .partners.partners2 .partners__wrap {
      align-items: center; }
    /*.partners.partners2 .partners__item:nth-child(even) {
      margin-top: 0px;
      align-items: flex-start; }*/
    .partners.partners2 .partners__item img {
      max-width: 90%; }

.partners2__title {
  text-align: center;
  margin-bottom: 90px;
  font-size: 36px;
  line-height: 1.2;
  color: #2a120c;
  font-family: "Lucida Fax"; }
  @media screen and (max-width: 992px) {
    .partners2__title {
      margin-bottom: 80px;
      font-size: 32px; } }
  @media screen and (max-width: 768px) {
    .partners2__title {
      margin-bottom: 60px;
      font-size: 26px; } }
  @media screen and (max-width: 576px) {
    .partners2__title {
      margin-bottom: 40px;
      font-size: 24px; } }

.popover {
  max-width: 350px; }
  @media screen and (max-width: 1200px) {
    .popover {
      font-size: 15px; } }
  @media screen and (max-width: 768px) {
    .popover {
      max-width: 300px; } }

.popover-body {
  text-align: center;
  font-size: 16px;
  font-family: "Montserrat";
  color: #0a1113;
  font-weight: bold;
  padding: 5px; }
  @media screen and (max-width: 1200px) {
    .popover-body {
      font-size: 15px; } }
  @media screen and (max-width: 768px) {
    .popover-body {
      font-size: 13px;
      font-weight: 400; } }

.product-img {
  display: none; }
  @media screen and (max-width: 768px) {
    .product-img {
      display: block; } }
  .product-img .swiper-slide {
    width: 100%;
    height: 65.1041666667vw;
    position: relative;
    filter: blur(2px); }
    .product-img .swiper-slide-active {
      filter: blur(0px); }
    .product-img .swiper-slide img {
      width: 100%;
      height: 100%;
      position: absolute;
      object-fit: cover;
      object-position: center; }
  .product-img__next, .product-img__prev {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 50px;
    background: #2a120c;
    opacity: 0.6;
    transition: all 0.25s; }
    .product-img__next:hover, .product-img__prev:hover {
      opacity: 1; }
    @media screen and (max-width: 576px) {
      .product-img__next, .product-img__prev {
        transform: scale(0.8); } }
    .product-img__next span, .product-img__prev span {
      display: block;
      height: 17px;
      width: 17px;
      border-top: 2.5px solid #ecd0ab;
      border-right: 2.5px solid #ecd0ab;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: 0;
      right: 0; }
    .product-img__next:focus, .product-img__prev:focus {
      outline: none;
      box-shadow: none; }
  .product-img__prev {
    left: calc(7% -25px); }
    .product-img__prev span {
      left: 5px;
      transform: rotate(-135deg); }
  .product-img__next {
    right: calc(7% -25px); }
    .product-img__next span {
      right: 5px;
      transform: rotate(45deg); }

.advantages {
  display: none;
  background: #2a120c;
  padding-top: 20px; }
  @media screen and (max-width: 768px) {
    .advantages {
      display: block; } }
  .advantages .swiper-slide {
    width: 70.3125vw;
    height: 250px;
    filter: blur(3px); }
    @media screen and (max-width: 576px) {
      .advantages .swiper-slide {
        height: 220px;
        width: 78.125vw; } }
    .advantages .swiper-slide-active {
      filter: blur(0px); }
  .advantages__wrap {
    display: flex;
    background: #2a120c;
    width: 70.3125vw;
    justify-content: space-between; }
    @media screen and (max-width: 576px) {
      .advantages__wrap {
        width: 78.125vw; } }
  .advantages__item {
    width: 50%;
    min-width: 50%; }
  .advantages__icon {
    width: 112px;
    height: 112px;
    margin: 0 auto 15px auto; }
    @media screen and (max-width: 576px) {
      .advantages__icon {
        width: 90px;
        height: 90px; } }
    .advantages__icon img {
      width: 100%; }
  .advantages__text {
    max-width: 23.4375vw;
    margin: auto;
    text-align: center;
    font-size: 3.125vw;
    color: #c49a6b;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase; }
    @media screen and (max-width: 576px) {
      .advantages__text {
        font-size: 3.3854166667vw; } }
  .advantages .advantages__prev, .advantages .advantages__next {
    bottom: 5px;
    top: auto;
    width: 30px;
    height: 25px;
    background: #c49a6b;
    background-image: none;
    cursor: pointer; }
    .advantages .advantages__prev:focus, .advantages .advantages__next:focus {
      outline: none;
      box-shadow: none; }
    .advantages .advantages__prev span, .advantages .advantages__next span {
      display: block;
      height: 10px;
      width: 10px;
      border-top: 1.5px solid #2a120c;
      border-right: 1.5px solid #2a120c;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: 0;
      right: 0; }
  .advantages .advantages__prev {
    left: calc(50% - 42px); }
    .advantages .advantages__prev span {
      transform: rotate(-135deg);
      left: 5px; }
  .advantages .advantages__next {
    right: calc(50% - 42px); }
    .advantages .advantages__next span {
      transform: rotate(45deg);
      right: 5px; }
  .advantages.advantages2 {
    background-color: #212105;
    padding-top: 50px; }
    @media screen and (max-width: 576px) {
      .advantages.advantages2 .swiper-slide {
        height: 200px; } }
    .advantages.advantages2 .advantages__wrap {
      background-color: #212105; }
    .advantages.advantages2 .advantages__text {
      color: #ffffff; }

.follow {
  background-color: #2a120c;
  padding: 50px 0 80px 0; }
  @media screen and (max-width: 768px) {
    .follow {
      padding: 15px 0; } }
  .follow__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c49a6b;
    font-size: 48px;
    line-height: 1;
    position: relative;
    width: auto; }
    .follow__wrap:hover{text-decoration: none;}
    @media screen and (max-width: 768px) {
      .follow__wrap {
        font-family: 'Pollock3CTT';
        font-size: 11.71875vw;
        text-transform: uppercase; } }
    .follow__wrap:before {
      content: "";
      display: block;
      width: 153px;
      height: 92px;
      background-position: center;
      background-image: url("../img/arrow.png");
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      right: 0;
      left: 0;
      margin: auto;
      bottom: -46px; }
      @media screen and (max-width: 768px) {
        .follow__wrap:before {
          height: 5.9895833333vw;
          width: 10.0260416667vw;
          right: 24.7395833333vw;
          left: auto;
          bottom: -1.3020833333vw; } }
  .follow__link {
    display: block;
    margin-left: 110px;
    text-decoration: none;
    cursor: pointer;
    height: 112px;
    width: 112px; }
    @media screen and (max-width: 768px) {
      .follow__link {
        height: 15.625vw;
        width: 15.625vw;
        margin-left: 9.1145833333vw; } }
    .follow__link img {
      width: 100%; }
  .follow.follow2 {
    padding: 15px 0;
    background-color: #050501;
    font-family: 'Kaushan Script', cursive; }
    .follow.follow2 .follow__wrap {
      color: #ffffff; }
      .follow.follow2 .follow__wrap:before {
        display: none; }
      @media screen and (max-width: 768px) {
        .follow.follow2 .follow__wrap {
          font-family: 'Kaushan Script', cursive;
          text-transform: none;
          font-size: 35px; } }
    .follow.follow2 .follow__link {
      height: 80px;
      width: 80px;
      margin-left: 25px; }
      @media screen and (max-width: 768px) {
        .follow.follow2 .follow__link {
          height: 50px;
          width: 50px; } }

@-webkit-keyframes mainAnim {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes mainAnim {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
