@import url(../libs/bootstrap-4.1.3/css/bootstrap-grid.min.css);
@import url(../libs/bootstrap-4.1.3/css/bootstrap.min.css);
@import url(../libs/owl-carousel.2.4/assets/owl.carousel.min.css);
@import url(../libs/fancyBox/source/jquery.fancybox.css);
@import url(../libs/select2-4.0.12/dist/css/select2.min.css);
@font-face {
  font-family: "SyntaxBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Syntax/SyntaxBold/SyntaxBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Syntax/SyntaxBold/SyntaxBold.woff") format("woff"), url("../fonts/Syntax/SyntaxBold/SyntaxBold.ttf") format("truetype");
}

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

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

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

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

.title-wrap {
  position: relative;
  padding: 0;
  margin: 0 auto 25px;
  display: block;
  text-align: center;
}

.title-descr {
  font-family: "TheMixExtraLightPlain", sans-serif;
  font-size: 35px;
  line-height: 1.25em;
  margin-bottom: 5px;
}

h1,
h2,
h3,
.h1-title,
.h2-title,
.comments .comment-reply-title,
.h3-title {
  display: block;
  line-height: 1.25em;
  font-weight: normal;
}

.h1-title {
  font-family: "TheMixPlain", sans-serif;
  font-size: 55px;
}


.h2-title,
.comments .comment-reply-title {
  font-family: "TheMixPlain", sans-serif;
  font-size: 27px;
}

section {
  padding: 30px 0;
}

.txt-box {
  max-width: 800px;
  margin: 0 auto;
}

.txt-box a {
  text-decoration: underline;
}

.txt-box a:hover {
  color: #ac0013;
}

.txt-box p:last-child {
  margin-bottom: 0;
}

.txt-box ul {
  margin-bottom: 40px;
}

.txt-box ul:last-child {
  margin-bottom: 0;
}

.txt-box ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 7px;
}

.txt-box ul li:last-child {
  margin-bottom: 0;
}

