@charset "UTF-8";
/* https://engageinteractive.co.uk/blog/top-10-scss-mixins */
/* my mixins */
/* AFFIL2020 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap&subset=latin-ext");
body {
  font-family: 'Roboto', sans-serif; }

textarea, input {
  font-family: 'Roboto', sans-serif; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* VARIABLES */
/* COLORS */
/**/
/* old */
/* blog */
/* */
/* BODY */
html, body {
  margin: 0px;
  padding: 0px;
  text-align: left; }

body {
  -webkit-text-size-adjust: 100%; }

/* EXTRA RESET */
a {
  outline: none;
  cursor: pointer;
  -ms-user-select: none; }

* {
  background-repeat: no-repeat;
  -webkit-appearance: none; }

textarea, input {
  outline: none; }

b, strong {
  font-weight: 700; }

/* LAYOUT HELPERS */
.cb, .clr {
  clear: both;
  font-size: 1px;
  line-height: 1px; }

.fl {
  float: left; }

.fr {
  float: right; }

.nowrap, .nobr {
  white-space: nowrap; }

.tal, .text-left {
  text-align: left; }

.tar, .text-right {
  text-align: right; }

.tac, .text-center {
  text-align: center; }

*, :before, :after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*-webkit-backface-visibility:hidden;*/ }

/* CONTENT */
html {
  min-width: 320px;
  overflow: auto !important; }

body {
  background: #fff;
  position: relative;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  color: #000000;
  min-width: 320px;
  overflow: hidden; }

@media (max-width: 1920px) {
  body {
    font-size: 2.08333vw; } }
/*@media (max-width: 1024px) {
	body { font-size:14px;  }
}
@media (max-width: 580px) {
	body { font-size:12px;  }
}*/
* {
  font-feature-settings: "liga" 0; }

/*body.stretched { background: #f0f0f0; }


@media (max-width: 768px) {

	body {
		font-size: 16px;
    line-height: 22px;
	}    

}
@media (max-width: 580px) {

	.container { 
	    padding-right: 25px;
	    padding-left: 25px;
	}     

}*/
a {
  color: inherit;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }
  a:hover {
    color: inherit; }

hr {
  margin-top: 0px;
  margin-bottom: 50px; }

img {
  max-width: 100%;
  height: auto; }

@media (min-width: 1200px) {
  .container {
    max-width: 1900px; } }
.scroll-top {
  z-index: 99999;
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 270px;
  height: 75px;
  padding: 0px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  text-transform: lowercase;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s linear, visibility 0.25s linear;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d9b03a+0,835e23+100 */
  background: #d9b03a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d9b03a 0%, #835e23 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d9b03a 0%, #835e23 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d9b03a 0%, #835e23 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9b03a', endColorstr='#835e23',GradientType=1 );
  /* IE6-9 */ }
  .scroll-top:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 37.5px 38px 37.5px;
    border-color: transparent transparent #000000 transparent;
    margin-left: 20px; }
  .scroll-top.hidden {
    opacity: 0;
    visibility: hidden; }

h2.label,
p.label {
  margin: 0px;
  height: 75px;
  border: 3px #000000 solid;
  padding: 0px 25px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 70px !important;
  line-height: 1;
  font-weight: 700;
  text-transform: lowercase;
  position: absolute;
  z-index: 4; }
  h2.label.hidden,
  p.label.hidden {
    opacity: 0;
    visibility: hidden; }

