@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rosario&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rosario&display=swap");
* {
  margin: 0;
  min-width: 1px;
  min-height: 1px;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  overflow-x: hidden;
}

input,
button {
  font-family: Roboto, sans-serif;
}

textarea.auto-height {
  overflow-y: hidden;
}

img,
input,
button {
  max-width: 100%;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container--large {
  max-width: 1650px;
}

.container--fluid {
  max-width: 100%;
}

.footer {
  position: relative;
}

.footer::after {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  width: 100vw;
  height: 1200px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-image: url("../img/graphic.svg");
}

.footer.footer--home::after {
  bottom: 600px;
}

.sales-and-supports {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 15px 20px;
}

@media screen and (min-width: 767px) {
  .sales-and-supports {
    padding: 30px 30px 50px;
  }
}

.picZoomer-pic-wp {
  width: 100% !important;
  height: 100% !important;
}

.picZoomer-zoom-wp {
  position: absolute;
  left: 100%;
}

.main--article {
  z-index: 10;
  position: relative;
  gap: 20px;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-template-areas: "Header" "Aside" "Content";
  margin-top: -75px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

@media screen and (min-width: 575px) {
  .main--article {
    margin-top: -100px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 767px) {
  .main--article {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 991px) {
  .main--article {
    gap: 60px 40px;
    grid-template-columns: 450px 1fr;
    grid-template-areas: "Aside Header" "Aside Content";
    margin-top: -80px;
  }
}

@media screen and (min-width: 1440px) {
  .main--article {
    gap: 100px 95px;
    grid-template-columns: 630px 1fr;
    margin-top: -120px;
  }
}

.article {
  grid-area: Content;
  gap: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 767px) {
  .article {
    gap: 50px;
  }
}

.article__aside {
  grid-area: Aside;
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 991px) {
  .article__aside {
    position: sticky;
    position: -webkit-sticky;
    top: 75px;
  }
}

.article__thumbnail {
  max-width: 100%;
}

.article__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.article__header {
  position: relative;
  grid-area: Header;
  gap: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article__title {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: #2291FF;
  text-transform: uppercase;
}

@media screen and (min-width: 575px) {
  .article__title {
    font-size: 36px;
    line-height: 42px;
  }
}

.article__subtitle {
  color: white;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}

@media screen and (min-width: 991px) {
  .article__subtitle {
    font-size: 18px;
    line-height: 21px;
  }
}

.article__content {
  color: black;
  font-size: 14px;
  line-height: 21px;
}

@media screen and (min-width: 575px) {
  .article__content {
    font-size: 16px;
    line-height: 23px;
  }
}

.article__content p {
  margin-bottom: 20px;
}

.article__content h4 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}

.article__props {
  gap: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 16px;
}

.article__props ul {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.article__props ul li a {
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: inherit;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}

@media screen and (min-width: 575px) {
  .article__props ul li a {
    font-size: 16px;
    line-height: 16px;
  }
}

.article__props ul li a svg {
  width: 12px;
  height: 12px;
  color: #74807F;
}

.article__prop {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article__prop__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}

.article__images {
  position: relative;
}

.article__images .image__preview {
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  padding: 10px;
  background-color: #0000004C;
}

@media screen and (min-width: 767px) {
  .article__images .image__preview {
    left: 100%;
    bottom: auto;
    position: absolute;
    display: block;
    height: initial;
    padding: 0;
    background-color: transparent;
  }
}

.article__images .image__preview img {
  max-width: 100vw;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

@media screen and (min-width: 991px) {
  .article__images .image__preview img {
    width: 50vw;
  }
}

@media screen and (min-width: 1440px) {
  .article__images .image__preview img {
    width: 45vw;
  }
}

.article__images .yt-player {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
}

.article__images .yt-player video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  background-color: black;
}

.article__images .images__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  border: 3px solid white;
}

.article__images .images__main img {
  width: 100%;
  height: auto;
}

.article__images .images__main .main__zoom {
  z-index: 5;
  right: 10px;
  bottom: 10px;
  position: absolute;
  width: 50px;
  height: 50px;
  color: white;
  pointer-events: none;
}

@media screen and (min-width: 361px) {
  .article__images .images__main .main__zoom {
    width: 55px;
    height: 55px;
  }
}

.article__images .images__main .main__zoom svg {
  width: 100%;
  height: 100%;
}

.article__images .images__main .main__play {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  color: white;
}

@media screen and (min-width: 361px) {
  .article__images .images__main .main__play {
    width: 102px;
    height: 102px;
  }
}

.article__images .images__main .main__play svg {
  width: 100%;
  height: 100%;
}

.article__images .images__slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
}

@media screen and (min-width: 575px) {
  .article__images .images__slider {
    max-width: 400px;
  }
}

@media screen and (min-width: 991px) {
  .article__images .images__slider[data-count="1"] {
    max-width: 60px;
  }
}

@media screen and (min-width: 991px) {
  .article__images .images__slider[data-count="2"] {
    max-width: 200px;
  }
}

@media screen and (min-width: 991px) {
  .article__images .images__slider[data-count="3"] {
    max-width: 300px;
  }
}

.article__images .images__slider .slick-arrow {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  color: #5c6564;
  -webkit-transition: -webkit-transform .12s;
  transition: -webkit-transform .12s;
  -o-transition: transform .12s;
  transition: transform .12s;
  transition: transform .12s, -webkit-transform .12s;
}

.article__images .images__slider .slick-arrow:active {
  -webkit-transform: scale(0.95) translateY(-50%);
  -ms-transform: scale(0.95) translateY(-50%);
  transform: scale(0.95) translateY(-50%);
}

.article__images .images__slider .slick-arrow--prev {
  left: 0;
}

.article__images .images__slider .slick-arrow--next {
  right: 0;
}

.article__images .images__slider .slick-arrow svg {
  width: 100%;
  height: 100%;
}

.article__images .images__slider .image__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  position: relative;
  width: 100%;
  height: 50px;
  max-width: 60px;
  margin: 0 auto;
  border: 1px solid white;
  cursor: pointer;
}

@media screen and (min-width: 361px) {
  .article__images .images__slider .image__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    height: 60px;
    max-width: 70px;
  }
}

.article__images .images__slider .image__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.article__images .images__slider .image__slide .slide__play {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  color: #F6F6F6;
}

@media screen and (min-width: 361px) {
  .article__images .images__slider .image__slide .slide__play {
    width: 40px;
    height: 40px;
  }
}

.article__images .images__slider .image__slide .slide__play svg {
  width: 100%;
  height: 100%;
}

.zoomContainer {
  z-index: 10 !important;
}

.zoomContainer .zoomLens {
  z-index: -1 !important;
}

.slick-slider {
  -webkit-transition: opacity .15s;
  -o-transition: opacity .15s;
  transition: opacity .15s;
}

.slick-slider:not(.slick-initialized) {
  opacity: 0;
}

#product-gallery-main .slick-slide:not(.slick-current) .images__thumbnail {
  display: none;
}

