@import "https://tech-ceh.ru/content/sourse%20code/TT/components/turboremont23.ru/style.css" screen;
@import url(./reset.css);
@import url(./bootstrap.css);
@import url(./fonts.css);
@import url(./swiper.css);

body {
  min-width: 320px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  background-color: #eff0f5;
}

section:not(:last-child) {
  margin-bottom: 60px;
}

.header {
  width: 100%;
  position: fixed;
  z-index: 10000000;
  background-color: #131624;
}
.main {
  padding-top: 99px;
}
.wrapper {
  width: 100%;
  height: 100%;
  max-width: calc(1170px + 30px);
  margin: 0 auto;
  padding: 0px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__menu {
  padding: 20px;
  display: flex;
  align-items: center;
  background-color: #131624;
}
.header__menu-item {
  padding-left: 32px;
}

.header__menu-item:first-child {
  border-right: 1px solid #3b3e4c;
}

.header__menu-item--address {
  background-image: url(../assets/icons/map-icon.svg);
  background-repeat: no-repeat;
  background-position: left top;
}

.header__menu-item--time {
  background-image: url(../assets/icons/time-icon.svg);
  background-repeat: no-repeat;
  background-position: left top;
}
.header__menu-item-title {
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 132%;
  color: #818ea7;
}

.header__menu-item-text {
  display: block;
  width: 100%;
  min-width: 250px;
  max-width: 260px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #f9faff;
}

.header__menu-item-time {
}
.header__menu-item--tel {
  padding-left: 42px;
  background-image: url(../assets/icons/phone-icon.svg);
  background-repeat: no-repeat;
  background-position: left 10px top;
}
.header__menu-item-tel-link {
}
.header__menu-item-btn {
  padding: 17.5px 40px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #f9faff;
  border: none;
  background: #d50815;
  cursor: pointer;
  transition: 0.13s;
  border-radius: 30px;
  white-space: nowrap;
}

.header__menu-item-btn:active {
  transform: translateY(2px);
}

.header__menu-item-btn:hover {
  background-color: #b10a15;
}

/* Burger  */

.header__burger-btn {
  position: absolute;
  display: none;
  top: 5px;
  right: 0;
  flex-direction: column;
  width: 70px;
  cursor: pointer;
  transform: scale(0.5) rotate(180deg);
  z-index: 100000;
}

.header__burger-btn--active {
  filter: invert(1);
}

.header__burger-btn span {
  background: #131624;
  border-radius: 10px;
  height: 7px;
  margin: 7px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.line:nth-of-type(1) {
  width: 50%;
}

.line:nth-of-type(2) {
  width: 100%;
}

.line:nth-of-type(3) {
  width: 75%;
}

.header__burger-btn-toggler {
  display: none;
}

.burger.-open .header__burger-btn span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(8px, 0px);
}

.burger.-open .header__burger-btn span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}

.burger.-open .header__burger-btn span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(30px, -11px) rotatez(45deg);
}

/* Burger Menu  */

.menu-window {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.68);
  flex-direction: column;
  align-items: flex-end;
  transition: 0.5s;
  display: none;
}
.menu-window.-open {
  display: flex;
}

.menu-window--hidden {
  opacity: 0;
  visibility: hidden;
}

.menu-window--hidden .side-menu {
  transform: translateX(100%);
}
.menu-window .popup-window__close-popup-btn {
  top:20px;
  right:20px;
}
.side-menu {
  width: 50%;
  background-color: #eff0f5;
  height: 100%;
  padding: 35px 20px;
  padding-top: 100px;
  transition: 0.5s;
}
.menu-window__side-menu {
}
.side-menu__menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 20px;
}
.side-menu__menu-item {
}
.side-menu__menu-item--time {
}
.side-menu__menu-item-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 132%;
  color: #818ea7;
}
.side-menu__menu-item-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #131624;
}
.side-menu__menu-item-time {
}
.side-menu__menu-item--tel {
}
.side-menu__menu-item-tel-link {
}
.side-menu__menu-item-btn {
  width: 100%;
  padding: 12px 34px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #f9faff;
  background-color: #d50815;
  transition: 0.13s;
  border-radius: 30px;
  border-style: none;
}

