@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Antic+Didone&display=swap");
html {
  scroll-behavior: smooth;
}

ul.sub-menu {
  background-color: #719300;
}

ul.sub-menu > li a {
  color: white !important;
}

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

.txt-cap {
  text-transform: capitalize !important;
  font-family: 'Antic Didone', serif !important;
  font-weight: 400 !important;
}

header.header-desktop .container .header-desktop__nav ul.sub-menu li.current_page_item::after {
  background-color: transparent;
}

.button-span input[type="submit"] {
  background-color: #a4d110;
  border: 1px solid #afbead;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  height: 36px;
  line-height: 35px;
  padding-top: 0;
  line-height: 35px;
  padding-bottom: 0;
  text-transform: uppercase;
  min-width: 230px;
  padding-left: 30px;
  padding-right: 30px;
}

.button-span input[type="submit"] span {
  position: relative;
  z-index: 999;
}

.button-span input[type="submit"]:hover {
  border-color: #afbead;
  background-color: #afbead;
}

div.map {
  position: relative;
  height: 280px;
}

div.map div.leaflet-container {
  max-height: 100%;
  height: 100%;
}

div.map a.map-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 1;
  z-index: 99999;
}

div.col-md-12 p.txt {
  margin-bottom: 45px;
}

div.show-more, div.widget-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

p {
  font-size: 13px;
  letter-spacing: 0px;
  color: #2c393e;
  font-weight: 500;
  font-family: "Jost";
  text-align: center;
}

p.welcome {
  letter-spacing: 1px;
  color: #8a9988;
  font-weight: 400;
  font-family: 'Antic Didone', serif;
  text-align: center;
  text-transform: uppercase;
}

section {
  margin: 0 auto;
  margin-right: 0 !important;
  margin-left: 0;
}

div.header-ico {
  width: 36px;
  height: 36px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #afbead;
  color: #afbead;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: .35s;
  transition: .35s;
}

div.header-ico:hover {
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both;
  color: #a4d110;
  border-color: #a4d110;
}

div.overlay {
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px solid white;
  top: 20px;
  left: 20px;
  -webkit-transition: .35s;
  transition: .35s;
}

div.overlay.dark {
  border: 1px solid rgba(175, 190, 173, 0.3);
}

div.overlay:hover {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
}

p.txt {
  font-size: 18px;
  line-height: 100%;
  color: #58696f;
  font-weight: 300;
  text-align: center;
}

p.welcome {
  font-size: 24px;
  letter-spacing: 1px;
  color: #8a9988;
  font-weight: 400;
  font-family: 'Antic Didone', serif;
  text-align: center;
}

h2.headline {
  font-size: 53px;
  letter-spacing: 1px;
  line-height: 100%;
  color: #2c393e;
  font-weight: 700;
  font-family: "Jost";
  text-transform: uppercase;
}

@media (max-width: 600px) {
  h2.headline {
    font-size: 35px;
  }
}

.headline.front-small {
  font-size: 36px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #2c393e;
  font-weight: 700;
  font-family: "Jost";
}

h2.headline.small {
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 100%;
  color: #2c393e;
  font-weight: 300;
  font-family: "Jost";
  text-align: center;
}

div.hero-svg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

* {
  padding: 0;
  margin: 0;
}

body {
  margin-bottom: 0 !important;
  overflow-x: hidden !important;
}

a.btn {
  background-color: #a4d110;
  border: 1px solid #afbead;
  position: relative;
  overflow: hidden;
  height: 36px;
  line-height: 35px;
  padding-top: 0;
  line-height: 35px;
  padding-bottom: 0;
  text-transform: uppercase;
  min-width: 190px;
  font-size: 13px;
}

a.btn span {
  position: relative;
  z-index: 999;
}

@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(7px);
            transform: translateX(7px);
  }
  80% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  90% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
}

.btn:before, .btn:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #afbead;
  width: 0;
  height: 100%;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  z-index: 0;
}

.btn:before {
  left: -40px;
}

.btn:after {
  right: -40px;
}

.btn.mobile {
  min-width: 140px;
  max-width: 140px;
}

.btn:hover:before, .btn:hover:after {
  width: calc(50% + 50px);
  -webkit-transition: .8s all ease-in-out;
  transition: .8s all ease-in-out;
}

body {
  margin-top: 155px;
}

@media (max-width: 1280px) {
  body {
    margin-top: 56px;
  }
}

a.hidden--click.hidden,
a.hidden-no.hidden {
  display: none !important;
}

header.header-desktop {
  text-transform: uppercase;
  height: 155px;
  padding: 0;
  width: 100vw;
  margin-right: 0;
  margin-left: auto;
  -webkit-box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.21);
          box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.21);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 15;
  background-color: white;
  -webkit-transition: .35s;
  transition: .35s;
}

header.header-desktop.scrolled-header {
  height: 120px;
}

header.header-desktop.scrolled-header div.contact-module {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

header.header-desktop.scrolled-header nav ul {
  margin-top: 0;
}

header.header-desktop.scrolled-header nav li.current_page_item::after {
  bottom: -7px !important;
}

header.header-desktop .container {
  width: 80%;
  max-width: none;
  margin-right: 0;
  margin-left: auto;
  height: 100%;
  padding: 0;
}

@media (max-width: 1480px) {
  header.header-desktop .container {
    width: 100% !important;
    padding-left: 20px;
  }
}

header.header-desktop .container .row {
  height: 50%;
  width: 100%;
  margin: 0;
  -webkit-transition: .35s;
  transition: .35s;
}

header.header-desktop .container .row nav ul {
  -webkit-transition: .35s;
  transition: .35s;
}

header.header-desktop .container .row .header-logo {
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.header-desktop .container .row .header-logo img {
  max-height: 100%;
}

header.header-desktop .container .row div.rest-header {
  height: 100%;
  margin-left: 65px;
  width: calc(100% - 340px);
}

header.header-desktop .container .row address.header-desktop__contact-bar {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header.header-desktop .container .row div.contact-module {
  border-bottom: 1px solid #afbead;
  border-left: 1px solid #afbead;
  height: 100%;
  margin-left: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 25%;
  -webkit-transition: .35s;
  transition: .35s;
}

@media (max-width: 1280px) {
  header.header-desktop .container .row div.contact-module {
    width: 33.333%;
  }
}

header.header-desktop .container .row div.contact-module p a {
  -webkit-transition: .3s;
  transition: .3s;
}

header.header-desktop .container .row div.contact-module p:hover a {
  color: #a4d110;
}

header.header-desktop .container .row div.contact-module:last-of-type {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}

@media (max-width: 1280px) {
  header.header-desktop .container .row div.contact-module:last-of-type {
    width: 33.333%;
  }
}

header.header-desktop .container .row div.contact-module:last-of-type div.header-ico {
  margin-left: 20px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #afbead;
  color: #afbead;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: .35s;
  transition: .35s;
}

@media (max-width: 1280px) {
  header.header-desktop .container .row div.contact-module:last-of-type div.header-ico {
    margin-left: 5px;
  }
}

header.header-desktop .container .row div.contact-module:last-of-type div.header-ico:hover {
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both;
  color: #a4d110;
  border-color: #a4d110;
}

header.header-desktop .container .row div.contact-module:last-of-type div.header-ico:last-of-type {
  margin-right: 20px;
}

header.header-desktop .container .header-desktop__nav {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

header.header-desktop .container .header-desktop__nav li a {
  font-size: 14px;
  letter-spacing: 0px;
  color: #2c393e;
  font-weight: 600;
  font-family: "Jost";
  text-align: center;
  -webkit-transition: .35s;
  transition: .35s;
}

header.header-desktop .container .header-desktop__nav li a:hover {
  color: #a4d110;
}

header.header-desktop .container .header-desktop__nav .menu-menu-1-container {
  margin-left: 65px;
}

header.header-desktop .container .header-desktop__nav li.current_page_item {
  position: relative;
}

header.header-desktop .container .header-desktop__nav li.current_page_item a {
  color: #a4d110;
}

header.header-desktop .container .header-desktop__nav li.current_page_item::after {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background-color: #a4d110;
  -webkit-transition: .35s;
  transition: .35s;
}

div.hero.slider-front .owl-item .item div.container-desc div.border-hero h2.headline.small:after {
  display: none;
}

div.hero.slider-front {
  width: 100vw;
  height: 750px;
  position: relative;
}

div.hero.slider-front .owl-item {
  height: 750px;
  min-height: auto;
  max-height: 750px;
}

div.hero.slider-front .owl-item .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 750px;
  min-height: auto;
  max-height: 750px;
  position: relative;
}

div.hero.slider-front .owl-item .item div.container-desc {
  width: 47.8%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: 110%;
  position: absolute;
  left: 0%;
  background-color: white;
}

div.hero.slider-front .owl-item .item div.container-desc div.overlay-hero {
  z-index: 8;
  position: absolute;
  width: calc(60.9% + 40px);
  height: calc(100% + 40px);
  top: -20px;
  right: -16px;
  background-color: white;
  opacity: .6;
}

div.hero.slider-front .owl-item .item div.container-desc div.border-hero {
  width: 550px;
  height: calc(100% - 50px);
  margin-left: auto;
  margin-top: 25px;
  border: 1px solid #afbead;
  padding: 120px 80px 80px 80px;
  position: absolute;
  top: 0px;
  right: 5px;
  margin-right: 0;
  z-index: 9;
}

div.hero.slider-front .owl-item .item div.container-desc div.border-hero img.logo_hero {
  max-width: 90%;
  margin: 0 auto;
  margin-top: 64px;
  margin-bottom: 48px;
}

div.hero.slider-front .owl-item .item div.container-desc div.border-hero:hover h2.headline.small:after {
  width: 120px;
}

div.hero.slider-front .owl-item .item div.container-desc div.border-hero div.hero-svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

div.hero.slider-front .owl-item .item div.container-desc div.border-hero p.welcome {
  margin-top: 20px;
}

div.hero.slider-front .owl-item .item div.container-desc div.border-hero h2.headline {
  margin-top: 30px;
}

div.hero.slider-front .owl-item .item div.container-desc div.border-hero h2.headline.small {
  margin-top: 20px;
  position: relative;
}

div.hero.slider-front .owl-item .item div.container-desc div.border-hero h2.headline.small:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #afbead;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -50px;
  -webkit-transition: .35s;
  transition: .35s;
}

div.hero.slider-front .owl-item .item div.container-desc div.border-hero p.txt {
  margin-top: 90px;
}

div.hero.slider-front .owl-item .item div.container-desc div.border-hero div.hero-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

div.hero.slider-front .owl-item .item div.container-desc div.border-hero div.hero-btn a.btn {
  margin: 40px auto 0;
}

div.hero.slider-front .owl-item .item div.container-desc img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

div.hero.slider-front .owl-item .item div.container-pic {
  width: 58.125%;
  height: 100%;
  margin-right: 0;
  margin-left: auto;
}

div.hero.slider-front .owl-item .item div.container-pic img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

div.hero.slider-front div.owl-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 33.6%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99999999;
  bottom: 40px;
}

div.hero.slider-front div.owl-dots button {
  width: 12px;
  height: 12px;
  background-color: #afbead;
  border-radius: 50%;
  margin-top: 13px;
}

div.hero.slider-front div.owl-dots button.active {
  background-color: #a4d110;
}

section.cabinet {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.cabinet div.cabinet-left,
section.cabinet div.cabinet-right {
  width: 50%;
  height: auto;
}

section.cabinet div.cabinet-left {
  width: 48.65%;
}

section.cabinet div.cabinet-left {
  position: relative;
}

section.cabinet div.cabinet-left div.big-photo {
  position: relative;
  width: 100%;
}

section.cabinet div.cabinet-left div.big-photo img {
  width: 100%;
}

section.cabinet div.cabinet-left div.small-photo {
  position: absolute;
  right: 0;
  bottom: 40px;
  border: 25px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: .45s;
  transition: .45s;
  -webkit-transition-delay: .35s;
          transition-delay: .35s;
}

section.cabinet div.cabinet-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: center;
  background-position-x: -35%;
  background-repeat: no-repeat;
}

section.cabinet div.cabinet-right div.cabinet-fr-container {
  width: 62%;
  padding-left: 65px;
  padding-right: 65px;
  min-width: 600.156px;
}

section.cabinet div.cabinet-right div.cabinet-fr-container p {
  font-size: 18px;
  color: #58696f;
  font-weight: 300;
  font-family: "Jost";
  text-align: justify;
  line-height: 26px;
}

section.cabinet div.cabinet-right div.cabinet-fr-container p.welcome {
  line-height: 100%;
  text-align: center;
}

section.cabinet div.cabinet-right div.cabinet-fr-container div.hero-svg {
  margin-top: 65px;
}

section.cabinet div.cabinet-right div.cabinet-fr-container p.welcome {
  margin-top: 15px;
}

section.cabinet div.cabinet-right div.cabinet-fr-container:hover .headline.front-small:after {
  width: 120px;
}

section.cabinet div.cabinet-right div.cabinet-fr-container .headline.front-small {
  margin-top: 15px;
  margin-bottom: 90px;
  position: relative;
}

section.cabinet div.cabinet-right div.cabinet-fr-container .headline.front-small:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #afbead;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -45px;
  -webkit-transition: .35s;
  transition: .35s;
}