.txt-box ul li::before {
  content: '';
  display: block;
  position: absolute;
  left: -7px;
  top: -2px;
  width: 25px;
  height: 25px;
  background-image: url("../img/_style/_svg/check.svg");
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.txt-box h1,
.txt-box h2,
.txt-box h3,
.txt-box h4 {
  margin-bottom: 17px;
  font-family: "TheMixSemiBold", sans-serif;
  color: #ac0013;
}

.txt-box h2 {
  font-size: 27px;
}

/* Clearfix */
.clearfix::before, .tabs__caption::before, .top-nav ul::before, .clearfix::after, .tabs__caption::after, .top-nav ul::after {
  content: "";
  display: table;
}

.clearfix::after, .tabs__caption::after, .top-nav ul::after {
  clear: both;
}

.before,
.after {
  position: absolute;
  content: "";
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  outline: none !important;
  cursor: pointer;
  color: inherit;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

a:hover {
  text-decoration: underline;
  color: #6f6f57;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

ol,
ul,
li,
form {
  list-style: none;
  padding: 0;
  margin: 0;
}

label {
  font-weight: normal;
}

.hidden {
  display: none;
}

/* Title */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.loaded {
  margin-left: -1000px;
  margin-top: -1px;
  width: 10px;
  height: 1px;
  opacity: 0;
}

[class$="-ic"] {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 1em;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}

.arr-dn-ic {
  width: 13px;
  height: 7px;
  background-image: url("../img/_style/_svg/arr_dn.svg");
}

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

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

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

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

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

.title-wrap {
  position: relative;
  padding: 0;
  margin: 0 auto 25px;
  display: block;
  text-align: center;
}

.title-descr {
  font-family: "TheMixExtraLightPlain", sans-serif;
  font-size: 35px;
  line-height: 1.25em;
  margin-bottom: 5px;
}

h1,
h2,
h3,
.h1-title,
.h2-title,
.comments .comment-reply-title,
.h3-title {
  display: block;
  line-height: 1.25em;
  font-weight: normal;
}

.h1-title {
  font-family: "TheMixPlain", sans-serif;
  font-size: 55px;
}


.h2-title,
.comments .comment-reply-title {
  font-family: "TheMixPlain", sans-serif;
  font-size: 27px;
}

section {
  padding: 30px 0;
}

.txt-box {
  max-width: 800px;
  margin: 0 auto;
}

.txt-box a {
  text-decoration: underline;
}

.txt-box a:hover {
  color: #ac0013;
}

.txt-box p:last-child {
  margin-bottom: 0;
}

.txt-box ul {
  margin-bottom: 40px;
}

.txt-box ul:last-child {
  margin-bottom: 0;
}

.txt-box ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 7px;
}

.txt-box ul li:last-child {
  margin-bottom: 0;
}

.txt-box ul li::before {
  content: '';
  display: block;
  position: absolute;
  left: -7px;
  top: -2px;
  width: 25px;
  height: 25px;
  background-image: url("../img/_style/_svg/check.svg");
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.txt-box h1,
.txt-box h2,
.txt-box h3,
.txt-box h4 {
  margin-bottom: 17px;
  font-family: "TheMixSemiBold", sans-serif;
  color: #ac0013;
}

.txt-box h2 {
  font-size: 27px;
}

/* Clearfix */
.clearfix::before, .tabs__caption::before, .top-nav ul::before, .clearfix::after, .tabs__caption::after, .top-nav ul::after {
  content: "";
  display: table;
}

.clearfix::after, .tabs__caption::after, .top-nav ul::after {
  clear: both;
}

.before,
.after {
  position: absolute;
  content: "";
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  outline: none !important;
  cursor: pointer;
  color: inherit;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

a:hover {
  text-decoration: underline;
  color: #6f6f57;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

ol,
ul,
li,
form {
  list-style: none;
  padding: 0;
  margin: 0;
}

label {
  font-weight: normal;
}

.hidden {
  display: none;
}

/* Title */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.btn-wrap {
  text-align: center;
}

.btn, .comments .submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent;
  text-decoration: none !important;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  text-align: center;
  display: inline-block;
  height: 40px;
  border: 1px solid #ac0013;
  background-color: #ac0013;
  color: #fff;
  font-size: 18px;
  font-family: "TheMixPlain", sans-serif;
  min-width: 140px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  text-shadow: none;
}

.btn:hover, .comments .submit:hover {
  color: #fff;
  background-color: #6f6f57;
  border-color: #6f6f57;
}

.btn:active, .comments .submit:active {
  opacity: .8;
}

.btn-dn {
  position: absolute;
  z-index: 10;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #fff;
  font-family: "TheMixPlain", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  padding-bottom: 30px;
  white-space: nowrap;
}

.btn-dn::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -17px;
  background-image: url("../img/_style/_svg/arr_dn-white.svg");
  width: 34px;
  height: 18px;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-top {
  position: fixed;
  z-index: 555;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: #6f6f57;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background-image: url("../img/_style/_svg/btn-top.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 25px 25px;
     -moz-background-size: 25px;
       -o-background-size: 25px;
          background-size: 25px;
  opacity: 0;
}

.btn-top.on {
  opacity: 1;
}

.btn-top:hover {
  background-color: #525241;
}

/* Button Drop Down Menu */
.toggle-btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none;
  width: 34px;
  height: 34px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  -moz-transition: .5s ease all;
  transition: .5s ease all;
}

.toggle-btn span {
  position: relative;
  top: 50%;
  margin-top: -1px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #6f6f57;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
}

.toggle-btn span::after, .toggle-btn span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  height: 2px;
  background-color: #6f6f57;
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  -moz-transition: .5s ease all;
  transition: .5s ease all;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
}

.toggle-btn span:after {
  top: 8px;
}

.toggle-btn.on {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.toggle-btn.on span {
  background-color: transparent !important;
}

.toggle-btn.on span::before {
  width: 36px;
  height: 1px;
  -webkit-transform: rotate(45deg) translate(5px, 6px);
     -moz-transform: rotate(45deg) translate(5px, 6px);
      -ms-transform: rotate(45deg) translate(5px, 6px);
       -o-transform: rotate(45deg) translate(5px, 6px);
          transform: rotate(45deg) translate(5px, 6px);
}

.toggle-btn.on span::after {
  width: 36px;
  height: 1px;
  -webkit-transform: rotate(-45deg) translate(5px, -6px);
     -moz-transform: rotate(-45deg) translate(5px, -6px);
      -ms-transform: rotate(-45deg) translate(5px, -6px);
       -o-transform: rotate(-45deg) translate(5px, -6px);
          transform: rotate(-45deg) translate(5px, -6px);
}

/* Button Drop Down Menu END */
.inner-pages {
  position: fixed;
  z-index: 5000;
  top: 20%;
  left: 0;
  display: inline-block;
  height: 120px;
  width: 32px;
  overflow: hidden;
}

.inner-pages > span {
  display: inline-block;
  width: 120px;
  height: 32px;
  padding: 5px 10px;
  line-height: 1.3em;
  color: #fff;
  background-color: #6f6f57;
  cursor: pointer;
  -webkit-transform: rotate(-90deg) translate(-44px, -44px);
     -moz-transform: rotate(-90deg) translate(-44px, -44px);
      -ms-transform: rotate(-90deg) translate(-44px, -44px);
       -o-transform: rotate(-90deg) translate(-44px, -44px);
          transform: rotate(-90deg) translate(-44px, -44px);
}

.inner-pages:hover {
  overflow: visible;
}

.inner-pages:hover .page-links {
  opacity: 1;
}

.page-links {
  padding: 10px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  opacity: 0;
  min-height: 100%;
  white-space: nowrap;
}

.page-links a {
  display: block;
  padding: 5px;
  margin: 0 0 10px;
}

.img-inner-box {
  position: relative;
  display: block;
  text-decoration: none !important;
  border: none !important;
  width: 100%;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.img-inner-box img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100% !important;
  height: auto !important;
  opacity: 0;
}

.img-inner-box .main-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
}

body {
  position: relative;
  min-width: 320px;
  font-family: 'SyntaxRegular', sans-serif;
  font-size: 18px;
  line-height: 1.35em;
  font-weight: normal;
  color: #6f6f57;
  -webkit-font-smoothing: antialiased;
  background-color: #ecece8;
}

.bg-light {
  background-color: #fff !important;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 12px;
  padding-left: 12px;
}

.row {
  margin-right: -12px;
  margin-left: -12px;
}

.container {
  padding-right: 12px;
  padding-left: 12px;
}

.hidden {
  display: none !important;
}

.wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.layout {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 200px;
}

.int-expl .wrapper {
  display: block;
}

.tabs__content {
  margin: 0 auto;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.tabs__content.active {
  padding: 0;
  height: auto;
  opacity: 1;
  overflow: visible;
}

.tabs__caption-wrap {
  text-align: center;
  margin: 0 auto 20px;
  position: relative;
  line-height: 1em;
}

.tabs__caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabs__caption > li {
  cursor: pointer;
}

.tabs__caption > li > a,
.tabs__caption > li > span {
  display: block;
}

.tabs__caption > li.active {
  color: #6f6f57;
}

.tabs__caption > li.active:hover {
  color: #6f6f57;
}

.tabs__caption > li:hover {
  color: #6f6f57;
}

.cust-inp {
  display: block;
  margin: 0;
  padding: 0;
}

.cust-inp input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  padding: 13px 15px 13px;
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  border: 1px solid #707070;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #6f6f57;
}

.cust-inp input::-webkit-input-placeholder {
  -webkit-transition: .3s;
  transition: .3s;
  color: #999;
}

.cust-inp input:-moz-placeholder {
  -moz-transition: .3s;
  transition: .3s;
  color: #999;
}

.cust-inp input::-moz-placeholder {
  -moz-transition: .3s;
  transition: .3s;
  color: #999;
}

.cust-inp input:-ms-input-placeholder {
  -ms-transition: .3s;
  transition: .3s;
  color: #999;
}

.cust-inp input::-ms-input-placeholder {
  -ms-transition: .3s;
  transition: .3s;
  color: #999;
}

.cust-inp input::placeholder {
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #999;
}

.cust-inp input:focus {
  border-color: #6f6f57;
}

.cust-inp input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.cust-inp input:focus:-moz-placeholder {
  opacity: 0;
}

.cust-inp input:focus::-moz-placeholder {
  opacity: 0;
}

.cust-inp input:focus:-ms-input-placeholder {
  opacity: 0;
}

.cust-inp input:focus::-ms-input-placeholder {
  opacity: 0;
}

.cust-inp input:focus::placeholder {
  opacity: 0;
}

.cust-textarea {
  display: block;
  margin: 0;
  padding: 0;
}

.cust-textarea textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  padding: 7px 15px;
  width: 100%;
  height: 130px;
  font-size: 16px;
  border: 1px solid #707070;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #6f6f57;
  resize: none;
}

.cust-textarea textarea::-webkit-input-placeholder {
  -webkit-transition: .3s;
  transition: .3s;
  color: #999;
}

.cust-textarea textarea:-moz-placeholder {
  -moz-transition: .3s;
  transition: .3s;
  color: #999;
}

.cust-textarea textarea::-moz-placeholder {
  -moz-transition: .3s;
  transition: .3s;
  color: #999;
}

.cust-textarea textarea:-ms-input-placeholder {
  -ms-transition: .3s;
  transition: .3s;
  color: #999;
}

.cust-textarea textarea::-ms-input-placeholder {
  -ms-transition: .3s;
  transition: .3s;
  color: #999;
}

.cust-textarea textarea::placeholder {
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #999;
}

.cust-textarea textarea:focus {
  border-color: #6f6f57;
}

.cust-textarea textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

.cust-textarea textarea:focus:-moz-placeholder {
  opacity: 0;
}

.cust-textarea textarea:focus::-moz-placeholder {
  opacity: 0;
}

.cust-textarea textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

.cust-textarea textarea:focus::-ms-input-placeholder {
  opacity: 0;
}

.cust-textarea textarea:focus::placeholder {
  opacity: 0;
}

.cust-sel,
.cust-sel-multiple {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}

.cust-sel .wpcf7-form-control-wrap,
.cust-sel-multiple .wpcf7-form-control-wrap {
  display: block;
  position: static;
}

.cust-sel .select2,
.cust-sel-multiple .select2 {
  width: 100% !important;
  display: block;
  position: relative;
}

.cust-sel .select2 .selection,
.cust-sel-multiple .select2 .selection {
  display: table;
  width: 100%;
}

.cust-sel .select2 .select2-selection__placeholder,
.cust-sel-multiple .select2 .select2-selection__placeholder {
  color: #999;
}

.cust-sel .select2.select2-container--above ~ .select2-container .select2-dropdown,
.cust-sel-multiple .select2.select2-container--above ~ .select2-container .select2-dropdown {
  -webkit-border-bottom-left-radius: 0 !important;
     -moz-border-radius-bottomleft: 0 !important;
          border-bottom-left-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
     -moz-border-radius-bottomright: 0 !important;
          border-bottom-right-radius: 0 !important;
  -webkit-border-top-left-radius: 25px;
     -moz-border-radius-topleft: 25px;
          border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 25px;
     -moz-border-radius-topright: 25px;
          border-top-right-radius: 25px;
  border-top: 1px solid #ecece8;
  border-bottom: none;
}

.cust-sel .select2.select2-container--open,
.cust-sel-multiple .select2.select2-container--open {
  z-index: 9999;
}

.cust-sel .select2.select2-container--open .select2-selection__arrow,
.cust-sel-multiple .select2.select2-container--open .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cust-sel .select2.select2-container--open .select2-selection,
.cust-sel-multiple .select2.select2-container--open .select2-selection {
  border-color: #6f6f57 !important;
}

.cust-sel .select2.select2-container--open .select2-selection.select2-selection--multiple::after,
.cust-sel-multiple .select2.select2-container--open .select2-selection.select2-selection--multiple::after {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cust-sel .select2.select2-container--open ~ .select2-container .select2-dropdown,
.cust-sel-multiple .select2.select2-container--open ~ .select2-container .select2-dropdown {
  margin-top: 0;
}

.cust-sel .select2-selection,
.cust-sel-multiple .select2-selection {
  height: auto;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: 1px solid #707070 !important;
  cursor: pointer;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  padding: 6px 50px 4px 20px;
}

.cust-sel .select2-selection.select2-selection--multiple::after,
.cust-sel-multiple .select2-selection.select2-selection--multiple::after {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background-image: url("../img/_style/_svg/arr_dn.svg");
  -webkit-background-size: 16px 12px;
     -moz-background-size: 16px 12px;
       -o-background-size: 16px 12px;
          background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.cust-sel .select2-selection.select2-selection--multiple .select2-search--inline,
.cust-sel-multiple .select2-selection.select2-selection--multiple .select2-search--inline {
  line-height: 0;
}

.cust-sel .select2-selection.select2-selection--multiple .select2-search--inline .select2-search__field,
.cust-sel-multiple .select2-selection.select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0 !important;
  padding-top: 10px;
  line-height: 0;
}

.cust-sel .select2-selection .select2-selection__choice,
.cust-sel-multiple .select2-selection .select2-selection__choice {
  margin-top: 7px;
  margin-right: 7px;
}

.cust-sel .select2-search__field,
.cust-sel-multiple .select2-search__field {
  margin-top: 4px !important;
  cursor: pointer;
}

.cust-sel .select2-selection__rendered,
.cust-sel-multiple .select2-selection__rendered {
  padding: 0 !important;
  line-height: inherit !important;
  color: inherit !important;
}

.cust-sel .select2-selection__arrow,
.cust-sel-multiple .select2-selection__arrow {
  height: auto !important;
  width: 50px !important;
  bottom: 1px;
  background-image: url("../img/_style/_svg/arr_dn.svg");
  -webkit-background-size: 16px 12px;
     -moz-background-size: 16px 12px;
       -o-background-size: 16px 12px;
          background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.cust-sel .select2-selection__arrow b,
.cust-sel-multiple .select2-selection__arrow b {
  display: none;
}

.cust-sel .select2-dropdown,
.cust-sel-multiple .select2-dropdown {
  border: 1px solid #ecece8;
  border-top: none;
  margin-top: -15px;
  -webkit-transition: .3s margin;
  -o-transition: .3s margin;
  -moz-transition: .3s margin;
  transition: .3s margin;
}

.cust-sel .select2-results__options,
.cust-sel-multiple .select2-results__options {
  max-height: 300px !important;
}

.cust-sel .select2-results__option,
.cust-sel-multiple .select2-results__option {
  padding: 6px 20px;
  border-bottom: 1px solid #eee;
  -webkit-transition: .25s;
  -o-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
  background-color: #fff !important;
  color: #6f6f57 !important;
}

.cust-sel .select2-results__option:last-child,
.cust-sel-multiple .select2-results__option:last-child {
  border-bottom: none;
}

.cust-sel .select2-results__option:hover,
.cust-sel-multiple .select2-results__option:hover {
  background-color: #6f6f57 !important;
  color: #fff !important;
}

.cust-sel .select2-results__option[aria-selected$="true"],
.cust-sel-multiple .select2-results__option[aria-selected$="true"] {
  background-color: #eee !important;
}

.cust-sel .select2-results__option[aria-selected$="true"]:hover,
.cust-sel-multiple .select2-results__option[aria-selected$="true"]:hover {
  cursor: default;
  color: #6f6f57 !important;
}

.cust-check, .cust-radio {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  font-size: 16px;
  margin: 0 15px 0 0;
  padding: 5px 0;
  position: relative;
}

.cust-check input, .cust-radio input {
  position: absolute;
  z-index: -5;
  opacity: 0;
}

.cust-check input:checked ~ .check-ic, .cust-radio input:checked ~ .check-ic, .cust-check input:checked ~ .radio-ic, .cust-radio input:checked ~ .radio-ic {
  background-image: url("../img/_style/_svg/check.svg");
}

.check-ic, .radio-ic {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  background-color: #fff;
}

.check-title, .radio-title {
  display: inline-block;
  vertical-align: middle;
  padding: 1px 0 0 3px;
}

.radio-ic {
  -webkit-border-radius: 10em;
     -moz-border-radius: 10em;
          border-radius: 10em;
  position: relative;
  background-image: none !important;
}

.radio-ic::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: none !important;
  background-color: #ac0013;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 10em;
     -moz-border-radius: 10em;
          border-radius: 10em;
  opacity: 0;
}

.cust-radio input:checked ~ .radio-ic::after {
  opacity: 1;
}

/* ================= Header ================= */
.main-head, .inner-head {
  height: 80px;
}

.head-top {
  background-color: #fff;
  border-bottom: 1px solid #ecece8;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100vw;
}

.head-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 80px;
  padding: 0 45px;
}

.head-cell {
  padding: 5px 0;
}

.logo {
  display: block;
  text-decoration: none !important;
}

.logo img {
  display: inline-block;
  height: 40px;
  width: auto;
  margin-right: 20px;
}

.logo img:last-child {
  margin-right: 0;
}

.top-nav {
  display: none;
  font-size: 20px;
  padding: 1px 55px 0 0;
  vertical-align: middle;
}

.top-nav li {
  float: left;
  margin-right: 25px;
}

.top-nav li:last-child {
  margin-right: 0;
}

.mnu-open {
  overflow: hidden;
}

.mnu-wrap {
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #ecece8;
  padding-bottom: 60px;
}

.mnu-wrap::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100vh;
  background-color: #6f6f57;
  opacity: .25;
}

