@font-face {
  font-family: 'Tahoma';
  src: local('Tahoma');
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  -webkit-user-drag: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  color: #0198bd;
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: underline;
}

blockquote {
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 25px;
}

ul {
  list-style: none;
  padding-left: 10px;
}

li {
  position: relative;
  font-weight: bold;
}

li:before {
  content: '-';
  position: absolute;
  left: -10px;
  top: -1px;
}

.btn {
  display: block;
  width: 308px;
  height: 43px;
  background: url(in_css_bf38e97a8e789817a424d5c563b19319.static.png) no-repeat center;
}

.btn:focus,
.btn:hover {
  opacity: .7;
}

.page {
  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 26px;
  color: #222;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.container {
  max-width: 1170px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

/* header */

.header {
  padding: 15px 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
          box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
}

.header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.logo {
  height: 47px;
  margin-left: -5px;
  margin-right: 20px;
}

.logo:focus,
.logo:hover {
  opacity: .7;
}

.nav {
  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;
}

.nav__item:not(:last-child) {
  margin-right: 20px;
}

.nav__link {
  display: block;
  padding: 12px 5px;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  color: #333;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.nav__link:focus,
.nav__link:hover {
  color: #fff;
  text-shadow: 0px 2px 2px #777;
  text-decoration: none;
}

/* main */

.main__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* article */

.underline {
  text-decoration: underline;
}

.article {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 30px;
}

.article__title {
  font-family: "OpenSans-Bold";
  font-weight: 400;
  font-size: 46px;
  line-height: 44px;
  margin: 30px 0 15px;
}

.article__content img {
  display: block;
  margin: 0 auto;
}

.article__content a {
  font-weight: bold;
}

.article__content .large-character:first-letter {
  float: left;
  color: #000000;
  font-size: 68px;
  line-height: 35px;
  padding-top: 3px;
  padding-right: 3px;
  font-family: Times, serif, Georgia;
}

.article__content .image-link {
  display: block;
}

.article__content .image-caption {
  font-size: 14px;
  line-height: 1.4;
  font-style: italic;
}

.article__content p:not(:last-child) {
  margin-bottom: 20px;
}

.article__content .mb-20 {
  margin-bottom: 20px;
}

.results__item {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.results__title {
  font-family: "OpenSans-Bold";
  font-size: 46px;
  line-height: 44px;
  text-align: center;
  color: #222;
  margin: 30px 0 15px;
}

.results__title a {
  color: #337ab7;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.results__title a:focus,
.results__title a:hover {
  text-decoration: none;
  color: #23527c;
}

.results__blockquote {
  font-family: "OpenSans-Regular";
  font-weight: bold;
  font-size: 21px;
  line-height: 28px;
  font-style: italic;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
}

.article__content h3 {
  font-family: "OpenSans-Bold";
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}

/* sidebar */

.sidebar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 360px;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
  padding-top: 47px;
}

.sidebar p {
  font-weight: bold;
}

.sidebar__item:not(:last-child) {
  margin-bottom: 20px;
}

.sidebar__item-title {
  font-family: serif;
  margin: 8px 0 15px 0;
  font-size: 21px;
  line-height: 28px;
  color: #666;
  border-bottom: 2px solid #0198bd;
}

.sidebar a {
  font-weight: bold;
}

.sidebar img {
  display: block;
  margin: 0 auto;
}

.sidebar p {
  margin-top: 10px;
}

.sidebar__product {
  padding: 10px;
  margin-top: 20px;
  border: 1px solid #ccc;
  background: #f5f9fa;
}

.sidebar__product-title {
  font-family: serif;
  font-size: 21px;
  line-height: 28px;
  color: #222;
  margin-bottom: 20px;
}

.sidebar__product-title::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-bottom: -2px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAdCAMAAACKeiw+AAAARVBMVEX////z19Pyy8bywbnyta3yq6Dwn5PwlYbwiXnwf23vc2DvaVTvXUfuUjreTTYgCwh/LB8AAAAAAADuUjrvXUfvc2DwlYbjXxxeAAAAE3RSTlMACBQiLjpIVGJueoeToaWvu7zbifL2qAAAAKhJREFUeAGV0eEOgjAMBOAiDhzrqXDq+z+qazKI0JTE+8OPL7mVVsKkDxHiDSBSpBNIDKc6hs2mOdJkWiLtqlIlSqmKy+nDKdJ+P/S8z+NedZIti+ySD2Mt/p/6kJXkUyK2Zb4XxyPKVt3NR9Z2PKV9jzyAZBbJsEM4TqSVWrWK5w7mL7Zl+rdpaevyPK4sntsZ1mrPa7tKwAlV0UcsV6CYBtzyP7v88heqRw6lUc+2JgAAAABJRU5ErkJggg==) no-repeat center;
}

.sidebar__product a {
  color: #0198bd;
}

.sidebar__product p {
  font-family: serif;
  font-size: 14px;
  line-height: 20px;
  color: #434343;
  padding-top: 10px;
}

.sidebar__product-link {
  font-size: 16px;
}

.sidebar__author {
  font-weight: bold;
  font-style: italic;
}

.sidebar .btn {
  margin: 0 auto;
}

.sidebar__link-small {
  font-weight: normal !important;
  font-size: 10px;
  line-height: 1.4;
}

/* PRODUCT */

.product {
  padding-top: 72px;
  margin-top: 25px;
  background: url(in_css_0e77e719b6b8ab897c801954948ddd32.static.jpg) no-repeat center top;
}

.product__text {
  font-weight: bold;
}

.product__text.blue {
  text-align: center;
  margin-bottom: 5px;
}

.product__text.red {
  margin-bottom: 20px;
}

.blue {
  color: #0198bd;
}

.red {
  color: red;
}

.orange {
  color: orange;
}

.center {
  text-align: center;
}

.attention {
  padding: 4px 9px;
  margin-bottom: 50px;
  border: 1px dotted #000;
  background: #EFFFF7;
}

.attention:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAUCAYAAACAl21KAAAACXBIWXMAABu8AAAbvAG6t6C7AAAAFnRFWHRDcmVhdGlvbiBUaW1lADA5LzIxLzA5MOUuEgAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNAay06AAAAJkSURBVDjLnZLPaxNREMc/8/ZHTJq0VWvBKoqUImJB/IWIl4LgQUFQi+ilBqQUqvVXERRFsAdrDypWrUUrWE+KoAfxIl5FwT/Ek4g/MJts3hsP2cRNqIe4MDvLezOfnZnvoKq0a6PTq8LWM8N/POv6uTX1ovda+kxUtS3IlWc9+3N5eZstGLpWmiMnt315BbRX0dhMd58J9JEzip9Vfpfs03sfene2DSr0yH2LrglyEFulXNFCuawLM+978k2g4o3OoX9BJh52j6vhkBeCQ4lKjqjsqMTuMRA3ZlScLmzOLzefqrGen5/4sZCGjEzlN3b2ep8zOSnklwsK1F6MTx389rCpNW+Znq+qy+dWMHf5dVejsr3FjjDskkWLK5iMElUc5chRqbjTdUgDdPhSbsApI04VFYKopK8mn3f2A/Rt4oZ1bpeXAesSSOxO3Rz+/qBJ/vWDntl1LJwPAkaz3YYgVFBB0Y9imItLPLMxsqwgqCoicnau+Gu2dYb+4AF/bbXq9okHVhVXgWRsuwV2Y4AQoghEOPdkrDS7lBjejuHg58+v7p11bIjLOuBEUQFrwTqo2tq3U84tjkd3/6Vq02bvPRMc97N6PdMhA2EOxNSqE5HJlxcqtwFEai0uCUpfrt4qhYE95mqY5WKQRfwMF95csXfqkHoegC5BFMAHgiSALUdlaPsJGUtig9qkmrwPePV4aYF4iSkQARboSNZEG2sILjELxIDzE5AkgDrMANlUxZoylzKt5/upy2rqb6Y+h5YqNOVtYg5wkpqRafGtIG2prg5UVf0rf0oRk1YmSZAUqNFuWrQ/fbFBhVTgnacAAAAASUVORK5CYII=) no-repeat center;
}