.promo-section {
}
.promo-section__bg-holder {
  position: absolute;
  width: 100%;
  max-width: 865.423px;
  background-size: 100%;
  top: 0;
  right: 15px;
  height: 660px;
  z-index: -1;
}
.promo-section__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.wrapper {
}
.promo-section__wrapper {
  position: relative;
  /* background-image: url(../assets/img/bg/promo-bg.jpg);
  background-repeat: no-repeat;
  background-position: top right 15px; */
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.promo-section__content {
  margin-top: 61px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 40px;
  background-color: #eff0f5;
}
.subheading {
  padding: 8px 12px 8px 32px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 132%;
  color: #131624;
  border: 2px solid #d50815;
  background-image: url(../assets/icons/red-rectangle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
.heading {
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  color: #131624;
}
.promo-section__heading {
  max-width: 620px;
}

.promo-section__subheading {
  max-width: 620px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  margin-top: -27px;
  color: #131624;
}
.promo-section__description {
  max-width: 620px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #131624;
}
.promo-section__btn {
  padding: 18px 40px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-size: 24px;
  line-height: 24px;
  color: #f9faff;
  background-color: #d50815;
  transition: 0.13s;
  border-radius: 30px;
}

.promo-section__btn:active {
  transform: translateY(2px);
}

.promo-section__btn:hover {
  background-color: #97040d;
  color: #fff;
  text-decoration: none;
}
.promo-block-list {
  width: 100%;
  display: grid;
  justify-content: space-between;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.promo-section__img-mobile {
  display: none;
  width: 100%;
}
.promo-block {
  width: 100%;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a3aec1;
  gap: 16px;
  padding: 5px;
  /* background-repeat: no-repeat;
  background-position: left 40px top 40px;
  background-size: 40px 40px; */
}

.promo-block--goal {
  background-color: #a3aec1;
  /* background-image: url(../assets/icons/goal-icon.svg); */
}
.promo-block__heading {
  max-width: 230px;
  margin-bottom: 4px;
  font-style: normal;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #000;
}
.promo-block__description {
  max-width: 230px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 132%;
  /* or 21px */

  /* white */
  color: #1d1616;
}
.promo-block--guarantee {
  background-color: #a3aec1;
  /* background-image: url(../assets/icons/guarantee-icon.svg); */
}
.promo-block--moneytime {
  background-color: #a3aec1;
  /* background-image: url(../assets/icons/moneytime-icon.svg); */
}

.offers-section__wrapper {
  gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.offers-section__row {
  width: 100%;
  display: grid;
  grid-template-columns: 65.81% 30.5%;
  grid-template-rows: 1fr;
  gap: 30px;
  overflow: hidden;
}

.offers-section__row--even {
  grid-template-columns: auto auto;
  grid-template-rows: repeat(auto-fit, minmax(408px, 1fr));
}
.offers-section__content {
  width: 100%;
  min-height: 325px;
  max-width: 770px;
  padding: 40px;
  background-color: #131624;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  justify-content: start;
}

.offers-section__content p {
  font-size: 16px;
  line-height: 1.5;
}
.subheading--white {
  color: #f9faff;
}
.offers-section__content .offers-section__description {
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: #f9faff;
}
.offers-section__img {
  width: 100%;

  height: 100%;
  object-fit: cover;
  object-position: center;
}
.offers-section__col {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  padding: 40px;
  gap: 4px;
  background-color: #a3aec1;
}
.offers-section__col--light {
}
.offers-section__subheading {
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  color: #f9faff;
}
.offers-point-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}

.offers-point-item {
  position: relative;
  padding: 16px 0px 16px 52px;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: left center;
}

.offers-point-item:not(:last-child) {
  border-bottom: 1px solid #8b8e9c;
}
.offers-point-list__point-item {
}
.offers-point-item--tech {
  background-image: url(../assets/icons/instrument-icon.svg);
}
.offers-section__col--tech::after {
  content: "";
  width: 130px;
  height: 160px;
  position: absolute;
  right: 0;
  bottom: -22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../assets/img/spray-gun.png);
}
.offers-point-item__description {
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 132%;
  color: #f9faff;
}
.offers-section__col--black {
  background-color: #131624;
}
.offers-point-item--level {
  background-image: url(../assets/icons/success-icon.svg);
}
.guarantee-section {
  padding: 40px 0px;
  background-image: url(../assets/img/bg55.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 0 !important;
}

.guarantee__wrapper {
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}

.guarantee-section__description {
  margin: 10px 0px 40px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: #f9faff;
}
.guarantee-list {
  width: 100%;

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: flex-start;
  justify-content: start;
}

.guarantee-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 20px;
}

.guarantee-item__heading-field {
  display: flex;
  align-items: center;
  gap: 12px;
}
.guarantee-item__count {
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #f9faff;
}
.guarantee-item__heading {
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #f9faff;
}
.guarantee-item__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  justify-content: start;
}
.guarantee-item__list-item {
  padding-left: 36px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: top left;
  background-image: url(../assets/icons/check-icon.svg);
}

.guarantee-item:not(:first-child) {
  padding-left: 15px;
}

.guarantee-item:not(:last-child) {
  padding-right: 15px;
  border-right: 2px solid #3b3e4c;
}
.guarantee-item__list-item-text {
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 132%;
  color: #f9faff;
}

.eq-section__wrapper {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}
.eq-section__row {
  width: 100%;
  align-items: flex-start;
  justify-content: start;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.eq-section__col {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.eq-section__col--dark {
  max-width: 570px;
  padding: 70px 40px;
  background-color: #131624;
}
.eq-section__col--photo {
  gap: 30px;
}

.eq-section__text {
  margin: 10px 0px 40px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: #f9faff;
}
.eq-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 19px;
}

.eq-list-item {
  padding-left: 36px;
  background-image: url(../assets/icons/red-circle.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 24px 24px;
}

.eq-list-item__text {
  max-width: 430px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 132%;
  color: #f9faff;
}
.eq-section__photo-row-group {
  width: 100%;
  display: grid;
  grid-template-columns: 64.91% 30%;
  justify-content: space-between;
  gap: 30px;
}

.eq-section__photo-row-group--even {
  grid-template-columns: 1fr 1fr;
}
.eq-section__rect-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
}
.eq-section__photo-col-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 30px;
}
.eq-section__small-circle-img {
  width: 100%;
  height: 125px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1 / 1;
}
.eq-section__small-rect-img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  object-position: center;
}
.eq-section__circle-img {
  width: 100%;
  height: 248px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1 / 1;
}
.service-section {
  background-image: url(../assets/img/bg/service-bg.png);
  background-repeat: no-repeat;
  background-position: left top 25px;
  background-size: cover;
}
.service-section__wrapper {
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}

.service-section__text {
  margin-top: 10px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  text-transform: uppercase;
  color: #131624;
}
.service-list {
  width: 100%;
  margin-top: 40px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  grid-template-rows: 1fr;
}

.service-list-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  width: 100%;
  background: #f9faff;
  transition: 0.13s;
  overflow: hidden;
}

.service-list-card:hover {
  background-color: #131624;
}
.service-list-card:hover .service-list-card__heading,
.service-list-card:hover .service-list-card__text,
.service-list-card:hover .service-list-card__link {
  color: #f9faff;
}

.service-list-card:hover:after {
  transform: translateX(0%);
}
.service-list-card__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  position: relative;
  padding: 20px;
}

.service-list-card::after {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #690505;
  transition: 0.4s ease-in;
  transform: translateX(-100%);
}

