/* Общие стили */
*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    font-size: 17px;

    --white: #ffffff;
}

:focus {
    outline: 2px solid var(--darkAccentColor);
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

ul {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}

h1,
h2,
h3,
p {
    margin: 0;
}

h1 {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 6.25rem;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    color: #FCFFFC;
}

h2 {
    font-size: 2.67rem;
    color: #040F0F;
    margin-bottom: 50px;
    text-transform: uppercase;
}

h3 {
    font-size: 2.08rem;
    color: #FCFFFC;
    margin-bottom: 25px;
    line-height: 104%;
}

.container {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 1280px;
    margin: 0 auto;
}


/* banner (начало)*/

.banner {
    max-width: 1920px;
    height: 900px;
    background-image: url(../img/banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
}

.banner-content {
    display: flex;
    justify-content: space-between;
}

.title {
    display: flex;
    flex-direction: column;
    margin-top: 279px;
    gap: 18px;
}

.title-date {
    margin-left: 4px;
    color: #FCFFFC;
}

.title-desc-top {
    background-color: #2D3A3A;
}

.title-desc {
    font-size: 0.9rem;
    background-color: #248232;
}

.title-desc,
.title-desc-top {
    width: 820px;
    display: flex;
    flex-direction: column;
    padding: 50px;
    border-radius: 30px;
    gap: 10px;
    color: #FCFFFC;
}

.text {
    display: flex;
    width: 400px;
    height: 900px;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
}

.text-desc {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    background: #FCFFFC;
    color: #2D3A3A;
    
    gap: 10px;
    padding: 50px;
    border-radius: 50px;
}

strong {
    text-transform: uppercase;
}

a {
    text-decoration: none;
    color: #040F0F;
    padding: 10px 20px;
    border: 1px solid #040F0F;
    border-radius: 50px;
}

/* economy (начало)*/

.economy {
    background-color: #FCFFFC;
}

.economy-content {
    padding: 100px 0;
    margin: 0;
}

.economy-cards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cards {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.mowing,
.card-rosseti,
.road,
.snow,
.card-blank,
.wires,
.counter {
    width: 360px;
    padding-top: 74px;
    padding-bottom: 80px;
    padding-left: 80px;
    text-align: left;
    border-radius: 50px;
}

.mowing {
    color: #FCFFFC;
    background-color: #2D3A3A;
}

.snow,
.counter {
    color: #040F0F;
    background-color: #FCFFFC;
    border: 1px solid #2D3A3A;
}

.snow {
    background-color: #ffffff;
}

h3 span {
    color: #040F0F;
}

p.info {
    margin-bottom: 15px;
}

.card-rosseti {
    color: #FCFFFC;
    background-color: #2BA84A;
}

.counter a {
    display: flex;
}

.road {
    color: #FCFFFC;
    background-color: #2D3A3A;
}

.wires {
    background-color: #248232;
    color: #FCFFFC;
}

p.cost {
    margin-bottom: 25px;
}

.img-card {
    width: 200px;
    height: 200px;
    border-radius: 17px;
}

.img-card-wires,
.img-card-road {
    width: 200px;
    height: 200px;
    border-radius: 17px;
}


/* money (начало)*/

.money-content {
    padding-bottom: 100px;
}

.money-content-title {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}

.money-content-title h2 {
    margin-bottom: 0;
}

.money-content-title {
    align-items: end;
}

table {
    width: 1280px;
    border-collapse: collapse;
    color: #040F0F;
    font-weight: 400;
    font-size: 0.9rem;
}

th {
    border-bottom: 1px solid #E0E0E0;
    font-weight: normal;
    font-weight: 400;
    text-align: left;
    padding: 20px 0;
    height: 55px;
    width: 200px;
}

td {
    border-bottom: 1px solid #E0E0E0;
    padding: 15px 0;
}

th, td {
    padding-left: 30px;
}

tr {
    height: 45px;
    
}

.table-2 {
    margin-top: 50px;
    padding: 100px;
    background-color: #F5F5F5;
    border-radius: 50px;
}

.table-money {
    width: 1000px;
    margin: 0 auto;
}

.table-2 p {
    width: 300px;
    margin-bottom: 20px;
    color: #2BA84A;
    font-size: 2rem;
}

.table-2-text {
    font-size: 1rem;
    color: #040F0F;
}

/* bank (начало)*/

.bank {
    background-color: #46B361;
    padding: 100px 0;
}

.bank .container {
    flex-direction: row;
    justify-content: space-between;
}

.total {
   display: flex;
   align-items: center;
}

.total-h2 {
    color: #FCFFFC;
    margin-bottom: 0;
}

.total-h2 span {
    font-size: 1rem;
}

.total-rubles {
    display: flex;
    width: 713px;
    height: 284px;
    align-items: center;
    text-align: left;
    justify-content: center;
    color: #FCFFFC;
    font-size: 1.35em;
    font-weight: 400;
    border-radius: 50px;
    border: 3px solid #2BA84A;
}

/*information*/

.information {
    padding: 100px 0;
}

.information h2 {
    margin-bottom: 25px;
}

.information-box {
    min-width: 1280px;
    display: flex;
    flex-direction: column;
    padding: 40px 60px;
    margin-top: 25px;
    border: solid 1px #2D3A3A;
    border-radius: 50px;
    gap: 10px;
}

.information-title {
    color: #040F0F;
}

.information-box-heading {
    font-weight: 700;
    margin-bottom: 20px;
}

.information-box-subtitle {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.information-box-subtitle span, .information-box-desc span {
    background-color: #2BA84A;
    color: #FCFFFC;
}

.information-box-desc {
    text-indent: 30px;
}

/* footer (начало)*/

footer {
    background-color: #FCFFFC;
}

.footer-content {
    justify-content: center;
    background: #FCFFFC;
    text-align: center;
    margin: 0;
    padding-bottom: 100px;
    color: #2D3A3A;
    line-height: 104%;
}