body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4, h5 {
font-weight: 300;
}
h1 {
    text-align: center;
    font-size: 46px;
}

h2 {
    font-size: 32px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
    font-weight: 400;
}
h5 {
    font-size: 16px;
    font-weight: 400;
}

p {
    font-size: 16px;
}
span {
    font-size: 16px;
}
div {

}
img {
    max-width: 100%;
}
.flex {
    display: flex;
}
.container {
    width: 1440px;
    margin: 15px auto;
}
table {

}
.feeds {
    flex: 0 0 30%;
}
.feed1 {

}
.feed1-1 {
    text-align: left;
    margin: 10px;
    border: #eee solid 1px;
    border-radius: 10px;
    box-shadow: #262626 0 5px 6px -4px;
}

.feed1-1 h3 {
    margin: 0;
    padding: 15px 0;
    border-radius: 10px 10px 4px 4px;
    text-align: center;
    font-weight: 600;
}

.feed1-1.montag h3 {
    background: #ebbb58;
}
.feed1-1.tehob h3 {
    background: #86b963;
}

.feed1-1.proekt h3 {
    background: #777;
    color: #fff;
}

.feed1-1 table {
    margin: 0 auto;
}
.feed1-1 tr {

}
.feed1-1 tr th {
    padding: 10px;
}
.feed1-1 tr td {
    padding: 5px 10px;
}
.feed2 {
    margin: 10px;
}
.feed3 {
    margin: 10px;
}

.feed2-1 {
    box-shadow: #262626 0 5px 6px -4px;
    margin-bottom: 20px;
}
.feed2-1 table {
    margin-bottom: 15px;
}
.feed2-1 table td {
    padding: 5px;
    border-bottom: gray dotted 1px;
}
.mngr {
    text-align: center;
    flex: 0 0 46%;
    padding: 0 10px 10px;
}
.mngr h5, .stage_deal h5 {
    padding: 10px 0;
}
.mngr img{
    border-radius: 15px;
    box-shadow: #333 0 8px 15px -5px;
    max-width: 80%;
}
.mngr span {
    font-size: 14px;
}
.stage_deal {
    flex: 0 0 45%;
    text-align: center;
}
.st_proekt {
    margin-top: 20px;
    padding: 26px 0;
    border: #4cb75e solid 1px;
    border-radius: 5px;
    text-align: center;
}


.feed2-1 h3 {
    margin: 0;
    padding: 15px 0;
    border-radius: 10px 10px 4px 4px;
    text-align: center;
    font-weight: 600;
    background: #86b963;
}

.feed2-1 h5 {
    margin: 0;
}


.feed222 {
    margin-top: 15px;
    justify-content: space-between;
}
.feed2-2 {
    flex: 0 0 48%;

}
.flex .feed2-2 h3 {
    background: #ebbb58;
    margin: 0;
    padding: 15px 0;
    border-radius: 10px 10px 4px 4px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.flex .feed3-1 h3 {
    background: #86b963;
    margin: 0;
    padding: 15px 0;
    border-radius: 10px 10px 4px 4px;
    text-align: center;
    font-weight: 600;

}
.feed3-1 {
    min-height: 350px;
    border: #eee solid 1px;
    border-radius: 10px;
    box-shadow: #262626 0 5px 6px -4px;
}
.feed3-2 h3 {
    background: #ebbb58;
    margin: 0;
    padding: 15px 0;
    border-radius: 10px 10px 4px 4px;
    text-align: center;
    font-weight: 600;
}

.feed3-2 {
    margin-top: 30px;
    min-height: 350px;
    border: #eee solid 1px;
    border-radius: 10px;
    box-shadow: #262626 0 5px 6px -4px;
}

@media (max-width: 1500px) {
    .container {
        width: 1160px;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 960px;
    }
}

@media (max-width: 980px) {
    .container {
        width: calc(100% - 30px);
    }
}