/* Open Sans */
@import url(./libs/normilize/normilize.css);
@import url(./fonts.css);
@import url(./libs/owl/owl.carousel.min.css);
@import url(./libs/owl/owl.theme.default.min.css);
@import url(./libs/jquery-ui/jquery-ui.css);
@import url(./libs/fancybox/jquery.fancybox.min.css);
@font-face {
  font-family: 'Open Sans Light';
  src: url("./fonts/opensans/OpenSans-Light.woff2") format("woff2"), url("./fonts/opensans/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans Bold';
  src: url("./fonts/opensans/OpenSans-Bold.woff2") format("woff2"), url("./fonts/opensans/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans Regular';
  src: url("./fonts/opensans/OpenSans-Regular.woff2") format("woff2"), url("./fonts/opensans/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
strong,
abbr,
acronym,
blockquote,
q,
cite,
ins,
del,
dfn,
a,
div,
span,
pre,
address,
br,
b,
i,
sub,
sup,
big,
small,
tt,
table,
tr,
caption,
thead,
tbody,
tfoot,
col,
colgroup,
form,
input,
label,
textarea,
button,
fieldset,
legend,
select,
option,
dl,
dt,
dd,
code,
var,
samp,
img,
object,
param,
map,
area {
  padding: 0;
  margin: 0;
  border: none; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
figcaption,
header,
footer,
aside,
article {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=button],
input[type=submit],
button {
  cursor: pointer; }

button {
  border: 0; }

*:focus {
  outline: none; }

a {
  text-decoration: none;
  color: black; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  outline: none; }

button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* reset extra padding in Firefox */
::-ms-clear {
  width: 0;
  height: 0; }

::-ms-reveal {
  width: 0;
  height: 0;
  display: none; }

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word; }

*:focus {
  outline: none; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  outline: none; }

button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* reset extra padding in Firefox */
::-ms-clear {
  width: 0;
  height: 0; }

::-ms-reveal {
  width: 0;
  height: 0;
  display: none; }

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

body {
  background: #111111; }

body.open {
  overflow: hidden;
  position: relative; }
  body.open::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #111111; }

.wrapper {
  width: 100%;
  max-width: 1920px;
  padding: 0 30px;
  margin: 0 auto; }

.wrapper-m {
  max-width: 1703px; }

.wrapper-m {
  max-width: 1980px; }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 272px;
  height: 66px;
  padding: 0 15px;
  font-family: 'Open Sans Light';
  font-size: 21px;
  text-align: center;
  color: #ffffff;
  border-radius: 33px;
  transition: 0.3s ease; }

.btn-red {
  background-color: #b71c1c; }

.btn-red:hover {
  background-color: #880000; }

.btn-blue {
  background-color: #263e88; }

.btn-blue:hover {
  background-color: #011c53; }

.btn-small {
  max-width: 178px;
  font-size: 16px;
  height: 43px; }

.btn-nobg {
  width: auto;
  max-width: 100% !important;
  height: 41px;
  padding: 0 24px;
  font-size: 18px;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
  border-radius: 21px; }
  .btn-nobg:not(.active):hover {
    color: #000000;
    background-color: #ffffff; }
  .btn-nobg.active {
    background-color: #263e88;
    border: 1px solid #263e88; }

.w-100 {
  width: 100%; }

header {
  display: block;
  width: 100%;
  padding: 21px 0 18px;
  background: #111111; }
  header.profile {
    box-shadow: 0 0 50px #000000; }

header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.triggers-case,
.lang-active,
.apartament-book-active {
  display: flex;
  align-items: center;
  justify-content: center; }

.lang-trigger,
.apartament-book-trigger {
  position: relative;
  margin-right: 18px;
  padding: 15px;
  cursor: pointer;
  transition: 0.3s ease; }

.lang-trigger a, .lang-active,
.apartament-book-trigger a, .apartament-book-active {
  font-family: 'Open Sans Light';
  font-size: 21px;
  line-height: 21px;
  color: #ffffff;
  transition: 0.3s ease;
  white-space: nowrap; }

.apartament-book-trigger a, .apartament-book-active {
  font-size: 18px;
  line-height: 18px; }

.lang-trigger a:not(:last-child),
.apartament-book-trigger a:not(:last-child) {
  margin-bottom: 13px; }

.lang-trigger a:hover,
.apartament-book-trigger a:hover {
  color: #b71c1c; }

.lang-active img,
.apartament-book-trigger img {
  display: inline-block;
  width: 100%;
  max-width: 9px;
  margin-left: 13px;
  transition: 0.3s ease; }

.lang-select,
.apartament-book-select {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  padding-bottom: 15px;
  box-shadow: 0 3px 5px #000000;
  background-color: #111111;
  opacity: 0;
  transition: 0.3s ease; }

.login-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Open Sans Light';
  font-size: 21px;
  line-height: 21px;
  color: #ffffff;
  transition: 0.3s ease; }

.login-trigger svg {
  min-width: 29px;
  max-width: 29px;
  margin-right: 13px; }

.login-trigger svg .st0 {
  transition: 0.3s ease; }

.login-trigger:hover {
  color: #b71c1c; }

.login-trigger:hover svg .st0 {
  fill: #b71c1c; }

@media (min-width: 1201px) {
  .lang-trigger:hover,
  .apartament-book-trigger:hover {
    box-shadow: 0 0 15px #000000;
    background: #111111; }
  .lang-trigger:hover .lang-active img,
  .apartament-book-trigger:hover .apartament-book-active img {
    transform: rotate(180deg); }
  .lang-trigger:hover .lang-select,
  .apartament-book-trigger:hover .apartament-book-select {
    opacity: 1;
    z-index: 6; } }

@media (max-width: 1200px) {
  .lang-select {
    z-index: 7;
    opacity: 1;
    display: none;
    transition: 0s; }
  .lang-trigger a, .lang-active {
    transition: 0s; }
  .lang-trigger.open,
  .lang-trigger.open,
  .apartament-book-trigger.open {
    box-shadow: 0 0 15px #000000;
    background: #111111; }
  .lang-trigger.open .lang-active img,
  .apartament-book-trigger.open .apartament-book-active img {
    transform: rotate(180deg); }
  .lang-trigger.open .lang-select {
    display: flex; }
  .apartament-book-trigger.open .apartament-book-select {
    opacity: 1;
    z-index: 8; } }

.profile-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  cursor: pointer; }

.profile-link a {
  display: block;
  width: 100%;
  font-family: 'Open Sans Light';
  font-size: 21px;
  line-height: 21px;
  color: #ffffff;
  text-align: left;
  transition: 0.3s ease; }

.profile-link-cnt a:not(:last-child) {
  margin-bottom: 13px; }

.profile-link a.exit {
  color: #4c4c4c; }

.profile-link-cnt {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 0 15px 15px;
  box-shadow: 0 3px 5px #000000;
  background-color: #111111;
  opacity: 0;
  transition: 0.3s ease; }

.profile-link-cnt a:hover {
  color: #b71c1c; }

@media (min-width: 1201px) {
  .profile-link:hover,
  .profile-link:hover {
    box-shadow: 0 0 15px #000000;
    background: #111111; }
  .profile-link:hover .profile-name {
    border-bottom: 1px solid #ffffff; }
  .profile-link:hover .profile-link-cnt {
    opacity: 1;
    z-index: 6; } }

@media (max-width: 1200px) {
  .profile-link .profile-link-cnt {
    opacity: 1;
    z-index: 6;
    display: none;
    transition: 0s; }
  .profile-link.open {
    box-shadow: 0 0 15px #000000;
    background: #111111; }
    .profile-link.open .profile-name {
      border-bottom: 1px solid #ffffff; }
    .profile-link.open .profile-link-cnt {
      display: flex; } }

.profile-name {
  margin-right: 10px;
  font-family: 'Open Sans light';
  font-size: 21px;
  line-height: 21px;
  color: #ffffff;
  border-bottom: 1px solid transparent;
  transition: 0.3s ease; }

.profile-link svg {
  width: 23px;
  height: 23px; }

.cart {
  position: relative;
  margin-left: 33px; }

.cart svg {
  width: 40px;
  height: 37px; }

.profile-link svg .st0,
.cart svg .st0 {
  fill: #ffffff;
  transition: 0.3s ease; }

.cart:hover svg .st0 {
  fill: #b71c1c; }

.cart span {
  position: absolute;
  bottom: -6px;
  right: -9px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 3px;
  font-family: 'Open Sans light';
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  background: #111111;
  border-radius: 50%;
  box-shadow: 0 0 10px #16275d; }

.banner-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 782px;
  padding: 0 0 0 101px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.title {
  font-family: 'Open Sans Bold';
  font-size: 98px;
  text-transform: uppercase;
  line-height: 138px;
  color: #ffffff; }

.subtitle {
  padding-bottom: 9px;
  padding-left: 8px;
  font-family: 'Open Sans Bold';
  font-size: 24px;
  text-transform: uppercase;
  line-height: normal;
  color: #ffffff; }

.text-small {
  padding-bottom: 52px;
  font-family: 'Open Sans Regular';
  font-size: 16px;
  line-height: 42px;
  color: #ffffff; }

.text-medium {
  font-family: 'Open Sans Regular';
  font-size: 24px;
  line-height: normal;
  color: #ffffff; }

.banner-item p {
  padding-bottom: 29px;
  padding-left: 8px;
  font-family: 'Open Sans Regular';
  font-size: 24px;
  line-height: 42px;
  color: #ffffff; }

.banner-item .btn {
  margin-left: 12px; }

.banner-item-3 p {
  padding-bottom: 0px;
  padding-top: 20px; }

.banner-item-3 .title {
  line-height: 107px;
  margin-bottom: 31px; }

.banner-carousel .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }

.banner-carousel .owl-dots span {
  display: none; }

.banner-carousel .owl-dots button {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  transition: 0.3s ease; }

.banner-carousel .owl-dots button:not(:last-child) {
  margin-right: 20px; }

.banner-carousel .owl-dots button.active {
  background-color: #b71c1c; }

.offer-block {
  padding: 60px 0;
  background-color: #111111; }

.offer-block .wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

h2 {
  font-family: 'Open Sans Bold';
  font-size: 52px;
  line-height: normal;
  color: #ffffff; }

h2 span {
  padding-left: 8px;
  font-family: 'Open Sans Regular';
  font-size: 24px;
  line-height: normal;
  color: #ffffff; }

.offer-block h2 {
  padding-right: 64px; }

.card-forms {
  padding: 82px 79px 97px 100px; }

.card-forms .title {
  margin-bottom: 33px;
  font-family: 'Open Sans Bold';
  font-size: 98px;
  line-height: 72px;
  text-transform: inherit; }

.card-forms .subtitle {
  font-family: 'Open Sans Regular';
  font-size: 24px;
  line-height: 38px;
  text-transform: inherit; }

.card-forms .wrapper > .text-small {
  padding-left: 8px; }

.form-container {
  padding-left: 10px; }

.form-title {
  margin-bottom: 35px;
  font-family: 'Open Sans Bold';
  font-size: 42px;
  line-height: normal;
  color: #ffffff; }

.form-container-btns {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.text-logo {
  position: absolute;
  top: -58px;
  right: 197px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: 'Open Sans Bold';
  font-size: 100px;
  line-height: 100px;
  color: rgba(255, 255, 255, 0.03); }

.text-logo span {
  font-size: 50px;
  margin-left: 26px;
  line-height: 75px; }

.m-5 {
  margin-bottom: 5px; }

.form-subtitle {
  margin-bottom: 65px;
  font-family: 'Open Sans Regular';
  font-size: 24px;
  line-height: normal;
  color: #ffffff; }

.form-fields {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row wrap;
  padding-bottom: 80px; }

.form-item {
  width: 100%;
  max-width: calc(50% - 15px);
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-family: 'Open Sans Regular';
  font-size: 21px;
  line-height: 21px;
  color: #acacac;
  background-color: transparent;
  border-bottom: 1px solid #363636;
  transition: 0.3s ease; }

@media (min-width: 768px) {
  .form-item {
    height: 44px; }
  textarea.form-item {
    padding-top: 5px; } }

@media (max-width: 1600px) {
  .form-item {
    font-size: 18px;
    line-height: 18px; } }

@media (max-width: 767px) {
  .form-item {
    height: 26px; } }

@media (max-width: 470px) {
  .form-item {
    height: auto; }
  .form-item-country {
    height: 24px; } }

@media (max-width: 366px) {
  .form-item-country {
    height: auto; } }

@media (max-width: 360px) {
  .form-item-country {
    height: 24px; } }

@media (max-width: 359px) {
  .form-item-country {
    height: auto; } }

.form-items .form-item {
  margin-bottom: 23px; }

.form-items .form-title {
  margin-bottom: 33px; }

.form-item:nth-child(odd) {
  margin-right: 15px; }

.form-item:nth-child(even) {
  margin-left: 15px; }

.form-item:focus {
  color: #ffffff;
  border-bottom: 1px solid #ffffff; }

.form-item::-webkit-input-placeholder {
  color: #acacac;
  transition: 0.3s ease; }

.form-item::-moz-placeholder {
  color: #acacac;
  transition: 0.3s ease; }

.form-item:-ms-input-placeholder {
  color: #acacac;
  transition: 0.3s ease; }

.form-item:-moz-placeholder {
  color: #acacac;
  transition: 0.3s ease; }

.form-item:focus::-webkit-input-placeholder {
  color: #ffffff; }

.form-item:focus::-moz-placeholder {
  color: #ffffff; }

.form-item:focus:-ms-input-placeholder {
  color: #ffffff; }

.form-item:focus:-moz-placeholder {
  color: #ffffff; }

.form-item.error {
  border-bottom: 1px solid red; }

.varified {
  font-family: 'Open Sans Regular';
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #ffffff; }

.varified span:nth-child(1) {
  color: #b71c1c; }

.varified span:nth-child(2) {
  color: #263d88; }

.text-small-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%; }

.form-fields .text-small {
  width: calc(50% - 10px);
  padding-bottom: 13px;
  text-align: right;
  line-height: 28px; }

.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 15px;
  opacity: 0;
  z-index: -5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease; }

.popup-wrapper.active {
  opacity: 1;
  z-index: 10; }

.popup-layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.73); }

.popup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  width: 100%;
  max-width: 888px;
  padding: 75px 80px 60px;
  background: #111111;
  border-radius: 50px; }

.login-popup .popup {
  max-width: 527px;
  padding: 55px 40px 49px; }

.login-popup .popup .form-item {
  width: 100%;
  max-width: 100%;
  margin: 0 0 28px;
  padding-bottom: 6px;
  font-size: 17px;
  line-height: 17px; }

.pass-popup .popup {
  padding: 55px 40px 40px; }

.pass-popup .popup .form-item {
  margin: 0 0 57px; }

.login-popup .popup .btn {
  max-width: 204px;
  height: 54px;
  font-size: 17px;
  line-height: 17px; }

.no-margin {
  margin: 0 !important; }

.login-popup-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 15px 0 20px; }
  .login-popup-links a,
  .login-popup-links span {
    font-family: 'Open Sans Regular';
    font-size: 13px;
    line-height: 13px;
    letter-spacing: -0.5px;
    color: #263e88;
    transition: 0.3s ease; }
  .login-popup-links a:hover {
    color: #b71c1c; }
  .login-popup-links span {
    margin: 0 6px; }

.pass-popup p {
  width: 100%;
  margin: 26px 0 67px;
  font-family: 'Open Sans Regular';
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #ffffff; }

#thanksPopup.popup {
  padding: 118px 0; }

.popup-title {
  margin-bottom: 28px;
  font-family: 'Open Sans Bold';
  font-size: 42px;
  line-height: 42px;
  text-align: center;
  color: #ffffff;
  width: 100%; }

.popup-title-big {
  width: 100%;
  margin-bottom: 33px;
  font-size: 48px;
  line-height: 48px;
  text-align: left; }

.popup-title-small {
  width: 100%;
  margin-bottom: 47px;
  font-family: 'Open Sans Bold';
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  color: #ffffff; }

.popup-text-m,
.popup-text-s {
  margin-bottom: 19px;
  font-family: 'Open Sans Regular';
  font-size: 19px;
  line-height: 26px;
  text-align: left;
  color: #ffffff; }
  .popup-text-m a,
  .popup-text-s a {
    color: #ffffff;
    transition: 0.3s ease; }
    .popup-text-m a:hover,
    .popup-text-s a:hover {
      color: #b71c1c; }

.popup-text-s {
  margin-bottom: 35px;
  font-size: 14px;
  line-height: 19px; }

.popup-subtitle {
  font-family: 'Open Sans Regular';
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #ffffff; }

.popup form {
  width: 100%; }
  .popup form .btn {
    margin: 0 auto;
    max-width: 224px;
    height: 53px;
    font-size: 17px; }

.textarea-field {
  width: 100%;
  height: 75px;
  margin-bottom: 45px;
  font-family: 'Open Sans Regular';
  font-size: 18px;
  line-height: 34px;
  padding: 10px 15px;
  color: #acacac;
  background: transparent;
  border: 1px solid #363636;
  border-radius: 15px;
  transition: 0.3s ease; }
  .textarea-field:focus {
    border: 1px solid #b71c1c; }

.popup-close {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 100%;
  max-width: 17px; }

.popup-close img {
  width: 100%; }

.main-section .wrapper {
  padding: 0; }

.main-section-layout {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  justify-content: space-between; }

.catalog-banner {
  width: 100%;
  padding: 57px 394px 165px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.catalog-country {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 136px; }

.country-img {
  width: 66px;
  height: 66px;
  min-width: 66px;
  margin-right: 25px;
  border-radius: 50%;
  overflow: hidden; }

.country-img img {
  width: 100%; }

.catalog-banner .lang-trigger:not(:last-child) {
  margin-right: 38px; }

.catalog-banner .lang-active {
  font-family: 'Open Sans Bold'; }

.catalog-cnt {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto; }

.catalog-cnt-image {
  width: 100%;
  max-width: 370px;
  margin-right: 55px; }

.catalog-cnt-image img {
  width: 100%; }

.catalog-cnt-text {
  width: 100%;
  padding-top: 15px; }

.catalog-cnt-text span {
  margin-bottom: 27px;
  font-family: 'Open Sans Light';
  font-size: 18px;
  line-height: 24px;
  color: #ffffff; }

.catalog-cnt-text div {
  margin-bottom: 27px; }

.news-list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;

  overflow-y: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */

  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  max-width: 340px; }

.news-list::-webkit-scrollbar {
  display: none;
}

.news-list.active {
  position: fixed;
  justify-content: flex-start;
  background-color: #111111;
  height: 100vh;
  box-shadow: 0 0 80px #000000; }

.news-head, .news-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100% / 3);
  overflow: hidden; }

.news-list.active .news-item,
.news-list.active .news-head {
  max-height: 265px; }

.news-item img {
  width: 100%; }

.news-head {
  background: rgba(0, 0, 0, 0.5); }

a.news-head, .news-head a {
  font-family: 'Open Sans Bold';
  font-size: 32px;
  line-height: 32px;
  color: #ffffff;
  transition: 0.3s ease; }
  a.news-head:hover, .news-head a:hover {
    color: #b71c1c; }

.news-title {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 93px;
  padding: 0 20px;
  font-family: 'Open Sans Regular';
  font-size: 16px;
  line-height: 21px;
  background: rgba(0, 0, 0, 0.72);
  color: #ffffff;
  transition: 0.3s ease; }

.news-item:hover .news-title {
  color: #b71c1c; }

.news-title span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical; }

.left-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  max-width: 340px;
  height: 100%;
  padding: 53px 0 15px;
  background: rgba(0, 0, 0, 0.72); }

.left-sidebar.active {
  position: fixed;
  background-color: #111111;
  height: 100vh;
  box-shadow: 0 0 30px #000000; }

.left-sidebar-header {
  display: none;
  padding-bottom: 35px; }
  @media (max-width: 1200px) {
    .left-sidebar-header {
      display: block; } }
  @media (max-width: 767px) {
    .left-sidebar-header {
      padding-bottom: 35px; } }
  .left-sidebar-header .triggers-case {
    display: none; }
    @media (max-width: 767px) {
      .left-sidebar-header .triggers-case {
        display: flex; } }
  @media (max-width: 767px) {
    .left-sidebar-header .header-top {
      margin-bottom: 24px; } }

.left-sidebar .btn {
  margin: 0 auto 145px; }

.left-sidebar-menu {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none; }

@media (min-width: 1201px) {
  .left-sidebar-menu li:hover > ul {
    display: block; } }

.left-sidebar-menu li > ul.open {
  display: block; }

.left-sidebar-menu > li {
  width: 100%; }

.left-sidebar-menu > li:not(:last-child) .left-sidebar-link {
  position: relative; }

.left-sidebar-menu > li:not(:last-child) .left-sidebar-link::before {
  content: '';
  position: absolute;
  left: calc(50% - 135px);
  bottom: 0;
  width: 270px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.1); }

.left-sidebar-link {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: 'Open Sans Light';
  font-size: 26px;
  line-height: 26px;
  padding: 22px 26px 23px;
  color: #ffffff;
  transition: 0.3s ease; }

.left-sidebar-link span {
  width: 145px;
  margin-right: 5px; }

.left-sidebar-menu svg {
  width: 9px;
  height: 5px;
  margin-top: 5px; }

.left-sidebar-menu svg,
.left-sidebar-menu svg .cls-1 {
  transition: 0.3s ease; }

.left-sidebar-menu li:hover .left-sidebar-link {
  color: rgba(255, 255, 255, 0.5);
  background: #000000; }

.left-sidebar-menu li:hover > span > svg {
  transform: rotate(-90deg); }

.left-sidebar-menu li:hover > span:not(.sidebar-menu-hidden-link) > svg .cls-1 {
  fill: rgba(255, 255, 255, 0.5); }

.sidebar-menu-hidden {
  position: absolute;
  top: 0;
  z-index: 6;
  left: 100%;
  height: 100%;
  display: none;
  list-style: none;
  padding: 40px 0 40px 0;
  margin: 0;
  font-family: 'Open Sans Light';
  font-size: 21px;
  line-height: 30px;
  color: #ffffff;
  background-color: #0e0e0e; }

.sidebar-menu-hidden > li {
  cursor: pointer;
  padding: 0 53px 0 70px; }

.sidebar-menu-hidden li:not(:last-child) {
  margin-bottom: 24px; }

.sidebar-menu-hidden li .sidebar-menu-hidden-link {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.sidebar-menu-hidden li .sidebar-menu-hidden-link span {
  width: 230px;
  margin-right: 5px; }

.sidebar-menu-hidden li:hover .sidebar-menu-hidden-link {
  text-decoration: underline; }

.menu-hidden-second {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  display: none;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  overflow-y: scroll;
  list-style: none;
  padding: 28px 40px 40px 55px;
  margin: 0;
  font-family: 'Open Sans Light';
  font-size: 21px;
  line-height: 30px;
  color: #ffffff;
  background-color: #0e0e0e;
  box-shadow: 0 0 30px #000000; }

.menu-hidden-second::-webkit-scrollbar {
  width: 1px; }

.menu-hidden-second::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3); }

.menu-hidden-second::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey; }

@media (min-width: 1201px) {
  .sidebar-menu-hidden li:hover .menu-hidden-second {
    display: flex; } }

.sidebar-menu-hidden li .menu-hidden-second.open {
  display: flex; }

.menu-hidden-second-category {
  padding-top: 12px !important;
  margin-bottom: 12px !important;
  font-family: 'Open Sans Bold';
  font-size: 16px;
  line-height: 16px;
  color: #ffffff; }

.menu-hidden-second li:not(.menu-hidden-second-category) {
  padding-left: 25px;
  width: 270px;
  cursor: pointer; }

.menu-hidden-second li a {
  font-family: 'Open Sans Light';
  font-size: 16px;
  line-height: 16px;
  color: #ffffff; }

.menu-hidden-second li:not(.menu-hidden-second-category):hover {
  text-decoration: underline; }

.menu-hidden-second li:not(:last-child) {
  margin-bottom: 5px; }

.left-sidebar .catalog-country {
  display: none; }

.pagination{
  list-style: none;
}

/*.pagination > li > a, .pagination > li > span {*/
/*  color: #fff;*/
/*  border: 1px solid #000;*/
/*}*/

/*.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {*/
/*  color: #000;*/
/*  background-color: #fff;*/
/*  border-color: #fff*/
/*}*/

/*.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {*/
/*  z-index: 2;*/
/*  color: #000;*/
/*  background-color: #fff;*/
/*  border-color: #000;*/
/*}*/

/*.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {*/
/*  display: none;*/
/*}*/

.info-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 1175px;
  padding: 45px 30px;
  margin: 0 auto; }

.info-list-item {
  width: calc(50% - 12px);
  max-width: 100%; }

@media(max-width: 767px){
  .info-list {
    width: 100% !important;
  }
}

.info-list-item-title {
  display: block;
  margin-bottom: 10px;
  font-family: 'Open Sans Bold';
  font-size: 52px;
  line-height: 52px;
  color: #ffffff;
  transition: 0.3s ease; }
  .info-list-item-title:hover {
    color: #b71c1c; }

.info-list-item-subtitle {
  margin-bottom: 69px;
  font-family: 'Open Sans Light';
  font-size: 18px;
  line-height: 24px;
  color: #ffffff; }

.info-card-wrap {
  position: relative; }

.info-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 80px #000000; }

.info-card-img {
  display: block;
    width: 50% !important;
}

.info-card-img,
.info-card-img img {
  width: 100%;
  max-width: 314px; }

.info-card-cnt {
    width: 50% !important;
  display: block;
  padding: 35px 15px 35px 15px; }

.info-card-title {
  display: block;
  margin-bottom: 26px;
  font-family: 'Open Sans Bold';
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #ffffff; }

.info-card-text {
  font-family: 'Open Sans Regular';
  font-size: 17px;
  line-height: 24px;
  color: #ffffff; }

.info-card-text:not(:last-child) {
  margin-bottom: 25px; }

.info-list-item .btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: 187px;
  font-size: 16px;
  height: 43px;
  padding: 0 13px; }

.about {
  padding: 75px 0 119px 100px; }

.about .title {
  text-transform: inherit; }

.about .subtitle {
  padding-bottom: 65px;
  padding-left: 9px;
  font-family: 'Open Sans Regular';
  font-size: 24px;
  text-transform: initial;
  line-height: normal;
  color: #ffffff; }

.about .medium-text {
  padding-left: 7px;
  font-family: 'Open Sans Regular';
  font-size: 18px;
  line-height: 22px;
  color: #ffffff; }

.cards {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 78px; }

.card-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 45px 18px;
  width: 100%;
  max-width: 371px;
  height: 388px;
  border-radius: 25px;
  border: 1px solid #181818;
  box-shadow: 0 0 80px #000000; }

.card-item:not(:last-child) {
  margin-right: 15px; }

.card-name,
.card-price {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-family: 'Open Sans Bold';
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 1px solid #181818; }

.card-name-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }

.card-name {
  display: inline; }

.card-price span {
  font-size: 16px;
  text-transform: lowercase; }

.card-name-1 {
  background: linear-gradient(90deg, #314893 0%, #536bbe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.card-name-2 {
  background: linear-gradient(90deg, #a86d29 0%, #fcf4ac 50%, #70401a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.card-name-3 {
  background: linear-gradient(90deg, #343434 0%, #545454 17%, #e0e0e0 76%, #898989 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.card-name-4 {
  background: linear-gradient(90deg, #b61c1d 0%, #790e0e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.card-price {
  margin-bottom: 55px; }

.card-desc {
  font-family: 'Open Sans Regular';
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #ffffff; }

footer {
  position: relative;
  z-index: 6;
  padding: 44px 0;
  background: #111111;
  box-shadow: 0 0 80px #000000; }

footer .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }

footer .text-info {
  font-family: 'Open Sans Regular';
  font-size: 18px;
  line-height: normal;
  color: #ffffff; }

footer .text-info a {
  font-family: 'Open Sans Bold';
  transition: 0.3s ease;
  color: #ffffff; }

.social {
  display: flex;
  align-items: center;
  justify-content: center; }

.social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  min-width: 46px;
  height: 46px;
  border-radius: 50%;
  transition: 0.3s ease; }

.social a.facebook:hover {
  box-shadow: 0 0 21px #3a5a98; }

.social a.youtube:hover {
  box-shadow: 0 0 21px #c8202d; }

.social a img {
  width: 100%; }

.social a:not(:last-child) {
  margin-right: 12px; }

footer .text-info a:hover {
  color: #b71c1c; }

.show-more {
  display: none;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Open Sans Light';
  text-decoration: underline;
  color: #ffffff;
  transition: 0.3s ease; }

.show-more:hover {
  text-decoration: none; }

.news-list-tablet {
  display: none; }

.header-top .triggers-case {
  display: none; }

.main-section-cnt {
  width: 100%; }

.section-cnt {
  padding: 57px 374px 165px; }

.section-cnt-noright {
  padding: 57px 20px 165px 374px; }

.apartaments-section {
  padding: 57px 20px 90px 374px; }

.cabinet-section {
  padding: 57px 20px 55px 374px; }

.section-cnt .catalog-country {
  padding-bottom: 47px; }

.info-section {
  max-width: 1740px;
  padding-bottom: 106px; }

.section-title {
  margin-bottom: 15px;
  font-family: 'Open Sans Bold';
  font-size: 52px;
  line-height: 52px;
  color: #ffffff; }
  .section-title span {
    font-size: 32px;
    line-height: 32px; }

.section-title-m {
  margin-bottom: 60px;
  font-family: 'Open Sans Bold';
  font-size: 42px;
  line-height: 42px;
  color: #ffffff; }

.breadcrumps {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 70px; }

.apartaments-section .breadcrumps {
  padding-bottom: 15px; }

.cabinet-section .breadcrumps {
  padding-bottom: 30px; }

.menu-section .breadcrumps,
.eat-delivery-section .breadcrumps {
  padding-bottom: 47px; }

.compare-section .breadcrumps {
  padding-bottom: 2px; }

.breadcrumps a,
.breadcrumps span {
  font-family: 'Open Sans Light';
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  transition: 0.3s ease; }

.breadcrumps a:hover {
  color: #b71c1c; }

.breadcrumps-line {
  display: block;
  margin: 0 7px; }

.hotels-section,
.section-sell,
.compare-section {
  max-width: 1564px; }

.hotels-list,
.section-sell-items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row wrap; }

.section-sell {
  padding-bottom: 50px; }

.hotel,
.section-sell-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 34px;
  background-color: #111111;
  box-shadow: 0 0 30px #000000;
  border-radius: 30px;
  overflow: hidden; }
  .hotel-cnt,
  .section-sell-item-cnt {
    width: 100%;
    max-width: 335px;
    padding: 37px 38px 55px 30px; }
  .hotel-head,
  .section-sell-item-head {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 11px;
    height: 61px; }
    .hotel-head.section-sell-item-head-between,
    .section-sell-item-head.section-sell-item-head-between {
      justify-content: space-between; }
    .hotel-head.section-sell-item-head-alone .section-sell-item-title,
    .section-sell-item-head.section-sell-item-head-alone .section-sell-item-title {
      margin-right: 0; }
  .hotel-title,
  .section-sell-item-title {
    margin-right: 16px;
    font-family: 'Open Sans Bold';
    font-size: 19px;
    line-height: 24px;
    color: #ffffff;
    transition: 0.3s ease; }
    .hotel-title span,
    .section-sell-item-title span {
      font-size: 16px; }
    .hotel-title:hover,
    .section-sell-item-title:hover {
      color: #b71c1c; }
  .hotel-map,
  .section-sell-item-map {
    padding-top: 4px; }
  .hotel-text, .hotel-map, .hotel-weight,
  .section-sell-item-text,
  .section-sell-item-map,
  .section-sell-item-weight {
    font-family: 'Open Sans Regular';
    font-size: 13px;
    line-height: 13px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline;
    transition: 0.3s ease; }
    .hotel-text:hover, .hotel-map:hover, .hotel-weight:hover,
    .section-sell-item-text:hover,
    .section-sell-item-map:hover,
    .section-sell-item-weight:hover {
      color: #b71c1c; }
  .hotel-weight,
  .section-sell-item-weight {
    white-space: nowrap;
    margin-top: 7px;
    text-decoration: none; }
    .hotel-weight:hover,
    .section-sell-item-weight:hover {
      color: rgba(255, 255, 255, 0.5); }
  .hotel-text,
  .section-sell-item-text {
    margin-bottom: 30px;
    line-height: 19px;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /*height: 95px;*/
    height: 25px;
    overflow: hidden;
    -webkit-box-orient: vertical; }
    .hotel-text:hover,
    .section-sell-item-text:hover {
      color: rgba(255, 255, 255, 0.5); }
    @media (max-width: 530px) {
      .hotel-text,
      .section-sell-item-text {
        height: auto;
        overflow: auto;
        -webkit-line-clamp: 50;
        text-align: center; } }
  .hotel .btn,
  .section-sell-item .btn {
    height: 38px;
    max-width: 156px;
    white-space: nowrap;font-size: 18px; }
  .hotel-img,
  .section-sell-item-img {
    position: relative;
    width: 100%;
    max-width: 236px; }
    .hotel-img img,
    .section-sell-item-img img {
      width: 100%; }
  .hotel.section-sell-item-compare,
  .section-sell-item.section-sell-item-compare {
    max-width: 435px; }
    .hotel.section-sell-item-compare .section-sell-item-cnt,
    .section-sell-item.section-sell-item-compare .section-sell-item-cnt {
      position: relative;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: flex-start;
      width: 100%;
      max-width: 225px;
      padding: 55px 30px 55px;
      text-align: center; }

@media (min-width: 531px) {
  .section-sell-item-compare .section-sell-item-weight,
  .section-sell-item-compare .section-sell-item-text,
  .section-sell-item-compare .section-sell-item-title span {
    display: none; } }

.delete-compare-item {
  cursor: pointer;
  position: absolute;
  top: 22px;
  left: 22px;
  width: 13px;
  height: 14px; }
  .delete-compare-item img {
    width: 100%; }

.mark-item {
  position: absolute;
  bottom: 25px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 15px;
  width: 100%;
  max-width: 156px;
  height: 41px;
  font-family: 'Open Sans Regular';
  font-size: 15px;
  line-height: 15px;
  background-color: #111111;
  color: #ffffff;
  border-radius: 21px 0 0 21px; }
  .mark-item.orange-mark {
    border: 1px solid #fbaf5c;
    color: #fbaf5c; }
  .mark-item.lightgreen-mark {
    border: 1px solid #acd373;
    color: #acd373; }
  .mark-item.halfgreen-mark {
    border: 1px solid #588526;
    color: #588526; }
  .mark-item.darkgreen-mark {
    border: 1px solid #007236;
    color: #007236; }

.star-item {
  cursor: pointer;
  position: absolute;
  top: 17px;
  right: 15px;
  display: block;
  width: 31px;
  height: 31px; }
  .star-item:not(.active) .star-item-noactive {
    display: block; }
  .star-item:not(.active) .star-item-active {
    display: none; }
  .star-item.active .star-item-noactive {
    display: none; }
  .star-item.active .star-item-active {
    display: block; }

.header-star {
  cursor: pointer;
  display: inline-block;
  width: 31px;
  height: 31px; }
  .header-star:not(.active) .star-item-noactive {
    display: inline-block; }
  .header-star:not(.active) .star-item-active {
    display: none; }
  .header-star.active .star-item-noactive {
    display: none; }
  .header-star.active .star-item-active {
    display: inline-block; }





.pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
}

.pagination a, .pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  border-radius: 50%;
}

.pagination a, .pagination span {
  font-family: 'Open Sans Regular';
  font-size: 16px;
  line-height: 16px;
  /*color: #393939;*/
  color: white;
  border: 1px solid #252525;
  transition: 0.3s ease;
}

.pagination a:hover, .pagination a.active, .pagination span {
  border: 1px solid #050505;
  background-color: #050505;
}

.pagination a.pagination-arrow, .pagination a {
  background-color: #181818;
  box-shadow: 0 0 20px #000000;
  transition: 0.3s ease;
}

.pagination a.pagination-arrow:hover, .pagination a:hover {
  box-shadow: none;
}

.pagination a.pagination-arrow svg {
  width: 11px;
  height: 17px;
}

.pagination a.pagination-arrow svg .cls-1 {
  fill: #07080C;
}

.pagination a.pagination-arrow.arrow-prev svg {
  transform: rotate(-180deg);
}

.pagination a, .pagination span {
  margin-right: 9px;
}
.pagination .disabled {
  display: none;
}











.paragraph-text {
  font-family: 'Open Sans Regular';
  font-size: 24px;
  line-height: 42px;
  color: #ffffff; }
  .paragraph-text-m {
    font-size: 21px;
    line-height: 32px;
    max-width: 1154px; }
  .paragraph-text:not(:last-child) {
    margin-bottom: 32px; }
  .paragraph-text:last-child {
    margin-bottom: 50px; }

.info-section .section-title {
  margin-bottom: 53px; }

.form-title-m {
  margin-bottom: 41px; }

.form-section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row wrap;
  width: 100%; }
  .form-section-item {
    width: 100%;
    max-width: 49%;
    margin-bottom: 43px; }
    .form-section-item .form-item {
      margin-bottom: 0;
      width: 100%;
      max-width: 100%; }
    .form-section-item.form-section-item-price {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .form-section-item.form-section-item-price > div {
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (min-width: 531px) {
          .form-section-item.form-section-item-price > div {
            padding: 0 0 0 3px; } }
      .form-section-item.form-section-item-price p {
        font-family: 'Open Sans Regular';
        font-size: 21px;
        line-height: 21px;
        color: #acacac; }
      .form-section-item.form-section-item-price input {
        max-width: 116px; }
    .form-section-item.form-section-item-comment {
      max-width: 100%;
      margin-bottom: 52px; }
      .form-section-item.form-section-item-comment .textarea-field {
        height: 140px;
        margin-bottom: 0;
        font-size: 21px;
        line-height: 34px; }

.error-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 224px);
  padding: 15px 20px 15px;
  background-image: url(../images/404-bg.png);
  background-repeat: no-repeat;
  background-position: top 248px left 64px; }
  .error-page-cnt {
    width: 100%;
    max-width: 460px;
    margin-left: 221px; }
    .error-page-cnt p {
      margin-bottom: 36px;
      font-family: 'Open Sans Light';
      font-size: 24px;
      line-height: 32px;
      color: #ffffff; }
    .error-page-cnt .btn {
      max-width: 203px;
      height: 54px;
      font-size: 16px;
      padding: 0 10px; }

.tabs-block {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .tabs-block.menu-tabs {
    margin-bottom: 40px; }
    .tabs-block.menu-tabs .tabs-btn:not(:last-child) {
      margin-right: 20px; }

.tabs-content-item {
  display: none; }
  .tabs-content-item.active {
    display: block; }

.menu-list {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  flex-flow: row wrap;
  margin-bottom: 60px; }
  @media (max-width: 1515px) {
    .menu-list {
      justify-content: space-around; }
  }

.menu-item {
  width: 15%;
  height: 175px;
  padding: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 25px; }
  .menu-item img {
    width: 100%; }
  .menu-item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 59px;
    padding: 5px 10px;
    font-family: 'Open Sans Regular';
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.72);
    transition: 0.3s ease; }
    .menu-item-title span {
      height: 18px;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .menu-item:hover .menu-item-title {
    color: #b71c1c; }

  @media (min-width: 1600px) {
    .menu-item {
      width: 15%;
      height: 222px;
    }
  }

.menu-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }
  .menu-info-column {
    width: 100%;
    max-width: 590px;
    padding-right: 10px; }
    .menu-info-column-title {
      margin-bottom: 41px;
      font-family: 'Open Sans Bold';
      font-size: 52px;
      line-height: 52px;
      color: #ffffff; }
  .menu-info-link {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .menu-info-link:not(:last-child) {
      margin-bottom: 20px; }
    .menu-info-link-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 37px;
      min-width: 37px;
      height: 37px;
      margin-right: 14px; }
      .menu-info-link-icon svg .cls-1 {
        fill: #ffffff;
        transition: 0.3s ease; }
    .menu-info-link-name {
      font-family: 'Open Sans Regular';
      font-size: 21px;
      line-height: 21px;
      color: #ffffff;
      transition: 0.3s ease; }
    .menu-info-link:hover .menu-info-link-icon svg .cls-1 {
      fill: #b71c1c; }
    .menu-info-link:hover .menu-info-link-name {
      color: #b71c1c; }

.eat-benefits {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 57px; }
  .eat-benefits-item {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start; }
  .eat-benefits-img {
    margin-right: 24px; }
    .eat-benefits-img svg path {
      fill: #263e88; }
  .eat-benefits-cnt-title {
    font-family: 'Open Sans Regular';
    font-size: 24px;
    line-height: 30px;
    color: #ffffff; }
  .eat-benefits-cnt p {
    font-family: 'Open Sans Regular';
    font-size: 16px;
    line-height: 19px;
    color: #ffffff; }

.eat-info-marks {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 51px; }
  .eat-info-marks-item {
    width: 100%;
    max-width: 156px; }
  .eat-info-marks p {
    width: 100%;
    margin-top: 15px;
    font-family: 'Open Sans Regular';
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #ffffff; }
  .eat-info-marks-block {
    margin-left: 120px; }
    .eat-info-marks-block > div {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start; }
    .eat-info-marks-block .eat-info-marks-item:not(:last-child) {
      margin-right: 17px; }

.eat-mark {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 15px;
  width: 100%;
  max-width: 156px;
  min-width: 156px;
  height: 41px;
  font-family: 'Open Sans Regular';
  font-size: 15px;
  line-height: 15px;
  background: transparent;
  color: #ffffff;
  font-style: italic;
  border: 1px solid #ffffff;
  border-radius: 21px 0 0 21px; }
  .eat-mark.orange-mark {
    border: 1px solid #fbaf5c;
    color: #fbaf5c; }
  .eat-mark.lightgreen-mark {
    border: 1px solid #acd373;
    color: #acd373; }
  .eat-mark.halfgreen-mark {
    border: 1px solid #588526;
    color: #588526; }
  .eat-mark.darkgreen-mark {
    border: 1px solid #007236;
    color: #007236; }

.small-text {
  margin-bottom: 55px;
  font-family: 'Open Sans Regular';
  font-size: 15px;
  line-height: 18px;
  color: #707070; }

.section-sell-cnt-row {
  margin-bottom: 15px; }

.section-sell-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 530px) {
    .section-sell-buttons {
      flex-direction: column; } }
  .section-sell-buttons a:first-child {
    margin-right: 10px; }
    @media (max-width: 530px) {
      .section-sell-buttons a:first-child {
        margin: 0 0 30px;
        order: 2; } }

.comparison-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 112px;
  font-family: 'Open Sans Regular';
  font-size: 13px;
  line-height: 15px;
  color: #ffffff; }
  @media (max-width: 1430px) {
    .comparison-btn {
      justify-content: center; } }
  @media (max-width: 530px) {
    .comparison-btn {
      margin: 0 0 15px;
      order: 1; } }
  .comparison-btn svg {
    min-width: 22px;
    margin-right: 10px; }
    @media (max-width: 1430px) {
      .comparison-btn svg {
        display: none; } }
    @media (max-width: 1380px) {
      .comparison-btn svg {
        display: block; } }
    @media (max-width: 580px) {
      .comparison-btn svg {
        display: none; } }
    @media (max-width: 530px) {
      .comparison-btn svg {
        display: block; } }
    .comparison-btn svg path {
      transition: 0.3s ease; }
  .comparison-btn:hover {
    color: #b71c1c; }
    .comparison-btn:hover svg path {
      fill: #b71c1c; }
  @media (max-width: 1430px) {
    .comparison-btn span {
      text-align: center; } }
  @media (max-width: 1380px) {
    .comparison-btn span {
      text-align: left; } }
  @media (max-width: 580px) {
    .comparison-btn span {
      text-align: center; } }
  @media (max-width: 530px) {
    .comparison-btn span {
      text-align: left; } }

.red-text {
  color: #b71c1c; }

.throw-text {
  font-family: 'Open Sans Light';
  font-size: 14px !important;
  line-height: 14px !important;
  text-decoration: line-through; }

.apartament {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }
  .apartament-cnt {
    width: 100%;
    max-width: 860px;
    padding-right: 15px; }
  .apartament-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 43px; }
    .apartament-links a {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      font-family: 'Open Sans Light';
      white-space: nowrap;
      font-size: 16px;
      line-height: 16px;
      text-decoration: underline;
      color: #ffffff;
      transition: 0.3s ease; }
      .apartament-links a:hover {
        text-decoration: none; }
      .apartament-links a:not(:last-child) {
        margin-right: 37px; }
      .apartament-links a img {
        max-width: 22px;
        margin-right: 12px; }
  .apartament-info {
    padding-bottom: 42px;
    font-family: 'Open Sans Regular';
    font-size: 33px;
    line-height: 33px;
    color: #ffffff; }
    .apartament-info .apartament-last-price {
      color: #b71c1c;
      text-decoration: line-through; }
    .apartament-info .apartament-weight {
      display: inline-block;
      margin-left: 12px;
      font-family: 'Open Sans Light';
      font-size: 15px;
      line-height: 15px; }
  .apartament-call {
    margin-bottom: 36px; }
    .apartament-call a {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      max-width: 280px; }
      .apartament-call a svg {
        transform: translatey(-10px);
        margin-right: 10px; }
        .apartament-call a svg .cls-1 {
          transition: 0.3s ease; }
      .apartament-call a:hover span {
        color: #b71c1c; }
      .apartament-call a:hover svg .cls-1 {
        fill: #b71c1c; }
    .apartament-call-cnt {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start; }
      .apartament-call-cnt span {
        transition: 0.3s ease; }
    .apartament-call-tel {
      font-family: 'Open Sans Regular';
      font-size: 24px;
      line-height: 30px;
      color: #ffffff; }
    .apartament-call-operator {
      padding-left: 13px;
      font-family: 'Open Sans Regular';
      font-size: 16px;
      line-height: 16px;
      color: #ffffff; }
  .apartament-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 56px; }
    .apartament-buttons .apartament-book-trigger {
      margin: 0 15px 0 -15px; }
    .apartament-buttons .btn-red {
      margin-right: 15px; }
    .apartament-buttons .btn {
      width: 100%;
      max-width: 246px;
      height: 57px;
      padding: 5px; }
  .apartament-gallery {
    width: 100%;
    max-width: 595px; }
    .apartament-gallery-block {
      transform: translateX(20px); }
    .apartament-gallery-item {
      position: relative;
      display: block;
      width: 100%;
      max-width: 595px; }
      .apartament-gallery-item img {
        width: 100%; }
    .apartament-gallery .owl-nav {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding: 0 20px; }
      .apartament-gallery .owl-nav button {
        width: 24px;
        height: 39px;
        opacity: 0.5;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        transition: 0.3s ease; }
        .apartament-gallery .owl-nav button.owl-prev {
          background-image: url("../images/arrow-prev.svg"); }
        .apartament-gallery .owl-nav button.owl-next {
          background-image: url("../images/arrow-next.svg"); }
        .apartament-gallery .owl-nav button span {
          display: none; }
        .apartament-gallery .owl-nav button:hover {
          opacity: 1; }
    .apartament-gallery-dots {
      width: 100%;
      max-width: 530px;
      margin-top: 35px; }
      .apartament-gallery-dots button {
        width: 100%;
        max-width: 114px; }
        .apartament-gallery-dots button img {
          width: 100%; }
        .apartament-gallery-dots button span {
          display: none; }
  .apartament-text {
    padding-bottom: 28px;
    font-family: 'Open Sans Light';
    font-size: 19px;
    line-height: 28px;
    color: #ffffff; }

.cabinet-section .section-title .exit-btn {
  margin-left: 17px; }
  .cabinet-section .section-title .exit-btn svg {
    width: 23px;
    height: 23px; }
    .cabinet-section .section-title .exit-btn svg .st0 {
      transition: 0.3s ease; }
  .cabinet-section .section-title .exit-btn:hover svg .st0 {
    fill: #b71c1c; }

.cabinet-tabs {
  width: 100%;
  margin-bottom: 30px;
  padding: 2px;
  background-color: #0E0E0E; }
  @media (max-width: 767px) {
    .cabinet-tabs {
      padding: 0px;
      background-color: transparent; } }

.cabinet-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 355px;
  height: 87px;
  font-family: 'Open Sans Light';
  font-size: 21px;
  line-height: 21px;
  color: #ffffff;
  background-color: #000000;
  transition: 0.3s ease; }
  .cabinet-tab:hover, .cabinet-tab.active {
    background-color: transparent; }
  .cabinet-tab:not(:last-child) {
    margin-right: 1px; }
  @media (max-width: 992px) {
    .cabinet-tab {
      font-size: 16px;
      line-height: 16px; } }
  @media (max-width: 767px) {
    .cabinet-tab {
      background-color: #0E0E0E; }
      .cabinet-tab:not(:last-child) {
        margin: 0 0 2px !important; }
      .cabinet-tab:hover {
        background-color: transparent; }
      .cabinet-tab.active {
        background-color: #000000; } }

.cabinet-favorite {
  max-width: 1170px; }

.cabinet-change-settings {
  padding-top: 20px; }
  .cabinet-change-settings .form-section-item:not(.change-pass) {
    max-width: 1120px; }
  .cabinet-change-settings .change-pass {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap;
    max-width: 1290px; }
    .cabinet-change-settings .change-pass .btn {
      max-width: 200px;
      height: 49px;
      font-size: 16px;
      line-height: 16px; }
    .cabinet-change-settings .change-pass .form-row {
      width: 100%;
      max-width: 32%; }
    .cabinet-change-settings .change-pass .change-pass-btn {
      margin-left: 22px; }
    .cabinet-change-settings .change-pass .hidden-form-items {
      display: none; }
    .cabinet-change-settings .change-pass.active {
      justify-content: space-between; }
      .cabinet-change-settings .change-pass.active .change-pass-btn {
        display: none; }
      .cabinet-change-settings .change-pass.active .hidden-form-items {
        display: block; }
        .cabinet-change-settings .change-pass.active .hidden-form-items.save-pass-btn {
          display: flex;
          margin-top: 43px; }

.form-row {
  display: block;
  position: relative; }
  .form-row > span {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Open Sans Regular';
    font-size: 21px;
    line-height: 21px;
    color: #acacac;
    white-space: nowrap; }
    .form-row > span .form-row-bold {
      font-family: 'Open Sans Regular';
      color: #ffffff; }
  .form-row.active > span {
    display: none; }

.info-section .form-row > span {
  font-size: 16px;
  line-height: 16px; }
  @media (max-width: 1250px) {
    .info-section .form-row > span {
      font-size: 14px;
      line-height: 14px; } }
  @media (max-width: 1200px) {
    .info-section .form-row > span {
      font-size: 16px;
      line-height: 16px; } }
  @media (max-width: 930px) {
    .info-section .form-row > span {
      font-size: 16px;
      line-height: 16px;
      white-space: pre-wrap; } }

.table-row {
  width: 100%;
  max-width: 1428px; }
  .table-row:not(.table-row-2) td {
    padding: 0; }
  .table-row tr {
    padding: 18px 20px; }
    .table-row tr.table-row-first {
      border-bottom: 1px solid #000000; }
    .table-row tr th {
      padding: 20px 5px 16px;
      font-family: 'Open Sans Light';
      font-size: 21px;
      line-height: 26px;
      color: #ffffff;
      vertical-align: middle;
      text-align: center; }
    .table-row tr td {
      padding: 20px 5px 12px;
      font-family: 'Open Sans Light';
      font-size: 20px;
      line-height: 21px;
      color: #ffffff;
      vertical-align: middle;
      text-align: center; }
    .table-row tr .table-date {
      font-family: 'Open Sans Light';
      font-size: 18px;
      line-height: 22px;
      color: #ffffff; }
    .table-row tr .table-column-1 {
      width: 70px; }
    .table-row tr .table-column-2 {
      width: 115px;
      text-align: left; }
    .table-row tr .table-column-3 {
      text-align: left; }
    .table-row tr .table-column-4 {
      width: 130px; }
    .table-row tr .table-column-5 {
      width: 100px; }
    .table-row tr .table-column-6 {
      width: 130px; }
    .table-row tr .table-column-7 {
      width: 30px; }
    .table-row tr .delete-card-item img {
      cursor: pointer;
      width: 100%;
      max-width: 21px; }
  .table-row .table-trigger {
    cursor: pointer; }
    .table-row .table-trigger img {
      max-width: 21px;
      margin: 0 auto; }
    .table-row .table-trigger .table-trigger-open {
      display: block; }
    .table-row .table-trigger .table-trigger-close {
      display: none; }
    .table-row .table-trigger.open .table-trigger-open {
      display: none; }
    .table-row .table-trigger.open .table-trigger-close {
      display: block; }
  .table-row .table-row td {
    padding: 20px 5px 16px; }
  .table-row .table-row .hidden-rows {
    display: none; }
  .table-row .table-row.open {
    background-color: #0f0f0f; }
    .table-row .table-row.open .hidden-rows {
      display: table-row; }
      .table-row .table-row.open .hidden-rows td {
        padding: 0px 5px 7px; }
  .table-row .table-row .table-column-3 {
    font-family: 'Open Sans Regular'; }
  .table-row.card-table tr.bg-darkgray {
    background-color: #0f0f0f; }
  .table-row.card-table td {
    padding: 18px 5px 18px; }
  .table-row.card-table .card-total {
    border-top: 1px solid #000000; }
    .table-row.card-table .card-total .table-column-6 {
      font-family: 'Open Sans Bold'; }
  .table-row.card-table .card-quantity {
    display: flex;
    align-items: center;
    justify-content: center; }
    .table-row.card-table .card-quantity-icons {
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 21px;
      max-width: 21px;
      min-height: 21px; }
      .table-row.card-table .card-quantity-icons img {
        width: 100%;
        min-height: 2px; }
      .table-row.card-table .card-quantity-icons.minus-item {
        margin-right: 2px; }
      .table-row.card-table .card-quantity-icons.plus-item {
        margin-left: 2px; }
    .table-row.card-table .card-quantity label {
      min-width: 83px; }
      .table-row.card-table .card-quantity label input {
        background: none !important;
        outline: 0 !important;
        border: 0 !important; }
      .table-row.card-table .card-quantity label span, .table-row.card-table .card-quantity label input {
        font-family: 'Open Sans Light';
        font-size: 20px;
        line-height: 20px;
        color: #ffffff;
        white-space: nowrap;
        text-align: center; }

.card-submit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 1428px; }
  .card-submit .btn {
    max-width: 200px;
    height: 49px;
    margin-top: 28px;
    font-size: 16px;
    line-height: 16px; }

.compare-list-head {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 482px;
  margin-bottom: 22px; }
  .compare-list-head-item {
    font-family: 'Open Sans Bold';
    font-size: 32px;
    line-height: 32px;
    color: #ffffff; }

.compare-list-item {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .compare-list-item:not(:last-child) {
    margin-bottom: 35px; }
  .compare-list-item .section-sell-item {
    margin-bottom: 0; }
  .compare-list-item-column {
    font-family: 'Open Sans Light';
    color: #ffffff; }
    .compare-list-item-column.compare-list-column-2 {
      font-family: 'Open Sans Bold';
      font-size: 21px;
      line-height: 21px; }
    .compare-list-item-column.compare-list-column-3 {
      font-size: 21px;
      line-height: 21px; }
    .compare-list-item-column.compare-list-column-4 {
      font-size: 18px;
      line-height: 21px; }

.compare-list .compare-list-column-1 {
  width: 100%;
  min-width: 485px;
  max-width: 485px; }

.compare-list .compare-list-column-2 {
  width: 100%;
  min-width: 170px;
  max-width: 170px; }

.compare-list .compare-list-column-3 {
  width: 100%;
  min-width: 185px;
  max-width: 185px; }

.compare-list .compare-list-column-4 {
  width: 100%;
  min-width: 330px;
  max-width: 330px; }

@media (min-width: 993px) {
  footer .text-info br {
    display: none; } }

/*@media (max-width: 1820px) {*/
/*  .info-list {*/
/*    align-items: center;*/
/*    justify-content: flex-start;*/
/*    flex-direction: column;*/
/*    padding: 90px 20px;*/
/*    width: calc(100% - 680px );*/
/*  }*/
/*  .info-list-item {*/
/*    width: 100%;*/
/*    max-width: 628px; }*/
/*  .info-card-cnt {*/
/*    width: 100%; }*/
/*  .info-list-item:not(:last-child) {*/
/*    margin-bottom: 45px; }*/
/*  .info-list-item-subtitle,*/
/*  .info-list-item-title {*/
/*    text-align: center; }*/
/*  .apartament-buttons .btn {*/
/*    max-width: 200px; } }*/


.info-list {
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 90px 20px;
  width: calc(100% - 680px );
}

@media (max-width: 1200px) {
  .info-list {
    width: 445px;
  }
}
.info-list-item {
  width: 100%;
  max-width: 628px; }
.info-card-cnt {
  width: 100%; }
.info-list-item:not(:last-child) {
  margin-bottom: 45px; }
.info-list-item-subtitle,
.info-list-item-title {
  text-align: center; }
.apartament-buttons .btn {
  max-width: 200px; }


@media (max-width: 1735px) {
  .form-section-item .form-item,
  .form-section-item.form-section-item-price p {
    font-size: 16px;
    line-height: 16px; }
  .form-section-item.form-section-item-price p {
    white-space: nowrap; }
  .paragraph-text br {
    display: none; } }

@media (max-width: 1680px) {
  .about {
    padding: 75px 0 119px; }
  .hotels-section br,
  .section-sell br {
    display: none; }
  .hotel-cnt,
  .section-sell-item-cnt {
    padding: 25px; }
  .eat-benefits-item {
    align-items: center;
    max-width: 350px; }
  .apartament-gallery,
  .apartament-gallery-item,
  .apartament-gallery-dots {
    max-width: 438px; }
  .cabinet-change-settings .change-pass .form-row {
    max-width: 100% !important; }
  .cabinet-change-settings .change-pass .form-row {
    margin-bottom: 43px; }
  .cabinet-change-settings .change-pass .change-pass-btn {
    margin-left: 0; } }

@media (max-width: 1560px) {
  .compare-list .compare-list-column-2 {
    min-width: 120px;
    max-width: 120px; }
  .compare-list .compare-list-column-3 {
    min-width: 100px;
    max-width: 100px; }
  .compare-list .compare-list-column-4 {
    min-width: 220px;
    max-width: 220px; } }

@media (max-width: 1550px) {
  .apartament {
    flex-direction: column;
    align-items: flex-start; }
    .apartament-cnt {
      max-width: 100%;
      padding-bottom: 40px; }
    .apartament-gallery-block {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      transform: translateX(0); }
    .apartament .apartament-gallery, .apartament .apartament-gallery-item, .apartament .apartament-gallery-dots {
      max-width: 595px; }
  .cards {
    align-items: stretch; }
  .card-item {
    min-height: 388px;
    height: auto; } }

@media (max-width: 1500px) {
  .catalog-cnt-image {
    display: none; }
  .catalog-banner {
    padding: 53px 394px 80px; }
  .catalog-banner .lang-trigger:not(:last-child) {
    margin-right: 10px; }
  .info-list-item {
    max-width: 500px; }
  .eat-benefits {
    flex-flow: row wrap;
    margin-bottom: 27px; }
  .eat-benefits-item {
    max-width: 50%;
    width: 100%;
    margin-bottom: 30px; } }

@media (max-width: 1380px) {
  .hotels-list,
  .section-sell-items {
    flex-direction: column; }
  .hotel,
  .section-sell-item {
    max-width: 770px; }
    .hotel-cnt,
    .section-sell-item-cnt {
      max-width: 100%; }
  .pagination {
    justify-content: flex-start; } }

@media (max-width: 1340px) {
  .form-item {
    max-width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .about br {
    display: none; }
  .form-fields .text-small {
    width: 100%;
    text-align: left; }
  .text-logo {
    top: -24px;
    right: 0; } }

@media (max-width: 1300px) {
  .compare-list-head-item {
    font-size: 24px;
    line-height: 24px; }
  .compare-list-item-column.compare-list-column-2,
  .compare-list-item-column.compare-list-column-3 {
    font-size: 16px;
    line-height: 16px; }
  .compare-list .compare-list-column-2 {
    min-width: 90px;
    max-width: 90px; }
  .compare-list .compare-list-column-3 {
    min-width: 70px;
    max-width: 70px; }
  .compare-list .compare-list-column-4 {
    min-width: 160px;
    max-width: 160px; }
  .compare-list-item-column.compare-list-column-4 {
    font-size: 14px;
    line-height: 17px; } }

@media (max-width: 1280px) {
  .banner-item {
    padding: 180px 0 180px 0px; }
  .offer-block .wrapper,
  footer .wrapper {
    flex-direction: column; }
  .offer-block h2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 14px;
    padding-right: 0; }
  footer .text-info {
    margin-bottom: 40px; }
  .error-page {
    height: calc(100vh - 288px); }
  .cabinet-tab {
    font-size: 19px;
    line-height: 19px; } }

@media (max-width: 1200px) {
  header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5; }
    header.fixed:not(.open) .header-top {
      margin-bottom: 0; }
  header.open:not(.fixed) {
    position: relative; }
  header.open {
    box-shadow: none; }
  .section-title-m,
  .small-text {
    text-align: center; }
  .eat-info-marks {
    justify-content: center; }
  .error-page {
    height: calc(100vh - 348px); }
  .header-top .triggers-case {
    display: flex;
    justify-content: flex-start;
    padding-left: 30px; }
  .header-top .triggers-case .cart {
    display: block;
    margin: 0 0 0 10px; }
  .cards {
    flex-flow: row wrap;
    justify-content: space-around; }
  .card-item {
    max-width: 380px;
    margin-bottom: 30px; }
  .card-item:not(:last-child) {
    margin-right: 0; }
  .left-sidebar {
    max-width: 235px; }
  .left-sidebar .btn {
    max-width: 178px;
    font-size: 16px;
    height: 43px;
    margin-bottom: 60px; }
  .catalog-banner {
    padding: 52px 30px 110px 265px; }
  .catalog-country {
    padding-bottom: 60px; }
  .catalog-cnt-image {
    max-width: 300px;
    margin-right: 30px; }
  .catalog-cnt-text {
    padding-top: 0; }
  .catalog-cnt-text br {
    display: none; }
  .news-list-pc {
    display: none; }
  .news-list-tablet {
    display: flex; }
  .news-list {
    position: static;
    max-width: 100%;
    padding-top: 9px;
    flex-flow: row wrap;
    justify-content: center;
    background: none; }
  .news-head {
    font-size: 29px;
    line-height: 29px;
    margin-bottom: 45px;
    background: none; }
  .news-item {
    max-width: 324px; }
  .news-item:not(:last-child) {
    margin-right: 20px; }
  .main-section {
    padding-bottom: 50px; }
  .info-list {
    padding: 55px 20px 0;
    flex-flow: row wrap;
    text-align: center;
    justify-content: center; }
  .info-list-item {
    width: 100%;
    max-width: 600px;
    margin-bottom: 55px; }
  .info-card-cnt {
    width: 100%; }
  .news-title {
    font-family: 'Open Sans Light';
    font-size: 14px; }
  .banner-item {
    height: 550px; }
  .section-cnt-noright {
    padding: 40px 20px; }
  .section-title {
    text-align: center; }
  .breadcrumps {
    justify-content: center;
    padding-bottom: 50px; }
  .hotels-list,
  .section-sell-items {
    align-items: center; }
  .pagination {
    justify-content: center; }
  .tabs-block {
    justify-content: center; }
  .form-section-item.form-section-item-comment .textarea-field {
    font-size: 16px;
    line-height: 20px; }
  .main-section-cnt {
    width: 100%; }
  .catalog-cnt-image {
    display: block; }
  header {
    padding: 35px 0 22px; }
  header .wrapper {
    flex-direction: column; }
  header .logo {
    margin-bottom: 24px; }
  .triggers-case {
    width: 100%;
    justify-content: center; }
  .lang-trigger {
    margin-right: 0; }
  .title {
    font-size: 32px;
    line-height: 44px; }
  .banner-item {
    height: 398px;
    padding: 0 0 0 16px; }
  .subtitle {
    padding-left: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 17px; }
  .banner-item p {
    padding-left: 0;
    font-family: 'Open Sans Light';
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 7px; }
  .btn {
    max-width: 163px;
    height: 40px;
    font-size: 13px; }
  .banner-item .btn {
    margin-left: 0; }
  .banner-item-2 p {
    padding-bottom: 18px;
    padding-right: 8px; }
  .banner-item-3 p {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 9px; }
  .banner-item-3 .title {
    font-size: 41px;
    line-height: 41px;
    margin-bottom: 14px; }
  .banner-carousel .owl-dots {
    display: none; }
  h2 {
    font-size: 29px;
    text-align: center;
    margin-bottom: 17px; }
  h2 span {
    padding-left: 0;
    font-size: 15px;
    font-family: 'Open Sans Light'; }
  .offer-block {
    padding: 56px 0 50px; }
  footer .text-info {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    font-family: 'Open Sans Light'; }
  footer {
    padding: 36px 0; }
  .card-forms {
    padding: 0 0 27px; }
  .varified {
    font-size: 14px;
    line-height: 14px;
    text-align: right; }
  .wrapper-m {
    padding: 0 20px; }
  .card-forms .title {
    margin-bottom: 13px;
    font-size: 29px;
    line-height: 35px;
    text-align: left; }
  .card-forms .subtitle {
    font-size: 14px !important;
    line-height: 18px !important;
    margin-bottom: 20px !important; }
  .card-forms .wrapper > .text-small {
    padding-left: 0;
    padding-bottom: 42px;
    font-size: 12px;
    line-height: 18px; }
  .form-container {
    padding-left: 0; }
  .form-title,
  .card-forms .title {
    font-size: 29px;
    line-height: 34px;
    margin-bottom: 8px; }
  .form-title-m {
    margin-bottom: 20px; }
  .form-subtitle {
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 19px; }
  .form-item {
    margin-bottom: 22px;
    padding-bottom: 7px;
    font-size: 14px;
    line-height: 16px; }
  .form-fields .text-small {
    padding-bottom: 27px;
    font-size: 11px;
    line-height: 17px; }
  .form-fields {
    padding-bottom: 39px; }
  .text-medium {
    font-family: 'Open Sans Light';
    font-size: 14px; }
  .popup {
    max-width: calc(100% - 30px);
    padding: 50px 20px; }
  #thanksPopup .popup {
    padding: 80px 0; }
  .popup-title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 24px; }
  .popup-subtitle {
    font-size: 14px;
    line-height: 14px; }
  .about .subtitle {
    padding-left: 0;
    font-size: 14px;
    line-height: 18px; }
  .about {
    padding-top: 0px;
    padding-bottom: 65px; }
  .about .title {
    font-size: 29px;
    line-height: 43px;
    text-align: center; }
  .about .subtitle {
    padding-bottom: 35px;
    padding-left: 0;
    font-family: 'Open Sans Light';
    font-size: 14px;
    text-align: center; }
  .cards {
    padding-bottom: 25px; }
  .card-item {
    height: auto;
    min-height: 239px;
    margin-bottom: 20px;
    padding: 20px 16px; }
  .card-name, .card-price {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
    padding-bottom: 15px; }
  .card-price {
    margin-bottom: 20px; }
  .card-desc {
    font-size: 14px;
    line-height: 18px; }
  .about .medium-text {
    padding-left: 0;
    font-size: 14px;
    line-height: 17px; }
  .medium-text:not(:last-child) {
    margin-bottom: 25px; }
  .catalog-banner {
    height: 410px;
    padding: 25px 20px 20px 20px; }
  .catalog-banner .catalog-country {
    display: none; }
  .catalog-cnt-text span {
    font-size: 14px;
    line-height: 18px; }
  .catalog-cnt-text div {
    margin-bottom: 20px; }
  .cart {
    display: none; }
  .triggers-case {
    justify-content: space-between; }
  .header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
  .header-top .logo {
    margin-bottom: 0px; }
  .menu-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 38px;
    min-width: 38px;
    height: 28px; }
  .menu-trigger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    border-radius: 2px; }
  .menu-trigger.open span {
    position: relative;
    width: 100%; }
  .menu-trigger.open {
    justify-content: center;
    width: 24px;
    opacity: 0.25;
    height: 18px; }
  .menu-trigger.open span:nth-child(1) {
    transform: rotate(-40deg);
    margin-bottom: -2px; }
  .menu-trigger.open span:nth-child(2) {
    display: none; }
  .menu-trigger.open span:nth-child(3) {
    transform: rotate(40deg); }
  .catalog-country {
    display: none; }
  .left-sidebar {
    position: fixed;
    top: 0;
    height: 100vh;
    overflow-y: scroll;
    max-width: 100%;
    padding: 35px 30px 80px;
    display: none;
    align-items: flex-start;
    background: #111111;
    z-index: 7; }
  .left-sidebar.open {
    display: block; }
  .left-sidebar .catalog-country {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    height: 44px !important;
    margin: 0 auto 30px !important;
    padding-bottom: 0; }
  .left-sidebar-menu > li:not(:last-child) .left-sidebar-link::before {
    display: none; }
  .left-sidebar-menu li .left-sidebar-link {
    margin-bottom: 15px;
    padding: 0; }
  .left-sidebar-menu > li:not(.left-sidebar-menu-btn) {
    margin-bottom: 46px; }
  .left-sidebar-menu li:hover .left-sidebar-link,
  .left-sidebar-menu li.active .left-sidebar-link {
    background: transparent;
    color: rgba(255, 255, 255, 0.5); }
  .left-sidebar-menu li > span > svg {
    transform: rotate(-90deg); }
  .left-sidebar-menu li.open > span > svg {
    transform: rotate(0deg); }
  .sidebar-menu-hidden {
    position: static;
    background: transparent;
    padding: 5px 0 15px 25px;
    font-size: 16px;
    line-height: 22px; }
  .sidebar-menu-hidden li:not(:last-child) {
    margin-bottom: 10px; }
  .sidebar-menu-hidden > li {
    position: static;
    background: transparent;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    flex-direction: column; }
  .left-sidebar-menu > li > ul.open {
    display: block; }
  .left-sidebar-link,
  .sidebar-menu-hidden li .sidebar-menu-hidden-link {
    justify-content: center;
    width: 100%; }
  .left-sidebar-link span {
    font-size: 16px;
    line-height: 16px; }
  .left-sidebar-link span {
    width: 300px; }
  .sidebar-menu-hidden li .sidebar-menu-hidden-link span {
    width: 250px; }
  .menu-hidden-second {
    position: static;
    background: transparent;
    padding: 5px 0 7px 25px;
    font-size: 16px;
    line-height: 22px;
    box-shadow: none;
    width: 100%;
    max-width: 250px;
    align-items: flex-start;
    text-align: left; }
  .menu-hidden-second-category {
    padding: 10px 0 5px !important;
    font-size: 14px;
    line-height: 14px;
    text-align: left; }
  .menu-hidden-second li:not(.menu-hidden-second-category) {
    padding: 0 !important;
    width: 100%;
    text-align: left;
    font-size: 13px;
    line-height: 16px; }
  .menu-hidden-second li a {
    font-size: 12px;
    line-height: 12px; }
  .sidebar-menu-hidden li:not(:last-child) {
    margin-bottom: 5px; }
  .country-img {
    width: 42px;
    height: 42px;
    min-width: 42px;
    margin-right: 26px; }
  .lang-trigger a, .lang-active {
    font-size: 14px;
    line-height: 14px; }
  .left-sidebar .btn {
    max-width: 167px;
    min-height: 40px;
    margin: 0 auto 46px;
    font-size: 13px;
    line-height: 13px; }
  .left-sidebar-link {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 22px; }
  .left-sidebar .btn, .left-sidebar-link {
    position: relative;
    z-index: 2; }
  .show-more {
    display: inline; }
  .catalog-cnt-text-hidden {
    display: none; }
  .show-more-wrap.open .catalog-cnt-text-hidden {
    display: inline; }
  .show-more-wrap.open .show-more {
    display: none; }
  .news-item:not(:last-child) {
    margin-right: 0px; }
  .apartament-links,
  .apartament-call a,
  .apartament-buttons {
    justify-content: center;
    max-width: 100%; }
  .apartament-info,
  .apartament-text {
    text-align: center; }
  header.profile .triggers-case {
    display: none; }
  header.profile .header-top .triggers-case {
    display: flex; }
  .compare-section .breadcrumps {
    padding-bottom: 20px; }
  .compare-list-item {
    justify-content: center;
    width: 100%;
    max-width: 780px;
    margin: 0 auto; }
  .compare-list .compare-list-column-1 {
    min-width: 460px;
    max-width: 460px; }
  .compare-list-head {
    width: 100%;
    max-width: 780px;
    padding-left: 460px;
    margin: 0 auto 15px; } }

@media (max-width: 992px) {
  .eat-info-marks-block {
    margin-left: 18px; }
  .section-texts .btn {
    margin: 0 auto; }
  .error-page {
    height: calc(100vh - 411px);
    background-position: center;
    background-size: contain; }
  .error-page-cnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    text-align: center; }
  .title {
    font-size: 70px;
    line-height: 100px; }
  .card-forms {
    padding-left: 0; }
  .banner-item p br, .text-logo, .catalog-cnt-image {
    display: none; }
  .form-section-item {
    max-width: 100%; }
  .paragraph-text {
    font-size: 16px;
    line-height: 24px;
    text-align: center; }
  .form-title {
    text-align: center; }
  .card-forms .form-title {
    text-align: left; }
  .form-section .btn {
    margin: 0 auto; }
  .section-title {
    font-size: 28px;
    line-height: 42px; }
  .section-title-m {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 34px; }
  .section-sell-cnt-row {
    margin-bottom: 0; }
  .form-row > span {
    font-size: 16px;
    line-height: 16px; }
  .hotel-img, .section-sell-item-img {
    max-width: 180px; }
  .hotel.section-sell-item-compare, .section-sell-item.section-sell-item-compare {
    max-width: 395px; }
  .hotel .section-sell-item-cnt, .section-sell-item.section-sell-item-compare .section-sell-item-cnt {
    padding: 30px 30px 30px; }
  .compare-list .compare-list-column-1 {
    min-width: 410px;
    max-width: 410px; }
  .compare-list-head {
    padding-left: 410px; }
  .breadcrumps {
    display: none; }
  .compare-list-item,
  .compare-list-head {
    max-width: 730px; } }

@media (max-width: 767px) {
  header.fixed:not(.open) {
    padding: 0;
    box-shadow: none;
    background: transparent; }
  header.fixed:not(.open) .menu-trigger {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7;
    padding: 20px;
    width: 79px;
    height: 68px;
    background-color: #000000; }
  header.fixed:not(.open) .triggers-case,
  header.fixed:not(.open) .header-top .logo {
    display: none; }
  .title {
    font-size: 44px;
    line-height: 55px; }
  .form-section-item-comment .form-item {
    height: 80px; }
  .error-page {
    height: auto;
    padding: 200px 20px; }
  header.profile .triggers-case {
    display: flex; }
  .catalog-cnt-image,
  .header-top .triggers-case {
    display: none; }
  .info-card {
    flex-direction: column;
    align-items: center;
    box-shadow: none;
    border-radius: 0;
    overflow: hidden; }
  .info-list-item-title {
    margin-bottom: 12px;
    font-size: 29px;
    line-height: 29px; }
  .info-list-item-subtitle {
    margin-bottom: 52px;
    font-family: 'Open Sans Light';
    font-size: 14px;
    line-height: 18px; }
  .info-card-text {
    display: block;
    width: 100%;
    font-family: 'Open Sans Light';
    font-size: 14px;
    line-height: 17px;
    text-align: center; }
  .info-card-text br {
    display: none; }
  .info-list-item .btn {
    position: static;
    margin: 0 auto; }
  .info-card-cnt {
    padding: 35px 0 15px 0; }
  .sidebar-menu-hidden {
    padding: 5px 0 15px 25px; }
  .menu-hidden-second {
    padding: 5px 0 7px 25px; }
  .left-sidebar {
    height: 100vh;
    padding: 35px 30px 90px;
    top: 0; }
  .profile-link a {
    font-size: 16px;
    line-height: 16px; }
  .section-title {
    margin-bottom: 30px; }
  .popup-text-m {
    font-size: 14px;
    line-height: 19px; }
  .popup-text-s {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 16px; }
  .popup-title-big, .popup-text-s, .popup-text-m {
    text-align: center; }
  .textarea-field {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 10px; }
  .menu-info {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: center; }
    .menu-info-column {
      width: 100%;
      max-width: 100%;
      padding: 0; }
      .menu-info-column:not(:last-child) {
        margin-bottom: 30px; }
    .menu-info-link {
      justify-content: center; }
  .tabs-block {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; }
    .tabs-block.menu-tabs .tabs-btn {
      width: 100%;
      max-width: 250px !important;
      margin: 0 0 15px !important; }
  .eat-benefits {
    justify-content: space-around;
    align-items: stretch; }
    .eat-benefits-item {
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      text-align: center; }
      .eat-benefits-item .eat-benefits-img {
        margin: 0 0 15px; }
  .eat-info-marks {
    flex-direction: column;
    align-items: center; }
    .eat-info-marks-block {
      margin-left: 0;
      margin-top: 25px; }
  .eat-benefits-cnt-title {
    font-size: 18px;
    line-height: 26px; }
  .eat-benefits-cnt p {
    font-size: 12px;
    line-height: 15px; }
  .apartament-gallery-dots {
    display: none !important; }
  .apartament-buttons,
  .apartament-links {
    flex-direction: column; }
    .apartament-buttons .apartament-book-trigger,
    .apartament-buttons .btn,
    .apartament-links .apartament-book-trigger,
    .apartament-links .btn {
      margin: 0 0 20px; }
  .apartament-links a {
    margin: 0 0 20px !important; }
  .apartament-gallery .owl-nav {
    padding: 0 5px; }
  .cart {
    display: block;
    margin-left: 5px; }
    .cart svg {
      width: 30px;
      height: 27px; }
    .cart span {
      width: 20px;
      height: 20px;
      font-size: 11px;
      line-height: 11px; }
  .table-row tr th {
    font-size: 15px;
    line-height: 15px; }
  .table-row tr td,
  .table-row tr .table-date {
    font-size: 14px;
    line-height: 14px; }
  .table-container {
    width: 100%;
    overflow-x: scroll; }
    .table-container table {
      min-width: 550px; }
    .table-container table.table-row:not(.card-table) {
      min-width: 670px; }
  .card-submit {
    justify-content: center; }
  .hotel-head, .section-sell-item-head {
    height: auto; }
  .compare-list-head {
    display: none; }
  .compare-list-item {
    flex-direction: column;
    align-items: center; }
  .compare-list .compare-list-item-column {
    min-width: 1px !important; }
  .compare-list .compare-list-item-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width: 395px;
    margin: 0 auto 15px;
    text-align: center; }
  .profile .header-top {
    margin-bottom: 24px; }
  header.profile .header-top .triggers-case {
    display: none; } }

@media (max-width: 730px) {
  .form-row > span {
    font-size: 12px;
    line-height: 12px;
    white-space: pre-wrap; } }

@media (max-width: 530px) {
  .title {
    font-size: 30px !important;
    line-height: 40px !important; }
  .left-sidebar-link, .sidebar-menu-hidden li .sidebar-menu-hidden-link {
    justify-content: flex-start; }
  .left-sidebar .catalog-country {
    justify-content: flex-start; }
  .eat-benefits {
    flex-direction: column;
    align-items: center; }
    .eat-benefits-item {
      max-width: 100%; }
  .left-sidebar .catalog-country {
    margin: 5px 0 30px !important; }
  .eat-info-marks-block > div {
    flex-direction: column;
    align-items: center; }
  .eat-info-marks-block .eat-info-marks-item:not(:last-child) {
    margin: 0 0 30px; }
  .left-sidebar .btn {
    margin: 0 0 46px; }
  .hotel,
  .section-sell-item {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0; }
  .hotel-img,
  .section-sell-item-img {
    order: 1;
    margin-bottom: 30px; }
  .hotel-cnt,
  .section-sell-item-cnt {
    max-width: 100% !important;
    text-align: center;
    padding: 0 !important;
    order: 2; }
    .hotel-cnt .btn,
    .section-sell-item-cnt .btn {
      margin-bottom: 0; }
  .hotel-head,
  .section-sell-item-head {
    flex-direction: column;
    align-items: center; }
  .hotel-title,
  .section-sell-item-title {
    margin-right: 0; }
  .hotel .btn,
  .section-sell-item .btn {
    margin: 0 auto; }
  .form-section-item.form-section-item-price > div {
    justify-content: flex-start;
    width: 50%;
    margin: 15px 0 0; }
  .form-section-item.form-section-item-price {
    flex-flow: row wrap; }
  .error-page-cnt p {
    font-size: 16px;
    line-height: 22px; }
  .compare-list .compare-list-column-2,
  .compare-list .compare-list-column-3,
  .compare-list .compare-list-column-4 {
    display: none; }
  .section-sell-item-compare .section-sell-item-img {
    max-width: 250px; }
  .delete-compare-item {
    top: 5px;
    left: -7px;
    width: 15px;
    height: 17px; }
  .section-sell-item {
    overflow: initial; }
  .lang-active img, .apartament-book-trigger img {
    margin-left: 8px; } }

@media (max-height: 768px) {
  .error-page {
    background-position: center; } }

@media (max-width: 360px) {
  .left-sidebar {
    padding: 35px 20px 15px; }
  .wrapper {
    padding: 0 20px; }
  .card-forms .wrapper {
    padding: 0 15px 0 18px; } }

@media (max-width: 340px) {
  .profile-link a {
    font-size: 14px;
    line-height: 14px; } }

@media (max-height: 590px) {
  .error-page {
    padding: 100px 20px; } }

@media (max-height: 420px) {
  .popup-text-m, .popup-text-s {
    margin-bottom: 10px; }
  .textarea-field {
    margin-bottom: 10px;
    height: 50px; }
  .popup form .btn {
    max-width: 180px;
    height: 40px; } }

textarea {
  resize: none; }

/*# sourceMappingURL=maps/style.css.map */

.min {
  display: none;
}

.pcMax {
  display: none;
}

@media (max-width: 1550px) {
  .min {
    display: block;
  }
}

@media (min-width: 1551px) {
  .pcMax {
    display: block;
  }
}
