/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #c1c1c1;
}

/* Первая часть страницы */

.header {
    padding-top: 40px;
    max-width: 1440px;
    margin: 0 auto;
    background: linear-gradient(rgba(222, 29, 14, 0.85), rgba(222, 29, 14, 0.85)), url(../Img/изображение\ cut.png); /*Наложение цвета на фоновый ресунок*/
    background-size: cover;
    background-position: center;

}
.header__conteiner {
    max-width: 1050px;
    margin: 0 auto;
}
.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;

}


.logo__img {
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.nav__list {
    list-style: none;  /*скрываем маркеры списка*/
    display: flex;
}
.nav__item {
    padding: 6px 15px;
    border-radius: 5px;
}
.nav__link {
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    transition: 0.5s;
}
.headr__content {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}
.heder__title {
    margin-bottom: 50px;
    font-size: 90px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: -0,02em;
    max-width: 530px;
    color: #130E27;
    text-shadow: 0 4px 4px rgb(0, 0, 0, 0.25);
}
.header__title--color {
    color: #fff;
}
.header__text {
    max-width: 495px;
    font-family: "PTSerif", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    text-shadow: 0 4px 4px rgb(0, 0, 0, 0.25);
    color: #fff;
    margin-bottom: 180px;
}

/* Вторая часть страницы */

.main {
    max-width: 1440px;
    margin: 0 auto;
    background-color: #fff;
}
.services {
    max-width: 1050px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 70px;
}
.services__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: -0.02em;
    -webkit-text-stroke: 2px black;   /*Создаем обводку текста*/
    paint-order: stroke fill;  /*Меняет порядок заливки сначало ресует контур потом заливает цвет*/
    color: #C62314;
    text-transform: uppercase;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 80px;

}
.services__title--accent {
    color: #130E27;
}

.services__list {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    column-gap: 120px;
    
}
.service-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}


.service-card__icon {
    margin-bottom: 45px;
}
.service-card__text {
    text-align: center;
    font-family: "PTSerif", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.03em;
    color: #161616;
}


/* Третья часть страницы */
.info {
    max-width: 1440px;
    margin: 0 auto;
    background-color: #130E27;
}
.info-iner {
    max-width: 1050px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.info__text {
    color: #fff;
    max-width: 610px;
    font-family: "PTSerif", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    margin: 34px 0;

}
.info__link {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 20px 70px;
    background-color: #C62314;
    border-radius: 5px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s;
}

/* Четвертая часть */
.pricing {
    max-width: 1440px;
    margin: 0 auto;
    background-color: #EFEFEF;
    padding: 50px 0 70px 0;
}
.pricing__container {
    max-width: 1050px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.pricing__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    -webkit-text-stroke: 1px black;
    paint-order: stroke fill;
    color: #130E27;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 50px;
}
.pricing__list {
    display: flex;
    justify-content: center;
    column-gap: 20px;
}
.pricing-card {
    width: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
}
.pricing-card__title {
    font-family: "PTSerif", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    color: #161616;
    margin-top: 35px;

}
.pricing-card__price {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: -0.02em;
    color: #C62314;
    text-transform: uppercase;
    margin: 40px 0 30px 0;
    
}
.pricing-card__description {
    font-family: "PTSerif", sans-serif;
    font-weight: 400;
    font-size: 20px;
    list-style-type: none;
    line-height: 1.4;
    letter-spacing: -0.03em;
    color: #161616;
    text-align: center;
}




.button {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 0;
    background-color: #130E27;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;

}
.pricing-card__button {
    margin: 40px 0;
    width: 100%;      /*Что бы кнопка занимала все место но останавливалась на устоновленном лемите*/
    max-width: 205px;
}

/* Пятая часть */
.footer {
    max-width: 1440px;
    margin: 0 auto;
    background-color: #130E27 ;
}
.footer__content {
    max-width: 1050px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.footer__text {
    font-family: "PTSerif", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #fff;
}
.footer__text--accent {
    color: #C62314;
}
.footer__logo {
    margin: 60px 0;
}














@font-face {
    font-family: 'Montserrat';
    src: url(../Fonts/Montserrat-Bold.woff2) format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url(../Fonts/Montserrat-Medium.woff2) format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PTSerif';
    src: url(../Fonts/PTSerif-Regular.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


.info__link:hover {
    transform: scale(110%);
    transition: 0.5s;
}
.nav__item:hover {
    background-color: #130E27;
    box-shadow: 0 4px 4px rgb(0, 0, 0, 0.25);
    transition: 0.5s;
}
.button:hover {
    background-color: #C62314;
    transition: 0.3s;
}