@font-face {
  font-family: Mulish;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/Mulish-Bold-358bcb15.ttf) format("truetype")
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/Manrope-Regular-2960175e.ttf) format("truetype")
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/Manrope-Medium-562fb5d8.ttf) format("truetype")
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/Manrope-SemiBold-9cb6bdf0.ttf) format("truetype")
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/Manrope-Bold-ce687c0c.ttf) format("truetype")
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/assets/Manrope-ExtraBold-effbf6ef.ttf) format("truetype")
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0
}

p:last-child {
  margin-bottom: 0
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none
}

a {
  color: currentColor;
  text-decoration: none;
  cursor: pointer
}

button {
  cursor: pointer
}

img {
  display: block;
  max-width: 100%;
  height: auto
}

/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
:after,
:before {
  box-sizing: border-box
}

html {
  font-family: system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4
}

body {
  margin: 0
}

hr {
  height: 0;
  color: inherit
}

abbr[title] {
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

table {
  text-indent: 0;
  border-color: inherit
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

::-moz-focus-inner {
  border-style: none;
  padding: 0
}

:-moz-focusring {
  outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
  box-shadow: none
}

legend {
  padding: 0
}

progress {
  vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

summary {
  display: list-item
}

:root {
  --body-bg: rgba(255, 255, 255, 1);
  --container-bg-light: rgba(255, 255, 255, 1);
  --container-bg-dark: rgba(19, 35, 53, 1);
  --primary-text-color-dark: rgba(18, 20, 23, 1);
  --secondary-text-color-dark: rgba(72, 79, 92, 1);
  --primary-text-color-light: rgba(255, 255, 255, 1);
  --secondary-text-color-light: rgba(254, 254, 254, 1);
  --button-dark: rgba(19, 35, 53, 1);
  --button-dark-hover: rgba(28, 50, 75, 1);
  --accent-bg: radial-gradient(circle, rgba(255, 239, 166, 1) 0%, rgba(255, 218, 125, 1) 30%, rgba(242, 201, 116, 1) 60%, rgba(206, 157, 78, 1) 100%);
  --button-accent: linear-gradient(234deg, #f2c974 0%, #ce9d4e 20.83%, #ffda7d 38.02%, #ffefa6 51.04%, #ffda7d 64.58%, #ce9d4e 80.73%, #f2c974 100%);
  --button-accent-hover: linear-gradient(234deg, #f2c974 0%, #ce9d4e 6.32%, #ffda7d 23.39%, #ffefa6 51.04%, #ffda7d 74.91%, #ce9d4e 92.73%, #f2c974 100%);
  --header-bg: rgba(255, 255, 255, .18);
  --header-bg-container-decs: rgba(178, 178, 178, .4);
  --inactive-lang-text: rgba(18, 20, 23, .4);
  --lang-switch-conatiner-lisght: rgba(255, 255, 255, .18);
  --lang-switch-border-light: rgba(255, 255, 255, .25);
  --lang-switch-container-dark: rgba(19, 35, 53, 1);
  --skeleton-bg: rgba(18, 20, 23, .4);
  --section-name-color: rgba(108, 119, 138, 1);
  --decoration-arrow-fill: rgba(178, 178, 178, 1);
  --white-color: rgba(255, 255, 255, 1);
  --error-color: rgba(255, 0, 0, 1);
  --black-color: rgba(0, 0, 0, 1);
  --border-color: rgba(18, 20, 23, .3);
  --input-border: rgba(18, 20, 23, .1);
  --input-outline: rgba(19, 35, 53, 1);
  --input-placeholder-color: rgba(72, 79, 92, 1);
  --footer-bg: rgba(19, 35, 53, 1);
  --footer-title-color: rgba(255, 255, 255, .6);
  --scrollbar-thumb-bg: rgba(18, 20, 23, .1);
  --scrollbar-track-bg: rgba(255, 255, 255, 1);
  --mobile: 375px;
  --mobile-max: 767.98px;
  --tablet: 768px;
  --table-max: 1439.98px;
  --desktop: 1440px;
  --transition-time: .25s;
  --transition-effect: cubic-bezier(.4, 0, .2, 1);
  --background-color: rgba(0, 0, 0, .6);
  --primary-font-family: "Manrope", sans-serif;
  --accent-font-family: "Mulish", sans-serif
}

html {
  scroll-behavior: smooth
}

body {
  color: var(--secondary-text-color-dark);
  font-family: var(--primary-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  background-color: var(--body-bg);
  overflow-x: hidden !important;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%
}

body.is-hidden {
  overflow: hidden
}

@media (1440px<=width) {
  body.is-hidden {
    overflow-y: scroll
  }
}

body::-webkit-scrollbar {
  width: 0px
}

body::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb-bg);
  border-radius: 20px
}

body::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track-bg)
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px
}

.section {
  padding: 30px 0
}

@media (768px<=width) {
  .section {
    padding: 40px 0
  }
}

.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 16px
}

@media (375px<=width) {
  .container {
    max-width: var(--mobile)
  }
}

@media (768px<=width) {
  .container {
    max-width: var(--tablet)
  }
}

@media (1440px<=width) {
  .container {
    max-width: var(--desktop);
    padding: 0 24px
  }
}

main {
  margin-top: -132px
}

@media (768px <=width) {
  main {
    margin-top: -154px
  }
}

@media (width >=1440px) {
  main {
    margin-top: -152px
  }
}

.header-main-container {
  width: 100%;
  height: 116px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
  background-color: transparent;
  padding: 72px 16px 54px
}

@media (768px <=width) {
  .header-main-container {
    height: 140px;
    padding: 67px 32px 57px
  }
}

@media (width >=1440px) {
  .header-main-container {
    padding: 64px 32px 32px
  }
}

.logo-link {
  color: var(--primary-text-color-light);
  font: var(--primary-font-family);
  font-size: 20px;
  line-height: 1.28;
  font-weight: 700;
  width: 135px;
  height: 24px;
  white-space: nowrap;
  text-transform: uppercase
}

@media (768px <=width) {
  .logo-link {
    font-size: 28px;
    width: 189px;
    height: 32px
  }
}

.header-navigation,
.header-navigation-list {
  display: flex;
  align-items: center
}

@media (768px <=width) {
  .header-navigation-list {
    gap: 8px
  }
}

.header-navigation-item-link {
  background-color: var(--container-bg-dark);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center
}

@media (768px <=width) {
  .header-navigation-item-link {
    width: 54px;
    height: 54px
  }
}

.header-navigation-item-link-svg-telegram {
  fill: var(--white-color);
  display: block
}

@media (768px <=width) {
  .header-navigation-item-link-svg-telegram {
    width: 24px;
    height: 24px
  }
}

.header-navigation-item-burger {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  cursor: pointer;
  transition: all var(--transition-time) var(--transition-effect)
}

@media (768px <=width) {
  .header-navigation-item-burger {
    width: 36px;
    height: 36px;
    padding-left: 0
  }
}

@media (width >=1440px) {
  .header-navigation-item-burger {
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: -1px
  }
}

.header-navigation-item-link-svg-burger {
  fill: var(--white-color);
  stroke: var(--white-color);
  z-index: 2;
  overflow: hidden
}

@media (768px <=width) {
  .header-navigation-item-link-svg-burger {
    width: 27px;
    height: 18px
  }
}

.header-modal-wrapper {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  margin: 0 auto;
  padding-top: 0;
  opacity: 0;
  transition: opacity .35s var(--transition-effect), .35s var(--transition-effect)
}

@media (width >=1440px) {
  .header-modal-wrapper {
    display: none
  }
}

.header-modal-wrapper.active {
  right: 0;
  opacity: 1
}

.header-modal-wrapper-mobile-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  align-items: flex-end;
  padding-top: 16px;
  padding-right: 16px
}

.header-modal-wrapper-container {
  display: flex;
  align-items: center;
  gap: 8px
}

.header-modal-wrapper-item-link {
  background-color: var(--container-bg-dark);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center
}

@media (768px <=width) {
  .header-modal-wrapper-item-link {
    width: 54px;
    height: 54px
  }
}

.header-modal-wrapper-item-svg {
  fill: var(--white-color);
  display: block
}

@media (768px <=width) {
  .header-modal-wrapper-item-svg {
    width: 24px;
    height: 24px
  }
}

.header-modal-wrapper-select-box-container {
  width: 78px;
  height: 38px;
  border-radius: 30px;
  border: none;
  background-color: var(--lang-switch-container-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: relative;
  cursor: pointer
}

@media (768px <=width) {
  .header-modal-wrapper-select-box-container {
    width: 80px;
    height: 54px
  }
}

.header-modal-wrapper-select-box-container-text-modal,
.header-modal-wrapper-select-box-container-text {
  color: var(--white-color);
  font-weight: 700;
  text-transform: uppercase;
  width: 22px;
  height: 20px;
  pointer-events: none
}

.header-modal-wrapper-select-box-container-text-modal {
  color: var(--white-color);
  font-weight: 700;
  width: 22px;
  height: 20px;
  pointer-events: none;
  text-transform: uppercase
}

.header-modal-wrapper-select-box-container-tablet {
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  cursor: pointer;
  z-index: 999
}

@media screen and (min-width: 768px) {
  .header-modal-wrapper-select-box-container-tablet {
    opacity: 1;
    width: 80px;
    height: 54px;
    border-radius: 30px;
    border: none;
    background-color: var(--header-bg-container-decs);
    border: 1px solid var(--lang-switch-border-light);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    position: relative
  }
}

.header-modal-selectlang-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px
}