.main-mnu {
  padding: 25px 0 0;
  max-height: -webkit-calc(100vh - 140px);
  max-height: -moz-calc(100vh - 140px);
  max-height: calc(100vh - 140px);
  overflow-y: auto;
}

.main-mnu a {
  display: inline-block;
}

.mnu-itm {
  margin-bottom: 35px;
}

.row:last-child .mnu-itm:last-child {
  margin-bottom: 0;
}

.mnu-title {
  border-bottom: 1px solid #6f6f57;
  font-family: "SyntaxBold", sans-serif;
  font-size: 20px;
  padding: 7px 10px;
  margin-bottom: 20px;
}

.mnu-lst li {
  margin-bottom: 6px;
}

.mnu-lst li.active > a,
.mnu-lst li.active > span {
  color: #ac0013;
}

.mnu-lst li.active > a::before,
.mnu-lst li.active > span::before {
  background-image: url("../img/_style/_svg/arr_r-accent.svg");
}

.mnu-lst li > a,
.mnu-lst li > span {
  position: relative;
  padding-left: 10px;
}

.mnu-lst li > a::before,
.mnu-lst li > span::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 6px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-image: url("../img/_style/_svg/arr_r.svg");
}

.mnu-lst li:last-child {
  margin-bottom: 0;
}

