
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b {
  font-weight: 500;
}
strong {
  font-weight: 600;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 65%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: inherit;
}
html,
body {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  html,
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 480px) {
  table {
    font-size: 40px;
    line-height: 45px;
  }
}
[tabindex="-1"]:focus {
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 0px;
  list-style: none;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
}
[role="button"] {
  cursor: pointer;
}
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: left;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button:focus {
  outline: none;
}
input,
button,
select,
textarea {
  line-height: inherit;
}
input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
  -moz-appearance: listbox;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
output {
  display: inline-block;
}
[hidden] {
  display: none !important;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoBold.eot");
  src: local("☺"), url("../fonts/RobotoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoMedium.eot");
  src: local("☺"), url("../fonts/RobotoMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoMedium.woff") format("woff"), url("../fonts/RobotoMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoRegular.eot");
  src: local("☺"), url("../fonts/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoLight.eot");
  src: local("☺"), url("../fonts/RobotoLight.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoLight.woff") format("woff"), url("../fonts/RobotoLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
body {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #292929;
  min-width: 320px;
  margin: 0;
  padding: 0;
  display: flex;
  min-height: 100vh;
  position: relative;
  overflow-y: scroll;
  flex-wrap: wrap;
  height: 100%;
}
body.fix {
  overflow: hidden !important;
}
body.fix .overlay {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background: #000000a1;
  z-index: 99;
}
@media (max-width: 480px) {
  body img {
    max-width: 100%;
  }
}
@media (max-width: 375px) {
  body {
    max-width: 100%;
    overflow-x: hidden;
    font-size: 14px;
  }
}
footer,
header,
section {
  flex: 100%;
  width: 100%;
}
.scroll-panel {
        display: inline-table;
/*  display: flex;*/
         /* overflow-x: scroll; */
/*     overflow-x: overlay;*/
}

@media (max-width: 480px) {
.scroll-panel {
    /* display: inline-table; */
    display: flex;
    overflow-x: scroll;
    /* overflow-x: overlay;*/
    }

}

section {
  padding: 50px 0;
}
@media (max-width: 1020px) {
  section {
    padding: 70px 0;
  }
}
@media (max-width: 480px) {
  section {
    padding: 30px 0;
  }
}
.wrap,
h2 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.wrap {
  padding: 5px 15px;
}

.news_bird{
  padding: 5px 15px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  font-family: sans-serif;
    line-height: 25px;
}
@media (max-width: 480px) {
  .wrap {
    padding: 5px 20px;
  }
}
.unwrap,
.row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.row_all_kurort{
    flex-wrap: wrap;
}

@media (max-width: 1020px) {
  .unwrap,
  .row {
    flex-wrap: wrap;
  }
}

.send_err{
    color: #fde293;
        text-align: center;
}

.send_err div{
    margin: 10px 10px;
    text-align: center;
    display: inline-table;
}

.send_ok{
    margin: 10px auto;
    padding: 10px;
    text-align: center;
    max-width: 1170px;
    color: #008014;
    border: 1px solid #1e928f;
    background: #9decea;
}

@media (max-width: 480px) {
    .send_err div{
    margin: 15px 0;
        text-align: center;
        display: inline-table;
        font-size: 20px;
        width: 100%;
    }
    
    .send_ok{
        font-size: 20px;

    }
}


.c6 {
  flex: 30%;
  max-width: 50%;
}
@media (max-width: 1020px) {
  .c6 {
    flex: 50%;
    max-width: 47%;
  }
}
@media (max-width: 480px) {
  .c6 {
    flex: 100%;
    max-width: 98%;
  }
}
.c2 {
  flex: 50%;
  max-width: 49%;
}
@media (max-width: 480px) {
  .c2 {
    flex: 100%;
    max-width: 98%;
  }
}
.grey {
  background: #F5F5F5;
}

.send_green{
background: #E2F0EC;
    border: 1px solid #007A7D;
    margin: 15px 0;
    padding: 20px 20px;
    text-align: left;
    color: #213535;
    width: 100%;
    /* max-width: 1200px; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    color: #085654;
}
.send_red{
    background: #f0e2e2;
    border: 1px solid #ffb092;
    margin: 15px 0;
    padding: 20px 20px;
    text-align: left;
    color: #213535;
    width: 100%;
    /* max-width: 1200px; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    color: #560808;
	
}
.icon.filtrtriger {
  display: none;
  font-size: 18px;
  line-height: 14px;
  border: 1px solid #bdbdbd;
  padding: 10px;
  background: transparent;
  width: 100%;
  color: #a0a0a0;
  position: relative;
  margin: auto;
  top: 0;
  margin-top: 30px;
}
.icon.filtrtriger:before {
  content: '\e9bd';
  float: left;
}
@media (max-width: 480px) {
  .icon.filtrtriger {
    display: block;
        margin-top: 15px;
  }
}

.review{
    padding: 90px 0 0 0;
}



.filtrtriger {
  display: none;
  background: #007A7D;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  float: right;
  line-height: 38px;
  font-size: 20px;
  margin-top: -40px;
  margin-right: -40px;
  z-index: 99;
}
@media (max-width: 480px) {
  .filtrtriger {
    display: block;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: local("☺"), url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
.icon:before {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.facebook:before {
  content: '\e900';
}
.vk:before {
  content: '\e90b';
}
.insta:before {
  content: '\e90d';
}
.twit:before {
  content: '\e906';
}
.yb:before {
  content: '\e909';
}
.ok:before {
  content: '\e90a';
}
.exit:before {
  content: '\e901';
}
.compare:before {
  content: '\e908';
}
.sendwich:before {
  content: '\e9bd';
}
.sendwich:before {
  content: '\e9bd';
}
.search:before {
  content: '\e907';
}
input[type="checkbox"]:checked + span:after {
  content: '\e90c';
}
input[type="radio"]:checked + span:after {
  content: '\e90c';
}
a {
  color: #007A7D;
}
a:hover,
a:focus {
  color: #0E4746;
  text-decoration: underline;
}
h1 {
    /* font-size: 46px; */
    font-size: 25px;
    line-height: 45px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}
@media (max-width: 375px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
h2 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  color: #292929;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 35px;
}
@media (max-width: 480px) {
  h2 {
    margin-bottom: 40px;
    padding: 0 15px;
    font-size: 22px;
  }
  h2 b {
    border: none!important;
  }
}
@media (max-width: 375px) {
  h2 {
    font-size: 21px;
    line-height: 25px;
  }
}
h2 b {
  border-bottom: 3px solid #007A7D;
  font-weight: BOLD;
  color: #007A7D;
}
h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #292929;
  text-align: center;
  text-transform: uppercase;
}
h4 {
  font-size: 19px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}


.class_h1_black{
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
    color: #292929;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin: 35px auto;
}

.class_h1_black b {
  border-bottom: 3px solid #007A7D;
}

@media (max-width: 480px) {
.class_h1_black {
    margin-bottom: 40px;
    padding: 0 15px;
    font-size: 22px;
  }
.class_h1_black b {
    border: none!important;
  }
}



.btn {
  width: 90%;
  max-width: 255px;
  height: 50px;
  line-height: 30px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0px;
  white-space: nowrap;
  text-decoration: none;
  display: block;
  text-align: center;
  margin: auto;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 480px) {
  .btn {
    width: 100%;
    max-width: 100%;
    white-space: normal;
  }
}
@media (max-width: 375px) {
  .btn {
    font-size: 16px;
  }
}
.btn:hover {
  text-decoration: none;
  transition: 0.2s;
}
.btn.submit {
  background: #007A7D;
  border: 1px solid #007A7D;
  color: #fff;
}
.btn.submit:hover {
  background: #0E4746;
  border: 1px solid #0E4746;
}
.btn.clean {
  background: transparent;
  color: #007A7D;
  border: 1px solid #007A7D;
}
.btn.clean:hover {
  background: #e8e8e8;
}
.btn.white {
  background: transparent;
  color: white;
  border: 1px solid white;
}
.btn.white:hover {
  background: #0E4746;
  border: 1px solid #0E4746;
}
:-ms-input-placeholder,
::-webkit-input-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  color: red !important;
  font-size: 14px;
}
:-ms-input-placeholder:focus,
::-webkit-input-placeholder:focus,
:-ms-input-placeholder:focus,
:-moz-placeholder:focus {
  opacity: 0.5;
}
input[type="text"],
input[type="date"],
input[type="password"],
select,
textarea {
    width: 25%;
  background: #FDFDFD;
  border: 1px solid #007A7D;
  font-size: 15px;
  color: #292929;
  padding: 15px;
  height: 50px;
}
@media (max-width: 480px) {
  input[type="text"],
  input[type="date"],
  select,
  textarea {
    padding: 10px;
  }
}
input[type="text"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #007A7D !important;
  border-radius: 0px;
  outline: none !important;
}
input[type="text"]:focus:-ms-input-placeholder,
input[type="date"]:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
input[type="date"]:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
input[type="text"]:focus :-ms-input-placeholder,
input[type="date"]:focus :-ms-input-placeholder,
select:focus :-ms-input-placeholder,
textarea:focus :-ms-input-placeholder,
input[type="text"]:focus:-moz-placeholder,
input[type="date"]:focus:-moz-placeholder,
select:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0.5 !important;
}
/* <label><input type="checkbox"> <span>Флажок </span></label> */
/* <label for="rb2"><input type="radio" id="rb2">Переключатель </label>*/
label {
  position: relative;
  display: flex;
}
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  justify-content: flex-start;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
  position: relative;
  line-height: 25px;
  cursor: pointer;
}
input[type="checkbox"] + span:before,
input[type="radio"] + span:before {
  width: 25px;
  height: 25px;
  border: 1px solid #007A7D;
  background-color: #ffffff;
  content: "";
  float: left;
  display: block;
  margin-right: 5px;
}
@media (max-width: 480px) {
  input[type="checkbox"] + span:before,
  input[type="radio"] + span:before {
    width: 35px;
    height: 35px;
  }
}
input[type="checkbox"]:checked + span:before,
input[type="radio"]:checked + span:before {
  border: 1px solid #007A7D;
}
input[type="checkbox"]:checked + span:after,
input[type="radio"]:checked + span:after {
  color: #007A7D;
  font-family: "icomoon" !important;
  position: absolute;
  margin: auto;
  left: 3px;
  top: 0;
  bottom: 0;
}
input[type="radio"] + span:before {
  border-radius: 50%;
}
/*
    input[type=checkbox] {
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 25px;
        height: 25px;
        margin: 0 5px 0 0;
        border: 1px solid @main;
        display: inline-block;
        padding: 0;
        vertical-align: top;
        outline: none;
        transition: background 0.3s ease;   
        cursor: pointer;
        // background: url(../images/elements/) 0 0 no-repeat;

        &:checked {
            border: 1px solid @main;
            background: url(../images/elements/check.png) 0 0 no-repeat;
            cursor: pointer;
        }

        &:disabled {
            cursor: default;
            opacity: 0.6;
        }
    }
    input[type=radio] {
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 25px;
        height: 25px;
        margin: 0 5px 0 0;
        border: 1px solid @main;
        border-radius: 50%;
        display: inline-block;
        padding: 0;
        vertical-align: top;
        outline: none;
        transition: background 0.3s ease;   
        cursor: pointer;
        // background: url(../images/elements/) 0 0 no-repeat;

        &:checked {
            border: 1px solid @main;
            background: url(../images/elements/radio.png) 0 0 no-repeat;
            cursor: pointer;
        }

        &:disabled {
            cursor: default;
            opacity: 0.6;
        }
    }
*/
input[type="range"] {
  -webkit-appearance: none;
  height: 5px;
  outline: none;
  background: #BBBBBB;
  border: 1px solid #D4D4D4;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background: #007A7D;
  cursor: pointer;
  transition: 0.1s;
}
select {
  font-size: 16px;
  position: relative;
  /* -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    */
  background-color: #fff;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: none;
}
select:after {
  content: "◣";
  display: block;
  padding: 5px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 1rem;
  z-index: 1;
  margin-top: -3px;
}
textarea {
  width: 100%;
  resize: vertical;
  padding: 15px;
  border-radius: 0;
  border: 0;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  height: 150px;
}
.bottom_fotter {
  border-top: 1px solid #ccc;
}
.bottom_fotter .row {
  padding: 20px 0;
}
.bottom_fotter .row:last-child {
  border-top: 1px solid #E8E8E8;
}
.bottom_fotter .row:first-child {
  padding-bottom: 0;
}
.logo {
  padding-right: 25px;
}
.logo img {
  width: 85%;
  max-width: 250px;
}
@media (max-width: 480px) {
  .logo {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .logo img {
    width: 60%;
  }
}
.links {
  padding-right: 20px;
  flex: 30%;
  min-width: 150px;
}
@media (max-width: 480px) {
  .links:not(.contack) {
    display: none;
  }
  .links.contack {
    flex: 100%;
  }
}
/*.subtitle {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  height: 34px;
      text-transform: none;
}*/

.subtitle {
      font-weight: bold; 
    font-size: 17px;
    line-height: 35px;
    margin: 10px 5px;
    /* height: 39px; */
    /* text-transform: none;*/
}


.items {
  margin-bottom: 5px;
}
.items a {
  white-space: nowrap;
  color: #292929;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
.items a:hover {
  color: #007A7D;
}
.fotter_link {
  color: #292929;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}
@media (max-width: 480px) {
  .fotter_link {
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 375px) {
  .fotter_link {
    font-size: 15px;
  }
}
.fotter_social {
  display: flex;
}
@media (max-width: 480px) {
  .fotter_social {
    justify-content: center;
    margin-top: 20px;
    padding: 0;
    width: 100%;
  }
}
.fotter_social a {
  margin: 0 10px;
  text-decoration: none;
  color: #292929;
}
.fotter_social a:hover {
  color: #007A7D;
}
.fotter_super {
  background: #E8E8E8;
  padding: 15px;
}
.fotter_super .unwrap {
  align-items: center;
}
.fotter_super-copy {
  font-weight: 500;
  font-size: 16px;
  align-items: center;
  line-height: 19px;
  padding-right: 50px;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .fotter_super-copy {
    padding-bottom: 10px;
  }
}
.fotter_super-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #636262;
}
.subscribe {
  background-color: #007A7D ;
  padding: 47px;
}
@media (max-width: 1020px) {
  .subscribe img {
    display: none;
  }
}
@media (max-width: 1020px) {
  .subscribe {
    padding: 5px;
    padding-top: 30px;
  }
}
.subscribe .unwrap {
  align-items: flex-start;
  justify-content: flex-start;
}
.subscribe_content {
  flex: 100%;
  max-width: 100%;
  margin-left: 60px;
}
@media (max-width: 1020px) {
  .subscribe_content {
    max-width: 100%;
    margin-left: 0px;
  }
}
.subscribe_title {
  color: #FFFFFF;
}
.subscribe_title h4 {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}
@media (max-width: 480px) {
  .subscribe_title h4 {
    font-size: 24px;
  }
}
.subscribe_title h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}
@media (max-width: 1020px) {
  .subscribe_title h5 {
    font-size: 16px;
  }
}
.subscribe_form form {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.subscribe_form form input {
    flex: 1;
    border: 1px solid #fff;
    padding: 0 5px;
    margin: 0 5px;
}
@media (max-width: 480px) {
  .subscribe_form form {
    flex-wrap: wrap;
  }
  .subscribe_form form input {
    margin-bottom: 15px;
    height: 60px;
  }
}
.subscribe_form form input[type="text"] {
  flex: 1;
  border: 1px solid #fff;
}
.subscribe_form .btn {
  height: 50px;
  min-width: 180px;
}
@media (max-width: 480px) {
  .subscribe_form .btn {
    min-width: 95%;
    margin-bottom: 50px;
  }
}
header {
  flex: 100%;
  box-shadow: 0 0 14px 10px rgba(0, 0, 0, 0.1);
  height: fit-content;
}
.menu_li_ul {
  display: none;
}
.megamenu {
  width: 90%;
  position: fixed;
  background: #fff;
  z-index: 999;
  padding: 20px;
  height: 100%;
  overflow-y: auto;
  visibility: hidden;
  margin-left: -100%;
  box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.2);
}
.megamenu.active {
  margin-left: 0;
  visibility: visible;
}
.megamenu .super_logo {
  display: flex;
  margin-top: -10px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 480px) {
  .megamenu .super_logo {
margin: 10px auto;
    display: block;
    text-align: center;
    }
}
.megamenu .super_logo img {
  margin-right: 10px;
height: 85px;
}




.megamenu .slogo {
  color: #7B7B7B;
  font-weight: bold;
  font-size: 24px;
  line-height: 70px;
}
.megamenu .slogo p {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: -10px;
  color: #007A7D;
  white-space: nowrap;
}
.megamenu .close {
  display: block;
  background: #007A7D;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  float: right;
  line-height: 38px;
  font-size: 20px;
  margin-top: -20px;
  margin-right: -20px;
  z-index: 99;
  position: relative;
}
.megamenu .setting_menu {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  text-align: center;
}
.megamenu .setting_menu a {
  display: block;
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  color: #292929;
  text-decoration: none;
}
.megamenu .setting_menu a.btn {
  margin-left: 0;
  margin-top: 10px;
  height: 55px;
}
.megamenu .setting_menu a:hover {
  color: #007A7D;
}
.megamenu .fix_section {
  background-color: #007A7D;
  color: #fff;
  padding: 10px;
}

@media (max-width: 480px) {
.megamenu .fix_section  {
font-size: 20px;
  }
  
.megamenu .fix_section .fix_section_stat{
     font-size: 13px;
    line-height: 23px;
     float: right;
    color: #fff;
  }
  
}
.megamenu .fix_menu {
  padding-top: 10px;
  margin-left: -10px;
}
.megamenu .fix_menu .li:hover .title,
.megamenu .fix_menu input[type=checkbox]:checked + .title {
  font-weight: bold;
  background: transparent !important;
}
.megamenu .fix_menu .title {
  padding: 5px;
  font-size: 18px;
  border: none;
  padding-left: 40px;
  background: #ffffff;
}
.megamenu .fix_menu p {
  margin: 0;
  padding: 0;
  line-height: 30px;
 }

@media (max-width: 480px) {
.megamenu .fix_menu p {
  line-height: 25px;
  }
}

.megamenu .fix_menu p a {
  display: block;
  margin-top: 15px;
  padding-left: 20px;
  text-decoration: none;
}


.megamenu .fix_menu i {
  left: 20px;
  top: 8px;
  width: 16px;
  height: 16px;
}
@media (max-width: 480px) {
  .super {
    flex-wrap: nowrap;
  }
}
@media (max-width: 480px) {
  .super_logo {
    margin-left: 20px;
  }
}
.super_logo a {
  display: flex;
  text-decoration: none;
}
.super_logo img {
  margin-right: 10px;
      height: 85px;

}
@media (max-width: 480px) {
  .super_logo img {
    height: 70px;
    margin: auto 0 auto 0;
  }
}
.super .slogo {
  color: #007A7E;
  font-weight: bold;
  font-size: 32px;
  line-height: 60px;
}
.super .slogo p {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: -10px;
  color: #B27E4A;
}
@media (max-width: 480px) {
  .super .slogo {
    font-size: 24px;
    line-height: 35px;
    }
  .super .slogo p {
    font-size: 14px;
    line-height: 17px;
    margin-top: 0px !important;
  }
}
@media (max-width: 380px) {
  .super .slogo {
    font-size: 20px;
    line-height: 30px;
  }
  
  .super .slogo p {
    font-size: 12px;
    line-height: 13px !important;
    margin-top: 0px !important;
  }
}

.super_search {
  flex-grow: 10;
  align-items: center;
  display: flex;
      max-width: 400px;
}
@media (max-width: 480px) {
  .super_search {
    display: none;
  }
}


.super_search #ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
     padding: 10px;
}




 .super_search #ya-site-form0 .ya-site-form__submit_type_image {
    background: transparent url(https://kokotrip.ru/images/bx_bx-search.svg) no-repeat center center;
    border: 1px solid #007A7D;
    overflow: hidden;
    text-indent: -1000px;
    width: 39px;
    height: 39px;
    margin-left: -1px;
    cursor: pointer;
    
}

 
.super_search form {
  display: flex;
  margin-left: 15px;
  margin-right: 10px;
  flex: 100%;
}
.super_search input[type="text"] {
  border: 1px solid #EAEAEA;
  width: 100%;
  height: 40px;
}
.super_search .search[type="submit"] {
  background: transparent url(../images/bx_bx-search.svg) no-repeat center center;
  border: none;
  overflow: hidden;
  text-indent: -1000px;
  width: 20px;
  margin-left: -40px;
  cursor: pointer;
}
.super .icon.search {
  color: #292929;
  text-decoration: none;
  display: none;
  line-height: 38px;
  font-size: 26px;
  padding: 10px;
}
@media (max-width: 480px) {
  .super .icon.search {
    display: block;
  }
}
.super .avert {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #007A7D;
}
.super_setting {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .super_setting {
    display: none;
  }
}
.super_setting a {
  color: #928E8E;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  display: block;
  margin: 0 15px;
}
.super_setting a:before {
  margin-right: 5px;
}
.super_setting a:hover {
  color: #007A7D;
  text-decoration: underline;
}
.sendwich {
  display: none;
}
@media (max-width: 480px) {
  .sendwich {
    display: block;
    width: 25px;
    margin-top: 17px;
    height: 25px;
    margin: auto 0;
  }
  .sendwich:before {
    font-size: 35px;
  }
}
.menu {
  background: #007A7D;
  color: #fff;
}
@media (max-width: 1020px) {
  .menu {
    display: none;
  }
}


/*Изменение 2 начало*/
.menu_ul {
  padding: 0 !important;
  position: relative;
}
.menu .menu_ul > li:hover .menu_li_ul {
  visibility: visible;
  transition: 0.5;
  opacity: 1;
}
.menu_li {
  flex: 1;
  position: relative;
}
.menu_li a {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
  line-height: 50px;
  display: block;
  padding: 0 10px;
  text-align: center;
  position: relative;
  z-index: 105;
  transition: 0.2s;
}

.menu_li > a:hover {
  background: #006365;
}
.menu_li-has-child > a:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  background: transparent;
  z-index: -1;
  transition: 0.2s;
}
.menu_li-has-child > a:hover:before {
  bottom: -5px;
  background: #006365;
}
.menu_a-open{
  background: #006365;
}
.menu_a-open::before{
  bottom: -5px !important;
  background: #006365 !important;
}
.menu_li_ul {
position: absolute;
  left: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
background: #F2F2F2FC;
width: max-content;
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  z-index: 101;
  overflow: hidden;
}
.menu_li_ul::before{
  content: '';
  top: 0;
  right: 100%;
  position: absolute;
  width: calc((99vw - 100%) / 2);
  height: 100%;
  background: #EFF0F0;
}
.menu_li_ul::after{
  content: '';
  top: 0;
  left: 100%;
  position: absolute;
  width: calc((99vw - 100%) / 2);
  height: 100%;
  background: #EFF0F0;
}

