@font-face {
  font-family: "OpenSans";
  font-weight: normal;
  src: url("../fonts/OpenSans-Regular.woff2");
}
input, button, textarea, select {
  font-family: "Montserrat", sans-serif;
  color: #212121;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: normal;
}

html, body {
  padding: 0;
  margin: 0;
}

.page-wrapper {
  overflow: hidden;
  position: relative;
}

.container {
  width: 1180px;
}

.modal {
  height: 100%;
  opacity: 1;
}

.modal-overlay {
  height: 100%;
}

.modal-list {
  height: 100%;
}

.pt {
  padding-top: 100px;
}

.pb {
  padding-bottom: 100px;
}

.title {
  font-size: 40px;
  font-weight: bold;
  line-height: normal;
}
.title span {
  color: #de2a96;
}

.btn {
  height: 50px;
  padding: 0 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  background: #de2a96;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 100%;
  border-radius: 100px;
  cursor: pointer;
}
.btn:hover {
  background: #ba1e7c;
}

.main {
  background-image: url("../img/bg.webp");
  background-size: cover;
  background-position: center;
}
.main::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.65;
  background: #000;
}
.main-title {
  margin-bottom: 32px;
}
.main-timer {
  margin: 32px auto;
  width: 500px;
  max-width: 100%;
}
.main-timer__item {
  width: 33.333%;
}
.main-timer__item span {
  font-size: 60px;
  font-weight: bold;
}
.main-timer__item p {
  margin: 8px 0 0 0;
  font-size: 24px;
}
.main-btn {
  margin-top: 24px;
}
.main-wrapper {
  width: 900px;
}
.main-text {
  font-size: 22px;
}

.about-items {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
.about-item {
  margin-top: 54px;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 100px;
  background-size: 80px;
}
.about-item__title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 12px;
}
.about-item__list {
  padding-left: 20px;
  list-style-type: disc !important;
}

.why-list {
  margin-right: -24px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.why-item {
  width: 33.333%;
  padding-right: 24px;
  position: relative;
  padding: 8px 0;
}
.why-item::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.why-item:last-child::before {
  display: none;
}
.why-item__title {
  font-size: 19px;
  line-height: normal;
  margin-bottom: 20px;
  font-weight: bold;
}
.why-item__list {
  font-size: 18px;
  line-height: normal;
  padding-left: 20px;
  list-style-type: disc !important;
}

.gray {
  background: #F5F7FA;
}

.result-block {
  width: 50%;
  margin-top: 40px;
}
.result-item {
  background-image: url("../img/check.svg");
  padding-left: 40px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 28px;
}
.result-item__title {
  font-size: 20px;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 18px;
}
.result-item__text {
  font-size: 18px;
  line-height: normal;
  padding-left: 20px;
  list-style-type: disc !important;
}

.tarif-img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 500px;
  height: auto;
}
.tarif-left {
  width: calc(100% - 540px);
}
.tarif-title {
  font-size: 32px;
  line-height: normal;
}
.tarif-subtitle {
  font-size: 19px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 20px;
}
.tarif-line {
  margin: 20px 0;
  height: 2px;
  background: #de2a96;
  width: 120px;
}
.tarif-text {
  font-size: 16px;
  line-height: 24px;
}

.main-logo {
  width: 200px;
  margin: 0 auto 20px;
}

.catalog-item {
  border: 1px solid #e0e6ed;
  -webkit-box-shadow: 0px 15px 30px -10px rgba(0, 11, 48, 0.1);
          box-shadow: 0px 15px 30px -10px rgba(0, 11, 48, 0.1);
  padding: 32px 24px;
  border-radius: 10px;
  text-align: center;
  min-height: 100%;
}
.catalog-item__img {
  margin: 0 auto;
}
.catalog-item__price {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  margin: 40px 0 20px;
}
.catalog-item__price strong {
  font-weight: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 8px;
  opacity: 0.5;
  text-decoration: line-through;
}
.catalog-item__title {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin: 20px 0;
}
.catalog-item__text {
  margin-bottom: auto;
}
.catalog-item__text-item {
  margin-top: 14px;
}
.catalog-item__text-item:first-child {
  margin-top: 0;
}
.catalog-block {
  width: 33.333%;
  margin-top: 40px;
}