.header-modal-selectlang-checkbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "";
  left: 0;
  top: 110%;
  background-color: var(--container-bg-dark);
  border-radius: 15px;
  border: none;
  width: 80px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
  transition: height var(--transition-time) var(--transition-effect), opacity var(--transition-time) var(--transition-effect)
}

.header-modal-selectlang-checkbox.active-modal {
  opacity: 1;
  height: 78px;
  z-index: 2
}

.header-modal-wrapper-select-box-checkbox.active-checkbox>button {
  position: static;
  top: 0;
  opacity: 1
}

.header-modal-selectlang-checkbox-text-ua {
  position: absolute;
  opacity: 0;
  top: 100%;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--inactive-lang-text);
  border: none;
  background-color: transparent;
  transition: color var(--transition-time) var(--transition-effect)
}

.header-modal-selectlang-checkbox-text-ua:hover,
.header-modal-selectlang-checkbox-text-ua:focus {
  color: var(--lang-switch-container-dark)
}

.active-header-checkbox {
  height: 22px;
  color: var(--lang-switch-container-dark);
  transition: color var(--transition-time) var(--transition-effect)
}

.header-modal-wrapper-select-box {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: var(--white-color);
  background-color: transparent;
  border: none
}

.header-modal-wrapper-item-select-box-option-svg {
  stroke: var(--white-color);
  fill: transparent;
  pointer-events: none
}

.header-modal-wrapper-select-box-checkbox {
  position: absolute;
  top: 110%;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  content: "";
  left: 0;
  background-color: var(--white-color);
  border-radius: 15px;
  border: none;
  width: 80px;
  height: 0px;
  opacity: 0;
  transition: height var(--transition-time) var(--transition-effect), opacity var(--transition-time) var(--transition-effect)
}

.header-modal-wrapper-select-box-checkbox.active-checkbox {
  height: 78px;
  opacity: 1
}

.header-modal-wrapper-select-box-checkbox-text-ua {
  position: absolute;
  top: 100%;
  opacity: 0;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
  color: var(--input-placeholder-color);
  transition: color var(--transition-time) var(--transition-effect)
}

.header-modal-selectlang-checkbox.active-modal>button {
  position: static;
  top: 0;
  opacity: 1
}

.header-modal-wrapper-select-box-checkbox-text-ua:hover,
.header-modal-wrapper-select-box-checkbox-text-ua:focus {
  color: var(--white-color);
  font-weight: 700
}

.active-header-checkbox-modal {
  color: var(--white-color);
  font-weight: 700
}

.header-modal-wrapper-item-svg-container {
  cursor: pointer;
  display: block;
  z-index: 2
}

.header-modal-wrapper-item-svg-icon {
  background-color: var(--white-color);
  stroke: var(--black-color)
}

@media (768px <=width) {
  .header-modal-wrapper-item-svg-icon {
    width: 18px;
    height: 18px
  }
}

.header-modal-container {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black-color)
}

.header-modal-container-list {
  display: flex;
  flex-direction: column;
  align-items: center
}

.header-modal-container-item {
  position: relative;
  height: 48px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 15px 30px;
  cursor: pointer;
  color: var(--black-color);
  font-family: var(--primary-font-family)
}

.header-modal-container-item:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-image: var(--accent-bg);
  transition: opacity var(--transition-time) var(--transition-effect);
  z-index: 2;
  opacity: 0
}

.header-modal-container-item:hover {
  color: var(--black-color)
}

.header-modal-container-item:hover:after {
  opacity: 1
}

.header-modal-container-item a {
  position: relative;
  z-index: 3
}

.header-modal-container-item-link {
  font-size: 18px;
  line-height: 1.28;
  font-weight: 700;
  font-family: var(--primary-font-family)
}

.header-about-me-container {
  display: none
}

@media (width >=1440px) {
  .header-about-me-container {
    width: auto;
    height: 48px;
    border-radius: 30px;
    border: 1px solid var(--lang-switch-border-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background-color: var(--header-bg-container-decs)
  }
}

@media (width >=1440px) {
  .header-about-me-container-list {
    display: flex;
    align-items: center;
    justify-content: space-around
  }
}

@media (width >=1440px) {
  .header-about-me-container-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    width: 100%;
    height: 40px;
    border-radius: 30px;
    box-sizing: border-box;
    font-family: var(--primary-font-family);
    padding: 18px 30px;
    z-index: 1;
    transition: color var(--transition-time) var(--transition-effect)
  }
}

.header-about-me-container-item:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-image: var(--accent-bg);
  transition: opacity var(--transition-time) var(--transition-effect);
  z-index: 2;
  opacity: 0
}

.header-about-me-container-item:hover {
  color: var(--black-color)
}

.header-about-me-container-item:hover:after {
  opacity: 1
}

.header-about-me-container-item a {
  position: relative;
  z-index: 3
}

.header-about-me-container-item:first-child {
  padding-left: 30px
}

.header-about-me-container-item:last-child {
  padding-right: 30px
}

@media (width >=1440px) {
  .header-about-me-container-item-link {
    font-size: 16px;
    line-height: 1.28;
    font-weight: 700;
    white-space: nowrap;
    display: flex;
    font-family: var(--primary-font-family)
  }
}

.hero-wrapper {
  background-color: #2a2a2a;
  background-image: -webkit-image-set(url(../images/hero/hero.jpg) type("image/jpg") 1x, url(../images/hero/hero@2x.jpg) type("image/jpg") 2x, url(../images/hero/hero.webp) type("image/webp") 1x, url(../images/hero/hero@2x.webp) type("image/webp") 2x), image-set(url(../images/hero/hero.jpg) type("image/jpg") 1x, url(../images/hero/hero@2x.jpg) type("image/jpg") 2x, url(../images/hero/hero.webp) type("image/webp") 1x, url(../images/hero/hero@2x.webp) type("image/webp") 2x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 700px
}

@media (768px<=width) {
  .hero-wrapper {
    height: 951px
  }
}

.hero-content {
  padding: 400px 16px 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

@media (768px<=width) {
  .hero-content {
    padding: 495px 32px 0
  }
}

@media (1440px<=width) {
  .hero-content {
    padding: 424px 69px 0
  }
}

.hero-helper-text {
  font-size: 15px;
  line-height: 1.2;
  color: var(--primary-text-color-light);
  max-width: 290px
}

@media (768px<=width) {
  .hero-helper-text {
    max-width: 388px;
    font-size: 18px;
    line-height: 1.44444
  }
}

.hero-main-text {
  font-weight: 800;
  font-size: 29px;
  line-height: 1.33333;
  text-transform: uppercase;
  color: var(--primary-text-color-light)
}

@media (768px<=width) {
  .hero-main-text {
    font-size: 62px;
    line-height: 1.06061
  }
}

@media (1440px<=width) {
  .hero-main-text {
    font-size: 117px;
    line-height: .91667
  }
}

.hero-submain-text {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--primary-text-color-light)
}

@media (768px<=width) {
  .hero-submain-text {
    font-size: 36px;
    line-height: 1.11111
  }
}

@media (1440px<=width) {
  .hero-submain-text {
    font-size: 50px;
    line-height: 1.2
  }
}

.hero-btn {
  border-radius: 30px;
  border: none;
  width: 240px;
  height: 48px;
  background-color: var(--button-dark);
  color: var(--primary-text-color-light);
  position: relative;
  line-height: 1.28571;
  font-weight: 600;
  font-size: 14px;
  transition: background-color var(--transition-time) var(--transition-effect)
}

@media (375px<=width) {
  .hero-btn {
    width: 262px
  }
}

@media (768px<=width) {
  .hero-btn {
    width: 226px;
    height: 56px
  }
}

.hero-btn:after {
  content: "";
  position: absolute;
  left: 240px;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--white-color);
  background-image: url(../images/hero/arrow-down-right.svg);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform var(--transition-time) var(--transition-effect)
}

@media (375px<=width) {
  .hero-btn:after {
    left: 262px
  }
}

@media (768px<=width) {
  .hero-btn:after {
    width: 56px;
    height: 56px;
    left: 227px
  }
}

.hero-btn:hover {
  background-color: var(--button-dark-hover)
}

.hero-btn:hover:after {
  transform: rotate(45deg)
}

@media (width >=768px) and (width < 1440px) {
  .container-about-me {
    padding: 0 32px
  }
}

@media (width >=1440px) {
  .container-about-me {
    display: flex;
    flex-direction: row
  }
}

@media (width >=1440px) {
  .column-reversed {
    display: flex;
    flex-direction: column-reverse
  }
}

.about-me-text {
  font: var(--primary-font-family);
  font-size: 14px;
  line-height: 18px;
  margin-top: 16px
}

@media (width >=768px) and (width < 1440px) {
  .about-me-text {
    margin-top: 32px;
    font-size: 18px;
    line-height: 26px
  }
}

@media (width >=1440px) {
  .about-me-text {
    margin-top: 40px;
    font-size: 18px;
    line-height: 26px
  }
}

@media (width >=1440px) {
  .about-me-text.paragraph {
    margin-top: 14px
  }

  .photo.paragraph {
    margin-top: 40px
  }
}

.about-me-expertise {
  font: var(--primary-font-family);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .02em;
  color: var(--section-name-color)
}

@media (width >=768px) {
  .about-me-expertise {
    font-size: 14px;
    line-height: 18px
  }
}