.product__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
}

.product__link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 380px;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
}

.product__link img {
  display: block;
  width: 300px;
  margin: 0 30px;
}

.product__item-title {
  font-family: serif;
  font-size: 21px;
  line-height: 28px;
  color: #222;
  margin-bottom: 20px;
}

.product__item-title:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-bottom: -2px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAdCAMAAACKeiw+AAAARVBMVEX////z19Pyy8bywbnyta3yq6Dwn5PwlYbwiXnwf23vc2DvaVTvXUfuUjreTTYgCwh/LB8AAAAAAADuUjrvXUfvc2DwlYbjXxxeAAAAE3RSTlMACBQiLjpIVGJueoeToaWvu7zbifL2qAAAAKhJREFUeAGV0eEOgjAMBOAiDhzrqXDq+z+qazKI0JTE+8OPL7mVVsKkDxHiDSBSpBNIDKc6hs2mOdJkWiLtqlIlSqmKy+nDKdJ+P/S8z+NedZIti+ySD2Mt/p/6kJXkUyK2Zb4XxyPKVt3NR9Z2PKV9jzyAZBbJsEM4TqSVWrWK5w7mL7Zl+rdpaevyPK4sntsZ1mrPa7tKwAlV0UcsV6CYBtzyP7v88heqRw6lUc+2JgAAAABJRU5ErkJggg==) no-repeat center;
}