.service-list-card__price {
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 8px 12px;
  background-color: #690505;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #f9faff;
}
.service-list-card__price-value {
}
.service-list-card__img {
  width: 100%;
  height: 280px;
  aspect-ratio: 1 / 0.75;
  object-fit: cover;
  object-position: center;
}
.service-list-card__heading {
  max-width: 330px;
  margin-bottom: 12px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  transition: 0.13s;
  color: #131624;
}
.service-list-card__text {
  max-width: 330px;
  min-height: 95px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  transition: 0.13s;
  line-height: 132%;
  color: #131624;
}
.service-list-card__link {
  margin-top: 20px;
  position: relative;
  margin-top: auto;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: 0.13s;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #131624;
}

.service-list-card__link:hover::after {
  max-width: 100%;
}
.service-list-card__link::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f9faff;
  position: absolute;
  left: 0;
  bottom: -2px;
  max-width: 0%;
  overflow: hidden;
  transition: 0.13s;
}

.work-section {
  padding: 40px 0;
}

.work-section__wrapper {
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}

.work-section__description {
  max-width: 570px;
  margin: 10px 0 40px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: #131624;
}
/* .work-form {
  width: 100%;
}
.work-section__form {
}
.work-form-menu {
  margin-bottom: 29.04px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  border-bottom: 4px solid #004ea7;
}

.work-form__radio-input {
  display: none;
}
.work-form__radio-input:checked + .work-form-menu__btn {
  background-color: #004ea7;
  color: #f9faff;
}
.work-form-menu__btn {
  padding: 16px 20px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #004ea7;
  cursor: pointer;
  transition: 0.13s;
}

.work-section__body {
  width: 100%;
  gap: 30px;
  display: grid;
  grid-template-columns: 570px 570px;
}
.work-section-body__preview {
  width: 100%;
} */

.work-card-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.work-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  background-color: #fff;
}

.work-card__img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
}
.work-card__heading {
  max-width: 330px;
  margin-bottom: 12px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  transition: 0.13s;
  color: #131624;
}

.work-card__body {
  width: 100%;
  flex-grow: 1;
  padding: 15px;
}

.work-card__rows {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 10px;
}
.work-card__row {
  width: 100%;
}
.work-card__row-heading {
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #131624;
}
.work-card__row-value {
  max-width: 330px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  transition: 0.13s;
  line-height: 132%;
  color: #131624;
}
.work-card__btn {
  width: 100%;
  padding: 17.5px 0px;
  border: none;
  background-color: #004ea7;
  transition: 0.13s;
  cursor: pointer;
}

.work-card__btn {
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #f9faff;
  border: none;
  cursor: pointer;
  transition: 0.13s;
  background: #004ea7;
}

.work-card__btn:active {
  transform: translateY(2px);
}
.work-card__btn:hover {
  background-color: #167ff8;
}

.swiper {
  width: 100%;
}
.work-section-body__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 20px;
}
.work-section-body__row {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 183px);
  align-items: flex-end;
  justify-content: start;
  gap: 10px;
}
.work-section-body__col {
  width: 100%;
}
.work-section-body__col-heading {
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 132%;
  color: #818ea7;
}
.work-section-body__col-value {
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #131624;
}
.work-section-body__heading {
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #131624;
}
.work-section-body__description {
  max-width: 569px;
  min-height: 156px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 132%;
  color: #131624;
}
.work-section-body__row--price {
}
.work-section-body__col--price {
  gap: 40px;
}
.work-section-body__col-value--price {
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #690505;
}
.work-section-body__submit-btn {
  padding: 17px 40px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #f9faff;
  border: none;
  cursor: pointer;
  transition: 0.13s;
  background: #004ea7;
}

.work-section-body__submit-btn:active {
  transform: translateY(2px);
}
.work-section-body__submit-btn:hover {
  background-color: #167ff8;
}

.price-section {
  padding: 40px 0px;
  background: #dbdce1;
}

.price-section__wrapper {
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}

.price-section__description {
  margin: 10px 0px 38px;
  max-width: 598px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: #131624;
}
.price-section__body {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  gap: 30px;
}
.price-section__content {
  width: 100%;
  max-width: 570px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: start;
}
.price-section__tab-list {
  width: 100%;
  border-bottom: 4px solid #004ea7;
}
.price-section__tab {
  padding: 16px 20px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #004ea7;
  cursor: pointer;
  transition: 0.13s;
  border: none;
  background-color: transparent;
}
.price-section__tab--active {
  background-color: #004ea7;
  color: #f9faff;
}
.price-section__table {
  width: 100%;

  display: flex;
  align-items: flex-start;
  overflow: hidden;
  gap: 4px;
}

.price-section__table--open {
  max-height: 100%;
}

.price-section__table-rows {
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
  transition: transform 0.4s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 4px;
}
.price-section__table-rows--open {
  max-height: 100%;
}

.price-section__table-row {
  width: 100%;
  gap: 20px;
  min-height: 80px;
  background: #eff0f5;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.13s;
}
.price-section__table-row:hover {
  background-color: #ffffffdd;
}
.price-section__table-row-heading {
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #131624;
}
.price-section__table-row-subheading {
  max-width: 415px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 132%;
  color: #131624;
}
.price-section__table-row-price {
  min-width: 84px;
  white-space: nowrap;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  padding: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #004ea7;
  background: #cbe8fc;
}

.price-section__table-more-btn {
  margin-top: 5px;
  width: 100%;
  background-color: transparent;
  padding: 18px;
  border: 2px solid #004ea7;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #004ea7;
  transition: 0.13s;
  cursor: pointer;
}
.price-section__table-more-btn:hover {
  background-color: #004ea7;
  color: #f9faff;
}

.price-section__table-more-btn:active {
  transform: translateY(2px);
}
.price-section__img {
  margin-top: 56px;
  width: 100%;
  max-width: 570px;
  object-fit: contain;
  object-position: center;
}