.accent-lst {
  font-family: "TheMixPlain", sans-serif;
  color: #ac0013;
}

.accent-lst li > a,
.accent-lst li > span {
  padding-left: 35px;
}

.accent-lst li > a::before,
.accent-lst li > span::before {
  top: 0;
  width: 23px;
  height: 23px;
  background-image: url("../img/_style/_svg/roter_pfeil.svg");
}

.close-mnu {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none !important;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 15px;
  margin-left: -17px;
  width: 34px;
  height: 18px;
  background-image: url("../img/_style/_svg/arr_top.svg");
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.main-slider-wrap {
  position: relative;
  margin-bottom: 7px;
}

.main-slider-wrap::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 7px;
  background-color: #fff;
}

.main-slider-wrap .slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 70px;
  min-height: 500px;
}

.main-slider-wrap .owl-prev,
.main-slider-wrap .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.main-slider-wrap .owl-prev {
  left: 20px;
}

.main-slider-wrap .owl-next {
  right: 20px;
}

.owl-prev,
.owl-next {
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: .3s background-color;
  -o-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 18px 36px;
     -moz-background-size: 18px 36px;
       -o-background-size: 18px 36px;
          background-size: 18px 36px;
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 0.7;
}

.owl-prev {
  background-image: url("../img/_style/_svg/arr_l-white.svg");
}