@media (max-width: 1560px) {
  .menu_li_ul::after{
    width: calc((98.5vw - 100%) / 2);
  }
}
.menu_li_ul a {
  color: #767070;
  font-size: 16px;
  padding: 0 10px;
}
.menu_li_ul a:hover {
  color: #007A7D;
}


.ul_disc{
    padding-left: 40px;
    list-style: disc;
}    
    
/*Изменение 2 конец*/


.all_more {
  text-align: center;
  position: absolute;
  width: 100%;
  display: block;
  color: #fff;
  z-index: 20;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  bottom: 15px;
}
.all_more:hover {
  color: #fff;
  text-decoration: underline;
}
.check_li {
  margin-bottom: 20px;
  padding-left: 30px;
  font-weight: 400;
}
.check_li:before {
  content: "\e90c";
  font-family: "icomoon" !important;
  color: #007A7D;
  border: 1px solid #007A7D;
  font-size: 18px;
  margin-left: -35px;
  margin-top: 0;
  float: left;
  margin-right: 15px;
}
.kurorts {
  display: flex;
  flex-wrap: wrap;
}
.kurorts .kurort {
position: relative;
  margin: 10px;
  overflow: hidden;
  height: auto;
  border: 2px solid #007A7D;
  background-color: #007A7D12;
}
.kurorts .kurort img {
  width: 100%;
  height: 100%;
}
.kurorts .kurort_title {
z-index: 2;
  position: initial;
  color: #007A7D;
 /* background: linear-gradient(180deg, #004f51 0%, rgba(7, 0, 0, 0) 107.26%); */
  font-size: 22px;
  line-height: 29px;
  font-weight: bold;
  width: 100%;
  padding: 15px 0;
  text-align: center;
}
/*
.kurorts .kurort_ul {
  z-index: 5;
  position: absolute;
  width: 85%;
  top: 60px;
  margin: auto;
  left: 0;
  right: 0;
  height: 196px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}*/ 

