@charset "UTF-8";
@font-face {
  font-family: "TikTok Sans";
  src: url("../fonts/TikTokSans-Light.woff2") format("woff2"), url("../fonts/TikTokSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TikTok Sans";
  src: url("../fonts/TikTokSans-Regular.woff2") format("woff2"), url("../fonts/TikTokSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TikTok Sans";
  src: url("../fonts/TikTokSans-Medium.woff2") format("woff2"), url("../fonts/TikTokSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TikTok Sans";
  src: url("../fonts/TikTokSans-SemiBold.woff2") format("woff2"), url("../fonts/TikTokSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TikTok Sans";
  src: url("../fonts/TikTokSans-Bold.woff2") format("woff2"), url("../fonts/TikTokSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: "TikTok Sans", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: #000000;
}

body {
  position: relative;
  background-color: #FFFFFF;
}

.container {
  max-width: 1448px;
  margin: 0 auto;
  padding: 0 10px;
}

.title {
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 30px;
}

.project-single {
  padding: 50px 0;
}
.project-single__title {
  margin-bottom: 40px;
}
.project-single__img {
  width: 500px;
  height: 300px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.project-single__img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.project-single__content {
  text-align: left;
  max-width: 600px;
  font-weight: 400;
  font-size: 18px;
  margin: 0 auto;
}

.portfolio-archive {
  padding: 50px 0;
}
.portfolio-archive__title {
  margin-bottom: 40px;
}
.portfolio-archive__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.portfolio-archive__card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 300px;
  border-radius: 5px;
  position: relative;
  padding: 20px;
}
.portfolio-archive__card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.portfolio-archive__name {
  position: relative;
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  color: #FFFFFF;
  z-index: 2;
}

@media (max-width: 991px) {
  .title {
    font-size: 50px;
  }
  .project-single__title {
    margin-bottom: 30px;
  }
  .portfolio-archive__title {
    margin-bottom: 30px;
  }
  .portfolio-archive__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 38px;
  }
  .portfolio-archive__wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 550px) {
  .title {
    font-size: 34px;
  }
}
.header {
  padding: 20px 0 70px;
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 30px;
}
.header__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: auto;
}
.header__logo {
  width: 240px;
  margin-right: 20px;
}
.header__logo img {
  width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.header__text {
  max-width: 245px;
  font-size: 20px;
  font-weight: 300;
  margin-right: 30px;
}
.header__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__consultant {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 60px;
}
.header__avatar {
  width: 75px;
  margin-right: 27px;
}
.header__avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.header__consultant-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
}
.header__consultant-questions {
  font-size: 20px;
  font-weight: 300;
}
.header__consultant-offer {
  font-size: 20px;
  font-weight: 400;
  opacity: 0.5;
}
.header__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.header__phone {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
.header__schedule {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
.header__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F5F5;
  border-radius: 5px;
}
.header__menu {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(8, 1fr);
  list-style-type: none;
}
.header__menu li {
  position: relative;
}
.header__menu a {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  padding: 15px;
  transition: 0.3s all;
}
.header__menu a:hover {
  background-color: #5870E5;
  color: #FFFFFF;
}
.header__mobile-icons {
  display: none;
  grid-template-columns: repeat(4, 40px);
  gap: 10px;
}
.header__mobile-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #5870E5;
  box-shadow: 1px 1px 15px 0px rgba(255, 255, 255, 0.5019607843) inset;
  border-radius: 5px;
  transition: 0.3s all;
  cursor: pointer;
}
.header__mobile-icon img {
  height: 20px;
  width: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.header__mobile-icon:hover {
  transform: scale(0.95);
  box-shadow: none;
}

.mobile-burger-btn {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #5870E5;
  box-shadow: 1px 1px 15px 0px rgba(255, 255, 255, 0.5019607843) inset;
  border-radius: 5px;
  transition: 0.3s all;
  position: relative;
  cursor: pointer;
}
.mobile-burger-btn:hover {
  transform: scale(0.95);
  box-shadow: none;
}
.mobile-burger-btn span {
  display: block;
  background-color: #fff;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  position: absolute;
  bottom: 19px;
  left: 50%;
  transform: translateX(-50%);
}
.mobile-burger-btn::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
}
.mobile-burger-btn::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  position: absolute;
  bottom: 11px;
  left: 50%;
  transform: translateX(-50%);
}

.menu-burger {
  position: fixed;
  width: 300px;
  height: 100vh;
  background-color: #E8E8E8;
  -moz-text-align-last: left;
       text-align-last: left;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: 0.3s transform;
  z-index: 2;
}
.menu-burger__mobile-burger {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #5870E5;
  box-shadow: 1px 1px 15px 0px rgba(255, 255, 255, 0.5019607843) inset;
  border-radius: 5px;
  transition: 0.3s all;
  position: relative;
  cursor: pointer;
  margin: 20px 20px 20px auto;
}
.menu-burger__mobile-burger:hover {
  transform: scale(0.95);
  box-shadow: none;
}
.menu-burger__mobile-burger::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.menu-burger__mobile-burger::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
.menu-burger__menu {
  list-style-type: none;
  border-top: 2px solid black;
}
.menu-burger__menu li a {
  white-space: nowrap;
  text-align: left;
  font-size: 20px;
  padding: 10px 20px;
  font-weight: 300;
  position: relative;
  transition: 0.3s all;
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid black;
}
.menu-burger__menu li a:hover {
  background-color: #5870E5;
  color: #FFFFFF;
}

.menu-burger-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 999; /* под меню */
}

.menu-burger.menu-burger-active {
  transform: translateY(0);
  z-index: 1000;
}

.menu-burger-overlay.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1200px) {
  .header__logo {
    width: 200px;
    margin-right: 15px;
  }
  .header__text {
    font-size: 18px;
  }
  .header__consultant {
    margin-right: 30px;
  }
  .header__avatar {
    width: 60px;
    margin-right: 15px;
  }
  .header__consultant-questions {
    font-size: 18px;
  }
  .header__consultant-offer {
    font-size: 18px;
  }
  .header__phone {
    font-size: 20px;
  }
  .header__schedule {
    font-size: 18px;
  }
}
@media (max-width: 1085px) {
  .header {
    padding-bottom: 50px;
  }
  .header__consultant {
    display: none;
  }
  .header__contact {
    display: none;
  }
  .header__mobile-icons {
    display: grid;
  }
  .header__navigation {
    display: none;
  }
  .header__top {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .header {
    padding-bottom: 30px;
  }
  .header__left {
    flex-direction: column;
    align-items: start;
  }
  .header__text {
    font-size: 16px;
    margin-right: 30px;
  }
  .header__top {
    align-items: start;
  }
  .header__logo {
    width: 200px;
  }
}
@media (max-width: 543px) {
  .header {
    padding-bottom: 24px;
  }
  .header__logo {
    max-width: 120px;
  }
  .header__text {
    font-size: 10px;
  }
  .header__mobile-icons {
    grid-template-columns: repeat(4, 32px);
    gap: 5px;
  }
  .header__mobile-icon {
    width: 32px;
    height: 32px;
  }
  .header__mobile-icon img {
    height: 14px;
    width: 14px;
  }
  .header__mobile-burger {
    width: 32px;
    height: 32px;
  }
  .header__mobile-burger span {
    width: 14px;
    bottom: 15px;
  }
  .header__mobile-burger::before {
    width: 14px;
    top: 9px;
  }
  .header__mobile-burger::after {
    width: 14px;
    bottom: 9px;
  }
  .menu-burger {
    width: 100vw;
  }
}
.header-page {
  padding: 20px 0 0;
}
.header-page__top {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 30px;
}
.header-page__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: auto;
}
.header-page__logo {
  width: 240px;
  margin-right: 20px;
}
.header-page__logo img {
  width: 100%;
}
.header-page__text {
  max-width: 245px;
  font-size: 20px;
  font-weight: 300;
}
.header-page__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-page__consultant {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 60px;
}
.header-page__avatar {
  width: 75px;
  margin-right: 27px;
}
.header-page__avatar img {
  width: 100%;
}
.header-page__consultant-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
}
.header-page__consultant-questions {
  font-size: 20px;
  font-weight: 300;
}
.header-page__consultant-offer {
  font-size: 20px;
  font-weight: 400;
  opacity: 0.5;
}
.header-page__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.header-page__phone {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
.header-page__schedule {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
.header-page__navigation {
  display: flex;
  justify-content: start;
  align-items: center;
  max-width: 1320px;
  padding: 10px 10px 10px 20px;
  background-color: #E8E8E8;
  border-radius: 5px;
  margin: 0 auto;
}
.header-page__search {
  font-weight: 400;
  font-size: 20px;
  margin-right: 30px;
}
.header-page__menu {
  display: flex;
  gap: 30px;
  list-style-type: none;
  margin-right: 30px;
}
.header-page__menu li {
  position: relative;
}
.header-page__menu li a {
  font-weight: 400;
  font-size: 20px;
  text-decoration: underline;
}
.header-page__menu li a:hover {
  text-decoration: none;
}
.header-page__button {
  display: block;
  white-space: nowrap;
  text-align: center;
  padding: 17px;
  background-color: #5870E5;
  box-shadow: 1px 1px 15px 0px rgba(255, 255, 255, 0.5019607843) inset;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  transition: 0.3s all;
  margin-left: auto;
}
.header-page__button:hover {
  transform: scale(0.95);
  box-shadow: none;
}
.header-page__mobile-icons {
  display: none;
  grid-template-columns: repeat(4, 40px);
  gap: 10px;
}
.header-page__mobile-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #5870E5;
  box-shadow: 1px 1px 15px 0px rgba(255, 255, 255, 0.5019607843) inset;
  border-radius: 5px;
  transition: 0.3s all;
  cursor: pointer;
}
.header-page__mobile-icon img {
  height: 20px;
  width: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.header-page__mobile-icon:hover {
  transform: scale(0.95);
  box-shadow: none;
}

.sub-menu {
  position: absolute;
  top: 100%;
  width: 500px;
  left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #E8E8E8;
  border-radius: 5px;
  list-style-type: none;
  overflow: hidden;
  transition: max-height 0.3s ease;
  opacity: 1;
  max-height: 0;
  visibility: visible;
  transform: translateX(-50%);
  transition: max-height 0.3s ease;
  z-index: 3;
}
.sub-menu li a {
  width: 100%;
  padding: 10px 20px;
  display: block;
  text-align: left;
  text-decoration: none;
}
.sub-menu li a:hover {
  background: #5870E5;
  color: #ffffff;
}

.menu-burger__menu li.menu-item-has-children > a {
  position: relative;
  padding-right: 36px;
}

.menu-burger__menu li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.25s ease;
  pointer-events: none;
}

.menu-burger__menu li.open > a::after {
  transform: translateY(-50%) rotate(-135deg);
}

.menu-burger__menu li.open > .sub-menu {
  max-height: 1000px;
}

@media (max-width: 1200px) {
  .header-page__logo {
    width: 200px;
    margin-right: 15px;
  }
  .header-page__text {
    font-size: 18px;
  }
  .header-page__consultant {
    margin-right: 30px;
  }
  .header-page__avatar {
    width: 60px;
    margin-right: 15px;
  }
  .header-page__consultant-questions {
    font-size: 18px;
  }
  .header-page__consultant-offer {
    font-size: 18px;
  }
  .header-page__phone {
    font-size: 20px;
  }
  .header-page__schedule {
    font-size: 18px;
  }
}
@media (max-width: 1085px) {
  .header-page__consultant {
    display: none;
  }
  .header-page__contact {
    display: none;
  }
  .header-page__mobile-icons {
    display: grid;
  }
  .header-page__navigation {
    display: none;
  }
  .header-page__top {
    margin-bottom: 0;
  }
  .sub-menu {
    position: relative;
    width: 100%;
    left: 0;
    border-radius: none;
    transform: translateX(0);
    grid-template-columns: repeat(1, 1fr);
    border: none;
  }
  .sub-menu li a {
    text-align: left;
    white-space: wrap;
  }
}
@media (max-width: 767px) {
  .header-page__left {
    flex-direction: column;
    align-items: start;
  }
  .header-page__text {
    font-size: 16px;
    margin-right: 30px;
  }
  .header-page__top {
    align-items: start;
  }
  .header-page__logo {
    width: 200px;
  }
}
@media (max-width: 543px) {
  .header-page__logo {
    max-width: 120px;
  }
  .header-page__text {
    font-size: 10px;
  }
  .header-page__mobile-icons {
    grid-template-columns: repeat(4, 32px);
    gap: 5px;
  }
  .header-page__mobile-icon {
    width: 32px;
    height: 32px;
  }
  .header-page__mobile-icon img {
    height: 14px;
    width: 14px;
  }
  .header-page__mobile-burger {
    width: 32px;
    height: 32px;
  }
  .header-page__mobile-burger span {
    width: 14px;
    bottom: 15px;
  }
  .header-page__mobile-burger::before {
    width: 14px;
    top: 9px;
  }
  .header-page__mobile-burger::after {
    width: 14px;
    bottom: 9px;
  }
}
.promo {
  padding-bottom: 500px;
}
.promo__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.promo__title {
  max-width: 870px;
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 20px;
}
.promo__subtitle {
  max-width: 840px;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 40px;
}
.promo__subtitle span {
  font-weight: 500;
  color: #5870E5;
}
.promo__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.promo__button {
  display: block;
  white-space: nowrap;
  text-align: center;
  min-width: 290px;
  padding: 17px;
  background-color: #5870E5;
  box-shadow: 1px 1px 15px 0px rgba(255, 255, 255, 0.5019607843) inset;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  transition: 0.3s all;
}
.promo__button_gray {
  background-color: #82A3B7;
  box-shadow: 1px 1px 15px 0px rgba(255, 255, 255, 0.5019607843) inset;
}
.promo__button:hover {
  transform: scale(0.95);
  box-shadow: none;
}

@media (max-width: 991px) {
  .promo {
    padding-bottom: 400px;
  }
  .promo__title {
    font-size: 50px;
  }
  .promo__subtitle {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .promo {
    min-height: 550px;
    padding-bottom: 40px;
    display: flex;
  }
  .promo__container {
    display: flex;
    flex-direction: column;
  }
  .promo__title {
    font-size: 38px;
  }
  .promo__subtitle {
    font-size: 20px;
  }
  .promo__buttons {
    margin-top: auto;
  }
  .promo__button {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .promo {
    min-height: 500px;
  }
  .promo__title {
    font-size: 34px;
  }
  .promo__subtitle {
    font-size: 16px;
  }
}
.calculator {
  padding: 75px 0;
}
.calculator__bread-crumbs {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 30px;
}
.calculator__bread-crumbs a {
  color: #5870E5;
}
.calculator__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 48px;
}
.calculator__left {
  width: 100%;
}
.calculator__title {
  font-weight: 500;
  font-size: 56px;
  margin-bottom: 30px;
}
.calculator__button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 20px 28px;
  background-color: #82A3B7;
  box-shadow: 1px 1px 15px 0px rgba(255, 255, 255, 0.5019607843) inset;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  transition: 0.3s all;
  margin-bottom: 30px;
}
.calculator__button:hover {
  transform: scale(0.95);
  box-shadow: none;
}
.calculator__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.calculator__item {
  display: flex;
  align-items: start;
  gap: 18px;
}
.calculator__img {
  min-width: 40px;
  height: 40px;
}
.calculator__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.calculator__text {
  font-weight: 500;
  font-size: 22px;
}
.calculator__text a {
  text-decoration: underline;
}
.calculator__text a:hover {
  text-decoration: none;
}

.calculator-block {
  min-width: 690px;
  padding: 30px;
  background: linear-gradient(180deg, rgba(232, 232, 232, 0.5) 0%, rgba(232, 232, 232, 0.3) 100%);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2509803922);
}
.calculator-block__title {
  font-weight: 700;
  font-size: 34px;
  color: #5870E5;
  margin-bottom: 50px;
}
.calculator-block__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.calculator-block__item {
  width: 100%;
  min-height: 22px;
  overflow: hidden;
}
.calculator-block__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.calculator-block__minitile {
  font-weight: 500;
  font-size: 20px;
}
.calculator-block__input {
  width: 60px;
  height: 36px;
  text-align: center;
  border-radius: 0;
  padding: 17px 0;
  border: 1px solid #000000;
  outline: none;
  background-color: transparent;
  font-weight: 500;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
  -moz-appearance: textfield;
}
.calculator-block__input::-webkit-inner-spin-button, .calculator-block__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calculator-block__range {
  width: 100%;
  margin-bottom: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  accent-color: #5870E5;
  cursor: pointer;
}
.calculator-block__range::-moz-range-track {
  box-sizing: border-box;
  height: 10px;
  background-color: rgba(130, 163, 183, 0.2);
  border-radius: 25px;
}
.calculator-block__range:focus-visible {
  outline: none;
}
.calculator-block__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin-top: -5px;
  border: none;
  border-radius: 5px;
  background: #5870E5;
  -webkit-transition: 0.3s transform;
  transition: 0.3s transform;
}
.calculator-block__range::-moz-range-progress {
  height: 8px;
  border-radius: 10px;
  background-color: #5870E5;
}
.calculator-block__range::-webkit-slider-thumb {
  border-image-outset: 0 100vw;
  border-image-repeat: stretch;
  border-image-slice: 0 1;
  border-image-source: linear-gradient(90deg, #5870E5 50%, rgba(130, 163, 183, 0.2) 0);
  border-image-width: calc(50% - 4px) 100vw;
}
.calculator-block__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  margin-top: 0;
  border: none;
  border-radius: 5px;
  background: #5870E5;
  -moz-transition: 0.3s transform;
  transition: 0.3s transform;
}
.calculator-block__range:active::-webkit-slider-thumb {
  transform: scale(0.95);
}
.calculator-block__range:active::-moz-range-thumb {
  transform: scale(0.95);
}
.calculator-block__limits {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calculator-block__limit {
  font-weight: 300;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
.calculator-block__limit span {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.calculator-block__type-object {
  display: flex;
  gap: 40px;
  margin-top: 10px;
}
.calculator-block__style-object {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 10px;
}
.calculator-block__select {
  margin-top: 10px;
}
.calculator-block__field {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  cursor: pointer;
}
.calculator-block__radio {
  position: relative;
  margin-right: 8px;
  cursor: pointer;
  accent-color: #5870E5;
  width: 16px;
  height: 16px;
}
.calculator-block__select {
  width: 100%;
  padding: 20px 18px;
  font-weight: 300;
  font-size: 16px;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.calculator-block__button {
  display: block;
  white-space: nowrap;
  text-align: center;
  width: 100%;
  padding: 20px;
  background-color: #5870E5;
  box-shadow: 1px 1px 15px 0px rgba(255, 255, 255, 0.5019607843) inset;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  transition: 0.3s all;
  margin-top: 40px;
}
.calculator-block__button:hover {
  transform: scale(0.95);
  box-shadow: none;
}

@media (max-width: 1260px) {
  .calculator {
    padding: 50px 0;
  }
  .calculator-block {
    min-width: 450px;
  }
  .calculator-block__title {
    margin-bottom: 30px;
  }
  .calculator-block__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
@media (max-width: 1020px) {
  .calculator__wrapper {
    flex-direction: column;
  }
  .calculator__title {
    font-size: 50px;
  }
  .calculator__text {
    max-width: 600px;
    font-size: 18px;
  }
  .calculator-block {
    min-width: 450px;
  }
  .calculator-block__title {
    margin-bottom: 30px;
  }
  .calculator-block__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .calculator__title {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
@media (max-width: 543px) {
  .calculator__wrapper {
    flex-direction: column;
  }
  .calculator__title {
    font-size: 34px;
    text-align: center;
  }
  .calculator__button {
    width: 100%;
  }
  .calculator__item {
    gap: 16px;
  }
  .calculator__icon {
    width: 30px;
    height: 20px;
  }
  .calculator__text {
    max-width: 600px;
    font-size: 16px;
  }
  .calculator-block {
    min-width: 0;
    width: 100%;
    padding: 20px;
  }
  .calculator-block__title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 30px;
  }
  .calculator-block__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.important {
  padding: 75px 0;
}
.important__title {
  font-weight: 500;
  font-size: 56px;
  margin-bottom: 50px;
}
.important__main-text {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 50px;
}
.important__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.important__header {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.important__icon {
  width: 40px;
  height: 40px;
  position: relative;
}
.important__icon::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  border-radius: 25px;
  background-color: rgba(88, 112, 229, 0.5019607843);
  transform: translate(25%, 0);
}
.important__minititle {
  font-weight: 500;
  font-size: 24px;
}
.important__text {
  font-weight: 400;
  font-size: 20px;
}
.important__solo-text {
  font-weight: 300;
  font-size: 24px;
  background: radial-gradient(circle, rgba(88, 112, 229, 0.3) 0%, white 50%);
}

@media (max-width: 1200px) {
  .important {
    padding: 50px 0;
  }
  .important__title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .important__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .important__title {
    font-size: 45px;
  }
  .important__main-text {
    font-size: 22px;
  }
  .important__minititle {
    font-size: 22px;
  }
  .important__text {
    font-size: 18px;
  }
  .important__solo-text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .important__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .important__main-text {
    margin-bottom: 40px;
  }
}
@media (max-width: 543px) {
  .important__title {
    font-size: 32px;
  }
  .important__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .important__main-text {
    font-size: 20px;
  }
  .important__minititle {
    font-size: 20px;
  }
  .important__text {
    font-size: 16px;
  }
  .important__solo-text {
    font-size: 20px;
  }
}
.portfolio {
  padding: 150px 0 75px;
}
.portfolio__container {
  padding: 0 0 0 10px;
}
.portfolio__title {
  max-width: 600px;
  text-align: left;
  font-weight: 500;
  font-size: 56px;
  margin-bottom: 50px;
}
.portfolio__slider-wrapper {
  position: relative;
  width: 100%;
}
.portfolio__slider-buttons {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 15px;
  position: absolute;
  right: 100px;
  top: -70px;
  transform: translate(-50%, -50%);
}
.portfolio__slider-btn {
  background-color: #5870E5;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  transition: 0.3s transform;
  cursor: pointer;
}
.portfolio__slider-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.portfolio__slider-btn:hover {
  transform: scale(0.95);
}
.portfolio__slide {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  width: 70vw;
  padding: 60px;
  margin-right: 60px;
  cursor: pointer;
}
@media (min-width: 1920px) {
  .portfolio__slide {
    width: 1200px;
  }
}
.portfolio .slick-slide {
  height: 590px;
}
.portfolio__mobile-img {
  display: none;
  width: 100%;
  height: 315px;
  margin-bottom: 10px;
}
.portfolio__mobile-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
}
.portfolio__card {
  display: flex;
  flex-direction: column;
  width: 400px;
  height: 100%;
  background-color: rgba(208, 206, 207, 0.8);
  padding: 16px;
  border-radius: 5px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  margin-left: auto;
}
.portfolio__card-title {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 5px;
}
.portfolio__card-style {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;
}
.portfolio__card-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  gap: 20px 48px;
  margin-bottom: 40px;
}
.portfolio__card-detail {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.portfolio__card-detail-icon {
  width: 36px;
  height: 36px;
}
.portfolio__card-detail-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.portfolio__card-detail-text {
  font-weight: 400;
  font-size: 20px;
}
.portfolio__card-description {
  font-weight: 400;
  font-size: 18px;
  opacity: 0.8;
  margin-bottom: 20px;
}
.portfolio__card-link {
  margin-top: auto;
  font-weight: 700;
  font-size: 18px;
  color: #5870E5;
}

@media (max-width: 1200px) {
  .portfolio {
    padding: 100px 0 50px;
  }
  .portfolio__title {
    font-size: 50px;
  }
  .portfolio__slide {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .portfolio__title {
    font-size: 45px;
  }
  .portfolio .slick-slide {
    padding: 0;
    min-height: 530px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .portfolio__slide {
    background: none;
    margin-right: 30px;
  }
  .portfolio__mobile-img {
    display: block;
  }
  .portfolio__card {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .portfolio__title {
    font-size: 40px;
  }
  .portfolio__slider-buttons {
    right: 20px;
    top: -30px;
  }
  .portfolio__slide {
    margin-right: 15px;
  }
  .portfolio__mobile-img {
    height: 200px;
  }
  .portfolio__card-title {
    font-size: 24px;
  }
  .portfolio__card-style {
    margin-bottom: 20px;
  }
  .portfolio__card-details {
    gap: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 543px) {
  .portfolio__title {
    font-size: 32px;
  }
  .portfolio__slide {
    width: 80vw;
  }
  .portfolio__slider-buttons {
    right: 0px;
    top: -30px;
  }
  .portfolio__slider-btn {
    width: 32px;
    height: 32px;
  }
  .portfolio__card {
    padding: 15px;
  }
  .portfolio__card-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .portfolio__card-style {
    font-style: 16px;
    margin-bottom: 15px;
  }
  .portfolio__card-details {
    gap: 10px;
    margin-bottom: 15px;
  }
  .portfolio__card-detail-icon {
    width: 30px;
    height: 30px;
  }
  .portfolio__card-detail-text {
    font-size: 16px;
  }
  .portfolio__card-description {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .portfolio__card-link {
    font-size: 16px;
  }
}
.price-list {
  padding: 75px 0;
}
.price-list__title {
  font-weight: 500;
  font-size: 56px;
  margin-bottom: 50px;
  max-width: 760px;
}
.price-list__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.price-list__card {
  display: flex;
  flex-direction: column;
  width: 340px;
  min-height: 515px;
  background: linear-gradient(180deg, rgba(232, 232, 232, 0.5), rgba(232, 232, 232, 0.3));
  padding: 20px 15px 15px;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2509803922);
}
.price-list__card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.price-list__card-title {
  font-weight: 500;
  font-size: 24px;
  max-width: 200px;
}
.price-list__card-sale {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 52px;
  height: 52px;
  font-weight: 700;
  font-size: 12px;
  color: #5870E5;
  border: 1px solid #5870E5;
  border-radius: 25px;
}
.price-list__card-description {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 30px;
}
.price-list__card-minititle {
  font-weight: 400;
  font-size: 20px;
  margin-top: auto;
  margin-bottom: 10px;
}
.price-list__card-prices {
  display: flex;
  align-items: end;
  justify-content: start;
  gap: 30px;
  margin-bottom: 20px;
}
.price-list__card-old-price {
  font-weight: 400;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.3019607843);
  text-decoration: line-through;
}
.price-list__card-new-price {
  font-weight: 600;
  font-size: 36px;
  color: #5870E5;
}
.price-list__card-link {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  text-decoration: underline;
  margin-bottom: 42px;
}
.price-list__card-link:hover {
  text-decoration: none;
}
.price-list__card-button {
  display: block;
  text-align: center;
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  padding: 17px;
  border-radius: 5px;
  background-color: #5870E5;
  box-shadow: 1px 1px 15px 0px rgba(255, 255, 255, 0.5019607843) inset;
  transition: 0.3s all;
  cursor: pointer;
}
.price-list__card-button:hover {
  transform: scale(0.95);
  box-shadow: none;
}

@media (max-width: 1200px) {
  .price-list {
    padding: 50px 0;
  }
  .price-list__title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .price-list__title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .price-list__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 543px) {
  .price-list__title {
    font-size: 32px;
  }
  .price-list__card-prices {
    justify-content: space-between;
    gap: 10px;
  }
}
.supervision {
  padding: 75px 0;
}
.supervision__title {
  font-weight: 500;
  font-size: 56px;
  margin-bottom: 50px;
}
.supervision__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.supervision__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  position: relative;
}
.supervision__icon::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  border-radius: 25px;
  background-color: rgba(88, 112, 229, 0.5019607843);
  transform: translate(25%, 0);
}
.supervision__text {
  font-weight: 500;
  font-size: 24px;
  max-width: 350px;
}

@media (max-width: 1200px) {
  .supervision {
    padding: 50px 0;
  }
  .supervision__title {
    font-size: 50px;
  }
  .supervision__wrapper {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .supervision__title {
    font-size: 45px;
  }
  .supervision__text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .supervision__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .supervision__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 543px) {
  .supervision__title {
    font-size: 32px;
  }
  .supervision__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .supervision__item {
    display: flex;
  }
  .supervision__icon {
    margin-right: 16px;
  }
}
.request {
  padding: 75px 0;
}
.request__container {
  display: flex;
  gap: 20px;
}
.request__container form {
  min-width: 428px;
  width: 428px;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 30px 16px 20px;
  border-radius: 5px;
}
.request__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 5px;
  padding: 40px;
}
.request__title {
  font-weight: 500;
  font-size: 56px;
  max-width: 755px;
  margin-bottom: 25px;
}
.request__title span {
  color: #5870E5;
}
.request__subtitle {
  font-weight: 400;
  font-size: 20px;
  max-width: 800px;
  margin-bottom: 40px;
}
.request__subtitle span {
  color: #5870E5;
}
.request__bottom {
  width: 140px;
  margin: auto 0 0 auto;
}
.request__action {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}
.request__social {
  display: grid;
  grid-template-columns: repeat(3, 40px);
  gap: 10px;
}
.request__social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #5870E5;
  box-shadow: 1px 1px 15px 0px rgba(255, 255, 255, 0.5019607843) inset;
  border-radius: 5px;
  transition: 0.3s all;
  cursor: pointer;
}
.request__social-icon img {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.request__social-icon:hover {
  transform: scale(0.95);
  box-shadow: none;
}
.request__form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.request__form-label {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 5px;
}
.request__form-input {
  height: 55px;
  width: 100%;
  padding-left: 20px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
  font-weight: 300;
  font-size: 14px;
  cursor: pointer;
}
.request__form-select {
  height: 55px;
  width: 100%;
  padding: 0 20px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
  font-weight: 300;
  font-size: 14px;
  cursor: pointer;
}
.request__form-checkbox {
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 20px;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
}
.request__form-checkbox input {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -20px;
  top: 5px;
  left: 0;
}
.request__form-agreement {
  font-weight: 300;
  font-size: 10px;
}
.request__form-agreement a {
  text-decoration: underline;
}
.request__form-submit {
  width: 100%;
  padding: 22px;
  border-radius: 5px;
  background-color: #5870E5;
  box-shadow: 1px 1px 15px 0px rgba(255, 255, 255, 0.5019607843) inset;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  transition: 0.3s all;
  border: none;
  cursor: pointer;
}
.request__form-submit:hover {
  transform: scale(0.95);
  box-shadow: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
}

@media (max-width: 1200px) {
  .request {
    padding: 50px 0;
  }
  .request__title {
    font-size: 50px;
  }
  .request__wrapper {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .request__container {
    flex-direction: column;
  }
  .request__container form {
    width: 100%;
    min-width: 0;
  }
  .request__title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .request__title {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .request__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 543px) {
  .request__wrapper {
    padding: 10px;
  }
  .request__title {
    font-size: 32px;
  }
  .request__subtitle {
    font-size: 16px;
  }
  .request__social {
    justify-content: center;
    grid-template-columns: repeat(3, 32px);
  }
  .request__social-icon {
    width: 32px;
    height: 32px;
  }
}
.about {
  padding: 75px 0;
}
.about__container {
  position: relative;
}
.about__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about__left {
  width: 50%;
  padding-bottom: 44px;
}
.about__title {
  font-weight: 500;
  font-size: 56px;
  max-width: 550px;
  margin-bottom: 50px;
}
.about__text {
  max-width: 650px;
  font-weight: 300;
  font-size: 24px;
}
.about__text b {
  font-weight: 600;
}
.about__right {
  width: 50%;
}
.about__slider-wrapper {
  position: relative;
}
.about__slider-buttons {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 15px;
  position: absolute;
  right: 20%;
  top: 20%;
  z-index: 1;
}
.about__slider-btn {
  background-color: #5870E5;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  transition: 0.3s transform;
  cursor: pointer;
}
.about__slider-btn:hover {
  transform: scale(0.95);
}
.about__slider {
  width: 100%;
}
.about .slick-slide {
  height: 610px;
}
.about__slide {
  position: relative;
  height: 610px;
  cursor: pointer;
}
.about__card {
  position: absolute;
  bottom: 50px;
  right: 20%;
  width: 300px;
  padding: 20px;
  background: linear-gradient(180deg, #F6F6F6 0%, #EFEFEF 100%);
  border-radius: 5px;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2509803922);
  z-index: 1;
}
.about__card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.about__card-title {
  font-weight: 500;
  font-size: 20px;
}
.about__card-subtitle {
  font-weight: 500;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5019607843);
}
.about__card-logo {
  width: 80px;
}
.about__card-logo img {
  width: 100%;
}
.about__card-text ul {
  list-style-type: disc;
  font-weight: 300;
  font-size: 12px;
}
.about__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.about__item {
  display: flex;
  width: 277px;
  flex-direction: column;
  padding: 22px;
  min-height: 200px;
  background: linear-gradient(180deg, #F6F6F6 0%, #EFEFEF 100%);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 5px;
}
.about__item-icon {
  width: 36px;
  height: 36px;
}
.about__item-text {
  font-weight: 500;
  font-size: 20px;
  margin-top: auto;
}

@media (max-width: 1200px) {
  .about {
    padding: 50px 0;
  }
  .about__title {
    font-size: 50px;
  }
  .about__text {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .about__title {
    font-size: 45px;
    margin-bottom: 30px;
  }
  .about__text {
    font-size: 20px;
  }
  .about__slider-buttons {
    right: 0;
  }
  .about__card {
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .about__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .about__text {
    font-size: 18px;
  }
  .about__top {
    flex-direction: column;
  }
  .about__left {
    width: 100%;
  }
  .about__right {
    width: 100%;
  }
  .about__slider-buttons {
    right: 10%;
    top: 20%;
  }
  .about__card {
    bottom: 50px;
    right: 20%;
    transform: translateX(0);
  }
}
@media (max-width: 543px) {
  .about__title {
    font-size: 32px;
  }
  .about__text {
    font-size: 16px;
  }
  .about__slider-buttons {
    right: 0;
    top: 20%;
  }
  .about .slick-slide {
    height: 500px;
  }
  .about__card {
    width: 280px;
    padding: 10px;
    bottom: 50px;
    right: 50%;
    transform: translateX(50%);
  }
  .about__item {
    min-height: 150px;
  }
  .about__item-text {
    font-size: 18px;
  }
}
.advantage {
  padding: 75px 0;
}
.advantage__title {
  font-weight: 500;
  font-size: 56px;
  margin-bottom: 50px;
  max-width: 1125px;
}
.advantage__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.advantage__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(180deg, rgba(232, 232, 232, 0.5) 0%, rgba(232, 232, 232, 0.3) 100%);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 5px;
}
.advantage__content {
  padding: 60px 25px 30px 30px;
}
.advantage__minititle {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
}
.advantage__description {
  font-weight: 400;
  font-size: 20px;
}
.advantage__img {
  display: flex;
  justify-content: center;
  align-items: end;
  height: 312px;
  width: 230px;
  min-width: 230px;
  margin-top: auto;
}
.advantage__img-d {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
}
.advantage__img-m {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
}

@media (max-width: 1200px) {
  .advantage {
    padding: 50px 0;
  }
  .advantage__title {
    font-size: 50px;
  }
  .advantage__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 991px) {
  .advantage__title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .advantage__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .advantage__content {
    padding: 20px;
  }
  .advantage__minititle {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .advantage__description {
    font-size: 16px;
  }
  .advantage__img {
    height: 252px;
    width: 150px;
  }
}
@media (max-width: 543px) {
  .advantage__title {
    font-size: 32px;
  }
  .advantage__content {
    padding: 15px;
  }
  .advantage__item {
    flex-direction: column;
  }
  .advantage__minititle {
    text-align: center;
  }
  .advantage__description {
    text-align: center;
  }
  .advantage__img {
    height: 200px;
    width: auto;
  }
  .advantage__img-d {
    display: none;
  }
  .advantage__img-m {
    display: block;
  }
}
.reviews {
  padding: 75px 0;
}
.reviews__title {
  font-weight: 500;
  font-size: 56px;
  max-width: 500px;
  margin-bottom: 50px;
}
.reviews__slider-wrapper {
  position: relative;
}
.reviews__slider-buttons {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 15px;
  position: absolute;
  right: 100px;
  top: -70px;
  transform: translate(-50%, -50%);
}
.reviews__slider-btn {
  background-color: #5870E5;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  transition: 0.3s transform;
  cursor: pointer;
}
.reviews__slider-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.reviews__slider-btn:hover {
  transform: scale(0.95);
}
.reviews .slick-slide {
  min-height: 480px;
}
.reviews__slide {
  width: 340px;
  padding: 30px 12px;
  background: url("../img/rings.png") no-repeat bottom right, linear-gradient(180deg, rgba(232, 232, 232, 0.5), rgba(232, 232, 232, 0.3));
  border-radius: 5px;
  margin-right: 23px;
  cursor: pointer;
}
.reviews__minititle {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
}
.reviews__text {
  font-weight: 300;
  font-size: 20px;
}
.reviews__bottom {
  display: flex;
  justify-content: start;
  align-items: start;
  position: absolute;
  bottom: 30px;
}
.reviews__icon {
  width: 22px;
  height: 22px;
  margin-top: 5px;
  margin-right: 14px;
}
.reviews__icon img {
  height: 100%;
}
.reviews__name {
  font-weight: 500;
  font-size: 24px;
}
.reviews__stars {
  display: flex;
  justify-content: start;
  align-items: center;
}
.reviews__date {
  font-weight: 300;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5019607843);
}

@media (max-width: 1200px) {
  .reviews {
    padding: 50px 0;
  }
  .reviews__title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .reviews__title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .reviews__title {
    font-size: 40px;
  }
  .reviews__slider-buttons {
    right: 20px;
    top: -30px;
  }
}
@media (max-width: 543px) {
  .reviews__title {
    font-size: 32px;
  }
  .reviews__slider-buttons {
    right: 0px;
    top: -30px;
  }
  .reviews__slider-btn {
    width: 32px;
    height: 32px;
  }
  .reviews__slide {
    width: 300px;
  }
}
.specialist {
  padding: 75px 0;
}
.specialist__title {
  font-weight: 500;
  font-size: 56px;
  margin-bottom: 50px;
}
.specialist__slider-wrapper {
  position: relative;
}
.specialist__slider-buttons {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 15px;
  position: absolute;
  right: 100px;
  top: -30px;
  transform: translate(-50%, -50%);
}
.specialist__slider-btn {
  background-color: #5870E5;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  transition: 0.3s transform;
  cursor: pointer;
}
.specialist__slider-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.specialist__slider-btn:hover {
  transform: scale(0.95);
}
.specialist .slick-slide {
  min-height: 570px;
}
.specialist__slide {
  width: 340px;
  background: linear-gradient(180deg, rgba(232, 232, 232, 0.5), rgba(232, 232, 232, 0.3));
  border-radius: 5px;
  margin-right: 23px;
  cursor: pointer;
}
.specialist__img {
  width: 100%;
  height: 380px;
}
.specialist__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.specialist__content {
  padding: 9px 15px 15px;
}
.specialist__style {
  font-weight: 400;
  font-size: 15px;
  color: #5870E5;
  margin-bottom: 10px;
}
.specialist__name {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
}
.specialist__text {
  font-weight: 400;
  font-size: 18px;
  padding-left: 10px;
}

@media (max-width: 1200px) {
  .specialist {
    padding: 50px 0;
  }
  .specialist__title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .specialist__title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .specialist__title {
    font-size: 40px;
  }
  .specialist__slider-buttons {
    right: 20px;
  }
}
@media (max-width: 543px) {
  .specialist__title {
    font-size: 32px;
  }
  .specialist__slider-buttons {
    right: 0px;
  }
  .specialist__slider-btn {
    width: 32px;
    height: 32px;
  }
  .specialist__slide {
    width: 300px;
  }
}
.project {
  padding: 75px 0;
}
.project__container {
  padding: 0 0 0 10px;
}
.project__title {
  max-width: 900px;
  text-align: left;
  font-weight: 500;
  font-size: 56px;
  margin-bottom: 50px;
}
.project__slider-wrapper {
  position: relative;
  width: 100%;
}
.project__slider-buttons {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 15px;
  position: absolute;
  right: 100px;
  top: -70px;
  transform: translate(-50%, -50%);
}
.project__slider-btn {
  background-color: #5870E5;
  border: none;
  border-radius: 5px;
  transition: 0.3s transform;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.project__slider-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.project__slider-btn:hover {
  transform: scale(0.95);
}
.project__slide {
  display: block;
  border-radius: 5px;
  width: 700px;
  padding: 20px;
  margin-right: 30px;
  cursor: pointer;
  background: linear-gradient(180deg, rgba(232, 232, 232, 0.4) 0%, rgba(232, 232, 232, 0.24) 100%);
}
.project .slick-slide {
  min-height: 500px;
}
.project__img {
  width: 100%;
  height: 315px;
  margin-bottom: 20px;
}
.project__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
}
.project__minititle {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
}
.project__description {
  font-weight: 300;
  font-size: 20px;
}

@media (max-width: 1200px) {
  .project {
    padding: 50px 0;
  }
  .project__title {
    font-size: 50px;
  }
  .project__slide {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .project__title {
    font-size: 45px;
  }
  .project__slider-buttons {
    right: 20px;
    top: -30px;
  }
  .project__slide {
    width: 70vw;
  }
}
@media (max-width: 767px) {
  .project__title {
    font-size: 40px;
  }
  .project__slide {
    width: 80vw;
  }
  .project__minititle {
    font-size: 22px;
  }
  .project__description {
    font-size: 18px;
  }
}
@media (max-width: 543px) {
  .project__title {
    font-size: 32px;
  }
  .project__slider-buttons {
    right: 0px;
    top: -30px;
  }
  .project__slider-btn {
    width: 32px;
    height: 32px;
  }
  .project__slide {
    padding: 15px;
  }
  .project__img {
    height: 300px;
  }
  .project__minititle {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .project__description {
    font-size: 16px;
  }
}
.famous {
  padding: 75px 0;
}
.famous__title {
  font-weight: 500;
  font-size: 56px;
  max-width: 610px;
  margin-bottom: 50px;
}
.famous__wrapper {
  display: flex;
  align-items: center;
  max-width: 990px;
  background: linear-gradient(180deg, rgba(232, 232, 232, 0.5), rgba(232, 232, 232, 0.3));
  border-radius: 5px;
}
.famous__img {
  height: 100%;
}
.famous__img img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.famous__content {
  display: flex;
  flex-direction: column;
  padding: 30px 50px;
}
.famous__name {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}
.famous__subtitle {
  font-weight: 400;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5019607843);
  margin-bottom: 15px;
}
.famous__text {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: auto;
}
.famous__button {
  display: block;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 17px 60px;
  background-color: #5870E5;
  box-shadow: 1px 1px 15px 0px rgba(255, 255, 255, 0.5019607843) inset;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  transition: 0.3s all;
}
.famous__button:hover {
  transform: scale(0.95);
  box-shadow: none;
}

@media (max-width: 1200px) {
  .famous {
    padding: 50px 0;
  }
  .famous__title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .famous__title {
    font-size: 45px;
  }
  .famous__content {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .famous__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .famous__wrapper {
    flex-direction: column;
    align-items: start;
  }
  .famous__img {
    width: 350px;
    height: 350px;
  }
  .famous__img img {
    width: 100%;
    -o-object-position: top;
       object-position: top;
    border-radius: 5px;
  }
  .famous__button {
    width: 100%;
    padding: 17px;
  }
}
@media (max-width: 543px) {
  .famous__title {
    font-size: 32px;
  }
  .famous__content {
    padding: 13px;
  }
  .famous__img {
    width: 100%;
    height: 350px;
  }
}
.media {
  padding: 75px 0;
}
.media__title {
  font-weight: 500;
  font-size: 56px;
  margin-bottom: 50px;
}
.media__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 60px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.media__item {
  max-width: 320px;
}
.media__img {
  max-height: 36px;
  margin-bottom: 20px;
}
.media__img img {
  max-height: 100%;
}
.media__text {
  font-weight: 500;
  font-size: 24px;
}

@media (max-width: 1200px) {
  .media {
    padding: 50px 0;
  }
  .media__title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .media__title {
    font-size: 45px;
  }
  .media__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .media__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .media__wrapper {
    row-gap: 40px;
  }
  .media__text {
    font-size: 22px;
  }
}
@media (max-width: 543px) {
  .media__title {
    font-size: 32px;
  }
  .media__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .media__text {
    font-size: 20px;
  }
}
.reward {
  padding: 75px 0;
}
.reward__title {
  font-weight: 500;
  font-size: 56px;
  margin-bottom: 70px;
}
.reward__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  gap: 20px;
}
.reward__item {
  width: 340px;
}
.reward__img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #5870E5;
  box-shadow: 1px 1px 15px 0px rgba(255, 255, 255, 0.5019607843) inset;
  border-radius: 5px;
  margin-bottom: 17px;
}
.reward__img img {
  width: 300px;
  height: 363px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.reward__minititle {
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  max-width: 200px;
  margin: 0 auto 10px;
}
.reward__description {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5019607843);
  max-width: 215px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .reward {
    padding: 50px 0;
  }
  .reward__title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .reward__title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .reward__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 543px) {
  .reward__title {
    font-size: 32px;
  }
  .reward__img img {
    width: 100%;
    height: auto;
  }
}
.faq {
  padding: 75px 0;
}
.faq__title {
  font-weight: 500;
  font-size: 56px;
  margin-bottom: 50px;
}
.faq__wrapper {
  display: grid;
  -moz-column-gap: 48px;
       column-gap: 48px;
  grid-template-columns: repeat(2, 1fr);
}
.faq__item {
  width: 100%;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.faq__question {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: transparent;
  border: none;
  font-weight: 400;
  font-size: 20px;
  padding: 13px;
  cursor: pointer;
}
.faq__icon {
  font-size: 30px;
  line-height: 1;
  transition: transform 0.3s ease;
  margin-left: 20px;
}
.faq__answer {
  padding: 0 13px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s ease;
}
.faq__answer p {
  font-weight: 400;
  font-size: 18px;
}
.faq__item.is-open .faq__icon {
  transform: rotate(45deg);
}
.faq__item.is-open .faq__answer {
  padding: 20px 13px;
}

@media (max-width: 1200px) {
  .faq {
    padding: 50px 0;
  }
  .faq__title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .faq__title {
    font-size: 45px;
  }
  .faq__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .faq__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .faq__question {
    font-size: 18px;
  }
  .faq__answer p {
    font-size: 16px;
  }
}
@media (max-width: 543px) {
  .faq__title {
    font-size: 32px;
  }
  .faq__question {
    font-size: 16px;
  }
  .faq__answer p {
    font-size: 14px;
  }
}
.call-form {
  padding: 75px 0 150px;
}
.call-form__container form {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.call-form .wpcf7 form .wpcf7-response-output {
  grid-column: 1/-1;
}
.call-form__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 75px;
}
.call-form__title {
  font-weight: 500;
  font-size: 56px;
}
.call-form__contact-block {
  display: flex;
  margin-left: 30px;
}
.call-form__contact-block_m {
  display: none;
}
.call-form__subtitle {
  font-weight: 400;
  font-size: 20px;
  max-width: 280px;
  margin-right: 30px;
}
.call-form__link {
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
}
.call-form__link:hover {
  text-decoration: underline;
}
.call-form__link img {
  width: 28px;
  height: 28px;
  margin-right: 3px;
}
.call-form__form-field {
  width: 100%;
}
.call-form__form-input {
  width: 100%;
  padding: 10px 30px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000000;
  font-weight: 300;
  font-size: 20px;
  cursor: pointer;
}
.call-form__form-submit {
  width: 100%;
  padding: 22px;
  border-radius: 5px;
  background-color: #5870E5;
  box-shadow: 1px 1px 15px 0px rgba(255, 255, 255, 0.5019607843) inset;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  transition: 0.3s all;
  border: none;
  margin-bottom: 10px;
  cursor: pointer;
}
.call-form__form-submit:hover {
  transform: scale(0.95);
  box-shadow: none;
}
.call-form__form-checkbox {
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 20px;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
}
.call-form__form-checkbox input {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -20px;
  top: 5px;
  left: 0;
}
.call-form__form-agreement {
  font-weight: 300;
  font-size: 10px;
}
.call-form__form-agreement a {
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .call-form {
    padding: 50px 0;
  }
  .call-form__title {
    font-size: 50px;
  }
  .call-form__link {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .call-form__container form {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
  }
  .call-form__title {
    font-size: 45px;
  }
  .call-form__contact-block {
    margin: 0;
  }
  .call-form__contact-block_d {
    display: none;
  }
  .call-form__contact-block_m {
    display: flex;
  }
}
@media (max-width: 767px) {
  .call-form__container form {
    grid-template-columns: repeat(1, 1fr);
  }
  .call-form__header {
    margin-bottom: 30px;
  }
  .call-form__title {
    font-size: 40px;
  }
}
@media (max-width: 543px) {
  .call-form__title {
    font-size: 32px;
  }
  .call-form__contact-block {
    flex-direction: column;
  }
  .call-form__subtitle {
    margin: 0 0 20px 0;
  }
}
.footer {
  padding: 75px 0;
  background: linear-gradient(180deg, rgba(232, 232, 232, 0.5), rgba(232, 232, 232, 0.3));
}
.footer__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 50px;
}
.footer__first-block {
  max-width: 375px;
}
.footer__logo {
  height: 75px;
  margin-bottom: 20px;
}
.footer__logo img {
  height: 100%;
}
.footer__text {
  font-weight: 300;
  font-size: 16px;
}
.footer__menu {
  max-width: 200px;
}
.footer__menu-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style-type: none;
}
.footer__menu-list a {
  font-weight: 400;
  font-size: 20px;
}
.footer__menu-list a:hover {
  text-decoration: underline;
}
.footer__contacts {
  max-width: 370px;
}
.footer__address {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
}
.footer__phone {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
}
.footer__phone-link:hover {
  text-decoration: underline;
}
.footer__email {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
}
.footer__email-link:hover {
  text-decoration: underline;
}
.footer__social {
  display: grid;
  grid-template-columns: repeat(2, 40px);
  gap: 10px;
}
.footer__social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #5870E5;
  box-shadow: 1px 1px 15px 0px rgba(255, 255, 255, 0.5019607843) inset;
  border-radius: 5px;
  transition: 0.3s all;
  cursor: pointer;
}
.footer__social-icon:hover {
  transform: scale(0.95);
  box-shadow: none;
}
.footer__last-block {
  max-width: 300px;
}
.footer__ip {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
}
.footer__inn {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
}
.footer__policy {
  display: block;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
}
.footer__policy:hover {
  text-decoration: underline;
}
.footer__consent {
  display: block;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
}
.footer__consent:hover {
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .footer {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .footer__container {
    justify-content: start;
  }
}
.footer-page {
  padding: 75px 0;
  background: linear-gradient(180deg, rgba(232, 232, 232, 0.5) 0%, rgba(232, 232, 232, 0.3) 100%);
}
.footer-page__top {
  display: flex;
  justify-content: start;
  align-items: start;
}
.footer-page__miniwrapper {
  display: flex;
}
.footer-page__logo {
  min-width: 240px;
  width: 240px;
  height: 75px;
  margin-right: 25px;
}
.footer-page__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.footer-page__description {
  font-weight: 300;
  font-size: 16px;
  max-width: 520px;
  margin-right: 50px;
}
.footer-page__button {
  padding: 23px 40px;
  border-radius: 5px;
  white-space: nowrap;
  background-color: #5870E5;
  box-shadow: 1px 1px 15px 0px rgba(255, 255, 255, 0.5019607843) inset;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  transition: 0.3s all;
  border: none;
  margin-left: auto;
}
.footer-page__button:hover {
  transform: scale(0.95);
  box-shadow: none;
}
.footer-page__hr {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 50px 0;
}
.footer-page__bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: start;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 40px;
}
.footer-page__contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 280px;
}
.footer-page__minititle {
  font-weight: 500;
  font-size: 24px;
}
.footer-page__link {
  font-weight: 400;
  font-size: 20px;
  color: #5870E5;
}
.footer-page__address {
  font-weight: 300;
  font-size: 20px;
}
.footer-page__menu {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  gap: 15px;
}
.footer-page__menu-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style-type: none;
}
.footer-page__menu-link {
  font-weight: 400;
  font-size: 20px;
}
.footer-page__menu-link:hover {
  text-decoration: underline;
}
.footer-page__last-block {
  max-width: 335px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-page__social {
  display: grid;
  grid-template-columns: repeat(4, 40px);
  gap: 10px;
}
.footer-page__social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #5870E5;
  box-shadow: 1px 1px 15px 0px rgba(255, 255, 255, 0.5019607843) inset;
  border-radius: 5px;
  transition: 0.3s all;
  cursor: pointer;
}
.footer-page__social-icon img {
  width: 20px;
  height: 20px;
}
.footer-page__social-icon:hover {
  transform: scale(0.95);
  box-shadow: none;
}
.footer-page__ip {
  font-weight: 400;
  font-size: 20px;
}
.footer-page__inn {
  font-weight: 400;
  font-size: 20px;
}
.footer-page__policy {
  font-weight: 400;
  font-size: 20px;
}
.footer-page__consent {
  font-weight: 400;
  font-size: 20px;
}

.yandex {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  cursor: pointer;
}
.yandex__title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 9px;
}
.yandex__wrapper {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}
.yandex__number {
  font-weight: 600;
  font-size: 20px;
}
.yandex__stars {
  display: flex;
  gap: 5px;
}
.yandex__star {
  width: 30px;
  height: 30px;
}
.yandex__star img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.yandex__bottom {
  font-weight: 300;
  font-size: 12px;
  color: #5870E5;
}

@media (max-width: 1200px) {
  .footer-page {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .footer-page__miniwrapper {
    flex-direction: column;
    margin-right: 20px;
  }
  .footer-page__logo {
    margin: 0 0 20px 0;
  }
  .footer-page__description {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .footer-page__top {
    flex-direction: column;
  }
  .footer-page__miniwrapper {
    margin: 0 0 20px 0;
  }
  .footer-page__logo {
    margin: 0 0 20px 0;
  }
  .footer-page__description {
    margin: 0;
  }
  .footer-page__button {
    margin: 0;
  }
}
@media (max-width: 543px) {
  .footer-page__button {
    width: 100%;
    text-align: center;
    padding: 23px 10px;
  }
}
.popup {
  max-width: 760px;
  border-radius: 5px;
  padding: 40px 20px;
  background: #ffffff url("../img/popup_wide.png") no-repeat right bottom/contain;
}
.popup_thanks {
  background: #ffffff;
  max-width: 320px;
}
.popup__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup__left {
  width: 50%;
}
.popup__title {
  text-align: left;
  font-weight: 700;
  font-size: 24px;
  max-width: 755px;
  margin-bottom: 25px;
}
.popup__title_center {
  text-align: center;
}
.popup__form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.popup__form-input {
  cursor: pointer;
  display: block;
  max-width: 320px;
  height: 46px;
  border-radius: 3px;
  padding: 0 12px;
  font-size: 14px;
  color: #1e1c1c;
  background: #f1f7ff;
  border: 1px solid #dde7f7;
}
.popup__form-btn-field {
  max-width: 320px;
}
.popup__form-submit {
  width: 320px;
  padding: 22px;
  border-radius: 5px;
  background-color: red;
  box-shadow: 1px 1px 15px 0px rgba(255, 255, 255, 0.5019607843) inset;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  transition: 0.3s all;
  border: none;
  cursor: pointer;
}
.popup__form-submit:hover {
  transform: scale(0.95);
  box-shadow: none;
}
.popup__form-checkbox {
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 20px;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  color: red;
}
.popup__form-checkbox input {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -20px;
  top: 5px;
  left: 0;
}
.popup__form-agreement {
  font-weight: 300;
  font-size: 10px;
  font-style: italic;
}
.popup__form-agreement a {
  text-decoration: underline;
  color: red;
}
.popup__right {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  width: 50%;
}
.popup__card {
  max-width: 220px;
  background-color: #5870E5;
  padding: 10px 20px;
  border-radius: 5px 25px 5px 25px;
}
.popup__card-name {
  font-size: 18px;
  font-weight: 700;
  color: white;
}
.popup__descr {
  font-size: 18px;
  font-weight: 400;
  color: white;
}
.popup__text {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: black;
}

.fancybox__content > .carousel__button.is-close {
  background-color: white;
}

@media (max-width: 767px) {
  .popup {
    background: #ffffff;
  }
  .popup__left {
    width: 100%;
  }
  .popup__right {
    display: none;
  }
}

/* ===== 404 Error Page ===== */
.error-page {
    padding: 100px 0;
    text-align: center;
    min-height: 60vh;
    display: flex;
    align-items: center;
}
.error-page__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.error-page__title {
    font-size: 120px;
    font-weight: 700;
    color: #5870E5;
    line-height: 1;
    margin-bottom: 16px;
}
.error-page__subtitle {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 16px;
}
.error-page__text {
    font-size: 18px;
    color: #666;
    margin-bottom: 32px;
    max-width: 500px;
}
.error-page__button {
    display: inline-block;
    padding: 16px 32px;
    background-color: #5870E5;
    color: #FFFFFF;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s;
}
.error-page__button:hover {
    background-color: #4a62d4;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .error-page {
        padding: 60px 0;
    }
    .error-page__title {
        font-size: 80px;
    }
    .error-page__subtitle {
        font-size: 24px;
    }
}

/* ===== Design Catalog ===== */
.design-catalog__breadcrumbs-section {
    padding-top: 24px;
}
.design-catalog__hero {
    padding: 40px 0 60px;
}
.design-catalog__hero-container {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}
.design-catalog__hero-content {
    flex: 1;
    min-width: 0;
}
.design-catalog__title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
}
.design-catalog__top-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 32px;
}
.design-catalog__top-text h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
}
.design-catalog__top-text p {
    margin-bottom: 12px;
}
.design-catalog__button {
    display: inline-block;
    padding: 16px 32px;
    background-color: #5870E5;
    color: #FFFFFF;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s;
    cursor: pointer;
}
.design-catalog__button:hover {
    background-color: #4a62d4;
    color: #FFFFFF;
}
.design-catalog__hero-image {
    flex: 0 0 45%;
    max-width: 45%;
    border-radius: 12px;
    overflow: hidden;
}
.design-catalog__hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Сетка дочерних категорий */
.design-catalog__children {
    padding: 0 0 60px;
}
.design-catalog__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.design-catalog__card {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    background: #F8F8F8;
    transition: box-shadow 0.3s;
    text-decoration: none;
    color: inherit;
}
.design-catalog__card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.design-catalog__card-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}
.design-catalog__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}
.design-catalog__card:hover .design-catalog__card-image img {
    transform: scale(1.05);
}
.design-catalog__card-image_placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E8E8E8;
}
.design-catalog__card-image_placeholder span {
    font-size: 48px;
    font-weight: 700;
    color: #5870E5;
}
.design-catalog__card-title {
    padding: 16px 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

/* Нижний текст */
.design-catalog__bottom {
    padding: 0 0 60px;
}
.design-catalog__bottom-text {
    font-size: 16px;
    line-height: 1.6;
}
.design-catalog__bottom-text h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
}
.design-catalog__bottom-text p {
    margin-bottom: 12px;
}

/* Адаптив: 1200px */
@media (max-width: 1200px) {
    .design-catalog__title {
        font-size: 36px;
    }
    .design-catalog__hero-image {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

/* Адаптив: 991px */
@media (max-width: 991px) {
    .design-catalog__hero-container {
        flex-direction: column;
    }
    .design-catalog__hero-image {
        flex: none;
        max-width: 100%;
        width: 100%;
    }
    .design-catalog__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .design-catalog__title {
        font-size: 32px;
    }
}

/* Адаптив: 767px */
@media (max-width: 767px) {
    .design-catalog__hero {
        padding: 24px 0 40px;
    }
    .design-catalog__children {
        padding: 0 0 40px;
    }
    .design-catalog__bottom {
        padding: 0 0 40px;
    }
    .design-catalog__title {
        font-size: 28px;
    }
    .design-catalog__top-text h2 {
        font-size: 22px;
    }
    .design-catalog__grid {
        gap: 16px;
    }
    .design-catalog__card-title {
        font-size: 16px;
        padding: 12px 16px;
    }
}

/* Адаптив: 543px */
@media (max-width: 543px) {
    .design-catalog__grid {
        grid-template-columns: 1fr;
    }
    .design-catalog__title {
        font-size: 24px;
    }
    .design-catalog__hero-container {
        gap: 24px;
    }
}

/* === Лендинг каталога /design/ === */
.design-catalog {
    padding: 40px 0 75px;
}
.design-catalog__title {
    font-weight: 500;
    font-size: 42px;
    margin-bottom: 32px;
}
.design-catalog__grid {
    grid-template-columns: repeat(2, 1fr);
}
.design-catalog__card {
    background: #F8F8F8;
}
.design-catalog__card-body {
    padding: 20px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.design-catalog__card-title {
    padding: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
}
.design-catalog__card-meta {
    font-size: 14px;
    color: #666;
}
.design-catalog__card-link {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #5870E5;
}
@media (max-width: 767px) {
    .design-catalog {
        padding: 20px 0 40px;
    }
    .design-catalog__title {
        font-size: 30px;
    }
    .design-catalog__grid {
        grid-template-columns: 1fr;
    }
    .design-catalog__card-title {
        font-size: 20px;
    }
}
