@font-face {
  font-family: 'Baskervville';
  src: url("../fonts/Baskervville-Regular.eot");
  src: local("Baskervville Regular"), local("Baskervville-Regular"), url("../fonts/Baskervville-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Baskervville-Regular.woff2") format("woff2"), url("../fonts/Baskervville-Regular.woff") format("woff"), url("../fonts/Baskervville-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Newsreader 16pt';
  src: url("../fonts/Newsreader16pt-Regular.eot");
  src: local("Newsreader 16pt Regular"), local("Newsreader16pt-Regular"), url("../fonts/Newsreader16pt-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Newsreader16pt-Regular.woff2") format("woff2"), url("../fonts/Newsreader16pt-Regular.woff") format("woff"), url("../fonts/Newsreader16pt-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

html {
  overflow-x: hidden; }

* {
  padding: 0px;
  margin: 0px;
  border: 0px; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

aside, nav, footer, header, section {
  display: block; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  width: 100%;
  color: #000; }

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "Newsreader 16pt";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
  body.lock {
    overflow: hidden; }
    @media (max-width: 767.98px) {
      body.lock {
        width: 100%;
        position: fixed;
        overflow: hidden; } }

input, button, textarea {
  font-family: "Newsreader 16pt"; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-size: inherit; }

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #1F1F1F !important; }

body {
  background: #1F1F1F !important;
  overflow-x: hidden !important; }

.container {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 1312px) {
    .container {
      max-width: 970px; } }
  @media (max-width: 992.98px) {
    .container {
      max-width: 750px; } }
  @media (max-width: 767.98px) {
    .container {
      max-width: none;
      padding: 0 10px; } }

html {
  overflow-x: hidden; }

header {
  padding: 15px 0px;
  height: 70px;
  background: #1F1F1F; }
  header .header__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  header .header__logo {
    height: 90px; }
    header .header__logo img {
      max-width: 100%;
      max-height: 100%; }
  @media (max-width: 992.98px) {
    header .menu_log__body {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      overflow: auto;
      z-index: 2;
      background-color: #1F1F1F;
      padding: 150px 0px 20px 0px;
      -webkit-transform: translate3d(0px, -100%, 0px);
      transform: translate3d(0px, -100%, 0px);
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      -ms-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
      header .menu_log__body.active {
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px); } }
  header .menu_log__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0; }
    @media (max-width: 992.98px) {
      header .menu_log__list {
        display: block; } }
    header .menu_log__list li {
      position: relative; }
      header .menu_log__list li:last-child {
        position: static; }
      @media (max-width: 767.98px) {
        header .menu_log__list li {
          position: static; } }
  header .menu_log__link {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    padding: 17px 15px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    header .menu_log__link:hover {
      background: #F9C9AE;
      color: #000; }
  @media (max-width: 992.98px) {
    header .icon-menu_log {
      display: block;
      position: absolute;
      top: 30px;
      right: 30px;
      width: 30px;
      height: 18px;
      cursor: pointer;
      z-index: 5; }
      header .icon-menu_log span {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        top: 8px;
        left: 0px;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #fff; }
        header .icon-menu_log span:first-child {
          top: 0px; }
        header .icon-menu_log span:last-child {
          top: auto;
          bottom: 0px; }
      header .icon-menu_log.active span {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        background-color: #fff; }
        header .icon-menu_log.active span:first-child {
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          top: 8px; }
        header .icon-menu_log.active span:last-child {
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          bottom: 8px; } }

.header2 {
  background: transparent;
  position: static; }
  .header2 .menu_log__link {
    color: #000; }
    .header2 .menu_log__link:hover {
      text-decoration: underline; }
  .header2 .active .menu_log__link {
    color: #fff; }
  @media (max-width: 992.98px) {
    .header2 .icon-menu_log {
      display: block;
      position: absolute;
      top: 30px;
      right: 30px;
      width: 30px;
      height: 18px;
      cursor: pointer;
      z-index: 5; }
      .header2 .icon-menu_log span {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        top: 8px;
        left: 0px;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #000; }
        .header2 .icon-menu_log span:first-child {
          top: 0px; }
        .header2 .icon-menu_log span:last-child {
          top: auto;
          bottom: 0px; }
      .header2 .icon-menu_log.active span {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        background-color: #000; }
        .header2 .icon-menu_log.active span:first-child {
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          top: 8px; }
        .header2 .icon-menu_log.active span:last-child {
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          bottom: 8px; } }

/*
	.header-menu__icon{
		display: block;
		position: absolute;
		top: 18px;
		right: 10px;
		width:30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
		span{@include anim(0.3s,0s);top: 8px;left: 0px;position: absolute;width: 100%;height: 2px;background-color: #000;
			&:first-child{top: 0px;}
			&:last-child{top: auto;bottom: 0px;}
		}
		&.active{
			span{@include scale(0);
				&:first-child{@include rotate(-45deg);top: 8px;}
				&:last-child{@include rotate(45deg);bottom: 8px;}
			}
		}
	}
*/
footer {
  padding: 60px 0px;
  background: #131313; }

.footer__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }
  @media (max-width: 767.98px) {
    .footer__row {
      display: block; } }

.footer__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }
  .footer__column p {
    margin: 0px 0px 20px 0px;
    color: #fff;
    font-size: 17px;
    line-height: 1.5; }

.footerone {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0; }
  @media (max-width: 767.98px) {
    .footerone {
      margin: 0px 0px 20px 0px;
      display: block; } }

.footer__21 {
  text-align: right;
  padding: 0px 0px 0px 15px;
  margin: 0px 0px 25px 0px;
  width: 150px; }
  @media (max-width: 767.98px) {
    .footer__21 {
      margin: 30px 0px 15px 0px;
      text-align: left; } }
  .footer__21 img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.footer__desc p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  opacity: 0.5;
  margin: 0px 0px 10px 0px; }

.footer__desc a {
  color: #fff;
  font-size: 17px; }
  .footer__desc a:hover {
    text-decoration: underline; }

.footer__two {
  text-align: center; }
  @media (max-width: 767.98px) {
    .footer__two {
      margin: 0px 0px 20px 0px;
      text-align: left; } }
  .footer__two h5 {
    font-family: 'Baskervville';
    font-size: 31px;
    font-style: italic;
    font-weight: 400;
    line-height: 43px;
    color: #fff;
    letter-spacing: 0em;
    margin: 0px 0px 15px 0px; }

.footer__milo {
  margin: 0px 0px 30px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media (max-width: 767.98px) {
    .footer__milo {
      display: block; } }
  .footer__milo h5 {
    color: #fff;
    padding: 0px 20px 0px 0px;
    font-family: 'Baskervville';
    font-size: 31px;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: left; }
    @media (max-width: 767.98px) {
      .footer__milo h5 {
        margin: 0px 0px 20px 0px; } }

.footer__mail a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #E9CD69;
  border-radius: 6px;
  padding: 15px 15px; }
  .footer__mail a img {
    max-width: 100%;
    max-height: 100%; }
  .footer__mail a span {
    display: inline-block;
    padding: 0px 0px 0px 10px;
    color: #E9CD69;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left; }

.footer__tree {
  text-align: right; }
  @media (max-width: 767.98px) {
    .footer__tree {
      margin: 0px 0px 20px 0px;
      text-align: left; } }

.footer__soc {
  margin: 0px 0px 40px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media (max-width: 767.98px) {
    .footer__soc {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

.footer__item {
  margin: 0px 10px; }
  .footer__item img {
    max-width: 100%;
    max-height: 100%; }

.footer__link {
  text-align: right; }
  @media (max-width: 767.98px) {
    .footer__link {
      text-align: left;
      margin: 15px 0px 0px 0px; } }
  .footer__link a {
    color: #fff;
    font-size: 17px; }
    .footer__link a:hover {
      text-decoration: underline; }

.urlaub {
  padding: 80px 0px 40px 0px;
  background: #1F1F1F; }
  .urlaub h1 {
    margin: 0px 0px 30px 0px;
    position: relative;
    font-family: 'Baskervville';
    font-size: 64px;
    font-weight: 400;
    line-height: 77px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff; }
    @media (max-width: 767.98px) {
      .urlaub h1 {
        font-size: 40px; } }
  .urlaub p {
    max-width: 700px;
    margin: 0px auto;
    color: #fff;
    opacity: 0.6;
    font-size: 23px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center; }

.urlaub__img {
  margin: 30px 0px 0px 0px; }
  .urlaub__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.about {
  padding: 60px 0px;
  background: url("../img/about.webp") 0 40% no-repeat;
  background-size: cover; }

.about__desc {
  max-width: 740px;
  margin: 0px auto;
  text-align: center;
  padding: 80px 100px;
  background-color: rgba(0, 0, 0, 0.7); }
  @media (max-width: 767.98px) {
    .about__desc {
      padding: 20px 15px; } }
  .about__desc h2 {
    text-align: center;
    margin: 0px 0px 30px 0px;
    font-family: 'Baskervville';
    font-size: 53px;
    font-weight: 400;
    color: #fff;
    line-height: 64px;
    letter-spacing: 0em; }
    @media (max-width: 767.98px) {
      .about__desc h2 {
        line-height: 1.5;
        font-size: 45px; } }
  .about__desc p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em; }

.rangls {
  padding: 70px 0px; }

.rangls__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px -15px; }
  @media (max-width: 767.98px) {
    .rangls__row {
      display: block; } }

.rangls__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0px 15px; }

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

.descrangls h5 {
  font-family: 'Baskervville';
  margin: 0px 0px 30px 0px;
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  line-height: 1.5; }

.descrangls ul {
  padding: 0px 0px 0px 25px; }
  .descrangls ul li {
    margin: 0px 0px 15px 0px;
    list-style-type: disc;
    color: #fff;
    font-size: 17px;
    line-height: 1.5; }

.slider {
  padding: 60px 0px;
  background: #1F1F1F; }

.slider__telo {
  position: relative; }
  .slider__telo h2 {
    text-align: center;
    margin: 0px 0px 30px 0px;
    font-family: 'Baskervville';
    font-size: 53px;
    color: #fff;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: 0em; }
    @media (max-width: 767.98px) {
      .slider__telo h2 {
        line-height: 1.5;
        font-size: 45px; } }

.slider {
  padding: 60px 0px; }
  .slider__item h5 {
    font-size: 25px;
    line-height: 1.5;
    margin: 0px 0px 20px 15px;
    color: #F9C9AE;
    font-weight: bold; }
  .slider__item p {
    color: #fff;
    margin: 0px 0px 20px 15px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    height: 90px; }

.slider__desc {
  background: #202020;
  padding: 20px 15px;
  border-radius: 10px;
  margin: 0px 15px;
  height: 150px; }
  @media (max-width: 767.98px) {
    .slider__desc {
      height: 100%; } }
  .slider__desc span {
    display: inline-block;
    margin: 0px 0px 15px 0px;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    color: #fff;
    opacity: 0.4; }
  .slider__desc h5 {
    color: #fff;
    margin: 0px 0px 10px 0px;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em; }
  .slider__desc p {
    color: #fff;
    text-align: right;
    opacity: 0.5;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em; }

.slider__img {
  margin: 0px 15px 20px 15px;
  height: 350px; }
  .slider__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.hotel {
  padding: 60px 0px; }

.hotel__item {
  margin: 0px 0px 30px 0px;
  background: #fff;
  padding: 20px 20px;
  border-radius: 25px;
  position: relative; }

.hotel__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }
  @media (max-width: 767.98px) {
    .hotel__row {
      display: block; } }

.hotel__column {
  padding: 0px 15px; }
  .hotel__column:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%; }
  .hotel__column:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%; }

.hotel__img {
  position: relative;
  height: 450px; }
  .hotel__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.hotel__rait {
  margin: 30px 0px 0px 0px;
  padding: 15px 15px;
  background-color: rgba(227, 200, 103, 0.7);
  text-align: center;
  display: inline-block; }
  .hotel__rait h5 {
    font-weight: bold;
    font-family: 'Baskervville';
    font-size: 60px;
    line-height: 1.5;
    color: #000;
    margin: 0px 0px 15px 0px; }
  .hotel__rait p {
    color: #000;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5; }

.hotel__desc {
  margin: 0px 0px 30px 0px; }
  .hotel__desc h5 {
    font-family: 'Baskervville';
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0px 0px 20px 0px; }
  .hotel__desc p {
    font-size: 17px;
    line-height: 1.5; }

.desc__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }
  @media (max-width: 767.98px) {
    .desc__row {
      display: block; } }

.desc__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }
  .desc__column h6 {
    font-family: 'Baskervville';
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0px 0px 20px 0px; }
  .desc__column p {
    margin: 0px 0px 15px 0px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5; }
  .desc__column ul {
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 15px 0px; }
    .desc__column ul li {
      margin: 0px 0px 10px 0px;
      list-style-type: disc;
      font-size: 17px;
      line-height: 1.5; }

.desc___btn {
  position: absolute;
  bottom: 5%;
  left: 20%; }
  @media (max-width: 767.98px) {
    .desc___btn {
      text-align: center;
      position: static;
      margin: 30px 0px 0px 0px; } }
  .desc___btn a {
    display: inline-block;
    padding: 12px 55px;
    font-family: 'Baskervville';
    background: #EBD894;
    color: #000;
    font-size: 17px;
    line-height: 1.5;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .desc___btn a:hover {
      background: #000;
      color: #fff; }

.contact {
  padding: 60px 0px;
  background: #1F1F1F; }

.contact__body {
  margin: 0px auto;
  max-width: 900px;
  background-color: transparent; }
  .contact__body h3 {
    font-family: 'Baskervville';
    font-size: 53px;
    font-weight: 400;
    line-height: 68px;
    letter-spacing: 0em;
    text-align: center;
    margin: 0px 0px 15px 0px;
    color: #EBC964; }
    @media (max-width: 767.98px) {
      .contact__body h3 {
        font-size: 39px;
        line-height: 50px; } }
  .contact__body h2 {
    margin: 0px 0px 30px 0px;
    position: relative;
    font-family: 'Baskervville';
    font-size: 53px;
    font-weight: 400;
    line-height: 77px;
    letter-spacing: 0em;
    text-align: center;
    color: #E9CD69; }
    @media (max-width: 767.98px) {
      .contact__body h2 {
        font-size: 40px;
        line-height: 1.5; } }
    .contact__body h2:after {
      content: '';
      position: absolute;
      width: 50%;
      height: 1px;
      background: #E9CD69;
      left: 0;
      right: 0;
      bottom: 5%;
      margin: auto; }
  .contact__body p {
    margin: 0px 0px 30px 0px;
    text-align: center;
    font-size: 23px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    color: #FFFFFF; }

.contact__form {
  margin: 30px auto 0px auto;
  max-width: 520px; }
  @media (max-width: 767.98px) {
    .contact__form {
      max-width: 100%; } }

.inpt__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0px 10px; }
  .inpt__col input {
    color: #ADADAD;
    width: 100%;
    display: inline-block;
    padding: 20px 15px;
    background-color: transparent;
    border: 1px solid #E9CD69;
    font-size: 17px;
    border-radius: 6px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0px 0px 20px 0px; }

.contact__map {
  margin: 30px 0px 0px 0px;
  width: 100%;
  height: 100%; }

.contact__btn {
  text-align: center;
  margin: 20px 0px 0px 0px; }
  .contact__btn button {
    background-color: transparent; }
    .contact__btn button span {
      display: inline-block;
      padding: 10px 32px;
      border: 1px solid #E9CD69;
      border-radius: 6px;
      color: #E9CD69;
      font-size: 17px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: 0em;
      text-align: center;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .contact__btn button span:hover {
        color: #000;
        background: #E9CD69; }

.mapa {
  padding: 30px 0px; }

.mapa__top {
  margin: 50px 0px 20px 0px;
  text-align: center; }
  @media (max-width: 767.98px) {
    .mapa__top {
      margin: 0px 0px 0px 0px; } }
  .mapa__top ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    @media (max-width: 767.98px) {
      .mapa__top ul {
        display: block; } }
    .mapa__top ul li {
      padding: 10px 15px;
      text-align: center;
      color: #797979;
      font-size: 17px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: 0em; }
      @media (max-width: 767.98px) {
        .mapa__top ul li {
          padding: 10px 0px; } }
      .mapa__top ul li span {
        color: #000;
        display: inline-block; }

.mapa__map {
  width: 100%;
  height: 100%; }

.contact__top {
  text-align: center;
  margin: 0px 0px 30px 0px; }
  .contact__top h2 {
    text-align: center;
    margin: 0px 0px 30px 0px;
    font-size: 53px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: 0em; }
    @media (max-width: 767.98px) {
      .contact__top h2 {
        font-size: 38px; } }
  .contact__top p {
    margin: 0px 0px 25px 0px;
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em; }

.footer__images {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -10px; }
  @media (max-width: 767.98px) {
    .footer__images {
      display: block; } }

.footer__img-col {
  padding: 0px 10px; }
  .footer__img-col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%; }
  .footer__img-col:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; }

.footer__img-col__img img {
  width: 100%;
  height: 100%; }

.floattop {
  position: relative;
  top: 100px; }

.errrr {
  padding: 150px 0px;
  text-align: center; }
  .errrr h2 {
    font-size: 93px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: 0em;
    color: #04071D;
    margin: 0px 0px 30px 0px; }
    @media (max-width: 767.98px) {
      .errrr h2 {
        font-size: 78px; } }
  .errrr p {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em; }

.privacy {
  padding: 60px 0px; }
  .privacy h2 {
    text-align: center;
    font-size: 53px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 0em;
    margin: 0px 0px 40px 0px; }
    @media (max-width: 767.98px) {
      .privacy h2 {
        font-size: 42px; } }
  .privacy h3 {
    margin: 0px 0px 25px 0px;
    font-size: 44px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0em;
    text-align: center; }
  .privacy h4 {
    margin: 0px 0px 20px 0px;
    font-size: 37px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left; }
  .privacy ul {
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 20px 0px; }
    .privacy ul li {
      list-style-type: disc;
      font-size: 17px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: 0em; }
  .privacy p {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    margin: 0px 0px 10px 0px; }

.bedri {
  padding: 40px 0px; }
  .bedri h2 {
    font-size: 53px;
    font-weight: 400;
    line-height: 63px;
    letter-spacing: 0em;
    text-align: center;
    margin: 0px 0px 15px 0px;
    color: #4D4D4D; }
    @media (max-width: 767.98px) {
      .bedri h2 {
        font-size: 32px;
        line-height: 41px; } }
  .bedri h3 {
    text-align: center;
    font-size: 31px;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: 0em;
    margin: 0px 0px 15px 0px;
    color: #4D4D4D; }
    .bedri h3 span {
      color: #F7D05B; }

.bedri__text {
  max-width: 700px;
  margin: 0px auto 30px auto;
  text-align: center; }
  .bedri__text p {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center; }

.bedri__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }
  @media (max-width: 767.98px) {
    .bedri__row {
      display: block; } }

.bedri__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0px 15px; }

@media (max-width: 767.98px) {
  .bedri__img {
    margin: 0px 0px 15px 0px; } }

.bedri__img img {
  width: 100%;
  height: 100%; }

.popup {
  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;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
  height: 100vh; }

.popup.popup-active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  display: none; }

.popup.popup-active.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1; }

.popup__body {
  position: relative;
  width: 540px;
  background-color: #000;
  border-radius: 5px;
  z-index: 2;
  padding: 30px 15px; }

@media (max-width: 600px) {
  .popup__body {
    width: 95%;
    padding: 15px 10px; } }

.popup__text {
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  font-weight: 400;
  text-align: center; }

.popup__text:not(:last-child) {
  margin-bottom: 40px; }

@media (max-width: 991px) {
  .popup__text:not(:last-child) {
    margin-bottom: 30px; } }

@media (max-width: 600px) {
  .popup__text:not(:last-child) {
    margin-bottom: 20px; } }

.popup__button {
  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;
  padding: 10px 20px;
  min-width: 169px;
  min-height: 41px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--blue);
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out; }

@media (any-hover: hover) {
  .popup__button:hover {
    background-color: var(--hover); } }

.popup__button:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s; }

.ibg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .ibg img {
    display: none; }

.slick-slider {
  position: relative; }
  .slick-slider .slick-list {
    overflow: hidden; }
  .slick-slider .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .slick-slider .slick-dots {
    padding: 50px 0px 0px 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .slick-slider .slick-dots li:first-child button {
      border-bottom-left-radius: 24px;
      border-top-left-radius: 24px; }
    .slick-slider .slick-dots li:last-child button {
      border-bottom-right-radius: 24px;
      border-top-right-radius: 24px; }
    .slick-slider .slick-dots li button {
      font-size: 0;
      width: 100px;
      height: 4px;
      background: #746D59; }
    .slick-slider .slick-dots li.slick-active button {
      width: 100px;
      height: 4px;
      background: #FFECBB;
      border-radius: 24px; }
    @media (max-width: 1100px) {
      .slick-slider .slick-dots {
        padding: 50px 0px 0px 0px; } }
    @media (max-width: 767px) {
      .slick-slider .slick-dots {
        padding: 30px 0px 0px 0px; } }

.slider2__body .slick-slider {
  position: relative;
  width: 30%; }
  .slider2__body .slick-slider .slick-list {
    overflow: hidden; }
  .slider2__body .slick-slider .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .slider2__body .slick-slider .slick-dots {
    padding: 50px 0px 0px 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .slider2__body .slick-slider .slick-dots li {
      margin: 0px 5px; }
      .slider2__body .slick-slider .slick-dots li button {
        font-size: 0;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #8A8A8A; }
      .slider2__body .slick-slider .slick-dots li.slick-active button {
        width: 8px;
        height: 8px;
        background: #fff; }
    @media (max-width: 1100px) {
      .slider2__body .slick-slider .slick-dots {
        padding: 50px 0px 0px 0px; } }
    @media (max-width: 767px) {
      .slider2__body .slick-slider .slick-dots {
        padding: 30px 0px 0px 0px; } }
