:root {
  --black-30: #1515154d;
  --black: #151515;
  --yellow: #fd0;
  --yellow-dark: #f4c721;
  --white: white;
  --green: #009845;
}

@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.b-header {
  background-image: url('../images/bg-footer.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  min-height: 700px;
  padding: .5vw;
  position: relative;
}

.b-header-container {
  background-color: var(--black-30);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 1vw;
  width: 100%;
  height: 100%;
  padding-top: 2vw;
  padding-left: 2.6vw;
  padding-right: 2.6vw;
}

.b-header-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.b-body {
  color: var(--black);
  font-family: Inter Tight, sans-serif;
  font-size: .9vw;
  font-weight: 500;
  line-height: 130%;
}

.b-header-socbtn-block {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.b-header-top-right {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.b-header-top-lang {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.b-header-top-lang.burger-menu-lang {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
}

.b-header-top-ctabtn.page-header-top-left__menubtn {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.b-header-top-ctabtn.burger-menu-top-ctabtn {
  display: flex;
}

.b-header__socbtn {
  background-color: #ffffff1a;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 3vw;
  display: flex;
}

.b-header__socbtn.lang__btn {
  width: 2.2vw;
  height: 2.2vw;
  text-decoration: none;
}

.b-header__socbtn.lang__btn.burger-menu__lang-btn {
  background-color: var(--yellow);
  width: 3vw;
  height: 3vw;
  transition: all .2s ease-in-out;
}

.b-header__socbtn.lang__btn.burger-menu__lang-btn:hover {
  background-color: var(--yellow);
}

.socbtn__icon {
  width: 1.1vw;
  transition: all .3s ease-in-out;
}

.socbtn__icon:hover {
  transform: scale(1.1);
}

.logo__pic {
  width: 12.5vw;
}

.cta-tel {
  grid-column-gap: .8vw;
  grid-row-gap: .8vw;
  background-color: var(--yellow);
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  padding: 1vw 2.6vw;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: flex;
}

.cta-tel:hover {
  background-color: var(--yellow-dark);
}

.cta-tel__text {
  color: var(--black);
  font-size: 1vw;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}

.cta-tel__text.menu-btn__text {
  text-transform: uppercase;
  line-height: 130%;
}

.cta-tel__text.menu-btn__text.menu-btn__text_close {
  display: none;
}

.cta-tel__icon {
  width: 1.1vw;
}

.cta-tel__icon.menu-btn__icon {
  width: 1vw;
}

.cta-tel__icon.menu-btn__icon.menu-btn__icon_close {
  display: none;
}

.lang__text {
  color: #ffffff80;
  font-size: .8vw;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.lang__text:hover {
  color: var(--yellow);
}

.lang__text.lang__text_current {
  color: #fff;
  font-weight: 500;
}

.lang__text.lang__text_current:hover {
  color: var(--yellow);
}

.lang__text.lang__text_current.burger-menu__lang-text.burger-menu__lang-text_current {
  color: var(--black);
}

.lang__text.burger-menu__lang-text {
  color: #1515158f;
  font-size: 1.1vw;
}

.b-header-menu {
  justify-content: center;
  align-items: center;
  margin-top: 2vw;
  padding-right: 0;
  display: flex;
}

.b-header-menu__block {
  grid-column-gap: 4.6vw;
  grid-row-gap: 4.6vw;
  border-top: .05vw solid #ffffff4d;
  border-bottom: .05vw solid #ffffff4d;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1vw 3vw;
  list-style-type: none;
  display: inline-flex;
}

.menu__item-link {
  color: #fff;
  font-size: 1vw;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.menu__item-link:hover {
  color: var(--yellow);
}

.b-header-center {
  grid-column-gap: 2.7vh;
  grid-row-gap: 2.7vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10vh;
  position: relative;
}

.b-header-center__text {
  color: var(--yellow);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1vw;
  font-weight: 500;
  line-height: 130%;
}

.b-header-center__title {
  margin-top: 0;
  margin-bottom: 0;
}

.center-title-row {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.b-header__title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7vh;
  font-weight: 900;
  line-height: 110%;
}

.g-icon-star-yellow {
  width: .8vw;
}

.b-header-title {
  flex-flow: column;
  display: flex;
}

.b-header-point {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  border: .05vw none var(--white);
  background-color: var(--yellow);
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  margin-top: 1vw;
  padding: 1vw 2.6vw;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: flex;
}

.b-header-point:hover {
  background-color: var(--yellow-dark);
}

.g-icon-point {
  width: .9vw;
}

.point__title {
  color: var(--black);
  letter-spacing: .2vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1vw;
  font-weight: 600;
  line-height: 140%;
}

.g-illustration-block {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.illustration-pic {
  height: 22vh;
  max-height: 22.5vh;
}

.about-main {
  padding: 9.3vw 0;
}

.about-main-row {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: center;
  align-items: center;
  font-size: 5vw;
  font-weight: 600;
  line-height: 110%;
  display: flex;
}

.about-main__text {
  letter-spacing: -.1vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-main-elem {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  border: .05vw solid #000;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  padding: 1vw 2.6vw;
  display: flex;
}

.about-main-elem__text {
  letter-spacing: .2vw;
  justify-content: center;
  align-items: center;
  font-family: Inter Tight, sans-serif;
  font-size: 1vw;
  font-weight: 600;
  line-height: 110%;
}

.about-main-elem__pic {
  width: 1.4vw;
}

.about-main-block {
  flex-flow: column;
  display: flex;
}

.about-main-text-block {
  position: relative;
}

.about-main__flag-canada {
  width: 1.7vw;
  position: absolute;
  inset: 30% 19% auto auto;
}

.b-header-center-content {
  z-index: 1;
  grid-column-gap: 2.5vh;
  grid-row-gap: 2.5vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.b-header-center__pic {
  height: 12vw;
  position: absolute;
  inset: 22% auto 0% 0%;
}

.b-header-center__pic.b-header-center__pic_right {
  height: 14vw;
  inset: 15% 0% 0% auto;
}

.what-can-sect.g-padding {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.g-padding {
  padding-left: 3.1vw;
  padding-right: 3.1vw;
}

.what-can-sect__pic {
  width: 93.75vw;
}

.what-can-sect-scroll {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  display: flex;
  position: absolute;
  inset: auto auto 10% 25%;
}

.what-can-sect-scroll__text {
  font-size: 1.25vw;
  font-weight: 600;
}

.what-can-sect-scroll__text.what-can-sect-scroll__text_arrow {
  transform: rotate(90deg);
}

.what-can-sect-scroll__arrow {
  height: 1.5vw;
}

.sect-services1.g-padding {
  grid-column-gap: 6.7vw;
  grid-row-gap: 6.7vw;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 8.8vw;
  display: grid;
}

.sect-services1.g-padding.sect-services5 {
  padding-top: 0;
  padding-bottom: 8.8vw;
}

.sect-services-left {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1vw;
  height: auto;
  min-height: 47.3vw;
}

.sect-services-left.sect-services-left_5 {
  background-repeat: no-repeat;
}

.sect-services-left-pic__img {
  border-radius: 1vw;
}

.b-h2 {
  letter-spacing: -.13vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.25vw;
  font-weight: 600;
  line-height: 110%;
}

.b-h2.b-h2_white {
  color: var(--white);
}

.sect-services-desc {
  width: 33.4vw;
  margin-top: 1vw;
  margin-bottom: 3.6vw;
  font-size: 1.25vw;
  line-height: 150%;
}

.sect-services-desc.sect-services-desc_white {
  color: var(--white);
  width: 27.7vw;
}

.sect-services-desc.sect-services-desc_white.sect-services-desc_white-bottom {
  width: 29.4vw;
}

.sect-services-pic-block {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1vw;
  justify-content: flex-end;
  align-items: flex-end;
  height: auto;
  min-height: 27.3vw;
  padding: 3vw;
  display: flex;
  position: relative;
}

.sect-services-pic-block.sect-services-pic-block_5 {
  background-repeat: no-repeat;
}

.sect-services-pic-link-block {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  background-color: var(--yellow);
  border-radius: 100em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 13.5vw;
  height: 13.5vw;
  padding: 2vw 1vw 1vw;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  position: static;
  inset: auto 3vw 3vw auto;
}

.sect-services-pic-link-block:hover {
  background-color: var(--white);
}

.sect-services-pic-link-block.sect-services-pic-link-block_serv3 {
  bottom: 15%;
}

.sect-services-pic-link-block.sect-reviews-link-block {
  position: static;
}

.sect-services-pic-link-block__text {
  color: var(--black);
  text-align: center;
  letter-spacing: -.02vw;
  text-transform: uppercase;
  font-size: .9vw;
  font-weight: 600;
}

.sect-services-pic-link-block__icon {
  width: 2vw;
}

.sect-services-article-block {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  border-left: .5vw solid var(--yellow);
  background-color: var(--white);
  border-radius: .5vw;
  flex-flow: column;
  max-width: 22.5vw;
  padding: 1.5vw;
  transition: all .3s ease-in-out;
  display: flex;
  position: absolute;
  inset: 8% auto auto -30%;
  box-shadow: 0 1vw 2vw #0000001a;
}

.sect-services-article-block:hover {
  box-shadow: 0 1.5vw 3vw #0003;
}

.sect-services-article-block.sect-services-article-block_services2 {
  border-top: .5vw solid var(--yellow);
  border-left-style: none;
  inset: -10% 3vw auto auto;
}

.sect-services-article-block.sect-services-article-block_services3 {
  border-right: .5vw solid var(--yellow);
  border-left-style: none;
  inset: 8% 3vw auto auto;
}

.sect-services-article-block.sect-services-article-block_services3.sect-reviews-intro-block {
  max-width: 100%;
  position: static;
}

.sect-services-article-block.sect-reviews-content {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  border-right: .5vw solid var(--yellow);
  border-left-style: none;
  max-width: 24vw;
  padding: 2vw;
  position: static;
}

.sect-services-article-block.sect-reviews-content.sect-reviews-content_empty {
  box-shadow: none;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff1a;
  border: 1px #000;
  max-width: 24vw;
  height: 17vw;
}

.sect-services-article-block.sect-reviews-content.sect-reviews-content_empty.sect-reviews-content_empty-mini {
  height: 8vw;
}

.sect-services-article-block.sect-reviews-content.sect-reviews-content_empty.sect-reviews-content_empty-mini.sect-reviews-article {
  height: 4vw;
}

.sect-services-article-block.sect-reviews-content.b-footer-block-menu {
  box-shadow: none;
  background-color: #f8f8f8;
  border-left-style: solid;
  border-right-style: none;
}

.sect-services-article-block.page-article-block-one {
  border-bottom: .5vw solid var(--yellow);
  border-left-style: none;
  inset: 85% auto auto;
}

.article-block-top {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.article-block-top__img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100em;
  flex: none;
  width: 6vw;
  height: 6vw;
}

.article-block-top__img.reviews-block__img {
  background-repeat: no-repeat;
  width: 3.9vw;
  height: 3.9vw;
}

.article-block-top-content {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.article-block-top__title {
  letter-spacing: -.02vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1vw;
  font-weight: 600;
  line-height: 120%;
}

.article-block-top__title2 {
  color: #151515b3;
  line-height: 150%;
}

.article-block-center__desc {
  color: #151515cc;
  margin-bottom: 0;
  font-size: 1vw;
  font-weight: 600;
  line-height: 140%;
}

.article-block-center__desc.reviews-block__desc {
  color: var(--black);
}

.article-block-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.article-block-bottom.sect-reviews-one-intro-block {
  justify-content: center;
  align-items: center;
}

.article-block-bottom__btn {
  background-color: var(--black);
  letter-spacing: -.02vw;
  border-radius: 100em;
  padding: .5vw 1vw;
  font-weight: 600;
  transition: all .2s ease-in-out;
}

.article-block-bottom__btn:hover {
  background-color: var(--green);
}

.article-block-bottom__btn.article-block-bottom__btn-stroke {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: -.02vw;
  border: .05vw solid #000;
  font-weight: 600;
}

.article-block-bottom__btn.article-block-bottom__btn-stroke:hover {
  border-color: var(--yellow);
  background-color: var(--yellow);
}

.article-block-bottom__btn.b-footer-menu__title {
  background-color: var(--green);
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  font-size: 1vw;
  font-weight: 500;
}

.article-block-bottom__btn.services-slider-content__btn {
  text-transform: uppercase;
  padding: .7vw 1.4vw;
}

.sect-services2.g-padding {
  padding-top: 11.7vw;
  padding-bottom: 11.7vw;
}

.sect-services-center {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1vw;
  height: 44.1vw;
  padding: 3vw;
  position: relative;
}

.sect-services-center.sect-services-center_4 {
  background-repeat: no-repeat;
}

.sect-services-center-content {
  width: 48vw;
}

.sect-services-center-content.sect-services-center-content_4 {
  position: absolute;
  inset: auto auto 0% 3vw;
}

.sect-services3 {
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 57.8vw;
  padding-bottom: 0;
}

.sect-services3.g-padding {
  position: relative;
}

.sect-services-content-wrap {
  height: 100%;
  padding-bottom: 0;
  padding-left: 3vw;
  padding-right: 3vw;
  position: relative;
}

.sect-reviews {
  background-image: url('../images/image-15.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  min-height: 50vw;
}

.sect-reviews.g-padding {
  width: 100%;
  height: 50vw;
  min-height: 0;
  overflow: hidden;
}

.sect-reviews-wrap {
  grid-column-gap: 6.7vw;
  grid-row-gap: 6.7vw;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
  height: auto;
  min-height: 50vw;
  display: grid;
}

.sect-reviews-left {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  width: 100%;
  min-width: 36.5vw;
  padding-top: 8.8vw;
  display: flex;
}

.sect-reviews__title {
  color: var(--white);
  font-size: 6.25vw;
  font-weight: 600;
  line-height: 100%;
}

.sect-reviews-right {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  width: 100%;
  height: 100%;
  display: flex;
}

.sect-reviews-right-block-wrap {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  width: auto;
  min-width: 24vw;
  display: flex;
}

.b-footer.g-padding {
  padding-top: 5.2vw;
  padding-bottom: 5.2vw;
}

.b-footer-block {
  grid-column-gap: 6.7vw;
  grid-row-gap: 6.7vw;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.b-footer-logo__img {
  width: 19vw;
  max-height: 280px;
}

.b-footer-logo__img.burger-menu-logo__img {
  width: 16vw;
  max-width: none;
  max-height: none;
}

.b-footer-left-col {
  grid-column-gap: 5.2vw;
  grid-row-gap: 5.2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 36.5vw;
  display: flex;
}

.b-footer-right-col {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.b-footer-right-block-wrap.sect-reviews-right-block-wrap {
  display: block;
}

.b-footer-menu-title-wrap {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.b-footer-block-item {
  grid-column-gap: .8vw;
  grid-row-gap: .8vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.b-footer-menu__item {
  color: var(--black);
  font-size: 1vw;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.b-footer-menu__item:hover {
  color: var(--green);
}

.b-footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.9vw;
  display: grid;
}

.b-footer-bottom-left {
  grid-column-gap: .7vw;
  grid-row-gap: .7vw;
  display: flex;
}

.b-footer__link {
  background-color: var(--yellow);
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 4.8vw;
  height: 4.8vw;
  transition: all .3s ease-in-out;
  display: flex;
}

.b-footer__link:hover {
  background-color: var(--yellow-dark);
}

.b-footer__link.burger-menu__link {
  width: 3.6vw;
  height: 3.6vw;
}

.b-footer__link-img {
  width: 1.5vw;
}

.b-footer-bottom-center {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.b-footer-address {
  grid-column-gap: .8vw;
  grid-row-gap: .8vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.b-footer-address__text {
  letter-spacing: -.02vw;
  font-size: 1vw;
  font-weight: 600;
  line-height: 100%;
}

.b-footer-address__icon {
  width: .8vw;
}

.b-footer-copyright__text {
  color: #9d9d9c;
  text-align: center;
  line-height: 126%;
}

.b-footer-bottom-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.b-footer-menu__btn-wrap {
  grid-column-gap: 1.4vw;
  grid-row-gap: 1.4vw;
  flex-flow: wrap;
  place-content: stretch flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.b-footer-menu__btn-wrap.b-footer-menu__dev-wrap {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
}

.g-dev-by-text {
  color: #9d9d9c;
  text-align: left;
  font-size: .8vw;
  font-weight: 600;
  line-height: 120%;
}

.g-dev-logo {
  opacity: 1;
  height: 2.6vw;
  transition: opacity .3s ease-in-out;
}

.g-dev-logo:hover {
  opacity: .8;
}

.page-header-wrap {
  padding: 0;
}

.page-header-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--green);
  border-radius: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  min-height: 7.1vw;
  margin: .5vw .5vw 0;
  padding-left: 2.6vw;
  padding-right: 2.6vw;
  display: grid;
}

.page-header-breadcr {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  border-bottom: 1px solid #1515151a;
  padding: .5vw 3.1vw;
  display: flex;
}

.page-header-title-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1vw 3.1vw;
  display: grid;
}

.page-header-top-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.g-breadcr__elem {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #f5f5f5;
  border-radius: 100em;
  padding: .7vw 1.4vw;
  font-size: 1vw;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.g-breadcr__elem.g-breadcr__elem_link {
  background-color: #f5f5f5;
  transition: all .2s ease-in-out;
}

.g-breadcr__elem.g-breadcr__elem_link:hover {
  background-color: var(--yellow);
}

.g-breadcr__elem.g-breadcr__elem_link.w--current {
  background-color: #f5f5f5;
  transition: all .2s;
}

.title-block-right {
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.title__icon {
  width: 1vw;
}

.page__h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.6vw;
  font-weight: 700;
  line-height: 110%;
}

.page-sect-wrap {
  flex-flow: column;
  padding-bottom: 3.1vw;
}

.tabs-menu {
  flex-flow: column;
  display: flex;
}

.tabs {
  flex-flow: row;
  align-items: stretch;
  display: flex;
}

.dropdown, .dropdown-list, .dropdown-list-2, .dropdown-list-3 {
  position: static;
}

.page-services-slider {
  padding-left: 0;
  padding-right: 0;
}

.services-slider-btn {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 0;
  display: block;
  position: static;
}

.icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.services-slider__dropdown {
  z-index: 1;
  border-top: 1px solid #1515151a;
  border-radius: 2vw;
  width: 100%;
  height: auto;
  padding: 3.1vw;
  display: block;
}

.services-slider__dropdown.reviews-slider__dropdown {
  background-color: var(--white);
  border-top-style: none;
  border-radius: 1vw;
  padding: 2vw;
  transition: all .3s ease-in-out;
  box-shadow: 0 2vw 4.6vw -.5vw #0000001a;
}

.services-slider__dropdown.reviews-slider__dropdown:hover {
  box-shadow: 0 3vw 6vw -.5vw #0003;
}

.services-slider-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
  position: static;
}

.services-slider-content.reviews-slider-content {
  padding-left: 6vw;
  padding-right: 2vw;
  display: block;
}

.services-slider-content-wrap {
  position: static;
}

.services-slider-content-wrap.w--open {
  background-color: #0000;
  padding-top: 2.6vw;
  position: relative;
}

.services-slider-content-wrap.reviews-slider-content-wrap.w--open {
  padding-top: 1vw;
}

.services-slider-btn__num {
  letter-spacing: -.02vw;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 110%;
}

.services-slider-btn__num.gallery-title-tag__text, .services-slider-btn__num.reviews-sect__tag {
  text-transform: uppercase;
}

.services-slider-btn__title {
  letter-spacing: -.02vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
  font-weight: 600;
  line-height: 100%;
}

.services-slider-btn-arrow {
  background-color: var(--green);
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 4.4vw;
  height: 4.4vw;
  display: flex;
}

.services-slider-btn-arrow.reviews-slider-btn-arrow {
  background-color: #0000;
  width: auto;
  height: auto;
}

.services-slider-btn-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: grid;
}

.services-slider-btn-wrap.reviews-slider-btn-wrap {
  grid-template-columns: 3fr .75fr;
}

.services-slider-btn-right {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.services-slider-btn-right.reviews-slider-btn-right {
  justify-content: flex-end;
  align-items: flex-start;
}

.services-slider-btn__icon {
  width: 1.9vw;
  transform: rotate(-90deg);
}

.services-slider-btn__icon.reviews-slider-btn__icon {
  width: 1.25vw;
}

.services-slider-content-left {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.services-slider-content-right {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5vw;
  justify-content: flex-end;
  align-items: flex-end;
  height: 36.7vw;
  padding: 3vw;
  display: flex;
}

.services-slider-content__desc {
  color: #00001599;
  width: auto;
  max-width: 21.9vw;
  font-size: 1vw;
  line-height: 150%;
}

.services-slider-content__desc.reviews-slider-content__desc {
  color: var(--black);
  max-width: none;
  font-size: 1.25vw;
}

.dropdown-toggle {
  grid-column-gap: .8vw;
  grid-row-gap: .8vw;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown-toggle.cta-tel.menu-btn {
  z-index: 11;
  padding: 1vw 2.6vw;
  position: fixed;
  top: 2.3vw;
}

.dropdown-toggle.cta-tel.menu-btn.w--open {
  z-index: 11;
}

.icon-2 {
  position: static;
}

.icon-2.cta-tel__icon.menu-btn__icon {
  background-image: url('../images/burger-icon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.burger-menu {
  z-index: 10;
  width: 100vw;
  height: 100vh;
}

.burger-menu.w--open {
  background-color: var(--white);
  background-image: url('../images/illustrat-header.svg');
  background-position: 97% 100%;
  background-repeat: no-repeat;
  background-size: 30vw;
  min-height: 700px;
  padding: 3vw;
  position: fixed;
  top: 0;
  left: 0;
  overflow: scroll;
}

.burger-menu-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.burger-menu-top-left {
  grid-column-gap: 8.3vw;
  grid-row-gap: 8.3vw;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.burger-menu-close {
  display: none;
}

.burger-menu-close__img {
  width: 2.6vw;
}

.burger-menu-center {
  grid-column-gap: 16px;
  grid-row-gap: 4vw;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  height: auto;
  margin-top: 3.1vw;
  display: grid;
}

.burger-menu-block {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.burger-menu-block__item {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  list-style-type: none;
  display: flex;
}

.burger-menu-block__item.burger-menu-block__item_second {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-top: .5vw;
}

.burger-menu-block__item-link {
  color: var(--black);
  letter-spacing: -.1vw;
  font-size: 3.1vw;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.burger-menu-block__item-link:hover {
  color: var(--green);
}

.burger-menu-block__item-link.burger-menu-block__item-link_second {
  font-size: 2.5vw;
}

.page-sect-content-wrap.services-slider__dropdown {
  border-bottom: .05vw solid #1515151a;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-bottom: 8.8vw;
}

.page-sect-content-wrap.services-slider__dropdown.page-article-content-wrap {
  border-top-style: none;
}

.page-block-content {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-block-content-left {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.page-article-wrap {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  display: flex;
}

.page-article__paragraph {
  margin-bottom: 0;
  font-size: 1vw;
  line-height: 150%;
}

.page-article__paragraph.page-article__paragraph_text {
  font-size: 1.2vw;
}

.page-article__heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7vw;
  font-weight: 600;
  line-height: 150%;
}

.page-article__list {
  padding-left: 30px;
}

.page-article__list.page-article__paragraph {
  padding-left: 2vw;
}

.page-article-img-wrap {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5vw;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 38vw;
  max-height: 40vw;
  padding-top: 3vw;
  display: flex;
  position: relative;
}

.page-article-img-wrap.page-article-img-wrap_about-us {
  border-bottom: 1vw solid var(--yellow);
  min-height: 50vw;
  max-height: none;
}

.page-sect-gallery-wrap {
  padding: 8.8vw 3.1vw;
}

.page-sect-gallery-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-title-heading__value {
  letter-spacing: -.1vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
  font-weight: 600;
  line-height: 110%;
}

.g-gallery-wrap {
  grid-column-gap: .8vw;
  grid-row-gap: .8vw;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3.1vw;
  padding-bottom: 0;
  display: flex;
}

.lightbox-gallery-krio {
  background-color: #f5f5f5;
  border-radius: 1vw;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 19%;
  height: 13vw;
  padding: .7vw;
  display: flex;
}

.lightbox-gallery-krio.page-sect-services-item {
  color: var(--black);
  flex-flow: column;
  width: auto;
  height: auto;
  text-decoration: none;
  transition: all .5s ease-in-out;
  box-shadow: 0 1vw 2vw #0000001a;
}

.lightbox-gallery-krio.page-sect-services-item:hover {
  box-shadow: 0 1.5vw 3vw #0003;
}

.lightbox-gallery-krio__img {
  object-fit: cover;
  border-radius: .5vw;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
}

.lightbox-gallery-krio__img.page-sect-services-item__img {
  height: 15vw;
}

.page-sect-services-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3.1vw;
  display: grid;
}

.page-sect-services-item-bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1vw;
  padding-bottom: .5vw;
  display: flex;
}

.page-services-item__title {
  letter-spacing: -.05vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2.1vw;
  font-weight: 600;
  line-height: 110%;
}

.page-services-item__arrow {
  background-color: var(--yellow);
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 3vw;
  display: flex;
}

.page-services-item__arrow-img {
  width: 1.9vw;
  max-width: 100%;
}

.page-article-img-main {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1vw;
  height: 35.4vw;
  margin-bottom: 3.6vw;
}

.page-article-title {
  letter-spacing: -.2vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
  font-weight: 600;
  line-height: 100%;
}

.page-article-date {
  border: .05vw solid #ccc;
  border-radius: 100em;
  padding: .8vw 1.3vw;
}

.page-article-date__value {
  font-size: 1vw;
  font-weight: 600;
  line-height: 120%;
}

.contacts-item {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: column;
  display: flex;
}

.b-form__input {
  color: #151515;
  letter-spacing: -.02vw;
  border: 1px #000;
  border-bottom: 1px solid #151515;
  height: auto;
  margin-bottom: 0;
  padding: 1.5vw .8vw .8vw 0;
  font-size: 1.25vw;
  line-height: 100%;
}

.b-form__input.b-form__input_textarea {
  height: 7.3vw;
  padding-bottom: 0;
}

.sect-content-wrap.b-sect-padding {
  padding-top: 4.1vw;
  padding-bottom: 4.1vw;
}

.sect-content-wrap.b-sect-padding.sect-contacts {
  padding-bottom: 5.2vw;
}

.g-btn {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: #fff;
  background-color: #151515;
  border-radius: .5vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2vw;
  padding: 2vw 2.8vw;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.g-btn:hover {
  background-color: #00c2ff;
}

.g-btn.b-form__btn {
  width: auto;
  padding: 1.5vw 2.6vw;
}

.code-embed {
  border-top: 1vw solid var(--yellow);
  border-radius: .5vw;
  width: 100%;
  height: 32.9vw;
}

.contacts-wrap {
  grid-column-gap: 2.6vw;
  grid-row-gap: 2.6vw;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.b-form {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.contacts-item__title {
  color: var(--green);
  letter-spacing: -.02vw;
  font-size: .9vw;
}

.form__slug.about__slug.btn-phone {
  display: inline-block;
}

.b-form-block {
  width: 100%;
}

.contacts-form__map {
  border-radius: .5vw;
}

.contacts-bottom-wrap {
  grid-column-gap: 4.1vw;
  grid-row-gap: 4.1vw;
  border: 0 solid #15151533;
  border-radius: .5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4.1vw;
  padding: 0;
  display: block;
}

.contacts-item__value_link {
  color: #151515;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.contacts-item__value_link:hover {
  color: var(--green);
}

.contacts-item__value {
  letter-spacing: -.02vw;
  font-size: 1.7vw;
  font-weight: 600;
  line-height: 120%;
}

.contacts-form-wrap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.articles-cat-block {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.articles-cat-block__item {
  border: .05vw solid #ccc;
  border-radius: 100em;
  padding: .7vw 1.35vw;
  transition: all .3s ease-in-out;
}

.articles-cat-block__item:hover {
  background-color: var(--yellow);
}

.articles-cat-block__item.articles-cat-block__item_current {
  background-color: var(--black);
  color: var(--white);
}

.articles-cat-block__item-link {
  color: var(--black);
  font-size: 1vw;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.articles-cat-block__item-link.articles-cat-block__item-link_current {
  color: var(--white);
  font-weight: 500;
}

.articles-archive-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2.1vw;
  display: grid;
}

.articles-archive-item-wrap {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  color: var(--black);
  background-color: #f8f8f8;
  border-radius: 1vw;
  flex-flow: column;
  padding: 1vw 1vw 1.5vw;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.articles-archive-item-wrap:hover {
  background-color: var(--white);
  box-shadow: 0 1vw 2vw #0000001a;
}

.articles-archive-item-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.articles-archive-item__cat {
  color: #15151599;
  line-height: 150%;
}

.articles-archive-item__date {
  color: #15151599;
  line-height: 120%;
}

.articles-archive-item__img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5vw;
  height: 17vw;
}

.articles-archive-item__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7vw;
  font-weight: 600;
  line-height: 120%;
}

.articles-archive-item__intro {
  margin-bottom: 0;
  line-height: 150%;
}

.articles-nav-wrap {
  justify-content: center;
  align-items: center;
  max-width: 41vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.1vw;
  display: flex;
}

.articles-nav__link {
  color: var(--black);
  background-color: #f4f4f4;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 3vw;
  font-size: 1vw;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.articles-nav__link:hover, .articles-nav__link.articles-nav__link_current {
  background-color: var(--yellow);
}

.articles-nav-pages-block {
  grid-column-gap: .7vw;
  grid-row-gap: .7vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.articles-nav__img {
  width: 1.25vw;
}

.reviews-sect.services-slider__dropdown {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top-width: .05vw;
  border-bottom: .05vw solid #1515151a;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 8.8vw;
  display: grid;
}

.reviews-sect-content {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  display: flex;
}

.reviews-slider-btn-left {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reviews-slider__pic {
  border-radius: 100em;
  width: 5.2vw;
}

.reviews-slider-header {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.reviews-slider__title {
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 125%;
}

.reviews-slider__desc {
  color: #15151599;
  line-height: 120%;
}

@media screen and (min-width: 1920px) {
  .b-footer-logo__img.burger-menu-logo__img {
    width: 16vw;
  }

  .services-slider-btn__num.gallery-title-tag__text {
    text-transform: uppercase;
  }

  .dropdown-toggle.cta-tel.menu-btn {
    z-index: 11;
  }

  .burger-menu.w--open {
    background-size: 30vw;
    overflow: auto;
  }

  .page-sect-gallery-wrap {
    padding: 8.8vw 3.1vw;
  }

  .page-sect-gallery-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
  }

  .gallery-title-heading__value {
    letter-spacing: -.1vw;
    margin: 0;
    font-size: 5vw;
    font-weight: 600;
    line-height: 110%;
  }

  .reviews-sect-content {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }
}

@media screen and (max-width: 991px) {
  .b-header {
    min-height: 600px;
    max-height: 600px;
  }

  .b-header__title {
    font-size: 5vw;
  }

  .burger-menu.w--open {
    background-position: 90% 100%;
  }
}

@media screen and (max-width: 767px) {
  .b-header {
    min-height: 550px;
    max-height: 550px;
  }
}

@media screen and (max-width: 479px) {
  .b-header {
    min-height: 725px;
    max-height: 100vh;
    padding: 5px;
  }

  .b-header-container {
    border-radius: 10px;
  }

  .b-header-top {
    grid-template-columns: .5fr 1fr .5fr;
    align-content: start;
    display: grid;
  }

  .b-body {
    font-size: 14px;
  }

  .b-header-socbtn-block {
    flex-flow: column;
  }

  .b-header-top-right {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .b-header-top-right.page-header-top-right {
    justify-content: center;
    align-items: flex-end;
  }

  .b-header-top-lang {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    flex-flow: column;
  }

  .b-header-top-lang.burger-menu-lang {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .b-header-top-lang.page-header-lang {
    display: none;
  }

  .b-header__socbtn {
    width: 34px;
    height: 34px;
  }

  .b-header__socbtn.lang__btn {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  .b-header__socbtn.lang__btn.burger-menu__lang-btn {
    width: 34px;
    height: 34px;
  }

  .socbtn__icon {
    width: 16px;
  }

  .logo__pic {
    width: 100%;
    max-width: 160px;
  }

  .cta-tel {
    width: 34px;
    height: 34px;
    padding: 0;
  }

  .cta-tel.cta-tel_footer {
    width: auto;
    height: auto;
    padding: 15px 25px;
  }

  .cta-tel.burger-menu-cta-tel {
    width: auto;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta-tel__text {
    display: none;
  }

  .cta-tel__text.cta-tel__text_footer {
    font-size: 16px;
    display: block;
  }

  .cta-tel__text.menu-btn__text, .cta-tel__text.menu-btn__text.menu-btn__text_close {
    font-size: 0;
    display: none;
  }

  .cta-tel__text.burger-menu-tel__text {
    font-size: 11px;
    display: block;
  }

  .cta-tel__icon {
    width: 16px;
  }

  .cta-tel__icon.cta-tel__icon_footer {
    width: 20px;
    font-size: 16px;
  }

  .cta-tel__icon.menu-btn__icon {
    width: 18px;
    max-width: none;
  }

  .lang__text {
    font-size: 11px;
  }

  .lang__text.burger-menu__lang-text {
    font-size: 14px;
  }

  .b-header-menu__block {
    grid-column-gap: 5.1vw;
    grid-row-gap: 5.1vw;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }

  .menu__item-link {
    font-size: 14px;
  }

  .b-header-center {
    margin-top: 50px;
  }

  .b-header-center__text {
    text-align: center;
    font-size: 16px;
  }

  .center-title-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-bottom: 10px;
  }

  .b-header__title {
    font-size: 26px;
    line-height: 100%;
  }

  .g-icon-star-yellow {
    width: 7px;
  }

  .b-header-title {
    margin-top: 10px;
  }

  .b-header-point {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
    padding: 10px 20px;
  }

  .g-icon-point {
    width: 14px;
  }

  .point__title {
    text-align: center;
    font-size: 14px;
    line-height: 120%;
  }

  .illustration-pic {
    height: 13vh;
    max-height: 200px;
  }

  .about-main.g-padding {
    padding: 80px 15px;
  }

  .about-main-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .about-main__text {
    font-size: 45px;
    line-height: 120%;
  }

  .about-main__text.about-main__text_row {
    white-space: nowrap;
  }

  .about-main-elem {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 15px 18px;
  }

  .about-main-elem__text {
    font-size: 32px;
  }

  .about-main-elem__pic {
    width: 30px;
  }

  .about-main__flag-canada {
    width: 30px;
    top: 12vw;
    right: 0;
  }

  .b-header-center-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .b-header-center__pic {
    height: 100px;
    top: 30%;
  }

  .b-header-center__pic.b-header-center__pic_right {
    height: 110px;
    top: 29%;
  }

  .what-can-sect.g-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .what-can-sect-scroll {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    left: 5%;
  }

  .what-can-sect-scroll__text {
    font-size: 16px;
  }

  .what-can-sect-scroll__arrow {
    height: 15px;
  }

  .sect-services {
    max-width: 100%;
  }

  .sect-services1.g-padding {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    max-width: 100%;
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sect-services1.g-padding.sect-services5 {
    padding-bottom: 80px;
  }

  .sect-services-left {
    border-radius: 5px;
    max-width: 100%;
    min-height: 300px;
  }

  .sect-services-right {
    max-width: 100%;
  }

  .b-h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
  }

  .sect-services-desc {
    width: 100%;
    margin-bottom: 0;
    font-size: 16px;
  }

  .sect-services-desc.sect-services-desc_white {
    width: 100%;
  }

  .sect-services-desc.sect-services-desc_white.sect-services-desc_white-bottom {
    width: 90%;
  }

  .sect-services-pic-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-radius: 5px;
    flex-flow: column-reverse wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    margin-top: 20px;
    padding: 15px;
    display: flex;
    position: relative;
  }

  .sect-services-pic-block.sect-services-pic-block_5 {
    background-position: 50%;
    background-size: cover;
  }

  .sect-services-pic-link-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    order: 2;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    margin-top: 10px;
    padding: 10px 15px;
    position: static;
    bottom: auto;
    right: auto;
  }

  .sect-services-pic-link-block.sect-services-pic-link-block_serv3 {
    order: 2;
  }

  .sect-services-pic-link-block.sect-reviews-link-block, .sect-services-pic-link-block.page-article-link {
    flex: none;
  }

  .sect-services-pic-link-block__text {
    font-size: 14px;
    line-height: 120%;
  }

  .sect-services-pic-link-block__icon {
    width: 26px;
  }

  .sect-services-article-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border-left-width: 5px;
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
    padding: 15px;
    position: static;
    inset: auto;
  }

  .sect-services-article-block.sect-services-article-block_services2 {
    border-top-width: 5px;
    order: 3;
    margin-top: 40px;
  }

  .sect-services-article-block.sect-services-article-block_services3 {
    border-right-width: 5px;
    order: 3;
    margin-top: 40px;
  }

  .sect-services-article-block.sect-services-article-block_services3.sect-reviews-intro-block {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sect-services-article-block.sect-reviews-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-right-width: 5px;
    max-width: none;
    margin-bottom: 20px;
    padding: 20px 15px;
  }

  .sect-services-article-block.sect-reviews-content.sect-reviews-content_empty {
    display: none;
  }

  .sect-services-article-block.page-article-block-one {
    border-bottom-width: 5px;
    max-width: 300px;
  }

  .article-block-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .article-block-top__img {
    width: 65px;
    height: 65px;
  }

  .article-block-top__img.reviews-block__img {
    width: 40px;
    height: 40px;
  }

  .article-block-top-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .article-block-top__title {
    font-size: 16px;
  }

  .article-block-top__title2 {
    font-size: 14px;
    line-height: 120%;
  }

  .article-block-center__desc {
    margin-bottom: 0;
    font-size: 14px;
  }

  .article-block-bottom {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .article-block-bottom__btn {
    text-align: center;
    padding: 15px;
    line-height: 110%;
  }

  .article-block-bottom__btn.b-footer-menu__title {
    padding: 15px 25px;
    font-size: 16px;
  }

  .article-block-bottom__btn.services-slider-content__btn {
    border-radius: 5px;
    width: 100%;
    padding: 15px 10px;
  }

  .sect-services2.g-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sect-services-center {
    border-radius: 5px;
    height: auto;
    padding: 15px;
  }

  .sect-services-center.sect-services-center_4 {
    background-position: 0%;
    flex-flow: column;
    display: flex;
  }

  .sect-services-center-content {
    order: -1;
    width: 100%;
  }

  .sect-services-center-content.sect-services-center-content_4 {
    order: 1;
    position: static;
  }

  .sect-services3.g-padding {
    background-position: 50% 40%;
    background-size: contain;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sect-services-content-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .sect-reviews.g-padding {
    height: auto;
    padding: 60px 15px;
  }

  .sect-reviews-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .sect-reviews-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
  }

  .sect-reviews__title {
    font-size: 8vw;
    line-height: 120%;
  }

  .sect-reviews-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .sect-reviews-right-block-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-width: 100%;
  }

  .b-footer.g-padding {
    padding: 60px 15px;
  }

  .b-footer-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .b-footer-logo__img {
    width: 200px;
  }

  .b-footer-logo__img.burger-menu-logo__img {
    width: 180px;
  }

  .b-footer-left-col {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .b-footer-right-col {
    flex-flow: column;
    width: auto;
  }

  .b-footer-menu-title-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .b-footer-block-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .b-footer-menu__item {
    font-size: 18px;
  }

  .b-footer-bottom {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 20px;
  }

  .b-footer-bottom-left {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: flex-start;
  }

  .b-footer-bottom-left.burger-menu-block-soc {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .b-footer__link {
    width: 50px;
    height: 50px;
  }

  .b-footer__link.burger-menu__link {
    width: 34px;
    height: 34px;
  }

  .b-footer__link-img {
    width: 18px;
  }

  .b-footer-bottom-center {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .b-footer-address {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .b-footer-address__text {
    text-align: center;
    font-size: 16px;
    line-height: 110%;
  }

  .b-footer-address__icon {
    width: 14px;
  }

  .b-footer-bottom-right {
    justify-content: center;
    align-items: center;
  }

  .b-footer-menu__btn-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .b-footer-menu__btn-wrap.b-footer-menu__dev-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .g-dev-by-text {
    font-size: 12px;
    line-height: 120%;
  }

  .g-dev-logo {
    height: 35px;
  }

  .page-header-top {
    border-radius: 0;
    grid-template-columns: 1fr 2fr 1fr;
    margin: 0;
    padding: 5px 15px;
  }

  .page-header-breadcr {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    padding: 10px 15px;
  }

  .page-header-title-wrap {
    grid-template-columns: .5fr 2fr;
    padding: 25px 15px;
  }

  .g-breadcr__elem {
    padding: 5px 15px;
    font-size: 12px;
  }

  .title__icon {
    width: 20px;
  }

  .page__h1 {
    font-size: 40px;
  }

  .page-sect-wrap {
    padding-bottom: 60px;
  }

  .services-slider__dropdown {
    border-radius: 20px;
    padding: 25px 15px;
  }

  .services-slider__dropdown.reviews-slider__dropdown {
    border-radius: 5px;
    padding: 20px 10px;
  }

  .services-slider-content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .services-slider-content.reviews-slider-content {
    padding-left: 60px;
    padding-right: 20px;
  }

  .services-slider-content-wrap.w--open {
    padding-top: 20px;
  }

  .services-slider-content-wrap.reviews-slider-content-wrap.w--open {
    padding-top: 10px;
  }

  .services-slider-btn__num {
    font-size: 16px;
  }

  .services-slider-btn__num.reviews-sect__tag {
    text-align: left;
  }

  .services-slider-btn__title {
    font-size: 26px;
  }

  .services-slider-btn-arrow {
    width: 36px;
    height: 36px;
  }

  .services-slider-btn-wrap {
    grid-template-columns: .25fr 1fr;
    place-items: center stretch;
  }

  .services-slider-btn-wrap.reviews-slider-btn-wrap {
    grid-template-columns: 3fr .5fr;
  }

  .services-slider-btn-right {
    justify-content: space-between;
    align-items: center;
  }

  .services-slider-btn__icon {
    width: 20px;
  }

  .services-slider-btn__icon.reviews-slider-btn__icon {
    width: 15px;
  }

  .services-slider-content-right {
    border-radius: 5px;
    height: 249px;
  }

  .services-slider-content__desc {
    max-width: none;
    font-size: 18px;
  }

  .services-slider-content__desc.reviews-slider-content__desc {
    font-size: 16px;
  }

  .dropdown-toggle.cta-tel.menu-btn {
    top: 3%;
  }

  .burger-menu.w--open {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .burger-menu-top-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .burger-menu-center {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .burger-menu-block__item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .burger-menu-block__item.burger-menu-block__item_second {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .burger-menu-block__item-link {
    font-size: 32px;
  }

  .burger-menu-block__item-link.burger-menu-block__item-link_second {
    font-size: 22px;
  }

  .page-sect-content-wrap.services-slider__dropdown {
    padding-bottom: 60px;
  }

  .page-block-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .page-block-content-left {
    height: auto;
  }

  .page-article-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .page-article__paragraph, .page-article__paragraph.page-article__paragraph_text {
    font-size: 20px;
  }

  .page-article__heading {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 130%;
  }

  .page-article__list.page-article__paragraph {
    padding-left: 20px;
  }

  .page-article-img-wrap {
    border-radius: 5px;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    min-height: auto;
    max-height: none;
    padding: 180px 10px 10px;
  }

  .page-article-img-wrap.page-article-img-wrap_about-us {
    border-bottom-width: 5px;
    width: 100%;
    min-height: 460px;
  }

  .page-sect-gallery-wrap {
    padding: 60px 15px 80px;
  }

  .gallery-title-tag {
    padding-top: 10px;
  }

  .gallery-title-heading__value {
    font-size: 38px;
  }

  .g-gallery-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
  }

  .lightbox-gallery-krio {
    border-radius: 5px;
    flex-flow: wrap;
    width: 48%;
    height: 130px;
    padding: 5px;
  }

  .lightbox-gallery-krio__img {
    border-radius: 5px;
  }

  .lightbox-gallery-krio__img.page-sect-services-item__img {
    height: 160px;
  }

  .page-sect-services-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 20px;
  }

  .page-sect-services-item-bottom {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .page-services-item__title {
    font-size: 24px;
  }

  .page-services-item__arrow {
    width: 36px;
    height: 36px;
  }

  .page-services-item__arrow-img {
    width: 22px;
  }

  .page-article-img-main {
    border-radius: 5px;
    height: 360px;
    margin-bottom: 20px;
  }

  .page-article-title {
    font-size: 38px;
  }

  .page-article-date {
    border-bottom-width: 1px;
    padding: 10px 20px;
  }

  .page-article-date__value {
    font-size: 18px;
  }

  .contacts-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .b-form__input {
    padding-top: 15px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .b-form__input.b-form__input_textarea {
    height: 100px;
    padding-bottom: 10px;
  }

  .sect-content-wrap.b-sect-padding {
    padding: 40px 15px 20px;
  }

  .sect-content-wrap.b-sect-padding.sect-contacts {
    padding-bottom: 60px;
  }

  .g-btn {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 0 solid #fff;
    border-radius: 5px;
    margin-top: 10px;
    padding: 20px;
    font-size: 14px;
    line-height: 100%;
  }

  .g-btn.b-form__btn {
    width: 100%;
    padding: 20px;
  }

  .code-embed {
    border-top-width: 10px;
    border-radius: 5px;
    height: 300px;
  }

  .contacts-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .b-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contacts-item__title {
    font-size: 16px;
  }

  .contacts-bottom-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-radius: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 40px;
    padding: 0;
  }

  .contacts-item__value {
    font-size: 26px;
  }

  .articles-cat-block {
    flex-flow: wrap;
  }

  .articles-cat-block__item {
    padding: 7px 15px;
  }

  .articles-cat-block__item-link {
    font-size: 14px;
  }

  .articles-archive-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 20px;
  }

  .articles-archive-item-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border-radius: 5px;
    padding: 20px 15px;
  }

  .articles-archive-item__img {
    height: 200px;
  }

  .articles-archive-item__title {
    font-size: 20px;
  }

  .articles-nav-wrap {
    flex-flow: row;
    max-width: 100%;
    padding-top: 30px;
  }

  .articles-nav__link {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .articles-nav__img {
    width: 15px;
  }

  .reviews-sect.services-slider__dropdown {
    border-top-width: 1px;
    border-bottom-width: 1px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .reviews-sect-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .reviews-slider-btn-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .reviews-slider__pic {
    width: 50px;
  }

  .reviews-slider__title {
    font-size: 18px;
  }
}

#w-node-_69d99876-7063-e8c9-4bea-cd9fdc534c6f-a5331c9b {
  place-self: center;
}

#w-node-e3929af3-7119-0dd0-6c1b-1ec9af16233c-af162333 {
  align-self: center;
}

#w-node-c3e02f5e-5d33-b05b-e70c-066c30097670-30097630 {
  place-self: center;
}

#w-node-c3e02f5e-5d33-b05b-e70c-066c30097686-30097630 {
  align-self: center;
}

#w-node-_134868c5-7be2-074e-da1f-cdfd31778cec-31778cac {
  place-self: center;
}

#w-node-_134868c5-7be2-074e-da1f-cdfd31778d04-31778cac {
  align-self: center;
}

#w-node-_3d0699c1-70b3-a2b9-c429-c2910e22181c-7eefc486 {
  place-self: center;
}

#w-node-_3d0699c1-70b3-a2b9-c429-c2910e221834-7eefc486 {
  align-self: center;
}

#w-node-_3d0699c1-70b3-a2b9-c429-c2910e22181c-812b47e2, #w-node-_3d0699c1-70b3-a2b9-c429-c2910e22181c-5349df77 {
  place-self: center;
}

#w-node-_3d0699c1-70b3-a2b9-c429-c2910e221834-5349df77 {
  align-self: center;
}

#w-node-_3d0699c1-70b3-a2b9-c429-c2910e22181c-283555f9 {
  place-self: center;
}

#w-node-_3d0699c1-70b3-a2b9-c429-c2910e221834-283555f9 {
  align-self: center;
}

#w-node-_208a10da-2735-f1ba-87df-809a56212ee4-4830cdd0 {
  place-self: center;
}

#w-node-_208a10da-2735-f1ba-87df-809a56212efa-4830cdd0, #w-node-bd16a34c-9f48-9c1e-0bda-01810b6a35bc-4830cdd0 {
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_69d99876-7063-e8c9-4bea-cd9fdc534c6f-a5331c9b {
    place-self: center;
  }

  #w-node-_823fbbd1-9f56-583f-41a7-f45c3b14b84b-a5331c9b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e3929af3-7119-0dd0-6c1b-1ec9af16233c-af162333 {
    align-self: center;
  }

  #w-node-c3e02f5e-5d33-b05b-e70c-066c30097670-30097630, #w-node-_134868c5-7be2-074e-da1f-cdfd31778cec-31778cac, #w-node-_3d0699c1-70b3-a2b9-c429-c2910e22181c-7eefc486, #w-node-_3d0699c1-70b3-a2b9-c429-c2910e22181c-812b47e2, #w-node-_3d0699c1-70b3-a2b9-c429-c2910e22181c-5349df77, #w-node-_3d0699c1-70b3-a2b9-c429-c2910e22181c-283555f9, #w-node-_208a10da-2735-f1ba-87df-809a56212ee4-4830cdd0 {
    place-self: center;
  }

  #w-node-bd16a34c-9f48-9c1e-0bda-01810b6a35bc-4830cdd0 {
    align-self: center;
  }
}


