/* roboto-100 - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local(''), url('fonts/roboto-v20-latin_latin-ext-100.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v20-latin_latin-ext-100.woff') format('woff');
  
  /* Modern Browsers */
}
/* roboto-300 - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''), url('fonts/roboto-v20-latin_latin-ext-300.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v20-latin_latin-ext-300.woff') format('woff');
  
  /* Modern Browsers */
}
/* roboto-regular - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('fonts/roboto-v20-latin_latin-ext-400.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v20-latin_latin-ext-400.woff') format('woff');
  
  /* Modern Browsers */
}
/* roboto-500 - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(''), url('fonts/roboto-v20-latin_latin-ext-500.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v20-latin_latin-ext-500.woff') format('woff');
  
  /* Modern Browsers */
}
/* roboto-700 - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('fonts/roboto-v20-latin_latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v20-latin_latin-ext-700.woff') format('woff');
  
  /* Modern Browsers */
}
/* roboto-900 - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local(''), url('fonts/roboto-v20-latin_latin-ext-900.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v20-latin_latin-ext-900.woff') format('woff');
  
  /* Modern Browsers */
}
/* BankGothic - 400 */
@font-face {
  font-family: 'BankGothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('fonts/BankGothic Regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/BankGothic Regular.woff') format('woff');
  
  /* Modern Browsers */
}
/* BankGothic - 600 */
@font-face {
  font-family: 'BankGothic';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(''), url('fonts/BankGothic Bold.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/BankGothic Bold.woff') format('woff');
  
  /* Modern Browsers */
}
/* kalam-regular - latin_latin-ext */
@font-face {
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('fonts/kalam-v10-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/kalam-v10-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */;
}
@keyframes toshow {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=(@opacity*100))";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: 0;
    bottom: -200px;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=(@opacity*100))";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: 100;
    bottom: 0;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: 22px;
  font-family: inherit;
}
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
html * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1451px) {
  html {
    font-size: 63%;
  }
}
@media screen and (min-width: 1023.1px) and (max-width: 1450px) {
  html {
    font-size: 60%;
  }
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 60%;
  }
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@-ms-viewport {
  width: device-width;
}
p {
  margin: 0;
}
h1,
.h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
}
h1,
.titleh1 {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 67px;
  font-weight: 300;
  color: #000;
}
@media screen and (max-width: 1023px) {
  h1,
  .titleh1 {
    font-size: 5vw;
    font-size: 0.5vwrem;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 800px) {
  h1,
  .titleh1 {
    font-size: 6vw;
    font-size: 0.6vwrem;
    line-height: 1.3em;
    font-weight: 400;
  }
}
@media screen and (max-width: 400px) {
  h1,
  .titleh1 {
    font-size: 7vw;
    font-size: 0.7vwrem;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 300px) {
  h1,
  .titleh1 {
    font-size: 8vw;
    font-size: 0.8vwrem;
    line-height: 1.3em;
  }
}
h2,
.titleh2 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 56px;
  font-weight: 500;
}
h2 span,
.titleh2 span {
  font-size: 30px;
  font-size: 3rem;
  line-height: 46px;
}
@media screen and (max-width: 1023px) {
  h2,
  .titleh2 {
    font-size: 5vw;
    font-size: 0.5vwrem;
    line-height: 1.3em;
  }
  h2 span,
  .titleh2 span {
    font-size: 4vw;
    font-size: 0.4vwrem;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 600px) {
  h2,
  .titleh2 {
    font-size: 6vw;
    font-size: 0.6vwrem;
    line-height: 1.3em;
    font-weight: 300;
  }
  h2 span,
  .titleh2 span {
    font-size: 5vw;
    font-size: 0.5vwrem;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 400px) {
  h2,
  .titleh2 {
    font-size: 7vw;
    font-size: 0.7vwrem;
    line-height: 1.3em;
  }
  h2 span,
  .titleh2 span {
    font-size: 6vw;
    font-size: 0.6vwrem;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 300px) {
  h2,
  .titleh2 {
    font-size: 8vw;
    font-size: 0.8vwrem;
    line-height: 1.3em;
  }
}
h3,
.titleh3 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 26px;
}
@media screen and (max-width: 1023px) {
  h3,
  .titleh3 {
    font-size: 4vw;
    font-size: 0.4vwrem;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 600px) {
  h3,
  .titleh3 {
    font-size: 5vw;
    font-size: 0.5vwrem;
    line-height: 1.3em;
    font-weight: 400;
  }
}
@media screen and (max-width: 400px) {
  h3,
  .titleh3 {
    font-size: 6vw;
    font-size: 0.6vwrem;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 300px) {
  h3,
  .titleh3 {
    font-size: 7vw;
    font-size: 0.7vwrem;
    line-height: 1.3em;
  }
}
h4 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 23px;
}
h5 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: none;
}
dl {
  margin-bottom: 0;
}
hr {
  margin: 0;
  border: 0;
  height: 0;
  padding: 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
abbr {
  font-size: 90%;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}
small {
  font-size: 100%;
}
cite {
  font-style: normal;
}
@font-face {
  font-family: 'lg';
  src: url("fonts/lg.woff2?io9a6k") format("woff2"), url("fonts/lg.ttf?io9a6k") format("truetype"), url("fonts/lg.woff?io9a6k") format("woff"), url("fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-container {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}
.lg-next {
  right: 20px;
}
.lg-next:before {
  content: '\e095';
}
.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: '\e094';
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: '\e070';
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: '\e90a';
}
.lg-toolbar .lg-download:after {
  content: '\e0f2';
}
.lg-sub-html {
  color: #fff;
  font-family: Queens, arial, tahoma, verdana, sans-serif;
  font-size: 20px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  /*@media screen and (min-width: 1023.1px) {
    position: absolute;
    bottom:0;
    left:0;right:210px;
  }*/
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.lg-error-msg {
  font-size: 14px;
  color: #999;
}
.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}
.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}
.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}
.lg-group:after {
  content: '';
  display: table;
  clear: both;
}
.lg-container {
  display: none;
  outline: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-on {
  scroll-behavior: unset;
}
.lg-overlay-open {
  overflow: hidden;
}
.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1023.1px) {
  .lg-outer.lg-components-open .lg-content {
    bottom: 100px;
  }
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../img/loader.gif") no-repeat scroll center center transparent;
  background-size: 70px;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
  width: 100%;
}
.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: '\e909';
}
.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  /*@media screen and (min-width: 1023.1px) {
    top:0;
  }*/
}
/************************************/
/*			VIDEO					*/
/************************************/
.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.lg-outer .lg-video-poster {
  z-index: 1;
}
.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
  opacity: 0 !important;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}