.kurorts .kurort_ul {
z-index: 5;
  position: relative;
  width: 85%;
  /*top: 60px;*/
  margin: auto;
  left: 0;
  right: 0;
  display: block;
}


@media (max-width: 480px) {
  .kurorts .kurort_ul {
    height: 170px;
  }
}
.kurorts .kurort_li {
  margin-bottom: 10px;
/* 
 flex: 50%;
  max-width: 50%;
  padding-right: 5px;*/
}
.kurorts .kurort_li a {
color: #007A7D;
  text-decoration: none;
  font-size: 17px;
  line-height: 30px;
}

.kurorts .kurort_li a span {
  margin-right: 5px;
/*  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 110px;*/
}
.kurorts .kurort_li a:hover {
  text-decoration: underline;
}
/*.kurorts .kurort:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #007A7D;
  opacity: 0.5;
  position: absolute;
  z-index: 1;
}
*/

.rielt_img {
  margin-bottom: 15px;
}
.rielt_title {
  margin-left: 15px;
  text-decoration: none;
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
}
.rielt_price {
  margin-left: 15px;
  padding-top: 10px;
  font-size: 14px;
  line-height: 16px;
}
.rielt_price strong {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
}
.rielt_cicty {
  margin-left: 15px;
  color: #8A8A8A;
  font-size: 18px;
  line-height: 21px;
      padding-top: 10px;
}
.faq {
  background: url(../images/asd.png) bottom left no-repeat;
}
@media (max-width: 480px) {
  .faq {
    background-size: 50%;
  }
}
.news_bird .wrap {
  position: relative;
}
.news_bird .wrap:before {
  content: url("../images/коко.png");
  display: block;
  position: absolute;
  right: 0px;
  margin-top: -100px;
}
@media (max-width: 480px) {
  .news_bird .wrap:before {
    margin-top: -40px;
  }
}
.news {
  margin-bottom: 50px;
}
.news .item {
  border: none !important;
}
.news_img {
  max-height: 200px;
  overflow: hidden;
  margin-bottom: 27px;
}
.news_data {
  font-size: 16px;
  line-height: 19px;
  color: #9D9D9D;
  margin-left: 15px;
  margin-bottom: 7px;
}
.news_read {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;
  text-align: right;
  color: #007A7D;
  margin: 15px;
}
.news_desc {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #606060;
  margin: 15px;
}
.news_title {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #292929;
  margin: 15px;
}

.div_checkbox a{
    color: #ffffff;
        line-height: 25px;
}


