@charset "utf-8";
@import "_css/typekit.css";
.size-11 {
  font-size: 11px;
}
.size-12 {
  font-size: 12px;
}
.size-13 {
  font-size: 13px;
}
.size-14 {
  font-size: 14px;
}
.size-15 {
  font-size: 15px;
}
.size-16 {
  font-size: 16px;
}
.size-17 {
  font-size: 17px;
}
.size-18 {
  font-size: 18px;
}
.size-19 {
  font-size: 19px;
}
.size-20 {
  font-size: 20px;
}
.size-21 {
  font-size: 21px;
}
.size-22 {
  font-size: 22px;
}
.size-23 {
  font-size: 23px;
}
.size-24 {
  font-size: 24px;
}
.size-25 {
  font-size: 25px;
}
.size-26 {
  font-size: 26px;
}
.size-27 {
  font-size: 27px;
}
.size-28 {
  font-size: 28px;
}
.size-29 {
  font-size: 29px;
}
.size-30 {
  font-size: 30px;
}
.size-31 {
  font-size: 31px;
}
.size-32 {
  font-size: 32px;
}
.size-33 {
  font-size: 33px;
}
.size-34 {
  font-size: 34px;
}
.size-35 {
  font-size: 35px;
}
.size-36 {
  font-size: 36px;
}
.size-37 {
  font-size: 37px;
}
.size-38 {
  font-size: 38px;
}
.size-39 {
  font-size: 39px;
}
.size-40 {
  font-size: 40px;
}
.size-41 {
  font-size: 41px;
}
.size-42 {
  font-size: 42px;
}
.size-43 {
  font-size: 43px;
}
.size-44 {
  font-size: 44px;
}
.size-45 {
  font-size: 45px;
}
.size-46 {
  font-size: 46px;
}
.size-48 {
  font-size: 48px;
}
.size-60 {
  font-size: 60px;
}
.size-72 {
  font-size: 72px;
}
.size-80 {
  font-size: 80px;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.font-bold {
  font-weight: bold;
}
.font-normal {
  font-weight: normal !important;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.iblock {
  display: inline-block;
}
.none,
.notvis {
  display: none;
}
.abs {
  position: absolute;
  top: 0px;
  left: 0px;
}
.fixed {
  position: fixed;
}
.rel {
  position: relative;
}
.sticky {
  position: sticky;
  position: -webkit-sticky;
}
.flex {
  display: flex;
  align-items: stretch;
}
.flex.reverse {
  flex-direction: row-reverse;
}
.flex.around {
  justify-content: space-around;
}
.flex.evenly {
  justify-content: space-evenly;
}
.flex.fend {
  align-items: flex-end;
}
.flex.fcenter {
  align-items: center;
}
.flex.fbase {
  align-items: baseline;
}
.flex > *.grow {
  flex-grow: 1;
}
.flex > *.shrink {
  flex-shrink: 1;
}
.flex > *.force-block {
  flex-basis: 100% !important;
}
.bg-white {
  background-color: white;
}
.bg-black {
  background-color: black;
}
.colour-white {
  color: white;
}
.colour-black {
  color: black;
}
.colour-red {
  color: red;
}
.colour-green {
  color: green;
}
.va-top {
  vertical-align: top;
}
.va-middle {
  vertical-align: middle;
}
.no-margin {
  margin: 0px;
}
.no-padding {
  padding: 0px;
}
.no-border {
  border: 0px;
}
.cursor-pointer {
  cursor: pointer;
}
.upper {
  text-transform: uppercase;
}
.lower {
  text-transform: lowercase;
}
@font-face {
  font-family: "EncodeSansBold";
  src: url("../_fonts/EncodeSansBold.woff2") format("woff2"), url("../_fonts/EncodeSansBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "EncodeSansRegular";
  src: url("../_fonts/EncodeSansRegular.woff2") format("woff2"), url("../_fonts/EncodeSansRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.o-0 {
  opacity: 0;
}
.o-70 {
  opacity: 0.7;
}
.o-80 {
  opacity: 0.8;
}
.o-90 {
  opacity: 0.9;
}
.o-90:hover,
.o-80:hover,
.o-70:hover,
.hover:hover,
.o-100 {
  opacity: 1;
}
@keyframes rot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
* {
  outline: none;
  position: relative;
  z-index: 2;
}
html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}
body {
  overflow-x: hidden;
}
html:lang(ru) body {
  font-family: Arial;
}
a,
a img {
  border: 0;
  text-decoration: none;
  outline: 0;
}
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input,
textarea,
select {
  font-family: inherit;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: normal;
}
img[data-src] {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
img[data-src][src] {
  opacity: 1;
}
#wrap-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#cookie-info-wrap {
  position: fixed;
  z-index: 9000;
  width: 100%;
  font-family: inherit;
  bottom: 0px;
  background-color: white;
}
#cookie-info {
  width: 90%;
  margin: 0 auto;
  padding: 15px 0px;
  text-align: center;
}
#cookie-info > span {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
  text-align: left;
  padding-left: 3%;
}
#cookie-info-accept {
  font-size: 14px;
  text-align: center;
  padding: 10px 20px;
  background-color: green;
  color: white;
  vertical-align: middle;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1100px) {
  #cookie-info > span {
    width: 75%;
  }
}
@media (max-width: 800px) {
  #cookie-info > span {
    width: 100%;
    padding-left: 0px;
    padding-top: 2%;
    text-align: center;
  }
}
#promobox {
  width: 100%;
  text-align: center;
  height: 96%;
  max-width: 700px;
  background: white;
  position: relative;
  margin: 0 auto;
}
#promobox #promobox-inside {
  width: 96%;
  margin: 0 auto;
}
#promobox #promobox-inside #promobox-text {
  display: block;
  top: 2%;
}
#promobox #promobox-inside #promobox-text > span {
  display: block;
  padding: 10px 0px;
  text-align: center;
}
#promobox #promobox-inside #promobox-image {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
#promobox #promobox-inside #promobox-image img {
  top: 0px !important;
  position: relative !important;
  display: block;
  margin: 0 auto;
}
#promobox .mfp-close {
  top: 0px;
  right: 15px;
  font-size: 50pxpx;
  background-color: white;
}
.navigation,
.navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 9;
}
.navigation li {
  cursor: pointer;
}
.navigation li > a {
  color: inherit;
}
#nav-trigger {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 54px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  z-index: 10;
  background: black;
}
#nav-trigger > span {
  background-color: white;
  width: 70%;
  margin: 9px auto;
  display: block;
  height: 6px;
}
@media (max-width: 1100px) {
  #nav-trigger {
    display: block;
  }
  #wrap-top #wrap-nav {
    position: absolute;
    top: 0px;
    left: 0px;
    top: 54px;
    right: calc(-2% - 1px);
    width: 300px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
  }
  #wrap-top #wrap-nav #menu {
    width: 300px;
    min-height: 100px;
    right: 0px;
    transition: all 0.5s ease-in-out;
  }
  #wrap-top #wrap-nav.hide {
    width: 0px;
    transition: all 0.5s ease-in-out;
  }
  #wrap-top #wrap-nav.hide #menu {
    transition: all 0.5s ease-in-out;
  }
}
#wrap-top {
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  z-index: 99;
}
#wrap-slideshow {
  width: 100%;
}
#wrap-slideshow #slideshow {
  width: 100%;
  overflow: hidden;
}
#wrap-slideshow #slideshow .slide {
  width: 100%;
  height: 100%;
}
#wrap-slideshow #slideshow .slide:nth-child(1) img {
  opacity: 0;
}
#wrap-slideshow #slideshow .slide-text {
  opacity: 0;
}
#wrap-content .wrapper {
  display: block;
}
#wrap-content .wrapper[data-sub="true"] {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 30px;
}
@media (max-width: 1100px) {
  #wrap-content .wrapper[data-sub="true"] {
    display: block !important;
  }
}
#wrap-content .wrapper .content-left #content-select {
  border: 0px;
  width: 100%;
  padding: 10px;
  display: none;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  #wrap-content .wrapper .content-left #content-select {
    display: block;
  }
}
@media (max-width: 1100px) {
  #wrap-content .wrapper .content-left #submenu {
    display: none;
  }
}
.colour-green {
  color: #96c11f;
}
.colour-black {
  color: #212121;
}
.b {
  font-family: "EncodeSansBold";
}
.enc {
  font-family: "EncodeSansRegular";
}
.spu {
  font-family: "spumante";
}
.button-green {
  background: #96c11f;
  color: white;
  text-align: center;
  padding: 1vw 4vw;
  transition: all 0.5s ease-in-out;
}
.button-green {
  font-size: 16px;
}
@media (min-width: 800px) {
  .button-green {
    font-size: calc(16px + (23 - 16) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  .button-green {
    font-size: 23px;
  }
}
a:hover .button-green {
  background: #212121;
}
body,
html {
  font-family: "EncodeSansRegular";
  color: #212121;
  background: white;
  line-height: 1.415;
  --vw_var: 1.5vw;
}
body,
html {
  font-size: 16px;
}
@media (min-width: 800px) {
  body,
  html {
    font-size: calc(16px + (24 - 16) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  body,
  html {
    font-size: 24px;
  }
}
.wrapper {
  width: 78.5%;
  max-width: 1508px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .wrapper {
    width: 96%;
  }
}
.header {
  margin-bottom: var(--vw_var);
  text-transform: uppercase;
}
.header {
  font-size: 26px;
}
@media (min-width: 800px) {
  .header {
    font-size: calc(26px + (60 - 26) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  .header {
    font-size: 60px;
  }
}
.top-wave {
  width: 100%;
  height: 2.64vw;
  background: top / contain no-repeat url("_images/wave.png");
  position: absolute;
  top: 0px;
  left: 0px;
  top: auto;
  bottom: -2.6vw;
  z-index: 5;
}
.bottom-wave {
  width: 100%;
  height: 2.64vw;
  background: top / contain no-repeat url("_images/wave.png");
  position: absolute;
  top: 0px;
  left: 0px;
  top: auto;
  bottom: -2.6vw;
  z-index: 5;
  transform: rotate(180deg);
  bottom: -1px;
}
a {
  color: #96c11f;
  transition: color 0.5s ease-in-out;
}
a:hover {
  color: #212121;
}
span.size-16
span.size-38 {
  font-size: 19px;
}
@media (min-width: 800px) {
  span.size-16
span.size-38 {
    font-size: calc(19px + (38 - 19) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  span.size-16
span.size-38 {
    font-size: 38px;
  }
}
span.size-60 {
  font-size: 24px;
}
@media (min-width: 800px) {
  span.size-60 {
    font-size: calc(24px + (60 - 24) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  span.size-60 {
    font-size: 60px;
  }
}
#wrap-top {
  position: fixed;
  width: 100%;
  background: white;
  padding-top: var(--vw_var);
  transition: padding-top 0.5s ease-in-out;
  z-index: 99;
  top: 0px;
}
#wrap-top .wrapper {
  width: 70%;
}
#wrap-top #top {
  display: grid;
  grid-template-columns: 1fr minmax(140px,12.5vw) 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "address logo topnav" "leftnav logo rightnav";
  grid-gap: 1vw 3vw;
  z-index: 15;
  align-items: start;
}
#wrap-top #top #logo {
  grid-area: logo;
  justify-self: center;
  width: 100%;
  top: -5px;
}
#wrap-top #top #logo img {
  width: 100%;
  height: auto;
  display: block;
}
#wrap-top #top #details {
  grid-area: address;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
#wrap-top #top #details #tel-mobile {
  color: #96c11f;
  font-family: "EncodeSansBold";
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 0.5vw;
}
#wrap-top #top #details #tel-mobile {
  font-size: 14px;
}
@media (min-width: 1100px) {
  #wrap-top #top #details #tel-mobile {
    font-size: calc(14px + (28 - 14) * ((100vw - 1100px) / (1800 - 1100)));
  }
}
@media (min-width: 1800px) {
  #wrap-top #top #details #tel-mobile {
    font-size: 28px;
  }
}
#wrap-top #top #details #tel-mobile img {
  display: block;
  top: -2px;
  width: 100%;
  max-width: 26px;
  height: auto;
}
#wrap-top #top #details #add {
  font-size: 12px;
  display: block;
  height: 100%;
  left: 1vw;
}
#wrap-top #top #details #tel-line,
#wrap-top #top #details #em {
  display: none;
}
#wrap-top #top #nav-top {
  grid-area: topnav;
  display: flex;
  flex-wrap: wrap;
}
#wrap-top #top #nav-top > li:nth-last-child(1) a {
  margin-right: 0px;
}
#wrap-top #top #nav-top a {
  text-transform: uppercase;
  transition: color 0.5s ease-in-out;
  margin-right: 10px;
  display: block;
}
#wrap-top #top #nav-top a {
  font-size: 13px;
}
@media (min-width: 800px) {
  #wrap-top #top #nav-top a {
    font-size: calc(13px + (16 - 13) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  #wrap-top #top #nav-top a {
    font-size: 16px;
  }
}
#wrap-top #top #nav-top a:after {
  content: " ";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: white;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: -15px;
  left: 50%;
  transform: translatex(-50%);
  transition: background 0.5s ease-in-out;
  top: auto;
}
#wrap-top #top #nav-top li.active a,
#wrap-top #top #nav-top li:hover a {
  color: #96c11f;
}
#wrap-top #top #nav-top li.active a:after,
#wrap-top #top #nav-top li:hover a:after {
  background: #96c11f;
}
#wrap-top #top #nav-left {
  grid-area: leftnav;
  justify-content: flex-end;
}
#wrap-top #top #nav-left,
#wrap-top #top #nav-right {
  display: flex;
  align-items: stretch;
  align-self: flex-end;
}
#wrap-top #top #nav-left .lvl1:nth-child(1),
#wrap-top #top #nav-right .lvl1:nth-child(1) {
  flex-basis: 10vw;
  flex-shrink: 1;
}
#wrap-top #top #nav-left .lvl1,
#wrap-top #top #nav-right .lvl1 {
  flex-grow: 1;
}
#wrap-top #top #nav-left .lvl1:after,
#wrap-top #top #nav-right .lvl1:after {
  content: " ";
  width: 100%;
  height: 40px;
  background: transparent;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  top: auto;
  bottom: -50px;
}
#wrap-top #top #nav-left .lvl1 > a,
#wrap-top #top #nav-right .lvl1 > a {
  line-height: 30px;
  max-width: 10vw;
  display: block;
  transition: color font-sizes ease-in-out;
}
#wrap-top #top #nav-left .lvl1 > a,
#wrap-top #top #nav-right .lvl1 > a {
  font-size: 22px;
}
@media (min-width: 1370px) {
  #wrap-top #top #nav-left .lvl1 > a,
  #wrap-top #top #nav-right .lvl1 > a {
    font-size: calc(22px + (30 - 22) * ((100vw - 1370px) / (1800 - 1370)));
  }
}
@media (min-width: 1800px) {
  #wrap-top #top #nav-left .lvl1 > a,
  #wrap-top #top #nav-right .lvl1 > a {
    font-size: 30px;
  }
}
#wrap-top #top #nav-left .lvl1 a:hover,
#wrap-top #top #nav-left .lvl1.active > a,
#wrap-top #top #nav-right .lvl1 a:hover,
#wrap-top #top #nav-right .lvl1.active > a {
  color: #96c11f;
}
#wrap-top #top #nav-left .lvl1 .nav-ul-2,
#wrap-top #top #nav-right .lvl1 .nav-ul-2 {
  display: none;
}
#wrap-top #top #nav-right {
  grid-area: rightnav;
  justify-content: flex-start;
}
#wrap-top #wrap-nav {
  display: none;
  background: #96c11f;
  z-index: 990;
}
#wrap-top #wrap-nav ul {
  width: 300px;
}
#wrap-top #wrap-nav a {
  color: white;
  display: block;
  padding: 5px 10px;
}
#wrap-top #wrap-nav li:hover > a,
#wrap-top #wrap-nav li.active > a {
  background: #212121;
}
#wrap-top #wrap-nav .lvl2 > a {
  padding-left: 20px;
}
#wrap-top #nav-trigger {
  background: #96c11f;
  z-index: 200;
}
#wrap-top #wrap-submenu {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #96c11f;
  width: 300px;
  transition: max-height 0.3s ease-in-out;
  max-height: 0px;
  height: auto;
  overflow: hidden;
}
#wrap-top #wrap-submenu.show {
  max-height: 1000px;
  height: auto;
}
#wrap-top #wrap-submenu li {
  display: block;
}
#wrap-top #wrap-submenu li a {
  color: white;
  display: block;
  padding: 5px 10px 5px 20px;
  transition: all 0.5s ease-in-out;
}
#wrap-top #wrap-submenu li a {
  font-size: 14px;
}
@media (min-width: 800px) {
  #wrap-top #wrap-submenu li a {
    font-size: calc(14px + (18 - 14) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  #wrap-top #wrap-submenu li a {
    font-size: 18px;
  }
}
#wrap-top #wrap-submenu li a:before {
  content: " ";
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: white;
  position: absolute;
  top: 0px;
  left: 0px;
  top: 13px;
  left: 10px;
  transition: all 0.5s ease-in-out;
}
#wrap-top #wrap-submenu li:hover > a,
#wrap-top #wrap-submenu li.active > a {
  color: #212121;
}
#wrap-top #wrap-submenu li:hover > a:before,
#wrap-top #wrap-submenu li.active > a:before {
  background: #212121;
}
#wrap-top.docked {
  padding-top: 0px;
}
#wrap-top.docked #top {
  grid-template-columns: 100px auto auto;
  grid-template-rows: auto auto;
  grid-template-areas: "address address address" "logo leftnav rightnav";
  grid-gap: 15px 0;
}
#wrap-top.docked #top #logo {
  width: 100%;
  top: 0;
  height: 50px;
  overflow: hidden;
  left: -40px;
}
#wrap-top.docked #top #logo img {
  width: 125%;
}
#wrap-top.docked #top #nav-left,
#wrap-top.docked #top #nav-right {
  align-items: center;
  align-self: center;
}
#wrap-top.docked #top #nav-left .lvl1,
#wrap-top.docked #top #nav-right .lvl1 {
  flex-basis: auto;
}
#wrap-top.docked #top #nav-left .lvl1 > a,
#wrap-top.docked #top #nav-right .lvl1 > a {
  max-width: max-content !important;
  padding: 10px 0;
}
#wrap-top.docked #top #nav-left .lvl1 > a,
#wrap-top.docked #top #nav-right .lvl1 > a {
  font-size: 18px;
}
@media (min-width: 1370px) {
  #wrap-top.docked #top #nav-left .lvl1 > a,
  #wrap-top.docked #top #nav-right .lvl1 > a {
    font-size: calc(18px + (24 - 18) * ((100vw - 1370px) / (1800 - 1370)));
  }
}
@media (min-width: 1800px) {
  #wrap-top.docked #top #nav-left .lvl1 > a,
  #wrap-top.docked #top #nav-right .lvl1 > a {
    font-size: 24px;
  }
}
#wrap-top.docked #top #nav-top {
  display: none;
}
#wrap-top.docked #top #details {
  display: grid;
  grid-template-columns: max-content max-content max-content 1fr;
  background: #96c11f;
  align-items: center;
  width: calc(100% - 20px);
  padding: 0 10px;
  grid-gap: 3vw;
}
#wrap-top.docked #top #details:before {
  content: " ";
  width: 100vw;
  background: #96c11f;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  left: -16vw;
}
@media (max-width: 1366px) {
  #wrap-top.docked #top #details:before {
    left: -12.5vw;
  }
}
#wrap-top.docked #top #details a,
#wrap-top.docked #top #details #tel-mobile {
  color: white;
  font-family: "EncodeSansRegular";
  display: block;
  padding: 4px 0;
}
#wrap-top.docked #top #details a,
#wrap-top.docked #top #details #tel-mobile {
  font-size: 14px;
}
@media (min-width: 800px) {
  #wrap-top.docked #top #details a,
  #wrap-top.docked #top #details #tel-mobile {
    font-size: calc(14px + (19 - 14) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  #wrap-top.docked #top #details a,
  #wrap-top.docked #top #details #tel-mobile {
    font-size: 19px;
  }
}
#wrap-top.docked #top #details a:hover {
  color: #212121;
}
#wrap-top.docked #top #details #tel-line,
#wrap-top.docked #top #details #em {
  display: block;
}
#wrap-top.docked #top #details #tel-mobile img {
  display: none;
}
#wrap-top.docked #top #details #add {
  height: auto;
  justify-self: end;
}
#wrap-top.docked #top #details #add br {
  display: none;
}
#wrap-top.docked #top #details #add span {
  width: auto;
  position: relative;
  left: 0;
}
#wrap-slideshow {
  padding-top: 140px;
}
#wrap-slideshow #slideshow {
  width: 100%;
  height: 0px;
  padding-bottom: 42%;
  overflow: hidden;
}
#wrap-slideshow #slideshow .slide .slide-text {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
}
#wrap-slideshow #slideshow .slide .slide-text .slide-text-in {
  width: 78.5%;
  max-width: 1508px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  #wrap-slideshow #slideshow .slide .slide-text .slide-text-in {
    width: 96%;
  }
}
#wrap-slideshow #slideshow-text {
  display: none;
}
#wrap-home {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
}
#wrap-home div:nth-child(1) {
  max-width: 700px;
  width: calc(100% - 3vw);
  height: 0px;
  padding-bottom: calc(100% - 3vw);
  border-radius: 50%;
  overflow: hidden;
}
#wrap-home div:nth-child(1) img {
  transition: all 0s ease-in-out;
}
#turnus-r {
  margin-bottom: 20px;
}
#turnus-r #turnus-dates {
  background: #96c11f;
  color: white;
  padding: 1vw;
}
#turnus-r #turnus-dates #turnus-t {
  font-family: "EncodeSansBold";
  color: white;
}
#turnus-r #turnus-dates #turnus-t {
  font-size: 14px;
}
@media (min-width: 800px) {
  #turnus-r #turnus-dates #turnus-t {
    font-size: calc(14px + (20 - 14) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  #turnus-r #turnus-dates #turnus-t {
    font-size: 20px;
  }
}
#turnus-r #turnus-dates .dates {
  display: flex;
  justify-content: space-between;
}
#turnus-r #turnus-dates .dates div {
  padding: 0.5vw 1vw;
  color: white;
  font-family: "EncodeSansBold";
  text-align: center;
}
#turnus-r #turnus-dates .dates div {
  font-size: 18px;
}
@media (min-width: 800px) {
  #turnus-r #turnus-dates .dates div {
    font-size: calc(18px + (50 - 18) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  #turnus-r #turnus-dates .dates div {
    font-size: 50px;
  }
}
#turnus-r a {
  background: #96c11f;
  color: white;
  font-family: "EncodeSansBold";
  padding: 1vw 3vw;
  transition: all 0.5s ease-in-out;
  margin: 2vw auto;
  display: block;
  text-align: center;
  max-width: 150px;
}
#turnus-r a:hover {
  background: #212121;
}
#wrap-content {
  padding: 4vw 0;
  background: white;
}
#wrap-content .wrapper > div {
  display: block;
}
#wrap-content .wrapper > div[data-sub="true"] {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 3vw;
}
#wrap-content .wrapper > div[data-sub="true"] .content-left #content-select {
  background: #efefef;
}
#wrap-content .wrapper > div[data-sub="true"] .content-left ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 9;
}
#wrap-content .wrapper > div[data-sub="true"] .content-left ul a {
  font-family: "EncodeSansBold";
  color: #212121;
}
#wrap-content .wrapper > div[data-sub="true"] .content-left ul a {
  font-size: 16px;
}
@media (min-width: 800px) {
  #wrap-content .wrapper > div[data-sub="true"] .content-left ul a {
    font-size: calc(16px + (22 - 16) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  #wrap-content .wrapper > div[data-sub="true"] .content-left ul a {
    font-size: 22px;
  }
}
#wrap-content .wrapper > div[data-sub="true"] .content-left ul li:hover > a,
#wrap-content .wrapper > div[data-sub="true"] .content-left ul li.active > a {
  color: #96c11f;
}
#wrap-content .wrapper > div[data-sub="true"] .content-right {
  border-left: 1px solid #96c11f;
}
#wrap-content .wrapper > div .content-right {
  padding-left: 3vw;
}
#wrap-content .wrapper > div .content-right h1 {
  font-size: 22px;
}
@media (min-width: 800px) {
  #wrap-content .wrapper > div .content-right h1 {
    font-size: calc(22px + (48 - 22) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  #wrap-content .wrapper > div .content-right h1 {
    font-size: 48px;
  }
}
#wrap-content .wrapper > div .content-right img[src*="images"] {
  max-width: 100%;
  height: auto !important;
}
#wrap-content .wrapper > div.type-gallery .gallery-wrap {
  padding-bottom: 3vw;
  margin-bottom: 3vw;
  border-bottom: 1px solid #96c11f;
}
#wrap-content .wrapper > div.type-gallery .gallery-wrap .gallery-title {
  color: #96c11f;
  text-align: center;
  margin-bottom: 2vw;
}
#wrap-content .wrapper > div.type-gallery .gallery-wrap .gallery-title {
  font-size: 40px;
}
@media (min-width: 800px) {
  #wrap-content .wrapper > div.type-gallery .gallery-wrap .gallery-title {
    font-size: calc(40px + (60 - 40) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  #wrap-content .wrapper > div.type-gallery .gallery-wrap .gallery-title {
    font-size: 60px;
  }
}
#wrap-content .wrapper > div.type-gallery .gallery-wrap .gallery {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 2vw;
}
#wrap-content .wrapper > div.type-gallery .gallery-wrap .gallery a {
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: calc(100% - 4px);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border: 2px solid #96c11f;
  overflow: hidden;
  transform: translatex(-2px);
}
#wrap-content .wrapper > div.type-gallery .gallery-wrap .gallery a img {
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  transition: all 2s ease-in-out;
}
#wrap-content .wrapper > div.type-gallery .gallery-wrap .gallery a:hover img {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -ms-transform: scale(1.4);
  transition: all 2s ease-in-out;
}
@media (max-width: 600px) {
  #wrap-content .wrapper > div.type-gallery .gallery-wrap .gallery {
    grid-template-columns: 1fr 1fr;
    grid-gap: 4vw;
  }
}
#wrap-turnus {
  background: top center / cover url("_images/green.bg.jpg");
  padding: 5vw 0px;
}
#wrap-turnus #turnus {
  display: grid;
  grid-template-columns: 1fr 1fr;
  z-index: 5;
}
#wrap-turnus #turnus > div:nth-child(2) {
  width: calc(100% - 3vw);
  padding-bottom: calc(100% - 3vw);
  height: 0px;
  overflow: hidden;
  border-radius: 50%;
  justify-self: end;
  margin-top: -5.3vw;
}
#wrap-turnus #turnus > div:nth-child(2) img {
  transition: all 0s ease-in-out;
}
#wrap-turnus #turnus > div:nth-child(1) {
  color: white;
}
#wrap-turnus #turnus #turnus-date {
  display: grid;
  grid-template-columns: 1fr minmax(120px,190px);
  align-items: start;
}
#wrap-turnus #turnus #turnus-date > div:nth-child(1) {
  font-family: "EncodeSansBold";
}
#wrap-turnus #turnus #turnus-date > div:nth-child(1) {
  font-size: 30px;
}
@media (min-width: 800px) {
  #wrap-turnus #turnus #turnus-date > div:nth-child(1) {
    font-size: calc(30px + (50 - 30) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  #wrap-turnus #turnus #turnus-date > div:nth-child(1) {
    font-size: 50px;
  }
}
#wrap-turnus #turnus #turnus-date a {
  background: white;
  color: #96c11f;
  padding: 0.8vw 2vw;
  display: block;
  transition: all 0.5s ease-in-out;
  text-align: center;
}
#wrap-turnus #turnus #turnus-date a {
  font-size: 18px;
}
@media (min-width: 800px) {
  #wrap-turnus #turnus #turnus-date a {
    font-size: calc(18px + (26 - 18) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  #wrap-turnus #turnus #turnus-date a {
    font-size: 26px;
  }
}
#wrap-turnus #turnus #turnus-date a:hover {
  background: #212121;
}
#wrap-turnus #wave-a,
#wrap-turnus #wave-b {
  background-size: contain;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 4.65vw;
  background-repeat: no-repeat;
  background-position: top center;
}
#wrap-turnus #wave-a {
  background-image: url("_images/wave_a.png");
}
#wrap-turnus #wave-b {
  background-image: url("_images/wave_b.png");
  top: auto;
  bottom: -5px;
}
#wrap-team {
  padding: 4vw 0px;
  z-index: 5;
  background: white;
}
#wrap-team #teams {
  display: flex;
  justify-content: center;
}
#wrap-team #teams > div {
  transition: all 0.5s ease-in-out;
  padding: 1.5vw;
  cursor: pointer;
  border-right: 1px solid #96c11f;
  text-align: center;
}
#wrap-team #teams > div {
  font-size: 16px;
}
@media (min-width: 800px) {
  #wrap-team #teams > div {
    font-size: calc(16px + (30 - 16) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  #wrap-team #teams > div {
    font-size: 30px;
  }
}
#wrap-team #teams > div:nth-last-child(1) {
  border: 0px;
}
#wrap-team #teams > div:before {
  content: " ";
  width: 1.5vw;
  height: 1.5vw;
  border-radius: 2vw;
  -webkit-border-radius: 2vw;
  -moz-border-radius: 2vw;
  background: white;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  top: auto;
  left: 50%;
  transform: translatex(-50%);
}
#wrap-team #teams > div:hover,
#wrap-team #teams > div.active {
  color: #96c11f;
}
#wrap-team #teams > div:hover:before,
#wrap-team #teams > div.active:before {
  background: #96c11f;
}
@media (max-width: 500px) {
  #wrap-team #teams {
    display: block;
  }
  #wrap-team #teams > div {
    border: 0;
  }
  #wrap-team #teams > div:hover:before,
  #wrap-team #teams > div.active:before {
    display: none;
  }
}
#wrap-team #team {
  margin-top: 2vw;
}
#wrap-team #team .team-in {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
}
#wrap-team #team .team-in.active {
  display: flex;
}
#wrap-team #team .team-in .member {
  color: #212121;
  display: block;
  width: 25%;
  margin: 0 auto;
  display: grid;
  grid-template-rows: auto auto auto;
  text-align: center;
}
#wrap-team #team .team-in .member .m-img {
  display: block;
  width: 100%;
  height: 0%;
  padding-bottom: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  overflow: hidden;
}
#wrap-team #team .team-in .member .m-img img {
  position: absolute;
  top: 0px;
  left: 0px;
  transition: none;
}
#wrap-team #team .team-in .member .m-name {
  text-align: center;
  margin: 15px 0px;
  display: block;
}
#wrap-team #team .team-in .member .m-name {
  font-size: 16px;
}
@media (min-width: 800px) {
  #wrap-team #team .team-in .member .m-name {
    font-size: calc(16px + (20 - 16) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  #wrap-team #team .team-in .member .m-name {
    font-size: 20px;
  }
}
#wrap-team #team .team-in .member .m-title {
  text-align: center;
  display: block;
}
#wrap-team #team .team-in .member .m-title {
  font-size: 12px;
}
@media (min-width: 800px) {
  #wrap-team #team .team-in .member .m-title {
    font-size: calc(12px + (16 - 12) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  #wrap-team #team .team-in .member .m-title {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  #wrap-team #team .team-in .member {
    width: calc(100% / 3);
  }
}
@media (max-width: 400px) {
  #wrap-team #team .team-in .member {
    width: 50%;
  }
}
#wrap-rehab {
  width: 100%;
  height: 0px;
  padding-bottom: 67%;
  text-align: center;
  background: transparent;
}
#wrap-rehab #par-text {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  grid-template-rows: auto auto;
  align-content: center;
  background: transparent;
  line-height: 1.5;
}
#wrap-rehab #par1 {
  color: #676766;
  font-weight: 600;
}
#wrap-rehab #par1 {
  font-size: 30px;
}
@media (min-width: 800px) {
  #wrap-rehab #par1 {
    font-size: calc(30px + (70 - 30) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  #wrap-rehab #par1 {
    font-size: 70px;
  }
}
#wrap-rehab #par2 {
  color: #96c11f;
  font-family: "spumante";
}
#wrap-rehab #par2 {
  font-size: 28px;
}
@media (min-width: 800px) {
  #wrap-rehab #par2 {
    font-size: calc(28px + (70 - 28) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  #wrap-rehab #par2 {
    font-size: 70px;
  }
}
#wrap-contact {
  padding: 1vw 0;
  background: white;
}
#wrap-contact #contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4vw;
  grid-template-rows: auto auto;
  grid-template-areas: "address tcontact" "location hours";
  align-items: center;
}
#wrap-contact #contact #address {
  grid-area: address;
}
#wrap-contact #contact #location {
  grid-area: location;
  display: block;
}
#wrap-contact #contact #location {
  font-size: 24px;
}
@media (min-width: 800px) {
  #wrap-contact #contact #location {
    font-size: calc(24px + (30 - 24) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  #wrap-contact #contact #location {
    font-size: 30px;
  }
}
#wrap-contact #contact #location span {
  background: #96c11f;
  padding: 1vw 2vw;
  color: white;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