.owl-next {
  background-image: url("../img/_style/_svg/arr_r-white.svg");
}

.dots-nav {
  text-align: center;
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 20px;
  width: 100%;
}

.owl-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  -webkit-border-radius: 10em;
     -moz-border-radius: 10em;
          border-radius: 10em;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  cursor: pointer;
  margin: 0 2px;
}

.owl-dot:hover, .owl-dot.active {
  background-color: #fff;
}

.slide-inner {
  width: 100%;
  color: #fff;
  text-shadow: 2px 2px 7px rgba(26, 26, 28, 0.9);
}

.slide-inner h2 {
  font-family: "TheMixPlain", sans-serif;
  font-size: 30px;
  margin-bottom: 25px;
  color: #fff;
}

.slide-inner .btn-wrap {
  padding-top: 15px;
  text-align: left;
}

.top-screen-wrap {
  position: relative;
  z-index: 5;
  padding: 50px 0;
  min-height: -webkit-calc(100vh - 80px);
  min-height: -moz-calc(100vh - 80px);
  min-height: calc(100vh - 80px);
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center;
  color: #fff;
  background-color: #6f6f57;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-screen-wrap::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .2;
}

.top-screen-wrap::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 5;
  height: 7px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.top-screen-wrap.small-screen {
  min-height: 420px;
}

.top-screen {
  position: relative;
  z-index: 2;
}

.top-screen .title-descr,
.top-screen .h1-title {
  text-shadow: 1px 1px 2px rgba(26, 26, 28, 0.7);
}

input[type=checkbox] {
  margin: 3px 10px 0 0;
  float: left;
}

.sect-news {
  padding-bottom: 0;
}

.sect-news .title-wrap {
  padding: 25px 15px 24px;
  background-color: #fff;
}

.news-lst {
  padding: 25px 0 0;
}

.news-lst .col-lg-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.news-itm {
  position: relative;
  padding-bottom: 40px;
  background-color: #fff;
}

.news-itm::after {
  content: '';
  display: block;
  position: absolute;
  height: 40px;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ecece8;
}

.news-img {
  display: block;
  text-decoration: none !important;
  overflow: hidden;
}

.news-img .img-inner-box {
  -webkit-transition: .7s ease;
  -o-transition: .7s ease;
  -moz-transition: .7s ease;
  transition: .7s ease;
}

.news-img:hover .img-inner-box {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.news-itm-txt {
  padding: 20px 20px 15px;
}

.news-categ {
  font-family: "TheMixSemiBold", sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.news-title {
  font-family: "TheMixPlain", sans-serif;
  font-size: 27px;
  color: #ac0013;
  margin-bottom: 20px;
  line-height: 1.3em;
}

.news-brief p {
  margin-bottom: 25px;
}

.news-brief p:last-child {
  margin-bottom: 0;
}

.more-news-lst {
  padding: 20px;
  min-height: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none !important;
  font-family: "TheMixPlain", sans-serif;
  background-color: #fff;
}

.more-news-lst span {
  position: relative;
  display: inline-block;
  padding-left: 40px;
}

.more-news-lst span::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  background-image: url("../img/_style/_svg/granit_Pfeil_kreis.svg");
}

.news-itm-txt .btn-wrap {
  text-align: left;
  height: 50px;
}

.news-itm-txt .more-btn {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 57px;
}

.more-btn {
  display: inline-block;
  position: relative;
  font-family: "TheMixPlain", sans-serif;
  padding-left: 35px;
  color: #ac0013;
}

.more-btn::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  background-image: url("../img/_style/_svg/roter_pfeil.svg");
}

.big-news-lst .news-itm-txt {
  min-height: 215px;
}

.sect-partner {
  border-bottom: 7px solid #fff;
}

.partner-lst .h2-title, .partner-lst .comments .comment-reply-title, .comments .partner-lst .comment-reply-title {
  color: #ac0013;
  margin-bottom: 10px;
}

.partner-lst.big-lst {
  padding: 20px 0;
}

.partner-lst.big-lst .partner-img {
  height: 210px;
}

.partner-itm {
  display: block;
  margin-bottom: 24px;
}

.partner-img {
  height: 160px;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  text-decoration: none !important;
}

.partner-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.partner-itm-txt {
  padding: 12px 15px 5px;
}

.partner-itm-txt span {
  display: block;
}

.partner-itm-txt a {
  font-weight: bold;
}

.sect-tour-info {
  padding: 60px 0;
}

.sect-tour-info .col-lg-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tour-map img {
  display: block;
  width: 100%;
}

.tour-txt {
  margin-bottom: 40px;
}

.tour-txt:last-child {
  margin-bottom: 0;
}

.tour-txt .h2-title, .tour-txt .comments .comment-reply-title, .comments .tour-txt .comment-reply-title {
  color: #ac0013;
  margin-bottom: 10px;
}

table {
  width: 100%;
}

table tr:nth-child(odd) {
  background-color: #ecece8;
}

table td {
  height: 40px;
  padding: 5px 0 5px 15px;
}

table.table-sm td {
  height: auto;
  padding: 2px 15px 2px 0;
}

.downl-lnk {
  display: inline-block;
  position: relative;
  padding-left: 27px;
}

.downl-lnk::before, .downl-lnk::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-image: url("../img/_style/_svg/download.svg");
}

.tour-img {
  margin-bottom: 40px;
}

.tour-img img {
  display: block;
  width: 100%;
}

