
* {
 
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Montserrat', sans-serif;
    min-height: 100vh;
}

.menu {
    background-color: #dd2211;
    background-image: url(img/background.jpg);
    background-size: cover;
    background-blend-mode: color-burn;
    padding-bottom: 200px;


}

.container {
    max-width: 1060px;
    margin: 0 auto;
    /*Выравнивание по центру*/
}

.menu_inner {
    padding: 30px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    /* удаляем лишнее*/
}

.nav {
    display: flex;
    list-style: none;
    padding: 7px 15px;
    font-size: 18px;
    color: white;
}

.nav li a {
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    font-family: Montserrat;

}


.nav li a:hover {
    background-color: #130e27;
    color: white;
    border-radius: 5px;
}



.container_1 {
    width: 995px;
    margin: 0 auto;
}


.header__title1 {
    line-height: 82px;
    font-size: 90px;
    font-family: Montserrat;
    color: #130e27;
    /*не нужные свойства
    padding-left: 107px;
    margin: 0 auto; 
    height: 80px; */
}

.white {
    color: #fff;
}

.header__text {
    padding-top: 161px;
    max-width: 1060px;
    margin: 0 auto;
    /*Измени ширину текста на нужное значение*/
}


.h1_texts {
    padding-top: 50px;
    margin: 0;
    font-family: 'PT Serif';
    /* margin: 0; */
    font-size: 20px;
    color: #ffffff;
    /* padding-top: 50px; */
}



h2{
    color: #130E27;
    font-size: 50px;
    font-weight: 700;
    padding: 50px;
    text-transform: uppercase;
    
}

.Team {
    padding-top: 45px;
 }

.team__title{
    font-size: 50px;
    color:#130e27;
    font-weight: 700px;
    text-transform: uppercase;
    

}
.cards {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 70px 0;
}
.icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 40px;
    
}


.item__text {
    font-size: 20px;
    font-family: 'PT Serif';
    color: #262626;
    font-weight: 400px;
    line-height: 20px;
    width: 180px;
}

.line_bg_blue{
    background-color: #130e27;

}
#our_story{
    height: 124px;
    
}

#our_story .content{
    display: flex;
    align-items:center;
    justify-content:space-around;
    height: 100%;
    margin: 0;

   
}

#our_story .content p{
    color: #fff;
    font-family:'PT Serif' ;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 600px;
    
 

}

a.story__btn{
    text-decoration: none;
    padding: 20px 70px;
    font-family: 'PT Serif';
    background: #C62314;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    font-size: 22px;
}

.pricing{
    padding-top: 50px;
    background-color: #efefef;
    font-family: 'Montserrat';
    text-align: center;
   

}
.price_grid{
    padding-top: 45px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    padding-left: 130px;
    padding-right: 130px;
 
}

.card_pricing{
    min-width: 210px;
    max-height: 460px;
    border-radius: 5px;
    background-color: #fff;
    padding: 35px  70px ;
   
}
.card_pricing h3{
    color: #161616;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-family: 'PT Serif';
    line-height: 28px;
    font-weight: 400;

}

.card_price{
    color: #C62314;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 60px;
    font-weight: 700;
    margin: 40px 0 30px 0;

}

.card_content > p{
    color:#161616;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    
}

.card_btn{
    width: 205px;
    height: 50px;
    border-radius: 5px;
    border: none;
    margin-top: 40px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    color:#fff;
}
.bg_blue{
    background-color: #130e27;
}
.bg_orange{
    background-color: #C62314;
}

footer{
    height: 190px;
    background: #130e27;
 
}

.content1{
    color: #ffffff;
    height: 100%;
    font-size: 20px;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    line-height: 28px;
    display:flex;
    align-items:center;
    justify-content:space-around

}
.color-orange{
    color: #C62314;
}

button{
    cursor: pointer;
}