section.cabinet div.cabinet-right div.cabinet-fr-container div.btn-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 65px;
  margin-bottom: 150px;
}

section.cabinet div.cabinet-right div.cabinet-fr-container div.btn-module a.btn {
  margin-right: 90px;
}

section.cabinet div.cabinet-right div.cabinet-fr-container div.btn-module div.header-ico {
  margin-left: 10px;
  margin-right: 25px;
}

section.brilliant {
  width: 100%;
  position: relative;
  height: auto;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-size: cover;
}

section.brilliant div.brilliant-top {
  padding-top: 40px;
}

section.brilliant div.brilliant-top p.welcome {
  margin-top: 15px;
}

section.brilliant div.brilliant-top:hover .headline.front-small:after {
  width: 120px;
}

section.brilliant div.brilliant-top .headline.front-small {
  margin-top: 15px;
  margin-bottom: 80px;
  position: relative;
  text-align: center;
}

section.brilliant div.brilliant-top .headline.front-small:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #afbead;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -40px;
  -webkit-transition: .35s;
  transition: .35s;
}

section.brilliant div.brilliant-carousel {
  height: 350px;
  width: 63.28125%;
  margin: 0 auto;
  min-height: auto;
  position: relative;
}

section.brilliant div.brilliant-carousel .owl-nav {
  position: absolute;
  display: none !important;
  width: 67vw;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.brilliant div.brilliant-carousel .owl-nav button {
  background-color: #afbead;
  width: 35px;
  height: 35px;
  -webkit-transition: .35s;
  transition: .35s;
}

section.brilliant div.brilliant-carousel .owl-nav button:hover {
  background-color: #a4d110;
  -webkit-animation: shake-horizontal 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-horizontal 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

section.brilliant div.brilliant-carousel div.owl-stage-outer {
  height: 370px;
  padding-top: 10px;
  min-height: auto;
}

section.brilliant div.brilliant-carousel div.owl-stage-outer div.owl-stage {
  height: 350px;
  min-height: auto;
}

section.brilliant div.brilliant-carousel div.item {
  min-width: 271px;
  max-width: 273px;
  margin-left: 15px;
  margin-right: 15px;
  height: 350px;
  position: relative;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 0px 12.22px 0.78px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 12.22px 0.78px rgba(0, 0, 0, 0.13);
  -webkit-transition: .35s;
  transition: .35s;
  background-color: white;
}

section.brilliant div.brilliant-carousel div.item div.svg {
  width: 125px;
  height: 125px;
  background-color: #afbead;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 80px 75px 50px 75px;
  -webkit-transition: .35s;
  transition: .35s;
}

section.brilliant div.brilliant-carousel div.item p.txt {
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  color: #313436;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Jost";
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

section.brilliant div.brilliant-carousel div.item:hover div.svg {
  background-color: #a4d110;
}

section.brilliant div.brilliant-carousel div.item:hover div.svg svg {
  fill: #afbead;
  stroke: #afbead;
}

section.offer {
  width: 100%;
  position: relative;
  height: auto;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  background-position-x: -8%;
}

section.offer div.offer-top {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.offer div.offer-top .left {
  width: calc(65% - 65px);
}

section.offer div.offer-top .left p.txt {
  font-size: 18px;
  line-height: 26px;
  color: #58696f;
  font-weight: 500;
  font-family: "Jost";
  padding-left: 36%;
  padding-right: 39px;
  text-align: left;
  padding-top: 30px;
}

section.offer div.offer-top .right {
  width: 35%;
  margin-left: 65px;
  position: relative;
}

section.offer div.offer-top .right:after {
  height: 75%;
  left: -60px;
  position: absolute;
  content: "";
  width: 1px;
  background-color: #afbead;
  top: 0;
}

section.offer div.offer-top .right .hero-svg {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

section.offer div.offer-top .right p.welcome {
  margin-top: 15px;
  text-align: left;
}

section.offer div.offer-top .right:hover .headline.front-small:after {
  width: 120px;
}

section.offer div.offer-top .right .headline.front-small {
  margin-top: 15px;
  margin-bottom: 80px;
  position: relative;
  text-align: left;
}

section.offer div.offer-top .right .headline.front-small:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #afbead;
  left: 0%;
  bottom: -40px;
  -webkit-transition: .35s;
  transition: .35s;
}

section.offer div.offer-carousel {
  height: 480px;
  width: 63.28125%;
  margin: 0 auto;
  min-height: auto;
  position: relative;
}

section.offer div.offer-carousel .owl-nav {
  position: absolute;
  width: 67vw;
  height: 35px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.offer div.offer-carousel .owl-nav button {
  background-color: #afbead;
  width: 35px;
  height: 35px;
  -webkit-transition: .35s;
  transition: .35s;
}

section.offer div.offer-carousel .owl-nav button:hover {
  background-color: #a4d110;
  -webkit-animation: shake-horizontal 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-horizontal 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

section.offer div.offer-carousel div.owl-stage-outer {
  height: 500px;
  padding-top: 10px;
  min-height: auto;
}

section.offer div.offer-carousel div.owl-stage-outer div.owl-stage {
  height: 350px;
  min-height: auto;
}

section.offer div.offer-carousel div.item {
  margin-left: 15px;
  margin-right: 15px;
  height: 480px;
  position: relative;
  border: none;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: .35s;
  transition: .35s;
  background-color: white;
  cursor: pointer;
}

section.offer div.offer-carousel div.item:hover div.top {
  height: 35%;
}

section.offer div.offer-carousel div.item:hover div.top div.hero-svg {
  width: 100%;
}

section.offer div.offer-carousel div.item:hover div.bottom {
  height: 65%;
  cursor: pointer;
}

section.offer div.offer-carousel div.item:hover div.bottom p.title-offer-front {
  padding-top: 35%;
}

section.offer div.offer-carousel div.item div.top {
  height: 80%;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

section.offer div.offer-carousel div.item div.top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.offer div.offer-carousel div.item div.top div.hero-svg {
  width: 65px;
  height: 65px;
  background-color: #afbead;
  position: absolute;
  z-index: 999;
  -webkit-transition: .55s;
  transition: .55s;
}

section.offer div.offer-carousel div.item div.top div.hero-svg svg {
  fill: white;
  stroke: white;
}

section.offer div.offer-carousel div.item div.top a.post-pic {
  position: relative;
}

section.offer div.offer-carousel div.item div.bottom {
  height: 20%;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

section.offer div.offer-carousel div.item div.bottom p.title-offer-front {
  font-size: 22px;
  letter-spacing: 1px;
  color: #2c393e;
  font-weight: 300;
  font-family: "Jost";
  text-align: center;
  padding: 20px 60px 0 60px;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

section.offer div.hero-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

div.over-sec {
  position: relative;
  min-height: 605px;
  padding-bottom: 80px;
}

div.over-sec img {
  position: absolute;
  right: 0;
  top: 0;
  width: 42.5%;
  height: 100%;
}

.knowledge {
  position: relative;
  width: 100vw;
  height: auto;
}

.knowledge.__container {
  width: 56.25%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.knowledge.__container.--left {
  width: 43.7%;
  display: block;
  margin-right: 10px;
}

.knowledge.__container.--left p.welcome {
  margin-top: 13px;
}

.knowledge.__container.--left .headline.front-small {
  margin-top: 13px;
  margin-bottom: 80px;
  position: relative;
  text-align: center;
}

.knowledge.__container.--left .headline.front-small:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #afbead;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -40px;
  -webkit-transition: .35s;
  transition: .35s;
}

.knowledge.__container.--left.__text {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.knowledge.__container.--left.__text p, .knowledge.__container.--left.__text span {
  font-size: 18px;
  color: #58696f;
  font-weight: 300;
  font-family: "Jost";
  text-align: justify;
  line-height: 26px;
}

.knowledge.__container.--left div.hero-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 50px;
}

.knowledge.__container.--right {
  width: calc(100% - 43.7%);
  margin-left: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.knowledge.__container.--right img {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  margin-top: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 25px solid rgba(255, 255, 255, 0.5);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid transparent;
  -webkit-text-fill-color: #748494;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.contact {
  width: 100vw;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding-bottom: 45px;
}

.contact__left {
  width: calc(50%);
  margin-right: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact__left .box {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #afbead;
  width: 56.25%;
  margin-right: 20px;
  margin-top: 20px;
  margin-left: auto;
  padding-bottom: 100px;
  padding-top: 120px;
  min-width: 502px;
}

.contact__left .box p.welcome {
  font-size: 18px;
  letter-spacing: 0px;
  color: #2c393e;
  font-weight: 600;
  font-family: 'Cinzel', serif;
  text-align: center;
  margin-top: 20px;
}

.contact__left .box p.ico {
  margin-top: 60px;
  font-size: 25px;
}

.contact__left .box p.tel {
  margin-top: 30px;
  font-size: 36px;
  letter-spacing: 1px;
  line-height: 100%;
  color: #2c393e;
  font-weight: 500;
  font-family: 'Cinzel', serif;
  text-align: center;
  -webkit-filter: drop-shadow(2.728px 2.925px 4px rgba(22, 22, 21, 0.32));
  filter: drop-shadow(2.728px 2.925px 4px rgba(22, 22, 21, 0.32));
  -webkit-transition: .35s;
  transition: .35s;
}

.contact__left .box p.tel:hover {
  -webkit-filter: none;
  filter: none;
  color: #a4d110;
}

.contact__left .box p.mail {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 100%;
  color: #2c393e;
  font-weight: 500;
  font-family: "Cinzel";
  text-align: center;
  -webkit-filter: drop-shadow(2.728px 2.925px 4px rgba(22, 22, 21, 0.32));
  filter: drop-shadow(2.728px 2.925px 4px rgba(22, 22, 21, 0.32));
  -webkit-transition: .35s;
  transition: .35s;
}

.contact__left .box p.mail:hover {
  color: #a4d110;
  -webkit-filter: none;
  filter: none;
}

.contact__left .box p.where {
  margin-top: 30px;
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #2c393e;
  font-weight: 500;
  font-family: "Cinzel";
  text-align: center;
  -webkit-filter: drop-shadow(2.728px 2.925px 4px rgba(22, 22, 21, 0.32));
  filter: drop-shadow(2.728px 2.925px 4px rgba(22, 22, 21, 0.32));
  -webkit-transition: .35s;
  transition: .35s;
}

.contact__left .box p.where:hover {
  color: #a4d110;
  -webkit-filter: none;
  filter: none;
}

.contact__right {
  background-position: center;
  background-position-x: -35%;
  background-repeat: no-repeat;
  width: calc(50% - 20px);
  margin-left: 20px;
}

.contact__right .booking-form {
  width: 52%;
}

.contact__right .booking-form div.hero-svg {
  margin-top: 15px;
}

.contact__right .booking-form p.welcome {
  margin-top: 13px;
  font-size: 18px;
  letter-spacing: 0px;
  color: #8a9988;
  font-weight: 400;
  font-family: 'Antic Didone', serif;
  text-align: center;
}

.contact__right .booking-form h2.headline {
  margin-top: 13px;
  margin-bottom: 80px;
  position: relative;
}

.contact__right .booking-form h2.headline:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #afbead;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -40px;
  -webkit-transition: .35s;
  transition: .35s;
}

.contact__right .booking-form label {
  font-size: 17px;
  letter-spacing: 0px;
  color: #323e45;
  font-weight: 400;
  font-family: "Jost";
  margin-bottom: 10px;
}

.contact__right .booking-form label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  border: 1px solid #afbead;
}

.contact__right .booking-form .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.contact__right .booking-form .button input[type="submit"] {
  background-color: #a4d110;
  border: 1px solid #afbead;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  height: 36px;
  line-height: 35px;
  padding-top: 0;
  line-height: 35px;
  padding-bottom: 0;
  text-transform: uppercase;
  min-width: 230px;
  padding-left: 30px;
  padding-right: 30px;
}

.contact__right .booking-form .button input[type="submit"] span {
  position: relative;
  z-index: 999;
}

.contact__right .booking-form .button input[type="submit"]:hover {
  background-color: #afbead;
  border-color: #afbead;
}

.contact__right .booking-form p.txt {
  text-align: justify;
  margin-bottom: 40px;
  line-height: 26px;
}

.contact__right .booking-form p.txt.witha {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 22px;
  color: #3e3e3e;
  font-weight: 300;
  font-family: "Jost";
}

.contact__right .booking-form p.txt.witha a {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 22px;
  color: #3e3e3e;
  font-weight: 300;
  font-family: "Jost";
  text-decoration: underline;
}

.opinions {
  width: 100vw;
  height: auto;
  padding-top: 67px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.opinions p.welcome {
  margin-top: 13px;
}

.opinions h2.headline {
  margin-top: 13px;
  margin-bottom: 90px;
  position: relative;
}

.opinions h2.headline:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #afbead;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -45px;
  -webkit-transition: .35s;
  transition: .35s;
}

.opinions__container div.owl-nav {
  position: absolute;
  left: 8%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 82px;
  height: 35px;
  width: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.opinions__container div.owl-nav button {
  background-color: #afbead !important;
  width: 35px;
  height: 35px;
  -webkit-transition: .35s;
  transition: .35s;
}

.opinions__container div.owl-nav button:hover {
  background-color: #a4d110 !important;
  -webkit-animation: shake-horizontal 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-horizontal 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

.opinions__container .item div {
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}

.opinions__container .item__stars {
  font-size: 17px;
  letter-spacing: 0px;
  color: #afbead;
}

.opinions__container .item__stars i {
  margin-right: 12px;
}

.opinions__container .item__content {
  margin-top: 40px !important;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 36px;
  color: #58696f;
  font-weight: 300;
  font-family: "Jost";
}

.opinions__container .item__author {
  font-size: 22px;
  letter-spacing: 0px;
  color: #424242;
  font-weight: 400;
  font-family: 'Antic Didone', serif;
  text-align: center;
  text-transform: uppercase;
  margin-top: 56px !important;
}

.opinions__container .item__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 60px !important;
  margin-bottom: 80px !important;
}

.opinions__container .item__btns a.btn {
  margin: 0;
  margin-right: 20px;
}

.opinions__container .item__btns div.header-ico {
  margin: 0;
  margin-right: 20px;
}

@media (max-width: 800px) {
  .opinions__container div.owl-nav {
    left: 50%;
    bottom: 20px;
  }
}

.testi-gallery {
  width: 100vw;
  height: 20vw;
}

.testi-gallery__container {
  width: 100%;
  height: 100%;
}

.testi-gallery__container .owl-stage-outer {
  height: 20vw;
}

.testi-gallery__container .owl-stage-outer .owl-stage {
  height: 20vw;
}

.testi-gallery__container .owl-stage-outer .owl-stage .owl-item {
  height: 20vw;
}

.testi-gallery__container .owl-stage-outer .owl-stage .owl-item div.item {
  height: 100%;
  width: 100%;
}

.testi-gallery__container .owl-stage-outer .owl-stage .owl-item div.item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.boxes {
  width: 100%;
  height: 330px;
  padding-top: 67px;
  padding-bottom: 67px;
  background-color: #1d252b;
}

.boxes__wrapper {
  max-width: 1180px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.boxes__wrapper__box {
  width: 33%;
  height: 100%;
  border-left: 1px solid #3a434a;
}

.boxes__wrapper__box1 {
  padding-left: 125px;
}

.boxes__wrapper__box1 p.holident {
  font-size: 19px;
  line-height: 20px;
  color: #adadad;
  font-weight: 400;
  font-family: "Jost";
  text-align: left;
  margin-top: 15px;
}

.boxes__wrapper__box1 p.tel, .boxes__wrapper__box1 p.mail, .boxes__wrapper__box1 p.where {
  font-size: 14px;
  line-height: 21px;
  color: #adadad;
  font-weight: 300;
  font-family: "Roboto";
  text-align: left;
  margin-top: 11px;
  -webkit-transition: .35s;
  transition: .35s;
  position: relative;
}

.boxes__wrapper__box1 p.tel:hover, .boxes__wrapper__box1 p.mail:hover, .boxes__wrapper__box1 p.where:hover {
  color: #a4d110;
}

.boxes__wrapper__box1 p.tel:hover span.ico, .boxes__wrapper__box1 p.mail:hover span.ico, .boxes__wrapper__box1 p.where:hover span.ico {
  border-color: #a4d110;
  background-color: transparent;
  color: #a4d110;
}

.boxes__wrapper__box1 p.tel span.ico, .boxes__wrapper__box1 p.mail span.ico, .boxes__wrapper__box1 p.where span.ico {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -40px;
  width: 22px;
  height: 22px;
  background-color: #a4d110;
  border: 1px solid transparent;
  font-size: 12px;
  line-height: 22px;
  color: #1d252b;
  text-align: center;
  -webkit-transition: .35s;
  transition: .35s;
}

.boxes__wrapper__box2 {
  padding-top: 30px;
}

.boxes__wrapper__box2 div.footer-logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.boxes__wrapper__box2 div.footer-ico {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 50px;
  cursor: pointer;
}

.boxes__wrapper__box2 div.footer-ico__elem {
  width: 32px;
  height: 32px;
  border: 1px solid #a4d110;
  color: #a4d110;
  font-size: 13px;
  line-height: 32px;
  text-align: center;
}

.boxes__wrapper__box2 div.footer-ico__elem:hover {
  -webkit-animation: jello-horizontal 0.9s both;
          animation: jello-horizontal 0.9s both;
}

.boxes__wrapper__box2 div.footer-ico__elem:nth-of-type(1) {
  margin-right: 9px;
}

.boxes__wrapper__box2 div.footer-ico__elem:nth-of-type(2) {
  margin-left: 9px;
}

.boxes__wrapper__box3 {
  border-right: 1px solid #3a434a;
  padding-left: 125px;
}

.boxes__wrapper__box3 p.holident {
  font-size: 19px;
  line-height: 20px;
  color: #adadad;
  font-weight: 400;
  font-family: "Jost";
  text-align: left;
  margin-top: 15px;
}

.boxes__wrapper__box3 div.hours {
  font-size: 14px;
  line-height: 21px;
  color: #adadad;
  font-weight: 300;
  font-family: "Roboto";
  text-align: left;
  margin-top: 11px;
  -webkit-transition: .35s;
  transition: .35s;
  position: relative;
}

.boxes__wrapper__box3 div.hours:hover {
  color: #a4d110;
}

.boxes__wrapper__box3 div.hours:hover span.ico {
  border-color: #a4d110;
  background-color: transparent;
  color: #a4d110;
}

.boxes__wrapper__box3 div.hours span.ico {
  position: absolute;
  top: 10px;
  left: -40px;
  width: 22px;
  height: 22px;
  background-color: #a4d110;
  border: 1px solid transparent;
  font-size: 12px;
  line-height: 22px;
  color: #1d252b;
  text-align: center;
  -webkit-transition: .35s;
  transition: .35s;
}

footer.footer {
  height: 37px;
  background-color: #ffffff;
  padding: 0;
}

footer.footer div.container {
  width: 100%;
}

footer.footer div.container p:hover {
  -webkit-animation: shake-horizontal 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
          animation: shake-horizontal 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

footer.footer div.container p span.ico {
  color: #a4d110;
  -webkit-transition: .35s;
  transition: .35s;
}

footer.footer div.container p a {
  text-align: center;
  line-height: 37px;
  font-size: 12px;
  color: #1d252b;
  font-weight: 600;
  font-family: "Jost";
  -webkit-transition: .35s;
  transition: .35s;
}

section.bread {
  height: 260px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 25px;
  margin-bottom: 45px;
}

section.bread div.box {
  width: 540px;
  height: 210px;
  border: 1px solid #afbead;
  margin-left: 20.35%;
  -webkit-transition: .35s;
  transition: .35s;
}

section.bread div.box div.hero-svg {
  margin-top: 60px;
}

section.bread div.box p.site-title {
  margin-top: 20px;
  font-size: 36px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #2c393e;
  font-weight: 700;
  font-family: "Jost";
  text-align: center;
  text-transform: uppercase;
}

section.cabinet__subsite {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.cabinet__subsite div.row div.cabinet-left,
section.cabinet__subsite div.row div.cabinet-right {
  width: 50%;
  height: auto;
}

section.cabinet__subsite div.row div.cabinet-left {
  width: calc(50% - 17px);
  margin-left: 17px;
}

section.cabinet__subsite div.row div.cabinet-left {
  position: relative;
}

section.cabinet__subsite div.row div.cabinet-left div.big-photo {
  position: relative;
  width: 100%;
}

section.cabinet__subsite div.row div.cabinet-left div.big-photo img {
  width: 100%;
}

section.cabinet__subsite div.row div.cabinet-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: center;
  background-position-x: -35%;
  background-repeat: no-repeat;
}

section.cabinet__subsite div.row div.cabinet-right div.cabinet-fr-container {
  width: 62%;
  padding-left: 65px;
  padding-right: 65px;
  min-width: calc(479.656px + 120px);
}

section.cabinet__subsite div.row div.cabinet-right div.cabinet-fr-container p {
  font-size: 18px;
  color: #58696f;
  font-weight: 300;
  font-family: "Jost";
  text-align: justify;
  line-height: 26px;
}

section.cabinet__subsite div.row div.cabinet-right div.cabinet-fr-container p.welcome {
  line-height: 100%;
  text-align: center;
  font-family: 'Antic Didone', serif;
  text-transform: uppercase;
}

section.cabinet__subsite div.row div.cabinet-right div.cabinet-fr-container div.hero-svg {
  margin-top: 65px;
}

section.cabinet__subsite div.row div.cabinet-right div.cabinet-fr-container p.welcome {
  margin-top: 15px;
}

section.cabinet__subsite div.row div.cabinet-right div.cabinet-fr-container:hover .headline.front-small:after {
  width: 120px;
}

section.cabinet__subsite div.row div.cabinet-right div.cabinet-fr-container .headline.front-small {
  margin-top: 15px;
  margin-bottom: 90px;
  position: relative;
}

section.cabinet__subsite div.row div.cabinet-right div.cabinet-fr-container .headline.front-small:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #afbead;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -45px;
  -webkit-transition: .35s;
  transition: .35s;
}

section.cabinet__subsite div.row div.cabinet-right div.cabinet-fr-container div.btn-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 65px;
  margin-bottom: 150px;
}

section.cabinet__subsite div.row div.cabinet-right div.cabinet-fr-container div.btn-module a.btn {
  margin-right: 90px;
}

section.cabinet__subsite div.row div.cabinet-right div.cabinet-fr-container div.btn-module div.header-ico {
  margin-left: 10px;
  margin-right: 25px;
}

section.cabinet__subsite div.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.cabinet__subsite div.row:nth-of-type(2) {
  margin-top: 50px;
  margin-bottom: 35px;
}

section.cabinet__subsite div.row:nth-of-type(2) div.txt {
  width: 50%;
  padding-right: 60px;
  padding-top: 60px;
  margin-right: 0;
  margin-left: auto;
  min-width: calc(431.750px + 60px);
}

section.cabinet__subsite div.row:nth-of-type(2) div.txt p {
  font-size: 18px;
  color: #58696f;
  font-weight: 300;
  font-family: "Jost";
  text-align: justify;
  line-height: 26px;
}

section.cabinet__subsite div.row:nth-of-type(2) div.cabinet2-left, section.cabinet__subsite div.row:nth-of-type(2) div.cabinet2-right {
  width: 50%;
}

section.cabinet__subsite div.row:nth-of-type(2) div.cabinet2-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.offer-subsite {
  width: 100%;
  position: relative;
  height: auto;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: top;
  background-position-x: 138%;
  background-position-y: 5%;
}

section.offer-subsite div.offer-top p.txt {
  font-size: 18px;
  line-height: 26px;
  color: #58696f;
  font-weight: 500;
  font-family: "Jost";
  padding-left: 36%;
  padding-right: 39px;
  text-align: center;
  padding-top: 30px;
}

section.offer-subsite div.offer-top p.welcome {
  margin-top: 15px;
  text-align: center;
}

section.offer-subsite div.offer-top:hover .headline.front-small:after {
  width: 120px;
}

section.offer-subsite div.offer-top .headline.front-small {
  margin-top: 15px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}

section.offer-subsite div.offer-top .headline.front-small:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #afbead;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
  -webkit-transition: .35s;
  transition: .35s;
}

section.offer-subsite div.offer-item {
  height: auto;
  width: 63.28125%;
  margin: 0 auto;
  min-height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 1232px;
}

section.offer-subsite div.offer-item div.item {
  min-width: 290px;
  margin-right: 15px;
  width: calc(25% - 15px);
  height: 480px;
  position: relative;
  border: none;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: .35s;
  transition: .35s;
  background-color: white;
  margin-bottom: 20px;
}

section.offer-subsite div.offer-item div.item:hover div.top {
  height: 35%;
}

section.offer-subsite div.offer-item div.item:hover div.top div.hero-svg {
  width: 100%;
}

section.offer-subsite div.offer-item div.item:hover div.bottom {
  height: 65%;
  cursor: pointer;
}

section.offer-subsite div.offer-item div.item:hover div.bottom p.title-offer-front {
  padding-top: 35%;
}

section.offer-subsite div.offer-item div.item div.top {
  height: 80%;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

section.offer-subsite div.offer-item div.item div.top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.offer-subsite div.offer-item div.item div.top div.hero-svg {
  width: 65px;
  height: 65px;
  background-color: #afbead;
  position: absolute;
  z-index: 999;
  -webkit-transition: .55s;
  transition: .55s;
}

section.offer-subsite div.offer-item div.item div.top div.hero-svg svg {
  fill: white;
  stroke: white;
}

section.offer-subsite div.offer-item div.item div.top a.post-pic {
  position: relative;
}

section.offer-subsite div.offer-item div.item div.bottom {
  height: 20%;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

section.offer-subsite div.offer-item div.item div.bottom p.title-offer-front {
  font-size: 22px;
  letter-spacing: 1px;
  color: #2c393e;
  font-weight: 300;
  font-family: "Jost";
  text-align: center;
  padding: 20px 60px 0 60px;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

section.offer-subsite div.hero-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}

.right-bar {
  width: 100%;
  position: relative;
  height: auto;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: top;
  background-position-x: 138%;
  background-position-y: 5%;
}

.right-bar__top p.txt {
  font-size: 18px;
  line-height: 26px;
  color: #58696f;
  font-weight: 500;
  font-family: "Jost";
  padding-left: 36%;
  padding-right: 39px;
  text-align: center;
  padding-top: 30px;
}

.right-bar__top p.welcome {
  margin-top: 15px;
  text-align: center;
}

.right-bar__top:hover .headline.front-small:after {
  width: 120px;
}

.right-bar__top .headline.front-small {
  margin-top: 15px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}

.right-bar__top .headline.front-small:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #afbead;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
  -webkit-transition: .35s;
  transition: .35s;
}

.right-bar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 61.4583333%;
  margin: auto;
  min-width: 1120px;
}

.right-bar__container b {
  font-weight: bold;
}

.right-bar__container ul, .right-bar__container ol {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  list-style: inside;
}

@media (max-width: 500px) {
  .right-bar__container ul, .right-bar__container ol {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.right-bar__container ul li, .right-bar__container ol li {
  color: #58696f;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Jost";
  text-align: left;
}

.right-bar__container ul li::marker, .right-bar__container ol li::marker {
  color: #a4d110;
}

.right-bar__container ol {
  list-style: decimal;
}

.right-bar__container div.container {
  width: 100%;
  margin-bottom: 55px;
}

.right-bar__container div.container div.gallery {
  width: 100%;
  margin-top: 0;
}

.right-bar__container div.container div.gallery div.row {
  width: 100%;
  margin: 0;
}

.right-bar__container div.container div.gallery div.row img {
  width: 100%;
  max-height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}

.right-bar__container div.container p, .right-bar__container div.container h3 {
  font-size: 18px;
  line-height: 26px;
  color: #58696f;
  font-weight: 300;
  font-family: "Jost";
  text-align: left;
  padding-left: 50px;
  padding-right: 50px;
  text-align: justify;
}

.right-bar__container div.container h3 {
  font-size: 30px;
  letter-spacing: 0px;
  line-height: 36px;
  color: #a4d110;
  font-weight: 500;
  font-family: "Jost";
  margin-bottom: 35px;
}

.right-bar__container__content {
  width: 74.576271%;
  margin-right: 10px;
}

.right-bar__container__content div.post-content {
  font-size: 18px;
  line-height: 26px;
  color: #58696f;
  font-weight: 300;
  font-family: "Jost";
  text-align: left;
  padding-left: 65px;
  padding-right: 65px;
}

.right-bar__container__content div.post-content b {
  font-weight: bold;
}

.right-bar__container__content div.post-content ul, .right-bar__container__content div.post-content ol {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  list-style: inside;
}

@media (max-width: 500px) {
  .right-bar__container__content div.post-content ul, .right-bar__container__content div.post-content ol {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.right-bar__container__content div.post-content ul li, .right-bar__container__content div.post-content ol li {
  color: #58696f;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Jost";
  text-align: left;
}

.right-bar__container__content div.post-content ul li::marker, .right-bar__container__content div.post-content ol li::marker {
  color: #a4d110;
}

.right-bar__container__content div.post-content ol {
  list-style: decimal;
}

.right-bar__container__widgets {
  width: calc(100% - 74.576271% - 20px);
  min-width: 282.641px;
  margin-left: 10px;
}

.right-bar__container__widgets section {
  width: 100%;
  margin-bottom: 35px;
}

.right-bar__container__widgets section.start {
  background-color: #afbead;
  padding-left: 20px;
  padding-right: 20px;
}

.right-bar__container__widgets section.start div.row-widget {
  border-bottom: 1px solid #cfd8ce;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

.right-bar__container__widgets section.start div.row-widget span.ico {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  font-size: 14px;
}

.right-bar__container__widgets section.start div.row-widget p.tel {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Jost";
  text-align: center;
}

.right-bar__container__widgets section.start div.row-widget p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Jost";
  text-align: center;
  -webkit-transition: .35s;
  transition: .35s;
}

.right-bar__container__widgets section.start div.row-widget p:hover {
  color: #58696f;
}

.right-bar__container__widgets section.start div.start {
  padding-top: 38px;
  padding-bottom: 38px;
}

.right-bar__container__widgets section.start div.start p {
  text-align: center;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Jost";
  text-align: center;
  text-transform: uppercase;
}

.right-bar__container__widgets section.start div.start p:hover {
  color: #ffffff;
  -webkit-animation: none;
          animation: none;
}

.right-bar__container__widgets .download {
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #cfd8ce;
}

.right-bar__container__widgets .download p.download__title {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #2c393e;
  font-weight: 300;
  font-family: "Jost";
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #cfd8ce;
  text-transform: uppercase;
}

.right-bar__container__widgets .download p.name {
  margin-top: 30px;
  font-size: 17px;
  color: #58696f;
  font-weight: 400;
  font-family: "Jost";
  text-align: center;
}

.right-bar__container__widgets .download div.btn_container {
  margin-top: 25px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.right-bar__container__widgets .download div.btn_container:last-of-type {
  margin-bottom: 25px;
}

.right-bar__container__widgets .download div.btn_container a.btn {
  width: 105px;
  min-width: 105px;
}

.right-bar__container__widgets .hours {
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #cfd8ce;
}

.right-bar__container__widgets .hours p.hours__title {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #2c393e;
  font-weight: 300;
  font-family: "Jost";
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #cfd8ce;
  text-transform: uppercase;
}

.right-bar__container__widgets .hours p.hours__content {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 25px;
  color: #58696f;
  font-weight: 300;
  font-family: "Jost";
  text-align: center;
}

.right-bar__container__widgets .hours p.hours__content span {
  font-weight: 500;
}

.right-bar__container .pay {
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #cfd8ce;
}

.right-bar__container .pay p.pay__title {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #2c393e;
  font-weight: 300;
  font-family: "Jost";
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #cfd8ce;
  text-transform: uppercase;
}

.right-bar__container .pay__desc {
  padding-top: 25px;
  margin-bottom: 30px;
}

.right-bar__container .pay__desc p {
  font-size: 17px;
  line-height: 21px;
  color: #58696f;
  font-weight: 300;
  font-family: "Jost";
  text-align: center;
}

.right-bar__container .pay__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 13px;
}

.right-bar__container .pay__content img {
  margin: auto 2px 4px 2px;
  -webkit-transition: .4s;
  transition: .4s;
}

.right-bar__container .pay__content img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.right-bar__container section.start {
  background-color: #afbead;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 25px;
}

.right-bar__container section.start div.row-widget {
  border-bottom: 1px solid #cfd8ce;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

.right-bar__container section.start div.row-widget p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Jost";
  text-align: center;
  -webkit-transition: .35s;
  transition: .35s;
}

.right-bar__container section.start div.row-widget p span {
  font-weight: 500;
}

.right-bar__container section.start div.start {
  padding-top: 38px;
  padding-bottom: 38px;
}

.right-bar__container section.start div.start p {
  text-align: center;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Jost";
  text-align: center;
  text-transform: uppercase;
}

.right-bar__container section.start div.start p:hover {
  color: #ffffff;
  -webkit-animation: none;
          animation: none;
}

.right-bar__container section.related-doctor {
  border: 1px solid rgba(175, 190, 173, 0.3);
  margin-bottom: 90px;
  padding-bottom: 36px;
  position: relative;
  background-color: white;
  cursor: pointer;
}

.right-bar__container section.related-doctor div.owl-nav {
  position: absolute;
  left: 49%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -91px;
  height: 35px;
  width: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.right-bar__container section.related-doctor div.owl-nav button {
  background-color: #afbead;
  width: 35px;
  height: 35px;
  -webkit-transition: .35s;
  transition: .35s;
}

.right-bar__container section.related-doctor div.owl-nav button:hover {
  background-color: #a4d110;
  -webkit-animation: shake-horizontal 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-horizontal 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

.right-bar__container section.related-doctor p.related-doctor__title {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #2c393e;
  font-weight: 300;
  font-family: "Jost";
  text-align: center;
  line-height: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.right-bar__container section.related-doctor div.related-doctor__bottom {
  margin-top: 30px;
}

.right-bar__container section.related-doctor div.related-doctor__bottom p.name {
  font-size: 17px;
  line-height: 100%;
  color: #313436;
  font-weight: 400;
  font-family: "Jost";
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.right-bar__container section.related-doctor div.related-doctor__bottom p.job {
  font-size: 17px;
  line-height: 25px;
  color: #313436;
  font-weight: 300;
  font-family: "Jost";
  text-align: center;
}

.right-bar__container .related-offer {
  border: 1px solid rgba(175, 190, 173, 0.3);
  padding-bottom: 25px;
}

.right-bar__container .related-offer__title {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #313436;
  font-weight: 300;
  font-family: "Jost";
  text-align: center;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(175, 190, 173, 0.3);
}

.right-bar__container .related-offer div.related-offer__bottom {
  margin-top: 36px;
  margin-bottom: 30px;
  padding-left: 35px;
  padding-right: 35px;
}

.right-bar__container .related-offer div.related-offer__bottom p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 34px;
  color: #2c2c2c;
  font-weight: 300;
  font-family: "Jost";
  text-align: left;
  text-transform: uppercase;
  -webkit-transition: .35s;
  transition: .35s;
}

.right-bar__container .related-offer div.related-offer__bottom p:hover {
  color: #a4d110;
}

.right-bar__container .related-offer div.related-offer__bottom i {
  margin-right: 10px;
}

.first-visit div.right-bar__container__content div.container {
  width: 100%;
  margin-bottom: 55px;
}

.first-visit div.right-bar__container__content div.container div.gallery {
  width: 100%;
  margin-top: 0;
}

.first-visit div.right-bar__container__content div.container div.gallery div.row {
  width: 100%;
  margin: 0;
}

.first-visit div.right-bar__container__content div.container div.gallery div.row img {
  width: 100%;
}

.first-visit div.right-bar__container__content div.container p {
  font-size: 18px;
  line-height: 26px;
  color: #58696f;
  font-weight: 300;
  font-family: "Jost";
  text-align: left;
  padding-left: 50px;
  padding-right: 50px;
}

.first-visit div.right-bar__container__content div.svg-section {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.first-visit div.right-bar__container__content div.svg-section h2.headline {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 36px;
  color: #a4d110;
  font-weight: 500;
  font-family: "Jost";
  text-align: center;
  margin-bottom: 55px;
}

.first-visit div.right-bar__container__content div.svg-section div.box {
  width: calc(50% - 10px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 270px;
  margin-bottom: 20px;
  padding: 45px 60px 70px 70px;
  -webkit-filter: drop-shadow(0 0 6.5px rgba(41, 40, 40, 0.13));
          filter: drop-shadow(0 0 6.5px rgba(41, 40, 40, 0.13));
  -webkit-box-shadow: 0px 0px 12.22px 0.78px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 12.22px 0.78px rgba(0, 0, 0, 0.13);
}

.first-visit div.right-bar__container__content div.svg-section div.box:nth-of-type(2n+1) {
  margin-right: 10px;
}

.first-visit div.right-bar__container__content div.svg-section div.box:nth-of-type(2n) {
  margin-left: 10px;
}

.first-visit div.right-bar__container__content div.svg-section div.box:nth-of-type(4) {
  padding-bottom: 50px;
}

.first-visit div.right-bar__container__content div.svg-section div.box:hover div.ico {
  background-color: #a4d110;
}

.first-visit div.right-bar__container__content div.svg-section div.box div.ico {
  width: 92px;
  height: 92px;
  background-color: #afbead;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
  -webkit-transition: .35s;
  transition: .35s;
}

.first-visit div.right-bar__container__content div.svg-section div.box div.ico svg {
  width: 70px;
  height: 70px;
  fill: white;
  stroke: white;
}

.first-visit div.right-bar__container__content div.svg-section div.box p.title {
  font-size: 18px;
  line-height: 26px;
  color: #58696f;
  font-weight: 500;
  font-family: "Jost";
  text-align: center;
}

.full-width {
  width: 100%;
  position: relative;
  height: auto;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: top;
  background-position-x: 138%;
  background-position-y: 5%;
}

.full-width__top p.txt {
  font-size: 18px;
  line-height: 26px;
  color: #58696f;
  font-weight: 500;
  font-family: "Jost";
  padding-left: 36%;
  padding-right: 39px;
  text-align: center;
  padding-top: 30px;
}

.full-width__top p.welcome {
  margin-top: 15px;
  text-align: center;
}

.full-width__top:hover .headline.front-small:after {
  width: 120px;
}

.full-width__top .headline.front-small {
  margin-top: 15px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}

.full-width__top .headline.front-small:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #afbead;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
  -webkit-transition: .35s;
  transition: .35s;
}

.full-width__container {
  width: 61.458333%;
  margin: 0 auto;
  min-width: 1180px;
}

section.metamorphosis div.full-width__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.metamorphosis div.full-width__container div.meta-container {
  width: calc(50% - 20px);
  min-width: 570px;
  max-width: 570px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
}

section.metamorphosis div.full-width__container div.meta-container div.box-metamorphosis {
  border-bottom: 1px solid #e1e1e1;
}

section.metamorphosis div.full-width__container div.meta-container div.box-metamorphosis div.twentytwenty-handle {
  background-color: white;
  position: relative;
}

section.metamorphosis div.full-width__container div.meta-container div.box-metamorphosis div.twentytwenty-handle span.twentytwenty-right-arrow::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 21px;
  color: #a4d110;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -4px;
  z-index: 9999999;
}

section.metamorphosis div.full-width__container div.meta-container div.box-metamorphosis div.twentytwenty-handle span.twentytwenty-left-arrow::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  font-size: 21px;
  color: #a4d110;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -4px;
  z-index: 9999999;
}

section.metamorphosis div.full-width__container div.meta-container div.box-metamorphosis img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.metamorphosis div.full-width__container div.meta-container__content {
  padding-top: 50px;
  padding-bottom: 50px;
}

section.metamorphosis div.full-width__container div.meta-container__content p.title {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 26px;
  color: #2c393e;
  font-weight: 500;
  font-family: "Jost";
  text-align: center;
  text-transform: uppercase;
}

section.metamorphosis div.full-width__container div.meta-container__content div.desc {
  padding-left: 38px;
  padding-right: 38px;
  margin-top: 51px;
  font-size: 18px;
  line-height: 26px;
  color: #58696f;
  font-weight: 300;
  font-family: "Jost";
  text-align: left;
}

section.metamorphosis div.full-width__container ul.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.metamorphosis div.full-width__container ul.pagination li {
  text-align: center;
  margin-right: 11px;
}

section.metamorphosis div.full-width__container ul.pagination li a, section.metamorphosis div.full-width__container ul.pagination li span {
  width: 35px;
  height: 35px;
  border: 1px solid #afbead;
  display: block;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: 400;
  font-family: "Jost";
  text-align: center;
  -webkit-transition: .35s;
  transition: .35s;
}

section.metamorphosis div.full-width__container ul.pagination li a.current, section.metamorphosis div.full-width__container ul.pagination li span.current {
  border-color: #a4d110;
  color: #a4d110;
}

section.metamorphosis div.full-width__container ul.pagination li a.next, section.metamorphosis div.full-width__container ul.pagination li a.prev, section.metamorphosis div.full-width__container ul.pagination li span.next, section.metamorphosis div.full-width__container ul.pagination li span.prev {
  background: #afbead;
}

section.metamorphosis div.full-width__container ul.pagination li a.next:hover, section.metamorphosis div.full-width__container ul.pagination li a.prev:hover, section.metamorphosis div.full-width__container ul.pagination li span.next:hover, section.metamorphosis div.full-width__container ul.pagination li span.prev:hover {
  background: #a4d110;
  border-color: #a4d110;
}

section.metamorphosis div.full-width__container ul.pagination li a:hover, section.metamorphosis div.full-width__container ul.pagination li span:hover {
  background: #afbead;
  border-color: #afbead;
  color: black;
}

section.metamorphosis div.full-width__container ul.pagination li a svg, section.metamorphosis div.full-width__container ul.pagination li span svg {
  width: 20px;
}

@-webkit-keyframes rotateSpinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateSpinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

section.technology div.show-more {
  margin-top: 45px;
  position: relative;
}

section.technology div.show-more a.btn {
  cursor: pointer;
}

section.technology div.show-more.clicked a.btn {
  color: transparent;
}

section.technology div.show-more.clicked:after {
  color: white;
}

section.technology div.show-more:after {
  position: absolute;
  content: "";
  content: "\f110";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -10px;
  top: 50%;
  left: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 23px;
  color: transparent;
  -webkit-animation: rotateSpinner 2s linear infinite;
          animation: rotateSpinner 2s linear infinite;
}

section.technology div.full-width__container div.box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 30px;
}

section.technology div.full-width__container div.box:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

section.technology div.full-width__container div.box:nth-of-type(2n) div.desc {
  margin-left: 0;
  margin-right: 20px;
}

section.technology div.full-width__container div.box div.pic {
  width: 23%;
  height: auto;
  margin-right: 20px;
}

section.technology div.full-width__container div.box div.pic img {
  width: 100%;
  height: 100%;
}

section.technology div.full-width__container div.box div.desc {
  width: calc(100% - 23% - 40px);
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.technology div.full-width__container div.box div.desc__top {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cdcdcd;
}

section.technology div.full-width__container div.box div.desc__top p {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 36px;
  color: #a4d110;
  font-weight: 500;
  font-family: "Jost";
  text-align: left;
}

section.technology div.full-width__container div.box div.desc__bottom {
  padding-top: 30px;
}

section.technology div.full-width__container div.box div.desc__bottom p {
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
  font-weight: 300;
  font-family: "Jost";
  text-align: left;
}

.twentytwenty-wrapper.twentytwenty-horizontal {
  min-height: 330px;
  height: 330px;
}

section.metamorphosis div.full-width__container div.meta-container div.box-metamorphosis {
  height: 100% !important;
}

section.metamorphosis div.full-width__container div.meta-container div.box-metamorphosis img {
  height: 100%;
}

.opacityPic {
  opacity: 0;
}

section.team div.btn-holder {
  margin-top: 30px;
}

@media (max-width: 768px) {
  section.team div.btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

section.team div.show-more {
  margin-top: 45px;
  position: relative;
}

section.team div.show-more a.btn {
  cursor: pointer;
}

section.team div.show-more.clicked a.btn {
  color: transparent;
}

section.team div.show-more.clicked:after {
  color: white;
}

section.team div.show-more:after {
  position: absolute;
  content: "";
  content: "\f110";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -10px;
  top: 50%;
  left: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 23px;
  color: transparent;
  -webkit-animation: rotateSpinner 2s linear infinite;
          animation: rotateSpinner 2s linear infinite;
}

section.team div.full-width__container div.box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 30px;
}

section.team div.full-width__container div.box.border-none {
  border-bottom: none;
}

section.team div.full-width__container div.box:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

section.team div.full-width__container div.box:nth-of-type(2n) div.desc {
  margin-left: 0;
  margin-right: 20px;
}

section.team div.full-width__container div.box div.pic {
  width: 23%;
  height: auto;
  margin-right: 20px;
}

section.team div.full-width__container div.box div.pic img {
  width: 100%;
  height: 100%;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

section.team div.full-width__container div.box div.desc {
  width: calc(100% - 23% - 40px);
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.team div.full-width__container div.box div.desc__top {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cdcdcd;
}

section.team div.full-width__container div.box div.desc__top p {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 36px;
  color: #a4d110;
  font-weight: 500;
  font-family: "Jost";
  text-align: left;
  text-transform: none;
}

section.team div.full-width__container div.box div.desc__bottom {
  padding-top: 30px;
}

section.team div.full-width__container div.box div.desc__bottom p {
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
  font-weight: 300;
  font-family: "Jost";
  text-align: left;
}

section.pricetables div.right-bar__container__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.pricetables div.right-bar__container__content div.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}

section.pricetables div.right-bar__container__content div.box__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.pricetables div.right-bar__container__content div.box h1.title {
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #a4d110;
  font-weight: 700;
  font-family: "Jost";
  margin-bottom: 35px;
  text-transform: uppercase;
  -webkit-transition: .35s;
  transition: .35s;
}

@media (max-width: 370px) {
  section.pricetables div.right-bar__container__content div.box h1.title {
    word-break: break-all;
  }
}

section.pricetables div.right-bar__container__content div.box h1.title:hover {
  color: #cdcdcd;
}

section.pricetables div.right-bar__container__content div.box__left {
  margin-right: 15px;
  position: relative;
}

section.pricetables div.right-bar__container__content div.box__left:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

section.pricetables div.right-bar__container__content div.box__left img {
  width: 100%;
  -webkit-transition: .35s;
  transition: .35s;
}

section.pricetables div.right-bar__container__content div.box__right {
  width: calc(180% - 30px);
  margin-left: 15px;
}

section.pricetables div.right-bar__container__content div.box__right.full {
  width: calc(100% - 30px);
}

section.pricetables div.right-bar__container__content div.box__right__bottom {
  padding-top: 40px;
  border-top: 1px solid #cdcdcd;
  height: calc(100% - 70px);
}

section.pricetables div.right-bar__container__content div.box__right__bottom div.pricelist__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 8px;
  -webkit-transition: .35s;
  transition: .35s;
}

section.pricetables div.right-bar__container__content div.box__right__bottom div.pricelist__row div.name,
section.pricetables div.right-bar__container__content div.box__right__bottom div.pricelist__row div.price {
  font-size: 17px;
  line-height: 1.1;
  color: #58696f;
  font-weight: 300;
  font-family: "Jost";
}

section.pricetables div.right-bar__container__content div.box__right__bottom div.pricelist__row div.price {
  font-weight: 500;
  width: 30%;
  text-align: right;
}

section.pricetables div.right-bar__container__content div.box__right__bottom div.pricelist__row.sub div.name {
  font-size: 15px;
  background-color: rgba(150, 150, 150, 0.1);
  padding: 5px;
}

section.pricetables div.right-bar__container__content div.box__right__bottom div.button-price {
  margin-top: 37px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

section.single-offer div.right-bar__container div.right-bar__container__content div.box__left img {
  display: none;
}

section.single-offer div.right-bar__container__content div.box h1.title {
  padding-left: 30px;
  text-transform: none;
}

section.single-offer div.right-bar__container__content div.box {
  padding-left: 30px;
  padding-right: 30px;
}

section.single-offer div.right-bar__container__content div.box__row {
  width: 100%;
}

section.single-offer div.right-bar__container__content div.box__row div.box__right {
  width: calc(100% - 60px);
}

section.single-offer div.right-bar__container__content div.button {
  border-bottom: 1px solid #dcdcdc;
}

section.single-offer div.right-bar__container__content div.button a.btn {
  display: none;
}

section.single-offer div.right-bar__container__content {
  min-width: 887.781px;
}

section.single-offer div.right-bar__container__content h1.title-meta, section.single-offer div.right-bar__container__content span.title-offer {
  font-size: 30px;
  letter-spacing: 0px;
  line-height: 36px;
  color: #a4d110;
  font-weight: 500;
  font-family: "Jost";
  margin-bottom: 35px;
  padding-left: 60px;
}

section.single-offer div.right-bar__container__content div.single-metamorphosis__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.single-offer div.right-bar__container__content div.meta-container {
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
}

section.single-offer div.right-bar__container__content div.meta-container div.box-metamorphosis {
  border-bottom: 1px solid #e1e1e1;
}

section.single-offer div.right-bar__container__content div.meta-container div.box-metamorphosis div.twentytwenty-handle {
  background-color: white;
  position: relative;
}

section.single-offer div.right-bar__container__content div.meta-container div.box-metamorphosis div.twentytwenty-handle span.twentytwenty-right-arrow::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 21px;
  color: #a4d110;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -4px;
  z-index: 9999999;
}

section.single-offer div.right-bar__container__content div.meta-container div.box-metamorphosis div.twentytwenty-handle span.twentytwenty-left-arrow::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  font-size: 21px;
  color: #a4d110;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -4px;
  z-index: 9999999;
}

section.single-offer div.right-bar__container__content div.meta-container div.box-metamorphosis img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.single-offer div.right-bar__container__content div.meta-container__content {
  padding-top: 35px;
  padding-bottom: 40px;
}

section.single-offer div.right-bar__container__content div.meta-container__content p.title {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 26px;
  color: #2c393e;
  font-weight: 500;
  font-family: "Jost";
  text-align: center;
  text-transform: uppercase;
}

section.single-offer div.right-bar__container__content div.meta-container__content div.desc {
  padding-left: 13px;
  padding-right: 13px;
  margin-top: 40px;
  font-size: 18px;
  line-height: 26px;
  color: #58696f;
  font-weight: 300;
  font-family: "Jost";
  text-align: left;
}

div.table-of-contents {
  min-height: 370px;
  width: calc(100% - 40px);
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 50px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}

div.table-of-contents:hover div.overlay {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
}

div.table-of-contents div.overlay {
  background-color: rgba(255, 255, 255, 0.47);
  border: 1px solid rgba(175, 190, 173, 0.3);
}

div.table-of-contents .points-title {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 36px;
  color: #a4d110;
  font-weight: 500;
  font-family: "Jost";
  margin-top: 55px;
  margin-bottom: 15px;
  position: relative;
  z-index: 10;
  padding-left: 122px;
}

div.table-of-contents div.points-container {
  position: relative;
  z-index: 10;
  padding-left: 110px;
}

div.table-of-contents div.points-container:after {
  content: "";
  position: absolute;
  height: calc(100% + 18px);
  width: 1px;
  background-color: rgba(175, 190, 173, 0.3);
  left: 77px;
  top: -9px;
  -webkit-transition: .35s;
  transition: .35s;
}

div.table-of-contents div.points-container h3, div.table-of-contents div.points-container h1 {
  font-size: 18px !important;
  letter-spacing: 0px !important;
  line-height: 100% !important;
  color: #323e45 !important;
  font-weight: 400 !important;
  font-family: "Jost" !important;
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 12px !important;
  cursor: pointer;
  -webkit-transition: .35s;
  transition: .35s;
}

div.table-of-contents div.points-container h3:hover, div.table-of-contents div.points-container h1:hover {
  letter-spacing: 2px !important;
  color: #a4d110 !important;
}

.contact-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-page__left {
  width: 50%;
}

.contact-page__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-page__right {
  width: 50%;
  background-position: center;
  background-position-x: -35%;
  background-repeat: no-repeat;
}

.contact-page__right__container {
  width: 61.45833333333%;
  min-width: 582px;
}

.contact-page__right__container p.welcome {
  margin-top: 13px;
}

.contact-page__right__container h2.headline {
  margin-top: 13px;
  text-align: center;
}

.contact-page__right__container__wrapper {
  padding-left: 65px;
  margin-top: 65px;
}

.contact-page__right__container__wrapper p.txt {
  text-align: left;
  font-size: 18px;
  line-height: 100%;
  color: #58696f;
  font-weight: 300;
  font-family: "Jost";
  -webkit-transition: .35s;
  transition: .35s;
}

.contact-page__right__container__wrapper p.txt span {
  font-weight: 500;
}

.contact-page__right__container__wrapper p.txt:hover {
  color: #a4d110;
}

.contact-page__right__container__wrapper p.where {
  margin-top: 40px;
}

.contact-page__right__container__wrapper p.tel, .contact-page__right__container__wrapper p.mail {
  margin-top: 15px;
}

.contact-page__right__container__wrapper div.contact-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-page__right__container__wrapper div.contact-logo div.footer-ico {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 50px;
  cursor: pointer;
}

.contact-page__right__container__wrapper div.contact-logo div.footer-ico__elem {
  width: 32px;
  height: 32px;
  border: 1px solid  #afbead;
  color: #afbead;
  font-size: 13px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}

.contact-page__right__container__wrapper div.contact-logo div.footer-ico__elem:hover {
  -webkit-animation: jello-horizontal 0.9s both;
          animation: jello-horizontal 0.9s both;
}

.contact-page__right__container div.warning {
  width: 100%;
  padding: 35px 50px 35px 50px;
  background-color: #96a592;
  margin-top: 45px;
}

.contact-page__right__container div.warning p {
  color: white;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Jost";
  text-align: left;
}

section.boxes-contact {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #f4f6f4;
  padding-top: 45px;
  padding-bottom: 45px;
  height: auto !important;
}

section.boxes-contact div.boxes__wrapper__box {
  border-color: #e4e8e3;
  padding-top: 10px;
  padding-left: 30px;
}

section.boxes-contact div.boxes__wrapper__box p {
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  color: #58696f;
  font-weight: 300;
  font-family: "Jost";
}

section.boxes-contact div.boxes__wrapper__box p a {
  -webkit-transition: .35s;
  transition: .35s;
}

section.boxes-contact div.boxes__wrapper__box p a:hover {
  color: #a4d110;
}

@media (max-width: 1770px) {
  section.brilliant div.brilliant-carousel {
    width: 95%;
  }
  section.brilliant div.brilliant-carousel div.item {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1700px) {
  div.hero.slider-front div.owl-dots {
    top: 61%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 50px;
  }
}

@media (max-width: 1600px) {
  div.hero.slider-front div.owl-dots {
    width: 100px;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    top: auto;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  div.hero.slider-front div.owl-dots button {
    margin-right: 11px;
  }
  div.hero.slider-front .owl-item .item div.container-desc div.border-hero {
    position: static;
    margin-left: 20px;
    background-color: rgba(255, 255, 255, 0.75);
  }
  div.hero.slider-front .owl-item .item div.container-desc div.overlay-hero {
    display: none;
  }
  div.hero.slider-front .owl-item .item div.container-desc div.border-hero h2.headline.small:after {
    display: none;
  }
  div.hero.slider-front .owl-item .item div.container-desc div.border-hero div.hero-btn a.btn {
    margin-top: 65px;
  }
  div.hero.slider-front .owl-item .item,
  div.hero.slider-front .owl-item,
  div.hero.slider-front {
    height: 550px;
    max-height: 550px;
    min-height: 550px;
  }
  div.hero.slider-front .owl-item .item div.container-desc div.border-hero {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  div.hero.slider-front .owl-item .item div.container-desc div.border-hero p.txt {
    margin-top: 20px;
  }
}

@media (max-width: 1550px) {
  .knowledge.__container {
    width: 80%;
  }
}

@media (max-width: 1280px) {
  section.offer-subsite div.offer-item {
    min-width: 916px;
  }
  .header-mobile__sticky {
    max-width: 100vw;
    min-width: 100vw;
    width: 100vw;
  }
  section.offer div.offer-carousel {
    width: 80%;
  }
  section.offer div.offer-carousel .owl-nav {
    width: 97vw;
  }
  section.cabinet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.cabinet div.cabinet-left,
  section.cabinet div.cabinet-right {
    width: 100%;
  }
  div.big-photo div.overlay {
    display: none;
  }
  section.cabinet div.cabinet-left div.small-photo {
    margin-top: 10px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    /* display: block; */
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0;
  }
  section.cabinet div.cabinet-left div.small-photo .overlay {
    display: none;
  }
  section.cabinet div.cabinet-left div.big-photo {
    display: none;
  }
  section.cabinet div.cabinet-right div.cabinet-fr-container {
    width: 100%;
  }
}

div.hide_start {
  display: none;
}

@media (max-width: 1200px) {
  div.hide_start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  section.single-offer .right-bar__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.single-offer .right-bar__container__content {
    margin-right: 0;
    width: 100%;
    min-width: auto !important;
  }
  section.single-offer .right-bar__container__widgets {
    margin-left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  section.single-offer .right-bar__container__widgets section {
    max-width: 282.641px;
  }
  .contact-page__left {
    width: 40%;
  }
  .contact-page__right {
    width: 60%;
  }
  section.cabinet__subsite div.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  section.cabinet__subsite div.row div.cabinet-left div.big-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  section.cabinet__subsite div.row div.cabinet-right div.cabinet-fr-container {
    width: 100%;
  }
  section.cabinet__subsite div.row div.cabinet-left div.big-photo {
    position: relative;
    width: 100%;
    height: 500px;
  }
  section.cabinet__subsite div.row div.cabinet-left {
    margin-left: 0;
  }
  section.cabinet__subsite div.row div.cabinet-left,
  section.cabinet__subsite div.row div.cabinet-right {
    width: 100%;
    background-image: none !important;
  }
  section.cabinet__subsite div.row:nth-of-type(2) div.cabinet2-left, section.cabinet__subsite div.row:nth-of-type(2) div.cabinet2-right {
    width: 100%;
  }
  section.cabinet__subsite div.row:nth-of-type(2) div.txt {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 65px;
    padding-right: 65px;
    margin-bottom: 10px;
  }
  .boxes__wrapper__box1 {
    padding-left: 50px;
  }
  .boxes__wrapper__box3 {
    padding-left: 50px;
  }
  .boxes__wrapper {
    max-width: 910px;
  }
  section.metamorphosis div.full-width__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    min-width: auto;
  }
  section.technology .full-width__container {
    min-width: 700px;
  }
}

@media (max-width: 1150px) {
  .right-bar__container {
    min-width: 990px;
  }
}

@media (max-width: 1100px) {
  section.cabinet div.cabinet-left div.small-photo {
    display: none;
  }
  .knowledge.__container {
    width: 95%;
  }
  div.over-sec img {
    display: none;
  }
  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact__left,
  .contact__right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact__left .box {
    margin-bottom: 15px;
    margin-right: auto;
  }
  .contact__right .booking-form {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1000px) {
  section.single-offer div.right-bar__container__content div.box {
    width: 720px;
    margin: 0 auto;
  }
  .contact-page__right__container__wrapper {
    padding-left: 0;
  }
  .contact-page__left {
    display: none;
  }
  .contact-page__right {
    width: 100%;
  }
  .opinions__container .item div {
    max-width: 600px;
  }
  .contact-page__right__container {
    width: 100%;
    min-width: auto;
  }
  .contact-page__right__container__wrapper div.contact-logo {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .contact-page__right__container__wrapper p.txt {
    text-align: center;
  }
  .right-bar__container__content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .right-bar__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: auto;
    width: 95%;
  }
  section.pricetables div.right-bar__container__content,
  .right-bar__container__widgets {
    width: 100%;
  }
  section.pricetables div.right-bar__container__content, .right-bar__container__widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  section.pricetables div.right-bar__container__content section, .right-bar__container__widgets section {
    width: 282.641px;
  }
}

@media (max-width: 950px) {
  section.offer-subsite div.offer-item {
    min-width: 610px;
  }
}

@media (max-width: 900px) {
  section.boxes-contact {
    height: 750px;
  }
  section.boxes-contact .boxes__wrapper__box {
    width: 50%;
    height: 380px;
  }
  section.cabinet div.cabinet-right div.cabinet-fr-container {
    width: 100%;
    min-width: auto;
  }
  div.hero.slider-front .owl-item .item div.container-pic,
  div.hero.slider-front .owl-item .item div.container-desc {
    width: 100%;
  }
  div.hero.slider-front .owl-item .item div.container-desc div.border-hero {
    background-color: rgba(255, 255, 255, 0.85);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 0;
    margin-right: 0;
    position: absolute;
  }
  div.hero.slider-front div.owl-dots {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  div.hero.slider-front div.owl-dots {
    bottom: 0px;
  }
  section.cabinet div.cabinet-right div.cabinet-fr-container div.btn-module a.btn {
    margin-right: 10px;
  }
  section.cabinet div.cabinet-right div.cabinet-fr-container div.btn-module div.header-ico {
    margin-right: 0;
  }
  .boxes {
    height: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .boxes__wrapper__box {
    width: 50%;
    height: 200px;
    border-color: transparent;
  }
  .boxes__wrapper {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 900px) {
  .testi-gallery {
    height: 33.333vw;
  }
  .testi-gallery .owl-stage-outer {
    height: 33.333vw;
  }
  .testi-gallery .owl-stage-outer .owl-stage {
    height: 33.333vw;
  }
  .testi-gallery .owl-stage-outer .owl-stage .owl-item {
    height: 33.333vw;
  }
  .testi-gallery .owl-stage-outer .owl-stage .owl-item div.item {
    height: 100%;
    width: 100%;
  }
  .testi-gallery .owl-stage-outer .owl-stage .owl-item div.item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.offer div.offer-carousel {
    width: 80%;
  }
  section.offer div.offer-top .right, section.offer div.offer-top .left {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  section.offer div.offer-top .left p.txt {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  section.offer div.offer-top .right:after {
    display: none;
  }
  section.offer div.offer-top .right .hero-svg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.offer div.offer-top .right p.welcome,
  section.offer div.offer-top .right .headline.front-small {
    text-align: center;
  }
  section.offer div.offer-top .right .headline.front-small:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -15px;
  }
  section.offer div.offer-top .right .headline.front-small {
    margin-bottom: 30px;
  }
}

@media (max-width: 840px) {
  section.bread {
    background-image: none !important;
    background-color: #dfdfdf !important;
    position: relative;
  }
  section.bread div.box {
    width: 300px;
    height: 180px;
    border: 1px solid #afbead;
    margin-left: 20.35%;
    -webkit-transition: .35s;
    transition: .35s;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  section.bread div.box div.hero-svg {
    margin-top: 27px;
  }
  section.brilliant {
    background-image: none !important;
    background-color: #dfdfdf !important;
  }
  section.offer div.offer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 800px) {
  section.boxes-contact .boxes__wrapper__box {
    margin-bottom: 30px;
  }
  section.single-offer div.right-bar__container__content div.meta-container {
    width: calc(100% - 20px);
  }
  section.single-offer div.right-bar__container__content div.meta-container__content p.title {
    font-size: 18px;
  }
  section.single-offer div.right-bar__container__content div.meta-container__content div.desc {
    font-size: 16px;
  }
  section.single-offer div.right-bar__container__content div.meta-container__content {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  section.boxes-contact .owl-stage-outer {
    height: 100%;
  }
  section.boxes-contact .owl-stage {
    height: 100%;
  }
  section.boxes-contact .owl-item {
    height: 100%;
  }
  section.boxes-contact {
    height: 920px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  section.boxes-contact .boxes__wrapper__box {
    width: 100%;
    border: none;
    height: 33% !important;
    padding-left: 0 !important;
  }
  section.boxes-contact .boxes__wrapper__box:nth-of-type(2) {
    height: 180px;
  }
  section.boxes-contact .boxes__wrapper__box:last-of-type {
    height: 150px;
  }
  section.boxes-contact .boxes__wrapper__box p {
    text-align: center !important;
  }
  div.over-sec {
    padding-bottom: 10px;
  }
  .knowledge.__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .knowledge.__container.--left {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .knowledge.__container.--right {
    display: none;
  }
}

@media (max-width: 760px) {
  section.single-offer .right-bar__container div.container p, section.single-offer .right-bar__container div.container h3,
  section.single-offer .right-bar__container__content div.post-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.single-offer .right-bar__container div.container h3 {
    text-align: center;
  }
  section.offer div.offer-carousel div.item div.top {
    height: 65%;
  }
  section.offer div.offer-carousel div.item div.bottom {
    height: 35%;
  }
  section.pricetables div.right-bar__container__content div.box__left {
    display: none;
  }
  section.pricetables div.right-bar__container__content div.box {
    width: 100%;
  }
  section.pricetables div.right-bar__container__content div.box__row {
    width: 100%;
  }
  section.pricetables div.right-bar__container__content div.box__right {
    width: 100%;
  }
  section.pricetables div.right-bar__container__content div.box__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.technology div.full-width__container {
    min-width: auto;
    width: 95%;
  }
  section.technology div.full-width__container div.box, section.technology div.full-width__container div.box:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.technology div.full-width__container div.box div.pic, section.technology div.full-width__container div.box:nth-of-type(2n) div.pic {
    width: 300px;
    margin-right: 0;
  }
  section.technology div.full-width__container div.box div.desc, section.technology div.full-width__container div.box:nth-of-type(2n) div.desc {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  section.technology div.full-width__container div.box div.desc__top p, section.technology div.full-width__container div.box:nth-of-type(2n) div.desc__top p {
    font-size: 24px;
    text-align: center;
  }
  section.technology div.full-width__container div.box div.desc__bottom p, section.technology div.full-width__container div.box:nth-of-type(2n) div.desc__bottom p {
    text-align: center;
  }
}

@media (max-width: 700px) {
  .first-visit div.right-bar__container__content div.svg-section div.box {
    margin-left: 0;
    margin-right: 0;
    width: 95%;
  }
}

@media (max-width: 650px) {
  .opinions__container .item div {
    max-width: 90%;
  }
  .opinions {
    padding-top: 20px;
  }
  .opinions__container .item__btns {
    margin-top: 15px !important;
    margin-bottom: 80px !important;
  }
  .opinions__container .item__author {
    margin-top: 20px !important;
  }
}

@media (max-width: 600px) {
  section.single-offer .right-bar__container__widgets {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.metamorphosis div.full-width__container div.meta-container__content p.title {
    font-size: 16px;
  }
  section.metamorphosis div.full-width__container div.meta-container__content div.desc {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
  }
  section.offer-subsite div.offer-item {
    min-width: 300px;
    padding-left: 15px;
  }
  section.metamorphosis div.full-width__container div.meta-container {
    min-width: auto;
    max-width: auto;
    width: 100%;
  }
  section.metamorphosis div.full-width__container {
    width: 90%;
  }
  section.pricetables div.right-bar__container__content, .right-bar__container__widgets {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.cabinet__subsite div.row div.cabinet-right div.cabinet-fr-container,
  section.cabinet__subsite div.row:nth-of-type(2) div.txt,
  section.cabinet div.cabinet-right div.cabinet-fr-container,
  .right-bar__container__content div.post-content,
  .right-bar__container div.container p, .right-bar__container div.container h3,
  .first-visit div.right-bar__container__content div.container p {
    padding-left: 40px;
    padding-right: 40px;
  }
  .contact__left, .contact__right,
  section.single-offer div.right-bar__container__content div.box {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 400px) {
  section.cabinet__subsite div.row div.cabinet-right div.cabinet-fr-container,
  section.cabinet__subsite div.row:nth-of-type(2) div.txt,
  section.cabinet div.cabinet-right div.cabinet-fr-container,
  .right-bar__container__content div.post-content,
  .right-bar__container div.container p, .right-bar__container div.container h3,
  .first-visit div.right-bar__container__content div.container p {
    padding-left: 25px;
    padding-right: 25px;
  }
  .testi-gallery {
    height: 100vw;
  }
  .testi-gallery .owl-stage-outer {
    height: 100vw;
  }
  .testi-gallery .owl-stage-outer .owl-stage {
    height: 100vw;
  }
  .testi-gallery .owl-stage-outer .owl-stage .owl-item {
    height: 100vw;
  }
  .testi-gallery .owl-stage-outer .owl-stage .owl-item div.item {
    height: 100%;
    width: 100%;
  }
  .testi-gallery .owl-stage-outer .owl-stage .owl-item div.item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  div.table-of-contents div.points-container,
  div.table-of-contents h1.points-title {
    padding-left: 30px;
  }
  div.table-of-contents div.points-container:after {
    display: none;
  }
}

@media (max-width: 580px) {
  .header-mobile__logo {
    max-width: 180px;
    max-height: none;
  }
}

@media (max-width: 560px) {
  div.hero.slider-front .owl-item .item div.container-desc div.border-hero {
    width: 450px;
  }
  div.hero.slider-front .owl-item .item,
  div.hero.slider-front .owl-item,
  div.hero.slider-front {
    height: 100vw;
    max-height: none;
    min-height: 550px;
  }
  div.hero.slider-front .owl-item .item div.container-desc div.border-hero div.hero-btn a.btn {
    margin-top: 30px;
  }
  .contact__left .box {
    min-width: 350px;
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact__left .box p.tel,
  .headline.front-small {
    font-size: 24px;
  }
  .contact__left .box p.ico {
    margin-top: 25px;
  }
  section.cabinet__subsite div.row div.cabinet-right div.cabinet-fr-container {
    min-width: auto;
  }
  section.cabinet__subsite div.row:nth-of-type(2) div.txt {
    min-width: auto;
  }
}

@media (max-width: 540px) {
  .boxes {
    height: 440px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .boxes__wrapper__box2 {
    padding-right: 20px;
  }
  .boxes__wrapper__box {
    width: 50%;
    height: 220px;
    border-color: transparent;
  }
}

@media (max-width: 500px) {
  .boxes__wrapper__box1,
  .boxes__wrapper__box2,
  .boxes__wrapper__box3 {
    padding-left: 0;
  }
  .boxes__wrapper__box2 {
    padding-right: 0px;
  }
  section.pricetables div.right-bar__container__content div.box__right__bottom div.pricelist__row div.name, section.pricetables div.right-bar__container__content div.box__right__bottom div.pricelist__row div.price {
    font-size: 14px;
  }
  .boxes__wrapper__box {
    width: 100%;
  }
  .boxes__wrapper__box p, .boxes__wrapper__box div {
    text-align: center !important;
  }
  .boxes__wrapper__box p span.ico, .boxes__wrapper__box div span.ico {
    display: none;
  }
  .boxes {
    height: 660px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 480px) {
  div.hero.slider-front .owl-item .item div.container-desc div.border-hero {
    width: 350px;
  }
  div.hero.slider-front .owl-item .item div.container-desc div.border-hero {
    padding-left: 15px;
    padding-right: 15px;
  }
  div.hero.slider-front .owl-item .item div.container-desc div.border-hero h2.headline {
    font-size: 40px;
  }
  div.hero.slider-front .owl-item .item div.container-desc div.border-hero h2.headline.small {
    font-size: 23px;
  }
}

@media (max-width: 470px) {
  section.cabinet div.cabinet-right div.cabinet-fr-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 420px) {
  .contact__left .box {
    min-width: 300px;
    width: 300px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 410px) {
  .btn.mobile {
    font-size: 11px;
    min-width: 84px;
    max-width: 84px;
    padding: 0px 0px;
    margin-left: 14px;
  }
  section.pricetables div.right-bar__container__content div.box__right__bottom div.pricelist__row div.name, section.pricetables div.right-bar__container__content div.box__right__bottom div.pricelist__row div.price {
    font-size: 13px;
  }
}

@media (max-width: 380px) {
  div.hero.slider-front .owl-item .item div.container-desc div.border-hero {
    width: 310px;
  }
  div.hero.slider-front .owl-item .item div.container-desc div.border-hero p.txt {
    font-size: 16px;
  }
  section.pricetables div.right-bar__container__content div.box__right__bottom div.pricelist__row div.price {
    min-width: 60px;
    text-align: right;
  }
}

@media (max-width: 360px) {
  .opinions__container .item__btns a.btn {
    margin: 0;
    margin-right: 5px;
  }
  .opinions__container .item__btns div.header-ico {
    margin: 0;
    margin-right: 5px;
  }
}

.single-team-content__certificates {
  margin-top: 20px;
}

.single-team-content__certificates h1 {
  margin-bottom: 20px;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 36px;
  color: #a4d110;
  font-weight: 500;
  font-family: "Jost";
  text-align: left;
  text-transform: none;
}

.single-team-content__certificates__wrapper {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -24px;
}

.single-team-content__certificates .gallery__photo {
  -webkit-box-shadow: 2px 2px 7px 1px #ddd;
          box-shadow: 2px 2px 7px 1px #ddd;
}
/*# sourceMappingURL=main.css.map */