@charset "UTF-8";
:root {
  --font-family: "Arial", sans-serif;
  --text-b: #333;
  --viola: #826ece;
  --green-button: #6bbf59;
  --green-background: #49c296;
  --grey-background: #fafafa;
  --white: #fffefa;
  --orange: #fe6700;
  --white-background: #fff;
  --grey: #ddd;
  --grey-recencione: #9c9c9c;
  --blue-background: #f9fbfe;
  --grey-contur: #fafafa;
  --blue-: #83abc2;
  --grey-text: #525252;
}

html,
body {
  height: 100%;
}

body {
  background: var(--white-background);
  font-family: var(--font-family);
  font-weight: normal;
  font-style: normal;
}

.noscroll {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

* {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 639px) {
  .container {
    padding: 0 15px;
  }
}

.header {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo img {
  width: 70px;
}
.header .header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.header .header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.header .header-nav ul li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--text-b);
}
.header .header-nav ul li a:hover {
  text-decoration: underline;
}
.header .tel {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--text-b);
  margin-left: 20px;
}
.header .tel:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .header .header-nav {
    display: none;
  }
  .header .tel {
    display: none;
  }
}
@media (max-width: 639px) {
  .header {
    display: none;
  }
}

.lang {
  position: relative;
}
.lang .lang-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
}
.lang .lang-current .lang-arr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.lang .lang-current:hover {
  text-decoration: underline;
}
.lang .lang-list {
  position: absolute;
  z-index: 5;
  left: -10px;
  margin-top: 8px;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  padding: 10px 10px;
  display: -ms-grid;
  display: grid;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
}
.lang .lang-list a {
  color: #000;
}
.lang .lang-list a:hover {
  text-decoration: underline;
}
.lang .lang-list.active {
  opacity: 1;
  visibility: visible;
}

.hero {
  padding-top: 100px;
  position: relative;
}
.hero .mobile-lang {
  display: none;
}
@media (max-width: 639px) {
  .hero .mobile-lang {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .hero .mobile-lang .lang {
    display: block;
  }
  .hero .mobile-lang .lang-current {
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
  }
  .hero .mobile-lang .lang-list {
    left: 0px !important;
    width: 100%;
    background-color: #fff;
    border: 5px;
  }
  .hero .mobile-lang .lang-list a {
    font-size: 14px;
  }
}
.hero .hero-content {
  padding-bottom: 40px;
}
.hero .hero-content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 64px;
}
.hero__main {
  width: 100%;
  max-width: 600px;
}
.hero__secondary {
  max-width: 530px;
}
.hero__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 46px;
  line-height: 100%;
  letter-spacing: 0.06em;
  color: var(--viola);
}
.hero__txt {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: var(--text-b);
  margin-bottom: 40px;
}
.hero .hero-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.hero .hero-btn-v1 {
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.03);
  background: var(--green-button);
  border-radius: 12px;
  padding: 12px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: var(--white-background);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.hero .hero-btn-v1:hover {
  background-color: #64d64b;
}
.hero .hero-btn-v2 {
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid var(--green-background);
  border-radius: 12px;
  padding: 12px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: var(--green-background);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.hero .hero-btn-v2:hover {
  background-color: #fff;
  color: #3ddaa0;
  border-color: #3ddaa0;
}
.hero .hero-image {
  height: 660px;
}
.hero .hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1200px) {
  .hero .hero-content .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .hero {
    padding-top: 100px;
  }
  .hero .hero-content {
    padding-bottom: 43px;
  }
  .hero .hero-content .container {
    gap: 10px;
  }
  .hero__main {
    max-width: 530px;
  }
  .hero__secondary {
    max-width: 530px;
  }
  .hero__title {
    font-size: 34px;
  }
  .hero__txt {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .hero .hero-btns {
    gap: 10px;
  }
  .hero .hero-btn-v1 {
    border-radius: 12px;
    padding: 12px;
    font-size: 16px;
    gap: 12px;
  }
  .hero .hero-btn-v2 {
    border-radius: 12px;
    padding: 12px;
    font-size: 16px;
    gap: 12px;
  }
  .hero .hero-image {
    height: 550px;
  }
}
.hero .blure {
  display: none;
}
@media (max-width: 639px) {
  .hero {
    position: relative;
    padding-top: 0px;
    padding-bottom: 140px;
  }
  .hero .blure {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .hero .hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    min-width: 100%;
    padding-bottom: 30px;
  }
  .hero .hero-content::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    backdrop-filter: blur(4px);
    background: #e8e7e5;
    position: absolute;
    top: 0;
    z-index: -1;
  }
  .hero .hero-content .container {
    gap: 0px;
  }
  .hero__main {
    max-width: 100%;
  }
  .hero__secondary {
    max-width: 100%;
  }
  .hero__title {
    font-size: 20px;
    background-color: #fff;
    max-width: 230px;
    padding: 5px;
  }
  .hero__txt {
    font-size: 16px;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 5px 5px;
    padding-top: 0;
  }
  .hero .hero-btns {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
  }
  .hero .hero-btn-v1 {
    border-radius: 12px;
    padding: 12px;
    font-size: 16px;
    gap: 12px;
  }
  .hero .hero-btn-v2 {
    border-radius: 12px;
    padding: 12px;
    font-size: 16px;
    gap: 12px;
    background-color: #fff;
  }
  .hero .hero-image {
    height: 420px;
  }
}

