@import url(https://fonts.googleapis.com/css2?family=Anton&amp;family=Montserrat&amp;display=swap);
HTML,
BODY,
DIV,
SPAN,
APPLET,
OBJECT,
IFRAME,
H1,
H2,
H3,
H4,
H5,
H6,
P,
BLOCKQUOTE,
PRE,
A,
ABBR,
ACRONYM,
ADDRESS,
BIG,
CITE,
CODE,
DEL,
DFN,
EM,
FONT,
IMG,
INS,
KBD,
Q,
S,
SAMP,
SMALL,
STRIKE,
STRONG,
TT,
VAR,
B,
U,
I,
CENTER,
DL,
DT,
DD,
OL,
UL,
LI,
FIELDSET,
FORM,
LABEL,
LEGEND {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
SUP,
SUB {
  line-height: 1px;
}
BODY {
  line-height: 1;
}
UL {
  list-style: none;
}
:focus {
  outline: 0;
}
INS {
  text-decoration: none;
}
DEL {
  text-decoration: line-through;
}
input::-moz-focus-inner {
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
.block {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
.none,
.hidden {
  display: none;
}
.clear,
.clr {
  clear: both;
}
hr.clear,
hr.clr {
  padding: 0;
  margin: 0;
  height: 1px;
  overflow: hidden;
  border: 0;
}
.clearfix:before,
.clearfix:after,
.clf:before,
.clf:after {
  content: " ";
  display: table;
}
.clearfix:after,
.clf:after {
  clear: both;
}
.clearfix,
.clf {
  zoom: 1;
}
.alignright,
.right {
  float: right;
}
.alignleft,
.left {
  float: left;
}
.center {
  text-align: center;
}
.centered,
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright,
img.right {
  margin: 0 0 4px 10px;
  display: inline;
}
img.alignleft,
img.left {
  margin: 0 10px 4px 0;
  display: inline;
}
a img {
  border: none;
}
img {
  max-width: 100%;
}
body {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  background: linear-gradient(45deg, #00b38f, #00282a);
  background: linear-gradient(45deg, #6e6e6e, rgba(0, 0, 0, 0.73));
  background: linear-gradient(45deg, #00282a, #00b38f);
  text-align: center;
}
.entry p {
  font-size: 18px;
  line-height: 1.6em;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.wrap {
  text-align: left;
  margin: 0 auto;
  max-width: 1200px;
}
input,
textarea {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
}
a {
  color: #ffa600;
  text-decoration: none;
  transition: all 0.2s linear;
}
a:hover {
  color: #000;
  text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.title,
.entry table,
.entry form,
.entry ul,
.entry ol,
.entry hr,
blockquote {
  margin: 0 0 20px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.title {
  color: #000;
  font-weight: 500;
  margin: 0 0 20px;
}
h1,
.h1,
.title {
  font-size: 50px;
  line-height: 58px;
}
h2,
.h2 {
  font-size: 44px;
  line-height: 50px;
  margin: 0 0 30px;
}
h3,
.h3 {
  font-size: 30px;
  line-height: 34px;
}
h4,
.h4 {
  font-size: 26px;
  line-height: 30px;
}
h5,
.h5 {
  font-size: 25px;
  line-height: 28px;
}
h6,
.h6 {
  font-size: 24px;
  line-height: 26px;
}
.black {
  color: #000;
}
.white {
  color: #fff;
}
.grey {
  color: gray;
}
.green {
  color: #34c924;
}
.red {
  color: red;
}
.orange {
  color: orange;
}
.yellow {
  color: #ff0;
}
.blue {
  color: #00f;
}
.purple {
  color: #8b00ff;
}
.pink {
  color: pink;
}
.table,
.entry table {
  border-spacing: 0;
  border-collapse: collapse;
  border-top: 1px solid #959596;
  border-left: 1px solid #959596;
}
.table tr th,
.entry table tr th {
  border-bottom: 1px solid #959596;
  border-right: 1px solid #959596;
  background: #f4f4f4;
  padding: 8px 10px;
}
.table tr td,
.entry table tr td {
  border-bottom: 1px solid #959596;
  border-right: 1px solid #959596;
  padding: 8px 10px;
}
.entry table.nobord,
.entry table.nobord tr th,
.entry table.nobord tr td {
  border: 0;
  padding: 0;
  background: 0 0;
}
.entry ul,
ul.list {
  padding: 0 0 0 20px;
  list-style: none;
}
.entry ol,
ol.list {
  padding: 0 0 0 25px;
  list-style: none;
}
.entry ul ul,
.entry ol ol,
.entry ol ul,
.entry ul ol,
ul.list ul,
ol.list ol,
ol.list ul,
ul.list ol {
  margin: 5px 0 0;
}
.entry ol > li,
ol.list > li {
  margin: 7px 0 7px 10px;
  list-style: decimal outside;
}
.entry ul > li,
ul.list > li {
  margin: 7px 0 7px 10px;
  list-style-type: disc;
}
code {
  font:
    1.1em "Courier New",
    Courier,
    Fixed;
}
acronym,
abbr,
span.caps {
  font-size: 0.9em;
  letter-spacing: 0.07em;
  cursor: help;
}
acronym,
abbr {
  border-bottom: 1px dashed #999;
}
blockquote {
  padding-left: 20px;
  border-left: 5px solid #ddd;
}
blockquote cite {
  margin: 5px 0 0;
  display: block;
}
.grid {
  clear: both;
  zoom: 1;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}
[class*="col-"] {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 0 0;
}
.col-1-8 {
  width: 12.5%;
}
.col-1-4 {
  width: 25%;
}
.col-1-3 {
  width: 33.33%;
}
.col-1-2 {
  width: 50%;
}
.col-2-3 {
  width: 66.66%;
}
.form_line {
  padding: 0 0 15px;
}
.lab {
  display: block;
  padding: 0 0 2px;
}
.inp {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  -webkit-appearance: none;
  color: #000;
  font-size: 15px;
  line-height: 18px;
}
.ta {
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  -webkit-appearance: none;
  color: #000;
  font-size: 15px;
  line-height: 18px;
  vertical-align: bottom;
}
.form_sub {
  position: relative;
}
.btn {
  display: inline-block;
  box-sizing: border-box;
  min-height: 40px;
  padding: 10px 20px;
  border: 1px solid #57b64d;
  background: #57b64d;
  border-radius: 5px;
  transition: all 0.3s 0.02s ease;
  -webkit-appearance: none;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.btn:hover {
  border-color: #ca2a3c;
  background-color: #ca2a3c;
  color: #fff;
  text-decoration: none;
}
.form_sub .ajax-loader {
  position: absolute;
  top: -5px;
  right: -5px;
}
.kyrsu {
  text-align: center;
  height: 24px;
  position: relative;
}
.kyrsu_sub {
  display: none;
  text-align: left;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  line-height: 24px;
}
.kyrsu_sub span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px dotted;
  cursor: pointer;
  transition: all 0.2s linear;
}
.kyrsu_sub span:hover {
  color: rgba(255, 255, 255, 1);
}
.kyrsu_block {
  display: inline-block;
  position: relative;
  padding: 0 30px 0 0;
  height: 24px;
  background: rgba(0, 0, 0, 0.2);
}
.cryptonatorwidget {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5) !important;
  padding: 0 10px !important;
  font-size: 12px !important;
  line-height: 24px;
  font-family: "Roboto", sans-serif !important;
}
.cryptonatorwidget div {
  padding: 0 !important;
  border: 0 !important;
}
.cryptonatorwidget div:last-child {
  display: none;
}
.cryptonatorwidget div font:last-child {
  color: #ffa600 !important;
  padding: 0 !important;
  border: 0 !important;
  line-height: 18px !important;
}
.kyrsu_close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 10px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  text-align: center;
}
.kyrsu_close:hover {
  color: #fff;
}
.search {
  position: absolute;
  z-index: 1;
  top: 30px;
  right: 50px;
  width: 24px;
  height: 24px;
}
a.search_on {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../../../themes/betanob/images/poisk_sub.png) no-repeat;
  background-size: 24px auto;
  opacity: 0.5;
}
a.search_on:hover {
  opacity: 1;
}
.search_block {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 250px;
  padding: 0 0 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  transition: margin 0.5s ease-in-out;
}
input.search_inp {
  border: 0;
  background: 0 0;
  padding: 2px 0;
  margin: 0;
  height: 20px;
  width: 220px;
  line-height: 20px;
  float: left;
  letter-spacing: 1px;
}
.search_sub {
  float: right;
  width: 24px;
  height: 24px;
  background: url(https://sp-ao.shortpixel.ai/client/q_glossy,ret_img/https://betanob.com/wp-content/themes/betanob/images/poisk_sub.png)
    no-repeat;
  background-size: 24px auto;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-indent: -9999px;
}
.search_block_closed {
  display: none;
}
header {
  padding: 35px 0 50px;
  text-align: center;
}
.header_vn {
  padding: 35px 0 20px;
}
.nav_top {
  display: inline-block;
  width: 270px;
  height: 24px;
}
.nav_top li {
  display: block;
  float: left;
  padding: 0 0 0 20px;
  line-height: 24px;
}
.nav_top li:first-child {
  padding: 0;
}
.nav_top li a {
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}
.nav_top li a:hover,
.nav_top li.current-menu-item a {
  color: #ffa600;
}
.logo {
  margin: 0 0 30px;
  text-align: center;
}
.logo a {
  display: block;
  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.55s;
  -moz-transform: scale(1, 1);
}
.logo a:hover {
  -webkit-transform: scale(1.1, 1.1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.55s;
  -moz-transform: scale(1.1, 1.1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 0.55s;
}
.logo img {
  max-width: 230px;
  vertical-align: bottom;
}
.hsoc {
  display: inline-block;
  width: 270px;
  height: 24px;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.hsoc ul {
  float: right;
}
.hsoc li {
  display: -moz-inline-stack;
  display: inline-block;
  _overflow: hidden;
  zoom: 1;
  display: inline;
  vertical-align: bottom;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  padding: 0 0 0 20px;
}
.hsoc li:first-child {
  padding: 0;
}
.hsoc li a {
  display: block;
  width: 20px;
  height: 20px;
  transition: all 0.4s linear;
}
.hsoc li.fb a {
  background: url(https://sp-ao.shortpixel.ai/client/q_glossy,ret_img/https://betanob.com/wp-content/themes/betanob/images/fb.png)
    no-repeat;
  background-size: 20px;
  background-position: bottom;
}
.hsoc li.vk a {
  background: url(https://sp-ao.shortpixel.ai/client/q_glossy,ret_img/https://betanob.com/wp-content/themes/betanob/images/vk.png)
    no-repeat;
  background-size: 20px;
  background-position: bottom;
}
.hsoc li.yt a {
  background: url(https://sp-ao.shortpixel.ai/client/q_glossy,ret_img/https://betanob.com/wp-content/themes/betanob/images/yt.png)
    no-repeat;
  background-size: 20px;
  background-position: bottom;
}
.hsoc li.tg a {
  background: url(https://sp-ao.shortpixel.ai/client/q_glossy,ret_img/https://betanob.com/wp-content/themes/betanob/images/tg.png)
    no-repeat;
  background-size: 20px;
  background-position: bottom;
}
.hsoc li a:hover {
  background-position: top;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.to_zag {
  text-align: center;
  font-size: 60px;
  color: #fff;
  line-height: 70px;
  font-weight: 500;
  padding: 0 0 50px;
  max-width: 900px;
  margin: 0 auto;
}
.to_zag h1 {
  font-size: 50px;
  color: #fff;
  line-height: 60px;
  margin: 0;
  font-weight: 500;
}
.nav_main {
  text-align: center;
  margin: 0 auto;
  max-width: 900px;
  padding-bottom: 65px;
}
.nav_main li {
  display: inline-block;
  margin: 0 8px 15px;
  line-height: 30px;
}
.nav_main li a {
  display: block;
  height: 30px;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  color: #fff;
  font-weight: 500;
}
.nav_main li a:hover,
.nav_main li.current-menu-item a {
  color: #000;
  background: #ffa600;
}
span.nav_adapt_sub {
  display: none;
  height: 25px;
  background: url(https://sp-ao.shortpixel.ai/client/q_glossy,ret_img/https://betanob.com/wp-content/themes/betanob/images/nav_adapt.png)
    no-repeat center center;
  cursor: pointer;
  margin: 5px 10px 10px;
}
.post_block {
  border-radius: 8px;
  background: #fff;
  width: 380px;
  padding: 20px 0 15px;
  margin: 0 0 20px;
}
.post_block_big {
  width: 580px;
}
.post_block_d {
  float: left;
  color: #8b8b8b;
  font-size: 12px;
  padding: 0 0 10px 20px;
}
.post_block_d_vn {
  padding: 0 0 10px;
}
.post_block_cv {
  padding: 0 20px 10px 0;
  float: right;
  color: #8b8b8b;
  font-size: 12px;
}
.post_block_cv_vn {
  padding: 0 0 10px;
}
.post_block_cv li {
  display: inline-block;
  padding: 0 5px 0 17px;
}
.post_block_cv li:nth-child(1) {
  background: url(https://sp-ao.shortpixel.ai/client/q_glossy,ret_img/https://betanob.com/wp-content/themes/betanob/images/views.png)
    no-repeat left center;
  background-size: 13px auto;
}
.post_block_cv li:nth-child(2) {
  background: url(https://sp-ao.shortpixel.ai/client/q_glossy,ret_img/https://betanob.com/wp-content/themes/betanob/images/comments.png)
    no-repeat left center;
  background-size: 13px auto;
  padding: 0 0 0 17px;
}
.post_block_cv li a {
  color: #8b8b8b;
}
.post_block_cv li a:hover {
  text-decoration: underline;
}
.post_block_t {
  padding: 0 20px 20px;
}
.post_block_t a {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.post_block_t a:hover {
  color: #ffa600;
}
.post_block_i {
  height: 177px;
  vertical-align: bottom;
  overflow: hidden;
  padding: 0 0 10px;
}
.post_block_big .post_block_i {
  height: 270px;
}
.post_block img {
  transition: all 0.2s linear;
}
.post_block:hover img {
  opacity: 0.8;
}
.pi_cat {
  padding: 0 20px;
}
.pi_cat a {
  display: inline-block;
  background: #f0f0f0;
  height: 30px;
  border-radius: 7px;
  padding: 0 15px;
  line-height: 30px;
  color: #000;
  font-size: 15px;
}
.pi_cat a:hover {
  background: #ffa600;
  color: #fff;
}
.persent-size {
  width: 33.33333%;
}
.post_block_big1 {
  width: 1180px;
}
.post_block_i_big {
  float: left;
  /* width: 500px; */
  padding: 0 0 0 20px;
}
.post_block_t_big {
  float: right;
  /* width: 660px; */
}
.post_block_text {
  padding: 0 20px 20px;
}
.p_nav {
  padding: 30px 0 0;
  text-align: center;
}
.p_nav a {
  display: -moz-inline-stack;
  display: inline-block;
  _overflow: hidden;
  zoom: 1;
  display: inline;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin: 0 3px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  behavior: url(https://betanob.com/wp-content/themes/betanob/images/border-radius.htc);
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
}
.p_nav span {
  display: -moz-inline-stack;
  display: inline-block;
  _overflow: hidden;
  zoom: 1;
  display: inline;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin: 0 3px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  behavior: url(https://betanob.com/wp-content/themes/betanob/images/border-radius.htc);
  color: #fff;
  font-size: 16px;
  line-height: 40px;
}
.p_nav a:hover,
.p_nav span.current {
  background: rgba(0, 0, 0, 0.5);
  color: #ffa600;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.content_post {
  background: #fff;
  padding: 50px 0;
}
#posts {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.post_l_block {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding: 20px 0 40px;
}
.post_l_block h1,
.post_l_block h2,
.post_l_block h3,
.post_l_block h4,
.post_l_block h5,
.post_l_block h6 {
  margin: 0 0 7px;
}
.sidenote {
  font-family: sans-serif;
  float: right;
  clear: right;
  margin-top: 5px;
  margin-right: calc(50% - 350px - 30px - 200px);
  margin-bottom: 20px;
  width: 170px;
  font-style: normal;
  font-size: 13px;
  line-height: 17px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.sidenote_l {
  font-family: sans-serif;
  float: left;
  clear: left;
  margin-top: 5px;
  margin-left: calc(50% - 350px - 30px - 200px);
  margin-bottom: 20px;
  width: 170px;
  font-style: normal;
  font-size: 13px;
  line-height: 17px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.sidenote p {
  font-size: 13px;
  line-height: 17px;
}
.post_top {
  position: relative;
  padding: 0 0 20px;
}
.terms {
  display: inline-block;
  position: relative;
  padding: 0 0 0 55px;
}
a.to_zag_back {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  display: block;
  width: 40px;
  height: 47px;
  background: url(https://betanob.com/wp-content/themes/betanob/images/back.svg)
    no-repeat;
  opacity: 0.2;
  margin: -48px 0 0;
}
a.to_zag_back:hover {
  opacity: 1;
}
.srez {
  transition: opacity 0.2s ease;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
}
.srez svg {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.pox_zap {
  padding: 0 0 35px;
}
.post_block_vn {
  float: left;
  border-radius: 8px;
  background: #fff;
  width: 280px;
  padding: 20px 0 15px;
  margin: 0 10px;
}
.post_block_vn .pi_cat a {
  display: inline-block;
  background: #f0f0f0;
  height: 24px;
  border-radius: 7px;
  padding: 0 8px;
  margin: 0 0 5px;
  line-height: 24px;
  color: #000;
  font-size: 14px;
}
.post_block_vn .pi_cat a:hover {
  background: #ffa600;
  color: #fff;
}
footer {
  padding: 35px 0 25px;
  text-align: center;
}
.footer_post {
  background: linear-gradient(45deg, #00282a, #00b38f);
}
.nav_top_f {
  display: block;
  float: left;
}
.copy {
  float: right;
  color: #bababa;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}
.slider {
  overflow: hidden;
}
.comments_t {
  padding: 0 0 10px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
.comments_list li {
  padding: 15px;
  margin: 0 0 15px;
  border: 1px solid #ddd;
  background: #f8f8f8;
}
.comments_list li li {
  margin: 15px 0 0;
}
.comments_list li.thread-even {
  background: #fff;
}
.comments_list .even {
  background: #fff;
}
.comments_list .alt {
  background: #f8f8f8;
}
.comment_ava {
  float: left;
  padding: 0 10px 0 0;
}
.comment_ad {
  padding: 0 0 10px;
}
.comment_a {
  font-weight: 700;
}
.comment_d {
  font-style: italic;
}
.comment_repl {
  text-align: right;
}
#respond {
  padding: 15px;
  border: 1px solid #ddd;
  background: #eee;
  margin: 0 0 15px;
}
.comments_list #respond {
  margin: 0 15px 15px;
}
.respond_t {
  padding: 0 0 10px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
.respond_inp {
  padding: 0 0 10px;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
.wpcf7-not-valid {
  border: 1px solid #ad2929 !important;
  color: #ad2929;
}
#wp-calendar #prev a,
#wp-calendar #next a {
  font-size: 9pt;
}
#wp-calendar a {
  text-decoration: none;
}
#wp-calendar caption {
  font:
    bold 1.3em "Lucida Grande",
    Verdana,
    Arial,
    Sans-Serif;
  text-align: center;
}
#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
}
#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}
#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}
#wp-calendar a {
  display: block;
}
#wp-calendar caption {
  text-align: center;
  width: 100%;
}
#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}
#wp-calendar td.pad:hover {
  background-color: #fff;
}
.blog-detail .info .share {
  position: absolute;
  z-index: 1;
  top: -50px;
  right: 0;
  display: block;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f5f5f5;
  color: #999;
  padding: 13px 13px 12px;
  cursor: pointer;
  line-height: 14px;
  height: 14px;
  margin-top: -11px;
}
.blog-detail .info .share strong,
.blog-detail .info .share .link,
.blog-detail .info .share img,
.blog-detail .info .share svg,
.blog-detail .info .share .count {
  float: left;
}
.blog-detail .info .share svg path {
  fill: #c5c5c5;
}
.blog-detail .info .share .count-wrap {
  float: right;
}
.blog-detail .info .share strong,
.blog-detail .info .share .count {
  padding-top: 1px;
}
.blog-detail .info .share strong {
  padding: 0 15px 0 10px;
}
.blog-detail .info .share .count {
  padding-left: 5px;
}
.blog-detail .link {
  display: none;
}
.link a {
  display: inline-block;
  width: 19px;
  height: 14px;
  margin-right: 20px;
  position: relative;
  transition: all 0.3s ease;
  border-bottom: none;
}
.link a svg {
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.link a svg path {
  fill: #c5c5c5;
  transition: all 0.3s ease;
}
.link a.gplus svg {
  height: 20px;
}
.link a.vk:hover svg path {
  fill: #6182aa;
}
.link a.ok:hover svg path {
  fill: #ee8208;
}
.link a.tw:hover svg path {
  fill: #1da1f2;
}
.link a.fb:hover svg path {
  fill: #3b5998;
}
.link a.gplus:hover svg path {
  fill: #d73d32;
}
.main_news_title {
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 20px;
}
.questions {
  background: #fff;
  padding: 30px 0;
}
.questions_b {
  padding: 10px;
  margin: 0 0 20px;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
}
.questions_b.active {
  border: 1px solid #ffc000;
}
.questions_t {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding: 0 30px 0 0;
  cursor: pointer;
}
.questions_t:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 0;
  width: 13px;
  height: 2px;
  background: #c7c7c7;
  transition: all 0.3s 0.02s ease;
}
.questions_t:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 0;
  width: 13px;
  height: 2px;
  background: #c7c7c7;
  transform: rotate(90deg);
  transition: all 0.3s 0.02s ease;
}
.questions_t.active:before {
  background: #ffc000;
  transform: rotate(60deg);
  width: 8px;
  top: 12px;
  right: 8px;
}
.questions_t.active:after {
  background: #ffc000;
  transform: rotate(120deg);
}
.questions_e {
  padding: 15px 0 0;
  font-size: 16px;
}
a.btn {
  display: block;
  margin: 0 auto;
  padding: 0 18px;
  height: 32px;
  box-sizing: border-box;
  border-radius: 3px;
  background: #2bba87;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  width: 30%;
}

.ul111 li {
  list-style-position: inside;
}