@media (width >=1440px) {
  .about-me-expertise {
    padding-top: 60px
  }
}

.about-me-title {
  font: var(--primary-font-family);
  display: inline-block;
  margin-top: 16px;
  font-size: 28px;
  line-height: 32px;
  color: var(--primary-text-color-dark)
}

@media (width >=768px) and (width < 1440px) {
  .about-me-title {
    font-size: 50px;
    line-height: 55px;
    font-weight: 700
  }
}

@media (width >=1440px) {
  .about-me-title {
    font-size: 90px;
    line-height: 90px;
    font-weight: 700;
    margin-top: 0
  }
}

.arrow-down-right {
  display: inline-block
}

@media (min-width <=375) {
  .arrow-down-right svg {
    margin-left: 10px;
    margin-bottom: 22px
  }
}

@media (width >=768px) and (width < 1440px) {
  .arrow-down-right svg {
    width: 38px;
    height: 38px;
    margin-left: 10px;
    margin-bottom: 5px
  }
}

@media (width >=1440px) {
  .arrow-down-right svg {
    width: 38px;
    height: 38px;
    margin-left: 18px;
    margin-bottom: 35px
  }
}

.photo {
  border-radius: 15px;
  margin-top: 16px
}

@media (width >=768px) and (width < 1440px) {
  .photo {
    margin-top: 32px
  }
}

.photo:last-child {
  margin-bottom: 0
}

@media (width >=1440px) {
  .desktop-column-first {
    margin-left: 120px;
    width: 540px
  }
}

@media (width >=1440px) {
  .desktop-column-second {
    margin-bottom: 137px;
    margin-left: 40px;
    width: 472px
  }
}

@media (width >=768px) and (width < 1440px) {

  .photo.paragraph img,
  .photo img {
    width: 704px
  }
}

@media (width >=1440px) {
  .photo.paragraph img {
    width: 540px
  }

  .photo img {
    width: 472px
  }
}

.areas-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.areas-box>div {
  flex: 1;
  max-width: 50%;
  box-sizing: border-box;
  align-items: center
}

@media (width < 1440px) {
  .areas-box>div:nth-child(3) {
    flex: none;
    width: 100%;
    max-width: 100%
  }
}

@media (width < 768px) {
  .areas-box {
    flex-direction: column
  }

  .areas-box>div {
    flex: none;
    width: 100%;
    max-width: 100%
  }
}

.content {
  text-align: center
}

.content-category {
  color: var(--section-name-color);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .02em
}

@media (width >=768px) {
  .content-category {
    font-size: 14px;
    line-height: 18px
  }
}

.content-title {
  margin-top: 16px
}

.content-title-text {
  color: var(--primary-text-color-dark);
  font-size: 28px;
  line-height: 32px
}

@media (width >=768px) and (width < 1440px) {
  .content-title-text {
    font-size: 50px;
    line-height: 55px
  }
}

@media (width >=1440px) {
  .content-title-text {
    font-size: 75px;
    line-height: 75px;
    margin-top: 20px
  }
}

.content-text {
  margin-top: 16px;
  color: var(--secondary-text-color-dark);
  font-size: 14px;
  line-height: 18px
}

@media (width >=768px) and (width < 1440px) {
  .content-text {
    margin-top: 32px;
    font-size: 18px;
    line-height: 26px;
    padding: 0 16px
  }
}

@media (width >=1440px) {
  .content-text {
    margin-top: 40px;
    font-size: 18px;
    line-height: 26px;
    width: 685px;
    margin-left: auto;
    margin-right: auto
  }
}

.numismatic {
  text-align: center;
  margin-top: 62px
}

@media (width >=768px) and (width < 1440px) {
  .numismatic {
    margin-top: 94px;
    margin-left: 46px
  }
}

@media (width >=1440px) {
  .numismatic {
    margin-top: 110px
  }
}

.bonistic {
  text-align: center;
  margin-top: 76px
}

@media (width >=768px) and (width < 1440px) {
  .bonistic {
    margin-top: 94px;
    margin-right: 46px;
    margin-left: 80px
  }
}

@media (width >=1440px) {
  .bonistic {
    margin-top: 110px
  }
}

.faleristic {
  text-align: center;
  margin-top: 76px
}

@media (width >=768px) and (width < 1440px) {
  .faleristic {
    margin-top: 80px
  }

  .faleristic .faleristic-content {
    width: 282px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (width >=1440px) {
  .faleristic {
    margin-top: 110px
  }
}

.numismatic-image,
.bonistic-image,
.faleristic-image {
  margin: 0 auto
}

.numismatic-title,
.bonistic-title,
.faleristic-title {
  margin-top: 16px;
  color: var(--primary-text-color-dark);
  font-size: 18px;
  line-height: 20px
}

@media (width >=768px) and (width < 1440px) {

  .numismatic-title,
  .bonistic-title,
  .faleristic-title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 30px
  }

  .numismatic-title .bonistic-title,
  .bonistic-title .bonistic-title,
  .faleristic-title .bonistic-title {
    margin-top: 60px
  }
}

@media (width >=1440px) {

  .numismatic-title,
  .bonistic-title,
  .faleristic-title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 30px
  }
}

.numismatic-content,
.bonistic-content,
.faleristic-content {
  color: var(--secondary-text-color-dark);
  font-size: 14px;
  line-height: 18px;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px
}

