html {
  font-size: 10px;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");

*,
*:before,
*::after {
  box-sizing: border-box;
}

ul li ol {
  margin: 0 !important;
}

.col-md-9 {
  width: 100% !important;
}

.tabs {
  margin-bottom: 0 !important;
}

body {
  font-family: "Montserrat", sans-serif;
}

.tabs__caption li:before {
  display: none;
}

.banner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background: url(https://alfamap.ru/landings/onlineshop-boost/img/banner.jpg);
  width: 100%;
  background-size: cover;
  height: 38rem;
  background-position: top center;
  border-radius: 1.5rem;
}

.banner-text {
  font-size: 2rem;
  color: #131313;
  text-align: left;
  max-width: 50%;
  margin: auto 5rem;
}

.banner-text h2 {
  line-height: 1.5;
  font-size: 3.3rem;
  font-weight: 400;
  color: #242424;
  margin-bottom: 1rem;
}

.banner-text p {
  font-size: 1.6rem;
  color: #131313;
  margin-bottom: 2rem;
  margin-top: 0;
  line-height: 1.7;
}

/* РќР°РІРёРіР°С†РёСЏ */
.nav-board {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
  gap: 10px;
}

.nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  background-color: #f4f5fa;
  padding: 2rem;
  border-radius: 1rem;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  color: #131313;
  cursor: pointer;
  transition: all 0.25s;
}

.nav-btn:hover {
  background-color: #dbf6fd;
}

.nav-btn:hover {
  background-color: #f7d407;
  border: 1px solid #242424;
  box-shadow: 0px 8px 0px 0px rgb(36 36 36);
}

.some-link {
  margin: 0;
}

/* Р‘Р»РѕРє РѕРїРёСЃР°РЅРёРµ */

.description-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.description-block__text h2 {
  font-size: 5rem;
  color: #242424;
  font-weight: 600;
  margin: 80px 0 20px;
  text-align: left;
}

.description-block__text p {
  font-size: 1.8rem;
  color: #242424;
  line-height: 2;
  margin: 20px 0 0;
}

.description-block__img {
  width: auto;
  height: 100%;
  background: url(../img/feedback.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px;
  align-self: self-end;
}

.feedback-block {
  margin-top: 120px;
}

.feedback-block h3 {
  font-size: 4rem;
  color: #242424;
  font-weight: 600;
  text-align: center;
  max-width: 80%;
  line-height: 1.3;
  margin: 0 auto;
}

.feedback-block-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 150px 150px;
  gap: 10px;
  margin-top: 30px;
}

.feedback-block-card {
  background-color: #e7e7e7;
  border-radius: 15px;
  padding: 30px 30px;
  cursor: pointer;
  position: relative;
  transition: 0.25s ease;
}

.feedback-block-card:nth-child(1) {
  grid-row-start: 1;
  grid-row-end: 3;
  background-color: #ffc800;
  background-image: url(../img/map.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.feedback-block-card:nth-child(2) {
  grid-row-start: 1;
  grid-row-end: 1;
  background-image: url(../img/yandex.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.feedback-block-card:nth-child(3) {
  grid-row-start: 2;
  grid-row-end: 2;
  background-image: url(../img/avito.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.feedback-block-card h4 {
  font-size: 2rem;
  margin: 0 0 5px;
  color: #242424;
  font-weight: 600;
  max-width: 75%;
}

/* Р‘Р»РѕРє РѕС‚Р·С‹РІ */
.feedback {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.feedback-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 5rem 5rem;
  border-radius: 1.5rem;
  border: 1px solid #e7e5e5;
  animation: fadeInUp;
  animation-duration: 1s;
  /* box-shadow: 0px 4px 12px 0px #0d234308; */
}


.feedback-card__title {
  display: flex;
  align-items: center;
  column-gap: 15px;
  width: 100%;
  justify-content: center;
}

.feedback-card__title h3 {
  font-size: 3rem;
  color: #383838;
  margin: 0;
}

.tabs__content {
  display: none;
}

.tabs__content.active {
  display: block;
}

.tabs ul {
  margin-top: 20px;
  padding: 0;
}

.feedback-card__tittle-img {
  max-width: 275px;
}

.feedback-card__tittle-img img {
  width: 100%;
}

.feedback-card__nav-item {
  display: flex;
  margin-top: 2rem;
  column-gap: 20px;
}

.feedback-card__nav-item li {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f5fa;
  padding: 2rem 3rem;
  border-radius: 1rem;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  color: #131313;
  cursor: pointer;
  transition: all 0.25s;
  list-style: none;
}

.feedback-card__nav-item li:hover {
  background-color: #f7d407;
  border: 1px solid #242424;
  box-shadow: 0px 8px 0px 0px rgb(36 36 36);
}

.feedback-card__nav-item .active {
  background-color: #f7d407;
  color: #131313;
}

.card-attention {
  padding: 30px;
  border-radius: 10px;
  background-color: #222222;
  margin-top: 10px;
  margin-bottom: 50px;
}

.card-attention p {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1.7;
  margin: 0 auto;
  text-transform: uppercase;
  max-width: 80%;
}

.feedback-card__description {
  animation: fadeInUp;
  animation-duration: 1s;
}

.feedback-card__description ul {
  padding: 0;
}

.feedback-card__description ol {
  margin-top: 0;
  margin-bottom: 10px;
  color: #242424;
  font-size: 1.8rem;
}

.feedback-card__description ol {
  position: relative;
  padding-left: 0;
}

.feedback-card__description-img {
  max-width: 100%;
  border-radius: 1.5rem;
  margin-top: 20px;
}

.feedback-card__description-img-mob {
  max-width: 100%;
  border-radius: 1.5rem;
  margin-top: 20px;
}

.feedback-card__description-img img {
  width: 100%;
  border-radius: 15px;
}

.feedback-card__description-img-mob img {
  width: 100%;
  border-radius: 15px;
}

.feedback-card__description-img-mob {
  display: none;
}

.feedback-card__description p {
  margin-bottom: 10px;
  color: #242424;
  font-size: 1.8rem;
}

.feedback-card__description h3 {
  margin-bottom: 0;
  color: #242424;
  font-size: 2rem;
}

.tabs {
  width: 100%;
}


.feedback-block-card:hover {
    transform: scale(1.01);
    transition: 0.25s;
}