/* Noto Sans */
@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans"), url("/wp-content/themes/v2d/fonts/noto_sans/NotoSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans"), url("/wp-content/themes/v2d/fonts/noto_sans/NotoSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Unbounded */
@font-face {
  font-family: "Unbounded";
  src: local("Unbounded"), url("/wp-content/themes/v2d/fonts/unbounded/Unbounded-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 0.88rem;
  line-height: 1.4;
  color: #333333;
  background-color: #eeeeee;
}

@media (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  line-height: 1.4;
}

ol,
ul {
  padding-left: 1.38rem;
}

.title {
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .title {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .title {
    font-size: 2.5rem;
  }
}

.section {
  position: relative;
}

.section__link {
  display: inline-flex;
  align-items: center;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 0.88rem;
  color: inherit;
  text-decoration: none;
}

.section__link-arrow {
  flex-shrink: 0;
  margin-left: 0.63rem;
  fill: currentColor;
}

.section__link--download {
  position: relative;
  padding-left: 1.88rem;
  transition: 0.2s ease-in;
}

.section__link--download::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background: url("/wp-content/themes/v2d/images/icons/gear.svg") no-repeat center;
}

.section__link--download:hover,
.section__link--download:focus {
  color: #50b698;
}

.container-fluid {
  max-width: 78.13rem;
  padding-right: 1.88rem;
  padding-left: 1.88rem;
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

/* BUTTON */
.button {
  display: inline-flex;
  align-items: center;
  padding: 0.86em 1.71em;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 0.88rem;
  text-decoration: none;
  border-width: 0.06rem;
  border-style: solid;
  border-radius: 0.63rem;
  transition: all 0.2s ease-in;
}

.button--primary {
  border-color: #50b698;
  color: #ffffff;
  background-color: #50b698;
}

.button--primary:hover,
.button--primary:focus {
  background-color: #44aa8c;
}

.button--dark {
  border-color: #333333;
  color: #ffffff;
  background-color: #333333;
}

.button--dark:hover,
.button--dark:focus {
  background-color: #242424;
}

.button--transparent {
  border-color: #50b698;
  color: #333333;
  background-color: transparent;
}

.button--transparent:hover,
.button--transparent:focus {
  border-color: #50b698;
  color: #ffffff;
  background-color: #50b698;
}

.button__arrow {
  flex-shrink: 0;
  margin-left: 0.63rem;
  fill: currentColor;
  transition: fill 0.2s ease-in;
}

/* SITE-NAVIGATION */
.site-navigation {
  font-size: 1rem;
}

@media (min-width: 992px) {
  .site-navigation {
    font-size: 0.88rem;
  }
}

.site-navigation.offcanvas-end {
  width: 100%;
  border-left: none;
  padding-left: 0.88rem;
  padding-right: 0.88rem;
  background: url("/wp-content/themes/v2d/images/backgrounds/v2d-mobile-menu-bg.svg") no-repeat top 4.69rem right 0, linear-gradient(180.01deg, #ffffff 63.08%, #eeeeee 82.04%, #d4eee7 101.89%);
}

.site-navigation.offcanvas-end.show {
  height: 100vh;
  height: 100dvh; 
}

@media (min-width: 576px) {
  .site-navigation.offcanvas-end {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}

@media (min-width: 992px) {
  .site-navigation.offcanvas-end {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
  }
}

.site-navigation .offcanvas-body {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .site-navigation .offcanvas-body {
    flex-direction: row;
  }
}

.site-navigation__close {
  width: 1.5rem;
  height: 1.25rem;
  border: none;
  background: url("/wp-content/themes/v2d/images/icons/close.svg") no-repeat center/contain;
}

.site-navigation__list {
  gap: 0.63rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .site-navigation__list {
    gap: 0.63rem 1.26rem;
  }
}

@media (min-width: 1200px) {
  .site-navigation__list {
    gap: 0.63rem 2.5rem;
  }
}

@media (min-width: 992px) {
  .site-navigation__item--children .site-navigation__link {
    position: relative;
    padding-right: 1.69rem;
  }

  .site-navigation__item--children .site-navigation__link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1.38rem;
    height: 1.38rem;
    background: url("/wp-content/themes/v2d/images/icons/dropdown.svg") no-repeat center/contain;
    transition: transform 0.2s ease-in;
  }

  .site-navigation__item--children .site-navigation__link:hover::after,
  .site-navigation__item--children .site-navigation__link:focus::after {
    transform: rotate(180deg);
  }
}

.site-navigation__item--children:hover .site-navigation__sublist-wrapper,
.site-navigation__item--children:focus .site-navigation__sublist-wrapper {
  display: block;
}

.site-navigation__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.94rem 1.25rem;
  border-radius: 0.63rem;
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: 1.13rem;
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease-in;
}

.site-navigation__link:hover,
.site-navigation__link:focus {
  background-color: #d4eee7;
}

@media (min-width: 576px) {
  .site-navigation__link {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .site-navigation__link {
    padding: 0;
    font-size: 0.88rem;
  }

  .site-navigation__link:hover,
  .site-navigation__link:focus {
    color: #48b496;
    background-color: transparent;
  }
}

@media (min-width: 1200px) {
  .site-navigation__link {
    font-size: 1.06rem;
  }
}

.site-navigation__link .section__link-arrow {
  flex-shrink: 0;
  fill: #48b496;
}

.site-navigation__sublist {
  padding-left: 2.63rem;
  list-style-image: url("/wp-content/themes/v2d/images/icons/footer-list-icon.svg");
}

@media (min-width: 992px) {
  .site-navigation__sublist {
    list-style: none;
    padding: 0.5rem;
    background-color: #ffffff;
    border-radius: 0.63rem;
    box-shadow: 0 0.25rem 1.88rem 0 rgba(51, 51, 51, 0.1);
  }
}

.site-navigation__sublist-wrapper {
  margin-top: 1.25rem;
}

@media (min-width: 992px) {
  .site-navigation__sublist-wrapper {
    margin-top: 0;
    padding-top: 2.5rem;
    position: absolute;
    display: none;
  }
}

.site-navigation__subitem {
  margin-bottom: 1.25rem;
}

.site-navigation__subitem:last-child {
  margin-bottom: 0.63rem;
}

@media (min-width: 992px) {
  .site-navigation__subitem {
    margin-bottom: 0.5rem;
  }

  .site-navigation__subitem:last-child {
    margin-bottom: 0;
  }
}

.site-navigation__sublink {
  text-decoration: none;
  color: #8e8e8e;
}

.site-navigation__sublink:hover,
.site-navigation__sublink:focus {
  color: #48b496;
}

@media (min-width: 992px) {
  .site-navigation__sublink {
    font-family: "Unbounded", sans-serif;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
    list-style: none;
    color: inherit;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    column-gap: 1.88rem;
    padding: 0.63rem;
    border-radius: 0.31rem;
  }

  .site-navigation__sublink:hover,
  .site-navigation__sublink:focus {
    color: inherit;
    background-color: #d4eee7;
  }
}

.site-navigation__sublink .button__arrow {
  fill: #48b496;
}

/* SITE-DROPDOWN */
.site-dropdown {
  margin-left: 0.94rem;
}

.site-dropdown__toggle {
  position: relative;
  padding-left: 0;
  padding-right: 1.69rem;
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: 0.88rem;
  border: none;
  background-color: transparent;
  transition: color 0.2s ease-in;
}

.site-dropdown__toggle::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.38rem;
  height: 1.38rem;
  border: none;
  margin-left: 0;
  background: url("/wp-content/themes/v2d/images/icons/dropdown.svg") no-repeat center/contain;
  transition: transform 0.2s ease-in;
}

.site-dropdown__toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.site-dropdown__toggle:hover,
.site-dropdown__toggle:focus {
  color: #48b496;
}

.site-dropdown__list {
  padding: 0.5rem;
  border: none;
  box-shadow: 0 0.25rem 1.88rem 0 rgba(51, 51, 51, 0.1);
}

.site-dropdown__list[data-bs-popper] {
  top: calc(100% + 2.5rem);
  margin-top: 0;
}

.site-dropdown__item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.site-dropdown__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.63rem;
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: 0.88rem;
  color: inherit;
  text-decoration: none;
  border-radius: 0.31rem;
}

.site-dropdown__link:hover,
.site-dropdown__link:focus {
  background-color: #d4eee7;
}

.site-dropdown__link .button__arrow {
  fill: #48b496;
}

/* SITE-HEADER */
.site-header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #333333;
}