@media (width >=768px) and (width < 1440px) {

  .numismatic-content,
  .bonistic-content,
  .faleristic-content {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (width >=1440px) {

  .numismatic-content,
  .bonistic-content,
  .faleristic-content {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    width: 340px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (width >=768px) {
  .numismatic img {
    content: url(../images/areas-of-expertise/numismat-134.svg);
    width: 134px;
    height: 134px
  }

  .bonistic img {
    content: url(../images/areas-of-expertise/bonistic-176.svg);
    width: 176px;
    height: 134px
  }

  .faleristic img {
    content: url(../images/areas-of-expertise/faleristic-113.svg);
    width: 113px;
    height: 134px
  }
}

.services-wrapper {
  background-color: var(--container-bg-dark);
  color: var(--primary-text-color-light);
  border-radius: 15px;
  padding: 32px 16px 98px;
  background-image: -webkit-image-set(url(../images/services/polygons/polygon-top-left.webp) 1x type("image/webp"), url(../images/services/polygons/polygon-top-left.png) 1x type("image/png"), url(../images/services/polygons/polygon-top-left@2x.webp) 2x type("image/webp"), url(../images/services/polygons/polygon-top-left@2x.png) 2x type("image/png")), -webkit-image-set(url(../images/services/polygons/polygon-top-right.webp) 1x type("image/webp"), url(../images/services/polygons/polygon-top-right.png) 1x type("image/png"), url(../images/services/polygons/polygon-top-right@2x.webp) 2x type("image/webp"), url(../images/services/polygons/polygon-top-right@2x.png) 2x type("image/png")), -webkit-image-set(url(../images/services/polygons/polygon-bottom-left.webp) 1x type("image/webp"), url(../images/services/polygons/polygon-bottom-left.png) 1x type("image/png"), url(../images/services/polygons/polygon-bottom-left@2x.webp) 2x type("image/webp"), url(../images/services/polygons/polygon-bottom-left@2x.png) 2x type("image/png")), -webkit-image-set(url(../images/services/polygons/polygon-bottom-right.webp) 1x type("image/webp"), url(../images/services/polygons/polygon-bottom-right.png) 1x type("image/png"), url(../images/services/polygons/polygon-bottom-right@2x.webp) 2x type("image/webp"), url(../images/services/polygons/polygon-bottom-right@2x.png) 2x type("image/png"));
  background-image: image-set(url(../images/services/polygons/polygon-top-left.webp) 1x type("image/webp"), url(../images/services/polygons/polygon-top-left.png) 1x type("image/png"), url(../images/services/polygons/polygon-top-left@2x.webp) 2x type("image/webp"), url(../images/services/polygons/polygon-top-left@2x.png) 2x type("image/png")), image-set(url(../images/services/polygons/polygon-top-right.webp) 1x type("image/webp"), url(../images/services/polygons/polygon-top-right.png) 1x type("image/png"), url(../images/services/polygons/polygon-top-right@2x.webp) 2x type("image/webp"), url(../images/services/polygons/polygon-top-right@2x.png) 2x type("image/png")), image-set(url(../images/services/polygons/polygon-bottom-left.webp) 1x type("image/webp"), url(../images/services/polygons/polygon-bottom-left.png) 1x type("image/png"), url(../images/services/polygons/polygon-bottom-left@2x.webp) 2x type("image/webp"), url(../images/services/polygons/polygon-bottom-left@2x.png) 2x type("image/png")), image-set(url(../images/services/polygons/polygon-bottom-right.webp) 1x type("image/webp"), url(../images/services/polygons/polygon-bottom-right.png) 1x type("image/png"), url(../images/services/polygons/polygon-bottom-right@2x.webp) 2x type("image/webp"), url(../images/services/polygons/polygon-bottom-right@2x.png) 2x type("image/png"));
  background-repeat: no-repeat;
  background-position: right 62px top 0, right 0 top 0, left 0 bottom 0, left 61px bottom 0;
  background-size: 71px 37px, 40px 75px, 40px 73px, 71px 37px
}

@media (768px <=width) {
  .services-wrapper {
    padding: 100px 32px 149px;
    background-position: right 135px top 0, right 0 top 0, left 0 bottom 0, left 144px bottom 0;
    background-size: 150px 81px, 91px 162px, 98px 163px, 150px 80px
  }
}

@media (width >=1440px) {
  .services-wrapper {
    padding: 120px 56px;
    background-position: right 170px top 0, right 0 top 0, left 0 bottom 0, left 152px bottom 0;
    background-size: 172px 93px, 120px 194px, 99px 180px, 172px 93px
  }
}

.services-section-name {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--section-name-color)
}

@media (768px <=width) {
  .services-section-name {
    font-size: 14px;
    line-height: 1.29
  }
}

@media (width >=1440px) {
  .services-info {
    display: flex;
    gap: 123px
  }
}

.services-title-box {
  display: flex;
  margin: 16px 0;
  gap: 10px
}

@media (width >=768px) and (width < 1440px) {
  .services-title-box {
    margin-bottom: 32px
  }
}

@media (width >=1440px) {
  .services-title-box {
    margin: 0 0 40px;
    gap: 18px
  }
}

.services-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.14;
  text-transform: uppercase;
  color: var(--white-color);
  position: relative;
  padding: 0
}

@media (width >=768px) and (width < 1440px) {
  .services-title {
    line-height: 1.1;
    font-size: 50px
  }
}

@media (width >=1440px) {
  .services-title {
    line-height: 1;
    font-size: 90px
  }
}

@media (768px <=width) {
  .services-icon {
    width: 38px;
    height: 38px
  }
}

.services-text {
  font-size: 14px;
  line-height: 1.29;
  color: var(--secondary-text-color-light)
}

@media (768px <=width) {
  .services-text {
    font-size: 18px;
    line-height: 1.44
  }
}

@media (width >=1440px) {
  .services-text {
    width: 570px
  }
}

.services-card-list {
  margin: 32px 0;
  display: flex
}

@media (width >=1440px) {
  .services-card-list {
    margin: 40px 0
  }
}

.services-card-item {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px
}

.services-first-card {
  background-image: -webkit-image-set(url(../images/services/all-services/first-service-mobile.webp) 1x type("image/webp"), url(../images/services/all-services/first-service-mobile.jpg) 1x type("image/jpeg"), url(../images/services/all-services/first-service-mobile@2x.webp) 2x type("image/webp"), url(../images/services/all-services/first-service-mobile@2x.jpg) 2x type("image/jpeg"));
  background-image: image-set(url(../images/services/all-services/first-service-mobile.webp) 1x type("image/webp"), url(../images/services/all-services/first-service-mobile.jpg) 1x type("image/jpeg"), url(../images/services/all-services/first-service-mobile@2x.webp) 2x type("image/webp"), url(../images/services/all-services/first-service-mobile@2x.jpg) 2x type("image/jpeg"))
}

@media (768px <=width) {
  .services-first-card {
    background-image: -webkit-image-set(url(../images/services/all-services/first-service-tablet-desktop.webp) 1x type("image/webp"), url(../images/services/all-services/first-service-tablet-desktop.jpg) 1x type("image/jpeg"), url(../images/services/all-services/first-service-tablet-desktop@2x.webp) 2x type("image/webp"), url(../images/services/all-services/first-service-tablet-desktop@2x.jpg) 2x type("image/jpeg"));
    background-image: image-set(url(../images/services/all-services/first-service-tablet-desktop.webp) 1x type("image/webp"), url(../images/services/all-services/first-service-tablet-desktop.jpg) 1x type("image/jpeg"), url(../images/services/all-services/first-service-tablet-desktop@2x.webp) 2x type("image/webp"), url(../images/services/all-services/first-service-tablet-desktop@2x.jpg) 2x type("image/jpeg"));
    width: 500px !important
  }
}

.services-second-card {
  background-image: -webkit-image-set(url(../images/services/all-services/second-service-mobile.webp) 1x type("image/webp"), url(../images/services/all-services/second-service-mobile.jpg) 1x type("image/jpeg"), url(../images/services/all-services/second-service-mobile@2x.webp) 2x type("image/webp"), url(../images/services/all-services/second-service-mobile@2x.jpg) 2x type("image/jpeg"));
  background-image: image-set(url(../images/services/all-services/second-service-mobile.webp) 1x type("image/webp"), url(../images/services/all-services/second-service-mobile.jpg) 1x type("image/jpeg"), url(../images/services/all-services/second-service-mobile@2x.webp) 2x type("image/webp"), url(../images/services/all-services/second-service-mobile@2x.jpg) 2x type("image/jpeg"))
}

@media (768px <=width) {
  .services-second-card {
    background-image: -webkit-image-set(url(../images/services/all-services/second-service-tablet.webp) 1x type("image/webp"), url(../images/services/all-services/second-service-tablet.jpg) 1x type("image/jpeg"), url(../images/services/all-services/second-service-tablet@2x.webp) 2x type("image/webp"), url(../images/services/all-services/second-service-tablet@2x.jpg) 2x type("image/jpeg"));
    background-image: image-set(url(../images/services/all-services/second-service-tablet.webp) 1x type("image/webp"), url(../images/services/all-services/second-service-tablet.jpg) 1x type("image/jpeg"), url(../images/services/all-services/second-service-tablet@2x.webp) 2x type("image/webp"), url(../images/services/all-services/second-service-tablet@2x.jpg) 2x type("image/jpeg"));
    width: 500px !important
  }
}

@media (width >=1440px) {
  .services-second-card {
    background-image: -webkit-image-set(url(../images/services/all-services/second-service-desktop.webp) 1x type("image/webp"), url(../images/services/all-services/second-service-desktop.jpg) 1x type("image/jpeg"), url(../images/services/all-services/second-service-desktop@2x.webp) 2x type("image/webp"), url(../images/services/all-services/second-service-desktop@2x.jpg) 2x type("image/jpeg"));
    background-image: image-set(url(../images/services/all-services/second-service-desktop.webp) 1x type("image/webp"), url(../images/services/all-services/second-service-desktop.jpg) 1x type("image/jpeg"), url(../images/services/all-services/second-service-desktop@2x.webp) 2x type("image/webp"), url(../images/services/all-services/second-service-desktop@2x.jpg) 2x type("image/jpeg"));
    width: 350px !important
  }
}

.services-third-card {
  background-image: -webkit-image-set(url(../images/services/all-services/third-service-mobile.webp) 1x type("image/webp"), url(../images/services/all-services/third-service-mobile.jpg) 1x type("image/jpeg"), url(../images/services/all-services/third-service-mobile@2x.webp) 2x type("image/webp"), url(../images/services/all-services/third-service-mobile@2x.jpg) 2x type("image/jpeg"));
  background-image: image-set(url(../images/services/all-services/third-service-mobile.webp) 1x type("image/webp"), url(../images/services/all-services/third-service-mobile.jpg) 1x type("image/jpeg"), url(../images/services/all-services/third-service-mobile@2x.webp) 2x type("image/webp"), url(../images/services/all-services/third-service-mobile@2x.jpg) 2x type("image/jpeg"))
}

@media (768px <=width) {
  .services-third-card {
    background-image: -webkit-image-set(url(../images/services/all-services/third-service-tablet.webp) 1x type("image/webp"), url(../images/services/all-services/third-service-tablet.jpg) 1x type("image/jpeg"), url(../images/services/all-services/third-service-tablet@2x.webp) 2x type("image/webp"), url(../images/services/all-services/third-service-tablet@2x.jpg) 2x type("image/jpeg"));
    background-image: image-set(url(../images/services/all-services/third-service-tablet.webp) 1x type("image/webp"), url(../images/services/all-services/third-service-tablet.jpg) 1x type("image/jpeg"), url(../images/services/all-services/third-service-tablet@2x.webp) 2x type("image/webp"), url(../images/services/all-services/third-service-tablet@2x.jpg) 2x type("image/jpeg"));
    width: 500px !important
  }
}

@media (width >=1440px) {
  .services-third-card {
    background-image: -webkit-image-set(url(../images/services/all-services/third-service-desktop.webp) 1x type("image/webp"), url(../images/services/all-services/third-service-desktop.jpg) 1x type("image/jpeg"), url(../images/services/all-services/third-service-desktop@2x.webp) 2x type("image/webp"), url(../images/services/all-services/third-service-desktop@2x.jpg) 2x type("image/jpeg"));
    background-image: image-set(url(../images/services/all-services/third-service-desktop.webp) 1x type("image/webp"), url(../images/services/all-services/third-service-desktop.jpg) 1x type("image/jpeg"), url(../images/services/all-services/third-service-desktop@2x.webp) 2x type("image/webp"), url(../images/services/all-services/third-service-desktop@2x.jpg) 2x type("image/jpeg"));
    width: 350px !important
  }
}

.services-card-wrapper {
  padding: 30px 16px;
  height: 350px;
  display: flex;
  align-items: flex-end
}

@media (768px <=width) {
  .services-card-wrapper {
    height: 510px;
    padding: 30px
  }
}

.services-card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 108px
}

@media (768px <=width) {
  .services-card-box {
    min-height: 128px
  }
}

.services-card-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.11;
  text-transform: uppercase;
  margin-bottom: 16px
}

@media (768px <=width) {
  .services-card-title {
    font-size: 20px;
    line-height: 1.4
  }
}

.services-card-hashtag-list {
  display: flex;
  gap: 6px;
  flex-wrap: wrap
}

.services-card-hashtag-item {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 30px;
  padding: 8px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.33;
  -webkit-backdrop-filter: blur(32.4px);
  backdrop-filter: blur(32.4px);
  background: rgba(255, 255, 255, .08)
}