.sect-txt table {
  font-size: 14px;
  line-height: 1.4em;
}

.sect-txt .size-table-wrap {
  margin-bottom: 50px;
}

.sect-txt .size-table-wrap:last-child {
  margin-bottom: 0;
}

.event-lnks, .set-lnks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  padding: 50px 0 60px;
  margin: 0 !important;
}

.event-lnks li, .set-lnks li {
  border-bottom: 1px dotted #6f6f57;
  padding: 10px 0 10px 40px !important;
  margin: 0 !important;
}

.event-lnks li:first-child, .set-lnks li:first-child {
  border-top: 1px dotted #6f6f57;
}

.event-lnks li::before, .set-lnks li::before {
  display: none !important;
}

.event-lnks li.similar a, .set-lnks li.similar a,
.event-lnks li.similar > span,
.set-lnks li.similar > span {
  position: relative;
}

.event-lnks li.similar a::before, .set-lnks li.similar a::before,
.event-lnks li.similar > span::before,
.set-lnks li.similar > span::before {
  content: '';
  display: block;
  position: absolute;
  left: -40px;
  top: 0;
  width: 23px;
  height: 23px;
  background-image: url("../img/_style/_svg/granit_Pfeil_kreis.svg");
}

.event-lnks a, .set-lnks a,
.event-lnks > span,
.set-lnks > span {
  display: inline-block;
}

.sect-form {
  padding: 60px 0 40px;
}

.sect-form .title-wrap {
  margin-bottom: 50px;
  text-align: left;
  color: #ac0013;
}

.cont-form .cust-inp input::-webkit-input-placeholder {
  opacity: 0;
}

.cont-form .cust-inp input:-moz-placeholder {
  opacity: 0;
}

.cont-form .cust-inp input::-moz-placeholder {
  opacity: 0;
}

.cont-form .cust-inp input:-ms-input-placeholder {
  opacity: 0;
}

.cont-form .cust-inp input::-ms-input-placeholder {
  opacity: 0;
}

.cont-form .cust-inp input::placeholder {
  opacity: 0;
}

.cont-form .btn-wrap {
  text-align: right;
}

.form-table {
  display: table;
  width: 100%;
}

.form-row {
  display: table-row;
}

.form-cell {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 20px;
}

.form-cell:first-child {
  width: 330px;
  padding-right: 15px;
}

.inp-title {
  font-weight: bold;
}

.inp-title span {
  color: #ac0013;
}

.captcha-img {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.captcha-img p {
  margin: 0;
  line-height: 1.3em;
}

.captcha-img img {
  display: inline-block;
  margin-left: 20px;
}

.set-lnks {
  padding: 30px 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.set-lnks ul {
  width: 100%;
  max-width: 580px;
}

.set-lnks ul a {
  position: relative;
}

.set-lnks ul a::before {
  content: '';
  display: block;
  position: absolute;
  left: -40px;
  top: 0;
  width: 23px;
  height: 23px;
  background-image: url("../img/_style/_svg/granit_Pfeil_kreis.svg");
}

.comments {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0 0;
  position: relative;
  margin-top: 50px;
}

.comments::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  top: 0;
  bottom: -50px;
  width: 100vw;
  background-color: #fff;
}

.comments .navigation {
  display: none;
}

.comments .h2-title, .comments .comment-reply-title {
  font-family: "TheMixSemiBold", sans-serif;
  margin-bottom: 10px;
  color: #ac0013;
  line-height: 1.1em;
}

.comments h3:not(
.h2-title) {
  font-size: 18px;
  margin-bottom: 25px;
  color: #ac0013;
}

.comments .comment-reply-title {
  color: #ac0013 !important;
}

.comments .comment-reply-title a {
  color: inherit;
  text-decoration: underline;
}

.comments .comment-reply-title a:hover {
  text-decoration: none;
}

.comments .comment-reply-title #cancel-comment-reply-link {
  color: #6f6f57;
}

.comments .form-submit {
  text-align: center;
}

.comments .submit {
  cursor: pointer;
}

.comments .children {
  padding-left: 40px;
}

.comment-form-comment label {
  display: inline-block;
  vertical-align: top;
  min-width: 120px;
  font-weight: bold;
}

.comment-form-comment textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  padding: 7px 15px;
  width: 100%;
  height: 130px;
  font-size: 16px;
  border: 1px solid #707070;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #6f6f57;
  resize: none;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  display: inline-block;
  vertical-align: top;
  min-width: 120px;
  font-weight: bold;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  padding: 13px 15px 13px;
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  border: 1px solid #707070;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #6f6f57;
}

.comment-respond {
  padding-top: 30px;
}

.commentlist {
  margin-top: 30px;
}

.commentlist > .comment {
  position: relative;
}

.commentlist > .comment::after {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ac0013;
}

.children > .comment {
  position: relative;
}

.children > .comment::after {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ac0013;
}

.comment {
  position: relative;
}

.comment .reply {
  font-family: "TheMixSemiBold", sans-serif;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  color: #ac0013;
}

.comment-author img {
  margin-bottom: -13px;
}

.comment-meta {
  color: #ac0013;
  font-size: 13px;
  line-height: 1.1em;
  padding-left: 40px;
  margin-bottom: 15px;
}

.tribe-events-cal-links a,
.tribe-events-cal-links a:visited,
.tribe-events-cal-links .tribe-events-gcal,
.tribe-events-cal-links .tribe-events-ical,
.tribe-events-event-meta a,
.tribe-events-event-meta a:visited,
.tribe-events-event-meta .tribe-events-gcal,
.tribe-events-event-meta .tribe-events-ical {
  color: #ac0013;
}

.tribe-events-cal-links a:hover,
.tribe-events-cal-links a:visited:hover,
.tribe-events-cal-links .tribe-events-gcal:hover,
.tribe-events-cal-links .tribe-events-ical:hover,
.tribe-events-event-meta a:hover,
.tribe-events-event-meta a:visited:hover,
.tribe-events-event-meta .tribe-events-gcal:hover,
.tribe-events-event-meta .tribe-events-ical:hover {
  color: #6f6f57;
  text-decoration: underline;
}

