.btn-big {
  text-decoration: none;
  display: inline-flex;
  height: 72px;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  font-weight: 600;
  box-shadow: 0 10px 40px -25px #000;
}
@media only screen and (max-width : 575px) {
  .btn-big {
    width: 100%;
  }
}
.btn-big.btn-buyer {
  color: #fff;
  font-weight: 600;
  background: #008181;
  background: -moz-linear-gradient(39deg, #008181 0%, #006565 100%);
  background: -webkit-linear-gradient(39deg, #008181 0%, #006565 100%);
  background: linear-gradient(39deg, #008181 0%, #006565 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008181", endColorstr="#006565", GradientType=1);
  position: relative;
  z-index: 1;
}
.btn-big.btn-buyer:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.2s linear;
  opacity: 0;
}
.btn-big.btn-buyer:hover:before {
  opacity: 1;
}
.btn-big.btn-buyer:before {
  background: linear-gradient(39deg, #006565 0%, #008181 100%);
}
.btn-big.btn-producer {
  color: #fff;
  font-weight: 600;
  background: #fd746c;
  background: -moz-linear-gradient(227deg, #fd746c 0%, #fd8b6c 100%);
  background: -webkit-linear-gradient(227deg, #fd746c 0%, #fd8b6c 100%);
  background: linear-gradient(227deg, #fd746c 0%, #fd8b6c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fd746c", endColorstr="#fd8b6c", GradientType=1);
  position: relative;
  z-index: 1;
}
.btn-big.btn-producer:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.2s linear;
  opacity: 0;
}
.btn-big.btn-producer:hover:before {
  opacity: 1;
}
.btn-big.btn-producer:before {
  background: linear-gradient(227deg, #fd8b6c 0%, #fd746c 100%);
}
.btn-producer-color,
.btn-buyer-color {
  color: #fff;
  font-weight: 600;
}
.btn-buyer-color {
  background: #008181;
  background: -moz-linear-gradient(39deg, #008181 0%, #006565 100%);
  background: -webkit-linear-gradient(39deg, #008181 0%, #006565 100%);
  background: linear-gradient(39deg, #008181 0%, #006565 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008181", endColorstr="#006565", GradientType=1);
}
.btn-producer-color {
  background: #fd746c;
  background: -moz-linear-gradient(227deg, #fd746c 0%, #fd8b6c 100%);
  background: -webkit-linear-gradient(227deg, #fd746c 0%, #fd8b6c 100%);
  background: linear-gradient(227deg, #fd746c 0%, #fd8b6c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fd746c", endColorstr="#fd8b6c", GradientType=1);
}
.btn-buyer-color-hover,
.btn-producer-color-hover {
  position: relative;
  z-index: 1;
}
.btn-buyer-color-hover:before,
.btn-producer-color-hover:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.2s linear;
  opacity: 0;
}
.btn-buyer-color-hover:hover:before,
.btn-producer-color-hover:hover:before {
  opacity: 1;
}
.btn-buyer-color-hover:before {
  background: linear-gradient(39deg, #006565 0%, #008181 100%);
}
.btn-producer-color-hover:before {
  background: linear-gradient(227deg, #fd8b6c 0%, #fd746c 100%);
}
.btn-buyer-color-outline {
  background: #FFFFFF;
  border: 1px solid #008181;
  color: #008181;
}
.btn-buyer-color-outline-hover:hover {
  color: #FFFFFF;
}
.anim {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.anim_slow {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.anim_very_slow {
  -webkit-transition: all 7s ease-in-out;
  -moz-transition: all 7s ease-in-out;
  -o-transition: all 7s ease-in-out;
  transition: all 7s ease-in-out;
}
.anim_cubic {
  -webkit-transition: all 0.3s cubic-bezier(0.64, -0.68, 0.4, 1.85);
  -moz-transition: all 0.3s cubic-bezier(0.64, -0.68, 0.4, 1.85);
  -o-transition: all 0.3s cubic-bezier(0.64, -0.68, 0.4, 1.85);
  transition: all 0.3s cubic-bezier(0.64, -0.68, 0.4, 1.85);
}
.anim_cubic_slow {
  -webkit-transition: all 0.5s cubic-bezier(1, -0.36, 0.43, 1.28);
  -moz-transition: all 0.5s cubic-bezier(1, -0.36, 0.43, 1.28);
  -o-transition: all 0.5s cubic-bezier(1, -0.36, 0.43, 1.28);
  transition: all 0.5s cubic-bezier(1, -0.36, 0.43, 1.28);
}
.preloader_home {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #181818;
  width: 100%;
  height: 100%;
  z-index: 100;
  animation: subpage_mask_hor 1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.preloader_main {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #181818;
  width: 100%;
  height: 100%;
  z-index: 10000;
  animation: main_initial 0.6s 0.3s ease-in-out both;
}
.preloader_main.bye-bye {
  animation: main_initial_rev 0.6s 0.3s ease-in-out both;
}
.reveal {
  animation: text-clip 1s 0.5s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.reveal_2 {
  animation: text-clip 1s 1.3s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.preloader_01 {
  position: absolute;
  top: 0;
  left: 0;
  background: #181818;
  width: 100%;
  height: 100%;
  z-index: 9;
  animation: subpage_mask 2s 0.5s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.reveal_01 {
  animation: text-clip 0.5s 0.2s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.preloader_photo {
  position: absolute;
  top: 0;
  right: 0;
  background: #181818;
  width: 100%;
  height: 100%;
  z-index: 9;
  animation: subpage_mask 1.7s 2s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.preloader_02 {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #111;
  height: 100%;
  z-index: 9;
  animation: subpage_mask 2s 0.4s cubic-bezier(0.5, 0, 0.1, 1) both;
}
.preloader_03 {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #111;
  height: 100%;
  z-index: 9;
  animation: subpage_mask 2s 0.8s cubic-bezier(0.5, 0, 0.1, 1) both;
}
@keyframes subpage_mask {
  from {
    width: 100%;
  }
  to {
    width: 0.00001%;
  }
}
@keyframes subpage_mask_hor {
  from {
    height: 100%;
  }
  to {
    height: 0.00001%;
  }
}
@keyframes main_initial {
  from {
    width: 100%;
  }
  to {
    width: 0.00001%;
  }
}
@keyframes main_initial_rev {
  from {
    width: 0.00001%;
  }
  to {
    width: 100%;
  }
}
@keyframes subpage_mask_hor_rev {
  from {
    height: 0.00001%;
  }
  to {
    height: 100%;
  }
}
@keyframes text-clip {
  from {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
#banner {
  position: relative;
  height: 25rem;
  margin-bottom: 6rem;
  margin-top: 75px;
}
@media only screen and (max-width : 575px) {
  #banner {
    height: 22rem;
    margin-bottom: 2rem;
  }
}
#banner .static_header {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner .static_header.overlay-dark {
  position: relative;
}
#banner .static_header.overlay-dark:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#banner .slider_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
#banner .slider_inner h1 {
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 8px #000;
  font-size: 4rem;
  font-weight: 100;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media only screen and (max-width : 575px) {
  #banner .slider_inner h1 {
    font-size: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width : 991px) {
  #banner .post_banner .slider_inner h1 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width : 575px) {
  #banner .post_banner .slider_inner h1 {
    font-size: 1.8rem;
  }
}
#banner .post_banner .slider_inner .post_date {
  color: #fff;
}
