.blog__wrapper {
  width: 100%;
  background: url(../img/blog-bg.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  padding-top: 100px; }

.blog__title {
  font-family: "OpenSansBold", sans-serif;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding-top: 130px;
  margin-top: 0px; }
  @media only screen and (min-width: 320px) {
    .blog__title {
      font-size: 50px; } }
  @media only screen and (min-width: 1200px) {
    .blog__title {
      font-size: 60px;
      padding-top: 55px;
      margin-bottom: 55px; } }

.blog__article__wrapper {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*margin-bottom: 30px;*/ }
  @media only screen and (min-width: 320px) {
    .blog__article__wrapper {
      padding: 10px 15px; } }
  @media only screen and (min-width: 768px) {
    .blog__article__wrapper {
      padding: 0;
      -ms-flex-pack: distribute;
          justify-content: space-around; } }
  @media only screen and (min-width: 1200px) {
    .blog__article__wrapper {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.blog__article__item {
  position: relative;
  width: 100%;
  max-width: 272px;
  margin-bottom: 15px;
  border: 1px solid #8f9194;
  padding: 20px;
  height: 355px;
  z-index: 2; }
  .blog__article__item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/angles-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -1; }
  @media only screen and (min-width: 1200px) {
    .blog__article__item {
      margin-right: 15px; }
      .blog__article__item:last-child {
        margin-right: 0; } }
  .blog__article__item__img {
    display: block;
    width: 100%;
    height: 155px;
    margin-bottom: 5px;
    font-size: 0;
    line-height: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .blog__article__item__text {
    width: 100%; }
  .blog__article__item__date {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 5px; }
  .blog__article__item__link {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #87c8d2;
    text-decoration: underline;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .blog__article__item__link:hover {
      text-decoration: none; }
  .blog__article__item__descr {
    font-family: "RobotoCondensedRegular";
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    height: 70px;
    overflow: hidden; }

.first__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 560px;
  border-color: #87c8d2; }
  @media only screen and (min-width: 320px) {
    .first__item {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      height: auto; } }
  @media only screen and (min-width: 768px) {
    .first__item {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      height: 355px; } }
  .first__item::before {
    background-image: url(../img/first-item-angle-bg.png); }
  .first__item .blog__article__item__img {
    max-width: 265px;
    margin-right: 11px;
    height: 305px; }

.pagination__block__wrap, .wp-pagenavi {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px; }

.pagination__item, .pages {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
  font-size: 14px;
  line-height: 1.3em;
  color: #fff;
  font-weight: 300;
  background-color: transparent;
  border: 1px solid #8f9194;
  margin-left: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .pagination__item:first-child, .pages:first-child {
    margin-left: 0; }

p.pagination__item {
  width: 100%;
  max-width: 135px;
  margin: 0; }
  span.pages {
  width: 100%;
  max-width: 135px;
  margin: 0; }

.pagination__item.num, .page.larger {
  width: 40px;
  text-decoration: none;
  border: none; }
  @media screen and (min-width: 320px) and (max-width: 550px) {
    .pagination__item.num, .page.larger {
      display: none; } }

.pagination__item.active, span.current {
  color: #fff;
  background-color: #fdb913; }

.prev__page,
.next__page, .nextpostslink {
  width: 40px;
  position: relative;
  font-size: 0;
  height: 34px;
  border-color: #87c8d2; }
  .prev__page::before,
  .next__page::before, .nextpostslink::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url(../img/blue-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 8px;
    left: 12px; }
  .prev__page.disabled,
  .next__page.disabled, .nextpostslink.disabled {
    border: 1px solid #8f9194; }
    .prev__page.disabled::before,
    .next__page.disabled::before,.nextpostslink.disabled::before {
      background-image: url(../img/grey-arrow.png);
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }

.prev__page::before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.prev__page.disabled::before {
  background-image: url(../img/grey-arrow.png);
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

/*Article styles */
.article__header {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-bottom: 30px; }
  @media screen and (min-width: 320px) and (max-width: 900px) {
    .article__header {
      padding: 10px 15px;
      padding-top: 125px; } }
  @media screen and (min-width: 901px) {
    .article__header {
      padding-top: 100px; } }

.breadcrumbs__wrap {
  width: 100%;
  max-width: 845px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 50px; }
  @media screen and (max-width: 1760px) and (min-width: 1279px) {
    .breadcrumbs__wrap {
      margin-top: 70px; } }
  @media screen and (min-width: 768px) {
    .breadcrumbs__wrap {
      margin-bottom: 70px; } }

.breadcrumbs__item {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #21d2b3;
  text-decoration: underline;
  margin-right: 20px; }
  .breadcrumbs__item::before {
    content: '\00BB';
    position: absolute;
    font-size: 14px;
    color: #fff;
    top: 0;
    right: -12px; }
  .breadcrumbs__item:last-child {
    color: #fff;
    text-decoration: none;
    margin-right: 0; }
    .breadcrumbs__item:last-child::before {
      display: none; }

.article__date {
  width: 100%;
  max-width: 845px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 30px; }

.article__title {
  width: 100%;
  max-width: 845px;
  margin: 0 auto;
  font-family: "OpenSansBold", sans-serif;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 0px; }
  @media only screen and (min-width: 320px) {
    .article__title {
      font-size: 22px; } }
  @media only screen and (min-width: 768px) {
    .article__title {
      font-size: 30px; }
    }
    @media only screen and (min-width: 1200px) {
    .article__title {
      font-size: 40px; }
    }
.article__title span{
	    padding-right: 0.3em;
}
.article__content__wrap {
  width: 100%;
  background-color: #fff; }

.article__content {
  width: 100%;
  max-width: 845px;
  margin: 0 auto; }
  @media screen and (min-width: 320px) and (max-width: 900px) {
    .article__content {
      padding: 10px 15px; } }
  .article__content p {
    font-family: "RobotoCondensedRegular";
    font-size: 16px;
    line-height: 1.5;
    color: #48474d;
    margin-top: 0;
    margin-bottom: 15px; }
  .article__content h2 {
    font-size: 30px;
    line-height: 1.5;
    color: #33949e;
    margin-top: 25px;
    margin-bottom: 25px; }
  .article__content h3 {
    font-size: 24px;
    line-height: 1.5;
    color: #48474d;
    margin-top: 25px;
    margin-bottom: 25px; }
  .article__content img {
    /*display: block;*/
    /*width: 100%;*/

    max-width: 850px;
    margin-bottom: 15px; }
    .article__content img + p {
      font-size: 14px;
      font-style: italic; }
  .article__content blockquote {
    width: 100%;
    margin: 0;
    margin-bottom: 35px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 35px 15px;
    background-color: #f6f6f6; }
    .article__content blockquote::before, .article__content blockquote::after {
      display: none;
      content: '';
      position: absolute;
      width: 56px;
      height: 36px;
      background-image: url(../img/quotes.png);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 768px) {
        .article__content blockquote::before, .article__content blockquote::after {
          display: block; } }
    .article__content blockquote::before {
      top: 20px;
      left: 30px; }
    .article__content blockquote::after {
      bottom: 20px;
      right: 30px;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    @media only screen and (min-width: 900px) {
      .article__content blockquote {
        padding: 70px 30px; } }
    .article__content blockquote > p {
      width: 100%;
      max-width: 575px;
      margin-bottom: 0; }

.article__content li{
	font-size: 16px;
	font-family: "RobotoCondensedRegular";
	line-height: 1.5;
	padding: 5px 0;
}
.article__content td, .article__content th{
	padding: 10px;
	padding-left: 20px;
}

.share__block__wrap {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (min-width: 320px) {
    .share__block__wrap {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media only screen and (min-width: 460px) {
    .share__block__wrap {
      -ms-flex-pack: distribute;
          justify-content: space-around; } }
  @media only screen and (min-width: 768px) {
    .share__block__wrap {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.back__to__blog {
  font-size: 16px;
  line-height: 24px;
  color: #87c8d2; }
  @media only screen and (min-width: 320px) and (max-width: 462px) {
    .back__to__blog {
      margin-bottom: 15px; } }
  .back__to__blog:hover {
    text-decoration: none; }

.share__block {
  width: 100%;
  max-width: 285px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (min-width: 768px) {
    .share__block {
      margin-left: auto; } }
  .share__block > span {
    margin-right: 20px; }

.ya-share2__badge {
  margin-right: 20px; }

.ya-share2__item:last-child .ya-share2__link .ya-share2__badge {
  margin-right: 0; }

.ya-share2__container .ya-share2__list .ya-share2__item .ya-share2__badge {
  background-color: #48484d;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .ya-share2__container .ya-share2__list .ya-share2__item .ya-share2__badge:hover {
    background-color: #88c7d1; }

.read__more__wrap {
  width: 100%;
  background-color: #0f1d26; }

.read__more__block {
  width: 100%;
  max-width: 846px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 2px solid #dadada; }
  @media only screen and (min-width: 320px) {
    .read__more__block {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media only screen and (min-width: 768px) {
    .read__more__block {
      -ms-flex-pack: distribute;
          justify-content: space-around; } }
  @media only screen and (min-width: 900px) {
    .read__more__block {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .read__more__block p {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 320px) {
      .read__more__block p {
        text-align: center; } }
    @media only screen and (min-width: 1000px) {
      .read__more__block p {
        text-align: left; } }


/*image-block*/
.img-box{
	text-align:center;
	margin: 30px auto;
}
.img-box p{
	font-size: 14px;
	font-style: italic;
}
/*End image-block*/

/*video-block*/
.incut-videoblock {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 30px auto;
}
.incut-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*End video-block*/
.read__more__block .blog__article__item__link {
  font-size: 14px;
}
.read__more__block .blog__article__item__descr p {
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 0px;
}
