@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@300;400;600;700;900&display=swap');
body {
  font-family: Source Serif Pro; }

html, body {
  max-width: 100%; }

button.svelte-gwtvdf {
  display: none !important;
  visibility: hidden; }

td em {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 16px;
  border: 1px solid black;
  top: 3px;
  margin-left: 5px;
  cursor: pointer; }

td em:hover strong {
  display: block; }

td em:after {
  content: '?';
  font-style: normal; }

td em strong {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  background: white;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  display: none; }

.drift-btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 5;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transition: 0.2s;
  cursor: pointer;
  color: white;
  border: none;
  font-size: 13px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  animation-name: pulse;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-timing-function: ease; }
  .drift-btn:hover {
    color: #C69C70;
    background: white !important; }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2); }
  100% {
    transform: scale(1); } }
.main-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
  display: none; }

.popup-close {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11; }

.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  z-index: 10; }

.popup {
  position: relative;
  z-index: 12;
  width: 100%;
  max-width: 500px;
  padding: 40px;
  background: white;
  color: #323232; }

.closer {
  text-align: right; }
  .closer span {
    cursor: pointer;
    font-size: 30px;
    display: inline-block;
    margin-top: -20px; }

.screen-product {
  padding-top: 0 !important; }

.product-text-block {
  margin-top: 30px;
  margin-bottom: 40px; }
  .product-text-block h2 {
    font-size: 30px; }
  .product-text-block p {
    font-size: 15px;
    font-family: Open Sans; }
  .product-text-block img {
    width: 100%; }

.cosmetics-screen2 {
  padding-top: 80px; }

.cosmetics-screen3 {
  padding-bottom: 80px !important; }

.border-wrap {
  padding: 30px 0;
  border: 2px solid #323232;
  border-left: none;
  border-right: none;
  margin: auto 0; }
  .border-wrap h3 {
    font-size: 30px; }
  .border-wrap p {
    margin: 20px 0;
    font-size: 16px;
    font-family: Open Sans; }

.btw {
  padding: 50px 0; }
  .btw .btw-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .btw .btw-wrap .img {
      width: 155px;
      height: 155px;
      position: relative; }
      .btw .btw-wrap .img:before {
        content: '';
        width: 100%;
        height: 100%;
        background: #33443A;
        position: absolute;
        top: -15px;
        right: -15px; }
      .btw .btw-wrap .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        z-index: 2; }
    .btw .btw-wrap .right {
      width: calc(100% - 190px);
      position: relative;
      z-index: 2; }
      .btw .btw-wrap .right .top {
        font-size: 30px;
        font-family: EB Garamond;
        text-transform: uppercase;
        padding: 10px 0 20px; }
      .btw .btw-wrap .right .q {
        padding: 50px 60px;
        background: #F4F4F2;
        width: calc(100% + 60px);
        margin-left: -60px;
        font-size: 15px;
        font-family: Open Sans; }
        .btw .btw-wrap .right .q span {
          font-style: italic; }
        .btw .btw-wrap .right .q p {
          margin: 15px 0 0; }