.advantg {
  padding-top: 180px;
  padding-bottom: 90px;
}
.advantg__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.advantg__pretitle {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.04em;
  color: var(--viola);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
.advantg__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 36px;
  line-height: 110%;
  color: var(--text-b);
  margin-bottom: 24px;
}
.advantg__txt {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: var(--grey-text);
  width: 100%;
  max-width: 810px;
}
.advantg .advantg-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 100px 1fr 100px 1fr 100px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 100px;
  max-width: 1248px;
  margin: 0 auto;
  margin-top: 115px;
}
.advantg .advantg-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advantg .advantg-item img {
  width: 140px;
  margin-bottom: 30px;
}
.advantg .advantg-item__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--viola);
  margin-bottom: 20px;
}
.advantg .advantg-item__txt {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: var(--grey-text);
}
@media (max-width: 1200px) {
  .advantg .advantg-list {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .advantg {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .advantg__pretitle {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .advantg__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .advantg__txt {
    font-size: 18px;
  }
  .advantg .advantg-list {
    -ms-grid-columns: 1fr 53px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 53px;
    margin-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .advantg .advantg-item img {
    width: 100px;
    margin-bottom: 30px;
  }
  .advantg .advantg-item__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .advantg .advantg-item__txt {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .advantg {
    padding-top: 113px;
    padding-bottom: 25px;
  }
  .advantg__pretitle {
    margin-bottom: 30px;
  }
  .advantg__title {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .advantg__txt {
    font-size: 14px;
  }
  .advantg .advantg-list {
    gap: 14px;
    margin-top: 42px;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: -15px;
    width: 100vw;
    overflow: scroll;
    padding-bottom: 15px;
    -ms-overflow-style: none; /* IE и Edge */
    scrollbar-width: none; /* Firefox */
    -webkit-overflow-scrolling: touch; /* плавный скролл на iOS */
  }
  .advantg .advantg-list::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
  .advantg .advantg-item {
    min-width: 230px;
    max-width: 230px;
  }
  .advantg .advantg-item img {
    width: 140px;
    margin-bottom: 30px;
  }
  .advantg .advantg-item__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .advantg .advantg-item__txt {
    font-size: 16px;
  }
}

.weoffer {
  padding-top: 90px;
  padding-bottom: 90px;
}
.weoffer__pretitle {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.04em;
  color: var(--viola);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
.weoffer__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 36px;
  line-height: 110%;
  color: var(--text-b);
  margin-bottom: 24px;
}
.weoffer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 36px;
  gap: 50px;
}
.weoffer .weoffer-item__image {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 10px;
}
.weoffer .weoffer-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.weoffer .weoffer-item__txt {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--text-b);
  line-height: 120%;
}
.weoffer .weoffer-item:nth-child(1) {
  width: 100%;
}
.weoffer .weoffer-item:nth-child(1) .weoffer-item__image {
  height: 540px;
}
.weoffer .weoffer-item:nth-child(2) {
  min-width: 442px;
  max-width: 442px;
}
.weoffer .weoffer-item:nth-child(2) .weoffer-item__image {
  height: 240px;
}
@media (max-width: 992px) {
  .weoffer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .weoffer__pretitle {
    margin-bottom: 30px;
  }
  .weoffer__title {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .weoffer__box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    gap: 30px;
  }
  .weoffer .weoffer-item:nth-child(1) .weoffer-item__image {
    height: 290px;
  }
}
@media (max-width: 639px) {
  .weoffer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .weoffer__pretitle {
    margin-bottom: 30px;
  }
  .weoffer__title {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .weoffer .weoffer-item__txt {
    font-size: 14px;
  }
  .weoffer .weoffer-item:nth-child(1) {
    width: 100%;
  }
  .weoffer .weoffer-item:nth-child(1) .weoffer-item__image {
    height: 189px;
  }
  .weoffer .weoffer-item:nth-child(2) {
    min-width: 100%;
    max-width: 100%;
  }
  .weoffer .weoffer-item:nth-child(2) .weoffer-item__image {
    height: 157px;
  }
}

.btn-gr-min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: var(--white-background);
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.03);
  background: var(--green-button);
  border-radius: 12px;
  padding: 12px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.btn-gr-min:hover {
  background-color: #6bd453;
}

.our-service {
  padding-top: 90px;
  padding-bottom: 90px;
}
.our-service__pretitle {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.04em;
  color: var(--viola);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
.our-service__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 36px;
  line-height: 110%;
  color: var(--text-b);
  margin-bottom: 24px;
}
.our-service__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--grey);
  border-bottom: 1px solid var(--grey);
}
.our-service .our-service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-right: 1px solid var(--grey);
  padding: 20px 5px 70px 20px;
}
.our-service .our-service-item:nth-child(1) {
  border-left: 1px solid var(--grey);
}
.our-service .our-service-item__image {
  border-radius: 100%;
  background-color: var(--blue-);
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.our-service .our-service-item__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--viola);
  margin-bottom: 20px;
}
.our-service .our-service-item__txt {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--text-b);
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .our-service {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .our-service__pretitle {
    margin-bottom: 30px;
  }
  .our-service__title {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .our-service__box {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--grey);
    border-bottom: none;
  }
  .our-service .our-service-item {
    border-right: 1px solid var(--grey);
    border-bottom: 1px solid var(--grey);
    padding: 20px 5px 70px 20px;
    padding-bottom: 60px;
  }
  .our-service .our-service-item:nth-child(1) {
    border-left: 1px solid var(--grey);
  }
  .our-service .our-service-item:nth-child(3) {
    border-left: 1px solid var(--grey);
  }
  .our-service .our-service-item__title {
    font-size: 16px;
  }
  .our-service .our-service-item__txt {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .our-service {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .our-service__pretitle {
    margin-bottom: 30px;
  }
  .our-service__title {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .our-service__box {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .our-service .our-service-item {
    padding-bottom: 42px;
    border-left: 1px solid var(--grey);
  }
  .our-service .our-service-item__title {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

.prof-service {
  padding-top: 90px;
  padding-bottom: 90px;
}
.prof-service__pretitle {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.04em;
  color: var(--viola);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
.prof-service__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px 30px;
}
.prof-service .prof-service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.prof-service .prof-service-item__image {
  width: 330px;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
}
.prof-service .prof-service-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1300px) {
  .prof-service .prof-service-item__image {
    width: 280px;
    height: 250px;
  }
}
@media (max-width: 1200px) {
  .prof-service .prof-service-item__image {
    width: 250px;
    height: 220px;
  }
}
.prof-service .prof-service-item__content {
  padding-left: 20px;
}
.prof-service .prof-service-item__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: var(--white-background);
  background: var(--orange);
  padding: 3px 12px;
  margin-bottom: 20px;
  max-width: 255px;
}
.prof-service .prof-service-item__list {
  display: -ms-grid;
  display: grid;
  list-style-type: disc;
  padding-left: 25px;
  gap: 20px;
}
.prof-service .prof-service-item__list p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--text-b);
}
@media (max-width: 992px) {
  .prof-service {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .prof-service__pretitle {
    margin-bottom: 50px;
  }
  .prof-service__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
  .prof-service .prof-service-item__image {
    border-radius: 12px;
    width: 290px;
    height: 255px;
  }
  .prof-service .prof-service-item__content {
    padding-left: 30px;
  }
  .prof-service .prof-service-item__title {
    font-size: 16px;
    padding: 3px 12px;
    margin-bottom: 20px;
    max-width: 255px;
  }
  .prof-service .prof-service-item__list {
    padding-left: 25px;
    gap: 10px;
  }
}
@media (max-width: 639px) {
  .prof-service {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .prof-service__pretitle {
    margin-bottom: 30px;
  }
  .prof-service__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .prof-service .prof-service-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
  .prof-service .prof-service-item__image {
    border-radius: 12px;
    width: 100%;
    height: 255px;
  }
  .prof-service .prof-service-item__content {
    padding-left: 0px;
  }
  .prof-service .prof-service-item__title {
    font-size: 16px;
    padding: 3px 12px;
    margin-bottom: 20px;
    max-width: 255px;
  }
  .prof-service .prof-service-item__list {
    padding-left: 25px;
    gap: 10px;
  }
  .prof-service .prof-service-item__list p {
    font-size: 16px;
  }
}

.form-section {
  padding-top: 90px;
  padding-bottom: 180px;
}
.form-section .form-wrap {
  width: 100%;
  max-width: 780px;
  background-image: url(../img/form-bg.svg);
  background-position: center top;
  padding: 120px 60px 90px 60px;
}
.form-section .form__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 36px;
  line-height: 110%;
  color: var(--text-b);
  margin-bottom: 10px;
}
.form-section .form__txt {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--text-b);
}
.form-section .form .form-group {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.form-section .form .form-group__item input {
  background: var(--white-background);
  border: 1px solid var(--grey);
  border-radius: 12px;
  padding: 16px;
  width: 100%;
}
.form-section .form__btns {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.form-section .form .btn-submit-v1 {
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.03);
  background: var(--green-button);
  border: 1px solid var(--green-background);
  border-radius: 12px;
  padding: 12px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: var(--white-background);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.form-section .form .btn-submit-v1:hover {
  background-color: #64d64b;
}
.form-section .form .btn-submit-v2 {
  border: 1px solid var(--green-background);
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.03);
  border-radius: 12px;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: var(--green-background);
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.form-section .form .btn-submit-v2:hover {
  background-color: #fff;
}
@media (max-width: 992px) {
  .form-section {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .form-section .form-wrap {
    max-width: 100%;
    padding: 110px 20px 60px 20px;
    background-size: cover;
  }
  .form-section .container {
    padding: 0;
  }
  .form-section .form__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .form-section .form__txt {
    font-size: 16px;
  }
  .form-section .form .form-group {
    margin-top: 40px;
    gap: 5px;
  }
}
@media (max-width: 639px) {
  .form-section {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .form-section .form-wrap {
    max-width: 100%;
    padding: 84px 15px 40px 15px;
    background-size: cover;
    background-image: url(../img/form-bg-mob.svg);
  }
  .form-section .container {
    padding: 0;
  }
  .form-section .form__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .form-section .form__txt {
    font-size: 14px;
  }
  .form-section .form .form-group {
    margin-top: 40px;
    gap: 8px;
  }
  .form-section .form__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}

.reviews {
  background: var(--blue-background);
  padding-top: 110px;
  padding-bottom: 110px;
}
.reviews__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.reviews__minttl {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.04em;
  color: var(--viola);
}
.reviews .reviews-slider {
  width: 100%;
  max-width: 870px;
}
@media (max-width: 1200px) {
  .reviews .reviews-slider {
    max-width: 650px;
  }
}
.reviews .review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.reviews .review-item__image {
  width: 175px;
  height: 175px;
}
.reviews .review-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.reviews .review-item__name {
  margin-top: 10px;
  padding-left: 44px;
  position: relative;
}
.reviews .review-item__name::before {
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--text-b);
  position: absolute;
  left: 0;
  top: 10px;
}
.reviews .review-item__name span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: var(--text-b);
}
.reviews .review-item__name p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: var(--grey-recencione);
}
.reviews .review-item__content {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 36px;
  line-height: 110%;
  color: var(--grey-text);
}
@media (max-width: 1200px) {
  .reviews .review-item__content {
    font-size: 26px;
  }
}
.reviews .swiper-slide {
  opacity: 0 !important;
}
.reviews .swiper-slide-active {
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .reviews {
    padding-top: 40px;
    padding-bottom: 52px;
  }
  .reviews__box {
    gap: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reviews__minttl {
    font-size: 18px;
  }
  .reviews .reviews-slider {
    max-width: 100%;
  }
  .reviews .review-item {
    gap: 30px;
  }
  .reviews .review-item__image {
    width: 120px;
    height: 120px;
  }
  .reviews .review-item__name {
    margin-top: 10px;
    padding-left: 0px;
  }
  .reviews .review-item__name::before {
    display: none;
  }
  .reviews .review-item__name span {
    font-size: 16px;
  }
  .reviews .review-item__name p {
    font-size: 16px;
  }
  .reviews .review-item__content {
    font-size: 24px;
  }
}
@media (max-width: 639px) {
  .reviews {
    padding-top: 40px;
    padding-bottom: 72px;
  }
  .reviews__box {
    gap: 30px;
  }
  .reviews__minttl {
    font-size: 16px;
  }
  .reviews .review-item {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reviews .review-item__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  .reviews .review-item__image {
    width: 120px;
    height: 120px;
  }
  .reviews .review-item__name {
    margin-top: 10px;
    padding-left: 0px;
  }
  .reviews .review-item__name::before {
    display: none;
  }
  .reviews .review-item__name span {
    font-size: 16px;
  }
  .reviews .review-item__name p {
    font-size: 16px;
  }
  .reviews .review-item__content {
    font-size: 18px;
  }
}

.faq-section {
  background: var(--green-background);
  padding-top: 95px;
  padding-bottom: 95px;
}
.faq-section .container {
  max-width: 1480px;
}
.faq-section__box {
  background: var(--white-background);
  border-radius: 20px;
  padding-top: 150px;
  padding-bottom: 65px;
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
}
.faq-section__main {
  padding-top: 28px;
}
@media (max-width: 639px) {
  .faq-section__main {
    padding-top: 0;
  }
}
.faq-section__pretitle {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.04em;
  color: var(--viola);
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq-section__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 36px;
  line-height: 110%;
  color: var(--text-b);
}
.faq-section .faq {
  min-width: 660px;
  max-width: 660px;
  display: -ms-grid;
  display: grid;
  gap: 5px;
}
@media (max-width: 1200px) {
  .faq-section .faq {
    min-width: 500px;
    max-width: 500px;
  }
}
.faq-section .faq-item {
  -webkit-transition: 0.23s;
  transition: 0.23s;
  padding: 30px;
  cursor: pointer;
  border: 1px solid var(--blue-background);
  border-radius: 20px;
}
.faq-section .faq-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: var(--text-b);
}
.faq-section .faq-item__ic svg line {
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.faq-section .faq-item__content {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--grey-text);
  padding-top: 10px;
  display: none;
}
.faq-section .faq-item.active, .faq-section .faq-item:hover {
  background: var(--blue-background);
}
.faq-section .faq-item.active {
  border: 1px solid transparent;
}
.faq-section .faq-item.active .icline {
  opacity: 0;
}
@media (max-width: 992px) {
  .faq-section {
    background: transparent;
    padding-top: 100px;
    padding-bottom: 0px;
  }
  .faq-section__box {
    background: transparent;
    border-radius: 20px;
    padding: 0;
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faq-section__pretitle {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .faq-section__title {
    font-size: 24px;
    max-width: 490px;
  }
  .faq-section .faq {
    background: var(--green-background);
    position: relative;
    min-width: 100vw;
    max-width: 100vw;
    left: -20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
    display: -ms-grid;
    display: grid;
    gap: 5px;
  }
  .faq-section .faq-item {
    padding: 30px;
    border: 1px solid var(--grey-contur);
    border-radius: 20px;
    background: var(--white-background);
  }
  .faq-section .faq-item__top {
    font-size: 18px;
  }
  .faq-section .faq-item__content {
    font-size: 16px;
    padding-top: 10px;
  }
  .faq-section .faq-item.active {
    background: var(--blue-background) !important;
  }
}
@media (max-width: 639px) {
  .faq-section__pretitle {
    font-size: 16px;
  }
  .faq-section__title {
    font-size: 18px;
  }
  .faq-section .faq {
    background-color: transparent;
    padding-left: 15px;
    padding-right: 15px;
    left: -15px;
    padding-top: 0;
    padding-bottom: 40px;
  }
  .faq-section .faq-item {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none !important;
  }
  .faq-section .faq-item:hover {
    background: transparent !important;
    border: none !important;
  }
  .faq-section .faq-item.active, .faq-section .faq-item:hover {
    background: transparent !important;
    border: none !important;
  }
  .faq-section .faq-item__top {
    font-size: 14px;
  }
  .faq-section .faq-item__content {
    font-size: 14px;
  }
}

.howitwork {
  padding-top: 180px;
  padding-bottom: 180px;
}
.howitwork .container {
  position: relative;
}
.howitwork .container .abstrimg {
  position: absolute;
  left: -50%;
  bottom: -60px;
}
@media (max-width: 1400px) {
  .howitwork .container .abstrimg {
    left: -60%;
  }
}
@media (max-width: 1255px) {
  .howitwork .container .abstrimg {
    left: -70%;
  }
}
@media (max-width: 1180px) {
  .howitwork .container .abstrimg {
    display: none;
  }
}
.howitwork__pretitle {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.04em;
  color: var(--viola);
  margin-bottom: 100px;
  display: inline-block;
}
.howitwork__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 36px;
  line-height: 110%;
  color: var(--text-b);
  margin-bottom: 50px;
}
.howitwork__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.howitwork .howitwork-list {
  width: 100%;
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
}
@media (max-width: 1180px) {
  .howitwork .howitwork-list {
    max-width: 100%;
  }
}
.howitwork .howitwork-item {
  border-bottom: 1px solid var(--grey-recencione);
  padding-top: 10px;
  padding-bottom: 8px;
}
.howitwork .howitwork-item:nth-child(1) {
  border-top: 1px solid var(--grey-recencione);
}
.howitwork .howitwork-item__num {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 96px;
  color: var(--text-b);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.howitwork .howitwork-item__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 36px;
  line-height: 110%;
  color: var(--text-b);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.howitwork .howitwork-item__txt {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--grey-text);
}
@media (max-width: 992px) {
  .howitwork {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .howitwork__pretitle {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .howitwork__title {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .howitwork .howitwork-list {
    gap: 0px;
  }
  .howitwork .howitwork-item {
    padding-bottom: 20px;
  }
  .howitwork .howitwork-item__num {
    font-weight: 400;
    font-size: 66px;
    margin-bottom: 6px;
  }
  .howitwork .howitwork-item__title {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .howitwork .howitwork-item__txt {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  .howitwork {
    padding-top: 40px;
    padding-bottom: 90px;
  }
  .howitwork__pretitle {
    margin-bottom: 30px;
  }
  .howitwork__title {
    font-size: 18px;
    margin-bottom: 54px;
  }
  .howitwork__title br {
    display: none;
  }
  .howitwork .howitwork-list {
    gap: 10px;
  }
  .howitwork .howitwork-item__num {
    font-weight: 400;
    font-size: 56px;
    margin-bottom: 6px;
  }
  .howitwork .howitwork-item__title {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .howitwork .howitwork-item__txt {
    font-size: 14px;
  }
}

.detailbox {
  background: var(--grey-background);
  padding-top: 110px;
  position: relative;
  overflow: hidden;
}
.detailbox .detailbox_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.detailbox .detailbox_bg_mob {
  display: none;
}
@media (max-width: 639px) {
  .detailbox .detailbox_bg {
    display: none;
  }
  .detailbox .detailbox_bg_mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
}
.detailbox__wrap {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 240px;
  padding-bottom: 210px;
  position: relative;
  z-index: 3;
}
.detailbox__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.detailbox__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 36px;
  line-height: 110%;
  text-align: center;
  color: var(--white);
  width: 100%;
  max-width: 1030px;
}
.detailbox__txt {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--orange);
  padding: 10px 20px;
  background: var(--white);
  text-align: center;
}
@media (max-width: 992px) {
  .detailbox {
    padding-top: 50px;
  }
  .detailbox__wrap {
    padding-top: 130px;
    padding-bottom: 100px;
  }
  .detailbox__box {
    gap: 20px;
  }
  .detailbox__title {
    font-size: 24px;
  }
  .detailbox__txt {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  .detailbox__wrap {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .detailbox__box {
    gap: 10px;
  }
  .detailbox__title {
    font-size: 18px;
  }
  .detailbox__txt {
    font-size: 14px;
  }
}

.btnvl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.03);
  background: var(--viola);
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--white-background);
  border: 1px solid var(--white-background);
  border-radius: 40px;
  padding: 30px;
  width: 100%;
  max-width: 680px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.btnvl:hover {
  background-color: #886feb;
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.banner-contact {
  padding-top: 150px;
  padding-bottom: 165px;
}
.banner-contact__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: ceneter;
      -ms-flex-pack: ceneter;
          justify-content: ceneter;
  gap: 12px;
}
.banner-contact__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 36px;
  line-height: 110%;
  text-align: center;
  color: var(--text-b);
}
@media (max-width: 992px) {
  .banner-contact {
    padding: 100px 0;
  }
  .banner-contact__box {
    gap: 20px;
  }
  .banner-contact__title {
    font-size: 24px;
    line-height: 110%;
  }
}
@media (max-width: 639px) {
  .banner-contact {
    padding: 80px 0;
  }
  .banner-contact__title {
    font-size: 18px;
  }
  .banner-contact .btnvl {
    border-radius: 40px;
    padding: 15px;
  }
}

.footer {
  background: var(--text-b);
  padding-top: 140px;
  padding-bottom: 86px;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
}
@media (max-width: 1200px) {
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 992px) {
  .footer {
    padding-top: 46px;
    padding-bottom: 46px;
  }
  .footer .container {
    gap: 40px;
  }
}

.footer-logo .f-logo img {
  width: 200px;
}
@media (max-width: 639px) {
  .footer-logo .f-logo img {
    width: 120px;
  }
}

.footer-main {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .footer-main {
    -ms-grid-columns: 1fr 52px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 42px 52px;
  }
}
@media (max-width: 639px) {
  .footer-main {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 37px;
  }
}
.footer-main .f-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--grey-recencione);
}
@media (max-width: 992px) {
  .footer-main .f-title {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 639px) {
  .footer-main .f-title {
    font-size: 14px;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
}
.footer-main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}
.footer-main ul p, .footer-main ul a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--grey-recencione);
}
.footer-main ul a {
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.footer-main ul a:hover {
  color: #fff;
}
@media (max-width: 992px) {
  .footer-main ul {
    gap: 10px;
  }
}
@media (max-width: 639px) {
  .footer-main ul {
    gap: 8px;
  }
}