@media (768px <=width) {
  .services-card-hashtag-item {
    font-size: 14px;
    line-height: 1.29
  }
}

.services-card-second-hashtag {
  display: block
}

.services-pagination {
  --swiper-pagination-color: var(--white-color);
  --swiper-pagination-bullet-inactive-color: var(--white-color);
  --swiper-pagination-bullet-width: 10px;
  --swiper-pagination-bullet-height: 10px;
  --swiper-pagination-bullet-inactive-opacity: .1;
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-bullet-opacity: 1;
  text-align: center
}

@media (768px <=width) {
  .services-pagination {
    --swiper-pagination-bullet-horizontal-gap: 6px
  }
}

.services-button {
  display: block;
  margin: 64px auto 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.29;
  padding: 15px 30px;
  border-radius: 30px;
  border: none;
  -webkit-backdrop-filter: blur(32.4px);
  backdrop-filter: blur(32.4px);
  background-image: var(--button-accent);
  position: relative;
  z-index: 1;
  color: var(--primary-text-color-dark)
}

@media (width >=1440px) {
  .services-button {
    margin-top: 0
  }
}

.services-button:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: var(--button-accent-hover);
  border-radius: 30px;
  z-index: -1;
  opacity: 0;
  transition: opacity var(--transition-time) var(--transition-effect)
}

.services-button:hover:before,
.services-button:focus:before {
  opacity: 1
}

.faq-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 52px
}

@media (768px <=width) {
  .faq-info {
    padding-bottom: 96px
  }
}

@media (width >=1440px) {
  .faq-info {
    position: relative;
    padding-bottom: 80px
  }
}

.faq-info-intro {
  text-align: start;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--section-name-color)
}

@media (768px <=width) {
  .faq-info-intro {
    font-size: 14px;
    line-height: 1.29
  }
}

@media (width >=1440px) {
  .faq-info-intro {
    margin-bottom: 20px
  }
}

.faq-info-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.14;
  text-transform: uppercase;
  text-align: center;
  color: var(--primary-text-color-dark);
  margin-bottom: 16px
}

@media (768px <=width) {
  .faq-info-title {
    margin-bottom: 32px;
    font-size: 50px;
    line-height: 1.1
  }
}

@media (width >=1440px) {
  .faq-info-title {
    font-size: 90px;
    line-height: 1;
    margin-bottom: 40px
  }
}

.faq-info-text {
  font-size: 14px;
  line-height: 1.29;
  text-align: center;
  color: var(--secondary-text-color-dark)
}

@media (768px <=width) {
  .faq-info-text {
    padding: 0 20px;
    font-size: 18px;
    line-height: 1.44
  }
}

@media (width >=1440px) {
  .faq-info-text {
    max-width: 685px;
    padding: 0
  }
}

.faq-img-container {
  margin: 0 auto 16px;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background-color: var(--input-outline);
  position: relative
}

@media (768px <=width) {
  .faq-img-container {
    width: 354px;
    height: 354px;
    margin-bottom: 32px
  }
}

@media (width >=1440px) {
  .faq-img-container {
    width: 450px;
    height: 450px
  }
}

.faq-img {
  position: absolute;
  bottom: 0
}

@media (768px <=width) {
  .faq-img-size {
    width: 352px;
    height: 385px
  }
}

@media (width >=1440px) {
  .faq-img-size {
    width: 450px;
    height: 493px
  }
}

.faq-img-info {
  max-width: 246px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 64px
}

@media (768px <=width) {
  .faq-img-info {
    max-width: 311px
  }
}

@media (width >=1440px) {
  .faq-img-info {
    padding-bottom: 0
  }
}

.faq-img-info-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.11;
  color: var(--primary-text-color-dark)
}

@media (768px <=width) {
  .faq-img-info-title {
    font-size: 24px;
    line-height: 1.33
  }
}

.faq-img-info-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.29;
  text-align: center;
  color: var(--secondary-text-color-dark)
}

@media (768px <=width) {
  .faq-img-info-text {
    font-size: 16px;
    line-height: 1.5
  }
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 333px
}

@media (768px <=width) {
  .faq-list {
    gap: 20px;
    padding-left: 16px;
    max-width: 690px
  }
}

@media (width >=1440px) {
  .faq-list {
    padding: 0;
    gap: 20px
  }
}

.faq-list-item {
  width: 333px
}

@media (768px <=width) {
  .faq-list-item {
    width: 690px
  }
}

@media (min-width: 1440px) {
  .faq-list-item {
    min-width: 690px
  }
}

.faq-list-item-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--input-border);
  padding: 16px;
  border-radius: 0;
  cursor: pointer;
  transition: background-color var(--transition-time) var(--transition-effect), color var(--transition-time) var(--transition-effect), border-radius var(--transition-time) var(--transition-effect), margin-bottom var(--transition-time) var(--transition-effect)
}

@media (768px <=width) {
  .faq-list-item-container {
    padding: 28px;
    height: 120px
  }
}

@media (min-width: 1440px) {
  .faq-list-item-container:hover .faq-list-item-svg {
    transform: rotate(0)
  }
}

.faq-list-item-container.active {
  background-color: var(--container-bg-dark);
  color: var(--primary-text-color-light);
  border-radius: 15px;
  border-bottom: none;
  margin-bottom: 16px;
  transition: border-radius var(--transition-time) var(--transition-effect), margin-bottom var(--transition-time) var(--transition-effect)
}

@media (768px <=width) {
  .faq-list-item-container.active {
    margin-bottom: 30px
  }
}

.faq-list-item-container.active .faq-list-item-title {
  color: var(--primary-text-color-light);
  transition: color var(--transition-time) var(--transition-effect)
}

.faq-list-item-container.active .faq-list-item-svg {
  background-color: var(--container-bg-light);
  transform: rotate(0)
}

.faq-list-item-title {
  color: var(--primary-text-color-dark);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.11
}

@media (768px <=width) {
  .faq-list-item-title {
    font-size: 24px;
    line-height: 1.33
  }
}

.faq-list-item-answer {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  line-height: 1.29;
  color: var(--secondary-text-color-dark)
}

@media (768px <=width) {
  .faq-list-item-answer {
    padding-left: 28px;
    padding-right: 46px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 1.44
  }
}

.faq-list-item-svg {
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-image: url(../images/hero/arrow-down-right.svg);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  transform: rotate(45deg);
  transition: transform var(--transition-time) var(--transition-effect), background-color var(--transition-time) var(--transition-effect)
}

@media (768px <=width) {
  .faq-list-item-svg {
    background-size: 24px;
    width: 54px;
    height: 54px
  }
}

.faq-list-item-svg-size {
  width: 1.5em;
  height: 1.5em
}

@media (min-width: 768px) {
  .faq-list-item-svg-size {
    width: 30px;
    height: 18px
  }
}

@media (width >=1440px) {
  .faq-container-for-desktop {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-left: 56px;
    padding-right: 106px;
    padding-bottom: 60px
  }
}

.faq-list .faq-list-item .faq-answer-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows var(--transition-time) var(--transition-effect)
}

.faq-answer-item-wrapper {
  min-height: 0
}

.faq-list .faq-list-item.open .faq-answer-wrapper {
  grid-template-rows: 1fr
}

.faq-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  border-radius: 30px;
  border: none;
  width: 240px;
  height: 48px;
  background-color: var(--button-dark);
  color: var(--primary-text-color-light);
  line-height: 1.28571;
  font-weight: 600;
  font-size: 14px;
  transition: background-color var(--transition-time) var(--transition-effect)
}

@media (375px<=width) {
  .faq-link {
    width: 262px
  }
}

@media (768px<=width) {
  .faq-link {
    width: 226px;
    height: 56px
  }
}

.faq-link:hover {
  background-color: var(--button-dark-hover)
}

.faq-full {
  margin-top: 132px
}

@media (768px <=width) {
  .faq-full {
    margin-top: 154px
  }
}

@media (width >=1440px) {
  .faq-full {
    margin-top: 152px
  }
}

.faq-logo-link {
  color: var(--primary-text-color-dark);
  font: var(--primary-font-family);
  font-size: 28px;
  line-height: 1.28;
  font-weight: 700
}

.faq-header-svg-burger {
  fill: var(--black-color);
  stroke: var(--black-color)
}

@media screen and (min-width: 768px) {
  .faq-modal-select-box {
    opacity: 1;
    width: 80px;
    height: 54px;
    border-radius: 30px;
    border: none;
    background-color: var(--container-bg-dark);
    border: 1px solid var(--lang-switch-border-light);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    position: relative
  }
}

.faq-header-main-container {
  padding: 40px 0 20px
}

@media (768px <=width) {
  .faq-header-main-container {
    padding-left: 32px;
    padding-right: 32px
  }
}

@media (width >=1440px) {
  .faq-header-about-me-container {
    background-color: var(--container-bg-dark)
  }
}

.faq-full-nav-container {
  display: flex;
  gap: 10px;
  width: 100%
}

@media (768px <=width) {
  .faq-full-nav-container {
    padding-left: 32px
  }
}

@media (width >=1440px) {
  .faq-full-nav-container {
    position: absolute;
    top: 0
  }
}

.faq-full-info-intro {
  cursor: pointer
}

.faq-full-lang-container {
  background-color: var(--container-bg-dark)
}

.header-modal-selectlang-checkbox-text-ua.faq-full-lang {
  color: var(--input-placeholder-color)
}

