@charset "UTF-8";

@import "https://fonts.googleapis.com/css?family=Roboto:400,700&amp;subset=latin,cyrillic";

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,footer,header,nav,section {
  display: block;
}

a {
  background-color: transparent;
}

a:active,a:hover {
  outline: 0;
}

strong {
  font-weight: 700;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

img {
  border: 0;
}

input {
  color: inherit;
  font: inherit;
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

@media print {
  *,:before,:after {
    background: transparent!important;
    color: #000!important;
    box-shadow: none!important;
    text-shadow: none!important;
  }

  a,a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100%!important;
  }

  p {
    orphans: 3;
    widows: 3;
  }
}

@font-face {
  font-family:'Glyphicons Halflings';src:url();src:url() format("embedded-opentype"),url(../fonts/glyphicons-halflings-regular.woff) format("woff"),url() format("truetype");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-comment:before {
  content: "\e111";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:before,:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Roboto",sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #333;
  background-color: #fff;
}

input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #2A90FD;
  text-decoration: none;
}

a:hover,a:focus {
  color: #026ad8;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

h1,h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 {
  margin-top: 22px;
  margin-bottom: 11px;
}

h4 {
  margin-top: 11px;
  margin-bottom: 11px;
}

h1 {
  font-size: 41px;
}

h4 {
  font-size: 20px;
}

p {
  margin: 0 0 11px;
}

ul {
  margin-top: 0;
  margin-bottom: 11px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container:before,.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 1280px) {
  .container {
    width: 1280px;
  }
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn {
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  padding: 18px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,.btn:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,.btn:focus {
  color: #333;
  text-decoration: none;
}

.btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.affix {
  position: fixed;
}

body {
  -webkit-font-smoothing: antialiased;
}

body > header {
  position: relative;
  z-index: 100;
  width: 100%;
  padding: 11px 0 10px;
  background-color: #fe4080;
  margin: 0;
}

body > header .logo {
  float: left;
  width: 178px;
}

body > header .logo img {
  display: block;
  width: 100%;
  height: auto!important;
}

body > header .control_menu {
  display: block;
  width: 128px;
  float: right;
  padding: 0;
  margin: 3px 0 0;
  font-size: 0;
}

body > header .control_menu li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 35px;
  text-align: center;
  list-style: none;
  width: 50%;
  font-size: 22px;
  line-height: 35px;
}

body > header .control_menu li a {
  color: #fff;
}

body > header .control_menu li a:hover {
  color: #ededed;
  text-decoration: none;
}

body > header .control_menu li a .glyphicon-user {
  top: 3px;
}

body > header .control_menu li a .glyphicon-search {
  top: 4px;
  font-size: 24px;
}

body > header .top_menu {
  position: relative;
  margin: 0 130px 0 187px;
}

body > header .top_menu .main_menu {
  display: block;
  margin: 0;
  padding: 1px 0 3px;
  text-align: center;
  font-size: 0;
}

body > header .top_menu .main_menu li {
  list-style: none;
  display: inline-block;
  padding: 0 5px;
  margin: 0;
}

body > header .top_menu .main_menu li:first-child {
  border-left: 0;
}

body > header .top_menu .main_menu li a {
  padding: 5px 15px;
  font-weight: 700;
  font-size: 22px;
  line-height: 35px;
  color: #F9CFDA;
  text-decoration: none;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

body > header .top_menu .main_menu li a:hover {
  text-decoration: none;
  color: #fff;
}

body > footer {
  width: 100%;
  bottom: 0;
}

a:focus,a:active {
  outline: 0;
  text-decoration: none;
}

p {
  margin: 15px 0;
  text-align: justify;
}

h4 {
  font-size: 26px;
  font-weight: 700;
}

.layout {
  position: relative;
  margin: 0 auto;
  padding: 20px 0 0;
}

.layout:before,.layout:after {
  content: " ";
  display: table;
}

.layout:after {
  clear: both;
}

@media (min-width: 1280px) {
  .layout {
    min-width: 1280px;
  }

  body > header .container {
    width: 1280px;
  }

  body > header .control_menu {
    width: 188px;
  }

  body > header .top_menu {
    margin: 0 190px 0 230px;
    height: auto;
    text-align: center;
  }

  body > header .top_menu .main_menu li {
    padding: 0 15px;
  }
}

.infScrollNext {
  margin: 30px auto;
  display: inline-block;
  line-height: 41px;
  text-align: center;
  color: #00f;
  border-color: #ccc;
  text-shadow: 0 1px 0 #ccc ,0 2px 0 #c9c9c9 ,0 3px 0 #bbb ,0 4px 0 #b9b9b9 ,0 5px 0 #aaa ,0 6px 1px rgba(0,0,0,0.0980392) ,0 0 5px rgba(0,0,0,0.0980392) ,0 1px 3px rgba(0,0,0,0.298039) ,0 3px 5px rgba(0,0,0,0.2) ,0 5px 10px rgba(0,0,0,0.247059) ,0 10px 10px rgba(0,0,0,0.2) ,0 20px 20px rgba(0,0,0,0.14902);
  transition: all 300ms cubic-bezier(0.42,0,0.58,1);
}

.website_link a:hover {
  text-shadow: 0 1px 0 rgba(255,255,255,1) ,0 2px 0 rgba(255,255,255,1) ,0 3px 0 rgba(255,255,255,1) ,0 4px 0 rgba(255,255,255,1) ,0 5px 0 rgba(255,255,255,1) ,0 6px 1px rgba(0,0,0,0.0980392) ,0 0 5px rgba(0,0,0,0.0980392) ,0 1px 3px rgba(0,0,0,0.298039) ,0 3px 5px rgba(0,0,0,0.2) ,0 -5px 10px rgba(0,0,0,0.247059) ,0 -7px 10px rgba(0,0,0,0.2) ,0 -15px 20px rgba(0,0,0,0.14902);
  transition: all 200ms cubic-bezier(0.42,0,0.58,1) 10ms;
}

article {
  font-size: 20px;
  position: relative;
  margin: 40px auto 30px;
}

article:before,article:after {
  content: " ";
  display: table;
}

article:after {
  clear: both;
}

article .col-social {
  width: 40px;
  position: relative;
  float: left;
  left: 0;
  min-height: 1px;
}

article .col-social .like_box {
  width: 40px;
  margin: 0;
}

article .col-social .affix {
  position: fixed;
  top: 90px;
}

article header h1 {
  font: bold 48px/48px Times New Roman;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}

article .article_container:before,article .article_container:after {
  content: " ";
  display: table;
}

article .article_container:after {
  clear: both;
}

article .article_container .article_page {
  margin: 0 0 30px;
}

article .article_container .article_page:before,article .article_container .article_page:after {
  content: " ";
  display: table;
}

article .article_container .article_page:after {
  clear: both;
}

article .article_container .article_page .article_wrapper {
  position: relative;
  padding: 0;
}

@media (min-width: 800px) {

  article .col-social {
    width: 220px;
  }

  article .col-social .like_box {
    width: 86px;
    margin: 0 0 0 114px;
  }

  article .col-social .affix {
    position: fixed;
    top: 100px;
  }

  article .article_container .article_page .article_wrapper {
    width: 700px;
    margin: 0 auto;
    padding: 0 20px 0 0;
  }
}

.article__content:before,.article__content:after {
  content: " ";
  display: table;
}

.article__content:after {
  clear: both;
}

.article__content img {
  max-width: 100%;
  height: auto!important;
  display: block;
  margin: 0 auto;
}

.comments {
  padding: 0 20px;
  clear: both;
}

@media (min-width: 1280px) {
  .comments {
    padding: 0 320px 0 240px;
  }
}

.b-comments {
  padding: 0 0 10px;
}

.b-cmtItem {
  position: relative;
  min-height: 0;
  margin: 0;
}

.b-cmtItem .holder {
  padding: 0;
  margin: 0 0 40px;
  position: relative;
}

.b-cmtItem .cmtHeader {
  height: 20px;
  line-height: 20px;
  margin: 0 0 10px;
}

.b-cmtItem .cmtHeader:before,.b-cmtItem .cmtHeader:after {
  content: " ";
  display: table;
}

.b-cmtItem .cmtHeader:after {
  clear: both;
}

.b-cmtItem .cmtHeader .title {
  float: left;
  padding: 0 0 0 68px;
  font-size: 18px;
  font-weight: 700;
  color: #252525;
}

.b-cmtItem .cmtHeader .date {
  float: left;
  line-height: 22px;
  font-size: 15px;
  color: #5F7279;
  margin: 0 40px 0 10px;
}

.avatar {
  width: 60px;
  height: 60px;
  position: relative;
}

.avatar img {
  display: block;
  box-sizing: content-box;
  padding: 1px;
  border: 3px solid #D2DBDE;
  border-radius: 29px;
}

.avatar a:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  bottom: -1px;
  right: -1px;
}

.comments .avatar {
  float: left;
}

.b-cmtItem .comment_content {
  margin: 0 40px 0 68px;
  position: relative;
}

.b-cmtItem .comment_content p {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 50px;
  font-size: 18px;
}

.yashare-auto-init .b-share {
  padding: 0!important;
}

.col-social .btn {
  display: block;
  line-height: 24px;
  padding: 6px 0;
}

.col-social .btn.discuss {
  height: 40px;
  width: 40px;
  margin: 0;
  font: 14px Arial,sans-serif;
  color: #fff;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #FE6699;
  border-color: #FE6699;
}

.col-social .btn.discuss .glyphicon {
  float: left;
  width: 39px;
  text-align: center;
  font-size: 15px;
  top: 7px;
}

.col-social .btn.discuss .comments-counter {
  display: none;
}

.col-social .btn.discuss:hover {
  background-color: #fe4080;
  border-color: #fe4080;
}

.col-social .b-share_theme_counter .b-share {
  margin: 0;
}

.col-social .b-share_theme_counter .b-share-btn__wrap,.col-social .b-share_theme_counter .b-share-btn__wrap:first-child {
  display: block;
  float: none;
  height: 40px;
  margin: 4px 0 8px!important;
}

@media (min-width: 1280px) {
  .col-social .btn.discuss {
    margin: 0;
    width: 40px;
    text-align: left;
  }

  .col-social .btn.discuss .comments-counter {
    display: none;
    float: left;
    border-left: 1px solid #eee;
    width: 44px;
    text-align: center;
    line-height: 26px;
  }
}

@media screen and (max-width: 519px) {
  .infScrollNext {
    font-size: 30px;
    white-space: normal;
  }
}

@media screen and (max-width: 1050px) {
  .col-social {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .top_menu,body > header .control_menu {
    display: none;
  }

  .menu {
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    width: 30px;
    height: 30px;
    background: url() no-repeat 50% 50%;
  }

  .menutrigger:checked ~ .top_menu,.menutrigger:checked ~ .top_menu li {
    display: block;
    width: 100%;
    margin: 10px 0 0;
    text-align: center;
  }

  nav.top_menu {
    margin-top: 50px!important;
  }
}

.menutrigger {
  position: absolute;
  top: 15px;
  right: 10px;
  opacity: 0;
}

.col-social {
  z-index: 2;
}

.title a {
  color: inherit;
  text-decoration: none;
}

@font-face {
  font-family:'mrsclareregular';src:url(http://st.acstnst.com/content/Varyforte_IT_N/fonts/MrsClare-Black-webfont.eot);src:url(http://st.acstnst.com/content/Varyforte_IT_N/fonts/MrsClare-Black-webfont.eot-#iefix) format("embedded-opentype"),url(http://st.acstnst.com/content/Varyforte_IT_N/fonts/MrsClare-Black-webfont.woff) format("woff"),url(http://st.acstnst.com/content/Varyforte_IT_N/fonts/MrsClare-Black-webfont.ttf) format("truetype");font-weight:400;font-style:normal;
}

.image-wrapper {
  text-align: center;
}

.image-wrapper i {
  font-size: 15px;
}

.image-wrapper img {
  display: block;
  width: 70%;
  margin: 20px auto 0;
}

.product-wrapper {
  text-align: center;
}


.product-caption {
  text-align: center;
}

.question {
  font-weight: 700;
}

.website_link {
  text-align: center;
}

footer {
  text-align: center;
}

.b-share .b-share-btn__wrap {
  display: block;
  float: none;
  height: 40px;
  margin: 4px 0 8px!important;
  font-size: 30px;
}

.b-share-btn__wrap a {
  display: inline-block;
  height: auto;
  padding: 0!important;
  border-radius: 3px;
}

.b-share-btn__wrap a.fcbk {
  background-color: #3c5a98;
}

.b-share-btn__wrap a.twtr {
  background-color: #00aced;
}

@media all and (max-width: 520px) {
  div.title,div.date {
    display: inline-block;
  }

  article header h1 {
    font-size: 27px;
    line-height: 34px;
  }

  * {
    float: none;
    max-width: 100%;
  }

  .title,.date {
    display: inline-block;
  }

  .b-cmtItem .cmtHeader {
    height: 35px;
  }

  .b-cmtItem .cmtHeader .title {
    padding-left: 8px;
  }

  .website_link {
    padding-left: 0;
  }

  body > header .control_menu {
    display: none;
  }

  #product-image {
    max-width: 150px;
  }
}

.italic-heading {
  font-style: italic;
}

.bold-heading {
  font-weight: 700;
}

@media all and (max-width: 420px) {
  .b-cmtItem .comment_content {
    margin: 0 10px;
  }

  .b-cmtItem .comment_content p {
    padding-left: 60px;
  }

  body > header .top_menu {
    display: none;
  }

  body > header .logo {
    margin: 0 auto;
    float: none;
  }

  article {
    margin: 8px auto 30px;
  }
}

@media all and (min-width: 520px) {
  .infScrollNext {
    font-size: 36px;
  }
}

.commentimg {
  display: block;
  width: 295px;
  margin: 0 auto;
}

.article_container {
  position: relative;
}

.article_wrapper:before {
  content: '';
  display: block;
  position: fixed;
  top: 100px;
  width: 290px;
  height: 374px;
  background-size: cover;
  left: 75%;
}

@media all and (max-width: 1355px) {
  .article_wrapper:before {
    display: none;
  }

  article .col-social .affix {
    position: absolute;
    top: 0;
    left: -20px;
  }
}

@font-face {
  font-family:'fontello';src:url(http://st.acstnst.com/content/Varyforte_IT_N/fonts/fontello.eot?20211676);src:url(http://st.acstnst.com/content/Varyforte_IT_N/fonts/fontello.eot?20211676#iefix) format("embedded-opentype"),url(http://st.acstnst.com/content/Varyforte_IT_N/fonts/fontello.woff2?20211676) format("woff2"),url(http://st.acstnst.com/content/Varyforte_IT_N/fonts/fontello.woff?20211676) format("woff"),url(http://st.acstnst.com/content/Varyforte_IT_N/fonts/fontello.ttf?20211676) format("truetype"),url(http://st.acstnst.com/content/Varyforte_IT_N/fonts/fontello.svg?20211676#fontello) format("svg");font-weight:400;font-style:normal;
}

[class^="icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: 400;
  speak: none;
  color: #fff;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: '\f099';
}

.icon-facebook:before {
  content: '\f09a';
}

@media only screen and (max-width: 480px) {
  .image-wrapper img {
    width: 100%;
  }
}