/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
html {
  font-size: 62.5%;
}
html.remove {
  overflow: hidden;
}
html.remove body {
  overflow: hidden;
}
html * {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  outline: none;
}
body {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.5rem;
  /* max-width: 1920px; */
  margin-left: auto;
  margin-right: auto;
  counter-reset: ol;
}
body > h1 {
  position: absolute;
  left: -10000px;
}
.screenReaderElement {
  position: absolute;
  left: -10000px;
}
.container {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  margin-left: auto;
  margin-right: auto;
  width: 1276px;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before {
  content: "";
  display: table;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
a {
  color: #000000;
  text-decoration: none;
}
.index {
  display: block;
  padding: 60px;
}
.index li {
  list-style: none;
  font-size: 2rem;
  margin-bottom: 15px;
}
.help-block {
  display: inline-block;
  position: relative;
  width: 100%;
}
.help-block.left {
  text-align: left;
}
.help-block.center {
  text-align: center;
}
.help-block.right {
  text-align: right;
}
.table-help {
  display: table !important;
  vertical-align: middle;
  width: 100%;
}
.table-help .help-cell {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.flex-blocks {
  display: grid;
  width: 100%;
}
.padding-block {
  padding: 0px 40px;
}
.padding-main {
  padding: 0px 160px;
}
.padding-right-content {
  padding-right: 408px;
  position: relative;
}
.padding-left-content {
  padding-left: 408px;
  position: relative;
}
.btn-grey {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 2rem;
  color: #0e112c;
  display: block;
  position: relative;
  height: 72px;
  line-height: 72px;
  background-color: #cce4fc;
  text-align: center;
}
.btn-grey:hover {
  background-color: #abd5ff;
}
.btn-grey:hover span:before {
  left: -7px;
}
.btn-grey span {
  display: inline-block;
  position: relative;
  padding-left: 36px;
}
.btn-grey span:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  background-image: url("../images/arrow-left.svg");
  background-repeat: no-repeat;
  background-size: 18px 14px;
  background-position: center center;
}
.btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: "Roboto";
  font-weight: 400;
  display: inline-block;
  position: relative;
  height: 48px;
  line-height: 48px;
  color: #ffffff;
  background-color: #ea3e3e;
  padding-left: 37px;
  padding-right: 46px;
}
.btn.search {
  text-transform: uppercase;
}
.btn.search:hover:after {
  background-image: url("../images/search.svg");
}
.btn:hover {
  background-color: #ffe082;
  color: #212121;
}
.btn:hover:after {
  right: 16px;
  background-image: url("../images/arrow-right.svg");
}
.btn:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 12px;
  background-image: url("../images/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  margin-top: 0px;
}
.arrow {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Roboto";
  font-weight: 400;
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  padding-right: 27px !important;
}
.arrow:hover:after {
  right: 0px;
}
.arrow:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 14px;
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  right: 8px;
  top: 50%;
  margin-top: 0px;
  transform: translateY(-50%);
}
h2 {
  font-size: 3.2rem;
}
h3 {
  font-size: 2.4rem;
}
h2,
h3 {
  font-family: "Roboto";
  font-weight: 700;
  display: block;
  position: relative;
  color: #212121;
}
h4,
h5,
h6 {
  font-family: "Roboto";
  font-weight: 500;
  display: block;
  position: relative;
  color: #212121;
}
p {
  font-family: "Roboto";
  font-weight: 400;
  display: block;
  position: relative;
  color: #212121;
}
p > a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #2962ff;
  display: inline-block;
  text-decoration: underline;
}
p > a:hover {
  text-decoration: none;
}
blockquote {
  display: block;
  position: relative;
  margin-bottom: 25px;
}
blockquote p,
blockquote span {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.5rem;
  font-style: italic;
}
img {
  display: block;
  max-width: 100%;
}
iframe {
  width: 100%;
  display: block;
  position: relative;
  height: 350px;
}
ul li,
ol li {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.5rem;
  list-style: none;
  display: block;
  color: #212121;
}
.window-marker {
  padding: 12px 24px;
  display: block;
  position: relative;
}
.window-marker span {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.2rem;
  display: block;
  position: relative;
  color: #757575;
  margin-bottom: 4px;
}
.window-marker .adress {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.4rem;
  display: block;
  position: relative;
  color: #0e112c;
  line-height: 1.6em;
}
.gm-style .gm-style-iw-t::after {
  display: none;
}
.gm-ui-hover-effect {
  display: none !important;
}
.gm-style-iw-d {
  overflow: auto !important;
}
.gm-style-iw {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1) !important;
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1) !important;
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1) !important;
  padding: 0px !important;
  left: 60px !important;
}
.border-block {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  display: block;
  position: relative;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.border-block.top-yellow {
  border-top: 4px solid #ffe082;
}
.hover-underline-show:hover:before {
  width: 100%;
  left: 0px;
}
.hover-underline-show:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 1px;
  left: 50%;
  bottom: -2px;
}
.hover-underline-hide {
  position: relative;
}
.hover-underline-hide:hover:before {
  left: 50%;
  width: 0px;
}
.hover-underline-hide:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  height: 1px;
  left: 0px;
  bottom: -2px;
}
/* advertisement */
.banner-adver {
  display: block;
  position: relative;
  margin: 40px 0px 36px;
}
.banner-adver.bigger {
  margin: 80px 0px;
}
.banner-adver a {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}
.banner-adver a img {
  display: block;
  max-width: 100%;
}
strong {
  font-weight: bold;
}
b {
  font-weight: bold;
}
em {
  font-style: italic;
}
/* Využití v případě lightbox.js https://github.com/lokesh/lightbox2/ */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  font-family: "Roboto";
  font-weight: 400;
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* Využití v případě Bootstrap modal */
/* Využití v případě knihovny select2 */
/* Využití v případě swipe.js */
/* PlayFair */
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="email"] {
  font-family: "Roboto";
  font-weight: 400;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  font-size: 1.4rem;
  color: #212121;
  display: block;
  position: relative;
  border: 1px solid #e0e0e0;
  background-color: #f5f5f5;
  height: 48px;
  line-height: 48px;
  padding: 0px 16px;
  width: 100%;
}
select {
  font-family: "Roboto";
  font-weight: 400;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  font-size: 1.4rem;
  color: #757575;
  display: inline-block;
  position: relative;
  border: 1px solid #e0e0e0;
  background-color: #f5f5f5;
  height: 48px;
  line-height: 48px;
  padding: 0px 16px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/arrow-down.svg");
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: right 15px center;
}
select::-ms-expand {
  display: none;
}
button,
input[type="submit"] {
  border: none;
  cursor: pointer;
}
form {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
form:before {
  content: "";
  display: table;
}
form:after {
  content: "";
  display: table;
  clear: both;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.4rem;
  color: #0e112c;
  display: inline-block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}
input[type="checkbox"] + label:before {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  border: 1px solid #e0e0e0;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
}
input[type="checkbox"]:checked + label:before {
  background-image: url("../images/checkbox.svg");
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: center center;
}
/*.block-select {
  position: relative;
  cursor: pointer;
  .active-item {
    .font-regular_ibm();
    display: block;
    width: 100%;
    height: 50px;
    line-height: 48px;
    border: none;
    padding: 0px 16px;
    //background-color: @gray5;
    width: 100%;
    font-size: 1.4rem;
    background-image: url("../images/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 10px;
  }
  .menu {
    .t(0.3s);
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    background-color: @white;
    z-index: 1;
    /*-webkit-box-shadow: 0px 0px 47px -28px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 47px -28px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 47px -28px rgba(0, 0, 0, 0.75);*/
/*padding: 0px;
    //border: 1px solid @gray6;
    max-height: 150px;
    overflow: auto;
    &.active {
      height: auto;
      opacity: 1;
      visibility: visible;
      top: calc(100%);
    }
    .help {
      display: inline-block;
      width: 100%;
      text-align: left;
      &:last-of-type {
        margin-bottom: 0px;
      }
    }
    a {
      .t(0.3s);
      .font-regular_ibm();
      font-size: 1.4rem;
      //color: @gray1;
      display: inline-block;
      padding: 10px 16px;
      width: 100%;
      &:hover {
        //background-color: @red;
        color: @white;
      }
    }
  }
  select {
    display: none !important;
  }
}*/
.select2-selection__arrow {
  width: 30px !important;
  height: 30px !important;
  right: 10px !important;
  top: 50% !important;
  transform: translateY(-50%);
  background-image: url("../images/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 13px 10px;
  background-position: center center;
}
.select2-selection__arrow b {
  display: none;
}
.select2-search__field {
  border-color: #e0e0e0 !important;
  height: 44px !important;
  line-height: 44px !important;
  margin: 4px 0px !important;
  background-color: #ffffff !important;
}
.select2 {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  height: 48px !important;
  line-height: 48px;
}
.select2-container--default .select2-selection--single {
  border-color: #e0e0e0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 47px !important;
  color: #757575 !important;
  padding: 0px 16px !important;
}
.select2-dropdown {
  border-color: #e0e0e0 !important;
}
.select2-results__option {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.4rem;
  color: #212121;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ffe082 !important;
  color: #212121 !important;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #f5f5f5 !important;
}
/* Header */
header {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
  -webkit-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.1);
  margin-top: 40px;
}
header.down {
  margin-top: 0px;
}
header.underline .lower-bar:before,
header.under-line .lower-bar:before {
  opacity: 1;
  visibility: visible;
  left: 0px;
  width: 100%;
}
header.smaller .lower-bar {
  height: 95px;
}
header.smaller .lower-bar .map-click .map {
  height: 95px;
}
header .lower-bar {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  position: relative;
  width: 100%;
  height: 132px;
  background-color: #ffffff;
  overflow: hidden;
}
header .lower-bar:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 1px;
  left: 50%;
  background-color: #e0e0e0;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
header .lower-bar .logo {
  display: block;
  position: absolute;
  width: 84px;
  height: 84px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
header .lower-bar nav {
  display: block;
  position: absolute;
  left: 202px;
  top: 50%;
  margin-top: 2px;
  transform: translateY(-50%);
}
header .lower-bar nav.remote {
  display: none;
}
header .lower-bar nav ul {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  display: block;
}
header .lower-bar nav ul:before {
  content: "";
  display: table;
}
header .lower-bar nav ul:after {
  content: "";
  display: table;
  clear: both;
}
header .lower-bar nav ul li {
  float: left;
  margin-right: 54px;
}
header .lower-bar nav ul li:last-of-type {
  margin-right: 0px;
}
header .lower-bar nav ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 1.6rem;
  color: #212121;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
header .lower-bar nav ul li a.active:before {
  width: 100%;
  left: 0px;
}
header .lower-bar nav ul li a:before {
  background-color: #212121;
}
header .lower-bar nav ul li a.search {
  width: 24px;
  height: 24px;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
  position: relative;
  display: inline-block;
}
header .lower-bar nav ul li a.search:hover {
  background-image: url("../images/search-yellow.svg");
}
header .lower-bar nav .burger-content {
  display: none;
}
header .lower-bar .map-click {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: block;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
header .lower-bar .map-click:before {
  content: "";
  position: absolute;
  display: block;
  background: #ffffff;
  background: linear-gradient(277deg, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  width: 132px;
  right: 0px;
  height: 100%;
  z-index: 1;
}
header .lower-bar .map-click .map {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  position: relative;
  width: 578px;
  height: 106px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
header .lower-bar .map-click .arrow {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  background-color: #ffffff;
  padding: 4px 8px;
  z-index: 10;
}
header .burger-menu {
  display: none;
}
header .submenu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  position: absolute;
  top: 105%;
  left: 0px;
  width: 100%;
  opacity: 0;
  background-color: #ffffff;
  visibility: hidden;
  -webkit-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.15);
}
header .submenu.active {
  opacity: 1;
  top: 100%;
  border-bottom: 1px solid #e0e0e0;
  visibility: visible;
}
header .submenu .old-headline {
  background-color: #f5f5f5;
  grid-template-columns: 29% 71%;
}
header .submenu .old-headline .left {
  float: left;
  /*width: 29%;
        flex-basis: 29%;*/
  height: 540px;
  padding: 0px 115px;
}
header .submenu .old-headline .left h2 {
  font-size: 4rem;
  margin-bottom: 24px;
  padding-right: 40px;
  color: #0e112c;
}
header .submenu .old-headline .left p {
  font-size: 1.6rem;
  margin-bottom: 24px;
  line-height: 1.7em;
  color: #0e112c;
}
header .submenu .old-headline .right {
  height: 540px;
  float: left;
  /*width: 71%;
        flex-basis: 71%;*/
  padding-left: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
header .submenu .old-headline .right .margin {
  display: block;
  max-width: 608px;
}
header .submenu .old-headline .right h2 {
  font-size: 6.4rem;
  margin-bottom: 24px;
  padding-right: 40px;
  color: #ffffff;
}
header .submenu .old-headline .right p {
  font-size: 1.6rem;
  margin-bottom: 24px;
  line-height: 1.7em;
  color: #ffffff;
}
header .submenu .turn-by-turn {
  height: 540px;
  display: block;
}
header .submenu .turn-by-turn .button-map {
  font-family: "Roboto";
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  display: block;
  position: absolute;
  height: 56px;
  line-height: 56px;
  background-color: #ffffff;
  color: #212121;
  bottom: 40px;
  z-index: 10;
  padding: 0px 32px;
}
header .submenu .turn-by-turn .button-map:hover {
  background-color: #ffe082;
}
header .submenu .turn-by-turn .button-map.left {
  left: 40px;
}
header .submenu .turn-by-turn .button-map.left:hover span:after {
  left: -3px;
}
header .submenu .turn-by-turn .button-map.left span {
  padding-left: 32px;
}
header .submenu .turn-by-turn .button-map.left span:after {
  left: 0px;
  background-image: url("../images/arrow-left.svg");
}
header .submenu .turn-by-turn .button-map.right {
  right: 40px;
}
header .submenu .turn-by-turn .button-map.right:hover span:after {
  right: -3px;
}
header .submenu .turn-by-turn .button-map.right span {
  padding-right: 32px;
}
header .submenu .turn-by-turn .button-map.right span:after {
  right: 0px;
  background-image: url("../images/arrow-right-l.svg");
}
header .submenu .turn-by-turn .button-map span {
  display: inline-block;
  position: relative;
}
header .submenu .turn-by-turn .button-map span:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 18px 14px;
  background-position: center center;
  transform: translateY(-50%);
  top: 50%;
}
header .submenu .turn-by-turn #turn-by-turn-submenu {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
header .submenu .events {
  grid-template-columns: 50% 50%;
}
header .submenu .events .left {
  padding-left: 160px;
}
header .submenu .events .left .column {
  grid-template-columns: repeat(2, 1fr);
}
header .submenu .events .left .column .flex-block {
  flex: 1;
  margin-right: 34px;
  position: relative;
  padding: 40px 0px;
}
header .submenu .events .left .column .flex-block .border-left {
  position: relative;
  display: block;
  padding: 0px 40px;
}
header .submenu .events .left .column .flex-block .border-left:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
  left: 0px;
  top: 0px;
}
header .submenu .events .left .column .flex-block h3 {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 1.6rem;
  color: #212121;
  margin-bottom: 16px;
}
header .submenu .events .left .column .flex-block ul li {
  display: block;
  list-style: none;
  margin-bottom: 16px;
}
header .submenu .events .left .column .flex-block ul li:last-of-type {
  margin-bottom: 0px;
}
header .submenu .events .left .column .flex-block ul li a {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
  color: #757575;
}
header .submenu .events .left .column .flex-block ul li a:hover:after {
  opacity: 1;
  left: 0;
}
header .submenu .events .left .column .flex-block ul li a:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #757575;
  opacity: 0;
  left: -8px;
  bottom: -2px;
}
header .submenu .events .right {
  float: left;
  background-color: #f5f5f5;
  padding-right: 160px;
  padding-top: 52px;
  padding-bottom: 52px;
  padding-left: 40px;
}
header .submenu .events .right .flex-blocks {
  grid-template-columns: 240px 1fr;
}
header .submenu .events .right .flex-block {
  margin-right: 24px;
}
header .submenu .events .right .flex-block:last-of-type {
  margin-right: 0px;
}
header .submenu .events .right .image-block {
  width: 220px;
  float: left;
  height: 179px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
header .submenu .events .right .text-block {
  /*width: calc(100% - 240px);
          flex-basis: calc(100% - 240px);*/
  float: left;
}
header .submenu .events .right .text-block h3 {
  font-size: 2rem;
  line-height: 1.5em;
  margin-bottom: 16px;
}
header .submenu .events .right .text-block p {
  font-size: 1.4rem;
  color: #212121;
  line-height: 1.5em;
}
header .form-search {
  padding: 40px 0px;
  display: block;
  max-width: 868px;
  margin: 0 auto;
}
header .form-search h3 {
  margin-bottom: 15px;
}
header .form-search .relative-block {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  overflow: hidden;
  position: relative;
}
header .form-search button {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  position: absolute;
  display: inline-block;
  top: 0px;
  right: 0px;
  padding: 0px 56px 0px 32px;
}
header .form-search button:hover:after {
  right: 20px;
}
header .form-search button:after {
  width: 20px;
  height: 20px;
  background-image: url("../images/search-white.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  right: 20px;
}
/* End Header */
main {
  padding-top: 172px;
}
/* Start Sections */
section {
  display: block;
  position: relative;
  /* HP */
  /* End HP */
  /* Start another pages */
  /* End another pages */
}
section.main-hp .image-block {
  height: 540px;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
section.main-hp .image-block .padding-block {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
section.main-hp .image-block .video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
section.main-hp .image-block .video video {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  display: block;
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.main-hp .image-block .info-block {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  background: rgba(0, 0, 0, 0.5);
  width: 768px;
  padding: 40px 80px;
}
section.main-hp .image-block .info-block h2 {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 6.4rem;
  color: #ffe082;
  margin-bottom: 23px;
}
section.main-hp .image-block .info-block p {
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 1.5em;
}
section.main-hp .navigation-block {
  position: relative;
  grid-template-columns: repeat(5, 1fr);
}
section.main-hp .navigation-block .flex-block {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  float: left;
  background-color: #ffe082;
  position: relative;
}
section.main-hp .navigation-block .flex-block:last-of-type:after {
  display: none;
}
section.main-hp .navigation-block .flex-block:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 99px;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  background-color: rgba(33, 33, 33, 0.1);
}
section.main-hp .navigation-block .flex-block:hover {
  background-color: #ebc85d;
}
section.main-hp .navigation-block .flex-block .table-help {
  height: 179px;
}
section.main-hp .navigation-block .flex-block .icon {
  width: 64px;
  height: 64px;
  display: block;
  position: relative;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 80% 80%;
  background-position: center center;
  margin-bottom: 14px;
}
section.main-hp .navigation-block .flex-block span {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 1.6rem;
  width: 100%;
  color: #212121;
  display: block;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
section.about-hp .about-block .flex-blocks {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 80px;
}
section.about-hp .about-block .flex-block {
  width: 784px;
  flex-basis: 784px;
  float: left;
}
section.about-hp .about-block .flex-block:first-of-type {
  width: 100%;
}
section.about-hp .about-block .flex-block:last-of-type {
  width: 752px;
  margin-left: 32px;
}
section.about-hp .about-block .flex-block:nth-child(2n + 2) {
  margin-right: 0px !important;
}
section.about-hp .about-block .flex-block .right {
  display: block;
  padding-right: 80px;
}
section.about-hp .about-block .flex-block h2 {
  font-size: 3.2rem;
  margin-bottom: 39px;
}
section.about-hp .about-block .flex-block p {
  font-size: 1.8rem;
  margin-bottom: 35px;
  line-height: 1.75em;
}
section.about-hp .about-block .flex-block p:last-of-type {
  margin-bottom: 0px;
}
section.about-hp .about-block .flex-block .two-blocks {
  margin-bottom: 0px;
}
section.about-hp .about-block .flex-block .two-blocks .block {
  height: 556px;
  padding: 0px 38px;
  text-align: center;
  width: 360px;
  flex-basis: 360px;
  margin-right: 32px;
  margin-left: 0px !important;
}
section.about-hp .about-block .flex-block .two-blocks .block:nth-child(2n + 2) {
  margin-right: 0px;
}
section.about-hp .about-block .flex-block .two-blocks .block.advertisement {
  padding: 0 20px;
}
section.about-hp .about-block .flex-block .two-blocks .block.advertisement img {
  margin-bottom: 0px;
}
section.about-hp .about-block .flex-block .two-blocks .block h3 {
  font-size: 2rem;
  margin-bottom: 24px;
}
section.about-hp .about-block .flex-block .two-blocks .block img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 16px;
}
section.about-hp .about-block .flex-block .two-blocks .block h4 {
  font-size: 1.6rem;
  margin-bottom: 12px;
}
section.about-hp .about-block .flex-block .two-blocks .block p {
  color: #757575;
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.55em;
}
section.about-hp .social-block {
  display: block;
  position: relative;
  background-color: #f5f5f5;
  padding: 40px 0px;
}
section.about-hp .social-block .flex-blocks {
  grid-template-columns: 408px 1fr;
}
section.about-hp .social-block .main-blocks {
  float: left;
}
section.about-hp .social-block .main-blocks:first-of-type {
  width: 376px;
  flex-basis: 376px;
  margin-right: 32px;
}
section.about-hp .social-block .main-blocks:last-of-type {
  width: 100%;
}
section.about-hp .social-block .main-blocks h3 {
  margin-bottom: 12px;
  font-size: 2rem;
}
section.about-hp .social-block .main-blocks h3 > span {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.4rem;
  color: #757575;
}
section.about-hp .social-block .main-blocks .fb {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: 100%;
  height: 207px;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
section.about-hp .social-block .main-blocks .arrow {
  float: right;
}
section.about-hp .social-block .main-blocks .space-around {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  display: block;
  position: relative;
  padding: 8px;
  margin-bottom: 12px;
  background-color: #ffffff;
}
section.about-hp .social-block .main-blocks .space-around .show-images,
section.about-hp .social-block .main-blocks .space-around .sbi_images {
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 5px;
}
section.about-hp .social-block .main-blocks .space-around .show-images a,
section.about-hp .social-block .main-blocks .space-around .sbi_images a,
section.about-hp .social-block .main-blocks .space-around .show-images .sbi_item,
section.about-hp .social-block .main-blocks .space-around .sbi_images .sbi_item {
  flex: 1;
  height: 191px;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
section.about-hp .social-block .main-blocks .space-around .show-images a:hover:before,
section.about-hp .social-block .main-blocks .space-around .sbi_images a:hover:before,
section.about-hp .social-block .main-blocks .space-around .show-images .sbi_item:hover:before,
section.about-hp .social-block .main-blocks .space-around .sbi_images .sbi_item:hover:before {
  opacity: 1;
}
section.about-hp .social-block .main-blocks .space-around .show-images a:before,
section.about-hp .social-block .main-blocks .space-around .sbi_images a:before,
section.about-hp .social-block .main-blocks .space-around .show-images .sbi_item:before,
section.about-hp .social-block .main-blocks .space-around .sbi_images .sbi_item:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.4);
  background-image: url("../images/search-white.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
  opacity: 0;
}
section.about-hp .social-block .main-blocks .space-around .show-images a:last-of-type,
section.about-hp .social-block .main-blocks .space-around .sbi_images a:last-of-type,
section.about-hp .social-block .main-blocks .space-around .show-images .sbi_item:last-of-type,
section.about-hp .social-block .main-blocks .space-around .sbi_images .sbi_item:last-of-type {
  margin-right: 0px;
}
section.another-project-hp {
  padding: 85px 0px 0px;
  position: relative;
}
section.another-project-hp h2 {
  margin-bottom: 23px;
  text-align: center;
}
section.another-project-hp .flex-blocks {
  padding-bottom: 80px;
  position: relative;
  grid-template-columns: repeat(4, 1fr);
}
section.another-project-hp .flex-blocks:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  left: 0px;
  bottom: 0px;
}
section.another-project-hp .flex-block {
  margin-right: 32px;
  float: left;
  min-height: 282px;
  padding: 32px 24px 0px 24px;
  flex: 1;
  -webkit-box-shadow: 0px 3px 22px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 3px 22px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 3px 22px 0px rgba(50, 50, 50, 0.2);
  border-right: none;
  border-left: none;
  border-bottom: none;
}
section.another-project-hp .flex-block:last-of-type {
  margin-right: 0px;
}
section.another-project-hp .flex-block:hover .btn {
  background-color: #ffe082;
  color: #212121;
}
section.another-project-hp .flex-block:hover .btn:after {
  right: 16px;
  background-image: url("../images/arrow-right.svg");
}
section.another-project-hp .flex-block h3 {
  margin-bottom: 11px;
  font-size: 3.2rem;
  text-transform: uppercase;
  max-width: 55%;
  line-height: 1.3em;
}
section.another-project-hp .flex-block p {
  color: #757575;
  margin-bottom: 13px;
  line-height: 1.5em;
  font-size: 1.6rem;
  padding-right: 100px;
}
section.another-project-hp .flex-block .btn {
  height: 36px;
  line-height: 36px;
  padding-left: 15px;
  padding-right: 38px;
}
section.another-project-hp .flex-block img {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
section.yellow-section {
  padding: 20px 0px 24px;
  background-color: #ffe082;
}
section.yellow-section h2 {
  text-transform: uppercase;
  font-size: 3.2rem;
  margin-bottom: 16px;
  letter-spacing: 1.2px;
}
section.yellow-section .help-block span:last-of-type {
  margin-right: 0px;
}
section.yellow-section .help-block span:last-of-type:after {
  display: none;
}
section.yellow-section .help-block a,
section.yellow-section .help-block span {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.2rem;
  color: #212121;
  display: inline-block;
  position: relative;
  margin-right: 24px;
  vertical-align: middle;
  text-transform: uppercase;
}
section.yellow-section .help-block a.active:before,
section.yellow-section .help-block span.active:before {
  opacity: 1;
  width: 100%;
  left: 0px;
}
section.yellow-section .help-block a.active:after,
section.yellow-section .help-block span.active:after {
  display: none;
}
section.yellow-section .help-block a:before,
section.yellow-section .help-block span:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 1px;
  bottom: -2px;
  left: 50%;
  background-color: #212121;
  opacity: 0;
}
section.yellow-section .help-block a:after,
section.yellow-section .help-block span:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 14px;
  background-color: #e8cc78;
  right: -14px;
  bottom: 0px;
}
section.yellow-section .help-block a.home-button,
section.yellow-section .help-block span.home-button {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 19px;
  background-image: url("../images/home-button.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding-right: 0px;
  top: -2px;
  margin-right: 12px;
}
section.yellow-section .help-block a.home-button:before,
section.yellow-section .help-block span.home-button:before {
  display: none;
}
section.yellow-section .help-block a.home-button:after,
section.yellow-section .help-block span.home-button:after {
  display: none;
}
section.content-section {
  padding-top: 40px;
  font-size: 1.6rem;
  line-height: 1.5em;
  /* filled block for adver */
  /* tab block */
  /* faq detail*/
}
section.content-section p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #0e112c;
  margin-bottom: 25px;
}
section.content-section ul {
  margin-bottom: 25px;
  padding-left: 18px;
}
section.content-section ul li {
  margin-bottom: 5px;
  list-style: circle;
  display: list-item;
}
section.content-section .content-block-main {
  /*display: flex;
      flex-wrap: wrap;*/
  display: grid;
  grid-template-columns: 1fr 408px;
  width: 100%;
}
section.content-section .content-block-main .left-content {
  float: left;
}
section.content-section .content-block-main .right-content {
  flex-basis: 376px;
  width: 376px;
  float: left;
  margin-left: 32px;
}
section.content-section .border-content {
  border-bottom: 1px solid #e0e0e0;
}
section.content-section h3 {
  margin-bottom: 40px;
  font-size: 3.2rem;
}
section.content-section .filled-right-blocks {
  position: relative;
  display: block;
}
section.content-section .filled-right-blocks .image-filled {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  position: sticky;
  padding: 38px;
  margin-bottom: 24px;
  top: 180px;
}
section.content-section .filled-right-blocks .image-filled.down {
  top: 140px;
}
section.content-section .filled-right-blocks .image-filled:last-of-type {
  margin-bottom: 0px;
}
section.content-section .filled-right-blocks .image-filled img {
  display: block;
  position: relative;
  max-width: 100%;
}
section.content-section .filled-right-blocks .own-fill-board {
  height: 282px;
  position: relative;
  padding: 32px 24px;
  margin-bottom: 24px;
}
section.content-section .filled-right-blocks .own-fill-board h4 {
  font-size: 3.2rem;
  text-transform: uppercase;
  padding-right: 30px;
  margin-bottom: 20px;
  line-height: 1.4em;
}
section.content-section .filled-right-blocks .own-fill-board img {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}
section.content-section .filled-right-blocks .own-fill-board .btn {
  height: 36px;
  line-height: 36px;
  padding: 0px 32px 0px 16px;
}
section.content-section .filled-right-blocks .poi-block {
  padding: 0px 38px;
  height: 556px;
  text-align: center;
}
section.content-section .filled-right-blocks .poi-block h3 {
  font-size: 2rem !important;
  margin-bottom: 24px !important;
}
section.content-section .filled-right-blocks .poi-block img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 16px;
}
section.content-section .filled-right-blocks .poi-block h4 {
  font-size: 1.6rem;
  margin-bottom: 12px;
}
section.content-section .filled-right-blocks .poi-block p {
  color: #757575;
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.55em;
}
section.content-section .filled-right-blocks .faq-detail-block .questions {
  display: block;
}
section.content-section .filled-right-blocks .faq-detail-block .questions li {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  display: table;
  margin: 12px 0px;
  list-style: none;
  border-bottom: 1px solid #f5f5f5;
  background-color: #ffe082;
  height: 72px;
  width: 100%;
  padding: 0px 16px;
}
section.content-section .filled-right-blocks .faq-detail-block .questions li:last-of-type {
  margin-bottom: 24px;
}
section.content-section .filled-right-blocks .faq-detail-block .questions li a {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.4rem;
  color: #212121;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
section.content-section .filled-right-blocks .ways-block {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
section.content-section .filled-right-blocks .ways-block.small {
  margin-bottom: 24px;
}
section.content-section .filled-right-blocks .ways-block h3 {
  font-size: 2rem !important;
  position: relative;
  color: #212121;
  display: block;
  padding: 10px 12px;
  background-color: #f5f5f5;
  margin-bottom: 0px !important;
}
section.content-section .filled-right-blocks .ways-block ul {
  padding: 17px 0px 12px;
  margin-bottom: 12px;
  display: block;
  border-bottom: 1px solid #e0e0e0;
}
section.content-section .filled-right-blocks .ways-block ul li {
  display: block;
  position: relative;
  margin-bottom: 12px;
  padding-left: 12px;
}
section.content-section .filled-right-blocks .ways-block ul li:last-of-type {
  margin-bottom: 0px;
}
section.content-section .filled-right-blocks .ways-block ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.4rem;
  display: inline-block;
  color: #2962ff;
  text-decoration: underline;
  letter-spacing: 0.5px;
}
section.content-section .filled-right-blocks .ways-block ul li a:hover {
  text-decoration: none;
}
section.content-section .filled-right-blocks .ways-block span {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.2rem;
  color: #757575;
  display: block;
  position: relative;
  text-align: right;
}
section.content-section .filled-right-blocks .image-detail-block {
  padding: 21px 28px;
  display: block;
  position: relative;
  margin-bottom: 24px;
}
section.content-section .filled-right-blocks .image-detail-block img {
  max-width: 100%;
  display: block;
}
section.content-section .tabs-block.detail-book {
  padding-bottom: 38px;
}
section.content-section .tabs-block.upper-bar-tab .tab-nav:after {
  top: 0px;
  bottom: unset;
}
section.content-section .tabs-block.upper-bar-tab .tab-nav a {
  border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
}
section.content-section .tabs-block.upper-bar-tab .tab-nav a.active {
  border-bottom-color: #e0e0e0;
  border-top-color: transparent;
}
section.content-section .tabs-block.upper-bar-tab .tab-nav a span:after {
  top: 0px;
  bottom: unset;
}
section.content-section .tabs-block .tabs-panes-four {
  display: block;
  width: 100%;
}
section.content-section .tabs-block .tab-nav {
  display: block;
  position: relative;
}
section.content-section .tabs-block .tab-nav:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  bottom: 0px;
  left: 0px;
}
section.content-section .tabs-block .tab-nav a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  font-family: "Roboto";
  font-weight: 700;
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  color: #0e112c;
  height: 49px;
  line-height: 49px;
  padding: 0px 32px;
  text-transform: uppercase;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  margin-left: -4px;
  z-index: 1;
  letter-spacing: 0.5px;
}
section.content-section .tabs-block .tab-nav a span {
  display: inline-block;
  position: relative;
  color: #0e112c;
}
section.content-section .tabs-block .tab-nav a span:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 1px;
  left: 50%;
  bottom: 2px;
  opacity: 0;
  background-color: #ea3e3e;
}
section.content-section .tabs-block .tab-nav a.active {
  border-bottom-color: #ffffff;
  background-color: #ffffff;
}
section.content-section .tabs-block .tab-nav a.active span:after {
  width: 100%;
  left: 0px;
  opacity: 1;
}
section.content-section .tabs-block .tabs-panes {
  padding-bottom: 75px;
}
section.content-section .tabs-block .tabs-panes.links-block .filled-right-blocks {
  margin-top: 118px;
}
section.content-section .tabs-block .tab-pane {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: none;
}
section.content-section .tabs-block .tab-pane.active {
  display: block;
}
section.content-section .tabs-block .tab-pane .padding-main-content {
  min-height: 943px;
}
section.content-section .tabs-block .tab-pane .help-padding {
  padding: 40px 0px 0px;
  display: block;
}
section.content-section .tabs-block .tab-pane h3 {
  margin-bottom: 40px;
  font-size: 3.2rem;
}
section.content-section .tabs-block .tab-pane .links-block {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px;
}
section.content-section .tabs-block .tab-pane .links-block .flex-block {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  display: block;
  position: relative;
  float: left;
  padding: 24px;
  background-color: #f5f5f5;
}
section.content-section .tabs-block .tab-pane .links-block .flex-block:nth-last-of-type(-n + 2) {
  margin-bottom: 0px;
}
section.content-section .tabs-block .tab-pane .links-block .flex-block:nth-child(2n + 2) {
  margin-right: 0px;
}
section.content-section .tabs-block .tab-pane .links-block .flex-block h4 {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 2rem;
  min-height: 48px;
  margin-bottom: 20px;
  color: #212121;
}
section.content-section .tabs-block .tab-pane .links-block .flex-block .place {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.4rem;
  display: block;
  position: relative;
  padding-left: 36px;
  width: 100%;
  line-height: 1.7em;
  color: #0e112c;
  min-height: 20px;
  padding-right: 20%;
}
section.content-section .tabs-block .tab-pane .links-block .flex-block .place:before {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/marker-map.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 20px;
  left: 0px;
  top: 2px;
}
section.content-section .tabs-block .tab-pane .links-block .flex-block .place p {
  margin-bottom: 0;
}
section.content-section .tabs-block .tab-pane .links-block .flex-block .absolute-block {
  position: absolute;
  display: block;
  right: 0px;
  top: 4px;
}
section.content-section .tabs-block .tab-pane .links-block .flex-block .absolute-block .social-site {
  position: relative;
}
section.content-section .tabs-block .tab-pane .links-block .flex-block .absolute-block .social-site a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}
section.content-section .tabs-block .tab-pane .links-block .flex-block .absolute-block .social-site a.fb {
  background-image: url("../images/fb-icon-reverse.svg");
}
section.content-section .tabs-block .tab-pane .links-block .flex-block .absolute-block .social-site a.fb:hover {
  background-image: url("../images/fb-grey.svg");
}
section.content-section .tabs-block .tab-pane .links-block .flex-block .absolute-block .social-site a.twitter {
  background-image: url("../images/twitter-icon.svg");
}
section.content-section .tabs-block .tab-pane .links-block .flex-block .absolute-block .social-site a.twitter:hover {
  background-image: url("../images/twitter-grey.svg");
}
section.content-section .tabs-block .tab-pane .links-block .flex-block .absolute-block .social-site a.link {
  background-image: url("../images/external-icon.svg");
}
section.content-section .tabs-block .tab-pane .links-block .flex-block .absolute-block .social-site a.link:hover {
  background-image: url("../images/link-grey.svg");
}
section.content-section .tabs-block .tab-pane .links-block .flex-block .absolute-block .social-site a:last-of-type {
  margin-right: 0px;
}
section.content-section .search-block {
  padding-bottom: 80px;
  padding-top: 14px;
}
section.content-section .search-block h3 {
  font-size: 2.4rem;
  margin-bottom: 12px;
}
section.content-section .search-block .padding-form {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  display: block;
  padding: 24px;
  position: relative;
  -webkit-box-shadow: 0px 5px 13px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 5px 13px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 5px 13px 0px rgba(50, 50, 50, 0.2);
  margin-bottom: 38px;
}
section.content-section .search-block .padding-form h3 {
  color: #0e112c;
  font-size: 2rem;
  margin-bottom: 12px;
}
section.content-section .search-block .left-content {
  padding-right: 136px;
}
section.content-section .search-block form {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 11px;
}
section.content-section .search-block form button {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  position: absolute;
  display: inline-block;
  top: 0px;
  right: 0px;
  padding: 0px 56px 0px 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.5rem;
}
section.content-section .search-block form button:after {
  width: 20px;
  height: 20px;
  background-image: url("../images/search-white.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  right: 20px;
}
section.content-section .search-block .tags {
  display: block;
  width: 100%;
}
section.content-section .search-block .tags span {
  margin-right: 16px;
}
section.content-section .search-block .tags span,
section.content-section .search-block .tags a {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  color: #0e112c;
}
section.content-section .search-block .tags span.remove,
section.content-section .search-block .tags a.remove {
  background-color: #ea3e3e;
  color: #ffffff;
}
section.content-section .search-block .tags span.remove:hover,
section.content-section .search-block .tags a.remove:hover {
  color: #0e112c;
  background-color: #ea3e3e;
}
section.content-section .search-block .tags a {
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 36px;
  line-height: 39px;
  background-color: #ffecb3;
  padding: 0px 16px;
  margin-right: 3px;
}
section.content-section .search-block .tags a:hover {
  background-color: #ffe082;
}
section.content-section .search-block .tags a:last-of-type {
  margin-right: 0px;
}
section.content-section .search-block .faqs-block {
  margin-bottom: 38px;
}
section.content-section .search-block .faqs-block.search-links .faq-block .image-block {
  height: 90px;
}
section.content-section .search-block .faqs-block.search-links .faq-block .text-block {
  height: 90px;
}
section.content-section .search-block .faqs-block:last-of-type {
  margin-bottom: 0px;
}
section.content-section .search-block .faqs-block .faq-block {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-bottom: 12px;
  padding: 12px;
  background-color: #f5f5f5;
  margin-right: 0px;
  width: 100%;
}
section.content-section .search-block .faqs-block .faq-block.no-image .text-block {
  width: 100%;
  flex-basis: 100%;
}
section.content-section .search-block .faqs-block .faq-block:hover {
  background-color: #cce4fc;
}
section.content-section .search-block .faqs-block .faq-block:last-of-type {
  margin-bottom: 0px;
}
section.content-section .search-block .faqs-block .faq-block .image-block {
  width: 214px;
  flex-basis: 214px;
  height: 160px;
  float: left;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
section.content-section .search-block .faqs-block .faq-block .text-block {
  width: calc(100% - 214px);
  flex-basis: calc(100% - 214px);
  float: left;
  display: block;
  position: relative;
  height: 160px;
  padding: 0px 140px 0px 40px;
}
section.content-section .search-block .faqs-block .faq-block .text-block h4 {
  font-size: 2rem;
  margin-bottom: 16px;
}
section.content-section .search-block .faqs-block .faq-block .text-block h4:only-child {
  margin-bottom: 0px;
}
section.content-section .search-block .faqs-block .faq-block .text-block p {
  font-size: 1.4rem;
  line-height: 1.5em;
}
section.content-section .search-block .pagination {
  display: block;
  position: relative;
  margin-top: 38px;
}
section.content-section .search-block .pagination ul {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
}
section.content-section .search-block .pagination .paginated_link {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  overflow: hidden;
  display: inline-block;
  list-style: none;
  width: 48px;
  height: 48px;
  background-color: #f5f5f5;
  vertical-align: middle;
  margin-right: 8px;
}
section.content-section .search-block .pagination .paginated_link:last-of-type {
  margin-right: 0px;
}
section.content-section .search-block .pagination .paginated_link.active span,
section.content-section .search-block .pagination .paginated_link.active a {
  background-color: #ffe082;
}
section.content-section .search-block .pagination .paginated_link.active span:hover,
section.content-section .search-block .pagination .paginated_link.active a:hover {
  background-color: #ffe082;
}
section.content-section .search-block .pagination .paginated_link span,
section.content-section .search-block .pagination .paginated_link a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 1.6rem;
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
  line-height: 48px;
  background-repeat: no-repeat;
  background-size: 5px 10px;
  background-position: center center;
  text-align: center;
}
section.content-section .search-block .pagination .paginated_link span.prev,
section.content-section .search-block .pagination .paginated_link a.prev {
  background-image: url("../images/arrow-left-l.svg");
}
section.content-section .search-block .pagination .paginated_link span.next,
section.content-section .search-block .pagination .paginated_link a.next {
  background-image: url("../images/arrow-right.svg");
}
section.content-section .search-block .pagination .paginated_link span:hover,
section.content-section .search-block .pagination .paginated_link a:hover {
  background-color: #ffecb3;
}
section.content-section .faq-detail {
  padding-bottom: 80px;
  padding-top: 45px;
}
section.content-section .faq-detail .left-content {
  grid-template-columns: 408px 1fr;
}
section.content-section .faq-detail .left {
  width: 376px;
  flex-basis: 376px;
  float: left;
  margin-right: 32px;
}
section.content-section .faq-detail .right {
  float: left;
}
section.content-section .faq-detail .detail-out {
  padding: 0px 80px 40px 80px;
  font-size: 1.8rem;
}
section.content-section .faq-detail .detail-out h2 {
  font-size: 5.6rem;
  text-transform: uppercase;
  margin-bottom: 32px;
  line-height: 1.3em;
}
section.content-section .faq-detail .detail-out h3 {
  font-size: 2.4rem;
}
section.content-section .faq-detail .detail-out p {
  font-size: 1.8rem;
  line-height: 1.7em;
  margin-bottom: 36px;
}
section.content-section .faq-detail .detail-out ul,
section.content-section .faq-detail .detail-out ol {
  display: block;
  margin-bottom: 35px;
}
section.content-section .faq-detail .detail-out ul li,
section.content-section .faq-detail .detail-out ol li {
  font-size: 1.8rem;
  line-height: 1.8em;
  list-style: none;
  margin-bottom: 30px;
}
section.content-section .faq-detail .detail-out ul li:before,
section.content-section .faq-detail .detail-out ol li:before {
  content: "•";
  position: relative;
  display: inline-block;
  margin-right: 2px;
}
section.content-section .faq-detail .detail-out ol li {
  margin-bottom: 0px;
}
section.content-section .faq-detail .detail-out img {
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 100%;
}
section.content-section .faq-detail .detail-out .breakpoints {
  height: 40px;
  background-color: transparent;
  display: block;
  position: relative;
}
section.content-section .three-blocks {
  position: relative;
  padding: 80px 0px;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}
section.content-section .three-blocks .flex-block {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
section.content-section .three-blocks .flex-block h3 {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 3.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 0px;
  width: 80%;
}
section.content-section .three-blocks .flex-block h3 > strong {
  font-family: "Roboto";
  font-weight: 700;
  display: block;
}
section.content-section .three-blocks .flex-block:nth-child(3n + 3) {
  margin-right: 0px;
}
section.content-section .three-blocks .flex-block:hover {
  opacity: 0.9;
}
section.content-section .three-blocks .flex-block .btn-grey {
  margin-bottom: 12px;
}
section.content-section .three-blocks .flex-block .yellow-block {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 3.2rem;
  padding: 36px 40px;
  color: #212121;
  text-transform: uppercase;
  display: block;
  position: relative;
  line-height: 1.4em;
  /*&:hover {
            background-color: @light-yellow;
          }*/
}
section.content-section .poi-back {
  display: block;
  position: relative;
  margin-bottom: 12px;
}
section.content-section .poi-back .btn-grey {
  display: inline-block;
  height: 48px;
  line-height: 44px;
  padding: 0 32px 0 20px;
  margin-right: 20px;
}
section.content-section .poi-back .btn-grey span {
  font-size: 1.5rem;
}
section.content-section .poi-back span {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 2rem;
  display: inline-block;
  position: relative;
}
section.content-section .poi-detail {
  position: relative;
  padding-bottom: 80px;
}
section.content-section .poi-detail .padding-carousel {
  padding: 40px;
  display: block;
  position: relative;
  margin-bottom: 38px;
}
section.content-section .poi-detail .left-content {
  padding-right: 132px;
}
section.content-section .poi-detail .carousel-block {
  height: 733px;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 22px;
  /*.main-image {
          //.rounded-corners(8px);
          overflow: hidden;
          position: absolute;
          display: block;
          top: 109px;
          left: 136px;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center;
          width: calc(100% - 2 * 145px);
          height: calc(100% - 2 * 109px);
        }*/
}
section.content-section .poi-detail .carousel-block .background {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  filter: blur(4px);
}
section.content-section .poi-detail .carousel-block img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: contain;
}
section.content-section .poi-detail .carousel-block .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
section.content-section .poi-detail .carousel-block .button-prev,
section.content-section .poi-detail .carousel-block .button-next {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  width: 64px;
  height: 160px;
  top: 50%;
  margin-top: 0px;
  transform: translateY(-50%);
  position: absolute;
  display: block;
  background-color: rgba(21, 21, 21, 0.5);
  background-repeat: no-repeat;
  background-size: 18px 32px;
  background-position: center center;
}
section.content-section .poi-detail .carousel-block .button-prev:hover,
section.content-section .poi-detail .carousel-block .button-next:hover {
  background-color: rgba(21, 21, 21, 0.7);
}
section.content-section .poi-detail .carousel-block .button-prev {
  left: 28px;
  background-image: url("../images/swiper-left.svg");
}
section.content-section .poi-detail .carousel-block .button-next {
  right: 28px;
  background-image: url("../images/swiper-right.svg");
}
section.content-section .poi-detail .information-poi h3 {
  font-size: 2rem;
  margin-bottom: 8px;
}
section.content-section .poi-detail .information-poi p {
  font-size: 1.4rem;
  color: #757575;
  margin-bottom: 36px;
  line-height: 1.7em;
}
section.content-section .poi-detail .information-poi .information-block {
  grid-gap: 4px;
  grid-template-columns: repeat(4, 1fr);
}
section.content-section .poi-detail .information-poi .information-block .flex-block {
  flex: 1;
  min-height: 141px;
  padding: 24px;
  background-color: #f5f5f5;
}
section.content-section .poi-detail .information-poi .information-block .flex-block:last-of-type {
  margin-right: 0px;
}
section.content-section .poi-detail .information-poi .information-block .flex-block .help-cell {
  text-align: center;
}
section.content-section .poi-detail .information-poi .information-block .flex-block span {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 10px;
  position: relative;
}
section.content-section .poi-detail .information-poi .information-block .flex-block p {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.6rem;
  color: #0e112c;
  display: block;
  position: relative;
  margin-bottom: 0px;
  line-height: 1.5em;
}
section.content-section .poi-detail .another-galleries {
  display: block;
  position: relative;
}
section.content-section .poi-detail .another-galleries h3 {
  margin-bottom: 12px;
  font-size: 2rem;
}
section.content-section .poi-detail .another-galleries .flex-blocks {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 8px;
}
section.content-section .poi-detail .another-galleries .flex-block {
  display: block;
  position: relative;
  float: left;
}
section.content-section .poi-detail .another-galleries .flex-block:last-of-type {
  margin-right: 0px;
}
section.content-section .poi-detail .another-galleries .flex-block .image-block {
  height: 194px;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 12px;
}
section.content-section .poi-detail .another-galleries .flex-block .image-block:hover:before {
  opacity: 1;
}
section.content-section .poi-detail .another-galleries .flex-block .image-block:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.4);
  background-image: url("../images/search-white.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
  opacity: 0;
}
section.content-section .poi-detail .another-galleries .flex-block span {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.4rem;
  display: block;
  position: relative;
  color: #212121;
}
section.content-section .books-block {
  padding-top: 80px;
}
section.content-section .books-block .book-block {
  padding-right: 136px;
}
section.content-section .books-block .book-block h2 {
  margin-bottom: 24px;
  font-size: 3.2rem;
}
section.content-section .books-block .book-block h3 {
  margin-bottom: 24px;
  font-size: 2.4rem;
}
section.content-section .books-block .book-block p {
  font-size: 1.4rem;
  margin-bottom: 36px;
  line-height: 1.7em;
}
section.content-section .books-block .books {
  margin-bottom: 80px;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 24px;
}
section.content-section .books-block .books:last-of-type {
  margin-bottom: 0px;
}
section.content-section .books-block .books .flex-block {
  flex: 1;
  display: block;
  position: relative;
}
section.content-section .books-block .books .flex-block:hover .image-block:before {
  opacity: 1;
}
section.content-section .books-block .books .flex-block:last-of-type {
  margin-right: 0px;
}
section.content-section .books-block .books .flex-block .image-block {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 200px;
  margin-bottom: 16px;
}
section.content-section .books-block .books .flex-block .image-block:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.4);
  background-image: url("../images/search-white.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
  opacity: 0;
}
section.content-section .books-block .books .flex-block h4 {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 10px;
  line-height: 1.4em;
}
section.content-section .books-block .books .flex-block span {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.2rem;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #757575;
}
section.content-section .detail-book {
  padding-top: 85px;
  position: relative;
  padding-bottom: 40px !important;
}
section.content-section .detail-book .flex-blocks {
  grid-template-columns: 408px 1fr;
}
section.content-section .detail-book .flex-blocks.flex-blocks-content {
  display: block;
}
section.content-section .detail-book .flex-blocks.flex-blocks-content .right {
  width: 100%;
}
section.content-section .detail-book .flex-blocks.flex-blocks-content .right img {
  height: auto;
}
section.content-section .detail-book .flex-blocks.flex-blocks-content .right video {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
section.content-section .detail-book .left {
  float: left;
  width: 376px;
  flex-basis: 376px;
  margin-right: 32px;
}
section.content-section .detail-book .left .main-image {
  display: block;
  position: relative;
  margin-bottom: 40px;
}
section.content-section .detail-book .left .main-image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
section.content-section .detail-book .left .similar-book {
  display: block;
  position: relative;
}
section.content-section .detail-book .left .similar-book h3 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 23px;
}
section.content-section .detail-book .left .similar-book .books {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
section.content-section .detail-book .left .similar-book .books .book {
  flex: 1;
  display: block;
  position: relative;
}
section.content-section .detail-book .left .similar-book .books .book:hover .image-block:before {
  opacity: 1;
}
section.content-section .detail-book .left .similar-book .books .book:last-of-type {
  margin-right: 0px;
}
section.content-section .detail-book .left .similar-book .books .book .image-block {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 216px;
  margin-bottom: 18px;
}
section.content-section .detail-book .left .similar-book .books .book .image-block:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.4);
  background-image: url("../images/search-white.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
  opacity: 0;
}
section.content-section .detail-book .left .similar-book .books .book h4 {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 10px;
  line-height: 1.5em;
}
section.content-section .detail-book .left .similar-book .books .book span {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.2rem;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #757575;
}
section.content-section .detail-book .right {
  float: left;
  padding: 0px 80px;
}
section.content-section .detail-book .right .text-block {
  display: block;
  margin-bottom: 40px;
}
section.content-section .detail-book .right .text-block h2 {
  margin-bottom: 36px;
  font-size: 3.2rem;
  text-transform: uppercase;
}
section.content-section .detail-book .right .text-block p {
  font-size: 1.6rem;
  margin-bottom: 20px;
  line-height: 1.6em;
}
section.content-section .detail-book .right .text-block p:last-of-type {
  margin-bottom: 0px;
}
section.content-section .detail-book .right .buy-block {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  margin-bottom: 19px;
}
section.content-section .detail-book .right .buy-block:before {
  content: "";
  display: table;
}
section.content-section .detail-book .right .buy-block:after {
  content: "";
  display: table;
  clear: both;
}
section.content-section .detail-book .right .buy-block .inline {
  display: inline-block;
  vertical-align: middle;
}
section.content-section .detail-book .right .buy-block .inline:first-of-type {
  float: left;
}
section.content-section .detail-book .right .buy-block .inline:last-of-type {
  float: right;
}
section.content-section .detail-book .right .buy-block .inline .logo-amazon {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  vertical-align: middle;
}
section.content-section .detail-book .right .buy-block .inline span {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.8rem;
  color: #212121;
}
section.content-section .detail-book .right .buy-block .inline span.title {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.8rem;
  display: inline-block;
  margin-right: 12px;
}
section.content-section .detail-book .right .buy-block .inline span.price {
  font-family: "Roboto";
  font-weight: 700;
  color: #ea3e3e;
}
section.content-section .detail-book .right .selector-block {
  display: block;
  margin-bottom: 40px;
}
section.content-section .detail-book .right .selector-block a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  display: block;
  position: relative;
  height: 64px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  background-color: #ffe082;
  margin-bottom: 4px;
}
section.content-section .detail-book .right .selector-block a:hover {
  background-color: #e0e0e0;
}
section.content-section .detail-book .right .selector-block a:last-of-type {
  margin-bottom: 0px;
}
section.content-section .detail-book .right .selector-block span {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.8rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.content-section .detail-book .right .information-block {
  display: block;
}
section.content-section .detail-book .right .information-block ul li {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.4rem;
  display: block;
  color: #757575;
  margin-bottom: 8px;
}
section.content-section .calendar-block {
  padding-bottom: 80px;
  padding-top: 40px;
}
section.content-section .calendar-block .flex-blocks {
  grid-template-columns: 408px 1fr;
}
section.content-section .calendar-block .left {
  float: left;
  width: 376px;
  flex-basis: 376px;
  margin-right: 32px;
}
section.content-section .calendar-block .left .calendar {
  padding: 20px;
  margin-bottom: 24px;
}
section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-top {
  display: block;
  height: 41px;
  position: relative;
}
section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 18px 14px;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
}
section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev {
  left: 0px;
  background-image: url("../images/calendar-left.svg");
}
section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next {
  right: 0px;
  background-image: url("../images/calendar-right.svg");
}
section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 1.6rem;
  color: #212121;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.5px;
}
section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-header {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-header .pignose-calendar-week {
  font-family: "Roboto";
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  float: left;
  line-height: 48px;
  text-align: center;
}
section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-header .pignose-calendar-week:before {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  background-color: #f5f5f5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-body .pignose-calendar-row {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-body .pignose-calendar-unit {
  width: 48px;
  height: 48px;
  float: left;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}
section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-body .pignose-calendar-unit:hover a:before {
  opacity: 1;
  background-color: #ffecb3;
}
section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-body .pignose-calendar-unit.pignose-calendar-unit-active a:before {
  opacity: 1;
}
section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-body .pignose-calendar-unit a {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
}
section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-body .pignose-calendar-unit a:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  background-color: #ffe082;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}
section.content-section .calendar-block .right {
  float: left;
}
section.content-section .calendar-block .right .event-block .our-tip-block {
  display: block;
  position: relative;
}
section.content-section .calendar-block .right .event-block .block-event {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  grid-template-columns: unset !important;
}
section.content-section .calendar-block .right .event-block .block-event:last-of-type {
  border-bottom: none;
}
section.content-section .calendar-block .right .event-block .block-event.our-tip {
  border-bottom: none;
  margin-bottom: 40px;
  grid-template-columns: 205px 1fr !important;
}
section.content-section .calendar-block .right .event-block .block-event.our-tip .text-block {
  border-radius: 0px 8px 8px 0px;
  -webkit-border-radius: 0px 8px 8px 0px;
  -moz-border-radius: 0px 8px 8px 0px;
  padding: 0px 24px;
  height: 154px;
  background-color: #f5f5f5;
}
section.content-section .calendar-block .right .event-block .block-event .image-block {
  border-radius: 8px 0px 0px 8px;
  -webkit-border-radius: 8px 0px 0px 8px;
  -moz-border-radius: 8px 0px 0px 8px;
  width: 205px;
  flex-basis: 205px;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  min-height: 154px;
}
section.content-section .calendar-block .right .event-block .block-event .image-block span {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-family: "Roboto";
  font-weight: 500;
  display: block;
  position: absolute;
  font-size: 1.2rem;
  padding: 4px 12px;
  background-color: #212121;
  bottom: -11px;
  right: 12px;
  color: #ffffff;
  text-transform: uppercase;
}
section.content-section .calendar-block .right .event-block .block-event .text-block {
  width: 100%;
  flex-basis: 100%;
  float: left;
  background-color: transparent;
  padding: 24px;
  position: relative;
}
section.content-section .calendar-block .right .event-block .block-event .text-block .help-cell {
  position: unset;
}
section.content-section .calendar-block .right .event-block .block-event .text-block h3 {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 16px;
}
section.content-section .calendar-block .right .event-block .block-event .text-block p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.4rem;
  display: block;
  position: relative;
  color: #757575;
  margin-bottom: 6px;
}
section.content-section .calendar-block .right .event-block .block-event .text-block span {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.4rem;
  display: block;
  position: relative;
  color: #212121;
  padding-right: 120px;
}
section.content-section .calendar-block .right .event-block .block-event .text-block .absolute-block {
  position: absolute;
  display: block;
  right: 24px;
  bottom: 24px;
}
section.content-section .calendar-block .right .event-block .block-event .text-block .absolute-block .social-site {
  position: relative;
}
section.content-section .calendar-block .right .event-block .block-event .text-block .absolute-block .social-site a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}
section.content-section .calendar-block .right .event-block .block-event .text-block .absolute-block .social-site a.fb {
  background-image: url("../images/fb-icon-reverse.svg");
}
section.content-section .calendar-block .right .event-block .block-event .text-block .absolute-block .social-site a.fb:hover {
  background-image: url("../images/fb-grey.svg");
}
section.content-section .calendar-block .right .event-block .block-event .text-block .absolute-block .social-site a.twitter {
  background-image: url("../images/twitter-icon.svg");
}
section.content-section .calendar-block .right .event-block .block-event .text-block .absolute-block .social-site a.twitter:hover {
  background-image: url("../images/twitter-grey.svg");
}
section.content-section .calendar-block .right .event-block .block-event .text-block .absolute-block .social-site a.link {
  background-image: url("../images/external-icon.svg");
}
section.content-section .calendar-block .right .event-block .block-event .text-block .absolute-block .social-site a.link:hover {
  background-image: url("../images/link-grey.svg");
}
section.content-section .calendar-block .right .event-block .block-event .text-block .absolute-block .social-site a:last-of-type {
  margin-right: 0px;
}
section.content-section .poi-block.turn-by-turn .flex-blocks {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
section.content-section .poi-block.turn-by-turn h2 {
  font-size: 4rem;
  color: #0e112c;
  margin-bottom: 40px;
}
section.content-section .poi-block.turn-by-turn p {
  font-size: 1.4rem;
  color: #757575;
  margin-bottom: 36px;
  line-height: 1.4em;
}
section.content-section .poi-block .content-block-main {
  grid-template-columns: 74% 408px;
}
section.content-section .poi-block .tabs-panes {
  padding-top: 40px;
}
section.content-section .poi-block .tabs-panes .poi-content {
  padding-bottom: 76px;
}
section.content-section .poi-block .tabs-panes .poi-content .flex-blocks {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
section.content-section .poi-block .tabs-panes .flex-blocks .flex-block {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  height: 120px;
  text-align: center;
  background-color: #f5f5f5;
}
section.content-section .poi-block .tabs-panes .flex-blocks .flex-block:hover {
  background-color: #e0e0e0;
}
section.content-section .poi-block .tabs-panes .flex-blocks .flex-block h3 {
  font-size: 1.4rem;
  color: #0e112c;
  margin-bottom: 10px;
  text-transform: uppercase;
}
section.content-section .poi-block .tabs-panes .flex-blocks .flex-block h3:only-child {
  margin-bottom: 0px;
}
section.content-section .poi-block .tabs-panes .flex-blocks .flex-block span {
  font-size: 1.4rem;
  color: #0e112c;
  display: block;
  position: relative;
}
section.content-section .change-direction {
  display: block;
  margin-bottom: 24px;
}
section.content-section .change-direction span {
  font-family: "Roboto";
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding-left: 19px;
  font-size: 1.4rem;
}
section.content-section .change-direction span:before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 13px;
  background-image: url("../images/information.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  left: 5px;
  bottom: 3px;
}
section.content-section .change-direction span > a {
  font-family: "Roboto";
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  margin-left: 12px;
  padding-left: 19px;
  text-decoration: underline;
}
section.content-section .change-direction span > a:hover {
  text-decoration: none;
}
section.content-section .change-direction span > a:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../images/direction.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 13px;
  left: 2px;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.content-section .random-poi {
  display: block;
}
section.content-section .random-poi h3 {
  margin-bottom: 14px;
  font-size: 3.2rem;
}
section.content-section .random-poi .padding-random {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 40px;
  display: block;
  background-color: #cce4fc;
  position: relative;
  max-width: 100%;
}
section.content-section .random-poi .padding-random .swiper-wrapper {
  height: auto;
}
section.content-section .random-poi .padding-random .button-next,
section.content-section .random-poi .padding-random .button-prev {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 13px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 5px 13px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 5px 13px 0px rgba(50, 50, 50, 0.2);
  background-repeat: no-repeat;
  background-size: 14px 24px;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  margin-top: -55px;
  cursor: pointer;
}
section.content-section .random-poi .padding-random .button-next:hover,
section.content-section .random-poi .padding-random .button-prev:hover {
  background-color: #f5f5f5;
}
section.content-section .random-poi .padding-random .button-next {
  right: 8px;
  background-image: url("../images/calendar-right.svg");
}
section.content-section .random-poi .padding-random .button-prev {
  left: 8px;
  background-image: url("../images/calendar-left.svg");
}
section.content-section .random-poi .padding-random .swiper-slide:hover .image-block:before {
  opacity: 1;
}
section.content-section .random-poi .padding-random .swiper-slide .image-block {
  display: block;
  position: relative;
  height: 258px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 22px;
}
section.content-section .random-poi .padding-random .swiper-slide .image-block:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.4);
  background-image: url("../images/search-white.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
  opacity: 0;
}
section.content-section .random-poi .padding-random .swiper-slide h3 {
  font-size: 2rem;
  display: block;
  position: relative;
  margin-bottom: 16px;
  color: #0e112c;
}
section.content-section .random-poi .padding-random .swiper-slide p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6em;
  display: block;
  position: relative;
  color: #212121;
}
section.content-section .turn-by-turn-detail {
  padding-top: 82px;
}
section.content-section .turn-by-turn-detail .flex-blocks {
  grid-template-columns: 408px 1fr;
}
section.content-section .turn-by-turn-detail .left {
  float: left;
  width: 376px;
  flex-basis: 376px;
  margin-right: 32px;
}
section.content-section .turn-by-turn-detail .right {
  float: left;
}
section.content-section .turn-by-turn-detail .detail-turn-by-turn {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5em;
  padding: 0px 80px;
}
section.content-section .turn-by-turn-detail .detail-turn-by-turn h2 {
  text-transform: uppercase;
  font-size: 5.6rem;
  margin-bottom: 21px;
  line-height: 1em;
}
section.content-section .turn-by-turn-detail .detail-turn-by-turn h2 ~ h2 {
  font-size: 2.4rem;
}
section.content-section .turn-by-turn-detail .detail-turn-by-turn h2 ~ * h2 {
  font-size: 2.4rem;
}
section.content-section .turn-by-turn-detail .detail-turn-by-turn h3 {
  font-size: 2.4rem;
  margin-bottom: 9px;
  display: block;
  position: relative;
}
section.content-section .turn-by-turn-detail .detail-turn-by-turn p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #0e112c;
  margin-bottom: 38px;
}
section.content-section .turn-by-turn-detail .detail-turn-by-turn ul {
  margin-bottom: 25px;
  padding-left: 18px;
}
section.content-section .turn-by-turn-detail .detail-turn-by-turn ul li {
  margin-bottom: 5px;
  list-style: circle;
  display: list-item;
}
section.content-section .turn-by-turn-detail .detail-turn-by-turn span.location {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 2rem;
  display: block;
  padding-left: 32px;
  position: relative;
  margin-bottom: 40px;
}
section.content-section .turn-by-turn-detail .detail-turn-by-turn span.location:before {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/marker-map.svg");
  background-repeat: no-repeat;
  background-size: 14px 20px;
  background-position: center center;
  left: 0px;
  bottom: 0px;
}
section.content-section .turn-by-turn-detail .detail-turn-by-turn img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 50px;
}
section.content-section .turn-by-turn-detail .detail-turn-by-turn table {
  margin-bottom: 20px;
}
section.content-section .turn-by-turn-detail .detail-turn-by-turn table img {
  margin-bottom: 20px;
  width: 100% !important;
}
section.content-section .turn-by-turn-detail .detail-turn-by-turn table td {
  padding-left: 3px;
  padding-right: 3px;
  width: 50%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
section.content-section .turn-by-turn-detail .detail-turn-by-turn table td:last-child {
  border-right: none;
}
section.content-section .turn-by-turn-detail .detail-turn-by-turn .info-plus {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  display: block;
  position: relative;
  padding: 6px 12px;
  border-left: 4px solid #ffe082;
  background-color: #f5f5f5;
  margin-bottom: 16px;
}
section.content-section .turn-by-turn-detail .detail-turn-by-turn .info-plus span {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.6rem;
  color: #0e112c;
}
section.content-section .turn-by-turn-detail .detail-turn-by-turn .big-info-yellow {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 21px 60px;
  background-color: #ffe082;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 10px;
  text-align: center;
}
section.content-section .turn-by-turn-detail .detail-turn-by-turn .big-info-yellow p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5em;
  display: block;
  position: relative;
  margin-bottom: 22px;
}
section.content-section .turn-by-turn-detail .detail-turn-by-turn .big-info-yellow p > a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  color: #2962ff;
}
section.content-section .turn-by-turn-detail .detail-turn-by-turn .big-info-yellow .btn:hover {
  background-color: #e8cc78;
}
section.content-section .filter-block .tabs-panes {
  padding-top: 38px;
  padding-bottom: 60px;
}
section.content-section .filter-block h3 {
  font-size: 2rem !important;
  margin-bottom: 14px;
}
section.content-section .filter-block h3 .mobile-filter {
  display: none;
}
section.content-section .filter-block .padding-filter {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  display: block;
  position: relative;
  background-color: #f5f5f5;
  margin-bottom: 42px;
}
section.content-section .filter-block .padding-filter .parts {
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}
section.content-section .filter-block .padding-filter .parts:last-of-type {
  border-bottom: 0px;
}
section.content-section .filter-block .padding-filter .parts.help-block {
  padding: 25px;
}
section.content-section .filter-block .padding-filter .parts:first-of-type .flex-block {
  padding: 28px 24px 0px;
}
section.content-section .filter-block .padding-filter .parts .flex-block {
  float: left;
  padding: 28px 24px 20px;
}
section.content-section .filter-block .padding-filter .parts h4 {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
}
section.content-section .filter-block .padding-filter .parts .form-inline {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  margin-bottom: 25px;
}
section.content-section .filter-block .padding-filter .parts .form-inline:last-of-type {
  margin-right: 0px;
}
section.content-section .filter-block .padding-filter .parts .btn {
  font-family: "Roboto";
  font-weight: 700;
  height: 48px;
  line-height: 48px;
  text-transform: uppercase;
  font-size: 2rem;
  padding: 0px 52px;
}
section.content-section .filter-block .padding-filter .parts .btn:after {
  display: none;
}
section.content-section .filter-block .with-arg {
  margin-bottom: 15px;
}
section.content-section .filter-block .with-arg h3 {
  display: inline-block;
  margin-right: 16px;
}
section.content-section .filter-block .with-arg .clear {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Roboto";
  font-weight: 400;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
  padding: 6px 40px 6px 12px;
  background-color: #f5f5f5;
  color: #0e112c;
}
section.content-section .filter-block .with-arg .clear:hover {
  background-color: #ffe082;
}
section.content-section .filter-block .with-arg .clear:hover:after {
  transform: translateY(-50%) rotate(90deg);
}
section.content-section .filter-block .with-arg .clear:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/checkbox.svg");
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: center center;
}
section.content-section .filter-block .gallery-block-filter {
  margin-bottom: 9px;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}
