/* Bootstrap */
:root {
  --blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
*,::after,::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
dl,ol,ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,ol ul,ul ol,ul ul {
  margin-bottom: 0;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
button {
  border-radius: 0;
}
button,input,optgroup,select,textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,input {
  overflow: visible;
}
button,select {
  text-transform: none;
}
[type=button],[type=reset],[type=submit],button {
  -webkit-appearance: button;
}
[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
  cursor: pointer;
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h2,h2 {
  font-size: 2rem;
}
.h3,h3 {
  font-size: 1.75rem;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.offset-4 {
  margin-left: 33.333333%;
}
.col-md-12 {
  position: relative;
}
@media (min-width: 768px) {
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.fade {
  transition: opacity .15s linear;
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.dropdown,.dropleft,.dropright,.dropup {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}
.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: .5rem 1rem;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow:row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev {
  left: 0;
}
.w-100 {
  width: 100%!important;
}
.h-100 {
  height: 100%!important;
}
.px-0 {
  padding-left: 0!important;
  padding-right: 0!important;
}
.text-center {
  text-align: center;
}
.justify-content-center {
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.align-items-center {
  align-items: center!important;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.close {
  float: right;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
#fullVideoContainer .close {
  padding: 1rem;
  margin: 1rem 1rem -1rem auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
#fullVideoContainer {
  display: none;
  background-color: #000;
}
#fullVideoContainer.open {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  left: 0;
  height: 100vh;
}
#fullVideoContainer #fullVideo {
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 40px);
}

/* Bootstrap end */

@media(max-width: 1600px) {
  .item-3pic.right .item-contacts {
    right: -10%;
  }
}
@media(max-width: 1200px) {
  .item-3pic.right .item-contacts {
    right: -15%;
  }
}
@media(max-width: 1200px) {
  .item-3pic.right .item-contacts {
    right: -23%;
  }
}

@media(max-width: 992px) {
  .item-3pic.right .item-contacts {
    right: 0;
  }
}


html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
.container-plus {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-plus {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .container-plus {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container-plus {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-plus {
    width: 1140px;
  }
}
@media (min-width: 1920px) {
  .container-plus {
    width: 1840px;
  }
}
.cl {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cl,
.cl-1,
.cl-10,
.cl-11,
.cl-12,
.cl-13,
.cl-14,
.cl-15,
.cl-16,
.cl-2,
.cl-3,
.cl-4,
.cl-5,
.cl-6,
.cl-7,
.cl-8,
.cl-9,
.cl-auto,
.cl-lg,
.cl-lg-1,
.cl-lg-10,
.cl-lg-11,
.cl-lg-12,
.cl-lg-13,
.cl-lg-14,
.cl-lg-15,
.cl-lg-16,
.cl-lg-2,
.cl-lg-3,
.cl-lg-4,
.cl-lg-5,
.cl-lg-6,
.cl-lg-7,
.cl-lg-8,
.cl-lg-9,
.cl-lg-auto,
.cl-md,
.cl-md-1,
.cl-md-10,
.cl-md-11,
.cl-md-12,
.cl-md-13,
.cl-md-14,
.cl-md-15,
.cl-md-16,
.cl-md-2,
.cl-md-3,
.cl-md-4,
.cl-md-5,
.cl-md-6,
.cl-md-7,
.cl-md-8,
.cl-md-9,
.cl-md-auto,
.cl-sm,
.cl-sm-1,
.cl-sm-10,
.cl-sm-11,
.cl-sm-12,
.cl-sm-13,
.cl-sm-14,
.cl-sm-15,
.cl-sm-16,
.cl-sm-2,
.cl-sm-3,
.cl-sm-4,
.cl-sm-5,
.cl-sm-6,
.cl-sm-7,
.cl-sm-8,
.cl-sm-9,
.cl-sm-auto,
.cl-xl,
.cl-xl-1,
.cl-xl-10,
.cl-xl-11,
.cl-xl-12,
.cl-xl-13,
.cl-xl-14,
.cl-xl-15,
.cl-xl-16,
.cl-xl-2,
.cl-xl-3,
.cl-xl-4,
.cl-xl-5,
.cl-xl-6,
.cl-xl-7,
.cl-xl-8,
.cl-xl-9,
.cl-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.no-gutters > .cl,
.no-gutters > [class*="cl-"] {
  padding-right: 0;
  padding-left: 0;
}
.cl-0 {
  display: none;
}
.cl-1 {
  -ms-flex: 0 0 6.25%;
  flex: 0 0 6.25%;
  max-width: 6.25%;
}
.cl-2 {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.cl-3 {
  -ms-flex: 0 0 18.75%;
  flex: 0 0 18.75%;
  max-width: 18.75%;
}
.cl-4 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.cl-5 {
  -ms-flex: 0 0 31.25%;
  flex: 0 0 31.25%;
  max-width: 31.25%;
}
.cl-6 {
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.cl-7 {
  -ms-flex: 0 0 43.75%;
  flex: 0 0 43.75%;
  max-width: 43.75%;
}
.cl-8 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.cl-9 {
  -ms-flex: 0 0 56.25%;
  flex: 0 0 56.25%;
  max-width: 56.25%;
}
.cl-10 {
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.cl-11 {
  -ms-flex: 0 0 68.75%;
  flex: 0 0 68.75%;
  max-width: 68.75%;
}
.cl-12 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.cl-13 {
  -ms-flex: 0 0 81.25%;
  flex: 0 0 81.25%;
  max-width: 81.25%;
}
.cl-14 {
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.cl-15 {
  -ms-flex: 0 0 93.75%;
  flex: 0 0 93.75%;
  max-width: 93.75%;
}
.cl-16 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
[class*="cl-"].offset-0,
.cl.offset-0 {
  margin-left: 0;
}
[class*="cl-"].offset-1,
.cl.offset-1 {
  margin-left: 6.25%;
}
[class*="cl-"].offset-2,
.cl.offset-2 {
  margin-left: 12.5%;
}
[class*="cl-"].offset-3,
.cl.offset-3 {
  margin-left: 18.75%;
}
[class*="cl-"].offset-4,
.cl.offset-4 {
  margin-left: 25%;
}
[class*="cl-"].offset-5,
.cl.offset-5 {
  margin-left: 31.25%;
}
[class*="cl-"].offset-6,
.cl.offset-6 {
  margin-left: 37.5%;
}
[class*="cl-"].offset-7,
.cl.offset-7 {
  margin-left: 43.75%;
}
[class*="cl-"].offset-8,
.cl.offset-8 {
  margin-left: 50%;
}
[class*="cl-"].offset-9,
.cl.offset-9 {
  margin-left: 56.25%;
}
[class*="cl-"].offset-10,
.cl.offset-10 {
  margin-left: 62.5%;
}
[class*="cl-"].offset-11,
.cl.offset-11 {
  margin-left: 68.75%;
}
[class*="cl-"].offset-12,
.cl.offset-12 {
  margin-left: 75%;
}
[class*="cl-"].offset-13,
.cl.offset-13 {
  margin-left: 81.25%;
}
[class*="cl-"].offset-14,
.cl.offset-14 {
  margin-left: 87.5%;
}
[class*="cl-"].offset-15,
.cl.offset-15 {
  margin-left: 93.75%;
}
[class*="cl-"].offset-16,
.cl.offset-16 {
  margin-left: 100%;
}
@media (min-width: 576px) {
  .cl-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .cl-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cl-sm-1 {
    -ms-flex: 0 0 6.25%;
    flex: 0 0 6.25%;
    max-width: 6.25%;
  }
  .cl-sm-2 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .cl-sm-3 {
    -ms-flex: 0 0 18.75%;
    flex: 0 0 18.75%;
    max-width: 18.75%;
  }
  .cl-sm-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cl-sm-5 {
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }
  .cl-sm-6 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .cl-sm-7 {
    -ms-flex: 0 0 43.75%;
    flex: 0 0 43.75%;
    max-width: 43.75%;
  }
  .cl-sm-8 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cl-sm-9 {
    -ms-flex: 0 0 56.25%;
    flex: 0 0 56.25%;
    max-width: 56.25%;
  }
  .cl-sm-10 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .cl-sm-11 {
    -ms-flex: 0 0 68.75%;
    flex: 0 0 68.75%;
    max-width: 68.75%;
  }
  .cl-sm-12 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cl-sm-13 {
    -ms-flex: 0 0 81.25%;
    flex: 0 0 81.25%;
    max-width: 81.25%;
  }
  .cl-sm-14 {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .cl-sm-15 {
    -ms-flex: 0 0 93.75%;
    flex: 0 0 93.75%;
    max-width: 93.75%;
  }
  .cl-sm-16 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 6.25%;
  }
  .offset-sm-2 {
    margin-left: 12.5%;
  }
  .offset-sm-3 {
    margin-left: 18.75%;
  }
  .offset-sm-4 {
    margin-left: 25%;
  }
  .offset-sm-5 {
    margin-left: 31.25%;
  }
  .offset-sm-6 {
    margin-left: 37.5%;
  }
  .offset-sm-7 {
    margin-left: 43.75%;
  }
  .offset-sm-8 {
    margin-left: 50%;
  }
  .offset-sm-9 {
    margin-left: 56.25%;
  }
  .offset-sm-10 {
    margin-left: 62.5%;
  }
  .offset-sm-11 {
    margin-left: 68.75%;
  }
  .offset-sm-12 {
    margin-left: 75%;
  }
  .offset-sm-13 {
    margin-left: 81.25%;
  }
  .offset-sm-14 {
    margin-left: 87.5%;
  }
  .offset-sm-15 {
    margin-left: 93.75%;
  }
  .offset-sm-16 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .cl-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .cl-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cl-md-1 {
    -ms-flex: 0 0 6.25%;
    flex: 0 0 6.25%;
    max-width: 6.25%;
  }
  .cl-md-2 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .cl-md-3 {
    -ms-flex: 0 0 18.75%;
    flex: 0 0 18.75%;
    max-width: 18.75%;
  }
  .cl-md-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cl-md-5 {
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }
  .cl-md-6 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .cl-md-7 {
    -ms-flex: 0 0 43.75%;
    flex: 0 0 43.75%;
    max-width: 43.75%;
  }
  .cl-md-8 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cl-md-9 {
    -ms-flex: 0 0 56.25%;
    flex: 0 0 56.25%;
    max-width: 56.25%;
  }
  .cl-md-10 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .cl-md-11 {
    -ms-flex: 0 0 68.75%;
    flex: 0 0 68.75%;
    max-width: 68.75%;
  }
  .cl-md-12 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cl-md-13 {
    -ms-flex: 0 0 81.25%;
    flex: 0 0 81.25%;
    max-width: 81.25%;
  }
  .cl-md-14 {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .cl-md-15 {
    -ms-flex: 0 0 93.75%;
    flex: 0 0 93.75%;
    max-width: 93.75%;
  }
  .cl-md-16 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 6.25%;
  }
  .offset-md-2 {
    margin-left: 12.5%;
  }
  .offset-md-3 {
    margin-left: 18.75%;
  }
  .offset-md-4 {
    margin-left: 25%;
  }
  .offset-md-5 {
    margin-left: 31.25%;
  }
  .offset-md-6 {
    margin-left: 37.5%;
  }
  .offset-md-7 {
    margin-left: 43.75%;
  }
  .offset-md-8 {
    margin-left: 50%;
  }
  .offset-md-9 {
    margin-left: 56.25%;
  }
  .offset-md-10 {
    margin-left: 62.5%;
  }
  .offset-md-11 {
    margin-left: 68.75%;
  }
  .offset-md-12 {
    margin-left: 75%;
  }
  .offset-md-13 {
    margin-left: 81.25%;
  }
  .offset-md-14 {
    margin-left: 87.5%;
  }
  .offset-md-15 {
    margin-left: 93.75%;
  }
  .offset-md-16 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .cl-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .cl-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cl-lg-1 {
    -ms-flex: 0 0 6.25%;
    flex: 0 0 6.25%;
    max-width: 6.25%;
  }
  .cl-lg-2 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .cl-lg-3 {
    -ms-flex: 0 0 18.75%;
    flex: 0 0 18.75%;
    max-width: 18.75%;
  }
  .cl-lg-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cl-lg-5 {
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }
  .cl-lg-6 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .cl-lg-7 {
    -ms-flex: 0 0 43.75%;
    flex: 0 0 43.75%;
    max-width: 43.75%;
  }
  .cl-lg-8 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cl-lg-9 {
    -ms-flex: 0 0 56.25%;
    flex: 0 0 56.25%;
    max-width: 56.25%;
  }
  .cl-lg-10 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .cl-lg-11 {
    -ms-flex: 0 0 68.75%;
    flex: 0 0 68.75%;
    max-width: 68.75%;
  }
  .cl-lg-12 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cl-lg-13 {
    -ms-flex: 0 0 81.25%;
    flex: 0 0 81.25%;
    max-width: 81.25%;
  }
  .cl-lg-14 {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .cl-lg-15 {
    -ms-flex: 0 0 93.75%;
    flex: 0 0 93.75%;
    max-width: 93.75%;
  }
  .cl-lg-16 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 6.25%;
  }
  .offset-lg-2 {
    margin-left: 12.5%;
  }
  .offset-lg-3 {
    margin-left: 18.75%;
  }
  .offset-lg-4 {
    margin-left: 25%;
  }
  .offset-lg-5 {
    margin-left: 31.25%;
  }
  .offset-lg-6 {
    margin-left: 37.5%;
  }
  .offset-lg-7 {
    margin-left: 43.75%;
  }
  .offset-lg-8 {
    margin-left: 50%;
  }
  .offset-lg-9 {
    margin-left: 56.25%;
  }
  .offset-lg-10 {
    margin-left: 62.5%;
  }
  .offset-lg-11 {
    margin-left: 68.75%;
  }
  .offset-lg-12 {
    margin-left: 75%;
  }
  .offset-lg-13 {
    margin-left: 81.25%;
  }
  .offset-lg-14 {
    margin-left: 87.5%;
  }
  .offset-lg-15 {
    margin-left: 93.75%;
  }
  .offset-lg-16 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .cl-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .cl-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cl-xl-1 {
    -ms-flex: 0 0 6.25%;
    flex: 0 0 6.25%;
    max-width: 6.25%;
  }
  .cl-xl-2 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .cl-xl-3 {
    -ms-flex: 0 0 18.75%;
    flex: 0 0 18.75%;
    max-width: 18.75%;
  }
  .cl-xl-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cl-xl-5 {
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }
  .cl-xl-6 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .cl-xl-7 {
    -ms-flex: 0 0 43.75%;
    flex: 0 0 43.75%;
    max-width: 43.75%;
  }
  .cl-xl-8 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cl-xl-9 {
    -ms-flex: 0 0 56.25%;
    flex: 0 0 56.25%;
    max-width: 56.25%;
  }
  .cl-xl-10 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .cl-xl-11 {
    -ms-flex: 0 0 68.75%;
    flex: 0 0 68.75%;
    max-width: 68.75%;
  }
  .cl-xl-12 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cl-xl-13 {
    -ms-flex: 0 0 81.25%;
    flex: 0 0 81.25%;
    max-width: 81.25%;
  }
  .cl-xl-14 {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .cl-xl-15 {
    -ms-flex: 0 0 93.75%;
    flex: 0 0 93.75%;
    max-width: 93.75%;
  }
  .cl-xl-16 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 6.25%;
  }
  .offset-xl-2 {
    margin-left: 12.5%;
  }
  .offset-xl-3 {
    margin-left: 18.75%;
  }
  .offset-xl-4 {
    margin-left: 25%;
  }
  .offset-xl-5 {
    margin-left: 31.25%;
  }
  .offset-xl-6 {
    margin-left: 37.5%;
  }
  .offset-xl-7 {
    margin-left: 43.75%;
  }
  .offset-xl-8 {
    margin-left: 50%;
  }
  .offset-xl-9 {
    margin-left: 56.25%;
  }
  .offset-xl-10 {
    margin-left: 62.5%;
  }
  .offset-xl-11 {
    margin-left: 68.75%;
  }
  .offset-xl-12 {
    margin-left: 75%;
  }
  .offset-xl-13 {
    margin-left: 81.25%;
  }
  .offset-xl-14 {
    margin-left: 87.5%;
  }
  .offset-xl-15 {
    margin-left: 93.75%;
  }
  .offset-xl-16 {
    margin-left: 100%;
  }
}
.cl-0 {
  display: none;
}
@media (max-width: 576px) {
}
@media (max-width: 767px) {
  .cl-sm-0 {
    display: none;
  }
}
@media (max-width: 992px) {
  .cl-md-0 {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cl-lg-0 {
    display: none;
  }
  .navbar .select-location .dropdown-item {
    display: block;
    text-align: center;
  }

  .dropdown.nav-item.select-location {
    display: none;
  }
  .page-services .item-3pic .item-contacts-box {
    margin-top: 110px;
    margin-bottom: 0;
  }
}
@media (max-width: 1920px) {
  .cl-xl-0 {
    display: none;
  }
}
.col-0 {
  display: none;
}
@media (max-width: 576px) {
  .col--0 {
    display: none;
  }
}
@media (max-width: 767px) {
  .col-sm-0 {
    display: none;
  }
}
@media (max-width: 992px) {
  .col-md-0 {
    display: none;
  }
}
@media (max-width: 1200px) {
  .col-lg-0 {
    display: none;
  }
}
@media (max-width: 1920px) {
  .col--0 {
    display: none;
  }
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3 {
  margin: 0;
}
p {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
button {
  border: none;
  padding: 0;
  background: none;
}
img {
  width: 100%;
}
.btn {
  border-radius: 0;
}
.btn:hover {
  box-shadow: none;
  color: inherit;
}
.dropdown-menu {
  margin: 0;
  border: none;
  border-radius: 0;
  width: 100%;
}
body {
  background-color: #FDFDFD;
  overflow-x: hidden;
}
.wrapper {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 576px) {
  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .gallery__wrapper {
    padding: 0;
  }
}
.uppercase {
  text-transform: uppercase;
}
body {
  font-family: 'Montserrat', sans-serif;
}
a,
p,
li,
adress {
  font-size: 14px;
  line-height: 29px;
  color: #2A2A2A;
}
@media (max-width: 576px) {
  a,
  p,
  li,
  adress {
    font-size: 10px;
  }
}
header h1,
section h1,
header h2,
section h2,
header h3,
section h3,
header p,
section p {
  color: #2A2A2A;
}
header h1,
section h1,
header h2,
section h2,
header h3,
section h3 {
  font-family: 'Palatino Linotype', serif;
}
header h1,
section h1,
header h2,
section h2 {
  font-size: 72px;
  line-height: 98px;
  font-weight: 800;
}
@media (max-width: 992px) {
  header h1,
  section h1,
  header h2,
  section h2 {
    font-size: 42px;
    line-height: 66px;
  }
}
@media (max-width: 576px) {
  header h1,
  section h1,
  header h2,
  section h2 {
    font-size: 36px;
    line-height: 49px;
  }
}
header h3,
section h3 {
  font-size: 48px;
  line-height: 64px;
  font-weight: 600;
}
@media (max-width: 992px) {
  header h3,
  section h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 576px) {
  header h3,
  section h3 {
    font-size: 20px;
    line-height: 27px;
  }
}
header p,
section p,
header li,
section li {
  line-height: 20px;
}
header,
section {
  overflow: hidden;
}
.background {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -999;
}
.dropdown.show .dropdown-toggle:after {
  transform: rotate(180deg);
}
.dropdown-toggle.arrow-right {
  display: block;
  position: relative;
}
.dropdown-toggle.arrow-right:after {
  position: absolute;
  right: 16px;
  top: 50%;
}
.bg-darker {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.button {
  padding: 8px 37px 7px;
  text-transform: uppercase;
  font-size: 16px;
  border: none;
  display: inline-block;
  text-align: center;
  color: #fff;
  position: relative;
}
.button:hover {
  color: #fff;
}
.button:visited,
.button:focus {
  border: none !important;
  box-shadow: none !important;
}
.button-transparent {
  border: 1px solid #fff;
  height: 40px;
  width: 229px;
  position: relative;
  transition: all 0.3s linear;
}
.button-transparent span {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  justify-content: center;
  flex-direction: column;
}
.button-transparent:hover {
  border-width: 4px;
  font-size: 15px;
}
.button-dark {
  background-color: #2A2A2A;
}
.button-dark,
.button-dark:hover,
.button-dark:visited {
  color: #fff;
}
.button-invisible {
  color: #1A1A1A;
  padding-left: 0;
  padding-right: 0;
}
.button-invisible:hover {
  color: #DEDEDE;
}
.button-theme,
.button-dark {
  transition: all 0.3s linear;
}
.button-theme:hover,
.button-dark:hover {
  transform: scale(1.1);
}
.theme-brown .button-theme {
  background-color: #B56E45;
}
.theme-brown .button-transparent,
.theme-brown .button-transparent:visited,
.theme-brown .button-transparent:focus {
  border-color: #B56E45;
}
.theme-blue .button-theme {
  background-color: #545485;
}
.theme-blue .button-transparent,
.theme-blue .button-transparent:visited,
.theme-blue .button-transparent:focus {
  border-color: #545485;
}
.img-sqr {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.svg-icon-mail,
.svg-icon-map {
  width: 20px;
  height: 16px;
  margin-bottom: 20px;
}
.svg-icon-phone {
  width: 18px;
  height: 18px;
  margin-bottom: 18px;
}
.background {
  overflow: hidden;
}
.background .line {
  height: 1px;
  background-color: #F9F8F4;
  width: 200%;
  position: relative;
  left: -20%;
}
.background .line-1 {
  top: 100px;
  transform: rotate(156deg);
}
.background .line-2 {
  top: 200px;
  transform: rotate(170deg);
}
.background.background-black .line {
  background-color: #2A2A2A;
}
.figure-image-top {
  background-color: #F9F8F4;
  padding: 200px 150px;
}
.figure-image-top.left {
  float: left;
  text-align: right;
  margin: -120px -60px -90px -40px;
}
.figure-image-top.right {
  float: right;
  text-align: left;
  margin: -120px -40px -90px -60px;
}
@media (max-width: 767px) {
  .figure-image-top,
  .figure-image-top.left,
  .figure-image-top.right {
    float: none;
    margin: -30px;
    padding: 60px 30px;
    margin-bottom: -60px;
  }
}
.page-nav {
  padding-top: 90px;
  padding-bottom: 160px;
  align-items: baseline;
}
.page-nav-link {
  text-transform: uppercase;
  display: block;
  padding: 16px 0;
  width: 65%;
  line-height: 20px;
}
.page-nav-link,
.page-nav h2 {
  margin-bottom: 37px;
}
@media (max-width: 767px) {
  .page-nav-link,
  .page-nav h2 {
    margin-bottom: 10px;
  }
}
.item-1pic-square .item-content {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
}
.item-1pic-square .item-heading {
  margin-top: 73px;
  margin-bottom: 40px;
}
.item-1pic-square .text-box {
  margin-top: 52px;
  margin-bottom: 52px;
}
@media (max-width: 767px) {
  .item-1pic-square .text-box {
    margin-top: 25px;
    margin-bottom: 0;
  }
}
.item-1pic-square .button {
  width: 100%;
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .item-1pic-square .button {
    display: block;
    width: 80%;
    margin: 21px auto 0;
  }
}
.item-1pic-square .img-container {
  
  position: relative;
  z-index: -66;
  margin-top: -160px;
  padding-top: 160px;
  padding-bottom: 160px;
  margin-right: -40px;
}
.theme-blue .item-1pic-square .img-container {
  background-color: #F4F7F9;
}
@media (max-width: 767px) {
  .item-1pic-square .img-container {
    margin-right: 0;
    margin-left: -91px;
    padding: 50px;
    margin-top: -50px;
    width: 90%;
  }
}
@media (max-width: 576px) {
  .item-1pic-square .img-container {
    margin-left: -81px;
    width: 100%;
  }
}
.item-1pic-square .img-box {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .item-1pic-square .img-box {
    width: 100%;
  }
}
.item-3pic {
}
.item-3pic.right {
  flex-direction: row-reverse;
}
.item-3pic.left .item-preview {
  text-align: right;
}
.item-3pic.left .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .item-3pic {
  }
}
.item-3pic .item-preview {
  position: relative;
  max-width: 1100px;
  height: 733px;
}
@media (max-width: 992px) {
  .item-3pic .item-preview {
    height: 540px;
  }
}
@media (min-width: 992px) and (max-width: 1204px) {
  .item-3pic .item-preview {
    padding: 40px;
  }
}
.item-3pic .item-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-3pic .item-preview h3 {
  position: absolute;
  top: 0;
  width: 70%;
  color: #fff;
  padding: 48px;
}
@media (max-width: 767px) {
  .item-3pic .item-preview h3 {
    text-align: center;
    right: initial;
  }
}
.item-3pic .item-description {
  padding-bottom: 20px;
}
@media (max-width: 992px) and (min-width: 768px) {
  .item-3pic .item-description {
    padding: 30px;
  }
}
.item-3pic .item-description p,
.item-3pic .item-description button,
.item-3pic .item-description .room-description-text {
  margin-bottom: 90px;
}
.item-3pic .item-description p:last-child,
.item-3pic .item-description button:last-child {
  margin-bottom: 0;
}
.item-3pic .item-subimages {
  position: relative;
  z-index: 9;
  transform: translateY(-50%);
  margin-bottom: -90px;
}
@media (max-width: 767px) {
  .item-3pic .item-subimages {
    display: none;
  }
}
@media (max-width: 767px) {
  .item-3pic .item-subimages-content {
    padding-top: 25%;
  }
}
.item-3pic .item-contact-box {
  position: relative;
}
.item-3pic .item-contacts {
  position: absolute;
  top: 0;
  max-width: 320px;
}
.item-3pic .item-contacts-box {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: 230px;
}
.item-contacts {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}
.item-contacts p,
.item-contacts a {
  display: block;
  font-size: 14px;
  line-height: 22px;
}
.item-contacts-box {
  position: relative;
}
.contact-phones {
  display: flex;
  flex-direction: column;
}
.item-1pic {
  position: relative;
}
.item-1pic .item-preview.back {
  position: absolute;
  z-index: -6;
  top: 0;
}
.item-1pic .item-preview.left {
  margin-left: -40px;
}
.item-1pic .item-preview.right {
  margin-right: -40px;
}
.item-1pic.item-image-back {
  margin-bottom: 128px;
}
.item-1pic.item-image-back h3 {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.item-1pic.item-image-back .item-description {
  background-color: #F9F8F4;
  padding-top: 160px;
  padding-left: 113px;
  padding-right: 70px;
  padding-bottom: 70px;
  margin-top: -60px;
}
.item-1pic .item-description-sin .text-box:nth-child(2n-1) {
  margin-left: 115px;
}
.item-1pic .text-box {
  margin-bottom: 80px;
}
.item-1pic .text-box:last-child {
  margin-bottom: 0;
}
.item-1pic .text-box li,
.item-1pic .text-box p {
  font-size: 14px;
  line-height: 19px;
}
.navbar {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.8);
  top: -1px;
  min-height: 65px;
  box-shadow: 0px 2px 3px  rgba(0, 0, 0, 0.51);
  transition: all 0.3s;
}
.navbar.nav-hide {
  top: -66px;
}
.navbar a,
.navbar a:hover {
  color: #fff;
}
.navbar-header .logo svg.svg {
  height: 49px;
}
.navbar .wrapper {
  padding-left: 0;
  padding-right: 0;
}
.navbar .wrapper .navbar-collapse {
  padding-right: 40px;
  padding-left: 40px;
}
.navbar .navbar-header {
  padding-left: 40px;
}
.navbar-toggler {
  margin-right: 13px;
}
.navbar-expand-xl .navbar-nav .nav-link {
  padding: 0;
}
.navbar-nav li {
  margin-left: 50px;
}
.navbar-nav li:first-child {
  margin-left: 0;
}
.logo-on-collapse {
  display: none;
  margin-top: 10px;
}
.theme-brown .navbar .logo svg,
.theme-brown .logo-on-collapse svg {
  color: #B56E45;
  fill: #B56E45;
}
.theme-blue .navbar .logo svg,
.theme-blue .logo-on-collapse svg,
.theme-blue .logo-box .logo svg {
  color: #4570B5;
  fill: #4570B5;
}
.nav-link {
  position: relative;
}
.nav-link.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 21px;
  height: 1px;
  background-color: #fff;
}
.nav-link.active:after {
  width: 21px;
}
.nav-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 21px;
  height: 1px;
  background-color: #fff;
  width: 0;
  -webkit-transition: width 0.3s;
  /* Safari prior 6.1 */
  transition: width 0.3s;
}
.nav-link:hover:after {
  width: 21px;
}
.select-location {
  text-align: right;
}
.select-location .dropdown-menu {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  top: 60%;
  bottom: -10px;
  right: 0;
}
.select-location .dropdown-item {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.theme-brown .nav-link:after {
  background-color: #B56E45;
}
.theme-brown .dropdown-toggle,
.theme-brown .dropdown-toggle:hover {
  color: #B56E45;
}
.theme-blue .nav-link:after {
  background-color: #4570B5;
}
.theme-blue .dropdown-toggle,
.theme-blue .dropdown-toggle:hover {
  color: #545485;
}
.navbar .navbar-toggler {
  margin-left: auto;
  z-index: 9999;
  position: relative;
  outline: none;
}
.icon-bar {
  background-color: #fff;
  display: block;
  height: 1px;
  margin: 9px 0;
}
.icon-bar:first-child {
  margin-top: 4px;
}
.icon-bar:last-child {
  margin-bottom: 4px;
}
.navbar-buttons-right {
  margin-right: 0;
  margin-left: auto;
  /* width: 28.5712%; */
  display: flex;
}
.navbar-buttons-right button {
  display: block;
}
.navbar-buttons-right .select-location {
  margin-left: auto;
}
.collapse.show,
.collapsing {
  width: 100%;
  margin: 0 auto;
  background-color: #2A2A2A;
  margin-top: -65px;
  max-width: 100%;
  flex: initial;
}
.collapse.show .logo-on-collapse,
.collapsing .logo-on-collapse {
  display: block;
  width: 100%;
  text-align: center;
}
.collapse.show .nav-item,
.collapsing .nav-item {
  display: block;
  text-align: left;
  margin-left: 0;
}
.collapse.show .nav-link,
.collapsing .nav-link {
  font-size: 14px;
  margin-bottom: 15px;
}
.collapse.show .navbar-buttons-right,
.collapsing .navbar-buttons-right {
  display: block;
  width: 100%;
}
.collapse.show .navbar-buttons-right button,
.collapsing .navbar-buttons-right button,
.collapse.show .navbar-buttons-right .button,
.collapsing .navbar-buttons-right .button {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.collapse.show button.select-location,
.collapsing button.select-location {
  margin: 16px auto;
}
.collapse.show button.select-location a,
.collapsing button.select-location a {
  font-size: 16px;
  color: #fff;
}
footer {
  background-color: #1A1A1A;
}
.theme-brown footer {
  background: linear-gradient(to right, #B56E45 50%, #1A1A1A 50%);
}
.theme-blue footer {
  background: linear-gradient(to right, #545485 50%, #1A1A1A 50%);
}
footer,
footer adress,
footer a,
footer p {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
.footer-logo {
  text-align: center;
}
.footer-logo .svg {
  margin-top: 23px;
  margin-bottom: 2px;
}

.footer-logo .svg .st0 {
  fill: #D7B46A;
}

.footer-logo .svg .st1 {
  fill: #fff;
}

.demo-heading .svg .st0 {
  fill: #D7B46A;
}

.demo-heading .svg .st1 {
  fill: #fff;
}

.theme-brown .footer-logo .svg .st0 {
  fill: #D7B46A;
}

.theme-brown .footer-logo .svg .st1 {
  fill: #fff;
}

.theme-brown .demo-heading .svg .st0 {
  fill: #D7B46A;
}

.demo-heading .svg .st1 {
  fill: #fff;
}

.footer-logo svg,
.footer-logo svg .a {
  fill: #2A2A2A;
}
.footer-textbox {
  margin-top: 60px;
}
.footer-contacts adress,
.footer-contacts a {
  display: block;
}
.footer-subheader {
  font-size: 16px;
}
@media (max-width: 576px) {
  .footer-subheader {
    font-size: 10px;
  }
}
.footer-signature {
  padding: 12px 0;
}
.footer-signature p,
.footer-signature a {
  color: #000;
}
.footer-copyright {
  text-align: center;
}
@media (max-width: 1200px) {
  .footer-author {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .footer-copyright p,
  .footer-author a {
    font-size: 8px;
  }
}
@media (max-width: 1200px) {
  .theme-brown .footer-author a {
    color: #B56E45;
  }
  .theme-blue .footer-author a {
    color: #4570B5;
  }
}
.booking-fast {
  padding: 16px 0;
}
.booking-fast form {
  align-items: center;
}
.booking-fast h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
}
@media (max-width: 1200px) {
  .booking-fast h2 {
    text-align: center;
  }
}
.booking-fast .dropdown {
  color: #fff;
  outline: 1px solid #fff;
  outline-offset: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.booking-fast .dropdown-toggle {
  padding: 6px 12px 5px;
}
@media (max-width: 767px) {
  .booking-fast .dropdown-toggle {
    font-size: 18px;
  }
}
.booking-fast .dropdown:hover,
.booking-fast .dropdown.show {
  background-color: #fff;
}
.booking-fast .dropdown-toggle,
.booking-fast .dropdown-menu,
.booking-fast .dropdown-item {
  color: inherit;
}
.booking-fast .button {
  margin-top: 10px;
  margin-bottom: 10px;
}
.theme-brown .booking-fast {
  background-color: #B56E45;
}
.theme-brown .booking-fast .dropdown:hover,
.theme-brown .booking-fast .dropdown.show {
  color: #4b4440;
}
.theme-blue .booking-fast {
  background-color: #545485;
}
#block-search {
  background: #545485;
}

.theme-brown #block-search {
  background-color: #B56E45;
}

.theme-blue .booking-fast .dropdown:hover,
.theme-blue .booking-fast .dropdown.show {
  color: #545485;
}
.calendar {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.calendar:hover {
  background-color: inherit;
}
.calendar a {
  color: #2A2A2A;
}
.calendar caption {
  caption-side: top;
  display: flex;
}
.calendar caption a,
.calendar caption span {
  display: block;
}
.calendar caption a {
  width: 10px;
  height: 10px;
  border-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  position: relative;
  top: 7px;
}
.calendar caption .left {
  transform: rotate(45deg);
}
.calendar caption .right {
  transform: rotate(-135deg);
}
.calendar caption span {
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
}
.calendar th,
.calendar td {
  text-align: center;
  width: 14.284%;
}
.calendar th {
  font-weight: 300;
}
.calendar .past {
  color: #D9D9D9;
}
.calendar .current {
  font-weight: 600;
}
.theme-brown .calendar th,
.theme-brown .calendar .selected {
  color: #B56E45;
}
.theme-brown .calendar .left,
.theme-brown .calendar .right {
  border-color: #B56E45;
}
.theme-blue .calendar th,
.theme-blue .calendar .selected {
  color: #4570B5;
}
.theme-blue .calendar .left,
.theme-blue .calendar .right {
  border-color: #4570B5;
}
.calendar-container {
  background-color: #F9F8F4;
  padding-top: 140px;
  padding-bottom: 200px;
  margin-top: -30px;
  margin-bottom: -20px;
  margin-left: 23px;
  margin-right: 23px;
}
.calendar-container .calendar,
.calendar-container .calendar-date {
  background-color: #fff;
}
.calendar-box {
  width: 230px;
  margin: 0 auto;
}
.calendar-date {
  color: #2A2A2A;
  font-size: 14px;
  line-height: 18px;
  padding: 11px 0;
  text-align: center;
  margin-bottom: 21px;
}
.page-index .logo-box-container {
  max-width: 250px;
}
.page-mobile-index.page-index {
  height: auto;
  min-height: 100vh;
}
.page-mobile-index {
  background-size: cover;
}
.page-mobile-index.page-index .init-container {
  position: relative;
  padding: 66px;
  height: 100vh;
}
.page-mobile-index .init-container .row {
  min-width: 100%;
  justify-content: space-around!important;
}
.page-mobile-index .mobile-hub-link {
  margin: 0 auto;
}
.page-mobile-index .mobile-hub-link-container {
  position: relative;
  z-index: 4;
  margin-bottom: 67px;
}
.page-mobile-index .mobile-hub-link .name {
  margin-top: 26px;
}
.page-mobile-index .mobile-hub-link .logo-box {
  background-color: #fff;
  width: 230px;
  height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.page-mobile-index .mobile-hub-link .logo {
  height: 150px;
}
.page-mobile-index .mobile-hub-link .logo svg {
  height: 100%;
}
.page-mobile-index .name {
  text-transform: uppercase;
  color: #fff;
  font: 300 24px/29px Montserrat;
  text-align: center;
}
.theme-brown .logo svg {
  fill: #2A2A2A;
}
.page-mobile-index .mobile-hub-link.theme-blue .logo-box {
  background-color: #1A1A1A;
}
.preview-big .preview-frame {
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 283px;
  padding-bottom: 283px;
  position: relative;
}
@media (max-width: 992px) {
  .preview-big .preview-frame {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.preview-big .heading {
  min-height: 300px;
}
@media (max-width: 992px) {
  .preview-big .heading {
    min-height: 0;
  }
}
.preview-big h2 {
  position: relative;
  z-index: 4;
  color: #FFFFFF;
  text-align: right;
}
@media (max-width: 992px) {
  .preview-big h2 {
    text-align: center;
  }
}
.preview-big .parameter {
  font-size: 16px;
  margin-left: 195px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.preview-big .parameter .name {
  color: #000;
}
.preview-big .parameter .value {
  color: #fff;
}
.preview-big .parameter .name,
.preview-big .parameter .value {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .preview-big .parameter .name,
  .preview-big .parameter .value {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .preview-big .parameter {
    margin: 0;
    padding: 15px;
    text-align: center;
  }
}
.preview-big .parameters {
  position: absolute;
  z-index: 2;
  top: 343px;
  left: 56.5%;
  min-width: 460px;
  padding: 20px;
}
@media (max-width: 992px) {
  .preview-big .parameters {
    position: static;
    padding: 0;
    min-width: 0;
  }
}
.theme-brown .preview-big .parameters {
  background-color: #B56E45;
}
.theme-blue .preview-big .parameters {
  background-color: #4570B5;
}
.parameters .parameter .value {
  z-index: 5;
  position: relative;
}
.page-offer .description,
.page-room .description {
  padding-bottom: 80px;
}
.page-offer .description .text-box,
.page-room .description .text-box {
  padding-top: 16px;
  padding-bottom: 16px;
}
.page-offer .description .text-box p,
.page-room .description .text-box p {
  margin-top: 63px;
  margin-bottom: 63px;
  font: 400 20px/27px Segoe UI;
  color: #707070;
}
.page-offer .special-offers,
.page-room .special-offers {
  padding-bottom: 115px;
}
.page-room .description {
  padding-bottom: 156px;
}
.demo {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 0;
  zoom: 1;
  min-height: 680px;
  max-height: 825px;
}
.demo .video-frame {
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.demo img {
  height: contain;
  width: cover;
  display: block;
  max-height: 825px;
}
.demo-heading {
  z-index: 988;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.demo-logo {
  margin-bottom: 60px;
  color: #fff;
  fill: #fff;
}
.overlay-darker {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 987;
  width: 101%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.page-main header {
  padding-bottom: 25px;
}
.page-main section.rooms {
  padding-bottom: 55px;
}
.page-main section.special-offers {
  padding-top: 55px;
  padding-bottom: 193px;
}
.page-rooms .room {
  margin-bottom: 0;
}
.page-rooms .room-description-text {
  width: 50%;
  margin-left: 15%;
}
@media (max-width: 992px) {
  .page-rooms .room-description-text {
    width: 100%;
    margin-left: 0;
  }
}
.page-rooms .room-description-price {
  margin-left: 30%;
}
.page-rooms .room-description-price span {
  font-size: 30px;
}
@media (max-width: 992px) {
  .page-rooms .room-description-price {
    width: 100%;
    margin-left: 0;
  }
}
.page-rooms .room-description .button {
  margin-left: 45%;
}
@media (max-width: 992px) {
  .page-rooms .room-description .button {
    margin-left: 0;
  }
}
.page-rooms .item-3pic:nth-child(2n-1) {
  flex-direction: row-reverse;
}
.page-rooms .item-3pic:nth-child(2n-1) .item-preview {
  margin-right: -40px;
}
.page-rooms .item-3pic:nth-child(2n) .item-preview {
  text-align: right;
  margin-left: -40px;
}
.page-rooms .item-3pic:nth-child(2n) .row {
  flex-direction: row-reverse;
}
.page-rooms .item-3pic .item-description h3 {
  padding-left: 15%;
  margin-bottom: 20px;
}
.page-services .page-nav {
  flex-direction: row-reverse;
  padding-top: 185px;
}
.page-services .service-paid h2 {
  text-align: right;
  margin-bottom: 40px;
}
.page-services .item-3pic {
  margin-top: 70px;
}
.page-services .item-3pic .item-description-text {
  width: 75%;
  margin-left: 15%;
}
.page-services .item-1pic {
  padding-top: 90px;
}
.service-extra {
  padding: 50px 85px;
  background-color: #1A1A1A;
  text-transform: uppercase;
  color: #fff;
  line-height: 20px;
  margin-bottom: 90px;
}
.service-extra.right {
  float: right;
  margin-right: -40px;
  margin-top: 70px;
}
.service-extra.left {
  float: left;
  margin-left: -40px;
  margin-bottom: 125px;
}
@media (max-width: 767px) {
  .service-extra {
    margin-left: -40px;
    margin-right: -40px;
  }
  .page-main header{
    padding-bottom: 105px;
  }
  .page-rooms .item-3pic:nth-child(2n-1) .item-preview {
    margin-right: 0;
  }
  .page-rooms .item-3pic:nth-child(2n) .item-preview {
    margin-left: 0;
  }
}
.page-special a.button {
  line-height: 24px;
}
.page-special .page-nav {
  align-items: center;
  padding-top: 180px;
  padding-bottom: 36px;
}
.page-special .page-nav h2 {
  margin-bottom: 46px;
  word-wrap: break-word;
}
.page-special .item-1pic-square {
  padding-bottom: 170px;
}
.page-special .item-1pic-square .button {
  width: initial;
}
.page-special .item-1pic-square .item-heading {
  margin-top: 25px;
  padding-right: 65px;
}
.page-special .item-1pic-square .item-description {
  margin-top: 114px;
}
.page-special .item-1pic-square .item-description .text-box {
  margin-bottom: 84px;
  max-width: 355px;
  margin-left: auto;
  margin-right: auto;
}
.page-special .item-1pic-square .img-container {
  margin-top: -210px;
}
@media (max-width: 992px) {
  .page-special .item-1pic-square .img-container {
    margin-top: -20px;
    margin-bottom: -50px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .page-rooms .item-3pic .item-description h3 {
    padding-left: 0;
  }
}
.page-special .item-1pic.item-image-back {
  margin-bottom: 0;
  padding-bottom: 190px;
}
.page-special .item-1pic.item-image-back .item-preview {
  width: 40%;
}
@media (max-width: 992px) {
  .page-special .item-1pic.item-image-back .item-preview {
    width: 100%;
    margin-left: 0;
    position: static;
  }
}
@media (max-width: 992px) {
  .page-special .item-1pic.item-image-back h3 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.page-special .item-1pic.item-image-back .item-description {
  padding-top: 106px;
  padding-left: 70px;
}
@media (max-width: 992px) {
  .page-special .item-1pic.item-image-back .item-description {
    margin-top: 30px;
    padding: 30px 0;
  }
  .page-special .item-1pic.item-image-back .item-description .text-box {
    margin-left: 0;
    text-align: center;
  }
}
.page-about .about-hotel {
  padding-top: 177px;
  padding-bottom: 45px;
}
.page-about p {
  margin-bottom: 25px;
}
.page-about p:first-of-type {
  margin-top: 130px;
}
@media (max-width: 767px) {
  .page-about p:first-of-type {
    margin-top: 60px;
  }
}
.page-about .about-contacts {
  padding-top: 45px;
  padding-bottom: 131px;
}
.page-booking section {
  padding-top: 130px;
  padding-bottom: 180px;
}
.page-booking h2 {
  margin-bottom: 81px;
}
@media (max-width: 767px) {
  .page-booking h2 {
    margin-bottom: 40px;
  }
}
.page-booking .dropdown-toggle {
  color: #2A2A2A;
}
.page-booking .dropdown,
.page-booking .dropdown-menu {
  border: 1px solid #2A2A2A;
}
.page-booking .dropdown-menu {
  border-top: none;
  box-sizing: content-box;
  margin-left: -1px;
  padding: 0;
}
.page-booking .dropdown-toggle,
.page-booking .dropdown-item {
  padding-left: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.page-booking h3 {
  margin-left: 83px;
}
.page-booking .dropdown-item {
  background-color: #fff;
}
@media (max-width: 992px) {
  .page-booking .booking-arrival {
    margin-top: 80px;
  }
}
.page-booking .booking-leave {
  margin-top: 120px;
}
@media (max-width: 576px) {
  .page-booking .booking-leave {
    margin-top: 60px;
  }
}
.page-booking .booking-leave .button {
  margin-left: 318px;
}
@media (max-width: 1200px) {
  .page-booking .booking-leave .button {
    margin-left: 100px;
  }
}
@media (max-width: 1200px) {
  .page-booking .calendar-container {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.theme-brown .page-booking .dropdown.show .dropdown-toggle {
  color: #B56E45;
}
.theme-blue .page-booking .dropdown.show .dropdown-toggle {
  color: #4570B5;
}
.contacts-map {
  height: 713px;
  width: 100%;
  background-image: url(https://nahes-group-space.storage.yandexcloud.net/hotel-yason/static/img/pseudo-map.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contacts-contacts {
  padding-top: 49px;
  padding-bottom: 147px;
}
.contacts-contacts h2 {
  margin-bottom: 61px;
}
.contacts-contacts adress,
.contacts-contacts a {
  padding-right: 20px;
}
.rooms {
  position: relative;
}
.rooms .item-heading {
  position: absolute;
  z-index: 6;
  left: 50%;
}
@media (max-width: 767px) {
  .rooms .item-heading {
    left: calc(50% + 27px);
  }
}
.rooms .item-heading h2 {
  padding-top: 100px;
  max-width: 25%;
}
@media (max-width: 767px) {
  .rooms .item-heading h2 {
    padding-top: 72px;
  }
}
.item-extra-button-right {
  position: absolute;
  bottom: 94px;
  right: 60px;
  z-index: 4;
}
@media (max-width: 767px) {
  .item-extra-button-right {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    bottom: 200px;
    display: table;
  }
}
.rooms-carousel {
  position: relative;
}
@media (max-width: 767px) {
  .rooms-carousel {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.rooms-carousel .figure-image-back {
  position: absolute;
  left: -40px;
  z-index: 1;
  height: 100%;
  width: 40%;
}

.rooms-carousel .active .figure-image-back {
  z-index: 2;
}
@media (max-width: 767px) {
  .rooms-carousel .figure-image-back {
    left: 0;
    width: 50%;
  }
}
.rooms-carousel .carousel-item,
.rooms-carousel .carousel-inner,
.rooms-carousel .carousel {
  position: static;
}
.rooms-carousel .room-description {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  margin-top: 260px;
}
@media (max-width: 767px) {
  .rooms-carousel .room-description {
    margin-top: 100px;
  }
}
.rooms-carousel .slider-content {
  padding-top: 315px;
  background: linear-gradient(to right, #F9F8F4 50%, transparent 50%);
  padding-top: 160px;
  padding-left: 113px;
  padding-right: 70px;
  padding-bottom: 70px;
  margin-top: -60px;
}
@media (max-width: 767px) {
  .rooms-carousel .slider-content {
    background: linear-gradient(to left, #F9F8F4 60%, transparent 40%);
    padding-left: 70px;
    padding-right: 70px;
  }
}
.rooms-carousel .slider-content h3 {
  margin-bottom: 85px;
}
@media (max-width: 767px) {
  .rooms-carousel .slider-content h3 {
    margin-bottom: 96px;
  }
}
@media (max-width: 767px) {
  .rooms-carousel .slider-content h3 {
    margin-bottom: 6px;
    text-align: center;
  }
}
.rooms-carousel .slider-content p {
  width: 33.33333333%;
  margin-left: 11.11111111%;
  margin-bottom: 85px;
}
@media (max-width: 1200px) {
  .rooms-carousel .slider-content p {
    margin-left: 0;
    width: 70%;
  }
}
@media (max-width: 767px) {
  .rooms-carousel .slider-content p {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .rooms-carousel .slider-content .button {
    display: block;
    margin: 0 auto;
  }
}
.rooms-carousel .carousel-control-btn {
  width: 110px;
  height: 250px;
  margin-top: 107px;
}
@media (max-width: 767px) {
  .page-nav,
  .page-services .page-nav,
  .page-special .page-nav,
  .page-about .about-hotel {
    padding-top: 95px;
  }
}
.carousel-control-btn {
  z-index: 2;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-image: none;
  width: 25px;
  height: 25px;
  border-bottom: none;
  border-left: none;
  transform: rotate(135deg);
  position: relative;
}
.carousel-control-next-icon:before,
.carousel-control-prev-icon:before,
.carousel-control-next-icon:after,
.carousel-control-prev-icon:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  transition: all 0.3s linear;
}
.carousel-control-next-icon:before,
.carousel-control-prev-icon:before {
  height: 3px;
  width: 23px;
}
.carousel-control-next-icon:after,
.carousel-control-prev-icon:after {
  width: 3px;
  height: 23px;
}
.carousel-control-next:hover .carousel-control-next-icon:before,
.carousel-control-prev:hover .carousel-control-next-icon:before,
.carousel-control-next:hover .carousel-control-prev-icon:before,
.carousel-control-prev:hover .carousel-control-prev-icon:before {
  width: 30px;
  transform: rotate(15deg);
}
.carousel-control-next:hover .carousel-control-next-icon:after,
.carousel-control-prev:hover .carousel-control-next-icon:after,
.carousel-control-next:hover .carousel-control-prev-icon:after,
.carousel-control-prev:hover .carousel-control-prev-icon:after {
  height: 30px;
  transform: rotate(-15deg);
}
.carousel-control-next-icon {
  transform: rotate(135deg);
}
.carousel-control-prev-icon {
  transform: rotate(-45deg);
}
.theme-brown .carousel-control-prev-icon:before,
.theme-brown .carousel-control-prev-icon:after {
  background-color: #B56E45;
}
.theme-blue .carousel-control-prev-icon:before,
.theme-blue .carousel-control-prev-icon:after {
  background-color: #4570B5;
}
.item-complex {
  position: relative;
  height: 950px;
}
.item-complex h2 {
  text-align: right;
  padding-right: 100px;
}
.gallery .cl-md-4 {
  padding: 15px;
}

@media (max-width: 992px) {
  .item-complex {
    height: auto;
  }
}
.item-complex h3 {
  margin-top: 20px;
  margin-left: -80px;
}
@media (max-width: 992px) {
  .item-complex h3 {
    margin-left: 0;
    text-align: center !important;
  }
}
.item-complex .item-extra-button {
  float: right;
  margin-top: -7px;
  margin-bottom: 10px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .item-complex .item-extra-button {
    margin-top: 7px;
  }
}
.item-complex .background {
  width: calc(100vw + 20%);
  margin-left: -10%;
  margin-right: -10%;
}
@media (max-width: 992px) {
  .item-complex .background {
    top: 80px;
  }
}
.item-complex .background .rect-1 {
  background-color: #F9F8F4;
  bottom: 0;
  left: 0;
  height: 83%;
}
.item-complex .background .rect-2 {
  background-color: #1A1A1A;
  right: 0;
  top: 10%;
  height: 67%;
}
@media (max-width: 1200px) {
  .item-complex .background .rect-2 {
    top: 43%;
    height: 37%;
  }
}
@media (max-width: 992px) {
  .item-complex .background.background-black .rect-2,
  .item-complex .background.background-black .rect-1 {
    top: 75px;
    height: 50%;
  }
  .item-complex .background.background-black .line-1 {
    top: 120px;
  }
  .item-complex .background.background-black .line-2 {
    top: 140px;
  }
  #carouselOffers .carousel-inner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #carouselOffers .item-complex-content {
    min-height: 380px;
  }
  #carouselOffers.offers-carousel {
    min-height: auto;
  }
  .page-main section.special-offers {
    padding-bottom: 40px;
  }
}
@media (max-width: 769px) {
  .item-complex .background.background-black .line-1 {
    top: 200px;
  }
  .item-complex .background.background-black .line-2 {
    top: 220px;
  }
}
.item-complex .background .rect-1,
.item-complex .background .rect-2 {
  position: absolute;
  z-index: 1;
  width: 50%;
}
.item-complex .background .line {
  z-index: 2;
}
.item-complex .background .line-1 {
  transform: rotate(5deg);
  top: 520px;
}
.item-complex .background .line-2 {
  transform: rotate(10deg);
  top: 540px;
}
.item-complex .background.background-black .line {
  z-index: 1;
}
.item-complex .background.background-black .rect-1 {
  z-index: 2;
}
.item-complex-content {
  padding-top: 125px;
}
@media (min-width: 992px) {
  .item-complex .carousel-control-prev {
    left: 25%;
  }
  .item-complex .carousel-control-prev-icon {
    margin-top: -80px;
  }
}
@media (min-width: 992px) {
  .item-complex .carousel-control-next {
    right: 25%;
  }
  .item-complex .carousel-control-next-icon {
    margin-top: -80px;
  }
}
.item-complex .carousel-control-next .carousel-control-next-icon:before,
.item-complex .carousel-control-next .carousel-control-next-icon:after {
  background-color: #fff;
}
.offers-carousel {
  min-height: 550px;
}
.offers-carousel .carousel-inner .carousel-item.active,
.offers-carousel .carousel-inner .carousel-item-next,
.offers-carousel .carousel-inner .carousel-item-prev {
  display: flex;
}
.offers-carousel .carousel-inner .carousel-item-right.active,
.offers-carousel .carousel-inner .carousel-item-next {
  transform: translateX(37.5%);
}
.offers-carousel .carousel-inner .carousel-item-left.active,
.offers-carousel .carousel-inner .carousel-item-prev {
  transform: translateX(-37.5%);
}
.offers-carousel .carousel-inner .carousel-item-right,
.offers-carousel .carousel-inner .carousel-item-left {
  transform: translateX(0);
}
.offers-carousel .carousel-inner .carousel-item {
  justify-content: space-between;
}
.offers-carousel .carousel-inner .carousel-item .slider-content:last-child {
  text-align: right;
}
.offers-carousel .carousel-inner .carousel-item-left .slider-content,
.offers-carousel .carousel-inner .carousel-item-left.active .slider-content:last-child,
.offers-carousel .carousel-inner .carousel-item-right.active .slider-content,
.offers-carousel .carousel-inner .carousel-item-next {
  text-align: right;
}
.offers-carousel .carousel-inner .carousel-item-left .slider-content:first-child,
.offers-carousel .carousel-inner .carousel-item-left.active .slider-content,
.offers-carousel .carousel-inner .carousel-item.active .content-appearance,
.offers-carousel .carousel-inner .carousel-item-right.active .slider-content:first-child {
  text-align: left;
}
.offers-carousel .carousel-inner .carousel-item {
  z-index: 1;
  position: relative;
}
.offers-carousel .carousel-inner .carousel-item.active {
  z-index: 2;
}
.offers-carousel .control-area {
  z-index: 3;
}
.offers-carousel .carousel-inner .carousel-item.active .slider-content:first-child .offering-image,
.offers-carousel .carousel-inner .carousel-item.active .slider-content:last-child .offering-image {
  width: 75%;
  padding-bottom: 75%;
}
.offers-carousel .carousel-inner .carousel-item.active .slider-content .content-appearance {
  opacity: 1;
}
.offers-carousel .carousel-inner .carousel-item .slider-content .content-appearance {
  transition: all 0.5s;
}
.offers-carousel .carousel-inner .carousel-item.active .slider-content .offering-image {
  width: 100%;
}
.offers-carousel .carousel-inner .carousel-item.carousel-item-next .slider-content .offering-image,
.offers-carousel .carousel-inner .carousel-item.carousel-item-prev .slider-content .offering-image,
.offers-carousel .carousel-inner .carousel-item.carousel-item-left .slider-content .offering-image,
.offers-carousel .carousel-inner .carousel-item.carousel-item-right .slider-content .offering-image {
  width: 75%;
  padding-bottom: 75%;
}
.offers-carousel .carousel-inner .carousel-item .slider-content .offering-image {
  transition: all 0.5s;
}
.offers-carousel .carousel-inner .carousel-item.active .slider-content:first-child .content-appearance,
.offers-carousel .carousel-inner .carousel-item.active .slider-content:last-child .content-appearance,
.offers-carousel .carousel-inner .carousel-item.carousel-item-next .slider-content .content-appearance,
.offers-carousel .carousel-inner .carousel-item.carousel-item-prev .slider-content .content-appearance,
.offers-carousel .carousel-inner .carousel-item.carousel-item-left .slider-content .content-appearance,
.offers-carousel .carousel-inner .carousel-item.carousel-item-right .slider-content .content-appearance {
  opacity: 0;
}
.offers-carousel .carousel-inner .carousel-item.active .slider-content:first-child .offering-image,
.offers-carousel .carousel-inner .carousel-item.active .slider-content:last-child .offering-image,
.offers-carousel .carousel-inner .carousel-item-prev .offering-image,
.offers-carousel .carousel-inner .carousel-item-next .offering-image,
.offers-carousel .carousel-inner .carousel-item-right .offering-image,
.offers-carousel .carousel-inner .carousel-item-left .offering-image,
.offers-carousel .carousel-inner .carousel-item-left.active .offering-image,
.offers-carousel .carousel-inner .carousel-item-right.active .offering-image {
  width: 75%;
  padding-bottom: 75%;
}
.item-complex-content {
  width: 999%;
  margin-left: calc(-12.5% - 40px);
  margin-right: calc(-12.5% - 40px);
}
.offers-carousel .carousel-inner .carousel-item .slider-content .image-container {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .item-complex-content {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .offers-carousel .carousel-inner .carousel-item.active,
  .offers-carousel .carousel-inner .carousel-item-next,
  .offers-carousel .carousel-inner .carousel-item-prev {
    display: block;
  }
  .offers-carousel .carousel-inner .carousel-item-right.active,
  .offers-carousel .carousel-inner .carousel-item-next {
    transform: translateX(100%);
  }
  .offers-carousel .carousel-inner .carousel-item-left.active,
  .offers-carousel .carousel-inner .carousel-item-prev {
    transform: translateX(-100%);
  }
  .offers-carousel .carousel-inner .carousel-item-right,
  .offers-carousel .carousel-inner .carousel-item-left {
    transform: translateX(0);
  }
  .offers-carousel .carousel-inner .carousel-item .slider-content:last-child {
    text-align: left!important;
  }
  .offers-carousel .carousel-inner .carousel-item .slider-content .offering-image {
    width: 100%!important;
  }
  .offers-carousel .carousel-inner .carousel-item.active .slider-content .content-appearance {
    opacity: 1!important;
  }
  .item-3pic .item-contacts-box {
    margin: auto;
  }
  .item-3pic .item-contacts {
    position: relative;
  }
  .page-services .item-1pic {
    padding-top: 0;
  }
  .item-1pic.item-image-back h3 {
    margin-top: 0;
  }
  .item-1pic .item-preview.left {
    margin-left: 0;
  }
  .item-1pic.item-image-back .item-description {
    padding-top: 70px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .item-contacts {
    position: relative;
  }
  .item-1pic .item-description-sin .text-box:nth-child(2n-1) {
    margin-left: 0;
  }
  .item-1pic .item-preview.back {
    position: static;
    border: 2px solid transparent;
  }
  .item-3pic .item-description p {
    font-size: 14px;
  }
  .left-services h2 {
    text-align: left!important;
  }
  .left-services .page-nav-link {
    justify-content: flex-start!important;
  }
  .left-services {
    padding-top: 0!important;
  }
}
.socials svg {
  max-height: 50px;
  padding-top: 10px;
}
.socials a {
  transition: 0.3s all;
}
.socials a:hover {
  opacity: 0.5;
}
.page-index {
  width: 100%;
  height: 100vh;
}
.page-index .init-container {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-index .side-animated-container {
  -ms-flex: 0 0 39.5%;
  flex: 0 0 39.5%;
  max-width: 39.5%;
}
.page-index .side-animated-container,
.page-index .link-hotel,
.button-animated-image {
  height: 100%;
}
.page-index .button-animated-image {
  width: 100%;
}
.page-index .side-animated-container.left-side-container .button-animated-image {
  filter: drop-shadow(-1px 0 0 #B56E45);
}
.page-index .side-animated-container.right-side-container .button-animated-image {
  filter: drop-shadow(1px 0 0 #4570B5);
}
.page-index .side-animated-container.left-side-container .button-animated-plate {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: fade-in-dropbox-left 2s ease-in-out;
  -moz-animation: fade-in-dropbox-left 2s ease-in-out;
  -ms-animation: fade-in-dropbox-left 2s ease-in-out;
  -o-animation: fade-in-dropbox-left 2s ease-in-out;
  animation: fade-in-dropbox-left 2s ease-in-out;
  animation-fill-mode: none;
  animation-delay: 2s;
}
.page-index .side-animated-container.right-side-container .button-animated-plate {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation: fade-in-dropbox-right 2s ease-in-out;
  -moz-animation: fade-in-dropbox-right 2s ease-in-out;
  -ms-animation: fade-in-dropbox-right 2s ease-in-out;
  -o-animation: fade-in-dropbox-right 2s ease-in-out;
  animation: fade-in-dropbox-right 2s ease-in-out;
  animation-fill-mode: none;
  animation-delay: 2s;
}
.page-index .left-side-container {
  text-align: left;
}
.page-index .right-side-container {
  text-align: right;
}
.page-index .logo-box-container {
  display: flex;
  text-align: center;
  height: 100%;
  align-items: center;
  -webkit-animation: fade 2s ease-in-out;
  -moz-animation: fade 2s ease-in-out;
  -ms-animation: fade 2s ease-in-out;
  -o-animation: fade 2s ease-in-out;
  animation: fade 2s ease-in-out;
  animation-fill-mode: forwards;
}
.page-index .logo-box-container .logo-slogan {
  font-family: 'Montserrat', serif;
  font-weight: 300;
  letter-spacing: 2.2px;
  margin-top: 27px;
}
.page-index .logo-box-container .logo-slogan span {
  font-weight: 900;
}
.page-index .logo-box {
  display: table;
}
.page-index .link-hotel {
  display: block;
  position: relative;
  width: 100%;
}
.page-index .link-hotel .text-content {
  position: absolute;
  -webkit-animation: fade 3s ease-in-out;
  -moz-animation: fade 3s ease-in-out;
  -ms-animation: fade 3s ease-in-out;
  -o-animation: fade 3s ease-in-out;
  animation: fade 3s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 4s;
  opacity: 0;
}
.page-index .link-hotel .text-content h2 {
  color: #FFFFFF;
  font-family: 'Palatino Linotype', serif;
  font-size: 48px;
  line-height: 34px;
  font-weight: 600;
  transition: font-size 0.3s;
}
.page-index .link-hotel .text-content p {
  color: #FFFFFF;
  font-family: 'Montserrat', serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
  transition: font-size 0.3s;
}
.page-index .left-side-container .link-hotel .text-content {
  top: 0;
  left: 0;
  padding-left: 40px;
  padding-top: 28px;
}
.page-index .right-side-container .link-hotel .text-content {
  bottom: 0;
  right: 0;
  padding-right: 40px;
  padding-bottom: 28px;
}
.page-index .link-hotel .arrow {
  position: absolute;
  width: 78.5px;
  height: 78.5px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  transform: rotate(45deg);
  transition: all 0.3s;
  -webkit-animation: fade 3s ease-in-out;
  -moz-animation: fade 3s ease-in-out;
  -ms-animation: fade 3s ease-in-out;
  -o-animation: fade 3s ease-in-out;
  animation: fade 3s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 4s;
  opacity: 0;
}
.page-index .left-side-container .link-hotel .arrow {
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  left: 59px;
}
.page-index .right-side-container .link-hotel .arrow {
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  right: 59px;
}
.page-index .link-hotel .arrow .arrow-inner {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s;
}
.page-index .side-animated-container:hover .arrow .arrow-inner {
  width: 49px;
  height: 49px;
}
.page-index .side-animated-container.left-side-container:hover .arrow {
  left: 49px;
}
.page-index .side-animated-container.right-side-container:hover .arrow {
  right: 49px;
}
.page-index .left-side-container .link-hotel .arrow .arrow-inner {
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
.page-index .right-side-container .link-hotel .arrow .arrow-inner {
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
}
.page-index .side-animated-container .button-animated-image {
  transition: filter 0.3s;
}
.page-index .side-animated-container.left-side-container {
  -webkit-animation: fade-in-left 2s ease-in-out, fade 2s ease-in-out;
  -moz-animation: fade-in-left 2s ease-in-out, fade 2s ease-in-out;
  -ms-animation: fade-in-left 2s ease-in-out, fade 2s ease-in-out;
  -o-animation: fade-in-left 2s ease-in-out, fade 2s ease-in-out;
  animation: fade-in-left 2s ease-in-out, fade 2s ease-in-out;
  animation-fill-mode: none, forwards;
  animation-delay: 2s;
  opacity: 0;
}
.page-index .side-animated-container.right-side-container {
  -webkit-animation: fade-in-right 2s ease-in-out, fade 2s ease-in-out;
  -moz-animation: fade-in-right 2s ease-in-out, fade 2s ease-in-out;
  -ms-animation: fade-in-right 2s ease-in-out, fade 2s ease-in-out;
  -o-animation: fade-in-right 2s ease-in-out, fade 2s ease-in-out;
  animation: fade-in-right 2s ease-in-out, fade 2s ease-in-out;
  animation-fill-mode: none, forwards;
  animation-delay: 2s;
  opacity: 0;
}
.page-index .side-animated-container.left-side-container:hover .button-animated-image {
  filter: drop-shadow(88px 0 0 #B56E45);
}
.page-index .side-animated-container.right-side-container:hover .button-animated-image {
  filter: drop-shadow(-88px 0 0 #4570B5);
}
.page-index .side-animated-container:hover .text-content h2 {
  font-size: 55px;
}
.page-index .side-animated-container:hover .text-content p {
  font-size: 32px;
}
.page-index .svg.logo svg {
  max-width: 220px;
}

.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out .5s;
}

.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}
.fade-in-left {
  transform: translateX(-99%);
  opacity: 0;
}
.fade-in-right {
  transform: translateX(99%);
  opacity: 0;
}
.fade {
  opacity: 0;
}
.fade.animate {
  -webkit-animation: fade 1.5s ease-in-out;
  -moz-animation: fade 1.5s ease-in-out;
  -ms-animation: fade 1.5s ease-in-out;
  -o-animation: fade 1.5s ease-in-out;
  animation: fade 1.5s ease-in-out;
  animation-fill-mode: forwards;
}
.fade-in-left.animate {
  -webkit-animation: fade-in-left 1.5s ease-in-out, fade 1.5s ease-in-out;
  -moz-animation: fade-in-left 1.5s ease-in-out, fade 1.5s ease-in-out;
  -ms-animation: fade-in-left 1.5s ease-in-out, fade 1.5s ease-in-out;
  -o-animation: fade-in-left 1.5s ease-in-out, fade 1.5s ease-in-out;
  animation: fade-in-left 1.5s ease-in-out, fade 1.5s ease-in-out;
  animation-fill-mode: forwards, forwards;
}
.fade-in-right.animate {
  -webkit-animation: fade-in-right 1.5s ease-in-out, fade 1.5s ease-in-out;
  -moz-animation: fade-in-right 1.5s ease-in-out, fade 1.5s ease-in-out;
  -ms-animation: fade-in-right 1.5s ease-in-out, fade 1.5s ease-in-out;
  -o-animation: fade-in-right 1.5s ease-in-out, fade 1.5s ease-in-out;
  animation: fade-in-right 1.5s ease-in-out, fade 1.5s ease-in-out;
  animation-fill-mode: forwards, forwards;
}
.page-offer .item {
  text-align: center;
}
.page-offer .item .item-icon {
  justify-content: center;
  display: flex;
}
.page-offer .item .item-icon img {
  max-width: 72px;
  max-height: 72px;
}
.page-offer .item .item-description {
  margin-top: 20px;
}
.show-on-mobile {
  display: none;
}
#carouselModal .carousel-inner {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#carouselModal .item-complex-content {
  min-height: 380px;
}
#carouselModal.offers-carousel {
  min-height: auto;
}
#carouselModal.offers-carousel .carousel-inner .carousel-item.active,
#carouselModal.offers-carousel .carousel-inner .carousel-item-next,
#carouselModal.offers-carousel .carousel-inner .carousel-item-prev {
  display: block;
}
#carouselModal.offers-carousel .carousel-inner .carousel-item-right.active,
#carouselModal.offers-carousel .carousel-inner .carousel-item-next {
  transform: translateX(100%);
}
#carouselModal.offers-carousel .carousel-inner .carousel-item-left.active,
#carouselModal.offers-carousel .carousel-inner .carousel-item-prev {
  transform: translateX(-100%);
}
#carouselModal.offers-carousel .carousel-inner .carousel-item-right,
#carouselModal.offers-carousel .carousel-inner .carousel-item-left {
  transform: translateX(0);
}
#carouselModal.offers-carousel .carousel-inner .carousel-item .slider-content:last-child {
  text-align: center!important;
}
#carouselModal.offers-carousel .carousel-inner .carousel-item .slider-content .offering-image {
  width: 100%!important;
}
#carouselModal.offers-carousel .carousel-inner .carousel-item.active .slider-content .content-appearance {
  opacity: 1!important;
}
#carouselModal.offers-carousel .carousel-inner .carousel-item .slider-content img {
  width: initial;
  max-height: 100vh;
  max-width: 100%;
}
.theme-brown #carouselModal .carousel-control-next-icon:before,
.theme-brown #carouselModal .carousel-control-next-icon:after {
  background-color: #B56E45;
}
.theme-blue #carouselModal .carousel-control-next-icon:before,
.theme-blue #carouselModal .carousel-control-next-icon:after {
  background-color: #4570B5;
}
@media (max-width: 769px) {
  .room.item-3pic {
    padding-bottom: 0;
  }
  .show-on-mobile {
    display: table;
  }
  .show-on-desctop {
    display: none;
  }
}
@media (max-width: 576px){
  .service-text {
    font-size: 10px!important;
  }
}
/* Animations */
@keyframes fade-in-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fade-in-dropbox-left {
  0% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fade-in-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fade-in-dropbox-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Paygate */
.payGate-wrapper svg {
  max-width: 100px;
  width: 100%;
  max-height: 80px;
}

.payGate-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.visa, .masterCard, .payKeeper {
  padding: 15px;
}

.head-img__wrapper {
  display: flex;
  flex: 0 0 50%;
}

.head-rooms {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-room {
  display: flex;
  flex: 0 0 40%;
  flex-direction: column;
}

.title-room .description {
  padding-left: 7%;
  margin-top: 76px;
}

.arrow-down {
  width: 63px;
  height: 63px;
  background-color: #545485;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 66px;
}

.choose-room_wrapper {
  margin-top: 100px;
  width: 100%;
}

.choose-room_wrapper h2 {
  text-transform: uppercase;
}

/*tabs-rooms*/
.choose-a-room .tabs-wrapper-for-desktop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.choose-a-room .tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Style the buttons inside the tab */
.tablinks {
  background-color: inherit;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 0px;
  transition: 0.3s;
  font-family: BebasNeue-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 133.9%;
  letter-spacing: 0.03em;
  color: rgba(57, 57, 57, 0.5);
  position: relative;
}

.tablinks:hover {
  transition: all .5s;
  color: #393939; 

}

.tablinks:before {
  content: '';
  position: absolute;
  width: 320px;
  height: 11px;
  background-repeat: no-repeat;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  left: -200%;
  top: 0;
  transform: translate(0%,36px);
  background-color: rgba(228, 177, 127, 0.4);
  z-index: -1;
  opacity: 0;
  transition: all .5s;
}

/* Change background color of buttons on hover */


/* Create an active/current tablink class */
.tablinks.active {
  box-shadow: none;
  position: relative;
  color: #393939;
  z-index: 2;
}

.frame-map {
  margin-top: 74px;
}

.tablinks.active:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-repeat: no-repeat;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  left: 0;
  bottom: 0;
  transform: translate(0%,48px);
  background-color: rgba(84, 84, 133, 0.3);
  z-index: -1;
  opacity: 1;
  transition: all .5s;
}

.wrapper-works-elements {
  position: relative;
  max-width: 750px;
  width: 100%;
  height: 500px;
}


/* Style the tab content */
.tabcontent {
  /*display: none;*/
  visibility: hidden;
  border-top: none;
  max-width: 658px;
  width: 100%;
  justify-content: space-between;  
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.tabcontent.active {
  /*display: block;*/
  visibility: visible;
  max-width: 750px;
  width: 100%;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

.preview-room {
  position: relative;
}

.preview-room::after {
  content: '';
    position: absolute;
    width: 266px;
    height: 138px;
    background-repeat: no-repeat;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    right: 0;
    bottom: 0;
    transform: translate(-21%, 110px);
    background-color: #545485;
    z-index: -1;
    opacity: 1;
    transition: all .5s;
}

.preview-room img {
  max-width: 750px;
  max-height: 326px;
}

.work-tab-info-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.right-tab-wrapper .work-tab-title-description {
  max-width: 790px;
  width: 100%;
}

 .right-tab-wrapper .work-tab-title-description p:first-child {
  margin-bottom: 20px;
}

.preview-room__small-and__description {
  display: flex;
  justify-content: space-between;
  margin-top: 46px;
}

.preview-room__small {
  transform: translate(-30px, 5px);
  order: 2;
}

.preview-room__small img {
  max-width: 317px;
  max-height: 160px;
}

.preview-room-description p {
  max-width: 290px;
  margin-bottom: 65px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: rgba(57, 57, 57, 0.8);
}

.preview-room-description .btn-rooms__from-other-page a span{
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
}

 .tab {
  display: flex;
    flex-direction: column;
    justify-content: center;
}

.tabs-wrapper-for-desktop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.price-room {
  display: inline-flex;
  gap: 9px;
  align-items: flex-end;
  margin-right: 10%;
}

.price-room p:nth-child(2) {
  font-size: 30px;
}

.price-room p {
  margin-bottom: 0;
}

.btn-rooms__from-other-page a {
  max-width: 184px;
  width: 100%;
  height: 45px;
  display: flex;
  background-color: #2B2B2B;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.btn-rooms__from-other-page a span {
  color: #fff;
}

.btn-rooms__from-other-page {
  display: flex;
  align-items: center;
}

.preview-room-description {
  max-width: 350px;
  width: 100%;
}

.gallery-rooms {
  margin-top: 150px;
  width: 100%;
}

.gallery-rooms h2 {
  text-transform: uppercase;
  margin-bottom: 55px;
}

.img-row-one {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

.img-row-one .img-wrap:first-child {
  max-width: 637px;
  width: 100%;
  height: 494px;
}

.img-row-one .img-wrap:first-child img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-row-one .img-wrap:last-child {
  max-width: 363px;
  width: 100%;
  height: 493px;
  margin-top: 5%;
}

.img-row-one .img-wrap:last-child img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-row-two {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin-top: 81px;
}

.img-row-two .img-wrap:first-child {
  max-width: 490px;
  width: 100%;
  height: 493px;
  transform: translateY(-15%);
}

.img-row-two .img-wrap:first-child img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-row-two .img-wrap:last-child {
  max-width: 504px;
  width: 100%;
  height: 455px;
}

.img-row-two .img-wrap:last-child img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-row-two .img-wrap:first-child img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-row-three {
  display: flex;
  justify-content: center;
  margin-top: 79px;
}

.img-row-three .img-wrap{
  max-width: 1229px;
  width: 100%;
  height: 580px;
}

.img-row-three .img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-row-four {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin-top: 81px;
}

.img-row-four .img-wrap:first-child {
  max-width: 662px;
  width: 100%;
  height: 493px;
}

.img-row-four .img-wrap:first-child img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-row-four .img-wrap:last-child {
  max-width: 401px;
  width: 100%;
  height: 521px;
  padding-top: 5%;
}

.img-row-four .img-wrap:last-child img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-about {
  text-transform: uppercase;
  border: 1px solid #2B2B2B;
  padding: 13px 45px;
  color: #2A2A2A;
  transition: all .5s;
}

.button-about:hover {
  border: 1px solid #545485;
  color: #545485;
  transition: all .5s;
}

.room-detail__head {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.room-det__icons i img{
  width: 19px;
  height: 19px;
}

.room-det__icons {
  display: inline-flex;
  gap: 30px;
}

.room-det__price {
  margin-top: 90px;
  display: flex;
  height: 25px;
}

.room-det__price p:first-child {
  font-size: 45px;
  margin-right: 15px;
}

.room-det__price p:last-child {
  font-size: 20px;
  align-self: flex-end;
}

.room-det__info h2 {
  max-width: 523px;
  margin-bottom: 46px;
  margin-right: 40px;
}

.booking-now {
  max-width: 230px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: #fff;
  background-color: #545485;
  margin-top: 60px;
  font-size: 15px;
  text-transform: uppercase;
  transition: all .5s;
}

.booking-now:hover {
  color: #fff;
}

.room-det__image {
  max-width: 828px;
  max-height: 603px;
  width: 100%;
  position: relative;
}

.room-parameters {
  max-width: 198px;
  width: 100%;
  height: 190px;
  background-color: #fff;
  position: absolute;
  left: -1px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.beds p:first-child,
.square p:first-child {
  font-family: 'Palatino Linotype', serif;
  font-size: 35px;
}

.beds p:last-child,
.square p:last-child {
  font-size: 13px;
  max-width: 87px;
  margin-left: 15px;
}

.dec-sc {
  width: 146px;
  height: 146px;
  background: #545485;
  opacity: 0.05;  
  position: absolute;
  bottom: -25px;
  left: -25px;
}

.beds {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 37px;
}

.square {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.room-det__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.room-det__gallery {
  margin-top: 100px;
  width: 100%;
}

.slick-item{
  max-width: 781px;
  width: 100%!important;
  max-height: 525px;
  height: 525px;
}

.room-det__gallery {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.room-det__slider {
  max-width: 781px;
  position: relative;
  width: 100%;
}

.slick-arrow {
  outline: none;
}

.room-det__decr {
  max-width: 620px;
  margin-left: 80px;
}

.room-det__decr p {
  margin-bottom: 60px;
}

.room-det__decr a span {
  font-weight: bold;
  margin-right: 10px;
}

.room-det__decr a:hover {
  color: inherit;
}

.arrow-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.slick-carousel-arrow {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slick-carousel-arrow .carousel-control-prev {
  position: relative;
  height: 70px;
  width: 70px;
  background-color: rgb(84,84,133, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-carousel-arrow .carousel-control-next {
  position: relative;
  height: 70px;
  width: 70px;
  background-color: rgb(84,84,133, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.theme-brown .arrow-down {
  background-color: #B56E45;
}

.theme-brown .tablinks.active:before {
  background-color: rgba(181, 110, 69, 0.3);
}

.theme-brown .preview-room::after {
  background-color: #B56E45;
}

.theme-brown .booking-now {
  background-color: #B56E45;
}

.slick-carousel-arrow .carousel-control-prev,
.slick-carousel-arrow .carousel-control-next {
  background-color: rgba(181, 110, 69, 0.5);
}

.popup-rooms {
  display: none;
}

.popup-rooms.view {
  display: flex;
  position: fixed;
  margin: 0 auto;
  z-index: 35;
  width: 90%;
  height: 90%;
  top: 15%;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
}

.overlay {
  background: rgba(0,0,0,0.8);
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100vh;
  z-index: 30;
  display: none;
}

.overlay.active {
  display: block;
}

.slick-carousel-room__full {
  width: 100vw!important;
}

.slider-nav .slick-track {
  width: 80vw!important;
  /* transform: translate3d(0); */
}


.slider-nav .slick-item .slick-slide .slick-current .slick-active .slick-center{
  width: 500px!important;
}

.thumbnails {
  display: flex;
  margin: 1rem auto 0;
  padding: 0;
  justify-content: center;
}

.thumbnail {
  width: 70px;
  height: 70px;
  overflow: hidden;
  list-style: none;
  margin: 0 0.2rem;
  cursor: pointer;
}

.thumbnail img {
  width: 100%;
  height: auto;
}


#popup-slider {
  width: 90vw;
  height: 90vh;
}

.thumbnails {
  display: none;
}

.main-room-slide{
  max-width: 781px;
  width: 100%;
  max-height: 525px;
  height: 350px;
  cursor: pointer;
}

.main-room-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.thumbnail-room-slide{
  /* max-width: 781px;
  width: 100%;
  max-height: 525px;
  height: 350px; */
  width: 90vw;
  height: 80vh;
  position: relative;
}

.thumbnail-room-slide img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.closeView {
  position: absolute;
  right: 0;
  top: 0;
  outline: none;
}

.closeView svg {
  width: 50px;
  height: 50px;
  fill: #fff;
}


@media(max-width: 1366px) {
  .tabcontent.active{
    max-width: 700px;
  }

  .tabs-wrapper-for-desktop {
    flex-wrap: nowrap;
  }
}

@media(max-width: 768px) {
  .tablinks {
    font-size: 16px;
    line-height: 94.9%;
  }

  .tab {
    margin-bottom: 40px;
  }

  .tabs-wrapper-for-desktop {
    flex-wrap: wrap;
  }

  .room-detail__head {
    flex-direction: column;
    height: 100%;
  }

  .room-det__price {
    margin-top: 30px;
  }

  .booking-now {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .room-parameters {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: transparent;
    left: 0;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    margin-top: 44px;
  }

  .beds {
    margin-bottom: 0;
  }

  .dec-sc {
    max-width: 260px;
  }

  .room-det__gallery {
    flex-direction: column;
  }

  .slick-item {
    max-width: 781px;
    width: 100%;
    max-height: 525px;
    height: 350px;
  }

  .slick-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .room-det__gallery {
    margin-top: 0;
  }

  
}

@media(max-width: 470px) {
  .preview-room__small-and__description {
    flex-direction: column;
  }

  .dropdown.nav-item.select-location a{
    display: none;
  }

  .preview-room__small {
    order: 1;
  }

  .preview-room-description {
    order: 2;
  }

  .preview-room-description p {
    margin-top: 20px;
    margin-bottom: 37px;
  }

  .btn-rooms__from-other-page {
    padding-bottom: 35px;
  }

  /* footer .wrapper {
    margin-top: 40px;
  } */

  .head-rooms {
    flex-direction: column;
  }

  .head-img__wrapper {

  }

  .title-room .description {
    margin-top: 20px;
  }

  .choose-room_wrapper {
    margin-top: 48px;
  }

  .arrow-down {
    margin-top: 37px;
    align-self: flex-end;
  }

  .page-nav {
    padding-bottom: 200px;
  }

  .page-rooms .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .title-room {
    margin-top: 20px;
  }

  .page-offer .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.navbar-buttons-right .select-location {
  display: none;
}

 #tl-block-select {
  display: none!important;
 }

 /* #tl-reputation-widget {
  pointer-events: none;
 } */

 .anapa-documents {
  padding-bottom: 250px;
 }

 .documents-items {
  margin-top: 30px;
  & .documents-item {
    & a {
      text-transform: uppercase;
    }
  }
 }