.header-modal-selectlang-checkbox-text-ua.faq-full-lang.active-header-checkbox,
.header-modal-selectlang-checkbox-text-ua.faq-full-lang:hover {
  color: var(--white-color)
}

.reviews-wrapper {
  background-color: var(--container-bg-dark);
  position: relative;
  background-image: url(/images/reviews/mobile/diamond/mob-bot-diamond-small.webp), url(/images/reviews/mobile/diamond/mob-bot-diamond-big.webp), url(/images/reviews/mobile/diamond/mob-top-diamond-small.webp), url(/images/reviews/mobile/diamond/mob-top-diamond-big.webp);
  background-repeat: no-repeat;
  background-position: left 77px bottom 0, left 0 bottom 0, right 78px top 0, right 0 top 0
}

@media (width < 768px) {
  .reviews-wrapper {
    padding: 32px 0
  }
}

@media (768px <=width) {
  .reviews-wrapper {
    background-image: url(/images/reviews/tablet/diamond/tab-bot-diamond-small.webp), url(/images/reviews/tablet/diamond/tab-bot-diamond-big.webp), url(/images/reviews/tablet/diamond/tab-top-diamond-small.webp), url(/images/reviews/tablet/diamond/tab-top-diamond-big.webp);
    background-repeat: no-repeat;
    background-position: left 160px bottom 0, left 0 bottom 0, right 151px top 0, right 0 top 0;
    overflow: hidden;
    padding: 100px 0
  }
}

@media (width >=1440px) {
  .reviews-wrapper {
    background-image: url(/images/reviews/desktop/des-bot-diamond-small.webp), url(/images/reviews/desktop/des-bot-diamond-big.webp), url(/images/reviews/desktop/des-top-diamond-small.webp), url(/images/reviews/desktop/des-top-diamond-big.webp);
    background-repeat: no-repeat;
    background-position: left 145px bottom 0, left 0 bottom 0, right 207px top 0, right 0 top 0;
    padding: 120px 0
  }
}

.reviews-subtitle {
  font-family: var(--primary-font-family);
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--section-name-color)
}

@media (768px <=width) {
  .reviews-subtitle {
    font-size: 14px;
    line-height: 1.29
  }
}

.reviews-titles-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px
}

@media (768px <=width) {
  .reviews-titles-container {
    margin-bottom: 64px
  }
}

@media (width >=1440px) {
  .reviews-titles-container {
    flex-direction: row;
    gap: 167px;
    margin-bottom: 80px
  }
}

.reviews-main-title-container {
  display: flex;
  gap: 10px
}

@media (768px <=width) {
  .reviews-main-title-container {
    gap: 26px
  }
}

.reviews-title {
  font-family: var(--primary-font-family);
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.14;
  color: var(--white-color)
}

@media (768px <=width) {
  .reviews-title {
    font-size: 50px;
    line-height: 1.1
  }
}

@media (width >=1440px) {
  .reviews-title {
    font-size: 90px;
    line-height: 1
  }
}

.reviews-list .reviews-item-list {
  border-radius: 15px;
  height: 210px;
  padding: 40px 5px;
  background-color: var(--white-color)
}

@media (375px <=width) {
  .reviews-list .reviews-item-list {
    width: 343px;
    height: 243px
  }
}

@media (768px <=width) {
  .reviews-list .reviews-item-list {
    padding: 47px 40px;
    width: 600px;
    height: 350px
  }
}

.reviews-slider-container {
  margin-top: 32px
}

@media (width < 768px) {
  .reviews-slider-container {
    margin-bottom: 69px
  }
}

@media (width >=768px) and (width < 1024px) {
  .reviews-slider-container {
    margin-bottom: 109px
  }
}

@media (width >=1024px) {
  .reviews-slider-container {
    position: relative;
    margin-top: 100px
  }
}

@media (width >=1440px) {
  .reviews-slider-container {
    margin-top: 80px
  }
}

.reviews-pagination {
  --swiper-pagination-color: var(--white-color);
  --swiper-pagination-bullet-inactive-color: var(--white-color);
  --swiper-pagination-bullet-width: 10px;
  --swiper-pagination-bullet-height: 10px;
  --swiper-pagination-bullet-inactive-opacity: .1;
  --swiper-pagination-bullet-horizontal-gap: 12px;
  --swiper-pagination-bullet-opacity: 1
}

@media (width >=1440px) {
  .reviews-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px
  }
}

.reviews-container .reviews-swiper {
  text-align: center
}

@media (768px <=width) {
  .reviews-container .reviews-swiper {
    overflow: visible
  }
}

@media (768px <=width) {
  .swiper-slide {
    width: 0%
  }
}

@media (768px <=width) {
  .reviews-item-img {
    width: 520px
  }
}

@media (768px <=width) {
  .reviews-title-icon {
    width: 38px;
    height: 38px
  }
}

@media (width <1024px) {

  .reviews-swiper .swiper-button-next,
  .reviews-swiper .swiper-button-prev {
    display: none
  }
}

@media (width >=1024px) {

  .reviews-slider-container .reviews-btn-prew,
  .reviews-slider-container .reviews-btn-next {
    background-color: transparent;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    border: 1px solid var(--lang-switch-border-light);
    position: absolute;
    top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: border var(--transition-time) var(--transition-effect)
  }
}

@media (width >=1440px) {

  .reviews-slider-container .reviews-btn-prew,
  .reviews-slider-container .reviews-btn-next {
    top: 20px
  }
}

@media (width >=1024px) {
  .reviews-slider-container .reviews-btn-prew {
    margin-left: 142px
  }
}

@media (width >=1440px) {
  .reviews-slider-container .reviews-btn-prew {
    margin-left: 478px
  }
}

@media (width >=1024px) {
  .reviews-slider-container .reviews-btn-next {
    transform: scaleX(-1);
    margin-right: 142px
  }
}

@media (width >=1440px) {
  .reviews-slider-container .reviews-btn-next {
    margin-right: 478px
  }
}

@media (width >=1024px) {

  .reviews-slider-container .reviews-btn-prew:hover,
  .reviews-slider-container .reviews-btn-next:hover {
    border: 1px solid var(--white-color)
  }
}

.reviews-slider-container .swiper-button-prev:after,
.reviews-slider-container .swiper-button-next:after {
  content: ""
}

@media (width >=1024px) {
  .reviews-slider-container .swiper-btn-icon {
    width: 32px;
    height: 32px
  }
}

@media screen and (min-resolution: 192dpi) and (min-width: 320px),
screen and (min-resolution: 2dppx) and (min-width: 320px),
screen and (min-device-pixel-ratio: 2) and (min-width: 320px) {
  .reviews-wrapper {
    background-image: url(/images/reviews/mobile/diamond/mob-bot-diamond-small@2x.webp), url(/images/reviews/mobile/diamond/mob-bot-diamond-big@2x.webp), url(/images/reviews/mobile/diamond/mob-top-diamond-small@2x.webp), url(/images/reviews/mobile/diamond/mob-top-diamond-big@2x.webp);
    background-size: 71px 37px, 57px 79px, 69px 39px, 56px 82px
  }
}

@media screen and (min-resolution: 192dpi) and (min-width: 768px),
screen and (min-resolution: 2dppx) and (min-width: 768px),
screen and (min-device-pixel-ratio: 2) and (min-width: 768px) {
  .reviews-wrapper {
    background-image: url(/images/reviews/tablet/diamond/tab-bot-diamond-small@2x.webp), url(/images/reviews/tablet/diamond/tab-bot-diamond-big@2x.webp), url(/images/reviews/tablet/diamond/tab-top-diamond-small@2x.webp), url(/images/reviews/tablet/diamond/tab-top-diamond-big@2x.webp);
    background-size: 150px 80px, 116px 169px, 150px 81px, 107px 174px
  }
}

@media screen and (min-resolution: 192dpi) and (min-width: 1440px),
screen and (min-resolution: 2dppx) and (min-width: 1440px),
screen and (min-device-pixel-ratio: 2) and (min-width: 1440px) {
  .reviews-wrapper {
    background-image: url(/images/reviews/desktop/des-bot-diamond-small@2x.webp), url(/images/reviews/desktop/des-bot-diamond-big@2x.webp), url(/images/reviews/desktop/des-top-diamond-small@2x.webp), url(/images/reviews/desktop/des-top-diamond-big@2x.webp);
    background-size: 153px 84px, 100px 172px, 141px 76px, 165px 164px
  }
}