@media (min-width: 992px) {
  .site-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.site-header--scrolled {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(1.88rem);
  overflow-x: hidden;
}

.site-header--scrolled:has(.show) {
  overflow-x: visible;
}

.site-header > .site-header__container {
  flex-wrap: nowrap;
}

.site-header__container {
  max-width: 120rem;
  padding-left: 1.88rem;
  padding-right: 1.88rem;
}

.site-header__button {
  padding: 0.94rem;
}

@media (min-width: 576px) {
  .site-header__button {
    padding: 0.86em 1.71em;
  }
}

.site-header__button .button__arrow {
  margin-left: 0;
}

@media (min-width: 576px) {
  .site-header__button .button__arrow {
    margin-left: 0.63rem;
  }
}

.site-header__button,
.site-header__toggler {
  margin-left: 0.88rem;
}

@media (max-width: 575.98px) {
  .site-header__button-text {
    position: absolute;
    width: 0.06rem;
    height: 0.06rem;
    margin: -0.06rem;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
}

.site-header__toggler {
  width: 4.13rem;
  height: 2.88rem;
  border: none;
  background: url("/wp-content/themes/v2d/images/icons/burger.svg") no-repeat center/contain;
}

.site-header__logo {
  max-width: 6.25rem;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .site-header__logo {
    max-width: 9.13rem;
    margin-right: 0.63rem;
  }
}

/* SITE-BREADCRUMB */
.site-breadcrumb {
  margin-bottom: 1.57rem;
}

.site-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #cbcbcb;
}

.site-breadcrumb__item {
  position: relative;
}

.site-breadcrumb__item a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease-in;
}

.site-breadcrumb__item a:hover,
.site-breadcrumb__item a:focus {
  color: #48b496;
}

.site-breadcrumb__item:not(:last-child) {
  padding-right: 2.19rem;
  margin-right: 1.25rem;
}

.site-breadcrumb__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0.19rem;
  right: 0;
  width: 1.06rem;
  height: 1.06rem;
  background: url("/wp-content/themes/v2d/images/icons/breadcrumb-list-icon.svg") no-repeat center/contain;
}

/* HERO */
.hero {
  padding-top: 10.13rem;
  padding-bottom: 5rem;
  margin-top: -5.44rem;
  background-color: #ffffff;
  background-image: url("/wp-content/themes/v2d/images/backgrounds/hero-ellipse.svg"), url("/wp-content/themes/v2d/images/backgrounds/hero-vector-mobile.svg"), url("/wp-content/themes/v2d/images/backgrounds/hero-bg-mobile.svg");
  background-position: top left, center, bottom 0 right -10vw;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .hero {
    padding-top: 10.94rem;
    padding-bottom: 5.19rem;
    margin-top: -5.75rem;
    background-image: url("/wp-content/themes/v2d/images/backgrounds/hero-vector.svg"), url("/wp-content/themes/v2d/images/backgrounds/hero-bg.svg");
    background-position: top left, center, top 0 left 15vw;
  }
}

.hero__img {
  max-width: 85%;
  margin-bottom: 3.13rem;
}

@media (min-width: 768px) {
  .hero__img {
    max-width: 100%;
  }
}

.hero__title {
  max-width: 19.63em;
  margin-bottom: 0.88em;
  word-wrap: break-word;
}

.hero__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.56rem 6.25rem;
  padding-left: 0;
  margin-top: 2.75em;
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: 1rem;
  list-style-image: url("/wp-content/themes/v2d/images/icons/hero-list-icon.svg");
}

@media (min-width: 768px) {
  .hero__list {
    font-size: 1.13rem;
  }
}

@media (min-width: 992px) {
  .hero__list {
    font-size: 1.25rem;
  }
}

.hero__item {
  margin-left: 4.38rem;
}

/* CATALOG */
.catalog {
  padding-top: 2.19rem;
  padding-bottom: 1.88rem;
}

@media (min-width: 768px) {
  .catalog {
    padding-top: 4.69rem;
    padding-bottom: 3.75rem;
  }
}

.catalog::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 0.13rem);
  left: 0;
  width: 13.44rem;
  height: 2.19rem;
  background-color: #eeeeee;
  mask-image: url("/wp-content/themes/v2d/images/mask-left-mobile.svg");
}

@media (min-width: 768px) {
  .catalog::before {
    width: 26.88rem;
    height: 4.38rem;
    mask-image: url("/wp-content/themes/v2d/images/mask-left.svg");
  }
}

.catalog-page .hero {
  margin-top: -5.75rem;
  padding-top: 7.5rem;
  padding-bottom: 4.38rem;
  background: #eeeeee url("/wp-content/themes/v2d/images/backgrounds/hero-catalog-bg.svg") no-repeat center/cover;
}

@media (min-width: 768px) {
  .catalog-page .hero {
    padding-bottom: 8.75rem;
  }
}

.catalog-page .catalog {
  padding: 0;
}

