@charset "UTF-8";
@font-face {
  font-family: Ubuntu;
  src: url(../fonts/Ubuntu.ttf); }

@font-face {
  font-family: UbuntuMedium;
  src: url(../fonts/ubuntu-medium.ttf); }

@font-face {
  font-family: UbuntuBold;
  src: url(../fonts/ubuntu-bold.ttf); }

@font-face {
  font-family: UbuntuLight;
  src: url(../fonts/ubuntu-light.ttf); }

@font-face {
  font-family: PTSerifBold;
  src: url(../fonts/PT_Serif-Web-Bold.ttf); }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  font: inherit;
  vertical-align: baseline;
  font-family: "Ubuntu", sans-serif; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  min-width: 320px;
  overflow-x: hidden;
  background: #fff; }

ol, ul {
  list-style: none; }

ul {
  margin-bottom: 10px;
  padding-left: 20px;
  list-style-type: disc;
}
ol {
  margin-bottom: 10px;
  padding-left: 20px;
  list-style-type: decimal;
}
ol li, ul li {
  padding: 5px 0;
}

blockquote, q {
  quotes: none; }

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

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

a {
  -webkit-transition: color .3s;
  transition: color .3s; }

/*глобальные настройки*/
.first {
  background: #caa475 url("../images/main-fon.jpg") no-repeat;
  background-size: cover; }

a {
  -webkit-transition: color .3s, background .3s;
  transition: color .3s, background .3s;
  text-decoration: none; }

p:not(:last-child) {
  margin-bottom: 10px; }

img {
  height: auto;
  max-width: 100%; }

b, strong, .strong {
  font-family: 'RobotoBold', sans-serif;
  font-weight: bold; }

