@charset "UTF-8";
@media screen and (min-aspect-ratio: 13/9) {
  .popupLandscape {
    display: block !important;
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  .popupLandscape .popup {
    background: rgba(0, 0, 0, 0.95);
  }
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
  .popupLandscape {
    display: none;
  }
  .noPhone {
    display: none !important;
    visibility: hidden !important;
  }
  .wrapper__hamb {
    float: right;
    position: absolute;
    top: 7.5vw;
    right: 5vw;
    display: flex;
    flex-direction: column;
    width: 50px;
    cursor: pointer;
  }
  .wrapper__hamb span {
    background: #000;
    height: 5px;
    margin: 5px 0;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  .wrapper__hamb.wrapper__hamb--black span {
    background: #000;
  }
  .wrapper__hamb.wrapper__hamb--active span {
    background: #000;
  }
  .wrapper__hamb span:nth-of-type(1) {
    width: 50%;
  }
  .wrapper__hamb span:nth-of-type(2) {
    width: 100%;
  }
  .wrapper__hamb span:nth-of-type(3) {
    width: 75%;
  }
  .wrapper__hamb.wrapper__hamb--active span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(6px, 1px);
  }
  .wrapper__hamb.wrapper__hamb--active span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg);
  }
  .wrapper__hamb.wrapper__hamb--active span:nth-of-type(3) {
    transform-origin: bottom;
    width: 50%;
    transform: translate(20px, -8px) rotatez(45deg);
  }
  .f__dm, .footer, .more__18, .header, .slide__slides--text h1,
  .slide__slides--text h2,
  .slide__slides--text strong {
    font-family: "DM Serif Display", serif;
  }
  .f__ot {
    font-family: "Outfit", sans-serif;
  }
  .mediraty__logo {
    float: left;
    width: 62.5vw;
    margin: 5vw 0px 15vw 0px;
  }
  .wrapper__margin {
    height: auto;
    float: left;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
  .wrapper {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 2.5vw 5vw 2.5vw 5vw;
    position: relative;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    border-bottom: rgba(0, 0, 0, 0);
    z-index: 30;
  }
  .wrapper__logo {
    float: left;
    width: 22.5vw;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__logo--img {
    float: left;
    width: 100%;
    position: relative;
  }
  .wrapper__right {
    float: right;
    width: auto !important;
  }
  .wrapper__menu {
    display: none;
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 2.5vw 0px;
    list-style: none;
  }
  .wrapper__menu--name {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__menu--name.wrapper__menu--active .wrapper__menu--href {
    color: #408b86;
  }
  .wrapper__menu--name:hover .wrapper__menu--href:before {
    width: 100%;
    left: 0;
  }
  .wrapper__menu--name.wrapper__menu--active .wrapper__menu--href:before {
    width: 100%;
    left: 0;
  }
  .wrapper__menu--name:last-child .wrapper__menu--hr {
    display: none;
    visibility: hidden;
  }
  .wrapper__menu--href {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 1.25vw 3.75vw 1.25vw 3.75vw;
    color: #373737;
    font-size: 7.5vw;
    font-weight: 400;
    line-height: 9vw;
    text-decoration: none;
  }
  .wrapper__menu--href:before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 1vw;
    background-color: #408b86;
    transition: all 0.2s ease-in-out;
    border-bottom-left-radius: 10vw;
    border-bottom-right-radius: 10vw;
  }
  .wrapper__menu--href:hover {
    color: #408b86;
  }
  .wrapper__menu--hr {
    float: left;
    position: relative;
    padding: 0px 1.25vw 0px 1.25vw;
  }
  .wrapper__menu .subMenu {
    float: left;
    width: 62.5vw;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: auto;
    left: 0vw;
    background: rgba(255, 255, 255, 0.8);
    z-index: 5;
    display: none;
    opacity: 0;
    border-bottom-left-radius: 0vw;
    border-bottom-right-radius: 0vw;
  }
  .wrapper__menu .subMenu__href:nth-child(1):before {
    content: " ";
    float: left;
    width: 2.75vw;
    height: 2.75vw;
    position: absolute;
    top: -2.75vw;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
            clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
  .wrapper__menu .wrapper__menu--name:hover .subMenu {
    display: block;
    opacity: 1;
  }
  .wrapper__menu .wrapper__menu--name:hover .wrapper__menu--href:after,
  .wrapper__menu .wrapper__menu--name.wrapper__menu--active .wrapper__menu--href:after {
    opacity: 1;
  }
  .wrapper__menu .subMenu__href {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 3.75vw 3.75vw 3.75vw 7.5vw;
    color: #393939;
    font-size: 4vw;
    font-weight: 400;
    line-height: 4vw;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .wrapper__menu .subMenu__href:last-child {
    border-bottom: 0;
  }
  .wrapper__menu .subMenu__href--span {
    width: calc(100% - 1.4vw);
  }
  .wrapper__menu .subMenu__href:hover:before,
  .wrapper__menu .subMenu__href.subMenu__active:before {
    background-color: #373737;
  }
  .wrapper__menu .subMenu__href:hover, .wrapper__menu .wrapper__menu .subMenu__href.subMenu__active {
    color: #fff;
    background: #373737;
  }
  .wrapper__other {
    float: left;
    position: fixed;
    left: 0;
    bottom: 1.25vw;
    margin: 0px 0px 0px 0px;
    padding: 0px 2.5vw 0px 2.5vw;
  }
  .wrapper__other .bottom__social {
    display: none !important;
  }
  .wrapper__book {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0vw;
    padding: 2.5vw 5vw 2.5vw 5vw;
    color: #fff;
    font-size: 4.5vw;
    font-weight: 400;
    line-height: 5.5vw;
    text-decoration: none;
    border-radius: 5vw;
    background-color: #408b86;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .wrapper__book:hover {
    background-color: #373737;
  }
  .wrapper__book:hover .wrapper__book--inside {
    display: block;
  }
  .wrapper__book--inside {
    float: left;
    width: 100%;
    position: relative;
    padding: 2.5vw 2.5vw 0px 2.5vw;
    display: flex;
    justify-content: space-between;
  }
  .wrapper__book--href {
    float: left;
    width: 48%;
    height: 10vw;
    position: relative;
    margin: 0.5vw 0px 0px 0vw;
    padding: 0px 0vw 0px 0vw;
    color: #fff;
    font-size: 4vw;
    font-weight: 400;
    line-height: 5vw;
    text-decoration: none;
    background-color: #373737;
    border-radius: 7.5vw;
  }
  .wrapper__book--href:hover {
    background-color: #373737;
  }
  .wrapper__book--img {
    float: left;
    width: 5.75vw;
    position: relative;
    margin: 0px 3.75vw 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__book--img:hover {
    transform: scale(1.1);
  }
  .wrapper.smallWrapper {
    height: auto;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .wrapper.smallWrapper .wrapper__logo {
    width: 22.5vw;
  }
  .page--3 .offerCategory__more,
  .page--6 .offerCategory__more {
    display: none !important;
  }
  .page--3 .slide,
  .page--6 .slide {
    height: auto;
  }
  .page--3 .slide__slides,
  .page--6 .slide__slides {
    padding: 0px 5vw 5vw 5vw;
  }
  .page--3 .offerCategory,
  .page--6 .offerCategory {
    display: block;
    margin: 5vw 0px 5vw 0px;
  }
  .page--3 .offerCategory .offerCategory__box,
  .page--6 .offerCategory .offerCategory__box {
    height: 10vw;
    margin: 0px 0px 0.5vw 0px;
    border: 1px solid rgba(0, 0, 0, 0.05);
  }
  .page--idk--3 .slide,
  .page--idk--5 .slide {
    height: auto;
  }
  .page--idk--3 .slide .slide__slides,
  .page--idk--5 .slide .slide__slides {
    padding: 0px 5vw 5vw 5vw;
  }
  .page--idk--3 .slide .offerCategory__more,
  .page--idk--5 .slide .offerCategory__more {
    width: calc(100% - 5vw);
    margin: 10vw 0px 5vw 0px;
    padding: 0px 2.5vw 0px 2.5vw;
    z-index: 10;
    color: #fff;
    font-size: 6vw;
    background-color: #408b86;
  }
  .page--idk--3 .slide .offerCategory,
  .page--idk--5 .slide .offerCategory {
    display: none;
    margin: 0vw 0px 0px 0px;
    padding: 0px 2.5vw;
  }
  .page--idk--3 .slide .offerCategory .offerCategory__box,
  .page--idk--5 .slide .offerCategory .offerCategory__box {
    height: 10vw;
    margin: 0px 0px 0.5vw 0px;
    font-size: 5vw;
    font-weight: 400;
    line-height: 6.5vw;
    border: 1px solid rgba(0, 0, 0, 0.05);
  }
  .slide {
    float: left;
    width: 100%;
    height: 55vw;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .slide__carousel {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .slide__slides {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .slide__slides:before {
    content: " ";
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    z-index: 9;
  }
  .slide__slides--inside {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 5vw 0px 5vw;
    z-index: 10;
  }
  .page--7 .slide__slides--inside {
    margin: 0px 0px 25vw 0px;
  }
  .slide__slides--text {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0vw;
    padding: 0px 0px 0px 0px;
    color: #373737;
    font-size: 4.5vw;
    font-weight: 400;
    line-height: 7.5vw;
  }
  .slide__slides--text h1,
  .slide__slides--text h2,
  .slide__slides--text strong {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 1.25vw 0px;
    padding: 0px 0px 0px 0px;
    color: #408b86;
    font-size: 10vw;
    font-weight: 400;
    line-height: 11.25vw;
  }
  .slide__slides--text a {
    float: left;
    position: relative;
    margin: 10vw 0px 0px 0px;
    padding: 0px 10vw 0px 10vw;
    color: #fff;
    text-decoration: none;
    font-size: 7.5vw;
    line-height: 15vw;
    font-weight: 400;
    border: 1px solid #fff;
  }
  .slide__slides--text a:hover {
    color: #000;
    border: 1px solid #000;
  }
  .slide__slides--img {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 2;
  }
  .slide__logo--icon {
    width: 272.25vw !important;
    height: auto !important;
    position: absolute;
    top: -32.5vw;
    right: -77.5vw;
    z-index: 8;
  }
  .owl-carousel-nav--1 .owl-nav {
    float: left;
    width: 100%;
    margin: -7.5vw 0px 0px 0px;
    left: 0;
    top: 50%;
    position: absolute;
    z-index: 5;
    font-size: 0;
  }
  .owl-carousel-nav--1 .owl-nav .owl-next {
    float: left;
    width: 15vw;
    height: 15vw;
    position: absolute;
    top: 0;
    right: -25vw;
    font-size: 0;
    background: #408b86 url(images/owlNav_arrowRight.svg) center no-repeat !important;
    background-size: 2.5vw !important;
    border-radius: 100%;
  }
  .owl-carousel-nav--1 .owl-nav .owl-prev {
    float: left;
    width: 15vw;
    height: 15vw;
    position: absolute;
    top: 0;
    left: -25vw;
    font-size: 0;
    background: #408b86 url(images/owlNav_arrowLeft.svg) center no-repeat !important;
    background-size: 2.5vw !important;
    border-radius: 100%;
  }
  .owl-carousel-nav--1 .owl-nav .owl-next:focus, .owl-carousel-nav--1 .owl-nav .owl-prev:focus {
    outline: none;
  }
  .owl-carousel-dots--1 .owl-dots {
    float: left;
    width: 100%;
    left: 0%;
    bottom: 10vw;
    position: absolute;
    z-index: 5;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .owl-carousel-dots--1 .owl-dots .owl-dot {
    float: left;
    width: 7.5vw;
    height: 1.5vw;
    position: relative;
    margin: 0px 1.25vw 0px 1.25vw;
    padding: 0px 0px 0px 0px;
    color: #3b3a3a;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 2.5vw;
    border: 0px solid #fff;
    background: #fff;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .owl-carousel-dots--1 .owl-dots .owl-dot:focus {
    outline: none;
  }
  .owl-carousel-dots--1 .owl-dots .active {
    float: left;
    width: 20vw;
    position: relative;
    background: #373737;
  }
  .video {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slide__scroll {
    display: none !important;
    float: left;
    width: 22vw;
    height: 22vw;
    position: absolute;
    left: 20vw;
    bottom: 15vw;
    z-index: 10;
  }
  .slide__scroll .slide__scroll--arrow {
    width: 22vw;
  }
  .slide__scroll .slide__scroll--arrow:hover {
    transform: scale(1.1);
  }
  .slide__contact {
    display: none !important;
    float: left;
    position: absolute;
    left: 55vw;
    bottom: 15vw;
    margin: 0px 0px 0px 0px;
    padding: 0px 0vw 0px 0vw;
    z-index: 3;
  }
  .contact__text.text__19 {
    color: #272727;
    line-height: 7.5vw;
  }
  .contact__text.text__19 a {
    color: #272727;
  }
  .contact__text.text__19 table {
    float: left;
    width: auto !important;
  }
  .contact__text.text__19 table tr td {
    height: 21.75vw;
    padding: 0px 0px 0px 27.5vw;
  }
  .contact__text.text__19 table:nth-child(1) {
    margin: 0px 12.5vw 0px 0px;
    background: url(images/slideContactIcon_1.svg) center left no-repeat;
    background-size: 21.75vw;
  }
  .contact__text.text__19 table:nth-child(2) {
    margin: 0px 12.5vw 0px 0px;
    background: url(images/slideContactIcon_2.svg) center left no-repeat;
    background-size: 21.75vw;
  }
  .contact__text.text__19 table:nth-child(3) {
    background: url(images/slideContactIcon_3.svg) center left no-repeat;
    background-size: 21.75vw;
  }
  .header {
    color: #408b86;
  }
  .homeOne {
    padding: 5vw 2.5vw 15vw 2.5vw;
    overflow: hidden;
  }
  .homeOne__left {
    height: 75vw;
    padding: 0px 0vw 0px 0px;
    z-index: 4;
  }
  .homeOne__left .mainFoto {
    border-radius: 5vw;
    overflow: hidden;
  }
  .homeOne__right {
    padding: 10vw 0vw 0px 0px;
    z-index: 6;
  }
  .homeOne__logo--icon {
    float: left;
    width: 138.75vw;
    position: absolute;
    left: 0;
    bottom: 5vw;
    z-index: 5;
    opacity: 0.2;
  }
  .homeTwo {
    padding: 15vw 2.5vw 15vw 2.5vw;
    background-color: #F2F8F8;
    border-radius: 5vw;
  }
  .offerCategory {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 2.5vw;
    z-index: 10;
  }
  .offerCategory__box {
    float: left;
    width: 100%;
    height: 15vw;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 5vw 0px 5vw;
    color: #408b86;
    font-size: 5.5vw;
    font-weight: 400;
    line-height: 7.5vw;
    text-decoration: none;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5vw;
  }
  .offerCategory__box:hover, .offerCategory__box.offerCategory__box--active {
    color: #fff;
    background-color: #408b86;
  }
  .homeThree {
    padding: 15vw 2.5vw 7.5vw 2.5vw;
    border-radius: 5vw;
  }
  .homeThree .text-center {
    text-align: left !important;
  }
  .homeThree .text__19 {
    margin: 5vw 0px 0px 0px;
  }
  .homeThree .text__19 table {
    float: left;
    width: 100% !important;
    position: relative;
    margin: 0px 0px 5vw 0px;
  }
  .homeThree .text__19 table:nth-child(1) tr td {
    padding: 0px 0vw 0px 0vw;
  }
  .homeThree .text__19 table:nth-child(2) tr td {
    padding: 0px 0vw 0px 0vw;
  }
  .homeFour {
    padding: 55vw 2.5vw 7.5vw 2.5vw;
    border-radius: 5vw;
    overflow: hidden;
    background-size: 100% auto !important;
    background-position: top left !important;
  }
  .homeFive {
    padding: 7.5vw 2.5vw 15vw 2.5vw;
    overflow: hidden;
  }
  .homeFive__left {
    padding: 0px 0vw 0px 0vw;
    z-index: 4;
  }
  .homeFive__left .mainFoto {
    border-radius: 5vw;
    overflow: hidden;
  }
  .homeFive__right {
    padding: 10vw 0vw 0px 0px;
    z-index: 6;
  }
  .homeFive__logo--icon {
    float: left;
    width: 138.75vw;
    position: absolute;
    right: -100vw;
    top: 5vw;
    z-index: 1;
  }
  .homeSix {
    padding: 0vw 2.5vw;
  }
  .homeSix__inside {
    background-color: #408b86;
    border-radius: 5vw;
  }
  .homeSix__left {
    width: 100%;
    height: 75vw;
  }
  .homeSix__left .mainFoto {
    border-radius: 5vw;
    overflow: hidden;
  }
  .homeSix__right {
    width: 100%;
    padding: 20vw 5vw 10vw 5vw;
  }
  .homeSix__text:before {
    content: "“";
    float: left;
    width: 100%;
    color: #7DE8E1;
    font-size: 25vw;
    font-weight: 400;
    line-height: 7.5vw;
  }
  .homeSix__name {
    color: #7DE8E1 !important;
  }
  .homeSeven {
    padding: 15vw 2.5vw;
    overflow: visible;
    z-index: 5;
  }
  .homeSeven .homeFive__right {
    padding: 10vw 0vw 0px 0px;
  }
  .homeSeven__logo--icon {
    display: none !important;
    float: left;
    width: 355vw;
    position: absolute;
    right: 0vw;
    top: 0vw;
    z-index: 4;
  }
  .homeEight {
    margin: 0vw 0px 0px 0px;
    padding: 5vw 2.5vw;
    background-color: #F2F8F8;
    border-radius: 5vw;
    z-index: 4;
  }
  .homeEight__text {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .homeEight__text table {
    float: left;
    width: 100%;
    height: 55vw;
    margin: 0px 0px 5vw 0px;
    background-color: #fff;
    border-radius: 5vw;
    color: #408b86;
    font-size: 5vw;
    font-weight: 400;
    line-height: 9vw;
    text-align: center;
  }
  .homeEight__text table tr:nth-child(1) td {
    padding: 10vw 0px 0px 0px;
    height: 55%;
  }
  .homeEight__text table tr:nth-child(2) td {
    height: 45%;
    padding: 0px 5vw;
    vertical-align: top;
  }
  .homeEight__text table strong {
    font-size: 25vw;
    font-weight: 400;
    line-height: 25vw;
  }
  .hE__3 {
    width: 27vw !important;
    height: auto !important;
  }
  .hE__4 {
    width: 25.25vw !important;
    height: auto !important;
  }
  .hE__5 {
    width: 27.5vw !important;
    height: auto !important;
  }
  .hE__6 {
    width: 23.25vw !important;
    height: auto !important;
  }
  .hE__7 {
    width: 34.25vw !important;
    height: auto !important;
  }
  .hE__8 {
    width: 46.75vw !important;
    height: auto !important;
  }
  .companyTwo {
    padding: 15vw 2.5vw 15vw 2.5vw;
    overflow: hidden;
  }
  .comapnyTwo__gallery {
    margin: 5vw 0px 0px 0px;
    z-index: 5;
  }
  .comapnyTwo__gallery .galleryFotoOwl .box {
    border-radius: 5vw;
    overflow: hidden;
  }
  .companyTwo--icon {
    width: 272.25vw !important;
    height: auto !important;
    position: absolute;
    bottom: 20vw;
    right: -127.5vw;
    z-index: 3;
  }
  .diagnostic {
    padding: 15vw 2.5vw;
  }
  .diagnostic__inside {
    padding: 0px 0vw;
  }
  .diagnostic__inside .text__19 em {
    color: #408b86;
    font-style: normal;
  }
  .diagnosticBaner {
    margin: 2.5vw 0px 5vw 0px;
    padding: 10vw 10vw;
    background-color: #408b86;
    border-radius: 5vw;
  }
  .diagnosticBaner strong {
    font-weight: 600;
  }
  .diagnosticListHeader {
    margin: 0px 0px 5vw 0px;
    padding: 0px 2.5vw;
  }
  .diagnosticListHeader__first {
    display: none;
  }
  .diagnosticListHeader__last {
    width: 100%;
  }
  .diagnosticListHeader__last--box {
    font-weight: 600 !important;
  }
  .diagnosticListHeader__last--box:nth-child(1) {
    padding: 0px 25vw 0px 0px;
  }
  .diagnosticListHeader__last--box span {
    font-size: 6.25vw;
    color: #E13434;
    font-weight: 6.25vw;
  }
  .diagnosticBox {
    margin: 0px 0px 2.5vw 0px;
    padding: 0px 2.5vw 0px 5vw;
    background-color: #E1F4F3;
    border-radius: 5vw;
  }
  .diagnosticBox__up {
    height: 20vw;
  }
  .diagnosticBox__up:after {
    content: " ";
    float: right;
    width: 5vw;
    height: 20vw;
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/diagnosticArrow.svg) center no-repeat;
    background-size: 5vw;
  }
  .diagnosticBox__up.active:after {
    transform: rotate(180deg);
  }
  .diagnosticBox__name {
    width: 60%;
    padding: 0px 5vw 0px 0px;
  }
  .diagnosticBox__name.fs-30 {
    font-size: 5vw !important;
  }
  .diagnosticBox__up--inside {
    width: 40%;
  }
  .diagnosticBox__up--box:nth-child(2) {
    color: #E13434;
  }
  .diagnosticBox__down {
    padding: 0px 0px 5vw 0px;
  }
  .diagnosticBox__down .text__19 table {
    float: left;
    width: 100% !important;
    border-spacing: 0;
    border: 0;
    border-collapse: collapse;
  }
  .diagnosticBox__down .text__19 table thead {
    background-color: #fafafa;
  }
  .diagnosticBox__down .text__19 table tr {
    width: auto !important;
    height: auto !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
  .diagnosticBox__down .text__19 table tr td {
    width: auto !important;
    height: auto !important;
    padding: 1vw 0vw 1vw 0vw;
    border: 0px solid #e5e5e5;
  }
  .diagnosticBox__down .text__19 table tr td:nth-child(1) {
    width: 60% !important;
  }
  .diagnosticBox__down .text__19 table tr td:last-child {
    text-align: right !important;
  }
  .diagnosticBox__down .text__19 table tr:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .team {
    padding: 15vw 2.5vw 15vw 2.5vw;
  }
  .teamList {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
  }
  .teamList__box {
    padding: 5vw 5vw 5vw 5vw;
    background-color: #E9F5F4;
    border-radius: 5vw;
  }
  .teamList__box:hover .teamList__box--name {
    color: #373737 !important;
  }
  .teamList__box--foto {
    height: 103.75vw;
    background-color: #F2F2F2;
    border-radius: 5vw;
    overflow: hidden;
  }
  .person {
    padding: 15vw 2.5vw 15vw 2.5vw;
    overflow: hidden;
  }
  .person__left {
    width: 100%;
    margin: 0px 0px 0vw 0px;
    z-index: 10;
  }
  .person__right {
    width: 100%;
    margin: 0px 0px 0vw 0px;
    padding: 0px 0vw 0px 0px;
    z-index: 10;
  }
  .person__logo--icon {
    width: 147.25vw !important;
    height: auto !important;
    position: absolute;
    top: 7.5vw;
    right: 0vw;
    z-index: 8;
    opacity: 0.2;
  }
  .person__sections {
    margin: 5vw 0px 0px 0px;
  }
  .person__section {
    margin: 10vw 0px 0px 0px;
  }
  .person__section .text__19 ul {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 5vw;
         column-gap: 5vw;
    -moz-column-rule: 0px solid #3366FF;
         column-rule: 0px solid #3366FF;
  }
  .person__widget {
    width: 100%;
    margin: 5vw 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    z-index: 10;
  }
  .person__contact {
    margin: 0px 0px 5vw 0px;
    padding: 0vw 2.5vw;
  }
  .person__contact--inside {
    margin: 0vw 0px 0px 0px;
    padding: 10vw 5vw;
    border-radius: 5vw;
    background-color: #1A423F;
  }
  .person__contact--text {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: 5vw;
    font-weight: 300;
    line-height: 10vw;
  }
  .person__contact--text a {
    margin: 0px 10vw;
    padding: 0px 0px 0px 10vw;
    color: #fff;
    text-decoration: none;
  }
  .person__contact--text a:hover {
    color: #95E2DD;
  }
  .person__contact--text a[href^="tel:"] {
    background: url(images/personcontact_2.svg) center left no-repeat;
    background-size: 5.5vw;
  }
  .person__contact--text a[href^="mailto:"] {
    background: url(images/personcontact_1.svg) center left no-repeat;
    background-size: 5.5vw;
  }
  .dir__section {
    height: 12.5vw;
    padding: 0px 2.5vw;
  }
  .dir__section--inside {
    height: 100%;
    background-color: #F2F8F8;
    border-bottom-left-radius: 5vw;
    border-bottom-right-radius: 5vw;
    overflow: hidden;
  }
  .dir__section--name {
    height: 100%;
    padding: 0px 10vw;
    background-color: #408b86;
    border-bottom-right-radius: 5vw;
  }
  .offer {
    padding: 0vw 0vw 15vw 0vw;
  }
  .offer__inside {
    padding: 0vw 0px 0vw 0px;
  }
  .offerOne {
    padding: 15vw 2.5vw 0px 2.5vw;
  }
  .offerTwo {
    margin: 15vw 0px 0px 0px;
    padding: 15vw 2.5vw 15vw 2.5vw;
    background-color: #F2F8F8;
    border-radius: 5vw;
  }
  .offerTwo__left {
    width: 100%;
  }
  .offerTwo__right {
    width: 100%;
    padding: 2.5vw 0vw 0px 0vw;
  }
  .offerThree {
    margin: 15vw 0px 0px 2.5vw;
    padding: 15vw 5vw 15vw 5vw;
    border: 0.75vw solid #dbe1e1;
    border-radius: 5vw;
  }
  .offerThree.w-100 {
    width: calc(100% - 5vw) !important;
  }
  .offerThree .text__19 ul {
    margin: 2.5vw 0px 0px 0px;
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 5vw;
         column-gap: 5vw;
    -moz-column-rule: 0px solid #3366FF;
         column-rule: 0px solid #3366FF;
    margin: 1.25vw 0px 0px 0px;
  }
  .offerFour .offerTwo__left {
    width: 100%;
  }
  .offerFour .offerTwo__right {
    width: 100%;
    padding: 2.5vw 0vw 0px 0vw;
  }
  .offerFive {
    margin: 10vw 0px 0px 0px;
    padding: 10vw 5vw 10vw 5vw;
    border-radius: 7.5vw;
    background-color: #F2F8F8;
  }
  .offerFive .header {
    padding: 0px 25vw 0px 0px;
  }
  .offerFive ul {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 12.5vw;
         column-gap: 12.5vw;
    -moz-column-rule: 0px solid #3366FF;
         column-rule: 0px solid #3366FF;
    margin: 2.5vw 0px 0px 0px;
  }
  .offerSix {
    padding: 10vw 2.5vw 10vw 2.5vw;
  }
  .offerSix .text__19 ul {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 12.5vw;
         column-gap: 12.5vw;
    -moz-column-rule: 0px solid #3366FF;
         column-rule: 0px solid #3366FF;
    margin: 2.5vw 0px 0px 0px;
  }
  .offerSeven .offerTwo__left {
    width: 100%;
  }
  .offerSeven .offerTwo__right {
    width: 100%;
    padding: 2.5vw 0vw 0px 2.5vw;
  }
  .offerTreatments {
    padding: 10vw 2.5vw 0vw 2.5vw;
  }
  .offerTreatments__inside {
    padding: 10vw 5vw 10vw 5vw;
    border: 0.75vw solid #dbe1e1;
    border-radius: 5vw;
  }
  .offerTreatments__list {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 2.5vw;
    grid-row-gap: 0px;
  }
  .offerTreatments__box {
    height: 12.5vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .offerTreatments__box.noHover .offerTreatments__name:hover {
    color: #373737 !important;
  }
  .offerTreatments__arrow {
    float: left;
    width: 1.25vw;
    position: relative;
    margin: 0px 5vw 0px 0vw;
    padding: 0px 0px 0px 0px;
  }
  .offerTreatments__name {
    width: calc(100% - 6.25vw);
  }
  .offerTreatments__name:hover {
    color: #408b86 !important;
  }
  .offerPerson {
    padding: 10vw 2.5vw 0vw 2.5vw;
  }
  .offerPerson__inside {
    padding: 10vw 5vw;
    background: #F2F8F8;
    border-radius: 7.5vw;
  }
  .offerPerson__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }
  .offerPerson__box {
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
  }
  .offerPerson--foto {
    display: none;
    width: 30%;
    background-color: #fff;
    border-radius: 3.75vw;
    overflow: hidden;
  }
  .offerPerson--inside {
    width: 100%;
    padding: 0px 0px 0px 0vw;
  }
  .offerContact {
    margin: 15vw 0px 0vw 0px;
  }
  .pricelist {
    padding: 15vw 2.5vw 15vw 2.5vw;
  }
  .pricelist .diagnosticBox--413.diagnosticBox--413 .text__19 table tr td:nth-child(1) {
    width: 50% !important;
  }
  .pricelist .diagnosticBox--416 .text__19 table tr td {
    font-size: 3vw;
    line-height: 3.5vw;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding: 2vw 0.75vw 2vw 0.75vw !important;
  }
  .pricelist .diagnosticBox--416 .text__19 table tr td h3 {
    margin: 5vw 0px 0px 0px;
    color: #408b86;
    font-size: 3.5vw;
    font-weight: 600;
    line-height: 4vw;
  }
  .pricelist .diagnosticBox__up .diagnosticBox__name {
    width: 90% !important;
  }
  .pricelist .diagnosticBox__down .text__19 {
    font-size: 3.5vw !important;
    line-height: 4vw !important;
  }
  .pricelist .diagnosticBox__down .text__19 table {
    float: left;
    width: 100%;
    border-spacing: 0;
    border: 0;
    border-collapse: collapse;
  }
  .pricelist .diagnosticBox__down .text__19 table em {
    font-style: normal;
    font-size: 3vw;
    font-weight: 400;
    line-height: 3vw;
  }
  .pricelist .diagnosticBox__down .text__19 table thead {
    background-color: #fafafa;
  }
  .pricelist .diagnosticBox__down .text__19 table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .pricelist .diagnosticBox__down .text__19 table tr td {
    padding: 3.25vw 0vw 3.25vw 0vw;
    border: 0px solid #e5e5e5;
  }
  .pricelist .diagnosticBox__down .text__19 table tr td:nth-child(1) {
    width: auto !important;
    max-width: 90% !important;
  }
  .pricelist .diagnosticBox__down .text__19 table tr:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .pricelist .text__19.table {
    font-size: 3.5vw !important;
    line-height: 4vw !important;
  }
  .pricelist .text__19.table table {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .pricelist .text__19.table table tr:hover {
    background-color: #fff;
  }
  .pricelist .text__19.table table tr:hover td {
    border-bottom: 1px solid #408b86;
  }
  .pricelist .text__19.table table tr td {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .pricelist .text__19.table table tr td:nth-child(2) {
    text-align: right;
    width: 75vw;
  }
  .pricelist .text__19.table table tr td:nth-child(3) {
    width: 75vw;
  }
  .pricelist .text__19.table table tr td:nth-child(4) {
    width: 75vw;
  }
  .pricelist .text__19.table table tr td:nth-child(5) {
    width: 75vw;
  }
  .pricelist .text__19.table strong {
    color: #408b86;
    font-weight: 400;
  }
  .promotions {
    padding: 5vw 2.5vw 15vw 2.5vw;
  }
  .promotionsList {
    margin: 10vw 0px 0px 0px;
  }
  .promotionBox {
    margin: 0px 0px 2.5vw 0px;
    border: 2px solid #408b86;
    border-radius: 5vw;
    overflow: hidden;
  }
  .promotionBox__foto {
    width: 100%;
    height: 55vw;
  }
  .promotionBox__right {
    width: 100%;
    padding: 10vw 5vw;
  }
  .promotionBox__date {
    color: #373737;
  }
  .promotionBox__price {
    color: #373737;
  }
  .promotionBox__price--old {
    width: 100%;
    text-decoration: line-through;
  }
  .promotionBox__price--new {
    float: left;
    width: 100%;
    margin: 1.25vw 0px 0px 0vw;
  }
  .promotionBox__text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .contactOne {
    margin: -25vw 0px 0px 0px;
    padding: 0vw 2.5vw 0vw 2.5vw;
    z-index: 7;
  }
  .contactOne__inside {
    border-radius: 5vw;
    overflow: hidden;
  }
  .contactTwo {
    padding: 15vw 2.5vw 15vw 2.5vw;
    color: #1A1A1A;
    font-size: 5vw;
    font-weight: 400;
    line-height: 5vw;
    text-align: left;
  }
  .contactTwo a {
    color: #1A1A1A;
    text-decoration: none;
  }
  .contactTwo a:hover {
    color: #408b86;
  }
  .contactTwo table {
    float: left;
    width: 100% !important;
  }
  .contactTwo table:nth-child(1) {
    background: url(images/contactIcon_1.svg) center left no-repeat;
    background-size: 15vw;
  }
  .contactTwo table:nth-child(2) {
    background: url(images/contactIcon_2.svg) center left no-repeat;
    background-size: 15vw;
  }
  .contactTwo table:nth-child(3) {
    background: url(images/contactIcon_3.svg) center left no-repeat;
    background-size: 15vw;
  }
  .contactTwo table:nth-child(2) {
    width: 100% !important;
  }
  .contactTwo table tr td {
    height: 17.5vw;
    padding: 0vw 0px 0px 20vw;
  }
  .contactThree {
    padding: 0vw 2.5vw 15vw 2.5vw;
  }
  .contactThree__inside {
    background-color: #1A423F;
    border-radius: 10vw;
  }
  .contactThree__left {
    width: 100%;
  }
  .contactThree__left .mainFoto {
    border-radius: 0vw;
    overflow: hidden;
  }
  .contactThree__right {
    width: 100%;
    height: 100%;
    padding: 10vw 5vw;
  }
  .contactThree__name {
    color: #7DE8E1 !important;
  }
  .contactThreee__more {
    float: left;
    width: 67vw;
  }
  .bottom {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 15vw 2.5vw 10vw 2.5vw;
    background: #408b86;
    border-top-left-radius: 5vw;
    border-top-right-radius: 5vw;
  }
  .bottom__logo {
    width: 30vw;
  }
  .bottom__text {
    width: 100%;
    margin: 5vw 0px 0px 0px;
    color: #fff;
    font-size: 5vw;
    font-weight: 300;
    line-height: 7.5vw;
  }
  .bottom__text table {
    float: left;
    width: 100% !important;
    margin: 0px 0px 5vw 0px;
  }
  .bottom__text table:nth-child(1) {
    width: 100% !important;
  }
  .bottom__text a {
    color: #fff;
    text-decoration: none;
  }
  .bottom__text a:hover {
    color: #95E2DD;
  }
  .bottom__social {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    justify-content: flex-start !important;
  }
  .bottom__social--img {
    float: left;
    width: 6vw;
    position: relative;
    margin: 0px 3.75vw 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .partnersSection {
    padding: 10vw 2.5vw 15vw 2.5vw;
    background: #408b86;
  }
  .partners {
    height: 30vw;
    margin: 2.5vw 0px 0px 0px;
    padding: 0px 5vw;
    background: #fff;
    border-radius: 10vw;
  }
  .partners .owl-carousel-dots--1 .owl-dots {
    bottom: -5vw;
    padding: 0px 0vw 0px 0px;
  }
  .partners .galleryPartnersOwl {
    float: left;
    width: 100%;
    height: 30vw;
  }
  .partners .galleryPartnersOwl .box {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .partners .galleryPartnersOwl .box .img {
    width: auto;
    max-width: 80%;
    max-height: 70%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .footer {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 10vw 5vw 30vw 5vw;
    background: #408b86;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer__arrow {
    float: left;
    position: relative;
  }
  .footer__arrow--img {
    float: left;
    position: relative;
  }
  .footer__menu {
    float: left;
    width: 100%;
    position: relative;
    margin: 5vw 0px 5vw 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
  }
  .footer__menu--name {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .footer__menu--href {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    justify-content: flex-start !important;
    color: #ffffff;
    font-size: 6vw;
    font-weight: 400;
    line-height: 8.5vw;
    text-decoration: none;
  }
  .footer__menu--href:hover {
    color: #373737;
  }
  .footer__menu--name.footer__menu--active .footer__menu--href {
    color: #373737;
  }
  .footer__menu--hr {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 5vw 0px 5vw;
  }
  .footer__menu--name:last-child .footer__menu--hr {
    display: none;
    visibility: hidden;
  }
  .dir {
    display: none !important;
    float: left;
    height: 100%;
    position: relative;
    padding: 0vw 0vw 0vw 0vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1;
  }
  .dir__li {
    float: left;
    position: relative;
  }
  .dir__li:first-child {
    margin: 0px 0px 0px 0vw;
  }
  .dir__li:last-child {
    display: none;
  }
  .dir__href {
    float: left;
    position: relative;
    color: #373737;
    font-size: 4.5vw;
    font-weight: 400;
    line-height: 4.5vw;
    text-decoration: none;
  }
  .dir__href:hover {
    color: #408b86;
  }
  .dir__arrow {
    float: left;
    width: 1vw;
    position: relative;
    margin: 0vw 6.25vw 0px 6.25vw;
  }
  .default__dir {
    margin: 5vw 0px 0px 0px;
  }
  .default__dir .dir__section--inside {
    border-radius: 10vw;
  }
  .default {
    padding: 10vw 2.5vw 15vw 2.5vw;
    overflow: hidden;
  }
  .default__left {
    width: 100%;
    height: 62.5vw;
    margin: 0px 0px 0vw 0px;
    border-radius: 5vw;
    overflow: hidden;
    z-index: 10;
  }
  .default__right {
    width: 100%;
    margin: 0px 0px 0vw 0px;
    padding: 10vw 0vw 0px 0px;
    z-index: 10;
  }
  .default .galleryFoto {
    margin: 17.5vw 0px 0px 0px;
  }
  .default .filesBox {
    margin: 10vw 0px 0px 0px;
  }
  .default__logo--icon {
    width: 147.25vw !important;
    height: auto !important;
    position: absolute;
    top: 20vw;
    right: -52.5vw;
    transform: rotate(90deg);
    z-index: 8;
    opacity: 0.2;
  }
  /* Default */
  .mainFoto {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .mainFotoBackground {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .mainFoto .img,
  .mainFotoBackground .img {
    float: left;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .galleryFoto {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .galleryFoto.columns--5 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
  }
  .galleryFoto.columns--4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
  }
  .galleryFoto.columns--3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
  }
  .galleryFoto.columns--2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
  }
  .galleryFoto.columns--1 {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0vw;
    grid-row-gap: 2.5vw;
  }
  .galleryFoto .box {
    float: left;
    width: 100%;
    height: 37.5vw;
    position: relative;
    overflow: hidden;
  }
  .galleryFoto.columns--1 .box {
    height: 100%;
  }
  .galleryFoto .box .img {
    float: left;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 1s;
  }
  .galleryFoto .box:hover .img {
    transform: scale(1.1);
  }
  .galleryFotoOwl {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .galleryFotoOwl .box {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .galleryFotoOwl .box .img {
    float: left;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .filesBox {
    float: left;
    width: 100%;
    position: relative;
    margin: 5vw 0px 5vw 0px;
    padding: 0px 0px 0px 0px;
  }
  .filesBoxFile {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 2.5vw 2.5vw 0px;
    color: #000;
    font-size: 4vw;
    font-weight: 400;
    line-height: 4.5vw;
    text-decoration: none;
  }
  .filesBoxFileImg {
    float: left;
    width: 10vw;
    position: relative;
    margin: 0px 5vw 0px 0px;
  }
  .filesBoxFileTitle {
    float: left;
    width: calc(100% - 15vw);
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .filesBoxFile:hover {
    color: #e12e38;
  }
  .googleMap {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .googleMap .mapaBox {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .contentMap {
    float: left;
    position: relative;
    padding: 5vw;
  }
  .contentMap__name {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 2.5vw 0px;
    color: #383436;
    font-size: 5vw;
    font-weight: 400;
    line-height: 5.5vw;
    text-align: left;
  }
  .contentMap__text {
    float: left;
    width: 100%;
    position: relative;
    color: #383436;
    font-size: 4.5vw;
    font-weight: 400;
    line-height: 5.5vw;
    text-align: left;
  }
  .gm-ui-hover-effect {
    top: 3px !important;
    right: 3px !important;
  }
}/*# sourceMappingURL=style_rwd.css.map */