section.content-section .filter-block .gallery-block-filter .flex-block {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  min-height: 309px;
}
section.content-section .filter-block .gallery-block-filter .flex-block:nth-child(3n + 3) {
  margin-right: 0px;
}
section.content-section .filter-block .gallery-block-filter .flex-block:hover {
  padding: 12px 12px 7px 12px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
}
section.content-section .filter-block .gallery-block-filter .flex-block:hover .image-block {
  height: 264px;
}
section.content-section .filter-block .gallery-block-filter .flex-block.our-tip {
  padding: 12px 12px 7px 12px;
  background-color: #cce4fc;
}
section.content-section .filter-block .gallery-block-filter .flex-block.our-tip:hover {
  padding: 12px 12px 7px 12px;
}
section.content-section .filter-block .gallery-block-filter .flex-block.our-tip .image-block {
  height: 264px;
}
section.content-section .filter-block .gallery-block-filter .flex-block .image-block {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 282px;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 8px;
}
section.content-section .filter-block .gallery-block-filter .flex-block .image-block span {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 1.2rem;
  display: block;
  position: absolute;
  bottom: 8px;
  left: 8px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 2px 8px 4px 8px;
  background-color: #212121;
}
section.content-section .filter-block .gallery-block-filter .flex-block span {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.4rem;
  color: #0e112c;
  display: block;
  position: relative;
}
section.content-section .filter-block .pagination {
  display: block;
  position: relative;
  margin-top: 38px;
}
section.content-section .filter-block .pagination .paginated_link {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  overflow: hidden;
  display: inline-block;
  list-style: none;
  width: 48px;
  height: 48px;
  background-color: #f5f5f5;
  vertical-align: middle;
  margin-right: 8px;
}
section.content-section .filter-block .pagination .paginated_link:last-of-type {
  margin-right: 0px;
}
section.content-section .filter-block .pagination .paginated_link.active span,
section.content-section .filter-block .pagination .paginated_link.active a {
  background-color: #ffe082;
}
section.content-section .filter-block .pagination .paginated_link.active span:hover,
section.content-section .filter-block .pagination .paginated_link.active a:hover {
  background-color: #ffe082;
}
section.content-section .filter-block .pagination .paginated_link span,
section.content-section .filter-block .pagination .paginated_link a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 1.6rem;
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
  line-height: 48px;
  background-repeat: no-repeat;
  background-size: 5px 10px;
  background-position: center center;
}
section.content-section .filter-block .pagination .paginated_link span.prev,
section.content-section .filter-block .pagination .paginated_link a.prev {
  background-image: url("../images/arrow-left-l.svg");
}
section.content-section .filter-block .pagination .paginated_link span.next,
section.content-section .filter-block .pagination .paginated_link a.next {
  background-image: url("../images/arrow-right.svg");
}
section.content-section .filter-block .pagination .paginated_link span:hover,
section.content-section .filter-block .pagination .paginated_link a:hover {
  background-color: #ffecb3;
}
section.turn-by-turn-section .turn-by-turn {
  display: block;
  width: 100%;
  height: 420px;
  position: relative;
}
section.turn-by-turn-section .turn-by-turn .button-map {
  font-family: "Roboto";
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  display: block;
  position: absolute;
  height: 56px;
  line-height: 56px;
  background-color: #ffffff;
  color: #212121;
  bottom: 40px;
  z-index: 10;
  padding: 0px 32px;
  font-size: 2rem;
}
section.turn-by-turn-section .turn-by-turn .button-map:hover {
  background-color: #ffe082;
}
section.turn-by-turn-section .turn-by-turn .button-map.left {
  left: 40px;
}
section.turn-by-turn-section .turn-by-turn .button-map.left:hover span:after {
  left: -3px;
}
section.turn-by-turn-section .turn-by-turn .button-map.left span {
  padding-left: 32px;
}
section.turn-by-turn-section .turn-by-turn .button-map.left span:after {
  left: 0px;
  background-image: url("../images/arrow-left.svg");
}
section.turn-by-turn-section .turn-by-turn .button-map.right {
  right: 40px;
}
section.turn-by-turn-section .turn-by-turn .button-map.right:hover span:after {
  right: -3px;
}
section.turn-by-turn-section .turn-by-turn .button-map.right span {
  padding-right: 32px;
}
section.turn-by-turn-section .turn-by-turn .button-map.right span:after {
  right: 0px;
  background-image: url("../images/arrow-right-l.svg");
}
section.turn-by-turn-section .turn-by-turn .button-map span {
  display: inline-block;
  position: relative;
}
section.turn-by-turn-section .turn-by-turn .button-map span:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 18px 14px;
  background-position: center center;
  transform: translateY(-50%);
  top: 50%;
}
section.turn-by-turn-section .turn-by-turn .map {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
/* End Sections */
/* Start Footer */
footer {
  display: block;
  position: relative;
  background-color: #f5f5f5;
}
footer .quote-block {
  text-align: center;
}
footer .quote-block .table-help {
  height: 96px;
}
footer .quote-block .logo {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  vertical-align: middle;
}
footer .quote-block p {
  font-size: 2rem;
  color: #212121;
  display: inline-block;
  padding-left: 24px;
}
footer .footer-blocks {
  border-top: 1px solid #dfdfdf;
  padding: 24px 0px 24px;
}
footer .footer-blocks .flex-blocks {
  grid-template-columns: 25% 25% 25% 25%;
}
footer .footer-blocks .flex-block {
  min-height: 264px;
  position: relative;
}
footer .footer-blocks .flex-block:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.1);
  top: 2px;
  right: 0px;
}
footer .footer-blocks .flex-block.special .help-block h4 {
  display: inline-block;
  padding-right: 40px;
}
footer .footer-blocks .flex-block.special .help-block h4 .absolute-block-arrows {
  position: absolute;
  display: block;
  right: -18px;
  top: 23px;
}
footer .footer-blocks .flex-block:nth-child(1) {
  /*width: 25%;
        flex-basis: 25%;
        margin-right: 2%;*/
}
footer .footer-blocks .flex-block:nth-child(2) {
  /*width: 22%;
        flex-basis: 22%;
        margin-right: 2%;*/
  padding-left: 40px;
}
footer .footer-blocks .flex-block:nth-child(3) {
  /*width: 22%;
        flex-basis: 22%;
        margin-right: 2%;*/
  padding-left: 20px;
}
footer .footer-blocks .flex-block:nth-child(3):after {
  display: none;
}
footer .footer-blocks .flex-block:nth-child(4) {
  /*width: 25%;
        flex-basis: 25%;*/
}
footer .footer-blocks .flex-block:nth-child(4):after {
  display: none;
}
footer .footer-blocks .flex-block h4 {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 16px;
  letter-spacing: 0.7px;
}
footer .footer-blocks .flex-block p {
  font-size: 1.2rem;
  color: #212121;
  margin-bottom: 16px;
  line-height: 1.8em;
  padding-right: 72px;
}
footer .footer-blocks .flex-block ul li {
  margin-bottom: 17px;
  list-style: none;
  display: block;
}
footer .footer-blocks .flex-block ul li:last-of-type {
  margin-bottom: 0px;
}
footer .footer-blocks .flex-block ul li a {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.4rem;
  color: #757575;
  display: inline-block;
  position: relative;
}
footer .footer-blocks .flex-block ul li a:hover:after {
  opacity: 1;
  left: 0;
}
footer .footer-blocks .flex-block ul li a:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #757575;
  opacity: 0;
  left: -8px;
  bottom: -2px;
}
footer .footer-blocks .flex-block .social-site {
  margin-bottom: 19px;
}
footer .footer-blocks .flex-block .social-site a {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center center;
  margin-right: 5px;
}
footer .footer-blocks .flex-block .social-site a:last-of-type {
  margin-right: 0px;
}
footer .footer-blocks .flex-block .email {
  font-family: "Roboto";
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1.6rem;
  display: inline-block;
  position: relative;
  color: #2962ff;
  text-decoration: underline;
}
footer .footer-blocks .flex-block .email:hover {
  text-decoration: none;
}
footer .footer-blocks .flex-block .swiper-button-next,
footer .footer-blocks .flex-block .swiper-button-prev {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
footer .footer-blocks .flex-block .swiper-button-next:after,
footer .footer-blocks .flex-block .swiper-button-prev:after {
  display: none;
}
footer .footer-blocks .flex-block .swiper-button-next {
  background-image: url("../images/slider-right.svg");
  right: -22px;
}
footer .footer-blocks .flex-block .swiper-button-prev {
  background-image: url("../images/slider-left.svg");
  left: -10px;
  top: 0px;
}
footer .footer-blocks .flex-block .swiper-container .swiper-slide img {
  display: block;
  position: relative;
  margin-bottom: 6px;
  max-height: 148px;
  max-width: 100%;
  width: 100%;
}
footer .footer-blocks .flex-block .swiper-container .swiper-slide h5 {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 1.2rem;
  display: block;
  position: relative;
  color: #212121;
  margin-bottom: 8px;
}
footer .footer-blocks .flex-block .swiper-container .swiper-slide p {
  color: #757575;
  line-height: 1.4em;
  font-size: 1.2rem;
  padding-right: 0px;
}
footer .footer-down {
  display: block;
  background-color: #212121;
  padding: 25px 0;
}
footer .footer-down span {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.2rem;
  color: #e0e0e0;
  display: block;
  text-align: center;
  letter-spacing: 0.1px;
}
footer .footer-down span > a {
  color: #ffe082;
  display: inline-block;
}
footer .footer-down span > a:before {
  background-color: #ffe082;
}
/* End Footer*/
.upper-bar {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: #f5f5f5;
  padding: 10px 0px 12px;
  z-index: 10;
}
.upper-bar:hover {
  z-index: 10000;
}
.upper-bar a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.2rem;
  color: #212121;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin-right: 36px;
  margin-left: 36px;
  letter-spacing: 0.5px;
}
.upper-bar a:before {
  background-color: #212121;
}
.upper-bar a:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 14px;
  right: -40px;
  background-color: #e0e0e0;
  bottom: 0px;
}
.upper-bar a:first-of-type {
  margin-left: 0px;
}
.upper-bar a:last-of-type {
  margin-right: 0px;
}
.upper-bar a:last-of-type:after {
  display: none;
}
.upper-bar a:hover .window {
  opacity: 1;
  visibility: visible;
  top: 20px;
}
.upper-bar a .window {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition-delay: 0.2s;
  display: block;
  position: absolute;
  width: 360px;
  height: auto !important;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.1);
  opacity: 0;
  visibility: hidden;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  z-index: 1000;
  padding: 24px 152px 24px 24px;
  text-align: left;
}
.upper-bar a .window h2 {
  font-size: 1.6rem;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.6em;
  margin-bottom: 16px;
}
.upper-bar a .window .btn {
  height: 36px;
  line-height: 36px;
  padding-left: 16px;
  padding-right: 32px;
  font-size: 1.5rem;
  text-transform: none;
}
.upper-bar a .window img {
  position: absolute;
  display: block;
  right: 0px;
  bottom: 0px;
}
.modal {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  position: fixed;
  display: block;
  width: 95%;
  height: 95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  z-index: 101;
  overflow: hidden;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal .exit {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  z-index: 10;
  height: 30px;
  cursor: pointer;
  background-color: #ffe082;
}
.modal .exit:before,
.modal .exit:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #212121;
  top: 14px;
  left: 0px;
}
.modal .exit:before {
  transform: rotate(45deg);
}
.modal .exit:after {
  transform: rotate(-45deg);
}
.modal .map {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.background-span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 21, 21, 0.5);
  top: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  cursor: pointer;
}
.background-span.active {
  opacity: 1;
  visibility: visible;
}
#sb_instagram #sbi_images .sbi_item.sbi_transition {
  opacity: 1 !important;
  min-height: 50px !important;
}
#cookie-notice {
  border-top: 1px solid #ffe082;
}
#cookie-notice .cookie-notice-container {
  padding: 5px;
}
#cookie-notice .cn-button {
  padding: 4px;
  background: #ffe082;
  color: white;
  text-transform: uppercase;
}
.banner-adver {
  text-align: center;
}
@media screen and (min-width: 2000px) and (min-height: 0px) {
  /*.help-bigger {
    width: 2000px;
  }
  section {
    .two-blocks {
      width: 2000px !important;
    }
  }*/
  .wrap-block {
    width: 2000px;
  }
}
@media screen and (min-width: 1921px) and (min-height: 0px) {
  /* .help-bigger {
    width: 1920px !important;
    margin: 0 auto;
  }
  section {
    .two-blocks {
      width: 1920px !important;
      margin: 0 auto !important;
    }
  }*/
  header .lower-bar .padding-header {
    width: 1920px !important;
    display: block;
    margin: 0 auto;
    position: relative;
    height: 100%;
  }
  .padding-main {
    width: 1920px !important;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .padding-block {
    width: 1920px !important;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  footer .footer-blocks .padding-block {
    display: grid;
  }
}
@media screen and (max-width: 1919px) and (min-width: 0px) {
  header.smaller .lower-bar {
    height: 95px;
  }
  header.smaller .lower-bar .map {
    height: 95px;
  }
  header .lower-bar {
    height: 125px;
  }
  header .lower-bar .logo {
    width: 80px;
    height: 80px;
  }
  header .lower-bar nav {
    left: 172px;
  }
  header .lower-bar nav ul li {
    margin-right: 45px;
  }
  header .lower-bar .map-click .map {
    width: 430px;
  }
  header .submenu .old-headline {
    grid-template-columns: 30% 70%;
  }
  header .submenu .old-headline .left {
    /*width: 30%;
        flex-basis: 30%;*/
    padding: 0px 70px;
  }
  header .submenu .old-headline .left h2 {
    font-size: 3.8rem;
  }
  header .submenu .old-headline .right {
    /*width: 70%;
        flex-basis: 70%;*/
  }
  header .submenu .old-headline .right h2 {
    font-size: 5.4rem;
  }
  header .submenu .events .left {
    padding-left: 120px;
  }
  header .submenu .events .right {
    padding-right: 120px;
  }
  main {
    padding-top: 165px;
  }
  .banner-adver.bigger {
    margin: 70px 0px;
  }
  .banner-adver a {
    max-width: 1050px;
  }
  .padding-main {
    padding: 0px 110px;
  }
  section.main-hp .image-block .info-block {
    padding: 40px 60px;
    width: 748px;
  }
  section.main-hp .image-block .info-block h2 {
    margin-bottom: 20px;
  }
  section.main-hp .navigation-block .flex-block .table-help {
    height: 170px;
  }
  section.main-hp .navigation-block .flex-block .icon {
    width: 55px;
    height: 55px;
    margin-bottom: 12px;
  }
  section.about-hp .about-block .flex-blocks {
    margin-bottom: 70px;
  }
  section.about-hp .about-block .flex-block:last-of-type {
    margin-left: 20px;
  }
  section.about-hp .about-block .flex-block .right {
    padding-right: 30px;
  }
  section.about-hp .about-block .flex-block h2 {
    margin-bottom: 35px;
  }
  section.about-hp .about-block .flex-block p {
    margin-bottom: 30px;
    line-height: 1.7em;
  }
  section.about-hp .about-block .flex-block .two-blocks .block {
    padding: 0px 30px;
  }
  section.about-hp .social-block .main-blocks .flex-blocks {
    grid-template-columns: 380px 1fr;
  }
  section.about-hp .social-block .main-blocks:first-of-type {
    width: 355px;
    margin-right: 25px;
  }
  section.another-project-hp {
    padding: 75px 0px 0px;
  }
  section.another-project-hp .flex-blocks {
    padding-bottom: 70px;
  }
  section.another-project-hp .flex-block {
    padding: 30px 22px 0px 24px;
    min-height: 270px;
    margin-right: 28px;
  }
  section.another-project-hp .flex-block h3 {
    font-size: 2.8rem;
    max-width: 70%;
  }
  section.another-project-hp .flex-block img {
    max-width: 100px;
  }
  section.content-section .content-block-main {
    grid-template-columns: 1fr 388px;
  }
  section.content-section .content-block-main .right-content {
    width: 356px;
    flex-basis: 356px;
  }
  section.content-section .filled-right-blocks .own-fill-board h4 {
    padding-right: 25px;
  }
  section.content-section .filled-right-blocks .image-filled {
    padding: 28px 28px;
    top: 173px;
  }
  section.content-section .filled-right-blocks .image-filled.down {
    top: 133px;
  }
  section.content-section .filled-right-blocks .poi-block {
    padding: 0px 34px;
  }
  section.content-section .tabs-block .tab-pane .links-block {
    grid-gap: 28px;
  }
  section.content-section .search-block .padding-form {
    padding: 22px;
    margin-bottom: 34px;
  }
  section.content-section .search-block .left-content {
    padding-right: 70px;
  }
  section.content-section .search-block .faqs-block {
    margin-bottom: 34px;
  }
  section.content-section .search-block form button {
    font-size: 1.4rem;
  }
  section.content-section .poi-block .content-block-main {
    grid-template-columns: 71% 388px;
  }
  section.content-section .faq-detail .left-content {
    grid-template-columns: 388px 1fr;
  }
  section.content-section .faq-detail .left {
    width: 356px;
  }
  section.content-section .faq-detail .detail-out {
    padding: 0px 45px 40px 45px;
  }
  section.content-section .faq-detail .detail-out h2 {
    font-size: 5rem;
  }
  section.content-section .faq-detail .detail-out h3 {
    margin-bottom: 35px;
  }
  section.content-section .faq-detail .detail-out img {
    margin-bottom: 35px;
  }
  section.content-section .faq-detail .detail-out p {
    margin-bottom: 32px;
  }
  section.content-section .faq-detail .detail-out ol,
  section.content-section .faq-detail .detail-out ul {
    margin-bottom: 30px;
  }
  section.content-section .faq-detail .detail-out ul li {
    margin-bottom: 25px;
  }
  section.content-section .faq-detail .detail-out .breakpoints {
    height: 35px;
  }
  section.content-section .three-blocks .flex-block h3 {
    font-size: 2.8rem;
  }
  section.content-section .three-blocks .flex-block .yellow-block {
    padding: 34px 36px;
    font-size: 3rem;
  }
  section.content-section .poi-detail .left-content {
    padding-right: 20px;
  }
  section.content-section .poi-detail .padding-carousel {
    padding: 35px;
  }
  section.content-section .poi-detail .carousel-block {
    /*.main-image {
          top: 100px;
          left: 135px;
          width: calc(100% - 2 * 135px);
          height: calc(100% - 2 * 100px);
        }*/
  }
  section.content-section .poi-detail .carousel-block img {
    width: 75%;
  }
  section.content-section .poi-detail .carousel-block .button-prev {
    left: 28px;
  }
  section.content-section .poi-detail .carousel-block .button-next {
    right: 28px;
  }
  section.content-section .poi-detail .information-poi .information-block .flex-block {
    padding: 24px 15px;
  }
  section.content-section .books-block .book-block {
    padding-right: 60px;
  }
  section.content-section .detail-book {
    padding-top: 80px;
  }
  section.content-section .detail-book .left .similar-book .books {
    grid-gap: 35px;
  }
  section.content-section .detail-book .right {
    padding: 0px 40px;
  }
  section.content-section .detail-book .right .text-block {
    margin-bottom: 35px;
  }
  section.content-section .detail-book .right .text-block h2 {
    margin-bottom: 32px;
  }
  section.content-section .detail-book .right .selector-block {
    margin-bottom: 35px;
  }
  section.content-section .calendar-block .flex-blocks {
    grid-template-columns: 352px 1fr;
  }
  section.content-section .calendar-block .left {
    width: 320px;
    flex-basis: 320px;
  }
  section.content-section .calendar-block .right .event-block .block-event.our-tip {
    grid-template-columns: 170px 1fr !important;
  }
  section.content-section .calendar-block .right .event-block .block-event.our-tip .text-block {
    padding: 0px 20px;
  }
  section.content-section .calendar-block .right .event-block .block-event .image-block {
    width: 170px;
    flex-basis: 170px;
  }
  section.content-section .calendar-block .right .event-block .block-event .text-block span {
    padding-right: 110px;
  }
  section.content-section .calendar-block .right .event-block .block-event .text-block .absolute-block .social-site a {
    margin-right: 10px;
  }
  section.content-section .random-poi .padding-random {
    padding: 35px;
  }
  section.content-section .random-poi .padding-random .swiper-slide .image-block {
    height: 240px;
    margin-bottom: 18px;
  }
  section.content-section .turn-by-turn-detail {
    padding-top: 80px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn {
    padding: 0 20px;
    font-size: 1.55rem;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn h2 {
    font-size: 5.2rem;
    margin-bottom: 18px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn span.location {
    margin-bottom: 30px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn img {
    margin-bottom: 40px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn .info-plus {
    margin-bottom: 14px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn p {
    margin-bottom: 30px;
    font-size: 1.55rem;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn .big-info-yellow {
    padding: 18px 45px;
  }
  section.content-section .filter-block .padding-filter .parts.help-block {
    padding: 20px;
  }
  section.content-section .filter-block .padding-filter .parts:first-of-type .flex-block {
    padding: 25px 20px 0;
  }
  section.content-section .filter-block .padding-filter .parts .flex-block {
    padding: 25px 20px 20px;
  }
  section.content-section .filter-block .padding-filter .parts h4 {
    margin-bottom: 16px;
  }
  section.content-section .filter-block .padding-filter .parts .form-inline {
    margin-bottom: 22px;
    margin-right: 18px;
  }
  section.content-section .filter-block .padding-filter .parts .btn {
    font-size: 1.9rem;
  }
  .padding-right-content {
    padding-right: 390px;
  }
  .padding-left-content {
    padding-left: 390px;
  }
  footer .quote-block .table-help {
    height: 90px;
  }
  footer .quote-block p {
    top: 4px;
  }
  footer .footer-blocks .flex-block {
    min-height: 250px;
  }
  footer .footer-blocks .flex-block p {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1550px) and (min-width: 0px) {
  .container {
    width: 1024px;
  }
  header .lower-bar .logo {
    width: 72px;
    height: 72px;
    left: 35px;
  }
  header .lower-bar nav {
    left: 145px;
  }
  header .lower-bar nav ul li {
    margin-right: 35px;
  }
  header .lower-bar nav ul li a {
    font-size: 1.5rem;
  }
  header .lower-bar nav ul li a.search {
    width: 22px;
    height: 22px;
  }
  header .lower-bar .map-click {
    right: 35px;
  }
  header .lower-bar .map-click .map {
    width: 390px;
  }
  header .submenu .old-headline {
    grid-template-columns: 35% 65%;
  }
  header .submenu .old-headline .left {
    /*width: 35%;
        flex-basis: 35%;*/
    padding: 0px 50px;
  }
  header .submenu .old-headline .left h2 {
    margin-bottom: 20px;
    font-size: 3.6rem;
  }
  header .submenu .old-headline .left p {
    margin-bottom: 20px;
  }
  header .submenu .old-headline .right {
    /*width: 65%;
        flex-basis: 65%;*/
    padding-left: 70px;
  }
  header .submenu .old-headline .right .margin {
    max-width: 580px;
  }
  header .submenu .old-headline .right h2 {
    font-size: 5.2rem;
    margin-bottom: 20px;
  }
  header .submenu .old-headline .right p {
    margin-bottom: 20px;
  }
  header .submenu .turn-by-turn .button-map {
    height: 52px;
    line-height: 52px;
  }
  header .submenu .events .left {
    padding-left: 60px;
    width: 620px;
    flex-basis: 620px;
  }
  header .submenu .events .left .column .flex-block {
    padding: 35px 0px;
  }
  header .submenu .events .left .column .flex-block .border-left {
    padding: 0px 35px;
  }
  header .submenu .events .right {
    padding-right: 60px;
    padding-top: 45px;
    padding-left: 35px;
    padding-bottom: 45px;
  }
  .banner-adver {
    margin: 35px 0px;
  }
  .banner-adver.bigger {
    margin: 60px 0px;
  }
  .banner-adver a {
    max-width: 940px;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  .padding-main {
    padding: 0 65px;
  }
  .padding-block {
    padding: 0px 35px;
  }
  section.main-hp .image-block .info-block {
    left: 35px;
  }
  section.main-hp .navigation-block .flex-block .table-help {
    height: 160px;
  }
  section.main-hp .navigation-block .flex-block .icon {
    width: 50px;
    height: 50px;
  }
  section.about-hp .about-block .flex-block .right {
    padding-right: 20px;
  }
  section.about-hp .about-block .flex-block h2 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
  section.about-hp .about-block .flex-block p {
    font-size: 1.7rem;
    margin-bottom: 25px;
  }
  section.about-hp .about-block .flex-block .two-blocks .block {
    height: 525px;
    padding: 0px 25px;
  }
  section.about-hp .about-block .flex-block .two-blocks .block h3 {
    font-size: 1.9rem;
    margin-bottom: 20px;
  }
  section.about-hp .about-block .flex-block .two-blocks .block img {
    margin-bottom: 14px;
  }
  section.about-hp .social-block .flex-blocks {
    grid-template-columns: 345px 1fr;
  }
  section.about-hp .social-block .main-blocks:first-of-type {
    width: 320px;
    flex-basis: 320px;
    margin-right: 25px;
  }
  section.about-hp .social-block .main-blocks .space-around {
    padding: 8px 8px 0px 8px;
  }
  section.about-hp .social-block .main-blocks .space-around .show-images,
  section.about-hp .social-block .main-blocks .space-around .sbi_images {
    flex-wrap: wrap !important;
    grid-template-columns: repeat(6, 1fr);
  }
  section.about-hp .social-block .main-blocks .space-around .show-images a,
  section.about-hp .social-block .main-blocks .space-around .sbi_images a,
  section.about-hp .social-block .main-blocks .space-around .show-images .sbi_item,
  section.about-hp .social-block .main-blocks .space-around .sbi_images .sbi_item {
    flex: unset;
    width: 100%;
  }
  section.about-hp .social-block .main-blocks .space-around .show-images a:nth-child(4n + 4),
  section.about-hp .social-block .main-blocks .space-around .sbi_images a:nth-child(4n + 4),
  section.about-hp .social-block .main-blocks .space-around .show-images .sbi_item:nth-child(4n + 4),
  section.about-hp .social-block .main-blocks .space-around .sbi_images .sbi_item:nth-child(4n + 4) {
    margin-right: 0px !important;
  }
  section.another-project-hp {
    padding: 65px 0px 0px;
  }
  section.another-project-hp .flex-blocks {
    padding-bottom: 60px;
  }
  section.another-project-hp .flex-block {
    margin-right: 22px;
    min-height: 260px;
    padding: 26px 20px 0px 20px;
  }
  section.another-project-hp .flex-block h3 {
    font-size: 2.4rem;
    max-width: 70%;
  }
  section.another-project-hp .flex-block p {
    padding-right: 40px;
  }
  section.yellow-section {
    padding: 18px 0 22px;
  }
  section.yellow-section h2 {
    font-size: 3rem;
    margin-bottom: 14px;
  }
  section.content-section .content-block-main .right-content {
    width: 340px;
    flex-basis: 340px;
    margin-left: 28px;
  }
  section.content-section .filled-right-blocks .own-fill-board {
    height: 270px;
    padding: 30px 22px;
  }
  section.content-section .filled-right-blocks .own-fill-board h4 {
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
  section.content-section .filled-right-blocks .own-fill-board img {
    max-width: 110px;
  }
  section.content-section .filled-right-blocks .image-filled {
    padding: 19px;
  }
  section.content-section .filled-right-blocks .poi-block {
    padding: 0px 30px;
    height: 500px;
  }
  section.content-section .filled-right-blocks .poi-block h3 {
    font-size: 1.9rem !important;
    margin-bottom: 16px !important;
  }
  section.content-section .filled-right-blocks .poi-block img {
    margin-bottom: 14px;
  }
  section.content-section .filled-right-blocks .poi-block h4 {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  section.content-section .filled-right-blocks .poi-block p {
    font-size: 1.5rem;
    line-height: 1.5em;
  }
  section.content-section .filled-right-blocks .faq-detail-block .btn-grey {
    height: 64px;
    line-height: 63px;
    font-size: 1.9rem;
  }
  section.content-section .filled-right-blocks .faq-detail-block .questions li a {
    padding: 12px 14px 14px;
  }
  section.content-section .tabs-block .tabs-panes {
    padding-bottom: 65px;
  }
  section.content-section .tabs-block .tabs-panes.links-block .filled-right-blocks {
    margin-top: 112px;
  }
  section.content-section .tabs-block .tab-pane h3 {
    font-size: 3rem;
    margin-bottom: 35px;
  }
  section.content-section .tabs-block .tab-pane .links-block .flex-block {
    padding: 22px;
  }
  section.content-section .search-block {
    padding-bottom: 70px;
  }
  section.content-section .search-block h3 {
    font-size: 2.2rem;
  }
  section.content-section .search-block .padding-form {
    padding: 20px;
    margin-bottom: 28px;
  }
  section.content-section .search-block .left-content {
    padding-right: 25px;
  }
  section.content-section .search-block form button {
    padding: 0 50px 0 25px;
  }
  section.content-section .search-block .faqs-block {
    margin-bottom: 28px;
  }
  section.content-section .search-block .faqs-block .faq-block .text-block {
    padding: 0 90px 0 35px;
  }
  section.content-section .faq-detail {
    padding-bottom: 60px;
    padding-top: 30px;
  }
  section.content-section .faq-detail .left-content {
    grid-template-columns: 368px 1fr;
  }
  section.content-section .faq-detail .left {
    width: 340px;
    flex-basis: 340px;
    margin-right: 28px;
  }
  section.content-section .faq-detail .detail-out {
    padding: 0px 10px 35px 10px;
  }
  section.content-section .faq-detail .detail-out h2 {
    font-size: 4rem;
    margin-bottom: 30px;
  }
  section.content-section .faq-detail .detail-out h3 {
    margin-bottom: 35px;
  }
  section.content-section .faq-detail .detail-out h4 {
    font-size: 1.7rem;
  }
  section.content-section .faq-detail .detail-out img {
    margin-bottom: 30px;
  }
  section.content-section .faq-detail .detail-out p {
    margin-bottom: 25px;
    font-size: 1.7rem;
  }
  section.content-section .faq-detail .detail-out ol,
  section.content-section .faq-detail .detail-out ul {
    margin-bottom: 25px;
  }
  section.content-section .faq-detail .detail-out ol li,
  section.content-section .faq-detail .detail-out ul li {
    font-size: 1.7rem;
  }
  section.content-section .faq-detail .detail-out ul li {
    margin-bottom: 25px;
  }
  section.content-section .faq-detail .detail-out .breakpoints {
    height: 30px;
  }
  section.content-section .three-blocks {
    padding: 70px 0px;
  }
  section.content-section .three-blocks .flex-block h3 {
    font-size: 2.6rem;
  }
  section.content-section .three-blocks .flex-block .yellow-block {
    padding: 32px 34px;
    font-size: 2.8rem;
  }
  section.content-section .poi-back {
    margin-bottom: 12px;
  }
  section.content-section .poi-back .btn-grey {
    margin-right: 18px;
  }
  section.content-section .poi-back span {
    font-size: 1.9rem;
  }
  section.content-section .poi-detail {
    padding-bottom: 70px;
  }
  section.content-section .poi-detail .carousel-block {
    margin-bottom: 20px;
    height: 670px;
  }
  section.content-section .poi-detail .carousel-block .main-image {
    top: 85px;
    left: 100px;
    width: calc(100% - 2 * 100px);
    height: calc(100% - 2 * 85px);
  }
  section.content-section .poi-detail .carousel-block .button-prev,
  section.content-section .poi-detail .carousel-block .button-next {
    width: 55px;
    height: 150px;
  }
  section.content-section .poi-detail .carousel-block .button-prev {
    left: 24px;
  }
  section.content-section .poi-detail .carousel-block .button-next {
    right: 24px;
  }
  section.content-section .poi-detail .information-poi h3 {
    margin-bottom: 8px;
  }
  section.content-section .poi-detail .information-poi p {
    line-height: 1.6em;
    margin-bottom: 28px;
  }
  section.content-section .poi-detail .information-poi .information-block {
    grid-template-columns: repeat(2, 1fr);
  }
  section.content-section .poi-detail .information-poi .information-block .flex-block {
    padding: 20px 15px;
  }
  section.content-section .poi-detail .another-galleries .flex-block .image-block {
    height: 180px;
  }
  section.content-section .books-block {
    padding-top: 70px;
  }
  section.content-section .books-block .book-block {
    padding-right: 30px;
  }
  section.content-section .books-block .book-block h2 {
    margin-bottom: 20px;
    font-size: 3rem;
  }
  section.content-section .books-block .book-block h3 {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  section.content-section .books-block .book-block p {
    margin-bottom: 30px;
  }
  section.content-section .books-block .books {
    margin-bottom: 50px;
    grid-gap: 20px;
  }
  section.content-section .books-block .books .flex-block .image-block {
    height: 170px;
  }
  section.content-section .detail-book {
    padding-top: 70px;
  }
  section.content-section .detail-book .flex-blocks {
    grid-template-columns: 344px 1fr;
  }
  section.content-section .detail-book .left {
    width: 320px;
    flex-basis: 320px;
    margin-right: 22px;
  }
  section.content-section .detail-book .left .main-image {
    margin-bottom: 35px;
  }
  section.content-section .detail-book .left .similar-book .books {
    grid-gap: 30px;
  }
  section.content-section .detail-book .right {
    padding: 0px 20px;
  }
  section.content-section .detail-book .right .text-block {
    margin-bottom: 40px;
  }
  section.content-section .detail-book .right .text-block h2 {
    margin-bottom: 25px;
    font-size: 3rem;
  }
  section.content-section .detail-book .right .buy-block .inline .logo-amazon {
    width: 75px;
    height: 23px;
  }
  section.content-section .detail-book .right .buy-block .inline span {
    font-size: 1.7rem;
  }
  section.content-section .detail-book .right .buy-block .inline span.title {
    margin-right: 10px;
    font-size: 1.7rem;
  }
  section.content-section .detail-book .right .selector-block {
    margin-bottom: 30px;
  }
  section.content-section .detail-book .right .selector-block a {
    height: 58px;
  }
  section.content-section .calendar-block {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  section.content-section .calendar-block .flex-blocks {
    grid-template-columns: 307px 1fr !important;
  }
  section.content-section .calendar-block .left {
    width: 285px;
    flex-basis: 285px;
    margin-right: 22px;
  }
  section.content-section .calendar-block .left .calendar {
    padding: 15px;
  }
  section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
    font-size: 1.5rem;
  }
  section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-header .pignose-calendar-week {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-header .pignose-calendar-week:before {
    width: 28px;
    height: 28px;
  }
  section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-body .pignose-calendar-unit {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-body .pignose-calendar-unit:before {
    width: 28px;
    height: 28px;
  }
  section.content-section .calendar-block .right .event-block .block-event.our-tip {
    margin-bottom: 30px;
    grid-template-columns: 170px 1fr !important;
  }
  section.content-section .calendar-block .right .event-block .block-event.our-tip .text-block {
    padding: 15px 20px;
    min-height: 154px;
  }
  section.content-section .calendar-block .right .event-block .block-event.our-tip .text-block .absolute-block {
    position: relative;
    bottom: unset;
    right: unset;
    margin-top: 10px;
  }
  section.content-section .calendar-block .right .event-block .block-event .image-block {
    width: 170px;
    flex-basis: 170px;
    min-height: 154px;
    height: unset !important;
  }
  section.content-section .calendar-block .right .event-block .block-event .text-block {
    padding: 20px;
  }
  section.content-section .calendar-block .right .event-block .block-event .text-block h3 {
    font-size: 1.9rem;
    margin-bottom: 14px;
  }
  section.content-section .calendar-block .right .event-block .block-event .text-block span {
    padding-right: 45px;
  }
  section.content-section .calendar-block .right .event-block .block-event .text-block .absolute-block .social-site a {
    margin-right: 10px;
  }
  section.content-section .change-direction {
    margin-bottom: 22px;
  }
  section.content-section .random-poi h3 {
    font-size: 3rem;
  }
  section.content-section .random-poi .padding-random {
    padding: 30px;
  }
  section.content-section .random-poi .padding-random .button-prev,
  section.content-section .random-poi .padding-random .button-next {
    width: 60px;
    height: 60px;
  }
  section.content-section .poi-block .content-block-main {
    grid-template-columns: 67% 388px;
  }
  section.content-section .poi-block.turn-by-turn h2 {
    margin-bottom: 32px;
    font-size: 3.6rem;
  }
  section.content-section .poi-block.turn-by-turn p {
    margin-bottom: 30px;
  }
  section.content-section .poi-block .tabs-panes .poi-content {
    padding-bottom: 65px;
  }
  section.content-section .turn-by-turn-detail {
    padding-top: 70px;
  }
  section.content-section .turn-by-turn-detail .flex-blocks {
    grid-template-columns: 368px 1fr;
  }
  section.content-section .turn-by-turn-detail .left {
    width: 340px;
    flex-basis: 340px;
    margin-right: 28px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn {
    padding: 0 0px;
    font-size: 1.5rem;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn h2 {
    font-size: 4.7rem;
    margin-bottom: 18px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn h3 {
    font-size: 2.3rem;
    margin-bottom: 8px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn span.location {
    margin-bottom: 25px;
    font-size: 1.9rem;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn img {
    margin-bottom: 35px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn .info-plus {
    margin-bottom: 14px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn .info-plus span {
    font-size: 1.5rem;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn p {
    margin-bottom: 25px;
    font-size: 1.5rem;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn .big-info-yellow {
    padding: 15px 30px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn .big-info-yellow p {
    margin-bottom: 20px;
  }
  section.content-section .filter-block .tabs-panes {
    padding-bottom: 55px;
  }
  section.content-section .filter-block .padding-filter {
    margin-bottom: 35px;
  }
  section.content-section .filter-block .padding-filter .parts.help-block {
    padding: 20px;
  }
  section.content-section .filter-block .padding-filter .parts:first-of-type .flex-block {
    padding: 25px 20px 0;
  }
  section.content-section .filter-block .padding-filter .parts .flex-block {
    padding: 25px 20px 20px;
  }
  section.content-section .filter-block .padding-filter .parts h4 {
    margin-bottom: 16px;
    font-size: 1.5rem;
  }
  section.content-section .filter-block .padding-filter .parts .form-inline {
    margin-bottom: 18px;
    margin-right: 16px;
  }
  section.content-section .filter-block .padding-filter .parts .btn {
    font-size: 1.8rem;
    padding: 0px 45px;
  }
  section.content-section .filter-block .gallery-block-filter {
    grid-gap: 28px;
    margin-bottom: 0px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block {
    min-height: 282px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block:hover {
    padding: 9px 9px 7px 9px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block:hover .image-block {
    height: 240px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block.our-tip {
    padding: 9px 9px 7px 9px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block.our-tip:hover {
    padding: 9px 9px 7px 9px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block.our-tip .image-block {
    height: 240px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block .image-block {
    height: 240px;
  }
  section.content-section .filter-block .with-arg {
    margin-bottom: 12px;
  }
  section.content-section .filter-block .pagination {
    margin-top: 35px;
  }
  section.turn-by-turn-section .turn-by-turn .button-map {
    font-size: 1.8rem;
    padding: 0px 25px;
  }
  .padding-right-content {
    padding-right: 370px;
  }
  .padding-left-content {
    padding-left: 370px;
  }
  footer .quote-block .table-help {
    height: 80px;
  }
  footer .quote-block p {
    font-size: 1.85rem;
  }
  .select2-container--default .select2-selection--single {
    height: 46px !important;
    line-height: 46px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px !important;
    color: #757575 !important;
    padding: 0 14px !important;
  }
  .upper-bar a .window {
    padding: 22px 145px 22px 22px;
  }
  .upper-bar a .window .btn {
    font-size: 1.4rem;
  }
  .container {
    width: 1024px;
  }
  .btn-burger {
    display: none !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 0px) {
  .container {
    width: 948px;
  }
  header {
    margin-top: 36px;
  }
  header.down {
    margin-top: 0px;
  }
  header.smallest .lower-bar {
    height: 95px;
  }
  header .lower-bar {
    height: 110px;
  }
  header .lower-bar .logo {
    width: 64px;
    height: 64px;
    left: 30px;
  }
  header .lower-bar nav {
    left: 115px;
  }
  header .lower-bar nav ul li {
    margin-right: 25px;
  }
  header .lower-bar nav ul li a {
    font-size: 1.4rem;
  }
  header .lower-bar .map-click {
    right: 30px;
  }
  header .form-search button {
    height: 48px;
    line-height: 48px;
  }
  header .submenu .old-headline .left {
    /*width: 35%;
        flex-basis: 35%;*/
    padding: 0px 35px;
  }
  header .submenu .old-headline .left h2 {
    margin-bottom: 15px;
    font-size: 3.4rem;
  }
  header .submenu .old-headline .left p {
    margin-bottom: 15px;
    line-height: 1.5em;
  }
  header .submenu .old-headline .right {
    /* width: 65%;
        flex-basis: 65%;*/
    padding-left: 60px;
  }
  header .submenu .old-headline .right .margin {
    max-width: 540px;
  }
  header .submenu .old-headline .right h2 {
    font-size: 4.8rem;
    margin-bottom: 15px;
  }
  header .submenu .old-headline .right p {
    margin-bottom: 15px;
  }
  header .submenu .turn-by-turn .button-map {
    height: 52px;
    line-height: 52px;
  }
  header .submenu .events .left {
    padding-left: 40px;
  }
  header .submenu .events .left .column .flex-block {
    padding: 30px 0px;
  }
  header .submenu .events .left .column .flex-block .border-left {
    padding: 0px 30px;
  }
  header .submenu .events .right {
    padding-right: 40px;
    padding-top: 35px;
    padding-left: 30px;
    padding-bottom: 35px;
  }
  header .submenu .events .right .flex-block {
    margin-right: 20px;
  }
  header .submenu .events .right .text-block h3 {
    font-size: 1.9rem;
    margin-bottom: 12px;
  }
  main {
    padding-top: 146px;
  }
  .padding-block {
    padding: 0px 30px;
  }
  .padding-main {
    padding: 0px 30px;
  }
  .banner-adver {
    margin: 30px 0px;
  }
  .banner-adver.bigger {
    margin: 50px 0px;
  }
  .banner-adver a {
    max-width: 820px;
  }
  .btn {
    height: 44px;
    line-height: 44px;
    padding-left: 32px;
    padding-right: 38px;
  }
  h2 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 1.9rem;
  }
  section.main-hp .image-block .info-block {
    width: 728px;
    padding: 35px 45px;
    left: 30px;
  }
  section.main-hp .image-block .info-block h2 {
    font-size: 5.5rem;
    margin-bottom: 18px;
  }
  section.main-hp .navigation-block .flex-block .table-help {
    height: 150px;
  }
  section.main-hp .navigation-block .flex-block .icon {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
  }
  section.main-hp .navigation-block .flex-block span {
    font-size: 1.5rem;
  }
  section.about-hp .about-block .flex-blocks {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }
  section.about-hp .about-block .flex-block {
    /*&:first-of-type {
          //width: calc(100% - 720px);
          //flex-basis: calc(100% - 720px);
        }
        &:last-of-type {
          width: 700px;
          flex-basis: 700px;
          margin-left: 20px;
        }*/
  }
  section.about-hp .about-block .flex-block:first-of-type {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 15px;
  }
  section.about-hp .about-block .flex-block:last-of-type {
    width: 100%;
    flex-basis: 100%;
    margin-left: 0px;
  }
  section.about-hp .about-block .flex-block .two-blocks {
    display: inline-block !important;
    text-align: center;
    width: 100%;
  }
  section.about-hp .about-block .flex-block .two-blocks .block {
    display: inline-block !important;
    float: unset;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  section.about-hp .about-block .flex-block .two-blocks .block.advertisement {
    padding: 15px 0px;
  }
  section.about-hp .about-block .flex-block .two-blocks .block.advertisement .help-cell {
    display: block;
  }
  section.about-hp .about-block .flex-block .two-blocks .block.advertisement img {
    margin: 0 auto;
  }
  section.about-hp .about-block .flex-block .right {
    padding-right: 10px;
  }
  section.about-hp .about-block .flex-block h2 {
    font-size: 2.8rem;
    margin-bottom: 25px;
  }
  section.about-hp .about-block .flex-block p {
    font-size: 1.55rem;
    margin-bottom: 15px;
  }
  section.about-hp .about-block .flex-block .two-blocks .block {
    padding: 15px 20px;
    width: 340px;
    flex-basis: 340px;
    margin-right: 20px;
    margin-right: 0px;
  }
  section.about-hp .about-block .flex-block .two-blocks .block.advertisement {
    margin-right: 0px;
  }
  section.about-hp .social-block .main-blocks .fb {
    height: 192px;
  }
  section.about-hp .social-block .main-blocks .space-around .show_images,
  section.about-hp .social-block .main-blocks .space-around .sbi_images {
    grid-template-columns: repeat(3, 1fr);
  }
  section.about-hp .social-block .main-blocks .space-around .show_images a,
  section.about-hp .social-block .main-blocks .space-around .sbi_images a,
  section.about-hp .social-block .main-blocks .space-around .show_images .sbi_item,
  section.about-hp .social-block .main-blocks .space-around .sbi_images .sbi_item {
    height: 186px;
    flex: 1;
  }
  section.about-hp .social-block .main-blocks .space-around .show_images a:nth-child(3n + 3),
  section.about-hp .social-block .main-blocks .space-around .sbi_images a:nth-child(3n + 3),
  section.about-hp .social-block .main-blocks .space-around .show_images .sbi_item:nth-child(3n + 3),
  section.about-hp .social-block .main-blocks .space-around .sbi_images .sbi_item:nth-child(3n + 3) {
    margin-right: 0px;
  }
  section.about-hp .social-block .main-blocks .space-around .show_images a:nth-child(4n + 4),
  section.about-hp .social-block .main-blocks .space-around .sbi_images a:nth-child(4n + 4),
  section.about-hp .social-block .main-blocks .space-around .show_images .sbi_item:nth-child(4n + 4),
  section.about-hp .social-block .main-blocks .space-around .sbi_images .sbi_item:nth-child(4n + 4) {
    margin-right: 1.333333% !important;
  }
  section.another-project-hp {
    padding: 55px 0px 0px;
  }
  section.another-project-hp h2 {
    margin-bottom: 20px;
  }
  section.another-project-hp .flex-blocks {
    padding-bottom: 50px;
  }
  section.another-project-hp .flex-block {
    min-height: 240px;
    padding: 22px 18px 0px 18px;
    margin-right: 15px;
  }
  section.another-project-hp .flex-block h3 {
    font-size: 2.2rem;
  }
  section.another-project-hp .flex-block p {
    font-size: 1.55rem;
    padding-right: 30px;
  }
  section.another-project-hp .flex-block img {
    max-width: 75px;
  }
  section.yellow-section h2 {
    margin-bottom: 14px;
    font-size: 2.8rem;
  }
  section.content-section h3 {
    font-size: 2.8rem;
    margin-bottom: 35px;
  }
  section.content-section .content-block-main {
    grid-template-columns: 1fr 342px;
  }
  section.content-section .content-block-main .right-content {
    width: 320px;
    flex-basis: 320px;
    margin-left: 22px;
  }
  section.content-section .filled-right-blocks .own-fill-board {
    margin-bottom: 18px;
    height: 200px;
    padding: 28px 18px;
  }
  section.content-section .filled-right-blocks .own-fill-board h4 {
    font-size: 2.4rem;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  section.content-section .filled-right-blocks .own-fill-board img {
    max-width: 85px;
  }
  section.content-section .filled-right-blocks .image-filled {
    padding: 19px;
    top: 152px;
  }
  section.content-section .filled-right-blocks .image-filled.down {
    top: 118px;
  }
  section.content-section .filled-right-blocks .poi-block {
    padding: 0px 20px;
    height: 450px;
  }
  section.content-section .filled-right-blocks .poi-block h3 {
    font-size: 1.8rem !important;
    margin-bottom: 10px !important;
  }
  section.content-section .filled-right-blocks .poi-block h4 {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
  section.content-section .filled-right-blocks .poi-block img {
    margin-bottom: 10px;
  }
  section.content-section .filled-right-blocks .poi-block p {
    font-size: 1.4rem;
    line-height: 1.4em;
  }
  section.content-section .filled-right-blocks .faq-detail-block .btn-grey {
    height: 58px;
    line-height: 57px;
    font-size: 1.7rem;
  }
  section.content-section .filled-right-blocks .faq-detail-block .btn-grey span {
    padding-left: 30px;
  }
  section.content-section .filled-right-blocks .faq-detail-block .btn-grey span:before {
    width: 20px;
    height: 20px;
  }
  section.content-section .filled-right-blocks .faq-detail-block .questions li a {
    padding: 10px 12px 12px;
  }
  section.content-section .filled-right-blocks .ways-block h3 {
    font-size: 1.9rem !important;
  }
  section.content-section .tabs-block .tab-nav a {
    height: 44px;
    line-height: 45px;
    padding: 0 24px;
    font-size: 1.35rem;
  }
  section.content-section .tabs-block .tabs-panes {
    padding-bottom: 55px;
  }
  section.content-section .tabs-block .tabs-panes.links-block .filled-right-blocks {
    margin-top: 104px;
  }
  section.content-section .tabs-block .tab-pane h3 {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  section.content-section .tabs-block .tab-pane .links-block .flex-block {
    padding: 18px;
  }
  section.content-section .tabs-block .tab-pane .links-block .flex-block h4 {
    font-size: 1.8rem;
    min-height: 42px;
    margin-bottom: 14px;
  }
  section.content-section .tabs-block .tab-pane .links-block .flex-block .absolute-block .social-site a {
    width: 22px;
    height: 22px;
    margin-right: 8px;
  }
  section.content-section .search-block {
    padding-bottom: 60px;
  }
  section.content-section .search-block form .btn {
    height: 42px;
    line-height: 42px;
    letter-spacing: 0.5px;
    font-size: 1.3rem;
    padding: 0 45px 0 20px;
  }
  section.content-section .search-block form .btn:hover:after {
    right: 15px;
  }
  section.content-section .search-block form .btn:after {
    right: 15px;
  }
  section.content-section .search-block form input {
    height: 42px;
    line-height: 42px;
  }
  section.content-section .search-block h3 {
    font-size: 2.1rem;
  }
  section.content-section .search-block .padding-form {
    margin-bottom: 24px;
    padding: 18px;
  }
  section.content-section .search-block .padding-form h3 {
    font-size: 1.9rem;
  }
  section.content-section .search-block .left-content {
    padding-right: 5px;
  }
  section.content-section .search-block .faqs-block {
    margin-bottom: 24px;
  }
  section.content-section .search-block .faqs-block .faq-block .text-block {
    padding: 0 45px 0 20px;
  }
  section.content-section .search-block .faqs-block .faq-block .text-block h4 {
    margin-bottom: 14px;
  }
  section.content-section .faq-detail {
    padding-bottom: 50px;
    padding-top: 20px;
  }
  section.content-section .faq-detail .detail-out {
    padding: 0px 10px 35px 10px;
    font-size: 1.6rem;
  }
  section.content-section .faq-detail .detail-out h2 {
    font-size: 3.5rem;
    margin-bottom: 25px;
  }
  section.content-section .faq-detail .detail-out h3 {
    margin-bottom: 30px;
  }
  section.content-section .faq-detail .detail-out h4 {
    font-size: 1.6rem;
  }
  section.content-section .faq-detail .detail-out img {
    margin-bottom: 25px;
  }
  section.content-section .faq-detail .detail-out p {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  section.content-section .faq-detail .detail-out ol,
  section.content-section .faq-detail .detail-out ul {
    margin-bottom: 20px;
  }
  section.content-section .faq-detail .detail-out ol li,
  section.content-section .faq-detail .detail-out ul li {
    font-size: 1.6rem;
  }
  section.content-section .faq-detail .detail-out ul li {
    margin-bottom: 20px;
  }
  section.content-section .faq-detail .detail-out .breakpoints {
    height: 25px;
  }
  section.content-section .three-blocks {
    padding: 60px 0px;
  }
  section.content-section .three-blocks .flex-block h3 {
    font-size: 2.4rem;
  }
  section.content-section .three-blocks .flex-block .btn-grey {
    font-size: 1.9rem;
    height: 70px;
    line-height: 70px;
  }
  section.content-section .three-blocks .flex-block .yellow-block {
    padding: 28px 30px;
    font-size: 2.4rem;
  }
  section.content-section .poi-back {
    margin-bottom: 20px;
  }
  section.content-section .poi-back .btn-grey {
    padding: 0 26px 0 18px;
    margin-right: 16px;
  }
  section.content-section .poi-back .btn-grey span {
    padding-left: 30px;
  }
  section.content-section .poi-back span {
    font-size: 1.8rem;
  }
  section.content-section .poi-detail {
    padding-bottom: 60px;
  }
  section.content-section .poi-detail .left-content {
    padding-right: 0px;
  }
  section.content-section .poi-detail .padding-carousel {
    padding: 25px;
    margin-bottom: 30px;
  }
  section.content-section .poi-detail .carousel-block {
    margin-bottom: 18px;
    height: 530px;
  }
  section.content-section .poi-detail .carousel-block .main-image {
    top: 70px;
    left: 70px;
    width: calc(100% - 2 * 70px);
    height: calc(100% - 2 * 70px);
  }
  section.content-section .poi-detail .carousel-block .button-prev,
  section.content-section .poi-detail .carousel-block .button-next {
    width: 45px;
    height: 120px;
    background-size: 14px 28px;
  }
  section.content-section .poi-detail .carousel-block .button-prev {
    left: 12px;
  }
  section.content-section .poi-detail .carousel-block .button-next {
    right: 12px;
  }
  section.content-section .poi-detail .information-poi p {
    margin-bottom: 26px;
  }
  section.content-section .poi-detail .another-galleries .galleries .gallery {
    /*width: 32%;
            flex-basis: 32%;
            margin-right: 2%;
            margin-bottom: 2%;
            float: left;
            &:nth-last-of-type(-n + 3) {
              margin-bottom: 0px;
            }
            &:nth-child(3n + 3) {
              margin-right: 0px;
            }*/
  }
  section.content-section .books-block {
    padding-top: 60px;
  }
  section.content-section .books-block .book-block {
    padding-right: 20px;
  }
  section.content-section .books-block .book-block h2 {
    margin-bottom: 16px;
    font-size: 2.8rem;
  }
  section.content-section .books-block .book-block h3 {
    margin-bottom: 16px;
    font-size: 2.1rem;
  }
  section.content-section .books-block .book-block p {
    margin-bottom: 25px;
  }
  section.content-section .books-block .books {
    margin-bottom: 50px;
    grid-gap: 15px;
  }
  section.content-section .books-block .books .flex-block .image-block {
    height: 170px;
  }
  section.content-section .detail-book {
    padding-top: 60px;
  }
  section.content-section .detail-book .flex-blocks {
    grid-template-columns: 330px 1fr;
  }
  section.content-section .detail-book .left {
    width: 310px;
    flex-basis: 310px;
    margin-right: 20px;
  }
  section.content-section .detail-book .left .main-image {
    margin-bottom: 30px;
  }
  section.content-section .detail-book .left .similar-book h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  section.content-section .detail-book .left .similar-book .books {
    grid-gap: 25px;
  }
  section.content-section .detail-book .right {
    padding: 0px 10px;
  }
  section.content-section .detail-book .right .text-block {
    margin-bottom: 30px;
  }
  section.content-section .detail-book .right .text-block h2 {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
  section.content-section .detail-book .right .text-block p {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  section.content-section .detail-book .right .buy-block .inline .logo-amazon {
    width: 70px;
    height: 22px;
  }
  section.content-section .detail-book .right .buy-block .inline span {
    font-size: 1.65rem;
  }
  section.content-section .detail-book .right .buy-block .inline span.title {
    margin-right: 8px;
    font-size: 1.65rem;
  }
  section.content-section .detail-book .right .selector-block {
    margin-bottom: 30px;
  }
  section.content-section .detail-book .right .selector-block a {
    height: 54px;
  }
  section.content-section .detail-book .right .selector-block span {
    font-size: 1.7rem;
  }
  section.content-section .detail-book .right .information-block ul li {
    margin-bottom: 6px;
  }
  section.content-section .calendar-block {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  section.content-section .calendar-block .flex-blocks {
    grid-template-columns: 292px 1fr !important;
  }
  section.content-section .calendar-block .left {
    width: 270px;
    flex-basis: 270px;
    margin-right: 22px;
  }
  section.content-section .calendar-block .left .calendar {
    padding: 15px;
  }
  section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
    font-size: 1.5rem;
  }
  section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-header .pignose-calendar-week {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
  }
  section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-header .pignose-calendar-week:before {
    width: 26px;
    height: 26px;
  }
  section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-body .pignose-calendar-unit {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
  }
  section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-body .pignose-calendar-unit:before {
    width: 26px;
    height: 26px;
  }
  section.content-section .calendar-block .right .event-block .block-event.our-tip {
    margin-bottom: 20px;
  }
  section.content-section .calendar-block .right .event-block .block-event.our-tip .text-block {
    padding: 15px 20px;
    min-height: 154px;
  }
  section.content-section .calendar-block .right .event-block .block-event.our-tip .text-block .absolute-block {
    position: relative;
    bottom: unset;
    right: unset;
    margin-top: 10px;
  }
  section.content-section .calendar-block .right .event-block .block-event .image-block {
    width: 170px;
    flex-basis: 170px;
    min-height: 154px;
    height: unset !important;
  }
  section.content-section .calendar-block .right .event-block .block-event .text-block {
    padding: 20px;
  }
  section.content-section .calendar-block .right .event-block .block-event .text-block h3 {
    font-size: 1.9rem;
    margin-bottom: 14px;
  }
  section.content-section .calendar-block .right .event-block .block-event .text-block .absolute-block .social-site a {
    margin-right: 10px;
  }
  section.content-section .change-direction {
    margin-bottom: 20px;
  }
  section.content-section .poi-block .content-block-main {
    grid-template-columns: 69% 342px;
  }
  section.content-section .poi-block.turn-by-turn .flex-blocks {
    grid-gap: 20px;
  }
  section.content-section .poi-block.turn-by-turn h2 {
    font-size: 3.2rem;
    margin-bottom: 26px;
  }
  section.content-section .poi-block.turn-by-turn p {
    margin-bottom: 20px;
  }
  section.content-section .poi-block .tabs-panes .poi-content {
    padding-bottom: 50px;
  }
  section.content-section .random-poi h3 {
    font-size: 2.8rem;
  }
  section.content-section .random-poi .padding-random {
    padding: 25px;
  }
  section.content-section .random-poi .padding-random .swiper-slide h3 {
    margin-bottom: 10px;
  }
  section.content-section .random-poi .padding-random .swiper-slide .image-block {
    height: 220px;
    margin-bottom: 14px;
  }
  section.content-section .random-poi .padding-random .button-prev,
  section.content-section .random-poi .padding-random .button-next {
    width: 52px;
    height: 52px;
    background-size: 12px 20px;
  }
  section.content-section .random-poi .padding-random .button-prev {
    left: 0px;
  }
  section.content-section .random-poi .padding-random .button-next {
    right: 0px;
  }
  section.content-section .turn-by-turn-detail .flex-blocks {
    grid-template-columns: 342px 1fr;
  }
  section.content-section .turn-by-turn-detail .left {
    width: 320px;
    flex-basis: 320px;
    margin-right: 22px;
  }
  section.content-section .filter-block .tabs-panes {
    padding-bottom: 50px;
  }
  section.content-section .filter-block .padding-filter {
    margin-bottom: 35px;
  }
  section.content-section .filter-block .padding-filter input[type="checkbox"] + label {
    padding-left: 30px;
  }
  section.content-section .filter-block .padding-filter input[type="checkbox"] + label:before {
    width: 20px;
    height: 20px;
  }
  section.content-section .filter-block .padding-filter .parts.help-block {
    padding: 20px;
  }
  section.content-section .filter-block .padding-filter .parts:first-of-type .flex-block {
    padding: 20px 15px 0;
  }
  section.content-section .filter-block .padding-filter .parts .flex-block {
    padding: 20px 15px 15px;
  }
  section.content-section .filter-block .padding-filter .parts h4 {
    margin-bottom: 14px;
    font-size: 1.5rem;
  }
  section.content-section .filter-block .padding-filter .parts .form-inline {
    margin-bottom: 18px;
    margin-right: 16px;
  }
  section.content-section .filter-block .padding-filter .parts .btn {
    font-size: 1.65rem;
    padding: 0px 35px;
    height: 44px;
    line-height: 44px;
  }
  section.content-section .filter-block .gallery-block-filter {
    grid-gap: 20px;
    margin-bottom: 0px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block {
    min-height: 262px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block:hover {
    padding: 9px 9px 7px 9px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block:hover .image-block {
    height: 220px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block.our-tip {
    padding: 9px 9px 7px 9px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block.our-tip:hover {
    padding: 9px 9px 7px 9px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block.our-tip .image-block {
    height: 220px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block .image-block {
    height: 220px;
  }
  section.content-section .filter-block .with-arg {
    margin-bottom: 12px;
  }
  section.content-section .filter-block .pagination ul .paginated_link {
    width: 44px;
    height: 44px;
  }
  section.content-section .filter-block .pagination ul .paginated_link a,
  section.content-section .filter-block .pagination ul .paginated_link span {
    width: 44px;
    height: 44px;
  }
  .padding-right-content {
    padding-right: 300px;
  }
  .padding-left-content {
    padding-left: 300px;
  }
  footer .footer-blocks .flex-block:nth-child(2) {
    padding-left: 30px;
  }
  footer .footer-blocks .flex-block:nth-child(3) {
    padding-left: 15px;
  }
  footer .footer-blocks .flex-block p {
    padding-right: 50px;
  }
  footer .footer-blocks .flex-block.special .help-block h4 .absolute-block-arrows {
    right: 0px;
  }
  .select2-container--default .select2-selection--single {
    height: 44px !important;
    line-height: 44px;
    font-size: 1.4rem !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 43px !important;
    color: #757575 !important;
    padding: 0 12px !important;
    font-size: 1.4rem !important;
  }
  .upper-bar {
    padding: 8px 0 10px;
  }
  .upper-bar a .window {
    width: 325px;
    height: 195px;
    padding: 18px 110px 18px 18px;
  }
  .upper-bar a .window img {
    max-width: 105px;
  }
}
@media screen and (max-width: 1190px) and (min-width: 0px) {
  header.smaller .lower-bar {
    height: 85px;
  }
  header.down .burger-menu {
    top: 84px;
  }
  header.down .burger-menu.active {
    top: 84px;
  }
  header .lower-bar {
    height: 85px;
    overflow: unset;
  }
  header .lower-bar .logo {
    width: 60px;
    height: 60px;
  }
  header .lower-bar nav {
    border-left: 1px solid #e0e0e0;
    padding-left: 40px;
    display: block;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    left: 0px;
    top: 95px;
    transform: unset;
    margin-top: 0px;
    background-color: #ffffff;
    padding: 35px 0px;
  }
  header .lower-bar nav.transition {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header .lower-bar nav.active {
    visibility: visible;
    opacity: 1;
    top: 85px;
  }
  header .lower-bar nav ul {
    width: 50%;
    float: left;
    padding: 0px 20px 0px 40px;
    position: relative;
  }
  header .lower-bar nav ul:before {
    content: "";
    position: absolute;
    display: block;
    left: 20px;
    top: 0px;
    height: 100%;
    width: 1px;
    background-color: #e0e0e0;
  }
  header .lower-bar nav ul li {
    display: block;
    margin-bottom: 14px;
    float: unset;
    margin-right: 0px;
  }
  header .lower-bar nav ul li:last-of-type {
    display: none;
    margin-bottom: 0px;
  }
  header .lower-bar nav ul li:nth-last-of-type(-n + 2) {
    margin-bottom: 0px;
  }
  header .lower-bar nav ul li a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 1.6rem;
    color: #0e112c;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
  }
  header .lower-bar nav ul li a:hover:after {
    opacity: 1;
    left: 0;
  }
  header .lower-bar nav ul li a:after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 1px;
    background-color: #0e112c;
    opacity: 0;
    left: -8px;
    bottom: -2px;
  }
  header .lower-bar nav .burger-content {
    display: block;
    float: left;
    width: 50%;
    padding: 0px 20px;
  }
  header .lower-bar nav .form-search {
    padding: 0px 0px 25px;
  }
  header .lower-bar nav .map-click {
    display: block;
    position: relative;
    transform: unset;
    top: unset;
    right: unset;
  }
  header .lower-bar .hamburger-block {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    height: 85px;
    width: 85px;
    background-color: #ffe082;
    cursor: pointer;
  }
  header .lower-bar .hamburger-block.active .hamburger {
    border-color: transparent;
  }
  header .lower-bar .hamburger-block.active .hamburger:after {
    transform: rotate(45deg);
  }
  header .lower-bar .hamburger-block.active .hamburger:before {
    transform: rotate(-45deg);
  }
  header .lower-bar .hamburger-block:hover {
    background-color: #ebc85d;
  }
  header .lower-bar .hamburger-block .hamburger {
    display: block;
    position: absolute;
    width: 30px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top: 4px solid #212121;
    border-bottom: 4px solid #212121;
    cursor: pointer;
  }
  header .lower-bar .hamburger-block .hamburger:after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #212121;
    top: 50%;
    margin-top: -2px;
    left: 0px;
  }
  header .lower-bar .hamburger-block .hamburger:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #212121;
    top: 50%;
    margin-top: -2px;
    left: 0px;
  }
  header .lower-bar .map-click {
    right: 95px;
    display: none;
  }
  header .lower-bar .map-click .map {
    height: 85px;
    width: 340px;
  }
  header .burger-menu {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    position: fixed;
    width: 100%;
    height: auto;
    top: 130px;
    left: 0px;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    min-height: 275px;
  }
  header .burger-menu:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    width: 0px;
    height: 1px;
    display: block;
    position: absolute;
    background-color: #e0e0e0;
    top: 0px;
    left: 50%;
    opacity: 0;
  }
  header .burger-menu.active {
    top: 120px;
    opacity: 1;
    visibility: visible;
  }
  header .burger-menu.active:before {
    width: 100%;
    left: 0px;
    opacity: 1;
  }
  header .burger-menu .burger-block .flex-block:first-of-type {
    width: 45%;
    flex-basis: 45%;
    float: left;
    padding: 40px 30px;
  }
  header .burger-menu .burger-block .flex-block:last-of-type {
    width: 55%;
    flex-basis: 55%;
    float: left;
    padding: 40px 30px;
  }
  header .burger-menu .map-click {
    position: relative;
    display: block;
    margin: 0 auto;
  }
  header .burger-menu .map-click:before {
    content: "";
    position: absolute;
    display: block;
    background: #ffffff;
    background: linear-gradient(277deg, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
    width: 132px;
    right: 0px;
    height: 100%;
    z-index: 1;
  }
  header .burger-menu .map-click .map {
    display: block;
    position: relative;
    width: 100%;
    height: 106px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  header .burger-menu .map-click .arrow {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    background-color: #ffffff;
    padding: 4px 8px;
    z-index: 10;
  }
  header .burger-menu .form-search {
    padding: 0px 0px;
    margin-bottom: 20px;
  }
  header .burger-menu .form-search input {
    height: 44px;
    line-height: 44px;
  }
  header .burger-menu .form-search button {
    height: 44px;
    line-height: 44px;
  }
  header .submenu {
    display: none !important;
  }
  main {
    padding-top: 121px;
  }
  section.about-hp .social-block .main-blocks .space-around .show-images,
  section.about-hp .social-block .main-blocks .space-around .sbi_images {
    grid-template-columns: repeat(3, 1fr);
  }
  section.yellow-section h2 {
    letter-spacing: 0.8px;
  }
  section.content-section .filled-right-blocks .image-filled {
    top: 129px;
  }
  section.content-section .filled-right-blocks .image-filled.down {
    top: 93px;
  }
  section.content-section .faq-detail {
    grid-template-columns: 1fr;
  }
  section.content-section .faq-detail .left-content {
    width: 100%;
    flex-basis: 100%;
  }
  section.content-section .faq-detail .right-content {
    width: 100%;
    flex-basis: 100%;
  }
  section.content-section .faq-detail .right-content .own-fill-board {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  section.content-section .faq-detail .right-content .image-filled {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  section.content-section .faq-detail .right-content .image-filled:last-of-type {
    margin-bottom: 0px;
  }
  section.content-section .poi-block .content-block-main {
    grid-template-columns: 64% 342px;
  }
  section.content-section .books-block {
    padding-top: 55px;
  }
  section.content-section .books-block .books {
    margin-bottom: 40px;
    grid-gap: 12px;
    grid-template-columns: repeat(3, 1fr);
  }
  section.content-section .detail-book {
    padding-top: 55px;
  }
  section.content-section .detail-book .flex-blocks {
    grid-template-columns: 255px 1fr;
  }
  section.content-section .detail-book .left {
    width: 240px;
    flex-basis: 240px;
    margin-right: 15px;
  }
  section.content-section .detail-book .left .main-image {
    margin-bottom: 25px;
  }
  section.content-section .detail-book .left .similar-book h3 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  section.content-section .detail-book .left .similar-book .books {
    grid-gap: 15px;
  }
  section.content-section .detail-book .left .similar-book .books .book .image-block {
    height: 170px;
    margin-bottom: 14px;
  }
  section.content-section .detail-book .right {
    padding: 0px 5px;
  }
  section.content-section .detail-book .right .text-block {
    margin-bottom: 30px;
  }
  section.content-section .detail-book .right .text-block h2 {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
  section.content-section .detail-book .right .text-block p {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  section.content-section .detail-book .right .buy-block .inline .logo-amazon {
    width: 65px;
    height: 21px;
  }
  section.content-section .detail-book .right .buy-block .inline span {
    font-size: 1.6rem;
  }
  section.content-section .detail-book .right .buy-block .inline span.title {
    margin-right: 6px;
    font-size: 1.6rem;
  }
  section.content-section .detail-book .right .selector-block {
    margin-bottom: 25px;
  }
  section.content-section .detail-book .right .selector-block select {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
    margin-right: 0px;
  }
  section.content-section .detail-book .right .information-block ul li {
    margin-bottom: 6px;
  }
  section.content-section .calendar-block {
    padding-bottom: 50px;
    grid-template-columns: 1fr;
  }
  section.content-section .calendar-block .flex-blocks {
    grid-template-columns: 312px 1fr !important;
  }
  section.content-section .calendar-block .left {
    width: 290px;
    flex-basis: 290px;
    margin-right: 22px;
  }
  section.content-section .calendar-block .right .event-block .block-event.our-tip .text-block .absolute-block {
    position: absolute;
    right: 24px;
    bottom: 24px;
    margin-top: 0px;
  }
  section.content-section .calendar-block .right .event-block .block-event .text-block span {
    padding-right: 100px;
  }
  section.content-section .calendar-block .left-content {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  section.content-section .calendar-block .right-content {
    width: 100%;
    flex-basis: 100%;
  }
  section.content-section .calendar-block .right-content .own-fill-board {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  section.content-section .calendar-block .right-content .image-filled {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  section.content-section .calendar-block .right-content .image-filled:last-of-type {
    margin-bottom: 0px;
  }
  section.content-section .turn-by-turn-detail {
    padding-top: 70px;
    grid-template-columns: 1fr;
  }
  section.content-section .turn-by-turn-detail .left-content {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  section.content-section .turn-by-turn-detail .right-content {
    width: 100%;
    flex-basis: 100%;
    margin-left: 0px;
  }
  section.content-section .turn-by-turn-detail .right-content .own-fill-board {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  section.content-section .turn-by-turn-detail .right-content .image-filled {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  section.content-section .turn-by-turn-detail .right-content .image-filled:last-of-type {
    margin-bottom: 0px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn {
    padding: 0 0px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn h2 {
    font-size: 4.5rem;
    margin-bottom: 18px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn h3 {
    font-size: 2.2rem;
    margin-bottom: 8px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn span.location {
    margin-bottom: 22px;
    font-size: 1.9rem;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn img {
    margin-bottom: 32px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn .info-plus {
    margin-bottom: 14px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn .info-plus span {
    font-size: 1.5rem;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn p {
    margin-bottom: 22px;
    font-size: 1.5rem;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn .big-info-yellow {
    padding: 15px 30px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn .big-info-yellow p {
    margin-bottom: 20px;
  }
  section.content-section .three-blocks {
    grid-gap: 28px;
  }
  .upper-bar a {
    margin-right: 25px;
    margin-left: 25px;
  }
  .upper-bar a:after {
    right: -25px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 0px) {
  .container {
    width: 748px;
    padding-left: 5px;
    padding-right: 5px;
  }
  header {
    margin-top: 32px;
  }
  header.down .burger-menu {
    top: 74px;
  }
  header.down .burger-menu.active {
    top: 74px;
  }
  header.smaller .lower-bar {
    height: 75px;
  }
  header .lower-bar {
    height: 75px;
  }
  header .lower-bar .logo {
    width: 54px;
    height: 54px;
  }
  header .lower-bar nav {
    top: 85px;
    padding: 30px 0px;
  }
  header .lower-bar nav.active {
    top: 75px;
  }
  header .lower-bar nav.active ul {
    padding: 0 10px 0 30px;
  }
  header .lower-bar nav.active ul:before {
    left: 15px;
  }
  header .lower-bar nav.active ul li a {
    font-size: 1.5rem;
  }
  header .lower-bar nav.active .burger-content {
    padding: 0 10px;
  }
  header .lower-bar nav.active .burger-content .form-search {
    padding: 0px 0px 15px;
  }
  header .lower-bar nav.active .burger-content .form-search input {
    height: 44px;
    line-height: 44px;
  }
  header .lower-bar nav.active .burger-content .form-search button {
    padding: 0 48px 0 22px;
    height: 44px;
    line-height: 44px;
  }
  header .lower-bar .hamburger-block {
    width: 75px;
    height: 75px;
  }
  header .lower-bar .map-click {
    display: none;
  }
  header .burger-menu {
    top: 116px;
  }
  header .burger-menu .burger-block .flex-block:first-of-type {
    padding: 30px 15px;
    width: 40%;
    flex-basis: 40%;
  }
  header .burger-menu .burger-block .flex-block:last-of-type {
    width: 60%;
    flex-basis: 60%;
    padding: 30px 15px;
  }
  header .burger-menu.active {
    top: 106px;
  }
  header .burger-menu nav {
    padding-left: 0px;
  }
  header .burger-menu nav ul li a {
    font-size: 1.5rem;
  }
  header .burger-menu .form-search button {
    padding: 0 40px 0 20px;
  }
  header .burger-menu .form-search button:hover:after {
    right: 10px;
  }
  header .burger-menu .form-search button:after {
    right: 10px;
  }
  header .burger-menu .map-click .map {
    width: 100%;
  }
  main {
    padding-top: 107px;
  }
  .banner-adver {
    margin: 25px 0;
  }
  .banner-adver.bigger {
    margin: 45px 0px;
  }
  .banner-adver a {
    max-width: 80%;
  }
  .padding-main {
    padding: 0px 25px;
  }
  .btn {
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 36px;
  }
  section.main-hp .image-block {
    height: 460px;
  }
  section.main-hp .image-block .info-block {
    width: 80%;
    padding: 30px 35px;
    left: 25px;
  }
  section.main-hp .image-block .info-block h2 {
    font-size: 4.5rem;
    margin-bottom: 15px;
  }
  section.main-hp .navigation-block .flex-block:after {
    height: 70px;
  }
  section.main-hp .navigation-block .flex-block .table-help {
    height: 135px;
  }
  section.main-hp .navigation-block .flex-block .icon {
    width: 38px;
    height: 38px;
    margin-bottom: 8px;
  }
  section.main-hp .navigation-block .flex-block span {
    font-size: 1.4rem;
  }
  section.about-hp .about-block .flex-blocks {
    margin-bottom: 50px;
  }
  section.about-hp .about-block .flex-block {
    width: 100%;
    flex-basis: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  section.about-hp .about-block .flex-block:last-of-type {
    margin-bottom: 0px;
  }
  section.about-hp .about-block .flex-block .right {
    padding-right: 0px;
  }
  section.about-hp .about-block .flex-block h2 {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  section.about-hp .social-block {
    padding: 35px 0px;
  }
  section.about-hp .social-block .main-blocks .space-around .show-images,
  section.about-hp .social-block .main-blocks .space-around .sbi_images {
    grid-template-columns: repeat(2, 1fr);
  }
  section.about-hp .social-block .main-blocks .space-around .show-images a:nth-child(2n + 2),
  section.about-hp .social-block .main-blocks .space-around .sbi_images a:nth-child(2n + 2),
  section.about-hp .social-block .main-blocks .space-around .show-images .sbi_item:nth-child(2n + 2),
  section.about-hp .social-block .main-blocks .space-around .sbi_images .sbi_item:nth-child(2n + 2) {
    margin-right: 0px !important;
  }
  section.about-hp .social-block .main-blocks .space-around .show-images a:nth-child(3n + 3),
  section.about-hp .social-block .main-blocks .space-around .sbi_images a:nth-child(3n + 3),
  section.about-hp .social-block .main-blocks .space-around .show-images .sbi_item:nth-child(3n + 3),
  section.about-hp .social-block .main-blocks .space-around .sbi_images .sbi_item:nth-child(3n + 3) {
    margin-right: 2%;
  }
  section.another-project-hp {
    padding: 45px 0 0;
  }
  section.another-project-hp .flex-blocks {
    padding-bottom: 40px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  section.another-project-hp .flex-block {
    min-height: 200px;
    margin-right: 0px;
  }
  section.another-project-hp .flex-block:nth-child(2n + 2) {
    margin-right: 0px;
  }
  section.yellow-section {
    padding: 16px 0 18px;
  }
  section.yellow-section h2 {
    font-size: 2.6rem;
    margin-bottom: 12px;
    letter-spacing: 0.7px;
  }
  section.content-section {
    padding-top: 35px;
  }
  section.content-section h3 {
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
  section.content-section .content-block-main {
    grid-template-columns: 1fr 330px;
  }
  section.content-section .content-block-main .right-content {
    width: 320px;
    flex-basis: 320px;
    margin-left: 10px;
  }
  section.content-section .filled-right-blocks .poi-block {
    padding: 0px 18px;
    height: 430px;
  }
  section.content-section .filled-right-blocks .poi-block h3 {
    font-size: 1.6rem !important;
  }
  section.content-section .filled-right-blocks .faq-detail-block .btn-grey {
    height: 50px;
    line-height: 49px;
    font-size: 1.5rem;
  }
  section.content-section .filled-right-blocks .faq-detail-block .btn-grey span {
    padding-left: 25px;
  }
  section.content-section .filled-right-blocks .faq-detail-block .btn-grey span:before {
    width: 16px;
    height: 16px;
  }
  section.content-section .filled-right-blocks .faq-detail-block .questions li {
    padding: 8px 0;
  }
  section.content-section .filled-right-blocks .faq-detail-block .questions li a {
    padding: 8px 10px 10px;
    font-size: 1.4rem;
  }
  section.content-section .filled-right-blocks .ways-block {
    margin-bottom: 30px;
  }
  section.content-section .filled-right-blocks .ways-block h3 {
    font-size: 1.8rem !important;
  }
  section.content-section .filled-right-blocks .ways-block ul {
    padding: 15px 0 10px;
    margin-bottom: 10px;
  }
  section.content-section .filled-right-blocks .image-detail-block {
    padding: 18px 20px;
  }
  section.content-section .tabs-block .tabs-panes {
    padding-bottom: 45px;
  }
  section.content-section .tabs-block .tabs-panes.detail-book {
    grid-template-columns: 1fr;
  }
  section.content-section .tabs-block .tabs-panes.links-block .filled-right-blocks {
    margin-top: 101px;
  }
  section.content-section .tabs-block .tab-nav a {
    height: 40px;
    line-height: 41px;
    padding: 0 18px;
    font-size: 1.3rem;
  }
  section.content-section .tabs-block .tab-pane h3 {
    font-size: 2.6rem;
  }
  section.content-section .tabs-block .tab-pane .links-block {
    grid-template-columns: 1fr;
  }
  section.content-section .tabs-block .tab-pane .links-block .flex-block {
    margin-right: 0px;
  }
  section.content-section .tabs-block .tab-pane .links-block .flex-block h4 {
    font-size: 1.7rem;
    min-height: 38px;
  }
  section.content-section .search-block {
    padding-bottom: 30px;
    padding-top: 5px;
  }
  section.content-section .search-block .left-content {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 25px;
    padding-right: 0px;
  }
  section.content-section .search-block .right-content {
    width: 100%;
    flex-basis: 100%;
  }
  section.content-section .search-block .right-content .own-fill-board {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  section.content-section .search-block .right-content .image-filled {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  section.content-section .search-block .right-content .image-filled:last-of-type {
    margin-bottom: 0px;
  }
  section.content-section .search-block .padding-form {
    margin-bottom: 22px;
    padding: 14px;
  }
  section.content-section .search-block .padding-form h3 {
    font-size: 1.8rem;
  }
  section.content-section .search-block form {
    max-width: 100%;
  }
  section.content-section .search-block form .btn {
    height: 42px;
    line-height: 42px;
  }
  section.content-section .search-block form input {
    height: 42px;
    line-height: 42px;
  }
  section.content-section .search-block .tags span {
    margin-right: 10px;
    margin-bottom: 6px;
  }
  section.content-section .search-block .tags a {
    height: 32px;
    line-height: 34px;
    padding: 0px 14px;
    font-size: 1.35rem;
    margin-bottom: 6px;
  }
  section.content-section .search-block .faqs-block .faq-block {
    margin-bottom: 10px;
    padding: 10px;
  }
  section.content-section .search-block .faqs-block .faq-block .image-block {
    width: 150px;
    flex-basis: 150px;
    height: 150px;
  }
  section.content-section .search-block .faqs-block .faq-block .text-block {
    width: calc(100% - 150px);
    flex-basis: calc(100% - 150px);
    padding: 0 15px 0 15px;
  }
  section.content-section .search-block .faqs-block .faq-block .text-block h4 {
    font-size: 1.9rem;
    margin-bottom: 12px;
  }
  section.content-section .faq-detail {
    padding-bottom: 50px;
    padding-top: 10px;
    grid-template-columns: 1fr;
  }
  section.content-section .faq-detail .left-content {
    grid-template-columns: 300px 1fr;
  }
  section.content-section .faq-detail .left {
    width: 280px;
    flex-basis: 280px;
    margin-right: 20px;
  }
  section.content-section .faq-detail .left-content {
    width: 100%;
  }
  section.content-section .faq-detail .right-content {
    width: 100%;
  }
  section.content-section .faq-detail .right-content .own-fill-board {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  section.content-section .faq-detail .right-content .image-filled {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  section.content-section .faq-detail .right-content .image-filled:last-of-type {
    margin-bottom: 0px;
  }
  section.content-section .faq-detail .detail-out {
    padding: 0px 10px 10px 10px;
    font-size: 1.6rem;
  }
  section.content-section .faq-detail .detail-out h2 {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
  section.content-section .faq-detail .detail-out h3 {
    margin-bottom: 25px;
  }
  section.content-section .faq-detail .detail-out h4 {
    font-size: 1.6rem;
  }
  section.content-section .faq-detail .detail-out img {
    margin-bottom: 20px;
  }
  section.content-section .faq-detail .detail-out p {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  section.content-section .faq-detail .detail-out ol,
  section.content-section .faq-detail .detail-out ul {
    margin-bottom: 15px;
  }
  section.content-section .faq-detail .detail-out ol li,
  section.content-section .faq-detail .detail-out ul li {
    font-size: 1.6rem;
  }
  section.content-section .faq-detail .detail-out ul li {
    margin-bottom: 15px;
  }
  section.content-section .faq-detail .detail-out .breakpoints {
    height: 20px;
  }
  section.content-section .three-blocks {
    padding: 50px 0px;
    grid-gap: 20px;
  }
  section.content-section .three-blocks .flex-block h3 {
    font-size: 2.2rem;
    width: 90%;
  }
  section.content-section .three-blocks .flex-block .btn-grey {
    font-size: 1.7rem;
    height: 68px;
    line-height: 68px;
  }
  section.content-section .three-blocks .flex-block .yellow-block {
    padding: 26px 28px;
    font-size: 2rem;
  }
  section.content-section .poi-back {
    margin-bottom: 10px;
  }
  section.content-section .poi-back .btn-grey {
    margin-right: 6px;
    padding: 0 18px 0 14px;
  }
  section.content-section .poi-back .btn-grey span {
    font-size: 1.4rem;
  }
  section.content-section .poi-back .btn-grey span:before {
    width: 22px;
    height: 22px;
    background-size: 16px 12px;
  }
  section.content-section .poi-back span {
    font-size: 1.5rem;
  }
  section.content-section .poi-detail {
    padding-bottom: 50px;
    grid-template-columns: 1fr;
  }
  section.content-section .poi-detail .left-content {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
  }
  section.content-section .poi-detail .right-content {
    width: 100%;
    flex-basis: 100%;
  }
  section.content-section .poi-detail .right-content .own-fill-board {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  section.content-section .poi-detail .right-content .image-filled {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  section.content-section .poi-detail .right-content .image-filled:last-of-type {
    margin-bottom: 0px;
  }
  section.content-section .poi-detail .carousel-block {
    margin-bottom: 24px;
    height: 520px;
    /*.main-image {
          top: 50px;
          left: 70px;
          width: calc(100% - 2 * 70px);
          height: calc(100% - 2 * 50px);
        }*/
  }
  section.content-section .poi-detail .carousel-block img {
    width: unset;
  }
  section.content-section .poi-detail .carousel-block .button-prev,
  section.content-section .poi-detail .carousel-block .button-next {
    width: 40px;
    height: 100px;
    background-size: 12px 26px;
    background-color: rgba(21, 21, 21, 0.8);
  }
  section.content-section .poi-detail .carousel-block .button-prev {
    left: 10px;
  }
  section.content-section .poi-detail .carousel-block .button-next {
    right: 10px;
  }
  section.content-section .poi-detail .another-galleries h3 {
    margin-bottom: 12px;
  }
  section.content-section .poi-detail .another-galleries .flex-block .image-block {
    height: 165px;
  }
  section.content-section .poi-detail .information-poi p {
    margin-bottom: 22px;
  }
  section.content-section .books-block {
    padding-top: 50px;
  }
  section.content-section .books-block .book-block {
    padding-right: 15px;
  }
  section.content-section .books-block .book-block h2 {
    font-size: 2.6rem;
    margin-bottom: 12px;
  }
  section.content-section .books-block .book-block h3 {
    font-size: 2rem;
    margin-bottom: 12px;
  }
  section.content-section .books-block .book-block p {
    margin-bottom: 20px;
    line-height: 1.6em;
  }
  section.content-section .detail-book {
    padding-top: 45px;
  }
  section.content-section .detail-book .left-content {
    width: 100%;
    margin-bottom: 25px;
  }
  section.content-section .detail-book .right-content {
    width: 100%;
    margin-left: 0px;
  }
  section.content-section .detail-book .right-content .own-fill-board {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  section.content-section .detail-book .right-content .image-filled {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  section.content-section .detail-book .right-content .image-filled:last-of-type {
    margin-bottom: 0px;
  }
  section.content-section .detail-book .left .similar-book .books .book .image-block {
    height: 150px;
  }
  section.content-section .detail-book .right {
    padding: 0px 0px 0px 10px;
  }
  section.content-section .detail-book .right .text-block {
    margin-bottom: 25px;
  }
  section.content-section .detail-book .right .text-block h2 {
    margin-bottom: 15px;
    font-size: 2.6rem;
  }
  section.content-section .detail-book .right .text-block p {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  section.content-section .detail-book .right .buy-block .inline span.title {
    margin-right: 8px;
  }
  section.content-section .detail-book .right .selector-block {
    margin-bottom: 25px;
  }
  section.content-section .detail-book .right .selector-block a {
    height: 50px;
  }
  section.content-section .detail-book .right .information-block ul li {
    margin-bottom: 6px;
  }
  section.content-section .calendar-block {
    grid-template-columns: 1fr;
  }
  section.content-section .calendar-block .left-content {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  section.content-section .calendar-block .right-content {
    width: 100%;
    flex-basis: 100%;
  }
  section.content-section .calendar-block .right-content .own-fill-board {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  section.content-section .calendar-block .right-content .image-filled {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  section.content-section .calendar-block .right-content .image-filled:last-of-type {
    margin-bottom: 0px;
  }
  section.content-section .calendar-block .right .event-block .block-event.our-tip .text-block .absolute-block {
    margin-top: 10px;
    right: unset;
    bottom: unset;
    position: relative;
  }
  section.content-section .calendar-block .right .event-block .block-event.our-tip .text-block .absolute-block .social-site a {
    margin-right: 8px;
  }
  section.content-section .calendar-block .right .event-block .block-event .text-block {
    padding: 20px 15px;
  }
  section.content-section .calendar-block .right .event-block .block-event .text-block h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  section.content-section .calendar-block .right .event-block .block-event .text-block span {
    padding-right: 30px;
  }
  section.content-section .calendar-block .right .event-block .block-event .text-block .absolute-block {
    right: 15px;
    bottom: 15px;
  }
  section.content-section .calendar-block .right .event-block .block-event .text-block .absolute-block .social-site a {
    margin-right: 8px;
  }
  section.content-section .change-direction {
    margin-bottom: 15px;
  }
  section.content-section .poi-block.turn-by-turn h2 {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
  section.content-section .poi-block.turn-by-turn p {
    margin-bottom: 15px;
  }
  section.content-section .poi-block .content-block-main {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
    display: block;
    grid-template-columns: unset;
  }
  section.content-section .poi-block .content-block-main:before {
    content: "";
    display: table;
  }
  section.content-section .poi-block .content-block-main:after {
    content: "";
    display: table;
    clear: both;
  }
  section.content-section .poi-block .poi-content .flex-blocks {
    grid-gap: 20px !important;
  }
  section.content-section .poi-block .left-content {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  section.content-section .poi-block .right-content {
    width: 100%;
    flex-basis: 100%;
    margin-left: 0px;
  }
  section.content-section .poi-block .right-content .own-fill-board {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  section.content-section .poi-block .right-content .image-filled {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  section.content-section .poi-block .right-content .image-filled:last-of-type {
    margin-bottom: 0px;
  }
  section.content-section .poi-block .tabs-panes .poi-content {
    padding-bottom: 40px;
  }
  section.content-section .random-poi h3 {
    font-size: 2.6rem;
  }
  section.content-section .random-poi .padding-random {
    padding: 25px;
  }
  section.content-section .random-poi .padding-random .swiper-slide h3 {
    margin-bottom: 10px;
  }
  section.content-section .random-poi .padding-random .swiper-slide .image-block {
    height: 220px;
    margin-bottom: 12px;
  }
  section.content-section .random-poi .padding-random .swiper-slide h3 {
    font-size: 1.9rem;
    margin-bottom: 8px;
  }
  section.content-section .random-poi .padding-random .button-prev,
  section.content-section .random-poi .padding-random .button-next {
    margin-top: -45px;
    width: 48px;
    height: 48px;
    background-size: 12px 20px;
  }
  section.content-section .random-poi .padding-random .button-prev {
    left: 0px;
  }
  section.content-section .random-poi .padding-random .button-next {
    right: 0px;
  }
  section.content-section .turn-by-turn-detail {
    padding-top: 50px;
    grid-template-columns: 1fr;
  }
  section.content-section .turn-by-turn-detail .flex-blocks {
    grid-template-columns: 310px 1fr;
  }
  section.content-section .turn-by-turn-detail .left-content {
    width: 100%;
    margin-bottom: 30px;
  }
  section.content-section .turn-by-turn-detail .right-content {
    width: 100%;
    margin-left: 0px;
  }
  section.content-section .turn-by-turn-detail .right-content .own-fill-board {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  section.content-section .turn-by-turn-detail .right-content .image-filled {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  section.content-section .turn-by-turn-detail .right-content .image-filled:last-of-type {
    margin-bottom: 0px;
  }
  section.content-section .turn-by-turn-detail .left {
    width: 290px;
    flex-basis: 290px;
    margin-right: 20px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn {
    padding: 0 0px;
    font-size: 1.45rem;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn h2 {
    font-size: 3.6rem;
    margin-bottom: 15px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn h3 {
    font-size: 2.1rem;
    margin-bottom: 8px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn span.location {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn img {
    margin-bottom: 32px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn .info-plus {
    margin-bottom: 12px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn .info-plus span {
    font-size: 1.4rem;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn p {
    margin-bottom: 20px;
    font-size: 1.45rem;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn .big-info-yellow {
    padding: 15px 30px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn .big-info-yellow p {
    margin-bottom: 20px;
    font-size: 1.45rem;
  }
  section.content-section .filter-block h3 {
    font-size: 1.9rem !important;
  }
  section.content-section .filter-block .tabs-panes {
    grid-template-columns: 1fr;
  }
  section.content-section .filter-block .left-content {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  section.content-section .filter-block .right-content {
    width: 100%;
    flex-basis: 100%;
    margin-left: 0px;
  }
  section.content-section .filter-block .right-content .own-fill-board {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  section.content-section .filter-block .right-content .image-filled {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  section.content-section .filter-block .right-content .image-filled:last-of-type {
    margin-bottom: 0px;
  }
  section.content-section .filter-block .tabs-panes {
    padding-bottom: 40px;
  }
  section.content-section .filter-block .padding-filter {
    margin-bottom: 30px;
  }
  section.content-section .filter-block .padding-filter input[type="checkbox"] + label {
    padding-left: 30px;
  }
  section.content-section .filter-block .padding-filter input[type="checkbox"] + label:before {
    width: 20px;
    height: 20px;
  }
  section.content-section .filter-block .padding-filter .parts.help-block {
    padding: 18px;
  }
  section.content-section .filter-block .padding-filter .parts:first-of-type .flex-block {
    padding: 20px 15px 0;
  }
  section.content-section .filter-block .padding-filter .parts .flex-block {
    padding: 20px 15px 15px;
  }
  section.content-section .filter-block .padding-filter .parts h4 {
    margin-bottom: 14px;
    font-size: 1.5rem;
  }
  section.content-section .filter-block .padding-filter .parts .form-inline {
    margin-bottom: 18px;
    margin-right: 16px;
  }
  section.content-section .filter-block .padding-filter .parts .btn {
    font-size: 1.65rem;
    padding: 0px 35px;
    height: 44px;
    line-height: 44px;
  }
  section.content-section .filter-block .gallery-block-filter {
    margin-bottom: 0px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block {
    min-height: 248px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block:hover {
    padding: 9px 9px 7px 9px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block:hover .image-block {
    height: 205px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block.our-tip {
    padding: 9px 9px 7px 9px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block.our-tip:hover {
    padding: 9px 9px 7px 9px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block.our-tip .image-block {
    height: 205px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block .image-block {
    height: 205px;
  }
  section.content-section .filter-block .with-arg {
    margin-bottom: 12px;
  }
  section.content-section .filter-block .with-arg h3 {
    margin-right: 12px;
  }
  section.content-section .filter-block .pagination ul .paginated_link {
    width: 44px;
    height: 44px;
  }
  section.content-section .filter-block .pagination ul .paginated_link a,
  section.content-section .filter-block .pagination ul .paginated_link span {
    width: 44px;
    height: 44px;
  }
  .padding-right-content {
    padding-right: 0px;
  }
  .padding-left-content {
    padding-left: 0px;
  }
  footer .quote-block .table-help {
    height: 70px;
  }
  footer .quote-block .logo {
    width: 40px;
    height: 40px;
  }
  footer .quote-block p {
    font-size: 1.7rem;
  }
  footer .footer-blocks .flex-blocks {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
    display: block;
    grid-template-columns: unset;
  }
  footer .footer-blocks .flex-blocks:before {
    content: "";
    display: table;
  }
  footer .footer-blocks .flex-blocks:after {
    content: "";
    display: table;
    clear: both;
  }
  footer .footer-blocks .flex-block {
    min-height: unset;
    float: left;
    text-align: center;
    margin-bottom: 25px;
  }
  footer .footer-blocks .flex-block:after {
    display: none;
  }
  footer .footer-blocks .flex-block.special .help-block {
    text-align: left;
  }
  footer .footer-blocks .flex-block:nth-child(1) {
    width: 100%;
  }
  footer .footer-blocks .flex-block:nth-child(2) {
    width: 50%;
    padding-left: 0px;
  }
  footer .footer-blocks .flex-block:nth-child(2):after {
    display: block;
  }
  footer .footer-blocks .flex-block:nth-child(3) {
    width: 50%;
    padding-left: 0px;
  }
  footer .footer-blocks .flex-block:nth-child(4) {
    width: 100%;
    margin-bottom: 10px;
  }
  footer .footer-blocks .flex-block p {
    padding-right: 0px;
    line-height: 1.7em;
  }
  footer .footer-blocks .flex-block .social-site {
    margin-bottom: 15px;
    text-align: center;
  }
  footer .footer-blocks .flex-block ul li {
    margin-bottom: 15px;
  }
  .upper-bar {
    padding: 6px 0 8px;
  }
  .upper-bar a {
    margin-right: 15px;
    margin-left: 15px;
    font-size: 1.15rem;
  }
  .upper-bar a:after {
    right: -15px;
  }
  .upper-bar a .window {
    width: 300px;
    height: 155px;
    padding: 15px 95px 15px 15px;
  }
  .upper-bar a .window h2 {
    font-size: 1.5rem;
    line-height: 1.5em;
    margin-bottom: 12px;
  }
  .upper-bar a .window img {
    max-width: 90px;
  }
  .upper-bar a .window .btn {
    font-size: 1.3rem;
  }
  .modal .exit {
    width: 25px;
    height: 25px;
  }
  .modal .exit:before,
  .modal .exit:after {
    top: 12px;
  }
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  header {
    margin-top: 0px;
  }
  header.down .burger-menu.active {
    top: 70px;
  }
  header.smaller .lower-bar {
    height: 70px;
  }
  header .lower-bar {
    height: 70px;
  }
  header .lower-bar nav {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
    border: none;
    width: 100%;
    padding-left: 0px;
    left: 0px;
    top: 80px;
    overflow: auto;
    height: calc(100vh - 70px);
  }
  header .lower-bar nav:before {
    content: "";
    display: table;
  }
  header .lower-bar nav:after {
    content: "";
    display: table;
    clear: both;
  }
  header .lower-bar nav.active {
    top: 70px;
  }
  header .lower-bar nav.active ul {
    width: 100%;
    padding: 0px 30px;
    margin-bottom: 20px;
  }
  header .lower-bar nav.active ul:before {
    display: none;
  }
  header .lower-bar nav.active ul li {
    text-align: center;
    margin-bottom: 12px;
    margin-left: 0px;
    margin-right: 0px;
  }
  header .lower-bar nav.active ul li a {
    font-size: 1.5rem;
  }
  header .lower-bar nav.active .burger-content {
    width: 100%;
    padding: 0px 30px;
  }
  header .lower-bar nav.active .burger-content form,
  header .lower-bar nav.active .burger-content .map-click {
    width: 80%;
    margin: 0 auto;
  }
  header .lower-bar .logo {
    width: 48px;
    height: 48px;
    left: 20px;
  }
  header .lower-bar .hamburger-block {
    width: 70px;
    height: 70px;
  }
  header .burger-menu {
    overflow-y: auto;
    top: 79px;
    height: calc(100% - 69px);
  }
  header .burger-menu.active {
    top: 69px;
  }
  header .burger-menu .burger-block .flex-block:first-of-type {
    width: 100%;
    flex-basis: 100%;
    padding: 25px 80px 10px;
    min-height: 220px;
  }
  header .burger-menu .burger-block .flex-block:last-of-type {
    width: 100%;
    flex-basis: 100%;
    padding: 25px 80px;
  }
  header .burger-menu .form-search {
    max-width: 100%;
  }
  header .form-search input {
    height: 44px;
    line-height: 44px;
  }
  header .form-search button {
    height: 44px;
    line-height: 44px;
    padding: 0 42px 0 22px;
  }
  header .form-search button:after {
    right: 12px;
  }
  main {
    padding-top: 70px;
  }
  .padding-main {
    padding: 0px 20px;
  }
  .padding-block {
    padding: 0px 20px;
  }
  .banner-adver {
    margin: 20px 0px;
  }
  .banner-adver.bigger {
    margin: 35px 0px;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 1.9rem;
  }
  section.main-hp .image-block {
    height: calc(100vh - 70px);
  }
  section.main-hp .image-block .info-block {
    padding: 20px 25px;
    left: 20px;
  }
  section.main-hp .image-block .info-block h2 {
    font-size: 3.4rem;
    margin-bottom: 10px;
  }
  section.main-hp .image-block .info-block p {
    font-size: 1.5rem;
  }
  section.main-hp .navigation-block .flex-block:after {
    height: 55px;
  }
  section.main-hp .navigation-block .flex-block .table-help {
    height: 110px;
  }
  section.main-hp .navigation-block .flex-block .icon {
    width: 34px;
    height: 34px;
    margin-bottom: 7px;
  }
  section.main-hp .navigation-block .flex-block span {
    font-size: 1.35rem;
  }
  section.about-hp .about-block .flex-blocks {
    margin-bottom: 30px;
  }
  section.about-hp .about-block .flex-block h2 {
    font-size: 2.4rem;
    margin-bottom: 18px;
  }
  section.about-hp .about-block .flex-block p {
    font-size: 1.5rem;
  }
  section.about-hp .about-block .flex-block .two-blocks {
    display: block !important;
  }
  section.about-hp .about-block .flex-block .two-blocks .block {
    height: 470px;
    padding: 15px 15px;
    width: 340px;
    flex-basis: 340px;
    margin: 15px auto !important;
    margin-bottom: 15px;
    float: unset;
    display: block !important;
  }
  section.about-hp .about-block .flex-block .two-blocks .block h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  section.about-hp .about-block .flex-block .two-blocks .block img {
    margin-bottom: 10px;
  }
  section.about-hp .about-block .flex-block .two-blocks .block h4 {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  section.about-hp .about-block .flex-block .two-blocks .block p {
    font-size: 1.5rem;
    line-height: 1.5em;
  }
  section.about-hp .social-block {
    padding: 30px 0px;
  }
  section.about-hp .social-block .flex-blocks {
    grid-template-columns: 1fr;
  }
  section.about-hp .social-block .main-blocks:first-of-type {
    width: 100%;
    flex-basis: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  section.about-hp .social-block .main-blocks:last-of-type {
    width: 100%;
    flex-basis: 100%;
  }
  section.about-hp .social-block .main-blocks .fb {
    width: 50%;
  }
  section.about-hp .social-block .main-blocks .space-around .show-images,
  section.about-hp .social-block .main-blocks .space-around .sbi_images {
    grid-template-columns: repeat(3, 1fr);
  }
  section.another-project-hp {
    padding: 35px 0px 0px;
  }
  section.another-project-hp h2 {
    margin-bottom: 18px;
  }
  section.another-project-hp .flex-blocks {
    padding-bottom: 35px;
  }
  section.another-project-hp .flex-block {
    height: 200px;
  }
  section.another-project-hp .flex-block h3 {
    font-size: 1.7rem;
  }
  section.another-project-hp .flex-block p {
    font-size: 1.5rem;
  }
  section.yellow-section {
    padding: 14px 0 16px;
  }
  section.yellow-section h2 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  section.content-section {
    padding-top: 30px;
  }
  section.content-section h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  section.content-section .content-block-main {
    grid-template-columns: 1fr;
  }
  section.content-section .content-block-main .left-content {
    width: 100%;
    margin-bottom: 25px;
  }
  section.content-section .content-block-main .right-content {
    width: 100%;
    margin-left: 0px;
  }
  section.content-section .filled-right-blocks .own-fill-board {
    max-width: 340px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 25px 15px;
    height: 190px;
  }
  section.content-section .filled-right-blocks .own-fill-board h4 {
    line-height: 1.3em;
    font-size: 2.2rem;
  }
  section.content-section .filled-right-blocks .own-fill-board .btn {
    font-size: 1.4rem;
    padding: 0 32px 0 12px;
  }
  section.content-section .filled-right-blocks .image-filled {
    max-width: 340px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  section.content-section .filled-right-blocks .image-filled:last-of-type {
    margin-bottom: 0px;
  }
  section.content-section .filled-right-blocks .image-filled img {
    margin: 0 auto;
  }
  section.content-section .filled-right-blocks .poi-block {
    height: 410px;
  }
  section.content-section .filled-right-blocks .faq-detail-block .questions li a {
    font-size: 1.3rem;
  }
  section.content-section .filled-right-blocks .ways-block {
    margin-bottom: 25px;
  }
  section.content-section .filled-right-blocks .ways-block.small {
    margin-bottom: 20px;
  }
  section.content-section .filled-right-blocks .ways-block h3 {
    font-size: 1.7rem !important;
  }
  section.content-section .filled-right-blocks .ways-block ul {
    padding: 11px 0 8px;
    margin-bottom: 8px;
  }
  section.content-section .filled-right-blocks .ways-block ul li {
    margin-bottom: 10px;
    padding-left: 10px;
  }
  section.content-section .filled-right-blocks .ways-block ul li a {
    font-size: 1.3rem;
  }
  section.content-section .filled-right-blocks .image-detail-block {
    padding: 15px 15px;
  }
  section.content-section .tabs-block .tabs-panes {
    padding-bottom: 35px;
  }
  section.content-section .tabs-block .tabs-panes.links-block .filled-right-blocks {
    margin-top: unset;
  }
  section.content-section .tabs-block .tab-nav a {
    letter-spacing: 0.3px;
    font-size: 1.3rem;
    padding: 0px 16px;
  }
  section.content-section .tabs-block .tab-pane h3 {
    margin-bottom: 25px;
    font-size: 2.4rem;
  }
  section.content-section .tabs-block .tab-pane .links-block {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 18px;
  }
  section.content-section .tabs-block .tab-pane .links-block .flex-block {
    padding: 16px;
  }
  section.content-section .tabs-block .tab-pane .links-block .flex-block:nth-child(2n + 2) {
    margin-right: 0px;
  }
  section.content-section .tabs-block .tab-pane .links-block .flex-block h4 {
    font-size: 1.6rem;
    min-height: 30px;
  }
  section.content-section .tabs-block .tab-pane .links-block .flex-block .place {
    font-size: 1.3rem;
    padding-left: 30px;
  }
  section.content-section .tabs-block .tab-pane .links-block .flex-block .absolute-block .social-site a {
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
  }
  section.content-section .search-block h3 {
    font-size: 2rem;
  }
  section.content-section .search-block .tags span {
    margin-bottom: 6px;
  }
  section.content-section .search-block .tags a {
    font-size: 1.3rem;
    margin-right: 2px;
    margin-bottom: 6px;
  }
  section.content-section .search-block .faqs-block .faq-block .image-block {
    height: 150px;
  }
  section.content-section .search-block .faqs-block .faq-block .text-block {
    height: 150px;
    padding: 0 55px 0 20px;
  }
  section.content-section .search-block .faqs-block .faq-block .text-block h4 {
    font-size: 1.8rem;
  }
  section.content-section .faq-detail {
    padding-bottom: 40px;
  }
  section.content-section .faq-detail .left-content {
    grid-template-columns: 255px 1fr;
  }
  section.content-section .faq-detail .left {
    width: 240px;
    flex-basis: 240px;
    margin-right: 15px;
  }
  section.content-section .faq-detail .detail-out {
    padding: 0 0px 0px 10px;
  }
  section.content-section .faq-detail .detail-out h2 {
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
  section.content-section .faq-detail .detail-out h3 {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
  section.content-section .faq-detail .detail-out h4 {
    font-size: 1.5rem;
  }
  section.content-section .faq-detail .detail-out img {
    margin-bottom: 15px;
  }
  section.content-section .faq-detail .detail-out p {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  section.content-section .faq-detail .detail-out ol,
  section.content-section .faq-detail .detail-out ul {
    margin-bottom: 15px;
  }
  section.content-section .faq-detail .detail-out ol li,
  section.content-section .faq-detail .detail-out ul li {
    font-size: 1.5rem;
  }
  section.content-section .faq-detail .detail-out ul li {
    margin-bottom: 15px;
  }
  section.content-section .faq-detail .detail-out .breakpoints {
    height: 15px;
  }
  section.content-section .three-blocks {
    padding: 40px 0px;
    grid-gap: 12px;
  }
  section.content-section .three-blocks .flex-block h3 {
    font-size: 1.9rem;
    width: 95%;
  }
  section.content-section .three-blocks .flex-block .btn-grey {
    font-size: 1.5rem;
    height: 62px;
    line-height: 62px;
  }
  section.content-section .three-blocks .flex-block .btn-grey:hover span:before {
    left: -3px;
  }
  section.content-section .three-blocks .flex-block .btn-grey span {
    padding-left: 26px;
  }
  section.content-section .three-blocks .flex-block .btn-grey span:before {
    width: 20px;
    height: 20px;
    background-size: 16px 12px;
  }
  section.content-section .three-blocks .flex-block .yellow-block {
    padding: 22px 18px;
    font-size: 1.8rem;
  }
  section.content-section .poi-back .btn-grey {
    padding: 0 14px 0px 10px;
  }
  section.content-section .poi-back .btn-grey:hover span:before {
    left: -2px;
  }
  section.content-section .poi-back .btn-grey span {
    padding-left: 26px;
    font-size: 1.3rem;
  }
  section.content-section .poi-back .btn-grey span:before {
    width: 18px;
    height: 18px;
    background-size: 12px 10px;
  }
  section.content-section .poi-back span {
    font-size: 1.35rem;
  }
  section.content-section .poi-detail {
    padding-bottom: 40px;
  }
  section.content-section .poi-detail .padding-carousel {
    padding: 20px;
    margin-bottom: 25px;
  }
  section.content-section .poi-detail .carousel-block {
    margin-bottom: 20px;
    height: 380px;
  }
  section.content-section .poi-detail .carousel-block .main-image {
    left: 60px;
    width: calc(100% - 2 * 60px);
  }
  section.content-section .poi-detail .another-galleries h3 {
    font-size: 1.9rem;
    margin-bottom: 12px;
  }
  section.content-section .poi-detail .another-galleries .flex-block .image-block {
    height: 150px;
    margin-bottom: 10px;
  }
  section.content-section .poi-detail .information-poi h3 {
    font-size: 1.9rem;
  }
  section.content-section .poi-detail .information-poi p {
    margin-bottom: 20px;
  }
  section.content-section .poi-detail .information-poi .information-block .flex-block {
    min-height: 130px;
    padding: 18px 14px;
  }
  section.content-section .poi-detail .information-poi .information-block .flex-block p {
    font-size: 1.5rem;
  }
  section.content-section .books-block {
    padding-top: 40px;
  }
  section.content-section .books-block .book-block {
    padding-right: 0px;
  }
  section.content-section .books-block .book-block h2 {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
  section.content-section .books-block .book-block h3 {
    font-size: 2rem;
    margin-bottom: 12px;
  }
  section.content-section .books-block .book-block p {
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  section.content-section .books-block .books .flex-block .image-block {
    margin-bottom: 12px;
  }
  section.content-section .detail-book {
    padding-top: 40px;
  }
  section.content-section .detail-book .flex-blocks {
    grid-template-columns: 222px 1fr;
  }
  section.content-section .detail-book .left {
    width: 210px;
    flex-basis: 210px;
    margin-right: 12px;
  }
  section.content-section .detail-book .left .similar-book h3 {
    font-size: 1.9rem;
    margin-bottom: 12px;
  }
  section.content-section .detail-book .left .similar-book .books .book .image-block {
    margin-bottom: 10px;
  }
  section.content-section .detail-book .left .similar-book .books .book h4 {
    font-size: 1.3rem;
  }
  section.content-section .detail-book .left .similar-book .books .book span {
    letter-spacing: 0.3px;
  }
  section.content-section .detail-book .right .text-block {
    margin-bottom: 20px;
  }
  section.content-section .detail-book .right .text-block h2 {
    margin-bottom: 12px;
    font-size: 2.4rem;
  }
  section.content-section .detail-book .right .text-block p {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
  section.content-section .detail-book .right .buy-block .inline span.title {
    margin-right: 8px;
  }
  section.content-section .detail-book .right .selector-block {
    margin-bottom: 25px;
  }
  section.content-section .detail-book .right .selector-block a {
    height: 48px;
  }
  section.content-section .detail-book .right .selector-block span {
    font-size: 1.6rem;
  }
  section.content-section .detail-book .right .information-block ul li {
    margin-bottom: 6px;
  }
  section.content-section .calendar-block {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  section.content-section .calendar-block .flex-blocks {
    grid-template-columns: 1fr !important;
  }
  section.content-section .calendar-block .left {
    width: 100%;
    flex-basis: 100%;
    margin-right: 0px;
    margin-bottom: 25px;
  }
  section.content-section .calendar-block .left .filled-right-blocks {
    width: 49%;
    float: left;
    margin-right: 0%;
  }
  section.content-section .calendar-block .left .calendar {
    padding: 15px;
    width: 49%;
    margin-right: 2%;
    float: left;
    margin-bottom: 0px;
  }
  section.content-section .calendar-block .left .calendar .pignose-calendar {
    display: block;
    margin: 0 auto;
    max-width: 90%;
  }
  section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
    font-size: 1.5rem;
  }
  section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-header .pignose-calendar-week {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
  }
  section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-header .pignose-calendar-week:before {
    width: 26px;
    height: 26px;
  }
  section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-body .pignose-calendar-unit {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
  }
  section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-body .pignose-calendar-unit:before {
    width: 26px;
    height: 26px;
  }
  section.content-section .calendar-block .right {
    width: 100%;
    flex-basis: 100%;
  }
  section.content-section .calendar-block .right .event-block .block-event .text-block span {
    padding-right: 5px;
  }
  section.content-section .poi-block.turn-by-turn .flex-blocks {
    grid-gap: 15px;
  }
  section.content-section .poi-block.turn-by-turn h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
  section.content-section .poi-block.turn-by-turn p {
    margin-bottom: 15px;
  }
  section.content-section .poi-block .tabs-panes {
    padding-top: 35px;
  }
  section.content-section .poi-block .tabs-panes .poi-content {
    padding-bottom: 35px;
  }
  section.content-section .random-poi h3 {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
  section.content-section .random-poi .padding-random {
    padding: 22px;
  }
  section.content-section .random-poi .padding-random .button-prev,
  section.content-section .random-poi .padding-random .button-next {
    margin-top: -45px;
    width: 44px;
    height: 44px;
    background-size: 12px 20px;
  }
  section.content-section .random-poi .padding-random .swiper-slide .image-block {
    height: 185px;
  }
  section.content-section .random-poi .padding-random .swiper-slide h3 {
    font-size: 1.9rem;
  }
  section.content-section .random-poi .padding-random .swiper-slide p {
    font-size: 1.4rem;
    line-height: 1.5em;
  }
  section.content-section .turn-by-turn-detail {
    padding-top: 40px;
  }
  section.content-section .turn-by-turn-detail .flex-blocks {
    grid-template-columns: 260px 1fr;
  }
  section.content-section .turn-by-turn-detail .left-content {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  section.content-section .turn-by-turn-detail .right-content {
    width: 100%;
    flex-basis: 100%;
    margin-left: 0px;
  }
  section.content-section .turn-by-turn-detail .right-content .own-fill-board {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  section.content-section .turn-by-turn-detail .right-content .image-filled {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  section.content-section .turn-by-turn-detail .right-content .image-filled:last-of-type {
    margin-bottom: 0px;
  }
  section.content-section .turn-by-turn-detail .left {
    width: 240px;
    flex-basis: 240px;
    margin-right: 20px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn {
    padding: 0 0px;
    font-size: 1.4rem;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn h2 {
    font-size: 3.4rem;
    margin-bottom: 12px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn h3 {
    font-size: 2rem;
    margin-bottom: 8px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn span.location {
    margin-bottom: 15px;
    font-size: 1.7rem;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn img {
    margin-bottom: 25px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn .info-plus {
    margin-bottom: 10px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn .info-plus span {
    font-size: 1.4rem;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn p {
    margin-bottom: 18px;
    font-size: 1.4rem;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn .big-info-yellow {
    padding: 15px 25px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn .big-info-yellow p {
    margin-bottom: 18px;
    font-size: 1.4rem;
  }
  section.content-section .filter-block h3 {
    position: relative;
  }
  section.content-section .filter-block h3.filter-show {
    cursor: pointer;
  }
  section.content-section .filter-block h3.filter-show.active {
    margin-bottom: 20px;
  }
  section.content-section .filter-block h3 .mobile-filter {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url("../images/arrow-down.svg");
    background-repeat: no-repeat;
    background-size: 20px 12px;
    background-position: center center;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    cursor: pointer;
  }
  section.content-section .filter-block h3 .mobile-filter.active {
    transform: translateY(-50%) rotate(0deg);
  }
  section.content-section .filter-block .padding-filter input[type="checkbox"] + label {
    padding-left: 28px;
  }
  section.content-section .filter-block .padding-filter input[type="checkbox"] + label:before {
    width: 18px;
    height: 18px;
  }
  section.content-section .filter-block .padding-filter .parts.help-block {
    padding: 18px;
  }
  section.content-section .filter-block .padding-filter .parts:first-of-type .flex-block {
    padding: 20px 15px 0;
  }
  section.content-section .filter-block .padding-filter .parts .flex-block {
    padding: 20px 15px 15px;
  }
  section.content-section .filter-block .padding-filter .parts h4 {
    margin-bottom: 14px;
    font-size: 1.5rem;
  }
  section.content-section .filter-block .padding-filter .parts .form-inline {
    margin-bottom: 16px;
    margin-right: 14px;
  }
  section.content-section .filter-block .padding-filter .parts .btn {
    font-size: 1.6rem;
    padding: 0px 32px;
    height: 42px;
    line-height: 42px;
  }
  section.content-section .filter-block .gallery-block-filter {
    margin-bottom: 0px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block {
    min-height: 238px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block:hover {
    padding: 9px 9px 7px 9px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block:hover .image-block {
    height: 195px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block.our-tip {
    padding: 9px 9px 7px 9px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block.our-tip:hover {
    padding: 9px 9px 7px 9px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block.our-tip .image-block {
    height: 195px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block .image-block {
    height: 195px;
  }
  section.content-section .filter-block .with-arg {
    margin-bottom: 10px;
  }
  section.content-section .filter-block .with-arg h3 {
    margin-right: 10px;
  }
  section.content-section .filter-block .pagination {
    margin-top: 30px;
  }
  section.content-section .filter-block .pagination ul .paginated_link {
    width: 42px;
    height: 42px;
  }
  section.content-section .filter-block .pagination ul .paginated_link a,
  section.content-section .filter-block .pagination ul .paginated_link span {
    width: 42px;
    height: 42px;
    line-height: 44px;
    font-size: 1.5rem;
  }
  section.turn-by-turn-section .turn-by-turn {
    height: 380px;
  }
  section.turn-by-turn-section .turn-by-turn .button-map {
    height: 52px;
    line-height: 52px;
    padding: 0px 24px;
    font-size: 1.7rem;
    bottom: 25px;
  }
  section.turn-by-turn-section .turn-by-turn .button-map:left {
    left: 25px;
  }
  section.turn-by-turn-section .turn-by-turn .button-map.right {
    right: 25px;
  }
  footer .quote-block .table-help {
    height: 65px;
  }
  footer .quote-block .logo {
    width: 36px;
    height: 36px;
  }
  footer .quote-block p {
    font-size: 1.6rem;
    padding-left: 14px;
  }
  footer .footer-blocks .flex-block {
    /*margin-right: 2%;
      &:nth-child(2n + 2) {
        margin-right: 0px;
      }*/
    /*&:nth-child(1) {
        width: 32%;
        flex-basis: 32%;
        margin-right: 2%;
        margin-bottom: 30px;
      }
      &:nth-child(2) {
        width: 32%;
        flex-basis: 32%;
        margin-right: 2%;
        margin-bottom: 30px;
      }
      &:nth-child(3) {
        width: 32%;
        flex-basis: 32%;
        margin-right: 0px;
        margin-bottom: 30px;
        &:after {
          display: none;
        }
      }*/
  }
  footer .footer-blocks .flex-block:nth-child(4) {
    width: 100%;
    flex-basis: 100%;
  }
  footer .footer-blocks .flex-block h4 {
    font-size: 1.5rem;
  }
  footer .footer-blocks .flex-block ul li {
    margin-bottom: 13px;
  }
  footer .footer-blocks .flex-block .email {
    font-size: 1.5rem;
  }
  footer .footer-blocks .flex-block p {
    margin-bottom: 14px;
    padding-right: 0px;
    line-height: 1.6em;
  }
  footer .footer-blocks .flex-block .social-site {
    margin-bottom: 12px;
  }
  .upper-bar {
    display: none;
  }
}
@media screen and (max-width: 670px) and (min-width: 0px) {
  header.down .burger-menu.active {
    top: 65px;
  }
  header.smaller .lower-bar {
    height: 65px;
  }
  header .lower-bar {
    height: 65px;
  }
  header .lower-bar .hamburger-block {
    width: 65px;
    height: 65px;
  }
  header .lower-bar nav {
    top: 75px;
    height: calc(100vh - 65px);
  }
  header .lower-bar nav.active {
    top: 65px;
  }
  header .lower-bar .logo {
    width: 44px;
    height: 44px;
  }
  main {
    padding-top: 65px;
  }
  .arrow {
    font-size: 1.4rem;
  }
  .btn {
    font-size: 1.4rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  section.main-hp .image-block {
    height: calc(100vh - 65px);
  }
  section.main-hp .image-block .info-block {
    padding: 15px 20px;
  }
  section.main-hp .image-block .info-block h2 {
    font-size: 3rem;
    margin-bottom: 8px;
  }
  section.main-hp .image-block .info-block p {
    font-size: 1.45rem;
    line-height: 1.4em;
  }
  section.main-hp .navigation-block .flex-block .table-help {
    height: 100px;
  }
  section.main-hp .navigation-block .flex-block .icon {
    width: 30px;
    height: 30px;
    margin-bottom: 6px;
  }
  section.main-hp .navigation-block .flex-block span {
    font-size: 1.3rem;
  }
  section.about-hp .about-block .flex-block h2 {
    font-size: 2.3rem;
    margin-bottom: 15px;
  }
  section.about-hp .about-block .flex-block p {
    font-size: 1.45rem;
  }
  section.about-hp .about-block .flex-block .two-blocks .block {
    height: auto;
  }
  section.about-hp .about-block .flex-block .two-blocks .block h3 {
    font-size: 1.7rem;
    margin-bottom: 12px;
  }
  section.about-hp .about-block .flex-block .two-blocks .block .image img {
    max-height: 200px;
  }
  section.about-hp .about-block .flex-block .two-blocks .block h4 {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  section.about-hp .about-block .flex-block .two-blocks .block p {
    font-size: 1.4rem;
  }
  section.about-hp .social-block .main-blocks .fb {
    height: 170px;
  }
  section.about-hp .social-block .main-blocks .space-around .show-images a,
  section.about-hp .social-block .main-blocks .space-around .sbi_images a,
  section.about-hp .social-block .main-blocks .space-around .show-images .sbi_item,
  section.about-hp .social-block .main-blocks .space-around .sbi_images .sbi_item {
    height: 170px;
  }
  section.another-project-hp {
    padding: 35px 0px 0px;
  }
  section.yellow-section h2 {
    font-size: 2.2rem;
  }
  section.content-section h3 {
    font-size: 2.2rem;
  }
  section.content-section .filled-right-blocks .own-fill-board h4 {
    font-size: 2.1rem;
  }
  section.content-section .tabs-block .tab-pane .help-padding {
    padding: 25px 0 0px;
  }
  section.content-section .tabs-block .tab-pane h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  section.content-section .search-block form input {
    font-size: 1.3rem;
  }
  section.content-section .search-block form button {
    padding: 0 40px 0 20px;
    letter-spacing: 0.5px;
    font-size: 1.3rem;
  }
  section.content-section .search-block form button:after {
    right: 10px;
  }
  section.content-section .search-block .tags span {
    margin-right: 6px;
  }
  section.content-section .search-block .faqs-block .faq-block .text-block {
    height: 140px;
    padding: 0 40px 0 15px;
  }
  section.content-section .search-block .faqs-block .faq-block .text-block h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  section.content-section .search-block .faqs-block .faq-block .image-block {
    height: 140px;
  }
  section.content-section .books-block .books {
    grid-template-columns: repeat(2, 1fr);
  }
  section.content-section .poi-block.turn-by-turn h2 {
    font-size: 2.3rem;
  }
  section.content-section .poi-block .poi-content .flex-blocks {
    grid-gap: 15px !important;
  }
  section.turn-by-turn-section .turn-by-turn {
    height: 325px;
  }
  section.turn-by-turn-section .turn-by-turn .button-map {
    height: 46px;
    line-height: 46px;
    padding: 0px 22px;
    font-size: 1.6rem;
    bottom: 20px;
  }
  section.turn-by-turn-section .turn-by-turn .button-map.left {
    left: 20px;
  }
  section.turn-by-turn-section .turn-by-turn .button-map.right {
    right: 20px;
  }
  footer .quote-block .table-help {
    height: 60px;
  }
  footer .quote-block .logo {
    width: 32px;
    height: 32px;
  }
  footer .quote-block p {
    font-size: 1.5rem;
    top: 2px;
  }
  footer .footer-blocks .flex-block {
    min-height: unset;
  }
  footer .footer-blocks .flex-block:nth-child(1) {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .footer-blocks .flex-block:nth-child(1):after {
    display: none;
  }
  footer .footer-blocks .flex-block:nth-child(2) {
    width: 49%;
    flex-basis: 49%;
    margin-right: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .footer-blocks .flex-block:nth-child(3) {
    width: 49%;
    flex-basis: 49%;
    margin-right: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .footer-blocks .flex-block .social-site {
    text-align: center;
    margin-bottom: 8px;
  }
  footer .footer-blocks .flex-block p {
    margin-bottom: 10px;
    padding-right: 0px;
  }
  footer .footer-down {
    padding: 14px 0px 10px;
  }
}
@media screen and (max-width: 569px) and (min-width: 0px) {
  header.down .burger-menu.active {
    top: 50px;
  }
  header.smaller .lower-bar {
    height: 50px;
  }
  header .lower-bar {
    height: 50px;
  }
  header .lower-bar .logo {
    width: 38px;
    height: 38px;
  }
  header .lower-bar nav {
    top: 55px;
    height: calc(100vh - 50px);
  }
  header .lower-bar nav.active {
    top: 50px;
  }
  header .lower-bar nav.active ul li a {
    font-size: 1.4rem;
  }
  header .lower-bar nav.active .burger-content .form-search,
  header .lower-bar nav.active .burger-content .map-click {
    width: 100%;
  }
  header .lower-bar nav.active .burger-content .form-search input {
    height: 42px;
    line-height: 42px;
  }
  header .lower-bar nav.active .burger-content .form-search button {
    height: 42px;
    line-height: 42px;
  }
  header .lower-bar .hamburger-block {
    width: 50px;
    height: 50px;
  }
  header .lower-bar .hamburger-block .hamburger {
    width: 26px;
    height: 22px;
  }
  header .burger-menu {
    top: 44px;
  }
  header .burger-menu.active {
    height: calc(100% - 49px);
    top: 49px;
  }
  header .burger-menu .burger-block .flex-block:first-of-type {
    padding: 20px 40px 5px;
  }
  header .burger-menu .burger-block .flex-block:last-of-type {
    padding: 20px 40px;
  }
  header .burger-menu nav ul li a {
    font-size: 1.5rem;
  }
  header .burger-menu .form-search {
    margin-bottom: 10px;
  }
  header .burger-menu .form-search input {
    height: 42px;
    line-height: 42px;
  }
  header .burger-menu .form-search button {
    height: 42px;
    line-height: 42px;
    text-indent: -9999px;
    padding: 0px 22px 0 22px;
  }
  header .burger-menu .form-search button:hover:after {
    right: 12px;
  }
  header .burger-menu .form-search button:after {
    right: 12px;
  }
  main {
    padding-top: 50px;
  }
  .banner-adver {
    margin: 15px 0px;
  }
  section.main-hp .image-block {
    height: calc(100vh - 50px);
  }
  section.main-hp .image-block .info-block {
    padding: 13px 13px;
  }
  section.main-hp .image-block .info-block h2 {
    font-size: 2.6rem;
    margin-bottom: 6px;
  }
  section.main-hp .image-block .info-block p {
    line-height: 1.3em;
    font-size: 1.4rem;
  }
  section.main-hp .navigation-block .flex-block span {
    font-size: 1.25rem;
  }
  section.about-hp .about-block .flex-blocks {
    margin-bottom: 30px;
  }
  section.about-hp .about-block .flex-block p {
    line-height: 1.6em;
    margin-bottom: 12px;
  }
  section.about-hp .about-block .flex-block .two-blocks .block {
    height: auto;
  }
  section.about-hp .social-block {
    padding: 25px 0px;
  }
  section.about-hp .social-block .main-blocks h3 {
    margin-bottom: 12px;
    font-size: 1.9rem;
  }
  section.about-hp .social-block .main-blocks .space-around .show-images a,
  section.about-hp .social-block .main-blocks .space-around .sbi_images a,
  section.about-hp .social-block .main-blocks .space-around .show-images .sbi_item,
  section.about-hp .social-block .main-blocks .space-around .sbi_images .sbi_item {
    height: 160px;
  }
  section.another-project-hp {
    padding: 30px 0px 0px;
  }
  section.another-project-hp h2 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  section.another-project-hp .flex-blocks {
    grid-gap: 12px;
  }
  section.another-project-hp .flex-block {
    height: 190px;
  }
  section.another-project-hp .flex-block h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  section.another-project-hp .flex-block p {
    margin-bottom: 10px;
  }
  section.yellow-section {
    padding: 12px 0 12px;
  }
  section.yellow-section h2 {
    font-size: 2rem;
  }
  section.content-section h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  section.content-section .filled-right-blocks .own-fill-board {
    padding: 22px 14px;
    height: 170px;
  }
  section.content-section .filled-right-blocks .own-fill-board h4 {
    font-size: 1.9rem;
  }
  section.content-section .filled-right-blocks .own-fill-board img {
    max-width: 70px;
  }
  section.content-section .filled-right-blocks .image-filled {
    padding: 16px;
  }
  section.content-section .filled-right-blocks .faq-detail-block .btn-grey {
    height: 45px;
    line-height: 44px;
    font-size: 1.4rem;
  }
  section.content-section .filled-right-blocks .faq-detail-block .btn-grey:hover span:before {
    left: 0px;
  }
  section.content-section .filled-right-blocks .faq-detail-block .btn-grey span:before {
    width: 12px;
    height: 12px;
    background-size: 12px 10px;
  }
  section.content-section .filled-right-blocks .image-detail-block {
    padding: 10px 10px;
  }
  section.content-section .tabs-block .tab-nav {
    display: inline-block;
  }
  section.content-section .tabs-block .tab-nav:after {
    display: none;
  }
  section.content-section .tabs-block .tab-nav a {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-left: -1px;
    margin-bottom: 1px;
    border-bottom: 1px solid #e0e0e0;
    padding: 0px 12px;
    float: left;
    text-align: center;
  }
  section.content-section .tabs-block .tab-nav a.active {
    border-bottom: 1px solid #e0e0e0;
  }
  section.content-section .tabs-block .tab-pane h3 {
    font-size: 2rem;
  }
  section.content-section .tabs-block .tab-pane .help-padding {
    padding: 22px 0 0px;
  }
  section.content-section .tabs-block .tab-pane .links-block .flex-block {
    padding: 12px;
  }
  section.content-section .tabs-block .tab-pane .links-block .flex-block h4 {
    font-size: 1.5rem;
  }
  section.content-section .tabs-block .tab-pane .links-block .flex-block .place {
    padding-left: 28px;
    line-height: 1.6em;
    font-size: 1.25rem;
  }
  section.content-section .tabs-block .tab-pane .links-block .flex-block .absolute-block .social-site a {
    width: 16px;
    height: 16px;
  }
  section.content-section .search-block form input {
    height: 42px;
    line-height: 42px;
  }
  section.content-section .search-block form button {
    height: 42px;
    line-height: 42px;
  }
  section.content-section .search-block .tags span {
    font-size: 1.3rem;
  }
  section.content-section .search-block .tags a {
    height: 30px;
    line-height: 32px;
    padding: 0 8px;
  }
  section.content-section .search-block .faqs-block .faq-block .image-block {
    width: 195px;
    flex-basis: 195px;
  }
  section.content-section .search-block .faqs-block .faq-block .text-block {
    width: calc(100% - 195px);
    flex-basis: calc(100% - 195px);
    padding: 0 20px 0 15px;
  }
  section.content-section .search-block .faqs-block .faq-block .text-block h4 {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
  section.content-section .search-block .faqs-block .faq-block .text-block p {
    font-size: 1.3rem;
    line-height: 1.4em;
  }
  section.content-section .faq-detail .left-content {
    grid-template-columns: 230px 1fr;
  }
  section.content-section .faq-detail .left {
    width: 220px;
    margin-right: 10px;
  }
  section.content-section .faq-detail .detail-out h2 {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  section.content-section .faq-detail .detail-out h3 {
    font-size: 1.9rem;
    margin-bottom: 15px;
  }
  section.content-section .faq-detail .detail-out h4 {
    font-size: 1.4rem;
  }
  section.content-section .faq-detail .detail-out img {
    margin-bottom: 10px;
  }
  section.content-section .faq-detail .detail-out p {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  section.content-section .faq-detail .detail-out ol,
  section.content-section .faq-detail .detail-out ul {
    margin-bottom: 10px;
  }
  section.content-section .faq-detail .detail-out ol li,
  section.content-section .faq-detail .detail-out ul li {
    font-size: 1.4rem;
  }
  section.content-section .faq-detail .detail-out ul li {
    margin-bottom: 10px;
  }
  section.content-section .faq-detail .detail-out .breakpoints {
    height: 15px;
  }
  section.content-section .three-blocks {
    padding: 35px 0px;
    grid-template-columns: 1fr;
  }
  section.content-section .three-blocks .flex-block {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  section.content-section .three-blocks .flex-block:nth-child(2),
  section.content-section .three-blocks .flex-block:nth-child(3) {
    height: 140px;
  }
  section.content-section .three-blocks .flex-block h3 {
    font-size: 1.9rem;
    width: 95%;
  }
  section.content-section .three-blocks .flex-block:last-of-type {
    margin-bottom: 0px;
  }
  section.content-section .three-blocks .flex-block.image {
    height: 140px;
  }
  section.content-section .three-blocks .flex-block.cyan-block {
    height: 140px;
  }
  section.content-section .three-blocks .flex-block .btn-grey {
    font-size: 1.5rem;
    height: 58px;
    line-height: 58px;
  }
  section.content-section .three-blocks .flex-block .btn-grey:hover span:before {
    left: -3px;
  }
  section.content-section .three-blocks .flex-block .btn-grey span {
    padding-left: 26px;
  }
  section.content-section .three-blocks .flex-block .btn-grey span:before {
    width: 20px;
    height: 20px;
    background-size: 16px 12px;
  }
  section.content-section .three-blocks .flex-block .yellow-block {
    padding: 22px 18px;
    font-size: 1.8rem;
  }
  section.content-section .poi-back .btn-grey {
    display: block;
    margin-bottom: 10px;
  }
  section.content-section .poi-back .btn-grey span {
    display: inline-block;
  }
  section.content-section .poi-back span {
    display: block;
    text-align: center;
    font-size: 1.5rem;
  }
  section.content-section .poi-detail .padding-carousel {
    padding: 15px;
  }
  section.content-section .poi-detail .carousel-block {
    height: 320px;
    margin-bottom: 15px;
  }
  section.content-section .poi-detail .carousel-block .button-prev,
  section.content-section .poi-detail .carousel-block .button-next {
    width: 35px;
    height: 90px;
    background-size: 10px 24px;
  }
  section.content-section .poi-detail .another-galleries .flex-blocks {
    grid-template-columns: repeat(2, 1fr);
  }
  section.content-section .poi-detail .another-galleries h3 {
    font-size: 1.9rem;
  }
  section.content-section .poi-detail .another-galleries .flex-block .image-block {
    height: 140px;
  }
  section.content-section .poi-detail .information-poi .information-block .flex-block {
    min-height: 110px;
  }
  section.content-section .books-block {
    padding-top: 35px;
  }
  section.content-section .books-block .book-block h2 {
    font-size: 2rem;
  }
  section.content-section .books-block .book-block h3 {
    font-size: 1.7rem;
    margin-bottom: 12px;
  }
  section.content-section .books-block .book-block p {
    line-height: 1.4em;
  }
  section.content-section .books-block .books {
    margin-bottom: 30px;
  }
  section.content-section .books-block .books .flex-block .image-block {
    height: 160px;
  }
  section.content-section .detail-book {
    padding-bottom: 35px !important;
  }
  section.content-section .detail-book .flex-blocks {
    grid-template-columns: 190px 1fr;
  }
  section.content-section .detail-book .left {
    width: 180px;
    flex-basis: 180px;
    margin-right: 10px;
  }
  section.content-section .detail-book .left .similar-book h3 {
    font-size: 1.8rem;
  }
  section.content-section .detail-book .left .similar-book .books {
    grid-gap: 8px;
  }
  section.content-section .detail-book .right .text-block {
    margin-bottom: 15px;
  }
  section.content-section .detail-book .right .text-block h2 {
    margin-bottom: 12px;
    font-size: 2rem;
  }
  section.content-section .detail-book .right .text-block p {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
  section.content-section .detail-book .right .buy-block .inline .logo-amazon {
    width: 60px;
    height: 20px;
  }
  section.content-section .detail-book .right .buy-block .inline span {
    font-size: 1.4rem;
  }
  section.content-section .detail-book .right .buy-block .inline span.title {
    font-size: 1.4rem;
    margin-right: 6px;
  }
  section.content-section .detail-book .right .selector-block {
    margin-bottom: 25px;
  }
  section.content-section .detail-book .right .selector-block a {
    height: 44px;
  }
  section.content-section .detail-book .right .information-block ul li {
    margin-bottom: 6px;
    font-size: 1.3rem;
  }
  section.content-section .calendar-block {
    padding-top: 5px;
    padding-bottom: 35px;
  }
  section.content-section .calendar-block .left .calendar {
    padding: 10px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  section.content-section .calendar-block .left .calendar .pignose-calendar {
    max-width: 55%;
  }
  section.content-section .calendar-block .left .filled-right-blocks {
    width: 100%;
  }
  section.content-section .calendar-block .right .event-block .block-event .text-block {
    padding: 18px 12px;
  }
  section.content-section .calendar-block .right .event-block .block-event .text-block h3 {
    font-size: 1.8rem;
  }
  section.content-section .calendar-block .right .event-block .block-event .text-block .absolute-block .social-site a {
    width: 22px;
    height: 22px;
  }
  section.content-section .change-direction {
    margin-bottom: 12px;
  }
  section.content-section .change-direction span {
    font-size: 1.3rem;
  }
  section.content-section .poi-block .tabs-panes {
    padding-top: 30px;
  }
  section.content-section .poi-block .tabs-panes .flex-blocks .flex-block {
    height: 110px;
  }
  section.content-section .random-poi h3 {
    font-size: 2rem;
  }
  section.content-section .random-poi .padding-random {
    padding: 20px;
  }
  section.content-section .random-poi .padding-random .button-prev,
  section.content-section .random-poi .padding-random .button-next {
    margin-top: -45px;
    width: 40px;
    height: 40px;
    background-size: 10px 18px;
  }
  section.content-section .random-poi .padding-random .swiper-slide .image-block {
    height: 160px;
    margin-bottom: 10px;
  }
  section.content-section .random-poi .padding-random .swiper-slide h3 {
    font-size: 1.7rem;
  }
  section.content-section .random-poi .padding-random .swiper-slide p {
    font-size: 1.3rem;
  }
  section.content-section .turn-by-turn-detail {
    padding-top: 35px;
  }
  section.content-section .turn-by-turn-detail .flex-blocks {
    grid-template-columns: 225px 1fr;
  }
  section.content-section .turn-by-turn-detail .left {
    width: 210px;
    flex-basis: 210px;
    margin-right: 15px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn {
    padding: 0 0px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn h2 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn h3 {
    font-size: 1.9rem;
    margin-bottom: 8px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn span.location {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn img {
    margin-bottom: 20px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn .info-plus {
    margin-bottom: 10px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn .info-plus span {
    font-size: 1.4rem;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn p {
    margin-bottom: 14px;
    font-size: 1.4rem;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn .big-info-yellow {
    padding: 15px 20px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn .big-info-yellow p {
    margin-bottom: 16px;
    font-size: 1.4rem;
  }
  section.content-section .filter-block .padding-filter input[type="checkbox"] + label {
    padding-left: 28px;
  }
  section.content-section .filter-block .padding-filter input[type="checkbox"] + label:before {
    width: 18px;
    height: 18px;
  }
  section.content-section .filter-block .padding-filter .parts.help-block {
    padding: 15px;
  }
  section.content-section .filter-block .padding-filter .parts:first-of-type .flex-block {
    padding: 12px 12px 0;
  }
  section.content-section .filter-block .padding-filter .parts .flex-block {
    width: 100%;
    flex-basis: 100%;
    padding: 12px 12px 12px;
  }
  section.content-section .filter-block .padding-filter .parts h4 {
    margin-bottom: 14px;
    font-size: 1.5rem;
  }
  section.content-section .filter-block .padding-filter .parts .form-inline {
    margin-bottom: 14px;
    margin-right: 12px;
  }
  section.content-section .filter-block .padding-filter .parts .btn {
    font-size: 1.5rem;
    padding: 0px 28px;
    height: 40px;
    line-height: 40px;
  }
  section.content-section .filter-block .gallery-block-filter {
    margin-bottom: 0px;
    grid-gap: 10px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block {
    min-height: 225px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block:hover {
    padding: 9px 9px 7px 9px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block:hover .image-block {
    height: 180px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block.our-tip {
    padding: 9px 9px 7px 9px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block.our-tip:hover {
    padding: 9px 9px 7px 9px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block.our-tip .image-block {
    height: 180px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block .image-block {
    height: 180px;
  }
  section.content-section .filter-block .with-arg {
    margin-bottom: 10px;
  }
  section.content-section .filter-block .with-arg h3 {
    margin-right: 8px;
  }
  section.content-section .filter-block .pagination {
    margin-top: 25px;
  }
  section.content-section .filter-block .pagination ul .paginated_link {
    width: 42px;
    height: 42px;
  }
  section.content-section .filter-block .pagination ul .paginated_link a,
  section.content-section .filter-block .pagination ul .paginated_link span {
    width: 42px;
    height: 42px;
    line-height: 44px;
    font-size: 1.5rem;
  }
  footer .footer-blocks .flex-block h4 {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 480px) and (min-width: 0px) {
  .btn-grey {
    height: 42px !important;
    line-height: 40px !important;
  }
  header .lower-bar nav.active ul {
    padding: 0px 20px;
  }
  header .lower-bar nav.active .burger-content {
    padding: 0px 20px;
  }
  header .lower-bar nav.active .burger-content .form-search button {
    padding: 0 40px 0 22px;
  }
  header .burger-menu .burger-block .flex-block:first-of-type {
    padding: 20px 25px 5px;
  }
  header .burger-menu .burger-block .flex-block:last-of-type {
    padding: 20px 25px;
  }
  header .burger-menu .form-search button:hover:after {
    right: 12px;
  }
  header .burger-menu .form-search button:after {
    right: 12px;
  }
  .banner-adver {
    margin: 25px 0px;
  }
  .banner-adver.bigger {
    margin: 30px 0px;
  }
  .banner-adver a {
    max-width: 90%;
  }
  section.main-hp .image-block {
    height: 65vh;
  }
  section.main-hp .navigation-block {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
    display: block;
    grid-template-columns: unset;
  }
  section.main-hp .navigation-block:before {
    content: "";
    display: table;
  }
  section.main-hp .navigation-block:after {
    content: "";
    display: table;
    clear: both;
  }
  section.main-hp .navigation-block .flex-block {
    padding-bottom: 5px;
  }
  section.main-hp .navigation-block .flex-block:nth-child(1) {
    width: 50%;
    flex-basis: 50%;
  }
  section.main-hp .navigation-block .flex-block:nth-child(2) {
    width: 50%;
    flex-basis: 50%;
  }
  section.main-hp .navigation-block .flex-block:nth-child(3) {
    width: 33.333333333%;
    flex-basis: 33.333333333%;
  }
  section.main-hp .navigation-block .flex-block:nth-child(4) {
    width: 33.333333333%;
    flex-basis: 33.333333333%;
  }
  section.main-hp .navigation-block .flex-block:nth-child(5) {
    width: 33.333333333%;
    flex-basis: 33.333333333%;
  }
  section.main-hp .navigation-block .flex-block:nth-child(5):after {
    display: block;
  }
  section.main-hp .navigation-block .flex-block:after {
    width: 80%;
    height: 1px;
    bottom: 5px;
    top: unset;
    transform: unset;
    left: 10%;
  }
  section.main-hp .navigation-block .flex-block .table-help {
    height: 75px;
  }
  section.about-hp .about-block .flex-block h2 {
    font-size: 2.1rem;
  }
  section.about-hp .about-block .flex-block .two-blocks .block {
    width: 100%;
    flex-basis: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    height: auto;
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  section.about-hp .about-block .flex-block .two-blocks .block h3 {
    margin-bottom: 10px;
  }
  section.about-hp .about-block .flex-block .two-blocks .block .image img {
    max-height: 155px;
  }
  section.about-hp .about-block .flex-block .two-blocks .block.advertisement {
    margin-bottom: 0px;
  }
  section.about-hp .social-block .main-blocks .fb {
    width: 100%;
  }
  section.about-hp .social-block .main-blocks h3 > span {
    font-size: 1.3rem;
  }
  section.about-hp .social-block .main-blocks .space-around .show-images,
  section.about-hp .social-block .main-blocks .space-around .sbi_images {
    grid-template-columns: repeat(2, 1fr);
  }
  section.another-project-hp h2 {
    margin-bottom: 12px;
    font-size: 1.9rem;
  }
  section.another-project-hp .flex-blocks {
    grid-template-columns: 1fr;
    grid-gap: 12px;
  }
  section.another-project-hp .flex-block {
    width: 100%;
    flex-basis: 100%;
    margin-right: 0px;
    min-height: 170px;
  }
  section.another-project-hp .flex-block:last-of-type {
    margin-bottom: 0px;
  }
  section.another-project-hp .flex-block:nth-child(2n + 2) {
    margin-right: 0px;
  }
  section.yellow-section h2 {
    font-size: 2.1rem;
  }
  section.yellow-section .help-block span,
  section.yellow-section .help-block a {
    font-size: 1.1rem;
    margin-right: 16px;
    margin-bottom: 6px;
  }
  section.yellow-section .help-block span:after,
  section.yellow-section .help-block a:after {
    right: -10px;
  }
  section.yellow-section .help-block span.home-button,
  section.yellow-section .help-block a.home-button {
    width: 20px;
    height: 17px;
    margin-right: 8px;
  }
  section.content-section h3 {
    font-size: 2.1rem;
  }
  section.content-section .filled-right-blocks .own-fill-board {
    width: 100%;
    flex-basis: 100%;
    height: 170px;
  }
  section.content-section .filled-right-blocks .own-fill-board h4 {
    font-size: 2rem;
    padding-right: 30px;
  }
  section.content-section .filled-right-blocks .image-filled {
    width: 100%;
    flex-basis: 100%;
  }
  section.content-section .filled-right-blocks .poi-block {
    display: none !important;
  }
  section.content-section .filled-right-blocks .faq-detail-block {
    margin-bottom: 20px;
  }
  section.content-section .filled-right-blocks .faq-detail-block .questions {
    display: none;
  }
  section.content-section .filled-right-blocks .ways-block {
    margin-bottom: 15px;
  }
  section.content-section .filled-right-blocks .ways-block h3 {
    font-size: 1.6rem !important;
  }
  section.content-section .filled-right-blocks .ways-block ul {
    padding: 9px 0 6px;
    margin-bottom: 6px;
  }
  section.content-section .tabs-block .tab-nav a {
    font-size: 1.2rem;
    padding: 0px 10px;
  }
  section.content-section .tabs-block .tab-pane .links-block {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
  section.content-section .tabs-block .tab-pane .links-block .flex-block {
    width: 100%;
    flex-basis: 100%;
    margin-right: 0px;
  }
  section.content-section .search-block form .btn {
    text-indent: -9999px;
    padding: 0px 20px;
  }
  section.content-section .search-block form .btn:hover:after {
    right: 10px;
  }
  section.content-section .search-block form .btn:after {
    right: 10px;
  }
  section.content-section .search-block .padding-form h3 {
    margin-bottom: 10px;
  }
  section.content-section .search-block .tags span {
    margin-bottom: 6px;
  }
  section.content-section .search-block .tags a {
    margin-bottom: 6px;
  }
  section.content-section .search-block .faqs-block .faq-block {
    padding: 8px;
    margin-bottom: 8px;
  }
  section.content-section .search-block .faqs-block .faq-block .image-block {
    width: 150px;
    flex-basis: 150px;
  }
  section.content-section .search-block .faqs-block .faq-block .text-block {
    width: calc(100% - 150px);
    flex-basis: calc(100% - 150px);
    padding: 0 10px 0 10px;
  }
  section.content-section .search-block .faqs-block .faq-block .text-block h4 {
    margin-bottom: 6px;
    font-size: 1.5rem;
  }
  section.content-section .faq-detail {
    padding-top: 0px;
  }
  section.content-section .faq-detail .left-content {
    grid-template-columns: 1fr;
  }
  section.content-section .faq-detail .detail-out {
    padding-left: 0px;
  }
  section.content-section .faq-detail .left {
    width: 100%;
    margin-right: 0px;
  }
  section.content-section .faq-detail .right {
    width: 100%;
  }
  section.content-section .three-blocks {
    padding: 30px 0px;
  }
  section.content-section .three-blocks .flex-block {
    margin-bottom: 0px;
  }
  section.content-section .three-blocks .flex-block .yellow-block {
    padding: 18px 16px;
    font-size: 1.7rem;
    text-align: center;
  }
  section.content-section .three-blocks .flex-block.cyan-block {
    height: 130px;
  }
  section.content-section .three-blocks .flex-block.cyan-block h3 {
    font-size: 1.7rem;
  }
  section.content-section .three-blocks .flex-block.image {
    height: 130px;
  }
  section.content-section .three-blocks .flex-block.image h3 {
    font-size: 1.7rem;
  }
  section.content-section .poi-back span {
    font-size: 1.5rem;
  }
  section.content-section .poi-detail {
    padding-bottom: 30px;
  }
  section.content-section .poi-detail .padding-carousel {
    padding: 12px;
  }
  section.content-section .poi-detail .carousel-block .main-image {
    left: 40px;
    top: 20px;
    width: calc(100% - 2 * 40px);
    height: calc(100% - 2 * 20px);
  }
  section.content-section .poi-detail .carousel-block .button-prev,
  section.content-section .poi-detail .carousel-block .button-next {
    width: 25px;
    height: 60px;
    background-size: 8px 22px;
  }
  section.content-section .poi-detail .carousel-block .button-prev {
    left: 8px;
  }
  section.content-section .poi-detail .carousel-block .button-next {
    right: 8px;
  }
  section.content-section .poi-detail .information-poi .information-block .flex-block {
    min-height: 100px;
  }
  section.content-section .poi-detail .information-poi .information-block .flex-block .btn {
    padding-left: 16px;
    padding-right: 30px;
  }
  section.content-section .poi-detail .information-poi .information-block .flex-block .btn:hover:after {
    right: 12px;
  }
  section.content-section .poi-detail .information-poi .information-block .flex-block .btn:after {
    right: 15px;
  }
  section.content-section .books-block {
    padding-top: 30px;
  }
  section.content-section .books-block .book-block p {
    margin-bottom: 18px;
  }
  section.content-section .books-block .books .flex-block .image-block {
    margin-bottom: 10px;
    height: 150px;
  }
  section.content-section .books-block .books .flex-block h4 {
    margin-bottom: 8px;
    font-size: 1.35rem;
  }
  section.content-section .books-block .books .flex-block span {
    letter-spacing: 0.4px;
  }
  section.content-section .detail-book {
    padding-top: 25px;
  }
  section.content-section .detail-book .flex-blocks {
    grid-template-columns: 1fr;
  }
  section.content-section .detail-book .left {
    width: 100%;
    flex-basis: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  section.content-section .detail-book .left .main-image img {
    max-height: 250px;
  }
  section.content-section .detail-book .left .similar-book {
    display: none;
  }
  section.content-section .detail-book .right {
    width: 100%;
    flex-basis: 100%;
    padding-left: 0px;
  }
  section.content-section .detail-book .right .selector-block span {
    font-size: 1.5rem;
  }
  section.content-section .calendar-block .left {
    margin-bottom: 20px;
  }
  section.content-section .calendar-block .left .calendar .pignose-calendar {
    max-width: 78%;
  }
  section.content-section .calendar-block .left .filled-right-blocks .own-fill-board {
    max-width: unset;
  }
  section.content-section .calendar-block .right .event-block .block-event.our-tip {
    margin-bottom: 12px;
  }
  section.content-section .calendar-block .right .event-block .block-event.our-tip .text-block {
    border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    width: 100%;
    flex-basis: 100%;
    padding: 12px 16px;
  }
  section.content-section .calendar-block .right .event-block .block-event .text-block {
    width: 100%;
    flex-basis: 100%;
  }
  section.content-section .calendar-block .right .event-block .block-event .text-block h3 {
    font-size: 1.7rem;
  }
  section.content-section .calendar-block .right .event-block .block-event .text-block p {
    font-size: 1.3rem;
  }
  section.content-section .calendar-block .right .event-block .block-event .text-block span {
    font-size: 1.3rem;
  }
  section.content-section .calendar-block .right .event-block .block-event .text-block .absolute-block .social-site a {
    margin-right: 6px;
    width: 18px;
    height: 18px;
    background-size: contain;
  }
  section.content-section .calendar-block .right .event-block .block-event .image-block {
    width: 100%;
    flex-basis: 100%;
  }
  section.content-section .calendar-block .right .event-block .block-event .image-block span {
    z-index: 10;
  }
  section.content-section .change-direction {
    margin-bottom: 12px;
  }
  section.content-section .change-direction span {
    font-size: 1.3rem;
  }
  section.content-section .poi-block.turn-by-turn .flex-blocks {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  section.content-section .poi-block.turn-by-turn h2 {
    font-size: 2rem;
  }
  section.content-section .poi-block.turn-by-turn p {
    margin-bottom: 12px;
  }
  section.content-section .poi-block .tabs-panes {
    padding-top: 30px;
  }
  section.content-section .poi-block .tabs-panes .poi-content {
    padding-bottom: 30px;
  }
  section.content-section .poi-block .tabs-panes .poi-content .flex-blocks {
    grid-template-columns: repeat(2, 1fr);
  }
  section.content-section .poi-block .tabs-panes .flex-blocks .flex-block {
    height: 110px;
  }
  section.content-section .random-poi h3 {
    font-size: 2rem;
  }
  section.content-section .random-poi .padding-random {
    padding: 20px;
  }
  section.content-section .random-poi .padding-random .button-prev,
  section.content-section .random-poi .padding-random .button-next {
    margin-top: -45px;
    width: 40px;
    height: 40px;
    background-size: 10px 18px;
  }
  section.content-section .random-poi .padding-random .swiper-slide .image-block {
    height: 160px;
    margin-bottom: 10px;
  }
  section.content-section .random-poi .padding-random .swiper-slide h3 {
    font-size: 1.7rem;
  }
  section.content-section .random-poi .padding-random .swiper-slide p {
    font-size: 1.3rem;
  }
  section.content-section .turn-by-turn-detail {
    padding-top: 35px;
  }
  section.content-section .turn-by-turn-detail .flex-blocks {
    grid-template-columns: 1fr;
  }
  section.content-section .turn-by-turn-detail .left {
    width: 100%;
    flex-basis: 100%;
    margin-right: 0px;
  }
  section.content-section .turn-by-turn-detail .right {
    width: calc(100%);
    flex-basis: calc(100%);
  }
  section.content-section .turn-by-turn-detail .filled-right-blocks .own-fill-board {
    display: none;
  }
  section.content-section .turn-by-turn-detail .filled-right-blocks .image-detail-block {
    display: none;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn {
    padding: 0 0px;
    font-size: 1.4rem;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn h2 {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn h3 {
    font-size: 1.9rem;
    margin-bottom: 8px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn span.location {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn img {
    margin-bottom: 20px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn .info-plus {
    margin-bottom: 10px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn .info-plus span {
    font-size: 1.4rem;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn p {
    margin-bottom: 14px;
    font-size: 1.4rem;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn .big-info-yellow {
    padding: 15px 20px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn .big-info-yellow p {
    margin-bottom: 16px;
    font-size: 1.4rem;
  }
  section.content-section .filter-block h3 {
    font-size: 1.8rem !important;
    position: relative;
  }
  section.content-section .filter-block h3 .mobile-filter {
    width: 22px;
    height: 22px;
  }
  section.content-section .filter-block .padding-filter input[type="checkbox"] + label {
    padding-left: 24px;
    font-size: 1.3rem;
  }
  section.content-section .filter-block .padding-filter input[type="checkbox"] + label:before {
    width: 16px;
    height: 16px;
  }
  section.content-section .filter-block .padding-filter .parts {
    grid-template-columns: 1fr;
  }
  section.content-section .filter-block .padding-filter .parts.help-block {
    padding: 12px;
  }
  section.content-section .filter-block .padding-filter .parts .btn {
    font-size: 1.4rem;
  }
  section.content-section .filter-block .gallery-block-filter {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block {
    min-height: 225px;
    margin-right: 0%;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block:hover {
    padding: 9px 9px 7px 9px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block:hover .image-block {
    height: 180px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block.our-tip {
    padding: 9px 9px 7px 9px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block.our-tip:hover {
    padding: 9px 9px 7px 9px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block.our-tip .image-block {
    height: 180px;
  }
  section.content-section .filter-block .gallery-block-filter .flex-block .image-block {
    height: 180px;
  }
  section.content-section .filter-block .pagination ul .paginated_link {
    margin-right: 4px;
    width: 40px;
    height: 40px;
  }
  section.content-section .filter-block .pagination ul .paginated_link a,
  section.content-section .filter-block .pagination ul .paginated_link span {
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 1.4rem;
  }
  section.turn-by-turn-section .turn-by-turn .button-map {
    height: 44px;
    line-height: 44px;
    padding: 0px 20px;
    font-size: 1.5rem;
    bottom: 18px;
  }
  section.turn-by-turn-section .turn-by-turn .button-map span:after {
    background-size: 16px 12px;
    width: 20px;
    height: 20px;
  }
  section.turn-by-turn-section .turn-by-turn .button-map.left {
    left: 18px;
  }
  section.turn-by-turn-section .turn-by-turn .button-map.left span {
    padding-left: 26px;
  }
  section.turn-by-turn-section .turn-by-turn .button-map.right {
    right: 18px;
  }
  section.turn-by-turn-section .turn-by-turn .button-map.right span {
    padding-right: 26px;
  }
  footer .quote-block {
    padding: 15px 0px;
  }
  footer .quote-block .table-help {
    height: auto;
  }
  footer .quote-block .logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  footer .quote-block p {
    padding-left: 0px;
    font-size: 1.4rem;
  }
  footer .footer-blocks {
    padding: 20px 0px;
  }
  footer .footer-blocks .flex-block:nth-child(1) {
    width: 100%;
  }
  footer .footer-blocks .flex-block:nth-child(2) {
    width: 50%;
    padding-left: 0px;
  }
  footer .footer-blocks .flex-block:nth-child(3) {
    width: 50%;
    padding-left: 0px;
  }
  footer .footer-blocks .flex-block:nth-child(4) {
    width: 100%;
    margin-bottom: 0px;
  }
  footer .footer-blocks .flex-block h4 {
    font-size: 1.45rem;
  }
  footer .footer-blocks .flex-block ul li {
    margin-bottom: 12px;
  }
  footer .footer-blocks .flex-block ul li a {
    font-size: 1.35rem;
  }
  footer .footer-blocks .flex-block .email {
    font-size: 1.4rem;
  }
  .select2-container--default .select2-selection--single {
    height: 40px !important;
    line-height: 40px;
    font-size: 1.3rem !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 39px !important;
    color: #757575 !important;
    padding: 0 12px !important;
    font-size: 1.3rem !important;
  }
}
@media screen and (max-width: 376px) and (min-width: 0px) {
  .padding-block {
    padding: 0px 15px;
  }
  .padding-main {
    padding: 0px 15px;
  }
  .banner-adver.bigger {
    margin: 35px 0px;
  }
  .banner-adver a {
    max-width: 95%;
  }
  section.main-hp .image-block .info-block {
    width: 90%;
    left: 5%;
  }
  section.about-hp .social-block .main-blocks h3 {
    font-size: 1.8rem;
  }
  section.about-hp .social-block .main-blocks .space-around {
    margin-bottom: 10px;
    padding: 6px 6px 0px 6px;
  }
  section.yellow-section h2 {
    font-size: 2rem;
  }
  section.yellow-section .help-block a,
  section.yellow-section .help-block span {
    margin-right: 10px;
  }
  section.yellow-section .help-block a:after,
  section.yellow-section .help-block span:after {
    right: -8px;
  }
  section.content-section h3 {
    font-size: 2rem;
  }
  section.content-section .filled-right-blocks .own-fill-board {
    width: 100%;
  }
  section.content-section .filled-right-blocks .image-filled {
    width: 100%;
    padding: 9px;
  }
  section.content-section .tabs-block .tabs-panes {
    padding-bottom: 25px;
  }
  section.content-section .search-block h3 {
    font-size: 1.9rem;
  }
  section.content-section .search-block form input {
    padding: 0px 12px;
    height: 40px;
    line-height: 40px;
  }
  section.content-section .search-block form button {
    height: 40px;
    line-height: 40px;
    padding: 0 30px 0 15px;
    letter-spacing: 0.2px;
  }
  section.content-section .search-block form button:after {
    width: 17px;
    height: 17px;
    right: 11px !important;
  }
  section.content-section .search-block .padding-form h3 {
    font-size: 1.7rem;
  }
  section.content-section .search-block .tags a {
    font-size: 1.2rem;
  }
  section.content-section .search-block .tags span {
    font-size: 1.3rem;
  }
  section.content-section .search-block .faqs-block .faq-block .image-block {
    width: 135px;
    flex-basis: 135px;
  }
  section.content-section .search-block .faqs-block .faq-block .text-block {
    width: calc(100% - 135px);
    flex-basis: calc(100% - 135px);
    padding: 0 0px 0 10px;
  }
  section.content-section .poi-detail .carousel-block {
    height: 265px;
  }
  section.content-section .poi-detail .information-poi .information-block {
    grid-template-columns: 1fr;
  }
  section.content-section .calendar-block .right .event-block .block-event.our-tip .text-block {
    min-height: 135px;
    height: unset;
  }
  section.content-section .calendar-block .right .event-block .block-event .text-block .absolute-block .social-site a {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 350px) and (min-width: 0px) {
  header .lower-bar nav.active .burger-content .map-click .map {
    width: 100%;
  }
  header .lower-bar nav.active .burger-content .form-search button {
    font-size: 1.3rem;
    padding: 0 34px 0 16px;
  }
  header .lower-bar nav.active .burger-content .form-search button:after {
    right: 8px;
  }
  section.about-hp .social-block .main-blocks .fb {
    height: 150px;
  }
  section.about-hp .social-block .main-blocks .space-around .show-images a,
  section.about-hp .social-block .main-blocks .space-around .sbi_images a,
  section.about-hp .social-block .main-blocks .space-around .show-images .sbi_item,
  section.about-hp .social-block .main-blocks .space-around .sbi_images .sbi_item {
    height: 150px;
  }
  section.yellow-section h2 {
    font-size: 1.9rem;
  }
  section.yellow-section .help-block span,
  section.yellow-section .help-block a {
    margin-right: 20px;
    font-size: 1.1rem;
  }
  section.yellow-section .help-block span.home-button,
  section.yellow-section .help-block a.home-button {
    margin-right: 10px;
  }
  section.content-section {
    padding-top: 25px;
  }
  section.content-section h3 {
    font-size: 1.9rem;
  }
  section.content-section .filled-right-blocks .own-fill-board h4 {
    font-size: 1.8rem;
  }
  section.content-section .filled-right-blocks .ways-block h3 {
    font-size: 1.5rem !important;
  }
  section.content-section .tabs-block .tab-pane h3 {
    font-size: 1.9rem;
  }
  section.content-section .search-block form input {
    font-size: 1.25rem;
    padding: 0px 10px;
  }
  section.content-section .search-block form button {
    text-indent: -9999px;
    padding: 0px 20px;
  }
  section.content-section .search-block form button:after {
    top: 50%;
    right: unset;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  section.content-section .search-block .faqs-block .faq-block {
    margin-bottom: 8px;
  }
  section.content-section .search-block .faqs-block .faq-block .image-block {
    width: 100%;
    flex-basis: 100%;
    height: 130px;
  }
  section.content-section .search-block .faqs-block .faq-block .text-block {
    width: 100%;
    flex-basis: 100%;
    height: auto;
    padding: 12px 4px;
  }
  section.content-section .three-blocks {
    padding: 30px 0px;
  }
  section.content-section .three-blocks .flex-block {
    margin-bottom: 0px;
  }
  section.content-section .three-blocks .flex-block:nth-child(2),
  section.content-section .three-blocks .flex-block:nth-child(3) {
    height: 110px;
  }
  section.content-section .three-blocks .flex-block h3 {
    font-size: 1.65rem;
  }
  section.content-section .three-blocks .flex-block .yellow-block {
    padding: 16px 14px;
    font-size: 1.6rem;
  }
  section.content-section .poi-detail .padding-carousel {
    padding: 10px;
    margin-bottom: 20px;
  }
  section.content-section .poi-detail .carousel-block {
    height: 200px;
  }
  section.content-section .poi-detail .carousel-block .main-image {
    left: 35px;
    top: 30px;
    width: calc(100% - 2 * 35px);
    height: calc(100% - 2 * 30px);
  }
  section.content-section .poi-detail .carousel-block .button-prev,
  section.content-section .poi-detail .carousel-block .button-next {
    width: 25px;
    height: 55px;
    background-size: 6px 16px;
  }
  section.content-section .poi-detail .carousel-block .button-next {
    right: 6px;
  }
  section.content-section .poi-detail .carousel-block .button-prev {
    left: 6px;
  }
  section.content-section .poi-detail .information-poi h3 {
    font-size: 1.8rem;
  }
  section.content-section .poi-detail .another-galleries h3 {
    font-size: 1.8rem;
  }
  section.content-section .poi-detail .another-galleries .flex-blocks {
    grid-template-columns: 1fr;
  }
  section.content-section .detail-book {
    padding-bottom: 30px;
  }
  section.content-section .detail-book .left {
    margin-bottom: 15px;
  }
  section.content-section .detail-book .right .selector-block {
    margin-bottom: 20px;
  }
  section.content-section .calendar-block {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
    padding-top: 0px;
    display: block;
  }
  section.content-section .calendar-block:before {
    content: "";
    display: table;
  }
  section.content-section .calendar-block:after {
    content: "";
    display: table;
    clear: both;
  }
  section.content-section .calendar-block .flex-blocks {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
    display: block;
  }
  section.content-section .calendar-block .flex-blocks:before {
    content: "";
    display: table;
  }
  section.content-section .calendar-block .flex-blocks:after {
    content: "";
    display: table;
    clear: both;
  }
  section.content-section .calendar-block .left-content {
    margin-bottom: 20px;
    display: block;
  }
  section.content-section .calendar-block .left .calendar .pignose-calendar {
    max-width: 100%;
  }
  section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
    font-size: 1.4rem;
  }
  section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-header .pignose-calendar-week {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.3rem;
  }
  section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-header .pignose-calendar-week:before {
    width: 26px;
    height: 26px;
  }
  section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-body .pignose-calendar-unit {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.3rem;
  }
  section.content-section .calendar-block .left .calendar .pignose-calendar .pignose-calendar-body .pignose-calendar-unit:before {
    width: 26px;
    height: 26px;
  }
  section.content-section .calendar-block .right .event-block .block-event.our-tip {
    grid-template-columns: 1fr !important;
  }
  section.content-section .calendar-block .right .event-block .block-event.our-tip .text-block {
    min-height: 150px;
    height: unset;
  }
  section.content-section .calendar-block .right .event-block .block-event .image-block {
    border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    width: 100%;
  }
  section.content-section .calendar-block .right .event-block .block-event .text-block {
    padding: 14px 8px;
  }
  section.content-section .calendar-block .right .event-block .block-event .text-block h3 {
    font-size: 1.6rem;
  }
  section.content-section .calendar-block .right .event-block .block-event .text-block .absolute-block {
    position: relative;
    bottom: unset;
    right: unset;
    margin-top: 10px;
  }
  section.content-section .calendar-block .right .event-block .block-event .text-block .absolute-block .social-site a {
    width: 15px;
    height: 15px;
  }
  section.content-section .change-direction span {
    font-size: 1.2rem;
    padding-left: 10px;
  }
  section.content-section .change-direction span:before {
    left: 0px;
    bottom: 2px;
  }
  section.content-section .change-direction span > a {
    margin-left: 10px;
    padding-left: 15px;
  }
  section.content-section .change-direction span > a:before {
    width: 14px;
    height: 14px;
    background-size: 12px 11px;
  }
  section.content-section .poi-block.turn-by-turn h2 {
    font-size: 1.9rem;
    margin-bottom: 12px;
  }
  section.content-section .poi-block.turn-by-turn p {
    font-size: 1.3rem;
  }
  section.content-section .poi-block .tabs-panes .flex-blocks .flex-block {
    height: 95px;
  }
  section.content-section .poi-block .tabs-panes .flex-blocks .flex-block h3 {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
  section.content-section .poi-block .tabs-panes .flex-blocks .flex-block span {
    font-size: 1.3rem;
  }
  section.content-section .random-poi h3 {
    font-size: 1.9rem;
  }
  section.content-section .random-poi .padding-random {
    padding: 15px;
  }
  section.content-section .random-poi .padding-random .button-prev,
  section.content-section .random-poi .padding-random .button-next {
    margin-top: -35px;
    width: 34px;
    height: 34px;
    background-size: 8px 16px;
  }
  section.content-section .random-poi .padding-random .swiper-slide .image-block {
    height: 145px;
  }
  section.content-section .filter-block h3 {
    font-size: 1.7rem !important;
  }
  section.content-section .filter-block h3 .mobile-filter {
    background-size: 18px 10px;
    right: 6px;
  }
  section.content-section .filter-block .gallery-block-filter {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  section.content-section .turn-by-turn-detail .detail-turn-by-turn h2 {
    font-size: 2rem;
  }
  section.turn-by-turn-section .turn-by-turn .button-map {
    height: 42px;
    line-height: 42px;
    padding: 0px 16px;
    font-size: 1.4rem;
  }
  section.turn-by-turn-section .turn-by-turn .button-map span:after {
    background-size: 14px 10px;
    width: 18px;
    height: 18px;
  }
  section.turn-by-turn-section .turn-by-turn .button-map.left {
    left: 16px;
  }
  section.turn-by-turn-section .turn-by-turn .button-map.left span {
    padding-left: 22px;
  }
  section.turn-by-turn-section .turn-by-turn .button-map.right {
    right: 16px;
  }
  section.turn-by-turn-section .turn-by-turn .button-map.right span {
    padding-right: 22px;
  }
}
