.input-line-item {
  flex-direction: column;
}

label.errorValidate {
  text-align: center;
}

label.errorValidate {
  display: block;
  position: static;
  background: red;
  color: white;
  font-size: 16px;
  margin-top: 3px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  width: 50%;
}

.errorBorder {
  border: 2px solid red !important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-size: 18px;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: #eef2f5;
}

.container {
  position: relative;
  overflow-x: hidden;
  opacity: 1;
}

.limit {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  max-width: 320px;
}

.clearfix {
  clear: both;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
}

input {
  outline: none;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("") no-repeat 96% center;
  outline: none;
}

.btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 260px;
  background: #71b014;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  outline: none;
  padding: 5px 30px;
  cursor: pointer;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.btn:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
}

/* Header */
.top-line {
  background-color: #fff;
  border-top: 3px solid #71b014;
}

.top-line__content {
  padding: 2px 0;
}
.top-line__content .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-line__content .logo .logo-inner {
  width: 180px;
}
.top-line__content .logo .logo-description {
  padding-left: 5px;
  max-width: 100px;
  font-size: 9px;
  text-transform: uppercase;
}
.top-line__content .online-block {
  display: none;
}

.header__menu {
  display: none;
}

.header__submenu {
  background-color: #034488;
  padding: 6px 0;
}

.submenu__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.submenu {
  display: none;
}

.burger {
  position: absolute;
  top: 60%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
}
.burger div {
  width: 100%;
  height: 4px;
  background-color: #fff;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  margin-bottom: 4px;
}
.burger:hover div {
  background-color: #71b014;
}

