/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
/* ------------ *Default ------------- */
/* Flex Class */
.fx-column {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
.flex-center {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;}
.fx-between {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.align-start {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.align-center {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.align-end {-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
.fx-start {-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
.fx-center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.fx-end {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
.fx {display: -webkit-box;display: -ms-flexbox;display: flex;}
.fx-wrap {-ms-flex-wrap: wrap;flex-wrap: wrap;}
/* Flex Class End */

/* Reserved Class */
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.no-scroll {position: fixed;top: 0;left: 0;right: 0;}
.symbol-rub {font-family: -apple-system,system-ui,Arial,Helvetica,sans-serif;}
.text-crop {white-space: nowrap;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;}
/* Reserved Class End*/

/* Icons */
.i-fb {background: url(https://blog.paleohacks.com/blog-template/img/icons/i-fb.png) center/auto no-repeat;}
.i-tw {background: url(https://blog.paleohacks.com/blog-template/img/icons/i-tw.png) center/auto no-repeat;}
.i-in {background: url(https://blog.paleohacks.com/blog-template/img/icons/i-in.png) center/auto no-repeat;}
.i-clock {background: url(https://blog.paleohacks.com/blog-template/img/svg/i-clock.svg) center/contain no-repeat;}
/* Icons END */

/* Style Default*/
a, button, .speed {-webkit-transition: all .2s;-o-transition: all .2s;transition: all .2s;}
button {border: 0;padding: 0;cursor: pointer;background: none;}
* {-webkit-box-sizing: border-box;box-sizing: border-box;}
* {outline: none;}
/* Style Default End */

/*

font-family: 'Lora', sans-serif;

font-family: 'HelveticaNeueCyr', sans-serif;

font-family: 'Helvetica', sans-serif;

*/


body {
  color: #000;
  font-size: 16px;
  background: #fff;
  font-weight: normal;
  font-family: 'HelveticaNeueCyr', sans-serif;
}

.wrapper {
  overflow: hidden;
  min-height: 100%;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.btn {
  height: 60px;
  font-size: 16px;
  padding: 0 15px;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-family: 'HelveticaNeueCyr', sans-serif;
}

.btn--primary {
  color: #fff;
  background: #232020;
}

.btn--primary:hover {
  background: #4d4949;
}

/* Title */

.title {
  position: relative;
  margin-bottom: 30px;
}

h1 {
  line-height: 1.238;
}

h2 {
  line-height: 1.214;
}

.title--text p {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.title--borderTop {
  padding-top: 10px;
  border-top: 1px solid #E6E6E6;
}

.title--line:before {
  top: 0;
  left: 0;
  width: 15px;
  height: 3px;
  background: #00254C;
}

/* Paragraph */

.paragraph {
  font-size: 20px;
}

.paragraph p {
  line-height: 1.7;
  margin-bottom: 34px;
  font-family: 'Lora', sans-serif;
}

/* Form */

.form__field,
.form__field input {
  width: 100%;
  display: block;
}

.form__field input {
  color: #000;
  height: 60px;
  font-size: 16px;
  padding: 0 20px;
  background: #fff;
  line-height: 60px;
  font-weight: normal;
  border: 1px solid #CCCCCC;
  font-family: 'HelveticaNeueCyr', sans-serif;
}

.form__field *::-webkit-input-placeholder {opacity: #A3A3A3;}
.form__field *::-moz-placeholder          {opacity: #A3A3A3;}/* Firefox 19+ */
.form__field *:-moz-placeholder           {opacity: #A3A3A3;}/* Firefox 18- */
.form__field *:-ms-input-placeholder      {opacity: #A3A3A3;}

/* ------------ *Header ------------- */

.header {
  border-bottom: 1px solid #E6E6E6;
}

/* Social */

.social__item {
  width: 16px;
  height: 15px;
}

.social__item:not(:last-child) {
 margin-right: 10px;
}

.social__item:hover {
  opacity: .6;
}

/* ------------ *Article ------------- */

.article {
  padding-top: 9px;
}

/* Head */

.subtext {
  font-size: 22px;
  line-height: 1.545;
}

.info {
  font-size: 18px;
  margin-top: 32px;
  position: relative;
  padding-left: 50px;
  line-height: 1.3333;
}

.info__img {
  width: 40px;
  height: 40px;
  top: 50%;left: 0;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.info .i-clock {
  top: 1px;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  position: relative;
  display: inline-block;
}

.info p:last-child {
  color: #6E6E6E;
}

/* Body */

.article__body {
  margin-top: 35px;
}

.article__img {
  margin-bottom: 30px;
}

.article__img--borderBottom {
  padding-bottom: 15px;
  border-bottom: 1px solid #E6E6E6;
}

.article__img img {
  width: 100%;
  display: block;
}

.article__img p {
  color: #6E6E6E;
  font-size: 14px;
  margin-top: 12px;
  line-height: 1.285;
  margin-bottom: 0 !important;
  font-family: 'HelveticaNeueCyr', sans-serif;
}

.article__body .paragraph h2 {
  font-size: 28px;
  margin-bottom: 32px;
}

.publicity {
  margin-bottom: 40px;
}

.publicity a,
.publicity img {
  width: 100%;
  display: block;
}

.publicity p {
  color: #868686;
  font-size: 11px;
  padding: 10px 0;
  min-height: 40px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  font-family: 'Helvetica', sans-serif;

  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;
}

.publicity--border {
  padding-bottom: 40px;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

/* Tags */

.tags {
  font-size: 14px;
  margin-top: 75px;
  padding: 12px 0 14px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.tags li:not(:last-child) {
  margin-right: 3px;
}

.tags li:first-child {
  margin-right: 10px;
}

/* Form */

.article__form {
  margin-top: 43px;
}

.subscribe {
  margin-top: 33px;
}

.subscribe .form__field {
  max-width: 100%;
}

.subscribe .btn {
  width: 188px;
  margin-left: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.subtextform {
  color: #969696;
  font-size: 12px;
  margin-top: 23px;
  line-height: 1.5;
}

.subtextform a {
  color: inherit;
  text-decoration: underline;
}

.subtextform a:hover {
  text-decoration: none;
}

/* More */

.wrap-right {
  padding-left: 9px;
}

.more .title {
  margin-bottom: 15px;
}

.more__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.more__img {
  width: 120px;
  height: 70px;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.more__title {
  width: 100%;
  max-width: 100%;
  line-height: 1.411;

  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.more__title a {
  color: #000;
  font-size: 17px;
}

.wrap-right .publicity {
  margin-top: 40px;
}

/* ------------ *Footer -------------- */

.footer {
  color: #CCCCCC;
  margin-top: 46px;
  line-height: 1.25;
  background: #232020;
  padding: 55px 0 25px;
}

.footer__body p {
  width: 100%;
  max-width: 427px;
  margin: 15px auto 0;
}

.footer__bott {
  margin-top: 55px;
}

.footer__nav li:not(:last-child) {
  margin-right: 50px;
}

.footer__nav a {
  color: #CCCCCC;
}

.footer__nav a:hover {
  text-decoration: underline;
}

/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* --------- *Before::After ---------- */
.title--line:before {
  content: " ";
  position: absolute;
}