@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -o-transition: -o-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}
.lg-video-play-button:hover .lg-video-play-icon-bg,
.lg-video-play-button:hover .lg-video-play-icon {
  opacity: 1;
}
.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}
.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}
.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}
.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}
.lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}
.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  /*@media screen and (min-width: 1023.1px) {
    width: 210px;
    height: 100%;
    position: absolute;
    top:50px;
    right:0;
    bottom:0;
  }
  @media screen and (max-width:1023px) {*/
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}
.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}
.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100% !important;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
  /*@media screen and (min-width: 1023.1px) {
    width: 210px !important;
  }*/
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer .lg-toggle-thumb:after {
  content: '\e1ff';
}
.lg-outer.lg-animate-thumb .lg-thumb {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* inter */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local(''), url('fonts/inter-thin.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/inter-thin.woff') format('woff');
  
  /* Modern Browsers */
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''), url('fonts/inter-light.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/inter-light.woff') format('woff');
  
  /* Modern Browsers */
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('fonts/inter-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/inter-regular.woff') format('woff');
  
  /* Modern Browsers */
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(''), url('fonts/inter-medium.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/inter-medium.woff') format('woff');
  
  /* Modern Browsers */
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(''), url('fonts/inter-semibold.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/inter-semibold.woff') format('woff');
  
  /* Modern Browsers */
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('fonts/inter-bold.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/inter-bold.woff') format('woff');
  
  /* Modern Browsers */
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local(''), url('fonts/inter-extrabold.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/inter-extrabold.woff') format('woff');
  
  /* Modern Browsers */
}
html {
  height: 100%;
}
body {
  background: #fff;
  color: #57534e;
  font-family: "Inter", arial, tahoma, verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6pxrem;
  line-height: 1.3;
  line-height: 28px;
  margin: 0;
  height: 100%;
  font-display: swap;
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 13px;
    font-size: 1.3pxrem;
    line-height: 1.3;
    line-height: 17px;
  }
}
a,
.like-href {
  color: #292524;
  outline: none;
  text-decoration: underline;
}
a:hover,
.like-href:hover {
  text-decoration: none;
}
.in {
  *zoom: 1;
  margin: 0 auto;
  width: 1272px;
}
.in:before,
.in:after {
  display: table;
  content: "";
}
.in:after {
  clear: both;
}
@media screen and (max-width: 1300px) {
  .in {
    width: calc(100% - 40px);
  }
}
.topnew {
  background-color: #e52820;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  text-transform: uppercase;
  font-weight: 700;
}
header {
  *zoom: 1;
  width: 100%;
  border-bottom: 1px solid #E5E7EB;
  position: relative;
  z-index: 11;
}
header:before,
header:after {
  display: table;
  content: "";
}
header:after {
  clear: both;
}
header .logo {
  display: inline-flex;
  -webkit-flex-flow: nowrap;
  flex-flow: nowrap;
  margin: 33px 0;
}
header .logo .bravis {
  margin-right: 20px;
}
header .logo .bravis img {
  display: block;
  margin: 9px 0;
}
header .logo .bravis span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
header .logo .self {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 25px;
  color: #292524;
  font-weight: 300;
  text-decoration: none;
  position: relative;
}
header .logo .self strong {
  display: block;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 28px;
}
@media screen and (min-width: 1251px) {
  header .logo {
    width: 425px;
    height: 54px;
  }
}
@media screen and (max-width: 1250px) {
  header .logo .bravis img {
    width: 150px;
    height: auto;
    margin-top: 9px;
  }
}
@media screen and (min-width: 1023.1px) {
  header.home {
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translateX(-50%);
  }
  header .logo .self {
    padding-left: 20px;
  }
  header .logo .self:before {
    content: '';
    display: block;
    width: 1px;
    height: 34px;
    background: #292524;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1023px) {
  header .logo {
    display: block;
    margin: 34px auto;
  }
  header .logo .bravis {
    margin: 0;
    display: block;
  }
  header .logo .self {
    display: none;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
  }
  header .logo .self strong {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 600px) {
  header .logo {
    margin: 23px auto;
  }
}
section {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1023.1px) {
  section:not(#mapa):not(#uvod) {
    padding-bottom: 80px;
  }
  section p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1023px) {
  section:not(#mapa):not(#uvod) {
    padding-bottom: 60px;
  }
  section p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 27px;
  }
}
section#login {
  margin-top: 160px;
}
section#uvod:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
section#uvod picture {
  width: 100%;
  height: 100%;
  display: flex;
}
section#uvod picture img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
section#uvod .desc h1 {
  color: #1c1917;
  font-weight: 600;
}
section#uvod .desc p {
  color: #1c1917;
  font-weight: 300;
}
section#uvod .desc p a {
  color: #fff;
}
section#uvod .desc p a:not(.asbtn) {
  color: #1c1917;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
section#uvod .desc p a:not(.asbtn):hover {
  border-color: #e52820;
}
@media screen and (min-width: 1310.1px) {
  section#uvod .desc {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  section#uvod .desc .text h1 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 60px;
  }
}
@media screen and (max-width: 1310px) {
  section#uvod .desc .text h1 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px;
  }
}
@media screen and (min-width: 1023.1px) and (max-width: 1310px) {
  section#uvod .desc {
    top: 150px;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1023.1px) {
  section#uvod {
    margin-bottom: 80px;
  }
  section#uvod:after {
    background: radial-gradient(50% 50% at 80% 50%, rgba(255, 255, 255, 0.2) 60%, #ffffff 100%);
  }
  section#uvod .desc {
    position: absolute;
    left: 50%;
    z-index: 20;
    display: flex;
    flex-direction: row;
  }
  section#uvod .desc > li,
  section#uvod .desc > picture,
  section#uvod .desc > .item {
    float: left;
    text-align: center;
    flex-grow: 1;
    -webkit-flex-grow: 1;
  }
  section#uvod .desc .text {
    width: 55%;
  }
  section#uvod .desc .text h1 {
    margin-bottom: 25px;
  }
  section#uvod .desc .text p {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 39px;
    margin-bottom: 25px;
  }
  section#uvod .desc .text p a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
  }
  section#uvod .desc .text p a:not(.asbtn) {
    padding: 18px 30px;
  }
}
@media screen and (max-width: 1023px) {
  section#uvod {
    margin-bottom: 60px;
    padding-top: 40px;
  }
  section#uvod:after {
    background: linear-gradient(to bottom, #ffffff 30%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  }
  section#uvod picture {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  section#uvod .desc {
    position: relative;
    z-index: 20;
    padding-bottom: 50%;
  }
  section#uvod .desc .text h1 {
    margin-bottom: 20px;
  }
  section#uvod .desc .text p {
    margin-bottom: 20px;
  }
  section#uvod .desc .text p a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 19px;
  }
  section#uvod .desc .text p a.asbtn {
    width: 50%;
    padding: 20px 0;
    text-align: center;
  }
  section#uvod .desc .text p a:not(.asbtn) {
    display: inline-block;
    padding: 18px 0;
    width: 40%;
    margin-left: 8%;
  }
  section#uvod .desc .playvideo {
    position: absolute;
    left: 50%;
    bottom: 30%;
    transform: translateX(-50%);
  }
  section#uvod .desc .playvideo .video span {
    white-space: nowrap;
  }
}
@media screen and (max-width: 600px) {
  section#uvod .desc {
    padding-bottom: 100%;
  }
}
section#timeline .in {
  text-align: center;
}
section#timeline .in .tline {
  margin: 40px auto 0;
  display: flex;
  flex-direction: row;
}
section#timeline .in .tline > li,
section#timeline .in .tline > picture,
section#timeline .in .tline > .item {
  float: left;
  text-align: center;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
section#timeline .in .tline .item {
  color: #d6d3d1;
  position: relative;
}
section#timeline .in .tline .item strong {
  display: block;
}
section#timeline .in .tline .item strong:before {
  content: '';
  display: block;
  border: 1px solid #d6d3d1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