.search-block {
  width: 175px;
  display: inline-block;
  vertical-align: middle;
}
.search-block .search-wrapper {
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.search-block #input-search {
  display: inline-block;
  vertical-align: middle;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  border: none;
  background-color: transparent;
  padding: 3px 10px;
  padding-right: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.search-block #input-search::-webkit-input-placeholder {
  color: #fff;
}
.search-block #input-search::-moz-placeholder {
  color: #fff;
}
.search-block #input-search::-ms-input-placeholder {
  color: #fff;
}
.search-block #input-search::placeholder {
  color: #fff;
}
.search-block .btn-search {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 30px;
  height: 100%;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.search-block .btn-search svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search-block .btn-search:hover svg path {
  stroke: #fff;
}

/* Main */
.main {
  display: block;
}
.main .limit {
  padding: 0;
}

.main__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sidebar {
  display: none;
}

.article p {
  font-size: 18px;
  color: #000;
}

.article a {
  color: #71b014;
  text-decoration: underline;
  font-weight: bold;
}
.article a:hover {
  text-decoration: none;
}

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}
.breadcrumb ul {
  line-height: 0.8;
  padding: 5px 0;
}
.breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 10px;
  color: #6b6b6b;
  padding-right: 7px;
}
.breadcrumb li:before {
  content: "/";
  position: absolute;
  top: 50%;
  right: 0px;
  font-size: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breadcrumb li:last-child:before {
  display: none;
}
.breadcrumb li a {
  color: #6b6b6b;
  font-weight: normal;
  text-decoration: none;
}
.breadcrumb li a.active-link {
  color: #000;
}
.breadcrumb li a:hover {
  color: #71b014;
}
.breadcrumb .article__die {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  background-color: #f9644c;
  color: #fff;
  padding: 3px 6px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
}

.article__cloud {
  background-color: #fff;
  padding: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.article__title {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}

.author {
  font-size: 11px;
  font-weight: bold;
  border-bottom: 1px solid #e9ebef;
  padding-bottom: 10px;
}
.author .author__ava {
  position: absolute;
  width: 40px;
  height: 40px;
}
.author .author__name {
  padding-left: 50px;
  display: inline-block;
  vertical-align: middle;
}
.author .author__name span {
  color: #034488;
}
.author .author__info {
  max-width: 250px;
  padding: 5px 0;
  padding-left: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999999;
}
.author .author__info .info__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.author .author__info .info__right .info__view,
.author .author__info .info__right .info__review {
  position: relative;
  padding-left: 5px;
}
.author .author__info .info__right .info__view span,
.author .author__info .info__right .info__review span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.author .author__info .info__right .info__view:before,
.author .author__info .info__right .info__review:before {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #91a2bb;
}

.social {
  padding: 10px 0;
}

.social__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.social__list li {
  padding-right: 5px;
}
.social__list li a {
  position: relative;
  color: #fff;
  padding: 4px 3px;
  text-decoration: none;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.social__list li a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.social__list li a.icon-facebook {
  background-color: #375e99;
}
.social__list li a.icon-twitter {
  background-color: #41c3f3;
}
.social__list li a.icon-pinterest {
  background-color: #c52024;
}
.social__list li a.icon-mail-alt {
  background-color: #808080;
}
.social__list li a.icon-share {
  color: #91a2bb;
}
.social__list li a.icon-share:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.social__list li a.icon-share:hover span {
  color: #71b014;
}
.social__list li a.icon-share span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  padding-left: 10px;
  margin-left: 5px;
  text-transform: uppercase;
}
.social__list li a.icon-share span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 150%;
  background-color: #91a2bb;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.social__list li span {
  display: none;
}

.article__top-list {
  padding: 10px 0;
}
.article__top-list li .list__title {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  display: inline-block;
  background-color: #034488;
  line-height: 1;
  padding: 0 5px;
}
.article__top-list li p {
  font-size: 18px;
  margin: 5px 0;
}
.article__top-list li p span {
  font-weight: bold;
  color: #eb0000;
}

.img-composition {
  position: relative;
}
.img-composition .composition__sign {
  position: relative;
  padding: 10px;
  overflow: hidden;
  margin-top: -40px;
}
.img-composition .composition__sign:after {
  content: "";
  position: absolute;
  top: 0;
  left: -45%;
  width: 140%;
  height: 100%;
  background-color: #91a2bb;
  -webkit-transform: skew(20deg);
  -ms-transform: skew(20deg);
  transform: skew(20deg);
  z-index: 0;
}
.img-composition .composition__sign span {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  z-index: 2;
}
.img-composition .composition__sign p {
  position: relative;
  max-width: 95%;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  color: #fff;
  z-index: 2;
}

.dialog-wrapper {
  background-color: #f5f9fc;
  padding: 5px;
}

.dialog {
  padding: 10px 0;
}
.dialog .dialog__caption {
  font-size: 18px;
  font-weight: bold;
  color: #034488;
  margin-bottom: 5px;
}
.dialog .dialog__description {
  font-size: 18px;
  font-style: italic;
  color: #000;
}

.img-wrapper img {
  width: 287px;
  margin-bottom: 5px;
}

.img-wrapper .img-before,
.img-wrapper .img-after {
  position: relative;
}
.img-wrapper .img-before span,
.img-wrapper .img-after span {
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 1px 2px #000;
  z-index: 1;
}

.img-wrapper .img-after {
  position: relative;
}

.form-wrapper {
  padding: 15px 0 0;
}
.form-wrapper .title {
  font-size: 26px;
  font-weight: bold;
  color: #eb0000;
  line-height: 1;
}
.form-wrapper .subtitle {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.form {
  position: relative;
  background-color: #f5f9fc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 70px;
  padding-top: 340px;
  padding-bottom: 40px;
}
.form .form__inner {
  max-width: 280px;
  margin: 0 auto;
}
.form .form__img {
  width: 241px;
  position: absolute;
  top: 140px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.form .form__title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.form .btn {
  max-width: 100%;
  margin: 15px auto;
  border: none;
  padding: 20px 10px;
}

.inp {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #fff;
  border: 1px solid transparent;
  font-size: 14px;
  color: #000;
  padding: 10px;
  margin-bottom: 8px;
  -webkit-box-shadow: 0 0 17px rgba(166, 181, 210, 0.29);
  box-shadow: 0 0 17px rgba(166, 181, 210, 0.29);
  outline: none;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.inp:hover {
  background-color: transparent;
  border: 1px solid #b7bcc6;
}
.inp:hover::-webkit-input-placeholder {
  color: #000;
}
.inp:hover::-moz-placeholder {
  color: #000;
}
.inp:hover::-ms-input-placeholder {
  color: #000;
}
.inp:hover::placeholder {
  color: #000;
}
.inp::-webkit-input-placeholder {
  color: #a1a4a6;
}
.inp::-moz-placeholder {
  color: #a1a4a6;
}
.inp::-ms-input-placeholder {
  color: #a1a4a6;
}
.inp::placeholder {
  color: #a1a4a6;
}

.price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 10px 0;
}
.price-wrapper .old-price {
  font-size: 14px;
  font-weight: 900;
  color: #a1a4a6;
  padding: 0 10px;
  line-height: 24px;
}
.price-wrapper .old-price span {
  position: relative;
  font-size: 24px;
}
.price-wrapper .old-price span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 1px;
  background-color: #a1a4a6;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
  -ms-transform: translate(-50%, -50%) rotate(-30deg);
  transform: translate(-50%, -50%) rotate(-30deg);
}
.price-wrapper .old-price span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 1px;
  background-color: #a1a4a6;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
  -ms-transform: translate(-50%, -50%) rotate(30deg);
  transform: translate(-50%, -50%) rotate(30deg);
}
.price-wrapper .new-price {
  font-size: 20px;
  font-weight: 900;
  color: #84c12a;
  padding: 0 10px;
  line-height: 24px;
}
.price-wrapper .new-price span {
  font-size: 34px;
}

.comment__cloud {
  margin-top: 10px;
  background-color: #f5f9fc;
}

.comment__title {
  padding: 10px;
}
.comment__title .title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.comment__title .comment__count {
  font-size: 14px;
  font-weight: normal;
  color: #000;
}

.comment__list {
  background-color: #fff;
  padding: 12px 10px;
}

.comment__item {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.comment__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.comment__ava {
  position: absolute;
  width: 40px;
  height: 40px;
}

.comment__content {
  padding-left: 50px;
}
.comment__content .comment__header {
  font-size: 16px;
  font-weight: bold;
}
.comment__content .comment__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: normal;
  color: #adb2bf;
}
.comment__content .comment__info .icon-heart {
  padding-left: 5px;
}
.comment__content .comment__info .icon-heart:before {
  font-size: 14px;
}
.comment__content .comment__info .icon-heart.like:before {
  color: #eb0000;
}
.comment__content .comment__message {
  padding: 5px 0;
}
.comment__content .comment__message p {
  font-size: 18px;
  margin-bottom: 0;
}
.comment__content .comment__message p a {
  font-weight: bold;
}
.comment__content .comment__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.comment__content .comment__footer a {
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}
.comment__content .comment__footer a:hover {
  text-shadow: 0px 0px 1px #000;
}
.comment__content .comment__footer .footer__left a {
  position: relative;
  color: #2c6fd4;
  padding-right: 10px;
}
.comment__content .comment__footer .footer__left a:last-child:after {
  display: none;
}
.comment__content .comment__footer .footer__left a:after {
  content: "";
  position: absolute;
  top: 60%;
  right: 2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background-color: #c3c3c3;
}
.comment__content .comment__footer .footer__right a {
  color: #eb0000;
}

.read-more {
  padding: 20px 10px 35px;
}
.read-more .read__title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.read-more .read__list {
  padding: 10px 0;
}
.read-more .read__list li {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}
.read-more .read__list li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #f9644c;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
}
.read-more .read__btn {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #f9644c;
  padding-left: 30px;
  text-decoration: underline;
}
.read-more .read__btn:hover {
  text-decoration: none;
}
.read-more .read__btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 21px;
  height: 18px;
  background: url("") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.footer {
  background-color: #fff;
  border-top: 3px solid #d0dbe7;
}

