*, *:after, *:before {
box-sizing: border-box;
padding: 0;
margin: 0;
transition: .5s ease-in-out; /* добавим плавность переходов для всех элементов страницы*/
}
ul {
list-style: none;
}
a {
text-decoration: none;
outline: none;
}
img {
display: block;
width: 100%;
}
h1, h2, h3, h4, h5, h6 {
font-family: arial;
font-weight: bold;
letter-spacing: 1px;
}
body {
font-family:  arial;
font-size: 1rem;
line-height: 1;
}
/* добавим очистку потока для всех контейнеров, внутри которых задано обтекание дочерних элементов */
header:after, .container:after, footer:after, .widget-posts-list li:after, #subscribe:after {
content: "";
display: table;
clear: both;
} 
/* стилевой класс, который управляет шириной контейнера сетки*/
.container1 {
margin: 0 auto;
width: 100%;
max-width: 960px;
padding: 0 15px;
} 


form{
  display:inline-block;
}


/* левый контейнер */
.posts-list1 {
margin-bottom: 30px;
width: 100%;
float: left;
}
/* блок для статьи */
.post1 {
margin-bottom: 35px;
}
.post-content1 p {
line-height: 1.5;
padding-bottom: 1em;
}
.post-image1 {
margin-bottom: 30px;
}
.category1 {
margin-bottom: 15px;
}
.category1 a {
color: #F8B763;
text-transform: uppercase;
}
.post-title1 {
margin-bottom: 12px;
font-size: 2rem;
width: 80%;
}
.post-text1 {
margin-bottom: 12px;
font-size: 1.5rem;
width: 80%;

}
/* блок с кнопкой "продолжить чтение" и кнопками социальных сетей */
.post-footer1 {
border-top: 1px solid #EBEBE3;
border-bottom: 1px solid #EBEBE3;
position: relative;
margin-top: 15px;
}

.li1 {
margin-bottom: 30px;
width: 60px;
padding-bottom: 2em;
}
.litxt1 {
line-height: 1.5;
padding-bottom: 1em;
padding-left: 2em;
font-weight: bold;
font-size: 1.2rem;
}

.table1 {
align:center;
width: 80%
}



.btnt1 {
    padding: 0.71rem 1.14rem;
    font-size: 1.25rem;
    line-height: 1.4;
    border-radius: 0.4rem;
   display: inline-block;
width:250px;
   border: 2px solid #C0C0C0;
   background-color: #2E8B57;
   background-image: none;
   border-collapse: separate;
   border-spacing: 1px;
   margin: 0;

}

.olnk1 {
   background-color: transparent;
   background-image: none;
   border: 1px #C0C0C0 solid;
   text-align: center;
   vertical-align: middle;
   height: 64px;
   font-size: 2rem;

   color: white;
line-height: 1.5;
padding-bottom: 1em;
font-weight: bold;
}





