/** --- Null all default styles --- **/

*{margin:0;padding:0;border:0}
*,.main__content *:before,.main__content *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
focus,.main__content:active{outline:none}
a:focus,a:active{outline:none}
nav,footer,header,aside{display:block}
html,body{height:100%;width:100%;font-size: 100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}
input,button,textarea{font-family:inherit}
input::-ms-clear{display:none}
button{cursor:pointer}
button::-moz-focus-inner{padding:0;margin:0}
a,a:visited,a:hover{text-decoration:none}
ul li{list-style:none}
img{vertical-align:top}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}

/** --- End of Null --- **/

/** --- Main Styles for Site --- **/

/** Import and set Fonts **/
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;1,400;1,500;1,600&display=swap');

html, body{
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  height: 100%;
  background-color: #fff;
}

img{
	max-width: 100%;
	height: auto;
}

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.ibg img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.item {
  height: 100%;
  display: block;
  position: relative;
}
.item__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.item__logo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(100, 194, 158, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

/** Container and row for Flexbox **/
.container, .container-lg{
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px!important;
  z-index: 1;
}
@media only screen and (min-width: 576px){
  .container{
    width: 540px;
  }
}
@media only screen and (min-width: 768px){
  .container{
    width: 750px;
  }
}
@media only screen and (min-width: 992px){
  .container{
    width: 970px;
  }
}
@media only screen and (min-width: 1200px){
  .container{
    width: 1200px;
  }
  .container-lg{
    width: 1500px;
  }
}

.row{
  -webkit-box-display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
  -webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;
  margin: 0!important;
}

.overlay {
  position: relative;
}
.overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.bottom-shadow{
  position: relative;
}
.bottom-shadow:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-box-shadow: 0 4px 30px 50px #040404;
  box-shadow: 0 4px 30px 50px #040404;
}

/** Back to Top Button **/
#toTop {
  display: inline-block;
  background-color: #fcdb5a;
  width: 45px;
  height: 50px;
  text-align: right;
  border-radius: 5px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  text-align: center;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#toTop:hover {
  cursor: pointer;
  background-color: #FFBB00;
}
#toTop:active {
  background-color: #FFBB00;
}
#toTop.show {
  opacity: 1;
  visibility: visible;
}