.arrow-down {
  padding: 0px 0px;
  margin-bottom: 20px;
  text-align: center; }
  .arrow-down a {
    display: block;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 55px 0 55px;
    border-color: #000000 transparent transparent transparent; }
  .arrow-down.active a {
    width: 70px;
    height: 70px;
    border: none;
    position: relative;
    background: #fff; }
    .arrow-down.active a:after, .arrow-down.active a:before {
      content: '';
      width: 70px;
      height: 4px;
      background: #000000;
      display: block;
      position: absolute;
      top: 0px;
      right: auto;
      bottom: auto;
      left: 0px; }
    .arrow-down.active a:after {
      transform: rotate(45deg);
      top: 27px; }
    .arrow-down.active a:before {
      transform: rotate(-45deg);
      top: 27px; }

@media (max-width: 1920px) {
  .scroll-top {
    width: 14.0625vw;
    height: 3.90625vw;
    padding: 0px 1.66667vw;
    font-size: 3.64583vw;
    line-height: 1;
    font-weight: 700; }
    .scroll-top:after {
      border-width: 0 1.95313vw 1.97917vw 1.95313vw;
      border-color: transparent transparent #000000 transparent;
      margin-left: 1.04167vw; }

  h2.label,
  p.label {
    margin: 0px;
    height: 3.90625vw;
    border: 0.15625vw #000000 solid;
    padding: 0px 1.30208vw !important;
    font-size: 3.64583vw !important;
    line-height: 1;
    font-weight: 700; }

  .arrow-down {
    margin-bottom: 1.04167vw; }
    .arrow-down a {
      border-width: 3.125vw 2.86458vw 0 2.86458vw;
      border-color: #000000 transparent transparent transparent; } }
@media (max-width: 991px) {
  .scroll-top {
    width: 28.125vw;
    height: 7.8125vw;
    padding: 0px 3.33333vw;
    font-size: 7.29167vw;
    line-height: 1;
    font-weight: 700; }
    .scroll-top:after {
      border-width: 0 3.90625vw 3.95833vw 3.90625vw;
      border-color: transparent transparent #000000 transparent;
      margin-left: 2.08333vw; } }
@media (max-width: 480px) {
  .scroll-top {
    width: 57.29167vw;
    height: 15.625vw;
    padding: 0px 6.25vw;
    font-size: 14.58333vw;
    line-height: 1;
    font-weight: 700; }
    .scroll-top:after {
      border-width: 0 6.25vw 6.25vw 6.25vw;
      border-color: transparent transparent #000000 transparent;
      margin-left: 4.16667vw; } }
/* GRID */
.layout {
  max-width: 1920px;
  margin: auto;
  overflow: hidden; }

.container {
  max-width: 1920px !important;
  padding-left: 10px;
  padding-right: 10px; }
  .container .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px; }
    .container .row > div {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 10px;
      padding-left: 10px;
      margin-bottom: 15px; }
      .container .row > div.margin-bottom-0 {
        margin-bottom: 0px; }
    .container .row > .col-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .container .row > .col-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .container .row > .col-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }

.wh-counter {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 120px;
  height: 120px; }

@media (max-width: 1920px) {
  .container {
    padding-left: 0.52083vw;
    padding-right: 0.52083vw; }
    .container .row {
      margin-right: -0.52083vw;
      margin-left: -0.52083vw; }
      .container .row > div {
        padding-right: 0.52083vw;
        padding-left: 0.52083vw;
        margin-bottom: 0.78125vw; }

  .wh-counter {
    width: 6.25vw;
    height: 6.25vw; } }
/**/
main {
  padding: 20px; }

body.woocommerce-checkout, body.woocommerce-cart {
  font-size: 20px; }
  body.woocommerce-checkout input, body.woocommerce-cart input {
    font-size: 20px; }
  body.woocommerce-checkout input.input-text,
  body.woocommerce-checkout button.button, body.woocommerce-cart input.input-text,
  body.woocommerce-cart button.button {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    line-height: 1px;
    height: 60px; }
  body.woocommerce-checkout .woocommerce #respond input#submit.alt,
  body.woocommerce-checkout .woocommerce a.button.alt,
  body.woocommerce-checkout .woocommerce button.button.alt,
  body.woocommerce-checkout .woocommerce input.button.alt, body.woocommerce-cart .woocommerce #respond input#submit.alt,
  body.woocommerce-cart .woocommerce a.button.alt,
  body.woocommerce-cart .woocommerce button.button.alt,
  body.woocommerce-cart .woocommerce input.button.alt {
    background: #000000; }
    body.woocommerce-checkout .woocommerce #respond input#submit.alt:hover,
    body.woocommerce-checkout .woocommerce a.button.alt:hover,
    body.woocommerce-checkout .woocommerce button.button.alt:hover,
    body.woocommerce-checkout .woocommerce input.button.alt:hover, body.woocommerce-cart .woocommerce #respond input#submit.alt:hover,
    body.woocommerce-cart .woocommerce a.button.alt:hover,
    body.woocommerce-cart .woocommerce button.button.alt:hover,
    body.woocommerce-cart .woocommerce input.button.alt:hover {
      background: #737373; }
  body.woocommerce-checkout .woocommerce-info, body.woocommerce-cart .woocommerce-info {
    border-top-color: rgba(0, 0, 0, 0.15); }
  body.woocommerce-checkout .woocommerce-info, body.woocommerce-checkout .woocommerce-noreviews, body.woocommerce-checkout p.no-comments, body.woocommerce-cart .woocommerce-info, body.woocommerce-cart .woocommerce-noreviews, body.woocommerce-cart p.no-comments {
    background: #e73827; }

@media (max-width: 1920px) {
  body.woocommerce-checkout, body.woocommerce-cart {
    font-size: 20px; }
    body.woocommerce-checkout input, body.woocommerce-cart input {
      font-size: 20px; }
    body.woocommerce-checkout input.input-text,
    body.woocommerce-checkout button.button, body.woocommerce-cart input.input-text,
    body.woocommerce-cart button.button {
      padding-top: 10px !important;
      padding-bottom: 10px !important;
      line-height: 1px;
      height: 55px; } }
@media (max-width: 991px) {
  body.woocommerce-checkout, body.woocommerce-cart {
    font-size: 18px; }
    body.woocommerce-checkout input, body.woocommerce-cart input {
      font-size: 18px; }
    body.woocommerce-checkout input.input-text,
    body.woocommerce-checkout button.button, body.woocommerce-cart input.input-text,
    body.woocommerce-cart button.button {
      padding-top: 5px !important;
      padding-bottom: 5px !important;
      line-height: 1px;
      height: 45px; } }
@media (max-width: 767px) {
  body.woocommerce-checkout, body.woocommerce-cart {
    font-size: 16px; }
    body.woocommerce-checkout input, body.woocommerce-cart input {
      font-size: 16px; }
    body.woocommerce-checkout input.input-text,
    body.woocommerce-checkout button.button, body.woocommerce-cart input.input-text,
    body.woocommerce-cart button.button {
      height: 40px; } }
@media (max-width: 480px) {
  body.woocommerce-checkout, body.woocommerce-cart {
    font-size: 13px; }
    body.woocommerce-checkout input, body.woocommerce-cart input {
      font-size: 13px; }
    body.woocommerce-checkout input.input-text,
    body.woocommerce-checkout button.button, body.woocommerce-cart input.input-text,
    body.woocommerce-cart button.button {
      height: 35px; } }
.breadcrumb {
  padding: 15px 0px 15px 0px;
  margin-bottom: 0px;
  background: transparent; }
  .breadcrumb .container .row .col-12 a.home .icon.icon-home {
    font-size: 15px;
    color: #f7a92f; }
  .breadcrumb .container .row .col-12 a {
    color: #f7a92f; }
    .breadcrumb .container .row .col-12 a:after {
      content: '\0047';
      font-family: 'ceskysteak';
      transform: rotate(-90deg);
      font-size: 9px;
      margin-left: 4px;
      position: relative;
      top: -1px;
      display: inline-block;
      color: #000000; }
    .breadcrumb .container .row .col-12 a:last-of-type {
      color: #000000;
      cursor: auto; }
      .breadcrumb .container .row .col-12 a:last-of-type:hover {
        text-decoration: none; }
      .breadcrumb .container .row .col-12 a:last-of-type:after {
        display: none; }

@media (max-width: 767px) {
  .breadcrumb {
    background: #e8e3da; } }
.header {
  background: #000000;
  position: relative;
  z-index: 999999; }
  .header .col-12 {
    height: 115px; }
    .header .col-12 .title {
      padding: 0px;
      margin: 0px;
      position: absolute;
      top: 16px;
      right: auto;
      bottom: auto;
      left: 709px; }
      .header .col-12 .title .icon img {
        width: 472px;
        height: auto; }
    .header .col-12 .eshop-cart {
      position: absolute;
      top: 35px;
      right: 170px;
      bottom: auto;
      left: auto; }
      .header .col-12 .eshop-cart .icon {
        width: 28px;
        height: 41px;
        background: transparent url("../gfx/icon/cart.png") 0px 0px no-repeat;
        background-size: contain;
        display: block;
        cursor: pointer; }
        .header .col-12 .eshop-cart .icon .badge {
          width: 27px;
          height: 27px;
          border-radius: 50%;
          background: #e73827;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff;
          font-size: 14px;
          line-height: 1;
          font-weight: 700;
          position: absolute;
          top: -6px;
          right: -22px;
          bottom: auto;
          left: auto; }
    .header .col-12 .back {
      display: block;
      width: 64px;
      height: 64px;
      position: absolute;
      top: 27px;
      right: 15px;
      bottom: auto;
      left: auto; }
      .header .col-12 .back span {
        width: 64px;
        height: 5px;
        background: #fff;
        display: block;
        border-radius: 3px;
        position: absolute;
        top: 0px;
        right: auto;
        bottom: auto;
        left: 0px;
        transition: all 0.25s linear; }
        .header .col-12 .back span:nth-of-type(1) {
          top: 45px;
          transform: rotate(35deg); }
        .header .col-12 .back span:nth-of-type(2) {
          top: 10px;
          transform: rotate(-35deg); }
    .header .col-12 .menu-toggle {
      display: block;
      width: 64px;
      height: 64px;
      position: absolute;
      top: 27px;
      right: 15px;
      bottom: auto;
      left: auto; }
      .header .col-12 .menu-toggle span {
        width: 64px;
        height: 5px;
        background: #fff;
        display: block;
        border-radius: 3px;
        position: absolute;
        top: 0px;
        right: auto;
        bottom: auto;
        left: 0px;
        transition: all 0.25s linear; }
        .header .col-12 .menu-toggle span:nth-of-type(1) {
          top: 13px; }
        .header .col-12 .menu-toggle span:nth-of-type(2) {
          top: 29px; }
        .header .col-12 .menu-toggle span:nth-of-type(3) {
          top: 44px; }
    .header .col-12 .nav.nav-main {
      display: none;
      position: absolute;
      top: 100%;
      right: 15px;
      bottom: auto;
      left: auto;
      padding-top: 20px; }
      .header .col-12 .nav.nav-main ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        text-align: center;
        padding: 20px 45px;
        background: rgba(255, 255, 255, 0.9); }
        .header .col-12 .nav.nav-main ul li {
          list-style-type: none;
          margin: 0px;
          padding: 0px; }
        .header .col-12 .nav.nav-main ul li {
          margin-bottom: 0px; }
          .header .col-12 .nav.nav-main ul li a {
            font-size: 80px;
            line-height: 1.2;
            font-weight: 700;
            text-decoration: none;
            text-transform: lowercase; }
            .header .col-12 .nav.nav-main ul li a:hover {
              text-decoration: underline; }
          .header .col-12 .nav.nav-main ul li.type01 a {
            color: #af8a31; }
          .header .col-12 .nav.nav-main ul li.type02 a {
            border: 5px #000000 solid;
            padding-left: 25px;
            padding-right: 25px; }
          .header .col-12 .nav.nav-main ul li.type03 a {
            color: #000000;
            -webkit-text-fill-color: white;
            -webkit-text-stroke-width: 2px;
            -webkit-text-stroke-color: black; }
    .header .col-12 .social {
      position: absolute;
      top: 32px;
      right: auto;
      bottom: auto;
      left: 15px;
      display: flex; }
      .header .col-12 .social a {
        margin-right: 12px;
        width: 48px;
        height: 48px;
        display: block; }
        .header .col-12 .social a:last-of-type {
          margin-right: 0px; }
        .header .col-12 .social a img {
          width: 100%;
          height: 100%; }
  .header.menu-active .col-12 .menu-toggle span:nth-of-type(1) {
    top: 29px;
    transform: rotate(45deg); }
  .header.menu-active .col-12 .menu-toggle span:nth-of-type(2) {
    opacity: 0; }
  .header.menu-active .col-12 .menu-toggle span:nth-of-type(3) {
    top: 29px;
    transform: rotate(-45deg); }
  .header.menu-active .col-12 .nav.nav-main {
    display: block; }

@media (max-width: 1920px) {
  .header .col-12 {
    height: 5.98958vw; }
    .header .col-12 .title {
      position: absolute;
      top: 0.83333vw;
      right: auto;
      bottom: auto;
      left: 36.92708vw; }
      .header .col-12 .title .icon img {
        width: 24.58333vw; }
    .header .col-12 .eshop-cart {
      position: absolute;
      top: 1.82292vw;
      right: 8.85417vw;
      bottom: auto;
      left: auto; }
      .header .col-12 .eshop-cart .icon {
        width: 1.45833vw;
        height: 2.13542vw; }
        .header .col-12 .eshop-cart .icon .badge {
          width: 1.40625vw;
          height: 1.40625vw;
          font-size: 0.72917vw;
          line-height: 1;
          font-weight: 700;
          position: absolute;
          top: -0.3125vw;
          right: -1.14583vw;
          bottom: auto;
          left: auto; }
    .header .col-12 .back {
      width: 3.33333vw;
      height: 3.33333vw;
      position: absolute;
      top: 1.40625vw;
      right: 0.78125vw;
      bottom: auto;
      left: auto; }
      .header .col-12 .back span {
        width: 3.33333vw;
        height: 0.26042vw;
        border-radius: 0.15625vw; }
        .header .col-12 .back span:nth-of-type(1) {
          top: 2.34375vw;
          transform: rotate(35deg); }
        .header .col-12 .back span:nth-of-type(2) {
          top: 0.52083vw;
          transform: rotate(-35deg); }
    .header .col-12 .menu-toggle {
      width: 3.33333vw;
      height: 3.33333vw;
      position: absolute;
      top: 1.40625vw;
      right: 0.78125vw;
      bottom: auto;
      left: auto; }
      .header .col-12 .menu-toggle span {
        width: 3.33333vw;
        height: 0.26042vw;
        border-radius: 0.15625vw; }
        .header .col-12 .menu-toggle span:nth-of-type(1) {
          top: 0.67708vw; }
        .header .col-12 .menu-toggle span:nth-of-type(2) {
          top: 1.51042vw; }
        .header .col-12 .menu-toggle span:nth-of-type(3) {
          top: 2.29167vw; }
    .header .col-12 .nav.nav-main {
      position: absolute;
      top: 100%;
      right: 0.78125vw;
      bottom: auto;
      left: auto;
      padding-top: 1.04167vw; }
      .header .col-12 .nav.nav-main ul {
        padding: 1.04167vw 2.34375vw; }
        .header .col-12 .nav.nav-main ul li a {
          font-size: 4.16667vw;
          line-height: 1.2;
          font-weight: 700; }
        .header .col-12 .nav.nav-main ul li.type02 a {
          border: 0.26042vw #000000 solid;
          padding-left: 1.30208vw;
          padding-right: 1.30208vw; }
        .header .col-12 .nav.nav-main ul li.type03 a {
          color: #000000;
          -webkit-text-fill-color: white;
          -webkit-text-stroke-width: 0.10417vw;
          -webkit-text-stroke-color: black; }
    .header .col-12 .social {
      position: absolute;
      top: 1.66667vw;
      right: auto;
      bottom: auto;
      left: 0.78125vw; }
      .header .col-12 .social a {
        margin-right: 0.625vw;
        width: 2.5vw;
        height: 2.5vw; }
  .header.menu-active .col-12 .menu-toggle span:nth-of-type(1) {
    top: 1.51042vw;
    transform: rotate(45deg); }
  .header.menu-active .col-12 .menu-toggle span:nth-of-type(2) {
    opacity: 0; }
  .header.menu-active .col-12 .menu-toggle span:nth-of-type(3) {
    top: 1.51042vw;
    transform: rotate(-45deg); } }
@media (max-width: 991px) {
  .header .col-12 .eshop-cart {
    position: absolute;
    top: 1.19792vw;
    right: 14.58333vw;
    bottom: auto;
    left: auto; }
    .header .col-12 .eshop-cart .icon {
      width: 2.91667vw;
      height: 4.27083vw; }
      .header .col-12 .eshop-cart .icon .badge {
        width: 2.8125vw;
        height: 2.8125vw;
        font-size: 1.04167vw;
        line-height: 1;
        font-weight: 700;
        position: absolute;
        top: -0.3125vw;
        right: -1.14583vw;
        bottom: auto;
        left: auto; }
  .header .col-12 .back {
    width: 6.25vw;
    height: 6.25vw;
    position: absolute;
    top: 0.26042vw;
    right: 3.125vw;
    bottom: auto;
    left: auto; }
    .header .col-12 .back span {
      width: 6.25vw;
      height: 0.52083vw;
      border-radius: 0.3125vw; }
      .header .col-12 .back span:nth-of-type(1) {
        top: 4.6875vw;
        transform: rotate(35deg); }
      .header .col-12 .back span:nth-of-type(2) {
        top: 1.04167vw;
        transform: rotate(-35deg); }
  .header .col-12 .menu-toggle {
    width: 6.25vw;
    height: 6.25vw;
    position: absolute;
    top: 0.26042vw;
    right: 3.125vw;
    bottom: auto;
    left: auto; }
    .header .col-12 .menu-toggle span {
      width: 6.25vw;
      height: 0.52083vw;
      border-radius: 0.3125vw; }
      .header .col-12 .menu-toggle span:nth-of-type(1) {
        top: 1.35417vw; }
      .header .col-12 .menu-toggle span:nth-of-type(2) {
        top: 3.02083vw; }
      .header .col-12 .menu-toggle span:nth-of-type(3) {
        top: 4.58333vw; }
  .header.menu-active .col-12 .menu-toggle span:nth-of-type(1) {
    top: 2.86458vw;
    transform: rotate(45deg); }
  .header.menu-active .col-12 .menu-toggle span:nth-of-type(2) {
    opacity: 0; }
  .header.menu-active .col-12 .menu-toggle span:nth-of-type(3) {
    top: 2.86458vw;
    transform: rotate(-45deg); } }
.footer {
  padding: 70px 0px;
  background: #edf4f7 url("../gfx/background/footer.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 99; }
  .footer .col-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px 0px 50px !important;
    color: #fff;
    justify-content: space-between; }
    .footer .col-12 .icon.footer-popup {
      position: absolute;
      top: 50px;
      right: auto;
      bottom: auto;
      left: 50px;
      width: 86px;
      height: 68px;
      cursor: pointer;
      z-index: 4; }
      .footer .col-12 .icon.footer-popup img {
        width: 100%;
        height: auto; }
    .footer .col-12 p.copy {
      margin: 0px;
      padding: 0px;
      font-size: 0px;
      line-height: 1.1;
      font-weight: 400;
      margin: 0px;
      padding: 0px;
      position: relative;
      top: 50px;
      z-index: 4; }
    .footer .col-12 .title {
      z-index: 2;
      position: absolute;
      top: -45px;
      right: auto;
      bottom: auto;
      left: 50%;
      margin-left: -320px; }
      .footer .col-12 .title .icon img {
        width: 640px;
        height: auto; }
    .footer .col-12 .social {
      padding-top: 40px;
      margin: 0px 35px;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 2;
      position: relative; }
      .footer .col-12 .social a {
        margin-right: 12px;
        width: 47px;
        height: 47px;
        display: block;
        border-radius: 50%;
        overflow: hidden; }
        .footer .col-12 .social a:last-of-type {
          margin-right: 0px; }
        .footer .col-12 .social a img {
          width: 100%;
          height: 100%; }
        .footer .col-12 .social a.last {
          margin-left: 40px; }

@media (max-width: 1920px) {
  .footer {
    padding: 3.64583vw 0px; }
    .footer .col-12 {
      padding: 0px 1.04167vw 0px 2.60417vw !important; }
      .footer .col-12 .icon.footer-popup {
        position: absolute;
        top: 0vw;
        right: auto;
        bottom: auto;
        left: 2.60417vw;
        width: 4.47917vw;
        height: 3.54167vw; }
      .footer .col-12 p.copy {
        font-size: 1.04167vw;
        line-height: 1.1;
        font-weight: 400;
        top: 2.60417vw; }
      .footer .col-12 .title {
        position: absolute;
        top: -2.34375vw;
        right: auto;
        bottom: auto;
        left: 50%;
        margin-left: -16.66667vw; }
        .footer .col-12 .title .icon img {
          width: 33.33333vw; }
      .footer .col-12 .social {
        padding-top: 2.08333vw;
        margin: 0px 1.82292vw; }
        .footer .col-12 .social a {
          margin-right: 0.625vw;
          width: 2.44792vw;
          height: 2.44792vw; }
          .footer .col-12 .social a.last {
            margin-left: 2.08333vw; } }
.btn {
  border-radius: 0px;
  height: 60px;
  border: 2px #000000 solid;
  padding: 0px 20px;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 280px;
  transition: all 0.25s linear;
  text-decoration: none;
  background: #000000;
  color: #fff;
  margin-top: 20px; }
  .btn:focus {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn:focus, .btn:hover {
    background: #fff;
    color: #000000; }

@media (max-width: 1920px) {
  .btn {
    height: 3.125vw;
    border: 0.10417vw #000000 solid;
    padding: 0px 1.04167vw;
    font-size: 1.25vw;
    line-height: 1;
    font-weight: 700;
    min-width: 14.58333vw;
    margin-top: 1.04167vw; } }
/* end */
*::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
p::-moz-selection {
  background-color: #e73827;
  color: #fff; }

*::selection,
h1::selection,
h2::selection,
h3::selection,
p::selection {
  background-color: #e73827;
  color: #fff; }

.textpage {
  padding: 60px 0px 40px 0px; }
  .textpage.textpage-blue {
    background: #eaf6fa; }
  .textpage .row img {
    max-width: 100%; }
  .textpage .row img {
    margin-bottom: 15px;
    max-width: 100%; }
  .textpage .row .article:after {
    clear: both;
    display: block;
    content: ''; }
  .textpage .row .article h1 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 900;
    color: #000000;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    border: none; }
  .textpage .row .article h2 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -1px;
    color: #005190;
    margin-bottom: 30px;
    text-align: center; }
  .textpage .row .article h3 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -1px;
    color: #005190;
    margin-bottom: 30px;
    text-align: center; }
  .textpage .row .article h4 {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
    color: #005190;
    margin-bottom: 30px;
    text-align: center; }
  .textpage .row .article h5 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 30px; }
  .textpage .row .article .excerpt p {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 400; }
  .textpage .row .article .featured-image {
    margin-bottom: 20px; }
  .textpage .row .article blockquote {
    margin: 0px;
    padding: 0px;
    padding: 40px 100px;
    border: none !important;
    margin-bottom: 20px;
    text-align: center; }
    .textpage .row .article blockquote p {
      font-size: 24px;
      line-height: 1.3;
      font-weight: 400;
      color: #005190;
      font-style: italic;
      position: relative;
      margin-bottom: 0px;
      display: inline-block; }
      .textpage .row .article blockquote p:before {
        content: '"';
        position: absolute;
        top: -5px;
        right: auto;
        bottom: auto;
        left: -25px;
        font-size: 60px;
        line-height: 0;
        font-weight: 400;
        color: #60c2db; }
      .textpage .row .article blockquote p:after {
        content: '"';
        position: absolute;
        top: auto;
        right: -25px;
        bottom: -5px;
        left: auto;
        font-size: 60px;
        line-height: 0;
        font-weight: 400;
        color: #60c2db; }
  .textpage .row .article p {
    margin-bottom: 30px; }
    .textpage .row .article p a {
      color: #000000;
      text-decoration: underline;
      font-weight: 400; }
      .textpage .row .article p a:hover {
        text-decoration: none; }
      .textpage .row .article p a strong, .textpage .row .article p a b {
        font-weight: 700; }
    .textpage .row .article p b a, .textpage .row .article p strong a {
      font-weight: 700; }
  .textpage .row .article img {
    max-width: 100%;
    height: auto; }
  .textpage .row .article img.alignleft,
  .textpage .row .article img[align="left"],
  .textpage .row .article img[style*="float: left"],
  .textpage .row .article img[style*="float:left"] {
    margin: 5px 30px 10px 0px;
    float: left; }
  .textpage .row .article img.alignright,
  .textpage .row .article img[align="right"],
  .textpage .row .article img[style*="float: right"],
  .textpage .row .article img[style*="float:right"] {
    margin: 5px 0px 10px 30px;
    float: right; }
  .textpage .row .article ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
    padding-top: 0px;
    margin-left: 0px;
    list-style-type: none; }
    .textpage .row .article ul > li {
      padding-left: 25px;
      position: relative;
      margin-bottom: 1px;
      color: #808e9a; }
      .textpage .row .article ul > li a {
        color: #808e9a;
        text-decoration: underline;
        font-weight: 700; }
        .textpage .row .article ul > li a:hover {
          text-decoration: none; }
      .textpage .row .article ul > li:before {
        content: '';
        background: #737373;
        background: #4952a0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border-radius: 0px;
        position: absolute;
        top: 9px;
        right: auto;
        bottom: auto;
        left: 0px; }
    .textpage .row .article ul.list li:before {
      display: none; }
    .textpage .row .article ul ul, .textpage .row .article ul ol {
      margin-left: 15px;
      padding-top: 10px;
      margin-bottom: 10px; }
  .textpage .row .article ol {
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
    counter-reset: item; }
    .textpage .row .article ol > li {
      counter-increment: item;
      list-style-type: none;
      padding-left: 25px;
      position: relative;
      margin-bottom: 4px;
      color: #808e9a;
      /*> ol {
      	> li:before {
      		background:$blue;
      	}
      }*/ }
      .textpage .row .article ol > li a {
        color: #808e9a;
        text-decoration: underline;
        font-weight: 700; }
        .textpage .row .article ol > li a:hover {
          text-decoration: none; }
    .textpage .row .article ol ul, .textpage .row .article ol ol {
      margin-left: 15px;
      padding-top: 10px;
      margin-bottom: 10px; }
    .textpage .row .article ol.list li:before {
      display: none; }
  .textpage .row .article ul ul,
  .textpage .row .article ul ol,
  .textpage .row .article ol ol,
  .textpage .row .article ol ul {
    margin-bottom: 15px; }
  .textpage .row .article ul li ul li:before {
    /*background:$blue;*/ }
  .textpage .row .article ul li ul li ul li:before {
    /*background:$blueLight;*/ }
  .textpage .row .article ol ul > li:before, .textpage .row .article ul ul > li:before {
    content: '';
    border: 1px #737373 solid;
    border: none;
    background: #4952a0;
    width: 10px;
    height: 10px;
    border-radius: 0%;
    position: absolute;
    top: 9px;
    right: auto;
    bottom: auto;
    left: 0px; }
  .textpage .row .article ol > li:before {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #808e9a;
    width: auto;
    height: auto;
    border-radius: 50%;
    margin-right: 0px;
    font-weight: 700;
    content: counter(item) ". ";
    text-align: center;
    position: absolute;
    top: 3px;
    right: auto;
    bottom: auto;
    left: 0px; }
  .textpage .row .article table {
    border-spacing: 0px;
    border-collapse: 0px;
    width: auto;
    width: 100%;
    margin-bottom: 40px; }
    .textpage .row .article table.fl {
      margin-right: 70px !important; }
    .textpage .row .article table.fr {
      margin-left: 70px !important; }
    .textpage .row .article table thead td,
    .textpage .row .article table thead th {
      color: #fff !important;
      font-size: 18px;
      line-height: 1.2;
      font-weight: 700;
      text-align: center;
      padding-left: 13px !important;
      padding-right: 13px !important;
      height: 50px !important;
      vertical-align: middle;
      background: #005190;
      border-bottom: 3px #fff solid;
      border-right: 5px #fff solid;
      border-left: 5px #fff solid; }
    .textpage .row .article table tr th:first-of-type {
      border-left: none !important; }
    .textpage .row .article table tr th:last-of-type {
      border-right: none !important; }
    .textpage .row .article table td {
      color: #000000;
      text-align: center;
      font-size: 18px;
      line-height: 1.2;
      font-weight: 400;
      padding-left: 13px !important;
      padding-right: 13px !important;
      height: 50px !important;
      background: transparent;
      vertical-align: middle;
      border-bottom: 3px #fff solid !important;
      border-right: 5px #fff solid !important;
      border-left: 5px #fff solid !important; }
    .textpage .row .article table tr td:first-of-type {
      border-left: none !important;
      color: #60c2db;
      font-weight: 700; }
    .textpage .row .article table tr td:last-of-type {
      border-right: none !important; }
    .textpage .row .article table tr:nth-of-type(even) td {
      background: #eaf6fa; }
    .textpage .row .article table.center td, .textpage .row .article table.center th {
      text-align: center; }
  .textpage .row .article .gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -30px; }
    .textpage .row .article .gallery .gallery-item {
      width: 33.33%;
      padding: 0px 30px; }
      .textpage .row .article .gallery .gallery-item img {
        width: 100%; }

@media (max-width: 991px) {
  .textpage {
    padding: 40px 0px 40px 0px; }
    .textpage .row .article h1 {
      font-size: 32px;
      line-height: 1.3;
      font-weight: 900;
      margin-bottom: 35px;
      padding-bottom: 20px; }
    .textpage .row .article h2 {
      font-size: 32px;
      line-height: 1.2;
      font-weight: 900; }
    .textpage .row .article h3 {
      font-size: 26px;
      line-height: 1.2;
      font-weight: 900; }
    .textpage .row .article h4 {
      font-size: 20px;
      line-height: 1.2;
      font-weight: 700; }
    .textpage .row .article h5 {
      font-size: 20px;
      line-height: 1.3;
      font-weight: 600; }
    .textpage .row .article .excerpt p {
      font-size: 22px;
      line-height: 1.6;
      font-weight: 400; }
    .textpage .row .article blockquote {
      padding: 40px 90px;
      margin-bottom: 20px; }
      .textpage .row .article blockquote p {
        font-size: 17px;
        line-height: 1.3;
        font-weight: 400; }
    .textpage .row .article p {
      margin-bottom: 25px; }
    .textpage .row .article table {
      margin-bottom: 30px; }
      .textpage .row .article table thead td,
      .textpage .row .article table thead th {
        font-size: 17px;
        line-height: 1.2;
        font-weight: 700; }
      .textpage .row .article table td {
        font-size: 17px;
        line-height: 1.2;
        font-weight: 400; }

  .textpage .row .article ol > li:before {
    font-size: 17px;
    top: 1px; }

  .textpage .row .article ol ul > li:before, .textpage .row .article ul ul > li:before,
  .textpage .row .article ul > li:before {
    width: 9px;
    height: 9px; } }
@media (max-width: 767px) {
  .textpage {
    padding: 30px 0px 30px 0px; }
    .textpage .container > .row > div {
      margin-left: 0px;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .textpage .row .article h1 {
      font-size: 28px;
      line-height: 1.3;
      font-weight: 900;
      margin-bottom: 30px;
      padding-bottom: 20px; }
    .textpage .row .article h2 {
      font-size: 28px;
      line-height: 1.2;
      font-weight: 900; }
    .textpage .row .article h3 {
      font-size: 22px;
      line-height: 1.2;
      font-weight: 900; }
    .textpage .row .article h4 {
      font-size: 18px;
      line-height: 1.2;
      font-weight: 700; }
    .textpage .row .article h5 {
      font-size: 18px;
      line-height: 1.3;
      font-weight: 600; }
    .textpage .row .article .excerpt p {
      font-size: 20px;
      line-height: 1.6;
      font-weight: 400; }
    .textpage .row .article blockquote {
      padding: 30px 80px;
      margin-bottom: 20px; }
      .textpage .row .article blockquote p {
        font-size: 18px;
        line-height: 1.3;
        font-weight: 400; }
    .textpage .row .article p {
      margin-bottom: 25px; }
    .textpage .row .article ul {
      margin-bottom: 30px; }
      .textpage .row .article ul > li:before {
        top: 8px; }
    .textpage .row .article ol {
      margin-bottom: 30px; }
    .textpage .row .article ul ul,
    .textpage .row .article ul ol,
    .textpage .row .article ol ol,
    .textpage .row .article ol ul {
      margin-bottom: 10px; }
    .textpage .row .article table {
      margin-bottom: 30px; }
      .textpage .row .article table thead td,
      .textpage .row .article table thead th {
        font-size: 16px;
        line-height: 1.2;
        font-weight: 700;
        padding-left: 10px !important;
        padding-right: 10px !important;
        height: 50px !important;
        border-bottom: 1px #fff solid;
        border-right: 2px #fff solid;
        border-left: 2px #fff solid; }
      .textpage .row .article table td {
        font-size: 16px;
        line-height: 1.2;
        font-weight: 400;
        padding-left: 10px !important;
        padding-right: 10px !important;
        height: 50px !important;
        border-bottom: 1px #fff solid !important;
        border-right: 2px #fff solid !important;
        border-left: 2px #fff solid !important; }
    .textpage .row .article .gallery {
      display: flex;
      flex-wrap: wrap;
      margin: 0px -10px; }
      .textpage .row .article .gallery .gallery-item {
        width: 33.33%;
        padding: 0px 10px; }

  .textpage .row .article ol > li:before {
    font-size: 16px;
    top: 0px; }

  .textpage .row .article ol ul > li:before, .textpage .row .article ul ul > li:before,
  .textpage .row .article ul > li:before {
    width: 8px;
    height: 8px;
    top: 8px; } }
@media (max-width: 580px) {
  .textpage .row .article table {
    margin-bottom: 25px; }
    .textpage .row .article table thead td,
    .textpage .row .article table thead th {
      font-size: 13px;
      line-height: 1.2;
      font-weight: 700;
      height: 30px !important; }
    .textpage .row .article table td {
      font-size: 13px;
      line-height: 1.2;
      font-weight: 400;
      height: 30px !important; }
  .textpage .row .article .gallery {
    margin: 0px -10px; }
    .textpage .row .article .gallery .gallery-item {
      width: 100%;
      padding: 0px 10px; } }
/*
@media (max-width: 768px) {
	.textpage .container .row .article h2 {
		font-size: 20px;
    	line-height: 26px;
	}
	body.admin .textpage h1 {
		font-size:22px;
	}
	body.admin .textpage h2 {
		    font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px;
	}
}*/
.paginator {
  position: relative;
  text-align: center; }
  .paginator .pages {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: auto;
    display: flex;
    justify-content: flex-end;
    padding-top: 7px; }
    .paginator .pages a {
      font-size: 16px;
      line-height: 1;
      font-weight: 400;
      color: #f7a92f;
      font-family: 'Askan-Bold';
      text-decoration: none;
      width: 33px;
      height: 34px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px #f7a92f solid;
      border-left: none; }
      .paginator .pages a:nth-of-type(1) {
        border-left: 1px #f7a92f solid; }
      .paginator .pages a.active, .paginator .pages a:hover {
        background: #f1e2ce; }

.middle-banner .container,
.master-banner .container {
  padding: 0px; }
  .middle-banner .container .row,
  .master-banner .container .row {
    margin: 0px; }
    .middle-banner .container .row .col-12,
    .master-banner .container .row .col-12 {
      padding: 0px;
      margin-bottom: 0px;
      font-size: 0px;
      position: relative;
      background: #f5f5f5; }
      .middle-banner .container .row .col-12 img,
      .master-banner .container .row .col-12 img {
        width: 100%; }
      .middle-banner .container .row .col-12 .audio-buttons,
      .master-banner .container .row .col-12 .audio-buttons {
        position: absolute;
        top: auto;
        right: 100px;
        bottom: 100px;
        left: 100px;
        text-align: center;
        z-index: 6; }
        .middle-banner .container .row .col-12 .audio-buttons img,
        .master-banner .container .row .col-12 .audio-buttons img {
          width: 50px;
          height: 50px; }
        .middle-banner .container .row .col-12 .audio-buttons span,
        .master-banner .container .row .col-12 .audio-buttons span {
          display: inline-block;
          cursor: pointer; }
        .middle-banner .container .row .col-12 .audio-buttons .off,
        .master-banner .container .row .col-12 .audio-buttons .off {
          display: none; }
        .middle-banner .container .row .col-12 .audio-buttons.active .off,
        .master-banner .container .row .col-12 .audio-buttons.active .off {
          display: inline-block; }
        .middle-banner .container .row .col-12 .audio-buttons.active .on,
        .master-banner .container .row .col-12 .audio-buttons.active .on {
          display: none; }
      .middle-banner .container .row .col-12 .video-overlay,
      .master-banner .container .row .col-12 .video-overlay {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        z-index: 5; }
        .middle-banner .container .row .col-12 .video-overlay img,
        .master-banner .container .row .col-12 .video-overlay img {
          width: 100%; }
      .middle-banner .container .row .col-12 video,
      .master-banner .container .row .col-12 video {
        width: 100%; }
      .middle-banner .container .row .col-12 .list.list-slider,
      .master-banner .container .row .col-12 .list.list-slider {
        list-style-type: none;
        margin: 0px;
        padding: 0px; }
        .middle-banner .container .row .col-12 .list.list-slider li,
        .master-banner .container .row .col-12 .list.list-slider li {
          list-style-type: none;
          margin: 0px;
          padding: 0px; }
        .middle-banner .container .row .col-12 .list.list-slider .item,
        .master-banner .container .row .col-12 .list.list-slider .item {
          position: relative; }
        .middle-banner .container .row .col-12 .list.list-slider .slick-dots,
        .master-banner .container .row .col-12 .list.list-slider .slick-dots {
          bottom: 55px; }
          .middle-banner .container .row .col-12 .list.list-slider .slick-dots li,
          .master-banner .container .row .col-12 .list.list-slider .slick-dots li {
            margin: 0px 15px;
            width: 20px;
            height: 20px; }
            .middle-banner .container .row .col-12 .list.list-slider .slick-dots li.slick-active button,
            .master-banner .container .row .col-12 .list.list-slider .slick-dots li.slick-active button {
              background: #e73827; }
            .middle-banner .container .row .col-12 .list.list-slider .slick-dots li button,
            .master-banner .container .row .col-12 .list.list-slider .slick-dots li button {
              width: 18px;
              height: 18px;
              border-radius: 50%;
              border: 3px #000000 solid; }
              .middle-banner .container .row .col-12 .list.list-slider .slick-dots li button:before,
              .master-banner .container .row .col-12 .list.list-slider .slick-dots li button:before {
                display: none; }
        .middle-banner .container .row .col-12 .list.list-slider .slick-arrow,
        .master-banner .container .row .col-12 .list.list-slider .slick-arrow {
          z-index: 99; }
          .middle-banner .container .row .col-12 .list.list-slider .slick-arrow.slick-prev,
          .master-banner .container .row .col-12 .list.list-slider .slick-arrow.slick-prev {
            left: 15px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 57.5px 55px 57.5px 0;
            border-color: transparent #000 transparent transparent; }
            .middle-banner .container .row .col-12 .list.list-slider .slick-arrow.slick-prev:hover,
            .master-banner .container .row .col-12 .list.list-slider .slick-arrow.slick-prev:hover {
              border-color: transparent #e73827 transparent transparent; }
          .middle-banner .container .row .col-12 .list.list-slider .slick-arrow.slick-next,
          .master-banner .container .row .col-12 .list.list-slider .slick-arrow.slick-next {
            right: 15px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 57.5px 0 57.5px 55px;
            border-color: transparent transparent transparent #000; }
            .middle-banner .container .row .col-12 .list.list-slider .slick-arrow.slick-next:hover,
            .master-banner .container .row .col-12 .list.list-slider .slick-arrow.slick-next:hover {
              border-color: transparent transparent transparent #e73827; }
          .middle-banner .container .row .col-12 .list.list-slider .slick-arrow:before,
          .master-banner .container .row .col-12 .list.list-slider .slick-arrow:before {
            display: none; }
.middle-banner.master-banner-2 .container .row .col-12 .list.list-slider .slick-dots li,
.master-banner.master-banner-2 .container .row .col-12 .list.list-slider .slick-dots li {
  width: 20px;
  height: 20px; }
  .middle-banner.master-banner-2 .container .row .col-12 .list.list-slider .slick-dots li.slick-active button,
  .master-banner.master-banner-2 .container .row .col-12 .list.list-slider .slick-dots li.slick-active button {
    background: #e73827; }
  .middle-banner.master-banner-2 .container .row .col-12 .list.list-slider .slick-dots li button,
  .master-banner.master-banner-2 .container .row .col-12 .list.list-slider .slick-dots li button {
    background: #fff;
    padding: 5px; }
.middle-banner.master-banner-2 .container .row .col-12 .list.list-slider .slick-arrow.slick-prev,
.master-banner.master-banner-2 .container .row .col-12 .list.list-slider .slick-arrow.slick-prev {
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 57.5px 55px 57.5px 0;
  border-color: transparent #fff transparent transparent; }
  .middle-banner.master-banner-2 .container .row .col-12 .list.list-slider .slick-arrow.slick-prev:hover,
  .master-banner.master-banner-2 .container .row .col-12 .list.list-slider .slick-arrow.slick-prev:hover {
    border-color: transparent #e73827 transparent transparent; }
.middle-banner.master-banner-2 .container .row .col-12 .list.list-slider .slick-arrow.slick-next,
.master-banner.master-banner-2 .container .row .col-12 .list.list-slider .slick-arrow.slick-next {
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 57.5px 0 57.5px 55px;
  border-color: transparent transparent transparent #fff; }
  .middle-banner.master-banner-2 .container .row .col-12 .list.list-slider .slick-arrow.slick-next:hover,
  .master-banner.master-banner-2 .container .row .col-12 .list.list-slider .slick-arrow.slick-next:hover {
    border-color: transparent transparent transparent #e73827; }

@media (max-width: 1920px) {
  .middle-banner .container .row .col-12 .audio-buttons,
  .master-banner .container .row .col-12 .audio-buttons {
    position: absolute;
    top: auto;
    right: 5.20833vw;
    bottom: 5.20833vw;
    left: 5.20833vw; }
    .middle-banner .container .row .col-12 .audio-buttons img,
    .master-banner .container .row .col-12 .audio-buttons img {
      width: 2.60417vw;
      height: 2.60417vw; }
  .middle-banner .container .row .col-12 .list.list-slider .slick-dots,
  .master-banner .container .row .col-12 .list.list-slider .slick-dots {
    bottom: 2.86458vw; }
    .middle-banner .container .row .col-12 .list.list-slider .slick-dots li,
    .master-banner .container .row .col-12 .list.list-slider .slick-dots li {
      margin: 0px 0.78125vw;
      width: 1.04167vw;
      height: 1.04167vw; }
      .middle-banner .container .row .col-12 .list.list-slider .slick-dots li button,
      .master-banner .container .row .col-12 .list.list-slider .slick-dots li button {
        width: 0.9375vw;
        height: 0.9375vw;
        border: 0.15625vw #000000 solid;
        padding: 0.26042vw; }
  .middle-banner .container .row .col-12 .list.list-slider .slick-arrow.slick-prev,
  .master-banner .container .row .col-12 .list.list-slider .slick-arrow.slick-prev {
    left: 0.78125vw;
    border-width: 2.99479vw 2.86458vw 2.99479vw 0;
    border-color: transparent #000 transparent transparent; }
  .middle-banner .container .row .col-12 .list.list-slider .slick-arrow.slick-next,
  .master-banner .container .row .col-12 .list.list-slider .slick-arrow.slick-next {
    right: 0.78125vw;
    border-width: 2.99479vw 0 2.99479vw 2.86458vw;
    border-color: transparent transparent transparent #000; }
  .middle-banner.master-banner-2 .container .row .col-12 .list.list-slider .slick-dots li,
  .master-banner.master-banner-2 .container .row .col-12 .list.list-slider .slick-dots li {
    width: 1.04167vw;
    height: 1.04167vw; }
    .middle-banner.master-banner-2 .container .row .col-12 .list.list-slider .slick-dots li button,
    .master-banner.master-banner-2 .container .row .col-12 .list.list-slider .slick-dots li button {
      padding: 0.26042vw; }
  .middle-banner.master-banner-2 .container .row .col-12 .list.list-slider .slick-arrow.slick-prev,
  .master-banner.master-banner-2 .container .row .col-12 .list.list-slider .slick-arrow.slick-prev {
    left: 0.78125vw;
    border-width: 2.99479vw 2.86458vw 2.99479vw 0;
    border-color: transparent #fff transparent transparent; }
  .middle-banner.master-banner-2 .container .row .col-12 .list.list-slider .slick-arrow.slick-next,
  .master-banner.master-banner-2 .container .row .col-12 .list.list-slider .slick-arrow.slick-next {
    right: 0.78125vw;
    border-width: 2.99479vw 0 2.99479vw 2.86458vw;
    border-color: transparent transparent transparent #fff; } }
@media (max-width: 991px) {
  .middle-banner .container .row .col-12 .list.list-slider .slick-dots li,
  .master-banner .container .row .col-12 .list.list-slider .slick-dots li {
    width: 2.08333vw;
    height: 2.08333vw; }
    .middle-banner .container .row .col-12 .list.list-slider .slick-dots li button,
    .master-banner .container .row .col-12 .list.list-slider .slick-dots li button {
      width: 1.875vw;
      height: 1.875vw; }
  .middle-banner.master-banner-2 .container .row .col-12 .list.list-slider .slick-dots li,
  .master-banner.master-banner-2 .container .row .col-12 .list.list-slider .slick-dots li {
    width: 2.08333vw;
    height: 2.08333vw; }
    .middle-banner.master-banner-2 .container .row .col-12 .list.list-slider .slick-dots li button,
    .master-banner.master-banner-2 .container .row .col-12 .list.list-slider .slick-dots li button {
      padding: 0.26042vw;
      width: 1.875vw;
      height: 1.875vw; }

  .middle-banner .container .row .col-12 .audio-buttons,
  .master-banner .container .row .col-12 .audio-buttons {
    bottom: 7.8125vw; }
    .middle-banner .container .row .col-12 .audio-buttons img,
    .master-banner .container .row .col-12 .audio-buttons img {
      width: 5.20833vw;
      height: 5.20833vw; } }
.banner-popup {
  width: 1000px;
  height: 565px;
  position: absolute;
  top: 140px;
  right: auto;
  bottom: auto;
  left: 450px;
  z-index: 20;
  opacity: 0.8;
  transition: opacity 0.25s linear; }
  .banner-popup .close {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: auto;
    cursor: pointer;
    z-index: 99;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px #fff solid;
    width: 80px;
    height: 80px; }
    .banner-popup .close img {
      width: 71px;
      height: 71px;
      filter: none; }
  .banner-popup:hover {
    opacity: 1; }
  .banner-popup .background {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d6af38+1,8a672f+100 */
    background: #d6af38;
    /* Old browsers */
    background: -moz-linear-gradient(left, #d6af38 1%, #8a672f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #d6af38 1%, #8a672f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #d6af38 1%, #8a672f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6af38', endColorstr='#8a672f',GradientType=1 );
    /* IE6-9 */ }
  .banner-popup .txt {
    position: absolute;
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff; }
    .banner-popup .txt > p {
      font-size: 80px;
      line-height: 1.1;
      font-weight: 700;
      margin: 0px;
      padding: 0px; }
      .banner-popup .txt > p:last-of-type {
        font-size: 70px; }
    .banner-popup .txt .form {
      padding-top: 50px; }
      .banner-popup .txt .form > p {
        color: #000000;
        font-size: 40px;
        line-height: 1.1;
        font-weight: 700;
        margin: 0px;
        padding: 0px; }
      .banner-popup .txt .form form {
        padding: 50px 0px 0px 0px;
        display: flex;
        width: 100%; }
        .banner-popup .txt .form form input {
          height: 90px;
          border: none;
          font-size: 30px;
          font-weight: 700;
          text-align: center; }
        .banner-popup .txt .form form input[type="text"] {
          width: 60%;
          background: #fff;
          padding: 0px 20px;
          -webkit-appearance: none;
          border-radius: 0; }
        .banner-popup .txt .form form input[type="submit"] {
          width: 40%;
          background: #000000;
          color: #fff;
          -webkit-appearance: none;
          border-radius: 0; }

@media (max-width: 1920px) {
  .banner-popup {
    width: 52.08333vw;
    height: 29.42708vw;
    position: absolute;
    top: 7.29167vw;
    right: auto;
    bottom: auto;
    left: 23.4375vw; }
    .banner-popup .close {
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: auto;
      left: auto;
      border: 0.26042vw #fff solid;
      width: 4.16667vw;
      height: 4.16667vw; }
      .banner-popup .close img {
        width: 3.69792vw;
        height: 3.69792vw; }
    .banner-popup .txt {
      position: absolute;
      top: 3.125vw;
      right: 3.125vw;
      bottom: 3.125vw;
      left: 3.125vw; }
      .banner-popup .txt > p {
        font-size: 4.16667vw;
        line-height: 1.1;
        font-weight: 700; }
        .banner-popup .txt > p:last-of-type {
          font-size: 3.64583vw; }
      .banner-popup .txt .form {
        padding-top: 2.60417vw; }
        .banner-popup .txt .form > p {
          font-size: 2.08333vw;
          line-height: 1.1;
          font-weight: 700; }
        .banner-popup .txt .form form {
          padding: 2.60417vw 0px 0px 0px; }
          .banner-popup .txt .form form input {
            height: 4.6875vw;
            font-size: 1.5625vw; }
          .banner-popup .txt .form form input[type="text"] {
            width: 60%;
            padding: 0px 1.04167vw; }
          .banner-popup .txt .form form input[type="submit"] {
            width: 40%; } }
.about-us {
  padding: 45px 0px; }
  .about-us .article {
    text-align: center; }
    .about-us .article p, .about-us .article h1, .about-us .article h2, .about-us .article h3 {
      margin: 0px;
      padding: 0px;
      font-size: 64px;
      line-height: 1.4;
      font-weight: 700; }
    .about-us .article .red {
      color: #e73827; }
    .about-us .article .yellow {
      color: #af8a31; }
    .about-us .article .blueLight {
      color: #60c2db; }
    .about-us .article .blue {
      color: #4952a0; }
    .about-us .article .blueDark {
      color: #005190; }
    .about-us .article .pink {
      color: #e6007e; }
    .about-us .article .outlined,
    .about-us .article .white {
      color: #000000;
      -webkit-text-fill-color: white;
      -webkit-text-stroke-width: 2px;
      -webkit-text-stroke-color: black; }
    .about-us .article .logo {
      width: 255px;
      height: auto;
      position: relative;
      top: 23px; }
    .about-us .article .smiley {
      width: 75px;
      height: 75px;
      position: relative;
      z-index: 1;
      top: 15px;
      display: inline-block;
      transition: all 0.25s linear;
      text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25); }
      .about-us .article .smiley:hover {
        transform: scale(1.2);
        text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25); }
    .about-us .article .red,
    .about-us .article .yellow,
    .about-us .article .blueLight,
    .about-us .article .blue,
    .about-us .article .blueDark,
    .about-us .article .pink,
    .about-us .article .outlined,
    .about-us .article .white {
      position: relative;
      z-index: auto;
      display: inline-block;
      transition: all 0.25s linear;
      text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25); }
      .about-us .article .red:hover,
      .about-us .article .yellow:hover,
      .about-us .article .blueLight:hover,
      .about-us .article .blue:hover,
      .about-us .article .blueDark:hover,
      .about-us .article .pink:hover,
      .about-us .article .outlined:hover,
      .about-us .article .white:hover {
        z-index: 2;
        transform: scale(1.2);
        text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25); }

@media (max-width: 1920px) {
  .about-us {
    padding: 2.34375vw 0px; }
    .about-us .article p, .about-us .article h1, .about-us .article h2, .about-us .article h3 {
      font-size: 3.33333vw;
      line-height: 1.4;
      font-weight: 700; }
    .about-us .article .outlined,
    .about-us .article .white {
      color: #000000;
      -webkit-text-fill-color: white;
      -webkit-text-stroke-width: 0.10417vw;
      -webkit-text-stroke-color: black; }
    .about-us .article .logo {
      width: 13.28125vw;
      top: 1.19792vw; }
    .about-us .article .smiley {
      width: 3.90625vw;
      height: 3.90625vw;
      top: 0.78125vw; } }
.hot-news .container {
  padding: 0px; }
  .hot-news .container .row {
    margin: 0px; }
    .hot-news .container .row .col-12 {
      padding: 0px; }
.hot-news .txt {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1; }
  .hot-news .txt.hidden {
    opacity: 0;
    visibility: hidden; }
.hot-news .video {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 999;
  background: #000000;
  display: none; }
  .hot-news .video .close {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
    cursor: pointer;
    z-index: 99;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px #fff solid;
    width: 100px;
    height: 100px; }
    .hot-news .video .close img {
      width: 81px;
      height: 81px;
      filter: none; }
  .hot-news .video iframe {
    width: 100%;
    height: 100%; }
  .hot-news .video.active {
    display: block; }

@media (max-width: 1920px) {
  .hot-news .video .close {
    position: absolute;
    top: 1.04167vw;
    right: 1.04167vw;
    bottom: auto;
    left: auto;
    border: 5px #fff solid;
    width: 5.20833vw;
    height: 5.20833vw;
    border: 0.26042vw #fff solid; }
    .hot-news .video .close img {
      width: 4.21875vw;
      height: 4.21875vw; } }
.media-partners {
  padding: 25px 0px; }
  .media-partners .col-12 {
    padding: 0px 70px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .media-partners .col-12 section {
      margin: 0px 70px; }
      .media-partners .col-12 section img {
        width: 100%;
        height: auto; }

@media (max-width: 1920px) {
  .media-partners {
    padding: 1.30208vw 0px; }
    .media-partners .col-12 {
      padding: 0px 3.64583vw; }
      .media-partners .col-12 section {
        margin: 0px 3.64583vw; } }
.type-concert .launch-video {
  cursor: pointer; }
.type-concert .col-12.flex-right .article {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: auto; }
  .type-concert .col-12.flex-right .article .label {
    top: 0px;
    right: 10px; }
.type-concert .col-12.flex-left .article {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: 0px; }
  .type-concert .col-12.flex-left .article .label {
    top: 0px;
    left: 10px; }
.type-concert .col-12 img {
  width: 100%; }
.type-concert .fb-icon {
  width: 80px;
  height: 80px;
  display: inline-block; }
  .type-concert .fb-icon img {
    width: 100% !important; }
.type-concert .video {
  width: 100%;
  position: absolute;
  top: 0px;
  right: 10px;
  bottom: 0px;
  left: 10px;
  display: none;
  z-index: 99;
  width: auto; }
  .type-concert .video video {
    width: 100%; }
  .type-concert .video .audio-buttons {
    position: absolute;
    top: auto;
    right: 100px;
    bottom: 20px;
    left: 100px;
    text-align: center;
    z-index: 6; }
    .type-concert .video .audio-buttons img {
      width: 50px;
      height: 50px; }
    .type-concert .video .audio-buttons span {
      display: inline-block;
      cursor: pointer; }
    .type-concert .video .audio-buttons .off {
      display: none; }
    .type-concert .video .audio-buttons.active .off {
      display: inline-block; }
    .type-concert .video .audio-buttons.active .on {
      display: none; }
  .type-concert .video.active {
    display: block; }
  .type-concert .video .close {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: auto;
    left: auto;
    cursor: pointer;
    z-index: 99;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px #fff solid;
    width: 100px;
    height: 100px; }
    .type-concert .video .close img {
      width: 81px;
      height: 81px;
      filter: none; }
.type-concert .article {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff; }
  .type-concert .article .label {
    background: #fff;
    color: #000000; }
  .type-concert .article img {
    width: 30%; }
  .type-concert .article h2, .type-concert .article h1, .type-concert .article h3, .type-concert .article p {
    margin: 0px;
    padding: 0px; }
  .type-concert .article h2 {
    font-size: 70px;
    line-height: 1.3;
    font-weight: 700; }
  .type-concert .article p {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700; }

@media (max-width: 1920px) {
  .type-concert .col-12.flex-right .article .label {
    right: 0.52083vw; }
  .type-concert .col-12.flex-left .article .label {
    left: 0.52083vw; }
  .type-concert .fb-icon {
    width: 4.16667vw;
    height: 4.16667vw; }
  .type-concert .video {
    position: absolute;
    top: 0px;
    right: 0.52083vw;
    bottom: 0px;
    left: 0.52083vw; }
    .type-concert .video .audio-buttons {
      position: absolute;
      top: auto;
      right: 5.20833vw;
      bottom: 1.04167vw;
      left: 5.20833vw; }
      .type-concert .video .audio-buttons img {
        width: 2.60417vw;
        height: 2.60417vw; }
    .type-concert .video .close {
      border: 0.26042vw #fff solid;
      width: 5.20833vw;
      height: 5.20833vw; }
      .type-concert .video .close img {
        width: 4.21875vw;
        height: 4.21875vw; }
  .type-concert .article h2 {
    font-size: 3.64583vw;
    line-height: 1.3;
    font-weight: 700; }
  .type-concert .article p {
    font-size: 1.25vw;
    line-height: 1.4;
    font-weight: 700; } }
.type-single .article {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px; }
  .type-single .article .label {
    top: 0px;
    right: 10px; }

@media (max-width: 1920px) {
  .type-single .article .label {
    right: 0.52083vw; } }
.type-media .article {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px; }
  .type-media .article .label {
    top: 0px;
    right: 10px;
    background: #fff;
    color: #000000; }

@media (max-width: 1920px) {
  .type-media .article .label {
    right: 0.52083vw; } }
.type-story .col-12.flex-right .article {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: auto; }
.type-story .col-12.flex-left .article {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: 0px; }
.type-story .video {
  width: 100%;
  position: absolute;
  top: 0px;
  right: 10px;
  bottom: 0px;
  left: 10px;
  display: none;
  z-index: 99; }
  .type-story .video video {
    width: 100%; }
  .type-story .video .audio-buttons {
    position: absolute;
    top: auto;
    right: 100px;
    bottom: 20px;
    left: 100px;
    text-align: center;
    z-index: 6; }
    .type-story .video .audio-buttons img {
      width: 50px;
      height: 50px; }
    .type-story .video .audio-buttons span {
      display: inline-block;
      cursor: pointer; }
    .type-story .video .audio-buttons .off {
      display: none; }
    .type-story .video .audio-buttons.active .off {
      display: inline-block; }
    .type-story .video .audio-buttons.active .on {
      display: none; }
  .type-story .video.active {
    display: block; }
  .type-story .video .close {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: auto;
    left: auto;
    cursor: pointer;
    z-index: 99;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px #fff solid;
    width: 100px;
    height: 100px; }
    .type-story .video .close img {
      width: 81px;
      height: 81px;
      filter: none; }
.type-story .article {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff; }
  .type-story .article .label {
    top: 0px;
    right: 10px;
    background: #fff;
    color: #000000; }
  .type-story .article img {
    width: 25%; }
  .type-story .article h2, .type-story .article h1, .type-story .article h3, .type-story .article p {
    margin: 0px;
    padding: 0px; }
  .type-story .article h2 {
    font-size: 70px;
    line-height: 1.3;
    font-weight: 700; }
  .type-story .article p {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700; }
  .type-story .article .btn {
    background: #fff;
    color: #000000; }
    .type-story .article .btn:hover {
      background: transparent;
      color: #fff; }

@media (max-width: 1920px) {
  .type-story .video {
    position: absolute;
    top: 0px;
    right: 0.52083vw;
    bottom: 0px;
    left: 0.52083vw; }
    .type-story .video .audio-buttons {
      position: absolute;
      top: auto;
      right: 5.20833vw;
      bottom: 1.04167vw;
      left: 5.20833vw; }
      .type-story .video .audio-buttons img {
        width: 2.60417vw;
        height: 2.60417vw; }
    .type-story .video .close {
      border: 0.26042vw #fff solid;
      width: 5.20833vw;
      height: 5.20833vw; }
      .type-story .video .close img {
        width: 4.21875vw;
        height: 4.21875vw; }
  .type-story .video {
    position: absolute;
    top: 0px;
    right: 50%;
    bottom: 0px;
    left: 0.52083vw; }
    .type-story .video video {
      width: 100%; }
  .type-story .article .label {
    right: 0.52083vw; }
  .type-story .article h2 {
    font-size: 3.64583vw;
    line-height: 1.3;
    font-weight: 700; }
  .type-story .article p {
    font-size: 1.25vw;
    line-height: 1.4;
    font-weight: 700; } }
@media (max-width: 991px) {
  .type-story .video .audio-buttons {
    bottom: 1.5625vw; }
    .type-story .video .audio-buttons img {
      width: 5.20833vw;
      height: 5.20833vw; } }
.type-concert-list .col-6 > a {
  display: block; }
.type-concert-list img {
  width: 100%; }
.type-concert-list .article {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px; }
  .type-concert-list .article .label {
    top: 0px;
    left: 10px;
    background: #fff;
    color: #000000; }

@media (max-width: 1920px) {
  .type-concert-list .article .label {
    left: 0.52083vw; } }
.middle-social {
  background: #282826;
  padding: 52px 0px;
  margin-bottom: 15px; }
  .middle-social .col-12 {
    display: flex;
    justify-content: center;
    align-items: center; }
    .middle-social .col-12 .logo {
      width: 330px;
      height: auto; }
    .middle-social .col-12 h2 {
      margin: 0px;
      height: 75px;
      border: 3px #fff solid;
      color: #fff;
      padding: 0px 15px !important;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 60px !important;
      line-height: 1;
      font-weight: 700;
      text-transform: lowercase; }
    .middle-social .col-12 .social {
      margin: 0px 35px;
      display: flex; }
      .middle-social .col-12 .social a {
        margin-right: 12px;
        width: 48px;
        height: 48px;
        display: block;
        border-radius: 50%;
        overflow: hidden; }
        .middle-social .col-12 .social a:last-of-type {
          margin-right: 0px; }
        .middle-social .col-12 .social a img {
          width: 100%;
          height: 100%; }

@media (max-width: 1920px) {
  .middle-social {
    padding: 2.70833vw 0px;
    margin-bottom: 0.78125vw; }
    .middle-social .col-12 .logo {
      width: 17.1875vw; }
    .middle-social .col-12 h2 {
      height: 3.90625vw;
      border: 0.15625vw #fff solid;
      padding: 0px 0.78125vw !important;
      font-size: 3.125vw !important;
      line-height: 1;
      font-weight: 700; }
    .middle-social .col-12 .social {
      margin: 0px 1.82292vw; }
      .middle-social .col-12 .social a {
        margin-right: 0.625vw;
        width: 2.5vw;
        height: 2.5vw; } }
.music .row {
  justify-content: center; }
.music .col-4 {
  overflow: hidden;
  font-size: 0px; }
  .music .col-4 * {
    transition: all 0.25s linear; }
  .music .col-4 > a {
    position: absolute;
    top: 0px;
    right: 10px;
    bottom: 0px;
    left: 10px;
    z-index: 2; }
    .music .col-4 > a.blank {
      cursor: auto; }
  .music .col-4 img {
    width: 100%; }
  .music .col-4 .video-letter {
    width: auto;
    position: absolute;
    top: 0px;
    right: 10px;
    bottom: 0px;
    left: 10px;
    z-index: 1;
    font-size: 0px;
    opacity: 0.5;
    overflow: hidden; }
    .music .col-4 .video-letter video {
      width: 100%; }
  .music .col-4 .video {
    width: 100%; }
    .music .col-4 .video video {
      width: 100%; }
  .music .col-4 .article {
    position: absolute;
    top: auto;
    right: 42px;
    bottom: 30px;
    left: auto;
    z-index: 3; }
    .music .col-4 .article .social {
      display: flex;
      justify-content: flex-end; }
      .music .col-4 .article .social a {
        margin-right: 12px;
        width: 48px;
        height: 48px;
        display: block;
        border-radius: 50%;
        overflow: hidden; }
        .music .col-4 .article .social a:last-of-type {
          margin-right: 0px; }
        .music .col-4 .article .social a img {
          width: 100%;
          height: 100%; }
  .music .col-4:hover * {
    transform: scale(1.05); }

@media (max-width: 1920px) {
  .music .col-4 > a {
    position: absolute;
    top: 0px;
    right: 0.52083vw;
    bottom: 0px;
    left: 0.52083vw; }
  .music .col-4 .video-letter {
    position: absolute;
    top: 0px;
    right: 0.52083vw;
    bottom: 0px;
    left: 0.52083vw; }
  .music .col-4 .article {
    position: absolute;
    top: auto;
    right: 2.1875vw;
    bottom: 1.5625vw;
    left: auto; }
    .music .col-4 .article .social a {
      margin-right: 0.625vw;
      width: 2.5vw;
      height: 2.5vw; } }
@media (max-width: 991px) {
  .music .col-4 .article .social a {
    margin-right: 1.14583vw;
    width: 3.90625vw;
    height: 3.90625vw; } }
@media (max-width: 480px) {
  .music .col-4 .article .social a {
    margin-right: 1.66667vw;
    width: 6.51042vw;
    height: 6.51042vw; } }
.video-header .container .row > .col-7 {
  -ms-flex: 0 0 53.2%;
  flex: 0 0 53.2%;
  max-width: 53.2%;
  margin-bottom: 0px; }
.video-header .container .row > .col-5 {
  -ms-flex: 0 0 46.8%;
  flex: 0 0 46.8%;
  max-width: 46.8%;
  margin-bottom: 0px; }
.video-header .container .row > .col-12-type1 a,
.video-header .container .row > .col-7 a,
.video-header .container .row > .col-5 a {
  position: relative;
  font-size: 0px; }
  .video-header .container .row > .col-12-type1 a:after,
  .video-header .container .row > .col-7 a:after,
  .video-header .container .row > .col-5 a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: transparent;
    background-image: url("../gfx/logo/adovany7.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40% auto;
    transition: all 0.25s linear; }
  .video-header .container .row > .col-12-type1 a:hover:after,
  .video-header .container .row > .col-7 a:hover:after,
  .video-header .container .row > .col-5 a:hover:after {
    background-color: rgba(0, 0, 0, 0.6); }
.video-header .container .row > .col-12-type1 a:after {
  background-size: 22% auto; }
.video-header .col-12 .article {
  display: flex;
  justify-content: center;
  align-items: center; }
  .video-header .col-12 .article .label {
    border: 5px #000000 solid;
    top: auto;
    left: 25px;
    bottom: 25px;
    background: transparent;
    color: #000000; }
  .video-header .col-12 .article p {
    border: 5px #000000 solid;
    background: #fff;
    color: #000000;
    width: 100%;
    max-width: 1360px;
    padding: 20px 25px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 55px !important;
    line-height: 1;
    font-weight: 700; }
    .video-header .col-12 .article p img {
      width: 145px;
      height: auto;
      margin-left: 24px; }
  .video-header .col-12 .article.article-wide .label {
    top: 25px;
    bottom: auto; }
  .video-header .col-12 .article.article-header .label {
    padding: 0px;
    border: none;
    color: #fff;
    font-size: 150px !important;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    left: 0px;
    right: 0px;
    bottom: auto;
    top: 450px; }
.video-header img {
  width: 100%; }
.video-header .article {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px; }
  .video-header .article .label {
    border: 5px #fff solid;
    top: 25px;
    left: 25px;
    background: transparent;
    color: #fff;
    text-transform: none;
    font-size: 55px !important;
    line-height: 1;
    font-weight: 700;
    padding: 20px 25px !important; }
.video-header a {
  position: relative;
  display: block;
  margin-bottom: 10px; }

@media (max-width: 1920px) {
  .video-header .col-12 .article .label {
    border: 0.26042vw #000000 solid;
    left: 1.30208vw;
    bottom: 1.30208vw; }
  .video-header .col-12 .article p {
    border: 0.26042vw #000000 solid;
    max-width: 70.83333vw;
    padding: 1.04167vw 1.30208vw !important;
    font-size: 2.86458vw !important;
    line-height: 1;
    font-weight: 700; }
    .video-header .col-12 .article p img {
      width: 7.55208vw;
      margin-left: 1.25vw; }
  .video-header .col-12 .article.article-wide .label {
    top: 1.30208vw;
    bottom: auto; }
  .video-header .col-12 .article.article-header .label {
    font-size: 7.8125vw !important;
    line-height: 1;
    font-weight: 700;
    left: 0px;
    right: 0px;
    bottom: auto;
    top: 23.4375vw; }
  .video-header .article .label {
    border: 0.26042vw #fff solid;
    top: 1.30208vw;
    left: 1.30208vw;
    font-size: 2.86458vw !important;
    line-height: 1;
    font-weight: 700;
    padding: 1.04167vw 1.30208vw !important; }
  .video-header a {
    margin-bottom: 0.52083vw; } }
.shop .col-12 {
  font-size: 0px; }
.shop .shop-header {
  background: #edf4f7 url("../gfx/background/shop.jpg") center center no-repeat;
  background-size: cover;
  height: 550px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 5; }
  .shop .shop-header .arrow {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -60px;
    left: 50%;
    margin-left: -55px;
    display: block;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 55px 0 55px;
    border-color: #000000 transparent transparent transparent;
    DISPLAY: NONE; }
  .shop .shop-header .title {
    margin: 0px;
    border: 5px #fff solid;
    top: 25px;
    left: 25px;
    background: transparent;
    color: #fff;
    text-transform: none;
    font-size: 55px !important;
    line-height: 1;
    font-weight: 700;
    padding: 20px 25px !important; }
  .shop .shop-header h1 {
    padding: 0px;
    margin: 0px;
    font-size: 140px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff; }
.shop .shop-item {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .shop .shop-item .btn {
    width: 560px;
    height: 115px;
    background: #fff;
    color: #000000;
    font-size: 60px;
    border: none; }
    .shop .shop-item .btn:hover {
      background: #000000;
      color: #fff; }
    .shop .shop-item .btn.margin-top {
      margin-top: 250px; }
  .shop .shop-item .label {
    font-size: 45px !important;
    line-height: 1;
    font-weight: 700;
    height: auto;
    padding: 20px 60px !important;
    text-transform: none;
    text-decoration: none; }
    .shop .shop-item .label.coming-soon {
      background: #e73827;
      border: none;
      color: #fff;
      position: relative;
      top: -60px; }
    .shop .shop-item .label.preparing {
      background: #000000;
      border: none;
      color: #fff; }
    .shop .shop-item .label.preorder {
      background: #af8a31;
      border: none;
      color: #fff;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d6af38+1,8a672f+100 */
      background: #d6af38;
      /* Old browsers */
      background: -moz-linear-gradient(left, #d6af38 1%, #8a672f 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #d6af38 1%, #8a672f 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #d6af38 1%, #8a672f 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6af38', endColorstr='#8a672f',GradientType=1 );
      /* IE6-9 */ }
.shop .col-6 .shop-item .label.preorder {
  background: #000000 !important; }

@media (max-width: 1920px) {
  .shop .shop-header {
    height: 28.64583vw; }
    .shop .shop-header .arrow {
      position: absolute;
      top: auto;
      right: auto;
      bottom: -3.125vw;
      left: 50%;
      margin-left: -2.86458vw;
      border-width: 3.125vw 2.86458vw 0 2.86458vw;
      border-color: #000000 transparent transparent transparent; }
    .shop .shop-header .title {
      border: 0.26042vw #fff solid;
      top: 1.30208vw;
      left: 1.30208vw;
      font-size: 2.86458vw !important;
      line-height: 1;
      font-weight: 700;
      padding: 1.04167vw 1.30208vw !important; }
    .shop .shop-header h1 {
      font-size: 7.29167vw;
      line-height: 1.2;
      font-weight: 700; }
  .shop .shop-item .btn {
    width: 29.16667vw;
    height: 5.98958vw;
    font-size: 3.125vw; }
    .shop .shop-item .btn.margin-top {
      margin-top: 13.02083vw; }
  .shop .shop-item .label {
    font-size: 2.34375vw !important;
    line-height: 1;
    font-weight: 700;
    padding: 1.04167vw 3.125vw !important; }
    .shop .shop-item .label.coming-soon {
      top: -3.125vw; } }
.shop.merch-shop .video {
  width: auto;
  position: absolute;
  top: 0px;
  right: 10px;
  bottom: 0px;
  left: 10px;
  display: none;
  z-index: 99;
  overflow: hidden; }
  .shop.merch-shop .video video {
    width: 100%; }
  .shop.merch-shop .video .audio-buttons {
    position: absolute;
    top: auto;
    right: 100px;
    bottom: 20px;
    left: 100px;
    text-align: center;
    z-index: 6; }
    .shop.merch-shop .video .audio-buttons img {
      width: 50px;
      height: 50px; }
    .shop.merch-shop .video .audio-buttons span {
      display: inline-block;
      cursor: pointer; }
    .shop.merch-shop .video .audio-buttons .off {
      display: none; }
    .shop.merch-shop .video .audio-buttons.active .off {
      display: inline-block; }
    .shop.merch-shop .video .audio-buttons.active .on {
      display: none; }
  .shop.merch-shop .video.active {
    display: block; }
  .shop.merch-shop .video .close {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: auto;
    left: auto;
    cursor: pointer;
    z-index: 99;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px #fff solid;
    width: 100px;
    height: 100px; }
    .shop.merch-shop .video .close img {
      width: 81px;
      height: 81px;
      filter: none; }
.shop.merch-shop .shop-header {
  background: transparent;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: auto;
  padding-top: 100px; }

@media (max-width: 1920px) {
  .shop.merch-shop .video {
    position: absolute;
    top: 0px;
    right: 0.52083vw;
    bottom: 0px;
    left: 0.52083vw; }
    .shop.merch-shop .video .audio-buttons {
      position: absolute;
      top: auto;
      right: 5.20833vw;
      bottom: 20px;
      left: 5.20833vw; }
      .shop.merch-shop .video .audio-buttons img {
        width: 2.60417vw;
        height: 2.60417vw; }
    .shop.merch-shop .video .close {
      position: absolute;
      top: 0.52083vw;
      right: 0.52083vw;
      bottom: auto;
      left: auto;
      width: 5.20833vw;
      height: 5.20833vw;
      border: 0.26042vw #fff solid; }
      .shop.merch-shop .video .close img {
        width: 4.21875vw;
        height: 4.21875vw;
        filter: none; }
  .shop.merch-shop .shop-header {
    padding-top: 5.20833vw; } }
@media (max-width: 991px) {
  .shop.merch-shop .video .audio-buttons {
    bottom: 2.08333vw; }
    .shop.merch-shop .video .audio-buttons img {
      width: 5.20833vw;
      height: 5.20833vw; } }
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
  background: #000000;
  border-top-color: #000; }

.woocommerce-block {
  padding: 20px !important;
  padding-bottom: 0px !important;
  width: auto !important; }
  .woocommerce-block .woocommerce #content div.product div.images, .woocommerce-block .woocommerce div.product div.images, .woocommerce-block .woocommerce-page #content div.product div.images, .woocommerce-block .woocommerce-page div.product div.images {
    float: none !important; }
  .woocommerce-block .woocommerce div.product div.images {
    margin-right: 0px !important;
    margin-bottom: 0px; }
  .woocommerce-block .woocommerce #respond input#submit.alt, .woocommerce-block .woocommerce a.button.alt, .woocommerce-block .woocommerce button.button.alt, .woocommerce-block .woocommerce input.button.alt {
    background: #000000;
    border-radius: 0px;
    height: 70px;
    font-size: 20px;
    border: 1px #000000 solid; }
    .woocommerce-block .woocommerce #respond input#submit.alt:hover, .woocommerce-block .woocommerce a.button.alt:hover, .woocommerce-block .woocommerce button.button.alt:hover, .woocommerce-block .woocommerce input.button.alt:hover {
      background: #737373; }
  .woocommerce-block .woocommerce div.product form.cart .reset_variations {
    display: block; }
  .woocommerce-block .woocommerce div.product form.cart .variations select,
  .woocommerce-block .woocommerce .quantity .qty {
    height: 70px;
    font-size: 20px;
    margin-right: 0px;
    padding: 0px 7px;
    border-radius: 0px !important;
    border: 1px #000000 solid;
    text-align: center; }
  .woocommerce-block .single-product div.product form.cart,
  .woocommerce-block .single-product div.product .product_meta {
    margin-bottom: 20px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .woocommerce-block .woocommerce-tabs .panel {
    width: 100% !important; }
  .woocommerce-block .woocommerce div.product form.cart .variations td, .woocommerce-block .woocommerce div.product form.cart .variations th {
    text-align: center; }
  .woocommerce-block a.reset_variations {
    margin-left: 0px;
    font-size: 20px !important; }
  .woocommerce-block .single-product div.product .variations_button {
    display: flex;
    justify-content: center; }
  .woocommerce-block .woocommerce div.product form.cart div.quantity,
  .woocommerce-block .woocommerce div.product form.cart .button {
    float: none; }
  .woocommerce-block .woocommerce div.product .woocommerce-tabs .panel {
    margin-bottom: 0px; }
  .woocommerce-block .woocommerce .single-product .product {
    display: flex;
    flex-wrap: wrap; }
    .woocommerce-block .woocommerce .single-product .product .woocommerce-product-gallery {
      width: 60%; }
    .woocommerce-block .woocommerce .single-product .product .summary.entry-summary {
      width: 40%;
      padding: 15px 20px;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-bottom: 0px; }
      .woocommerce-block .woocommerce .single-product .product .summary.entry-summary .product_title.entry-title {
        font-size: 45px;
        margin-bottom: 30px; }
      .woocommerce-block .woocommerce .single-product .product .summary.entry-summary p.price {
        font-size: 35px;
        font-weight: 700;
        color: #000000;
        margin: 0px; }
      .woocommerce-block .woocommerce .single-product .product .summary.entry-summary table.variations {
        margin-bottom: 0px; }
      .woocommerce-block .woocommerce .single-product .product .summary.entry-summary .variations td.label {
        padding: 0px; }
      .woocommerce-block .woocommerce .single-product .product .summary.entry-summary .variations label {
        display: none; }
      .woocommerce-block .woocommerce .single-product .product .summary.entry-summary .woocommerce-product-details__short-description p {
        font-size: 20px;
        padding-bottom: 0px; }
    .woocommerce-block .woocommerce .single-product .product .woocommerce-tabs.wc-tabs-wrapper {
      width: 100%;
      /*padding-left:55%;*/
      padding: 0px 5%;
      text-align: center; }
      .woocommerce-block .woocommerce .single-product .product .woocommerce-tabs.wc-tabs-wrapper h2 {
        display: none; }
      .woocommerce-block .woocommerce .single-product .product .woocommerce-tabs.wc-tabs-wrapper p {
        font-size: 18px; }
    .woocommerce-block .woocommerce .single-product .product .product_meta,
    .woocommerce-block .woocommerce .single-product .product .tabs.wc-tabs {
      display: none; }

@media (max-width: 1920px) {
  .woocommerce-block {
    padding: 1.04167vw !important; }
    .woocommerce-block .woocommerce #respond input#submit.alt, .woocommerce-block .woocommerce a.button.alt, .woocommerce-block .woocommerce button.button.alt, .woocommerce-block .woocommerce input.button.alt {
      height: 3.64583vw;
      font-size: 1.04167vw;
      border: 1px #000000 solid; }
    .woocommerce-block .woocommerce div.product form.cart .reset_variations {
      display: block; }
    .woocommerce-block .woocommerce div.product form.cart .variations select,
    .woocommerce-block .woocommerce .quantity .qty {
      height: 3.64583vw;
      font-size: 1.04167vw;
      margin-right: 0px;
      padding: 0px 0.36458vw; }
    .woocommerce-block .single-product div.product form.cart,
    .woocommerce-block .single-product div.product .product_meta {
      margin-bottom: 1.04167vw !important; }
    .woocommerce-block a.reset_variations {
      font-size: 1.04167vw !important; }
    .woocommerce-block .woocommerce .single-product .product .woocommerce-product-gallery {
      width: 60%; }
    .woocommerce-block .woocommerce .single-product .product .summary.entry-summary {
      width: 40%;
      padding: 0.78125vw 1.04167vw; }
      .woocommerce-block .woocommerce .single-product .product .summary.entry-summary .product_title.entry-title {
        font-size: 2.34375vw;
        margin-bottom: 1.5625vw; }
      .woocommerce-block .woocommerce .single-product .product .summary.entry-summary p.price {
        font-size: 1.82292vw; }
      .woocommerce-block .woocommerce .single-product .product .summary.entry-summary .woocommerce-product-details__short-description p {
        font-size: 1.04167vw; }
    .woocommerce-block .woocommerce .single-product .product .woocommerce-tabs.wc-tabs-wrapper p {
      font-size: 0.9375vw; } }
@media (max-width: 991px) {
  .woocommerce-block {
    padding: 2.08333vw !important; }
    .woocommerce-block .woocommerce #respond input#submit.alt, .woocommerce-block .woocommerce a.button.alt, .woocommerce-block .woocommerce button.button.alt, .woocommerce-block .woocommerce input.button.alt {
      height: 7.8125vw;
      font-size: 2.08333vw;
      border: 1px #000000 solid; }
    .woocommerce-block .woocommerce div.product form.cart .reset_variations {
      display: block; }
    .woocommerce-block .woocommerce div.product form.cart .variations select,
    .woocommerce-block .woocommerce .quantity .qty {
      height: 7.29167vw;
      font-size: 2.08333vw;
      margin-right: 0px;
      padding: 0px 0.72917vw; }
    .woocommerce-block .single-product div.product form.cart,
    .woocommerce-block .single-product div.product .product_meta {
      margin-bottom: 2.08333vw !important; }
    .woocommerce-block a.reset_variations {
      font-size: 2.08333vw !important; }
    .woocommerce-block .woocommerce .single-product .product .woocommerce-product-gallery {
      width: 40%; }
    .woocommerce-block .woocommerce .single-product .product .summary.entry-summary {
      width: 60%;
      padding: 1.5625vw 1.04167vw; }
      .woocommerce-block .woocommerce .single-product .product .summary.entry-summary .product_title.entry-title {
        font-size: 4.6875vw;
        margin-bottom: 3.125vw; }
      .woocommerce-block .woocommerce .single-product .product .summary.entry-summary p.price {
        font-size: 2.08333vw; }
      .woocommerce-block .woocommerce .single-product .product .summary.entry-summary .woocommerce-product-details__short-description p {
        font-size: 2.08333vw; }
    .woocommerce-block .woocommerce .single-product .product .woocommerce-tabs.wc-tabs-wrapper p {
      font-size: 2.08333vw; } }
.contacts {
  font-size: 0px; }
  .contacts .col-12 {
    padding: 0px !important; }
  .contacts .article {
    padding: 0px 80px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .contacts .article .contact-item {
      text-align: center;
      width: 100%;
      height: 220px;
      background: rgba(255, 255, 255, 0.8);
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .contacts .article .contact-item a {
        color: #000000;
        text-decoration: none;
        font-weight: 700;
        font-size: 40px; }
        .contacts .article .contact-item a:hover {
          text-decoration: underline; }
      .contacts .article .contact-item .social {
        padding-top: 40px;
        margin: 0px 35px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .contacts .article .contact-item .social a {
          margin-right: 12px;
          width: 47px;
          height: 47px;
          display: block;
          border-radius: 50%;
          overflow: hidden; }
          .contacts .article .contact-item .social a:last-of-type {
            margin-right: 0px; }
          .contacts .article .contact-item .social a img {
            width: 100%;
            height: 100%; }

@media (max-width: 1920px) {
  .contacts .article {
    padding: 0px 4.16667vw; }
    .contacts .article .contact-item {
      height: 11.45833vw; }
      .contacts .article .contact-item a {
        font-size: 2.08333vw; }
      .contacts .article .contact-item .social {
        padding-top: 2.08333vw;
        margin: 0px 1.82292vw; }
        .contacts .article .contact-item .social a {
          margin-right: 0.625vw;
          width: 2.44792vw;
          height: 2.44792vw; } }
@media (max-width: 991px) {
  .contacts .article .contact-item .social a {
    width: 4.89583vw;
    height: 4.89583vw; } }
.page-bottom {
  font-size: 0px; }
  .page-bottom .col-12 {
    padding: 0px !important; }
  .page-bottom .article {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9; }
    .page-bottom .article img {
      width: 100%; }
    .page-bottom .article .txt {
      color: #fff;
      position: absolute;
      top: 420px;
      right: 200px;
      bottom: auto;
      left: 200px;
      text-align: center; }
      .page-bottom .article .txt p:first-of-type {
        margin: 0px;
        padding: 0px;
        font-size: 80px;
        font-weight: 700;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .page-bottom .article .txt p:first-of-type b {
          display: block;
          font-size: 40px;
          padding: 10px 20px;
          background: #e73827; }
      .page-bottom .article .txt p:last-of-type {
        margin: 0px;
        padding: 0px;
        margin-bottom: 15px;
        font-size: 30px; }
      .page-bottom .article .txt .links {
        text-align: center; }
        .page-bottom .article .txt .links a {
          margin: 0px 5px; }
        .page-bottom .article .txt .links img {
          width: 51px;
          height: auto; }
      .page-bottom .article .txt img {
        width: auto; }
  .page-bottom .video {
    width: 100%; }
    .page-bottom .video video {
      width: 100%; }

@media (max-width: 1920px) {
  .page-bottom .article .txt {
    position: absolute;
    top: 21.875vw;
    right: 10.41667vw;
    bottom: auto;
    left: 10.41667vw; }
    .page-bottom .article .txt p:first-of-type {
      font-size: 4.16667vw; }
      .page-bottom .article .txt p:first-of-type b {
        font-size: 2.08333vw;
        padding: 0.52083vw 1.04167vw; }
    .page-bottom .article .txt p:last-of-type {
      margin-bottom: 0.78125vw;
      font-size: 1.5625vw; }
    .page-bottom .article .txt .links a {
      margin: 0px 0.26042vw; }
    .page-bottom .article .txt .links img {
      width: 2.65625vw; } }
@media (max-width: 991px) {
  .page-bottom .article .txt {
    top: 19.79167vw; }

  .page-bottom .article .txt .links img {
    width: 5.20833vw; } }
/**/
.video-popup-overlay {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.7);
  padding: 80px 200px;
  display: none; }
  .video-popup-overlay .video-popup-inner {
    position: relative;
    margin-top: 0px;
    width: 100%;
    height: auto;
    min-height: 100px;
    background: #000000 url("../gfx/icon/loader01.gif") center center no-repeat;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
    .video-popup-overlay .video-popup-inner .close {
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: auto;
      left: auto;
      cursor: pointer;
      z-index: 99;
      background: #000000;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 5px #fff solid;
      width: 100px;
      height: 100px; }
      .video-popup-overlay .video-popup-inner .close img {
        width: 81px;
        height: 81px;
        filter: none; }
    .video-popup-overlay .video-popup-inner iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .video-popup-overlay.active {
    display: block; }

@media (max-width: 1920px) {
  .video-popup-overlay {
    padding: 4.16667vw 10.41667vw; }
    .video-popup-overlay .video-popup-inner .close {
      border: 0.26042vw #fff solid;
      width: 5.20833vw;
      height: 5.20833vw; }
      .video-popup-overlay .video-popup-inner .close img {
        width: 4.21875vw;
        height: 4.21875vw;
        filter: none; } }
.footer-popup-container {
  background: #231f20;
  border: 3px #fff solid;
  padding: 120px 60px;
  z-index: 3;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -40px;
  left: 25px;
  width: 420px;
  display: none; }
  .footer-popup-container .close {
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: auto;
    left: auto;
    cursor: pointer;
    z-index: 99;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px #fff solid;
    width: 70px;
    height: 70px; }
    .footer-popup-container .close img {
      width: 60px;
      height: 60px;
      filter: none; }
  .footer-popup-container .footer-popup-txt {
    padding: 70px 0px;
    position: relative; }
    .footer-popup-container .footer-popup-txt h2 {
      margin: 0px;
      padding: 0px;
      font-size: 25px;
      line-height: 1;
      font-weight: 700;
      margin-bottom: 30px;
      color: #d7b03a; }
    .footer-popup-container .footer-popup-txt p {
      margin: 0px;
      padding: 0px;
      color: #fff;
      font-size: 22px;
      line-height: 1.3;
      font-weight: 400; }
    .footer-popup-container .footer-popup-txt .arrow.arrow-up {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 32px 32px 32px;
      border-color: transparent transparent #fff transparent;
      position: absolute;
      top: 0px;
      left: 50%;
      margin-left: -32px; }
    .footer-popup-container .footer-popup-txt .arrow.arrow-down {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 32px 32px 0 32px;
      border-color: #fff transparent transparent transparent;
      position: absolute;
      bottom: 0px;
      left: 50%;
      margin-left: -32px; }
  .footer-popup-container.active {
    display: block; }

@media (max-width: 1920px) {
  .footer-popup-container {
    border: 0.15625vw #fff solid;
    padding: 6.25vw 3.125vw;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -2.08333vw;
    left: 1.30208vw;
    width: 21.875vw; }
    .footer-popup-container .close {
      border: 0.15625vw #fff solid;
      position: absolute;
      top: -0.15625vw;
      right: -0.15625vw;
      bottom: auto;
      left: auto;
      width: 3.64583vw;
      height: 3.64583vw; }
      .footer-popup-container .close img {
        width: 3.125vw;
        height: 3.125vw;
        filter: none; }
    .footer-popup-container .footer-popup-txt {
      padding: 3.64583vw 0px; }
      .footer-popup-container .footer-popup-txt h2 {
        font-size: 1.30208vw;
        line-height: 1;
        font-weight: 700;
        margin-bottom: 1.5625vw; }
      .footer-popup-container .footer-popup-txt p {
        font-size: 1.14583vw;
        line-height: 1.3;
        font-weight: 400; }
      .footer-popup-container .footer-popup-txt .arrow.arrow-up {
        border-style: solid;
        border-width: 0 1.66667vw 1.66667vw 1.66667vw;
        margin-left: -1.66667vw; }
      .footer-popup-container .footer-popup-txt .arrow.arrow-down {
        border-style: solid;
        border-width: 1.66667vw 1.66667vw 0 1.66667vw;
        margin-left: -1.66667vw; } }

/*# sourceMappingURL=default.css.map */