.tribe-common a,
.tribe-common a:visited {
  color: #ac0013;
}

.tribe-common a:hover,
.tribe-common a:visited:hover {
  color: #141827;
}

.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
  background-color: #ac0013;
}

.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:hover {
  background-color: #6f6f57;
}

.tribe-common .tribe-common-c-svgicon {
  color: #ac0013;
}

.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
  background-color: #ac0013;
}

.tribe-events .tribe-events-c-ical__link {
  border-color: #ac0013;
  color: #ac0013;
}

.tribe-events .tribe-events-c-ical__link:hover {
  background-color: #ac0013;
}

.tribe-events-back a,
.tribe-events-back a:visited {
  color: #ac0013;
}

.tribe-events-back a:hover,
.tribe-events-back a:visited:hover {
  color: #6f6f57;
}

.tribe-events-event-image img {
  width: 100% !important;
  height: auto !important;
}

.tribe-related-event-info a {
  color: #ac0013;
}

.tribe-events-pro .tribe-events-pro-venue__meta-address-directions-link, .tribe-events-pro .tribe-events-pro-venue__meta-website-link,
.tribe-events-pro .tribe-events-pro-organizer__meta-email-link, .tribe-events-pro .tribe-events-pro-organizer__meta-website-link,
.tribe-events-single ul.tribe-related-events li .tribe-related-events-title a,
.tribe-events-schedule .recurringinfo a, .tribe-related-event-info .recurringinfo a {
  color: #ac0013;
}

.tribe-events-content a {
  color: #ac0013;
  border-color: #ac0013;
}

.tribe-events-content a:hover {
  text-decoration: none;
  border-color: transparent;
  color: #ac0013;
}

.tribe-events-content ol {
  padding-left: 20px;
}

.tribe-events-content ol li {
  list-style-type: decimal;
}

.tribe-events-content ul li {
  position: relative;
  padding-left: 15px;
}

.tribe-events-content ul li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #141827;
}

.fields-box {
  margin-bottom: 50px;
}

.inp-title-group {
  font-family: "TheMixPlain", sans-serif;
  color: #ac0013;
  font-size: 25px;
  margin-bottom: 20px;
}

.field-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.field-line .field-itm {
  margin-bottom: 20px;
}

.field-line .inp-title {
  margin-bottom: 5px;
}

.field-line > .field-itm {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
}

.field-line > .field-itm:last-child {
  margin-right: 0;
}

.field-line > .field-itm:last-child .btn-wrap {
  text-align: right;
}

.field-line > .field-itm:last-child .btn-wrap .ajax-loader {
  right: auto;
  left: 0;
}

.field-line .btn-wrap {
  text-align: left;
  position: relative;
}