#wrap-contact #contact #location span {
  font-size: 20px;
}
@media (min-width: 800px) {
  #wrap-contact #contact #location span {
    font-size: calc(20px + (26 - 20) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  #wrap-contact #contact #location span {
    font-size: 26px;
  }
}
#wrap-contact #contact #location span:hover {
  background: #212121;
}
#wrap-contact #contact #tcontact {
  grid-area: tcontact;
}
#wrap-contact #contact #tcontact {
  font-size: 20px;
}
@media (min-width: 800px) {
  #wrap-contact #contact #tcontact {
    font-size: calc(20px + (28 - 20) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  #wrap-contact #contact #tcontact {
    font-size: 28px;
  }
}
#wrap-contact #contact #tcontact #phones {
  display: grid;
  grid-template-columns: 4vw 1fr 1fr;
  align-items: center;
  font-family: "EncodeSansBold";
}
#wrap-contact #contact #tcontact #phones a+a {
  margin-left: 2vw;
}
#wrap-contact #contact #tcontact #phones img {
  width: 90%;
  height: auto;
}
#wrap-contact #contact #tcontact #email {
  display: grid;
  grid-template-columns: 4vw 1fr;
  align-items: center;
  font-family: "EncodeSansBold";
  margin-top: 2vw;
}
#wrap-contact #contact #tcontact #email img {
  width: 90%;
  height: auto;
}
#wrap-contact #contact #hours {
  grid-area: hours;
}
#wrap-contact #contact #hours {
  font-size: 16px;
}
@media (min-width: 800px) {
  #wrap-contact #contact #hours {
    font-size: calc(16px + (30 - 16) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  #wrap-contact #contact #hours {
    font-size: 30px;
  }
}
#wrap-contact #contact #hours > span {
  font-family: "EncodeSansBold";
}
#wrap-contact #contact #hours > div {
  grid-template-columns: 1fr 1fr;
  display: grid;
}
#since2k {
  position: fixed;
  width: 7.4vw;
  min-width: 60px;
  max-width: 143px;
  left: auto;
  right: 0px;
  top: auto;
  bottom: 100px;
  z-index: 100;
  height: auto;
  transition: none 0.5s ease-in-out;
}
footer {
  padding: 2vw 0;
  background: white;
}
footer a {
  font-size: 11px;
  display: block;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
footer a:hover {
  color: #212121;
}
#wrap-staff {
  display: grid !important;
  grid-template-columns: 300px 1fr;
  grid-gap: 3vw;
}
#wrap-staff #staff-list .prod-link {
  padding-left: 20px;
}
#wrap-staff #staff-list .staff-cat {
  font-family: "EncodeSansBold";
  padding-left: 0px;
}
#wrap-staff #staff-list .staff-cat {
  font-size: 16px;
}
@media (min-width: 800px) {
  #wrap-staff #staff-list .staff-cat {
    font-size: calc(16px + (22 - 16) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  #wrap-staff #staff-list .staff-cat {
    font-size: 22px;
  }
}
#wrap-staff #staff-list a {
  color: #212121;
  padding-left: 20px;
  display: block;
}
#wrap-staff #staff-list a {
  font-size: 14px;
}
@media (min-width: 800px) {
  #wrap-staff #staff-list a {
    font-size: calc(14px + (17 - 14) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  #wrap-staff #staff-list a {
    font-size: 17px;
  }
}
#wrap-staff #staff-list a:hover,
#wrap-staff #staff-list a.active {
  color: #96c11f;
}
#wrap-staff #staff-list a+.staff-cat {
  margin-top: 15px;
}
#wrap-staff #staff-list select {
  display: none;
  width: 100%;
  background: #efefef;
  padding: 10px;
  margin-bottom: 20px;
  border: 0px;
}
#wrap-staff #prod-page,
#wrap-staff #wrap-prod {
  border-left: 1px solid #96c11f;
  padding-left: 3vw;
}
#wrap-staff #staff-one {
  padding-left: 3vw;
  border-left: 1px solid #96c11f;
  display: grid;
  grid-template-columns: minmax(200px,15%) 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "img text" "desc desc";
  grid-gap: 3vw;
}
#wrap-staff #staff-one #so-img {
  grid-area: img;
  overflow: hidden;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border: 2px solid #96c11f;
}
#wrap-staff #staff-one #so-img img {
  position: absolute;
  top: 0px;
  left: 0px;
}
#wrap-staff #staff-one #so-txt {
  grid-area: text;
  align-self: center;
}
#wrap-staff #staff-one #so-txt h1 {
  color: #96c11f;
  font-family: "EncodeSansBold";
  margin-bottom: 0px;
}
#wrap-staff #staff-one #so-txt h1 {
  font-size: 22px;
}
@media (min-width: 800px) {
  #wrap-staff #staff-one #so-txt h1 {
    font-size: calc(22px + (48 - 22) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  #wrap-staff #staff-one #so-txt h1 {
    font-size: 48px;
  }
}
#wrap-staff #staff-one #so-txt h2 {
  font-family: "EncodeSansBold";
}
#wrap-staff #staff-one #so-txt h2 {
  font-size: 18px;
}
@media (min-width: 800px) {
  #wrap-staff #staff-one #so-txt h2 {
    font-size: calc(18px + (26 - 18) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  #wrap-staff #staff-one #so-txt h2 {
    font-size: 26px;
  }
}
#wrap-staff #staff-one #so-desc {
  grid-area: desc;
  text-align: justify;
}
#wrap-staff #product {
  padding-left: 3vw;
  border-left: 1px solid #96c11f;
}
#wrap-staff #product h1 {
  text-align: center;
}
#wrap-staff #product #so-img {
  display: grid;
  grid-template-columns: minmax(auto,400px);
  justify-content: center;
  margin-bottom: 3vw;
}
#wrap-staff #product #so-img a {
  overflow: hidden;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border: 2px solid #96c11f;
}
#wrap-staff #product #so-desc .price {
  background: #96c11f;
  color: white;
  display: inline-block;
  margin-top: 3vw;
  padding: 0.8vw 3vw;
  text-align: center;
}
#wrap-staff #product #so-desc .price {
  font-size: 22px;
}
@media (min-width: 800px) {
  #wrap-staff #product #so-desc .price {
    font-size: calc(22px + (40 - 22) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  #wrap-staff #product #so-desc .price {
    font-size: 40px;
  }
}
#wrap-staff #prods {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}
#wrap-staff #prods a {
  display: grid;
  grid-template-columns: minmax(150px,15%) 1fr auto;
  grid-gap: 2vw;
  align-items: center;
  margin-bottom: 3vw;
  padding-bottom: 3vw;
  border-bottom: 1px solid #96c11f;
}
#wrap-staff #prods a .img {
  overflow: hidden;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border: 2px solid #96c11f;
  display: block;
}
#wrap-staff #prods a .img img {
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0px;
  left: 0px;
}
#wrap-staff #prods a .name {
  color: #96c11f;
  font-family: "EncodeSansBold";
  transition: all 0.5s ease-in-out;
}
#wrap-staff #prods a .name {
  font-size: 20px;
}
@media (min-width: 800px) {
  #wrap-staff #prods a .name {
    font-size: calc(20px + (30 - 20) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  #wrap-staff #prods a .name {
    font-size: 30px;
  }
}
#wrap-staff #prods a .price {
  background: #96c11f;
  color: white;
  font-family: "EncodeSansBold";
  text-align: center;
  padding: 1vw 2vw;
  transition: all 0.5s ease-in-out;
}
#wrap-staff #prods a .price {
  font-size: 24px;
}
@media (min-width: 800px) {
  #wrap-staff #prods a .price {
    font-size: calc(24px + (36 - 24) * ((100vw - 800px) / (1600 - 800)));
  }
}
@media (min-width: 1600px) {
  #wrap-staff #prods a .price {
    font-size: 36px;
  }
}
#wrap-staff #prods a:hover .img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  transition: all 2s ease-in-out;
}
#wrap-staff #prods a:hover .name {
  color: #212121;
}
#wrap-staff #prods a:hover .price {
  background: #212121;
}
#cookie-info-wrap #cookie-info {
  font-size: 12px;
}
#cookie-info-wrap #cookie-info #cookie-info-accept {
  background: #96c11f;
  transition: all 0.5s ease-in-out;
}
#cookie-info-wrap #cookie-info #cookie-info-accept:hover {
  background: #212121;
}
@media (max-width: 1600px) {
  #wrap-slideshow {
    padding-top: 110px;
  }
}
@media (max-width: 1370px) {
  #wrap-top .wrapper {
    width: 75%;
  }
  #wrap-top #top #nav-top a {
    margin-right: 0.65vw;
  }
  #wrap-top #top #nav-left .lvl1 > a,
  #wrap-top #top #nav-right .lvl1 > a {
    max-width: 12vw;
  }
  #wrap-top.docked #top #nav-left .lvl1 > a,
  #wrap-top.docked #top #nav-right .lvl1 > a {
    max-width: 10vw;
  }
}
@media (max-width: 1100px) {
  html,
  body {
    --vw_var: 2vw;
  }
  #wrap-top {
    position: relative;
  }
  #wrap-top #top {
    grid-template-areas: "nada logo address" "nada logo address";
    width: 96%;
  }
  #wrap-top #top #nav-right,
  #wrap-top #top #nav-left,
  #wrap-top #top #nav-top {
    display: none;
  }
  #wrap-top #top #details {
    display: block;
    text-align: right;
  }
  #wrap-top #top #details a {
    grid-template-columns: auto auto;
    justify-content: end;
    grid-gap: 10px;
  }
  #wrap-top #top #details a {
    font-size: 14px;
  }
  #wrap-top #top #details > span {
    margin-top: 10px;
  }
  #wrap-top #top #details > span span {
    position: relative;
    left: 0px;
    width: auto;
  }
  #wrap-top #top #details #tel-mobile {
    grid-template-columns: auto auto;
    margin-bottom: 10px;
  }
  #wrap-top #wrap-nav {
    display: block;
  }
  #wrap-slideshow {
    padding-top: 0px;
  }
  #wrap-content .wrapper > div {
    display: block !important;
  }
  #wrap-content .wrapper > div .content-right {
    padding: 0px !important;
    border: 0px !important;
    margin-top: 0px !important;
  }
  #wrap-content .wrapper > div .content-left ul {
    display: none;
  }
  #wrap-home div:nth-child(1) {
    width: 50%;
    padding-bottom: 50%;
    margin: 0 auto 20px auto;
  }
  #since2k {
    display: none;
  }
  #wrap-staff {
    display: block;
  }
  #wrap-staff #staff-list select {
    display: block;
  }
  #wrap-staff #staff-list #staff-items {
    display: none;
  }
  #wrap-staff #staff-one,
  #wrap-staff #product,
  #wrap-staff #wrap-prod,
  #wrap-staff #prod-page {
    padding: 0px;
    border: 0px;
  }
}
@media (max-width: 1100px) and (min-width: 600px) {
  #wrap-top #top #details a {
    font-size: calc(14px + (24 - 14) * ((100vw - 600px) / (1100 - 600)));
  }
}
@media (max-width: 1100px) and (min-width: 1100px) {
  #wrap-top #top #details a {
    font-size: 24px;
  }
}
@media (max-width: 1000px) {
  #wrap-team #team #team-ins .team-in {
    grid-auto-columns: calc(100% / 3);
  }
}
@media (max-width: 900px) {
  #wrap-turnus #turnus {
    display: block;
  }
  #wrap-turnus #turnus > div:nth-child(2) {
    margin: 20px auto 0px auto;
    width: 50%;
    padding-bottom: 50%;
  }
  #wrap-turnus #turnus #turnus-date {
    grid-template-columns: auto minmax(120px,190px);
    justify-content: flex-start;
    grid-gap: 4vw;
    margin-bottom: 2vw;
  }
  #wrap-contact #contact {
    display: block;
    text-align: center;
  }
  #wrap-contact #contact #location {
    margin: 4vw 0px;
  }
  #wrap-contact #contact #tcontact #phones {
    justify-content: center;
    grid-template-columns: 4vw auto auto;
  }
  #wrap-contact #contact #tcontact #email {
    grid-template-columns: 4vw auto;
    justify-content: center;
  }
  #wrap-contact #contact #hours {
    margin-top: 4vw;
  }
  #wrap-home {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "top" "bottom";
  }
  #wrap-home > div:nth-child(1) {
    grid-area: bottom;
  }
  #wrap-home > div:nth-child(1) img {
    margin: 4vw auto 0 auto;
    max-width: 400px;
    display: block;
  }
  #wrap-home > div:nth-child(2) {
    grid-area: top;
  }
}
@media (max-width: 700px) {
  #turnus-r #turnus-dates {
    padding: 3vw;
  }
  #turnus-r #turnus-dates .dates {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  html,
  body {
    --vw_var: 3vw;
  }
  #wrap-top #top #details a img {
    width: 18px;
  }
  #wrap-top #top #details > span {
    text-align: right;
    margin-top: 0px;
  }
  #wrap-top #top #details > span span {
    width: 100px;
    display: inline-block;
  }
}
@media (max-width: 500px) {
  #wrap-slideshow #slideshow .slide .slide-text {
    display: none;
  }
  #wrap-slideshow #slideshow-text {
    display: grid;
    text-align: center;
    padding: 2vw 4vw;
    border-bottom: 1px solid #96c11f;
  }
  #wrap-top #top {
    grid-template-columns: 1fr;
    grid-template-rows: 80px auto;
    grid-template-areas: "logo" "address";
    grid-gap: 10px;
  }
  #wrap-top #top #logo {
    width: 120px;
  }
  #wrap-top #top #details {
    text-align: center;
  }
  #wrap-top #top #details #tel-mobile {
    justify-content: center;
  }
  #wrap-contact #contact #tcontact #phones {
    grid-template-columns: 6vw auto;
    grid-template-rows: auto auto;
    grid-template-areas: "img first" "img second";
    text-align: left;
    justify-items: right;
    grid-gap: 5px;
  }
  #wrap-contact #contact #tcontact #phones img {
    grid-area: img;
  }
}