.req-section {
  padding: 40px 0px;
}

.req-section__wrapper {
  position: relative;
  flex-direction: column;
  align-items: start;
  justify-content: end;
}
.req-section__bg-holder {
  width: 100%;
  z-index: -1;
  max-width: 870px;
  height: 500px;
}
.req-section__bg-holder._big {
  height: 680px;
}
.req-section__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.req-section__content {
  position: absolute;
  right: 0;

  top: 56px;
  max-width: 670px;
  padding: 40px;
  background: #eff0f5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}

@media (max-width: 768px) {
  .req-section__content {
    display: block;
    position: relative;
    padding: 0;
    top: 0;
  }

  .req-section__bg-holder._big {
    display: none;
  }


}

.req-section__description {
  margin: 10px 0 20px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
}

.docs-section .req-section__description {
  margin: 10px 0 20px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #131624;
}
.req-section__light-description {
  margin-bottom: 40px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;

  color: #131624;
}
ul.req-section__light-description {
  list-style: disc;
  padding-left: 20px;
}
ul.req-section__light-description li {
  margin-bottom: 10px;
}
.req-section__menu {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}
.req-section__btn {
  padding: 17px 40px;
  border: none;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #f9faff;
  background-color: #d50815;
  transition: 0.13s;
  border-radius: 30px;
}
.req-section__btn--blue {
  background-color: #d50815;
}
.req-section__btn--blue:hover {
  background-color: #b30a14;
}
.req-section__btn--green {
  background-color: #5e8d00;
}

.req-section__btn--green:hover {
  background-color: #87b923;
}
.req-section__btn--blue:active,
.req-section__btn--green:active {
  transform: translateY(2px);
}

.docs-section {
  padding: 40px 0px;
  background: #fff;
}


.docs-section__wrapper {
  display: block;
}

.clearfix {
  clear: both;
}

.docs-section__wrapper img {
  max-width: 400px;
  margin-bottom: 20px;
  float: left;
  margin-right: 20px;
  padding-right: 20px;
}

.docs-section__wrapper a {
  font-size: 20px;
  color:#d50815;
}

.docs-section__description {
  margin: 10px 0px 40px;
  max-width: 598px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: var([--black]);
}

.docs-section p {
  font-size: 18px;
  margin-bottom: 20px;
}

.docs-section ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.docs-section li {
  font-size: 18px;
  margin-bottom: 20px;
}

.docs-card-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(377px, 1fr));
  gap: 30px;
}

.docs-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px 40px;
  background-image: url(../assets/img/bg/price-card-bg.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 110px;
  background-color: #f9faff;
  border-bottom: 8px solid #131624;
}

.docs-card__icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
  background-color: #f9faff;
}
.docs-card__heading {
  min-height: 90px;
  max-width: 100%;
  margin-bottom: 15px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #131624;
}
.docs-card__description {
  width: 100%;
  max-width: 100%;
  min-height: 84px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 132%;
  color: #131624;
  color: #131624;
}
.docs-card__icon--safety-icon {
  background-image: url(../assets/icons/price-card-icon1.svg);
}
.docs-card__icon--time-icon {
  background-image: url(../assets/icons/price-card-icon2.svg);
}
.docs-card__icon--guarantee-icon {
  background-image: url(../assets/icons/price-card-icon3.svg);
}
.docs-card__icon--price-icon {
  background-image: url(../assets/icons/price-card-icon4.svg);
}

.owner-section {
}

.owner-section__wrapper {
  padding-bottom: 120px;
  gap: 30px;
  align-items: flex-end;
}
.owner-section__bg-holder {
  flex-shrink: 0.67;
  width: 100%;
  max-width: 470px;
}
.owner-section__bg {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.owner-section__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}

.owner-section__description {
  margin: 10px 0px 40px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: #131624;
}
.owner-section__light-description {
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #131624;
}
.owner-section__info {
  width: 100%;
  display: flex;
  align-items: center;
}
.owner-section__col {
  padding: 20px;
  background: #dbdce1;
}
.owner-section__col-heading {
  margin-bottom: 4px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #131624;
  line-height: 130%;
}
.owner-section__col-link {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 24px;
  text-transform: uppercase;
  color: #131624;
}



.question-section {
  padding: 40px 0px;
  background-color: #131624;
}

.question-section__wrapper {
  gap: 30px;
}

.question-section__content {
  width: 100%;
  max-width: 670px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0.2;
  justify-content: start;
}

.question-section__description {
  margin: 10px 0px 40px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: #f9faff;
}

.question-section__accordion-menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.question-section__accordion-item {
  width: 100%;
  height: 100vh;
  max-height: 86px;
  padding: 30px 20px;
  background: #131624;
  border-bottom: 2px solid #3b3e4c;
  transition: 0.13s;
}

.question-section__accordion-tab {
  display: flex;
  width: 100%;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  overflow: hidden;
}

.question-section__accordion-item:hover {
  background-color: #23283f;
  cursor: pointer;
}

.question-section__accordion-tab-heading {
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #f9faff;
}
.question-section__accordion-tab-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../assets/icons/chevron-down-icon.svg);
  background-size: contain;
  transition: 0.13s;
}
.question-section__accordion-hidden-content {
  width: 100%;
  height: 100%;
  max-height: 0;
  transition: 0.13s;
  overflow: hidden;
}
.question-section__accordion-hidden-text {
  min-height: 100px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;

  line-height: 132%;
  color: #f9faff;
}

.question-section__bg-holder {
  width: 100%;
  height: 676px;
}
.question-section__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.question-section__accordion-item--opened {
  max-height: 202px;
  background: #2d3348;
  border-bottom: 2px solid #690505;
}

.question-section__accordion-item--opened .question-section__accordion-hidden-content {
  max-height: 100%;
  margin-top: 16px;
}

