@charset "UTF-8";
@import "http://fonts.fontstorage.com/import/montserrat.css";
@font-face {
  font-family: 'OpenSans';
  src: url("fonts/OpenSans.eot");
  src: url("fonts/OpenSans.eot") format("embedded-opentype"), url("fonts/OpenSans.woff2") format("woff2"), url("fonts/OpenSans.woff") format("woff"), url("fonts/OpenSans.ttf") format("truetype"), url("fonts/OpenSans.svg#OpenSans") format("svg"); }

@font-face {
  font-family: 'OpenSansBold';
  src: local("fonts/Open Sans Bold"), local("fonts/OpenSans-Bold"), url("fonts/opensansbold.woff2") format("woff2"), url("fonts/opensansbold.woff") format("woff"), url("fonts/opensansbold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {user-select:
  font-family: "OpenSansSemibold";
  src: url("fonts/OpenSansSemibold.eot");
  src: url("fonts/OpenSansSemibold.eot") format("embedded-opentype"), url("fonts/OpenSansSemibold.woff2") format("woff2"), url("fonts/OpenSansSemibold.woff") format("woff"), url("fonts/OpenSansSemibold.ttf") format("truetype"), url("fonts/OpenSansSemibold.svg#OpenSansSemibold") format("svg"); }

@font-face {
  font-family: 'OpenSansLight';
  src: url("fonts/OpenSansLight.eot");
  src: url("fonts/OpenSansLight.eot") format("embedded-opentype"), url("fonts/OpenSansLight.woff2") format("woff2"), url("fonts/OpenSansLight.woff") format("woff"), url("fonts/OpenSansLight.ttf") format("truetype"), url("fonts/OpenSansLight.svg#OpenSansLight") format("svg"); }

/* Please do not use this import in production. You could download this font from here https://fontstorage.com/font/montserrat */
/*

  , 100, 100 italic, 200, 200 italic, 300, 300 italic, 400, 400 italic, 500, 500 italic, 600, 600 italic, 700, 700 italic, 800, 800 italic, 900, 900 italic
*/
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.element {
  background: #333;
  /* The Fallback */
  background: rgba(51, 51, 51, 0.5); }
.advantages__slider_icon .slick-list {width:100% !important;}
html, body {
  overflow-x: hidden;
  /*-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;*/
  position: relative; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

body, h1, h2, h3, h4, h5, p, ul, li, div, header, footer {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none; }

html,
button,
input,
select,
textarea {
  font-family: "Helvetica", "Arial","Tahoma", sans-serif; }

article {
  margin-top: 261px;
  position: relative;
  z-index: 0; }

body {
  margin: 0;
  font-family: "OpenSans", serif; }

a, a:hover, a:active, button {
  text-decoration: none;
  list-style: none;
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1rem 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

pre, code, kbd, samp {
  font-family: monospace,serif;
  font-size: 1rem; }

pre {
  white-space: pre;
  word-wrap: break-word; }

q:before,
q:after {
  content: ''; }

select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }

small {
  font-size: 75%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

nav ul, nav ol {
  list-style: none none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35rem 0.625rem 0.75rem; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  outline: 0; }

button, input {
  line-height: normal;
  outline: 0; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

text {
  cursor: pointer; }

body {
  background-color: #fff;
  /*font-family: appetite,serif;*/
  overflow-y: hidden; }

.flex-e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.flex-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.flex-bw {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.flex-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.flex-cw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.flex-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.flex-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.header {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding-top: 34px; }

.header__logo {
  margin-bottom: 7px; }

.header__title {
  font-size: 0.9375rem;
  font-family: "OpenSansBold", serif;
  color: #6a6a6a;
  text-transform: uppercase;
  line-height: 1.46; }

.header__text {
  font-size: 0.9375rem;
  font-family: "OpenSans", serif;
  color: #6a6a6a;
  line-height: 1.46; }

.header__text:hover {
  color: #6a6a6a; }

.header__logo_text {
  font-size: 0.9375rem;
  font-family: "OpenSans", serif;
  color: #0057b8;
  line-height: 1.46; }

.menu {
  background-color: #0057b8;
  padding: 15px 0; }

.mobile-menu {
  padding: 10px;
  background: #0057b8;
  /* The Fallback */
  background: rgba(0, 87, 184, 0.9);
  position: absolute;
  z-index: 3;
  width: 100%;
  top: -443px; }

.close {
  position: absolute;
  top: 53px;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer;
  opacity: 1;
  z-index: 4; }

.close:before {
  content: '';
  background-color: #fff;
  position: absolute;
  height: 3px;
  width: 25px;
  top: -30px;
  left: -4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  color: #fff;
  z-index: 4; }

.close:after {
  content: '';
  background-color: #fff;
  position: absolute;
  height: 3px;
  width: 25px;
  top: -30px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  color: #fff;
  left: -4px;
  z-index: 4; }

/*-------burger-close---------------*/
.cmn-toggle-switch {
  display: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 44px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s, 0;
  -o-transition: background 0.3s, 0;
  transition: background 0.3s, 0; }

.cmn-toggle-switch span:hover {
  left: 8px;
  right: 8px; }

.cmn-toggle-switch:focus {
  outline: none; }

.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 20px;
  left: 10px;
  right: 10px;
  height: 4px;
  background: #fff; }

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  content: ""; }

.cmn-toggle-switch span::before {
  top: -10px; }

.cmn-toggle-switch span::after {
  bottom: -10px; }

.cmn-toggle-switch__htx {
  background-color: #0057b8;
  margin: 0 18px; }

.cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
  -o-transition: background 0 0.3s;
  transition: background 0 0.3s; }

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-delay: 0.3s, 0;
       -o-transition-delay: 0.3s, 0;
          transition-delay: 0.3s, 0; }

.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  -o-transition-property: top, transform; }

.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
    -webkit-transition-property--o-transition-property: bottom, transform;
    -webkit-transition-property-transition-property: bottom, transform, -webkit-transform; }

/* активное состояние, т.е. меню открыто */
.cmn-toggle-switch__htx.active {
  background-color: #0c352c; }

.cmn-toggle-switch__htx.active span {
  background: none; }

.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
       -o-transition-delay: 0, 0.3s;
          transition-delay: 0, 0.3s; }

.nav__menu_mobail {
  position: relative;
  text-align: center;
  width: 42%;
  margin: 0 auto; }

.nav__menu li a {
  font-size: 1.125rem;
  font-family: "OpenSansBold", serif;
  color: #fff;
  line-height: 1.46; }

.nav__menu_mobail li a {
  font-size: 1.125rem;
  font-family: "OpenSansBold", serif;
  color: #fff;
  line-height: 1.46; }

.nav__menu li.level1>a:hover,
.nav__menu_mobail li a:hover {
  color: #fff; }

.header__menu {
  margin-top: 144px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2; }

.nav__menu li {
  position: relative; }

.nav__menu_mobail li {
  position: relative;
  padding: 10px 0;
  display: inline-block; }

.nav__menu .level1>a:before {
  background-color: #ed1c24;
  display: block;
  content: "";
  height: 6px;
  width: 0;
  left: 50%;
  bottom: -22px;
  position: absolute;
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.nav__menu_mobail a:before {
  background-color: #ed1c24;
  display: block;
  content: "";
  height: 6px;
  width: 0;
  left: 50%;
  bottom: -6px;
  position: absolute;
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.nav__menu .level1>a:hover:before,
.nav__menu .level1>a:focus:before {
  background-color: #ed1c24;
  color: #ed1c24;
  display: block;
  content: "";
  height: 6px;
  width: 100%;
  left: 50%;
  bottom: -22px;
  position: absolute;
  cursor: pointer;
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.nav__menu_mobail a:hover:before,
.nav__menu_mobail a:focus:before {
  background-color: #ed1c24;
  color: #ed1c24;
  display: block;
  content: "";
  height: 6px;
  width: 100%;
  left: 50%;
  bottom: -6px;
  position: absolute;
  cursor: pointer;
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.active-link:before {
  width: 100% !important; }

.active-link {
  pointer-events: none; }

.header__social a {
  text-align: center;
  height: 20px;
  width: 20px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  background-color: #fff; }

.header__block_contact a:hover {
  color: #6a6a6a;
  text-decoration: underline; }

.header__block_contact {
  margin-right: 30px; }

.nav {
  padding: 22px 0;
  width: 100%; }

.header__social {
  padding: 26px 0;
  background-color: #ed1c24; }

.header__social a:hover .fa-vk {
  color: #fff; }

.header__social a:hover .fa-facebook-f {
  color: #fff; }

.header__social a:hover .fa-instagram {
  color: #fff; }

.header__social a:hover .fa-odnoklassniki {
  color: #fff; }

.header__social a:hover {
  background-color: #ed1c24;
  border: 1px solid #fff; }

.fa-vk,
.fa-facebook-f,
.fa-instagram,
.fa-odnoklassniki {
  color: #ed1c24;
  height: 20px;
  display: inline-block;
  font-size: 0.8125rem; }

.fa-vk:hover,
.fa-facebook-f:hover,
.fa-instagram:hover,
.fa-odnoklassniki:hover {
  color: #fff; }

.booking {
  /****-webkit-background-size: cover;
  background: url("../img/bg_section1-2.png") center top no-repeat;
  background-size: cover;***/
  height: 1155px;
  margin-top: 52px;
  position: relative;
  /****-webkit-clip-path: polygon(0 25%, 102% 0, 100% 73%, 0 97%); clip-path: polygon(0 25%, 102% 0, 100% 73%, 0 97%);***/
        }

.form__title {
  margin-bottom: 31px;
  font-size: 2.625rem;
  font-family: "OpenSansBold", serif;
  color: #fff;
  line-height: 1.2; }

.form__text {
  font-size: 1rem;
  font-family: "OpenSans", serif;
  color: #fff;
  line-height: 1.875;
  text-align: left;
  width: 80%;
  margin-bottom: 19px; }

.booking__layer {
  position: relative;
  width: 100%;
  padding-top: 35%;
  padding-bottom: 17%; }

#date_timepicker_start,
#date_timepicker_end {
  overflow: hidden;
  background: url("../img/month.png") no-repeat 110px #fff;
  width: 140px;
  height: 35px;
  padding-left: 16px;
  font-size: 0.8125rem;
  font-family: "OpenSans", serif;
  color: #3d3732;
  margin-top: 5px;
  cursor: pointer; }

.form input, select {
  border: 0;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  outline: none; }

.period-select input, select {
  border: 0;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  outline: none; }

#form .form-group label {
  font-size: 0.8125rem;
  font-family: "OpenSans", serif;
  color: #fff;
  line-height: 1.077;
  text-align: left;
  display: inherit;
  margin-bottom: 0; }

.new__style {
  margin-top: 5px;
  overflow: hidden;
  width: 140px;
  height: 35px;
  padding-left: 16px;
  font-size: 0.8125rem;
  font-family: "OpenSans", serif;
  color: #3d3732;
  background: url(../img/down__triangl.png) no-repeat 90% #fff;
  cursor: pointer; }

.form__btn {
  padding: 0 40px;
  height: 47px;
  border: 1px solid #ed1c24;
  background-color: #ed1c24;
  color: #fff;
  font-size: 1.125rem;
  font-family: "OpenSansBold", serif;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  margin-top: 7px;
  text-transform: uppercase;
  -webkit-box-shadow: -3.508px 11.476px 40px 0px rgba(0, 1, 1, 0.2);
          box-shadow: -3.508px 11.476px 40px 0px rgba(0, 1, 1, 0.2); }

.form__btn:hover {
  background-color: transparent;
  color: #ed1c24; }

.about {
  width: 100%;
  padding-top: 27px;
  position: relative; }

.about__title {
  font-size: 2.625rem;
  font-family: "OpenSansBold", serif;
  color: #0f2136;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 80px; }

.about__text_left {
  font-size: 0.875rem;
  font-family: "OpenSansBold", serif;
  color: #0f2136;
  line-height: 1.714; }

.about__text_right {
  font-size: 0.875rem;
  font-family: "OpenSansLight", serif;
  color: #0f2136;
  line-height: 1.72; }

.about__btn {
  padding: 10px 40px;
  border: 1px solid #ed1c24;
  background-color: #ed1c24;
  color: #fff;
  font-size: 1.125rem;
  font-family: "OpenSansBold", serif;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  margin-top: 7px;
  -webkit-box-shadow: -3.508px 11.476px 40px 0px rgba(0, 1, 1, 0.2);
          box-shadow: -3.508px 11.476px 40px 0px rgba(0, 1, 1, 0.2);
  position: relative;
  z-index: 4;
  text-transform: uppercase; }

.about__btn:hover {
  background-color: transparent;
  color: #ed1c24; }

.number {
  -webkit-background-size: cover;
          background-size: cover;
  height: 1175px;
  position: relative;
  z-index: 0;
  width: 100%;
  background: url("../img/bg_section_number_max.png") no-repeat fixed center top;
  -webkit-clip-path: polygon(0 4%, 100% 24%, 100% 100%, 0 81%);
          clip-path: polygon(0 4%, 100% 24%, 100% 100%, 0 81%); }

.number__title {
  margin-bottom: 31px;
  font-size: 2.625rem;
  font-family: "OpenSansBold", serif;
  color: #fff;
  line-height: 1.2; }

.number__text {
  font-size: 1rem;
  font-family: "OpenSans", serif;
  color: #fff;
  line-height: 1.875;
  text-align: left;
  width: 80%;
  margin-bottom: 19px; }

.slider {
  position: relative;
  margin: 0 15px; }

.slide__card {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
  background: #f3f9fd;
  /* The Fallback */
  background: rgba(243, 249, 253, 0.74); }

.number__slider {
  margin-top: 54px; }

.number__slider .prevArrow {
  position: absolute;
  left: -4%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer; }

.number__slider .nextArrow {
  position: absolute;
  right: -4%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer; }

.slide__card_title {
  font-size: 2rem;
  font-family: "OpenSans", serif;
  color: #343d42;
  line-height: 0.9;
  width: 100%;
  margin: 20px 18px 15px; }

.slide__card_text {
  font-size: 1.125rem;
  font-family: "OpenSans", serif;
  color: #343d42;
  margin-bottom: 17px;
  margin-left: 20px;
  line-height: 0.575; }

.slide__card_prices {
  font-size: 0.8125rem;
  font-family: "OpenSans", serif;
  color: #fff;
  line-height: 3.821;
  background: #3e87d7;
  /* The Fallback */
  background: rgba(62, 135, 215, 0.8);
  padding-left: 20px; }

.slide__card_prices span {
  font-size: 1.75rem;
  font-family: "OpenSans", serif;
  color: #fff;
  line-height: 1.769; }

.slide__card_small {
  margin-bottom: 8px;
  margin-top: 8px;
  font-size: 0.8125rem;
  font-family: "OpenSans", serif;
  color: #343d42;
  line-height: 0.846;
  text-align: left; }

.services {
  margin-top: -3px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1; }

.services__card {
  position: relative;
  margin-bottom: 15px;
  -webkit-box-shadow: -3.508px 11.476px 40px 0 rgba(0, 1, 1, 0.2);
          box-shadow: -3.508px 11.476px 40px 0 rgba(0, 1, 1, 0.2); }

.services__title {
  font-size: 2.625rem;
  font-family: "OpenSansBold", serif;
  color: #0f2136;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 8px; }

.services__text {
  font-size: 1rem;
  font-family: "OpenSans", serif;
  color: #0f2136;
  line-height: 1.875; }

.services__lable {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1rem;
  font-family: "OpenSansBold", serif;
  color: #fff;
  text-transform: uppercase;
  line-height: 3.2;
  width: 100%;
  padding-left: 15px;
  background: #0057b8;
  /* The Fallback */
  background: rgba(0, 87, 184, 0.75); }

.services__lable a {
  color: #fff;
  display: block;
  }

.services__btn {
  padding: 10px 58px;
  border: 1px solid #ed1c24;
  background-color: #ed1c24;
  color: #fff;
  font-size: 1.125rem;
  font-family: "OpenSansBold", serif;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  text-transform: uppercase;
  margin-top: 7px;
  -webkit-box-shadow: -3.508px 11.476px 40px 0px rgba(0, 1, 1, 0.2);
          box-shadow: -3.508px 11.476px 40px 0px rgba(0, 1, 1, 0.2); }

.services__btn:hover {
  background-color: transparent;
  color: #ed1c24; }

.advantages {
  -webkit-background-size: cover;
          background-size: cover;
  height: 1225px;
  position: relative;
  background: url("../img/bg_photo.png") no-repeat fixed center top;
  -webkit-clip-path: polygon(0 2%, 100% 21%, 100% 99%, 0 80%);
          clip-path: polygon(0 2%, 100% 21%, 100% 99%, 0 80%); }

.advantages__title {
  margin-bottom: 32px;
  font-size: 2.625rem;
  font-family: "OpenSansBold", serif;
  color: #fff;
  line-height: 1.2; }

.advantages__text {
  font-size: 1rem;
  font-family: "OpenSans", serif;
  color: #fff;
  line-height: 1.875;
  text-align: left;
  width: 80%;
  margin-bottom: 19px; }

.description__title {
  font-size: 2.5rem;
  font-family: "OpenSans", serif;
  color: #fff;
  line-height: 1.875;
  text-align: left;
  width: 80%;
  margin-bottom: 19px; }

.description__text {
  font-size: 0.875rem;
  font-family: "OpenSans", serif;
  color: #fff;
  line-height: 1.875;
  text-align: left;
  width: 80%;
  margin-bottom: 19px; }

.description {
  padding: 0 0 0 50px;
  background-color: #0057b8;
  width: 31.5%; }

.advantages__slider_icon {
  max-width: 85%;
  margin: 40px auto;
}
.advantages__slider_icon .slick-current .item_circle {
  background-color: red;
}
.advantages__slider_icon .slick-current span.item_title {
  background: lightsteelblue;
}

.slide {
  height: 100%;
  width: 100%; }

.slide__img {
  height: 100%;
  width: 68.5%; }

.advantages__slider .prevArrow {
  position: absolute;
  left: 2%;
  top: -30%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer; }

.advantages__slider .nextArrow {
  position: absolute;
  right: 2%;
  top: -30%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer; }

.children {
  margin-top: -13px;
  padding-bottom: 19px; }

.children__title {
  font-size: 2.625rem;
  font-family: "OpenSansBold", serif;
  color: #0f2136;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 8px; }

.children__text {
  font-size: 1rem;
  font-family: "OpenSans", serif;
  color: #0f2136;
  line-height: 1.875; }

.children__card {
  width: 100%;
  height: 248px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: -3.508px 11.476px 40px 0 rgba(0, 1, 1, 0.2);
          box-shadow: -3.508px 11.476px 40px 0 rgba(0, 1, 1, 0.2); }
#children .children__card {
	padding: 20px 10px;
    text-align: center;
    justify-content: flex-start!important;
}
.card__circle {
  margin: 0 auto 22px;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 150px;
          border-radius: 150px;
  background-color: #0057b8;
  position: relative; }

.card__circle_img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.children__card_text {
  font-size: 1.125rem;
  font-family: "OpenSansSemiBold", serif;
  color: #474747;
  line-height: 1.2; }
#children .children__card_text {
	text-align: center;
	font-family: "OpenSans", serif;
}
.offers {
  -webkit-background-size: cover;
          background-size: cover;
  height: 1075px;
  position: relative;
  background: url("../img/bg_section5.png") no-repeat fixed center top;
  -webkit-clip-path: polygon(0 0, 100% 22%, 100% 97%, 0 75%);
          clip-path: polygon(0 0, 100% 22%, 100% 97%, 0 75%); }

.offers__title {
  margin-bottom: 12px;
  font-size: 2.625rem;
  font-family: "OpenSansBold", serif;
  color: #fff;
  line-height: 1.2;
  display: inline-block; }

.offers span {
  width: 37.7%;
  height: 9px;
  background: url(../img/volna.png) center top repeat-x;
  margin: 0 auto;
  display: inline-block; }

.slide__box_img {
  border: 10px solid #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: -3.508px 11.476px 40px 0px rgba(0, 1, 1, 0.2);
          box-shadow: -3.508px 11.476px 40px 0px rgba(0, 1, 1, 0.2);
  width: 393px;
  height: 393px; }

.offers .prevArrow {
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  z-index: 3; }

.offers .nextArrow {
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  z-index: 3; }

.slider__description {
  width: 100%; }

.slide__block {
  height: 285px !important;
  margin: 10px; }

.offers .slide__label {
  font-size: 3.5vh;
  font-family: "OpenSans", serif;
  color: #fff;
  line-height: 1.4;
  text-align: left;
  background-color: #ed1c24;
  -webkit-box-shadow: -3.508px 11.476px 40px 0px rgba(0, 1, 1, 0.2);
          box-shadow: -3.508px 11.476px 40px 0px rgba(0, 1, 1, 0.2);
  padding-left: 30px; }

.slide__text {
  font-size: 3vh;
  font-family: "OpenSans", serif;
  color: #fff;
  line-height: 1.4; }

.slide__btn {
  padding: 5px;
  border: 1px solid #ed1c24;
  background-color: #ed1c24;
  color: #fff;
  font-size: 1.125rem;
  font-family: "OpenSansBold", serif;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  margin-top: 7px;
  width: 143px;
  text-align: center;
  -webkit-box-shadow: -3.508px 11.476px 40px 0px rgba(0, 1, 1, 0.2);
          box-shadow: -3.508px 11.476px 40px 0px rgba(0, 1, 1, 0.2); }

.slide__btn:hover {
  background-color: transparent;
  color: #ed1c24; }

.sanatorium {
  margin-top: -33px;
  padding-top: 0px;
  padding-bottom: 0; }

.benefits__number {
  opacity: 0; }

.sanatorium__title {
  font-size: 2.625rem;
  font-family: "OpenSansBold", serif;
  color: #0f2136;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 71px; }

.sanatorium__text {
  font-size: 1rem;
  font-family: "OpenSans", serif;
  color: #0f2136;
  line-height: 1.875;
  display: inline-block; }

.numbers {
  height: 273px; }

.numbers__box {
  height: 103px;
  width: 103px;
  position: relative;
  margin: 0 auto; }

.numbers__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.numbers__title {
  font-size: 3.75rem;
  font-family: "Montserrat", serif;
  font-weight: 600;
  color: #0057b8;
  line-height: 1.2; }

.sanatorium hr {
  border-top: 7px solid #ed1c24;
  background-color: white;
  width: 84px;
  margin: 0 auto; }

.numbers__text {
  font-size: 1.25rem;
  font-family: "OpenSansBold", serif;
  color: #0f2136;
  line-height: 1.2; }

.sanatorium__btn {
  padding: 10px 58px;
  border: 1px solid #ed1c24;
  background-color: #ed1c24;
  color: #fff;
  font-size: 1.125rem;
  font-family: "OpenSansBold", serif;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  margin-top: 18px;
  -webkit-box-shadow: -3.508px 11.476px 40px 0px rgba(0, 1, 1, 0.2);
          box-shadow: -3.508px 11.476px 40px 0px rgba(0, 1, 1, 0.2);
  display: inline-block;
  text-transform: uppercase; }

.sanatorium__btn:hover {
  background-color: transparent;
  color: #ed1c24; }

.reviews {
  height: 1010px;
  background: #0057b8;
  /* The Fallback */
  background: rgba(0, 87, 184, 0.3);
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  z-index: 4;
  background: url("../img/bg_section9-2.png") no-repeat fixed center top;
  -webkit-clip-path: polygon(0 1%, 100% 24%, 100% 100%, 0 76%);
          clip-path: polygon(0 1%, 100% 24%, 100% 100%, 0 76%);
  margin-bottom: -450px; }

.reviews__slider {
  position: relative; }

.reviews__title {
  font-size: 2.5rem;
  font-family: "OpenSansBold", serif;
  color: #fff;
  line-height: 1.875; }

.content__reviews {
  background-color: #fff;
  min-height: 280px;
  position: relative;
  padding: 51px 60px 25px 40px; }

.content__reviews:before {
  content: '';
  border: 20px solid transparent;
  border-top: 0px solid transparent;
  border-left: 0px solid transparent;
  border-right: 20px solid #fff;
  position: absolute;
  top: 50%;
  left: -20px;
  display: block; }

.content__reviews p {
  font-size: 0.8125rem;
  font-family: "OpenSans", serif;
  color: #0f2136;
  line-height: 1.4;
  margin-top: 1rem;
  display: inline-block; }

.content__reviews p:first-child {
  margin-top: 0rem;}

.content__reviews span {
  font-size: 0.8125rem;
  font-family: "OpenSans", serif;
  color: rgba(71, 71, 71, 0.502);
  font-style: italic;
  line-height: 1.385;
  margin-top: 13px;
  display: inline-block; }

.content__text {
  font-size: 1.125rem;
  font-family: "OpenSans", serif;
  color: #fff;
  line-height: 1.333;
  font-weight: 500;
  width: 90%;
  margin: 10px auto 0;
  display: inline-block; }

.content__text span {
  font-size: 0.8125rem; }

.reviews__slider .prevArrow {
  position: absolute;
  left: 11.5%;
  top: 6%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  cursor: pointer;
  z-index: 3; }

.reviews__slider .nextArrow {
  position: absolute;
  left: 11.5%;
  bottom: -2%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  cursor: pointer;
  z-index: 3; }

.reviews__btn {
  padding: 10px 58px;
  border: 1px solid #ed1c24;
  background-color: #ed1c24;
  color: #fff;
  font-size: 1.125rem;
  font-family: "OpenSansBold", serif;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  margin-top: 29px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-box-shadow: -3.508px 11.476px 40px 0px rgba(0, 1, 1, 0.2);
          box-shadow: -3.508px 11.476px 40px 0px rgba(0, 1, 1, 0.2); }

.reviews__btn:hover {
  background-color: transparent;
  color: #ed1c24; }

.reviews__slider .slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  left: -50%;
  top: 44%;
  bottom: 165px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.slick-dots li button {
  height: 10px;
  width: 10px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.3);
  color: transparent; }

.slick-dots li.slick-active button:before {
  background-color: #fff;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  color: transparent !important; }

.instagram {
  height: 1500px;
  background-color: #0e4b90;
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  z-index: 3;
  -webkit-clip-path: polygon(0 40%, 100% 0%, 100% 64%, 0 103%);
          clip-path: polygon(0 40%, 100% 0%, 100% 64%, 0 103%); }

.prices-contact {
  height: 1000px;
  background-color: #0e4b90;
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  z-index: 3;
  -webkit-clip-path: polygon(0 40%, 100% 0%, 100% 61%, 0 103%);
          clip-path: polygon(0 40%, 100% 0%, 100% 61%, 0 103%); }

.program-footer {
  height: 1000px;
  background-color: #0e4b90;
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  z-index: 3;
  -webkit-clip-path: polygon(0 40%, 100% 0%, 100% 61%, 0 103%);
          clip-path: polygon(0 40%, 100% 0%, 100% 61%, 0 103%); }

.logo__footer {
  margin-right: 26px; }

.contact {
  margin-bottom: 51px;
  margin-top: 47px; }

.instagram__title {
  font-size: 2.625rem;
  font-family: "OpenSansBold", serif;
  color: #fff;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 71px;
  margin-top: 12%; }

.contact__text {
  font-size: 0.75rem;
  font-family: "OpenSansBold", serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.2; }

.map {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0; }

.route h6 {
  font-size: 1.125rem;
  font-family: "OpenSans", serif;
  color: #fff;
  font-weight: bold;
  line-height: 1.667; }

.route li:nth-child(1) {
  margin-bottom: 17px; }

.route li:nth-child(4) {
  margin-top: 31px;
  margin-bottom: 14px;
  font-size: 1.125rem;
  font-family: "OpenSans", serif;
  color: #fff;
  font-weight: bold;
  line-height: 1.667; }

.route li:nth-child(5) {
  width: 60%;
  line-height: 1.2; }

.route p {
  font-size: 0.8125rem;
  font-family: "OpenSans", serif;
  color: #b2b2b2;
  font-weight: 500;
  line-height: 1.4; }

.route__text {
  margin-bottom: 16px; }

.route__btn {
  padding: 7px 27px;
  border: 1px solid #ed1c24;
  background-color: #ed1c24;
  color: #fff;
  font-size: 1.125rem;
  font-family: "OpenSansBold", serif;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  margin-top: 51px;
  display: inline-block;
  -webkit-box-shadow: -3.508px 11.476px 40px 0 rgba(0, 1, 1, 0.2);
          box-shadow: -3.508px 11.476px 40px 0 rgba(0, 1, 1, 0.2);
  text-transform: uppercase; }

.route__btn:hover {
  background-color: transparent;
  color: #ed1c24; }

.header-about {
  position: relative; }

.nav-bg {
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.1); }

.nav ul {
  width: 100%; }

.breadcrumb {
  width: 100%;
  margin-bottom: 0;
  background-color: transparent;
  padding: 8px 0 !important; }

.breadcrumb-item a {
  font-size: 0.8125rem;
  font-family: "OpenSans", serif;
  color: #193a5e;
  text-decoration: underline;
  line-height: 1.2; }
.breadcrumb-item.active{
	color: #6c757d;
    font-size: 0.8125rem;
    font-family: "OpenSans", serif;
    padding-top: 3px;
}
/*
.active {
  color: #606060;
  font-size: 0.8125rem;
  font-family: "OpenSans", serif;
  line-height: 1.2; }
*/
.bg {
  background: url("../img/bg_photo-about-main.png") center top no-repeat;
  /****height: 785px;***/
  -webkit-background-size: cover;
          background-size: cover;
  z-index: 0;
  background-size: cover !important;
  margin-top: 50px;
  display: none;
}

.bg-program {
  background: url("../img/bg_prices.png") center top no-repeat;
  display:none;
  /****height: 785px;***/
  -webkit-background-size: cover !important;
          background-size: cover !important;
  z-index: 0;
  margin-top: 50px; 
  background-size: cover;
  /*
-webkit-clip-path:  polygon(0 38%, 102% 3%, 100% 65%, 0 100%);
clip-path:  polygon(0 38%, 102% 3%, 100% 65%, 0 100%);
*/
}

.breadcrumb__box {
  width: 100%;
  margin-bottom: 0;
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.9); }

.leisure__title {
  font-size: 2.625rem;
  font-family: "OpenSansBold", serif;
  color: #0f2136;
  /*line-height: 0.2;*/
  display: inline-block;
  margin-bottom: 43px; 
  margin-top: 30px;
  }

.leisure__menu_left li {
  font-size: 0.9375rem;
  font-family: "OpenSans", serif;
  color: #193a5e;
  line-height: 1.5; }

.leisure__menu_left li:nth-child(1) {
  text-transform: uppercase;
  font-family: "OpenSansSemibold", serif;
  margin-bottom: 27px; }

.leisure__menu_left li:nth-child(2) {
  font-size: 0.9375rem;
  font-family: "OpenSans", serif;
  color: #193a5e;
  font-weight: 500;
  margin-bottom: 30px; }

.leisure__menu_left li:nth-child(3) {
  font-family: "OpenSansSemibold", serif;
  background: url("../img/left.png") 0 6px no-repeat;
  padding: 0 0 0 30px;
  line-height: 1.3;
  margin-bottom: 4px; }

.leisure__menu_left li:nth-child(4) {
  font-family: "OpenSansSemibold", serif;
  background: url("../img/left.png") 0 6px no-repeat;
  padding: 0 0 0 30px;
  margin-bottom: 2px; }

.leisure__menu_left li:nth-child(5) {
  font-family: "OpenSansSemibold", serif;
  background: url("../img/left.png") 0 6px no-repeat;
  padding: 0 0 0 30px;
  margin-bottom: 2px; }

.leisure__menu_left li:nth-child(6) {
  font-family: "OpenSansSemibold", serif;
  background: url("../img/left.png") 0 6px no-repeat;
  padding: 0 0 0 30px;
  margin-bottom: 2px; }

.leisure__menu_left li:nth-child(7) {
  font-family: "OpenSansSemibold", serif;
  background: url("../img/left.png") 0 6px no-repeat;
  padding: 0 0 0 30px;
  margin-bottom: 2px; }

.leisure__menu_left li:nth-child(8) {
  font-family: "OpenSansSemibold", serif;
  background: url("../img/left.png") 0 6px no-repeat;
  padding: 0 0 0 30px;
  margin-bottom: 2px; }

.leisure__menu_left li:nth-child(9) {
  font-family: "OpenSansSemibold", serif;
  background: url("../img/left.png") 0 6px no-repeat;
  padding: 0 0 0 30px;
  margin-bottom: 2px; }

.leisure__menu_left li:nth-child(10) {
  font-family: "OpenSansSemibold", serif;
  background: url("../img/left.png") 0 6px no-repeat;
  padding: 0 0 0 30px;
  margin-bottom: 2px; }

.leisure__menu_left li:nth-child(11) {
  font-family: "OpenSansSemibold", serif;
  background: url("../img/left.png") 0 6px no-repeat;
  padding: 0 0 0 30px;
  margin-bottom: 2px; }

.leisure__menu_left li:nth-child(12) {
  font-family: "OpenSansSemibold", serif;
  background: url("../img/left.png") 0 6px no-repeat;
  padding: 0 0 0 30px;
  margin-bottom: 2px; }

.leisure__menu_left li:nth-child(13) {
  font-family: "OpenSansSemibold", serif;
  background: url("../img/left.png") 0 6px no-repeat;
  padding: 0 0 0 30px;
  margin-bottom: 2px; }

.leisure__menu_left li:nth-child(14) {
  margin-top: 26px;
  line-height: 1.6; }

.leisure__menu_right {
  font-size: 0.9375rem;
  font-family: "OpenSans", serif;
  color: #193a5e;
  font-weight: 300; }

.leisure__menu_right li:nth-child(8) {
  margin-top: 20px; }

.leisure__menu_right li:nth-child(11) {
  margin-top: 20px; }

.leisure__menu_right li:nth-child(13) {
  margin-top: 20px; }

.leisure__menu_int li:nth-child(5) {
  margin-bottom: 20px; }

.menu__int_title {
  font-family: "OpenSansSemibold", serif;
  margin-top: 33px; }

.leisure__menu_int li,
.leisure__menu_list li {
  font-size: 0.9375rem;
  font-family: "OpenSans", serif;
  color: #193a5e;
  font-weight: 300;
  list-style: disc; }

.leisure__menu_int,
.leisure__menu_list {
  margin-left: 20px; }

.gallery {
  -webkit-background-size: cover;
          background-size: cover;
  height: 875px;
  position: relative;
  z-index: 0;
  width: 100%;
  /*background: url("../img/bg_section_number_max.png") no-repeat fixed center top;*/
  background: url("../img/bg_section_number_max.png") no-repeat center top;
  -webkit-clip-path: polygon(0 4%, 100% 24%, 100% 100%, 0 81%);
          clip-path: polygon(0 4%, 100% 24%, 100% 100%, 0 81%); }

.gallery__slider {
  width: 100%;
  height: 270px;
  margin: 30px auto 0; }

.gallery__slide {
  margin: 0 10px;
  position: relative; }

.gallery__slider .prevArrow {
  position: absolute;
  left: -2%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 3; }

  .cliderRooms .prevArrow {
  position: absolute;
  left: 4%;
  top: 47%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 3; }

.gallery__slider .nextArrow {
  position: absolute;
  right: -2%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 3; }

  .cliderRooms .nextArrow {
  position: absolute;
  right: 2%;
  top: 47%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 3; }

.gallery__title {
  margin-bottom: 65px;
  font-size: 2.625rem;
  font-family: "OpenSansBold", serif;
  color: #fff;
  line-height: 1.2; }

.document {
  padding-bottom: 0; }

.document__title {
  font-size: 2.625rem;
  font-family: "OpenSansBold", serif;
  color: #193a5e;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 31px; }

.document__text {
  font-size: 1rem;
  font-family: "OpenSans", serif;
  color: #193a5e;
  line-height: 1.875; }

.document__block_title {
  font-size: 1rem;
  height: 24px;
  font-family: "OpenSansBold", serif;
  color: #193a5e;
  line-height: 1.5;
  margin-bottom: 36px;
  margin-top: 23px; }

.box__text {
  font-size: 1rem;
  font-family: "OpenSansLight", serif;
  color: #193a5e;
  line-height: 1.5;
  text-align: left;
  margin-left: 18px; }

.about-photo {
  -webkit-background-size: cover;
          background-size: cover;
  height: 975px;
  position: relative;
  z-index: 0;
  width: 100%;
  background: url("../img/bg_photo.png") no-repeat fixed center top;
  -webkit-clip-path: polygon(0 4%, 100% 24%, 100% 100%, 0 81%);
          clip-path: polygon(0 4%, 100% 24%, 100% 100%, 0 81%); }

.about-photo__title {
  font-size: 2.625rem;
  font-family: "OpenSansBold", serif;
  color: #fff;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 37px; }

.about-numbers {
  background-color: #fff;
  padding-bottom: 22px;
  /****margin-top: -30px;***/}

.about-numbers__title {
  font-size: 2.625rem;
  font-family: "OpenSansBold", serif;
  color: #193a5e;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 32px; }

.about-numbers__text {
  font-size: 1rem;
  font-family: "OpenSans", serif;
  color: #193a5e;
  line-height: 1.875; }

.card-number {
  width: 100%;
  position: relative;
  height: 285px;
  -webkit-box-shadow: -3.508px 11.476px 40px 0 rgba(0, 1, 1, 0.2);
          box-shadow: -3.508px 11.476px 40px 0 rgba(0, 1, 1, 0.2); }

.number__slider2 {
  width: 100%;
  height: auto; }

.about-slider__block {
  position: relative;
  z-index: 1;
  width: 50%; }

.card-icon {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding-top: 8px;
  background: #0057b8;
  /* The Fallback */
  background: rgba(0, 87, 184, 0.9); }

.card-icon .slide__card_small {
  color: #fff; }

.slide-about {
  width: 100%;
  height: auto; }

.about-slider__block .slick-dotted.slick-slider {
  margin-bottom: 0 !important; }

.number__slider2 .slick-dots {
  bottom: 75px; }

.number__slider2 .slick-dots li button {
  height: 10px;
  width: 10px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.9);
  color: transparent; }

.number__slider2 .slick-dots li.slick-active button:before {
  background-color: #ed1c24;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  color: transparent !important; }

.innerBlock .card-desc__list li {
  list-style: none;
}

.card-desc__list li:nth-child(1) {
  font-size: 1.8rem;
  font-family: "OpenSans", serif;
  color: #193a5e;
  text-decoration: underline;
  line-height: 1;
  margin-top: 8px;
  margin-bottom: 8px; }

.card-desc__list li:nth-child(2) {
  font-size: 0.8125rem;
  font-family: "OpenSans", serif;
  color: #193a5e;
  line-height: 1.286; }

.card-desc__list li:nth-child(3) {
  font-size: 0.8125rem;
  font-family: "OpenSans", serif;
  color: #193a5e;
  line-height: 1.2; }

.card-desc__list li span {
  font-size: 1.75rem;
  font-family: "OpenSansBold", serif;
  color: #193a5e;
  line-height: 1.821; }

.card-desc__list li a.card-number__btn {
  background-color: #ed1c24;
  -webkit-box-shadow: -3.508px 11.476px 40px 0 rgba(0, 1, 1, 0.2);
          box-shadow: -3.508px 11.476px 40px 0 rgba(0, 1, 1, 0.2);
  padding: 7px 20px;
  font-size: 0.875rem;
  font-family: "OpenSansBold", serif;
  color: #fff;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  border: 1px solid #ed1c24;
  display: inline-block; }

.card-desc__list li a.titleRooms {
  font-size: 1.3rem;
  font-family: "OpenSans", serif;
  color: #193a5e;
  text-decoration: underline;
  margin-bottom: 8px;
  background-color: transparent;}
.cliderRooms {
  position: relative;
}
.innerBlock p.slide__card_small {
  margin-bottom: 5px;
}
.Readmi-slider__block {
  position: relative;
}
.card-desc__list {
  height: 100%; }

.card-desc__list li a:hover {
  background-color: #fff;
  color: #ed1c24; }

.card-desc__list li a.titleRooms:hover {
  background-color: unset;
}
.card-desc {
	padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    height: 285px;
}

.card-icon .slide__card_small {
  font-size: 0.8125rem; }

.stock {
  height: 1010px;
  background: #0057b8;
  /* The Fallback */
  background: rgba(0, 87, 184, 0.3);
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  z-index: 4;
  background: url("../img/bg_section5.png") no-repeat fixed center top;
  -webkit-clip-path: polygon(0 1%, 100% 24%, 100% 100%, 0 76%);
          clip-path: polygon(0 1%, 100% 24%, 100% 100%, 0 76%);
  margin-bottom: -450px; }

.stock .prevArrow {
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  z-index: 3; }

.stock .nextArrow {
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  z-index: 3; }

.stock .slide__label {
  font-size: 3.5vh;
  font-family: "OpenSans", serif;
  color: #fff;
  line-height: 1.4;
  text-align: left;
  background-color: #ed1c24;
  -webkit-box-shadow: -3.508px 11.476px 40px 0px rgba(0, 1, 1, 0.2);
          box-shadow: -3.508px 11.476px 40px 0px rgba(0, 1, 1, 0.2);
  padding-left: 30px; }

.stock .slider__img {
  height: 395px !important;
  margin: 10px; }

.stock .instagram {
  margin-top: 16%; }

.prices-bg {
  height: 785px;
  background: url("../img/bg_prices.png") center top no-repeat;
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  z-index: 1;
  margin-top: 50px; }

.prices__title {
  font-size: 2.625rem;
  font-family: "OpenSansBold", serif;
  color: #193a5e;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 32px; }
#pills-tab {
  display: table;
  margin: 0 auto;
  width: auto;
  text-align: center;
}
.nav-item {
  display: inline-block;
}
.nav-item a {
  font-size: 1.5rem;
  font-family: "OpenSansBold", serif;
  line-height: 1.2;
  margin: 0 30px;
  padding: 0;
  color: #034a99;
  display: inline-block;
  }
.dropdown-menu a.dropdown-item {
  color: #000;
  line-height: normal;
  font-size: 1rem;
  margin: 0px;
  display: block;
  padding: 3px 5px 3px 20px;
}
.nav-link {
  padding: 0;
  margin: 0 10px;
  display: block; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #193a5e;
  background-color: #fff;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 0;
  border-bottom: 0; }

.list__left {
  padding: 44px 30px;
  background-color: #fff;
  -webkit-box-shadow: -3.508px 11.476px 40px 0px rgba(0, 1, 1, 0.2);
          box-shadow: -3.508px 11.476px 40px 0px rgba(0, 1, 1, 0.2); }

.list__left_title {
  font-size: 1.125rem;
  font-family: "OpenSansBold", serif;
  color: #193a5e;
  line-height: 1;
  margin-bottom: 27px; }

.list__left_text {
  font-size: 0.875rem;
  font-family: "OpenSans", serif;
  color: #193a5e;
  line-height: 1.2;
  width: 85%;
  margin-bottom: 10px; }

.list__left li:nth-child(2) {
  margin-bottom: 10px; }

.list__left li:nth-child(3) {
  margin-bottom: 44px; }

.list__left li:nth-child(5) {
  margin-bottom: 10px; }

.list__left li:nth-child(6) {
  margin-bottom: 44px; }

.list__left li:nth-child(8) {
  margin-bottom: 10px; }

.list__left li:nth-child(9) {
  margin-bottom: 44px; }

.list__left li:nth-child(11) {
  margin-bottom: 10px; }

.list__left li span {
  font-size: 0.9375rem;
  font-family: "OpenSansBold", serif;
  color: #193a5e;
  line-height: 1; }

#prices .list__left li:nth-child(3) {
  margin-bottom: 10px; }

#prices .list__left li {
  margin-left: 30px; }

.prices {
  padding-top: 0; }

.prices nav {
  margin-bottom: 40px;
  display: inline-block; }

.prices__list {
  width: 100%; }

.list__right {
  margin-left: 20px; }

.list__right li {
  font-size: 0.9375rem;
  font-family: "OpenSans", serif;
  color: #193a5e;
  line-height: 1.467;
  text-align: left; }

.list__right li:nth-child(1) {
  margin-bottom: 20px; }

.list__right li:nth-child(2) {
  margin-bottom: 20px; }

.list__right li:nth-child(3) {
  margin-bottom: 20px; }

.list__right li:nth-child(4) {
  margin-bottom: 20px; }

.list__right li:nth-child(5) {
  margin-bottom: 20px; }

.list__right li:nth-child(6) {
  margin-bottom: 20px; }

.list__right li:nth-child(9) {
  margin-bottom: 20px; }

.list__right li:nth-child(10) {
  margin-bottom: 20px; }

.list__right li:nth-child(8) {
  margin-bottom: 20px; }

.list__right li:nth-child(7) {
  font-family: "OpenSansBold", serif; }

.int__list li {
  list-style: disc;
  margin-left: 20px; }

.int__list li:nth-child(1) {
  margin-bottom: 0; }

.int__list li:nth-child(2) {
  margin-bottom: 0; }

.int__list li:nth-child(3) {
  margin-bottom: 0; }

.int__list li:nth-child(4) {
  margin-bottom: 0; }

.int__list li:nth-child(5) {
  margin-bottom: 0; }

.int__list li:nth-child(6) {
  margin-bottom: 0; }

.prices .services__btn {
  margin-top: 20px;
  display: inline-block; }

.program-footer {
  height: 1000px;
  background-color: #0e4b90;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 3;
  -webkit-clip-path: polygon(0 40%, 100% 0%, 100% 61%, 0 103%);
          clip-path: polygon(0 40%, 100% 0%, 100% 61%, 0 103%);
  margin-top: -300px; }

.program-footer .instagram {
  margin-top: 170px; }

.map {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; }

.program__title {
  font-size: 2.625rem;
  font-family: "OpenSansBold", serif;
  color: #193a5e;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 55px; }

.program__text {
  font-size: 1rem;
  font-family: "OpenSans", serif;
  color: #193a5e;
  line-height: 1.5;
  margin-bottom: 45px; }

.note {
  font-size: 1rem;
  font-family: "OpenSansLight", serif;
  color: #193a5e;
  line-height: 1.5;
  margin-top: 70px; }

.program__text_title {
  font-size: 1rem;
  font-family: "OpenSansBold", serif;
  color: #193a5e;
  line-height: 1.875;
  /****margin-bottom: 22px;***/}

.program-table, .innerBlock {
  padding-top: 49px;
  padding-bottom: 112px;
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 5; }

.innerBlock {
padding-top: 10px;
}
.innerBlock p {
font-size: 1rem;
font-family: "OpenSans", serif;
color: #193a5e;
line-height: 1.5;
margin-bottom: 15px;
}
article p {
font-size: 1rem;
font-family: "OpenSans", serif;
color: #193a5e;
line-height: 1.5;
margin-bottom: 30px;
text-align: justify;
}
.tg {
  border-collapse: collapse;
  border-spacing: 0; }

.tg td {
  font-size: 0.9375rem;
  font-family: "OpenSans", serif;
  color: #193a5e;
  line-height: 1.2;
  padding: 16px 5px;
  border: 0;
  overflow: hidden;
  word-break: normal; }

.tg th {
  font-size: 0.9375rem;
  font-family: "OpenSans", serif;
  color: #193a5e;
  line-height: 1.2;
  padding: 10px 5px;
  border: 0;
  overflow: hidden;
  word-break: normal; }

.tg .tg-0kud {
  font-size: 15px;
  text-align: left; }

.tg .tg-8pe3 {
  background: #034a99;
  /* The Fallback */
  background: rgba(3, 74, 153, 0.05);
  text-align: left;
  vertical-align: top;
  padding: 1.5px 0; }

.tg .tg-dvdt {
  font-size: 0.9375rem;
  font-family: "OpenSans", serif;
  color: #193a5e;
  line-height: 1.2;
  background: #034a99;
  /* The Fallback */
  background: rgba(3, 74, 153, 0.05);
  text-align: left; }

.courses {
  background-color: #fff;
  -webkit-box-shadow: -3.508px 11.476px 40px 0 rgba(0, 1, 1, 0.2);
          box-shadow: -3.508px 11.476px 40px 0 rgba(0, 1, 1, 0.2);
  padding: 10px 20px; }

.box-content {
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%; }

.box-content__advan {
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%; }

.box-content__offers {
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%; }

.box-content__about {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%; }

.box-content__stock {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%; }

.box {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%; }

.box-content2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%; }

.box-content_rev {
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%; }

.box-content_prices {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%; }

.program__contact {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%; }

.treatment {
  padding-bottom: 112px;
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 5; }

.treatment__title {
  font-size: 2.625rem;
  font-family: "OpenSansBold", serif;
  color: #193a5e;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 0; }

.treatment__text {
  font-size: 0.9375rem;
  font-family: "OpenSansLight", serif;
  color: #193a5e;
  line-height: 1.6;
  margin-top: 40px; }

.card__services,
.card-body {
  position: relative;
  z-index: 0; }

.card-title__text {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0; }

.card-title {
  font-size: 2.4rem;
  font-family: 'OpenSansSemiBold', serif;
  color: #fff;
  line-height: 1;
  float: left; }
.card-title a{
	color: #fff;
}
.card-title__box {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 1;
  height: 100px;
  width: auto;
  padding-left: 20px;
  vertical-align: bottom;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.card-title__text {
  font-size: 0.75rem;
  font-family: "OpenSans", serif;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  background: #034a99;
  /* The Fallback */
  background: rgba(3, 74, 153, 0.6);
  padding: 15px 20px; }

.card-text {
  font-size: 0.9375rem;
  font-family: "OpenSans", serif;
  color: #193a5e;
  line-height: 1.533;
  display: inline-block;
  margin-bottom: 0; }

.card__services_btn {
  padding: 10px 35px;
  border: 1px solid #ed1c24;
  background-color: #ed1c24;
  color: #fff;
  font-size: 0.9375rem;
  font-family: "OpenSans", serif;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  margin-top: 29px;
  width: 227px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-box-shadow: -3.508px 11.476px 40px 0px rgba(0, 1, 1, 0.2);
          box-shadow: -3.508px 11.476px 40px 0px rgba(0, 1, 1, 0.2); }

.card__services_btn:hover {
  background-color: transparent;
  color: #ed1c24; }

.card__services {
  background-color: #fff;
  -webkit-box-shadow: -3.508px 11.476px 40px 0px rgba(0, 1, 1, 0.2);
          box-shadow: -3.508px 11.476px 40px 0px rgba(0, 1, 1, 0.2);
  max-height: 593px; }

.card-body {
  padding: 40px;
  /****height: 312px;***/
}
.readmoRoom {
  margin-bottom: 20px;
}
.tablediv {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: auto;
}
.tablediv table {
    width: 100%;
    color: #393939;
    margin-bottom: 20px;
    border-collapse: separate;
    border-spacing: 2px;
}
.tablediv table tr {
    background-color: #d1d8f6;
}
.tablediv table tr td {
    padding: 10px;
    text-align: center;
}
.stoim {
    margin: 20px 0px;
    font-family: "OpenSansBold", serif;
    color: #193a5e;
}
.tablediv table tr td>p {
  margin: 0px;
  text-align: left;
  text-align:center;
}
.buttomReserve {text-align:center;}
.buttomReserve a.route__btn {
margin-top: 0px;
}
#bron .datepeker_old {
  overflow: hidden;
  background: url(../img/month.png) no-repeat 90% #fff;
}
.FromYou input {
  margin-bottom: 1em;
}
.has-danger {
  border-color: #d9534f;
}
#bron #date_timepicker_start,
#bron #date_timepicker_end {
  overflow: hidden;
  background: url(../img/month.png) no-repeat 90% #fff;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-top: 0px;
 }
 #Reviews .content__reviews {
  min-height: auto;

 }
 #Reviews .TopOtziv  {
    font-family: "OpenSans", serif;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
 }
.pagination {
    width: fit-content;
    margin: 0px auto;
 }
 .innerBlock ul.pagination li {
  list-style: none;
 }
 .innerBlock ul.pagination {
  margin: 0px auto;
 }
 .resev-form {
  background: #e7edf4;
    padding-top: 15px;
    margin-bottom: 15px;
 }
 .Treatment-title {
  margin-bottom: 10px;
 }
.top_contact_text{
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  font-size: 10px;
  color: #0057b8;
  font-family: 'OpenSansBold';
  text-align: left;
}
.header__logo{
    display: inline-block;
    vertical-align: middle;
  width: 220px;
}
.text-left{
  text-align: center;
}
.item_circle {
  background-color: #0057b8;
  height: 100px;
  width: 100px;
  -webkit-border-radius: 150px;
  border-radius: 150px;
  position: relative;
  margin: 0px auto;
}
.item_nav_slider {
  margin: 5px 15px;
}
.item_circle > img {
  margin: auto;
  outline: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.item_nav_slider .item_title {
  font-family: "OpenSans", serif;
  color: #fff;
  text-align: center;
  margin: 10px 5px 0px 5px;
  padding: 2px;
  display: block;
}

.innerBlock ol{
  margin: 0 0 0 20px;
  padding: 0;
}
.innerBlock ol li{
  list-style-type: decimal;
    font-size: 1rem;
    font-family: "OpenSans", serif;
    color: #193a5e;
    line-height: 1.5;
}

.docs a{
    font-size: 1.2rem;
    font-family: "OpenSans", serif;
    color: #193a5e;
    line-height: 1.5;
}
.innerBlock ul, .row .ul-disc{
  margin: 0 0 30px 20px;
  padding: 0;
}
.innerBlock li, .row .ul-disc li {
    font-size: 1rem;
    font-family: "OpenSans", serif;
    color: #193a5e;
    line-height: 1.5;
  list-style-type: disc; 
text-align: left;
}

#tf{
    background-color: #fff;
    -webkit-box-shadow: -3.508px 11.476px 40px 0 rgba(0, 1, 1, 0.2);
    box-shadow: -3.508px 11.476px 40px 0 rgba(0, 1, 1, 0.2);
    padding: 10px 20px;
}
#Question {
  
}

#slider_wrapper .slider{
position:relative;
margin: 0;  
    width: 100%;
    overflow: hidden;
}

#slider_wrapper ul{
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    width: 100%;
    position: relative;
}

#slider_wrapper ul li{
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 100%;
    position: relative;
}

#slider_wrapper ul li img{
    width: 100%;
    display: block;
}

.alc{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#slider_wrapper ul li .alc{
    text-align: center;
}

#slider_wrapper .toleft{
    position: absolute;
    left: -40px;
    top: 30%;
}

#slider_wrapper .toright{
    position: absolute;
    right: -40px;
    top: 30%;
}

.main_page{margin-top: 216px;}

.neptun_video{position: absolute; top: 0; left: 0; width: 100%;}

.readmoRoom .program__title{margin-bottom: 31px; text-indent: -3px;}

.korpus{font-size: 14px !important; font-family: "OpenSans" !important; color: rgb( 62, 135, 215 ) !important; font-weight: bold !important; text-transform: uppercase !important; line-height: 1 !important; margin-bottom: 10px !important;}

.parametr_nomera{background-color: #eeeeee; height: 86px; text-align: center; line-height: 53px; border-right: 3px solid #fff}
.parametr_nomera img{margin: auto;}
.parametr_nomera span{font-size: 14px; font-family: "OpenSans"; color: rgb( 25, 58, 94 ); display: block; line-height: 1.286; font-weight: bold;}
.w_nomere{margin-top: 21px;}
.w_nomere p{font-size: 14px; font-family: "OpenSans"; color: rgb( 25, 58, 94 ); margin-bottom: 7px;}
.w_nomere ul{margin-left:0px;}
.w_nomere ul li{font-size: 13px; color:#478dd9;}
.w_nomere ul li span{color:#193a5e; font-size: 14px;}
.zakaz_and_price_info .card_number{
	background-color: #ed1c24;
    -webkit-box-shadow: -3.508px 11.476px 40px 0 rgba(0, 1, 1, 0.2);
    box-shadow: -3.508px 11.476px 40px 0 rgba(0, 1, 1, 0.2);
    padding: 7px 20px;
    font-size: 0.875rem;
    font-family: "OpenSansBold", serif;
    color: #fff;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border: 1px solid #ed1c24;
    display: inline-block;
    margin-right: 31px;
}

.zakaz_and_price_info span{
	font-size: 1.75rem;
    font-family: "OpenSansBold", serif;
    color: #193a5e;
    line-height: 1.821;
}

.delenie_spiska{column-count:2;}

ul.main-custom, ol.main-custom  {
	font-size: 1rem;
	font-family: "OpenSans", serif;
	color: #193a5e;
	line-height: 1.5;
	margin-bottom: 30px;
	text-align: justify;
}

ul.main-custom li {
	list-style-type: initial;
	margin-top: 20px;
}

ol.main-custom li {
	list-style-type: inherit;
	margin-top: 20px;
}

h2.color-title {
	color: #193a5e;
	margin-bottom: 20px;
	text-align: left;
}
a.fixedcalc {
position: fixed;
    top: 50%;
    z-index: 1;
    right: -16px;
    text-align: center;
    border-radius: 100%;
    padding: 20px 23px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

a.fixedpobeda {
position: fixed;
    top: 80%;
    z-index: 1;
    right: 30px;
    text-align: center;
    border-radius: 100%;
    padding: 20px 23px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}	

a.fixedcalc img {
    width: 200px;
}

.foto_revs_wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.foto_revs_wrap a img {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.foto_revs_wrap a {
    padding: 10px;
    min-width: 250px;
    width: 25%;
}
.booking__layer_text {
    background: #89ff59;
    font-size: 12px;
    padding: 25px;
    position: relative;
    display: none;
    /* top: -20%; */
}

.booking__layer_text p {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	a.fixedcalc { 
	display: none;
	}



.foto_revs_wrap {
    justify-content: center;
}
}