html::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
html::-webkit-scrollbar-thumb {
  background: #fcdb5a;
  border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: inset 2px 2px 2px rgba(51, 51, 51, 0.3), inset -2px -2px 2px rgba(51, 51, 51, 0.3);
  box-shadow: inset 2px 2px 2px rgba(51, 51, 51, 0.3), inset -2px -2px 2px rgba(51, 51, 51, 0.3);
}
html::-webkit-scrollbar-track {
  background: linear-gradient(90deg, #080808, #080808 1px, #151515 0, #151515);
}

.btn{
  background: #FFBB00;
  background: -moz-linear-gradient(top, #FFBB00 0%, #d73512 100%);
  background: -webkit-linear-gradient(top, #FFBB00 0%,#d73512 100%);
  background: linear-gradient(to bottom, #FFBB00 0%,#d73512 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFBB00', endColorstr='#d73512',GradientType=0 );
  margin: 0 auto;
  display: block;
  border: 0;
  border-radius: 6px;
  width: 90%;
  max-width: 250px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  padding: 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s 0s;
          transition: all 0.3s 0s;
}
.btn:hover, .btn:active, .btn:focus{
  color: #fff;
  text-decoration: none;
  background: #e33b16;
  background: -moz-linear-gradient(top, #e33b16 0%, #d73512 100%);
  background: -webkit-linear-gradient(top, #e33b16 0%,#d73512 100%);
  background: linear-gradient(to bottom, #e33b16 0%,#d73512 100%);
}

@media only screen and (max-width: 768px) {
  .btn{
    width: 100%;
    max-width: inherit;
  }
}
@media only screen and (max-width: 576px) {
  .btn{
    padding: 10px;
  }
}
.main__content .main__link .btn{
  display: inline-block;
}

section{
  padding: 60px 0;
}

.section-title{
  position: relative;
  font-weight: 600;
  font-size: 2.4em;
  color: #FFBB00;
  text-shadow: 0 5px 10px rgb(0 0 0);
  margin-bottom: 30px;
  text-align: center;
  z-index: 1;
}

.section-title-divider{
  padding-bottom: 40px;
  margin-bottom: 60px;
}
.section-title-divider::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pngegg.png) no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 768px){
  .section-title{
    font-size: 2em;
  }
  .section-title-divider{
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}

.section-subtitle{
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #FFBB00;
  text-shadow: 0 5px 10px rgb(0 0 0);
  z-index: 1;
}

.alert{
  margin-bottom: 0;
  text-align: center;
  font-size: 1.25em;
}
@media only screen and (max-width: 768px){
  .alert{
    font-size: 1em;
  }
}
hr {
  border-top: 1px solid rgba(246, 156, 0, .5);
}

.white{
  color: #fff;
}

/** --- End of Main Styles for Site --- **/

/** Other Styles **/

/* Header */

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}
.header-top__row, .header-bottom__row {
  -webkit-box-align:center;-ms-flex-align:center;align-items:center;
}
@media only screen and (max-width: 768px) {
  .header-top__row{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 576px) {
  .header-bottom__row{
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
}
.header.scrolled {
  background-color: rgba(51, 51, 51, 0.3);
  transition: all 200ms linear 0ms;
  transition: width 200ms ease;
}
.header-top{
  padding: 5px 0;
  border-bottom: 1px dashed #fff;
  -webkit-transition: all 0.3s 0s;
        transition: all 0.3s 0s;
}
.header-top p, .header-top a{
  color: #fff;
  font-size: 1.1em;
  line-height: 1.6;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .header-top p, .header-top a{
    font-size: 1em
  }
}
@media only screen and (max-width: 768px) {
  .header-top__address{
    margin-right: 15px!important
  }
}
@media only screen and (max-width: 576px) {
  .header-top p{
    font-size: 1em
  }
}
@media only screen and (max-width: 480px) {
  .header-top p, .header-top a{
    font-size: .9em;
  }
  .header-top__email{
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  .header-top__address{
    margin-right: 0!important
  }
}
.header-top__phones a{
  vertical-align: middle;
}
.header-top__phones a:not(:last-child){
  margin-right: 5px;
}
.header-top__messanger{
  font-size: 2em!important;
  color: #fcdb5a!important;
}
@media only screen and (max-width: 576px) {
  .header-top__messanger{
    font-size: 1.6em!important;
  }
}

.header-bottom{
  padding: 15px 0;
}
.header-bottom__logo{
  -webkit-box-flex: 0;
    -webkit-flex: 0 1 15%;
      -ms-flex: 0 1 15%;
        flex: 0 1 15%;
}
@media only screen and (max-width: 768px) {
  .header-bottom__logo{
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
}
.header-bottom__logo img {
  transition: all 0.3s ease 0s;
  width: 13rem;
}
.header.scrolled .header-bottom__logo img {
  transition: all 0.3s ease 0s;
  width: 8rem;
}
/*.header.scrolled .icon-menu {
  top: 28px;
}*/

.menu{
  -webkit-box-flex: 0;
    -webkit-flex: 0 1 55%;
      -ms-flex: 0 1 55%;
        flex: 0 1 55%;
}
@media only screen and (max-width: 1200px) {
  .menu{
    -webkit-box-flex: 1;
    -webkit-flex: 0 1 5%;
    -ms-flex: 0 1 5%;
    flex: 0 1 5%;
    order: 1;
  }
}
.menu__list {
  display:-webkit-box;display:-ms-flexbox;display:flex;
  margin-bottom: 5px;
}
.menu__list li {
  letter-spacing: 1px;
  margin: 4px 5px 0;
}
.menu__list li.active a {
  color: #333;
  border-color: #fcdb5a;
  background: #fcdb5a;
}
.menu__link {
  display: block;
  padding: 7px 15px;
  font-size: 1.1em;
  font-weight: 600;
  color: #fcdb5a;
  border-radius: 5px;
  border: 1px solid transparent !important;
  transition: all 0.3s ease 0s;
}
.menu__link:hover, .menu__link:focus {
  color: #333 !important;
  border-color: #fcdb5a !important;
  background: #fcdb5a !important;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .menu__link {
    font-size: 1em;
  }
}
@media only screen and (max-width: 1200px) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background-color: rgba(51, 51, 51, 0.75);
    padding: 130px 0 0;
    transform: translate3d(100%, 0, 0);
    transition: all 0.5s ease 0s;
    z-index: 99;
  }
  .menu__body.active {
    transform: translate3d(0, 0, 0);
  }
  .menu__list {
    flex-direction: column;
    -webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:center;
    -webkit-box-align:center;-ms-flex-align:center;align-items:center;
  }
  .menu__list li {
    padding: 0 0 30px 0 !important;
  }
  .menu__list li:last-child {
    padding: 0;
  }
  .menu__list li:after {
    display: block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    right: 50%;
    top: 40px;
    margin: 0 -2px 0 0;
  }
  .menu__link {
    font-size: 24px;
  }
}
.menu__btn{
  width: inherit;
  max-width: 200px;
  font-size: 1.1em;
  padding: 10px;
  margin: 0;
  -webkit-box-flex: 0;
    -webkit-flex: 0 1 30%;
      -ms-flex: 0 1 30%;
        flex: 0 1 30%;
}
@media only screen and (max-width: 768px) {
  .menu__btn{
    width: inherit;
    max-width: 200px;
    font-size: 1.1em;
    padding: 10px;
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
}
@media only screen and (max-width: 576px) {
  .menu__btn{
    font-size: 1em;
  }
}
@media only screen and (max-width: 400px) {
  .menu__btn{
    font-size: .9em;
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 350px) {
  .menu__btn{
    font-size: .8em;
  }
}

@media only screen and (max-width: 1200px) {
  .icon-menu {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 100;
  }
  .icon-menu span {
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .icon-menu span:first-child {
    top: 0;
  }
  .icon-menu span:last-child {
    top: auto;
    bottom: -4px;
  }
  .icon-menu.active span {
    transform: scale(0);
    background-color: #fff;
  }
  .icon-menu.active span:first-child {
    transform: rotate(-45deg);
    top: 8px;
  }
  .icon-menu.active span:last-child {
    transform: rotate(45deg);
    bottom: 8px;
  }
  .header.sticky .icon-menu {
    top: 48px;
  }
}
/* Header - End */

/* Swiper */
.swiper-container{
  overflow: hidden;
  position: relative;
}
.swiper-slide {
  height: 250px;
}
.swiper-slide a {
  display: block;
  height: 100%;
}
.swiper-slide img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper-slide__item {
  width: 250px;
  height: auto;
  text-align: center;
}
.swiper-pagination{
  position: relative;
  margin-top: 30px;
}
.swiper-pagination-fraction {
  bottom: 0 !important;
}
.swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background-color: #614011;
  margin: 0 8px !important;
  opacity: 1;
  border: 1px solid #fcdb5a;
}
.swiper-pagination-bullet-active {
  background-color: #fcdb5a;
  border: transparent;
}
@media only screen and (max-width: 576px){
  .swiper-button-prev{
    left: 0;
  }
  .swiper-button-next{
    right: 0;
  }
}

/* Main Page Slider */
section.main-slider{
  padding: 0;
}
svg {
  display: block;
  overflow: visible;
}

.slider-container {
  position: relative;
  height: 100vh;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: all-scroll;
}

.slider-control {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 12%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
  will-change: opacity;
  opacity: 0;
}
.slider-control.inactive:hover {
  cursor: auto;
}
.slider-control:not(.inactive):hover {
  opacity: 1;
  cursor: pointer;
}
.slider-control.left {
  left: 0;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}
.slider-control.right {
  right: 0;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}
.slider-pagi {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 2rem;
  margin-bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0;
  list-style-type: none;
}
.slider-pagi__elem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 2rem;
  height: 2rem;
  margin: 0 0.5rem;
  border-radius: 50%;
  border: 2px solid #fcdb5a;
  cursor: pointer;
}
.slider-pagi__elem:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background: #fcdb5a;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
@media only screen and (max-width: 390px) {
  .slider-pagi__elem {
    width: 1.5rem;
    height: 1.5rem;
  }
  .slider-pagi__elem:before {
    width: .7rem;
    height: .7rem;
  }
}

.slider {
  z-index: 1;
  position: relative;
  height: 100%;
}
.slider.animating {
  -webkit-transition: -webkit-transform 0.5s;
          transition: transform 0.5s;
  will-change: transform;
}
.slider.animating .slide__bg {
  -webkit-transition: -webkit-transform 0.5s;
          transition: transform 0.5s;
  will-change: transform;
}

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide.active .slide__overlay,
.slide.active .slide__text {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.slide__bg {
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  will-change: transform;
}
.slide__bg img{
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.slide:nth-child(1) {
  left: 0;
}
.slide:nth-child(1) .slide__bg {
  left: 0;
}
.slide:nth-child(1) .slide__overlay-path {
  fill: #080808;
}
.slide:nth-child(2) {
  left: 100%;
}
.slide:nth-child(2) .slide__bg {
  left: -50%;
}
.slide:nth-child(2) .slide__overlay-path {
  fill: #333333;
}
.slide:nth-child(3) {
  left: 200%;
}
.slide:nth-child(3) .slide__bg {
  left: -100%;
}
.slide:nth-child(3) .slide__overlay-path {
  fill: #080808;
}
.slide:nth-child(4) {
  left: 300%;
}
.slide:nth-child(4) .slide__bg {
  left: -150%;
}
.slide:nth-child(4) .slide__overlay-path {
  fill: #333333;
}
@media only screen and (max-width: 991px) {
  .slide:nth-child(1) .slide__text {
    background-color: rgba(8, 8, 8, 0.8);
  }
  .slide:nth-child(2) .slide__text {
    background-color: rgba(51, 51, 51, 0.8);
  }
  .slide:nth-child(3) .slide__text {
    background-color: rgba(8, 8, 8, 0.8);
  }
  .slide:nth-child(4) .slide__text {
    background-color: rgba(51, 51, 51, 0.8);
  }
}

.slide__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  min-height: 810px;
  -webkit-transition: -webkit-transform 0.5s 0.5s, opacity 0.2s 0.5s;
          transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
  will-change: transform, opacity;
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
  opacity: 0;
}
@media only screen and (max-width: 1200px) {
  .slide__overlay {
    left: -100px;
    min-height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .slide__overlay {
    display: none;
  }
}
.slide__overlay path {
  opacity: 0.8;
}
.slide__text {
  position: absolute;
  width: 30%;
  bottom: 15%;
  left: 10%;
  color: #fff;
  -webkit-transition: -webkit-transform 0.5s 0.8s, opacity 0.5s 0.8s;
          transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
  will-change: transform, opacity;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
@media only screen and (max-width: 1200px) {
  .slide__text {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .slide__text {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40vh;
    text-align: center;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    -webkit-transition: -webkit-transform 0.5s 0.5s, opacity 0.5s 0.5s;
            transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
    padding: 1rem;
  }
}
@media only screen and (max-width: 576px) {
  .slide__text {
    height: 50vh;
  }
}
@media only screen and (max-width: 576px) and (min-height: 650px) {
  .slide__text {
    height: 45vh;
  }
}
.slide__text-heading {
  font-family: "Polar", Helvetica, Arial, sans-serif;
  font-size: 5em;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1500px) {
  .slide__text-heading {
    font-size: 4em;
  }
}
@media only screen and (max-width: 1200px) {
  .slide__text-heading {
    font-size: 3.2em;
  }
}
@media only screen and (max-width: 991px) {
  .slide__text-heading {
    font-size: 2.6em;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 576px) {
  .slide__text-heading {
    font-size: 2em;
    line-height: 1;
  }
}
.slide__text-desc {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.8em;
  font-style: italic;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1200px) {
  .slide__text-desc {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 991px) {
  .slide__text-desc {
    font-size: 1.25em;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 576px) {
  .slide__text-desc {
    font-size: 1.1em;
  }
}
.slide__text-link {
  z-index: 5;
  display: inline-block;
  position: relative;
  padding: 0.5rem;
  cursor: pointer;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.8em;
  color: #fff;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  transition: color .3s ease;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.slide__text-link:hover{
  color: #080808;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  transition: color .3s ease;
}
@media only screen and (max-width: 1200px) {
  .slide__text-link {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 576px) {
  .slide__text-link {
    font-size: 1.4em;
  }
}
.slide__text-link:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fcdb5a;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transform: rotateX(-85deg);
          transform: rotateX(-85deg);
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
  will-change: transform;
}
.slide__text-link:hover:before {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}

/** Section - Rules **/
.rules__row{
  -ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
}
.rules__column{
  -webkit-box-flex: 0;
    -webkit-flex: 0 1 33.333333%;
      -ms-flex: 0 1 33.333333%;
        flex: 0 1 33.333333%;
}
@media only screen and (max-width: 768px) {
  .rules__row{
    -webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:center;
  }
  .rules__column{
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
@media only screen and (max-width: 576px) {
  .rules__column{
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .rules__column:not(:last-child) .rule{
    margin-bottom: 30px
  }
}
.rule{
  position: relative;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 576px) {
  .rule{
    padding: 0
  }
}
.rule__icon{
  background-color: #fcdb5a;
  text-align: center;
  display: inline-block;
  line-height: 2em;
  height: 2em;
  width: 2em;
  -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
      border-radius: 50%;
  -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
      background-clip: padding-box;
  font-size: 4em;
}
.rule__title{
  font-size: 2em;
  padding: 30px 0 15px;
}
.rule__desc{
  font-size: 1.25em;
  line-height: 1.6;
}

/** Section - Order Quest **/
.order-quest, .order-certificate{
  background: url('../images/sebg.jpg') repeat-x;
  background-position: top center;
  min-height: 330px;
  color: #fff;
  font-size: 18px;
  position: relative;
  padding: 60px 0 0;
}
@media only screen and (max-width: 768px){
  .order-quest, .order-certificate{
    padding: 60px 0;
    background-size: cover;
  }
}
.order-quest .order-form input, .order-quest .order-form select,
.order-certificate .order-form input, .order-certificate .order-form select{
  -webkit-box-flex: 1;
    -webkit-flex: 0 1 32.3333333%;
      -moz-box-flex: 1;
      -moz-flex: 0 1 32.3333333%;
      -ms-flex: 0 1 32.3333333%;
        flex: 0 1 32.3333333%;
}
.order-quest .order-form .order-form__submit,
.order-certificate .order-form .order-form__submit{
  max-width: 370px;
  margin: 15px auto 0 auto!important;
}
@media only screen and (max-width: 768px){
  .order-quest .order-form input, .order-quest .order-form select,
  .order-certificate .order-form input, .order-certificate .order-form select{
    -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  }
  .order-quest .order-form .order-form__submit,
  .order-certificate .order-form .order-form__submit{
    max-width: inherit;
  }
}
.order-form__submit{
  padding: 10px;
  margin: 0;
  text-transform: none;
}
@media only screen and (min-width: 768px) and (max-width: 1200px){
  .order-form__submit{
    width: 100%!important;
    max-width: inherit!important;
    margin-top: 15px!important;
  }
}

/** Section - Certificate **/
.certificate__desc{
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1.6em;
  font-style: italic;
  line-height: 1.25;
  text-indent: 30px;
}
@media only screen and (max-width: 768px) {
  .certificate__desc{
    text-align: center
  }
}

/* Quest Block  */
section.quests{
	background-image: url(../images/black-wall.jpg);
  background-repeat-x: no-repeat;
  background-position: top center;
  background-size: contain;
  min-height: 100px;
}
.quest, .quest-info__column{
	-webkit-box-flex:1;-webkit-flex:0 1 48%;-moz-box-flex:1;-moz-flex:0 1 48%;-ms-flex:0 1 48%;flex:0 1 48%;
}
@media only screen and (max-width: 768px){
	.quest{
		-webkit-box-flex:1;-webkit-flex:1 1 100%;-moz-box-flex:1;-moz-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;
	}
}
@media only screen and (max-width 490px){
  .quest-info__column{
    -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
        -moz-box-flex: 1;
          -moz-flex: 1 1 100%;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
  }
}
.quest{
	margin-bottom: 40px;
  color: #fff;
}
.quest-info__column{
	margin-bottom: 20px;
}
a.quest__header{
	display: block;
  padding-top: 12px;
  padding-bottom: 12px;
}
.quest__image{
  display: block;
  position: relative;
}
.quest__image img{
	width: 100%;
	max-height: 368px;
	object-fit: cover;
}
.quest__image::before, .quest__image::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: -webkit-transform .35s,opacity .35s;
    transition: transform .35s,opacity .35s;
}
.quest__image::before{
  background-color: rgba(0, 0, 0, 0.4);
  border-top: 8px solid #fcdb5a;
  border-bottom: 8px solid #fcdb5a;
  -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
      transform: scale(0,1);
}
.quest__image::after{
  border-left: 8px solid #fcdb5a;
  border-right: 8px solid #fcdb5a;
  -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
      transform: scale(1,0);
}
.quest__outside{
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fcdb5a;
  font-size: 2em;
  font-style: italic;
  font-weight: 900;
  text-shadow: 0 10px 5px rgb(0 0 0);
  -webkit-text-stroke: .05em rgba(0,0,0,.5);
  -webkit-background-clip: text;
}
a.quest__header:hover .quest__image::before,
a.quest__header:hover .quest__image::after{
  opacity: 1;
  -webkit-transform: scale(1);
    -ms-transform: scale(1);
      transform: scale(1);
}
.quest__name{
	margin: 0;
  font-size: 2em;
  color: #fff;
  font-weight: 600;
  margin-top: 20px;
}
@media only screen and (max-width: 400px){
  .quest__name{
    font-size: 1.6em;
  }
}
.quest-info{
	margin: 20px 0 0;
  -webkit-box-align:center;-ms-flex-align:center;align-items:center;
  -ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
}
.quest-info__row{
	-webkit-box-align:center;-ms-flex-align:center;align-items:center;
  -ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
}
@media only screen and (max-width: 380px){
  .quest-info__row{
    flex-direction: column;
  }
}
.quest-info__level{
	-webkit-box-flex:1;-webkit-flex:0 1 30%;-moz-box-flex:1;-moz-flex:0 1 30%;-ms-flex:0 1 30%;flex:0 1 30%;
  vertical-align: middle;
  text-align: center;
  font-size: 3.2rem;
  color: #F69C00;
}
.quest-info__desc{
	-webkit-box-flex:1;-webkit-flex:0 1 70%;-moz-box-flex:1;-moz-flex:0 1 70%;-ms-flex:0 1 70%;flex:0 1 70%;
}
@media only screen and (max-width: 992px){
  .quest-info__level{
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px){
	.quest-info__level, .quest-info__desc{
		-webkit-box-flex:1;-webkit-flex:0 1 50%;-moz-box-flex:1;-moz-flex:0 1 50%;-ms-flex:0 1 50%;flex:0 1 50%;
	}
}
@media only screen and (max-width: 490px){
  .quest-info__level{
    -webkit-box-flex:1;-webkit-flex:0 1 25%;-moz-box-flex:1;-moz-flex:0 1 25%;-ms-flex:0 1 25%;flex:0 1 25%;
  }
  .quest-info__desc{
    -webkit-box-flex:1;-webkit-flex:0 1 75%;-moz-box-flex:1;-moz-flex:0 1 75%;-ms-flex:0 1 75%;flex:0 1 75%;
  }
}
@media only screen and (max-width: 380px){
  .quest-info__level, .quest-info__desc{
    -webkit-box-flex:1;-webkit-flex:1 1 100%;-moz-box-flex:1;-moz-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;
  }
  .quest-info__desc{
    text-align: center;
    margin-top: 15px
  }
}
.quest-info__desc p:not(:first-child){
  font-weight: 500;
  text-transform: uppercase;
}
.quest__desc{
	font-size: 17px;
  line-height: 1.25;
	margin-bottom: 20px;
}
.quest__about-btn{
  background: #FFBB00;
  background: -moz-linear-gradient(top, #7D39AD 0%, #d73512 100%);
  background: -webkit-linear-gradient(top, #7D39AD 0%,#d73512 100%);
  background: linear-gradient(to bottom, #7D39AD 0%, #CE4E59 50%, #d73512 100%);
}

/** Single Quest Page **/
.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60vh;
  padding: 60px 0;
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .main {
    min-height: 100vh;
  }
}
.main__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 41.66666667%;
  flex: 0 1 41.66666667%;
  padding: 0 15px;
}
.main__column_big {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 58.33333333%;
  flex: 0 1 58.33333333%;
}
.main__name {
  display: block;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 100;
  /*font-family: Raleway, sans-serif;*/
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .main__name {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .main__name {
    font-size: 1.6rem;
  }
}
.main__description {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6;
  font-style: italic;
}
@media only screen and (min-width: 576px) {
  .main__description {
    font-size: 1.6rem;
  }
}
.main__link {
  text-align: center;
}
.main__link .custom-btn {
  color: #fff;
}
.main__title {
  font-size: 3.4em;
  color: #fff;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .main__title {
    font-size: 3em;
  }
}
@media only screen and (max-width: 992px) {
  .main__title {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .main__title {
    font-size: 2.2em;
  }
}
@media only screen and (max-width: 576px) {
  .main__title {
    font-size: 1.8em;
  }
}
.main__subtitle {
  font-size: 2em;
  font-weight: 300;
  margin: 0 0 40px;
  line-height: 35px;
}
@media only screen and (max-width: 992px) {
  .main__subtitle {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 576px) {
  .main__subtitle {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 460px) {
  .main__subtitle {
    line-height: 30px;
  }
}
.main__phones{
	text-align: center;
	font-size: 1.8em;
	margin-bottom: 30px;
}
.main__btn{
	display: inline-block!important;
	max-width: 300px!important;
}
.main__btn:first-child{
	margin-right: 15px;
}
.main__btn:last-child{
	margin-left: 15px;
}
@media only screen and (max-width: 768px){
  .main__btn:first-child{
    margin: 0 0 15px 0;
  }
  .main__btn:last-child{
    margin-left: 0;
  }
}
.main__developing{
  font-size: 2em;
  font-weight: 900;
  text-align: center;
  color: #FFBB00;
}

.gallery-slider__slide{
  text-align: center;
}

.single-quest-content{
  padding: 80px 0 60px;
  background: url('../images/dark-forest.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: 0px 0px 30px 40px #080808 inset;
  -moz-box-shadow: 0px 0px 30px 40px #080808 inset;
  box-shadow: 0px 0px 30px 40px #080808 inset;
}
@media only screen and (max-width: 992px){
  .single-quest-content{
    -webkit-box-shadow: none;
      -moz-box-shadow: none;
        box-shadow: none;
  }
}
.single-quest-info__row{
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
}
.single-quest-info__column{
	-webkit-box-flex:1;-webkit-flex:0 1 17%;-moz-box-flex:1;-moz-flex:0 1 17%;-ms-flex:0 1 17%;flex:0 1 17%;
}
@media only screen and (max-width: 1200px){
  .single-quest-info__column{
    -webkit-box-flex:1;-webkit-flex:0 1 32%;-moz-box-flex:1;-moz-flex:0 1 32%;-ms-flex:0 1 32%;flex:0 1 32%;
  }
}
@media only screen and (max-width: 576px){
  .single-quest-info__column{
    -webkit-box-flex:1;-webkit-flex:0 1 50%;-moz-box-flex:1;-moz-flex:0 1 50%;-ms-flex:0 1 50%;flex:0 1 50%;
  }
}
@media only screen and (max-width: 450px){
  .single-quest-info__column{
    -webkit-box-flex:1;-webkit-flex:1 1 100%;-moz-box-flex:1;-moz-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;
  }
}
.single-quest-info__level{
	vertical-align: middle;
  text-align: center;
  font-size: 2.4rem;
  color: #EE0000;
}
.single-quest-info__desc{
	text-align: center;
  color: #fff;
}
.single-quest-info__desc p:not(:first-child){
	/*color: #fff;*/
  font-weight: 500;
  text-transform: uppercase;
}

.single-quest-description__column{
  -webkit-box-flex:1;-webkit-flex:0 1 40%;-moz-box-flex:1;-moz-flex:0 1 40%;-ms-flex:0 1 40%;flex:0 1 40%;
}
.single-quest-description__column_big{
  -webkit-box-flex:1;-webkit-flex:0 1 60%;-moz-box-flex:1;-moz-flex:0 1 60%;-ms-flex:0 1 60%;flex:0 1 60%;
}
@media only screen and (max-width: 992px){
  .single-quest-description__column, .single-quest-description__column_big{
    -webkit-box-flex:1;-webkit-flex:1 1 100%;-moz-box-flex:1;-moz-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%%;
  }
}
.single-quest-description{
  margin-top: 30px!important;
}
.single-quest-description__title{
  text-align: left;
}
.single-quest-description__text{
  padding: 30px 0;
  font-size: 1.25em;
  line-height: 1.4;
  color: #fff;
}
.single-quest-description__price-info{
  margin-top: 30px;
  margin-bottom: 60px;
  border: 5px solid #BB7706;
  padding: 20px;
  /*color: #cdcdcd;*/
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: 300;
  color: #fff;
}
.single-quest-description__order-form input{
  -webkit-box-flex:1;-webkit-flex:0 1 30%;-moz-box-flex:1;-moz-flex:0 1 30%;-ms-flex:0 1 30%;flex:0 1 30%;
}
@media only screen and (min-width: 768px) and (max-width: 1200px){
  .single-quest-description__order-form input{
    -webkit-box-flex:1;-webkit-flex:0 1 48%;-moz-box-flex:1;-moz-flex:0 1 48%;-ms-flex:0 1 48%;flex:0 1 48%;
  }
}
@media only screen and (max-width: 768px){
  .single-quest-description__order-form input{
    -webkit-box-flex:1;-webkit-flex:1 1 100%;-moz-box-flex:1;-moz-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;
  }
  .single-quest-description__order-form input{
    margin-bottom: 15px
  }
}
.main__content input[type="text"], .main__content input[type="number"], .main__content input[type="tel"], 
.main__content input[type="password"], .main__content select, .main__content textarea {
  font-size: 1rem;
  padding: 11px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  font-weight: 300;
  font-style: normal;
  opacity: 0.8;
  height: auto;
  box-shadow: 0 2px 4px rgb(100 100 100 / 10%) inset;
  box-sizing: border-box;
}
.single-quest-description__prompt{
  font-size: 12px;
  padding: 12px 12px 0 12px;
  text-align: center;
  line-height: 1.6;
  color: #fff;
}
@media only screen and (max-width: 768px){
  .single-quest-description__prompt{
    padding: 12px 0 0 0;
  }
}
.quest-rating{
  color: #cdcdcd;
  margin-left: 30px;
}
@media only screen and (max-width: 992px){
  .quest-rating{
    margin: 30px 0 0 0;
  }
}
.quest-rating .row{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quest-rating__header{
  background-color: #2e2f36;
  margin-bottom: 15px;
}
.quest-rating__header .quest-rating__key{
  padding: 0 15px;
}
.quest-rating__column{
  -webkit-box-flex:1;-webkit-flex:0 1 30%;-moz-box-flex:1;-moz-flex:0 1 30%;-ms-flex:0 1 30%;flex:0 1 30%;
}
.quest-rating__column_big{
  -webkit-box-flex:1;-webkit-flex:0 1 70%;-moz-box-flex:1;-moz-flex:0 1 70%;-ms-flex:0 1 70%;flex:0 1 70%;
}
.quest-rating__title, .quest-rating__subtitle{
  line-height: 1.25;
}
.quest-rating__title{
  font-size: 1.8em;
  font-weight: 600;
}
.quest-rating__subtitle{
  font-size: 1.25em;
  font-weight: 300;
}
@media only screen and (max-width: 992px){
  .quest-rating__title{
    font-size: 1.4em;
  }
  .quest-rating__subtitle{
    font-size: 1.1em;
  }
}
.quest-rating__value{
  font-size: 1.6em;
  text-align: center;
  padding: 60px 0;
  background-color: #480606;
}
@media only screen and (max-width: 992px){
  .quest-rating__value{
    padding: 40px 0;
  }
}
.quest-rating__body{
  background-color: #060606;
}
.quest-rating__body .quest-rating__key,
.quest-rating__body .quest-rating__value{
  height: 90px;
}
.quest-rating__body .quest-rating__key{
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 4px solid #980000;
}
@media only screen and (max-width: 1200px){
  .quest-rating__body .quest-rating__key,
  .quest-rating__body .quest-rating__value{
    height: 100px;
  }
}
@media only screen and (max-width: 992px){
  .quest-rating__body .quest-rating__key,
  .quest-rating__body .quest-rating__value{
    height: 80px;
  }
}
@media only screen and (max-width: 450px){
  .quest-rating__body .quest-rating__key,
  .quest-rating__body .quest-rating__value{
    height: 100px;
  }
}
@media only screen and (max-width: 360px){
  .quest-rating__body .quest-rating__key,
  .quest-rating__body .quest-rating__value{
    height: 120px;
  }
}
.quest-rating__body .quest-rating__value{
  background-color: transparent;
  border-bottom: 4px solid #555;
}
.quest-rating__body .quest-rating__title{
  font-size: 1.25em;
}
.quest-rating__body .quest-rating__subtitle{
  font-size: 1.1em;
}
.quest-rating__body .quest-rating__value{
  padding-top: 28px;
  padding-bottom: 28px;
}
.quest-place{
  background: #080808;
  text-align: center;
  color: #fff;
  margin-bottom: -2px;
}
.quest-place__desc, .quest-place__contacts{
  line-height: 1.6;
}
.quest-place__desc{
  font-size: 1.6em;
}
.quest-place__contacts{
  font-size: 1.25em;
  margin-bottom: 30px;
}

/** Quest Gallery **/
.gallery{
  background: url('../images/dark-wall.webp') no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 30px 40px #080808 inset;
  -moz-box-shadow: 0px 0px 30px 40px #080808 inset;
  box-shadow: 0px 0px 30px 40px #080808 inset;
}

/** Quest Reviews **/
.reviews{
  background-color: #000;
}
.reviews__wrapper{
  position: relative;
  background-color: #39393C;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  z-index: 10;
}
.reviews__wrapper::before, .reviews__wrapper::after{
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  font-size: 4.375em;
  position: absolute;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  z-index: 10;
}
.reviews__wrapper::before {
  content: '\f10d';
  top: 10px;
  left: 0;
  margin-left: -25px;
}
.reviews__wrapper::after {
  content: '\f10e';
  bottom: 20px;
  right: 0;
  margin-right: -25px;
}
@media only screen and (max-width: 576px){
  .reviews__wrapper::before, .reviews__wrapper::after{
    display: none
  }
}
.review{
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color:  #fff;
}
.review__text {
  font-size: 1.6em;
  line-height: 1.6;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 1em;
  padding: 0 60px;
}
.review__none{
  font-size: 1.6em;
  line-height: 1.6;
  font-style: italic;
  text-align: center;
  color: #fff;
  padding: 30px 0 80px;
}
@media only screen and (max-width: 992px){
  .review__none{
    padding: 25px 50px 60px;
  }
}
@media only screen and (max-width: 768px){
  .reviews__wrapper::before, .reviews__wrapper::after{
    font-size: 3.2em;
  }
  .review__text {
    font-size: 1.25em;
  }
  .review__none {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 576px){
  .review__text {
    font-size: 1em;
    padding: 0 30px;
    text-align: center
  }
  .review__none {
    font-size: 1.25em;
  }
}
.review__author{
  font-size: 1.25em;
}
.review__quest{
  height: auto!important;
  margin-bottom: 15px;
  font-size: 2em;
  color: #FFBB00;
  font-style: italic;
  -webkit-transition: all, .3s, 0s;
  -moz-transition: all, .3s, 0s;
  transition: all, .3s, 0s;
}
.review__quest:hover{
  color: #850000;
  -webkit-transition: all, .3s, 0s;
  -moz-transition: all, .3s, 0s;
  transition: all, .3s, 0s;
}
.reviews__add-review{
  position: relative;
  display: block;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #252527;
  text-align: center;
  text-transform: uppercase;
  color: #6b6b70;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.1em;
  -webkit-transition: color, .2s, 0s;
  -moz-transition: color, .2s, 0s;
  transition: color, .2s, 0s;
}
.review-add-form{
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #39393C;
  border-top: 1px solid #252527;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease 0s, visibility 1s ease 0s;
  transition: all 1s linear 0s, visibility 1s ease 0s;
}
@media only screen and (max-width: 768px){
  .review-add-form {
    padding: 15px
  }
}
.review-add-form .review-add-form__form-group{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
}
.review-add-form .review-add-form__form-group:not(:last-child){
  margin-bottom: 1rem;
}
.review-add-form textarea{
  resize: none;
}
.review-add-form .control-label{
  display: block;
  width: 100%;
  text-align: center;
  color: #fff
}
.review-add-form .review-add-form__form-group select,
.review-add-form .review-add-form__form-group input{
  -webkit-box-flex: 0;
    -webkit-flex: 0 1 24%;
      -ms-flex: 0 1 24%;
        flex: 0 1 24%;
}
@media only screen and (max-width: 992px){
  .review-add-form .review-add-form__form-group select,
  .review-add-form .review-add-form__form-group input{
    -webkit-box-flex: 0;
      -webkit-flex: 0 1 49%;
        -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  }
  .review-add-form .review-add-form__form-group select,
  .review-add-form .review-add-form__form-group input:first-child{
    margin-bottom: 15px
  }
  .review-add-form .review-add-form__form-group:not(:last-child){
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 576px){
  .review-add-form .review-add-form__form-group select,
  .review-add-form .review-add-form__form-group input{
    -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  }
}
.review-add-form__submit{
  margin: 15px auto 0 auto!important;
  padding: 10px!important
}

/** Section - Contacts **/
.contacts__row{
  position: relative;
  -ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
  z-index: 1;
}
.contacts__column{
  -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
        flex: 0 1 50%;
}
.contacts__column:first-child{
  padding: 0 15px 0 0;
}
.contacts__column:last-child{
  padding: 0 0 0 15px;
}
@media only screen and (max-width: 991px) {
  .contacts__column{
    -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  }
  .contacts__column:first-child{
    padding: 0;
  }
  .contacts__column:last-child{
    padding: 0;
  }
}
.contacts__desc{
  text-align: center;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.6;
}
.contact{
  -webkit-box-display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
  -webkit-box-align:center;-ms-flex-align:center;align-items:center;
}
.contact:not(:last-child){
  border-bottom: 1px dashed #fff;
  padding: 0 0 30px;
  margin: 0 0 30px;
}
@media only screen and (max-width: 991px) {
  .contact{
    margin: 0 0 30px;
  }
}
.contact__icon{
  display: inline-block;
  text-align: center;
  line-height: 2em;
  height: 2em;
  width: 2em;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
      background-clip: padding-box;
  font-size: 2em;
  color: #fcdb5a;
}
.contact__desc{
  display: inline-block;
  font-size: 1.25em;
  color: #fff;
  margin: 0 0 0 15px;
}
a.contact__desc:hover{
  color: #fff;;
}

.large-image{
  min-height: 50vh;
}

/** Contact Form **/
.form-group{
  position: relative;
}
.form-group svg{
  position: absolute;
  top: 10px;
  left: 10px;
}
.form-control{
  padding: 1rem 0.75rem 1rem 30px;
  font-size: 1.1em;
}
.contact-form__row{
  -webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;
  -webkit-box-align:center;-ms-flex-align:center;align-items:center;
}
.contact-form__column{
  -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
      -ms-flex: 0 1 25%;
        flex: 0 1 25%;
}
.contact-form__column_big{
  -webkit-box-flex: 0;
    -webkit-flex: 0 1 75%;
      -ms-flex: 0 1 75%;
        flex: 0 1 75%;
}

.contact-form__submit{
  width: 100%;
  max-width: inherit;
  font-size: 1.25em;
}

.google-map{
  padding: 0;
}
.quest-place iframe{
  margin-bottom: -60px;
}

/** Footer **/
.footer{
  height: auto;
  background-color: #000;
  color: #fff;
}
.footer-top{
  padding: 30px 0;
  border-bottom: 1px solid #fff;
}
.footer-top__row{
  -ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
  -webkit-box-align:center;-ms-flex-align:center;align-items:center;
}
.footer-top__column{
  -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
      -ms-flex: 0 1 25%;
        flex: 0 1 25%;
}
.footer-top__column_big{
  -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
        flex: 0 1 50%;
}
.footer-menu .menu__list, .footer-menu .menu__list{
  -webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;
}
.footer-menu .menu__list, .footer-menu .menu__list li{
  margin: 0;
}
.footer-menu .menu__list li a{
  padding: 5px 10px;
  font-size: 1em;
}
@media only screen and (max-width: 768px) {
  .footer-menu .menu__list{
    display: none
  }
  .footer-top__column{
    -webkit-box-flex: 0;
      -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  }
  .footer-top__column_big{
    -webkit-box-flex: 0;
      -webkit-flex: 0 0 0;
        -ms-flex: 0 0 0;
          flex: 0 0 0;
  }
}
.social{
  margin-bottom: 0;
  text-align: right;
}
.social li{
  display: inline-block;
}
.social li:not(:last-child){
  margin-right: 10px;
}
.social li a{
  font-size: 2em;
  color: #fcdb5a;
}
.footer-bottom{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
}
@media only screen and (max-width: 768px) {
  .footer-bottom{
    font-size: 0.8em
  }
}
.footer-bottom__copyright, .footer-bottom__powered{
  margin-bottom: 0;
}

/** Quest Calendar **/
.quest-calendar, .single-quest-calendar{
  background: #040404;
  background-image: url(../images/black-wall.jpg);
  background-repeat-x: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0 30px;
}
.single-quest-calendar{
  padding: 60px 0;
}
.modal{
    z-index: 1000 !important;
}
.calendar-wrap{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.calendar-wrap .row:first-child{
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 768px) {
  .calendar-wrap .row:first-child{
   margin-bottom: 15px !important;
  }
}