.catalog-item-page .hero {
  background-image: url("/wp-content/themes/v2d/images/backgrounds/catalog-item-hero-bg.svg");
  background-size: auto;
}

.catalog-item-page .title {
  max-width: 40.94rem;
  margin-bottom: 0.75em;
}

.catalog-item-page__wrapper {
  padding-top: 1.88rem;
  margin-bottom: 2.5rem;
  background-color: #ffffff;
}

@media (min-width: 576px) {
  .catalog-item-page__wrapper {
    margin-bottom: 3.75rem;
  }
}

.catalog-item-page__wrapper::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 0.13rem);
  left: 0;
  width: 13.44rem;
  height: 2.19rem;
  background-color: #ffffff;
  mask-image: url("/wp-content/themes/v2d/images/mask-left-mobile.svg");
}

@media (min-width: 768px) {
  .catalog-item-page__wrapper::before {
    width: 26.88rem;
    height: 4.38rem;
    mask-image: url("/wp-content/themes/v2d/images/mask-left.svg");
  }
}

.catalog-item-page__description {
  margin-bottom: 2.5rem;
}

.catalog-item-page__row {
  row-gap: 2.5rem;
}

.catalog__row {
  row-gap: 1.25rem;
}

@media (min-width: 768px) {
  .catalog__row {
    row-gap: 2.19rem;
  }
}

.catalog__list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.catalog__list.row {
  row-gap: 2.5rem;
  padding-left: 0;
  padding-right: 0;
}

.catalog__list.row .catalog__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  clip-path: polygon(100% 0, 100% calc(100% - 3.75rem), calc(100% - 3.75rem) 100%, 0 100%, 0 0);
}

.catalog__list.row .catalog__item::before {
  content: url("/wp-content/themes/v2d/images/subcatalog-item-line.svg");
  position: absolute;
  top: 10rem;
  right: 0;
  left: 0;
  z-index: -1;
}

.catalog__list.row .catalog__item-img {
  position: static;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
}

.catalog__list.row .catalog__item-title {
  max-width: 100%;
  font-size: 1.06rem;
}

.catalog__list.row .catalog__item-button {
  margin-top: auto;
  margin-right: auto;
}

.catalog__list:not(.row) {
  display: grid;
  /* grid-template-rows: repeat(3, minmax(25.75rem, auto)) 15.63rem; */
  grid-template-rows: minmax(25.75rem, auto);
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .catalog__list:not(.row) {
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-rows: minmax(27.63rem, auto) 6.25rem minmax(14.06rem, auto); */
    grid-template-rows: minmax(27.63rem, auto);
  }
}

.catalog__item {
  position: relative;
  display: grid;
  padding: 1.25rem;
  color: #333333;
  background-color: #ffffff;
  overflow: hidden;
}

@media (min-width: 768px) {
  .catalog__item {
    padding: 1.88rem;
  }
}

.catalog__item:hover .catalog__item-button,
.catalog__item:focus-within .catalog__item-button {
  border-color: #50b698;
  color: #ffffff;
  background-color: #50b698;
}

.catalog__item:nth-child(1) {
  align-content: end;
  clip-path: polygon(100% 0, 100% calc(100% - 3.75rem), calc(100% - 3.75rem) 100%, 0 100%, 0 0);
}

@media (min-width: 576px) {
  .catalog__item:nth-child(1) {
    clip-path: polygon(100% 0, 100% calc(100% - 5.63rem), calc(100% - 5.63rem) 100%, 0 100%, 0 0);
  }
}

.catalog__item:nth-child(1) .catalog__item-img {
  right: 0;
  top: -2.19rem;
}

.catalog__item:nth-child(1)::before {
  content: url("/wp-content/themes/v2d/images/catalog-item-line.svg");
  position: absolute;
  top: 0;
  right: 30%;
}

.catalog__item:nth-child(2) {
  align-content: space-between;
}

@media (min-width: 768px) {
  .catalog__item:nth-child(2) {
    grid-column: 2/3;
    /*grid-row: 1/span 2;*/
    grid-row: 1;
  }
}

.catalog__item:nth-child(2) .catalog__item-img {
  right: -3.44rem;
  top: 0;
}

@media (min-width: 768px) {
  .catalog__item:nth-child(2) .catalog__item-img {
    right: -6.88rem;
  }
}

.catalog__item:nth-child(3) {
  align-content: space-between;
  background-image: url("/wp-content/themes/v2d/images/backgrounds/catalog-item-bg.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .catalog__item:nth-child(3) {
    grid-column: 1/2;
    grid-row: 2/span 2;
  }
}

.catalog__item:nth-child(3) .catalog__item-img {
  right: 0;
  bottom: 0;
}

.catalog__item--primary {
  align-content: space-between;
  color: #ffffff;
  background-image: url("/wp-content/themes/v2d/images/backgrounds/catalog-primary-bg.svg"), linear-gradient(196.56deg, #2e6c5a 22.53%, #235043 116.87%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.catalog__item--primary .section__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .catalog__item--primary .section__link {
    justify-self: end;
  }
}

.catalog__item-title {
  max-width: 16em;
  margin-bottom: 1.25em;
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .catalog__item-title {
    font-size: 1.13rem;
  }
}

@media (min-width: 992px) {
  .catalog__item-title {
    font-size: 1.25rem;
  }
}

.catalog__item-title a {
  color: inherit;
  text-decoration: none;
}

.catalog__item-title a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.catalog__item-img {
  position: absolute;
  object-fit: contain;
}

.catalog__item-button {
  position: relative;
  justify-self: start;
}

@media (min-width: 576px) {
  .catalog__link {
    margin-top: auto;
    margin-left: auto;
  }
}

.catalog__item-description {
  color: #909090;
}

.catalog-item__hero-description {
  margin-bottom: 1.25rem;
}

.catalog-item__hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1rem;
}

.catalog-item__hero-list {
  margin-top: 2.5rem;
  font-family: "Unbounded", sans-serif;
  list-style-image: url("/wp-content/themes/v2d/images/icons/hero-list-small-icon.svg");
}

.catalog-item__hero-list-item:not(:last-child) {
  margin-bottom: 1.25rem;
}

/* ABOUT */
.about {
  padding-top: 2.5rem;
  padding-bottom: 0;
  border-radius: 1.25rem;
  color: #ffffff;
  background-image: radial-gradient(155.04% 155.04% at 39.14% 143.01%, #214339 0%, #51b698 100%);
  overflow: hidden;
}

@media (min-width: 576px) {
  .about {
    padding-top: 4.06rem;
    padding-bottom: 5.63rem;
  }
}

.about-page.support-page .hero {
  padding-bottom: 3.94rem;
}

.about-page .title {
  margin-bottom: 0.75em;
}

.about-page .about {
  padding-bottom: 4.06rem;
}

.about-page .about__container {
  display: grid;
  gap: 1.88rem;
}

@media (min-width: 992px) {
  .about-page .about__container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto 3.75rem auto;
    gap: 2.81rem 3.13rem;
  }
}