.modal-list {
  padding: 10px;
}
.modal-container {
  width: 380px;
}
.modal-close {
  width: 16px;
}
.modal-input {
  width: 100%;
  height: 50px;
  padding-left: 15px;
  border: 1px solid #b8bfc7;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 14px;
}
.modal-title {
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
  font-weight: bold;
}
.modal-info {
  text-align: left;
  font-size: 14px;
  margin-bottom: 20px;
}
.modal-info span {
  color: red;
}

textarea.modal-input {
  padding: 15px;
  height: 100px;
  resize: none;
}

.steps-item {
  margin-top: 40px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.steps-item__number {
  background: #212121;
  width: 60px;
  height: 60px;
  min-width: 60px;
  margin-right: 24px;
  border-radius: 100%;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  position: relative;
}
.steps-item__number::before {
  content: "";
  position: absolute;
  left: 29px;
  width: 2px;
  top: 100%;
  z-index: -1;
  height: 300px;
  background: #F5F7FA;
  display: none;
}
.steps-list {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.steps-list::before {
  content: "";
  position: absolute;
  left: 29px;
  width: 2px;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.steps-btn {
  margin-top: 40px;
}

.steps-item:last-child .steps-item__number::before {
  display: block;
}

.faq-item {
  margin-top: 10px;
  border: 1px solid #e0e6ed;
  border-radius: 10px;
}
.faq-item__title {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
  color: #000;
  font-size: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.faq-item__title::after {
  content: "";
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-left: 12px;
  background-image: url("../img/plus.svg");
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.faq-item__title.active::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq-item__text {
  padding: 0 24px 24px;
  display: none;
}
.faq-items {
  padding-top: 20px;
}

.footer {
  background: #212121;
  padding: 40px 0;
  color: #fff;
  text-align: center;
}
.footer a {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 1240px) {
  .container {
    width: 960px;
  }
  .why-list {
    margin: 24px auto;
    width: 400px;
    max-width: 100%;
  }
  .why-item {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 0;
  }
  .why-item::before {
    display: none;
  }
  .tarif-img {
    width: 400px;
  }
  .tarif-left {
    width: calc(100% - 430px);
  }
  .pt {
    padding-top: 80px;
  }
  .pb {
    padding-bottom: 80px;
  }
  .tarif-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .catalog-title {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .container {
    width: 730px;
  }
  .pt {
    padding-top: 40px;
  }
  .pb {
    padding-bottom: 40px;
  }
  .title {
    font-size: 28px;
  }
  .main-text {
    font-size: 18px;
    line-height: 24px;
  }
  .main-title {
    margin-bottom: 20px;
  }
  .main-timer {
    margin: 20px 0;
    width: 100%;
  }
  .main-timer__item span {
    font-size: 36px;
    line-height: normal;
  }
  .main-timer__item p {
    font-size: 16px;
  }
  .btn {
    width: 100%;
    padding: 0;
    height: 50px;
    font-size: 16px;
  }
  .about-item {
    margin-top: 32px;
    background-size: 48px;
    padding-left: 64px;
  }
  .about-item__title {
    font-size: 18px;
    line-height: 22px;
  }
  .about-item__list {
    font-size: 14px;
    line-height: 22px;
  }
  .why-item__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .why-item__list {
    font-size: 14px;
    line-height: 20px;
  }
  .result-item__title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .result-item__text {
    font-size: 14px;
  }
  .tarif-img {
    max-width: 100%;
    width: 400px;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .tarif-left {
    width: 100%;
  }
  .tarif-title {
    font-size: 24px;
  }
  .tarif-subtitle {
    font-size: 18px;
    line-height: 22px;
    margin-top: 12px;
  }
  .tarif-line {
    margin: 12px 0;
    width: 80px;
  }
  .catalog-block {
    width: 100%;
    margin-top: 24px;
  }
  .catalog-list {
    padding-top: 8px;
  }
  .steps-item__number {
    width: 48px;
    min-width: 48px;
    margin-right: 16px;
    height: 48px;
  }
  .faq-item__title {
    font-size: 18px;
    line-height: 26px;
    padding: 16px;
  }
  .faq-item__text {
    padding: 0 16px 16px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 540px;
  }
  .result-block {
    width: 100%;
    margin-top: 24px;
  }
  .result-list {
    padding-top: 8px;
  }
  .main-logo {
    width: 160px;
  }
}
@media (max-width: 576px) {
  .container {
    width: 100%;
    padding: 0 16px;
  }
  .main-text strong {
    display: block;
  }
  .tarif-img {
    width: 100%;
  }
  .footer-text strong {
    display: none;
  }
  .footer-text span {
    margin-top: 4px;
    display: block;
  }
}