.container {
  padding: 0 35px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.bron {
  display: inline-block;
  padding: 20px 33px;
  font-family: 'UbuntuBold', sans-serif;
  font-size: 1.25em;
  color: #fff;
  background: #d1945e;
  -webkit-border-radius: 3px;
          border-radius: 3px; }
  .bron:hover {
    background: #c47a38; }

section .title-section {
  margin-bottom: 0;
  padding: 75px 0 50px;
  font-family: 'PTSerifBold', sans-serif;
  font-size: 3.25em;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 72px; }

.mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(54, 39, 96, 0.7); }

.btn-top {
  padding-top: 7px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 80px;
  height: 80px;
  background: rgba(54, 39, 96, 0.5);
  z-index: 900;
  text-align: center;
  -webkit-transition: background .3s;
  transition: background .3s;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer; }
  .btn-top:hover {
    background: #4a3684; }
  .btn-top a {
    font-size: 3.75em;
    color: #fff; }

.btn-mobile {
  display: inline-block;
  padding: 20px 33px;
  font-family: 'UbuntuBold', sans-serif;
  font-size: 1.25em;
  color: #fff;
  background: #d1945e;
  -webkit-border-radius: 3px;
          border-radius: 3px; }

header {
  margin-top: 10px; }
  header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 13%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    header .container .item {
      width: 33%; }
    header .container .left .top {
      display: inline-block;
      margin-bottom: 28px;
      padding-left: 25px;
      font-family: 'PTSerifBold', sans-serif;
      font-size: 1.5em;
      color: #000;
      position: relative;
      cursor: pointer;
      -webkit-transition: color .3s;
      transition: color .3s; }
      header .container .left .top:hover {
        color: #5f3526; }
      header .container .left .top::before {
        position: absolute;
        content: '';
        background: url("../images/icon-map.png") no-repeat;
        width: 18px;
        height: 27px;
        left: 0;
        top: -3px; }
    header .container .left .bottom {
      font-family: 'PTSerifBold', sans-serif;
      font-size: 1.5em;
      color: #5f3526; }
    header .container .center {
      text-align: center; }
      header .container .center img {
        width: 300px; }
      header .container .center .city {
        margin-top: 5px;
        font-family: 'PTSerifBold', sans-serif;
        font-size: 1.25em;
        color: #5f3526; }
    header .container .right {
      text-align: right; }
header .container .right .phones-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .container .right .phones-box .icons {
  margin-right: 15px;
}
      header .container .right .phone {
        display: inline-block;
        padding-left: 30px;
        margin-bottom: 10px;
        font-family: 'UbuntuMedium', sans-serif;
        font-size: 1.375em;
        color: #000;
        position: relative; }
        header .container .right .phone::before {
          position: absolute;
          content: '';
          background: url("../images/icon-phone.png") no-repeat;
          width: 24px;
          height: 22px;
          left: 0;
          top: 2px; }
        header .container .right .phone:hover {
          color: #5f3526; }

.top-menu {
  margin-top: 10px; }
  .top-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    position: relative; }
    .top-menu ul::before {
      display: none;
      position: absolute;
      content: '';
      width: 100%;
      height: 1px;
      background: #603525;
      top: 50%;
      left: 0; }
    .top-menu ul li {
      position: relative;
      background: #fff; }
      .top-menu ul li a {
        display: inline-block;
        padding: 10px 25px;
        font-family: 'PTSerifBold', sans-serif;
        font-size: 1.25em;
        color: #5f3526; }
        .top-menu ul li a:hover {
          color: #d0935f; }

.top-menu.desktop {
  background: #362760;
  border-bottom: 1px solid #fff; }
  .top-menu.desktop ul li {
    background: none; }
    .top-menu.desktop ul li a {
      color: #fff; }
      .top-menu.desktop ul li a:hover {
        color: #ddd; }

.first .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0; }
  .first .container .item {
    width: 50%; }
  .first .container .left {
    background: rgba(0,0,0,.4);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative; }
    .first .container .left .slug {
      font-family: 'PTSerifBold', sans-serif;
      font-size: 3.75em;
      color: #fff;
      letter-spacing: 6px;
      line-height: 70px;
      position: absolute;
      left: 37%;
      top: 35%; }
      .first .container .left .slug::before {
        content: '';
        position: absolute;
        background: url("../images/icon-first-section.png") no-repeat;
        background-size: contain;
        width: 100%;
        height: 170px;
        left: -220px;
        top: 50%;
        transform: translateY(-50%);
      }
    .first .container .left .snoska {
      padding: 10px;
      font-family: 'UbuntuLight', sans-serif;
      font-size: 1.0625em;
      color: #fff;
      line-height: 24px;
      max-width: 67%;
      position: absolute;
      left: 16%;
      top: 87%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .first .container .right {
    padding: 70px 11% 105px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    background: rgba(54, 39, 96, 0.8); }
    .first .container .right .top {
      margin-bottom: 45px;
      font-family: 'UbuntuLight', sans-serif;
      font-size: 38px;
      color: #fff; }
    .first .container .right .sale {
      margin-bottom: 25px;
      font-family: 'PTSerifBold', sans-serif;
      font-size: 3.75em;
      color: #fff; }
    .first .container .right .offer {
      margin-bottom: 45px;
      font-size: 2.5em;
      color: #dbb17f;
      overflow: hidden;
      text-align: center; }
      .first .container .right .offer::before, .first .container .right .offer::after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        height: 1px;
        background-color: #dbb17f;
        position: relative; }
      .first .container .right .offer::before {
        margin-left: -100%;
        left: -20px; }
      .first .container .right .offer::after {
        margin-right: -100%;
        right: -20px; }
      .first .container .right .offer span {
        font-family: 'UbuntuMedium', sans-serif; }
    .first .container .right form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .first .container .right form .input {
        margin-bottom: 30px;
        padding: 28px 20px;
        border: none;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        font-size: 1.125em;
        cursor: pointer; }
        .first .container .right form .input:focus {
          outline: none; }
.first .container .right .soglasie {
  margin-bottom: 10px;
  color: #fff;
  cursor: pointer;
}
.first .container .right .politics {
  margin-bottom: 15px;
  color: #fff;
  text-decoration: underline;
}
.first .container .right .politics:hover {
  text-decoration: none;
}
      .first .container .right form .date {
        background: #fff url("../images/icon-calendar.png") no-repeat;
        background-position: 95% 45%; }
      .first .container .right form .submit {
        padding: 28px 20px;
        border: none;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        background: #dbb17f;
        cursor: pointer;
        -webkit-transition: background .3s;
        transition: background .3s;
        font-family: 'UbuntuBold', sans-serif;
        font-size: 1.25em;
        color: #fff; }
        .first .container .right form .submit:hover {
          background: #d09957; }

.second .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0; }
  .second .container .item {
    width: 50%; }
  .second .container .left {
    background: #dbb17f;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .second .container .left p {
      margin-bottom: 40px;
      font-size: 1.25em;
      color: #fff;
      line-height: 32px; }
      .second .container .left p span {
        display: inline-block;
        color: #000; }
    .second .container .left form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .second .container .left form .input {
        padding: 35px 15px 10px;
        margin-bottom: 20px;
        width: 100%;
        font-family: 'UbuntuBold', sans-serif;
        font-size: 1.375em;
        color: #fff;
        background: none;
        border: 2px solid #f1cfa2;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        cursor: pointer;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .second .container .left form .input:focus {
          outline: none; }
      .second .container .left form .data-wrap {
        position: relative; }
        .second .container .left form .data-wrap .label {
          position: absolute;
          font-size: 1.125em;
          color: #fff;
          left: 15px;
          top: 8px; }
      .second .container .left form .wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 20px; }
        .second .container .left form .wrap .item {
          width: 25%;
          position: relative; }
          .second .container .left form .wrap .item .label {
            font-size: 1.125em;
            color: #fff;
            position: absolute;
            left: 15px;
            top: 5px; }
          .second .container .left form .wrap .item select {
            padding: 35px 15px 15px;
            width: 100%;
            border: 2px solid #f1cfa2;
            -webkit-border-radius: 3px;
                    border-radius: 3px;
            cursor: pointer;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            background: url("../images/icon-second-select.png") no-repeat;
            background-position: 90% 65%;
            font-family: 'UbuntuBold', sans-serif;
            font-size: 1.375em;
            color: #fff;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
            .second .container .left form .wrap .item select:focus {
              outline: none; }
            .second .container .left form .wrap .item select option {
              color: #000; }
      .second .container .left form .submit {
        padding: 27px 15px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        background: #362760;
        border: none;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        cursor: pointer;
        -webkit-transition: background .3s;
        transition: background .3s;
        font-family: 'UbuntuBold', sans-serif;
        font-size: 1.25em;
        color: #fff; }
        .second .container .left form .submit:hover {
          background: #4a3684; }
.second .container .owl-carousel .item {
  width: 100%;
}
.second .container .left .owl-carousel {
  height: 100%; }
.second .container .left .owl-carousel .owl-stage-outer {
  height: 100%; }
.second .container .left .owl-carousel .owl-stage-outer div {
  height: 100%; }
.second .container .left .owl-carousel .owl-stage-outer div .owl-item {
  overflow: hidden; }
.second .container .left .owl-carousel .owl-stage-outer div .item {
  width: 100%;
  height: 100%;
  overflow: hidden; }
.second .container .left .owl-carousel .owl-stage-outer div .item img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: none;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%; }
.second .container .left .owl-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 70%;
  position: absolute;
  left: 50%;
  bottom: 10%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
.second .container .left .owl-nav button {
  display: inline-block;
  width: 55px;
  height: 55px;
  background: #362760 !important;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
.second .container .left .owl-nav button:focus {
  outline: none; }
.second .container .left .owl-dots {
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 12%;
  width: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
.second .container .left .owl-dots button:not(:last-child) {
  margin-right: 17px; }
.second .container .left .owl-dots button:focus {
  outline: none; }
.second .container .left .owl-dots button.active span {
  background: #362760; }
.second .container .left .owl-dots button span {
  display: inline-block;
  width: 17px;
  height: 17px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff; }
  .second .container .right {
    padding: 70px 7% 85px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .second .container .right .title {
      font-family: 'PTSerifBold', sans-serif;
      font-size: 3.25em;
      line-height: 72px;
      text-transform: uppercase;
      letter-spacing: 4px; }
      .second .container .right ul {
        margin-bottom: 0;
        padding-left: 0;
        list-style-type: none;
      }
    .second .container .right ul li {
      padding-left: 35px;
      font-size: 1.0625em;
      color: #595959;
      line-height: 27px;
      position: relative; }
      .second .container .right ul li:not(:last-child) {
        margin-bottom: 20px; }
      .second .container .right ul li::before {
        content: '';
        position: absolute;
        background: url("../images/check-second.png") no-repeat;
        width: 27px;
        height: 18px;
        left: 0;
        top: 6px; }

.third {
  padding-bottom: 110px;
  background: #362760; }
  .third .title-section {
    color: #fff; }
  .third .owl-carousel .item .img {
    overflow: hidden;
    position: relative;
    height: 275px; }
    .third .owl-carousel .item .img img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      max-width: 600px;
      width: auto;
      height: auto; }
  .third .owl-carousel .item .text {
    padding: 30px;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center; }
    .third .owl-carousel .item .text .name {
      margin-bottom: 20px;
      font-family: 'PTSerifBold', sans-serif;
      font-size: 1.875em;
      line-height: 38px; }
    .third .owl-carousel .item .text .price p {
      margin-bottom: 30px;
      font-family: 'PTSerifBold', sans-serif;
      font-size: 1.875em;
      color: #dbb17f; }
    .third .owl-carousel .item .text .bron {
      display: block;
      background: #dbb17f; }
      .third .owl-carousel .item .text .bron:hover {
        background: #d09957; }
  .third .owl-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .third .owl-nav button {
      display: inline-block;
      width: 70px;
      height: 70px;
      background: #362760 !important;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
      .third .owl-nav button:focus {
        outline: none; }
      .third .owl-nav button:first-child {
        margin-left: -35px; }
      .third .owl-nav button:last-child {
        margin-right: -35px; }
  .third .owl-dots {
    display: none; }

.fourth {
  padding-bottom: 80px; }
  .fourth .owl-carousel {
    padding: 0 15%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .fourth .owl-carousel .owl-stage {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .fourth .owl-carousel .item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0 15px;
      text-align: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 100%; }
      .fourth .owl-carousel .item .top {
        margin-bottom: 15px;
        height: 50%; }
      .fourth .owl-carousel .item .bottom {
        height: 50%; }
      .fourth .owl-carousel .item .icon {
        margin-bottom: 25px; }
        .fourth .owl-carousel .item .icon img {
          display: inline-block;
          width: auto;
          max-width: 130px; }
      .fourth .owl-carousel .item p {
        font-family: 'UbuntuLight', sans-serif;
        font-size: 1.125em;
        line-height: 24px; }
    .fourth .owl-carousel .owl-nav {
      display: none; }
    .fourth .owl-carousel .owl-dots {
      margin-top: 55px;
      text-align: center; }
      .fourth .owl-carousel .owl-dots button:not(:last-child) {
        margin-right: 17px; }
      .fourth .owl-carousel .owl-dots button:focus {
        outline: none; }
      .fourth .owl-carousel .owl-dots button.active span {
        background: #362760; }
      .fourth .owl-carousel .owl-dots button span {
        display: inline-block;
        width: 17px;
        height: 17px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background: #dbb17f; }

.fifth {
  padding-bottom: 85px;
  background: #dbb17f; }
  .fifth .wrap-title-section {
    padding: 0 35px; }
  .fifth .title-section {
    padding-left: 5%;
    text-align: left;
    color: #fff; }
  .fifth .owl-carousel {
    padding: 0 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .fifth .owl-carousel .item {
      overflow: hidden; }
.fifth .owl-carousel .item .label {
  margin-top: 5px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
      .fifth .owl-carousel .item .img {
        position: relative;
        height: 400px; }
        .fifth .owl-carousel .item .img:hover .mask-desc {
          height: 100%;
          width: 100%; }
          .fifth .owl-carousel .item .img:hover .mask-desc p {
            opacity: 1; }
      .fifth .owl-carousel .item .mask-desc {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background: rgba(0, 0, 0, 0.8);
        width: 0;
        height: 0;
        -webkit-transition: width .3s, height .3s;
        transition: width .3s, height .3s; }
        .fifth .owl-carousel .item .mask-desc p {
          position: absolute;
          left: 50%;
          top: 50%;
          font-size: 0.875em;
          color: #fff;
          line-height: 20px;
          opacity: 0;
          -webkit-transition: opacity .3s;
          transition: opacity .3s;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          text-align: center;
          width: 100%; }
      .fifth .owl-carousel .item a {
        display: block;
        height: 100%; }
      .fifth .owl-carousel .item img {
        position: absolute;
        width: auto;
        max-width: 600px;
        min-width: 100%;
        max-height: 100%;
        min-height: 100%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        pointer-events: none; }
    .fifth .owl-carousel .owl-nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 22px 35px;
      position: absolute;
      top: -125px;
      right: 5%;
      background: #362760;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-border-radius: 3px;
              border-radius: 3px; }
      .fifth .owl-carousel .owl-nav button:focus {
        outline: none; }
      .fifth .owl-carousel .owl-nav .count {
        padding: 0 40px;
        font-family: 'PTSerifBold', sans-serif;
        font-size: 3.25em;
        color: #fff; }
    .fifth .owl-carousel .owl-dots {
      margin-top: 50px;
      text-align: center; }
      .fifth .owl-carousel .owl-dots button:not(:last-child) {
        margin-right: 17px; }
      .fifth .owl-carousel .owl-dots button:focus {
        outline: none; }
      .fifth .owl-carousel .owl-dots button.active span {
        background: #362760; }
      .fifth .owl-carousel .owl-dots button span {
        display: inline-block;
        width: 17px;
        height: 17px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background: #fff; }

.sixth {
  padding-bottom: 45px; }
.sixth .title-section {
  padding-top: 30px;
}
  .sixth .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 18%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .sixth .container .item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .sixth .container .item .icon {
        margin-right: 10px; }
      .sixth .container .item p {
        font-family: 'UbuntuLight', sans-serif;
        font-size: 1.125em;
        line-height: 28px; }
        .sixth .container .item p span {
          display: block;
          font-family: 'UbuntuMedium', sans-serif; }

.seventh .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0; }
  .seventh .container .item-sec {
    width: 50%; }
  .seventh .container .left .owl-carousel {
    height: 100%; }
    .seventh .container .left .owl-carousel .owl-stage-outer {
      height: 100%; }
      .seventh .container .left .owl-carousel .owl-stage-outer div {
        height: 100%; }
        .seventh .container .left .owl-carousel .owl-stage-outer div .owl-item {
          overflow: hidden; }
        .seventh .container .left .owl-carousel .owl-stage-outer div .item {
          width: 100%;
          height: 100%;
          overflow: hidden; }
          .seventh .container .left .owl-carousel .owl-stage-outer div .item img {
            position: absolute;
            left: 50%;
            top: 50%;
            max-width: none;
            width: auto;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            min-height: 100%;
            min-width: 100%; }
  .seventh .container .left .owl-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 70%;
    position: absolute;
    left: 50%;
    bottom: 10%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .seventh .container .left .owl-nav button {
      display: inline-block;
      width: 55px;
      height: 55px;
      background: #362760 !important;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
      .seventh .container .left .owl-nav button:focus {
        outline: none; }
  .seventh .container .left .owl-dots {
    position: absolute;
    text-align: center;
    left: 50%;
    bottom: 12%;
    width: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .seventh .container .left .owl-dots button:not(:last-child) {
      margin-right: 17px; }
    .seventh .container .left .owl-dots button:focus {
      outline: none; }
    .seventh .container .left .owl-dots button.active span {
      background: #362760; }
    .seventh .container .left .owl-dots button span {
      display: inline-block;
      width: 17px;
      height: 17px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background: #fff; }
  .seventh .container .right {
    padding: 50px 7.5% 70px;
    background: url("../images/sec-7-fon.jpg") no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .seventh .container .right .title {
      margin-bottom: 30px;
      font-family: 'PTSerifBold', sans-serif;
      font-size: 2.375em;
      color: #fff;
      line-height: 50px; }
    .seventh .container .right .conditions {
      margin-bottom: 25px;
      font-family: 'UbuntuMedium', sans-serif;
      font-size: 1.375em;
      color: #fff; }
    .seventh .container .right .price-box .sub {
      margin-top: 25px;
      margin-bottom: 15px;
      font-family: 'UbuntuMedium', sans-serif;
      font-size: 1.0625em;
      color: #fff; }
    .seventh .container .right .price-box .item {
      margin-bottom: 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .seventh .container .right .price-box .item:nth-of-type(-n+3) p {
        font-family: 'UbuntuLight', sans-serif; }
      .seventh .container .right .price-box .item::before {
        position: absolute; }
      .seventh .container .right .price-box .item p {
        display: inline-block;
        margin-bottom: 0;
        font-size: 1.0625em;
        color: #fefefe; }
        .seventh .container .right .price-box .item p span {
          display: block;
          font-family: 'UbuntuMedium', sans-serif; }
      .seventh .container .right .price-box .item .border {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin: 0 10px;
        position: relative; }
        .seventh .container .right .price-box .item .border::before {
          position: absolute;
          content: '';
          width: 100%;
          height: 1px;
          border-bottom: 1px dashed #6c53ae;
          left: 0;
          bottom: 2px; }
    .seventh .container .right .services-box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 30px; }
      .seventh .container .right .services-box .item {
        width: 13%;
        text-align: center; }
        .seventh .container .right .services-box .item .icon {
          margin-bottom: 10px; }
        .seventh .container .right .services-box .item p {
          font-family: 'UbuntuLight', sans-serif;
          font-size: 0.9375em;
          color: #dbb17f;
          line-height: 17px; }
    .seventh .container .right .bottom-box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 30px; }
      .seventh .container .right .bottom-box .bron {
        padding: 25px 50px;
        background: #dbb17f;
        font-family: 'UbuntuBold', sans-serif;
        font-size: 1.875em; }
        .seventh .container .right .bottom-box .bron:hover {
          background: #d09957; }
      .seventh .container .right .bottom-box .soc-seti a {
        display: inline-block; }
        .seventh .container .right .bottom-box .soc-seti a:not(:last-child) {
          margin-right: 13px; }

.eighth .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0; }
  .eighth .container .item-sec {
    width: 50%; }
  .eighth .container .left {
    padding: 65px 7% 90px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .eighth .container .left .title {
      margin-bottom: 25px;
      font-family: 'PTSerifBold', sans-serif;
      font-size: 2.375em;
      color: #000;
      line-height: 56px;
      text-transform: uppercase; }
    .eighth .container .left .regulations {
      font-family: 'UbuntuMedium', sans-serif;
      font-size: 1.375em;
      color: #000; }
    .eighth .container .left .delay {
      font-family: 'UbuntuMedium', sans-serif;
      font-size: 1.0625em;
      color: #595959; }
    .eighth .container .left ul {
      margin-bottom: 25px;
      padding-left: 30px;
      list-style-type: disc; }
      .eighth .container .left ul li {
        font-size: 1.0625em;
        color: #595959;
        line-height: 27px; }
        .eighth .container .left ul li:not(:last-child) {
          margin-bottom: 5px; }
    .eighth .container .left p {
      font-size: 1.0625em;
      line-height: 27px;
      color: #595959; }
      .eighth .container .left p:last-child {
        margin-top: 30px; }
  .eighth .container .right .owl-carousel {
    height: 100%; }
    .eighth .container .right .owl-carousel .owl-stage-outer {
      height: 100%; }
      .eighth .container .right .owl-carousel .owl-stage-outer div {
        height: 100%; }
    .eighth .container .right .owl-carousel .owl-item {
      overflow: hidden; }
    .eighth .container .right .owl-carousel .item {
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .eighth .container .right .owl-carousel .item img {
        position: absolute;
        left: 50%;
        top: 50%;
        max-width: none;
        width: auto;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        height: 100%; }
  .eighth .container .right .owl-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 70%;
    position: absolute;
    left: 50%;
    bottom: 10%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .eighth .container .right .owl-nav button {
      display: inline-block;
      width: 55px;
      height: 55px;
      background: #362760 !important;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
      .eighth .container .right .owl-nav button:focus {
        outline: none; }
  .eighth .container .right .owl-dots {
    position: absolute;
    text-align: center;
    left: 50%;
    bottom: 12%;
    width: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .eighth .container .right .owl-dots button:not(:last-child) {
      margin-right: 17px; }
    .eighth .container .right .owl-dots button:focus {
      outline: none; }
    .eighth .container .right .owl-dots button.active span {
      background: #362760; }
    .eighth .container .right .owl-dots button span {
      display: inline-block;
      width: 17px;
      height: 17px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background: #fff; }

.ninth .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0; }
  .ninth .container .item-sec {
    width: 50%; }
  .ninth .container .date-news {
    display: inline-block;
    padding: 15px 25px;
    font-family: 'UbuntuLight', sans-serif;
    color: #fff;
    background: #362760; }
  .ninth .container .left {
    padding: 95px 7%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative; }
    .ninth .container .left::before {
      content: '';
      position: absolute;
      width: 95%;
      height: 90%;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border: 1px solid #dbb17f;
      z-index: 0; }
    .ninth .container .left .wrap-text {
      position: relative;
      z-index: 2; }
    .ninth .container .left .date-news {
      margin-bottom: 20px; }
    .ninth .container .left .slug {
      margin-bottom: 25px;
      font-family: 'PTSerifBold', sans-serif;
      font-size: 2.375em;
      color: #dbb17f;
      text-transform: uppercase; }
    .ninth .container .left .sale {
      margin-bottom: 20px;
      font-family: 'UbuntuMedium', sans-serif;
      font-size: 2.5em;
      color: #fff; }
    .ninth .container .left .desc {
      margin-bottom: 35px;
      font-size: 1.0625em;
      color: #fff;
      line-height: 27px; }
.ninth .container .left .desc h2 span,
.ninth .container .left .desc h3 span,
.ninth .container .left .desc h4 span,
.ninth .container .left .desc h5 span {
  font-family: inherit;
}
.ninth .container .left .desc h2 {
  margin-bottom: 15px;
  font-family: 'PTSerifBold', sans-serif;
  font-size: 38px;
}
.ninth .container .left .desc h3 {
  margin-bottom: 15px;
  font-family: 'PTSerifBold', sans-serif;
  font-size: 34px;
}
.ninth .container .left .desc h4 {
  margin-bottom: 15px;
  font-family: 'PTSerifBold', sans-serif;
  font-size: 30px;
}
.ninth .container .left .desc h5 {
  margin-bottom: 15px;
  font-family: 'PTSerifBold', sans-serif;
  font-size: 24px;
}
    .ninth .container .left .bron {
      background: #dbb17f; }
      .ninth .container .left .bron:hover {
        background: #d09957; }
  .ninth .container .right {
    padding: 50px 2%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .ninth .container .right .title {
      margin-bottom: 25px;
      font-family: 'PTSerifBold', sans-serif;
      font-size: 2.375em;
      text-transform: uppercase;
      letter-spacing: 2px; }
    .ninth .container .right .owl-carousel .item {
      position: relative; }
      .ninth .container .right .owl-carousel .item .img {
        margin-bottom: 15px;
        height: 210px;
        overflow: hidden;
      }
.ninth .container .right .owl-carousel .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ninth .container .right .owl-carousel .item .img img {
  min-height: 100%;
  max-width: 150%;
  width: auto;
}
      .ninth .container .right .owl-carousel .item .name {
        display: inline-block;
        margin-bottom: 15px;
        font-family: 'PTSerifBold', sans-serif;
        font-size: 1.375em;
        color: #000;
        line-height: 30px; }
      .ninth .container .right .owl-carousel .item .desc {
        margin-bottom: 0;
        color: #595959;
        line-height: 24px; }
      .ninth .container .right .owl-carousel .item .date-news {
        width: 100%;
        box-sizing: border-box;
         }
    .ninth .container .right .owl-nav {
      position: absolute;
      right: 0;
      top: -70px; }
      .ninth .container .right .owl-nav button {
        display: inline-block;
        width: 55px;
        height: 55px;
        background: #362760 !important;
        -webkit-border-radius: 50%;
                border-radius: 50%; }
        .ninth .container .right .owl-nav button:not(:last-child) {
          margin-right: 12px; }
        .ninth .container .right .owl-nav button:focus {
          outline: none; }

.tenth .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding: 0; }
  .tenth .container .item-sec {
    width: 100%; }
  .tenth .container .left {
    padding: 65px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
.tenth .container .left .top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  margin-top: 20px;
}
.tenth .container .left .top-box .title-section {
  padding: 0;
  margin-right: 30px;
  font-size: 30px;
}
    .tenth .container .left .owl-carousel {
      padding: 0 70px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .tenth .container .left .item .img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 auto 20px;
      text-align: center;
      height: 120px;
      width: 120px;
      border-radius: 50%;
      overflow: hidden;
    }
      .tenth .container .left .item .img img {
        display: inline-block;
        width: auto;
        max-width: 140px;
        min-height: 100%;
        height: auto; }
    .tenth .container .left .item p {
      color: #595959;
      line-height: 24px; }
    .tenth .container .left .item .name {
      margin-bottom: 25px;
      font-family: 'UbuntuMedium', sans-serif;
      font-size: 1.375em;
      text-align: center;
      color: #000; }
    .tenth .container .left .item .next-wrap {
      margin-top: 25px;
      text-align: center; }
    .tenth .container .left .item .next {
      display: inline-block;
      padding: 19px 27px;
      font-family: 'UbuntuLight', sans-serif;
      font-size: 1.25em;
      color: #dbb17f;
      border: 1px solid #dbb17f;
      -webkit-border-radius: 3px;
              border-radius: 3px; }
      .tenth .container .left .item .next:hover {
        background: #dbb17f;
        color: #fff; }
    .tenth .container .left .owl-nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0 5px;
      box-sizing: border-box;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: -1;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%; }
      .tenth .container .left .owl-nav button {
        display: inline-block;
        width: 55px;
        height: 55px;
        background: #362760 !important;
        -webkit-border-radius: 50%;
                border-radius: 50%; }
        .tenth .container .left .owl-nav button:focus {
          outline: none; }

.tenth #map {
  height: 100%;
  width: 100%; }

footer {
  padding: 25px 0 35px;
  background: #dbb17f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    footer .container .item {
      width: 50%; }
    footer .container .left {
      padding-right: 30px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      footer .container .left .top-text {
        margin-bottom: 30px; }
        footer .container .left .top-text p {
          display: inline-block;
          margin-right: 40px; }
        footer .container .left .top-text .copy {
          font-family: 'PTSerifBold', sans-serif;
          font-size: 0.9375em;
          text-transform: uppercase; }
        footer .container .left .top-text .address {
          display: inline-block;
          margin-bottom: 15px;
          padding-left: 25px;
          font-family: 'UbuntuLight', sans-serif;
          color: #000;
          position: relative; }
          footer .container .left .top-text .address::before {
            content: '';
            position: absolute;
            background: url("../images/foot-icon-map.png");
            width: 18px;
            height: 27px;
            left: 0;
            top: -5px; }
        footer .container .left .top-text .phone {
          display: inline-block;
          padding-left: 25px;
          font-family: 'UbuntuBold', sans-serif;
          color: #000;
          position: relative; }
          footer .container .left .top-text .phone:hover {
            text-decoration: underline; }
          footer .container .left .top-text .phone::before {
            content: '';
            position: absolute;
            background: url("../images/foot-icon-phone.png");
            width: 16px;
            height: 24px;
            left: 0;
            top: -5px; }
      footer .container .left .bottom-text p {
        font-size: 0.9375em;
        color: #595959;
        line-height: 24px; }
      footer .container .left .bottom-text a {
        display: inline-block;
        font-family: 'UbuntuMedium', sans-serif;
        font-size: 0.9375em;
        color: #362760;
        border-bottom: 1px solid #8d706e; }
        footer .container .left .bottom-text a:hover {
          border-bottom: 1px solid transparent; }
    footer .container .right {
      position: relative; }
      footer .container .right .wrap-box {
        width: 50%; }
        footer .container .right .wrap-box .top {
          margin-bottom: 50px; }
          footer .container .right .wrap-box .top > div {
            display: inline-block; }
footer .container .right .wrap-box .top .yandex {
  display: block;
  margin-top: 5px;
}
          footer .container .right .wrap-box .top .book {
            margin-right: 10px; }
        footer .container .right .wrap-box .bottom a:not(:last-child) {
          margin-right: 10px; }
      footer .container .right .box-bron {
        padding: 85px 75px 90px;
        position: absolute;
        right: 0;
        bottom: -35px;
        z-index: 500;
        background: #362760;
        -webkit-border-top-left-radius: 5px;
                border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
                border-top-right-radius: 5px; }
        footer .container .right .box-bron .title {
          margin-bottom: 35px;
          font-family: 'PTSerifBold', sans-serif;
          font-size: 2.375em;
          color: #fff;
          text-transform: uppercase; }
        footer .container .right .box-bron a {
          display: inline-block;
          padding: 19px 50px;
          border: 1px solid #dbb17f;
          -webkit-border-radius: 3px;
                  border-radius: 3px; }
        footer .container .right .box-bron .yes {
          margin-right: 20px;
          font-family: 'UbuntuBold', sans-serif;
          font-size: 1.25em;
          color: #fff;
          background: #dbb17f; }
          footer .container .right .box-bron .yes:hover {
            background: #d09957; }
        footer .container .right .box-bron .no {
          font-family: 'UbuntuLight', sans-serif;
          font-size: 1.25em;
          color: #dbb17f; }
          footer .container .right .box-bron .no:hover {
            background: #d09957;
            color: #fff; }
      footer .container .right .to-call-mobile {
        background: none; }
        footer .container .right .to-call-mobile a {
          background: #362760; }

.popup-window {
  display: none;
  margin: 0 2%;
  position: fixed;
  z-index: 1002;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 96%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 100vh;
  overflow: auto; }
  .popup-window.order-form {
    display: none; }
    .popup-window.order-form .title {
      margin-bottom: 30px;
      font-family: 'PTSerifBold', sans-serif;
      font-size: 1.875em; }
    .popup-window.order-form form .wrap-input {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .popup-window.order-form form .input {
      margin-right: 20px;
      padding: 20px;
      border: 2px solid #362760;
      font-size: 1.125em;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .popup-window.order-form form .input:focus {
        outline: none; }
    .popup-window.order-form form .submit {
      padding: 20px;
      font-size: 1.125em;
      background: #362760;
      text-transform: uppercase;
      border: none;
      color: #fff;
      -webkit-transition: background .3s;
      transition: background .3s;
      cursor: pointer; }
      .popup-window.order-form form .submit:hover {
        background: #4a3684; }
    .popup-window.order-form form .soglasie {
      display: block;
      margin-top: 10px;
      cursor: pointer;
      text-align: center; }
    .popup-window.order-form form .politics {
      display: block;
      margin-top: 10px;
      color: #362760;
      text-align: center; }
      .popup-window.order-form form .politics:hover {
        color: #4a3684; }
  .popup-window .container {
    padding: 75px 7% 90px;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative; }
    .popup-window .container .wrap-box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .popup-window .container .wrap-box .left {
        width: 40%; }
        .popup-window .container .wrap-box .left .title {
          margin-bottom: 40px;
          font-family: 'PTSerifBold', sans-serif;
          font-size: 2.25em;
          line-height: 56px;
          text-transform: uppercase; }
        .popup-window .container .wrap-box .left ul {
          margin-bottom: 0;
          padding-left: 0;
          list-style-type: none;
        }
        .popup-window .container .wrap-box .left ul li {
          padding-left: 50px;
          margin-bottom: 40px;
          font-family: 'UbuntuLight', sans-serif;
          font-size: 1.125em;
          position: relative; }
          .popup-window .container .wrap-box .left ul li img {
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%); }
      .popup-window .container .wrap-box .right {
        width: 59%; }
        .popup-window .container .wrap-box .right .owl-nav {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          width: 80%;
          position: absolute;
          left: 50%;
          bottom: 8%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
          .popup-window .container .wrap-box .right .owl-nav button {
            display: inline-block;
            width: 55px;
            height: 55px;
            background: #362760 !important;
            -webkit-border-radius: 50%;
                    border-radius: 50%; }
            .popup-window .container .wrap-box .right .owl-nav button:focus {
              outline: none; }
        .popup-window .container .wrap-box .right .owl-dots {
          position: absolute;
          text-align: center;
          left: 50%;
          bottom: 11%;
          width: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
          .popup-window .container .wrap-box .right .owl-dots button:not(:last-child) {
            margin-right: 17px; }
          .popup-window .container .wrap-box .right .owl-dots button:focus {
            outline: none; }
          .popup-window .container .wrap-box .right .owl-dots button.active span {
            background: #362760; }
          .popup-window .container .wrap-box .right .owl-dots button span {
            display: inline-block;
            width: 17px;
            height: 17px;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            background: #fff; }
    .popup-window .container .bottom {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 40px 4%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background: #dbb17f; }
      .popup-window .container .bottom .price p {
        font-family: 'PTSerifBold', sans-serif;
        font-size: 2.75em; }
      .popup-window .container .bottom .bron {
        padding: 30px 87px;
        background: #362760; }
        .popup-window .container .bottom .bron:hover {
          background: #4a3684; }
    .popup-window .container .close-popup {
      position: absolute;
      right: 20px;
      top: 20px; }

.modal-success-window {
  display: none;
  padding: 125px 30px;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 500px;
  height: 300px;
  text-align: center;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1001; }
  .modal-success-window .title {
    font-family: 'PTSerifBold', sans-serif;
    font-size: 1.875em; }

.page {
  padding-bottom: 125px; }
  .page .title-section {
    font-size: 1.875em; }
  .page p {
    font-size: 1.125em;
    line-height: 22px;
    color: #595959; }
  .page img {
    margin: 0 15px 15px 0;
    float: left; }
  .page .clearfix {
    clear: both; }

.to-call-mobile {
  padding: 20px 0;
  text-align: center;
  background: #362760; }
.mask-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
}

@media only screen and (max-width: 1600px) {
  .first .container .left .slug {
    left: 25%;
    font-size: 3.125em; }
    .first .container .left .slug::before {
      background-size: contain;
      left: -170px; }
  .first .container .left .snoska {
    left: 8%; }
  .sixth .container {
    padding: 0 10%; }
    .sixth .container .icon {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
  .seventh .container .right {
    padding: 50px 5% 70px; }
  .seventh .container .right .title,
  .eighth .container .left .title {
    font-size: 1.875em;
    line-height: 40px; }
  .eighth .container .left {
    padding: 60px 5% 80px; }
  footer .container .left .top-text p {
    margin-right: 5px; }
  footer .container .right .box-bron {
    padding: 30px 40px 60px; } }

@media only screen and (max-width: 1400px) {
  header .container .left {
    width: 35%; }
  header .container .center {
    width: 30%; }
  header .container .right {
    width: 35%; }
  .first .container .left .slug {
    left: 15%;
    top: 45%; }
    .first .container .left .slug::before {
      left: 0;
      bottom: 105%;
      top: auto;
      transform: none;
    }
  .first .container .right {
    padding: 40px 5% 60px; }
  .second .container .right .title {
    font-size: 2.5em;
    line-height: 50px; }
  section .title-section {
    font-size: 2.5em; }
  .third .owl-carousel .item .text .name {
    font-size: 1.375em;
    line-height: 28px; }
  .fourth .owl-carousel {
    padding: 0 5%; }
  .sixth .container {
    padding: 0 35px; }
    .sixth .container .item {
      width: 25%; }
  .seventh .container .right {
    padding: 50px 3% 70px; }
  .eighth .container .left {
    padding: 60px 3% 80px; }
  .ninth .container .right .title {
    font-size: 1.875em; }
  footer .container .right .box-bron {
    padding: 40px 30px; }
  footer .container .right .box-bron .title {
    font-size: 1.875em; }
  footer .container .right .box-bron a {
    display: block;
    text-align: center; }
  footer .container .right .box-bron .yes {
    margin-right: 0;
    margin-bottom: 20px; }
  .popup-window .container .wrap-box .left .title {
    font-size: 1.875em;
    line-height: 40px; } }

@media only screen and (max-width: 1200px) {
  header .container {
    padding: 0 5%; }
  .top-menu ul li a {
    font-size: 1.125em; }
  .first .container .left .slug {
    font-size: 1.875em;
    line-height: 40px; }
    .first .container .left .slug::before {
      height: 150px; }
  .first .container .right .top {
    margin-bottom: 20px; }
  .second .container .right {
    padding: 40px 5% 60px; }
  .second .container .left form .wrap .item {
    width: 30%; }
  .second .container .right .title {
    font-size: 1.875em;
    line-height: 40px; }
  section .title-section {
    padding: 40px 0 30px; }
  .third,
  .fourth {
    padding-bottom: 40px; }
  .seventh .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .seventh .container .item-sec {
      width: 100%; }
  .seventh .container .left .owl-carousel .owl-stage-outer div .item,
  .eighth .container .right .owl-carousel .owl-stage-outer div .item {
    height: 500px;
    overflow: hidden; }
    .seventh .container .left .owl-carousel .owl-stage-outer div .item img,
    .eighth .container .right .owl-carousel .owl-stage-outer div .item img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: auto;
      width: 100%; }
  .seventh .container .right,
  .eighth .container .left {
    padding: 40px 35px; }
  .eighth .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .eighth .container .item-sec {
      width: 100%; }
  .eighth .container .left .title br {
    display: none; }
  .tenth .container .left .owl-nav {
    width: 95%; }
  .ninth .container .left .sale {
    font-size: 1.875em; }
  .ninth .container .right .title {
    font-size: 1.625em; }
  footer .container .right .wrap-box {
    width: 60%; }
  footer .container .right .box-bron {
    padding: 40px 20px; }
    footer .container .right .box-bron .title {
      font-size: 1.375em; }
  .popup-window .container .wrap-box .left,
  .popup-window .container .wrap-box .right {
    width: 50%; }
  .popup-window .container .wrap-box .left .title {
    font-size: 1.625em;
    line-height: 30px; }
  .fifth .owl-carousel .item .img {
    height: 350px; } }

@media only screen and (max-width: 992px) {
  header .container .left .top {
    font-size: 1em; }
  header .container .left .bottom {
    font-size: 1.375em; }
  .top-menu ul li a {
    padding: 10px 15px;
    font-size: 0.9375em; }
  .first .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .first .container .item {
    width: 100%; }
  .first .container .left {
    padding: 20px; }
  .first .container .left .slug {
    padding-left: 150px;
    position: relative;
    left: auto;
    top: auto; }
    .first .container .left .slug::before {
      bottom: auto;
      top: 0;
      left: 0;
      height: 100%; }
  .first .container .left .snoska {
    position: static; }
  .second .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .second-chan .container {
    -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
  }
    .second .container .item {
      width: 100%; }
  .second .container .right {
    padding: 40px 35px; }
  .second .container .right .title br {
    display: none; }
  .second .container .left {
    height: 500px;
  }
  section .title-section {
    padding: 20px 0;
    font-size: 1.875em;
    line-height: 40px; }
  .fifth {
    padding-bottom: 40px; }
  .fifth .owl-carousel .owl-nav {
    padding: 10px 20px;
    top: -65px; }
  .fifth .owl-carousel .owl-nav .count {
    font-size: 1.625em; }
  .sixth {
    padding-bottom: 25px; }
  .sixth .container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .sixth .container .item {
      margin-bottom: 15px;
      width: 48%; }
  .ninth .container .right {
    padding: 40px 35px; }
  .ninth .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .ninth .container .item-sec {
      width: 100%; }
  .tenth .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .tenth .container .item-sec {
      width: 100%; }
  .tenth .container .left {
    padding: 40px 0;
    border-top: 2px solid #362760; }
  .tenth #map {
    height: 500px; }
  footer .container .left .top-text p {
    margin-bottom: 20px; }
  footer .container .right .wrap-box {
    width: 100%; }
  footer .container .right .wrap-box .top {
    margin-bottom: 15px; }
  footer .container .right .wrap-box .bottom {
    margin-bottom: 20px; }
  footer .container .right .box-bron {
    padding: 20px;
    position: static;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center; }
    footer .container .right .box-bron a {
      display: inline-block;
      padding: 10px 30px; }
      footer .container .right .box-bron a.yes {
        margin-bottom: 0;
        margin-right: 10px; }
  .popup-window .container {
    padding: 60px 20px 20px; }
  .popup-window.order-form .container {
    padding: 70px 20px 20px; }
    .popup-window.order-form .container .wrap-input {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .popup-window.order-form .container .wrap-input .input {
        margin-bottom: 10px; }
  .popup-window .container .wrap-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .popup-window .container .wrap-box .left, .popup-window .container .wrap-box .right {
    width: 100%; }
  .popup-window .container .wrap-box .left {
    padding-right: 0; }
  .popup-window .container .wrap-box .left .title {
    margin-bottom: 15px;
    font-size: 1.375em;
    line-height: 26px; }
  .popup-window .container .wrap-box .left ul li {
    margin-bottom: 15px;
    font-size: 1em; }
  .popup-window .container .bottom .price {
    font-size: 1.625em; }
  .popup-window .container .bottom .bron {
    padding: 20px 30px; } }

@media only screen and (max-width: 768px) {
  header .container {
    padding: 0 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
    header .container .item {
      width: 100%; }
  header .container > div {
    text-align: center !important; }
  header .container .left .top {
    display: inline-block;
    margin-bottom: 10px; }
  header .container .right .phones-box {
    -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
  }
  .top-menu.desktop {
    display: none; }
  .top-menu .btn-mobile-menu {
    position: absolute;
    text-align: center;
    left: 10px;
    top: 0; }
    .top-menu .btn-mobile-menu::before {
      content: '\f0c9';
      font-family: 'FontAwesome', sans-serif;
      font-size: 1.875em;
      color: #5f3526;
      cursor: pointer; }
    .top-menu .btn-mobile-menu.on::before {
      content: '\f00d'; }
  .top-menu .menu-wrap {
    display: none; }
  .top-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .top-menu ul li a {
    display: block; }
  .top-menu ul li:not(:last-child) a {
    border-right: none;
    border-bottom: 1px solid #dddddd; }
  .first .container .left .slug {
    padding-left: 0; }
    .first .container .left .slug::before {
      display: none; }
  .first .container .right {
    padding: 40px 35px; }
  .first .container .right .top {
    margin-bottom: 10px;
    font-size: 2.25em; }
  .first .container .right .sale {
    margin-bottom: 15px;
    font-size: 2.25em; }
  .first .container .right .offer {
    margin-bottom: 20px;
    font-size: 1.875em; }
  section .title-section {
    padding: 20px 35px;
    font-size: 1.625em;
    line-height: 32px; }
  .fifth .wrap-title-section {
    padding: 0 0 50px; }
  .fifth .title-section {
    padding-left: 35px;
    text-align: center; }
  .sixth .container .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .sixth .container .item .icon {
    margin-right: 0;
    margin-bottom: 10px; }
  .sixth .container .item p {
    text-align: center; }
  .seventh .container .left .owl-carousel .owl-stage-outer div .item,
  .eighth .container .right .owl-carousel .owl-stage-outer div .item {
    height: 300px; }
  .seventh .container .right .title, .eighth .container .left .title {
    font-size: 1.5em;
    line-height: 28px; }
  .seventh .container .right .services-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .seventh .container .right .services-box .item {
      margin-bottom: 15px;
      width: 25%; }
  .seventh .container .right .bottom-box {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .seventh .container .right .bottom-box .bron {
    margin-bottom: 10px; }
  .ninth .container .right .title {
    padding-bottom: 60px; }
  .tenth .container .left .owl-carousel {
    padding: 0 85px; }
  .tenth #map {
    height: 300px; }
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    footer .container .item {
      width: 100%; }
    footer .container .left {
      margin-bottom: 20px; }
  .popup-window .container .bottom {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .popup-window.order-form .container form .input {
    margin-right: 0;
    font-size: 1em; }
  .popup-window.order-form .container form .input,
  .popup-window.order-form .container form .submit {
    width: 100%; }
  .popup-window.order-form .title {
    font-size: 1.25em; }
  .page .title-section {
    font-size: 1.125em;
    line-height: 20px; }
  .page p {
    font-size: 0.875em; }
  .fifth .owl-carousel .item .img {
    height: 300px; }
  .popup-window .container .bottom .price p {
    margin-bottom: 5px;
    font-size: 1em; }
  header {
    padding-bottom: 15px; }
  header .container .left .bottom {
    display: none; }
  header .container .left .top {
    margin-bottom: 20px;
    font-size: 1.125em; }
    header .container .left .top::before {
      display: none; }
  .first,
  .second .left {
    display: none; }
  .second .container .right {
    padding: 10px 15px; }
  .second .container .right .title {
    font-size: 1.375em;
    line-height: 26px;
    text-align: center; }
  .fourth {
    display: none; }
    .fourth.mobile {
      display: block; }
  .fourth .owl-carousel .owl-dots button:not(:last-child) {
    margin: 0 5px 5px; }
  .fifth {
    display: none; }
  .seventh .container .right .bottom-box .soc-seti {
    display: none; }
  .sixth {
    border-top: 2px solid #362760; }
  .eighth {
    display: none; }
  .ninth .container .left {
    display: none; }
  footer .container .right .wrap-box {
    text-align: center;
  }
  footer .container .right .wrap-box .top,
  footer .container .right .box-bron {
    display: none; } }

@media only screen and (max-width: 600px) {
  .fifth .owl-carousel .item .img {
    height: auto; }
  .fifth .owl-carousel .item img {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
    min-width: auto;
    min-height: auto; } }

@media only screen and (max-width: 480px) {
  header .container .right .phones-box {
    -webkit-box-orient: vertical;-webkit-box-direction: reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;
  }
  header .container .right .phones-box .icons {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .first .container .left .slug {
    font-size: 1.625em;
    line-height: 30px; }
  .first .container .right .offer::before, .first .container .right .offer::after {
    display: none; }
  .first .container .right .offer span {
    display: inline-block; }
  .second .container .left form .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .second .container .left form .wrap .item {
    width: 100%; }
    .second .container .left form .wrap .item:not(:last-child) {
      margin-bottom: 20px; }
  .second .container .left form .input,
  .second .container .left form .wrap .item select {
    font-size: 1em; }
  section .title-section {
    padding: 20px;
    font-size: 1.375em;
    line-height: 26px; }
  .third .owl-carousel .item .text {
    padding: 15px; }
  .fifth .owl-carousel {
    padding: 0; }
  .fifth .owl-carousel .owl-nav {
    right: 0; }
  .fifth .owl-carousel .owl-dots button {
    margin-bottom: 10px; }
  .seventh .container .left .owl-carousel .owl-stage-outer div .item,
  .eighth .container .right .owl-carousel .owl-stage-outer div .item {
    height: auto; }
    .seventh .container .left .owl-carousel .owl-stage-outer div .item img,
    .eighth .container .right .owl-carousel .owl-stage-outer div .item img {
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
  .seventh .container .right .title, .eighth .container .left .title {
    font-size: 1.125em;
    line-height: 22px; }
  .seventh .container .right .conditions {
    font-size: 1.125em; }
  .seventh .container .right .services-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .seventh .container .right .services-box .item {
    width: 33%; }
  .seventh .container .right .bottom-box .bron {
    padding: 20px 40px;
    font-size: 1.375em; }
  .ninth .container .left {
    padding: 40px 25px; }
  .ninth .container .right .title {
    font-size: 1.375em;
    letter-spacing: 0;
    line-height: 26px; }
  .tenth .container .left .owl-carousel {
    padding: 0 35px 60px; }
  .tenth .container .left .owl-nav {
    top: auto;
    bottom: 2px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tenth #map {
    height: 250px; }
  .popup-window {
    padding: 0 10px; }
  .popup-window .container .wrap-box .left .title {
    font-size: 1.125em;
    line-height: 22px; }
  .popup-window .container .wrap-box .left ul li {
    font-size: 0.875em; }
  .popup-window .container .wrap-box .right .owl-nav {
    display: none; }
  .modal-success-window {
    padding: 60px 30px;
    width: 300px;
    height: 150px; }
    .modal-success-window .title {
      font-size: 1.25em; }
  .tenth .container .left .top-box {
    -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
  }
  .tenth .container .left .top-box .title-section {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .top-menu.mobile {
    display: none; }
  .top-menu.desktop .menu-wrap {
    display: block; }
  .fourth.mobile {
    display: none; }
  .to-call-mobile {
    display: none; } }