@media (min-width: 576px) {
  .about-page .about__img-wrapper--first {
    grid-row: 2/3;
  }
}

@media (min-width: 992px) {
  .about-page .about__img-wrapper--first {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}

.about__title {
  margin-bottom: 1.05em;
}

.about__wrapper {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 576px) {
  .about__wrapper {
    gap: 2.5rem 1.25rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .about__wrapper {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, auto);
  }
}

.about__lead {
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: 1.25rem;
}

@media (min-width: 576px) {
  .about__lead {
    grid-column: 2/-1;
  }
}

@media (min-width: 768px) {
  .about__lead {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .about__lead {
    grid-column: 3/-1;
    font-size: 1.88rem;
  }
}

.about__img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (min-width: 992px) {
  .about__img {
    position: absolute;
    top: 0;
  }
}

.about__img-wrapper {
  position: relative;
}

@media (min-width: 576px) {
  .about__img-wrapper--first {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

@media (min-width: 992px) {
  .about__img-wrapper--first {
    grid-column: 1/3;
    grid-row: 1/3;
  }
}

.about__img-wrapper--first .about__img {
  right: 0;
}

.about__img-wrapper--last {
  margin-left: -1.88rem;
  margin-right: -1.88rem;
}

@media (min-width: 576px) {
  .about__img-wrapper--last {
    grid-column: 2/-1;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .about__img-wrapper--last {
    grid-column: 4/-1;
  }
}

.about__img-wrapper--last .about__img {
  left: 0;
}

.about__item {
  padding: 1.25rem;
  color: #ace1d1;
}

.about__item--first,
.about__item--second {
  border: 0.06rem solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(359deg, #a1edd6 -86.22%, rgba(67, 148, 125, 0) 78.98%);
}

@media (min-width: 992px) {
  .about__item--first {
    grid-column: 3/5;
  }
}

@media (min-width: 992px) {
  .about__item--second {
    grid-column: 5/-1;
  }
}

.about__item--third {
  padding-top: 0;
}

@media (min-width: 992px) {
  .about__item--third {
    grid-column: 1/4;
  }
}

.about__item-count {
  position: relative;
  display: block;
  padding-left: 1.56rem;
  margin-bottom: 0.5em;
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: 2.5rem;
  color: #ffffff;
}

.about__item-count::before {
  content: "";
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  width: 1rem;
  height: 0.13rem;
  background-color: #ffffff;
  transform: rotate(-45deg);
}

.about__item-title {
  margin-bottom: 1.25em;
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: 1rem;
  color: #ffffff;
}

@media (min-width: 768px) {
  .about__item-title {
    font-size: 1.13rem;
  }
}

@media (min-width: 992px) {
  .about__item-title {
    font-size: 1.25rem;
  }
}

.about__item-title span {
  color: #90cbb9;
}

.about__item .section__link {
  margin-top: 2.5rem;
  color: #ffffff;
}

.about__subtitle {
  font-size: 1.25rem;
  margin-bottom: 0.67em;
}

@media (min-width: 768px) {
  .about__subtitle {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .about__subtitle {
    font-size: 1.88rem;
  }
}

@media (min-width: 992px) {
  .about__misson {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

.about__contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 1.44rem;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 2.5rem;
}

@media (min-width: 992px) {
  .about__contacts-wrapper {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.about__contacts-link {
  position: relative;
  font-size: 1.13rem;
  padding-left: 2.94rem;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease-in;
}

@media (min-width: 768px) {
  .about__contacts-link {
    font-size: 1.25rem;
  }
}

.about__contacts-link:hover,
.about__contacts-link:focus {
  color: #50b698;
}

.about__contacts-link::before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 2.31rem;
  height: 1.31rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.about__contacts-link--mail::before {
  background-image: url("/wp-content/themes/v2d/images/icons/mail-icon.svg");
}

.about__contacts-link--phone::before {
  background-image: url("/wp-content/themes/v2d/images/icons/phone-icon.svg");
}

.about__note {
  position: relative;
  padding-top: 2.19rem;
}

@media (min-width: 992px) {
  .about__note {
    grid-column: 2/3;
    grid-row: 2/4;
    padding-left: 1.88rem;
  }
}

.about__note::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.88rem;
  width: 100vw;
  height: 100vh;
  background: url("/wp-content/themes/v2d/images/backgrounds/catalog-primary-bg.svg") no-repeat top left, linear-gradient(196.56deg, #2e6c5a 22.53%, #235043 116.87%);
}

@media (min-width: 768px) {
  .about__note::before {
    left: -3.75rem;
  }
}

@media (min-width: 992px) {
  .about__note::before {
    left: 0;
  }
}

.about__note-text {
  position: relative;
  margin-bottom: 1.56rem;
}

@media (min-width: 768px) {
  .about__note-text {
    margin-bottom: 3.44rem;
  }
}

.about__note-text--primary {
  color: #ace1d1;
  margin-top: 1.56rem;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .about__note-text--primary {
    margin-top: 3.44rem;
  }
}

.about__note-link {
  position: relative;
  font-size: 1rem;
  font-family: "Unbounded", sans-serif;
}

@media (min-width: 768px) {
  .about__note-link {
    font-size: 1.13rem;
  }
}

@media (min-width: 992px) {
  .about__note-link {
    font-size: 1.25rem;
  }
}

/* NEWS */
.news {
  padding-top: 2.81rem;
  padding-bottom: 3.44rem;
  background-color: #ffffff;
  border-radius: 1.25rem;
}

@media (min-width: 768px) {
  .news {
    padding-top: 4.69rem;
    padding-bottom: 10.63rem;
  }
}

.news-page .hero {
  margin-top: -5.75rem;
  padding-top: 7.5rem;
  padding-bottom: 4.38rem;
  background: #ffffff url("/wp-content/themes/v2d/images/backgrounds/news-page-bg.svg") no-repeat top center;
}

@media (min-width: 768px) {
  .news-page .hero {
    padding-bottom: 8.75rem;
  }
}

.news-page .news {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}

.news-page .news__row {
  row-gap: 2.5rem;
}

.news-item-page .news {
  margin-top: 3.75rem;
}

@media (min-width: 768px) {
  .news-item-page .title {
    font-size: 1.8rem;
  }
}

.news__row {
  row-gap: 1.25rem;
}

@media (min-width: 768px) {
  .news__row {
    row-gap: 2.19rem;
  }
}

.news__list {
  margin: 0;
  padding: 0;
  list-style: none;
  row-gap: 1.25rem;
}

@media (min-width: 768px) {
  .news__list {
    row-gap: 2.5rem;
  }
}

.news__article {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  color: #909090;
  background-color: #ededed;
  clip-path: polygon(100% 0, 100% calc(100% - 3.13rem), calc(100% - 3.13rem) 100%, 0 100%, 0 0);
}

.news__article:hover .news__article-button,
.news__article:focus-within .news__article-button {
  border-color: #50b698;
  color: #ffffff;
  background-color: #50b698;
}

.news__article--popular {
  clip-path: polygon(calc(100% - 3.13rem) 0, 100% 3.13rem, 100% 100%, 0 100%, 0 0);
}

@media (min-width: 576px) {
  .news__article--popular {
    flex-direction: row;
  }
}

.news__article--popular:hover .news__article-button,
.news__article--popular:focus-within .news__article-button {
  background-color: #44aa8c;
}

.news__article--popular .news__article-title {
  margin-bottom: 0.75em;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .news__article--popular .news__article-title {
    font-size: 1.13rem;
  }
}

@media (min-width: 992px) {
  .news__article--popular .news__article-title {
    font-size: 1.25rem;
  }
}

.news__article--popular .news__article-meta {
  justify-content: flex-start;
  gap: 0.63rem 1.88rem;
}

.news__article-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .news__article-wrapper {
    padding: 1.56rem;
  }
}

.news__article-title {
  margin-bottom: 3.21em;
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: 0.88rem;
  color: #333333;
}

.news__article-title a {
  color: inherit;
  text-decoration: none;
}

.news__article-title a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.news__article-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  gap: 0.63rem;
}

.news__article-button {
  margin-top: auto;
  margin-right: auto;
}

.news__article-badge {
  padding: 0.14em 0.36em;
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: 0.88rem;
  border-radius: 0.31rem;
  color: #333333;
  background-color: #fff124;
}

.news__article-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.63rem;
  margin-bottom: 1.43em;
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: 0.88rem;
  order: -1;
  color: #333333;
}

.news__article-date {
  display: flex;
  max-width: 7.5rem;
}

.news__article-date span {
  margin-right: 0.17em;
  font-size: 1.88rem;
}

.news__article-tag {
  margin-bottom: 0;
  color: #48b496;
}

.news__article-img {
  width: 100%;
  height: 13.75rem;
  object-fit: cover;
  order: -1;
}

.news__article-img-wrapper {
  order: -1;
}

.news__article-img-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.13rem;
  height: 3.13rem;
  background-image: linear-gradient(135deg, transparent 0%, transparent 50%, #ededed 50%, #ededed 100%);
}

@media (min-width: 576px) {
  .news__article-img-wrapper {
    position: relative;
    flex-shrink: 0;
    width: 32%;
    height: 100%;
  }

  .news__article-img-wrapper .news__article-img {
    height: 100%;
  }
}

@media (min-width: 576px) {
  .news__link {
    margin-top: auto;
    margin-left: auto;
  }
}

.news__title {
  margin-bottom: 0.25em;
}

.news__years-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.63rem;
  margin-top: 2.86em;
  font-size: 0.88rem;
  font-family: "Unbounded", sans-serif;
  color: #333333;
}

.news__years-link {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 0.13rem 0.31rem;
  border-radius: 0.31rem;
  background-color: #ededed;
  transition: color 0.2s ease-in, background-color 0.2s ease-in;
}

.news__years-link:hover {
  color: #ffffff;
  background-color: #333333;
}

.news__years-link--active {
  background-color: #333333;
  color: #ffffff;
}

/* SEO */
.seo {
  padding-top: 1.88rem;
  padding-bottom: 4.38rem;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .seo {
    padding-top: 3.75rem;
    padding-bottom: 7.5rem;
  }
}

.seo::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 0.13rem);
  left: 0;
  width: 13.44rem;
  height: 2.19rem;
  background-color: #ffffff;
  mask-image: url("/wp-content/themes/v2d/images/mask-left-mobile.svg");
}

@media (min-width: 768px) {
  .seo::before {
    width: 26.88rem;
    height: 4.38rem;
    mask-image: url("/wp-content/themes/v2d/images/mask-left.svg");
  }
}

.seo h2 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .seo h2 {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .seo h2 {
    font-size: 1.88rem;
  }
}

.seo h3 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .seo h3 {
    font-size: 1.13rem;
  }
}

@media (min-width: 992px) {
  .seo h3 {
    font-size: 1.25rem;
  }
}

.seo ul {
  margin-top: 1.88rem;
  margin-bottom: 1.88rem;
  list-style-image: url("/wp-content/themes/v2d/images/icons/footer-list-icon.svg");
}

.seo li {
  margin-bottom: 0.94rem;
}

.seo a:not(.button) {
  text-decoration: none;
  color: #50b698;
}

.seo a:not(.button):hover,
.seo a:not(.button):focus {
  text-decoration: underline;
}

.seo .button {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.seo__col > *:first-child {
  margin-top: 0;
}

.seo__col > *:last-child {
  margin-bottom: 0;
}

.seo__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.94rem;
  margin-top: 1.88rem;
  margin-bottom: 1.88rem;
}

.seo__buttons .button {
  margin-bottom: 0;
  margin-top: 0;
}

/* SUPPORT */
.support-page .hero {
  margin-top: -5.75rem;
  padding-top: 7.5rem;
  padding-bottom: 0;
  background: #ffffff url("/wp-content/themes/v2d/images/backgrounds/support-hero-bg.svg") no-repeat top right;
  overflow: hidden;
}

.support__row {
  row-gap: 2.5rem;
}

@media (min-width: 992px) {
  .support__col {
    padding-bottom: 6.25rem;
  }
}

.support__title {
  margin-bottom: 0.75em;
}

.support__description {
  margin-bottom: 2.5rem;
}

.support__subtitle {
  font-size: 1.25rem;
  margin-bottom: 0.67em;
}

@media (min-width: 768px) {
  .support__subtitle {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .support__subtitle {
    font-size: 1.88rem;
  }
}

.support__contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 1.44rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.support__contacts-link {
  position: relative;
  font-size: 1.13rem;
  padding-left: 2.94rem;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease-in;
}

@media (min-width: 768px) {
  .support__contacts-link {
    font-size: 1.25rem;
  }
}

.support__contacts-link:hover,
.support__contacts-link:focus {
  color: #50b698;
}

.support__contacts-link::before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 2.31rem;
  height: 1.31rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.support__contacts-link--mail::before {
  background-image: url("/wp-content/themes/v2d/images/icons/mail-icon.svg");
}

.support__contacts-link--phone::before {
  background-image: url("/wp-content/themes/v2d/images/icons/phone-icon.svg");
}

.support__button {
  margin-top: 2.5rem;
}

@media (max-width: 991.98px) {
  .support__image {
    max-width: 100%;
    height: auto;
  }
}

.support__image-wrapper {
  position: relative;
  margin-right: -1.88rem;
  margin-left: -1.88rem;
  clip-path: polygon(3.75rem 0%, 100% 0, 100% 100%, 0 100%, 0% 2.81rem);
}

@media (min-width: 768px) {
  .support__image-wrapper {
    margin-right: -3.75rem;
    margin-left: -3.75rem;
  }
}

@media (min-width: 992px) {
  .support__image-wrapper {
    position: absolute;
    top: 1.88rem;
    left: 0.75rem;
    margin-right: 0;
    margin-left: 0;
    clip-path: polygon(5.63rem 0%, 100% 0, 100% 100%, 0 100%, 0% 4.69rem);
  }
}

/* PARNERS */
.partners {
  padding-top: 2.5rem;
}

@media (min-width: 576px) {
  .partners {
    padding-top: 3.75rem;
  }
}

.partners__title {
  font-size: 1.25rem;
  margin-bottom: 0.67em;
}

@media (min-width: 768px) {
  .partners__title {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .partners__title {
    font-size: 1.88rem;
  }
}

.partners__description {
  margin-bottom: 2.5rem;
}

@media (min-width: 576px) {
  .partners__description {
    margin-bottom: 3.75rem;
  }
}

.partners__map {
  max-width: 120rem;
  height: 26.56rem;
  overflow: hidden;
  border-radius: 1.25rem 1.25rem 0 0;
}

.partners__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ARTICLE */
.article__title {
  max-width: 59.06rem;
  margin-bottom: 1.33em;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .article__title {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .article__title {
    font-size: 1.88rem;
  }
}

.article__row {
  row-gap: 1.5rem;
  margin-bottom: 1.25rem;
}

.article {
  line-height: 1.6;
}

.article .news__article-meta {
  justify-content: start;
  column-gap: 1.56rem;
}

.article *:first-child {
  margin-top: 0;
}

.article *:last-child {
  margin-bottom: 0;
}

.article h2 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .article h2 {
    font-size: 1.13rem;
  }
}

@media (min-width: 992px) {
  .article h2 {
    font-size: 1.25rem;
  }
}

.article p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.article ul {
  margin-top: 1.88rem;
  margin-bottom: 1.88rem;
  list-style-image: url("/wp-content/themes/v2d/images/icons/footer-list-icon.svg");
}

.article ol li::marker {
  font-family: "Unbounded", sans-serif;
  color: #50b698;
}

.article li {
  margin-bottom: 0.94rem;
}

.article a:not(.button) {
  text-decoration: none;
  color: #50b698;
}

.article a:not(.button):hover,
.article a:not(.button):focus {
  text-decoration: underline;
}

.article p,
.article ul,
.article ol,
.article blockquote {
  max-width: 59.06rem;
}

.article .table-responsive {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.article table {
  width: 100%;
}

.article th,
.article td {
  padding: 0.56rem;
  border-top: 0.06rem solid #d1d1d1;
  border-bottom: 0.06rem solid #d1d1d1;
  vertical-align: top;
}

@media (min-width: 768px) {
  .article tr *:first-child {
    padding-left: 1.88rem;
  }

  .article tr *:last-child {
    padding-right: 1.88rem;
  }
}

.article th {
  min-width: 12.5rem;
  font-weight: 400;
  color: #909090;
}

.article td {
  min-width: 18.75rem;
}

.article img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.article figure {
  display: inline-block;
  margin-top: 0.63rem;
  margin-bottom: 0.63rem;
}

.article figure img {
  margin-top: 0;
  margin-bottom: 0;
}

.article figcaption {
  margin-top: 0.71em;
  font-family: "Unbounded", sans-serif;
  font-size: 0.88rem;
  text-align: center;
}

.article blockquote {
  padding: 1.56rem 3.13rem 1.56rem 2.31rem;
  margin-top: 1.88rem;
  margin-bottom: 1.88rem;
  border-left: 0.19rem solid #50b698;
  background-color: #ededed;
  clip-path: polygon(100% 0, 100% calc(100% - 1.56rem), calc(100% - 1.56rem) 100%, 0 100%, 0 0);
}

@media (min-width: 768px) {
  .article blockquote {
    padding: 1.56rem 3.13rem 1.56rem 2.31rem;
    clip-path: polygon(100% 0, 100% calc(100% - 3.13rem), calc(100% - 3.13rem) 100%, 0 100%, 0 0);
  }
}

.article blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}

.article .button {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.article__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.94rem;
  margin-top: 1.88rem;
  margin-bottom: 1.88rem;
}

.article__buttons .button {
  margin-bottom: 0;
  margin-top: 0;
}

/* SITEMAP */
.sitemap__list {
  display: grid;
  grid-gap: 1.5rem;
  padding-left: 0;
  margin-top: 2.5rem;
  list-style-type: none;
}

@media (min-width: 768px) {
  .sitemap__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(10, auto);
    grid-auto-flow: dense;
  }
}

@media (min-width: 992px) {
  .sitemap__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .sitemap__item:first-child {
    grid-row: 1/-1;
  }
}

@media (min-width: 992px) {
  .sitemap__item:nth-child(3) {
    grid-column: 2/3;
  }
}

.sitemap__link {
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  text-decoration: none;
  color: #333333;
}

@media (min-width: 768px) {
  .sitemap__link {
    font-size: 1.13rem;
  }
}

@media (min-width: 992px) {
  .sitemap__link {
    font-size: 1.25rem;
  }
}

.sitemap__sublist {
  margin-top: 1.88rem;
  list-style-image: url("/wp-content/themes/v2d/images/icons/footer-list-icon.svg");
}

.sitemap__subitem:not(:last-child) {
  margin-bottom: 0.94rem;
}

.sitemap__subitem ul {
  padding-left: 0;
  margin-top: 1.88rem;
  margin-bottom: 1.88rem;
  list-style: none;
}

.sitemap__subitem li:not(:last-child) {
  margin-bottom: 0.94rem;
}

.sitemap__subitem a:not(.sitemap__sublink) {
  text-decoration: none;
  color: #909090;
}

.sitemap__sublink {
  color: #333333;
  text-decoration: none;
}

.sitemap__link,
.sitemap__sublink,
.sitemap__subitem a {
  transition: color 0.3s ease-in;
}

.sitemap__link:hover,
.sitemap__link:focus,
.sitemap__sublink:hover,
.sitemap__sublink:focus,
.sitemap__subitem a:hover,
.sitemap__subitem a:focus {
  color: #48b496;
}

/* SITE-PAGINATION */
.site-pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.63rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-pagination__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.88rem;
  height: 2.5rem;
  border: 0.06rem solid transparent;
  border-radius: 0.63rem;
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease-in;
}

.site-pagination__link:hover:not(.site-pagination__link--arrow) {
  border-color: #50b698;
}

.site-pagination__link--arrow {
  width: 3.13rem;
  height: 3.13rem;
  border-radius: 50%;
  background-color: #ededed;
  transition: background-color 0.2s ease-in;
}

.site-pagination__link--arrow:hover {
  background-color: #50b698;
}

.site-pagination__link--arrow:hover .site-pagination__arrow {
  fill: #ffffff;
}

.site-pagination__link--active {
  border-color: #50b698;
}

.site-pagination__arrow {
  fill: #333333;
  transition: fill 0.2s ease-in;
}

/* FEATURES */
.features__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  padding-left: 0;
  margin-bottom: 3.13rem;
  list-style: none;
}

.features__item {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0.94rem;
  border: 0.06rem solid #74b29f;
  background: url("/wp-content/themes/v2d/images/backgrounds/features-item-bg.svg") no-repeat top right;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3rem), calc(100% - 3rem) 100%, 0 100%);
}

