.delivery-items__wrap {
    padding: 0 0 20px 0;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.item {
    width: 250px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    padding-bottom: 10px;
    background: #ffffff;
    border: 1px solid #dddddd;
    min-height: 150px;
    margin: 15px;
}
.item .item-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.item-text p {
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    text-align: center;
}
.header-search-block input {
    padding: 0 0 0 18px !important;
}

/*text-wrapper*/
.simple-text-pic-wrap img {
    max-width:  350px;
}






.main-text-wrap-section {
    /*margin-bottom: */
}
@media (max-width: 768px) {
    .main-text-wrap-section .text-wrapper {
        padding: 20px 0;
    }
}


.text-wrapper h1 {
    font-size: 32px;
    color: #343A40;
    font-weight: 600;
    margin-bottom: 20px;
}

.main-text-wrap h1 {
    margin-top:0;
}

.text-wrapper p {
    font-size: 15px;
    color: #495057;
    line-height: 17px;
    margin-bottom: 15px;
}


.main-text-wrap  {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.main-text-wrap .text-wrapper {
    width: 100%;
    max-width: 792px;
    margin-right: 26px;
}

.main-page-news-block {
    display:flex;
    width:100%;
    max-width: 335px;
    background: #F1F3F5;
    border-radius: 10px;
    padding:20px 24px;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}


.triple-input-row.input-row {
    display:flex;
}

.triple-input-row.input-row .input-row {
    display: none;
    margin-bottom: 0;
    margin-right: 9px;
}


.triple-input-row .input-row.over-input {
    display: block;
    margin-right:9px;
}


.triple-input-row.input-row:last-child {
    margin-right:0;
}

.triple-input-row.input-row input.over-input {
    display: block;
    margin-right: 0;
}

.main-page-news-block::after {
    content:'';
    position: absolute;
    width:46px;
    height:38px;
    top:20px;
    right:24px;
    background:url(../img/icon-calendar.svg);
    background-size:cover;
}

.aside-block-title, .aside-block-title a{
    font-size: 24px;
    color: #343A40;
    margin-bottom: 15px;
    font-weight: 600;
}

.aside-block-title a{
    color: #448056;
}

.main-block-news-unit {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 19px;
    padding-top: 10px;
}

.main-block-news-unit:first-child {
    padding-top: 0;
}

.main-block-news-unit:last-child {
    border-bottom: none;
}

.news-date {
    font-size: 13px;
    color: #868E96;
    letter-spacing: 0.2px;
    line-height: 18px;
}

.news-title {
    font-size: 13px;
    color: #343A40;
    line-height: 1.3;
    text-decoration: underline;
}

.news-title:hover {
    text-decoration: none;
}

.more-link {
    font-size: 13px;
    color: #458056;
    font-weight: bold;
    text-decoration: underline;
}

.page-wrapper {
    width:1220px;
    padding-left:10px;
    padding-right: 10px;
    box-sizing: border-box;
    margin: 0 auto;
}

.text-wrapper ul {
    margin:10px 0;
    padding-left:20px;
    list-style: disc;
}

.single-text-page {
    margin-top:10px;
}

.text-wrapper a{
    color: #65b454;
    text-decoration:underline !important;
}

.page-wrapper {
    width: 100%;
    max-width: 1220px;
}

.single-text-page .text-wrapper{
    width: 100%;
    max-width: 100%;
    margin-right: 0;
}

