@font-face {
  font-family: 'Inter';
  src: url('../font/subset-Inter-Regular.woff2') format('woff2'), url('../font/subset-Inter-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../font/subset-Inter-Medium.woff2') format('woff2'), url('../font/subset-Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../font/subset-Inter-Bold.woff2') format('woff2'), url('../font/subset-Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../font/subset-Inter-Black.woff2') format('woff2'), url('../font/subset-Inter-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --radius-btn: 4px;
  --link-color: #141318;
  --link-color-hover: #d4a446;
}
* {
  box-sizing: border-box;
}
html {
  font-family: Inter, sans-serif;
  font-size: 16px;
  color: #141318;
}
@media (min-width: 1024px) {
  html {
    font-size: 24px;
  }
}
body {
  background-color: #fdfdfd;
  margin: 0;
}
[data-toggle-next] + *:not([data-visibled='1']) {
  display: none;
}
.title {
  font-size: 30px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .title {
    font-size: 36px;
  }
}
@media (min-width: 1280px) {
  .title {
    font-size: 42px;
  }
}
@media (min-width: 1500px) {
  .title {
    font-size: 50px;
  }
}
.underline {
  text-decoration: underline;
}
.marked {
  color: #d4a446;
}
.fw500 {
  font-weight: 500;
}
main {
  padding-bottom: 60px;
}
@media (min-width: 1280px) {
.xl-hide {
  display: none;
}
}
a {
  text-decoration: none;
}
button {
  border: 0;
  cursor: pointer;
  background-color: transparent;
}
form p {
  margin: 0;
}
input[type='text'],
input[type='tel'] {
  width: 100%;
  border: 1px solid rgba(20, 19, 24, 0.2);
  border-radius: var(--radius-btn);
  font-size: 16px;
  line-height: 1.2;
  color: #141318;
  font-size: 12px;
  height: 34px;
  padding: 0 10px;
}
@media (min-width: 1024px) {
  input[type='text'],
  input[type='tel'] {
    height: 57px;
    font-size: 24px;
    padding: 0 20px;
  }
}
input[type='checkbox'] {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: 1px solid rgba(20, 19, 24, 0.2);
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 4px;
  outline: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: 0.05s border-colorease-in-out;
  appearance: none;
}
@media (min-width: 1024px) {
  input[type='checkbox'] {
    width: 25px;
    min-width: 25px;
    height: 25px;
  }
}
input[type='radio']:checked:before,
input[type='checkbox']:checked:before {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  text-rendering: auto;
}
input[type='checkbox']:checked:before {
  content: '';
  color: #d4a446;
  display: block;
  margin-left: 6px;
  margin-top: 2px;
  width: 6px;
  height: 11px;
  transform: rotate(48deg);
  border-bottom: 2px solid #d4a446;
  border-right: 2px solid #d4a446;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  input[type='checkbox']:checked:before {
    margin-left: 8px;
    margin-top: 2px;
    width: 8px;
    height: 14px;
  }
}
.form__item {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .form__item {
    margin-bottom: 30px;
  }
}
.form__checkbox-label {
  font-size: 10px;
}
@media (min-width: 1024px) {
  .form__checkbox-label {
    font-size: 20px;
  }
}
.form-accept-privacy-row {
  display: flex;
  gap: 10px;
}
.form-accept-privacy-row p {
  margin: 0;
}
.wpcf7-response-output:empty {
  display: none;
}
.wpcf7-list-item:has(input[type='checkbox']) {
  margin-left: 0;
}
a,
.lnk {
  transition: color 0.2s, border-color 0.2s;
  color: var(--link-color);
}
a:hover,
.lnk:hover {
  color: var(--link-color-hover);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 50px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  padding: 0 40px;
  border-radius: var(--radius-btn);
  transition: color 0.2s, border-color 0.2s, background-color 0.2s;
}
.btn_uppercase {
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .btn {
    height: 70px;
    font-size: 24px;
  }
  .btn_small {
    height: 50px;
    font-size: 20px;
  }
  .btn_big {
    height: 100px;
  }
}
.btn_primary {
  background-color: #d4a446;
  border: 0;
  color: #fdfdfd;
}
.btn_primary:hover {
  background-color: #141318;
  color: #fdfdfd;
}
.btn_primary:active {
  background-color: #909090;
  color: #fdfdfd;
}
.btn_secondary {
  border: 2px solid #d4a446;
  color: #d4a446;
  background-color: #fdfdfd;
}
.btn_secondary:hover {
  color: #141318;
  border-color: #141318;
}
.btn_secondary:active {
  color: #909090;
  border-color: #909090;
}
.wrap {
  --wrap-width: calc(100vw - 20px);
  width: calc(100vw - 20px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 360px) {
  .wrap {
    --wrap-width: calc(100vw - 40px);
    width: calc(100vw - 40px);
  }
}
@media (min-width: 576px) {
  .wrap {
    --wrap-width: 536px;
    width: 536px;
  }
}
@media (min-width: 768px) {
  .wrap {
    --wrap-width: 728px;
    width: 728px;
  }
}
@media (min-width: 1024px) {
  .wrap {
    --wrap-width: 960px;
    width: 960px;
  }
}
@media (min-width: 1280px) {
  .wrap {
    --wrap-width: 1200px;
    width: 1200px;
  }
}
@media (min-width: 1500px) {
  .wrap {
    --wrap-width: 1400px;
    width: 1400px;
  }
}
@media (min-width: 1860px) {
  .wrap {
    --wrap-width: 1720px;
    width: 1720px;
  }
}
.page-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1280px) {
  .page-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.custom-logo {
  display: block;
  width: 50px;
  height: 36px;
}
@media (min-width: 1280px) {
  .custom-logo {
    width: 100px;
    height: 72px;
  }
}
.header {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fdfdfd;
}
.header__body {
  position: relative;
  border-bottom: 1px solid rgba(20, 19, 24, 0.2);
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 1500px) {
  .header__body {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1279.98px) {
  .header__content {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 36px;
  }
  .header__content.active {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 65px;
    background-color: #fdfdfd;
    z-index: 11;
    overflow: auto;
    padding-bottom: 20px;
  }
  body:has(.header__content.active) {
    overflow: hidden;
  }
  .header__content .site-logo {
    display: none;
  }
}
@media (min-width: 1280px) {
  .header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}
.header__content > .btn {
  flex-shrink: 0;
}
.header__search {
  position: relative;
}
.header__search-wrap {
  position: absolute;
  right: 0;
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  width: max-content;
  top: calc(100% + 10px);
}
@media (max-width: 1279.98px) {
  .header__search-wrap {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100vw;
  }
}
.header__search-ctrl svg {
  vertical-align: middle;
  height: 30px;
  width: 30px;
}
.header__search-ctrl:hover svg path {
  stroke: #d4a446;
}
.header__socials {
  display: flex;
  align-items: center;
  gap: 5px;
  --link-color: #d4a446;
  --link-color-hover: #141318;
}
@media (max-width: 1279.98px) {
  .header__socials {
    gap: 20px;
  }
}
@media (min-width: 1500px) {
  .header__socials {
    gap: 20px;
  }
}
.header__social svg {
  display: block;
}
.header__social_vk {
  border-radius: 15px;
  overflow: hidden;
}
.header__phone {
  font-size: 18px;
}
@media (min-width: 1500px) {
  .header__phone {
    font-size: 20px;
  }
}
@media (max-width: 1279.98px) {
  .mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .mobile-header {
    display: none;
  }
}
.menu-toggle {
  width: 50px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.menu-toggle .bar {
  width: 50px;
  height: 4px;
  background-color: #333;
  margin: 4px 0;
  transition: all 0.3s ease-in-out;
}
.menu-toggle.active .bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg) scale(0.5);
}
.menu-toggle.active .bar:nth-child(2) {
  transform: translateY(-6px) rotate(-45deg) scale(0.5);
}
.searchform input[type='text'] {
  height: 50px;
}
.searchform input[type='submit'] {
  background-color: #d4a446;
  border: 0;
  color: white;
  height: 50px;
  border-radius: var(--radius-btn);
  padding: 0 20px;
}
.searchform input[type='submit']:hover {
  background-color: #141318;
}
.searchform input[type='submit']:active {
  background-color: #909090;
}
.searchform > div {
  display: flex;
  gap: 10px;
}
.nav-menu {
  list-style: none;
  display: flex;
  padding: 0;
  font-size: 18px;
  gap: 20px;
  margin: 0;
}
@media (max-width: 1279.98px) {
  .nav-menu {
    flex-direction: column;
    align-items: center;
    gap: 36px;
  }
}
@media (min-width: 1280px) {
  .nav-menu {
    gap: 30px;
  }
}
@media (min-width: 1500px) {
  .nav-menu {
    gap: 20px;
  }
}
@media (min-width: 1860px) {
  .nav-menu {
    gap: 65px;
  }
}
.top {
  padding-top: 57px;
  padding-bottom: 50px;
}
@media (min-width: 1500px) {
  .top {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1860px) {
  .top {
    padding-bottom: 140px;
  }
}
.top__content {
  display: flex;
}
@media (max-width: 767.98px) {
  .top__content {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
@media (min-width: 768px) {
  .top__content {
    align-items: flex-start;
    gap: 20px;
  }
}
.top__left {
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .top__left .btn {
    font-size: 12px;
  }
}
.top__title {
  line-height: 1.05;
  text-transform: uppercase;
  margin: 0.75em 0 20px;
  font-size: 40px;
}
@media (min-width: 1024px) {
  .top__title {
    font-size: 54px;
  }
}
@media (min-width: 1280px) {
  .top__title {
    font-size: 68px;
  }
}
@media (min-width: 1500px) {
  .top__title {
    font-size: 81px;
  }
}
@media (min-width: 1860px) {
  .top__title {
    font-size: 100px;
  }
}
.top__subtitle {
  margin-bottom: 46px;
}
@media (min-width: 768px) {
  .top__subtitle {
    font-size: 30px;
    margin-bottom: 65px;
  }
}
.top__right {
  position: relative;
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .top__right {
    width: 42.6%;
  }
}
.top__img {
  display: block;
  width: 100%;
}
.hint {
  position: absolute;
  --hint-ctrl-half-size: 10px;
}
@media (min-width: 1280px) {
  .hint {
    --hint-ctrl-half-size: 20px;
  }
}
.hint__ctrl {
  padding: 0;
  display: block;
}
.hint__ctrl svg {
  display: block;
  width: calc(var(--hint-ctrl-half-size) * 2);
  height: calc(var(--hint-ctrl-half-size) * 2);
  border-radius: var(--hint-ctrl-half-size);
  border: 2px solid #d4a446;
  background-color: #d4a446;
}
.hint__ctrl svg path {
  stroke: #fff;
}
.hint__ctrl:hover svg {
  background-color: #fdfdfd;
}
.hint__ctrl:hover svg path {
  stroke: #d4a446;
}
.hint__ctrl:hover + .hint__content {
  opacity: 1;
}
.hint_1 {
  top: calc(100% - var(--hint-ctrl-half-size));
  left: calc(-1 * var(--hint-ctrl-half-size));
}
.hint_2 {
  top: calc(71% - var(--hint-ctrl-half-size));
  left: calc(26.5% - var(--hint-ctrl-half-size));
}
.hint_3 {
  top: calc(87.3% - var(--hint-ctrl-half-size));
  left: calc(53.3% - var(--hint-ctrl-half-size));
}
.hint_4 {
  top: calc(100% - var(--hint-ctrl-half-size));
  left: calc(80% - var(--hint-ctrl-half-size));
}
.hint__content {
  color: #d4a446;
  border: 2px solid #d4a446;
  border-radius: 4px;
  position: absolute;
  width: max-content;
  background-color: #fdfdfd;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
  pointer-events: none;
  font-size: 12px;
  padding: 10px 20px;
  max-width: 205px;
}
@media (min-width: 1280px) {
  .hint__content {
    font-size: 20px;
    padding: 14px 47px;
    max-width: unset;
  }
}
.hint_1 .hint__content {
  top: calc(100% + 15px);
  left: var(--hint-ctrl-half-size);
}
.hint_2 .hint__content {
  bottom: calc(100% + 15px);
  left: -16px;
}
@media (min-width: 1280px) {
  .hint_2 .hint__content {
    left: -230px;
  }
}
@media (min-width: 1500px) {
  .hint_2 .hint__content {
    left: var(--hint-ctrl-half-size);
  }
}
.hint_3 .hint__content {
  bottom: calc(100% + 15px);
  left: -2px;
}
@media (min-width: 768px) {
  .hint_3 .hint__content {
    left: -30px;
  }
}
@media (min-width: 1500px) {
  .hint_3 .hint__content {
    left: -63px;
  }
}
@media (min-width: 1500px) {
  .hint_3 .hint__content {
    left: var(--hint-ctrl-half-size);
  }
}
.hint_4 .hint__content {
  top: calc(100% + 15px);
  right: calc(-6.8vw);
}
.advantages {
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .advantages {
    padding-top: 33px;
  }
}
@media (min-width: 768px) {
  .advantages {
    padding-top: 50px;
  }
}
@media (min-width: 1500px) {
  .advantages {
    padding-bottom: 100px;
  }
}
@media (min-width: 1860px) {
  .advantages {
    padding-bottom: 160px;
  }
}
.advantages__title {
  max-width: 875px;
}
@media (max-width: 767.98px) {
  .advantages__title {
    padding-top: 50px;
    border-top: 1px solid rgba(20, 19, 24, 0.2);
  }
}
.services-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(20, 19, 24, 0.2);
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .services-btns .btn {
    height: 30px;
    font-size: 12px;
    padding: 0 20px;
  }
  .services-btns .btn:last-child {
    order: -1;
  }
  .services-btns .btn svg {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1500px) {
  .services-btns {
    padding-bottom: 100px;
  }
}
@media (min-width: 1860px) {
  .services-btns {
    padding-bottom: 180px;
  }
}
.our-digits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 15px;
  border-bottom: 1px solid rgba(20, 19, 24, 0.2);
  padding-bottom: 40px;
  margin-bottom: 50px;
}
@media (min-width: 1500px) {
  .our-digits {
    padding-bottom: 30px;
    margin-bottom: 100px;
  }
}
.our-digits__item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .our-digits__item {
    width: 100%;
  }
  .our-digits__item:nth-child(2) {
    flex-direction: row-reverse;
  }
}
.our-digits__value {
  font-weight: 900;
  color: #d4a446;
  font-size: 42px;
}
@media (min-width: 1024px) {
  .our-digits__value {
    font-size: 76px;
  }
}
@media (min-width: 1500px) {
  .our-digits__value {
    font-size: 100px;
  }
}
@media (min-width: 1860px) {
  .our-digits__value {
    font-size: 115px;
  }
}
.our-digits__text {
  max-width: 290px;
}
@media (min-width: 1024px) {
  .our-digits__text {
    font-size: 24px;
  }
}
@media (min-width: 1500px) {
  .our-digits__text {
    font-size: 30px;
  }
}
.our-advantages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
@media (min-width: 1024px) {
  .our-advantages {
    gap: 20px;
  }
}
.our-advantages__item {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.our-advantages__item svg {
  width: 60px;
  height: 60px;
  margin: -5px;
  color: #909090;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .our-advantages__item {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .our-advantages__item {
    width: 28%;
    flex-shrink: 0;
  }
}
@media (min-width: 1500px) {
  .our-advantages__item {
    gap: 30px;
    font-size: 30px;
  }
  .our-advantages__item svg {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1860px) {
  .our-advantages__item {
    gap: 44px;
  }
  .our-advantages__item svg {
    width: 110px;
    height: 110px;
  }
}
.services {
  padding-top: 45px;
  padding-bottom: 50px;
}
@media (min-width: 1500px) {
  .services {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1860px) {
  .services {
    padding-bottom: 150px;
  }
}
.services__top {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .services__top {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .services__top {
    margin-bottom: 50px;
  }
}
@media (min-width: 1500px) {
  .services__top {
    margin-bottom: 70px;
    gap: 50px;
  }
}
@media (min-width: 1860px) {
  .services__top {
    margin-bottom: 100px;
    gap: 115px;
  }
}
.services__left {
  flex-shrink: 0;
}
.services__left img {
  vertical-align: middle;
  max-width: 100%;
}
@media (min-width: 768px) {
  .services__left {
    width: 44.2%;
  }
}
@media (min-width: 1500px) {
  .services__right {
    padding-top: 20px;
  }
}
@media (min-width: 1860px) {
  .services__right {
    padding-top: 43px;
  }
}
.services__text {
  position: relative;
}
@media (min-width: 1500px) {
  .services__text {
    padding-top: 22px;
  }
}
.services__text::before {
  top: 1px;
  left: 0;
  width: 100px;
  border-bottom: 1px solid #909090;
}
@media (max-width: 767.98px) {
  .services__text p {
    margin: 24px 0;
  }
}
@media (min-width: 1500px) {
  .services__text p:nth-child(1) {
    margin-bottom: 40px;
  }
  .services__text > p:nth-child(2) {
    margin-bottom: 90px;
  }
}
@media (min-width: 1860px) {
  .services__text {
    padding-top: 22px;
  }
}
.services__text-offset {
  position: relative;
  padding-left: 55px;
}
.services__text-offset:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 1px solid rgba(20, 19, 24, 0.2);
}
@media (max-width: 767.98px) {
  .services__text-offset {
    margin-top: 50px;
    padding-left: 70px;
  }
  .services__text-offset:before {
    left: 50px;
  }
}
@media (min-width: 1500px) {
  .services__text-offset {
    padding-left: 135px;
  }
  .services__text-offset:before {
    left: 105px;
  }
}
.services__bottom {
  display: flex;
  gap: 50px;
}
@media (max-width: 767.98px) {
  .services__bottom {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.services__buttons {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .services__buttons {
    gap: 20px;
  }
}
.services__bottom-label {
  padding: 17px 25px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .services__bottom-label {
    padding: 30px;
  }
}
.services__bottom-label-text {
  max-width: 800px;
}
.services__bottom-img {
  width: 65px;
  height: 100px;
}
@media (min-width: 768px) {
  .services__bottom-img {
    width: 150px;
    height: 233px;
  }
}
.marked-bg-block {
  background-color: #d4a446;
  color: #fdfdfd;
  border-radius: var(--radius-btn);
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.about {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (min-width: 1500px) {
  .about {
    padding-bottom: 100px;
  }
}
@media (min-width: 1860px) {
  .about {
    padding-bottom: 140px;
  }
}
.about__title .marked {
  display: block;
  margin-left: 100px;
}
@media (max-width: 575.98px) {
  .about__title .marked {
    margin-left: auto;
    width: max-content;
  }
}
.about__content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
  margin-bottom: 130px;
}
@media (min-width: 768px) {
  .about__content {
    margin-bottom: 150px;
    gap: 20px;
  }
}
@media (min-width: 1280px) {
  .about__content {
    margin-bottom: 200px;
  }
}
@media (min-width: 1500px) {
  .about__content {
    padding-top: 42px;
  }
}
.about__text {
  width: 100%;
}
@media (min-width: 768px) {
  .about__text {
    max-width: calc(53% - 10px);
  }
}
@media (min-width: 1500px) {
  .about__text {
    max-width: calc(43% - 10px);
  }
}
@media (min-width: 768px) {
  .about__text_2 {
    margin-top: 10px;
    max-width: 41.5%;
  }
}
@media (min-width: 1500px) {
  .about__text_2 {
    margin-top: 30px;
  }
}
.about__text_3 {
  position: relative;
  align-self: flex-start;
}
.about__text_3:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid rgba(20, 19, 24, 0.2);
}
@media (max-width: 767.98px) {
  .about__text_3 {
    padding-left: 86px;
    margin-right: 20px;
  }
  .about__text_3:before {
    left: 65px;
  }
}
@media (min-width: 768px) {
  .about__text_3 {
    order: 1;
    max-width: calc(43.5% - 10px);
    margin-top: 80px;
    padding-left: 28px;
  }
  .about__text_3:before {
    left: 0;
  }
}
@media (min-width: 1500px) {
  .about__text_3 {
    margin-top: 130px;
  }
}
@media (min-width: 1860px) {
  .about__text_3 {
    margin-top: 200px;
    padding-left: 135px;
  }
  .about__text_3:before {
    left: 105px;
  }
}
.about__img {
  position: relative;
  align-self: flex-start;
  --about-img-width: var(--wrap-width);
}
@media (max-width: 767.98px) {
  .about__img {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .about__img {
    --about-img-width: 360px;
    margin-top: 15px;
  }
}
@media (min-width: 1024px) {
  .about__img {
    --about-img-width: 480px;
  }
}
@media (min-width: 1280px) {
  .about__img {
    margin-left: 15px;
    --about-img-width: 620px;
  }
}
@media (min-width: 1500px) {
  .about__img {
    --about-img-width: 700px;
    margin-top: 78px;
  }
}
@media (min-width: 1860px) {
  .about__img {
    --about-img-width: 845px;
  }
}
.about__img img {
  display: block;
  width: var(--about-img-width);
  height: 300px;
  min-height: 300px;
  object-fit: cover;
  border-radius: var(--radius-btn);
}
.about__hint {
  top: calc(100% - 11px);
  left: calc(50% - 10px);
}
.about__hint .hint__content {
  right: 10px;
  transform: translateX(50%);
  margin-top: 16px;
  max-width: var(--about-img-width);
}
@media (min-width: 768px) {
  .about__hint {
    right: -10px;
    left: auto;
    top: calc(100% - 10px);
  }
  .about__hint .hint__content {
    right: 20px;
    transform: none;
  }
}
@media (min-width: 1280px) {
  .about__hint {
    right: -20px;
    left: auto;
    top: calc(100% - 20px);
  }
}
.about__content-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 768px) {
  .about__content-2 {
    gap: 30px;
  }
}
.about__content-bg-block-1 {
  padding: 20px 30px;
}
@media (min-width: 768px) {
  .about__content-bg-block-1 {
    text-align: left;
    max-width: 860px;
    font-size: 30px;
    padding: 45px 30px 45px 15px;
    box-shadow: -400px 0 0 #d4a446;
  }
}
.about__content-bg-block-2 {
  padding: 20px 30px;
}
@media (min-width: 768px) {
  .about__content-bg-block-2 {
    font-size: 30px;
    text-align: left;
    padding: 45px 0px 45px 50px;
    box-shadow: 400px 0 0 #d4a446;
  }
}
@media (min-width: 1500px) {
  .about__content-bg-block-2 {
    max-width: 860px;
    margin-left: calc(100vw - 1160px);
  }
}
.about__bottom-img_1 {
  aspect-ratio: 347 / 612;
  width: 347px;
  max-width: 43%;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .about__bottom-img_1 {
    margin-top: 0;
  }
}
@media (min-width: 1500px) {
  .about__bottom-img_1 {
    margin-top: -190px;
  }
}
.about__bottom-img_2 {
  align-self: flex-end;
  aspect-ratio: 125 / 139;
  width: 250px;
  max-width: 29%;
}
.services-list {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1500px) {
  .services-list {
    padding-bottom: 100px;
  }
}
@media (min-width: 1860px) {
  .services-list {
    padding-bottom: 150px;
  }
}
@media (min-width: 1500px) {
  .services-list__title {
    margin-bottom: 85px;
  }
}
.services-list__item {
  display: flex;
  gap: 10px 38px;
  padding: 30px 0 40px;
  border-bottom: 1px solid rgba(20, 19, 24, 0.2);
}
@media (max-width: 767.98px) {
  .services-list__item {
    flex-wrap: wrap;
  }
}
@media (min-width: 1500px) {
  .services-list__item {
    gap: 5.5vw;
    padding: 50px 0 97px;
  }
}
.services-list__item:first-child {
  border-top: 1px solid rgba(20, 19, 24, 0.2);
}
.services-list__item-number {
  font-size: 42px;
  font-weight: 700;
  color: #d4a446;
  width: 50px;
  flex-shrink: 0;
  margin-top: -17px;
}
@media (min-width: 768px) {
  .services-list__item-number {
    font-size: 50px;
  }
}
.services-list__item-title {
  flex-shrink: 0;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .services-list__item-title {
    flex-grow: 1;
    max-width: calc(100% - 90px);
  }
}
@media (min-width: 768px) {
  .services-list__item-title {
    font-size: 24px;
    width: 29%;
  }
}
@media (min-width: 1024px) {
  .services-list__item-title {
    font-size: 30px;
  }
}
.services-list__item-text {
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .services-list__item-text {
    margin-left: 87px;
    line-height: 1.28;
  }
}
@media (min-width: 768px) {
  .services-list__item-text {
    font-size: 1rem;
  }
}
.prices {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (min-width: 1500px) {
  .prices {
    padding-bottom: 100px;
  }
}
@media (min-width: 1860px) {
  .prices {
    padding-bottom: 150px;
  }
}
.prices__header {
  margin-bottom: 45px;
}
@media (min-width: 1500px) {
  .prices__header {
    margin-bottom: 95px;
  }
}
.prices__title {
  margin-bottom: 24px;
}
@media (min-width: 1280px) {
  .prices__title {
    margin-bottom: 12px;
  }
}
.prices__items {
  display: flex;
  gap: 50px;
  text-align: center;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .prices__items {
    gap: 30px;
  }
}
@media (min-width: 1500px) {
  .prices__items {
    gap: 50px;
  }
}
.prices__item {
  border: 1px solid rgba(20, 19, 24, 0.2);
  border-radius: var(--radius-btn);
  width: 100%;
}
@media (min-width: 576px) {
  .prices__item {
    width: calc(50% - 30px * 1 / 2);
  }
}
@media (min-width: 1024px) {
  .prices__item {
    width: calc(25% - 30px * 3 / 4);
  }
}
@media (min-width: 1500px) {
  .prices__item {
    width: calc(25% - 50px * 3 / 4);
  }
}
.prices__img {
  display: block;
  width: 100%;
  aspect-ratio: 351/248;
}
.prices__content {
  padding: 40px 10px 30px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.prices__content-title {
  font-size: 24px;
  font-weight: 700;
  color: #d4a446;
}
@media (min-width: 1280px) {
  .prices__content-title {
    font-size: 30px;
  }
}
.prices__content-text {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media (min-width: 768px) {
  .prices__content-text {
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  .prices__content-text {
    font-size: 24px;
  }
}
.prices__btn {
  margin: -1px;
  width: calc(100% + 2px);
}
.accordion-item {
  border-bottom: 1px solid rgba(20, 19, 24, 0.2);
}
.accordion-item:first-child {
  border-top: 1px solid rgba(20, 19, 24, 0.2);
}
.accordion-header {
  position: relative;
  padding: 44px 66px 24px 0;
  font-size: 24px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .accordion-header {
    font-size: 30px;
  }
}
.accordion-header:not(.active) .accordion-header-close {
  display: none;
}
.accordion-header.active .accordion-header-open {
  display: none;
}
.accordion-header:hover .accordion-header-icon {
  fill: #141318;
}
.accordion-header-icon {
  position: absolute;
  right: 11px;
  fill: #d4a446;
  width: 32px;
  height: 32px;
  top: calc(50% - 7px);
}
@media (min-width: 768px) {
  .accordion-header-icon {
    width: 54px;
    height: 54px;
    top: calc(50% - 18px);
  }
}
.accordion-content {
  display: none;
  padding: 16px 0 19px;
  max-width: 1100px;
}
.accordion-content p {
  margin: 0;
}
.faq {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .faq {
    padding-bottom: 70px;
  }
}
@media (min-width: 1500px) {
  .faq {
    padding-bottom: 100px;
  }
}
@media (min-width: 1860px) {
  .faq {
    padding-bottom: 150px;
  }
}
@media (min-width: 1500px) {
  .faq__title {
    margin-bottom: 90px;
  }
}
.articles {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (min-width: 1500px) {
  .articles {
    padding-bottom: 100px;
  }
}
@media (min-width: 1860px) {
  .articles {
    padding-bottom: 150px;
  }
}
.articles__item {
  padding: 43px 0 20px;
  border-bottom: 1px solid rgba(20, 19, 24, 0.2);
}
@media (max-width: 767.98px) {
  .articles__item:first-child {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .articles__item {
    font-size: 30px;
    padding: 30px 0 20px;
  }
}
.articles__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 576px) {
  .articles__link {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .articles__link {
    font-size: 30px;
  }
}
.articles__link svg {
  width: 30px;
  height: 30px;
  color: #d4a446;
  flex-shrink: 0;
}
@media (min-width: 576px) {
  .articles__link svg {
    width: 48px;
    height: 48px;
  }
}
.contacts {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1500px) {
  .contacts {
    padding-bottom: 90px;
  }
}
@media (min-width: 1860px) {
  .contacts {
    padding-bottom: 140px;
  }
}
.contacts__header {
  margin-bottom: 30px;
}
@media (min-width: 1500px) {
  .contacts__header {
    margin-bottom: 50px;
  }
}
.contacts__title {
  line-height: 1.05;
  margin-bottom: 27px;
  font-size: 42px;
}
@media (min-width: 1024px) {
  .contacts__title {
    font-size: 66px;
  }
}
@media (min-width: 1280px) {
  .contacts__title {
    font-size: 80px;
  }
}
@media (min-width: 1500px) {
  .contacts__title {
    font-size: 96px;
  }
}
@media (min-width: 1860px) {
  .contacts__title {
    font-size: 115px;
  }
}
.contacts__subtitle {
  max-width: 1060px;
}
.contacts__content {
  display: flex;
}
@media (max-width: 767.98px) {
  .contacts__content {
    flex-direction: column;
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .contacts__content {
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
}
.contacts__form {
  max-width: 900px;
}
@media (max-width: 767.98px) {
  .contacts__form .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .contacts__form {
    padding-top: 23px;
  }
}
@media (max-width: 767.98px) {
  .contacts__img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: var(--radius-btn);
  }
}
@media (min-width: 768px) {
  .contacts__img img {
    width: 374px;
  }
}
.social-link-circle {
  display: inline-flex;
  align-items: center;
  width: 50px;
  height: 50px;
  justify-content: center;
  background-color: #fdfdfd;
  color: #d4a446;
  border-radius: 50px;
  transition: background-color 0.2s, color 0.2s;
}
.social-link-circle:hover {
  background-color: #141318;
}
.footer {
  position: relative;
  background-color: #d4a446;
  color: #fdfdfd;
  --link-color: #fdfdfd;
  --link-color-hover: #141318;
  padding-top: 50px;
  padding-bottom: 90px;
}
@media (min-width: 1024px) {
  .footer {
    padding-top: 90px;
  }
}
@media (max-width: 767.98px) {
  .footer {
    background-image: linear-gradient(160deg, #d4a446 41.5%, #fdfdfd 41.6%, #fdfdfd 49.05%, #d4a446 49.15%);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .footer {
    background-image: linear-gradient(162deg, #d4a446 36.5%, #fdfdfd 36.6%, #fdfdfd 43.05%, #d4a446 43.15%);
  }
}
@media (min-width: 1024px) and (max-width: 1499.98px) {
  .footer {
    background-image: linear-gradient(106deg, #d4a446 51.5%, #fdfdfd 51.6%, #fdfdfd 57.05%, #d4a446 57.15%);
  }
}
@media (min-width: 1500px) {
  .footer {
    background-image: linear-gradient(120deg, #d4a446 54.5%, #fdfdfd 54.6%, #fdfdfd 60%, #d4a446 60.1%);
  }
}
.footer__cols {
  display: flex;
}
@media (max-width: 1023.98px) {
  .footer__cols {
    flex-direction: column;
    gap: 256px;
  }
}
@media (min-width: 1024px) {
  .footer__cols {
    justify-content: space-between;
    gap: 30px;
  }
}
.footer__firm {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .footer__firm {
    font-size: 50px;
  }
}
.footer__address {
  font-size: 24px;
}
@media (min-width: 1024px) {
  .footer__address {
    font-size: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1500px) {
  .footer__address {
    max-width: 500px;
  }
}
.footer__firm-wrap {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .footer__firm-wrap {
    margin-bottom: 89px;
  }
}
.footer__phone {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .footer__phone {
    font-size: 30px;
  }
}
.footer__email {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .footer__email {
    font-size: 30px;
  }
}
.footer__email-icon {
  background-color: #fdfdfd;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-radius: 30px;
  color: #d4a446;
}
.footer__socials-title {
  margin-bottom: 20px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .footer__socials-title {
    margin-bottom: 28px;
    font-size: 30px;
  }
}
.footer__socials-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 30px;
}
.footer__socials-link_whatsapp svg {
  transform: scale(1.1);
}
.footer__col-right {
  max-width: 300px;
}
@media (min-width: 1500px) {
  .footer__col-right {
    max-width: 365px;
  }
}
.footer__socials {
  margin-bottom: 40px;
}
div.popmake-overlay .popmake {
  padding: 35px 20px 20px;
  max-width: calc(100% - 20px);
}
@media (min-width: 1024px) {
  div.popmake-overlay .popmake {
    padding: 50px;
  }
}
div.popmake-overlay .popmake .popmake-close {
  color: #d4a446;
  top: 6px;
  right: 2px;
  font-size: 40px;
}
@media (min-width: 1024px) {
  div.popmake-overlay .popmake .popmake-close {
    top: 12px;
    right: 10px;
  }
}
div.popmake-overlay .popmake .popmake-close:hover {
  color: #141318;
}
div.popmake-overlay .popmake hr {
  border: none;
  border-top: 1px solid rgba(20, 19, 24, 0.2);
  margin: -14px 0 0;
}
div.popmake-overlay .popmake-title {
  color: #d4a446;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  div.popmake-overlay .popmake-title {
    font-size: 38px;
    margin-bottom: 50px;
  }
}
.wpcf7-form input.btn {
  width: 100%;
}
.modal-title {
  color: #d4a446;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .modal-title {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
.mb100-mob-50 {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .mb100-mob-50 {
    margin-bottom: 100px;
  }
}
.services-prices__item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  border-bottom: 1px solid rgba(20, 19, 24, 0.2);
  padding: 6px 0 3px;
}
@media (min-width: 1024px) {
  .services-prices__item {
    font-size: 24px;
    padding: 32px 0 8px;
  }
}
.services-prices__item p {
  display: none;
}
.services-prices__item-price {
  flex-shrink: 0;
}

.modal-contacts {
    font-size: 23px;
}

.modal-contacts svg {
	color: #d4a446;
}

.modal-contact {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 15px;
}
.modal-contact svg {
    width: 40px;
    height: 40px;
}

.modal-socials-title {
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 24px;
}
.modal-socials svg {
	vertical-align: top;
	width: 50px;
    height: 50px;
}
.modal-socials .social-link-circle {
    width: 50px;
    height: 50px;
	background-color: #d4a446;
    color: #fff;
}
.modal-socials .social-link-circle svg {
    color: #fff;
	width: 30px;
    height: 30px;
}

.modal-socials-items {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
    gap: 10px;
}