@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap&subset=latin-ext");
body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

* {
  box-sizing: border-box; }

.wrapper {
  display: flex;
  flex-flow: column;
  justify-content: flex-start; }

.button, .rating .rating__list-button {
  margin-top: 15px;
  display: inline-block;
  padding: 10px 25px;
  background-color: #414141;
  border: 2px solid #414141;
  color: white;
  border-radius: 3px;
  font-weight: 600;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  text-align: center;
  transition: 0.3s background-color;
  cursor: pointer; }

.header {
  width: 100%;
  height: 520px;
  background: #e6f8ff;
  overflow: hidden; }
  .header .container {
    position: relative;
    padding: 65px 45px;
    display: flex;
    align-items: center; }
    .header .container:before {
      content: "";
      position: absolute;
      margin-left: -150px;
      width: 265px;
      height: 200%;
      background: #d5f3ff;
      transform: rotate(-45deg);
      z-index: 0; }
  .header__img {
    position: relative;
    margin-right: 88px;
    width: 390px;
    height: 390px;
    flex: 0 0 390px;
    box-shadow: 0px 5px 20px #00aeef29;
    background: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    overflow: hidden; }
    .header__img img {
      width: 100%;
      height: 100%;
      object-position: center;
      object-fit: cover;
      opacity: 0;
      animation: fadeIn 0.8s ease-in forwards; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .header__intro .intro__title {
    margin-bottom: 50px; }
    .header__intro .intro__title .title__text-one {
      display: block;
      font: Bold 23px/32px "Open Sans", sans-serif;
      letter-spacing: 0.69px;
      color: #414141;
      text-transform: uppercase;
      opacity: 0;
      transform: translateX(-25px);
      animation: fadeInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; }
    .header__intro .intro__title .title__text-two {
      display: block;
      text-align: left;
      font: 800 55px/75px "Open Sans", sans-serif;
      letter-spacing: 0;
      color: #00aeef;
      opacity: 0;
      transform: translateX(-25px);
      animation: fadeInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
      animation-delay: 0.65s; }
    .header__intro .intro__title .title__text-three {
      display: block;
      text-align: left;
      font: 600 23px/32px "Open Sans", sans-serif;
      letter-spacing: 0;
      color: #414141;
      opacity: 0;
      transform: translateX(-25px);
      animation: fadeInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
      animation-delay: 1.25s; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-25px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
  .header .intro__contact {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    transform: translateX(-25px);
    opacity: 0;
    animation: fadeInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation-delay: 1.8s; }
    .header .intro__contact .contact__item {
      display: flex;
      align-items: center;
      text-decoration: none;
      margin-bottom: 10px; }
      .header .intro__contact .contact__item--phone {
        text-align: left;
        font: Bold 24px/33px "Open Sans", sans-serif;
        letter-spacing: 0;
        color: #414141; }
        .header .intro__contact .contact__item--phone:before {
          content: "";
          position: relative;
          margin-right: 18px;
          display: inline-block;
          width: 27px;
          height: 27px;
          background: url("/assets/vizitka/images/phone.svg") no-repeat center;
          background-size: contain; }
        .header .intro__contact .contact__item--phone .country_code {
          text-align: left;
          font: 400 24px/33px "Open Sans", sans-serif;
          letter-spacing: 0;
          color: #414141; }
      .header .intro__contact .contact__item--email {
        text-decoration: underline;
        text-align: left;
        font: 600 24px/33px "Open Sans", sans-serif;
        letter-spacing: 0;
        color: #00aeef; }
        .header .intro__contact .contact__item--email:before {
          content: "";
          position: relative;
          margin-right: 18px;
          display: inline-block;
          width: 30px;
          height: 24px;
          background: url("/assets/vizitka/images/email.svg") no-repeat center;
          background-size: contain; }

.container {
  max-width: 1140px;
  width: 100%;
  margin: auto; }

.place-of-action {
  padding-top: 60px;
  flex: 1 1 47%; }
  .place-of-action.col-5 {
    width: 47%; }
  .place-of-action .map {
    display: block;
    margin: 0 auto; }
    .place-of-action .map .region:nth-child(1) {
      opacity: 0;
      transform: translateY(5px);
      animation: 0.5s fadeInBottom2 ease-in-out forwards;
      animation-delay: 3.4s; }
    .place-of-action .map .region:nth-child(2) {
      opacity: 0;
      transform: translateY(5px);
      animation: 0.5s fadeInBottom2 ease-in-out forwards;
      animation-delay: 3.4s; }
    .place-of-action .map .region:nth-child(3) {
      opacity: 0;
      transform: translateY(5px);
      animation: 0.5s fadeInBottom2 ease-in-out forwards;
      animation-delay: 2.7s; }
    .place-of-action .map .region:nth-child(4) {
      opacity: 0;
      transform: translateY(5px);
      animation: 0.5s fadeInBottom2 ease-in-out forwards;
      animation-delay: 2.8s; }
    .place-of-action .map .region:nth-child(5) {
      opacity: 0;
      transform: translateY(5px);
      animation: 0.5s fadeInBottom2 ease-in-out forwards;
      animation-delay: 3.4s; }
    .place-of-action .map .region:nth-child(6) {
      opacity: 0;
      transform: translateY(5px);
      animation: 0.5s fadeInBottom2 ease-in-out forwards;
      animation-delay: 2.7s; }
    .place-of-action .map .region:nth-child(7) {
      opacity: 0;
      transform: translateY(5px);
      animation: 0.5s fadeInBottom2 ease-in-out forwards;
      animation-delay: 3s; }
    .place-of-action .map .region:nth-child(8) {
      opacity: 0;
      transform: translateY(5px);
      animation: 0.5s fadeInBottom2 ease-in-out forwards;
      animation-delay: 3s; }
    .place-of-action .map .region:nth-child(9) {
      opacity: 0;
      transform: translateY(5px);
      animation: 0.5s fadeInBottom2 ease-in-out forwards;
      animation-delay: 2.6s; }
    .place-of-action .map .region:nth-child(10) {
      opacity: 0;
      transform: translateY(5px);
      animation: 0.5s fadeInBottom2 ease-in-out forwards;
      animation-delay: 3.3s; }
    .place-of-action .map .region:nth-child(11) {
      opacity: 0;
      transform: translateY(5px);
      animation: 0.5s fadeInBottom2 ease-in-out forwards;
      animation-delay: 2.6s; }
    .place-of-action .map .region:nth-child(12) {
      opacity: 0;
      transform: translateY(5px);
      animation: 0.5s fadeInBottom2 ease-in-out forwards;
      animation-delay: 3.2s; }
    .place-of-action .map .region:nth-child(13) {
      opacity: 0;
      transform: translateY(5px);
      animation: 0.5s fadeInBottom2 ease-in-out forwards;
      animation-delay: 2.7s; }
    .place-of-action .map .region:nth-child(14) {
      opacity: 0;
      transform: translateY(5px);
      animation: 0.5s fadeInBottom2 ease-in-out forwards;
      animation-delay: 3.2s; }
    .place-of-action .map .region:nth-child(15) {
      opacity: 0;
      transform: translateY(5px);
      animation: 0.5s fadeInBottom2 ease-in-out forwards;
      animation-delay: 2.6s; }
    .place-of-action .map .region:nth-child(16) {
      opacity: 0;
      transform: translateY(5px);
      animation: 0.5s fadeInBottom2 ease-in-out forwards;
      animation-delay: 2.9s; }
    .place-of-action .map .region.active {
      animation-delay: 3.5s; }

@keyframes fadeInBottom2 {
  0% {
    opacity: 0;
    transform: translateY(5px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
  .place-of-action__title {
    margin-top: 0;
    margin-bottom: 35px;
    text-align: center;
    font: Bold 30px/41px "Open Sans", sans-serif;
    letter-spacing: 0;
    color: #414141;
    opacity: 0;
    transform: translateY(5px);
    animation: fadeInBottom2 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation-delay: 2.3s; }

.qualification {
  flex: 0 0 545px;
  margin-left: auto;
  margin-top: -40px;
  position: relative;
  padding: 45px 50px;
  background: #fff;
  box-shadow: 0px -25px 30px #009cd121;
  opacity: 0;
  transform: translateY(100px);
  animation: fadeInBottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: 3s; }

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(100px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
  .qualification__title {
    margin-bottom: 65px;
    text-align: left;
    font: Bold 30px/37px "Open Sans", sans-serif;
    letter-spacing: 0;
    color: #414141;
    opacity: 1; }
    .qualification__title:after {
      content: "";
      margin-top: 15px;
      display: block;
      background: #00aeef;
      width: 100px;
      height: 3px; }
  .qualification__badge {
    position: absolute;
    right: 15px;
    top: -55px; }
  .qualification__list {
    display: grid;
    grid-template-columns: 205px 205px;
    grid-template-rows: 1fr;
    grid-column-gap: 25px; }
    .qualification__list .list__item--1 {
      background: #dcf5fe;
      border-radius: 4px; }
      .qualification__list .list__item--1 .item__title {
        position: relative;
        padding: 25px 17px;
        text-align: center;
        font: Bold 15px/20px "Open Sans", sans-serif;
        letter-spacing: 0.3px;
        color: #ffffff;
        white-space: nowrap;
        text-transform: uppercase;
        background: #00aeef;
        border-radius: 4px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        opacity: 1; }
        .qualification__list .list__item--1 .item__title:after {
          content: "";
          position: absolute;
          bottom: -18px;
          left: 0;
          right: 0;
          margin: 0 auto;
          display: inline-block;
          clip-path: polygon(100% 50%, 49% 89%, 0% 50%);
          width: 50px;
          height: 50px;
          background: #00aeef; }
      .qualification__list .list__item--1 .item__content {
        padding: 22px 30px; }
      .qualification__list .list__item--1 .item__subtitle {
        text-align: center;
        font: Bold 23px/25px "Open Sans", sans-serif;
        letter-spacing: 0;
        color: #414141;
        text-transform: uppercase; }
        .qualification__list .list__item--1 .item__subtitle .small {
          display: block;
          text-align: center;
          font: Bold 16px/25px "Open Sans", sans-serif;
          letter-spacing: 0;
          color: #414141;
          text-transform: uppercase; }
      .qualification__list .list__item--1 .item__button {
        margin-top: 15px;
        display: flex;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        background: #414141;
        max-width: 135px;
        padding: 7px 29px;
        border-radius: 4px;
        font: 600 22px/30px "Open Sans", sans-serif;
        letter-spacing: 0;
        color: #ffffff;
        text-transform: uppercase;
        opacity: 1;
        text-decoration: none; }
        .qualification__list .list__item--1 .item__button:after {
          content: "";
          position: relative;
          display: inline-block;
          width: 20px;
          height: 20px;
          margin-left: 11px;
          background: url("/assets/vizitka/images/search.svg") no-repeat center;
          background-size: 19px; }
    .qualification__list .list__item--2 {
      padding: 22px 0;
      display: flex;
      flex-flow: column;
      justify-content: flex-end;
      background: url("/assets/vizitka/images/bg2.jpg") no-repeat center;
      border-radius: 4px;
      border-top: 7px solid #f2cc0f; }
      .qualification__list .list__item--2:has(+ next) {
        background: red !important; }
      .qualification__list .list__item--2 .item__subtitle {
        text-align: center;
        font: Bold 17px/22px "Open Sans", sans-serif;
        letter-spacing: 0;
        color: #ffffff;
        text-transform: uppercase; }
        .qualification__list .list__item--2 .item__subtitle .small {
          text-align: center;
          font: 600 15px/22px "Open Sans", sans-serif;
          letter-spacing: 0;
          color: #ffffff;
          text-transform: lowercase; }
      .qualification__list .list__item--2 .item__button {
        padding: 12px 30px;
        display: block;
        margin: 0 auto;
        margin-top: 18px;
        max-width: 135px;
        text-align: center;
        font: Bold 14px/19px "Open Sans", sans-serif;
        letter-spacing: 0.28px;
        color: #414141;
        text-transform: uppercase;
        text-decoration: none;
        background: #f2cc0f;
        border-radius: 4px;
        opacity: 1; }
    .qualification__list .list__item.hide + .hide {
      display: none; }

.why-odd {
  background: #e6f8ff; }
  .why-odd__inner {
    padding: 70px 5px;
    display: flex;
    align-items: center;
    opacity: 0;
    animation: 0.8s fadeIn ease-in forwards;
    animation-delay: 3.7s; }
  .why-odd h2 {
    text-align: left;
    font: Bold 30px/41px "Open Sans", sans-serif;
    letter-spacing: 0;
    color: #414141;
    opacity: 1; }
  .why-odd h3 {
    text-align: left;
    font: Bold 21px/28px "Open Sans", sans-serif;
    letter-spacing: 0;
    color: #00aeef;
    opacity: 1; }
  .why-odd p {
    text-align: left;
    font: 400 14px/24px "Open Sans", sans-serif;
    letter-spacing: 0;
    color: #414141;
    opacity: 1; }
  .why-odd .inner__col {
    margin-left: 140px;
    display: flex;
    flex-flow: column;
    align-items: center; }
    .why-odd .inner__col .button, .why-odd .inner__col .rating .rating__list-button, .rating .why-odd .inner__col .rating__list-button {
      margin-top: 15px;
      display: inline-block;
      padding: 10px 25px;
      background-color: #414141;
      border: 2px solid #414141;
      color: white;
      border-radius: 3px;
      font-weight: 600;
      font-size: 20px;
      font-family: "Open Sans", sans-serif;
      text-decoration: none;
      text-align: center;
      transition: 0.3s background-color; }

.about__inner {
  position: relative;
  padding-top: 85px;
  padding-bottom: 95px;
  display: grid;
  grid-template-columns: 265px 1fr 280px;
  grid-template-rows: auto; }
  .about__inner:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 31px;
    background: transparent linear-gradient(180deg, #e6f8ff 0%, #e9eff100 100%) 0% 0% no-repeat padding-box;
    opacity: 0.61;
    bottom: 0;
    z-index: 4; }
  .about__inner:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 31px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8) 100%);
    opacity: 1;
    bottom: 0;
    z-index: 5; }

.about__main-img {
  padding: 7px;
  border: 1px solid #bee2f1; }
  .about__main-img img {
    width: 100%;
    height: 100%;
    max-height: 310px;
    object-fit: cover;
    object-position: center; }

.about__text {
  padding: 0 45px; }
  .about__text .text__title {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: left;
    font: Bold 30px/41px "Open Sans", sans-serif;
    letter-spacing: 0;
    color: #414141;
    opacity: 1; }
  .about__text p {
    margin: 0;
    text-align: left;
    font: 400 14px/24px "Open Sans", sans-serif;
    letter-spacing: 0;
    color: #414141;
    opacity: 1; }
  .about__text .text__subtitle {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: left;
    font: Bold 23px/32px "Open Sans";
    letter-spacing: 0;
    color: #00aeef;
    opacity: 1; }
  .about__text ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .about__text ul li {
      padding: 0;
      font: 600 14px/24px "Open Sans", sans-serif;
      letter-spacing: 0;
      color: #414141;
      opacity: 1; }
      .about__text ul li:before {
        content: "";
        position: relative;
        margin-right: 15px;
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #00aeef; }

.about__gallery {
  display: grid;
  grid-template-rows: 160px 160px;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3px; }
  .about__gallery .gallery__item {
    position: relative;
    cursor: pointer; }
    .about__gallery .gallery__item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .about__gallery .gallery__item:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(0, 162, 237, 0.781) url("/assets/vizitka/images/search2.svg") no-repeat center;
      background-size: 0px;
      opacity: 0;
      transition: 0.3s;
      pointer-events: none;
      cursor: pointer; }
    .about__gallery .gallery__item:hover:after {
      opacity: 1;
      background-size: 42px;
      cursor: pointer; }

.rating {
  padding-top: 85px;
  display: flex;
  flex-flow: column;
  align-items: center; }
  .rating .rating__title {
    margin: 0;
    text-align: center;
    font: 700 30px/41px "Open Sans", sans-serif;
    letter-spacing: 0;
    color: #414141;
    opacity: 1; }
  .rating .rating__summary {
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 45px;
    display: inline-flex;
    align-items: center;
    background: #8bd05714;
    border: 1px solid #8bd05761; }
    .rating .rating__summary .summary__icon {
      margin-right: 20px;
      display: inline-block;
      width: 54px;
      height: 52px;
      background: url("/assets/vizitka/images/like.svg") no-repeat center; }
    .rating .rating__summary .summary__value {
      font: Bold 69px/75px "Open Sans", sans-serif;
      letter-spacing: 0;
      color: #8bd057;
      opacity: 1; }
    .rating .rating__summary .summary__text {
      padding-left: 17px;
      font: 400 25px/31px "Open Sans", sans-serif;
      letter-spacing: 0;
      color: #414141;
      text-transform: uppercase;
      opacity: 1; }
    .rating .rating__summary--bad {
      background: rgba(211, 41, 76, 0.11);
      border: 1px solid rgba(211, 41, 76, 0.82); }
      .rating .rating__summary--bad .summary__icon {
        background: url("/assets/vizitka/images/dislike.svg") no-repeat center;
        background-size: 55px; }
      .rating .rating__summary--bad .summary__value {
        color: #d3294c; }
  .rating .rating__list-wrapper {
    width: 100%; }
  .rating .rating__list {
    margin-top: 70px;
    margin-bottom: 40px;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 17px;
    animation: 0.3s fadeInChange; }

@keyframes fadeInChange {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    .rating .rating__list .list__item {
      position: relative;
      padding: 38px 30px 38px 23px;
      display: flex;
      align-items: center;
      background: #e6f8ff;
      transition: all 0.4s; }
      .rating .rating__list .list__item:hover {
        transform: scale(1.05); }
      .rating .rating__list .list__item .item__icon {
        margin-right: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 85px;
        height: 85px;
        flex: 0 0 85px;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0px 3px 6px #39a5cf29; }
        .rating .rating__list .list__item .item__icon img {
          width: 36px;
          flex: 0 0 36px;
          height: 34px; }
      .rating .rating__list .list__item .item__text {
        text-align: left;
        font: 400 14px/22px "Open Sans", sans-serif;
        letter-spacing: 0;
        color: #414141;
        opacity: 1; }
      .rating .rating__list .list__item .item__author {
        margin-top: 10px;
        display: block;
        text-align: left;
        font: Bold 14px/24px "Open Sans", sans-serif;
        letter-spacing: 0;
        color: #00aeef;
        opacity: 1; }
      .rating .rating__list .list__item:after {
        content: "";
        position: absolute;
        top: -5px;
        right: 8px;
        display: block;
        width: 42px;
        height: 37px;
        background: url("/assets/vizitka/images/quote.svg") no-repeat center; }
  .rating .rating__list-wrapper {
    text-align: center; }
  .rating .rating__list-button {
    background-color: transparent;
    color: #414141;
    font-size: 16px; }
    .rating .rating__list-button:hover {
      background-color: #414141;
      color: #fff; }
    .rating .rating__list-button.hidden {
      pointer-events: none;
      opacity: 0;
      visibility: hidden; }

.contact {
  position: relative;
  margin-top: 100px;
  margin-bottom: 90px; }
  .contact__banner {
    display: grid;
    grid-template-columns: 240px 1fr;
    grid-template-rows: 200px;
    grid-column-gap: 15px;
    grid-auto-flow: column;
    align-items: stretch;
    background: transparent linear-gradient(180deg, #ffffff 0%, #e6f8ffb0 100%);
    border: 1px solid #c2e8f6; }
    .contact__banner .banner__title {
      position: relative;
      padding: 0 10px 0 50px;
      display: flex;
      align-items: center;
      height: 100%;
      text-align: left;
      font: 700 30px/41px "Open Sans", sans-serif;
      letter-spacing: 0;
      color: #ffffff;
      opacity: 1;
      background: #00aeef; }
      .contact__banner .banner__title:after {
        content: "";
        position: absolute;
        right: -49.5px;
        clip-path: polygon(0 0, 0% 100%, 100% 50%);
        width: 50px;
        height: 100%;
        background: #00aeef; }
    .contact__banner .banner__content {
      padding: 50px 45px 50px 95px;
      display: flex;
      justify-content: space-between; }
    .contact__banner .banner__text {
      display: flex;
      align-items: center;
      text-align: left;
      font: 600 18px/27px "Open Sans", sans-serif;
      letter-spacing: 0;
      color: #414141;
      opacity: 1;
      padding-right: 55px; }
    .contact__banner .banner__button {
      position: relative;
      padding: 22px 100px 22px 30px;
      text-decoration: none;
      text-align: center;
      font: 600 19px/26px "Open Sans", sans-serif;
      letter-spacing: 0;
      color: #ffffff;
      background: transparent linear-gradient(180deg, #f95050 0%, #ea0433 100%);
      white-space: nowrap;
      border-radius: 4px; }
      .contact__banner .banner__button .uppercase {
        display: block;
        font: Bold 19px/26px "Open Sans", sans-serif;
        letter-spacing: 0;
        color: #ffffff;
        text-transform: uppercase;
        opacity: 1;
        text-align: center;
        white-space: nowrap; }
      .contact__banner .banner__button:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 65px;
        height: 100%;
        background: #af0e1f url("/assets/vizitka/images/arrow.svg") no-repeat center;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
  .contact .container {
    position: relative; }
    .contact .container:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: -40%;
      margin: auto 0;
      display: block;
      width: 425px;
      height: 135px;
      background: url("/assets/vizitka/images/glasses1.png") no-repeat center; }
    .contact .container:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: -40%;
      margin: auto 0;
      display: block;
      width: 425px;
      height: 135px;
      background: url("/assets/vizitka/images/glasses2.png") no-repeat center; }

.d-flex {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 45px; }

@media (max-width: 992px) {
  .container {
    width: 100%;
    max-width: 100vw;
    height: 100%; }
  .header {
    height: 100vh;
    position: relative; }
    .header .container {
      flex-flow: column; }
    .header__img {
      margin: 0 auto;
      width: 30vh;
      height: 30vh;
      flex: 0 0 30vh; }
    .header__intro {
      margin-top: 25px;
      align-items: center; }
      .header__intro .intro__title {
        text-align: center;
        margin-bottom: 25px; }
        .header__intro .intro__title .title__text-one {
          font-size: 4vw;
          line-height: 4.5vw; }
        .header__intro .intro__title .title__text-two {
          font-size: 10vw;
          line-height: 20vw;
          text-align: center; }
        .header__intro .intro__title .title__text-three {
          text-align: center;
          font-size: 4vw;
          line-height: 4.5vw; }
      .header__intro .intro__contact {
        margin-top: 55px; }
        .header__intro .intro__contact .contact__item {
          font-size: 5vw;
          width: 100%;
          justify-content: center; }
          .header__intro .intro__contact .contact__item--phone {
            font-size: 5vw; }
            .header__intro .intro__contact .contact__item--phone .country_code {
              font-size: 5vw; }
            .header__intro .intro__contact .contact__item--phone:before {
              width: 6vw;
              height: 6vw; }
          .header__intro .intro__contact .contact__item--email {
            font-size: 5vw; }
            .header__intro .intro__contact .contact__item--email:before {
              width: 7vw;
              height: 6vw; }
    .header__toggle-next {
      content: "";
      position: absolute;
      bottom: 15px;
      left: 0;
      right: 0;
      margin: auto;
      width: 45px;
      height: 45px;
      transform: rotate(90deg);
      border-radius: 50%;
      background: #00aeef url("/assets/vizitka/images/arrow.svg") no-repeat center;
      background-size: 15px;
      animation: do-levitation 1.2s alternate ease-in-out infinite;
      z-index: 5; }
  @keyframes do-levitation {
    0% {
      transform: translate(0, 0) rotate(90deg); }
    100% {
      transform: translate(0, 0.5em) rotate(90deg); } }
  .location {
    display: flex;
    flex-flow: column;
    padding-bottom: 0;
    overflow: hidden; }
    .location .col-5 {
      width: 100%; }
    .location .place-of-action {
      flex: 0 0 auto;
      padding-top: 25px; }
      .location .place-of-action__title {
        font-size: 6vw;
        line-height: 8vw; }
      .location .place-of-action .map {
        width: 80%;
        height: auto; }
    .location .qualification {
      margin-top: 0;
      flex: 0 0 auto;
      margin: 0;
      padding: 15px 0;
      box-shadow: none; }
      .location .qualification__title {
        margin: 15px 0;
        margin-bottom: 0;
        display: block;
        width: 100%;
        text-align: center; }
        .location .qualification__title br {
          display: none; }
        .location .qualification__title:after {
          display: none; }
      .location .qualification__list {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        width: 100%; }
        .location .qualification__list .list__item {
          flex: 0 0 205px;
          margin: 15px 5px;
          height: 225px; }
          .location .qualification__list .list__item--1 .item__title:after {
            display: none; }
      .location .qualification__badge {
        position: relative;
        margin: auto;
        top: 0;
        width: 70%;
        max-width: 350px;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        .location .qualification__badge img {
          width: 100%; }
  .why-odd__inner {
    padding: 0 15px;
    display: flex;
    flex-flow: column; }
  .why-odd__title {
    text-align: center; }
  .why-odd__subtitle {
    text-align: center; }
  .why-odd .inner__col {
    margin: 0;
    margin-top: 25px;
    margin-bottom: 25px; }
  .about__inner {
    padding: 0;
    display: flex;
    flex-flow: column; }
    .about__inner:after, .about__inner:before {
      display: none; }
  .about__main-img {
    width: auto;
    display: flex;
    justify-content: center;
    border: none; }
    .about__main-img img {
      padding: 5px;
      border: 1px solid #bee2f1;
      width: 100%;
      max-width: 450px;
      height: auto; }
  .about__text {
    padding: 0 10px; }
    .about__text .text__title {
      margin: 15px 0; }
  .about__gallery {
    padding: 15px;
    grid-template-columns: repeat(4, 200px);
    grid-template-rows: 250px;
    overflow-x: scroll; }
  .rating {
    margin: 15px 0;
    padding-top: 0;
    padding: 0 15px; }
    .rating .rating__summary {
      width: 100%;
      flex-flow: row wrap;
      justify-content: center;
      margin: 15px; }
      .rating .rating__summary .summary__text {
        flex: 0 0 100%;
        text-align: center; }
    .rating .rating__list {
      margin: 0;
      max-width: 100vw;
      width: 100%;
      padding: 15px;
      display: flex;
      flex-flow: row nowrap;
      overflow-x: auto; }
      .rating .rating__list .list__item {
        margin: 0 10px;
        flex: 0 0 250px;
        flex-flow: column;
        align-items: center;
        justify-content: center; }
        .rating .rating__list .list__item .item__text {
          margin-top: 10px;
          text-align: justify; }
        .rating .rating__list .list__item .item__author {
          text-align: right; }
        .rating .rating__list .list__item:hover {
          transform: scale(1); }
  .contact {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px; }
    .contact .container:before, .contact .container:after {
      display: none; }
    .contact__banner {
      width: 100%;
      display: flex;
      flex-flow: column; }
      .contact__banner .banner__title {
        text-align: center;
        padding: 15px;
        justify-content: center; }
        .contact__banner .banner__title:after {
          display: none; }
      .contact__banner .banner__content {
        padding: 10px;
        text-align: center;
        flex-flow: column; }
        .contact__banner .banner__content .banner__text {
          padding: 0;
          text-align: center; }
        .contact__banner .banner__content .banner__button {
          margin-top: 15px;
          padding: 22px 30px; }
          .contact__banner .banner__content .banner__button:after {
            display: none; } }

dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 55vw;
  max-height: 80vh;
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  animation: 0.3s fadeModal ease-out forwards; }

dialog #close-modal {
  position: absolute;
  width: 35px;
  height: 35px;
  top: -45px;
  right: -45px;
  background: url(/assets/vizitka/images/colorboxclose.svg) no-repeat center;
  background-size: contain;
  filter: invert(1); }

@keyframes fadeModal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#pdf {
  position: relative;
  max-height: 75vh;
  overflow: hidden; }
  #pdf canvas {
    width: 100%;
    height: 100%;
    max-width: 55vw;
    max-height: 80vh; }
  #pdf canvas:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0; }

#pdf_dialog.praxe canvas {
  width: auto;
  height: 100%;
  max-width: 55vw;
  max-height: 80vh; }

#pdf_dialog.profese canvas {
  width: 100%;
  height: 100%;
  max-width: 55vw;
  max-height: 80vh; }

.form-wrapper {
  padding: 55px 0;
  font-family: 'Open Sans', arial, sans-serif; }
  .form-wrapper h2, .form-wrapper h3 {
    text-align: center; }
  .form-wrapper form {
    margin: 0 auto;
    padding: 30px;
    max-width: 600px;
    border: 2px solid #dfdfdf; }
    .form-wrapper form .box_content {
      display: flex;
      flex-flow: column; }
      .form-wrapper form .box_content .form-group.error-message {
        position: relative; }
      .form-wrapper form .box_content .form-group.error-message label {
        color: #ea2828; }
      .form-wrapper form .box_content .form-group.error-message input {
        border-color: #ea2828; }
      .form-wrapper form .box_content .form-group.error-message .text-danger {
        padding: 5px;
        color: #ffffff;
        background: #ea2828;
        font-size: 11px;
        position: absolute;
        right: 0;
        bottom: -15px; }
      .form-wrapper form .box_content .form-group {
        display: flex;
        flex-flow: column; }
        .form-wrapper form .box_content .form-group:first-child label {
          text-align: center;
          font-size: 25px;
          font-weight: bold; }
        .form-wrapper form .box_content .form-group label {
          color: #414141;
          font-weight: 600;
          margin-bottom: 10px; }
        .form-wrapper form .box_content .form-group input {
          padding: 10px 10px;
          margin-bottom: 10px;
          box-shadow: 0 0 10px 0 #f3f3f3 inset;
          width: 100%;
          border: 1px solid #dcdcdc; }
        .form-wrapper form .box_content .form-group textarea {
          padding: 10px 10px;
          margin-bottom: 10px;
          box-shadow: 0 0 10px 0 #f3f3f3 inset;
          border: 1px solid #dcdcdc;
          height: 110px; }
        .form-wrapper form .box_content .form-group .radiolist {
          padding: 15px 0;
          display: flex; }
          .form-wrapper form .box_content .form-group .radiolist .radio {
            flex: 0 0 50%;
            height: 130px;
            display: flex;
            justify-content: center;
            cursor: pointer; }
            .form-wrapper form .box_content .form-group .radiolist .radio:nth-child(1) label .custom_radio {
              background: url("/assets/vizitka/images/like.svg") no-repeat center;
              background-size: 60px; }
            .form-wrapper form .box_content .form-group .radiolist .radio:nth-child(1) label input:checked ~ .custom_radio {
              border: 5px solid #8bd057; }
            .form-wrapper form .box_content .form-group .radiolist .radio:nth-child(2) label .custom_radio {
              background: url("/assets/vizitka/images/dislike.svg") no-repeat center;
              background-size: 60px; }
            .form-wrapper form .box_content .form-group .radiolist .radio:nth-child(2) label input:checked ~ .custom_radio {
              border: 5px solid #d3294c; }
            .form-wrapper form .box_content .form-group .radiolist .radio label {
              display: block;
              position: relative;
              font-size: 0;
              color: transparent;
              width: 130px;
              height: 130px;
              border-radius: 50%;
              box-shadow: 0px 0px 6px #dfdfdf;
              overflow: hidden; }
              .form-wrapper form .box_content .form-group .radiolist .radio label input {
                width: 100%;
                height: 100%;
                visibility: hidden; }
                .form-wrapper form .box_content .form-group .radiolist .radio label input ~ .custom_radio {
                  position: absolute;
                  left: 0;
                  top: 0;
                  width: 100%;
                  height: 100%;
                  display: block;
                  border-radius: 50%; }

.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