.footer__content {
  position: relative;
}
.footer__content .btn__top {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background-color: #034488;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: none;
  font-size: 20px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  cursor: pointer;
  outline: none;
}
.footer__content .btn__top:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1.5);
  -ms-transform: translate(-50%, -50%) scale(1.5);
  transform: translate(-50%, -50%) scale(1.5);
  opacity: 0;
}
.footer__content .btn__top:before {
  content: "";
  position: absolute;
  width: 125%;
  height: 125%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  border: 1px solid #034488;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.footer__content .logo {
  max-width: 203px;
}
.footer__content .logo img {
  width: 195px;
}
.footer__content .logo .logo-description {
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
}
.footer__content .footer__menu .copyright {
  font-size: 12px;
  color: #aeaeae;
  padding: 5px 0;
}
.footer__content .footer__menu .menu,
.footer__content .footer__menu .footer__social {
  display: none;
}

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .limit {
    max-width: 95%;
  }
  .img-left {
    margin: 0 auto;
  }
  .img-composition img {
    margin: 10px auto;
  }
  .dialog-wrapper .img-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dialog-wrapper .img-wrapper img {
    width: auto;
  }
  .dialog-wrapper .img-wrapper img:first-child {
    margin-right: 10px;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 750px) {
  .author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .author .author__name {
    width: 250px;
  }
  .author .author__info {
    max-width: 100%;
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
    padding-left: 5px;
  }
  .img-left {
    float: left;
    margin-bottom: 20px;
    padding-right: 30px;
  }
  .article__top-list li .list__title {
    font-size: 40px;
    margin-left: -70px;
  }
  .article p {
    margin-bottom: 10px;
  }
  .img-wrapper .img-after span {
    left: auto;
    right: 20px;
  }
  .img-composition {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
  }
  .img-composition .composition__sign {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 300px;
    margin-top: 0;
    padding: 15px;
  }
  .img-composition .composition__sign:after {
    width: 137%;
  }
  .img-composition .composition__sign span {
    font-size: 18px;
  }
  .img-composition .composition__sign p {
    font-size: 18px;
    max-width: 90%;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .limit {
    max-width: 1021px;
  }
  .top-line__content .logo {
    width: 495px;
  }
  .top-line__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top-line__content .online-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-calc(100% - 495px);
    width: calc(100% - 495px);
  }
  .top-line__content .online-block .btn-wrapper {
    width: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 5px;
  }
  .top-line__content .online-block .btn {
    width: 50%;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    padding-left: 35px;
  }
  .top-line__content .online-block .btn span {
    position: relative;
  }
  .top-line__content .online-block .btn span:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -30px;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .top-line__content .online-block .btn.sign-up {
    margin-right: 5px;
    color: #000;
    background-color: #dfe8ef;
  }
  .top-line__content .online-block .btn.sign-up span:before {
    color: #a1a7ac;
  }
  .top-line__content .online-block .social-top {
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top-line__content .online-block .social-top a {
    display: inline-block;
    padding: 0 5px;
  }
  .top-line__content .logo .logo-inner {
    width: 295px;
  }
  .top-line__content .logo .logo-description {
    max-width: 200px;
    font-size: 14px;
    padding-left: 17px;
  }
  .header__menu {
    display: block;
    background-color: #034488;
  }
  .header__menu .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
  }
  .header__menu .menu li {
    position: relative;
    padding: 0 5px;
  }
  .header__menu .menu li:last-child:after {
    display: none;
  }
  .header__menu .menu li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 80%;
    background-color: #4978a9;
  }
  .header__menu .menu li a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
  }
  .header__menu .menu li a:hover {
    color: #71b014;
    text-shadow: 0px 0px 1px #000;
  }
  .burger {
    display: none;
  }
  .search-block {
    width: 245px;
  }
  .header__submenu {
    background-color: #71b014;
    padding: 0;
  }
  .header__submenu .submenu__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__submenu .submenu__title {
    display: block;
    background-color: #fff;
    padding: 10px 5px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
  }
  .header__submenu .submenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__submenu .submenu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__submenu .submenu ul li {
    padding: 0 10px;
  }
  .header__submenu .submenu ul li a {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
  }
  .header__submenu .submenu ul li a.active-link,
  .header__submenu .submenu ul li a:hover {
    text-decoration: underline;
  }
  .main__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .article {
    width: -webkit-calc(100% - 255px);
    width: calc(100% - 255px);
    padding-right: 10px;
  }
  .breadcrumb {
    padding-right: 0;
  }
  .breadcrumb ul {
    padding: 10px 0;
  }
  .breadcrumb li {
    font-size: 12px;
  }
  .breadcrumb .article__die {
    font-size: 12px;
  }
  .sidebar {
    display: block;
    width: 255px;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #fff;
    padding-top: 20px;
  }
  .sidebar__title {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .sidebar__list {
    padding: 10px 0 20px;
  }
  .sidebar__list li {
    border-bottom: 1px dashed #d4d7da;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .sidebar__list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .sidebar__list li a {
    text-decoration: none;
  }
  .sidebar__list li a:hover p {
    color: #71b014;
  }
  .sidebar__list li p {
    font-size: 15px;
    font-weight: normal;
    color: #666565;
    text-transform: none;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
  }
  .sidebar__list li span {
    display: inline-block;
    background-color: #f9644c;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 4px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .sidebar__list li .sidebar__theme {
    font-size: 12px;
    font-weight: bold;
    color: #f9644c;
    text-transform: none;
  }
  .post__list {
    padding: 15px 0;
  }
  .post {
    position: relative;
    border-bottom: 1px dashed #d4d7da;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .post:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .post:hover .post__description p {
    color: #71b014;
  }
  .post .img__post {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
  }
  .post .post__description {
    padding-left: 70px;
  }
  .post .post__description p {
    font-size: 15px;
    color: #000;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
  }
  .post .post__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 5px;
  }
  .post .post__bottom .post__date {
    font-size: 12px;
    color: #034488;
  }
  .post .post__bottom .post__share a {
    color: #91a2bb;
  }
  .post .post__bottom .post__share a:hover {
    color: #71b014;
  }
  .right {
    text-align: right;
  }
  .right .post__more {
    display: inline-block;
    font-size: 12px;
    color: #f9644c;
    text-transform: uppercase;
    text-decoration: underline;
  }
  .right .post__more:hover {
    color: #71b014;
    text-decoration: none;
  }
  .medicine {
    background-color: #d5e0e9;
    margin-top: 20px;
    -webkit-box-shadow: 0 0 17px rgba(166, 181, 210, 0.29);
    box-shadow: 0 0 17px rgba(166, 181, 210, 0.29);
  }
  .medicine .medicine__title {
    background-color: #91a2bb;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
  }
  .medicine .medicine__list {
    background-color: #fff;
    padding: 10px;
    padding-left: 20px;
  }
  .medicine .medicine__list li {
    position: relative;
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 15px;
  }
  .medicine .medicine__list li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #f96b54;
  }
  .medicine .btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 15px;
  }
  .medicine .btn-wrapper .btn {
    background-color: #034488;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 40%;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    padding: 5px;
  }
  .medicine .btn-wrapper .btn.btn--white {
    background-color: #fff;
    color: #034488;
    margin-left: 10px;
  }
  .banner {
    display: block;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 20px 15px 270px;
    margin-top: 15px;
  }
  .banner .banner__title {
    font-size: 26px;
    font-weight: 900;
    color: #cc7d3f;
    text-transform: uppercase;
  }
  .banner .banner__subtitle {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
  }
  .banner img {
    position: absolute;
    bottom: 5px;
    right: 15px;
  }
  .read-us {
    background-color: #fff;
    margin-top: 20px;
    padding: 25px 15px;
    -webkit-box-shadow: 0 0 17px rgba(166, 181, 210, 0.29);
    box-shadow: 0 0 17px rgba(166, 181, 210, 0.29);
  }
  .read-us .social-sidebar {
    max-width: 185px;
    margin: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .read-us .social-sidebar a {
    display: block;
    width: 25%;
  }
  .read-us p {
    font-size: 15px;
    font-weight: 500;
    color: #000;
  }
  .read-us .footnote {
    font-size: 12px;
    font-weight: normal;
    color: #000;
  }
  .read-us .footnote a {
    color: #000;
    text-decoration: underline;
  }
  .read-us .footnote a:hover {
    color: #71b014;
  }
  .read-us .mailing-wrapper {
    font-size: 0;
    width: 100%;
    height: 42px;
    margin: 10px auto;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 7px;
    border-radius: 7px;
  }
  .read-us .mailing-wrapper #input-mailing {
    display: inline-block;
    vertical-align: middle;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    border: none;
    background-color: transparent;
    padding: 3px 10px;
    padding-right: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #bfbfbf;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
  }
  .read-us .mailing-wrapper #input-mailing::-webkit-input-placeholder {
    color: #bfbfbf;
  }
  .read-us .mailing-wrapper #input-mailing::-moz-placeholder {
    color: #bfbfbf;
  }
  .read-us .mailing-wrapper #input-mailing::-ms-input-placeholder {
    color: #bfbfbf;
  }
  .read-us .mailing-wrapper #input-mailing::placeholder {
    color: #bfbfbf;
  }
  .read-us .mailing-wrapper .btn-mailing {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-color: #034488;
    border: 1px solid #034488;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    width: 40px;
    height: 100%;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .read-us .mailing-wrapper .btn-mailing img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .read-us .mailing-wrapper .btn-mailing:hover {
    background-color: #71b014;
  }
  .social__list {
    padding: 10px 0;
  }
  .social__list li a {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 16px;
  }
  .social__list li span {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
  }
  .article__cloud {
    padding: 15px;
  }
  .article__title {
    font-size: 30px;
  }
  .dialog {
    padding: 10px 5px;
  }
  .dialog .dialog__description {
    padding-left: 35px;
  }
  .form-wrapper {
    padding: 25px 0 10px;
  }
  .form-wrapper .subtitle {
    max-width: 600px;
  }
  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 620px;
    margin: 85px auto 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .form .form__img {
    position: absolute;
    width: auto;
    top: -60px;
    left: 20px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .form .form__inner {
    margin: 0 50px;
  }
  .comment__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .comment__content .comment__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .comment__content .comment__info {
    padding-left: 10px;
  }
  .footer__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__content .logo {
    padding: 10px 0;
  }
  .footer__content .footer__menu .menu {
    padding: 20px 0 10px;
  }
  .footer__content .footer__menu .menu li {
    padding: 0 5px;
  }
  .footer__content .footer__menu .menu a {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
  }
  .footer__content .footer__menu .menu a:hover,
  .footer__content .footer__menu .menu a.active-link {
    color: #71b014;
    text-decoration: underline;
  }
  .footer__content .footer__menu .menu,
  .footer__content .footer__menu .footer__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__content .footer__menu .footer__social {
    width: 130px;
  }
  .footer__content .footer__menu .footer__social a {
    padding: 0 5px;
    display: block;
  }
  .footer__content .footer__menu .copyright {
    display: block;
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
    text-align: center;
  }
  .footer__content .footer__menu .bottom__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__content {
    padding-top: 20px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1130px) {
  .footer__content .btn__top {
    right: -55px;
  }
}
@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?39618799");
  src: url("../font/fontello.eot?39618799#iefix") format("embedded-opentype"),
    url("../font/fontello.svg?39618799#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fontello";
  src: url("data:application/octet-stream;base64,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")
      format("woff"),
    url("data:application/octet-stream;base64,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AUYrLbBRLLIBAEYrLbBSLLIBAUYrLbBTLLIAAEcrLbBULLIAAUcrLbBVLLIBAEcrLbBWLLIBAUcrLbBXLLMAAABDKy2wWCyzAAEAQystsFksswEAAEMrLbBaLLMBAQBDKy2wWyyzAAABQystsFwsswABAUMrLbBdLLMBAAFDKy2wXiyzAQEBQystsF8ssgAARSstsGAssgABRSstsGEssgEARSstsGIssgEBRSstsGMssgAASCstsGQssgABSCstsGUssgEASCstsGYssgEBSCstsGcsswAAAEQrLbBoLLMAAQBEKy2waSyzAQAARCstsGosswEBAEQrLbBrLLMAAAFEKy2wbCyzAAEBRCstsG0sswEAAUQrLbBuLLMBAQFEKy2wbyyxADwrLrEwARQrLbBwLLEAPCuwQCstsHEssQA8K7BBKy2wciywABaxADwrsEIrLbBzLLEBPCuwQCstsHQssQE8K7BBKy2wdSywABaxATwrsEIrLbB2LLEAPSsusTABFCstsHcssQA9K7BAKy2weCyxAD0rsEErLbB5LLEAPSuwQistsHossQE9K7BAKy2weyyxAT0rsEErLbB8LLEBPSuwQistsH0ssQA+Ky6xMAEUKy2wfiyxAD4rsEArLbB/LLEAPiuwQSstsIAssQA+K7BCKy2wgSyxAT4rsEArLbCCLLEBPiuwQSstsIMssQE+K7BCKy2whCyxAD8rLrEwARQrLbCFLLEAPyuwQCstsIYssQA/K7BBKy2whyyxAD8rsEIrLbCILLEBPyuwQCstsIkssQE/K7BBKy2wiiyxAT8rsEIrLbCLLLILAANFUFiwBhuyBAIDRVgjIRshWVlCK7AIZbADJFB4sQUBFUVYMFktAEu4AMhSWLEBAY5ZsAG5CAAIAGNwsQAHQrEAACqxAAdCsQAKKrEAB0KxAAoqsQAHQrkAAAALKrEAB0K5AAAACyq5AAMAAESxJAGIUViwQIhYuQADAGREsSgBiFFYuAgAiFi5AAMAAERZG7EnAYhRWLoIgAABBECIY1RYuQADAABEWVlZWVmxAA4quAH/hbAEjbECAESzBWQGAERE")
      format("truetype");
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'fontello';
      src: url('../font/fontello.svg?39618799#fontello') format('svg');
    }
  }
  */

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-eye-outline:before {
  content: "\e801";
} /* '' */
.icon-comment:before {
  content: "\e802";
} /* '' */
.icon-login:before {
  content: "\e803";
} /* '' */
.icon-heart:before {
  content: "\e804";
} /* '' */
.icon-up-open:before {
  content: "\e805";
} /* '' */
.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-mail-alt:before {
  content: "\f0e0";
} /* '' */
.icon-share:before {
  content: "\f1e0";
} /* '' */
.icon-pinterest:before {
  content: "\f231";
} /* '' */
.icon-user-circle-o:before {
  content: "\f2be";
} /* '' */