section#timeline .in .tline .item span {
  display: block;
}
section#timeline .in .tline .item.act strong:before {
  border-color: #15803d;
  background-color: #15803d;
  background-image: url(/krenovice/img/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 44px;
}
@media screen and (min-width: 1023.1px) {
  section#timeline .in .tline {
    -webkit-flex-flow: nowrap;
    flex-flow: nowrap;
  }
  section#timeline .in .tline .item {
    width: 25%;
  }
  section#timeline .in .tline .item:not(:last-of-type):after {
    content: '';
    display: block;
    position: absolute;
    width: 120px;
    height: 1px;
    background-color: #d6d3d1;
    top: 50px;
    right: -60px;
  }
  section#timeline .in .tline .item strong {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 31px;
    margin-bottom: 7px;
  }
  section#timeline .in .tline .item strong:before {
    width: 94px;
    height: 94px;
    margin: 0 auto 7px;
  }
  section#timeline .in .tline .item span {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 21px;
    margin-bottom: 7px;
  }
  section#timeline .in .tline .item small {
    display: block;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 15px;
  }
}
@media screen and (max-width: 1023px) {
  section#timeline .in .tline {
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: -40px;
  }
  section#timeline .in .tline .item {
    width: 50%;
    margin-bottom: 40px;
  }
  section#timeline .in .tline .item strong {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    margin-bottom: 6px;
  }
  section#timeline .in .tline .item strong:before {
    width: 71px;
    height: 71px;
    margin: 0 auto 6px;
  }
  section#timeline .in .tline .item span {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 18px;
    margin-bottom: 6px;
  }
  section#timeline .in .tline .item small {
    display: none;
  }
}
section#cenik .in .top .fce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  align-self: center;
  align-items: center;
}
section#cenik .in .top .fce a.asbtn {
  text-transform: uppercase;
  padding: 0 16px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  height: 30px;
}
section#cenik .in .flats {
  clear: both;
  margin-top: 20px;
}
section#cenik .in .flats table {
  width: 100%;
}
section#cenik .in .flats table th,
section#cenik .in .flats table td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  position: relative;
  border-bottom: 1px solid #d6d3d1;
  padding: 16px 10px;
  text-align: center;
  /*&.flat {
							// jednotka
							width: 90px;
						}
						&.floor {
							// parkovaci stani
							width: 179px;
						}
						&.layout {
							// dispozice
							width: 90px;
						}
						&.area {
							// užitná plocha
							width: 180px;
						}
						&.terrace {
							// balkon
							width: 230px;
						}
						&.price {
							// cena
							width: 200px;
							text-align: right;
						}
						&.status {
							// stav
							width: 150px;
						}
						&.detail {
							// karta
							white-space: nowrap;
						}*/
}
section#cenik .in .flats table th small,
section#cenik .in .flats table td small {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1em;
}
section#cenik .in .flats table thead tr th {
  font-weight: 700;
  text-transform: uppercase;
}
section#cenik .in .flats table tbody tr td.status {
  color: #219653;
}
section#cenik .in .flats table tbody tr.rezervace td.status {
  color: #F2994A;
}
section#cenik .in .flats table tbody tr.prodano td.status {
  color: #ce0020;
}
section#cenik .in .flats table tbody tr.nedostupne td {
  color: #ccc;
}
section#cenik .in .flats table tbody tr td.detail a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
  text-transform: uppercase;
  padding: 0 16px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  height: 30px;
}
section#cenik .in .flats table tbody tr:hover,
section#cenik .in .flats table tbody tr.hover {
  background-color: #F4F8F9;
}
section#cenik .in .flats.available .prodano,
section#cenik .in .flats.available .rezervace {
  display: none;
}
section#cenik .in .legend {
  display: block;
  margin: 10px 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #57534e;
}
@media screen and (min-width: 1023.1px) {
  section#cenik {
    overflow: unset;
  }
  section#cenik .in .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  section#cenik .in .top h2 {
    width: 10%;
    margin: 0 30px 0 0;
  }
  section#cenik .in .top .fce {
    width: 90%;
    height: 36px;
  }
  section#cenik .in .top .fce a.asbtn {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 28px;
  }
  section#cenik .in .top .fce .view a {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 21px;
  }
  section#cenik .in .flats table thead {
    position: sticky;
    top: 120px;
    background-color: #fff;
    z-index: 2;
  }
}
@media screen and (max-width: 1023px) {
  section#cenik .in .top .fce a.asbtn {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 30px;
  }
  section#cenik .in .flats.txt {
    overflow-x: auto;
  }
  section#cenik .in .flats.txt:before {
    content: '';
    display: block;
    position: absolute;
    width: 96%;
    height: 100px;
    background: url(../svg/horizontal-scroll.svg) no-repeat center;
    background-size: 100px;
    margin: 50% 0 0;
    transform: translateY(-50%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=(@opacity*100))";
    -moz-opacity: 50;
    -khtml-opacity: 50;
    opacity: 50;
    filter: 0.5;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    pointer-events: none;
  }
  section#cenik .in .flats.txt.fadeout:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=(@opacity*100))";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: 0;
  }
}
section#mapa #smapa {
  height: 700px;
}
section#contact .in .info {
  /*a {
					color:@kgray800;
					position: relative;
					.hover-decoration();
					font-weight: 400;

					&:before {
						content:'';
					}
					em {
						font-style: normal;
					}

					&.phone {
						&:before {
							background: url(/krenovice/img/phone-black.svg) no-repeat;
						}
					}
					&.mail {
						&:before {
							background: url(/krenovice/img/mail-black.svg) no-repeat;
						}
					}
				}*/
}
section#contact .in .info h1 strong {
  display: block;
  font-weight: 700;
}
section#contact .in .info span {
  display: block;
}
section#contact .in .info ul.contacts {
  *zoom: 1;
  display: inline-block;
}
section#contact .in .info ul.contacts:before,
section#contact .in .info ul.contacts:after {
  display: table;
  content: "";
}
section#contact .in .info ul.contacts:after {
  clear: both;
}
section#contact .in .info ul.contacts li {
  *zoom: 1;
}
section#contact .in .info ul.contacts li:before,
section#contact .in .info ul.contacts li:after {
  display: table;
  content: "";
}
section#contact .in .info ul.contacts li:after {
  clear: both;
}
section#contact .in .info ul.contacts li picture {
  float: left;
}
section#contact .in .info ul.contacts li picture img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
section#contact .in .info ul.contacts li div {
  float: left;
  color: #292524;
  text-align: left;
}
section#contact .in .info ul.contacts li div * {
  display: block;
}
section#contact .in .info ul.contacts li div a {
  color: #292524;
  position: relative;
  padding-left: 19px;
  text-decoration: none;
  font-weight: 400;
}
section#contact .in .info ul.contacts li div a:hover {
  text-decoration: underline;
}
section#contact .in .info ul.contacts li div a:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  background-size: 100%;
}
section#contact .in .info ul.contacts li div a.phone {
  margin-top: 10px;
}
section#contact .in .info ul.contacts li div a.phone:before {
  background: url(/krenovice/img/phone-black.svg) no-repeat;
}
section#contact .in .info ul.contacts li div a.mail {
  margin-bottom: 10px;
}
section#contact .in .info ul.contacts li div a.mail:before {
  background: url(/krenovice/img/mail-black.svg) no-repeat;
}
section#contact .in .info .social a {
  display: inline-block;
  margin: 0 5px;
}
section#contact .in .info .social a:before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
}
section#contact .in .info .social a em {
  display: none;
}
section#contact .in .info .social a.facebook:before {
  background-image: url(/krenovice/img/facebook-black.svg);
}
section#contact .in .info .social a.instagram:before {
  background-image: url(/krenovice/img/instagram-black.svg);
}
section#contact .in .info .social a.youtube:before {
  background-image: url(/krenovice/img/youtube-black.svg);
}
@media screen and (min-width: 1023.1px) {
  section#contact .in .info-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  section#contact .in .info {
    width: 464px;
    /*a {
						display: block;
						.font-size(22,33px);
						padding-left: 41px;
						
						&:before {
							display: block;
							position: absolute;
							top:5px;
							left:0;
							.size(26px,26px);
						}
	
						&.phone {
							margin-bottom: 5px;
						}
						&.mail {
							margin-bottom: 30px;
						}
					}*/
  }
  section#contact .in .info h1 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 66px;
    margin-bottom: 30px;
  }
  section#contact .in .info h1 strong {
    font-size: 60px;
    font-size: 6rem;
    line-height: 66px;
  }
  section#contact .in .info span {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 26px;
    margin-bottom: 30px;
  }
  section#contact .in .info ul.contacts {
    margin: 24px 0 40px;
  }
  section#contact .in .info ul.contacts li {
    float: left;
    margin: 0 0 0 0;
  }
  section#contact .in .info ul.contacts li picture {
    width: 150px;
    height: 150px;
  }
  section#contact .in .info ul.contacts li div {
    margin-left: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }
  section#contact .in .info ul.contacts li div > strong {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 31px;
  }
  section#contact .in .info .social a {
    width: 54px;
    height: 54px;
  }
  section#contact .in .info .social a:before {
    width: 54px;
    height: 54px;
  }
}
@media screen and (max-width: 1023px) {
  section#contact .in .info {
    text-align: center;
    /*a {
						.flex-display();
						align-items: center;
						justify-content: center;
						.font-size(15,22px);
						
						&:before {
							display: inline-block;
							position: static;
							.size(20px,20px);
							margin-right: 10px;
						}
	
						&.phone {
							margin-bottom: 5px;
							background-size: 20px;
						}
						&.mail {
							margin-bottom: 30px;
							background-size: 20px;
						}
					}*/
  }
  section#contact .in .info h1 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 56px;
    margin-bottom: 20px;
  }
  section#contact .in .info h1 strong {
    font-size: 50px;
    font-size: 5rem;
    line-height: 56px;
  }
  section#contact .in .info span {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    margin-bottom: 20px;
  }
  section#contact .in .info ul.contacts li:not(:last-of-type) {
    margin: 0 0 30px 0;
  }
  section#contact .in .info ul.contacts li picture {
    width: 100px;
    height: 100px;
  }
  section#contact .in .info ul.contacts li div {
    width: calc(100% - 115px);
    margin-left: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 22px;
  }
  section#contact .in .info ul.contacts li div > strong {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 29px;
  }
  section#contact .in .info .social a {
    width: 30px;
    height: 30px;
  }
  section#contact .in .info .social a:before {
    width: 30px;
    height: 30px;
  }
  section#contact .in form .form {
    margin-bottom: 0;
  }
  section#contact .in form .form label + br {
    display: none;
  }
}
section#numberlist {
  padding-bottom: 0;
}
section#numberlist .in .number {
  position: relative;
}
section#numberlist .in .number:not(:last-of-type) h2:after {
  content: '';
  display: block;
  width: 1px;
  height: calc(100% - 45px);
  position: absolute;
  top: 45px;
  left: 23px;
  background-color: #57534e;
}
section#numberlist .in h2 {
  font-weight: 700;
}
section#numberlist .in h2:before {
  content: attr(data-number);
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #57534e;
  color: #fff;
  font-weight: 700;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (min-width: 1023.1px) {
  section#numberlist .in .number {
    padding: 0 0 70px 65px;
  }
  section#numberlist .in h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 31px;
  }
  section#numberlist .in h2:before {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 45px;
  }
  section#numberlist .in p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
  }
  section#numberlist .in a.asbtn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 19px;
    padding: 20px 45px;
  }
}
@media screen and (max-width: 1023px) {
  section#numberlist .in .number {
    padding: 0 0 50px 65px;
  }
  section#numberlist .in h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
  }
  section#numberlist .in h2:before {
    font-size: 20px;
    font-size: 2rem;
    line-height: 45px;
  }
  section#numberlist .in p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 21px;
  }
  section#numberlist .in a.asbtn {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    padding: 15px 30px;
  }
}
section.text {
  text-align: center;
}
section.text p {
  margin-bottom: 20px;
}
section.text p strong.block {
  display: block;
}
@media screen and (min-width: 1023.1px) {
  section.text h2 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 41px;
  }
  section.text p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
  }
  section.text a.asbtn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 19px;
    padding: 20px 45px;
  }
}
@media screen and (max-width: 1023px) {
  section.text h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 36px;
  }
  section.text p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 21px;
  }
  section.text a.asbtn {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    padding: 15px 30px;
  }
}
section#financing h3 {
  margin-bottom: 20px;
  font-weight: 700;
}
section#financing ul:not(:last-of-type) {
  margin-bottom: 40px;
}
section#financing ul li {
  padding: 0 0 12px 24px;
}
section#financing ul li:last-of-type {
  padding-bottom: 0;
}
section#financing ul li:before {
  content: '';
  float: left;
  width: 12px;
  height: 12px;
  background: #d71920;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 6px 0 0 -24px;
}
section#financing ol {
  counter-reset: item;
}
section#financing ol:not(:last-of-type) {
  margin-bottom: 40px;
}
section#financing ol li {
  padding: 0 0 20px 46px;
}
section#financing ol li:last-of-type {
  padding-bottom: 0;
}
section#financing ol li:before {
  content: counters(item, ".");
  counter-increment: item;
  background: #57534e;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 27px;
  width: 27px;
  height: 27px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  text-align: center;
  margin: -2px 0 0 -46px;
}
@media screen and (max-width: 1023px) {
  section#financing h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 28px;
  }
}
section .in {
  position: relative;
}
section .in.bgblack {
  background: #000000;
  color: #d6d3d1;
}
section .in.dotsl:before {
  content: '';
  display: block;
  width: 136px;
  height: 190px;
  position: absolute;
  top: 50%;
  left: -136px;
  transform: translateY(-50%);
  background: url(/krenovice/img/dots.svg);
}
section .in.dotsr:before {
  content: '';
  display: block;
  width: 136px;
  height: 190px;
  position: absolute;
  top: 50%;
  right: -136px;
  transform: translateY(-50%);
  background: url(/krenovice/img/dots.svg);
}
section .in h2 {
  display: block;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}
