* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

@media screen and (max-width: 1100px) {
  .hero__row {
    margin-top: 90px;
    margin-bottom: 90px;
    display: flex;
    flex: 0 1 auto;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap-reverse;
  }
  .hero__text {
    margin-top: 30px;
    text-align: center;
  }
  .hero__description {
    text-align: justify;
  }
  .info__row {
    margin-top: 79px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap-reverse;
  }
  .slide__block:nth-child(2) {
    display: none;
  }
  .swiper-button-prev {
    width: calc(var(--swiper-navigation-size) / 130 * 380);
  }
  .swiper-button-next {
    width: calc(var(--swiper-navigation-size) / 130 * 380);
  }
  .servicios__row {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    align-items: center;
  }
  .contactos__links {
    margin-top: -10px;
  }
  .links__row {
    flex-wrap: wrap;
  }
  .links__block {
    margin-bottom: 20px;
  }
  .footer__row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__text {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 782px) {
  .slide__block {
    max-width: 324px;
    width: 100%;
    aspect-ratio: 324/104;
    padding: 15px 37px 21px 16px;
    background: var(--dark);
    border-radius: 10px;
  }
  .slide__row {
    display: flex;
  }
  .slide__info {
    margin-top: 12px;
    margin-left: 12px;
  }
  .slide__name {
    font-family: "sora";
    font-size: 12px;
    color: var(--white-text);
    line-height: 1.3;
  }
  .slide__date {
    font-family: "sora";
    font-size: 12px;
    color: var(--grey-text);
    line-height: 1.3;
  }
  .slide__rainting {
    margin-top: 10px;
  }
  .slide__description {
    margin-top: 10px;
    color: var(--white-text);
    font-family: "mulish";
    line-height: 1.3;
    font-size: 10px;
    max-width: 242px;
  }
  .links__row {
    display: flex;
    margin-left: -72px;
    padding: 40px 20px 40px 100px;
  }
  .links__block {
    margin-left: 72px;
  }
  .info__block_title {
    font-family: "sora";
    font-size: 12px;
    font-weight: 600;
    color: var(--grey-text);
    margin-bottom: 10px;
  }
  .info__block_subtitle {
    margin-top: 10px;
    font-family: "sora";
    font-size: 12px;
    font-weight: 600;
    color: var(--white-text);
  }
  .footer__text_header {
    font-size: 12px;
  }
  .footer__text_links {
    font-size: 12px;
  }
  .footer__copyright {
    font-size: 16px;
  }
  .burger {
    position: absolute;
    z-index: 20;
    width: 30px;
    height: 20px;
    right: 20px;
    top: 65px;
  }
  .burger span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    margin-bottom: 4px;
    transition: all 0.3s ease 0s;
  }
  .burger:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease 0s;
  }
  .burger:before {
    content: "";
    display: block;
    width: 30px;
    margin-bottom: 4px;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease 0s;
  }
  .burger.active:before {
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
  }
  .burger.active:after {
    transform: rotate(-45deg);
    position: absolute;
    bottom: 10px;
  }
  .burger.active span {
    opacity: 0;
  }
  .nav__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
  }
  .nav__list a {
    text-align: left;
    display: block;
    padding: 10px 0px;
  }
  .nav__list a:nth-child(2) {
    padding: 10px 0;
  }
  .nav__list a:nth-child(3) {
    padding: 10px 0;
  }
  .nav__list a:after {
    display: none;
  }
  .nav__list a:nth-child(even):after {
    display: none;
  }
  .nav__menu {
    transform: translate(0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50%;
    width: 100%;
    position: absolute;
    left: 0;
    top: -100%;
    background-color: var(--dark);
    transition: all 0.3s ease 0s;
  }
  .nav__menu.active {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
}
@media screen and (max-width: 450px) {
  .hero__text {
    max-width: 570px;
    margin-top: 60px;
  }
  .hero__title {
    line-height: 1.3;
    text-align: center;
  }
  .hero__description {
    padding: 0 10px;
    font-family: "Mulish";
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
  }
  .hero__description span {
    display: block;
    margin-top: 20px;
  }
  .hero__card {
    margin-left: -3px;
    background: url("/img/card.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 33px 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 6px;
    max-width: 472px;
    min-height: 636px;
    height: 100%;
    width: 100%;
    padding: 15px 4px;
  }
  .card__row {
    display: flex;
    justify-content: space-between;
  }
  .card__text {
    display: flex;
    flex-direction: column;
    color: #201f1f;
    font-weight: 800;
    line-height: 1.5;
    font-size: 13px;
  }
  .card__links {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .card__links_tlf {
    padding: 5px 8px;
    background: black;
    color: white;
    border-radius: 5px;
    font-size: 12px;
  }
  .card__links_mail {
    font-size: 12px;
    margin-top: 5px;
    padding: 5px 8px;
    background: black;
    color: white;
    border-radius: 5px;
    text-align: center;
    position: relative;
    max-width: 139px;
  }
  .card__links_row {
    margin-top: 7px;
    display: flex;
    justify-content: end;
    gap: 10px;
  }
  .card__services {
    margin-top: 20px;
  }
  .card__services p {
    font-size: 20px;
    color: black;
    font-weight: 800;
    text-transform: uppercase;
  }
  .card__services ul {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 800;
    margin-left: -5px;
  }
  .card__services ul li {
    margin-top: 20px;
    position: relative;
    margin-left: 20px;
  }
  .card__services ul li::before {
    content: "";
    background: #000;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .info {
    background-color: var(--dark);
    padding: 80px 0;
  }
  .info__title {
    text-align: center;
    color: var(--white-text);
    line-height: 1.2;
  }
  .info__row {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap-reverse;
  }
  .info__image {
    align-items: center;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 370px;
  }
  .info__text {
    padding: 0 10px;
    font-family: "Mulish";
    margin-left: 10px;
    margin-bottom: 20px;
    max-width: 571px;
    line-height: 1.8;
    color: white;
    font-size: 16px;
    text-align: justify;
  }
  .info__text span {
    display: block;
    margin-top: 10px;
  }
  .info__text span:last-child {
    display: block;
    margin-top: -10px;
  }
  .info__description {
    padding: 0 10px;
    font-family: "mulish";
    margin-top: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    color: var(--white-text);
    line-height: 1.3;
  }
  .opinions {
    padding: 80px 0;
  }
  .opinions__title {
    text-align: center;
    margin-bottom: 50px;
  }
  .swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    gap: 40px;
  }
  .swiper-button-prev {
    color: black;
    width: 10px;
    height: 10px;
  }
  .swiper-button-next {
    color: black;
    width: 10px;
    height: 10px;
  }
  .swiper-button-prev::after {
    font-size: 25px;
  }
  .swiper-button-next::after {
    font-size: 25px;
  }
  .slide__block {
    max-width: 280px;
    padding: 15px 37px 21px 16px;
    background: var(--dark);
    border-radius: 10px;
  }
  .slide__row {
    display: flex;
  }
  .slide__icon {
    max-width: 50px;
  }
  .slide__icon img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slide__info {
    margin-top: 12px;
    margin-left: 12px;
  }
  .slide__name {
    font-family: "sora";
    font-size: 12px;
    color: var(--white-text);
    line-height: 1.3;
  }
  .slide__date {
    font-family: "sora";
    font-size: 12px;
    color: var(--grey-text);
    line-height: 1.3;
  }
  .slide__rainting {
    margin-top: 10px;
  }
  .slide__description {
    margin-top: 10px;
    color: var(--white-text);
    font-family: "mulish";
    line-height: 1.3;
  }
  .servicios {
    padding: 80px 0;
    background: var(--dark);
  }
  .servicios__title {
    text-align: center;
    color: #f9f9f9;
  }
  .servicios__row {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .card__image img {
    max-width: 584px;
    max-height: 286px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .card__title {
    padding: 0px 32px 15px 32px;
    margin-top: 20px;
    font-size: 16px;
    font-family: "sora";
    text-transform: uppercase;
    font-weight: 600;
  }
  .card__description {
    padding: 0px 32px 15px 32px;
    margin-top: 10px;
    font-family: "Mulish";
    line-height: 1.4;
    font-size: 12px;
  }
  .contactos {
    padding: 180px 0;
    background: url("/img/bgcontact.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contactos__image {
    background: url("/img/mapmobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 378px;
  }
  .contactos__links {
    background: var(--dark);
    height: 220px;
  }
  .links__row {
    display: flex;
    margin-left: -135px;
    padding: 40px 20px 40px 100px;
  }
  .links__block {
    margin-left: 72px;
  }
  .info__block_title {
    font-family: "sora";
    font-size: 12px;
    font-weight: 600;
    color: var(--grey-text);
    margin-bottom: 10px;
  }
  .info__block_subtitle {
    margin-top: 10px;
    font-family: "sora";
    font-size: 12px;
    font-weight: 600;
    color: var(--white-text);
  }
  .footer__text {
    margin-top: 25px;
    display: flex;
    margin-left: -40px;
  }
  .footer__text_block {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    margin-left: 145px;
  }
  .footer__copyright {
    margin-top: 55px;
    text-align: center;
    color: white;
    font-size: 12px;
    line-height: 1.4;
  }
}/*# sourceMappingURL=adaptive.css.map */