@media (min-width: 768px) {
  .features__item {
    width: calc((100% - 2.5rem) / 3);
    padding: 1.88rem;
  }
}

.features__item::before {
  content: "";
  position: absolute;
  bottom: -0.06rem;
  right: -0.06rem;
  width: 4.38rem;
  height: 4.38rem;
  border: 0.06rem solid #74b29f;
  background-color: #ffffff;
  z-index: 1;
  transform: translate(50%, 50%) rotate(45deg);
}

.features__title {
  font-size: 1rem;
  margin-bottom: 0.7em;
}

@media (min-width: 768px) {
  .features__title {
    font-size: 1.13rem;
  }
}

@media (min-width: 992px) {
  .features__title {
    font-size: 1.25rem;
  }
}

/* ADVANTAGES */
.advantages {
  overflow-x: hidden;
}
@media (min-width: 1200px) {
  .advantages__title {
    margin-bottom: -1.25rem;
  }
}

@media (min-width: 768px) {
  .advantages__row:nth-of-type(even) .advantages__col--right {
    order: -1;
  }

  .advantages__row:nth-of-type(even) .advantages__img img {
    left: auto;
    right: -12px;
  }

  .advantages__row:nth-of-type(even) .advantages__col--left {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.advantages__col--right {
  position: relative;
}

.advantages__list {
  padding-left: 0;
  margin-top: 1.88rem;
  margin-bottom: 1.88rem;
  list-style: none;
}

@media (min-width: 992px) {
  .advantages__list {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}

.advantages__item:not(:last-child) {
  margin-bottom: 1.88rem;
}

@media (min-width: 992px) {
  .advantages__item:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

.advantages__item-count {
  position: relative;
  display: block;
  margin-bottom: 0.5em;
  padding-left: 1.56rem;
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  font-size: 1.75rem;
  color: #50b698;
}

@media (min-width: 768px) {
  .advantages__item-count {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .advantages__item-count {
    font-size: 2.5rem;
  }
}

.advantages__item-count::before {
  content: "";
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  width: 1rem;
  height: 0.13rem;
  background-color: #50b698;
  transform: rotate(-45deg);
}

.advantages__item-title {
  font-size: 1rem;
  margin-bottom: 0.75em;
}

@media (min-width: 768px) {
  .advantages__item-title {
    font-size: 1.13rem;
  }
}

@media (min-width: 992px) {
  .advantages__item-title {
    font-size: 1.25rem;
  }
}

.advantages__img {
  position: relative;
  width: 100%;
}

.advantages__img img {
  width: 100%;
}

@media (min-width: 768px) {
  .advantages__img img {
    position: absolute;
    top: 0;
    left: -12px;
    width: auto;
    max-width: 100vw;
    height: 100%;
  }
}


/* SPECIFICATIONS */
.specifications {
  margin-bottom: 7.5rem;
}

.specifications table {
  width: 100%;
}

.specifications .button {
  margin-top: 2.5rem;
}

.specifications__title {
  font-size: 1.25rem;
  margin-bottom: 1.33em;
}

@media (min-width: 768px) {
  .specifications__title {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .specifications__title {
    font-size: 1.88rem;
  }
}

@media (min-width: 768px) {
  .specifications__table-row *:first-child {
    padding-left: 1.88rem;
  }

  .specifications__table-row *:last-child {
    padding-right: 1.88rem;
  }
}

.specifications__table-header {
  width: 40%;
  min-width: 12.5rem;
  font-weight: 400;
  color: #909090;
}

.specifications__table-data {
  width: 60%;
  min-width: 18.75rem;
}

.specifications__table-header,
.specifications__table-data {
  padding: 0.56rem;
  border-top: 0.06rem solid #d1d1d1;
  border-bottom: 0.06rem solid #d1d1d1;
  vertical-align: top;
}

/* VIDEO */
.video {
  max-width: 120rem;
  margin: 0 auto 2.5rem;
}

@media (min-width: 576px) {
  .video {
    margin-bottom: 3.75rem;
  }
}

.video__title {
  font-size: 1.25rem;
  margin-bottom: 1.33rem;
}

@media (min-width: 768px) {
  .video__title {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .video__title {
    font-size: 1.88rem;
  }
}

.video__wrapper {
  display: flex;
  overflow: hidden;
  border-radius: 1.25rem;
}

/* SITE-FOOTER */
.site-footer {
  padding-top: 2.19rem;
  padding-bottom: 1.56rem;
  font-size: 0.88rem;
  color: #565656;
  background: #202020 url("/wp-content/themes/v2d/images/backgrounds/footer-bg.svg") no-repeat center/cover;
}

@media (min-width: 768px) {
  .site-footer {
    padding-top: 4.06rem;
  }
}

@media (min-width: 992px) {
  .site-footer {
    padding-top: 6.88rem;
    padding-bottom: 2.81rem;
  }
}

.site-footer::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 0.13rem);
  right: 0;
  width: 13.44rem;
  height: 2.19rem;
  background-color: #202020;
  mask-image: url("/wp-content/themes/v2d/images/mask-right-mobile.svg");
}

@media (min-width: 768px) {
  .site-footer::before {
    width: 26.88rem;
    height: 4.38rem;
    mask-image: url("/wp-content/themes/v2d/images/mask-right.svg");
  }
}

.site-footer__container {
  display: grid;
  gap: 2.19rem;
}

@media (min-width: 992px) {
  .site-footer__container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 2.81rem 3.13rem auto auto;
    gap: 3.13rem;
  }
}

.site-footer__logo {
  position: relative;
  height: 4.81rem;
}

@media (min-width: 768px) {
  .site-footer__logo {
    height: 6.88rem;
  }
}

@media (min-width: 992px) {
  .site-footer__logo {
    grid-column: 1/2;
    grid-row: 1/3;
    height: auto;
  }
}

.site-footer__logo-img {
  position: absolute;
  top: 0;
  left: -13.13rem;
  max-width: 28.19rem;
  height: auto;
}

@media (min-width: 768px) {
  .site-footer__logo-img {
    max-width: 40.31rem;
    left: -18.13rem;
  }
}

@media (min-width: 992px) {
  .site-footer__logo-img {
    max-width: 57.5rem;
    top: 0;
    right: 0;
    left: auto;
  }
}

.site-footer__contact {
  justify-self: start;
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: 1.75rem;
  text-decoration: none;
  color: #ffffff;
  transition: color 0.2s ease-in;
}

@media (min-width: 768px) {
  .site-footer__contact {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .site-footer__contact {
    grid-column: 2/-1;
    font-size: 2.5rem;
  }
}

.site-footer__contact:hover,
.site-footer__contact:focus {
  color: #48b496;
}

.site-footer__navigation-list {
  display: flex;
  flex-direction: column;
  gap: 1.56rem;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 576px) {
  .site-footer__navigation-list {
    flex-wrap: wrap;
    max-height: 12.5rem;
    gap: 1.88rem;
  }
}

@media (min-width: 992px) {
  .site-footer__navigation-list {
    grid-column: 2/-1;
    grid-row: 2/4;
  }
}

@media (min-width: 576px) {
  .site-footer__navigation-item {
    width: calc(50% - 0.94rem);
  }
}

.site-footer__navigation-link {
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: 0.88rem;
  text-decoration: none;
  color: #ffffff;
  transition: color 0.2s ease-in;
}

@media (min-width: 992px) {
  .site-footer__navigation-link {
    font-size: 1.06rem;
  }
}

.site-footer__navigation-link:hover,
.site-footer__navigation-link:focus {
  color: #48b496;
}

.site-footer__navigation-sublist {
  padding-left: 1.38rem;
  margin-top: 1.25rem;
  list-style-image: url("/wp-content/themes/v2d/images/icons/footer-list-icon.svg");
}

.site-footer__navigation-subitem:not(:last-child) {
  margin-bottom: 1.25em;
}

.site-footer__navigation-sublink {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease-in;
}

.site-footer__navigation-sublink:hover,
.site-footer__navigation-sublink:focus {
  color: #48b496;
}

.site-footer__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.63rem;
}

@media (min-width: 992px) {
  .site-footer__meta {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.site-footer__request {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.25rem;
  border-radius: 0.75rem;
  border: 0.06rem solid #50b698;
  text-align: center;
}

@media (min-width: 576px) {
  .site-footer__request {
    padding-top: 1.88rem;
  }
}

@media (min-width: 992px) {
  .site-footer__request {
    grid-column: 1/-1;
    grid-row: 4/5;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem;
    text-align: left;
  }
}

.site-footer__request-text {
  position: relative;
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: 1.06rem;
  margin-bottom: 0;
  padding-top: 3.44rem;
  color: #ffffff;
}

@media (min-width: 576px) {
  .site-footer__request-text {
    padding-left: 5.31rem;
    padding-top: 0;
  }
}

.site-footer__request-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 3.88rem;
  height: 2.25rem;
  background: url("/wp-content/themes/v2d/images/icons/mail-icon.svg") no-repeat center/contain;
  transform: translateX(-50%);
}

@media (min-width: 576px) {
  .site-footer__request-text::before {
    top: auto;
    left: 0;
    bottom: 0;
    transform: none;
  }
}

.site-footer__link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease-in;
}

.site-footer__link:hover,
.site-footer__link:focus {
  color: #48b496;
}

.site-footer__copyright {
  font-size: 0.88rem;
}

/* SITE-MODAL */
.site-modal {
  background-color: rgba(134, 198, 180, 0.7);
}

.site-modal::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/v2d/images/modal-mask.svg") no-repeat center/cover;
}

.site-modal__dialog {
  position: relative;
  max-width: 41.38rem;
  z-index: 10;
}

.site-modal__content {
  border-radius: 0.75rem;
  border: none;
}

.site-modal__header {
  padding: 1.88rem 1.88rem 0;
  border-bottom: none;
}

@media (min-width: 576px) {
  .site-modal__header {
    padding: 2.5rem 3.13rem 0;
  }
}

.site-modal__body {
  padding: 0 1.88rem 1.88rem;
}

@media (min-width: 576px) {
  .site-modal__body {
    padding: 0 3.13rem 2.5rem;
  }
}

.site-modal__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: 1.25rem;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .site-modal__title {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .site-modal__title {
    font-size: 1.88rem;
  }
}

.site-modal__form {
  display: flex;
  flex-direction: column;
  gap: 1.88rem;
  margin-top: 1.88rem;
}

.site-modal__input {
  border: 0.06rem solid #50b698;
  border-radius: 0.63rem;
}

.site-modal__link {
  color: #48b496;
  text-decoration: none;
}

.site-modal__link:hover,
.site-modal__link:focus {
  text-decoration: underline;
}

.site-modal__header .site-modal__close {
  width: 1.63rem;
  padding: 0;
  background: transparent;
}

.site-modal__floating > .site-modal__input {
  padding: 0.75rem 0.88rem;
  height: 3.25rem;
  min-height: 3.25rem;
}

.site-modal__check {
  position: relative;
  padding-left: 2.19rem;
}

.site-modal__check-label {
  color: #909090;
  cursor: pointer;
}

.site-modal__check-label::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0;
  width: 1.44rem;
  height: 1.44rem;
  border-radius: 0.25rem;
  border: 0.06rem solid #48b496;
}

.site-modal__check .site-modal__checkbox:checked + .site-modal__check-label::before {
  background: #48b496 url("/wp-content/themes/v2d/images/icons/check.svg") no-repeat center;
}
.ar {
  direction: rtl;
}

.cookie {
  position: fixed;
  bottom: 0.94rem;
  right: 0.94rem;
  max-width: 24.5rem;
  margin-left: 0.94rem;
  padding: 1.25rem;
  border-radius: 0.63rem;
  box-shadow: 0 0.5rem 1.5rem 0 rgba(50, 60, 97, 0.2);
  background-color: #FFFFFF;
}
.cookie__title {
  display: block;
  margin-bottom: 0.63em;
}
.cookie a {
  color: #50B698;
  text-decoration: none;
}
.cookie a:hover,
.cookie a:focus-visible {
  text-decoration: underline;
}
.cookie__button {
  padding-left: 1.13rem;
  padding-right: 1.13rem;
}
@media (min-width: 992px) {
  .cookie {
    bottom: 1.88rem;
    right: 1.88rem;
  }
}
/*# sourceMappingURL=styles.css.map */