.best {
  padding-top: 100px;
}
@media (max-width: 480px) {
  .best {
    display: none;
  }
}
.best .best_icon {
  text-align: center;
  position: relative;
  flex: 1;
  height: 170px;
}
@media (max-width: 480px) {
  .best .best_icon {
    flex: 50%;
  }
}
.best .best_icon img {
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: 100px;
}
.best .best_icon p {
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  line-height: 19px;
  top: 100px;
  left: 0;
  right: 0;
}
.video {
  background: url(../images/waves.png) left bottom;
}
.video_wrap {
  border: 1px solid #007A7D;
  padding: 25px;
  position: relative;
  max-width: 870px;
  margin: auto;
  width: 97%;
}
@media (max-width: 480px) {
  .video_wrap {
    padding: 15px;
  }
}
.video_wrap:before {
  content: url('../images/koko_mashet.png');
  position: absolute;
  margin-left: -290px;
}
.video_cont {
  background: #007A7D;
}
.video_cont iframe {
  max-width: 100%;
}
@media (max-width: 480px) {
  .video_cont iframe {
    height: 100%;
    width: 100%;
  }
}
.filtr .row {
  margin-bottom: 15px;
}
.filtr .row input,
.filtr .row select {
  flex: 1;
  margin: 5px;
}
.filtr_blok {
  display: flex;
  flex-wrap: wrap;
}
.filtr .sea {
  padding: 0 5px;
  position: relative;
}
@media (max-width: 1020px) {
  .filtr .sea {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .filtr .sea {
    margin-bottom: 40px;
  }
}
.filtr .sea form {
  width: 100%;
}
.filtr .sea .range {
  margin-left: -2px;
  width: 100%;
}
@media (max-width: 480px) {
  .filtr .sea .range {
    margin-left: 0px;
  }
}
.filtr .dataRange {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  margin-left: 10px;
  position: absolute;
  top: 0px;
  left: 123px;
}
.filtr .title {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  color: #1f1f1f;
}
.filtr .metrix {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
}
@media (max-width: 1020px) {
  .filtr .metrix {
    line-height: 35px;
    margin-bottom: 20px;
  }
}
.filtr .cheks {
  margin-left: 20px;
}
@media (max-width: 480px) {
  .filtr .cheks {
    margin-left: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1020px) {
  .filtr .cheks {
    width: 100%;
    margin-bottom: 20px;
  }
}
.filtr .cheks label {
  flex: 33%;
  color: #939393;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 480px) {
  .filtr .cheks label {
    flex: 50%;
  }
}
.filtr .buttons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-right: 5px;
}
@media (max-width: 480px) {
  .filtr .buttons {
    width: 100%;
  }
}
.filtr .buttons .btn {
  margin-left: 10px;
  width: 190px;
}
@media (max-width: 480px) {
  .filtr .buttons .btn {
    width: 100%;
  }
}
.colapside {
  margin-bottom: 70px;
}
.content-block {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .content-block {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .content-block {
    padding: 0; /*ширина */
  }
}
.leftside {
  flex: 1 1 25%;
  padding-right: 20px;
  border-right: 1px solid #ececec;
  min-width: 250px;
      max-width: 260px;
}
@media (max-width: 768px) {
  .leftside {
    max-width: 90%;
    margin: auto;
    margin-bottom: 50px;
    margin-right: 50px;
  }
}
@media (max-width: 480px) {
  .leftside {
    visibility: hidden;
    border-right: none;
    padding-bottom: 15px;
    max-width: 100%;
    margin: auto;
    position: absolute;
    background: #fff;
    height: 100%;
    padding-right: 40px;
    padding-left: 40px;
    width: 90%;
    left: 0;
    padding-top: 40px;
    top: 0;
    z-index: 106;
    box-shadow: 7px 35px 30px #0006;
  }
  .leftside.active {
    visibility: visible;
  }
}
.leftside H5 {
  text-transform: none;
  text-align: left;
  font-size: 20px;
  color: #292929;
  margin-top: 20px;
}
.filtr_button {
  margin-top: 20px;
}
.filtr_button .btn {
  margin-top: 10px;
  width: 100%;
}
 
 
.rigthside .sort_filtr {
  justify-content: flex-start;
  margin-top: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .rigthside .sort_filtr {
    display: none;
  }
}
.rigthside .sort_filtr label {
  margin-right: 10px;
}
.rigthside .sort_filtr + .sorting_panel {
  border: 0;
}

.last-rielt {
  overflow: hidden;
  max-width: 900px;
  max-width: 100%;
}
@media (max-width: 480px) {
  .last-rielt {
    flex-wrap: wrap;
    overflow: visible;
  }
}
.last-rielt .subtitle {
  max-width: 100%;
  text-align: left;
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 26px;
  line-height: 35px;
  height: auto;
  margin-bottom: 10px;
  padding-top: 30px;
}
.last-rielt .subtitle:before {
  content: '';
  width: 10px;
  height: 30px;
  background-color: #007A7D;
  display: block;
  float: left;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .last-rielt .subtitle {
    text-align: center;
    font-size: 24px;
  }
}
.last-rielt .row {
  display: flex;
  max-width: 1100px;
}
.last-rielt .item {
  margin: 2px;
  border: 1px solid #007A7D;
  flex: 25%;
  text-decoration: none;
  overflow: hidden;
}
@media (max-width: 480px) {
  .last-rielt .item {
    flex: 100%;
    margin-bottom: 15px;
  }
  .last-rielt .item img {
    width: 100%;
  }
}
.last-rielt .item p {
  margin: 15px;
  font-weight: 500;
  font-size: 16px;
}
.sort_filtr {
  margin-top: 15px !important;
}
.sort_filtr .title {
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
  margin-bottom: 12px;
  margin-top: 8px;
  color: #858585;
}
.sort_filtr label + span {
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
}
.sort_filtr label span {
  font-weight: 300;
  font-size: 15px;
  line-height: 14px;
  color: #939393;
  line-height: 20px;
}
.sort_filtr label span:before {
  width: 20px;
  height: 20px;
}
.square {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1200px;
  justify-content: center;
}
.square a {
  position: relative;
  margin: 5px;
  overflow: hidden;
  display: block;
}
.square a:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 8;
}
.square a span {
  color: #fff;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 90%;
  line-height: 30px;
  text-align: center;
  font-size: 30px;
  height: 30px;
  z-index: 10;
}
.kurort-inside {
  border: 1px solid #007A7D;
  padding: 10px;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .kurort-inside {
    margin-top: 40px;
  }
}
.kurort-inside h4 {
  position: absolute;
  top: 0px;
  color: #007A7D;
  background: #fff;
  padding: 0 10px;
  margin-left: 15px;
  margin-top: -15px;
}
.kurort-inside a {
  display: block;
  border: 1px solid #007A7D;
  padding: 10px;
    margin: 5px;
    /* margin-left: 10px;*/
    text-decoration: none;
  min-width: 125px;
  text-align: center;
  float: left;
  color: #007A7D;
  min-width: 163px;
}
.kurort-inside a p {
  color: #4D5555;
}
.kurort-inside a:hover {
  background: #007A7D;
  color: #fff;
}

.review .item-review {
  padding-top: 40px;
}
.review .item-review img {
  float: left;
  max-width: 320px;
  margin-right: 45px;
  margin-top: -40px;
}
@media (max-width: 480px) {
  .review .item-review img {
    float: none;
    max-width: 100%;
  }
}
.review .item-review .review_title {
  font-size: 16px;
  display: block;
}
@media (max-width: 480px) {
  .review .item-review .review_title {
    margin-top: 10px;
  }
}
.review .item-review .review_date {
  font-size: 16px;
  line-height: 19px;
  color: #ADADAD;
  font-weight: normal;
  margin-bottom: 15px;
  display: block;
}
.dosug {
  margin-bottom: -190px;
}
.reviewing {
  margin-top: 50px;
}
@media (max-width: 480px) {
  .reviewing {
    margin-top: 120px;
  }
}
.item-dosug {
  background-color: #fff;
  border: 1px solid #DEDEDE;
  margin: 5px;
}

.item-dosug img{
width: 375px;
height: 270px;
}


@media (max-width: 480px) {
  .item-dosug {
    margin-bottom: 10px;
  }
}
.item-dosug .more-dusug {
  padding: 20px;
      text-align: center;
}
.item-dosug .more-dusug a {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  text-decoration: none;
  /*padding-bottom: 10px;*/
  display: block;
}
.item-dosug .more-dusug .creator {
  color: #9D9D9D;
  font-size: 16px;
  line-height: 19px;
}
.item-dosug .more-dusug .autor {
  color: #707070;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
}
.item-gall {
  position: relative;
  overflow: hidden;
  max-height: 400px;
}
@media (max-width: 480px) {
  .item-gall img {
    width: auto !important;
    height: 250px;
    max-width: initial;
  }
}
.item-gall .review_test {
  position: absolute;
  background: #fff;
  bottom: 20px;
  left: 20px;
  padding: 15px;
  color: #007A7D;
}
.item-video {
  margin: 5px;
}
.kategory .banner {
  height: 250px;
  padding-top: 20px;
}



.rielt_img {
  overflow: hidden;
  max-height: 150px;
}
@media (max-width: 480px) {
  .rielt_img {
    max-height: 220px;
  }
}
.seo_block p {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 20px;
}
.seo_block ol, .seo_block ul{
padding-left: revert;
    /*list-style: auto;*/
} 

/*Новые изменения new_style*/
.hotel_search_info{    
  position: absolute;
  background: #fff;
  padding: 0 5px;
  top: -2px;
  color:#6A6A6A; font-weight: 300;
  margin-left: 10px;    font-size: 14px;
  z-index:99;
}
.form-row{ position: relative;padding-top: 9px;  flex: 50%;    text-align: center;   margin-top: 15px;}
.form-row input{    width: 95%;    margin-bottom: 15px;}
.row-flex{ display: flex; justify-content: space-between;    padding:  10px;}
.bron{    max-width: 700px;  margin: auto;}
.bron input{ border: 1px solid #A9A9A9;height: 56px;  }
input[name="glob_kol_mest"]{ background: url('../images/people-form.svg') no-repeat 10px center; padding-left: 40px; min-width: 300px;}
input[name="glob_dateot"]{ background: url('../images/date-form.svg') no-repeat 10px center;padding-left: 40px;}
input[name="glob_gorod"]{ background: url('../images/city-form.svg') no-repeat 10px center;padding-left: 40px;}
input[name="glob_name"]{ background: url('../images/user-form.svg') no-repeat 10px center; padding-left: 40px;}
input[name="glob_mail"]{ background: url('../images/mail-form.svg') no-repeat 10px center;padding-left: 40px;}
input[name="glob_phone"]{ background: url('../images/phone-form.svg') no-repeat 10px center;padding-left: 40px;}

.bron .submit{ float: left;}
.form-row textarea{ background: url('../images/coment-form.svg') no-repeat 10px 10px;    padding-left: 40px;  border: 1px solid #a9a9a9;  max-width: 96%;}
.form-row  select{   
  background: url('../images/people2-form.svg') no-repeat 10px 15px; 
  max-width: 96%;
  width: 100%;
  border: 1px solid #a9a9a9;
  padding: 0 38px;
  color: #757575;
  font-size: 15px;
}
.form-row  select.kat{background: url('../images/room-form.svg') no-repeat 10px 15px; }
.capcha{ display: flex;padding: 0 10px;}
input[name="glob_kapcha"]{ background: url('../images/shield-form.svg') no-repeat 10px center;padding-left: 40px;}

input[name="glob_gorod"]{ background: url('../images/coment-form.svg') no-repeat 10px center;padding-left: 40px;}


 


.mesta_popup{
	display: none;
  background: #fff;
  box-shadow: 0 0 20px #0000003d;
  border-radius: 2px;
  padding: 15px;
  position: absolute; 
 
  width: 100%;
  z-index: 9999;
  /*max-width: 380px;*/
 width: 330px;
}
.mesta_popup .btn{
	margin-top: 10px;
	width: 100%;
	max-width: none;
}
.mesta_popup.active{
	display: block;
}
.child_desc{
	display: none;
font-size: 14px;
line-height: 20px;
    padding-top: 8px;
    color: rgb(107, 107, 107);
}
.num_box{ display: flex;}
.row{ padding: 5px 0;}
.mesta_name{ font-weight: 500; font-size: 14px;}
.mesta_name span{     font-size: 13px;
  display: block;
  color: #a7a7a7;
  font-weight: 400;}
.num_box button{ 
  border: 1px solid #007A7D; 
  display: block;
  color: #007A7D; 
  border-radius: 0px; 
  background: #fff;   
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
}
.num_box button:hover{ background: #007A7D; color:#fff;}
.num_box input{ text-align: center; border:none;    max-width: 46px; }
input[type='number'] {
  -moz-appearance: textfield;
}
input[type='number']:focus{ border:none; outline: none;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}



/*Новые изменения конец*/

/*форма поиска по дате в hotel*/
.hotel_search_date {
    z-index: 2;
    /* position: relative; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* background: #f5f9f8;*/
    /* border-top-left-radius: 6px; */
    /* border-top-right-radius: 6px; */
    padding: 10px;
    /* justify-content: space-between; */
    border: 1px solid #007A7D;
	    margin: 15px 0;
}
@media (max-width: 480px) {
  .hotel_search_date {
    padding: 23px 16px;
    max-width: 100%;
  }
}
.hotel_search_date span{
font-size: 14px;
    color: #007474;
    padding: 0 10px;
	
	}

  @media (max-width: 480px) {.hotel_search_date .btn{margin-top: 30px;}}
.hotel_search_date .btn{
    height: 40px;
    line-height: 17px;
    padding: 10px 15px;
    margin: 10px auto;
    font-size: 17px;
	
}

.hotel_search_zag_info{
font-size: 17px;
    color: #007474;
    padding: 0px 10px;
    margin: 0 auto 5px auto;
    text-align: center;
}


.hotel_search_date_block{
    flex: auto;
    padding: 0 10px;
    margin: 2px 0 10px 0;	
}

.hotel_search_date_block input[type="text"]{
    background: #FDFDFD;
    border: 1px solid #007A7D;
    font-size: 15px;
    color: #292929;
    padding: 20px;
    height: 40px;
}



.banner {
  position: relative;
  padding-top: 20px;
  width: 100%; 
  z-index: 90;
 /*   overflow: hidden;*/

}


.banner .bann_img{
  overflow: hidden;
  height: 267px;
  position: absolute;
  top: 0;
  width: 100%;
}
.banner img {
  position: absolute;
  z-index: 1;
  top: 0;
      width: 100%;
}

.kategory .bann_img{
  overflow: hidden;
  height: 250px;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (max-width: 480px) {
.kategory .bann_img {
     height: 100%;
 }
}

.landing .bann_img{
height: 250px;
}

.banner_title {
  z-index: 2;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  .banner {
    padding-top: 30px;
    height: 350px;
  }
.landing .bann_img{
    height: 350px;

}
  
  .banner img {
    max-width: initial;
    /*margin-left: -50%;*/
        height: 100%;
  }
}
@media (max-width: 480px) {
  .banner h1 {
    font-size: 20px;
  }
}
.banner .banner_slogon {
  display: block;
 	color: #fff;
    margin: 10px 0;
    font-size: 17px;
  line-height: 30px;
 }

.kategory .banner_slogon {
  font-size: 17px;
  line-height: 30px;
  margin-top: 10px;
}

@media (max-width: 480px) {
  .banner .banner_slogon {
        display: none;
    line-height: 20px;
    font-size: 15px;
    margin-top: 0;
  }
}
.banner_search {
  z-index: 2;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 6px;
  padding: 20px 10px;
  justify-content: space-between;
 }
@media (max-width: 480px) {
  .banner_search {
    padding: 23px 16px;
    max-width: 90%;
  }
}
.banner_block {
  flex: 1;
  padding: 0 10px;
}
.banner_block input {
  width: 100%;
}
@media (max-width: 1020px) {
  .banner_block {
    flex: 50%;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .banner_block {
    flex: 100%;
    max-width: 100%;
  }
  .banner_block.dateb {
    max-width: 100%;
  }
}
.bradcrumb {
  border-left: 10px solid #007A7D;
  margin: 20px auto;
  padding: 0;
  padding-left: 10px;
  font-size: 15px;
}
.bradcrumb a {
  float: left;
  margin: auto;
   /*font-weight: bold;*/
  /*color: #656565;*/
  color: #006967;
  
  text-decoration: none;
}
.bradcrumb a:hover {
  color: #007A7D;
}
.bradcrumb p {
  margin: auto;
  float: left;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .bradcrumb {
    max-width: 86%;
  }
}
@media (max-width: 480px) {
  .bradcrumb {
   /* display: none;*/
    line-height: 20px;
    max-width: 100%;
    text-align: left;
    margin: 20px auto 20px auto;
    }
}
@media (max-width: 480px) {
  .kategory .sorting_panel {
    display: none;
  }
}
.sorting_panel {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
  font-size: 16px;
}
@media (max-width: 480px) {
  .sorting_panel div {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.sorting_panel .icon {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: pointer;
  margin-left: 5px;
}
.sorting_panel .icon.list:before {
  content: '';
  background: url(../images/list.png) no-repeat;
  width: 28px;
  display: block;
  height: 28px;
}
.sorting_panel .icon.sq:before {
  content: url(../images/grid.svg);
  width: 28px;
  display: block;
  height: 28px;
}
.sorting_panel .icon.active {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.sorting_panel span {
  margin-top: 4px;
}
.sorting_panel div {
  display: flex;
}
.sorting_panel a {
  color: #292929;
  font-weight: 300;
  white-space: nowrap;
  margin: 0 10px;
  text-decoration: none;
  font-size: 14px;
}
.sorting_panel a:hover {
  color: #007A7D;
}
.sorting_panel a.btn {
  background: url(../images/onmap.svg) #007A7D no-repeat right center;
  padding: 2px 30px 2px 10px;
  height: 30px;
  margin-top: -3px;
  line-height: 27px;
  color: #fff;
}
.sorting_panel a.btn:hover {
  color: #fff;
  background-color: #168D8B;
}
.hotels {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .hotels {
    flex: 100%;
    max-width: 100%;
  }
}
.hotels.grid {
  justify-content: space-between;
}
.hotels.grid .hotels_item {
flex-wrap: wrap;
  margin: 5px;
  flex: 49%;
  max-width: 49%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .hotels.grid .hotels_item {
    flex: 100%;
    max-width: 100%;
  }
}
.hotels.grid .hotels_img {
  padding: 0;
  width: 100%;
  height: 195px;
  max-width: 100%;
      display: contents;
}
.hotels.grid .hotels_img img {
width: 100%;
  height: auto;
 /* height: inherit;*/
  margin: 0;
  max-height: 350px;
}

@media (max-width: 480px) {
    .hotels.grid .hotels_img img {
        height: auto;
    }

    .hotels.grid .hotels_des{
        padding: 5px;
    }
    
    .hotels.grid .hotels_rise{
        padding: 0 10px 10px;
        width: 100%;
    }
    
}

.hotels.grid .hotels_options {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 13px 0;
}
.hotels.grid .hotels_rise {
  max-width: 100%;
          width: 100%;

  background-color: transparent;
}
.hotels.grid .hotels_more {
  max-width: 100%;
  margin-top: 10px;
}
.hotels.grid .hotels_links {
  display: none;
}

 
.hotels .subtitle {
  text-align: left;
  padding-top: 20px;
  font-size: 25px;
  line-height: 50px;
  height: auto;
}
@media (max-width: 480px) {
  .hotels .subtitle {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 50px;
    padding: 0 5px;
  }
}
.hotels_item {
  display: flex;
  flex: 100%;
  margin-bottom: 20px;
  border: 1px solid #CECECE;
  justify-content: space-between;
}
.hotels_item:hover {
  border: 1px solid #007A7D;
}
/*.hotels_img {
  padding: 10px;
  overflow: hidden;
  max-width: 300px;
}*/

.hotels_img {
max-width: 280px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.hotels_img img{
margin: auto 0;
height: 100%;
max-height: 250px;
min-width: 280px; /*new*/
}

.hotels_des {
  flex-grow: 10;
  padding:10px 20px 0 20px;
}
.hotels_des .row {
  justify-content: flex-start;
}
.hotels_title {
  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
  margin-bottom: 10px;
}
.hotels_star {
  display: flex;
  margin-right: 10px;
}

.hotels_stars {
  display: flex;
  border-left: 1px solid #ccc;
}
.hotels_stars .star {
  display: block;
  background: url(../images/star.svg) no-repeat center center;
  width: 20px;
  height: 30px;
}
.hotels_data {
  color: #8D8D8D;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 29px;
}
.hotels_options {
margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    font-weight: normal;
    color: #004647;
    margin-bottom: 15px;
    /* width: auto; */
    max-width: 100%;
    font-size: 15px;
}
.hotels_opinion {
  margin-right: 0;
}
.hotels_opinion img {
    margin-right: 0px;
    width: 35px;
}
.hotels_links {
  display: flex;
  margin: 10px 0;
}
.hotels_links a {
  color: #292929;
  margin-right: 18px;
  white-space: nowrap;
}
.hotels_links a:hover {
  color: #007A7D;
}
.hotels_rise {
  background: #F4F4F4;
  padding: 0 10px 15px;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  max-width: 200px;
}
 

.hotels_money {
  flex: 100%;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  line-height: 20px;
  color: #292929;
  font-weight: bold;
      margin: 5px
}
.hotels_money span {
  font-size: 16px;
  font-weight: normal;
}
.hotels_more {
  flex: 100%;
  max-width: 180px;
  display: block;
  border: 1px solid #007A7D;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
      padding: 10px 15px;
  text-decoration: none;
  margin: 10px auto 0 auto;
}
.hotels_more:hover {
  background-color: #007A7D;
  color: #fff;
  text-decoration: none;
}
.icon.place {
  background-image: url(../images/target.svg);
}
.icon.tocity {
  background-image: url(../images/tocity.svg);
}
.icon.tosee {
  background-image: url(../images/tosee.svg);
}
.grid .hotels_star {
  position: absolute;
  top: 10px;
  left: 3px;
}
section.grey {
  padding: 70px 0;
}
.bradcrumb {
  overflow: hidden;
}
.fix_menu {
  z-index: 10;
  position: relative;
}
.fix-title {
  /*font-weight: normal;*/
  font-size: 26px;
 /* line-height: 35px;*/
  color: #292929;
  margin-bottom: 20px;
  text-align: left;
	text-transform: none;
}
@media (max-width: 480px) {
  .fix-title {
    margin-top: 20px;
    font-size: 24px;
    line-height: 27px;
  }
}
.fix-data {
justify-content: space-between;
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.21);
  margin: 5px auto 30px auto;
}
.fix-data ul {
  display: flex;
  padding: 10px;
  margin-bottom: 0;
  flex-grow: 10;
}

@media (max-width: 480px) {
  .fix-data ul {
    display: none;
  }
}
.fix-data ul li {
  flex: 1;
}
.fix-data ul li a {
  color: #5F5F5F;
  white-space: nowrap;
  font-weight: 500;
  text-decoration: none;
}
.fix-data ul li a:hover {
  color: #007A7D;
}


/* Изменение 4 начало */

@media (max-width: 992.9px) {
  .fix-data ul{
    flex-wrap: wrap;
    flex-grow: 1;
  }
  .fix-data ul li{
    flex: none;
    margin-bottom: 5px;
  }
  .fix-data ul li:not(:last-child){
    margin-right: 10px;
  }
}





.specpredlozhen{
padding: 30px 0;
    
}


.specpredlozhen .wrap{
    border: 2px solid #007A7D;
    padding: 10px;
    width: auto;
}

.specpredlozhen_title {
    font-weight: 500;
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #007472;
}

.specpredlozhen_text {
    line-height: 25px;
    color: #007674;
}






/* Изменение 4 конец */

.fix-data .btn {
  height: 40px;
  margin: 0;
  height: 41px;
  line-height: 19px;
  font-weight: 400;
  border: 1px solid #D2A662;
  max-width: 200px;
}

@media (max-width: 480px) {
.fix-data .btn{
  max-width: 100%;

}
    
}

.fix-data .favorit,
.favorit-icon {
	position: relative;
  opacity: 0.5;
  margin-top: 6px;
  display: block;
  width: 35px;
  height: 35px;
  background: url(../images/favorit.svg) no-repeat;
  margin-right: 5px;
  /*Изменение 7 начало*/
  flex-shrink: 0;
  /*Изменение 7 конец*/
}
.favorit-icon span{
	position: absolute;
	right: -1px;
	top: -5px;
	z-index: 1;
	font-size: 20px;
	font-weight: 700;
	color: #702b2b;
}
.fix-data .favorit:hover,
a.favorit.active {
  opacity: 1;
}


.fix-data .share {
  opacity: 0.5;
  margin-top: 6px;
  display: block;
  width: 35px;
  height: 35px;
  background: url(../images/share.svg) no-repeat;
  margin-right: 5px;
  /*Изменение 8 начало*/
  flex-shrink: 0;
  /*Изменение 8 конец*/
}
.fix-data .share:hover {
  opacity: 1;
}
.orange {
  background: #D2A662;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  transition: 0.2s;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.32);
  color: #fff;
}
.orange:hover {
  transition: 0.2s;
  color: #fff;
  background: #CFA666;
}
.showcase {
  display: flex;
}

/*Изменение 3 начало*/
@media (max-width: 992.9px) {
  .showcase{
    flex-direction: column;
  }
}



/*Изменение 3 конец*/
.showcase_left {
  flex: 75%;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
}
/*Изменение 9 начало*/
.showcase_left .bigimg {
  position: relative;
}
/*Изменение 9 конец*/
.showcase_left .smallimg {
  overflow: hidden;
  position: relative;
  max-width: 32.5%;
      max-height: 175px;/* мой */
}

.showcase_left .smallimg img{
    height: 100%; /* мой */
	}
	
.showcase_left .smallimg span {
  font-size: 50px;
  line-height: 200px;
  font-weight: 500;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  display: block;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  /*Измеение 11 начало*/
  display: flex;
  justify-content: center;
  align-items: center;
  /*Измеение 11 конец*/
}


/*Измеение 10 начало*/

@media (max-width: 991.9px) {
  .showcase_left img{
    object-fit: cover;
    max-width: 100%;
  }
  .showcase_left .smallimg span{
    font-size: 30px;
  }
}
/*Измеение 10 конец*/


@media (max-width: 480px) {
  .showcase_left .smallimg span {
    font-size: 20px;
    line-height: 68px;
  }
}
.showcase hr {
  margin: 15px 0;
}
.showcase_right {
  flex: 320px;
  padding: 20px 20px 0px 20px;
  background: #FCFCFC;
}
@media (max-width: 480px) {
  .showcase_right {
    padding: 20px 0px;
  }
}

.block_ico_main_foto{
    position: absolute;
    z-index: 1;
}

.ico_main_foto_all{
    width: 70px;

}
.ico_main_foto_star{
    width: 40px;
    margin: 7px 0 0 7px;
}

.showcase_best {
  font-weight: 500;
  margin-top: 5px;
}
.showcase_best img {
  margin-right: 5px;
  width: 30px;
}
.shield {
  color: #007A7D;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .shield {
    margin-bottom: 20px;
  }
}
.shield span {
  color: #989090;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  margin-left: 39px;
  display: block;
}
.button-icon {
  display: flex;
  padding: 8px;
  border: 1px solid #D2E0E0;
  margin-bottom: 10px;
  align-items: center;
  color: #292929;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}
.button-icon img {
  margin-right: 20px;
}
.button-icon:hover {
  text-decoration: none;
  background-color: #eaeaea;
}
@media (max-width: 480px) {
  .kategory .banner {
display: grid;
height: 350px;
}
}
.options {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: 30px;
}
@media (max-width: 480px) {
  .options {
    margin-top: 0px;
  }
}
.options .option {
  padding-right: 20px;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  /*flex: 25%;*/
  flex: 20%;
  overflow: hidden;
}

/*Изменение 5 начало*/
@media (max-width: 991.9px) {
  .options .option{
    flex: 30%;
  }
}

@media (max-width: 639.9px) {
  .options .option{
    flex: 50%;
  }
}
/*Изменение 5 конец*/

@media (max-width: 480px) {
  .options  {
display: inline-block;
  }	
  .options .option {
    flex: 100%;
	    display: inline-block;
  }
	.options .option span{
	display: none;
  }
  
}
.options .option img {
  margin-right: 5px;
      width: 40px;
}
.steps {
  display: flex;
  position: relative;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .steps {
    flex-wrap: wrap;
  }
}
.steps:before {
  content: '';
  width: 100%;
  height: 1px;
  z-index: 10;
  top: 52%;
  position: absolute;
  background: #ababab;
}
.steps .step {
  position: relative;
  z-index: 15;
  max-width: 18%;
  flex: 25%;
  border: 1px solid #e2e2e2;
  background: #f9f9f9;
  text-align: center;
  padding: 15px;
}
.steps .step strong {
  display: block;
  width: 100%;
  font-size: 18px;
  margin-bottom: 5px;
}
.steps .step p {
  font-size: 14px;
}
.steps .step img {
  margin: auto;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .steps .step {
    max-width: 48%;
    flex: 50%;
    margin-bottom: 15px;
  }
}
.rieltor {
  display: flex;
  padding: 60px 10px;
  background: #F3F6F6;
}
@media (max-width: 480px) {
  .rieltor {
    padding: 20px 10px;
  }
}
.rieltor .wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .rieltor .wrap {
    flex-wrap: wrap;
  }
}
.rieltor .col {
  max-width: 48%;
  flex: 50%;
}
@media (max-width: 480px) {
  .rieltor .col {
    max-width: 100%;
    flex: 100%;
  }
}
.rieltor li {
  font-style: normal;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  color: #292929;
  line-height: 21px;
}
.rieltor li a {
  color: #292929;
  text-decoration: none;
      display: flex;
    margin: 10px 0;
}
.rieltor li a:hover {
  color: #007A7D;
}

.rieltor li a b{
color: #00817e;
}

.rieltor li .adaptiv_pokaz_tel{
  display: none;
}

.rieltor li .adaptiv_pokaz_netel{
  display: inline-block;
}

@media (max-width: 480px) {

    .rieltor li .adaptiv_pokaz_tel{
      display: inline-block;
    }
   .rieltor li .adaptiv_pokaz_netel{
      display: none;
    }
}


.rieltor li img {
  margin-right: 10px;
  width: 27px;
}
.rieltor_hotel {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
}
.rieltor .btn {
  float: left;
  margin-right: 5px;
  background: #007A7D;
  color: #fff;
}
@media (max-width: 480px) {
  .rieltor .btn {
    margin-bottom: 15px;
  }
}
.rieltor .btn:hover {
  background: #148a87;
}
.rieltor .btn.orange {
  background: #FF8E35;
  border: 1px solid #FF8E35;
}
.rieltor .btn.orange:hover {
  background: #c16720;
}
.rieltor_photo {
  float: left;
  margin-right: 20px;
      text-align: center;
}

.rieltor_photo img {
    max-width: 250px;
}

@media (max-width: 480px) {
  .rieltor_photo {
    width: 100%;
    margin-bottom: 10px;
  }
  .rieltor_photo img {
    width: 100%;
  }
}
.rieltor_data h1 {
  color: #292929;
  font-weight: bold;
  font-size: 30px;
  text-transform: none;
  text-align: left;
  margin-bottom: 10px;
  line-height: 29px;
}
.rieltor_data span {
  color: #686666;
  font-weight: normal;
  text-align: left;
  font-size: 18px;
  display: block;
  text-transform: none;
  line-height: 29px;
}
.rieltor_more {
  color: #2D5F5E;
  font-weight: 600;
  margin-bottom: 10px;
}
.rieltor_more a {
  display: block;
  text-decoration: none;
  font-weight: normal;
  color: #2B7270;
}
@media (max-width: 480px) {
  .rieltor_more a {
    margin: 5px 0;
  }
}
.rieltor_more a:hover {
  text-decoration: underline;
}
.rieltor_social {
  display: flex;
  margin-top: 10px;
}
.rieltor_social a {
  display: block;
  margin-right: 5px;
  width: 35px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.rieltor_social a img {
  width: 33px;
}
.rieltor_social a:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.card-content{
    
    line-height: 24px;
}
    
.card-content_more {
display: block;
 /* justify-content: space-between;
  border-bottom: 1px solid #ccc;*/
  margin-bottom: 30px;
 }
@media (max-width: 480px) {
  .card-content_more {
    flex-wrap: wrap;
  }
}
.card-content_more h4 {
  color: #292929;
  text-align: left;
  margin-bottom: 15px;
}
.card-content_more .col {
  max-width: 100%;
  margin: 30px auto;
}
@media (max-width: 480px) {
  .card-content_more .col {
    max-width: 100%;
    width: 100%;
    margin: 0 !important;
    padding: 0px !important;
    border: none !important;
  }
}
.card-content_more .col:first-child {
   margin-right: 20px;
  padding-right: 40px;
}
.card-content_moreoption {
  display: flex;
  flex-wrap: wrap;
}

.card-content_moreoption li {
  font-size: 16px;

  margin-bottom: 8px;
  text-indent: -35px;
    padding-left: 35px;
}
.card-content_moreoption li img {
  margin-right: 5px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 30px;
  height: 30px;
}
.card-content_moreoption .col {
  flex: 48%;
  margin-bottom: 20px;
    margin-right: 10px;
}
@media (max-width: 480px) {
  .card-content_moreoption .col {
    flex: 100%;
  }
}
.card-content_moretitle {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
   margin-bottom: 18px;
}
.warning {
  background: #E2F0EC;
  border: 2px solid #007A7D;
    margin: 35px 0;
    padding: 20px 30px;
text-align: left;
  color: #213535;
  width: 100%;
  max-width: 1200px;
  display: block;
  /*display: flex;*/
  flex-wrap: wrap;
  color: #085654;
}
.warning .col.s2 {
  flex: 49%;
  text-align: left;
}
@media (max-width: 480px) {
  .warning .col.s2 {
    flex: 100%;
    margin-top: 10px;
  }
}
.warning strong {
font-weight: bold;
    font-size: 22px;
    /* margin-bottom: 10px; */
    display: block;
    width: 100%;
    line-height: 50px;
}
.warning p {
  margin-bottom: 0;
  font-weight: normal;
    font-size: 15px;
    line-height: 22px;
  width: 100%;
}
.warning span {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
}
.warning span img {
  margin-right: 10px;
}
.mini-map {
width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .mini-map img {
    width: auto;
    max-width: initial;
    height: 100%;
  }
}

#map{
width: 100%;
height:500px;
margin-bottom: 30px;
}

@media (max-width: 480px) {
#map{
height:300px;
  }
}


#kn_map{
padding-top: 0;
}

.wrp {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}

.wrp_zag {
    font-size: 18px;
    line-height: 40px;
    /* font-weight: 500; */
    color: #449700;
    text-align: center;
    text-transform: uppercase;
	}

.map-box { 
	position: absolute;
	top: 70px;
	left: 20px; 
	padding: 20px;
	background: #fff;
	border: 1px solid #ddd;
	z-index: 100;
	width: 250px;
	box-shadow: -1px -1px 24px 0px rgba(50, 50, 50, 0.5);
}
.map-box p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
	}

@media (max-width: 480px) {
	.map-box { 
	position: unset;
margin-bottom: 20px;
    padding: 0;
    border: 0px solid #39bbb8;
    z-index: 100;
    width: 100%;
    box-shadow: none;
	}

}




.mini-map .btn {
  background: #007A7D;
  color: #fff;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
}
@media (max-width: 480px) {
  .mini-map .btn {
    width: 80%;
  }
}
.mini-map .btn:hover {
  transition: 0.2s;
  background: #148a87;
}
.subscribe .unwrap img {
  margin-right: 50px;
  margin-top: 30px;
}

.faq_form_title{
display: block;
  width: 100%;
  color: #ffffff;
  font-size: 26px;
  text-align: center;
  margin: 0 auto 30px auto;
}

.div_checkbox{
margin: 20px 0 0 0;
}

@media (max-width: 480px) {
.div_checkbox{
  margin: 20px auto;
  font-size: 13px;
  line-height: 20px;  
}
}

.faq_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faq_form p {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #FFFEFE;
}
.faq_form input[type="text"] {
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .faq_form input[type="text"] {
    margin-bottom: 10px;
    width: 100%;
  }
  
input[name="glob_kol_mest"]{
min-width: auto;
}
  
}
.faq_form textarea {
  width: 75%;
  height: 70px;
      color: #757575;
        border: 1px solid #007A7D !important;

}
@media (max-width: 480px) {
  .faq_form textarea {
    width: 100%;
    height: 150px;
  }
}
.faq_form input[type="submit"] {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  flex: 1;
  margin-left: 8px;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 480px) {
  .faq_form input[type="submit"] {
    margin-top: 20px;
    height: 60px;
  }
}
.faq_form input[type="submit"]:hover {
  background-color: #007A7D;
  transition: 0.2s;
}
.faq_form label {
  color: #fff;
  margin-top: 15px;
}
.faq_form label input {
  margin-right: 10px;
  width: 25px;
  border: none;
}
.cleanhr {
  width: 100%;
  margin-bottom: 30px;
  height: 5px;
}
@media (max-width: 480px) {
  .cleanhr {
    margin-bottom: 10px;
  }
}
.card .content-block.wrap {
  flex-wrap: wrap;
  padding-top: 50px;
}
.itemroom {
  flex: 100%;
  width: 100%;
  border: 1px solid #007A7D;
  margin-bottom: 30px;
  display: flex;
  padding: 15px;
  position: relative;
}

/*Изменение 9 начало*/
@media (max-width: 767.9px) and (min-width: 480.9px)  {
  .itemroom{
    flex-direction: column;
  }
}
/*Изменение 9 конец*/

@media (max-width: 480px) {
  .itemroom {
    flex-wrap: wrap;
    padding-bottom: 100px;
  }
}
.itemroom_num {
  color: #EAEAEA;
  font-size: 90px;
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 10px;
}
@media (max-width: 480px) {
  .itemroom_num {
    display: none;
  }
}
.itemroom_gall {
  margin-right: 15px;
  width: 300px;
  flex: 300px;
}
@media (max-width: 480px) {
  .itemroom_gall {
    margin-bottom: 20px;
    margin-right: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #DFDFDF;
  }
}
.itemroom_gall .btn {
  width: 230px;
  margin-top: 20px;
  margin-left: 0;
}
@media (max-width: 480px) {
  .itemroom_gall .btn {
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.itemroom_slider {
  margin-bottom: 15px;
}
.itemroom_bed {
  color: #292929;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  overflow: hidden;
}

.itemroom_bed div{
    float: left;
    font-size: 18px;
    line-height: 17px;
    color: #007A7D;
    display: flex;
	padding:0 5px;
	}
	

.itemroom_bed .krov_x2_celoe:after {
  background-image: url('../images/room_icon/krov_x2_celoe.svg');
}

.itemroom_bed .krov_x2_1:after {
  background-image: url('../images/room_icon/krov_x2_1.svg');
}

.itemroom_bed .krovx2max:after {
  background-image: url('../images/room_icon/krovx2max.svg');
}

.itemroom_bed .krov_x1:after {
  background-image: url('../images/room_icon/krov_x1.svg');
}

.itemroom_bed .divan1:after {
  background-image: url('../images/room_icon/divan1.svg');
}
.itemroom_bed .divan2:after {
	background-image: url('../images/room_icon/divan2.svg');
}
.itemroom_bed .kreslo:after {
  background-image: url('../images/room_icon/kreslo.svg');
}
.itemroom_bed .dommest:after {
  background-image: url('../images/room_icon/dommest.svg');
}
.itemroom_bed .room_icon:after{
    background-size: 37px 23px;
    background-repeat: no-repeat;
    width: 39px;
    height: 26px;
    content: "";
}




.itemroom_content {
  position: relative;
  max-width: 100%;
}
.itemroom_title {
  color: #292929;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 17px;
}

@media (max-width: 480px) {
.itemroom_title  {
  font-size: 18px;
  }
}

.itemroom_des {
  color: #292929;
  max-width: 90%;
  margin-bottom: 12px;
      font-size: 15px;
    line-height: 23px;
}
.itemroom_des p {
  margin-bottom: 5px;
}
.itemroom_des a {
  margin-top: 10px;
  display: block;
}


/*Изменение 6 начало*/
@media (max-width: 992.9px) and (min-width: 480.9px) {
  .itemroom_des{
    max-width: 100%;
    padding-right: 50px;
  }
  .itemroom_title{
    padding-right: 50px;
  }
  .itemroom_num{
    font-size: 50px;
  }
}
/*Изменение 6 конец*/

@media (max-width: 480px) {
  .itemroom_des a {
    margin: 15px auto;
  }
}
.itemroom_options {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.itemroom_option {
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  flex: 25%;
}
@media (max-width: 480px) {
  .itemroom_option {
    flex: 50%;
  }
}
.itemroom_option img {
  margin-right: 5px;
  fill: black;
}


.itemroom_price {
  position: relative;
  z-index: 10;

}


  .scrolable:after {
    content: '';
    display: block;
    top: 0;
    position: absolute;
    width: 45px;
    height: 90px;
    right: 0;
    background: #ffffff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.01) 0%, #ffffff 100%);
  }
  
.price_table {
position: relative;
z-index: 10; 
}

  .price_table:after {
    content: '';
    display: block;
    top: 0;
    position: absolute;
    width: 45px;
    height: 100%;
    right: 0;
    background: #ffffff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.01) 0%, #ffffff 100%);
  }
  

.scrolable{    
  overflow-x: scroll;
  width: 100%;
  max-width: 820px;
}

.scrol_obsh{    
  overflow-x: scroll;
  width: 100%;
 }
 
@media (max-width: 480px) {
  .itemroom_price {
    /*margin-right: -36px;*/
	    margin-right: auto;
    position: relative;
    z-index: 10;
  }
  .itemroom_price:after {
    content: '';
    display: block;
    top: 34px;
    position: absolute;
    width: 45px;
    height: 90px;
    right: 0;
    background: #ffffff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.01) 0%, #ffffff 100%);
  }
}
.itemroom_price p {
  color: #747373;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}
.itemroom_table {
  width: 100%;
  position: relative;
}

.itemroom_table span {
color: #007474;
    font-size: 16px;
    line-height: 25px;
}

.itemroom_table table {
  width: 100%;
}
.itemroom_table table th {
  background: #869695;
  border: 1px solid #E4E7E7;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #FCFCFC;
  text-align: center;
  padding: 10px 15px;
  white-space: nowrap;
  flex: 1;
}
.itemroom_table table td {
  border: 1px solid #E4E7E7;
  text-align: center;
  padding: 10px 15px;
  background: #fff;
  flex: 1;
  white-space: nowrap;
}

/*Изменение 7 начало*/
@media (max-width: 992.9px) and (min-width: 480.9px) {
  .itemroom_table table th{
    font-size: 15px;
    padding: 8px;
  }
  .itemroom_table table td{
    padding: 8px;
  }


}
/*Изменение 7 конец*/


@media (max-width: 480px) {
  .itemroom_table table td {
    font-size: 18px;
    line-height: 22px;
  }
}


.price_table {
  width: 100%;
      overflow: auto;
}
@media (max-width: 480px) {
  .price_table {
    overflow: auto;
  }
}
.price_table th {
  background: #D9D9D9;
  border: 1px solid #E4E7E7;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #292929;
  text-align: center;
  padding: 10px 15px;
  white-space: nowrap;
  flex: 1;
}
.price_table th:first-child {
  background: #E2F0EC;
}
.price_table td {
  border: 1px solid #E4E7E7;
  text-align: center;
  padding: 10px 15px;
  white-space: nowrap;
  flex: 1;
}



@media (max-width: 480px) {
  .price_table td {
    font-size: 18px;
    line-height: 22px;
  }
}

.price_table td a{
text-align: left;
    display: block;
	white-space: break-spaces;
	max-width: 500px
}

@media (max-width: 480px) {
	.price_table td a{
	}
	
	
}

.review_mark {
  width: 100%;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 0px;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .review_mark {
    flex-wrap: wrap;
  }
}
.review_total {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 480px) {
  .review_total {
    margin-bottom: 15px;
    margin-left: 10px;
  }
}
.review_total-mark {
  background: #007A7D;
  color: #fff;
  font-size: 18px;
  padding: 15px;
  margin-right: 10px;
}
.review_total-mark span {
  color: #FFCCA4;
  font-weight: 900;
  font-size: 22px;
}
.review p {
  display: block;
  color: #7D7D7D;
}
.review p strong {
  font-weight: 400;
  line-height: 26px;
  display: block;
  color: #000;
}
.review_data {
  display: flex;
  flex-wrap: wrap;
}
.review_status {
  flex: 230px;
  margin: 10px;
  margin-top: 0px;
  flex: 45%;
}
.review_status_bar {
  background: #dedede;
  height: 5px;
  width: 100%;
}
.review_status_res {
  background: #FFAB67;
  height: 5px;
}
.review_status_data {
  display: flex;
  justify-content: space-between;
}
.review_status_data p {
  font-size: 12px;
  margin-bottom: 0;
}
.review_status_data span {
  font-size: 16px;
  color: #007A7D;
  font-weight: 600;
}
.review_item {
  display: flex;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  padding: 15px 30px;
}
@media (max-width: 480px) {
  .review_item {
    flex-wrap: wrap;
  }
}
.review_num {
  color: #292929;
  font-weight: 300;
    width: 100%;
	font-size: 14px;
  align-items: center;
  margin-top: -10px;
  margin-bottom: 5px;
  line-height: 16px;
  float: left;
}
.review_num span {
  color: #FF8E35;
  font-weight: bold;
  font-size: 30px;
  margin-right: 10px;
  line-height: 35px;
}
.review_img {
    width: 200px;
    overflow: initial;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 7px;
    padding-bottom: 6px;
	
    max-width: 300px;
}

.review_reviews {
	margin-left:10px
}

.review_reviews p {
  font-size: 14px;
  color: #292929;
}
.review_title {
  font-weight: 500;
  font-size: 20px;
}
.review_buttom {
  margin-top: 50px;
      display: flow-root;
}
.review_buttom .btn {
  float: left;
  background: #007A7D;
  color: #fff;
}
.review_buttom .btn:hover {
  background: #158683;
}
.review_buttom .btn.clear {
  float: right;
  color: #007A7D;
  border: 2px solid #007A7D;
  background: transparent;
}
.review_buttom .btn.clear:hover {
  background: #b9e0e0;
  color: #006365;
}
@media (max-width: 480px) {
  .review_buttom .btn.clear {
    margin-bottom: 20px;
  }
}

.ustop a{
  
  font-family: Courier;
  font-size: 30px;
color: #f00;
    margin: 5px;
	
}

.ustop a:before{
    content: "X";
    position: absolute;
}

.otziv_add{
	    background: #f8fbfb;
    border: 1px solid #007A7D;
    font-size: 15px;
    color: #292929;
    padding: 20px;
	    margin: 40px auto;
}



.otziv_add .row {
  margin-bottom: 15px;
}
.otziv_add .row input,
.otziv_add .row select {
flex: content;
  margin: 5px;
  color: #292929;
      font-size: 15px;

}
.otziv_add_blok {
  display: flex;
  flex-wrap: wrap;
}
.otziv_add .sea {
  padding: 0 5px;
  position: relative;
}
@media (max-width: 1020px) {
  .otziv_add .sea {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .otziv_add .sea {
    margin-bottom: 40px;
  }
}
.otziv_add .sea form {
  width: 100%;
}
.otziv_add .sea .range {
  margin-left: -2px;
  width: 100%;
}
@media (max-width: 480px) {
  .otziv_add .sea .range {
    margin-left: 0px;
  }
}
.otziv_add .dataRange {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  margin-left: 10px;
  position: absolute;
  top: 0px;
  left: 123px;
}
.otziv_add .title {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  color: #1f1f1f;
}
.otziv_add .metrix {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
}
@media (max-width: 1020px) {
  .otziv_add .metrix {
    line-height: 35px;
    margin-bottom: 20px;
  }
}
.otziv_add .cheks {
  margin-left: 20px;
}
@media (max-width: 480px) {
  .otziv_add .cheks {
    margin-left: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1020px) {
  .otziv_add .cheks {
    width: 100%;
    margin-bottom: 20px;
  }
}
.otziv_add .cheks label {
  flex: 33%;
  color: #939393;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 480px) {
  .otziv_add .cheks label {
    flex: 50%;
  }
}
.otziv_add .buttons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-right: 5px;
}
@media (max-width: 480px) {
  .otziv_add .buttons {
    width: 100%;
	    margin: 20px 0;
    padding: 0;
  }
}
.otziv_add .buttons .btn {
  margin-left: 10px;
  width: 190px;
}
@media (max-width: 480px) {
  .otziv_add .buttons .btn {
    width: 100%;
	  margin-left: 0;

  }
}

.otziv_add textarea{
    border: 1px solid #007A7D;
    color: #292929;
    padding: 20px;
    height: 100px;
    line-height: 25px;
}

/*star*/
.rating-area {
	overflow: hidden;
    width: 24%;
	margin: 0 auto;

display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
}

@media (max-width: 480px) {
	.rating-area {
    width: 100%;
  }
}

.rating-area:not(:checked) > input {
	display: none;
}
.rating-area:not(:checked) > label {
    float: right;
    width: 28px;
    padding: 0;
    cursor: pointer;
    font-size: 25px;
    line-height: 29px;
    color: lightgrey;
    text-shadow: 1px 1px #bbb;
}
.rating-area:not(:checked) > label:before {
	content: '★';
}
.rating-area > input:checked ~ label {
	color: gold;
	text-shadow: 1px 1px #c60;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
	color: gold;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
	color: gold;
	text-shadow: 1px 1px goldenrod;
}
.rate-area > label:active {
	position: relative;
}

.rating-area div{
    font-size: 16px;
    line-height: 30px;
    color: #292929;	
}
/*star*/











.clear {
  border: 2px solid #007A7D;
}
@media (max-width: 480px) {
  .faq {
    background: none;
  }
}
.colapside {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.colapside li {
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.colapside li:hover .title {
  background: #EFEFEF;
}
.colapside li:last-of-type {
  padding-bottom: 0;
}
.colapside li p {
  padding-left: 90px;
  font-weight: normal;
  padding-top: 15px;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 480px) {
  .colapside li p {
    padding-top: 10px;
    padding-left: 10px;
    background-color: #fff;
  }
}
.colapside li .title {
  border: 1px solid #007A7D;
  font-weight: normal;
  padding: 30px;
  font-size: 20px;
  padding-left: 80px;
  line-height: 26px;
  color: #292929;
  background: #FAFAFA;
}
@media (max-width: 480px) {
  .colapside li .title {
    padding: 20px;
    font-size: 18px;
    padding-left: 40px;
    line-height: 20px;
  }
}
.colapside li i {
  position: absolute;
  transform: translate(-6px, 0);
  left: 3%;
  top: 30px;
  width: 30px;
  height: 30px;
  border: 1px solid #007A7D;
}
@media (max-width: 480px) {
  .colapside li i {
    top: 20px;
    left: 4%;
    width: 20px;
    height: 20px;
  }
}
.colapside li i:before {
  width: 1px;
  height: 9px;
}
.colapside li i:after {
  width: 9px;
  height: 1px;
}
.colapside li i:before,
.colapside li i:after {
  content: "";
  position: absolute;
  background-color: #007A7D;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
}
.colapside li i:before {
  transform: rotate(-90deg);
}
.colapside li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.colapside li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.colapside li input[type=checkbox]:checked ~ i:before {
  transform: rotate(0deg);
}


@media (max-width: 480px)
{
    .colapside li input[type=checkbox] {
  height: auto;
}
} 




.transition {
  transition: all 0.25s ease-in-out;
}
.flipIn {
  animation: flipdown 0.5s ease both;
}
@media (max-width: 550px) {
  box-sizing: border-box;
  transform: translate(0, 0);
  max-width: 100%;
  min-height: 100%;
  margin: 0;
  left: 0;
}
@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
.accordion-body {
  display: none;
  padding: 0px;
  margin: 1px 0;
  margin-top: -2px;
  padding-bottom: 5px;
}
.accordion-body .komentitle {
  ont-style: italic;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #958A8A;
  padding-left: 10px;
  margin-top: 5px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
}
.accordion-body a {
  color: #393939;
  display: block;
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
  line-height: 16px;
  color: #555555;
  padding: 7px 8px;
}
.accordion-body a:hover {
  color: #007A7D;
}
.accordion-body > * > .accordion-body {
  background: #FFF;
  margin: 0;
}
.accordion-header {
  background: #007A7D;
  margin: 3px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  text-transform: none;
  color: #fff;
  padding: 12px 40px 12px 20px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.accordion-header_subheader {
  font-weight: normal;
  font-size: 11px;
  line-height: 22px;
  font-style: none;
}
.accordion-header.clear {
  background-color: transparent!important;
  border: none;
  border-bottom: 1px solid #ccc;
  color: #858585 !important;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0;
}
.accordion-header.clear:after {
  color: #9c9b9b;
  font-size: 18px;
  right: 4px;
}
.accordion-header.clear:before {
  border: 1px solid #c7c7c7;
  top: 9px;
  right: 0;
  width: 18px;
  height: 18px;
}
.accordion-header.sub {
  background-color: #CCF1F0;
  height: 33px;
  line-height: 28px;
  color: #393939;
  padding: 2px 10px;
  margin: 1px 0;
  font-weight: normal;
  font-size: 15px;
}
.accordion-header.sub .accordion-header_subheader {
  color: #007A7D;
  margin-right: 28px;
  margin-top: 3px;
  font-style: normal;
  line-height: 20px;
}
.accordion-header.sub:after {
  color: #007A7D;
}
.accordion-header.sub:before {
  border: 1px solid #007A7D;
  top: 7px;
  right: 13px;
  width: 17px;
  height: 17px;
}
.accordion-header.sub.open {
  background-color: #c6e0df;
  color: #393939;
  font-weight: normal;
}
.accordion-header:after {
  content: "+";
  right: 16px;
  font-family: Courier;
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
  color: #fff;
  position: absolute;
}
.accordion-header:before {
  content: "";
  display: block;
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 12px;
}
.accordion-header.open {
  background: #007A7D;
  color: #fff;
  font-weight: bold;
}
.accordion-header.open:after {
  content: "-";
}
.owl-carousel .item {
  border: 1px solid #007A7D;
  background: #fff;
  padding-bottom: 20px;
}
.owl-carousel .item a {
  display: block;
}
.owl-dots {
  display: none;
  text-align: center;
  margin-top: 20px;
}
.owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #007A7D !important;
  margin: 0 10px;
}
.owl-dots .owl-dot.active {
  background: #007A7D;
}
@media (max-width: 1020px) {
}
.owl-nav {
  position: absolute;
  z-index: 2;
  top: 30%;
  width: 100%;
}
.owl-nav .owl-prev {
  left: -120px;
}
.owl-nav .owl-next {
  right: -120px;
}
@media (max-width: 480px) {
  .owl-nav .owl-prev {
    left: -50px;
  }
  .owl-nav .owl-next {
    right: -50px;
  }
}
.owl-nav span {
  background: #007A7D;
  display: block;
  margin: 7px !important;
  height: 85%;
  color: #fff;
  font-size: 48px;
}
.owl-nav button {
  border: 1px solid #007A7D !important;
  width: 80px;
  height: 80px;
  opacity: 0.5;
  top: 30%;
  position: absolute;
}
.owl-nav button:hover {
  opacity: 1;
}
@media (max-width: 1020px) {
}



/*Изменение 1 начало*/


.fancybox-thumbs {
 top: auto;
 width: auto;
 bottom: 0;
 left: 0;
 right : 0;
 height: 95px;
 padding: 10px 10px 0 10px;
 box-sizing: border-box;
 background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
 right: 0;
 bottom: 95px;
 overflow: visible;
}

.fancybox-thumbs::-webkit-scrollbar {
 height: 7px;
}

.fancybox-thumbs::-webkit-scrollbar-track {
 background: #2a2a2a;
 border-radius: 10px;
 box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.fancybox-thumbs::-webkit-scrollbar-thumb {
 background: #ccc;
 border-radius: 10px;
}


.slick-slider__resize{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  background: url('../img/resize.jpg') no-repeat center;
  background-size: 100%;
  cursor: pointer;
  z-index: 5;
  opacity: .8;
  transition: .2s ease-out;
}

.slick-slider__resize:hover{
  opacity: 1;
}

.slick-slider .slick-arrow{
  position: absolute;
  top: 50%;
  width: 12px;
  height: 11px;
  background: 0;
  border: 7px solid transparent;
  font-size: 0;
  z-index: 2;
  cursor: pointer;
  transition: .3s ease-out;
  transform: translateY(-50%);
  opacity: .9;
}

.slick-slider .slick-arrow:hover{
  opacity: 1;
}

.slick-slider .slick-prev{
  left: calc(0% - 30px);
  border-right: 11px solid #FF9800;
}
.slick-slider .slick-next{
  border-left: 11px solid #FF9800;
  left: auto;
  right: calc(0% - 30px);

}

.slick-slider:hover  .slick-prev{
  left: 2.5%;
}

.slick-slider:hover  .slick-next{
  right: 2.5%;
}

.slick-slider__counter{
  position: absolute;
  bottom: 10px;
  left: auto;
  right: 10px;
  font-size: 14px;
  background: #2f4e62;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
}


.showcase__slider-wrap{
  position: relative;
  width: 100%;
  margin-bottom: 10px;
    overflow: hidden;
  max-height: 515px;
}

.slick-track{
	  /*    max-height: 580px; мой*/

}

.showcase__slider-wrap .slick-slider__resize{
  width: 30px;
  height: 30px;
}

.showcase__slider{
  max-width: 1000px;
  width: 100%;
}

.showcase__slider .slick-arrow{
  width: 25px;
  height: 25px;
  background: url('../img/arrow-circle.svg') no-repeat center;
  border: 0;
}

.showcase__slider .slick-prev{
  left: 2.5%;
}
.showcase__slider .slick-next{
  left: auto;
  right: 2.5%;
  transform: translateY(-50%) rotate(180deg);
}

.showcase__slider-item{
  max-width: 100%;
  width: 100%;
}

.showcase__slider-item .showcase__slider-item{
  max-height: 300px;

}

.showcase__slider-item img{
  width: 100%;
  height: 100%;
  max-height: 570px;
 /* object-fit: cover;*/
  object-fit: none;
}

@media (max-width: 480px) {
.showcase__slider-item img{
    max-height: 215px;
	    object-fit: cover;
  }
}


.itemroom__gallery-wrap{
  position: relative;
  margin-bottom: 15px;
}

.itemroom__gallery-link-locker{
  width: 100%;
  height: 100%;
  z-index: 4;
}


.itemroom_slider-wrap{
  position: relative;
        overflow: hidden;
    max-height: 235px;
}

.itemroom_slider{
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
    max-height: 225px;
}





.itemroom_slider-item{

}

.itemroom_slider img{
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 225px;
}


.itemroom__thumbnails{
  display: flex;
  width: 100%;
}


.itemroom__thumbnails .slick-current.slick-active{
  opacity: 1;
  cursor: default;
}
.itemroom__thumbnails .slick-slide{
  opacity: .8;
  cursor: pointer;
}
.select-age{
	appearance: none;
	border: 1px solid #0071c2;
    color: #333;
    
    padding: 8px 24px 8px 8px;
    border-radius: 2px;
    background: #fff url("../img/arrow-sel.svg") no-repeat;
    background-position: right 8px top 50%;
    min-width: 48px;
	 height: 38px;
	     font-size: 14px;
    font-weight: 400;
    line-height: 20px;
	 margin-top: 16px;
}
.row .select-age:nth-child(odd){
	margin-right: 16px;
}
.row-select{
	flex-wrap: wrap;
}
.row-select .select-age{
	flex:  0 0 141px;
}
.itemroom__thumbnails-item{
  max-width: 95px;
  height: 100%;
  margin: 0 5px;
}
.itemroom__thumbnails-item img{
  max-width: 100%;
  width: 100%;
  object-fit: cover;
      max-height: 70px;
}



.popup{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  max-width: 100vw;
  max-height: 100vh;
  width: 100%;
  height: 100%;
  padding: 30px;
  z-index: 999;
  
}

.popup__screen{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(9,9,9, .75);
}

.popup-container{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 35px 30px 30px 30px;
}

.popup__title{
  font-size: 26px;
  color: #292929;
  font-weight: 500;
  padding-right: 40px;
}

.popup__close{
  position: absolute;
  right: 20px;
  top: 20px;
  background: url('../img/close.svg') no-repeat center;
  background-size: 100%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  opacity: .8;
  transition: .2s ease-out;
}
.popup__close::hover{
  opacity: 1;
}

.popup-gallery__grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
  margin: 25px 0 0 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}

.popup-gallery__grid-item{
  display: flex;
  flex-direction: column;
  height: 100%;
  height: 300px;
  z-index: 5;
  color: #292929;
  text-decoration: none;
}

.popup-gallery__grid-item:hover{
  color: #292929;
  text-decoration: none;
}

.popup-gallery__grid-item-hover{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.popup-gallery__grid-item-hover:hover.popup-gallery__grid-item-hover img{
  transform: scale(1.05);
}

.popup-gallery__grid-item img{
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .2s ease;
  transform-origin: center;;
}

.popup-gallery__grid-item-date{
  display: block;
  text-align: right;
  width: 100%;
  font-size: 14px;
  margin: 5px 0 0 0;
}

.popup-video__item{
  position: relative;
}
.popup-video__item::before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75px;
  height: 75px;
  transform: translate(-50%, -50%);
  background: url('../img/youtube-btn.svg') no-repeat center;
  background-size: 100%;
  z-index: 1;
}

.popup-map{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  overflow-y: auto;
  padding: 35px 30px 30px 30px;
  z-index: 999999;
}

.popup-map__header{
  margin-bottom: 20px;
}

.popup-map__iframe-wrap{
  width: 100%;
  height: 92%;
}
.popup-map__iframe-wrap iframe{
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  .slick-slider .slick-prev{
    left: 2.5%;
  }
  .slick-slider .slick-next{
    right: 2.5%;
  }
  .popup-gallery__grid{
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991.9px) {
  .popup-gallery__grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .popup-gallery__grid-item{
    height: 260px;
  }
  .lg-actions{
    top: 50%;
  }
}

@media (max-width: 767.9px) {
  .popup-gallery__grid-item{
    height: 200px;
  }
}

@media (max-width: 619.9px) {
  .popup-gallery__grid-item{
    height: 170px;
  }
  .popup__title{
    font-size: 20px;
  }
  .popup__close{
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
  }
  .popup{
    padding: 10px
  }
  .popup-container{
    padding: 15px;
  }
  .popup-video__item::before{
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 480.9px) {
  .popup-gallery__grid{
    grid-gap: 10px;
  }
  .popup-gallery__grid-item{
    height: 120px;
  }
  .itemroom_slider-counter{
    font-size: 12px;
  }
}

@media (max-width: 767.9px) and (min-width: 480.9px) {
  .itemroom{
    padding-bottom: 120px;
  }
  .itemroom_slider-item{
    max-width: 100%;
    width: 100%;
  }
  .itemroom_gall{
    max-width: 100%;
    width: 100%;
  }

  .itemroom_gall .btn{
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
  }
}


.adaptiv_pokaz_tel{
  display: none;
}

.adaptiv_pokaz_netel{
  display: inline-block;
}

@media (max-width: 480px) {
 .adaptiv_pokaz_tel{
      display: inline-block;
    }
.adaptiv_pokaz_netel{
      display: none;
    }
}


/*Изменение 1 конец