@font-face {
  font-family: "Book";
  src: url("../fonts/book.ttf");
  font-weight: normal;
  font-style: normal; }
/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none; }

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

/* Links */
a,
a:link,
a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

/* Common */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit; }

ul,
ul li {
  list-style: none; }

img {
  vertical-align: top; }

img,
svg {
  max-width: 100%;
  height: auto; }

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input::-ms-clear {
  display: none; }

button,
input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  cursor: pointer; }

input:focus,
input:active,
button:focus,
button:active {
  outline: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.container {
  max-width: 1268px;
  width: 100%;
  margin: 0 auto; }

body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #000;
  font-size: 16px; }

.main {
  overflow-x: hidden; }

.header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  transition: 400ms ease all; }
  .header__logo-b {
    display: none; }
  .header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px; }
  .header__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-size: 18px; }
    .header__nav-item {
      color: #fff;
      transition: 200ms ease all; }
      .header__nav-item:hover {
        color: #cb995a; }
  .header__tel {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    transition: 200ms ease all; }
    .header__tel:hover {
      color: #cb995a; }
  .header--scroll {
    background: #fff;
    box-shadow: 0px -5px 5px -5px rgba(34, 60, 80, 0.6) inset; }
    .header--scroll .header__nav-item,
    .header--scroll .header__tel {
      color: #000; }
      .header--scroll .header__nav-item:hover,
      .header--scroll .header__tel:hover {
        color: #cb995a; }
    .header--scroll .header__logo img {
      display: none; }
    .header--scroll .header__logo .header__logo-b {
      display: inline-block; }
  .header__burger {
    display: none; }
  .header .mob-nav {
    display: none;
    background: #fff;
    padding: 15px 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 91px;
    z-index: 10;
    box-shadow: 0px -5px 5px -5px rgba(34, 60, 80, 0.6) inset; }
    .header .mob-nav .container {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 5px; }
    .header .mob-nav .header__nav-item {
      display: block;
      color: #000;
      padding-bottom: 5px;
      border-bottom: 1px solid #ccc;
      width: 100%;
      font-size: 16px; }
      .header .mob-nav .header__nav-item:last-child {
        border: none; }
    @media (max-width: 767px) {
      .header .mob-nav {
        top: 74px; } }
    @media (max-width: 479px) {
      .header .mob-nav {
        top: 50px; } }

.btn {
  font-size: 18px;
  color: #fff;
  background: #cc0116;
  font-family: "Book";
  display: inline-flex;
  align-items: center;
  padding: 15px 20px;
  border-radius: 10px; }
  .btn:hover {
    background: #89000e; }

.hero {
  padding-top: 364px;
  padding-bottom: 290px;
  background: url("../img/hero-bg.jpg") no-repeat;
  background-position: center;
  background-size: cover; }
  .hero__title {
    color: #fff;
    font-size: 48px; }
    .hero__title span {
      display: block;
      text-transform: uppercase;
      font-size: 92px;
      font-family: "Book"; }
  .hero__btn {
    font-size: 24px;
    margin-top: 38px; }

.title {
  text-align: center;
  font-family: "Book";
  font-size: 40px;
  padding-bottom: 32px; }

.services {
  padding-top: 45px; }
  .services__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px; }
  .services__item {
    padding: 20px 15px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border: 0.5px solid #000;
    border-radius: 10px; }
    .services__item-logo {
      height: 150px;
      width: 100%;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }
      .services__item-logo img {
        margin: 0 auto;
        max-width: 100%; }
  .services__title {
    font-size: 20px;
    font-weight: 500;
    min-height: 48px;
    padding-bottom: 10px; }
  .services__desc {
    font-size: 18px;
    padding-bottom: 30px; }
  .services__link {
    font-family: "Book";
    font-size: 18px;
    border-bottom: 1px solid #000;
    transition: 200ms ease all;
    color: #000; }
    .services__link:hover {
      border-color: transparent; }
  .services__group {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; }

.about {
  padding-top: 60px;
  padding-bottom: 60px; }
  .about__grid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .about__avatar {
    min-width: 435px;
    margin-right: 25px;
    width: 435px; }
    .about__avatar img {
      width: 100%; }
  .about__info {
    flex: 1; }
  .about__features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-bottom: 20px; }
  .about__feature {
    position: relative; }
    .about__feature::after {
      content: "";
      width: 2px;
      height: 100%;
      background: #cc0116;
      position: absolute;
      right: -14px;
      top: 0; }
    .about__feature:last-child::after {
      content: none; }
    .about__feature img {
      max-width: 100%;
      margin: 0 auto 20px;
      display: block; }
    .about__feature-title {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 15px; }
    .about__feature-desc {
      font-size: 14px; }
  .about__gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px; }
  .about__btn {
    margin-top: 25px; }

.consult {
  padding: 60px 0;
  background: url("../img/form-bg.jpg") no-repeat;
  background-position: center;
  background-size: cover; }
  .consult__grid {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .consult__form {
    min-width: 340px;
    width: 340px;
    margin-left: 80px;
    padding: 33px 33px 40px;
    border-radius: 20px;
    background: rgba(164, 164, 163, 0.5); }
    .consult__form-title {
      text-align: center;
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 30px;
      color: #fff; }
    .consult__form-submit {
      width: 100%;
      margin-bottom: 20px; }
  .consult__info {
    color: #fff;
    font-size: 35px; }
    .consult__info h2 {
      font-family: "Book";
      font-size: 60px;
      margin-bottom: 20px; }

.input__field {
  width: 100%;
  outline: none;
  background: #fff;
  font-size: 18px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  padding: 12px 14px;
  border-radius: 5px;
  margin-bottom: 14px; }
  .input__field::placeholder {
    color: #8a8a8a; }

.form-note {
  text-align: center;
  font-size: 11px;
  color: #fff; }
  .form-note a {
    color: #fff;
    text-decoration: underline; }
    .form-note a:hover {
      text-decoration: none; }

.slider-nav__item {
  position: absolute;
  top: calc(50% - 23px);
  z-index: 4; }
  .slider-nav__item--prev {
    left: -60px; }
  .slider-nav__item--next {
    right: -60px; }

.works {
  padding-top: 60px; }
  .works__slider {
    overflow: hidden; }
  .works__container {
    position: relative; }
  .works__slide-link {
    width: 100%;
    outline: 0; }
    .works__slide-link img {
      width: 100%;
      object-fit: cover; }
  .works__slide-btn {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    align-items: center;
    justify-content: center; }

.prices {
  padding-top: 60px; }
  .prices__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px; }
  .prices__item {
    padding: 50px 18px;
    border: 1px solid #bbbbbb;
    align-self: start;
    border-radius: 0 0 30px 30px;
    position: relative;
    background: #fff; }
    .prices__item::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 6px;
      filter: blur(3px);
      top: 5px;
      background: #505050;
      opacity: 0.2;
      border-radius: 0 0 30px 30px;
      z-index: -1; }
    .prices__item-title {
      font-family: "Book";
      font-size: 24px;
      color: #cc0116;
      padding-bottom: 16px; }
  .prices__list span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 15px; }
  .prices__list ol {
    padding-left: 20px;
    font-size: 14px;
    padding-bottom: 20px; }
  .prices__val {
    text-align: center;
    font-size: 20px;
    font-weight: 500; }
  .prices__btn {
    position: absolute;
    bottom: -25.5px;
    left: calc(50% - 86.5px); }

.reviews {
  padding-top: 80px;
  padding-bottom: 60px; }
  .reviews__subtitle {
    max-width: 700px;
    margin: 0 auto;
    text-align: center; }
  .reviews__grid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0 40px; }
  .reviews__yandex {
    min-width: 544px;
    width: 544px; }
    .reviews__yandex img {
      width: 100%; }
  .reviews__container {
    flex: 1;
    max-width: calc(100% - 110px - 544px);
    position: relative; }
  .reviews__slider {
    overflow: hidden; }
  .reviews__slider-link {
    display: block; }
    .reviews__slider-link img {
      width: 100%;
      display: block; }

.faq {
  padding-top: 60px;
  padding-bottom: 60px; }
  .faq__item {
    padding: 30px;
    background: #000;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 15px; }
    .faq__item-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
      cursor: pointer; }
    .faq__item-title {
      font-family: "Book";
      font-size: 30px; }
    .faq__item-link {
      display: flex;
      align-items: center; }
    .faq__item .faq__item-close {
      display: none; }
    .faq__item-answer {
      padding-top: 25px;
      display: none; }
      .faq__item-answer p {
        padding-bottom: 15px; }
        .faq__item-answer p:last-child {
          padding-bottom: 0; }
    .faq__item--active .faq__item-arrow {
      display: none; }
    .faq__item--active .faq__item-close {
      display: inline-block; }
  .faq__subtitle {
    text-align: center;
    padding-bottom: 30px; }
  .faq__features {
    padding-top: 80px; }
    .faq__features-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 60px; }
    .faq__features-item {
      display: flex;
      align-items: center;
      gap: 30px; }
      .faq__features-item-num {
        font-size: 120px;
        font-weight: 800;
        color: #ededed; }
      .faq__features-item-title {
        font-size: 18px;
        font-weight: 500;
        padding-bottom: 15px; }

.consult--contacts .consult__grid {
  align-items: flex-start; }
.consult--contacts .consult__contacts {
  width: 100%;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px; }
  .consult--contacts .consult__contacts .title {
    text-align: left;
    color: #fff;
    padding-bottom: 15px; }
  .consult--contacts .consult__contacts .contact-item {
    color: #fff; }
.consult--contacts .contacts-map {
  flex: 1;
  height: 345px;
  margin-left: 30px;
  border-radius: 20px; }
.consult--contacts .consult__form {
  margin-left: 30px; }

.contact-item {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-family: "Book";
  font-size: 14px; }

.footer {
  padding-top: 50px; }
  .footer__main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: 1px solid #a4a4a3; }
  .footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 20%;
    gap: 10px; }
  .footer__logo {
    padding-bottom: 15px; }
  .footer .contact-item {
    color: #000; }
  .footer__nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-left: 50px;
    width: 100%;
    max-width: 23%; }
    .footer__nav-title {
      font-size: 18px;
      font-weight: 500; }
    .footer__nav-item {
      font-size: 14px;
      color: #000;
      text-decoration: underline !important; }
      .footer__nav-item:hover {
        text-decoration: none !important; }
  .footer__info {
    flex: 1;
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    font-size: 14px; }
    .footer__info-title {
      font-size: 14px;
      font-weight: 500; }
  .footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0; }
    .footer__bottom .politic {
      font-size: 14px;
      color: #000;
      text-decoration: underline; }
      .footer__bottom .politic:hover {
        text-decoration: none; }
  .footer .copyright {
    display: flex;
    align-items: center;
    font-size: 14px; }
    .footer .copyright a {
      display: inline-block;
      margin: 0 4px;
      color: #000;
      text-decoration: underline; }
      .footer .copyright a:hover {
        text-decoration: none; }

@media (max-width: 1365px) {
  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }

  .header {
    padding: 14px 0; }
    .header__nav-item {
      font-size: 16px; }
    .header__tel {
      font-size: 16px; }

  .hero {
    padding-top: 200px;
    padding-bottom: 150px; }

  .works__container {
    padding: 0 80px; }

  .slider-nav__item--prev {
    left: 0; }

  .slider-nav__item--next {
    right: 0; }

  .reviews__grid {
    align-items: center; }
    .reviews__grid .slider-nav__item--prev {
      left: -50px; }
    .reviews__grid .slider-nav__item--next {
      right: -50px; } }
@media (max-width: 1199px) {
  .header {
    background: #fff;
    box-shadow: 0px -5px 5px -5px rgba(34, 60, 80, 0.6) inset; }
    .header__nav-item {
      display: none; }
    .header__logo img {
      max-width: 200px; }
    .header .header__nav-item,
    .header .header__tel {
      color: #000; }
      .header .header__nav-item:hover,
      .header .header__tel:hover {
        color: #cb995a; }
    .header .header__logo img {
      display: none; }
    .header .header__logo .header__logo-b {
      display: inline-block; }
    .header__burger {
      display: flex;
      width: 35px;
      flex-direction: column;
      padding: 5px 0;
      gap: 6px;
      margin-left: 10px; }
      .header__burger span {
        width: 100%;
        display: inline-block;
        background: #fff;
        height: 2px;
        min-height: 2px;
        border-radius: 4px;
        transition: 200ms ease all;
        position: relative;
        background: #000; }
      .header__burger--active span:nth-child(2) {
        opacity: 0; }
      .header__burger--active span:nth-child(1) {
        transform: rotate(45deg);
        top: 7px; }
      .header__burger--active span:nth-child(3) {
        transform: rotate(-45deg);
        top: -8px; }

  .hero__title span {
    font-size: 70px; }

  .hero__title {
    font-size: 30px; }

  .hero__btn {
    font-size: 20px; }

  .services__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px; }

  .about__grid {
    flex-direction: column;
    align-items: center;
    gap: 30px; }

  .about__avatar {
    margin-right: 0;
    min-width: 50%;
    width: 50px; }

  .about__info {
    text-align: center; }

  .consult__info h2 {
    font-size: 40px; }

  .consult__info {
    font-size: 30px; }

  .consult__form {
    margin-left: 40px; }

  .btn {
    font-size: 16px; }

  .prices__grid {
    gap: 10px; }

  .prices__btn {
    left: calc(50% - 79px); }

  .reviews__yandex {
    min-width: 45%;
    width: 45%; }

  .reviews__container {
    flex: 1;
    max-width: calc(100% - 50px - 50%);
    position: relative; }

  .faq__features-grid {
    grid-gap: 30px; }

  .footer__contacts {
    max-width: 26%; } }
@media (max-width: 989px) {
  .consult__info h2 {
    font-size: 38px; }

  .consult__info {
    font-size: 26px; }

  .prices__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 40px;
    grid-column-gap: 15px; }

  .faq__item-title {
    font-size: 24px; }

  .faq__features-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px; }

  .faq__features-item-num {
    min-width: 155px;
    text-align: center; }

  .consult--contacts .consult__grid {
    flex-wrap: wrap;
    align-items: center; }
    .consult--contacts .consult__grid .consult__contacts {
      width: 100%;
      max-width: 100%;
      margin-bottom: 30px; }
    .consult--contacts .consult__grid .contacts-map {
      min-width: 49%;
      flex: none;
      margin-left: 0; } }
@media (max-width: 767px) {
  .header__logo img {
    max-width: 150px; }

  .header__tel {
    font-size: 14px; }

  .hero {
    display: flex;
    padding: 0 0 30px;
    min-height: 550px;
    background-position-x: 62%; }
    .hero .container {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      text-align: center; }

  .hero__title span {
    font-size: 50px; }

  .hero__title {
    font-size: 25px; }

  body {
    font-size: 14px; }

  .hero__btn {
    margin-top: 20px; }

  .title {
    font-size: 30px; }

  .services__title {
    min-height: auto;
    font-size: 16px; }

  .services__desc {
    padding-bottom: 15px; }

  .services__item-logo img {
    max-width: 60%;
    height: auto; }

  .services__desc {
    font-size: 14px; }

  .services__item-logo {
    height: 100px;
    margin-bottom: 15px; }

  .about__features {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px; }

  .about__feature {
    padding-bottom: 15px;
    border-bottom: 1px solid #cc0116; }
    .about__feature:last-child {
      border: none; }
    .about__feature::after {
      content: none; }

  .about__feature-title {
    font-size: 16px; }

  .consult__grid {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px; }

  .consult__info {
    text-align: center; }

  .consult__info h2 {
    font-size: 30px;
    margin-bottom: 10px; }

  .consult__info {
    font-size: 20px; }

  .consult__form {
    margin-left: 0; }

  .reviews__grid {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0; }

  .reviews__yandex {
    min-width: auto;
    width: 62%; }

  .reviews__container {
    max-width: 100%;
    width: 62%; }

  .faq__item-title {
    font-size: 20px; }

  .faq__item {
    padding: 20px 15px; }

  .faq__item-link img {
    min-width: 40px;
    width: 40px; }

  .consult--contacts .consult__form {
    margin-left: 0; }

  .consult--contacts .consult__grid .contacts-map {
    min-width: auto;
    width: 340px; }

  .consult--contacts .consult__grid .consult__contacts {
    max-width: 340px; }

  .footer__main {
    flex-wrap: wrap; }

  .footer__contacts {
    max-width: 100%;
    margin-bottom: 20px; }

  .footer__nav {
    margin-left: 0;
    max-width: 42%; }

  .footer__nav-title {
    font-size: 16px; }

  .footer__info {
    margin-left: 20px; }

  .footer__bottom {
    flex-direction: column;
    gap: 15px; } }
@media (max-width: 479px) {
  .header {
    padding: 10px 0; }

  .header__logo img {
    max-width: 100px; }

  .header__tel {
    font-size: 13px;
    gap: 4px; }
    .header__tel img {
      width: 18px; }

  .header__nav {
    gap: 10px; }

  .hero__title span {
    font-size: 40px; }

  .hero__title {
    font-size: 20px; }

  .services__grid {
    grid-template-columns: repeat(1, 1fr); }

  .hero {
    background-position-x: 60%; }

  .title {
    font-size: 25px; }

  .services__link {
    font-size: 14px; }

  .services__item-logo {
    height: auto;
    margin: 0 auto 15px; }

  .about__gallery {
    gap: 15px; }

  .works__container {
    padding: 0 40px; }

  .slider-nav__item img {
    width: 30px; }

  .prices__grid {
    grid-template-columns: repeat(1, 1fr); }

  .prices__item {
    padding-top: 20px; }

  .prices__item-title {
    font-size: 18px; }

  .prices__val {
    font-size: 18px; }

  .faq__item-header {
    gap: 15px; }

  .faq__item {
    border-radius: 15px; }

  .faq__item-link img {
    min-width: 20px;
    width: 20px; }

  .faq__item-title {
    font-size: 16px; }

  .faq__features {
    padding-top: 60px; }

  .faq__features-item {
    gap: 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; }

  .faq__features-item-num {
    font-size: 60px;
    min-width: auto; }

  .faq__features-item-title {
    font-size: 16px;
    padding-bottom: 5px; }

  .footer__nav {
    max-width: 100%;
    margin-bottom: 20px; }

  .footer__info {
    margin-left: 0; }

  .footer__bottom {
    text-align: center; } }
.blocker {
  z-index: 99 !important; }

.modal a.close-modal {
  display: none; }

.modal {
  max-width: 800px; }

.modal {
  padding: 45px;
  border-radius: 10px; }
  .modal .modal-success {
    display: none; }
  .modal .modal-form {
    max-width: 300px;
    margin: 0 auto; }
  .modal .modal__close {
    position: absolute;
    right: 10px;
    top: 10px; }
  .modal .modal__title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px; }
  .modal .input__field {
    border: 1px solid #a4a4a4; }
  .modal .form-group__title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px; }
  .modal .form-note {
    color: #000; }
    .modal .form-note a {
      color: #000; }

.modal-success {
  text-align: center; }
  .modal-success img {
    margin-bottom: 20px; }

@media (max-width: 479px) {
  .modal {
    padding: 45px 15px; }

  .modal .modal__title {
    font-size: 25px; } }
.modal--success .modal-content {
  display: none; }
.modal--success .modal-success {
  display: block; }

.modal-check .modal-success {
  display: block; }

/*# sourceMappingURL=index.css.map */

.header__tel a {
  color: #fff;
}

.header__tel a:hover{
  color: #cb995a;
}

.header--scroll .header__tel a {
  color: #000;
}
.header--scroll .header__tel a:hover {
  color: #cb995a;
}

@media (max-width: 1199px){
  .header__tel a {
    color: #000!important;
  }
}