section .in .gallery {
  position: relative;
}
section .in .gallery .gallery_item,
section .in .gallery .gitem {
  position: relative;
}
section .in .gallery .gallery_item picture,
section .in .gallery .gitem picture {
  width: 100%;
  height: 100%;
}
section .in .gallery .gallery_item picture img,
section .in .gallery .gitem picture img {
  max-width: 100%;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
}
section .in .gallery .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: nowrap;
  flex-flow: nowrap;
}
section .in .gallery:not(.onephoto) .gallery_item:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0) 100%);
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  z-index: 10;
}
section .in .gallery:not(.onephoto) .gallery_item span {
  position: absolute;
  z-index: 20;
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}
section .in .gallery:not(.onephoto) .slick-track {
  gap: 0 20px;
}
section .in .gallery:not(.onephoto) .slick-arrow {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: 100%;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
section .in .gallery:not(.onephoto) .slick-arrow.slick-prev {
  background-image: url(/krenovice/img/arrow-prev-long-red.svg);
  left: 0;
}
section .in .gallery:not(.onephoto) .slick-arrow.slick-prev.slick-disabled {
  background-image: url(/krenovice/img/arrow-prev-long-gray.svg);
}
section .in .gallery:not(.onephoto) .slick-arrow.slick-prev:not(.slick-disabled):hover {
  background-image: url(/krenovice/img/arrow-prev-long-darkred.svg);
}
section .in .gallery:not(.onephoto) .slick-arrow.slick-next {
  background-image: url(/krenovice/img/arrow-next-long-red.svg);
  left: 60px;
}
section .in .gallery:not(.onephoto) .slick-arrow.slick-next.slick-disabled {
  background-image: url(/krenovice/img/arrow-next-long-gray.svg);
}
section .in .gallery:not(.onephoto) .slick-arrow.slick-next:not(.slick-disabled):hover {
  background-image: url(/krenovice/img/arrow-next-long-darkred.svg);
}
section .in .gallery:not(.onephoto) .slick-arrow.slick-disabled {
  cursor: default;
}
section .in .gallery.onephoto {
  overflow: hidden;
}
section .in .gallery.onephoto .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  background-color: #292524;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  padding: 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: nowrap;
  flex-flow: nowrap;
  align-items: center;
  gap: 0 15px;
}
section .in .gallery.onephoto .slick-dots > li {
  width: 6px;
  height: 6px;
  background-color: #57534e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
section .in .gallery.onephoto .slick-dots > li.slick-active {
  width: 60px;
  height: 10px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  background-color: #fff;
}
section .in .gallery.onephoto .slick-dots > li button {
  display: none;
}
section .in .btnbox {
  margin: 38px 0 0;
  text-align: center;
}
@media screen and (min-width: 1311px) {
  section .in .gallery:not(.onephoto) .gallery_item {
    width: 631px;
    height: auto;
  }
  section .in .gallery.onephoto .gitem {
    width: 1272px;
    height: 686px;
  }
}
@media screen and (min-width: 1023.1px) {
  section .in.bgblack {
    padding: 80px 100px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  section .in h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 39px;
  }
  section .in .gallery:not(.onephoto) {
    padding-bottom: 60px;
  }
  section .in .gallery:not(.onephoto) .gallery_item {
    display: block;
  }
  section .in .gallery:not(.onephoto) .gallery_item span {
    right: 40px;
    bottom: 33px;
    left: 40px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
  }
  section .in .gallery:not(.onephoto) .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
}
@media screen and (max-width: 1023px) {
  section .in.bgblack {
    padding: 50px 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
  section .in h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 31px;
  }
  section .in .gallery:not(.onephoto) {
    padding-bottom: 50px;
  }
  section .in .gallery:not(.onephoto) .gallery_item span {
    right: 16px;
    bottom: 14px;
    left: 16px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17px;
  }
  section .in .gallery:not(.onephoto) .slick-arrow {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}
footer {
  background-color: #1c1917;
}
footer .logo {
  text-align: center;
}
footer .logo .bravis {
  display: block;
}
footer .logo .nav a {
  color: #fff;
  text-decoration: none;
}
footer .logo .nav a:hover {
  text-decoration: underline;
}
footer .brokers {
  text-align: center;
}
footer .brokers > strong {
  display: block;
  text-align: center;
  color: #fff;
}
footer .brokers ul.contacts {
  *zoom: 1;
  display: inline-block;
}
footer .brokers ul.contacts:before,
footer .brokers ul.contacts:after {
  display: table;
  content: "";
}
footer .brokers ul.contacts:after {
  clear: both;
}
footer .brokers ul.contacts li {
  *zoom: 1;
}
footer .brokers ul.contacts li:before,
footer .brokers ul.contacts li:after {
  display: table;
  content: "";
}
footer .brokers ul.contacts li:after {
  clear: both;
}
footer .brokers ul.contacts li picture {
  float: left;
}
footer .brokers ul.contacts li picture img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
footer .brokers ul.contacts li div {
  float: left;
  color: #fff;
  text-align: left;
}
footer .brokers ul.contacts li div * {
  display: block;
}
footer .brokers ul.contacts li div a {
  color: #fff;
  position: relative;
  padding-left: 19px;
  text-decoration: none;
  font-weight: 400;
}
footer .brokers ul.contacts li div a:hover {
  text-decoration: underline;
}
footer .brokers ul.contacts li div a:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
}
footer .brokers ul.contacts li div a.phone {
  margin-top: 10px;
}
footer .brokers ul.contacts li div a.phone:before {
  background: url(/krenovice/img/phone.svg) no-repeat;
}
footer .brokers ul.contacts li div a.mail:before {
  background: url(/krenovice/img/mail.svg) no-repeat;
}
footer .formondetail .info .main {
  margin-bottom: 30px;
  color: #fff;
  font-weight: 300;
}
footer .formondetail .info .main b {
  font-weight: 700;
}
footer .formondetail .info .main b em {
  font-style: normal;
  font-weight: 300;
}
footer .formondetail form .form * {
  color: #a8a29e;
}
footer .formondetail form .form label.error input[type="text"],
footer .formondetail form .form label.error input[type="password"],
footer .formondetail form .form label.error input[type="email"],
footer .formondetail form .form label.error input[type="phone"],
footer .formondetail form .form label.error select,
footer .formondetail form .form label.error textarea {
  border: 1px solid #e52820;
}
footer .formondetail form .form label input[type="text"],
footer .formondetail form .form label input[type="password"],
footer .formondetail form .form label input[type="email"],
footer .formondetail form .form label input[type="phone"],
footer .formondetail form .form label select,
footer .formondetail form .form label textarea {
  border: 1px solid #292524;
  background: #292524;
  color: #a8a29e;
}
footer .last {
  border-top: 1px solid #57534e;
  color: #fff;
  position: relative;
}
footer .last .copy a {
  color: #fff;
  padding: 0 10px;
}
footer .last .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
}
footer .last .social a:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
}
footer .last .social a em {
  display: none;
}
footer .last .social a.facebook:before {
  background: url(/krenovice/img/facebook.svg) no-repeat;
}
footer .last .social a.instagram:before {
  background: url(/krenovice/img/instagram.svg) no-repeat;
}
footer .last .social a.youtube:before {
  background: url(/krenovice/img/youtube.svg) no-repeat;
}
@media screen and (min-width: 1023.1px) {
  footer .logo .bravis {
    margin: 80px 0 15px;
  }
  footer .logo .nav a {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    padding: 15px;
  }
  footer .brokers {
    margin: 60px 0 30px;
  }
  footer .brokers > strong {
    font-size: 30px;
    font-size: 3rem;
    line-height: 33px;
    margin-bottom: 30px;
  }
  footer .brokers ul.contacts li {
    float: left;
    margin: 0 100px 30px 0;
  }
  footer .brokers ul.contacts li:nth-of-type(2n) {
    margin-right: 0;
  }
  footer .brokers ul.contacts li picture {
    width: 147px;
    height: 147px;
  }
  footer .brokers ul.contacts li div {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    margin-left: 20px;
  }
  footer .brokers ul.contacts li div > strong {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 31px;
  }
  footer .lastin {
    flex-direction: row;
    -webkit-flex-flow: nowrap;
    flex-flow: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding: 22px 0;
  }
  footer .lastin > li,
  footer .lastin > picture,
  footer .lastin > .item {
    float: left;
    text-align: center;
    flex-grow: 1;
    -webkit-flex-grow: 1;
  }
  footer .lastin .social {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  footer .formondetail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin: 127px 0 80px;
  }
  footer .formondetail .info .main {
    font-size: 60px;
    font-size: 6rem;
    line-height: 66px;
  }
  footer .formondetail .info .main b {
    display: block;
    font-size: 60px;
    font-size: 6rem;
    line-height: 66px;
  }
  footer .formondetail .info .brokers {
    margin-bottom: 0;
  }
  footer .formondetail .info .brokers ul.contacts li {
    float: none;
    margin-right: 0;
  }
  footer .formondetail .info .brokers ul.contacts li picture {
    width: 113px;
    height: 113px;
  }
}
@media screen and (max-width: 1023px) {
  footer .logo .bravis {
    margin: 50px 0 40px;
  }
  footer .logo .nav a {
    display: block;
    padding: 0 0 15px;
  }
  footer .brokers {
    margin: 25px 0 50px;
  }
  footer .brokers > strong {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 24px;
    margin-bottom: 40px;
  }
  footer .brokers ul.contacts li {
    display: block;
  }
  footer .brokers ul.contacts li:not(:last-of-type) {
    margin: 0 0 40px 0;
  }
  footer .brokers ul.contacts li picture {
    width: 100px;
    height: 100px;
  }
  footer .brokers ul.contacts li div {
    width: calc(100% - 115px);
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 21px;
    margin-left: 15px;
  }
  footer .brokers ul.contacts li div > strong {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
  }
  footer .lastin {
    padding: 20px 0 0;
    text-align: center;
  }
  footer .lastin > * {
    display: block;
    margin-bottom: 20px;
  }
  footer .lastin * {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 16px;
  }
  footer .formondetail {
    margin: 50px 0;
  }
  footer .formondetail .info .main {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 36px;
  }
  footer .formondetail .info .main b {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 36px;
  }
}
.sent {
  position: relative;
  text-align: center;
  width: 670px;
}
.sent:before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background: url(/krenovice/img/send-check.svg) no-repeat;
  background-size: contain;
  margin: 0 auto 40px;
}
.sent strong {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  margin-bottom: 16px;
  color: #15803d;
}
@media screen and (max-width: 1023px) {
  .sent {
    width: 100%;
    padding: 80px 0;
  }
}
@media screen and (max-width: 600px) {
  .sent:before {
    width: 60px;
    height: 60px;
  }
}
form .form {
  margin: 25px 0;
}
form .form * {
  color: #292524;
}
form .form .tcenter {
  text-align: center;
}
form .form label {
  position: relative;
}
form .form label.hide {
  display: none;
}
form .form label.textarea {
  float: none;
  width: 100%;
}
form .form label.error input[type="text"],
form .form label.error input[type="password"],
form .form label.error input[type="email"],
form .form label.error input[type="phone"],
form .form label.error select,
form .form label.error textarea {
  border: 1px solid #e52820;
}
form .form label input[type="text"],
form .form label input[type="password"],
form .form label input[type="email"],
form .form label input[type="phone"],
form .form label select,
form .form label textarea {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 16px;
  border: 1px solid #d6d3d1;
  background: #f5f5f4;
  color: #292524;
  z-index: 1;
  font-size: 16px;
  font-size: 1.6pxrem;
  line-height: 50px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 12px;
  font-family: "DM Sans", arial, tahoma, verdana, sans-serif;
  font-display: swap;
}
form .form label input[type="text"]:focus,
form .form label input[type="password"]:focus,
form .form label input[type="email"]:focus,
form .form label input[type="phone"]:focus,
form .form label select:focus,
form .form label textarea:focus {
  border-color: #292524;
}
form .form label input[type="text"]:placeholder,
form .form label input[type="password"]:placeholder,
form .form label input[type="email"]:placeholder,
form .form label input[type="phone"]:placeholder,
form .form label select:placeholder,
form .form label textarea:placeholder {
  color: #292524;
  opacity: 1;
  /* Firefox */
}
form .form label input[type="text"]:-ms-input-placeholder,
form .form label input[type="password"]:-ms-input-placeholder,
form .form label input[type="email"]:-ms-input-placeholder,
form .form label input[type="phone"]:-ms-input-placeholder,
form .form label select:-ms-input-placeholder,
form .form label textarea:-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #292524;
}
form .form label textarea {
  width: 100%;
  height: 140px;
  padding: 16px;
  line-height: 1.4em;
}
form .form button {
  display: block;
  width: 100%;
  color: #fff;
  background: #D71920;
  border: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 14px 32px;
  font-size: 16px;
  font-size: 1.6pxrem;
  line-height: 20px;
  margin: 0 auto;
  margin-top: 12px;
}
form .form .required {
  text-align: right;
  margin: 24px 0 0;
  font-size: 13px;
  font-size: 1.3pxrem;
  line-height: 17px;
}
form .form .msg-error,
form .form .msg-success,
form .form .msg-info {
  margin: -24px 0 24px;
  /*position: absolute;
			bottom:-48px;
			left:50%;
			transform: translateX(-50%);*/
}
@media screen and (min-width: 1023.1px) {
  header.fixed {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 40px rgba(255, 255, 255, 0.1);
    position: fixed;
    z-index: 999;
    top: 0;
  }
  form {
    width: 670px;
  }
  form .form label {
    float: left;
    width: calc(50% - 6px);
  }
  form .form label:nth-of-type(2n) {
    margin-left: 12px;
  }
}
@media screen and (max-width: 1023px) {
  form .form {
    margin-bottom: 0;
  }
  form .form label + br {
    display: none;
  }
}
.asbtn {
  display: inline-block;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  padding: 20px 38px;
}
.asbtn.red {
  background: #e52820;
  color: #fff;
}
.asbtn.red:hover {
  background: #9b070e;
}
.asbtn.white {
  background: #fff;
  color: #1c1917;
}
.asbtn.white:hover {
  background: #9b070e;
  color: #fff;
}
.asbtn.bwhite {
  border: 1px solid #fff;
}
.asbtn.bwhite:hover {
  background-color: #fff;
  color: #9b070e !important;
}
.asbtn.bgray {
  border: 1px solid #292524;
}
.asbtn.bgray:hover {
  border-color: #9b070e;
  background-color: #9b070e;
  color: #fff !important;
}
.asbtn.big {
  padding: 20px 45px;
}
picture {
  display: block;
  width: 100%;
}
picture img {
  display: block;
  width: 100%;
}
#overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.6);
}
#overlay .loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/ajax-loader.gif) no-repeat 50% 300px;
}
#overlay.withcontent .content {
  position: relative;
  *zoom: 1;
  margin: 3.2rem auto;
  background: #fff;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=(@opacity*100))";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  filter: 1;
  -webkit-box-shadow: 0 22px 70px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 22px 70px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 22px 70px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 22px 70px 0 rgba(0, 0, 0, 0.5), 0 2px 5px 1px #e0dfe4;
  -moz-box-shadow: 0 22px 70px 0 rgba(0, 0, 0, 0.5), 0 2px 5px 1px #e0dfe4;
  box-shadow: 0 22px 70px 0 rgba(0, 0, 0, 0.5), 0 2px 5px 1px #e0dfe4;
}
#overlay.withcontent .content:before,
#overlay.withcontent .content:after {
  display: table;
  content: "";
}
#overlay.withcontent .content:after {
  clear: both;
}
@media screen and (min-width: 1251px) {
  #overlay.withcontent .content {
    width: 936px;
  }
  #overlay.withcontent .content div#form {
    padding: 6.4rem 8rem 8rem;
  }
  #overlay.withcontent .content article {
    padding: 6.4rem;
  }
}
@media screen and (max-width: 1250px) {
  #overlay.withcontent .content {
    width: 90%;
  }
  #overlay.withcontent .content div#form {
    padding: 4rem 1.6rem;
  }
  #overlay.withcontent .content article {
    padding: 6.4rem 2.4rem;
  }
}
@media screen and (min-width: 601px) {
  #overlay.withcontent .content div#form form {
    width: 456px;
  }
}
#overlay.withcontent .content > a.close {
  width: 40px;
  height: 40px;
  background: #d71920;
  text-indent: -9999px;
  position: absolute;
  top: -16px;
  right: -16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#overlay.withcontent .content > a.close:after {
  content: " ";
  display: block;
  background: url(../svg/no.svg) no-repeat;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 15px;
}
#overlay.withcontent .content > a.close:hover {
  background: #9b070e;
}
#overlay.withcontent .content div#form {
  margin: 0 auto;
  text-align: center;
}
#overlay.withcontent .content div#form h1 {
  padding: 0 0 8px;
  color: #000;
  font-size: 40px;
  font-size: 4rem;
  line-height: 56px;
  font-weight: 300;
}
#overlay.withcontent .content div#form h1 small {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  font-weight: 300;
}
#overlay.withcontent .content div#form p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 32px;
}
#overlay.withcontent .content div#form form {
  margin: 3.2rem auto 0;
  padding: 0;
  text-align: left;
}
#overlay.withcontent .content div#form form label {
  position: relative;
}
#overlay.withcontent .content div#form form label.hide {
  display: none;
}
#overlay.withcontent .content div#form form label.textarea {
  float: none;
  width: 100%;
}
#overlay.withcontent .content div#form form label.error input[type="text"],
#overlay.withcontent .content div#form form label.error input[type="password"],
#overlay.withcontent .content div#form form label.error input[type="email"],
#overlay.withcontent .content div#form form label.error input[type="phone"],
#overlay.withcontent .content div#form form label.error select,
#overlay.withcontent .content div#form form label.error textarea {
  border: 1px solid #e52820;
}
#overlay.withcontent .content div#form form label input[type="text"],
#overlay.withcontent .content div#form form label input[type="password"],
#overlay.withcontent .content div#form form label input[type="email"],
#overlay.withcontent .content div#form form label input[type="phone"],
#overlay.withcontent .content div#form form label select,
#overlay.withcontent .content div#form form label textarea {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 16px;
  border: 1px solid #d6d3d1;
  background: #f5f5f4;
  color: #292524;
  z-index: 1;
  font-size: 16px;
  font-size: 1.6pxrem;
  line-height: 50px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 12px;
  font-family: "DM Sans", arial, tahoma, verdana, sans-serif;
  font-display: swap;
}
#overlay.withcontent .content div#form form label input[type="text"]:focus,
#overlay.withcontent .content div#form form label input[type="password"]:focus,
#overlay.withcontent .content div#form form label input[type="email"]:focus,
#overlay.withcontent .content div#form form label input[type="phone"]:focus,
#overlay.withcontent .content div#form form label select:focus,
#overlay.withcontent .content div#form form label textarea:focus {
  border-color: #292524;
}
#overlay.withcontent .content div#form form label input[type="text"]:placeholder,
#overlay.withcontent .content div#form form label input[type="password"]:placeholder,
#overlay.withcontent .content div#form form label input[type="email"]:placeholder,
#overlay.withcontent .content div#form form label input[type="phone"]:placeholder,
#overlay.withcontent .content div#form form label select:placeholder,
#overlay.withcontent .content div#form form label textarea:placeholder {
  color: #292524;
  opacity: 1;
  /* Firefox */
}
#overlay.withcontent .content div#form form label input[type="text"]:-ms-input-placeholder,
#overlay.withcontent .content div#form form label input[type="password"]:-ms-input-placeholder,
#overlay.withcontent .content div#form form label input[type="email"]:-ms-input-placeholder,
#overlay.withcontent .content div#form form label input[type="phone"]:-ms-input-placeholder,
#overlay.withcontent .content div#form form label select:-ms-input-placeholder,
#overlay.withcontent .content div#form form label textarea:-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #292524;
}
#overlay.withcontent .content div#form form label textarea {
  width: 100%;
  height: 140px;
  padding: 16px;
  line-height: 1.4em;
}
#overlay.withcontent .content div#form form button {
  display: block;
  width: 100%;
  color: #fff;
  background: #D71920;
  border: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 14px 32px;
  font-size: 16px;
  font-size: 1.6pxrem;
  line-height: 20px;
  margin: 0 auto;
  margin-top: 12px;
}
#overlay.withcontent .content .required {
  float: right;
  margin: 3.2rem 4rem 1.6rem 0;
}
#overlay.withcontent .content .required em {
  display: inline-block;
  color: #d71920;
  margin-right: 10px;
}
form {
  *zoom: 1;
}
form:before,
form:after {
  display: table;
  content: "";
}
form:after {
  clear: both;
}
form ul li:before {
  display: none !important;
}
form .left-col {
  float: left;
  width: 400px;
}
@media screen and (max-width: 1250px) {
  form .left-col {
    width: 48%;
  }
}
@media screen and (max-width: 880px) {
  form .left-col {
    float: none;
    width: 100%;
  }
}
form .right-col {
  float: right;
  width: 400px;
}
@media screen and (max-width: 1250px) {
  form .right-col {
    width: 48%;
  }
}
@media screen and (max-width: 880px) {
  form .right-col {
    float: none;
    width: 100%;
  }
}
form .w50 {
  float: left;
  width: 48%;
}
@media screen and (min-width: 1251px) {
  form .w50 input,
  form .w50 select {
    width: calc(100% - 22px);
  }
}
form .w50 + .w50 {
  margin-left: 4%;
}
form label.w50,
form .label.w50 {
  float: left;
  width: 50%;
}
form .file {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 45px;
  font-weight: bold;
  height: 45px;
  background-color: #7c7c82;
  background-image: -moz-linear-gradient(top, #828288, #747479);
  background-image: -ms-linear-gradient(top, #828288, #747479);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#828288), to(#747479));
  background-image: -webkit-linear-gradient(top, #828288, #747479);
  background-image: -o-linear-gradient(top, #828288, #747479);
  background-image: linear-gradient(top, #828288, #747479);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#828288', endColorstr='#747479', GradientType=0);
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}
form .file.last {
  margin-bottom: 24px;
}
form .file:hover {
  background-color: #7a7a7f;
  background-image: -moz-linear-gradient(top, #747479, #828288);
  background-image: -ms-linear-gradient(top, #747479, #828288);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#747479), to(#828288));
  background-image: -webkit-linear-gradient(top, #747479, #828288);
  background-image: -o-linear-gradient(top, #747479, #828288);
  background-image: linear-gradient(top, #747479, #828288);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#747479', endColorstr='#828288', GradientType=0);
}
form .file span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 45px;
  margin: 0 2%;
  overflow: hidden;
}
form .file input {
  width: 100%;
  height: 45px;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media screen and (max-width: 880px) {
  form .file input {
    width: 90%;
    padding: 0 5%;
  }
}
form .reservationCaptchaImg {
  *zoom: 1;
}
form .reservationCaptchaImg:before,
form .reservationCaptchaImg:after {
  display: table;
  content: "";
}
form .reservationCaptchaImg:after {
  clear: both;
}
@media screen and (max-width: 880px) {
  form .reservationCaptchaImg img {
    float: right;
  }
}
@media screen and (max-width: 460px) {
  form .reservationCaptchaImg img {
    width: 100%;
  }
}
form .required {
  float: right;
  padding: 7px 0 0;
}
form .required em {
  color: #d71920;
  font-style: normal;
}
form .idealprice {
  background: #fff;
  border: 1px solid #bcc6d3;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 48px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0 0 1.6rem;
  width: 100%;
  height: 48px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
form .idealprice.readonly {
  border-color: #dedfe2;
  background: #f0f0f0;
}
form .idealprice.pr100 input,
form .idealprice.pr100 select {
  padding-right: 105px;
}
form .idealprice input,
form .idealprice select {
  border: 0;
  text-align: right;
  float: right;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  height: 46px;
  line-height: 46px;
  padding-right: 50px;
}
form .idealprice span.unit {
  position: absolute;
  top: 12px;
  right: 20px;
  font-weight: 400;
  margin: 0;
}
form#watchdog label {
  margin: 0;
}
form#watchdog iframe {
  width: 0px;
  height: 0px;
}
form#mortgageformbody .result {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #000;
  text-align: center;
}
form#mortgageformbody .result strong {
  display: block;
  color: #d71920;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 34px;
}
form.advancedsearch {
  background: #fff;
  margin: 0 0 30px;
}
form.advancedsearch.hide {
  display: none;
}
form.advancedsearch .in {
  margin: 30px 0;
  padding: 0 40px;
}
@media screen and (max-width: 600px) {
  form.advancedsearch .in {
    padding: 0 5%;
  }
}
form.advancedsearch h2 {
  color: #000;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 24px;
  padding-bottom: 15px;
}
form.advancedsearch h3 {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  padding: 10px 0 5px;
}
form.advancedsearch a,
form.advancedsearch .like-href {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
}
form.advancedsearch label {
  cursor: pointer;
}
form.advancedsearch label[for="typ-pronajem"] small,
form.advancedsearch label[for="typ-prodej"] small,
form.advancedsearch label[for="typ-pronajem"] a,
form.advancedsearch label[for="typ-prodej"] a {
  text-transform: uppercase;
  color: #d71920;
}
form.advancedsearch ul.choose {
  float: left;
  width: 700px;
  padding: 0 !important;
  border-right: 1px solid #1a1919;
  margin: 30px 0;
}
@media screen and (max-width: 1220px) {
  form.advancedsearch ul.choose {
    float: none;
    width: 100%;
    border: 0;
  }
}
form.advancedsearch ul.choose li {
  margin: 15px 40px;
  padding: 15px 0 0;
  border-top: 1px solid #1a1919;
}
@media screen and (max-width: 600px) {
  form.advancedsearch ul.choose li {
    margin: 0 5%;
  }
}
form.advancedsearch ul.choose li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
form.advancedsearch ul.choose li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
form.advancedsearch ul.choose li:last-child input {
  margin: 0 0 15px;
}
@media screen and (max-width: 500px) {
  form.advancedsearch ul.choose li:last-child input {
    width: 90%;
  }
}
form.advancedsearch ul.choose li .in {
  padding: 0;
  margin: 0;
}
form.advancedsearch ul.choose li .in input[type=text] {
  margin: 0 0 10px;
}
form.advancedsearch ul.choose li ul li {
  padding: 0;
  margin: 0;
  border: 0;
  width: 25%;
  float: left;
}
@media screen and (max-width: 600px) {
  form.advancedsearch ul.choose li ul li {
    width: 33%;
  }
}
@media screen and (max-width: 400px) {
  form.advancedsearch ul.choose li ul li {
    width: 50%;
  }
}
form.advancedsearch ul.choose li ul li input {
  margin: 0 5px 0 0 !important;
}
form.advancedsearch .location {
  width: 399px;
  float: right;
}
@media screen and (max-width: 1220px) {
  form.advancedsearch .location {
    float: none;
  }
}
@media screen and (max-width: 450px) {
  form.advancedsearch .location {
    width: 90%;
  }
}
form.advancedsearch .location img#mapbrno {
  margin: 5px 0;
  background: url(../img/map.jpg) no-repeat 0px 0px;
}
@media screen and (max-width: 414px) {
  form.advancedsearch .location img#mapbrno {
    width: 395px;
    margin: 0 -5%;
  }
}
@media screen and (max-width: 375px) {
  form.advancedsearch .location img#mapbrno {
    width: 355px;
  }
}
@media screen and (max-width: 320px) {
  form.advancedsearch .location img#mapbrno {
    width: 300px;
    height: 146px;
    background: url(../img/map-320.jpg) no-repeat 0px 0px;
  }
}
@media screen and (max-width: 240px) {
  form.advancedsearch .location img#mapbrno {
    width: 220px;
    height: 108px;
    background: url(../img/map-240.jpg) no-repeat 0px 0px;
  }
}
@media screen and (max-width: 320px) {
  form.advancedsearch .location h3 {
    display: none;
  }
}
form.advancedsearch .location ul.maplegend {
  display: none;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0;
}
form.advancedsearch .location ul.maplegend li {
  float: left;
  width: 32% !important;
  clear: none !important;
  padding-left: 2%;
}
form.advancedsearch .location ul.maplegend li:nth-child(3n+1) {
  padding-left: 0;
}
form.advancedsearch .location ul.maplegend#maplegend-brno-venkov-vyskov-a-dalsi li {
  width: 100% !important;
}
form.advancedsearch .location label.otherlocation {
  float: left;
  margin-bottom: 15px;
  margin-right: 4%;
  width: 48%;
}
form.advancedsearch .location label.otherlocation:nth-of-type(2n) {
  margin-right: 0;
}
form.advancedsearch .location label.otherlocation:nth-of-type(2n+1) {
  clear: left;
}
form.advancedsearch .location label.otherlocation input {
  margin: -3px 5px 0 0;
}
form.advancedsearch .formbottom .btn-transparent {
  float: left;
}
form.advancedsearch .formbottom .btn-search {
  float: right;
  width: 300px;
  height: 52px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
}
form.advancedsearch .formbottom .btn-search:before {
  margin: 5px -10px 0 30px;
}
form em.legend {
  display: block;
  color: #7c8088;
  margin: -0.8rem 0 1.6rem;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
form .formbottom {
  *zoom: 1;
  clear: both;
  border-top: 2px solid #eeeef1;
  background: #f8f8fb;
  padding: 20px 30px;
}
form .formbottom:before,
form .formbottom:after {
  display: table;
  content: "";
}
form .formbottom:after {
  clear: both;
}
form .formbottom .gdpr {
  display: block;
}
form .formbottom .gdpr input {
  margin: -5px 5px 0 0;
}
form .formbottom .gdpr a {
  color: #d71920;
}
@media screen and (max-width: 600px) {
  form .formbottom {
    padding: 10px 0;
  }
  form .formbottom button {
    float: none !important;
    margin: 10px auto;
    width: 90% !important;
  }
}
form .formbottomcenter {
  text-align: center;
}
form .formbottomcenter .gdpr {
  display: inline-block;
  margin: 0 auto 30px;
}
form .formbottomcenter .gdpr input {
  margin: -5px 5px 0 0;
}
form .formbottomcenter .gdpr a {
  color: #d71920;
}
form .formbottomcenter button {
  float: none;
}
form .gdpr {
  display: block;
}
form .gdpr input {
  margin: -3px 5px 0 0;
}
form .gdpr a {
  color: #d71920;
}
form .ou-form {
  padding-bottom: 20px;
  text-align: right;
}
form .ou-form a {
  color: #d71920;
}
@media screen and (max-width: 600px) {
  form .ou-form {
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    width: 96%;
  }
}
form .ou-form-2 {
  padding-bottom: 20px;
  text-align: right;
}
form .ou-form-2 a {
  color: #d71920;
}
@media screen and (max-width: 600px) {
  form .ou-form-2 {
    padding-bottom: 10px;
    text-align: center;
  }
}
.success {
  text-align: center;
  padding: 8rem 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 36px;
}
.success strong {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 48px;
  color: #d71920;
  font-weight: 700;
  margin-bottom: -5px;
}
.success strong:before {
  content: '';
  display: block;
  width: 64px;
  height: 64px;
  border: 1px solid #d71920;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url(../svg/yes-red.svg) no-repeat center center;
  margin: 0 auto 16px;
}
.success .btn {
  margin-top: 8rem;
}
.right {
  float: right;
}
.left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.clear {
  clear: both;
}
.hidetext {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}
.nowrap {
  white-space: nowrap;
}
.text-uprostred {
  text-align: center;
}
.text-vlevo,
.t-left {
  text-align: left;
}
.text-vpravo,
.t-right {
  text-align: right;
}
.text-blok {
  text-align: justify;
}
.obrazek-vlevo {
  float: left;
  margin: 5px 15px 10px 0px;
}
.obrazek-vpravo {
  float: right;
  margin: 5px 0px 10px 15px;
}
.msg-info,
.msg-error,
.msg-success {
  background: #239411;
  color: #fff;
  margin: 0 0 20px;
  padding: 21px 29px 19px 72px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  text-align: left;
}
.msg-info.w936,
.msg-error.w936,
.msg-success.w936 {
  margin: 6.4rem auto;
}
@media screen and (min-width: 1023.1px) {
  .msg-info.w936,
  .msg-error.w936,
  .msg-success.w936 {
    width: 936px;
  }
}
.msg-info.fs18 strong,
.msg-error.fs18 strong,
.msg-success.fs18 strong {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  font-weight: 400;
}
.msg-info.fs18 a,
.msg-error.fs18 a,
.msg-success.fs18 a {
  font-weight: 600;
}
.msg-info:before,
.msg-error:before,
.msg-success:before {
  content: '';
  background: url(../svg/msg-success.svg) no-repeat center center;
  background-size: 14px 11px;
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  border: 1px solid #fff;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
}
.msg-info *,
.msg-error *,
.msg-success * {
  color: #fff;
}
.msg-error {
  background: #d71920 !important;
}
.msg-error:before {
  background-image: url(../svg/msg-error.svg);
  background-size: 10px 10px;
}
.msg-info {
  background: #F0A81B;
}
.msg-info:before {
  background-image: url(../svg/msg-info.svg);
  background-size: 2px 16px;
}
.msg-error2 {
  *zoom: 1;
  margin: 0 0 20px;
  color: #000;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.msg-error2:before,
.msg-error2:after {
  display: table;
  content: "";
}
.msg-error2:after {
  clear: both;
}
.msg-error2 .title {
  float: left;
  width: 30%;
}
.msg-error2 .title .titleh1 {
  color: #d71920;
  display: block;
}
.msg-error2 .title .titleh1:before {
  content: '';
  background: url(../svg/msg-error2.svg) no-repeat center center;
  background-size: 4px 32px;
  display: block;
  margin: 0 auto 0.8rem;
  width: 64px;
  height: 64px;
  border: 3px solid #d71920;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.msg-error2 .title .btn {
  margin: 1.6rem 0;
}
.msg-error2 .info {
  float: right;
  width: 65%;
  background: #d71920;
  padding: 3.2rem;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}
.msg-error2 .info > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.msg-error2 .info strong {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
}
.msg-error2 .info a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  padding: 0.8rem 0;
}
.msg-error3 {
  width: 936px;
  margin: 6.4rem auto;
  padding: 0 0 0 100px;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
}
.msg-error3:before {
  content: '';
  background: url(../svg/msg-error2.svg) no-repeat center center;
  background-size: 4px 32px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  border: 3px solid #d71920;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.msg-error3 strong {
  display: block;
  color: #d71920;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
}
.msg-error3 a {
  color: #d71920;
}
.forcenterbtn {
  text-align: center;
  margin: 15px 0 20px;
}
.btn {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 32px;
  padding: 12px 16px;
  letter-spacing: 0.39px;
}
.btn.red {
  background: #d71920;
  color: #fff;
}
.btn.red:hover {
  background: #9b070e;
}
.btn.blue {
  background: #0678c5;
  color: #fff;
}
.btn.blue:hover {
  background: #0467b2;
}
.btn.green {
  background: #239411;
  color: #fff;
}
.btn.green:hover {
  background: #1f830f;
}
.btn.transparent {
  border: 1px solid #d71920;
  background-color: transparent;
  padding: 7px 16px;
}
.btn.transparent:hover {
  border-color: #9b070e;
  background-color: #fff;
}
.btn.white {
  background-color: #fff;
  color: #d71920;
}
.btn.white:hover {
  background-color: #d71920;
  color: #fff;
}
.btn.black {
  background-color: #1E293B;
  color: #fff;
}
.btn.black:hover {
  background-color: #070A13;
  color: #fff;
}
.btn.small {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 40px;
  padding: 8px 16px;
}
@media screen and (max-width: 1023px) {
  .btn.small {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
  }
}
.btn.big {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  padding: 1.6rem 2.4rem;
}
@media screen and (max-width: 1023px) {
  .btn.big {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
  }
}
.btn.woborder {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}
.btn.woborder:hover {
  color: #d71920;
}
.btn.h32 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  padding: 8px 16px;
}
@media screen and (max-width: 1023px) {
  .btn.h32 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.btn.h48 {
  padding: 4px 16px;
}
@media screen and (max-width: 800px) {
  .btn.h48 {
    padding: 16px;
  }
}
.btn.h56 {
  line-height: 56px;
}
.btn.arrow,
.btn.arrowd {
  padding-right: 40px !important;
  position: relative;
  /*@media screen and (max-width:800px) {
			&.red {
				&:after {
					margin-top: 2px;
				}
			}
		}*/
}
.btn.arrow:after,
.btn.arrowd:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  margin: 0 !important;
  width: 14px;
  height: 12px;
  background: url(../svg/arrow-btn.svg) no-repeat;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn.arrow:not(.transparent):hover:after,
.btn.arrowd:not(.transparent):hover:after {
  background: url(../svg/arrow-btn-white.svg) no-repeat;
}
.btn.arrow.red:after,
.btn.arrowd.red:after {
  background: url(../svg/arrow-btn-white.svg) no-repeat;
}
.btn.arrow.red.s22:after,
.btn.arrowd.red.s22:after {
  background: url(../svg/arrow-btn-white.svg) no-repeat;
  margin-top: 5px;
}
.btn.arrow.transparent.small:after,
.btn.arrowd.transparent.small:after {
  margin-top: 13px;
}
.btn.arrow.woborder.transparent:after,
.btn.arrowd.woborder.transparent:after {
  width: 24px;
  height: 24px;
  margin-top: 4px;
  background: url(../svg/arrow-right-black.svg) no-repeat;
}
.btn.arrow.woborder.transparent:hover:after,
.btn.arrowd.woborder.transparent:hover:after {
  background: url(../svg/arrow-right-red.svg) no-repeat;
}
.btn.arrowd:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn.ico.s24:before {
  margin-top: 3px;
}
.btn.redirectback small {
  text-transform: none;
  font-weight: 400;
}
.btn.redirectback em {
  font-style: normal;
}
.btn-send {
  background: #d71920;
  border: 0;
  color: #fff !important;
  float: right;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 50px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: -5px 0 0;
  padding: 0 20px;
  text-transform: uppercase;
  text-decoration: none !important;
}
@media screen and (max-width: 450px) {
  .btn-send {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.btn-send:hover {
  background: #9b070e;
}
.btn-back {
  background: #fff;
  color: #d71920 !important;
  display: inline-block;
  border: 2px solid #d71920;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
  padding: 0 20px;
  margin: 0 auto 20px;
}
.btn-back:before {
  content: '';
  background: url(../svg/arrow-right-black.png) no-repeat;
  display: inline-block;
  margin: 0 20px 0 0;
  position: relative;
  width: 23px;
  height: 10px;
  top: 2px;
  z-index: 1;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media screen and (max-width: 240px) {
  .btn-back:before {
    display: none;
  }
}
.btn-back:hover {
  color: #fff !important;
  background: #d71920;
}
.btn-back:hover:before {
  background-position: -484px -160px;
}
.btn-transparent {
  background: transparent;
  color: #000;
  border: 1px solid #c3c3c3;
  padding: 5px 30px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 40px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-transparent:hover {
  background: #fff;
}
h2.red {
  color: #cc0000 !important;
}
.pswp,
.pswp__item,
.pswp__scroll-wrap {
  overflow: hidden;
  left: 0;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right,
.pswp__caption--fake {
  visibility: hidden;
}
.pswp,
.pswp__bg,
.pswp__container,
.pswp__img--placeholder,
.pswp__share-modal,
.pswp__share-tooltip,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  outline: 0;
}
.pswp--open,
.pswp__button {
  display: block;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--animate_opacity {
  opacity: .001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp .btn-brown-border {
  color: #fff;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 10px;
  width: 100px;
}
.pswp__bg,
.pswp__scroll-wrap,
.pswp__zoom-wrap {
  width: 100%;
  position: absolute;
}
.pswp .btn-brown-border:hover {
  background: #d4a177;
  border-color: #d4a177;
}
.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.pswp__scroll-wrap {
  top: 0;
  height: 100%;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  left: 0;
  top: 0;
  height: 100%;
  background: #000;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__item {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.pswp__img--placeholder--blank {
  background: #222222;
}
.pswp--ie .pswp__img {
  width: 100%!important;
  height: auto!important;
  left: 0;
  top: 0;
}
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #cccccc;
}
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}
.pswp__share-tooltip a,
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000000;
}
.pswp__button {
  position: relative;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: .75;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: 0;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(gallery/default-skin.png) no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(gallery/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: 0 0;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
.pswp__button--close,
.pswp__button--fs,
.pswp__button--zoom {
  margin-top: 8px;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: 0 0;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__caption,
.pswp__counter,
.pswp__share-modal {
  left: 0;
  position: absolute;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  padding: 10px;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform .25s;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #ffffff;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #ffffff;
}
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #ce272d;
}
a.pswp__share--download:hover {
  background: #dddddd;
}
.pswp__counter {
  top: 0;
  height: 60px;
  font-size: 13px;
  line-height: 60px;
  color: #FFF;
  opacity: .75;
  padding: 0 10px;
}
.pswp__caption {
  color: #fff;
  bottom: 0;
  width: 100%;
  min-height: 44px;
  visibility: visible;
}
.pswp__caption strong {
  font-weight: 300;
  font-size: 24px;
  line-height: 40px;
}
.pswp__caption small {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.pswp__caption--fake,
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__caption__center {
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
  padding: 10px;
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__ui {
  visibility: visible;
}
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp--css_animation .pswp__preloader--active,
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active .pswp__preloader__icn {
  background: url(gallery/preloader.gif) no-repeat;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise .5s linear infinite;
  animation: clockwise 0.5s linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: 0 0;
  opacity: .75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
}
@keyframes donut-rotate {
  0%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  opacity: 1;
  z-index: 1550;
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 100%;
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__caption,
.pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.5);
}
.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.3);
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: 0.001;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: 0 0;
}
