@charset "UTF-8";
#prevMonth {
  margin: 0 30px 0 0;
}

.order__calendar {
  padding: 10px;
  max-width: 889px;
  max-height: 333px;
  width: 100%;
  height: 100%;
  border-radius: 13px;
  background: var(--system-background-light-primary, #FFF);
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 50px;
}
.calendar-header h1 {
  color: var(--blue-low, #31718E);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.38px;
}

.calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  font-weight: bold;
  margin-bottom: 10px;
}
.calendar-weekdays div {
  color: var(--label-color-light-tertiary, rgba(60, 60, 67, 0.3));
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  justify-items: center;
}

.calendar-day {
  margin: 10px;
  color: var(--black, #252525);
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  width: 32px;
  height: 32px;
  padding: 5px 0px 4px 0px;
  justify-content: center;
  align-items: center;
}

.selected-day {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 5px 0px 4px 0px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 5px;
  background: var(--blue-low, #31718E);
  color: var(--label-color-dark-primary, #FFF);
}

.content__service-home {
  margin: 40px 0 140px 0;
}

.service-home__title h2 {
  color: var(--blue, #00536F);
  text-align: center;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.service-home__block {
  width: 100%;
  max-height: 380px;
  border-radius: 15px;
  background: var(--blue-low, #31718E);
  margin: 0 10px 0px 0;
}
.service-home__block:last-child {
  margin: 0;
}
.service-home__row-blocks {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
}
.service-home__row {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.service-home__info {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin: 0 0 0 30px;
}
.service-home__points {
  margin: 20px 0 30px;
}
.service-home__points li {
  margin: 10px 0;
  display: flex;
  align-items: center;
  color: var(--white, #FFF);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.service-home__points li::before {
  content: "";
  display: block;
  background-color: var(--white, #FFF);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
.service-home__points li:last-child {
  margin: 10px 0 0px 0;
}
.service-home__points li:first-child {
  margin: 0 0 10px 0;
}
.service-home__price {
  margin-bottom: 20px;
}
.service-home__price span {
  color: var(--white, #FFF);
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.service-home__button {
  margin: 0 0 30px 0;
  color: var(--white, #FFF);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  width: 100%;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  background: var(--blue-low, #31718E);
  border: 2px solid var(--white, #FFF);
}
.service-home__name {
  margin: 30px 0 0 0;
}
.service-home__name h2 {
  color: var(--white, #FFF);
  font-family: Roboto;
  font-size: 29px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.service-home__image {
  margin: 0 0 0 30px;
}
.service-home__image img {
  width: 316px;
  height: 100%;
  object-fit: cover;
  object-position: right;
  border-radius: 0 15px 15px 0px;
}

.phishing__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  max-width: 1309px;
  width: 100%;
  height: 100%;
  padding: 40px;
  border-radius: 15px;
  background-image: url("../image/background/background-form.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.phishing__block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 83, 111, 0.7);
  border-radius: 15px;
}
.phishing__title {
  position: relative;
  z-index: 1;
  max-width: 654px;
}
.phishing__title h2 {
  color: var(--white, #FFF);
  text-align: center;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.phishing__text {
  position: relative;
  z-index: 1;
  margin: 20px 0 50px;
}
.phishing__text span {
  color: var(--white, #FFF);
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.phishing__form {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  max-width: 805px;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: var(--blue-low, #31718E);
}
.phishing__form input {
  padding: 0 0 0 20px;
  margin: 0 10px;
  height: 60px;
  width: 100%;
  border-radius: 15px;
  background: var(--white, #FFF);
}
.phishing__button {
  color: var(--white, #FFF);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  height: 60px;
  width: 180px;
  padding: 20px 64px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 15px;
  background: var(--red, #BE3203);
}

.content {
  position: relative;
}
.content__advantages {
  margin: 70px 0 0 0;
  padding: 20px;
  width: 100%;
  background-image: url("../image/background/background-opacity.webp");
  background-color: var(--blue, #00536F);
}

/* ========== БЛОК ПРЕИМУЩЕСТВ ========== */
.advantages__row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.advantages__info {
  margin: 0 0 0 50px;
  flex: 1;
}
.advantages__line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px solid #146783;
  padding: 40px 0;
}
.advantages__line:last-child {
  border-bottom: none;
}
.line__block {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
}
.line__block:first-child {
  margin-right: auto;
}
.line__block:last-child {
  margin-left: auto;
  margin-right: 0;
}
.line__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 15px;
}
.line__title span {
  color: var(--white, #FFF);
  text-align: center;
  font-family: Roboto;
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
}
.line__title p {
  color: var(--white, #FFF);
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

/* Адаптация для мобильных */
@media (max-width: 815px) {
  .advantages__line {
    flex-direction: column;
    padding: 20px 0;
  }
  .line__block {
    width: 100%;
    justify-content: flex-start;
  }
  .line__block:first-child,
  .line__block:last-child {
    margin: 0;
  }
  .line__block:first-child {
    margin-bottom: 20px;
  }
  .line__block:last-child {
    margin-top: 20px;
  }
  .line__title span {
    font-size: 24px;
  }
  .line__title p {
    font-size: 14px;
  }
}

.content__order {
  margin: 70px 0 0 0;
}

.order__block {
  width: 100%;
  height: 100%;
  padding: 40px 30px 30px;
  border-radius: 15px;
  background: var(--blue, #00536F);
}
.order__title {
  margin-bottom: 30px;
}
.order__title h2 {
  color: var(--white, #FFF);
  text-align: center;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.order__row {
  display: flex;
}
.order__form {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 30px;
  padding: 20px;
  max-width: 331px;
  max-height: 333px;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: var(--blue-low, #31718E);
}
.order__form input {
  margin-bottom: 20px;
  height: 60px;
  padding: 0 0 0 20px;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 15px;
  background: var(--white, #FFF);
}
.order__form input:nth-child(2) {
  margin: 20px 0;
}
.order__form .checkbox {
  margin: 0 0 0 20px;
}
.order__button {
  margin-top: 45px;
  color: #F2F9FB;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  width: 100%;
  padding: 20px 64px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 15px;
  background: var(--red, #BE3203);
}

@media (max-width: 1310px) {
  .advantages__image img {
    width: 280px;
    height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 1270px) {
  .service-home__info {
    margin: 0 30px;
  }
  .service-home__image {
    margin: 0;
  }
  .service-home__block {
    max-height: 100%;
  }
  .service-home__block:last-child .service-home__points {
    margin: 20px 0 15px;
  }
  .service-home__row {
    flex-direction: column-reverse;
  }
  .service-home__image img {
    width: 100%;
    height: 304px;
    border-radius: 15px 15px 0 0;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 1090px) {
  .advantages__info {
    display: flex;
    flex-direction: column-reverse;
  }
  .advantages__line:last-child {
    border-bottom: #146783 solid 3px;
  }
  .advantages__line:first-child {
    border-bottom: none;
  }
  .advantages__row {
    flex-direction: column;
  }
  .advantages__image img {
    width: 728px;
    height: 391px;
    object-fit: cover;
  }
}
@media (max-width: 1000px) {
  .phishing__block {
    background-image: url("../image/background/form-laptop.webp");
  }
}
@media (max-width: 860px) {
  .phishing__form {
    height: 100%;
    flex-direction: column;
    width: 100%;
    margin-bottom: 25px;
  }
  .phishing__form input {
    width: 90%;
    padding: 0 0 0 20px;
    margin: 10px 0;
  }
  .phishing__button {
    width: 90%;
    margin: 0 0 10px 0;
  }
  .phishing__title h2 {
    font-size: 28px;
  }
  .phishing__text {
    margin: 10px 0;
  }
  .phishing__text span {
    font-size: 20px;
  }
  .phishing__hint {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
  }
  /* Чекбокс на мобильных: ширина 90%, прижимаем к левому краю */
  .phishing__block .checkbox {
    margin-top: 15px;
    width: 90%;
    text-align: left;
  }
  .phishing__block .checkbox .checkbox-label {
    margin-left: 0;
  }
}
@media (max-width: 815px) {
  .advantages__image img {
    width: 440px;
    height: 391px;
  }
  .service-home__title h2 {
    font-size: 28px;
  }
  .service-home__row-blocks {
    flex-direction: column;
  }
  .service-home__block {
    margin: 0 0px 40px 0;
  }
}
@media (max-width: 768px) {
  .phishing__block {
    background-image: url("../image/background/form-mobile-B.webp");
  }
}
@media (max-width: 730px) {
  .order__row {
    flex-direction: column;
  }
  .order__form {
    margin: 20px 0 0 0;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .order__title h2 {
    font-size: 30px;
  }
  .advantages__info {
    margin: 0;
  }
  .line__title span {
    text-align: start;
    font-size: 20px;
  }
  .line__title p {
    text-align: start;
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .order__title h2 {
    font-size: 25px;
  }
  .phishing__title h2 {
    font-size: 24px;
  }
  .phishing__text span {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .order__title h2 {
    font-size: 20px;
  }
  .phishing__block {
    background-image: url("../image/background/form-mobile-M.webp");
  }
  .phishing__form {
    padding: 0;
  }
  .calendar-header {
    padding: 0px;
  }
  .calendar-day {
    margin: 0px;
  }
}
@media (max-width: 450px) {
  .advantages__image img {
    width: 320px;
    height: 220px;
  }
}
@media (max-width: 360px) {
  .order__title h2 {
    font-size: 15px;
  }
  .content__advantages {
    padding: 0;
  }
  .line__title span {
    margin: 10px 0;
    font-size: 16px;
  }
  .advantages__image img {
    width: 320px;
    height: 220px;
  }
  .phishing__block {
    background-image: url("../image/background/form-mobile-s.webp");
  }
  .phishing__title h2 {
    font-size: 19px;
  }
  .phishing__text {
    text-align: center;
  }
  .service-home__title h2 {
    font-size: 24px;
  }
}

/* ========== ДОПОЛНИТЕЛЬНЫЕ СТИЛИ ========== */
/* Подсказка и чекбокс для формы "Срочно проверить" */
.phishing__hint {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-family: Roboto, sans-serif;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
.phishing__checkbox {
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}
.phishing__checkbox .checkbox-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    font-family: Roboto, sans-serif;
}
.phishing__checkbox .checkbox-label input {
    width: 18px;
    height: 18px;
    margin: 0;
}
.phishing__checkbox .checkbox-label a {
    color: #fff;
    text-decoration: underline;
    font-size: 24px;
}

/* Выравнивание кнопок в блоках услуг */
.service-home__row-blocks {
    align-items: stretch;
}
.service-home__block {
    height: auto;
    max-height: none;
}
.service-home__row {
    height: 100%;
}
.service-home__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 30px;
}
.service-home__points {
    flex: 1 0 auto;
}
.service-home__button {
    margin-bottom: 0;
}

/* Стили для новых блоков (как мы работаем, мастера, отзывы, FAQ) */
#how-we-work-block .section-title,
#masters-block .section-title,
#reviews-block .section-title,
#faq-block .section-title {
    font-size: 36px;
    font-weight: 600;
    font-family: Roboto, sans-serif;
    text-align: center;
    margin: 0 0 48px 0;
    color: #00536F;
}
#how-we-work-block .section-title span,
#masters-block .section-title span,
#reviews-block .section-title span,
#faq-block .section-title span {
    color: #31718E;
    border-bottom: 4px solid #BE3203;
    padding-bottom: 6px;
}

#how-we-work-block .steps-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin: 40px 0;
}
#how-we-work-block .step-card {
    background: #FFF;
    border-radius: 20px;
    padding: 32px 20px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}
#how-we-work-block .step-icon {
    width: 90px;
    height: 90px;
    background: rgba(49,113,142,0.1);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 3rem;
    color: #31718E;
}
#how-we-work-block .step-card h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 10px;
    font-family: Roboto;
    color: #31718E;
}
#how-we-work-block .step-card p {
    font-size: 16px;
    line-height: 1.4;
    color: #4a5e6e;
}

#masters-block .masters-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    margin: 40px 0;
}
#masters-block .master-card {
    background: #FFF;
    border-radius: 20px;
    padding: 28px 20px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}
#masters-block .master-photo {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 15px;
    display: block;
    border: 3px solid #31718E;
}
#masters-block .master-name {
    font-size: 24px;
    font-weight: 600;
    font-family: Roboto;
    margin: 12px 0 6px;
    color: #1e4663;
}
#masters-block .master-card div:not(.master-name):not(.rating) {
    font-size: 16px;
    color: #6c7a89;
}
#masters-block .rating {
    margin-top: 12px;
    color: #F4B942;
    font-size: 18px;
}

#reviews-block .reviewSwiper {
    padding-bottom: 70px;
}
#reviews-block .review-card {
    background: #FFF;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}
#reviews-block .review-header {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 18px;
}
#reviews-block .review-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #31718E;
}
#reviews-block .review-header strong {
    font-size: 18px;
    font-weight: 600;
    color: #1e4663;
}
#reviews-block .review-header small {
    font-size: 13px;
    color: #8c9aa8;
}
#reviews-block .stars {
    margin: 12px 0;
    color: #F4B942;
    font-size: 18px;
}
#reviews-block .review-card p {
    font-size: 16px;
    line-height: 1.5;
    color: #4a5e6e;
    flex: 1;
}

#faq-block .faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 48px;
    margin: 40px 0;
}
#faq-block .faq-item {
    border-bottom: 1px solid #e2edf2;
}
#faq-block .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    font-weight: 600;
    font-size: 20px;
    font-family: Roboto;
    cursor: pointer;
    color: #1e4663;
}
#faq-block .faq-icon {
    font-size: 26px;
    font-weight: 300;
    color: #31718E;
    transition: transform 0.2s;
}
#faq-block .faq-item.active .faq-icon {
    transform: rotate(45deg);
}
#faq-block .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    font-size: 16px;
    line-height: 1.5;
    color: #4a5e6e;
    padding-bottom: 0;
}
#faq-block .faq-item.active .faq-answer {
    max-height: 320px;
    padding-bottom: 20px;
}

@media (max-width: 1100px) {
    #how-we-work-block .steps-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
}
@media (max-width: 768px) {
    #faq-block .faq-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    #faq-block .faq-question {
        font-size: 18px;
    }
    #how-we-work-block .steps-grid {
        grid-template-columns: 1fr;
    }
    #how-we-work-block .step-card h3 {
        font-size: 22px;
    }
    #reviews-block .review-avatar {
        width: 70px;
        height: 70px;
    }
}

.advantages__line:first-child .line__block {
    margin-right: auto;
}

.floating-phone-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: none;
}

.floating-phone-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #BE3203;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease;
    font-size: 28px;
    text-decoration: none;
}

.floating-phone-button a:hover {
    transform: scale(1.05);
    background-color: #9e2a03;
}


@media (max-width: 768px) {
    .floating-phone-button {
        display: block;
    }
}