body.product-gallery--video .main__zoom {
  display: none;
}

.contact__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  position: fixed;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  width: 100%;
  height: 100%;
  padding: 15px;
  opacity: 1;
  background-color: #0000004C;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}

.contact__map:not(.show) {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

@media screen and (min-width: 767px) {
  .contact__map {
    position: static;
    padding: 0;
  }
  .contact__map:not(.show) {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.contact__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.contact {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 40px;
}

@media screen and (min-width: 767px) {
  .contact {
    padding-top: 80px;
  }
}

.contact__toggle {
  top: 50%;
  right: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 26px;
  color: white;
}

@media screen and (min-width: 767px) {
  .contact__toggle {
    display: none;
  }
}

.contact__toggle svg {
  width: 100%;
  height: 100%;
}

.contact__info {
  gap: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 150.19%;
}

.contact__info .info__title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.contact__info .info__items {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 991px) {
  .contact__info .info__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.contact__info .info__item {
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact__info .info__label {
  font-size: 18px;
  font-weight: 400;
}

.contact__info .info__value {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: black;
  text-decoration: none;
}

.contact__info .info__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: #0061C1;
}

.contact__info .info__icon svg {
  width: 100%;
  height: 100%;
}

.contact__info .info__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact__form br {
  display: none;
}

.contact__form .wpcf7-form-control-wrap {
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact__form form .form__fields {
  display: grid;
  gap: 40px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 991px) {
  .contact__form form .form__fields {
    gap: 50px 15px;
    grid-auto-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 991px) {
  .contact__form form .form__fields {
    gap: 50px 32px;
  }
}

@media screen and (min-width: 991px) {
  .contact__form form .field.field--textarea {
    grid-column: 1/4;
  }
}

.contact__form form .form__actions {
  gap: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 0;
}

@media screen and (min-width: 991px) {
  .contact__form form .form__actions {
    grid-column: 1/4;
  }
}

@media screen and (min-width: 1440px) {
  .contact__form form .form__actions {
    padding-top: 35px;
  }
}

.contact__form form .form__actions .button {
  width: 100%;
  min-width: initial;
}

@media screen and (min-width: 991px) {
  .contact__form form .form__actions .button {
    width: auto;
    min-width: 390px;
  }
}

body.page-template-contact-us .main--article {
  gap: 32px;
  grid-template-columns: 1fr;
  grid-template-areas: "Header" "Content" "Aside";
}

@media screen and (min-width: 767px) {
  body.page-template-contact-us .main--article {
    grid-template-areas: "Header Aside" "Content Aside";
    grid-template-columns: 1fr 400px;
  }
}

@media screen and (min-width: 1440px) {
  body.page-template-contact-us .main--article {
    grid-template-columns: 1fr 500px;
  }
}

.button {
  padding: 10px 20px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: border-color .25s, background-color .25s, color .25s;
  -o-transition: border-color .25s, background-color .25s, color .25s;
  transition: border-color .25s, background-color .25s, color .25s;
}

@media screen and (min-width: 1440px) {
  .button {
    padding: 15px 35px;
    font-size: 20px;
    line-height: 23px;
  }
}

.button:not(.button--square) {
  border-radius: 34px;
}

.button--spatial {
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
}

.button--block {
  display: block;
  width: 100%;
}

.button--outlined {
  background: transparent;
}

.button--outlined.button--primary {
  border-color: #0061C1;
  color: #0061C1;
}

.button--outlined.button--primary:hover {
  border-color: #0054a8;
  background-color: #0054a8;
  color: #fff;
}

.button--outlined.button--primary:active {
  border-color: #00478e;
  background-color: #00478e;
  color: #fff;
}

.button--outlined.button--secondary {
  border-color: #2FADA6;
  color: #2FADA6;
}

.button--outlined.button--secondary:hover {
  border-color: #2a9993;
  background-color: #2a9993;
  color: #fff;
}

.button--outlined.button--secondary:active {
  border-color: #248580;
  background-color: #248580;
  color: #fff;
}

.button--outlined.button--gray {
  border-color: #74807F;
  color: #74807F;
}

.button--outlined.button--gray:hover {
  border-color: #687372;
  background-color: #687372;
  color: #fff;
}

.button--outlined.button--gray:active {
  border-color: #5c6564;
  background-color: #5c6564;
  color: #fff;
}

.button--outlined.button--gray-light {
  border-color: #F6F6F6;
  color: #F6F6F6;
}

.button--outlined.button--gray-light:hover {
  border-color: #e9e9e9;
  background-color: #e9e9e9;
  color: #000;
}

.button--outlined.button--gray-light:active {
  border-color: #dddddd;
  background-color: #dddddd;
  color: #000;
}

.button--outlined.button--white {
  border-color: #fff;
  color: #fff;
}

.button--outlined.button--white:hover {
  border-color: #f2f2f2;
  background-color: #f2f2f2;
  color: #000;
}

.button--outlined.button--white:active {
  border-color: #e6e6e6;
  background-color: #e6e6e6;
  color: #000;
}

.button--filled.button--primary {
  border-color: #0061C1;
  background-color: #0061C1;
  color: #fff;
}

.button--filled.button--primary:hover {
  background-color: #00478e;
  color: #fff;
}

.button--filled.button--primary:active {
  border-color: #00478e;
  background-color: #00478e;
}

.button--filled.button--secondary {
  border-color: #2FADA6;
  background-color: #2FADA6;
  color: #fff;
}

.button--filled.button--secondary:hover {
  background-color: #248580;
  color: #fff;
}

.button--filled.button--secondary:active {
  border-color: #248580;
  background-color: #248580;
}

.button--filled.button--gray {
  border-color: #74807F;
  background-color: #74807F;
  color: #fff;
}

.button--filled.button--gray:hover {
  background-color: #5c6564;
  color: #fff;
}

.button--filled.button--gray:active {
  border-color: #5c6564;
  background-color: #5c6564;
}

.button--filled.button--gray-light {
  border-color: #F6F6F6;
  background-color: #F6F6F6;
  color: #000;
}

.button--filled.button--gray-light:hover {
  background-color: #dddddd;
  color: #000;
}

.button--filled.button--gray-light:active {
  border-color: #dddddd;
  background-color: #dddddd;
}

.button--filled.button--white {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

.button--filled.button--white:hover {
  background-color: #e6e6e6;
  color: #000;
}

.button--filled.button--white:active {
  border-color: #e6e6e6;
  background-color: #e6e6e6;
}

.header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  position: fixed;
  width: 100vw;
  height: 58px;
  padding: 0 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.76)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
}

@media screen and (min-width: 767px) {
  .header {
    height: 200px;
    padding: 20px 30px;
  }
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

@media screen and (min-width: 767px) {
  .header__wrapper {
    height: auto;
  }
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
  width: 100%;
  height: 40px;
  max-width: 170px;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

@media screen and (min-width: 767px) {
  .header__logo {
    height: auto;
  }
}

@media screen and (min-width: 1440px) {
  .header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    max-width: 280px;
  }
}

.header__logo img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .header__nav {
    display: none;
  }
}

.header__nav ul {
  gap: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 1550px) {
  .header__nav ul {
    gap: 15px;
  }
}

.header__nav ul li a {
  padding: 5px 15px;
  border-radius: 50px;
  border: 1px solid transparent;
  color: white;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: border-color .2s;
  -o-transition: border-color .2s;
  transition: border-color .2s;
}

@media screen and (min-width: 1440px) {
  .header__nav ul li a {
    padding: 8px 25px;
    font-size: 20px;
  }
}

.header__nav ul li a:hover {
  border-color: white;
}

.header__nav ul li.current-menu-item a {
  border-color: white;
  background-color: white;
  color: #0061C1;
}

.header__actions {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

@media screen and (max-width: 991px) {
  .header__actions {
    display: none;
  }
}

.header__toggle {
  width: 21px;
  height: 25px;
  color: white;
}

@media screen and (min-width: 991px) {
  .header__toggle {
    display: none;
  }
}

.header__toggle svg {
  width: 100%;
  height: 100%;
}

.header__contact {
  width: 30px;
  height: 22px;
  color: white;
}

@media screen and (min-width: 991px) {
  .header__contact {
    display: none;
  }
}

.header__contact svg {
  width: 100%;
  height: 100%;
}

.header--scroll {
  padding: 0 15px;
  height: auto !important;
  min-height: initial !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.75);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.95)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.header--scroll .header__logo {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}

.header--scroll .header__actions {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}

body.layout--thin .header {
  height: 58px;
}

@media screen and (min-width: 767px) {
  body.layout--thin .header {
    height: 90px;
  }
}

@media screen and (min-width: 1440px) {
  body.layout--thin .header {
    height: 129px;
  }
}

.footer {
  padding-top: 38px;
  background-size: auto 287px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom center;
  background-image: url("../img/footer-mb.png");
  color: white;
}

@media screen and (min-width: 361px) {
  .footer {
    background-image: url("../img/footer.jpg");
  }
}

@media screen and (min-width: 1440px) {
  .footer {
    background-size: 100% auto;
  }
}

.footer--home {
  padding-top: 160px;
  background-size: auto 100%;
  background-position: top center;
  background-image: url("../img/f-1.png");
}

@media screen and (min-width: 991px) {
  .footer--home {
    background-size: 100% auto;
  }
}

.footer__testimonials {
  padding-bottom: 30px;
}

@media screen and (min-width: 991px) {
  .footer__testimonials {
    padding-bottom: 75px;
  }
}

.footer__nav {
  border-top: 1px solid white;
  padding: 20px;
}

@media screen and (min-width: 991px) {
  .footer__nav {
    padding: 60px 20px 40px;
  }
}

.footer__nav ul {
  gap: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  font-size: 14px;
  list-style: none;
}

@media screen and (min-width: 991px) {
  .footer__nav ul {
    gap: 30px;
  }
}

.footer__nav ul li a {
  color: inherit;
  text-decoration: none;
}

.footer__nav ul li a:hover {
  text-decoration: underline;
}

.footer__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__social::after, .footer__social::before {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background: white;
}

.footer__social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -1px;
  padding: 0;
  list-style: none;
}

.footer__social ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__social ul li:not(:last-child)::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  height: 1px;
  width: 25px;
  max-width: 25px;
  margin: 0 -1px;
  background-color: white;
}

.footer__social ul li a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  color: white;
}

.footer__social ul li a svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}

.footer__copyright {
  padding: 25px 0;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white;
  font-size: 14px;
}

.screen--first {
  position: relative;
  height: 395px;
  overflow: hidden;
}

@media screen and (min-width: 575px) {
  .screen--first {
    height: 100vh;
  }
}

.screen--first img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.screen--first video {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 2;
}

.screen--first .screen__video {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.screen.screen--models {
  margin-top: -2px;
  padding: 15px 15px 60px;
  background-size: 150% auto;
  background-repeat: no-repeat;
  background-position: -150px 0;
  background-image: url("../img/hb-2.png");
}

@media screen and (min-width: 575px) {
  .screen.screen--models {
    padding-top: 50px;
  }
}

@media screen and (min-width: 767px) {
  .screen.screen--models {
    padding-bottom: 120px;
    background-size: 100% auto;
    background-position: initial;
  }
}

@media screen and (min-width: 1440px) {
  .screen.screen--models {
    padding-top: 150px;
  }
}

.screen.screen--models .container--models {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 575px) {
  .screen.screen--models .container--models {
    gap: 50px;
  }
}

@media screen and (min-width: 991px) {
  .screen.screen--models .container--models {
    gap: 120px;
  }
}

.screen.screen--models .screen__header {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white;
}

.screen.screen--models .screen__title {
  font-size: 22px;
  line-height: 100%;
  font-weight: bold;
}

@media screen and (min-width: 991px) {
  .screen.screen--models .screen__title {
    font-size: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .screen.screen--models .screen__title {
    font-size: 48px;
  }
}

.screen.screen--models .screen__description {
  font-size: 16px;
  line-height: 19px;
}

@media screen and (min-width: 991px) {
  .screen.screen--models .screen__description {
    font-size: 28px;
    line-height: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .screen.screen--models .screen__description {
    font-size: 40px;
  }
}

.screen.screen--models .models {
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 991px) {
  .screen.screen--models .models {
    gap: 100px;
  }
}

@media screen and (min-width: 1440px) {
  .screen.screen--models .models {
    gap: 150px;
  }
}

.screen.screen--models .models .model {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 200px;
  text-decoration: none;
}

@media screen and (min-width: 767px) {
  .screen.screen--models .models .model {
    max-width: 250px;
  }
}

@media screen and (min-width: 1440px) {
  .screen.screen--models .models .model {
    max-width: 400px;
  }
}

.screen.screen--models .models .model__thumbnail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.screen.screen--models .models .model__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.screen.screen--models .models .model__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  font-weight: normal;
  color: #2FADA6;
}

@media screen and (min-width: 991px) {
  .screen.screen--models .models .model__title {
    line-height: 1;
    font-size: 24px;
  }
}

.screen.screen--welcome {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 1440px) {
  .screen.screen--welcome {
    margin-top: -75px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.screen.screen--welcome .screen__header {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1200px;
}

@media screen and (min-width: 991px) {
  .screen.screen--welcome .screen__header {
    gap: 30px;
  }
}

.screen.screen--welcome .screen__title {
  font-size: 22px;
  color: #0061C1;
  text-transform: uppercase;
}

@media screen and (min-width: 991px) {
  .screen.screen--welcome .screen__title {
    font-size: 32px;
  }
}

.screen.screen--welcome .screen__description {
  font-size: 16px;
  line-height: 19px;
}

@media screen and (min-width: 991px) {
  .screen.screen--welcome .screen__description {
    font-size: 20px;
    line-height: 24px;
  }
}

.screen.screen--welcome .screen__description p:not(:last-child) {
  margin-bottom: 20px;
}

.screen.screen--welcome .welcome {
  max-width: 950px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 767px) {
  .screen.screen--welcome .welcome {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 991px) {
  .screen.screen--welcome .welcome {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.screen.screen--welcome .screen__actions {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.screen.screen--welcome .screen__actions .button--learn {
  color: black;
}

.screen.screen--welcome .screen__actions .button--learn:hover, .screen.screen--welcome .screen__actions .button--learn:active {
  color: white;
}

.testimonials {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  background-color: rgba(246, 246, 246, 0.9);
}

.testimonials__title {
  gap: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 42px 0 0 45px;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: #0061C1;
  text-transform: uppercase;
}

@media screen and (min-width: 991px) {
  .testimonials__title {
    padding: 55px 60px 0 55px;
    font-size: 31px;
    line-height: 37px;
  }
}

.testimonials__title::after {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  content: '';
  height: 2px;
  background-color: #0061C1;
}

.testimonials__items {
  position: relative;
  max-width: 100%;
  padding: 30px 0 35px;
  color: black;
}

.testimonials__items::after {
  content: '”';
  top: 0;
  right: 40px;
  position: absolute;
  font-size: 126px;
  color: #74807F;
  font-family: Rosario, sans-serif;
}

@media screen and (min-width: 991px) {
  .testimonials__items::after {
    top: -30px;
    right: 90px;
  }
}

.testimonials__items .slick-dots {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin-top: 20px;
}

@media screen and (min-width: 991px) {
  .testimonials__items .slick-dots {
    margin-top: 45px;
  }
}

.testimonials__items .slick-dots li button {
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0;
  border-radius: 20px;
  background-color: transparent;
  border: 1px solid #0061C1;
  color: transparent;
  cursor: pointer;
  -webkit-transition: border-color .25s, background-color .25s, border-width .05s;
  -o-transition: border-color .25s, background-color .25s, border-width .05s;
  transition: border-color .25s, background-color .25s, border-width .05s;
}

@media screen and (min-width: 991px) {
  .testimonials__items .slick-dots li button {
    width: 20px;
    height: 20px;
  }
}

.testimonials__items .slick-dots li button:hover {
  border-color: #34c1b9;
}

@media screen and (min-width: 991px) {
  .testimonials__items .slick-dots li button:hover {
    border-width: 3px;
  }
}

.testimonials__items .slick-dots li.slick-active button {
  border-color: #2FADA6;
  background-color: #2FADA6;
}

.testimonials__items .slick-arrow {
  top: 50%;
  z-index: 1;
  position: absolute;
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 10px;
  border-radius: 70px;
  background-color: #2FADA6;
  color: white;
  -webkit-transition: background-color .25s, -webkit-transform .05s;
  transition: background-color .25s, -webkit-transform .05s;
  -o-transition: background-color .25s, transform .05s;
  transition: background-color .25s, transform .05s;
  transition: background-color .25s, transform .05s, -webkit-transform .05s;
}

.testimonials__items .slick-arrow:hover {
  background-color: #2a9993;
}

.testimonials__items .slick-arrow:active {
  background-color: #248580;
  -webkit-transform: translateY(-50%) scale(0.98);
  -ms-transform: translateY(-50%) scale(0.98);
  transform: translateY(-50%) scale(0.98);
}

.testimonials__items .slick-arrow svg {
  width: 25px;
  height: 25px;
}

.testimonials__items .slick-arrow--prev {
  left: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: -35px;
}

.testimonials__items .slick-arrow--next {
  right: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: -35px;
}

.testimonials .testimonial {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 200px;
  padding: 0 49px;
  font-size: 15px;
  line-height: 132%;
}

@media screen and (min-width: 991px) {
  .testimonials .testimonial {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 991px) {
  .testimonials .testimonial {
    padding: 0 60px;
    font-size: 18px;
    line-height: 23px;
  }
}

@media screen and (min-width: 991px) {
  .testimonials .testimonial {
    gap: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .testimonials .testimonial {
    gap: 60px;
  }
}

.testimonials .testimonial__author {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 60px;
  font-weight: bold;
}

@media screen and (min-width: 991px) {
  .testimonials .testimonial__author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
    padding-right: 0;
  }
}

.testimonials .testimonial__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (min-width: 991px) {
  .testimonials .testimonial__content {
    font-size: 18px;
    line-height: 132%;
  }
}

.banner {
  width: 100vw;
  height: 170px;
  background-size: auto 170px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
}

@media screen and (min-width: 575px) {
  .banner {
    height: 250px;
    background-size: auto 250px;
  }
}

@media screen and (min-width: 991px) {
  .banner {
    height: 340px;
    background-size: auto 340px;
  }
}

.banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.banner--thin {
  height: 58px;
  background-size: auto 58px;
}

@media screen and (min-width: 767px) {
  .banner--thin {
    height: 90px;
    background-size: auto 90px;
  }
}

@media screen and (min-width: 1340px) {
  .banner--thin {
    background-size: 100% 90px;
  }
}

@media screen and (min-width: 1440px) {
  .banner--thin {
    height: 129px;
    background-size: auto 129px;
  }
}

.banner--alt {
  position: relative;
  height: 125px;
  background-size: auto 125px;
}

@media screen and (min-width: 767px) {
  .banner--alt {
    height: 200px;
    background-size: auto 200px;
  }
}

.banner--alt .banner__header {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100vw;
  border-top: 2px solid white;
}

.banner--alt .banner__title {
  position: relative;
  padding: 16px 37px 13px;
  background-color: #ffffffcc;
  border-radius: 0 0 40px 40px;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  text-transform: uppercase;
}

.banner--alt .banner__title svg {
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.banner--alt .banner__content {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 70px 20px 20px;
  color: white;
}

.banner--alt .banner__subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}

@media screen and (min-width: 767px) {
  .banner--alt .banner__subtitle {
    font-size: 24px;
    line-height: 28px;
  }
}

.field {
  position: relative;
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.field__label {
  left: 0;
  top: 2px;
  position: absolute;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}

.field__input {
  height: auto;
  max-width: 100%;
  padding: 0 0 20px;
  border: none;
  outline: none;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid black;
  color: black;
  font-size: 20px;
  font-weight: normal;
  resize: none;
}

.field__input::-webkit-input-placeholder {
  color: #000;
}

.field__input::-moz-placeholder {
  color: #000;
}

.field__input:-ms-input-placeholder {
  color: #000;
}

.field__input::-ms-input-placeholder {
  color: #000;
}

.field__input::placeholder {
  color: #000;
}

.field--filled .field__label,
.field--focused .field__label {
  top: -20px;
  font-size: 14px;
  line-height: 19px;
  color: #0061C1;
}

.drawer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  position: fixed;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: transparent;
  -webkit-transition: background-color .4s;
  -o-transition: background-color .4s;
  transition: background-color .4s;
}

.drawer__body {
  position: absolute;
  width: 100%;
  max-width: 300px;
  min-height: 100%;
  background-color: white;
  overflow: hidden;
  -webkit-transition: left .4s, right .4s;
  -o-transition: left .4s, right .4s;
  transition: left .4s, right .4s;
}

@media screen and (min-width: 361px) {
  .drawer__body {
    max-width: 400px;
  }
}

@media screen and (min-width: 575px) {
  .drawer__body {
    max-width: 490px;
  }
}

.drawer--left .drawer__body {
  left: -500px;
}

.drawer--right .drawer__body {
  right: -500px;
}

.drawer--show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.drawer--animate {
  background-color: #0000004C;
}

.drawer--animate.drawer--left .drawer__body {
  left: 0;
}

.drawer--animate.drawer--right .drawer__body {
  right: 0;
}

.drawer__header {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 30px;
}

@media screen and (min-width: 767px) {
  .drawer__header {
    padding: 50px 40px;
  }
}

.drawer__close {
  width: 20px;
  height: 20px;
  color: #2FADA6;
  -webkit-transition: color .25s, -webkit-transform .05s;
  transition: color .25s, -webkit-transform .05s;
  -o-transition: color .25s, transform .05s;
  transition: color .25s, transform .05s;
  transition: color .25s, transform .05s, -webkit-transform .05s;
}

.drawer__close:hover {
  color: #2a9993;
}

.drawer__close:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  color: #248580;
}

.drawer__close svg {
  width: 100%;
  height: 100%;
}

.drawer__title {
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
  color: #0061C1;
  text-transform: uppercase;
}

@media screen and (min-width: 767px) {
  .drawer__title {
    font-size: 24px;
    line-height: 28px;
  }
}

.psloop {
  position: relative;
}

.psloop__items {
  gap: 4px;
  display: grid;
  grid-auto-rows: 230px;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 575px) {
  .psloop__items {
    grid-auto-rows: 300px;
  }
}

@media screen and (min-width: 767px) {
  .psloop__items {
    grid-auto-rows: 350px;
  }
}

@media screen and (min-width: 991px) {
  .psloop__items {
    grid-auto-rows: 425px;
  }
}

@media screen and (min-width: 1440px) {
  .psloop__items {
    grid-auto-rows: 540px;
  }
}

.ploop {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ploop__thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.ploop__thumbnail::after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

.ploop__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ploop__content {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  position: absolute;
  gap: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 350px;
  padding: 5px 10px;
  color: white;
}

@media screen and (min-width: 575px) {
  .ploop__content {
    padding: 10px 15px;
  }
}

@media screen and (min-width: 1440px) {
  .ploop__content {
    padding: 15px 20px;
  }
}

.ploop__title {
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (min-width: 575px) {
  .ploop__title {
    font-size: 21px;
    line-height: 24px;
  }
}

@media screen and (min-width: 1440px) {
  .ploop__title {
    font-size: 24px;
    line-height: 28px;
  }
}

.ploop__description {
  font-size: 16px;
  line-height: 19px;
}

@media screen and (min-width: 991px) {
  .ploop__description {
    font-size: 18px;
    line-height: 21px;
  }
}

.subtract {
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border-top: 3px solid white;
}

.subtract__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
}

.subtract__wrapper::after, .subtract__wrapper::before {
  content: '';
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28.5px;
  flex: 0 0 28.5px;
  width: 28.5px;
  height: 39px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}

@media screen and (min-width: 767px) {
  .subtract__wrapper::after, .subtract__wrapper::before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    height: 55px;
  }
}

.subtract__wrapper::before {
  background-image: url("../img/subtruct-left.png");
}

.subtract__wrapper::after {
  background-image: url("../img/subtruct-right.png");
}

.subtract__title {
  position: relative;
  padding: 10px 0;
  height: 39px;
  max-width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  background-size: contain;
  background-repeat: repeat-x;
  background-position: top left;
  background-image: url("../img/subtruct-body.png");
}

@media screen and (min-width: 575px) {
  .subtract__title {
    font-size: 18px;
    line-height: 20px;
  }
}

@media screen and (min-width: 767px) {
  .subtract__title {
    height: 55px;
    padding: 15px 0;
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (min-width: 991px) {
  .subtract__title {
    font-size: 24px;
    line-height: 28px;
  }
}

.line {
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 767px) {
  .line {
    gap: 10px;
    font-size: 24px;
    line-height: 28px;
  }
}

.line::after, .line::before {
  content: '';
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  min-width: 100px;
  margin-top: 10px;
  background-color: black;
}

.pslider {
  padding: 40px 0 50px;
}

@media screen and (min-width: 767px) {
  .pslider {
    padding: 100px 0 50px;
  }
}

.pslider__content {
  padding-top: 50px;
}

@media screen and (min-width: 767px) {
  .pslider__content {
    padding-top: 100px;
  }
}

.pslider__wrapper {
  position: relative;
}

@media screen and (min-width: 767px) {
  .pslider__wrapper {
    padding: 0 70px;
  }
}

.pslider__wrapper .slick-arrow {
  top: 50%;
  z-index: 2;
  position: absolute;
  -webkit-transform: translateY(-125%) scale(1);
  -ms-transform: translateY(-125%) scale(1);
  transform: translateY(-125%) scale(1);
  width: 60px;
  height: 60px;
  color: #74807F;
  -webkit-transition: color .25s, -webkit-transform .05s;
  transition: color .25s, -webkit-transform .05s;
  -o-transition: color .25s, transform .05s;
  transition: color .25s, transform .05s;
  transition: color .25s, transform .05s, -webkit-transform .05s;
}

.pslider__wrapper .slick-arrow:hover {
  color: #687372;
}

.pslider__wrapper .slick-arrow:active {
  -webkit-transform: translateY(-125%) scale(0.95);
  -ms-transform: translateY(-125%) scale(0.95);
  transform: translateY(-125%) scale(0.95);
  color: #5c6564;
}

.pslider__wrapper .slick-arrow svg {
  width: 100%;
  height: 100%;
}

.pslider__wrapper .slick-arrow--prev {
  left: 10px;
}

.pslider__wrapper .slick-arrow--next {
  right: 10px;
}

.pslider__item {
  gap: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10px;
  text-decoration: none;
}

@media screen and (min-width: 767px) {
  .pslider__item {
    width: auto;
    padding: 0 30px;
  }
}

.pslider__item .item__thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 110px;
  background-color: white;
  border: 1px solid #BFBFBF;
}

@media screen and (min-width: 575px) {
  .pslider__item .item__thumbnail {
    height: 180px;
  }
}

@media screen and (min-width: 991px) {
  .pslider__item .item__thumbnail {
    height: 230px;
  }
}

.pslider__item .item__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.pslider__item .item__content {
  gap: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: black;
}

.pslider__item .item__title {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (min-width: 1440px) {
  .pslider__item .item__title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (min-width: 1920px) {
  .pslider__item .item__title {
    font-size: 24px;
    line-height: 28px;
  }
}

.pslider__item .item__description {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

@media screen and (min-width: 1440px) {
  .pslider__item .item__description {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (min-width: 1920px) {
  .pslider__item .item__description {
    font-size: 24px;
    line-height: 28px;
  }
}

.app {
  position: relative;
  -webkit-transform: translateX(-35px);
  -ms-transform: translateX(-35px);
  transform: translateX(-35px);
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100vw;
  max-width: calc(100vw - 30px);
  background-color: white;
}

@media screen and (min-width: 575px) {
  .app {
    -webkit-transform: translateX(-130px);
    -ms-transform: translateX(-130px);
    transform: translateX(-130px);
    max-width: 560px;
  }
}

@media screen and (min-width: 991px) {
  .app {
    -webkit-transform: translateX(-130px);
    -ms-transform: translateX(-130px);
    transform: translateX(-130px);
  }
}

@media screen and (min-width: 1440px) {
  .app {
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
  }
}

.app__card {
  padding-top: 30px;
  padding-bottom: 50px;
  border-top: 5px solid transparent;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.25);
  background-image: url("../img/app-card.png");
  -webkit-transition: border-color .25s;
  -o-transition: border-color .25s;
  transition: border-color .25s;
}

.app__title {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #0061C1;
  text-transform: uppercase;
}

@media screen and (min-width: 991px) {
  .app__title {
    font-size: 20px;
    line-height: 23px;
  }
}

.app__title::after, .app__title::before {
  content: '';
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background-color: #0061C1;
}

.app__blocks {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 20px 0;
  color: black;
}

@media screen and (min-width: 991px) {
  .app__blocks {
    padding: 35px 40px 0;
  }
}

.app__blocks .block__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

@media screen and (min-width: 991px) {
  .app__blocks .block__title {
    font-size: 18px;
    line-height: 21px;
  }
}

.app__blocks .block__items {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  font-size: 14px;
  line-height: 16px;
}

@media screen and (min-width: 991px) {
  .app__blocks .block__items {
    font-size: 16px;
    line-height: 18px;
  }
}

.app__blocks .block__item {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.app__blocks .block__item--sub {
  padding-left: 27px;
}

.app__blocks .block__item--sub .item__icon {
  display: none;
}

.app__blocks .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.app__blocks .item__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17px;
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  color: black;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.app__blocks .item__icon svg {
  width: 100%;
  height: 100%;
}

.app__actions {
  gap: 10px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 575px) {
  .app__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.app__actions > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.app__actions .button {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}

.slick-current .app__card {
  border-top-color: #0061C1;
}

.slick-current .app__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-current .app__blocks .item__icon {
  color: #0061C1;
}

.applications {
  position: relative;
}

.applications .subtract {
  position: static;
}

.applications__slider .slick-arrow {
  top: 50%;
  z-index: 5;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  color: #2FADA6;
  -webkit-transition: color .25s, -webkit-transform .1s;
  transition: color .25s, -webkit-transform .1s;
  -o-transition: color .25s, transform .1s;
  transition: color .25s, transform .1s;
  transition: color .25s, transform .1s, -webkit-transform .1s;
}

@media screen and (min-width: 991px) {
  .applications__slider .slick-arrow {
    width: 50px;
    height: 50px;
  }
}

.applications__slider .slick-arrow:hover {
  color: #2a9993;
}

.applications__slider .slick-arrow:active {
  -webkit-transform: translateY(-50%) scale(0.95);
  -ms-transform: translateY(-50%) scale(0.95);
  transform: translateY(-50%) scale(0.95);
  color: #248580;
}

.applications__slider .slick-arrow--prev {
  left: 2px;
}

@media screen and (min-width: 575px) {
  .applications__slider .slick-arrow--prev {
    left: 10px;
  }
}

.applications__slider .slick-arrow--next {
  right: 2px;
}

@media screen and (min-width: 575px) {
  .applications__slider .slick-arrow--next {
    right: 10px;
  }
}

.applications__slider .slick-arrow svg {
  width: 100%;
  height: 100%;
}

.applications__slider .slick-track {
  padding: 20px 0;
}

.applications__slider .slick-current {
  z-index: 10;
  position: relative;
}

.applications__slider .slick-slide {
  z-index: 1;
  position: relative;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.applications__slider .slick-slide.slick-active {
  z-index: 2;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.applications__slider .slick-slide.slick-current {
  z-index: 3;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.applications__actions {
  gap: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 12px 15px 18px;
}

@media screen and (min-width: 767px) {
  .applications__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px 0 30px;
  }
}

.applications__actions .button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  padding: 10px 15px;
}

@media screen and (min-width: 767px) {
  .applications__actions .button {
    font-size: 18px;
  }
}

.block {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.block__content {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 767px) {
  .block__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.block__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: #0061C1;
  text-transform: uppercase;
}

@media screen and (min-width: 767px) {
  .block__title {
    font-size: 20px;
    line-height: 23px;
  }
}

.block__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 950px;
}

.block__description {
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

@media screen and (min-width: 575px) {
  .block__description {
    font-size: 18px;
  }
}

.block__description p:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (min-width: 575px) {
  .block__description p:not(:last-child) {
    margin-bottom: 20px;
  }
}

.block__description ul {
  gap: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 5px 0 0 0;
  list-style: none;
}

.block__description ul li {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block__description ul li::before {
  content: '';
  -webkit-box-flex: 0;
  -ms-flex: 0 0 7px;
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  margin-top: 5px;
  border-radius: 7px;
  background-color: #C4C4C4;
}

.block__email {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px;
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

@media screen and (min-width: 767px) {
  .block__email {
    gap: 15px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 21px;
  }
}

.block__email svg {
  width: 20px;
  height: 20px;
  color: #0061C1;
}

.block__email a {
  color: inherit;
}

.block__actions {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block__toggle {
  padding: 5px 10px;
  background-color: #2FADA6;
  color: white;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
  -webkit-transition: background-color .25s, -webkit-transform .02s;
  transition: background-color .25s, -webkit-transform .02s;
  -o-transition: background-color .25s, transform .02s;
  transition: background-color .25s, transform .02s;
  transition: background-color .25s, transform .02s, -webkit-transform .02s;
}

.block__toggle:hover {
  background-color: #2a9993;
}

.block__toggle:active {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  background-color: #248580;
}

.block.block--with-more .block__title {
  color: black;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}

.blocks {
  padding: 30px 15px 20px;
}

@media screen and (min-width: 767px) {
  .blocks {
    padding: 60px 30px 50px;
  }
}

.blocks__main {
  gap: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 767px) {
  .blocks__main {
    gap: 125px;
  }
}

.blocks__list {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blocks__list > .block {
  border-bottom: 1px solid #BFBFBF;
}

[data-clip-root]:not(.ready) {
  opacity: 0;
}

[data-clip-content] {
  overflow: hidden;
  -webkit-transition: max-height .25s;
  -o-transition: max-height .25s;
  transition: max-height .25s;
}

.map {
  position: relative;
  height: 70vh;
  background-color: #343332;
}

.map__embed {
  height: 100%;
  overflow: hidden;
}

.map__embed img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.map__area {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
}

.map__area #map {
  width: 100%;
  height: 100%;
}

.map__marker {
  width: 26px;
  height: 64px;
  margin-top: -32px;
  color: #00FF19;
  cursor: pointer;
}

.map__marker:hover {
  color: #00b312;
}

@media screen and (min-width: 767px) {
  .map__marker {
    width: 45px;
    height: 110px;
    margin-top: -55px;
  }
}

.map__marker--active {
  color: white;
}

.map__marker svg {
  width: 100%;
  height: 100%;
  -webkit-transition: color .25s, -webkit-transform .15s;
  transition: color .25s, -webkit-transform .15s;
  -o-transition: color .25s, transform .15s;
  transition: color .25s, transform .15s;
  transition: color .25s, transform .15s, -webkit-transform .15s;
}

.map__marker:hover svg {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.map__popup {
  gap: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

@media screen and (min-width: 767px) {
  .map__popup {
    font-size: 16px;
    line-height: 19px;
  }
}

.map__popup .popup__logo {
  width: auto;
  height: auto;
}

.map__popup .popup__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}

.map__popup .popup__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10px;
}

@media screen and (min-width: 767px) {
  .map__popup .popup__col {
    padding: 0 20px;
  }
}

.map__popup .popup__col:not(:last-child) {
  border-right: 1px solid #C7C7C7;
}

.map__popup .popup__heading {
  font-weight: 700;
  white-space: nowrap;
}

.map__popup .popup__list {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.map__popup .popup__list--dots li {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.map__popup .popup__list--dots li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 4px;
  border-radius: 8px;
  background-color: #0061C1;
}

.map__popup .popup__list li a {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  text-decoration: none;
}

.map__popup .popup__list li a svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  color: #0061C1;
}

.mapboxgl-popup {
  top: -32px !important;
  max-width: 100% !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

@media screen and (min-width: 767px) {
  .mapboxgl-popup {
    top: -55px !important;
  }
}

.mapboxgl-popup-close-button {
  display: none !important;
}

.section--agencies {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 767px) {
  .section--agencies {
    gap: 50px;
  }
}

.section--agencies .agencies {
  border-top: 1px solid #BFBFBF;
}

.section--agencies .agencies .agency {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0 30px;
  border-bottom: 1px solid #BFBFBF;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

@media screen and (min-width: 767px) {
  .section--agencies .agencies .agency {
    gap: 0;
    font-size: 18px;
    line-height: 21px;
  }
}

.section--agencies .agencies .agency > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section--agencies .agencies .agency .text-with-icon {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  white-space: nowrap;
  text-decoration: none;
}

.section--agencies .agencies .agency .text-with-icon svg {
  width: 22px;
  height: 22px;
  color: #0061C1;
}

.section--agencies .agencies .agency__heading {
  display: block;
  font-size: 14px;
  line-height: 16px;
}

@media screen and (min-width: 1440px) {
  .section--agencies .agencies .agency__heading {
    display: none;
  }
}

.section--agencies .agencies .agency__items {
  gap: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.section--agencies .agencies .agency__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (min-width: 767px) {
  .section--agencies .agencies .agency__logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.section--agencies .agencies .agency__block {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section--agencies .agencies .agency__block--location {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (min-width: 575px) {
  .section--agencies .agencies .agency__block--location {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (min-width: 767px) {
  .section--agencies .agencies .agency__block--location {
    padding: 0 15px;
  }
}

.section--agencies .agencies .agency__block--contacts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 767px) {
  .section--agencies .agencies .agency__block--contacts {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}

@media screen and (min-width: 1440px) {
  .section--agencies .agencies .agency__block--contacts {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
}

.section--agencies .agencies .agency__block--contacts .agency__items {
  display: grid;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 1440px) {
  .section--agencies .agencies .agency__block--contacts .agency__items {
    grid-template-columns: 1fr 1fr auto;
  }
}

.section--agencies .agencies__info {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
}

@media screen and (min-width: 991px) {
  .section--agencies .agencies__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 24px;
    line-height: 28px;
  }
}

.section--agencies .agencies__info > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section--agencies .agencies__info .info__title {
  max-width: 500px;
}

.filters .filter {
  gap: 19px;
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 991px) {
  .filters .filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.filters .filter__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 22px;
  background-color: #EEECEC;
  color: black;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color .25s, color .25s;
  -o-transition: background-color .25s, color .25s;
  transition: background-color .25s, color .25s;
}

.filters .filter__item:hover {
  background-color: #e2dfdf;
}

.filters .filter__item:active {
  background-color: #d6d1d1;
}

.filters .filter__item--current {
  color: white !important;
  background-color: #0061C1 !important;
}

.filters .nice-select {
  width: 100%;
  height: auto;
  padding: 20px 50px 20px 20px;
  border-radius: 0;
  background-color: #0061C1;
  line-height: initial;
}

@media screen and (min-width: 991px) {
  .filters .nice-select {
    display: none;
  }
}

.filters .nice-select::after {
  right: 20px;
  border-color: white;
}

.filters .nice-select > span {
  color: white;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}

.filters .nice-select .list {
  width: 100%;
  border-radius: 0;
  font-size: 18px;
  text-transform: uppercase;
}

#menu-drawer .drawer__body {
  max-width: 300px;
}

#menu-drawer .drawer__body::after {
  content: "";
  right: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  pointer-events: none;
  width: 220px;
  height: 169px;
  background-size: auto;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-image: url("../img/logo-mask.svg");
}

.menu-drawer {
  z-index: 3;
  position: relative;
  gap: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 30px;
}

.menu-drawer ul {
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-drawer a {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  color: #545454;
  text-decoration: none;
}

.menu-drawer a svg {
  width: 15px;
  height: 15px;
  color: #2FADA6;
}

.menu-drawer a span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.menu-drawer .current-menu-item a {
  font-weight: bold;
}

.menu-drawer .current-menu-item a svg {
  width: 20px;
  height: 20px;
  color: #0061C1;
}

.menu-drawer .current-menu-item a span {
  color: #0061C1;
}

.form--contact {
  padding: 35px 30px;
}

@media screen and (min-width: 767px) {
  .form--contact {
    padding: 70px 50px;
  }
}

.form--contact br {
  display: none;
}

.form--contact .wpcf7-form-control-wrap {
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form--contact form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form--contact form .form__fields {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form--contact form .form__action {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0 10px;
}

@media screen and (min-width: 575px) {
  .form--contact form .form__action {
    padding: 100px 0 10px;
  }
}

@media screen and (min-width: 767px) {
  .form--contact form .form__action {
    padding: 200px 0 10px;
  }
}

.form--contact .button {
  color: black;
}

/*# sourceMappingURL=style.css.map */