.field-line .btn-wrap .ajax-loader {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.field-line .wpcf7-not-valid-tip {
  font-size: 12px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 1em 0;
}

.sect-social .title-descr {
  max-width: 700px;
  margin: 0 auto;
  font-size: 24px;
  padding-top: 10px;
}

.social-box {
  padding-top: 25px;
}

.social-filter {
  margin: 0 -12px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 24px;
  line-height: 1;
}

.social-filter a {
  display: inline-block;
  padding: 8px 15px;
  margin: 0 12px 20px;
  border: 1px solid #ac0013;
  color: #ac0013;
  background-color: #fff;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}

.social-filter a:hover, .social-filter a.active {
  text-decoration: none;
  background-color: #ac0013;
  color: #fff;
}

.social-lst {
  position: relative;
  margin-left: -12px;
  margin-right: -12px;
}

.social-itm {
  padding: 0 12px 25px;
  width: 33.33%;
}

.social-itm .owl-dots {
  display: none !important;
}

.social-itm-img {
  position: relative;
}

.social-itm-img .owl-prev,
.social-itm-img .owl-next {
  -webkit-filter: none;
          filter: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.social-itm-img .owl-prev {
  left: 0;
  background-image: url("../img/_style/_svg/arr_l.svg");
}

.social-itm-img .owl-next {
  right: 0;
  background-image: url("../img/_style/_svg/arr_r.svg");
}

.social-itm-inner {
  background-color: #fff;
}

.social-itm-txt {
  padding: 20px 25px;
}

.social-itm-txt .btn-wrap {
  text-align: left;
  padding-top: 20px;
}

.btn-socialwall {
  color: #ac0013;
  display: inline-block;
  padding-left: 35px;
  min-height: 25px;
  padding-top: 2px;
  background-repeat: no-repeat;
  -webkit-background-size: 25px 25px;
     -moz-background-size: 25px 25px;
       -o-background-size: 25px 25px;
          background-size: 25px 25px;
  background-position: left 0 center;
  background-image: url("../img/_style/_svg/_social/inst.svg");
}

.main-foot, .inner-foot {
  background-color: #c0beb2;
  padding: 25px 0 0;
}

.f-itm {
  margin-bottom: 20px;
}

.f-itm li {
  margin-bottom: 6px;
  line-height: 1.2em;
}

.f-itm li:last-child {
  margin-bottom: 0;
}

.f-itm li.active {
  color: #ac0013;
}

.f-itm li a {
  display: inline-block;
}

.f-itm strong {
  font-family: "", sans-serif;
}

.f-title {
  font-family: "TheMixSemiBold", sans-serif;
  margin-bottom: 7px;
}

.f-btns-title {
  font-weight: bold;
  margin-bottom: 20px;
}

.f-btns {
  margin-bottom: 25px;
}

.f-btns ul {
  line-height: 0;
}

.f-btns li {
  display: inline-block;
  margin-right: 17px;
}

.f-btns li:last-child {
  margin-right: 0;
}

.f-btns a {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #6f6f57;
  background-repeat: no-repeat;
  -webkit-background-size: 37px 37px;
     -moz-background-size: 37px;
       -o-background-size: 37px;
          background-size: 37px;
  background-position: center;
}

.chrome [class$="-ic"],
.chrome .owl-prev,
.chrome .owl-next {
  -webkit-transition: .3s all !important;
  -o-transition: .3s all !important;
  -moz-transition: .3s all !important;
  transition: .3s all !important;
}

.bg-light.sect-news .title-wrap {
  margin-bottom: 0;
}

.bg-light .news-itm::after {
  background-color: transparent;
}

/* ========================== Media Queries ========================== */
@media only screen and (max-width: 1199px) {
  .head-line {
    padding: 0 20px;
    min-height: 60px;
  }
  .main-head, .inner-head {
    height: 60px;
  }
  .top-nav {
    padding: 1px 25px 0 0;
  }
  .news-categ {
    font-size: 13px;
  }
  .news-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .more-news-lst {
    min-height: 100px;
  }
  .tour-map {
    margin-bottom: 40px;
  }
  .form-cell:first-child {
    width: 250px;
  }
  .sect-social .title-descr {
    font-size: 18px;
  }
  .social-filter {
    display: block;
    text-align: center;
    font-size: 18px;
  }
  .social-filter a {
    margin: 0 5px 20px;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
  }
  .social-itm {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*  */
}

@media only screen and (max-width: 767px) {
  .main-head, .inner-head {
    height: 60px;
  }
  .top-screen-wrap {
    min-height: -webkit-calc(100vh - 85px);
    min-height: -moz-calc(100vh - 85px);
    min-height: calc(100vh - 85px);
  }
  .head-line {
    padding: 0 15px;
  }
  .head-line .logo-wrap {
    margin: 0 -5px;
  }
  .head-cell:last-child {
    padding-left: 30px;
  }
  .logo {
    max-width: 240px;
  }
  .logo img {
    margin-right: 15px;
    width: 100%;
  }
  .h1-title {
    font-size: 40px;
  }
  .title-descr {
    font-size: 25px;
  }
  .main-slider-wrap .slide {
    padding: 50px 50px 55px;
    min-height: 350px;
  }
  .main-slider-wrap .owl-prev {
    left: 5px;
  }
  .main-slider-wrap .owl-next {
    right: 5px;
  }
  .dots-nav {
    bottom: 15px;
  }
  .size-table-wrap {
    overflow-x: auto;
  }
  .size-table-wrap table {
    min-width: 720px;
  }
  .cont-form .cust-inp,
  .cont-form .cust-sel,
  .cont-form .cust-textarea {
    margin-bottom: 20px;
  }
  .cont-form .cust-check, .cont-form .cust-radio {
    margin-bottom: 15px;
  }
  .cont-form .inp-title {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .cont-form .form-table,
  .cont-form .form-row {
    display: block;
  }
  .cont-form .form-cell {
    display: block;
    padding: 0;
  }
  .cont-form .form-cell:first-child {
    width: 100%;
    padding-right: 0;
  }
  .cont-form .captcha-img {
    margin-bottom: 20px;
  }
  .event-lnks, .set-lnks {
    display: block;
  }
  .event-lnks ul, .set-lnks ul {
    max-width: 100%;
  }
  .event-lnks ul:first-child li:first-child, .set-lnks ul:first-child li:first-child {
    border-top: 1px dotted #6f6f57;
  }
  .event-lnks li, .set-lnks li {
    min-width: 260px;
  }
  .event-lnks li:first-child, .set-lnks li:first-child {
    border-top: none;
  }
  .field-line {
    display: block;
  }
  .field-line > .field-itm {
    margin-right: 0;
  }
  .field-line .inp-title {
    margin-bottom: 5px;
  }
  .field-line .field-itm {
    margin-bottom: 15px;
  }
  .tribe-events-l-container .calendar-categories {
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .tribe-events-l-container .calendar-categories .tribe-common-c-btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 40%;
    margin: 0 10px 20px;
    font-size: 13px;
    padding: 8px 10px;
  }
  .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
    color: #ac0013;
  }
  .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date,
  .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date-link {
    color: #fff;
  }
  .tribe-events .tribe-events-calendar-month__mobile-events-icon--event,
  .tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
    background-color: #ac0013;
  }
}

@media only screen and (max-width: 576px) {
  body {
    font-size: 16px;
  }
  .h1-title {
    font-size: 30px;
  }
  .title-descr {
    font-size: 18px;
  }
  .btn-dn {
    bottom: 20px;
    font-size: 15px;
  }
  .main-slider-wrap .txt-box {
    text-align: center;
  }
  .main-slider-wrap .btn-wrap {
    text-align: center;
  }
  .slide-inner h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  table td {
    padding: 5px 0 5px 10px;
  }
  .event-lnks, .set-lnks {
    font-size: 16px;
  }
  .event-lnks li, .set-lnks li {
    padding: 7px 0 7px 30px;
  }
  .event-lnks li.similar a::before, .set-lnks li.similar a::before,
  .event-lnks li.similar > span::before,
  .set-lnks li.similar > span::before {
    left: -30px;
    top: -1px;
  }
  .partner-lst.big-lst {
    padding: 10px 0 0;
  }
  .captcha-img {
    font-size: 13px;
  }
  .captcha-img img {
    margin-left: 15px;
  }
  .comments .children .reply {
    position: relative;
    top: -10px;
    margin-bottom: 15px;
  }
  .cusel span,
  .cuselText,
  .select2-container .select2-selection--single .select2-selection__rendered {
    white-space: normal;
  }
  .cusel .cusel-scroll-pane span {
    line-height: 1.35;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .form-cell:first-child {
    width: 150px;
  }
  .social-itm {
    width: 100%;
  }
  .social-itm-txt {
    padding: 20px 15px 15px;
  }
}

@media only screen and (max-width: 480px) {
  /*  */
}

@media only screen and (min-width: 480px) {
  /*  */
}

@media only screen and (min-width: 576px) {
  /*  */
}

@media only screen and (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1164px;
  }
}