.container-contact {
  background-color: #2a2a2a;
  background-image: -webkit-image-set(url(../images/contact/contact.jpg) type("image/jpg") 1x, url(../images/contact/contact@2x.jpg) type("image/jpg") 2x, url(../images/contact/contact.webp) type("image/webp") 1x, url(../images/contact/contact_@2x.webp) type("image/webp") 2x);
  background-image: image-set(url(../images/contact/contact.jpg) type("image/jpg") 1x, url(../images/contact/contact@2x.jpg) type("image/jpg") 2x, url(../images/contact/contact.webp) type("image/webp") 1x, url(../images/contact/contact_@2x.webp) type("image/webp") 2x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px
}

.contact-title {
  color: var(--primary-text-color-light);
  padding-top: 288px;
  padding-bottom: 64px;
  max-width: 279px;
  width: 100%;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase
}

@media (768px<=width) {
  .contact-title {
    font-size: 50px;
    line-height: 1.1;
    padding-top: 515px;
    padding-bottom: 120px;
    max-width: 599px
  }
}

@media (1440px<=width) {
  .contact-title {
    font-size: 90px;
    line-height: 1;
    padding-top: 674px;
    max-width: 1079px
  }
}

.footer {
  margin-bottom: 16px
}

.wrapper-container-footer {
  max-width: 343px;
  max-height: 369px;
  height: 100%;
  width: 100%;
  padding: 32px 53px 16px 16px;
  border-radius: 15px;
  background-color: var(--footer-bg)
}

@media (768px<=width) {
  .wrapper-container-footer {
    max-width: 736px;
    max-height: 321px;
    padding: 32px 156px 24px 32px
  }
}

@media (1440px<=width) {
  .wrapper-container-footer {
    max-width: 1392px;
    max-height: 212px;
    padding: 40px 118px 24px 40px
  }
}

.container-info {
  display: block
}

@media (768px<=width) {
  .container-info {
    display: flex;
    flex-wrap: wrap
  }
}

@media (1440px<=width) {
  .container-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }
}

.logo-footer {
  display: block;
  color: var(--primary-text-color-light);
  font-family: var(--accent-font-family);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -3%;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 22px;
  cursor: pointer
}

@media (768px<=width) {
  .logo-footer {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -3%;
    margin-bottom: 32px;
    margin-right: 140px
  }
}

@media (1440px<=width) {
  .logo-footer {
    margin-right: 170px
  }
}

.container-location {
  max-width: 274px;
  width: 100%
}

.location-description {
  color: var(--footer-title-color);
  font-family: var(--primary-font-family);
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 8px
}

@media (768px<=width) {
  .location-description {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px
  }
}

@media (1440px<=width) {
  .location-description {
    font-size: 14px
  }
}

.address {
  color: var(--white-color);
  font-family: var(--primary-font-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 16px
}

.container-website {
  margin-bottom: 24px
}

@media (768px<=width) {
  .container-website {
    margin-left: 120px
  }
}

@media (1440px<=width) {
  .container-website {
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: 120px
  }
}

@media (width >=768px) and (width < 1440px) {
  .container-website.margin-english {
    margin-left: 138px
  }
}

.website-description {
  color: var(--footer-title-color);
  font-family: var(--primary-font-family);
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 8px
}

@media (768px<=width) {
  .website-description {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px
  }
}

@media (1440px<=width) {
  .website-description {
    font-size: 14px
  }
}

.website {
  color: var(--white-color);
  font-family: var(--primary-font-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0%;
  text-align: left;
  text-decoration-line: underline
}

@media (768px<=width) {
  .website {
    margin-bottom: 34px
  }
}

.container-footer-social {
  display: flex;
  gap: 40px;
  margin-bottom: 40px
}

@media (768px<=width) {
  .container-footer-social {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between
  }
}

@media (1440px<=width) {
  .container-footer-social {
    margin-left: 760px;
    flex-direction: row;
    margin-bottom: 0
  }
}

@media (1440px<=width) {
  .container-social-expert {
    position: relative;
    top: -79px
  }
}

.text-social-media {
  color: var(--footer-title-color);
  font-family: var(--primary-font-family);
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 8px
}

@media (768px<=width) {
  .text-social-media {
    margin-bottom: 10px
  }
}

@media (1440px<=width) {
  .text-social-media {
    font-size: 14px
  }
}

.list-social {
  display: flex;
  gap: 8px
}

@media (768px<=width) {
  .list-social {
    gap: 16px
  }
}

.social-icon-item {
  width: 32px;
  height: 32px
}

.social-icon-link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white-color);
  border-radius: 50%
}

.icon-social {
  fill: var(--footer-bg)
}

@media (768px<=width) {
  .icon-social {
    width: 18px;
    height: 18px
  }
}

.student-developed-list {
  display: flex;
  gap: 11px;
  cursor: pointer
}

.developed-title {
  color: var(--footer-title-color);
  font-family: var(--primary-font-family);
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0%;
  text-align: left
}

@media (768px<=width) {
  .developed-title {
    font-size: 14px
  }
}

.icon-goit-link {
  fill: var(--white-color)
}

.consultation-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1100;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: var(--background-color);
  transition: opacity var(--transition-time) var(--transition-effect);
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none
}

.consultation-modal.visible {
  z-index: 1100;
  opacity: 1;
  pointer-events: all
}

.consultation-modal-wrapper {
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
  padding: 0 10px
}

.visible .consultation-modal-wrapper {
  pointer-events: none
}

.visible .consultation-modal-container {
  pointer-events: all
}

.consultation-modal-container {
  position: relative;
  width: 100%;
  max-width: 343px;
  margin: 10px auto;
  padding: 32px;
  border-radius: 15px;
  background-color: var(--white-color);
  box-shadow: 5px 5px 12px #00000038, 0 19px 60px #0000004d
}

@media (768px <=width) {
  .consultation-modal-container {
    max-width: 630px;
    padding: 60px
  }
}

@media (width >=1440px) {
  .consultation-modal-container {
    max-width: 1085px;
    display: flex;
    justify-content: space-between;
    gap: 20px
  }
}

.consultation-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 18px;
  height: 18px;
  padding: 4.5px;
  background-color: transparent;
  border: none
}

@media (768px <=width) {
  .consultation-modal-close {
    width: 28px;
    height: 28px;
    padding: 7px
  }
}

.consultation-modal-close span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%
}

.consultation-modal-close span:before,
.consultation-modal-close span:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 12.73px;
  border-radius: 1.25px;
  background-color: var(--primary-text-color-dark)
}

@media (min-width: 768px) {

  .consultation-modal-close span:before,
  .consultation-modal-close span:after {
    width: 2.5px;
    height: 19.8px
  }
}

.consultation-modal-close span:before {
  transform: translate(-50%, -50%) rotate(45deg)
}

.consultation-modal-close span:after {
  transform: translate(-50%, -50%) rotate(-45deg)
}

.consultation-modal-profile {
  display: none
}

@media (width >=1440px) {
  .consultation-modal-profile {
    display: block;
    max-width: 450px
  }
}

.consultation-modal-avatar {
  border-radius: 0 0 50% 50%;
  overflow: hidden;
  margin-bottom: 33px
}

.avatar-wrapper {
  width: 450px;
  height: 450px;
  position: relative;
  margin-top: 43px;
  background-color: var(--container-bg-dark);
  border-radius: 50%
}

.avatar-wrapper img {
  position: absolute;
  bottom: -15px;
  left: 9px;
  transform: rotate(2deg);
  width: 449px;
  height: 514px
}

.consultation-modal-name {
  color: var(--primary-text-color-dark);
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  margin-bottom: 10px
}

.consultation-profile-text {
  max-width: 311px;
  margin: 0 auto;
  text-align: center
}

.consultation-modal-content {
  width: 100%
}

@media (width >=1440px) {
  .consultation-modal-content {
    max-width: 445px
  }
}

.consultation-modal-title {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 14px;
  color: var(--primary-text-color-dark)
}

@media (768px <=width) {
  .consultation-modal-title {
    font-size: 24px;
    line-height: 1.33;
    margin-bottom: 16px
  }
}

.consultation-modal-text {
  font-size: 14px;
  line-height: 1.28;
  letter-spacing: 0;
  margin-bottom: 24px
}

@media (768px <=width) {
  .consultation-modal-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px
  }
}

.consultation-modal-footer {
  margin-top: 16px;
  display: flex;
  font-size: 10px;
  letter-spacing: 0em;
  font-weight: 400;
  color: var(--section-name-color)
}

@media (768px <=width) {
  .consultation-modal-footer {
    font-size: 14px
  }
}

.modal-form {
  width: 100%
}

.modal-input-wrapper {
  position: relative;
  margin-bottom: 14px
}

@media (768px <=width) {
  .modal-input-wrapper {
    margin-bottom: 16px
  }
}

.modal-input {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0;
  font-family: inherit;
  border-radius: 12px;
  border: 1px solid var(--scrollbar-thumb-bg);
  transition: border var(--transition-time) var(--transition-effect)
}

@media (768px <=width) {
  .modal-input {
    height: 56px;
    padding: 0 18px;
    font-size: 16px;
    line-height: 1.5
  }
}

.modal-input.invalid,
.modal-input.invalid-length {
  border-color: var(--error-color)
}

.modal-input.invalid+.modal-input-error {
  display: block;
  padding-left: 8px;
  opacity: 1
}

.modal-input.invalid-length+.modal-input-error.length,
.modal-input.invalid-phone+.modal-input-error.length+.modal-input-error.invalid {
  display: block;
  padding-left: 8px;
  opacity: 1
}

.modal-input:hover,
.modal-input:focus {
  border-color: var(--footer-bg)
}

.modal-input:focus-visible {
  outline: var(--input-outline)
}

.modal-input::placeholder {
  color: var(--input-placeholder-color)
}

.modal-label-name {
  position: absolute;
  top: 50%;
  left: 18px;
  display: none;
  transform: translateY(-50%)
}

.show-prefix .modal-label-name {
  display: block
}

.show-prefix .modal-input-name {
  padding-left: 50px
}

.modal-input-error {
  display: none;
  font-size: 10px;
  color: var(--error-color);
  opacity: 0;
  transition: opacity var(--transition-time) var(--transition-effect)
}

.modal-select {
  position: relative
}

.modal-select-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background-color: transparent
}