.archive-line {
  background: #33443A;
  color: white;
  margin-top: 30px; }
  .archive-line:nth-of-type(odd) {
    background: #F4F4F2;
    color: #323232; }
    .archive-line:nth-of-type(odd) .flex-archive .right {
      border-color: #323232; }
  .archive-line .flex-archive {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
    .archive-line .flex-archive .img-wrap {
      display: block;
      width: 25%; }
      .archive-line .flex-archive .img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .archive-line .flex-archive .right {
      width: calc(75% - 30px);
      padding: 15px 0;
      margin: 30px 0;
      border: 1px solid white;
      border-right: none;
      border-left: none; }
      .archive-line .flex-archive .right .h3 {
        font-size: 30px;
        font-family: EB Garamond;
        font-weight: 400; }
      .archive-line .flex-archive .right p {
        font-size: 20px;
        font-family: Open Sans;
        margin: 20px 0; }
      .archive-line .flex-archive .right .main-btn {
        margin-left: auto;
        width: 250px;
        max-width: 250px; }

.archives-text {
  padding: 70px 0 !important;
  font-size: 20px; }
  .archives-text ul {
    padding-left: 20px;
    margin: 25px 0; }
    .archives-text ul li {
      list-style: circle;
      font-family: Open Sans;
      font-weight: 400; }
  .archives-text p {
    margin: 25px 0; }

.screen-present {
  padding: 70px 0;
  background: #33443A;
  color: white; }
  .screen-present .flex-present {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .screen-present .flex-present img {
      width: 350px;
      border-radius: 175px 175px 0 0; }
    .screen-present .flex-present .right {
      width: calc(100% - 400px); }
      .screen-present .flex-present .right .section-heading {
        text-align: left; }
      .screen-present .flex-present .right p {
        font-size: 30px;
        font-family: Open Sans;
        margin-top: 20px; }
      .screen-present .flex-present .right span {
        font-size: 40px;
        text-transform: uppercase;
        color: #C69C70;
        font-weight: 700;
        font-family: Open Sans; }
      .screen-present .flex-present .right .row {
        margin-top: 20px; }
        .screen-present .flex-present .right .row a:not(.main-btn) {
          font-size: 30px;
          color: white;
          font-family: Open Sans; }
        .screen-present .flex-present .right .row .main-btn {
          margin-left: auto; }

.screen-equipment {
  padding: 70px 0 20px; }
  .screen-equipment .flex-eq {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-top: 30px; }
    .screen-equipment .flex-eq .eq {
      width: calc(25% - 20px);
      margin-top: 30px;
      margin-right: 20px; }
      .screen-equipment .flex-eq .eq .img-wrap {
        position: relative;
        padding-left: 72px;
        padding-top: 72px; }
        .screen-equipment .flex-eq .eq .img-wrap img {
          position: relative;
          z-index: 2;
          padding: 10px;
          height: 220px;
          width: 100%;
          background: #33443A;
          object-fit: contain; }
        .screen-equipment .flex-eq .eq .img-wrap:before {
          content: '';
          width: 165px;
          height: calc(100% + 72px);
          background: #F4F4F2;
          position: absolute;
          top: 0;
          left: 0; }
      .screen-equipment .flex-eq .eq p {
        font-size: 15px;
        margin-top: 20px;
        position: relative;
        z-index: 1;
        font-size: 15px;
        font-family: Open Sans; }

.service-screen1 {
  margin-top: 80px; }
  .service-screen1 p {
    font-size: 20px;
    font-weight: 400;
    font-family: Open Sans; }

.screen-details-service {
  padding-bottom: 80px; }
  .screen-details-service .text-content {
    margin-top: 80px;
    font-family: Open Sans;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.05em;
    font-weight: 400; }
  .screen-details-service .round-wrap {
    font-family: Open Sans;
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-top: 30px;
    text-align: center;
    border-radius: 150px;
    border: 2px solid #C69C70;
    padding: 30px 70px; }

.service-benefits {
  padding: 30px 0 130px;
  position: relative; }
  .service-benefits:after {
    content: '';
    height: 60px;
    background: url("../img/bigz.svg") no-repeat right;
    background-size: contain;
    position: absolute;
    width: 50vw;
    bottom: 50px;
    right: calc(50% - 80px);
    transform: scale(1, -1); }
  .service-benefits .col-md-6 {
    margin-top: 50px; }
    .service-benefits .col-md-6:nth-of-type(4):before {
      content: '';
      height: 60px;
      background: url("../img/bigz.svg") no-repeat right;
      background-size: contain;
      position: absolute;
      width: 50vw;
      top: -30px;
      right: calc(100% - 80px); }
    .service-benefits .col-md-6:nth-of-type(6):before {
      content: '';
      height: 60px;
      background: url("../img/bigz.svg") no-repeat right;
      background-size: contain;
      position: absolute;
      transform: scale(-1, -1);
      width: 50vw;
      top: -30px;
      left: -170px; }
    .service-benefits .col-md-6 h3,.service-benefits .col-md-6 .h3 {
      font-size: 50px;
      line-height: 140%; }
      .service-benefits .col-md-6 h3:before,.service-benefits .col-md-6 .h3:before {
        width: 80px;
        height: 80px;
        top: -20px;
        left: -40px; }
    .service-benefits .col-md-6 p {
      font-size: 20px;
      margin-top: 20px; }

.screen-portfolio {
  padding: 0 0 0; }
  .screen-portfolio .flex-portfolio {
    margin-top: 40px;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    width: calc(100% + 20px); }
    .screen-portfolio .flex-portfolio .case {
      width: calc(25% - 20px);
      padding-top: calc(25% - 20px);
      margin-top: 40px;
      margin-right: 20px;
      position: relative; }
      .screen-portfolio .flex-portfolio .case:before {
        content: '';
        width: 100%;
        height: 100%;
        left: -10px;
        top: -10px;
        border: 2px solid #C69C70;
        border-radius: 50%;
        position: absolute;
        z-index: 2; }
      .screen-portfolio .flex-portfolio .case img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0; }

.screen-last-service .section-heading {
  margin-bottom: 40px; }
.screen-last-service .seo-text {
  max-height: 130px;
  font-size: 20px; }

.price-screen {
  padding: 30px 0 80px; }
  .price-screen .main-btn {
    margin: 50px auto 0;
    width: 200px; }
  .price-screen .price-search {
    margin-top: 50px;
    width: 100%;
    max-width: 558px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 25px;
    border: 1px solid #323232;
    font-family: Open Sans;
    transition: 0.4; }
    .price-screen .price-search.focused {
      border-radius: 25px 25px 0 0; }
    .price-screen .price-search .dropdown {
      position: absolute;
      width: calc(100% + 2px);
      left: -1px;
      top: 100%;
      border-bottom: 1px solid #323232;
      border-left: 1px solid #323232;
      border-right: 1px solid #323232;
      border-radius: 0 0 25px 25px;
      background: white;
      z-index: 1;
      overflow: auto;
      max-height: 200px;
      display: none; }
      .price-screen .price-search .dropdown p {
        padding: 7px 25px;
        border-bottom: 1px solid #323232;
        cursor: pointer;
        margin: 0; }
        .price-screen .price-search .dropdown p:last-of-type {
          border-bottom: none; }
    .price-screen .price-search input {
      width: calc(100% - 50px);
      height: 50px;
      background: white;
      padding: 0 25px;
      border-radius: 25px;
      border: none;
      outline: none;
      font-size: 15px;
      color: black; }
    .price-screen .price-search button {
      background: white;
      outline: none;
      border: none;
      border-radius: 50%;
      padding-right: 15px; }
      .price-screen .price-search button img {
        width: 25px; }

.prices-wrap {
  margin-top: 10px; }
  .prices-wrap .price-wrap {
    width: 100%;
    margin-top: 30px;
    background: white;
    border-radius: 30px;
    border: 1px solid #323232;
    font-family: Open Sans;
    background: #F4F4F2;
    padding: 15px; }
    .prices-wrap .price-wrap .top {
      font-size: 15px;
      font-weight: 700;
      cursor: pointer; }
      .prices-wrap .price-wrap .top.active img {
        transform: rotate(90deg); }
      .prices-wrap .price-wrap .top img {
        width: 24px;
        margin-right: 15px; }
    .prices-wrap .price-wrap .tables {
      display: none;
      width: calc(100% + 4px);
      margin-left: -2px;
      padding: 0 2px; }
    .prices-wrap .price-wrap .table-wrap {
      border-radius: 30px;
      margin: 20px 0; }
    .prices-wrap .price-wrap .table-border {
      border: 1px solid #323232;
      border-radius: 30px;
      overflow: hidden; }
    .prices-wrap .price-wrap table {
      width: 100%;
      border-collapse: collapse;
      border-style: hidden;
      /* hide standard table (collapsed) border */
      background: white; }
      .prices-wrap .price-wrap table td {
        padding: 15px 20px;
        border: 1px solid #323232; }
        .prices-wrap .price-wrap table td a[href="#"] {
          color: #323232; }
          .prices-wrap .price-wrap table td a[href="#"]:after {
            content: '▼';
            display: inline-block;
            margin-left: 5px;
            position: relative;
            font-size: 9px; }

.screen-call {
  padding: 80px 0;
  background: #33443A;
  color: white; }
  .screen-call .contact-form input, .screen-call .contact-form textarea {
    color: white;
    background: rgba(255, 255, 255, 0.1);
    border-color: white; }
  .screen-call img {
    width: 100%;
    display: block;
    margin-top: 30px; }
  .screen-call .col-md-5 {
    position: relative; }
    .screen-call .col-md-5:after {
      content: '';
      width: 150%;
      height: 80px;
      left: -35%;
      bottom: 5px;
      background: url("../img/z2white.svg") no-repeat right;
      background-size: contain;
      position: absolute;
      z-index: 2; }
    .screen-call .col-md-5:before {
      content: '';
      width: 130%;
      height: 80px;
      left: -50%;
      bottom: 30px;
      background: url("../img/z1white.svg") no-repeat left;
      background-size: contain;
      position: absolute;
      z-index: 2; }

.mrgt50 {
  margin-top: 50px !important; }

.mrgt80 {
  margin-top: 80px !important; }

.inz {
  font-size: 20px !important;
  position: relative;
  margin-bottom: -60px;
  margin-top: 30px;
  text-align: center; }

.bonuse-screen {
  padding: 50px 0;
  border-bottom: 1px solid #F4F4F2; }
  .bonuse-screen.small-heading .left h3 {
    font-size: 40px !important; }
  .bonuse-screen:nth-of-type(odd) .bonuse-flex {
    flex-direction: row-reverse; }
    .bonuse-screen:nth-of-type(odd) .bonuse-flex .right {
      text-align: right; }
    .bonuse-screen:nth-of-type(odd) .bonuse-flex .left {
      text-align: right;
      padding-right: 50px;
      padding-left: 0; }
      .bonuse-screen:nth-of-type(odd) .bonuse-flex .left:before {
        left: initial;
        right: 0; }
      .bonuse-screen:nth-of-type(odd) .bonuse-flex .left h3:before,.bonuse-screen:nth-of-type(odd) .bonuse-flex .left .h3:before {
        left: initial;
        right: -50px; }
  .bonuse-screen .bonuse-flex {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .bonuse-screen .bonuse-flex .right {
      width: calc(50% - 15px);
      font-size: 23px;
      font-family: Open Sans; }
      .bonuse-screen .bonuse-flex .right p {
        margin: 25px 0; }
        .bonuse-screen .bonuse-flex .right p i {
          font-size: 18px;
          font-style: normal; }
    .bonuse-screen .bonuse-flex .left {
      width: calc(47% - 15px);
      position: relative;
      padding: 100px 0 100px 50px; }
      .bonuse-screen .bonuse-flex .left h3,.bonuse-screen .bonuse-flex .left .h3 {
        position: relative;
        z-index: 2;
        font-size: 50px;
        line-height: 67px;
        font-weight: 400; }
        .bonuse-screen .bonuse-flex .left h3:before,.bonuse-screen .bonuse-flex .left .h3:before {
          top: -40px;
          left: -50px; }
      .bonuse-screen .bonuse-flex .left:before {
        content: '';
        width: 70%;
        height: 100%;
        border-radius: 200px;
        background: #F4F4F2;
        position: absolute;
        left: 0;
        top: 0; }

.single-post-screen1 {
  background: #F4F4F2;
  margin-top: 30px; }
  .single-post-screen1 .single-flex {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
    .single-post-screen1 .single-flex .left {
      width: 25%;
      object-fit: cover;
      display: block; }
    .single-post-screen1 .single-flex .right {
      display: flex;
      flex-direction: column;
      padding-top: 50px;
      width: calc(75% - 30px); }
      .single-post-screen1 .single-flex .right h1 {
        font-size: 60px;
        margin: 0;
        padding: 60px 0;
        border: 2px solid #323232;
        border-left: none;
        border-right: none; }
      .single-post-screen1 .single-flex .right .bottom {
        padding: 15px 0;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .single-post-screen1 .single-flex .right .bottom span {
          font-size: 15px;
          font-family: Open Sans; }
        .single-post-screen1 .single-flex .right .bottom .socs a {
          margin-left: 10px;
          transition: 0.2s; }
          .single-post-screen1 .single-flex .right .bottom .socs a:hover {
            opacity: 0.6; }
          .single-post-screen1 .single-flex .right .bottom .socs a img {
            width: 24px; }

.single-post-content {
  padding: 50px 0;
  font-family: Open Sans;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.05em;
  position: relative; }
  .single-post-content .container {
    position: relative;
    z-index: 1; }
  .single-post-content:after {
    content: '';
    width: calc(((100vw - 1200px) / 2) + 250px);
    height: 330px;
    border: 2px solid #C69C70;
    border-right: none;
    border-radius: 165px 0 0 165px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  .single-post-content p {
    margin: 25px 0; }
  .single-post-content ul {
    padding-left: 20px;
    margin: 25px 0; }
    .single-post-content ul li {
      list-style: circle;
      font-family: Open Sans;
      font-weight: 300; }

.single-post-screen2 h2 {
  font-size: 50px !important;
  line-height: 65px !important;
  margin-bottom: 0;
  margin-top: 0; }
  .single-post-screen2 h2:before {
    top: -20px !important; }
.single-post-screen2 .text-content {
  font-family: Open Sans;
  color: white;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.05em;
  font-weight: 400; }
  .single-post-screen2 .text-content img {
    width: calc(50% - 15px);
    margin: 0 30px 30px 0; }
    .single-post-screen2 .text-content img.w-30 {
      width: calc(33% - 15px); }
    .single-post-screen2 .text-content img.float-left, .single-post-screen2 .text-content img.alignleft {
      float: left;
      height: auto; }
    .single-post-screen2 .text-content img.float-right, .single-post-screen2 .text-content img.alignright {
      float: right;
      height: auto; }
  .single-post-screen2 .text-content p {
    margin: 25px 0; }
  .single-post-screen2 .text-content ul {
    padding-left: 20px;
    margin: 25px 0; }
    .single-post-screen2 .text-content ul li {
      list-style: circle;
      font-family: Open Sans;
      font-weight: 300; }

.screen-form {
  padding: 80px 0;
  background: #F4F4F2; }
  .screen-form .contact-form {
    margin-top: 30px; }

.subheading {
  text-align: center;
  font-family: Open Sans;
  font-size: 20px;
  margin-top: 20px; }

.contact-form .main-btn {
  margin: 50px auto 0; }
.contact-form input {
  width: 100%;
  display: block;
  margin-top: 30px;
  border: 1px solid #323232;
  border-radius: 25px;
  height: 50px;
  padding: 0 20px;
  font-family: Open Sans;
  font-size: 15px;
  transition: 0.2s;
  background: white;
  outline: none; }
  .contact-form input:hover, .contact-form input:focus {
    border-color: #C69C70; }
.contact-form textarea {
  width: 100%;
  display: block;
  margin-top: 30px;
  border: 1px solid #323232;
  border-radius: 20px;
  height: 130px;
  padding: 15px 20px;
  font-family: Open Sans;
  font-size: 15px;
  transition: 0.2s;
  background: white;
  resize: none;
  outline: none; }
  .contact-form textarea:hover, .contact-form textarea:focus {
    border-color: #C69C70; }

.white {
  background: white; }

.blog-screen {
  padding: 50px 0; }

.flex-blog {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-top: 30px; }
  .flex-blog .new {
    background: #F4F4F2;
    width: calc(33.3% - 30px);
    margin-right: 30px;
    margin-top: 30px;
    padding-bottom: 20px; }
    .flex-blog .new .top {
      display: flex;
      justify-content: space-between;
      align-items: stretch; }
      .flex-blog .new .top .left {
        width: 55%;
        display: block;
        height: 215px; }
        .flex-blog .new .top .left img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .flex-blog .new .top .right {
        display: flex;
        flex-direction: column;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px; }
        .flex-blog .new .top .right .main-btn {
          width: 100%;
          margin: auto 0;
          font-family: Open Sans; }
        .flex-blog .new .top .right span {
          font-size: 15px;
          font-family: Open Sans; }
    .flex-blog .new .bottom {
      margin: 20px 15px 0;
      padding-bottom: 20px;
      width: calc(100% - 30px);
      font-size: 25px;
      text-align: center;
      border: 1px solid #323232;
      border-left: none;
      border-right: none;
      padding: 15px 0 20px; }

.breadcrumb {
  padding: 30px 0;
  margin-bottom: 0 !important;
  font-family: Open Sans;
  font-size: 15px;
  color: #323232; }
  .breadcrumb a {
    font-size: 15px;
    color: #323232; }
  .breadcrumb span {
    color: #C69C70; }

div[class^=screen] {
  max-width: 100%;
  overflow-x: hidden; }

.mob-visible {
  display: none; }

.gam {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 16px;
  background: url("../img/gam.svg") no-repeat center;
  background-size: contain; }
  .gam.active {
    background: url("../img/close.svg") no-repeat center;
    background-size: contain; }

.container {
  width: 100%;
  max-width: 1200px; }

.header {
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  background: #33443A;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .header .flex-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0; }
    .header .flex-header .logo {
      width: 100px; }
      .header .flex-header .logo img {
        width: 100%; }
    .header .flex-header .main-menu-wrap {
      margin-left: 40px;
      margin-right: 40px; }
      .header .flex-header .main-menu-wrap ul {
        margin: 0;
        padding: 0; }
        .header .flex-header .main-menu-wrap ul li {
          list-style: none;
          display: inline-block; }
          .header .flex-header .main-menu-wrap ul li:not(:last-of-type) {
            margin-right: 40px; }
          .header .flex-header .main-menu-wrap ul li a {
            font-size: 15px;
            text-transform: uppercase;
            color: white; }
            .header .flex-header .main-menu-wrap ul li a:hover {
              color: #C69C70; }
              .header .flex-header .main-menu-wrap ul li a:hover:after {
                background: #C69C70; }
    .header .flex-header .right {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .header .flex-header .right img {
        width: 20px; }
      .header .flex-header .right ul {
        margin: 0;
        margin-left: 40px;
        padding: 0; }
        .header .flex-header .right ul li {
          list-style: none;
          display: inline-block; }
          .header .flex-header .right ul li a {
            font-size: 15px;
            text-transform: uppercase;
            color: white; }

ul li a {
  position: relative;
  text-decoration: none; }
  ul li a:hover {
    text-decoration: none;
    color: #C69C70; }
    ul li a:hover:after {
      width: 100%;
      background: #C69C70; }
  ul li a:after {
    content: '';
    width: 0;
    left: 0;
    top: 100%;
    background: white;
    transition: 0.2s;
    position: absolute;
    height: 1px; }

.menu-item-has-children {
  position: relative; }
  .menu-item-has-children:hover .sub-menu, .menu-item-has-children.active .sub-menu {
    display: block; }
  .menu-item-has-children:hover:after, .menu-item-has-children.active:after {
    transform: rotate(-180deg); }
  .menu-item-has-children:after {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-left: 4px;
    background: url("../img/white-down.svg") no-repeat center;
    background-size: contain;
    position: relative; }

.sub-menu {
  display: none;
  position: absolute;
  width: auto;
  min-width: calc(100% + 30px);
  white-space: nowrap;
  left: -15px;
  top: 100%;
  padding: 0 0 !important;
  background: #33443A;
  margin: 0 !important; }
  .sub-menu li {
    margin: 0;
    display: block !important;
    padding: 10px 15px;
    width: 100%; }
    .sub-menu li a {
      text-transform: none !important;
      display: block; }
      .sub-menu li a:hover {
        color: #C69C70; }
      .sub-menu li a:after {
        display: none; }
    .sub-menu li:not(:last-of-type) {
      border-bottom: 1px solid #C69C70; }

.screen1 {
  padding: 80px 0;
  background: #FEFEFE; }
  .screen1 .main {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative; }
    .screen1 .main:after {
      content: '';
      width: 85%;
      height: 80px;
      right: 0;
      bottom: 25px;
      background: url("../img/z2.svg") no-repeat right;
      background-size: contain;
      position: absolute;
      z-index: 2; }
    .screen1 .main:before {
      content: '';
      width: 75%;
      height: 80px;
      right: 40px;
      bottom: 50px;
      background: url("../img/z1.svg") no-repeat left;
      background-size: contain;
      position: absolute;
      z-index: 2; }
    .screen1 .main .w33 {
      width: calc(30% - 15px); }
      .screen1 .main .w33 img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .screen1 .main .w66 {
      width: calc(60% - 15px); }
      .screen1 .main .w66 .owl-stage {
        display: flex;
        align-items: stretch; }
      .screen1 .main .w66 img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .screen1 .main .left {
      display: flex;
      flex-direction: column;
      width: calc(40% - 15px);
      position: relative; }
      .screen1 .main .left:before {
        content: '';
        width: 87%;
        height: 100%;
        border-radius: 45%;
        background: #F4F4F2;
        position: absolute;
        left: 0;
        top: 0; }
      .screen1 .main .left h1 {
        font-size: 60px;
        line-height: 140%;
        margin: 50px 0 0;
        position: relative;
        z-index: 2;
        display: inline-block;
        padding-left: 40px;
        font-weight: 400; }
      .screen1 .main .left .main-btn {
        margin-top: 50px;
        margin-left: 23%;
        margin-bottom: 50px;
        width: 190px;
        position: relative;
        z-index: 5; }

.colo {
  position: relative;
  z-index: 2; }
  .colo.light:before {
    background: #C69C70;
    width: 82px;
    height: 82px;
    left: -40px;
    top: -40px; }
  .colo:before {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    top: -10px;
    left: -10px;
    border-radius: 50%;
    background: #C69C70;
    z-index: -1; }

.main-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none !important;
  color: #C69C70;
  font-weight: 700;
  font-family: Open Sans;
  border: 2px solid #C69C70;
  border-radius: 25px;
  height: 50px;
  transition: 0.2s;
  background: transparent;
  max-width: 190px;
  padding: 0 25px; }
  .main-btn:hover {
    background: #C69C70;
    color: white; }

.screen2 {
  padding: 80px 0;
  background: #33443A;
  color: white; }
  .screen2 h2 {
    display: inline-block;
    font-size: 30px;
    line-height: 39px;
    font-weight: 400;
    text-align: center; }
  .screen2 .text-right {
    position: relative;
    padding: 90px 15px 30px;
    margin-top: 10px; }
    .screen2 .text-right:before {
      content: '';
      width: 100%;
      height: 80px;
      right: 0;
      top: 0;
      background: url("../img/z3.svg") no-repeat center;
      background-size: 100% 100%;
      position: absolute;
      z-index: 3; }
  .screen2 ul li {
    font-size: 20px;
    list-style: circle;
    font-family: Open Sans;
    font-weight: 300; }

.big-text {
  font-size: 30px;
  line-height: 37px; }

.just-text {
  font-size: 20px;
  line-height: 27px;
  font-family: Open Sans;
  font-weight: 300; }

.screen3 {
  padding: 80px 0;
  background: #FEFEFE;
  overflow-x: visible !important; }
  .screen3 .flex-benefits {
    display: flex;
    justify-content: space-between; }
    .screen3 .flex-benefits .benefit {
      width: 280px;
      height: 280px;
      display: flex;
      flex-direction: column;
      text-align: center;
      justify-content: center;
      align-items: center;
      text-transform: uppercase;
      font-size: 20px;
      position: relative;
      z-index: 2; }
      .screen3 .flex-benefits .benefit span {
        position: relative;
        z-index: 1; }
      .screen3 .flex-benefits .benefit:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: #F4F4F2;
        position: absolute;
        z-index: -1; }
      .screen3 .flex-benefits .benefit:after {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        position: absolute;
        z-index: 1;
        border-radius: 50%;
        border: 1px solid #323232;
        top: 0;
        left: 0; }
      .screen3 .flex-benefits .benefit:nth-of-type(1) {
        margin: 30px 0 0; }
        .screen3 .flex-benefits .benefit:nth-of-type(1):before {
          top: 15px;
          left: 15px; }
      .screen3 .flex-benefits .benefit:nth-of-type(2) {
        margin: 170px -50px 0 -30px; }
        .screen3 .flex-benefits .benefit:nth-of-type(2):before {
          top: 15px;
          left: -15px; }
      .screen3 .flex-benefits .benefit:nth-of-type(3) {
        margin: 0 0; }
        .screen3 .flex-benefits .benefit:nth-of-type(3):before {
          top: -15px;
          left: -15px; }
      .screen3 .flex-benefits .benefit:nth-of-type(4) {
        margin: 150px 0 0 -30px; }
        .screen3 .flex-benefits .benefit:nth-of-type(4):before {
          top: 15px;
          left: -5px; }
      .screen3 .flex-benefits .benefit img {
        width: 85px;
        height: 85px;
        object-fit: contain;
        display: block;
        margin: 0 auto 15px;
        position: relative;
        z-index: 1; }

.font1 {
  font-family: EB Garamond !important; }

.font2 {
  font-family: Open Sans !important; }

.upper {
  text-transform: uppercase !important; }

.section-heading {
  font-size: 50px;
  text-align: center;
  margin: 0;
  font-weight: 400; }

.screen4 {
  padding: 80px 0 !important;
  background: #F4F4F2; }
  .screen4 .flex-services {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    width: calc(100% + 15px);
    margin-top: 70px; }
    .screen4 .flex-services .service {
      width: calc(20% - 15px);
      margin-right: 15px;
      background: white;
      padding: 15px;
      font-size: 20px;
      text-decoration: none;
      color: #323232;
      display: block;
      font-weight: 600; }
      .screen4 .flex-services .service:nth-of-type(even) img {
        border-radius: 100% 100% 0 0; }
      .screen4 .flex-services .service img {
        display: block;
        width: 100%;
        height: 220px;
        object-fit: cover;
        margin-bottom: 15px; }

.screen5 {
  padding: 80px 0;
  background: #FEFEFE; }
  .screen5 .flex-logos {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin-top: 30px;
    position: relative; }
    .screen5 .flex-logos a {
      display: block;
      padding: 40px 30px;
      width: 16.66666%; }
      .screen5 .flex-logos a:nth-of-type(7):before {
        content: '';
        width: 100vw;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        height: 1px;
        background: #F4F4F2; }
      .screen5 .flex-logos a img {
        width: 100%; }

.screen6 {
  padding: 0 0 80px;
  background: #FEFEFE; }
  .screen6 .address-wrap {
    margin-top: 80px;
    background: linear-gradient(to left, #F4F4F2 0%, #F4F4F2 calc(((100vw - 1200px) / 2) + 30px), white calc(((100vw - 1200px) / 2) + 30px), white calc((100vw - ((100vw - 1200px) / 2)) - 30px), #F4F4F2 calc(100vw - (((100vw - 1200px) / 2)) - 30px), #F4F4F2 100%); }
  .screen6 .address-wrap.map-screen {
    margin-top: 80px;
    background: linear-gradient(to left, #F4F4F2 0%, #F4F4F2 calc(((100vw - 1200px) / 2) + 30px), white calc(((100vw - 1200px) / 2) + 30px), white calc((100vw - ((100vw - 1200px) / 2)) - 30px), white calc(100vw - (((100vw - 1200px) / 2)) - 30px), white 100%); }
    .screen6 .address-wrap.map-screen:nth-of-type(2) {
      background: linear-gradient(to left, white 0%, white calc(((100vw - 1200px) / 2) + 30px), white calc(((100vw - 1200px) / 2) + 30px), white calc((100vw - ((100vw - 1200px) / 2)) - 30px), #F4F4F2 calc(100vw - (((100vw - 1200px) / 2)) - 30px), #F4F4F2 100%); }
  .screen6 .open-soon {
    margin-top: 40px;
    background: linear-gradient(to right, #F4F4F2 0%, #F4F4F2 calc(((100vw - 1200px) / 2) + 30px), white calc(((100vw - 1200px) / 2) + 30px), white 100%); }
    .screen6 .open-soon .col-md-4 {
      background: #F4F4F2;
      height: 120px;
      display: flex;
      align-items: center; }
      .screen6 .open-soon .col-md-4 h4,.screen6 .open-soon .col-md-4 .h4 {
        font-size: 30px;
        font-weight: 700;
        margin: 0 0;
        text-align: left;
        position: relative;
        z-index: 2; }
      .screen6 .open-soon .col-md-4.text-center {
        justify-content: center;
        border-radius: 0 60px 60px 0; }
        .screen6 .open-soon .col-md-4.text-center span {
          font-size: 25px;
          color: #C69C70;
          position: relative;
          z-index: 2;
          font-weight: 700; }
          .screen6 .open-soon .col-md-4.text-center span:after {
            content: '';
            width: 250px;
            height: 250px;
            border: 2px solid #C69C70;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
  .screen6 .flex-address {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
    .screen6 .flex-address iframe {
      width: 100%;
      height: 300px;
      position: relative;
      z-index: 1; }
    .screen6 .flex-address .left, .screen6 .flex-address .right {
      width: 41%;
      position: relative;
      padding: 44px 0;
      text-align: left; }
      .screen6 .flex-address .left h4, .screen6 .flex-address .right h4,.screen6 .flex-address .left .h4, .screen6 .flex-address .right .h4 {
        font-size: 30px;
        font-weight: 700;
        margin: 0 0 20px;
        padding-left: 44px;
        display: inline-block;
        text-align: left;
        position: relative;
        z-index: 2; }
    .screen6 .flex-address .left {
      background: #F4F4F2;
      border-radius: 0 180px 180px 0; }
      .screen6 .flex-address .left iframe {
        border-radius: 0 200px 200px 0; }
      .screen6 .flex-address .left.map-wrap {
        padding: 30px 30px 30px 0; }
      .screen6 .flex-address .left.nobut {
        background: white;
        padding-left: 50px; }
        .screen6 .flex-address .left.nobut:after, .screen6 .flex-address .left.nobut:before {
          display: none; }
      .screen6 .flex-address .left:after {
        content: '';
        width: 360px;
        height: 100%;
        background: #F4F4F2;
        border-radius: 50%;
        position: absolute;
        right: 0;
        top: 0; }
      .screen6 .flex-address .left:before {
        content: '';
        width: 360px;
        height: calc(100% - 10px);
        border-radius: 50%;
        position: absolute;
        border: 2px solid #C69C70;
        right: -90px;
        top: 5px; }
    .screen6 .flex-address .right {
      padding-left: 90px;
      background: #F4F4F2;
      border-radius: 180px 0 0 180px; }
      .screen6 .flex-address .right.map-wrap {
        padding: 30px 0 30px 30px; }
      .screen6 .flex-address .right iframe {
        border-radius: 200px 0 0 200px; }
      .screen6 .flex-address .right.nobut {
        background: white;
        padding-left: 0; }
        .screen6 .flex-address .right.nobut:after, .screen6 .flex-address .right.nobut:before {
          display: none; }
      .screen6 .flex-address .right:after {
        content: '';
        width: 360px;
        height: 100%;
        background: #F4F4F2;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0; }
      .screen6 .flex-address .right:before {
        content: '';
        width: 360px;
        height: calc(100% - 10px);
        border-radius: 50%;
        position: absolute;
        border: 2px solid #C69C70;
        left: -90px;
        top: 5px; }
    .screen6 .flex-address .lines-wrap {
      display: inline-block;
      position: relative;
      z-index: 2; }
    .screen6 .flex-address .line {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-top: 25px; }
      .screen6 .flex-address .line img {
        width: 24px;
        margin-right: 20px; }
      .screen6 .flex-address .line .right-side {
        width: calc(100% - 44px);
        text-align: left;
        font-size: 20px;
        font-weight: 400;
        color: #323232; }
        .screen6 .flex-address .line .right-side a {
          color: #323232; }

.screen7 {
  padding: 80px 0;
  background: #FEFEFE; }

.seo-text {
  font-size: 15px;
  line-height: 150%;
  max-height: 80px;
  position: relative;
  overflow: hidden;
  transition: max-height 0.4s;
  margin-bottom: 10px; }
  .seo-text.active {
    max-height: 100000px; }
    .seo-text.active:after {
      opacity: 0;
      visibility: hidden; }
  .seo-text:after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.4s; }

.read-seo {
  font-size: 16px;
  color: #323232 !important;
  text-decoration: underline; }
  .read-seo:hover {
    text-decoration: none; }

.footer .top {
  background: #F4F4F2;
  padding: 60px 0 100px; }
  .footer .top .container {
    position: relative; }
    .footer .top .container:after {
      content: '';
      width: 70%;
      height: 80px;
      right: 0;
      bottom: -50px;
      background: url("../img/z2.svg") no-repeat right;
      background-size: contain;
      position: absolute;
      z-index: 2; }
  .footer .top .line {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 25px;
    position: relative;
    z-index: 5; }
    .footer .top .line img {
      width: 24px;
      margin-right: 20px; }
    .footer .top .line .right-side {
      width: calc(100% - 44px);
      text-align: left;
      font-size: 20px;
      font-weight: 400;
      color: #323232; }
      .footer .top .line .right-side a {
        color: #323232; }
.footer .bottom {
  background: #33443A;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .footer .bottom .flex-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0; }
    .footer .bottom .flex-footer .logo {
      width: 100px; }
      .footer .bottom .flex-footer .logo img {
        width: 100%; }
    .footer .bottom .flex-footer .soc {
      margin-left: 40px; }
      .footer .bottom .flex-footer .soc img {
        width: 20px; }
    .footer .bottom .flex-footer .main-menu-wrap-footer {
      margin-left: 40px; }
      .footer .bottom .flex-footer .main-menu-wrap-footer ul {
        margin: 0;
        padding: 0; }
        .footer .bottom .flex-footer .main-menu-wrap-footer ul li {
          list-style: none;
          display: inline-block; }
          .footer .bottom .flex-footer .main-menu-wrap-footer ul li:not(:last-of-type) {
            margin-right: 40px; }
          .footer .bottom .flex-footer .main-menu-wrap-footer ul li a {
            font-size: 15px;
            text-transform: uppercase;
            color: white; }
.footer .cop-block {
  padding: 20px 0;
  background: #33443A;
  font-size: 15px;
  font-family: Open Sans;
  color: white; }

@media (max-width: 1200px) {
  .archive-line {
    margin-top: 30px; }
    .archive-line .flex-archive .img-wrap {
      width: 25%; }
    .archive-line .flex-archive .right {
      width: calc(75% - 30px);
      padding: 15px 0;
      margin: 30px 0; }
      .archive-line .flex-archive .right .h3 {
        font-size: 23px; }
      .archive-line .flex-archive .right p {
        font-size: 15px;
        margin: 15px 0; }
      .archive-line .flex-archive .right .main-btn {
        margin-left: auto;
        width: 250px;
        max-width: 250px; }

  .archives-text {
    padding: 50px 0 !important;
    font-size: 15px; }
    .archives-text ul {
      padding-left: 20px;
      margin: 20px 0; }
      .archives-text ul li {
        font-weight: 400; }
    .archives-text p {
      margin: 20px 0; }

  .screen-present {
    padding: 50px 0; }
    .screen-present .flex-present img {
      width: 300px;
      border-radius: 150px 150px 0 0; }
    .screen-present .flex-present .right {
      width: calc(100% - 330px); }
      .screen-present .flex-present .right .section-heading {
        text-align: left; }
      .screen-present .flex-present .right p {
        margin-top: 20px; }
      .screen-present .flex-present .right span {
        font-size: 30px; }
      .screen-present .flex-present .right .row {
        margin-top: 20px; }
        .screen-present .flex-present .right .row a:not(.main-btn) {
          font-size: 20px; }
        .screen-present .flex-present .right .row .main-btn {
          margin-left: auto; }

  .screen-equipment {
    padding: 50px 0 0; }
    .screen-equipment .flex-eq {
      width: calc(100% + 20px);
      margin-top: 30px; }
      .screen-equipment .flex-eq .eq {
        width: calc(25% - 20px);
        margin-top: 30px;
        margin-right: 20px; }
        .screen-equipment .flex-eq .eq .img-wrap {
          padding-left: 60px;
          padding-top: 60px; }
          .screen-equipment .flex-eq .eq .img-wrap img {
            padding: 10px;
            height: 220px; }
          .screen-equipment .flex-eq .eq .img-wrap:before {
            width: 150px;
            height: calc(100% + 60px); }
        .screen-equipment .flex-eq .eq p {
          margin-top: 20px;
          font-size: 14px; }

  .single-post-screen1 {
    margin-top: 20px; }
    .single-post-screen1 .single-flex .left {
      width: 25%; }
    .single-post-screen1 .single-flex .right {
      padding-top: 50px;
      width: calc(75% - 30px); }
      .single-post-screen1 .single-flex .right h1 {
        font-size: 45px;
        padding: 50px 0; }
      .single-post-screen1 .single-flex .right .bottom {
        padding: 15px 0; }
        .single-post-screen1 .single-flex .right .bottom span {
          font-size: 14px; }
        .single-post-screen1 .single-flex .right .bottom .socs a {
          margin-left: 10px;
          transition: 0.2s; }
          .single-post-screen1 .single-flex .right .bottom .socs a:hover {
            opacity: 0.6; }
          .single-post-screen1 .single-flex .right .bottom .socs a img {
            width: 24px; }

  .single-post-content {
    padding: 30px 0;
    font-size: 18px;
    line-height: 25px; }
    .single-post-content:after {
      display: none; }
    .single-post-content p {
      margin: 25px 0; }
    .single-post-content ul {
      padding-left: 20px;
      margin: 25px 0; }

  .single-post-screen2 h2 {
    font-size: 40px !important;
    line-height: 55px !important; }
    .single-post-screen2 h2:before {
      top: -20px !important; }
  .single-post-screen2 .text-content {
    font-size: 18px;
    line-height: 25px; }
    .single-post-screen2 .text-content img {
      width: calc(50% - 15px);
      margin: 0 30px 30px 0; }
      .single-post-screen2 .text-content img.float-left, .single-post-screen2 .text-content img.alignleft {
        float: left; }
      .single-post-screen2 .text-content img.float-right, .single-post-screen2 .text-content img.alignright {
        float: right; }
    .single-post-screen2 .text-content p {
      margin: 25px 0; }
    .single-post-screen2 .text-content ul {
      padding-left: 20px;
      margin: 25px 0; }

  .screen-form {
    padding: 60px 0; }
    .screen-form .contact-form {
      margin-top: 10px; }

  .subheading {
    font-size: 18px;
    margin-top: 20px; }

  .contact-form .main-btn {
    margin: 30px auto 0; }
  .contact-form input {
    margin-top: 30px;
    height: 50px;
    padding: 0 20px; }
  .contact-form textarea {
    margin-top: 30px;
    height: 130px;
    padding: 15px 20px; }

  .header .flex-header {
    padding: 25px 0; }
    .header .flex-header .logo {
      width: 100px; }
    .header .flex-header .main-menu-wrap {
      margin-left: 30px;
      margin-right: 30px; }
      .header .flex-header .main-menu-wrap ul li:not(:last-of-type) {
        margin-right: 30px; }
      .header .flex-header .main-menu-wrap ul li a {
        font-size: 13px; }
    .header .flex-header .right img {
      width: 20px; }
    .header .flex-header .right ul {
      margin-left: 30px; }
      .header .flex-header .right ul li a {
        font-size: 13px; }

  .screen1 {
    padding: 70px 0; }
    .screen1 .main:after {
      width: 75%;
      height: 65px;
      bottom: 25px; }
    .screen1 .main:before {
      width: 65%;
      height: 65px;
      right: 40px;
      bottom: 50px; }
    .screen1 .main .w33 {
      width: calc(30% - 15px); }
    .screen1 .main .w66 {
      width: calc(60% - 15px); }
    .screen1 .main .left {
      width: calc(40% - 15px); }
      .screen1 .main .left:before {
        width: 87%;
        height: 100%;
        border-radius: 45%;
        left: 0;
        top: 0; }
      .screen1 .main .left h1 {
        font-size: 55px;
        margin: 50px 0 0;
        padding-left: 40px; }
      .screen1 .main .left .main-btn {
        margin-top: 50px;
        margin-left: 18%;
        width: 190px; }

  .colo.light:before {
    width: 82px;
    height: 82px;
    left: -40px;
    top: -40px; }
  .colo:before {
    width: 100px;
    height: 100px;
    top: -10px;
    left: -10px; }

  .main-btn {
    border-radius: 25px;
    height: 50px;
    max-width: 190px;
    padding: 0 25px; }

  .screen2 {
    padding: 70px 0;
    font-size: 28px;
    line-height: 37px; }
    .screen2 .text-right {
      padding: 90px 15px 30px;
      margin-top: 10px; }
      .screen2 .text-right:before {
        width: 100%;
        height: 80px;
        right: 0;
        top: 0;
        background: url("../img/z3.svg") no-repeat center;
        background-size: 100% 100%; }
    .screen2 ul li {
      font-size: 18px; }

  .big-text {
    font-size: 28px;
    line-height: 36px; }

  .just-text {
    font-size: 18px;
    line-height: 26px; }

  .screen3 {
    padding: 70px 0; }
    .screen3 .flex-benefits .benefit {
      width: 250px;
      height: 250px;
      display: flex;
      font-size: 18px; }
      .screen3 .flex-benefits .benefit:after {
        width: 100%;
        height: 100%; }
      .screen3 .flex-benefits .benefit:nth-of-type(1) {
        margin: 30px 0 0; }
        .screen3 .flex-benefits .benefit:nth-of-type(1):before {
          top: 15px;
          left: 15px; }
      .screen3 .flex-benefits .benefit:nth-of-type(2) {
        margin: 170px -50px 0 -30px; }
        .screen3 .flex-benefits .benefit:nth-of-type(2):before {
          top: 15px;
          left: -15px; }
      .screen3 .flex-benefits .benefit:nth-of-type(3) {
        margin: 0 0; }
        .screen3 .flex-benefits .benefit:nth-of-type(3):before {
          top: -15px;
          left: -15px; }
      .screen3 .flex-benefits .benefit:nth-of-type(4) {
        margin: 150px 0 0 -30px; }
        .screen3 .flex-benefits .benefit:nth-of-type(4):before {
          top: 15px;
          left: -5px; }
      .screen3 .flex-benefits .benefit img {
        width: 85px;
        height: 85px;
        margin: 0 auto 15px; }

  .section-heading {
    font-size: 40px; }

  .screen4 {
    padding: 70px 0; }
    .screen4 .flex-services {
      width: calc(100% + 15px);
      margin-top: 60px; }
      .screen4 .flex-services .service {
        width: calc(20% - 15px);
        margin-right: 15px;
        padding: 15px;
        font-size: 18px; }
        .screen4 .flex-services .service:nth-of-type(even) img {
          border-radius: 100% 100% 0 0; }
        .screen4 .flex-services .service img {
          height: 200px;
          margin-bottom: 15px; }

  .screen5 {
    padding: 70px 0; }
    .screen5 .flex-logos {
      margin-top: 30px; }
      .screen5 .flex-logos a {
        padding: 40px 20px;
        width: 16.66666%; }
        .screen5 .flex-logos a:nth-of-type(7):before {
          width: 100vw;
          height: 1px; }
        .screen5 .flex-logos a img {
          width: 100%; }

  .screen6 {
    padding: 0 0 70px; }
    .screen6 .container {
      padding: 0; }
    .screen6 .address-wrap {
      margin-top: 60px; }
    .screen6 .open-soon {
      margin-top: 40px;
      padding-left: 15px;
      padding-right: 15px; }
      .screen6 .open-soon .col-md-4 {
        height: 120px; }
        .screen6 .open-soon .col-md-4 h4,.screen6 .open-soon .col-md-4 .h4 {
          font-size: 28px; }
        .screen6 .open-soon .col-md-4.text-center {
          border-radius: 0 60px 60px 0; }
          .screen6 .open-soon .col-md-4.text-center span {
            font-size: 20px; }
            .screen6 .open-soon .col-md-4.text-center span:after {
              width: 230px;
              height: 230px; }
    .screen6 .flex-address .left, .screen6 .flex-address .right {
      width: 41%;
      padding: 40px 0; }
      .screen6 .flex-address .left h4, .screen6 .flex-address .right h4,.screen6 .flex-address .left .h4, .screen6 .flex-address .right .h4 {
        font-size: 28px;
        margin: 0 0 20px;
        padding-left: 44px; }
    .screen6 .flex-address .left {
      border-radius: 0 180px 180px 0;
      padding-left: 15px; }
      .screen6 .flex-address .left:after {
        width: 360px;
        height: 100%; }
      .screen6 .flex-address .left:before {
        width: 360px;
        height: calc(100% - 10px);
        right: -50px; }
    .screen6 .flex-address .right {
      padding-left: 80px;
      border-radius: 180px 0 0 180px;
      padding-right: 15px; }
      .screen6 .flex-address .right:after {
        width: 360px;
        height: 100%; }
      .screen6 .flex-address .right:before {
        width: 360px;
        height: calc(100% - 10px);
        left: -50px;
        top: 5px; }
    .screen6 .flex-address .line {
      margin-top: 25px; }
      .screen6 .flex-address .line img {
        width: 24px;
        margin-right: 20px; }
      .screen6 .flex-address .line .right-side {
        width: calc(100% - 44px);
        font-size: 18px; }

  .screen7 {
    padding: 70px 0; }

  .seo-text {
    font-size: 14px;
    max-height: 80px;
    margin-bottom: 10px; }

  .read-seo {
    font-size: 15px; }

  .footer .top {
    padding: 60px 0 100px; }
    .footer .top .container:after {
      width: 70%;
      height: 80px;
      right: 0;
      bottom: -50px;
      background: url("../img/z2.svg") no-repeat right;
      background-size: contain; }
    .footer .top .line {
      margin-top: 25px; }
      .footer .top .line img {
        width: 24px;
        margin-right: 20px; }
      .footer .top .line .right-side {
        width: calc(100% - 44px);
        font-size: 18px; }
  .footer .bottom .flex-footer {
    padding: 30px 0; }
    .footer .bottom .flex-footer .logo {
      width: 100px; }
    .footer .bottom .flex-footer .soc {
      margin-left: 30px; }
      .footer .bottom .flex-footer .soc img {
        width: 20px; }
    .footer .bottom .flex-footer .main-menu-wrap-footer {
      margin-left: 30px; }
      .footer .bottom .flex-footer .main-menu-wrap-footer ul li:not(:last-of-type) {
        margin-right: 30px; }
      .footer .bottom .flex-footer .main-menu-wrap-footer ul li a {
        font-size: 13px; }
  .footer .cop-block {
    padding: 15px 0;
    font-size: 13px; } }
@media (max-width: 992px) {
  td em {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 13px;
    border: 1px solid black;
    top: 3px;
    margin-left: 5px;
    cursor: pointer; }

  td em:hover strong {
    display: block; }

  td em:after {
    content: '?';
    font-style: normal; }

  td em strong {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    background: white;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    display: none; }

  body {
    padding-bottom: 50px; }

  .drift-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 5;
    width: 100%;
    height: 50px;
    border-radius: 0;
    transition: 0.2s;
    cursor: pointer;
    color: white;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
    .drift-btn:hover {
      color: #C69C70;
      background: white; }

  .cosmetics-screen2 {
    padding-top: 50px; }

  .cosmetics-screen3 {
    padding-bottom: 50px !important; }

  .btw {
    padding: 50px 0; }
    .btw .btw-wrap {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      .btw .btw-wrap .img {
        width: 90px;
        height: 90px;
        position: relative; }
        .btw .btw-wrap .img:before {
          content: '';
          width: 100%;
          height: 100%;
          background: #33443A;
          position: absolute;
          top: -10px;
          right: -10px; }
        .btw .btw-wrap .img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          position: relative;
          z-index: 2; }
      .btw .btw-wrap .right {
        width: calc(100% - 120px);
        position: relative;
        z-index: 2; }
        .btw .btw-wrap .right .top {
          font-size: 20px;
          font-family: EB Garamond;
          text-transform: uppercase;
          padding: 15px 0 15px; }
        .btw .btw-wrap .right .q {
          padding: 15px 10px;
          width: calc(100% + 50px);
          margin-left: -50px;
          font-size: 14px;
          font-family: Open Sans; }
          .btw .btw-wrap .right .q span {
            font-style: italic; }
          .btw .btw-wrap .right .q p {
            margin: 15px 0 0; }

  .archive-line {
    margin-top: 20px; }
    .archive-line .flex-archive {
      display: block;
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
      padding: 15px 0 0; }
      .archive-line .flex-archive .img-wrap {
        width: 100%; }
        .archive-line .flex-archive .img-wrap img {
          max-height: 80vw; }
      .archive-line .flex-archive .right {
        width: 100%;
        padding: 10px 0 20px;
        margin: 30px 0; }
        .archive-line .flex-archive .right .h3 {
          font-size: 20px;
          margin: 15px 0; }
        .archive-line .flex-archive .right p {
          font-size: 15px;
          margin: 0 0; }
        .archive-line .flex-archive .right .main-btn {
          margin-left: 0;
          margin-top: 20px;
          width: 250px;
          max-width: 250px; }

  .archives-text {
    padding: 30px 0 !important;
    font-size: 15px; }
    .archives-text ul {
      padding-left: 20px;
      margin: 20px 0; }
      .archives-text ul li {
        font-weight: 400; }
    .archives-text p {
      margin: 20px 0; }

  .screen-present {
    padding: 30px 0; }
    .screen-present .flex-present {
      display: block; }
      .screen-present .flex-present img {
        width: 300px;
        border-radius: 150px 150px 0 0; }
      .screen-present .flex-present .right {
        margin-top: 20px;
        width: calc(100%);
        text-align: center; }
        .screen-present .flex-present .right .section-heading {
          text-align: center; }
        .screen-present .flex-present .right p {
          margin-top: 20px;
          font-size: 20px; }
        .screen-present .flex-present .right span {
          font-size: 30px; }
        .screen-present .flex-present .right .row {
          margin-top: 20px; }
          .screen-present .flex-present .right .row a:not(.main-btn) {
            font-size: 20px; }
          .screen-present .flex-present .right .row .main-btn {
            margin-left: auto;
            margin-right: auto;
            margin-top: 20px; }

  .screen-equipment {
    padding: 50px 0 0; }
    .screen-equipment .flex-eq {
      width: calc(100%);
      margin-top: 30px; }
      .screen-equipment .flex-eq .eq {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-right: 0; }
        .screen-equipment .flex-eq .eq .img-wrap {
          padding-left: 60px;
          padding-top: 60px; }
          .screen-equipment .flex-eq .eq .img-wrap img {
            padding: 10px;
            height: 220px; }
          .screen-equipment .flex-eq .eq .img-wrap:before {
            width: 150px;
            height: calc(100% + 60px); }
        .screen-equipment .flex-eq .eq p {
          margin-top: 20px;
          font-size: 14px; }

  .service-screen1 {
    margin-top: 50px; }
    .service-screen1 p {
      font-size: 15px;
      font-weight: 400;
      font-family: Open Sans;
      margin-bottom: 0;
      line-height: 150%; }
    .service-screen1 img {
      display: none !important; }

  .screen-details-service {
    padding-bottom: 80px; }
    .screen-details-service .text-content {
      margin-top: 50px;
      font-family: Open Sans;
      font-size: 15px;
      line-height: 150%;
      letter-spacing: 0.05em;
      font-weight: 400; }
    .screen-details-service .round-wrap {
      font-family: Open Sans;
      font-size: 15px;
      line-height: 150%;
      font-weight: 700;
      letter-spacing: 0.05em;
      margin-top: 30px;
      text-align: center;
      border-radius: 100px;
      border: 2px solid #C69C70;
      padding: 30px 30px; }

  .service-benefits {
    padding: 30px 0 100px;
    position: relative;
    overflow: hidden;
    max-width: 100vw; }
    .service-benefits:after {
      transform: scale(-1, -1);
      width: 100%;
      left: 80px;
      right: initial; }
    .service-benefits .col-md-6 {
      margin-top: 50px;
      position: relative; }
      .service-benefits .col-md-6:nth-of-type(even):before {
        content: '';
        height: 60px;
        background: url("../img/bigz.svg") no-repeat right;
        background-size: contain;
        position: absolute;
        width: 100%;
        top: -40px;
        right: 80px;
        transform: scale(1, -1); }
      .service-benefits .col-md-6:nth-of-type(odd):not(:first-of-type):before {
        content: '';
        height: 60px;
        background: url("../img/bigz.svg") no-repeat right;
        background-size: contain;
        position: absolute;
        width: 100%;
        top: -40px;
        left: 80px;
        transform: scale(-1, -1); }
      .service-benefits .col-md-6 h3, .service-benefits .col-md-6 .h3 {
        font-size: 30px;
        line-height: 140%; }
        .service-benefits .col-md-6 h3:before,.service-benefits .col-md-6 .h3:before {
          width: 40px;
          height: 40px;
          top: -5px;
          left: -13px; }
      .service-benefits .col-md-6 p {
        font-size: 15px;
        margin-top: 20px; }

  .screen-portfolio {
    padding: 0 0 0; }
    .screen-portfolio .flex-portfolio {
      margin-top: 20px;
      width: calc(100%); }
      .screen-portfolio .flex-portfolio .case {
        width: 300px;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0;
        margin-top: 40px;
        position: relative; }
        .screen-portfolio .flex-portfolio .case:before {
          content: '';
          width: 100%;
          height: 100%;
          left: -10px;
          top: -10px;
          border: 2px solid #C69C70;
          border-radius: 50%;
          position: absolute;
          z-index: 2; }
        .screen-portfolio .flex-portfolio .case img {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          object-fit: cover;
          position: absolute;
          top: 0;
          left: 0; }

  .screen-last-service .section-heading {
    margin-bottom: 30px; }
    .screen-last-service .section-heading br {
      display: none; }
  .screen-last-service .seo-text {
    max-height: 100px;
    font-size: 15px; }

  .price-screen {
    padding: 0 0 50px; }
    .price-screen .main-btn {
      margin: 40px auto 0; }
    .price-screen .price-search {
      margin-top: 40px; }
      .price-screen .price-search input {
        width: calc(100% - 50px);
        height: 50px;
        background: white;
        padding: 0 25px;
        border-radius: 25px;
        border: none;
        outline: none;
        font-size: 15px;
        color: black; }
      .price-screen .price-search button {
        padding-right: 15px; }
        .price-screen .price-search button img {
          width: 25px; }

  .prices-wrap {
    margin-top: 10px; }
    .prices-wrap .price-wrap {
      width: 100%;
      margin-top: 20px;
      padding: 10px 5px;
      border-radius: 23px; }
      .prices-wrap .price-wrap .top {
        font-size: 14px;
        font-weight: 700;
        cursor: pointer; }
        .prices-wrap .price-wrap .top.active img {
          transform: rotate(90deg); }
        .prices-wrap .price-wrap .top img {
          width: 20px;
          margin-right: 10px; }
      .prices-wrap .price-wrap .tables {
        display: none;
        width: calc(100% + 4px);
        margin-left: -2px;
        padding: 0 2px; }
      .prices-wrap .price-wrap .table-wrap {
        border-radius: 30px;
        margin: 20px 0; }
      .prices-wrap .price-wrap .table-border {
        border-radius: 10px; }
      .prices-wrap .price-wrap table {
        width: 100%;
        border-collapse: collapse;
        border-style: hidden;
        /* hide standard table (collapsed) border */ }
        .prices-wrap .price-wrap table td {
          padding: 7px 2px;
          border: 1px solid #323232;
          font-size: 9px; }
          .prices-wrap .price-wrap table td a[href="#"] {
            color: #323232; }
            .prices-wrap .price-wrap table td a[href="#"]:after {
              content: '▼';
              display: inline-block;
              margin-left: 5px;
              position: relative;
              font-size: 5px; }

  .screen-call {
    padding: 50px 0;
    background: #33443A;
    color: white; }
    .screen-call .contact-form {
      padding: 0; }
      .screen-call .contact-form input, .screen-call .contact-form textarea {
        color: white;
        background: rgba(255, 255, 255, 0.1);
        border-color: white; }
    .screen-call .col-md-5 {
      display: none; }

  .mrgt80 {
    margin-top: 50px !important; }

  .inz {
    font-size: 15px !important;
    position: relative;
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
    line-height: 25px; }

  .bonuse-screen {
    padding: 30px 0;
    border-bottom: 1px solid #F4F4F2; }
    .bonuse-screen.small-heading .left h3 {
      font-size: 30px !important; }
    .bonuse-screen:nth-of-type(odd) .bonuse-flex .right {
      text-align: right; }
    .bonuse-screen:nth-of-type(odd) .bonuse-flex .left {
      text-align: right;
      padding-right: 20px; }
      .bonuse-screen:nth-of-type(odd) .bonuse-flex .left:before {
        left: initial;
        right: 0; }
      .bonuse-screen:nth-of-type(odd) .bonuse-flex .left h3:before,.bonuse-screen:nth-of-type(odd) .bonuse-flex .left .h3:before {
        left: initial;
        right: -20px; }
    .bonuse-screen .bonuse-flex {
      display: block;
      max-width: 400px;
      margin: 0 auto; }
      .bonuse-screen .bonuse-flex .right {
        width: 100%;
        font-size: 15px;
        font-family: Open Sans; }
        .bonuse-screen .bonuse-flex .right p {
          margin: 20px 0; }
          .bonuse-screen .bonuse-flex .right p i {
            font-size: 14px; }
      .bonuse-screen .bonuse-flex .left {
        width: 100%;
        position: relative;
        padding: 50px 0 50px 20px; }
        .bonuse-screen .bonuse-flex .left h3,.bonuse-screen .bonuse-flex .left .h3 {
          font-size: 30px;
          line-height: 47px; }
          .bonuse-screen .bonuse-flex .left h3:before,.bonuse-screen .bonuse-flex .left .h3:before {
            top: -20px;
            left: -30px;
            width: 60px;
            height: 60px; }
        .bonuse-screen .bonuse-flex .left:before {
          width: 100%;
          height: 100%;
          border-radius: 200px; }

  .single-post-screen1 {
    margin-top: 10px; }
    .single-post-screen1 .single-flex {
      display: block; }
      .single-post-screen1 .single-flex .left {
        width: 100%;
        max-width: 400px;
        margin: 0 auto; }
      .single-post-screen1 .single-flex .right {
        padding-top: 30px;
        width: 100%; }
        .single-post-screen1 .single-flex .right h1 {
          font-size: 20px;
          padding: 30px 0;
          text-align: center; }
        .single-post-screen1 .single-flex .right .bottom {
          padding: 30px 0;
          display: block;
          text-align: center; }
          .single-post-screen1 .single-flex .right .bottom span {
            font-size: 14px; }
          .single-post-screen1 .single-flex .right .bottom .socs {
            margin-top: 15px;
            text-align: center; }
            .single-post-screen1 .single-flex .right .bottom .socs a {
              margin-left: 5px;
              margin-right: 5px;
              transition: 0.2s; }
              .single-post-screen1 .single-flex .right .bottom .socs a:hover {
                opacity: 0.6; }
              .single-post-screen1 .single-flex .right .bottom .socs a img {
                width: 24px; }

  .single-post-content {
    padding: 30px 0;
    font-size: 15px;
    line-height: 22px; }
    .single-post-content:after {
      display: none; }
    .single-post-content p {
      margin: 22px 0; }
    .single-post-content ul {
      padding-left: 20px;
      margin: 22px 0; }

  .single-post-screen2 h2 {
    font-size: 20px !important;
    line-height: 26px !important; }
    .single-post-screen2 h2 br {
      display: none; }
    .single-post-screen2 h2:before {
      top: 10px !important; }
  .single-post-screen2 .text-content {
    font-size: 15px;
    line-height: 22px; }
    .single-post-screen2 .text-content img {
      width: 100% !important;
      margin: 15px 0; }
      .single-post-screen2 .text-content img.w-30 {
        width: calc(50% - 5px) !important; }
      .single-post-screen2 .text-content img.float-left, .single-post-screen2 .text-content img.alignleft {
        float: none; }
      .single-post-screen2 .text-content img.float-right, .single-post-screen2 .text-content img.alignright {
        float: none; }
    .single-post-screen2 .text-content p {
      margin: 22px 0; }
    .single-post-screen2 .text-content ul {
      padding-left: 20px;
      margin: 22px 0; }

  .screen-form {
    padding: 50px 0; }
    .screen-form .contact-form {
      margin-top: 10px; }

  .subheading {
    font-size: 16px;
    margin-top: 20px; }

  .contact-form .main-btn {
    margin: 30px auto 0; }
  .contact-form input {
    margin-top: 20px;
    height: 50px;
    padding: 0 20px; }
  .contact-form textarea {
    margin-top: 20px;
    height: 100px;
    padding: 15px 20px; }

  .blog-screen {
    padding: 30px 0 50px; }

  .flex-blog {
    width: calc(100%);
    margin-top: 20px;
    display: block; }
    .flex-blog .new {
      width: 100%;
      margin-right: 0;
      margin-top: 20px;
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; }
      .flex-blog .new .top {
        display: flex;
        justify-content: space-between;
        align-items: stretch; }
        .flex-blog .new .top .left {
          width: 55%;
          display: block;
          height: 215px; }
          .flex-blog .new .top .left img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .flex-blog .new .top .right {
          display: flex;
          flex-direction: column;
          padding-top: 15px;
          padding-left: 15px;
          padding-right: 15px; }
          .flex-blog .new .top .right .main-btn {
            width: 100%;
            margin: auto 0;
            font-family: Open Sans; }
          .flex-blog .new .top .right span {
            font-size: 15px;
            font-family: Open Sans; }
      .flex-blog .new .bottom {
        margin: 20px 15px 0;
        width: calc(100% - 30px);
        font-size: 22px;
        text-align: center;
        border: 1px solid #323232;
        border-left: none;
        border-right: none;
        padding: 15px 0 20px; }

  .breadcrumb {
    padding: 30px 0;
    font-family: Open Sans;
    font-size: 14px; }
    .breadcrumb a {
      font-size: 14px; }

  .hidd {
    overflow: hidden; }
    .hidd:after {
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: #33443A;
      opacity: 0.5;
      position: fixed;
      z-index: 4; }

  .mob-visible {
    display: block; }

  .gam {
    display: block;
    position: relative;
    z-index: 11; }

  .lang-menu li .sub-menu {
    z-index: 5; }

  .header {
    position: sticky;
    top: 0; }
    .header .flex-header {
      padding: 15px 0;
      position: relative; }
      .header .flex-header .logo {
        width: 100px; }
      .header .flex-header .main-menu-wrap {
        margin-left: 0;
        margin-right: 0;
        position: fixed;
        transition: 0.4s;
        right: 0;
        transform: translateX(100%);
        top: 56px;
        height: calc(100vh - 56px);
        overflow: auto;
        width: calc(100% - 50px);
        z-index: 10;
        padding: 20px 15px;
        background: #33443A; }
        .header .flex-header .main-menu-wrap.active {
          transform: translateX(0); }
        .header .flex-header .main-menu-wrap .flex-top-row {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-bottom: 20px; }
        .header .flex-header .main-menu-wrap ul.main-menu {
          text-align: right;
          padding-bottom: 30px; }
          .header .flex-header .main-menu-wrap ul.main-menu li {
            text-align: right;
            display: block;
            display: flex;
            flex-flow: row;
            flex-wrap: wrap;
            justify-content: flex-end;
            align-items: center; }
            .header .flex-header .main-menu-wrap ul.main-menu li > a {
              order: 0; }
            .header .flex-header .main-menu-wrap ul.main-menu li:after {
              order: 1; }
            .header .flex-header .main-menu-wrap ul.main-menu li .sub-menu {
              order: 2;
              border: none;
              display: none;
              position: static;
              width: 100% !important;
              min-width: initial !important;
              padding-left: 0 !important;
              padding-right: 0 !important; }
              .header .flex-header .main-menu-wrap ul.main-menu li .sub-menu li {
                border-bottom: 1px solid #C69C70; }
                .header .flex-header .main-menu-wrap ul.main-menu li .sub-menu li a {
                  font-size: 12px;
                  text-transform: none; }
                  .header .flex-header .main-menu-wrap ul.main-menu li .sub-menu li a:after {
                    display: none; }
            .header .flex-header .main-menu-wrap ul.main-menu li:hover .sub-menu {
              display: none; }
            .header .flex-header .main-menu-wrap ul.main-menu li:not(:last-of-type) {
              margin-right: 0;
              margin-bottom: 10px; }
            .header .flex-header .main-menu-wrap ul.main-menu li a {
              font-size: 15px; }
      .header .flex-header .right {
        display: none; }

  .screen1 {
    padding: 30px 0 50px; }
    .screen1 .main {
      flex-flow: row;
      flex-wrap: wrap; }
      .screen1 .main:after {
        width: calc(100% + 15px);
        height: 50px;
        bottom: 0; }
      .screen1 .main:before {
        width: 65%;
        height: 50px;
        right: initial;
        left: -15px;
        bottom: 15px; }
      .screen1 .main .w33 {
        width: calc(50% - 7px); }
      .screen1 .main .w66 {
        width: calc(100%); }
      .screen1 .main .left {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 20px;
        order: 0; }
        .screen1 .main .left:before {
          width: 100%;
          height: 100%;
          border-radius: 250px;
          left: 0;
          top: 0; }
        .screen1 .main .left h1 {
          font-size: 40px;
          margin: 50px 0 0;
          padding-left: 40px; }
        .screen1 .main .left .main-btn {
          margin-top: 50px;
          margin-left: auto;
          margin-right: auto;
          width: 190px; }

  .colo.light:before {
    width: 60px;
    height: 60px;
    left: -30px;
    top: 10px;
    margin-right: -60px;
    display: inline-block;
    position: relative; }
  .colo:before {
    width: 100px;
    height: 100px;
    top: -10px;
    left: -10px; }

  .main-btn {
    border-radius: 25px;
    height: 50px;
    max-width: 190px;
    padding: 0 25px;
    font-size: 15px; }

  .screen2 {
    padding: 50px 0; }
    .screen2 .just-text {
      margin-top: 20px; }
    .screen2 h2 {
      font-size: 20px; }
    .screen2 .text-right {
      padding: 20px 15px 15px 100px;
      margin-top: 10px;
      text-align: center;
      font-size: 20px; }
      .screen2 .text-right:before {
        width: 100%;
        height: 80px;
        right: 0;
        top: 0;
        background: url("../img/z3.svg") no-repeat left;
        background-size: 200% 100%; }
    .screen2 ul {
      padding-left: 15px; }
      .screen2 ul li {
        font-size: 15px;
        line-height: 150%; }

  .big-text {
    font-size: 20px;
    line-height: 26px; }

  .just-text {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.05em; }

  .screen3 {
    padding: 50px 0; }
    .screen3 .flex-benefits {
      display: block; }
      .screen3 .flex-benefits .benefit {
        width: 170px;
        height: 170px;
        display: flex;
        font-size: 16px; }
        .screen3 .flex-benefits .benefit:after {
          width: 100%;
          height: 100%; }
        .screen3 .flex-benefits .benefit:nth-of-type(1) {
          margin: 0 0 0; }
        .screen3 .flex-benefits .benefit:nth-of-type(2) {
          margin: -20px 0 0 auto; }
        .screen3 .flex-benefits .benefit:nth-of-type(3) {
          margin: -20px 0 0; }
        .screen3 .flex-benefits .benefit:nth-of-type(4) {
          margin: -20px 0 0 auto; }
        .screen3 .flex-benefits .benefit img {
          width: 60px;
          height: 60px;
          margin: 0 auto 15px; }

  .section-heading {
    font-size: 30px; }

  .screen4 {
    padding: 50px 0 !important; }
    .screen4 .flex-services {
      width: 100%;
      margin-top: 20px;
      display: block; }
      .screen4 .flex-services .service {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding: 15px;
        font-size: 20px;
        margin-top: 20px; }
        .screen4 .flex-services .service:nth-of-type(even) img {
          border-radius: 100% 100% 0 0; }
        .screen4 .flex-services .service img {
          height: 100vw;
          max-height: 500px;
          margin-bottom: 15px; }

  .screen5 {
    padding: 70px 0; }
    .screen5 .flex-logos {
      margin-top: 30px; }
      .screen5 .flex-logos a {
        padding: 20px 20px;
        width: 50%; }
        .screen5 .flex-logos a:nth-of-type(7):before {
          width: 100vw;
          height: 1px; }
        .screen5 .flex-logos a img {
          width: 100%; }

  .screen6 {
    padding: 0 0 50px; }
    .screen6 .section-heading {
      padding: 0 15px; }
    .screen6 .container {
      padding: 0; }
    .screen6 .address-wrap {
      margin-top: 50px;
      background: white; }
      .screen6 .address-wrap.map-screen {
        margin-top: 50px; }
      .screen6 .address-wrap.map-screen.frst .flex-address {
        display: flex !important;
        flex-direction: column-reverse !important; }
    .screen6 .open-soon {
      margin-top: 20px;
      padding-left: 15px;
      padding-right: 15px;
      background: white; }
      .screen6 .open-soon .col-md-4 {
        height: auto;
        padding: 20px 15px;
        background: white; }
        .screen6 .open-soon .col-md-4 h4,.screen6 .open-soon .col-md-4 .h4 {
          font-size: 20px;
          text-align: center !important;
          display: block;
          width: 100%;
          position: relative;
          z-index: 5; }
        .screen6 .open-soon .col-md-4.text-center {
          border-radius: 0 60px 60px 0;
          background: #F4F4F2;
          height: 100px;
          width: calc(100% - 15px);
          padding-left: 30px; }
          .screen6 .open-soon .col-md-4.text-center span {
            font-size: 20px; }
            .screen6 .open-soon .col-md-4.text-center span:after {
              width: 200px;
              height: 200px; }
    .screen6 .flex-address {
      display: block; }
      .screen6 .flex-address .left, .screen6 .flex-address .right {
        width: calc(100% - 15px);
        padding: 40px 0; }
        .screen6 .flex-address .left h4, .screen6 .flex-address .right h4,.screen6 .flex-address .left .h4, .screen6 .flex-address .right .h4 {
          font-size: 20px;
          margin: 0 0 10px;
          padding-left: 44px; }
      .screen6 .flex-address .left {
        border-radius: 0 180px 180px 0;
        padding-left: 15px; }
        .screen6 .flex-address .left.nobut {
          padding: 0 15px;
          margin-top: 0; }
        .screen6 .flex-address .left:after {
          width: 360px;
          height: 100%;
          border-radius: 0 180px 180px 0; }
        .screen6 .flex-address .left:before {
          width: 360px;
          height: calc(100% - 10px);
          right: -90px;
          border-radius: 0 180px 180px 0; }
      .screen6 .flex-address .right {
        padding-left: 80px;
        border-radius: 180px 0 0 180px;
        padding-right: 15px;
        margin-left: auto;
        margin-top: 30px; }
        .screen6 .flex-address .right.nobut {
          padding: 0 15px 30px;
          margin-top: 0;
          margin-left: 0;
          width: 100%; }
        .screen6 .flex-address .right:after {
          width: 360px;
          height: 100%;
          border-radius: 180px 0 0 180px; }
        .screen6 .flex-address .right:before {
          width: 360px;
          height: calc(100% - 10px);
          left: -90px;
          top: 5px;
          border-radius: 180px 0 0 180px; }
      .screen6 .flex-address .line {
        margin-top: 25px; }
        .screen6 .flex-address .line img {
          width: 24px;
          margin-right: 20px; }
        .screen6 .flex-address .line .right-side {
          width: calc(100% - 44px);
          font-size: 16px; }

  .screen7 {
    padding: 50px 0; }

  .seo-text {
    font-size: 14px;
    max-height: 150px;
    margin-bottom: 10px; }
    .seo-text:after {
      height: 60px;
      top: initial;
      bottom: 0; }

  .read-seo {
    font-size: 15px; }

  .footer .rga {
    position: relative;
    padding-top: 80px; }
    .footer .rga:after {
      content: '';
      width: calc(100% - 15px);
      height: 60px;
      right: 0;
      top: 25px;
      background: url("../img/z2.svg") no-repeat left;
      background-size: 200% 100%;
      position: absolute; }
  .footer .top {
    padding: 30px 0 30px; }
    .footer .top .container:after {
      display: none; }
    .footer .top .line {
      margin-top: 25px; }
      .footer .top .line img {
        width: 24px;
        margin-right: 20px; }
      .footer .top .line .right-side {
        width: calc(100%);
        font-size: 18px; }
  .footer .bottom .flex-footer {
    padding: 20px 0;
    flex-flow: row;
    flex-wrap: wrap; }
    .footer .bottom .flex-footer .logo {
      width: 100px; }
    .footer .bottom .flex-footer .soc {
      margin-left: 30px; }
      .footer .bottom .flex-footer .soc img {
        width: 20px; }
    .footer .bottom .flex-footer .main-menu-wrap-footer {
      margin-left: 0;
      width: 100%;
      padding-top: 10px;
      margin-top: 15px;
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .footer .bottom .flex-footer .main-menu-wrap-footer ul {
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        justify-content: space-between;
        width: calc(100% + 30px);
        margin-left: -15px; }
        .footer .bottom .flex-footer .main-menu-wrap-footer ul li {
          padding: 0 15px;
          margin-top: 6px;
          min-width: 40%; }
          .footer .bottom .flex-footer .main-menu-wrap-footer ul li:not(:last-of-type) {
            margin-right: 0; }
          .footer .bottom .flex-footer .main-menu-wrap-footer ul li:nth-of-type(even) {
            text-align: right; }
          .footer .bottom .flex-footer .main-menu-wrap-footer ul li a {
            font-size: 14px; }
  .footer .cop-block {
    padding: 15px 0;
    font-size: 13px; }
    .footer .cop-block * {
      text-align: left; }
    .footer .cop-block .text-right {
      text-align: right !important; }
    .footer .cop-block .col-xs-12 {
      margin-top: 15px; } }

@media (max-width: 560px){
	.colo{
		font-size:42px !important;
	}
}
/*# sourceMappingURL=main.css.map */
