@import url(https://fonts.googleapis.com/css?family=Inter:regular,500,600,700&display=swap);
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
*::after,
*::before {
  display: inline-block;
}
body,
html {
  height: 100%;
  min-width: 320px;
}
body {
  color: #1f2937;
  line-height: 1;
  font-family: Inter;
  font-size: 1.125rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
  font-family: Inter;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
}
input,
textarea {
  width: 100%;
}
label {
  display: inline-block;
}
button,
option,
select {
  cursor: pointer;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*='__container'] {
  max-width: 75.625rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
[class*='--gc'] {
  display: grid;
  min-width: 0;
  grid-template-columns: 0.9375rem 1fr minmax(auto, 73.75rem) 1fr 0.9375rem;
}
[class*='--gc'] > * {
  min-width: 0;
  grid-column: 3/4;
}
.button {
  position: relative;
  z-index: 2;
  border-radius: 6px;
  border: 1px solid #3730a3;
  padding: 11px 32px;
  color: #3730a3;
  font-weight: 500;
  line-height: 1.5555555556;
  transition: all 0.3s;
  display: inline-block;
}
.button--fw {
  width: 100%;
}
.button--bg {
  background-color: #3730a3;
  color: #e5e7eb;
}
.icon-menu {
  display: none;
}
[class*='-ibg'] {
  position: relative;
}
[class*='-ibg'] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
[class*='-ibg_contain'] img {
  -o-object-fit: contain;
  object-fit: contain;
}
.header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s;
}
.header._header-scroll {
  background-color: rgba(248, 248, 248, 0.836);
}
.header__container {
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.header__logo {
  position: relative;
  z-index: 2;
  width: 62px;
  height: 62px;
  background: #eeebff;
  flex: 0 0 62px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  color: #7b61ff;
  /* -webkit-transform: rotate(30deg); */
  /* transform: rotate(30deg) */
}
@media (max-width: 767px) {
  .header__logo {
    padding-left: 15px;
  }
}
.header__button {
  position: relative;
  z-index: 2;
  border-radius: 6px;
  border: 1px solid #3730a3;
  padding: 11px 32px;
  color: #3730a3;
  font-weight: 500;
  line-height: 1.5555555556;
  transition: all 0.3s;
  display: inline-block;
}
.menu {
  display: flex;
  flex: 1 1 auto;
  padding: 0 0 0 0.625rem;
}
.menu__body {
  flex: 1 1 auto;
}
.menu__list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  row-gap: 0.3125rem;
}
.menu__link {
  color: #6b7280;
  font-weight: 500;
  line-height: 1.5555555556;
}
.footer {
  background: var(--Default-red-50, #fef2f2);
}
.footer__title {
  color: var(--Default-gray-700, #374151);
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}
.footer__text {
  text-align: center;
  color: #6b7280;
  line-height: 1.5555555556;
  max-width: 41.25rem;
  margin: 0 auto;
}
.social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.social__icon {
  transition: all 0.3s;
}
.main-block__container {
  display: flex;
}
.main-block__content {
  align-self: center;
  flex: 1 1 auto;
}
.main-block__text-down {
  padding-top: 1.25rem;
  border-top: 1px solid #e5e7eb;
  color: #6b7280;
  line-height: 1.3333333333;
}
.main-block__image {
  text-align: center;
  flex: 0 0 40.5084745763%;
}
.main-block__image img {
  max-width: 100%;
}
.content-main {
  display: grid;
}
.content-main__name {
  display: flex;
  align-items: center;
  color: #4338ca;
  line-height: 1.4;
  font-weight: 500;
  gap: 0.625rem;
}
.content-main__title {
  color: #1f2937;
  font-weight: 700;
}
.content-main__text {
  line-height: 1.5555555556;
}
.content-main__text > p:not(:last-child) {
  margin-bottom: 0.625rem;
}
.content-main__buttons {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.services__title {
  color: var(--Default-gray-800, #1f2937);
  text-align: center;
  font-weight: 600;
  line-height: 1;
  max-width: 65rem;
}
.services__title span {
  color: #3730a3;
  font-weight: 600;
  line-height: 1;
}
.services__body {
  display: flex;
  font: 1em sans-serif;
  align-items: flex-start;
}
.services__image {
  flex: 0 0 37.5084745763%;
}
.services__image img {
  max-width: 100%;
}
.services__items {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
html {
  scroll-behavior: smooth;
}
.item-services {
  display: grid;
  gap: 1.25rem;
}
.item-services__titile {
  font-weight: 600;
  line-height: 1.5555555556;
}
.careers__table p {
  margin-bottom: 12px;
  line-height: 120%;
}
.item-services__text {
  color: #6b7280;
  font-size: 1rem;
  line-height: 1.3333333333;
}
.item-services__link {
  color: #3730a3;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.3333333333;
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
}
.item-services__link::after {
  content: '';
  background: url(../img/icons/arrow-right.svg) 0 0/100% no-repeat;
  width: 0.75rem;
  height: 0.75rem;
  flex: 0 0 0.75rem;
}
.clients {
  background: #fef2f2;
}
.clients__lebel {
  color: #6b7280;
  font-size: 1.25rem;
  line-height: 1.4;
}
.clients__lebel:not(:last-child) {
  margin-bottom: 1.25rem;
}
.clients__items {
  text-align: center;
  gap: 1.5625rem;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
}
.clients__item img {
  max-width: 100%;
}
.gallery__title {
  color: var(--Default-gray-800, #1f2937);
  text-align: center;
  font-weight: 600;
  line-height: 1;
  max-width: 65rem;
}
.gallery__items {
  display: grid;
  gap: 1.875rem;
}
.item-gallery {
  position: relative;
}
.item-gallery--row {
  grid-row: span 2;
}
.item-gallery__image-ibg {
  padding: 0 0 74.8387096774% 0;
  height: 100%;
}
.item-gallery__body {
  position: relative;
  background-color: #fff;
  padding: 1.5625rem 3.125rem 1.5625rem 1.5625rem;
}
.item-gallery__body::before {
  content: '';
  position: absolute;
  background: url(../img/icons/arrow.svg) 0 0/100% no-repeat;
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 1.875rem;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-1.5625rem, -50%);
  transform: translate(-1.5625rem, -50%);
}
.item-gallery__content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.touch .item-gallery__content {
  opacity: 1;
  visibility: visible;
}
.item-gallery__title {
  font-weight: 500;
  line-height: 1.5555555556;
}
.item-gallery__text {
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.advantages__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
  row-gap: 2.5rem;
}
.advantages__item {
  display: grid;
  justify-items: center;
  text-align: center;
}
.advantages__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #eef2ff;
  width: 8.75rem;
  height: 8.75rem;
}
.advantages__icon:not(:last-child) {
  margin-bottom: 2.5rem;
}
.advantages__title {
  font-weight: 600;
  line-height: 1.2;
}
.advantages__title:not(:last-child) {
  margin-bottom: 1.25rem;
}
.advantages__text {
  color: #6b7280;
  line-height: 1.5555555556;
}
.careers__title {
  color: var(--Default-gray-800, #1f2937);
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}
.table {
  color: #6b7280;
}
.table__item {
  width: 100%;
  border-collapse: collapse;
  min-width: 46.875rem;
}
.table__title {
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
}
.table__title:not(:last-child) {
  padding-right: 0.9375rem;
}
.table__cell span {
  font-weight: 600;
  color: #1f2937;
}
@media (min-width: 47.99875em) {
  .content-main__name::before {
    content: '';
    width: 6.375rem;
    height: 0.0625rem;
    background-color: #3730a3;
  }
  .gallery__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .item-gallery--col-2 {
    grid-column: span 2;
  }
  .item-gallery--col-2 .item-gallery__image-ibg {
    padding: 0 0 33.8983050847% 0;
  }
}
@media (min-width: 75.625em) {
  .header__container {
    min-height: 14.75rem;
  }
  ._header-scroll .header__container {
    min-height: 7.5rem;
  }
  .menu {
    margin-right: 5rem;
  }
  .menu__item {
    margin-right: 5rem;
  }
  .footer {
    padding-bottom: 6.875rem;
  }
  .footer {
    padding-top: 6.875rem;
  }
  .footer__title {
    margin-bottom: 6.25rem;
  }
  .footer__text:not(:last-child) {
    margin-bottom: 6.25rem;
  }
  .social {
    gap: 3.125rem;
  }
  .main-block {
    padding-top: 21.0625rem;
  }
  .main-block {
    padding-bottom: 6.25rem;
  }
  .main-block__content {
    padding-right: 5rem;
  }
  .content-main {
    row-gap: 2.5rem;
  }
  .content-main__title {
    font-size: 4.5rem;
  }
  .services {
    padding-top: 6.25rem;
  }
  .services {
    padding-bottom: 6.25rem;
  }
  .services__title span {
    font-size: 3rem;
  }
  .services__title {
    font-size: 3rem;
  }
  .services__title {
    margin-bottom: 9.375rem;
  }
  .services__items {
    padding: 3.125rem;
  }
  .services__items {
    gap: 4.25rem;
  }
  .clients {
    padding-top: 6.25rem;
  }
  .clients {
    padding-bottom: 6.25rem;
  }
  .gallery {
    padding-top: 9.375rem;
  }
  .gallery {
    padding-bottom: 4.6875rem;
  }
  .gallery__title {
    margin-bottom: 9.375rem;
  }
  .gallery__title {
    font-size: 3rem;
  }
  .advantages {
    padding-top: 4.6875rem;
  }
  .advantages {
    padding-bottom: 4.6875rem;
  }
  .advantages__container {
    -webkit-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }
  .advantages__icon:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .advantages__title {
    font-size: 1.875rem;
  }
  .advantages__title {
    margin-bottom: 1.25rem;
  }
  .careers {
    padding-top: 4.375rem;
  }
  .careers {
    padding-bottom: 9.375rem;
  }
  .careers__title {
    margin-bottom: 9.375rem;
  }
  .table__row:not(:last-child) .table__cell,
  .table__row:not(:last-child) .table__title {
    padding-bottom: 5rem;
  }
  .table__cell {
    padding-bottom: 5rem;
  }
}
@media (max-width: 20em) {
  .header__container {
    min-height: 5rem;
  }
  ._header-scroll .header__container {
    min-height: 3.75rem;
  }
  .menu {
    margin-right: 0.625rem;
  }
  .menu__item {
    margin-right: 0.625rem;
  }
  .footer {
    padding-bottom: 1.875rem;
  }
  .footer {
    padding-top: 1.875rem;
  }
  .footer__title {
    margin-bottom: 1.875rem;
  }
  .footer__text:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .social {
    gap: 0.9375rem;
  }
  .main-block {
    padding-top: 5rem;
  }
  .main-block {
    padding-bottom: 3.125rem;
  }
  .main-block__content {
    padding-right: 1.25rem;
  }
  .content-main {
    row-gap: 1.25rem;
  }
  .content-main__title {
    font-size: 2.125rem;
  }
  .services {
    padding-top: 3.125rem;
  }
  .services {
    padding-bottom: 3.125rem;
  }
  .services__title span {
    font-size: 1.75rem;
  }
  .services__title {
    font-size: 1.75rem;
  }
  .services__title {
    margin-bottom: 1.875rem;
  }
  .services__items {
    padding: 1.25rem;
  }
  .services__items {
    gap: 1.25rem;
  }
  .clients {
    padding-top: 3.125rem;
  }
  .clients {
    padding-bottom: 3.125rem;
  }
  .gallery {
    padding-top: 3.125rem;
  }
  .gallery {
    padding-bottom: 3.125rem;
  }
  .gallery__title {
    margin-bottom: 1.875rem;
  }
  .gallery__title {
    font-size: 1.75rem;
  }
  .advantages {
    padding-top: 1.875rem;
  }
  .advantages {
    padding-bottom: 1.875rem;
  }
  .advantages__container {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .advantages__icon:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .advantages__title {
    font-size: 1.5rem;
  }
  .advantages__title {
    margin-bottom: 0.625rem;
  }
  .careers {
    padding-top: 3.125rem;
  }
  .careers {
    padding-bottom: 3.125rem;
  }
  .careers__title {
    margin-bottom: 1.875rem;
  }
  .table__row:not(:last-child) .table__cell,
  .table__row:not(:last-child) .table__title {
    padding-bottom: 1.25rem;
  }
  .table__cell {
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 47.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 3.125rem 0.9375rem 0.9375rem 1.875rem;
    transition: left 0.3s;
  }
  .menu__body::before {
    content: '';
    position: fixed;
    width: 100%;
    height: 4.375rem;
    left: -100%;
    top: 0;
    transition: left 0.3s;
    z-index: 2;
  }
  .menu-open .menu__body {
    left: 0;
  }
  .menu-open .menu__body::before {
    left: 0;
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5;
    margin-left: 0.9375rem;
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: '';
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #000;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
  .menu-open .icon-menu span {
    width: 0;
  }
  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background-color: #f3f1f1;
    overflow: auto;
    padding: 0 0.9375rem 1.875rem 0.9375rem;
    transition: left 0.3s;
  }
  ._header-scroll .menu__body {
    padding-top: 7.5rem;
  }
  .menu__body::before {
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    background-color: #f8f8f8;
    left: -100%;
    transition: left 0.3s;
  }
  ._header-scroll .menu__body::before {
    min-height: 5rem;
  }
  .menu-open .menu__body {
    left: 0;
  }
  .menu-open .menu__body::before {
    content: '';
    left: 0;
  }
  .menu__list {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.9375rem;
  }
  .menu__link {
    font-size: 1.875rem;
  }
  .main-block__container {
    flex-direction: column;
    gap: 1.25rem;
  }
  .main-block__content {
    padding-right: 0;
  }
  .content-main__button {
    flex: 1 1 auto;
  }
  .content-main__button-read {
    flex: 1 1 auto;
    text-align: center;
  }
  .services__body {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .services__image {
    align-self: center;
  }
  .services__items {
    padding: 0 0 1.25rem 0;
  }
  .clients__lebel {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .item-gallery__image-ibg {
    padding: 0 0 100% 0;
  }
}
@media (max-width: 47.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 47.99875em) and (max-width: 20em) {
  .menu__body {
    padding-top: 7.5rem;
  }
  .menu__body::before {
    min-height: 5rem;
  }
}
@media (max-width: 46.875em) {
  .table {
    overflow: auto;
  }
}
@media (min-width: 20em) and (max-width: 75.625em) {
  .header__container {
    min-height: clamp(5rem, 1.4943820225rem + 17.5280898876vw, 14.75rem);
  }
  ._header-scroll .header__container {
    min-height: 120px;
  }
  .menu {
    margin-right: clamp(0.625rem, -0.9480337079rem + 7.8651685393vw, 5rem);
  }
  .menu__item {
    margin-right: clamp(0.625rem, -0.9480337079rem + 7.8651685393vw, 5rem);
  }
  .footer {
    padding-bottom: clamp(1.875rem, 0.077247191rem + 8.9887640449vw, 6.875rem);
  }
  .footer {
    padding-top: clamp(1.875rem, 0.077247191rem + 8.9887640449vw, 6.875rem);
  }
  .footer__title {
    margin-bottom: clamp(1.875rem, 0.3019662921rem + 7.8651685393vw, 6.25rem);
  }
  .footer__text:not(:last-child) {
    margin-bottom: clamp(1.875rem, 0.3019662921rem + 7.8651685393vw, 6.25rem);
  }
  .social {
    gap: clamp(0.9375rem, 0.1509831461rem + 3.9325842697vw, 3.125rem);
  }
  .main-block {
    padding-top: clamp(5rem, -0.7752808989rem + 28.8764044944vw, 21.0625rem);
  }
  .main-block {
    padding-bottom: clamp(3.125rem, 2.0014044944rem + 5.6179775281vw, 6.25rem);
  }
  .main-block__content {
    padding-right: clamp(1.25rem, -0.0983146067rem + 6.7415730337vw, 5rem);
  }
  .content-main {
    row-gap: clamp(1.25rem, 0.8005617978rem + 2.2471910112vw, 2.5rem);
  }
  .content-main__title {
    font-size: clamp(2.125rem, 1.2710674157rem + 4.2696629213vw, 4.5rem);
  }
  .services {
    padding-top: clamp(3.125rem, 2.0014044944rem + 5.6179775281vw, 6.25rem);
  }
  .services {
    padding-bottom: clamp(3.125rem, 2.0014044944rem + 5.6179775281vw, 6.25rem);
  }
  .services__title span {
    font-size: clamp(1.75rem, 1.3005617978rem + 2.2471910112vw, 3rem);
  }
  .services__title {
    font-size: clamp(1.75rem, 1.3005617978rem + 2.2471910112vw, 3rem);
  }
  .services__title {
    margin-bottom: clamp(1.875rem, -0.8216292135rem + 13.4831460674vw, 9.375rem);
  }
  .services__items {
    padding: clamp(1.25rem, 0.5758426966rem + 3.3707865169vw, 3.125rem);
  }
  .services__items {
    gap: clamp(1.25rem, 0.1713483146rem + 5.393258427vw, 4.25rem);
  }
  .clients {
    padding-top: clamp(3.125rem, 2.0014044944rem + 5.6179775281vw, 6.25rem);
  }
  .clients {
    padding-bottom: clamp(3.125rem, 2.0014044944rem + 5.6179775281vw, 6.25rem);
  }
  .gallery {
    padding-top: clamp(3.125rem, 0.8778089888rem + 11.2359550562vw, 9.375rem);
  }
  .gallery {
    padding-bottom: clamp(3.125rem, 2.5632022472rem + 2.808988764vw, 4.6875rem);
  }
  .gallery__title {
    margin-bottom: clamp(1.875rem, -0.8216292135rem + 13.4831460674vw, 9.375rem);
  }
  .gallery__title {
    font-size: clamp(1.75rem, 1.3005617978rem + 2.2471910112vw, 3rem);
  }
  .advantages {
    padding-top: clamp(1.875rem, 0.8637640449rem + 5.0561797753vw, 4.6875rem);
  }
  .advantages {
    padding-bottom: clamp(1.875rem, 0.8637640449rem + 5.0561797753vw, 4.6875rem);
  }
  .advantages__container {
    -webkit-column-gap: clamp(1.25rem, 0.3511235955rem + 4.4943820225vw, 3.75rem);
    -moz-column-gap: clamp(1.25rem, 0.3511235955rem + 4.4943820225vw, 3.75rem);
    column-gap: clamp(1.25rem, 0.3511235955rem + 4.4943820225vw, 3.75rem);
  }
  .advantages__icon:not(:last-child) {
    margin-bottom: clamp(1.25rem, 0.8005617978rem + 2.2471910112vw, 2.5rem);
  }
  .advantages__title {
    font-size: clamp(1.5rem, 1.3651685393rem + 0.6741573034vw, 1.875rem);
  }
  .advantages__title {
    margin-bottom: clamp(0.625rem, 0.4002808989rem + 1.1235955056vw, 1.25rem);
  }
  .careers {
    padding-top: clamp(3.125rem, 2.6755617978rem + 2.2471910112vw, 4.375rem);
  }
  .careers {
    padding-bottom: clamp(3.125rem, 0.8778089888rem + 11.2359550562vw, 9.375rem);
  }
  .careers__title {
    margin-bottom: clamp(1.875rem, -0.8216292135rem + 13.4831460674vw, 9.375rem);
  }
  .table__row:not(:last-child) .table__cell,
  .table__row:not(:last-child) .table__title {
    padding-bottom: clamp(1.25rem, -0.0983146067rem + 6.7415730337vw, 5rem);
  }
  .table__cell {
    padding-bottom: clamp(1.25rem, -0.0983146067rem + 6.7415730337vw, 5rem);
  }
}
@media (max-width: 47.99875em) and (min-width: 75.625em) {
  .menu__body {
    padding-top: 16rem;
  }
  .menu__body::before {
    min-height: 14.75rem;
  }
}
@media (max-width: 47.99875em) and (min-width: 20em) and (max-width: 75.625em) {
  .menu__body {
    padding-top: clamp(7.5rem, 4.4438202247rem + 15.2808988764vw, 16rem);
  }
  .menu__body::before {
    min-height: clamp(5rem, 1.4943820225rem + 17.5280898876vw, 14.75rem);
  }
}
@media (any-hover: hover) {
  .button:hover {
    color: #e5e7eb;
    background-color: #3730a3;
  }
  .button--bg:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #3730a3;
  }
  .header__button:hover {
    background-color: #47419b;
    color: #eeebff;
  }
  .menu__link:hover {
    text-decoration: underline;
  }
  .social__icon:hover {
    opacity: 0.8;
  }
  .item-services__link:hover {
    text-decoration: underline;
  }
  .item-gallery:hover .item-gallery__content {
    visibility: visible;
    opacity: 1;
  }
}