.modal-select-button span {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

@media (768px <=width) {
  .modal-select-button span {
    max-width: 450px
  }
}

.modal-select-button[data-selected=false] span {
  color: var(--input-placeholder-color)
}

.modal-select-icon {
  width: 16px;
  height: 16px;
  transition: transform var(--transition-time) var(--transition-effect)
}

@media (768px <=width) {
  .modal-select-icon {
    width: 20px;
    height: 20px
  }
}

.select-active .modal-select-icon {
  transform: rotate(180deg)
}

.modal-select-list {
  width: 100%;
  position: absolute;
  z-index: 1100;
  font-size: 14px;
  left: 0;
  top: 50px;
  padding: 14px;
  border-radius: 12px;
  background-color: var(--white-color);
  border: 1px solid var(--scrollbar-thumb-bg);
  transition: opacity var(--transition-time) var(--transition-effect);
  opacity: 0;
  pointer-events: none
}

@media (768px <=width) {
  .modal-select-list {
    top: 60px
  }
}

.select-active .modal-select-list {
  opacity: 1;
  pointer-events: all
}

.modal-select-item {
  cursor: pointer;
  font-size: 14px;
  transition: color var(--transition-time) var(--transition-effect)
}

@media (768px <=width) {
  .modal-select-item {
    font-size: 16px
  }
}

.modal-select-item:hover {
  color: var(--primary-text-color-dark)
}

.modal-select-item:not(:last-child) {
  margin-bottom: 8px
}

.modal-textarea {
  height: 112px;
  padding: 14px;
  resize: none
}

@media (768px <=width) {
  .modal-textarea {
    height: 120px;
    padding: 16px 18px
  }
}

.modal-button {
  width: 100%;
  margin-top: 24px;
  padding: 15px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.29;
  color: var(--white-color);
  border: none;
  border-radius: 30px;
  background-color: var(--footer-bg);
  transition: background-color var(--transition-time) var(--transition-effect)
}

@media (768px <=width) {
  .modal-button {
    font-size: 16px;
    line-height: 1.5
  }
}

.modal-button:hover {
  background-color: var(--button-dark-hover)
}

.modal-container {
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: var(--background-color);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--transition-time) var(--transition-effect), visibility var(--transition-time) var(--transition-effect)
}

.modal-container.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity var(--transition-time), visibility 0s var(--transition-effect)
}

.body-overflow {
  overflow: hidden
}

.modal {
  top: 50%;
  left: 50%;
  font-family: var(--primary-font-family);
  text-align: center;
  z-index: 1100;
  width: 343px;
  position: fixed;
  padding: 64px 32px;
  gap: 60px;
  border: none;
  border-radius: 15px;
  background-color: var(--white-color);
  box-shadow: 5px 5px 12px #00000038, 0 19px 60px #0000004d;
  transform: translate(-50%, -50%)
}

@media (768px <=width) {
  .modal {
    width: 615px;
    padding: 80px
  }
}

@media (768px <=width) {
  .modal-error {
    padding: 64px 53px
  }
}

.modal-title {
  color: var(--primary-text-color-dark);
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 14px
}

@media (768px <=width) {
  .modal-title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px
  }
}

.modal-text {
  color: var(--secondary-text-color-dark);
  font-size: 14px;
  line-height: 18px;
  font-weight: 400
}

@media (768px <=width) {
  .modal-text {
    font-size: 16px;
    line-height: 24px
  }
}

.modal-close {
  position: absolute;
  padding: 2px;
  top: 16px;
  right: 16px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  color: var(--primary-text-color-dark)
}

@media (768px <=width) {
  .modal-close {
    top: 20px;
    right: 20px;
    width: 28px;
    height: 28px
  }
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 14px
}

@media (768px <=width) {
  .social-icons {
    gap: 18px
  }
}

.hidden-icons {
  display: none
}

.icon-circle {
  background-color: var(--lang-switch-container-dark);
  border-radius: 50%;
  transform-box: fill-box;
  transform-origin: center center;
  transform: scale(1)
}

.icon {
  display: block;
  width: 32px;
  height: 32px
}

@media (768px <=width) {
  .icon {
    width: 40px;
    height: 40px
  }
}

.icon-svg {
  padding: 7px;
  width: 32px;
  height: 32px;
  border: 2px;
  border-color: var(--lang-switch-container-dark);
  border-radius: 50%;
  background-color: var(--lang-switch-container-dark);
  fill: var(--lang-switch-container-dark)
}

@media (768px <=width) {
  .icon-svg {
    width: 40px;
    height: 40px;
    padding: 11px
  }
}

.instagram-ref {
  padding: 9px
}

@media (768px <=width) {
  .instagram-ref {
    padding: 13px
  }
}

.icon-svg-instagram {
  width: 18px;
  height: 18px;
  transform-box: fill-box;
  transform-origin: center center;
  transform: scale(1.3)
}

.team-modal-container {
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: var(--background-color);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-time) var(--transition-effect), visibility var(--transition-time) var(--transition-effect);
  display: flex;
  align-items: center
}

.team-modal-container.visible {
  opacity: 1;
  pointer-events: all;
  transition: opacity var(--transition-time), visibility 0s var(--transition-effect)
}

.team-modal-wrapper {
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
  padding: 0 10px
}

.visible .team-modal-wrapper {
  pointer-events: none
}

.visible .team-modal {
  pointer-events: all
}

.team-modal {
  position: relative;
  margin: 10px auto;
  font-family: var(--primary-font-family);
  width: 343px;
  max-height: 700px;
  padding: 24px;
  gap: 60px;
  border: none;
  border-radius: 15px;
  background-color: var(--white-color);
  box-shadow: 5px 5px 12px #00000038, 0 19px 60px #0000004d
}

@media (768px <=width) {
  .team-modal {
    width: 736px;
    padding: 50px;
    max-height: 520px
  }
}

@media (width >=1440px) {
  .team-modal {
    width: 1342px;
    padding: 80px 50px;
    max-height: 700px
  }
}

.team-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 18px;
  height: 18px;
  padding: 4.5px;
  background-color: transparent;
  border: none
}

@media (768px <=width) {
  .team-modal-close {
    width: 28px;
    height: 28px;
    padding: 7px
  }
}

.team-modal-close span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%
}

.team-modal-close span:before,
.team-modal-close span:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 12.73px;
  border-radius: 1.25px;
  background-color: var(--primary-text-color-dark)
}

@media (min-width: 768px) {

  .team-modal-close span:before,
  .team-modal-close span:after {
    width: 2.5px;
    height: 19.8px
  }
}

.team-modal-close span:before {
  transform: translate(-50%, -50%) rotate(45deg)
}

.team-modal-close span:after {
  transform: translate(-50%, -50%) rotate(-45deg)
}

.team-modal-title {
  text-align: left;
  color: var(--primary-text-color-dark);
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-right: 36px
}

@media (768px <=width) {
  .team-modal-title {
    margin-bottom: 60px;
    font-size: 40px;
    line-height: 48px
  }
}

.team-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  height: 550px;
  overflow-y: scroll;
  scroll-behavior: smooth
}

@media (768px <=width) {
  .team-list {
    height: 300px
  }
}

.team-list::-webkit-scrollbar-thumb {
  border-radius: 50px;
  border: 1px solid var(--white-color);
  background-color: var(--scrollbar-thumb-bg)
}

.team-list::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px !important
}

.team-list::-webkit-scrollbar:horizontal {
  height: 13px
}

.member-card,
.member-card-ref {
  display: flex
}

.member-pictures {
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: 4px
}

@media (768px <=width) {
  .member-pictures {
    width: 80px;
    height: 80px;
    margin: 0
  }
}

.linkedin-href {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--white-color);
  border-radius: 4px
}

.linkedin-pic {
  border-radius: 4px
}

.member-photo {
  display: block;
  border-radius: 50%
}

@media (768px <=width) {
  .member-photo {
    width: 100%
  }
}

.member-discr {
  font-family: var(--primary-font-family);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: start;
  padding-left: 16px;
  min-width: 202px
}

@media (768px <=width) {
  .member-discr {
    font-size: 18px;
    line-height: 28px;
    padding: 12px 0 12px 16px
  }
}

.member-name {
  color: var(--secondary-text-color-dark)
}

.member-position {
  color: var(--inactive-lang-text)
}

.loader-title {
  margin-bottom: 0
}

.loader-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 20px
}

.loader {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background-color: var(--button-dark);
  box-shadow: 32px 0 var(--button-dark), -32px 0 var(--button-dark);
  position: relative;
  animation: flash .5s ease-out infinite alternate
}

@keyframes flash {
  0% {
    background-color: var(--header-bg);
    box-shadow: 32px 0 var(--header-bg), -32px 0 var(--button-dark)
  }

  50% {
    background-color: var(--button-dark);
    box-shadow: 32px 0 var(--header-bg), -32px 0 var(--header-bg)
  }

  to {
    background-color: var(--header-bg);
    box-shadow: 32px 0 var(--button-dark), -32px 0 var(--header-bg)
  }
}

.example-breakpoints {
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

@media (360px <=width) {
  .example-breakpoints {
    background-color: red
  }
}

@media (width >=360px) and (width < 768px) {
  .example-breakpoints {
    background-color: #ff0
  }
}

@media (768px <=width) {
  .example-breakpoints {
    background-color: #00f
  }
}

@media (width >=768px) and (width < 1440px) {
  .example-breakpoints {
    background-color: #639
  }
}

@media (width >=1440px) {
  .example-breakpoints {
    background-color: pink
  }
}