.question-section__accordion-item--opened .question-section__accordion-tab-icon {
  transform: rotate(180deg);
}

.reviews-section__wrapper {
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.subheading {
}
.reviews-section__description {
  max-width: 100%;
  margin: 10px 0px 24px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: #131624;
}
.reviews-section__content {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}
.review-section__swiper {
}
.review {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}

.review-profile {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-profile__avatar {
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: center;
}

.review-profile__name {
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #131624;
}
.review-profile__car {
  padding-left: 32px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  background-image: url(../assets/icons/car-icon.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 132%;
  color: #3d4d71;
}
.review__info {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.review__rating {
  display: flex;
  align-items: center;
}
.review__rating-star {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(../assets/icons/star-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.review__timestamp {
  display: inline-block;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 132%;
  color: #3d4d71;
}
.review__text {
  margin-bottom: auto;
  min-height: 187px;
  max-width: 100%;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 132%;
  /* or 21px */

  /* black/900 */

  color: #131624;
}
.review__menu {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.review__menu-btn {
  padding: 17px 40px;
  background-color: #004ea7;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #f9faff;
  border: 2px solid #004ea7;
  transition: 0.13s;
}
.review__menu-btn:hover {
  background-color: #167ff8;
  border-color: #167ff8;
}

.review__menu-btn:active {
  transform: translateY(2px);
}

.review__menu-btn--outline {
  border: 2px solid #004ea7;
  background-color: transparent;
  color: #004ea7;
}

.review__menu-btn--outline:hover {
  background: #004ea7;
  border-color: #004ea7;

  color: #f9faff;
}
.reviews-section__swiper-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}

.reviews-section__example {
  width: 100%;
  max-width: 570px;
  height: 398px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.review-section__example-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.reviews-section__content {
  gap: 30px;
}

.reviews-section__example-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  position: absolute;
  z-index: 1;
}

.review-section__example-price {
  position: absolute;
  padding: 8px 12px;
  left: 20px;
  top: 20px;
  background-color: #690505;
  z-index: 2;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 132%;
  text-align: center;
  color: #f9faff;
}

.review-section__swiper {
  width: 100%;
}

.reviews-section__swiper-menu {
  width: auto;
  margin-top: 30px;
  justify-content: start;
  margin-left: 112px;
  display: flex;
  align-items: center;
  gap: 36px;
}

.review-section__swiper-pagination {
  position: static;
  width: fit-content !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  border-radius: 0px;
}

.reviews-section__swiper-prev-btn,
.reviews-section__swiper-next-btn {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.reviews-section__swiper-prev-btn:focus,
.reviews-section__swiper-next-btn:focus {
  outline: none;
}

.map-section {
  position: relative;
  width: 100%;
  height: 597px;
}

.map-section__wrapper {
  position: relative;
}

.map-section__map {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.map-section-window {
  width: 100%;
  position: absolute;
  left: 0;
  top: 93px;
  max-width: 370px;
  background-color: #131624;
  padding: 40px;
  margin-left: 30px;
  z-index: 3;
}
.map-section-window__row {
  padding-left: 34px;
  padding-bottom: 40px;
  border-bottom: 1px solid #3b3e4c;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 24px 24px;
}

.map-section-window__row:not(:first-child) {
  padding-top: 40px;
  background-position: left top 40px;
}

.map-section-window__row--tel {
  background-image: url(../assets/icons/phone-icon.svg);
}
.map-section-window__row-heading {
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #818ea7;
}
.map-section-window__row-link {
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #f9faff;
}
.map-section-window__row--address {
  background-image: url(../assets/icons/map-icon.svg);
}
.map-section-window__row-text {
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #f9faff;
}
.map-section-window__row--time {
  background-image: url(../assets/icons/time-icon.svg);
}
.map-section-window__row-time {
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #f9faff;
}

.footer {
}
.top-footer {
  padding: 40px 0px;
}

.top-footer__wrapper {
}
.top-footer__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.logo-link {
  background-color: #131624;
  height: 99px;
  padding-top: 24px;
  text-align: center;
}
.top-footer__logo-link {
  margin-bottom: 40px;
}
.logo-link__logo {
}

.logo-link__logo img {
  max-width: 75%;
}
.top-footer__col-heading {
  margin-bottom: 30px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #131624;
}
.top-footer__rows {
}
.top-footer__row {
  padding-left: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #8b8e9c;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left top 22px;
}

.top-footer__row:not(:first-child) {
  padding-top: 20px;
}

.top-footer__row:first-child {
  background-position: left top;
}

.top-footer__row--time {
  background-image: url(../assets/icons/black-time-icon.svg);
}
.top-footer__row-heading {
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 132%;
  color: #3d4d71;
}
.top-footer__row-time {
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #131624;
}
.top-footer__row--phone {
  background-image: url(../assets/icons/black-phone-icon.svg);
  background-size: 20px 20px;
}
.top-footer__row-link {
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #004ea7;
}
.top-footer__row--address {
  background-image: url(../assets/icons/black-map-icon.svg);
  background-size: 20px 20px;

}
.top-footer__row-text {
  max-width: 240px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #131624;
}
.footer-mail-form {
  width: 100vw;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.footer-mail-form__fieldset {
  width: 100%;
}
.footer-mail-form__input {
  width: 100%;
  height: 72px;
  background: #eff7ff;
  border: 2px solid #004ea7;
  padding: 25.5px 20px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 132%;
  color: #131624;
}
.phone {
}
.footer-mail-form__input--phone {
}
.footer-mailn-form__submit-btn,
.footer-mail-form__submit-btn {
  padding: 17.5px 0px;
  width: 100%;
  background: #d50815;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #f9faff;
  border: none;
  transition: 0.13s;
  cursor: pointer;
  border-radius: 30px;
}

.footer-mail-form__submit-btn {
  padding: 17.5px 0px;
  width: 100%;
  background: #d50815;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #f9faff;
  border: none;
  transition: 0.13s;
  cursor: pointer;
  border-radius: 30px;
}

.footer-mailn-form__submit-btn:hover,
.footer-mail-form__submit-btn:hover {
  background-color: #b10c17;
}
.footer-mailn-form__submit-btn:active,
.footer-mail-form__submit-btn:active {
  transform: translateY(2px);
}

.bottom-footer {
  width: 100%;
  height: 61px;
  background-color: #131624;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom-footer__copyrights {
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 132%;
  color: #f9faff;
}

.popup-window {
  padding: 15px;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 99999999999999;
  width: 100%;
  height: 100vh;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  background-color: rgba(0, 0, 0, 0.68);
  transition: 0.13s;
}
.popup-window__img-holder {
  width: 100%;
  max-width: 430px;
  height: 100%;
}

.popup-window .footer-mail-form {
  height: min-content;
  width: 100%;
}
.popup-window__popup-images-slide {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.popup-window__popup-images {
  width: 100%;
  max-width: 400px;
  display: grid;

  gap: 5px;
  font-weight: bold;
  font-size: 14px;
}
.popup-window__popup-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}
.popup-window__popup-img--before {
}
.popup-window__popup-img--after {
}

.popup-window--hidden {
  visibility: hidden;
  opacity: 0;
}
.popup-window__popup {
  margin: 20vh auto;
  /* left: 50%; */
  /* transform: translateX(-50%) translateY(-50%); */
  /* top: 50%; */
  position: relative;
  /* width: 100%; */
  /* height: 100%; */
  /* height: fit-content; */
  max-height: 750px;
  max-width: 970px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;

  padding: 25px;
  background-color: #f9faff;
}

.popup-window__popup--case {
  align-items: center;
}
.popup-window__close-popup-btn {
  width: 24px;
  height: 24px;
  position: absolute;
  background: none;
  border: none;
  background-image: url(../assets/icons/close-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  top: 12px;
  right: 24px;
  cursor: pointer;
}

.popup-window__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.popup-window__popup-content {
  width: 100%;

  height: min-content;
}
.popup-window__popup-heading {
  max-width: 464px;
  margin-bottom: 15px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  text-transform: uppercase;
  color: #000000;
}
.popup-window__popup-description {
  margin-bottom: 20px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 132%;
  /* or 21px */

  color: #000000;
}

.footer-mail-form__textarea {
  width: 100%;
  min-height: 200px;
  resize: none;
  background: #eff7ff;
  border: 2px solid #818ea7;
  padding: 25.5px 20px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 132%;
}

.overflow {
  overflow: hidden;
}

@media (max-width: 1280px) {
  .popup-window__img {
  }
  .header__menu-item {
    padding-right: 20px;
  }

  .header__menu-item-text {
    min-width: unset;
  }

  .header__menu-item-btn {
    padding: 11.5px 20px;
  }
  .eq-section__row {
    display: flex;
    flex-direction: column;
  }
  .eq-section__row:nth-child(even) {
    flex-direction: column-reverse;
  }
  .eq-section__photo-row-group {
    grid-template-columns: 0.6fr 0.4fr;
  }
  .price-section__body {
    flex-direction: column-reverse;
    align-items: center;
  }
  .price-section__content {
    max-width: 800px;
  }
  .price-section__img {
    margin: 0;
  }
  .req-section {
    padding: 0;
  }
  .req-section__content {
    padding: 27px;
    top: 90px;
  }

  @media (max-width: 768px) {
    .req-section__content {
      top: 0px;
    }
  }

  .req-section__btn {
    padding: 12px 15px;
  }

  .review__menu-btn {
    width: 100%;
    padding: 15px 27px;
    text-align: center;
  }
  .review__text {
    min-height: 105px;
    margin-bottom: 50px;
  }
  .review__menu {
    flex-direction: column;
    max-width: 245px;
    gap: 10px;
  }
  .reviews-section__swiper-menu {
    margin: 0 auto;
    margin-top: 30px;
  }
  .popup-window__popup-heading {
    font-size: 24px;
  }
  .popup-window .footer-mail-form__input {
    height: 64px;
  }
  .popup-window .footer-mail-form__textarea {
    min-height: 150px;
  }
}

@media (max-width: 1024px) {
  header {
    height: 87px;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 100000000;
    background-color: #eff0f5;
  }

  .header__menu {
    display: none;
  }
  .header__burger-btn {
    display: flex;
  }
  .heading {
    font-size: 32px;
  }
  .subheading {
    padding: 4px 12px 4px 32px;
  }

  .header {
    position: sticky;
  }

  .main {
    padding-top: 0;
  }

  .logo-link {
    background: none;
    padding-top: 0;
    height: 0;
    margin-top: -45px;
  }

  .header__burger-btn span {
    background: #fff;
  }

  .promo-section__content {
    padding: 25px;
    max-width: 500px;
  }

  .promo-section__subheading {
    font-size: 24px;
  }
  .promo-section__description {
    font-size: 16px;
  }
  .promo-section__btn {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 14px 36px;
  }
  .promo-block__heading {
    font-size: 18px;
  }
  .promo-block__description {
    font-size: 14px;
  }
  .offers-section__description {
    font-size: 24px;
  }
  .offers-section__subheading {
    font-size: 24px;
  }
  .offers-point-item__description {
    font-size: 14px;
  }
  .offers-section__col--tech::after {
    width: 88px;
    height: 136px;
  }
  .guarantee-section__description {
    margin: 20px 0px;
    font-size: 24px;
  }

  .guarantee-list {
    grid-template-columns: 1fr;
  }
  .guarantee-item {
    padding: 20px 0px;
    border-bottom: 2px solid #fff;
  }
  .guarantee-item:not(:last-child),
  .guarantee-item:not(:first-child) {
    padding-left: 0;
    border-right: none;
  }
  .eq-section__text {
    font-size: 28px;
  }
  .eq-list-item__text {
    font-size: 14px;
  }

  .service-list-card__price {
    font-size: 14px;
  }
  .service-list-card__heading,
  .req-section__light-description,
  .owner-section__light-description {
    font-size: 18px;
  }
  .service-list-card__text {
    font-size: 14px;
    min-height: 60px;
  }
  .eq-section__text,
  .service-section__text,
  .work-section__description,
  .price-section__description,
  .req-section__description,
  .docs-section__description,
  .owner-section__description,
  .question-section__description {
    margin: 20px 0px;
    font-size: 24px;
  }

  .req-section__content {
    max-width: 510px;
  }

  .price-section__table-row-price,
  .service-list-card__link,
  .work-card__heading,
  .work-card__row-heading,
  .work-card__row-value,
  .work-card__btn,
  .price-section__tab {
    font-size: 14px;
  }

  .service-list-card__link {
    cursor: pointer;
  }

  .question-section__bg-holder {
    min-width: 100px;
  }
  .question-section__bg {
    min-width: 100px;
    height: 100%;
    object-position: left;
    width: 100%;
  }
  .docs-card {
    align-items: flex-start;
  }
  .docs-card__heading {
    font-size: 18px;
    min-height: 42px;
  }
  .docs-card__description {
    font-size: 14px;
  }
  .docs-card-list {
    grid-template-rows: 1fr;
  }
  .owner-section__wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
  .owner-section__body {
    /* align-items: center; */
  }

  .owner-section__info {
    gap: 50px;
    width: auto;
  }
  .owner-section__wrapper {
    padding-bottom: 0;
  }
  .question-section__content {
    max-width: unset;
  }
  .question-section__wrapper {
    justify-content: space-between;
  }
  .reviews-section__content {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .reviews-section__example {
    max-width: unset;
  }
  .review__menu {
    flex-direction: row;
    max-width: unset;
  }
  .footer .footer-mail-form {
    max-width: 300px;
  }
  .top-footer__col-heading {
    font-size: 20px;
  }
  .footer-mail-form__submit-btn,
  .top-footer__row-text,
  .top-footer__row-link,
  .top-footer__row-time {
    font-size: 14px;
  }

  .work-card-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 960px) {
  .popup-window__popup--case {
    flex-direction: column-reverse;
    display: flex;
  }
  .popup-window__popup-images {
    width: 100%;
    max-width: unset;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .popup-window__popup {
    padding: 20px;
    gap: 10px;
  }
  .popup-window .footer-mail-form__input {
    height: 42px;
  }
  .popup-window .footer-mailn-form__submit-btn {
    /* margin-top: auto; */
  }
  .popup-window__popup-heading {
    max-width: 250px;
    font-size: 20px;
  }
  .footer-mail-form {
    gap: 15px;
  }

  .logo-link__logo img {
    width: 300px;
  }
}

@media (max-width: 768px) {
  .map-section {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
  }
  .map-section-window {
    width: 100%;
    max-width: unset;
    margin: 0;
  }
  .map-section-window,
  .map-section__map {
    position: static;
  }
  .map-section__map {
    padding: 0px 15px;
    height: 300px;
  }
  .popup-window .footer-mail-form__input,
  .popup-window .footer-mail-form__textarea {
    font-size: 14px;
  }
  .popup-window__img {
    object-position: left;
  }
  .popup-window .footer-mailn-form__submit-btn {
    font-size: 14px;
    padding: 11.5px 0px;
  }
  .popup-window__popup {
    grid-template-columns: 100%;
  }

  .popup-window__img-holder {
    display: none;
  }

  section:not(:last-child) {
    margin-bottom: 60px;
  }
  .side-menu {
    width: 60%;
  }
  .promo-section__bg-holder {
    right: 0;
  }
  .promo-block-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .promo-block {
    height: 80px;
  }

  .offers-section__row--even {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(auto-fit, minmax(340px, 1fr));
  }
  .offers-section__description,
  .offers-section__subheading,
  .guarantee-section__description,
  .eq-section__text,
  .eq-section__text,
  .service-section__text,
  .work-section__description,
  .price-section__description,
  .req-section__description,
  .docs-section__description,
  .owner-section__description,
  .question-section__description,
  .guarantee-item__heading {
    font-size: 20px;
  }
  .guarantee-item__count {
    font-size: 36px;
  }

  .eq-section__col,
  .eq-section__photo-row-group,
  .eq-section__photo-col-group,
  .eq-section__row {
    gap: 15px;
  }
  .eq-section__photo-col-group {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .eq-section__small-circle-img {
    height: 132px;
  }
  .question-section__bg-holder {
    display: none;
  }
  .top-footer__wrapper {
    /* flex-direction: column; */
  }

  .work-card-list {
    grid-template-columns: 1fr 1fr;
  }
  .work-card__img {
    height: 250px;
  }
  .work-card__btn {
    padding: 15px 0px;
  }
  .offers-section__wrapper {
    gap: 15px;
  }
  .offers-section__row {
    gap: 15px;
  }
  .service-list {
    grid-template-columns: minmax(250px, 350px);
    justify-content: center;
  }
  .owner-section__col-heading {
    font-size: 16px;
  }
  .question-section__accordion-tab-heading {
    font-size: 16px;
  }
  .question-section__accordion-hidden-text {
    font-size: 14px;
  }
  .footer-mail-form__input {
    height: 48px;
  }
  .offers-section__col--tech::after {
    display: none;
  }
  .header__burger-btn {
    top: 0;
  }
  header {
    height: 64px;
  }



  .promo-section__img-mobile {
    display: block;
  }
}

@media (max-width: 620px) {
  .popup-window__popup {

  }
  .review-profile__name {
    font-size: 16px;
  }
  .map-section-window__row-heading,
  .review__timestamp {
    font-size: 14px;
  }
  .map-section-window__row-link,
  .map-section-window__row-text,
  .map-section-window__row-time {
    font-size: 12px;
  }
  .side-menu__menu-item-btn {
    font-size: 12px;
  }
  .work-card-list {
    justify-content: center;
    gap: 50px;
    grid-template-columns: minmax(250px, 350px);
  }
  .reviews-section__example {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .reviews-section__example-img {
    width: 100%;
    height: 100%;
  }
  .top-footer__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .top-footer__rows {
    width: 100%;
  }
  .footer-mail-form {
    max-width: unset;
    width: 100%;
  }
  .promo-section__btn {
    font-size: 18px;
  }
  .offers-section__description,
  .offers-section__subheading,
  .guarantee-section__description,
  .eq-section__text,
  .eq-section__text,
  .service-section__text,
  .work-section__description,
  .price-section__description,
  .req-section__description,
  .docs-section__description,
  .owner-section__description,
  .question-section__description,
  .guarantee-item__heading,
  .reviews-section__description {
    font-size: 18px;
  }
  .subheading {
    font-size: 14px;
  }
  .guarantee-item__list-item-text,
  .req-section__btn {
    font-size: 14px;
  }
  .docs-card-list {
    justify-content: center;
    grid-template-columns: minmax(200px, 300px);
  }
  .owner-section__light-description {
    font-size: 16px;
  }
  .owner-section__col-heading {
    font-size: 12px;
  }
  .owner-section__info {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .owner-section__col {
    height: 100%;
  }
  .question-section__accordion-item {
    /* max-height: 100px; */
  }
  .review__menu-btn {
    font-size: 14px;
  }
  .offers-section__content {
    padding: 25px;
  }
  .bottom-footer__copyrights {
    font-size: 12px;
  }

  .docs-section__wrapper img {
    display: block;
    float:none;
    max-width: 100%;
  }
}

@media (max-width: 520px) {

  .popup-window {
    padding: 10px;
  }
  .popup-window__popup {

  }
  .owner-section__info {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 15px;
  }
  .owner-section__col {
    text-align: center;
  }
  .req-section__menu {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    justify-content: space-between;
  }
  .review__menu {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .question-section__accordion-item {
    padding: 19px 12px;
  }

  @media (max-width: 768px) {
    .req-section__menu {
      display: block;
    }
  }
  .heading {
    margin-top: 0;
  }

  .subheading {
    margin-bottom: 0;
  }

  .promo-section__content {
    margin-top: 20px;
  }
}

@media (max-width: 475px) {
  .footer .footer-mail-form {
    max-width: unset;
  }
  .map-section-window__row:not(:first-child) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .map-section-window__row--tel {
    padding-bottom: 20px;
  }
  .popup-window__popup-img {
    height: 120px;
  }
  .owner-section__description {
    font-size: 16px;
  }
  .price-section__tab {
    width: 100%;
    padding: 10px 12px;
    outline: 1px solid #004ea7;
    font-size: 12px;
  }
  .price-section__table-row-subheading {
    font-size: 14px;
  }
  .popup-window__popup-description {
    font-size: 14px;
  }
  .popup-window__close-popup-btn {
    top: 0;
    right: 0;
    background-color: #f9faff;
    width: 32px;
    height: 32px;
  }
  .popup-window__popup {
    padding: 10px;
    max-height: 650px;
  }
  .eq-section__col--dark {
    padding: 30px;
  }
  .offers-section__col {
    padding: 15px;
  }
  .side-menu {
    width: 75%;
  }
  .reviews-section__swiper-menu {
    width: 100%;
    justify-content: space-between;
    /* margin: 0 auto; */
    gap: 0;
  }
  .map-section-window {
    margin: 0 auto;
    right: 0;
    padding: 25px;
  }
  .promo-section__content {
    padding: 10px;
  }
  .heading {
    font-size: 26px;
  }
  .promo-section__subheading {
    font-size: 18px;
  }
  .promo-section__description {
    font-size: 16px;
  }

  .offers-section__content {
    align-items: start;
    justify-content: center;
  }

  .offers-section__row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
  }
}

@media (max-width: 375px) {
  .map-section__map {
    padding: 0px 10px;
  }
  .popup-window__popup-images {
    gap: 10px;
  }
  .popup-window__img-holder {
    display: none;
  }
  .popup-window__popup {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .popup-window__close-popup-btn {
    top: -32px;
  }
  .popup-window__popup--case .popup-window__close-popup-btn {
    top: 0;
  }
  .question-section__accordion-tab-heading {
    font-size: 14px;
  }
  .wrapper {
    max-width: calc(1170px + 20px);
    padding: 0px 10px;
  }
  .eq-section__col--dark {
    padding: 35px 15px;
  }
}

.feed__blocks {
  display: flex;
  justify-content: space-between;
  max-width: 560px;
  width: 100%;
}


.video__frame {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.video__frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.docs__imgs {

}

.docs__imgs img {
  width: 250px;
  margin-right: 10px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .docs__imgs img {
    width: 100%;
  }
}


@-webkit-keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(237, 119, 51, 0.29), 0 0 0 0 rgba(237, 119, 51, 0.2), 0 0 0 0 rgba(237, 119, 51, 0.2)
  }
  40% {
    box-shadow: 0 8px 10px rgba(237, 119, 51, 0.3), 0 0 0 15px rgba(237, 119, 51, 0.2), 0 0 0 0 rgba(237, 119, 51, 0.2)
  }
  80% {
    box-shadow: 0 8px 10px rgba(237, 119, 51, 0.3), 0 0 0 30px rgba(237, 119, 51, 0), 0 0 0 26.7px rgba(237, 119, 51, 0.0627)
  }
  100% {
    box-shadow: 0 8px 10px rgba(237, 119, 51, 0.3), 0 0 0 30px rgba(237, 119, 51, 0), 0 0 0 40px rgba(237, 119, 51, 0)
  }
}