@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: relative;
    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);
  }
  .corner {
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  }
  .wrapperMargin {
    float: left;
    width: 0;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
  .wrapper {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    margin: 0px 0px 0px 0px;
    padding: calc(10vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(10vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #d0b27a;
    z-index: 30;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .wrapper__logos {
    float: left;
    width: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .wrapper__logo {
    float: left;
    width: calc(90vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__logo--img {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__logo--mps {
    float: left;
    width: calc(130vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px calc(20vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
  }
  .wrapper__logo--mps--img {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__logo--bialystok {
    float: left;
    width: calc(85vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px calc(20vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
  }
  .wrapper__logo--bialystok--img {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__menu {
    display: none;
    float: left;
    width: 100%;
    position: relative;
    margin: calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
  }
  .wrapper__home {
    display: none !important;
  }
  .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: var(--default--color--1);
  }
  .wrapper__menu--name.wrapper__menu--active .wrapper__menu--href:before {
    width: 100%;
    left: 0;
  }
  .wrapper__menu--name:hover .wrapper__menu--href {
    color: var(--default--color--1);
  }
  .wrapper__menu--name:hover .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: 0px 0px 0px 0px;
    color: var(--default--color--1);
    font-size: calc(26vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(48vw / var(--setSize--mobile));
    text-transform: uppercase;
    text-decoration: none;
  }
  .wrapper__menu--href:before {
    content: " ";
    position: absolute;
    bottom: calc(5vw / var(--setSize--mobile));
    left: 50%;
    width: 0%;
    height: calc(2vw / var(--setSize--mobile));
    background-color: var(--default--color--1);
    transition: all 0.2s ease-in-out;
  }
  .wrapper__menu--hr {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px calc(30vw / var(--setSize--mobile)) 0px calc(30vw / var(--setSize--mobile));
  }
  .wrapper__menu .subMenu {
    float: left;
    width: calc(250vw / var(--setSize--mobile));
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: auto;
    left: calc(0vw / var(--setSize--mobile));
    background: rgba(255, 255, 255, 0.8);
    z-index: 5;
    display: none;
    opacity: 0;
    border-bottom-left-radius: calc(0vw / var(--setSize--mobile));
    border-bottom-right-radius: calc(0vw / var(--setSize--mobile));
  }
  .wrapper__menu .subMenu__href:nth-child(1):before {
    content: " ";
    float: left;
    width: calc(11vw / var(--setSize--mobile));
    height: calc(11vw / var(--setSize--mobile));
    position: absolute;
    top: calc(-11vw / var(--setSize--mobile));
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    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: calc(15vw / var(--setSize--mobile)) calc(15vw / var(--setSize--mobile)) calc(15vw / var(--setSize--mobile)) calc(30vw / var(--setSize--mobile));
    color: #393939;
    font-size: calc(16vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(16vw / var(--setSize--mobile));
    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: var(--default--color--2);
  }
  .wrapper__menu .subMenu__href:hover, .wrapper__menu .subMenu__href.subMenu__active {
    color: #fff;
    background: var(--default--color--2);
  }
  .wrapper__other {
    float: left;
    position: fixed;
    right: calc(20vw / var(--setSize--mobile));
    bottom: calc(20vw / var(--setSize--mobile));
    margin: 0px 0px 0px calc(0vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
  }
  .wrapper__search {
    float: left;
    position: relative;
    margin: 0px 0px 0px calc(0vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
  }
  .wrapper__search--href {
    float: left;
    width: calc(75vw / var(--setSize--mobile));
    height: calc(65vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px calc(0vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
    color: var(--default--color--2);
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(18vw / var(--setSize--mobile));
    text-transform: uppercase;
    text-decoration: none;
    background: var(--default--color--1);
  }
  .wrapper__search--img {
    float: left;
    width: calc(20.5vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__lang {
    float: left;
    position: relative;
    margin: 0px 0px 0px calc(0vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
  }
  .wrapper__lang--href {
    float: left;
    width: calc(75vw / var(--setSize--mobile));
    height: calc(65vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px calc(0vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
    color: var(--default--color--2);
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(18vw / var(--setSize--mobile));
    text-transform: uppercase;
    text-decoration: none;
    background: var(--default--color--1);
  }
  .wrapper.smallWrapper {
    height: auto;
  }
  .slide {
    float: left;
    width: 100%;
    height: 100%;
    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: 40%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    background-image: linear-gradient(0deg, rgba(89, 131, 252, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .slide__slides--inside {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    z-index: 6;
  }
  .slide__slides--text {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: calc(40vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(50vw / var(--setSize--mobile));
  }
  .slide__slides--text:has(p) h1, .slide__slides--text:has(p) h2, .slide__slides--text:has(p) strong {
    margin: 0px 0px calc(0vw / var(--setSize--mobile)) 0px;
  }
  .slide__slides--text h1, .slide__slides--text h2, .slide__slides--text strong {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: calc(60vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(60vw / var(--setSize--mobile));
  }
  .slide__slides--text a {
    float: left;
    position: relative;
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: 0px calc(40vw / var(--setSize--mobile)) 0px calc(40vw / var(--setSize--mobile));
    color: #fff;
    font-size: calc(30vw / var(--setSize--mobile));
    line-height: calc(60vw / var(--setSize--mobile));
    font-weight: 400;
    text-decoration: none;
    border: 1px solid #fff;
  }
  .slide__slides--text a:hover {
    color: #000;
    border: 1px solid #000;
  }
  .slide__slides--a {
    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;
  }
  .slide__slides--img {
    float: left;
    width: auto !important;
    height: auto !important;
    position: relative;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    z-index: 2;
  }
  .owl-carousel-nav--1 .owl-nav {
    float: left;
    width: 100%;
    margin: calc(-30vw / var(--setSize--mobile)) 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: calc(40vw / var(--setSize--mobile));
    height: calc(40vw / var(--setSize--mobile));
    position: absolute;
    top: 0;
    right: calc(-10vw / var(--setSize--mobile));
    font-size: 0;
    background: var(--default--color--1) url(images/owlNav_arrowRight.svg) center no-repeat !important;
    background-size: calc(7vw / var(--setSize--mobile)) !important;
    border-radius: 50%;
  }
  .owl-carousel-nav--1 .owl-nav .owl-prev {
    float: left;
    width: calc(40vw / var(--setSize--mobile));
    height: calc(40vw / var(--setSize--mobile));
    position: absolute;
    top: 0;
    left: calc(-10vw / var(--setSize--mobile));
    font-size: 0;
    background: var(--default--color--1) url(images/owlNav_arrowLeft.svg) center no-repeat !important;
    background-size: calc(7vw / var(--setSize--mobile)) !important;
    border-radius: 50%;
  }
  .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: 94%;
    left: 3%;
    bottom: calc(20vw / var(--setSize--mobile));
    position: absolute;
    z-index: 5;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    counter-reset: section;
  }
  .owl-carousel-dots--1 .owl-dots .owl-dot {
    float: left;
    width: calc(10vw / var(--setSize--mobile));
    height: calc(10vw / var(--setSize--mobile));
    position: relative;
    margin: 0px calc(5vw / var(--setSize--mobile)) 0px calc(5vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
    color: #3b3a3a;
    font-size: calc(10vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(10vw / var(--setSize--mobile));
    border: 1px solid #3b3a3a;
    border-radius: 40em;
    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::before {
    counter-increment: section;
    content: counter(section);
  }
  .owl-carousel-dots--1 .owl-dots .owl-dot:focus {
    outline: none;
  }
  .owl-carousel-dots--1 .owl-dots .active {
    float: left;
    position: relative;
    color: #000;
    border: 1px solid #fff;
    border-radius: 40em;
    background: #fff;
  }
  .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 {
    float: left;
    width: calc(40vw / var(--setSize--mobile));
    height: calc(40vw / var(--setSize--mobile));
    position: absolute;
    left: 50%;
    bottom: calc(20vw / var(--setSize--mobile));
    z-index: 10;
    transform: translate(-50%);
  }
  .slide__scroll .slide__scroll--arrow {
    width: calc(15vw / var(--setSize--mobile));
  }
  .header {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
    color: var(--default--color--1);
    font-size: calc(40vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(40vw / var(--setSize--mobile));
  }
  .homeOne {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: url(images/homeOneBg.jpg) bottom center no-repeat;
    background-size: cover;
  }
  .homeOne__left {
    padding: 0px 0px 0px calc(0vw / var(--setSize--mobile));
  }
  .homeOne__search {
    margin: calc(10vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: 0px calc(vw / var(--setSize--mobile)) 0px 0px;
  }
  .homeOne__form {
    height: calc(65vw / var(--setSize--mobile));
  }
  .homeOne__form--input {
    float: left;
    width: 100%;
    height: calc(65vw / var(--setSize--mobile));
    position: relative;
    padding: 0px calc(120vw / var(--setSize--mobile)) 0px calc(40vw / var(--setSize--mobile));
    color: var(--default--color--1);
    font-size: calc(22vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(30vw / var(--setSize--mobile));
    border: 0;
    clip-path: polygon(3% 0%, 100% 0%, 95% 100%, 0% 100%);
  }
  .homeOne__form--input:focus {
    outline: none;
  }
  .homeOne__form--submit {
    float: left;
    width: calc(75vw / var(--setSize--mobile));
    height: calc(65vw / var(--setSize--mobile));
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: var(--default--color--1) url(images/wrapperSearch.svg) center no-repeat;
  }
  .homeOne__right {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
    height: calc(335vw / var(--setSize--mobile));
  }
  .homeSections {
    background: url(images/homeSectionsBg.jpg) top calc(0vw / var(--setSize--mobile)) right no-repeat;
    background-size: 100%;
  }
  .homeTwo__left {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(30vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  }
  .homeThree {
    padding: calc(30vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeThree__left {
    padding: calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
  }
  .homeThree__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
  }
  .homeFour {
    padding: calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    flex-direction: row-reverse !important;
    z-index: 8;
  }
  .homeFour__left {
    padding: calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
  }
  .homeFour__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
  }
  .homeFive {
    z-index: 4;
  }
  .homeFive .mainFotoBackground {
    position: relative !important;
  }
  .homeFive .mainFotoBackground::before {
    content: " ";
    float: right;
    width: calc(1512vw / var(--setSize--mobile));
    height: calc(1631vw / var(--setSize--mobile));
    position: absolute;
    right: 0;
    bottom: calc(-560vw / var(--setSize--mobile));
    background: url(images/homeFiveShadow.png) center no-repeat;
    background-size: cover;
    z-index: 6;
  }
  .homeFive__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    z-index: 6;
  }
  .results {
    background: url(images/defaultBg.jpg) top center no-repeat;
    background-size: cover;
  }
  .resultsOne .mainFotoBackground {
    width: 100% !important;
    height: auto !important;
    opacity: 0.4;
  }
  .resultsOne__right {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    z-index: 8;
  }
  .resultsTwo__left {
    padding: calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .resultsTwo__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .resultsThree {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: url(images/resultsList.png) top left no-repeat;
    background-size: auto;
  }
  .resultsHeader {
    display: none !important;
  }
  .result {
    padding: calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .result:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .result .result--box {
    border: 0px solid #000;
  }
  .result .result--box:before {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(5vw / var(--setSize--mobile)) 0px;
    color: var(--default--color--1);
    font-size: calc(22vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(28vw / var(--setSize--mobile));
  }
  .result__header {
    width: 100%;
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
  }
  .result__header--value {
    color: var(--default--color--1);
    font-size: calc(40vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(40vw / var(--setSize--mobile));
  }
  .result__foto {
    width: 30%;
    background: rgba(255, 255, 255, 0.2) url(images/okladka_default.jpg) center no-repeat;
    background-size: cover;
  }
  .result__foto .mainFoto .img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .result__foto .mainFoto:hover:before {
    opacity: 1;
  }
  .result__foto .mainFoto:before {
    content: " ";
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 8;
    background: url("images/wrapperSearch.svg") center no-repeat;
    background-size: calc(30vw / var(--setSize--mobile));
    pointer-events: none !important;
    filter: brightness(0);
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .result__name {
    width: 70%;
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
  }
  .result__name--value {
    color: var(--default--color--1);
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(25vw / var(--setSize--mobile));
  }
  .result__archive {
    width: 100%;
    padding: calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px 0px;
  }
  .result__archive--value {
    color: var(--default--color--1);
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(25vw / var(--setSize--mobile));
  }
  .result__date {
    width: 100%;
    padding: calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px 0px;
  }
  .result__date--value {
    color: var(--default--color--1);
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(25vw / var(--setSize--mobile));
  }
  .result__download {
    width: 100%;
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
    justify-content: flex-start !important;
  }
  .result__download--value {
    color: var(--default--color--1);
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(25vw / var(--setSize--mobile));
  }
  .result__download--img {
    width: calc(35vw / var(--setSize--mobile));
  }
  .result__list {
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .result__list--header {
    color: #bf1e2e;
    font-size: calc(20vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(25vw / var(--setSize--mobile));
  }
  .result__list--header strong {
    color: var(--default--color--1);
    font-weight: 500;
    text-decoration: underline;
  }
  .result__list--list {
    margin: calc(10vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .result__list--box {
    padding: calc(5vw / var(--setSize--mobile)) 0px;
  }
  .result__list--box a {
    color: #bf1e2e;
    font-weight: 500;
    text-decoration: none;
  }
  .result__list--box em {
    font-style: normal !important;
  }
  .result__list--box strong {
    font-weight: 700;
  }
  .search {
    background: url(images/defaultBg.jpg) top center no-repeat;
    background-size: cover;
  }
  .searchForm {
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .searchForm .homeOne__form--input {
    clip-path: polygon(1.5% 0%, 100% 0%, 98.5% 100%, 0% 100%);
  }
  .searchOne {
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(120vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .searchError {
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: calc(20vw / var(--setSize--mobile)) 0px;
    color: #bf1e2e;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .searchError.fs-30 {
    font-size: calc(26vw / var(--setSize--mobile)) !important;
    line-height: calc(34vw / var(--setSize--mobile)) !important;
  }
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    font-family: sans-serif;
  }
  .loader-text {
    font-size: calc(20vw / var(--setSize--mobile));
    color: #000;
    line-height: calc(30vw / var(--setSize--mobile));
    text-align: center;
  }
  .contact {
    background: url(images/contactBg.jpg) top center no-repeat;
    background-size: cover;
  }
  .contactOne {
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .contactOne__text {
    padding: calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px 0px;
  }
  .contactOne__text a {
    color: var(--default--color--1);
    text-decoration: none;
  }
  .contactOne__text a:hover {
    color: var(--default--color--1);
    text-decoration: underline;
  }
  .contactOne__text strong {
    color: var(--default--color--1);
  }
  .contactOne__text em {
    font-style: normal;
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(24vw / var(--setSize--mobile));
  }
  .contactOne__text table {
    float: left;
    width: 100% !important;
    position: relative !important;
  }
  .contactOne__text table tr td {
    vertical-align: top;
  }
  .contactOne__text table:nth-child(1) tr td {
    padding: 0px 0px 0px calc(0vw / var(--setSize--mobile));
    background: url(images/logo.svg) top left no-repeat;
    background-size: calc(134vw / var(--setSize--mobile));
  }
  .contactOne__text table:nth-child(1) tr td table {
    float: left;
  }
  .contactOne__text table:nth-child(1) tr td table:nth-child(1) {
    width: 100% !important;
  }
  .contactOne__text table:nth-child(1) tr td table:nth-child(1) tr td {
    padding: calc(110vw / var(--setSize--mobile)) calc(120vw / var(--setSize--mobile)) 0px 0px;
    background: none !important;
  }
  .contactOne__text table:nth-child(1) tr td table:nth-child(2) {
    width: 100% !important;
    margin: 0 !important;
  }
  .contactOne__text table:nth-child(1) tr td table:nth-child(2) tr td {
    padding: calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px 0px;
    background: none !important;
  }
  .contactOne__text table:nth-child(2) {
    margin: calc(60vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .contactOne__text table:nth-child(2) tr td {
    padding: 0px 0px 0px calc(0vw / var(--setSize--mobile));
    background: url(images/logo_mps_all.svg) top left no-repeat;
    background-size: calc(357vw / var(--setSize--mobile));
  }
  .contactOne__text table:nth-child(2) tr td table {
    float: left;
  }
  .contactOne__text table:nth-child(2) tr td table:nth-child(1) {
    width: 100% !important;
  }
  .contactOne__text table:nth-child(2) tr td table:nth-child(1) tr td {
    padding: calc(110vw / var(--setSize--mobile)) 0px 0px 0px;
    background: none !important;
  }
  .contactOne__text table:nth-child(2) tr td table:nth-child(2) {
    width: 100% !important;
    margin: 0 !important;
  }
  .contactOne__text table:nth-child(2) tr td table:nth-child(2) tr td {
    padding: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
    background: none !important;
  }
  .page--3 .footer__up {
    /*display: none !important;*/
  }
  .footer {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(50vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #151515;
  }
  .footer__up {
    padding: calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
  }
  .footer__text {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px 0px;
    color: #737373;
  }
  .footer__text a {
    color: #737373;
    text-decoration: none;
  }
  .footer__text a:hover {
    color: #fff;
  }
  .footer__text strong {
    color: #fff;
  }
  .footer__text table {
    float: left;
    width: 100% !important;
    position: relative !important;
    margin: 0px 0px calc(40vw / var(--setSize--mobile)) 0px;
  }
  .footer__text table:nth-child(1) tr td {
    padding: calc(120vw / var(--setSize--mobile)) 0px 0px calc(0vw / var(--setSize--mobile));
    background: url(images/logoWhite.svg) top left no-repeat;
    background-size: calc(134vw / var(--setSize--mobile));
  }
  .footer__text table:nth-child(2) {
    margin: 0px 0px 0px 0px;
  }
  .footer__text table:nth-child(2) tr td {
    padding: calc(60vw / var(--setSize--mobile)) 0px 0px calc(0vw / var(--setSize--mobile));
    background: url(images/logo_mps_white.svg) top left no-repeat;
    background-size: calc(224vw / var(--setSize--mobile));
  }
  .footer__down {
    padding: calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile)) 0px;
    justify-content: flex-start !important;
  }
  .footer__arrow {
    float: left;
    position: relative;
    margin: 0px 0px calc(40vw / var(--setSize--mobile)) 0px;
  }
  .footer__arrow--img {
    float: left;
    width: calc(13vw / var(--setSize--mobile));
    position: relative;
  }
  .footer__menu {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px calc(0vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) 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--name:last-child .footer__menu--hr {
    display: none;
    visibility: hidden;
  }
  .footer__menu--href {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: var(--default--color--2);
    font-size: calc(20vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(32vw / var(--setSize--mobile));
    text-transform: uppercase;
    text-decoration: none;
    text-align: left !important;
    justify-content: flex-start !important;
  }
  .footer__menu--href:hover {
    color: var(--default--color--2);
  }
  .footer__menu--name.footer__menu--active .footer__menu--href {
    color: var(--default--color--2);
  }
  .footer__menu--hr {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px calc(25vw / var(--setSize--mobile)) 0px calc(25vw / var(--setSize--mobile));
  }
  .dir {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(60vw / var(--setSize--mobile)) 0px;
    padding: calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
  .dir__li {
    float: left;
    position: relative;
  }
  .dir__li:first-child {
    margin: 0px 0px 0px calc(0vw / var(--setSize--mobile));
  }
  .dir__href {
    float: left;
    position: relative;
    color: var(--default--color--1);
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(18vw / var(--setSize--mobile));
    text-decoration: none;
  }
  .dir__href:hover {
    color: var(--default--color--2);
  }
  .dir__arrow {
    float: left;
    width: calc(4vw / var(--setSize--mobile));
    position: relative;
    margin: calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
  }
  .default {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(60vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: url(images/contactBg.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .default__left {
    float: left;
    width: calc(450vw / var(--setSize--mobile));
    position: relative;
    overflow: hidden;
  }
  .default__right {
    float: left;
    width: calc(100% - calc(450vw / var(--setSize--mobile)));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(50vw / var(--setSize--mobile)) 0px 0px calc(100vw / var(--setSize--mobile));
  }
  .default .galleryFoto {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .default .filesBox {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  /* 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(1, 1fr);
    grid-column-gap: calc(10vw / var(--setSize--mobile));
    grid-row-gap: calc(10vw / var(--setSize--mobile));
  }
  .galleryFoto.columns--4 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(10vw / var(--setSize--mobile));
    grid-row-gap: calc(10vw / var(--setSize--mobile));
  }
  .galleryFoto.columns--3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(10vw / var(--setSize--mobile));
    grid-row-gap: calc(10vw / var(--setSize--mobile));
  }
  .galleryFoto.columns--2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(10vw / var(--setSize--mobile));
    grid-row-gap: calc(10vw / var(--setSize--mobile));
  }
  .galleryFoto.columns--1 {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(0vw / var(--setSize--mobile));
    grid-row-gap: calc(10vw / var(--setSize--mobile));
  }
  .galleryFoto .box {
    float: left;
    width: 100%;
    height: calc(250vw / var(--setSize--mobile));
    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: calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
  }
  .filesBoxFile {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(10vw / var(--setSize--mobile)) calc(10vw / var(--setSize--mobile)) 0px;
    color: #000;
    font-size: calc(16vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(18vw / var(--setSize--mobile));
    text-decoration: none;
  }
  .filesBoxFileImg {
    float: left;
    width: calc(40vw / var(--setSize--mobile));
    position: relative;
    margin: 0px calc(20vw / var(--setSize--mobile)) 0px 0px;
  }
  .filesBoxFileTitle {
    float: left;
    width: calc(100% - calc(60vw / var(--setSize--mobile)));
    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: calc(20vw / var(--setSize--mobile));
  }
  .contentMap__name {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) 0px;
    color: #383436;
    font-size: calc(20vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(22vw / var(--setSize--mobile));
    text-align: left;
  }
  .contentMap__text {
    float: left;
    width: 100%;
    position: relative;
    color: #383436;
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(22vw / var(--setSize--mobile));
    text-align: left;
  }
  .gm-ui-hover-effect {
    top: 3px !important;
    right: 3px !important;
  }
}/*# sourceMappingURL=style_rwd.css.map */