.product__counter {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.product__btn {
  margin-bottom: 20px;
}

.product__text {
  font-weight: bold;
}

.product__text a {
  font-weight: normal;
  font-size: 10px;
}

.product__guarantee {
  margin-top: 20px;
}

/* COMMENTS */

.comments {
  max-width: 760px;
}

.comments__heading {
  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: 0 30px 0 15px;
  margin: 30px 0 20px;
}

.comments__heading-item {
  font-family: Tahoma;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #3B5998;
}

.comments__heading-item_add {
  font-weight: bold;
}

.comments__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

.comments__item_type_last {
  border: 0 !important;
}

.comments > .comments__item {
  border-bottom: 1px solid #E2E2E2;
}

.comments__item .comments__item {
  padding-bottom: 0;
  margin-top: 10px;
  border-top: 1px solid #E2E2E2;
}

.comments__author-photo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  margin-right: 10px;
}

.comments__author-name {
  display: block;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
  color: #3B5998;
  margin-top: -3px;
  margin-bottom: 5px;
}

.comments__author-message {
  font-family: Tahoma;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #1A1A1A;
  margin-bottom: 5px;
}

.comments__panel {
  line-height: 10px;
  margin-bottom: 5px;
}

.comments__panel-item {
  font-family: Tahoma;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #3B5998;
  margin-bottom: 5px;
}

.comments__panel-item:not(:last-child):after {
  content: ' . ';
}

.comments__panel-item_type_date {
  color: #808080;
  border-bottom: 1px dotted #808080;
}

.comments__plugin {
  display: block;
  font-size: 12px;
  margin: 7px 0;
}

/* FOOTER */

.footer {
  height: 130px;
  margin-top: 30px;
  background: #000;
}

/* FIXED PANEL */

.offer-panel {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  padding: 8px 0;
}

.offer-panel__container {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.offer-panel__text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 145px;
      -ms-flex: 0 0 145px;
          flex: 0 0 145px;
  font-family: "Opensans-Regular";
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  text-align: right;
  color: #fff;
  margin-left: 17%;
  margin-right: 10px;
}

.offer-panel__button {
  font-family: "Opensans-Regular";
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
  padding: 6px 12px;
  color: #fff;
  border: 1px solid #3e8f3e;
  border-radius: 4px;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
          box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
  background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
  background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
  background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, #5cb85c),to(#419641));
  background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
}

.offer-panel__button:focus,
.offer-panel__button:hover {
  text-decoration: none;
  background-color: #419641;
  border-color: #3e8f3e;
  background-image: none;
}

@media screen and (max-width: 1000px) {
  .main__inner {
    display: block;
  }
  .article {
    margin-right: 0;
  }
  .product__link {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .product__link img {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  .logo__image {
    width: 100px;
    height: auto;
  }
  .results__title {
    font-size: 32px;
    line-height: 30px;
  }
  .results__title a {
    display: block;
  }
  .results__blockquote {
    font-size: 18px;
    line-height: 24px;
  }
  .sidebar {
    padding-top: 20px;
  }
  .btn {
    -webkit-background-size: contain;
            background-size: contain;
  }
  .product {
    -webkit-background-size: 750px 750px;
            background-size: 750px;
  }
}

@media screen and (max-width: 500px) {
  .header__container {
    display: block;
    text-align: center;
  }
  .logo {
    height: auto;
    display: inline-block;
    margin: 15px 0 0;
  }
  .logo__image {
    width: 100px;
    height: auto;
  }
  .nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product__inner {
    text-align: center;
  }
  .product__item {
    display: block;
  }
  .product__btn {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 400px) {
  .page {
    font-size: 14px;
    line-height: 20px;
  }
  .article__title {
    font-size: 24px;
    line-height: 30px;
  }
  .nav__link {
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar img {
    width: 100%;
  }
}

@media screen and (max-width: 365px) {
  .nav__link {
    font-size: 11px;
  }
  .btn {
    width: 100%;
  }
  .comments__heading {
    padding: 0 10px;
  }
  .comments__heading-item {
    font-size: 12px;
  }
  .offer-panel__text {
    margin-left: 0;
  }
}
