@charset "UTF-8";
/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  overflow-x: hidden;
}

body {
  font-family: "Exo 2", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #1D2027;
  overflow-x: hidden;
  background-color: #F1F1FB;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

button {
  cursor: pointer;
}

.container {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.no-scroll {
  overflow: hidden;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 30px;
  background-color: #F6E019;
  padding: 17px 30px;
  font-weight: 600;
  font-size: 16px;
  color: #0d0d0e;
  transition: all 0.3s ease 0s;
  width: fit-content;
}
.btn:hover {
  box-shadow: 1px 2px 12px 0px rgba(255, 166, 0, 0.315);
}
.btn_blue {
  background-color: #149EDD;
  color: #fff;
}
.btn_blue:hover {
  box-shadow: 1px 2px 12px 0px rgba(0, 174, 255, 0.315);
}

.title {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  line-height: 40px;
}

.main {
  padding: 170px 0;
  background: #1B1F21 url("/wp-content/themes/bestprop/img-community2/main-bg.jpg") center center/cover no-repeat;
}
.main__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main__logo img {
  width: 160px;
}
.main__title {
  margin-top: 40px;
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  text-transform: uppercase;
}
.main__descr {
  margin-top: 30px;
  color: #fff;
  text-align: center;
  max-width: 650px;
  font-size: 18px;
  line-height: 28px;
}
.main__btn {
  margin-top: 50px;
}

.whom {
  padding: 90px 0;
}
.whom__title {
  max-width: 900px;
  margin: 0 auto;
}
.whom__text {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.whom__wrapper {
  margin-top: 60px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.whom__wrapper::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 48%;
  background: url("/wp-content/themes/bestprop/img-community2/whom-before.svg") center center/cover no-repeat;
  width: 37px;
  height: 520px;
}
.whom__item {
  border-radius: 20px;
  display: flex;
  width: calc(50% - 80px);
  position: relative;
  flex-direction: row-reverse;
  text-align: right;
  gap: 20px;
}
.whom__item::before {
  content: "1";
  position: absolute;
  right: -85px;
  top: 0;
  width: 32px;
  height: 32px;
  background-color: #333b4b;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  font-size: 40px;
  line-height: 14px;
  text-align: center;
  text-shadow: 0 0 2px #000;
}
.whom__item:nth-child(2n) {
  margin-top: -30px;
  align-self: flex-end;
  text-align: left;
  flex-direction: row;
  text-align: left;
}
.whom__item:nth-child(2n) .whom__content {
  align-items: flex-start;
}
.whom__item:nth-child(2n)::before {
  right: auto;
  left: -80px;
}
.whom__item:nth-child(2)::before {
  content: "2";
}
.whom__item:nth-child(3) {
  margin-top: -30px;
}
.whom__item:nth-child(3)::before {
  content: "3";
}
.whom__item:nth-child(4)::before {
  content: "4";
}
.whom__icon svg {
  width: 50px;
  height: 50px;
}
.whom__content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.whom__name {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}
.whom__descr {
  margin-top: 15px;
  font-size: 17px;
  line-height: 24px;
}
.whom__btn {
  margin-top: 25px;
  font-size: 16px;
}

.rating {
  background: radial-gradient(circle at bottom left, #ffec59, #fbc700);
  padding: 70px 0 90px 0;
  position: relative;
}
.rating::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  background: url("/wp-content/themes/bestprop/img-community2/promo-code_before.svg") center center no-repeat;
  width: 1440px;
  height: 743px;
  background-size: 100%;
}
.rating__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
.rating__logo {
  margin-top: 30px;
}
.rating__logo img {
  width: 160px;
}
.rating__descr {
  margin-top: 30px;
  text-align: center;
  max-width: 800px;
  font-size: 18px;
  font-weight: 500;
}
.rating__img {
  margin-top: 40px;
}
.rating__img img {
  border-radius: 20px;
  box-shadow: 0px 0px 40px 0px rgb(209, 209, 229);
}
.rating__btn {
  margin-top: 40px;
}

@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
  .whom__btn {
    font-size: 15px;
  }
  .whom__icon {
    display: none;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 760px;
  }
  .title {
    font-size: 26px;
    line-height: 32px;
  }
  .whom__item {
    width: calc(50% - 50px);
  }
  .whom__item::before {
    right: -55px;
  }
  .whom__item:nth-child(2n)::before {
    left: -55px;
  }
  .main__title {
    font-size: 36px;
    line-height: 42px;
  }
  .whom__name {
    font-size: 20px;
    line-height: 25px;
  }
  .whom__descr {
    margin-top: 10px;
    font-size: 16px;
    line-height: 23px;
  }
  .whom__btn {
    font-size: 14px;
    padding: 15px 20px;
  }
}
@media (max-width: 768px) {
  .main {
    padding: 100px 0;
  }
  .main__logo img {
    width: 140px;
  }
  .main__title {
    margin-top: 25px;
    font-size: 28px;
    line-height: 36px;
  }
  .main__descr {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
  }
  .whom {
    padding: 50px 0;
  }
  .whom__text {
    margin: 20px auto 0 auto;
    max-width: 420px;
  }
  .whom__wrapper {
    margin-top: 30px;
  }
  .whom__wrapper::before {
    content: none;
  }
  .whom__item {
    margin-top: 0 !important;
    width: 100%;
    text-align: left !important;
    flex-direction: row !important;
    background-color: #fff;
    padding: 20px;
  }
  .whom__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .whom__item::before {
    content: none !important;
  }
  .whom__icon {
    display: block;
  }
  .whom__icon svg {
    width: 40px;
    height: 40px;
  }
  .whom__content {
    align-items: flex-start !important;
  }
  .whom__item:nth-child(3) .whom__btn {
    background-color: #149EDD;
    color: #fff;
  }
  .whom__item:nth-child(4) .whom__btn {
    background-color: #F6E019;
    color: #0d0d0e;
  }
  .whom__name {
    font-size: 18px;
    line-height: 23px;
  }
  .whom__descr {
    font-size: 15px;
    line-height: 22px;
  }
  .whom__btn {
    margin-top: 20px;
    padding: 14px 25px;
  }
  .title {
    font-size: 22px;
    line-height: 27px;
  }
  .rating {
    padding: 50px 0 70px 0;
  }
  .rating::before {
    width: 890px;
    height: 460px;
  }
  .rating__logo {
    margin-top: 20px;
  }
  .rating__logo img {
    width: 140px;
  }
  .rating__descr {
    margin-top: 20px;
  }
  .rating__img {
    margin-top: 30px;
  }
  .rating__img img {
    border-radius: 15px;
  }
}
@media (max-width: 480px) {
  .btn {
    padding: 15px 25px;
    font-size: 15px;
  }
  .title {
    font-size: 20px;
    line-height: 25px;
  }
  .main {
    padding: 70px 0;
  }
  .main__title {
    font-size: 25px;
    line-height: 35px;
  }
  .main__btn {
    margin-top: 35px;
  }
  .whom__text {
    font-size: 16px;
    line-height: 22px;
  }
  .whom__item {
    position: relative;
  }
  .whom__icon {
    position: absolute;
    top: 22px;
    left: 20px;
  }
  .whom__name {
    padding-left: 55px;
  }
  .whom__btn {
    width: 100%;
    padding: 13px 9px;
  }
  .rating::before {
    content: none;
  }
  .rating__descr {
    font-size: 17px;
  }
}/*# sourceMappingURL=style.css.map */