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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

:focus {
  outline: 0;
}


.newtabs select {
    background: #fff;
    -webkit-box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 3%);
    box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 3%);
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

.newtabs select, #gentext {
	display: block;
}

.content {
  position: relative;
  font-size: 19px;
  margin-bottom: 40px;
  line-height: 1.3;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-weight: normal;
  color: #2f3045;
  margin-bottom: 20px;
  line-height: 1.2;
}

.content h1 {
  font-size: 38px;
  margin-top: -5px;
}

.content h2 {
  font-size: 32px;
}

.content h3 {
  font-size: 24px;
}

.content h4 {
  font-size: 20px;
  font-weight: 600;
}

.content h5 {
  font-size: 16px;
}

.content h6 {
  font-size: 14px;
}

.content p,
.content ul,
.content ol {
  margin-bottom: 20px;
}

.content ul,
.content ol {
  display: block;
  list-style-position: outside;
}

.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
  margin: 0;
}

.content ol {
  display: block;
  letter-spacing: normal;
  counter-reset: list;
  list-style-position: inside;
  margin-left: 5px;
}

.content ol li {
  display: block;
  position: relative;
  padding-left: 50px;
  margin-top: 15px;
}
.wpProQuiz_resultsList li::before {
  content: unset !important;
}
.wpProQuiz_listItem:after {
  content: unset !important;
}
.wpProQuiz_questionListItem:before {
  content: unset !important;
}
.wpProQuiz_questionListItem:after {
  content: unset !important;
}
.content ol li:after {
  content: counter(list);
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  width: 24px;
  height: 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  color: #2f3045;
  counter-increment: list;
  background: linear-gradient(to right, #ebe3d9 0%, #d6d2e1 100%);
  border-radius: 50%;
  text-align: center;
}

.content ol li[value]:not([value=""]):after {
  content: attr(value);
}

.content ol li[value="0"]:after {
  display: none;
}

.content ol ol,
.content ol ul {
  margin-left: 35px;
}

.content ul {
  display: block;
  list-style: none;
}

.content ul li {
  display: block;
  position: relative;
  padding-left: 50px;
  margin-top: 15px;
}

.content ul:not(.wp-polls-ul) li:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 26px;
  background: #474a87;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.content table {
  font-size: 16px;
  margin-bottom: 30px;
  border-spacing: 0;
  width: 100%;
  height: auto;
}

.content table tr:nth-child(2n) td {
  background-color: #f7f7f9;
}

.content table tr:first-child td:first-child,
.content table tr:first-child th:first-child {
  border-top-left-radius: 5px;
}

.content table tr:first-child td:last-child,
.content table tr:first-child th:last-child {
  border-top-right-radius: 5px;
}

.content table tr:last-child td:first-child,
.content table tr:last-child th:first-child {
  border-bottom-left-radius: 5px;
}

.content table tr:last-child td:last-child,
.content table tr:last-child th:last-child {
  border-bottom-right-radius: 5px;
}

.content table th {
  background: #474a87;
  color: #ffffff;
  padding: 10px 20px;
}

.content table th:first-child {
  text-align: left;
}

.content table td {
  padding: 10px 10px;
}

.content table td:first-child {
  /*text-align: left;*/
}

.content img {
  display: block;
  height: auto;
  max-width: 100%;
}

.content img.alignleft {
  margin: 5px 30px 10px 0;
  max-width: 60%;
}

.content img.alignright {
  margin: 5px 0 10px 30px;
  max-width: 60%;
}

.content > :last-child {
  margin-bottom: 0;
}

.content .alignleft {
  margin: 0 20px 20px 0;
  float: left;
}

.content .alignright {
  margin: 0 0 20px 20px;
  float: right;
}

.content .alignnone {
  margin: 0 0 20px;
}

.content .aligncenter {
  display: block;
  margin: 0 auto 20px;
}
.content .aligncenter img {
  margin: 0 auto !important;
}
.content blockquote {
  display: block;
  position: relative;
  font-size: 20px;
  background: linear-gradient(to right, #ebe3d9 0%, #d6d2e1 100%);
  padding: 25px 30px 25px 110px;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
  min-height: 60px;
}

.content blockquote:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  background: url(../images/ico_blockquote.png) 0 0 no-repeat;
  margin-top: -30px;
  width: 60px;
  height: 60px;
}

.content blockquote > :last-child {
  margin-bottom: 0;
}

.content blockquote.review {
  font-size: 16px;
  font-style: italic;
  background: #f5f4f2;
  min-height: 31px;
}

.content blockquote.review:before {
  top: 30px;
  background: url(../images/ico_review.png) 0 0 no-repeat;
  margin: 0;
  width: 42px;
  height: 31px;
}

.content blockquote.review .name {
  font-size: 14px;
  color: #8b8c9f;
}

.content blockquote.question-text {
  display: inline-block;
  font-size: 16px;
  background: #f7f7f9;
  padding: 10px 20px;
  min-height: 0;
}

.content blockquote.question-text:before {
  display: none;
}

.content .content__attention {
  display: block;
  position: relative;
  font-size: 16px;
  font-style: italic;
  padding: 25px 30px;
  margin: 30px 0;
  border: 1px solid #ffc63e;
  border-radius: 5px;
}

.content .content__attention .attention__title {
  display: block;
  position: absolute;
  top: -15px;
  left: -1px;
  font-size: 12px;
  font-style: normal;
  background-image: linear-gradient(to right, #ffda82 0%, #ffaa8c 100%);
  color: #2f3045;
  padding: 6px 15px;
  border-radius: 3px;
  line-height: 16px;
}

.content .readmore {
  display: block;
  position: relative;
  background: linear-gradient(to right, #ebe3d9 0%, #d6d2e1 100%);
  padding: 25px 30px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.content .readmore .title,
.content .readmore h3 {
  font-size: 28px;
  margin-top: -5px;
}

.content .readmore ul {
  display: block;
  position: relative;
  margin: -10px 0 0;
}

.content .readmore ul ul {
  margin-top: 5px;
  margin-left: -20px;
}

.content .readmore li {
  display: block;
  font-size: 16px;
  background: url(../images/ico_popular.png) 0 0 no-repeat;
  padding-left: 40px;
  margin-top: 10px;
  min-height: 24px;
}

.content .readmore li:before {
  display: none;
}

.content .readmore > :last-child {
  margin-bottom: 0;
}

.content .content_widgets {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 -15px;
  font-size: 0;
  line-height: 0;
}

.content .content_widgets .widget {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.3;
  width: 50%;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 30px;
}

.content .content_services {
  display: block;
  position: relative;
  background: url(../images/ico_service.png) 30px 30px no-repeat;
  padding: 25px 30px 25px 110px;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #676bc2;
  min-height: 40px;
}

.content .content_services > :last-child {
  margin-bottom: 0;
}

.content .link {
  display: inline-block;
  padding: 8px 20px 9px;
  border-radius: 5px;
  background-color: #474a87;
  color: #ffffff;
  text-decoration: none;
}

.content .link:hover {
  background-color: #8184b9;
}

.content .table_wrapper {
}

.content .wp-caption-text {
  font-size: 16px;
  text-align: center;
}

.content .wp-caption {
  border: 1px solid #d6d2e1;
  display: block;
  box-sizing: border-box;
  background: #f5f1eb;
  padding: 0 0 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.content .wp-caption .wp-caption-text {
  padding: 10px 10px 0;
  margin: 0;
  border-radius: 0 0 5px 5px;
}

.content .wp-caption img {
  margin: 0;
  border-radius: 5px 5px 0 0;
}

.gallery {
  font-size: 0;
  margin: 0 -10px 10px 0;
  line-height: 0;
  overflow: hidden;
}

.gallery .gallery-item {
  display: inline-block;
  padding: 0;
  margin: 0 0 10px;
  width: 33.33%;
  vertical-align: top;
}

.gallery .gallery-icon {
  display: block;
  position: relative;
  background: #f5f1eb;
  padding: 10px;
  margin: 0 10px 0 0;
  overflow: hidden;
}

.gallery .gallery-icon a,
.gallery .gallery-icon img {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}

.gallery .gallery-caption {
  display: block;
  position: relative;
  background: #f5f1eb;
  padding: 0 10px 10px;
  margin: 0 10px 0 0;
  overflow: hidden;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

#toc_container {
  display: block;
  position: relative;
  background: linear-gradient(to right, #ebe3d9 0%, #d6d2e1 100%);
  padding: 25px 30px;
  margin-bottom: 30px;
  border-radius: 5px;
}

#toc_container .toc_title {
  display: block;
  font-size: 28px;
  margin-bottom: 10px;
}

#toc_container .toc_list {
  display: block;
  margin: 0;
}

#toc_container .toc_list a {
  color: #474a87;
  text-decoration: underline;
  font-size: 16px;
}

#toc_container .toc_list a:hover {
  text-decoration: none;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'PT Sans', 'Arial', 'Helvetica', sans-serif;
  font-size: 16px;
  color: #2f3045;
  line-height: 1.3;
  min-width: 320px;
}

ol,
ul {
  list-style-position: inside;
}

a {
  color: #474a87;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.8;
}

#site {
  display: table;
  position: relative;
  background: #ffffff;
  overflow: hidden;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

.box_title,
h1 {
  display: block;
  font-size: 30px;
  font-weight: 400;
  color: #2f3045;
  margin-bottom: 35px;
}

.btn {
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  background: linear-gradient(to right, #ffda82 0%, #ffaa8c 100%);
  color: #2f3045;
  cursor: pointer;
  padding: 5px 5px 5px;
  border-radius: 3px;
}

.btn:hover {
  background: #ffda82;
}

.fixed {
  display: block;
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1100px;
  z-index: 1;
}

#content_box {
  *zoom: 1;
}

#content_box:after {
  display: table;
  content: "";
  clear: both;
}

#content_box.has_sidebar {
  padding-left: 380px;
}

#content_box.has_sidebar #content {
  margin-left: -380px;
  float: left;
  width: 100%;
}

#sidebar {
  float: right;
  width: 350px;
}

.header {
  position: relative;
  background-color: #2f3045;
  padding: 30px 0;
}

.header .fixed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.header .logo_block {
  display: block;
  background: url(../images/logo.png) 0 0 no-repeat;
  padding-left: 56px;
  padding-top: 8px;
  margin-right: 0px;
  min-height: 42px;
  text-decoration: none;
}

.header .logo {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  transition: 0.3s ease;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.header .logo span {
  color: #bdbec6;
  transition: 0.3s ease;
}

.header .logo:hover {
  color: #bdbec6;
}

.header .logo:hover span {
  color: #ffffff;
}

.header .slogan {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #e9e6ef;
  opacity: 0.5;
}

.header .item {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-right: 30px;
  text-decoration: none;
}

.header .item.ico_1 {
  background: url(../images/ico_header_1.png) 0 0 no-repeat;
  padding-left: 45px;
}

.header .item.ico_2 {
  background: url(../images/ico_header_2.png) 0 0 no-repeat;
  padding-left: 45px;
}

.header .search {
  display: block;
  position: relative;
  background-color: #34384d;
  border-radius: 5px;
}

.header .search input[type="text"] {
  display: block;
  font-size: 14px;
  font-weight: 400;
  background: transparent;
  color: #b9bedc;
  padding: 10px 45px 10px 15px;
  border: none;
  line-height: 30px;
  width: 140px;
  height: 30px;
}

.header .search input[type="submit"] {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../images/ico_search.png) 5px 50% no-repeat;
  cursor: pointer;
  border: none;
  width: 30px;
}

.header .search input[type="submit"]:hover {
  opacity: 0.8;
}

.main_menu {
  display: block;
  position: relative;
  background: linear-gradient(to right, #ebe3d9 0%, #d6d2e1 100%);
  margin-bottom: 35px;
  z-index: 2;
}

.main_menu ul {
  display: table;
  position: relative;
  font-size: 0;
  margin: 0 -30px;
  line-height: 0;
}

.main_menu ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #c5c1d6;
  margin: 0;
  border-radius: 0 0 5px 5px;
  min-width: 100%;
}

.main_menu li {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.main_menu li:hover > a,
.main_menu li.active > a {
  background-color: #c5c1d6;
}

.main_menu li.submenu > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  right: 13px;
  background: url(../images/ico_menu.png) 0 0 no-repeat;
  width: 6px;
  height: 7px;
}

.main_menu li:hover > ul {
  display: block;
}

.main_menu li li {
  display: block;
  border-top: 1px solid #cecadc;
}

.main_menu li li a {
  font-size: 16px;
  font-weight: 400;
  color: #474a87;
}

.main_menu li li a:hover {
  background-color: #2f3045;
  color: #ffffff;
}

.main_menu li li:last-child > a {
  border-radius: 0 0 5px 5px;
}

.main_menu a {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #2f3045;
  padding: 12px 30px;
  line-height: 1.3;
  text-decoration: none;
}

.main_menu .menu_btn {
  display: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #2f3045;
  text-decoration: none;
  position: relative;
  padding: 12px 30px;
  cursor: pointer;
}

.main_menu .menu_btn:before,
.main_menu .menu_btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 17px;
  height: 9px;
  width: 20px;
  border-top: 3px solid;
  border-bottom: 3px solid;
}

.main_menu .menu_btn:after {
  top: 14px;
  border-top: none;
}

.main_menu .menu_btn:hover {
  color: #d6d2e1;
}

.breadcrumbs {
  display: block;
  position: relative;
  font-size: 14px;
  margin-bottom: 30px;
}

.breadcrumbs a,
.breadcrumbs b,
.breadcrumbs span {
  display: inline-block;
  position: relative;
  color: #474a87;
  text-decoration: none;
  vertical-align: middle;
}

.breadcrumbs a:hover {
  color: #8184b9;
}

.breadcrumbs span {
  color: #aaacc8;
}

.breadcrumbs .home {
  background: url(../images/ico_home.png) 0 5px no-repeat;
  padding-left: 20px;
}

.breadcrumbs b {
  margin: 0 8px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #474a87;
  width: 0;
  height: 0;
}

.news {
  display: block;
  position: relative;
  font-size: 0;
  margin: 0 -15px;
  line-height: 0;
  z-index: 1;
}

.news .news_item {
  display: inline-block;
  box-sizing: border-box;
  font-size: 12px;
  padding: 0 15px;
  margin-bottom: 40px;
  line-height: 1.4;
  width: 50%;
  vertical-align: top;
}

.news .thumb {
  display: block;
  float: left;
  width: 130px;
}

.news .thumb img {
  width: 100%;
  height: auto;
}

.news .thumb + .info {
  margin-left: 150px;
}

.news .title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #474a87;
  margin: -4px 0 10px;
  text-decoration: none;
}

.news .title:hover {
  color: #2f3045;
}

.news .text {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.pickup {
  display: block;
  position: relative;
  background: linear-gradient(to right, #ebe3d9 0%, #d6d2e1 100%);
  padding: 25px 30px 0;
  margin-bottom: 40px;
  border-radius: 3px;
}

.pickup:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 30px;
  background: url(../images/ico_approved.png) 0 0 no-repeat;
  width: 133px;
  height: 73px;
  z-index: 1;
}

.pickup .title {
  display: block;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}

.pickup .label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #2f3045;
  margin-bottom: 10px;
}

.pickup .row {
  display: block;
  position: relative;
  font-size: 0;
  margin: 0 -15px;
  line-height: 0;
}

.pickup .col_1_3 {
  display: inline-block;
  box-sizing: border-box;
  font-size: 14px;
  padding: 0 15px;
  margin-bottom: 30px;
  line-height: 1.3;
  width: 33.33%;
  vertical-align: middle;
}

.pickup .col_left {
  color: #b0abaf;
  text-align: left;
}

.pickup .col_right {
  text-align: right;
}

.pickup input[type="text"],
.pickup input[type="submit"] {
  display: block;
  box-sizing: border-box;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  background: #ffffff;
  color: #2f3045;
  padding: 7px 15px;
  border: none;
  line-height: 40px;
  width: 100%;
  height: 40px;
}

.pickup input[type="submit"] {
  background-color: #474a87;
  color: #ffffff;
  cursor: pointer;
  padding: 0 15px;
  border-radius: 5px;
}

.pickup input[type="submit"]:hover {
  background-color: #8184b9;
}

.pickup a {
  color: #474a87;
  text-decoration: none;
}

.pickup a:hover {
  text-decoration: underline;
}

.charts {
  display: block;
  position: relative;
  margin-bottom: 10px;
}

.charts .tab_title {
  display: block;
  font-size: 30px;
  margin: 30px 0 0 40px;
}

.charts .tabs_heading {
  display: block;
  font-size: 0;
  cursor: default;
  line-height: 0;
}

.charts .tabs_heading span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  background-color: #f2f1f5;
  color: #474a87;
  cursor: pointer;
  padding: 10px 5px 10px 15px;
  margin-right: 15px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  line-height: 25px;
  vertical-align: middle;
  z-index: 1;
}

.charts .tabs_heading span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -14px;
  background-color: #f2f1f5;
  border-right: 1px solid transparent;
  width: 30px;
  transform: skewX(30deg);
  z-index: -1;
}

.charts .tabs_heading span.active,
.charts .tabs_heading span:hover {
  background: #ffffff;
  color: #2f3045;
  border-color: #d6d2e1;
  z-index: 2;
}

.charts .tabs_heading span.active:before,
.charts .tabs_heading span:hover:before {
  background: #ffffff;
  border-color: #d6d2e1;
}

.charts .tabs_heading span.active:after,
.charts .tabs_heading span:hover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: -26px;
  background-color: #ffffff;
  height: 1px;
}

.charts .tabs_content {
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.3s linear;
  border: 1px solid #ededf1;
  border-radius: 5px;
}

.charts .tab_items {
  display: none;
  position: relative;
  overflow: hidden;
}

.charts .tab_items.active {
  display: block;
}

.charts .tab_btn {
  display: inline-block;
  font-size: 18px;
  background-color: #474a87;
  color: #ffffff;
  padding: 10px 20px;
  margin: 10px 0 40px 40px;
  border-radius: 5px;
  text-decoration: none;
}

.charts .tab_btn:hover {
  background-color: #8184b9;
}

.charts .item {
  position: relative;
  display: table;
  margin: 30px 0;
  border-spacing: 0;
  width: 100%;
}

.charts .number {
  display: table-cell;
  font-size: 26px;
  color: #b1b1b9;
  text-align: center;
  width: 40px;
  vertical-align: middle;
}

.charts .logo {
  display: table-cell;
  position: relative;
  padding-right: 30px;
  width: 152px;
  height: auto;
  vertical-align: middle;
}

.charts .logo .thumb {
  display: inline-block;
  position: relative;
  border: 1px solid #ededf1;
  border-radius: 3px;
  width: 150px;
}

.charts .logo .ico_1:before,
.charts .logo .ico_2:before,
.charts .logo .ico_3:before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  background: url(../images/ico_chart_1.png) 0 0 no-repeat;
  width: 30px;
  height: 40px;
}

.charts .logo .ico_2:before {
  background-image: url(../images/ico_chart_2.png);
}

.charts .logo .ico_3:before {
  background-image: url(../images/ico_chart_3.png);
}

.charts .logo img {
  display: block;
  border-radius: 3px;
  width: 100%;
  height: 100%;
}

.charts .details {
  display: table-cell;
  padding-right: 30px;
  vertical-align: middle;
}

.charts .details .title {
  display: block;
  font-size: 22px;
  color: #2f3045;
  margin-bottom: 10px;
}

.charts .details .reviews {
  display: block;
  position: relative;
  font-size: 14px;
  background: url(../images/ico_reviews.png) 0 4px no-repeat;
  color: #474a87;
  padding-left: 22px;
  text-decoration: none;
}

.charts .details .reviews:hover {
  text-decoration: underline;
}

.charts .details_top,
.charts .details_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 25px;
}

.charts .details_bottom {
  margin: 0 -15px 0;
}

.charts .details_item {
  padding: 0 8px;
  text-align: center;
}

.charts .details_item .label {
  display: block;
  font-size: 12px;
  color: #9797a2;
  margin-bottom: 2px;
}

.charts .details_item .value {
  display: block;
  font-size: 16px;
  line-height: 0.9;
  font-weight: 800;
  color: #2f3045;
}

.services {
  display: block;
  position: relative;
  background: linear-gradient(to right, #ebe3d9 0%, #d6d2e1 100%);
  padding: 30px 30px 25px 280px;
  margin-bottom: 40px;
  min-height: 250px;
}

.services:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 40px;
  background: url(../images/service_bg.png) 0 0 no-repeat;
  width: 201px;
  height: 304px;
}

.services .box_title {
  margin-bottom: 25px;
}

.services .text {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  opacity: 0.7;
}

.services ul {
  display: block;
  position: relative;
  font-size: 0;
  margin: 0 -15px;
  line-height: 0;
}

.servicesad li {
  display: inline-block;
  margin: 2px 0;
  width: 100%;
  vertical-align: top;
  position: unset !important;
  padding-left: unset !important;
  margin-top: unset !important;
}
.services ul li:before {
  display: none;
}
.services a {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #474a87;
  padding: 5px 15px 6px;
  border-radius: 3px;
  line-height: 1.3;
  text-decoration: none;
}

.services a:hover {
  background-color: #474a87;
  color: #ffffff;
}

.posts {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -15px 10px;
  cursor: default;
}

.posts .post {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  padding: 0 15px;
  margin-bottom: 30px;
  width: 33.33%;
  vertical-align: top;
}

.posts .post:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  background-color: #f7f7f9;
  border-radius: 10px;
  z-index: 1;
}

.posts .post > :last-child {
  margin-bottom: 20px;
}

.posts .title,
.posts .thumb,
.posts .category,
.posts .name,
.posts .text,
.posts .btn {
  display: block;
  position: relative;
  margin: 0 20px 15px;
  overflow: hidden;
  text-decoration: none;
  z-index: 2;
}

.posts .thumb {
  margin: 0 0 15px;
}

.posts .thumb img {
  display: block;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.posts .title {
  font-size: 16px;
  font-weight: 400;
  /*color: #2f3045;*/
}

.posts a.title:hover {
  color: #8184b9;
}

.posts .text {
  font-size: 14px;
  margin-bottom: 20px;
}

.posts .category {
  font-size: 16px;
  font-weight: 400;
  color: #474a87;
}

.posts .category:hover {
  text-decoration: underline;
}

.posts .name {
  color: #93939f;
  margin-bottom: 10px;
}

.posts .btn {
  text-align: center;
}

.post_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

.post_info .send_post {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  background-color: #ffffff;
  box-shadow: 2px 3px 21px rgba(0, 0, 0, 0.35);
  padding: 20px 30px;
  border-radius: 5px;
  width: 300px;
  z-index: 10;
  text-align: left;
}

.post_info .send_post:before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  right: 40px;
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  filter: drop-shadow(0 -5px 5px rgba(0, 0, 0, 0.2));
  width: 0;
  height: 0;
  z-index: -1;
}

.post_info .send_post .label {
  display: block;
  font-size: 14px;
  color: #223248;
  margin-bottom: 15px;
}

.post_info .send_post .item {
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.post_info .send_post input[type="text"] {
  display: block;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  background: #ffffff;
  color: #2f3045;
  padding: 7px 15px;
  border: 1px solid #e9ebee;
  border-radius: 5px;
  line-height: 40px;
  width: 100%;
  height: 40px;
}

.post_info .send_post input[type="submit"] {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../images/ico_send.png) 50% 50% no-repeat;
  cursor: pointer;
  border: 0;
  width: 40px;
}

.post_info .send_post input[type="submit"]:hover {
  opacity: 0.5;
}

.post_info .send_post .error {
  display: block;
  font-size: 14px;
  color: #ff0000;
  margin: -5px 15px 10px;
}

.post_info .send_post .success {
  display: block;
  font-size: 16px;
  margin: -5px 15px 10px;
  color: #00aa00;
}

.post_info .send_post .favorites {
  display: block;
  font-size: 14px;
  background: url(../images/ico_favorites.png) 0 3px no-repeat;
  color: #dd1d3b;
  cursor: pointer;
  padding-left: 20px;
}

.post_info .send_post .favorites:hover {
  text-decoration: underline;
}

.post_info .author {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-right: 20px;
}

.post_info .thumb {
  display: inline-block;
  margin-right: 10px;
  width: 37px;
}

.post_info .name {
  display: block;
  font-size: 13px;
  color: #474a87;
}

.post_info .date,
.post_info .views,
.post_info .comments {
  display: inline-block;
  font-size: 12px;
  color: #9797a2;
  vertical-align: middle;
  white-space: nowrap;
}

.post_info .views,
.post_info .comments {
  background: url(../images/ico_views.png) 0 4px no-repeat;
  padding-left: 21px;
  margin-right: 20px;
}

.post_info .comments {
  background: url(../images/ico_comments.png) 0 3px no-repeat;
  padding-left: 18px;
}

.post_info .font {
  cursor: default;
  margin-right: 20px;
}

.post_info .font b {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.7;
  vertical-align: baseline;
}

.post_info .font .big,
.post_info .font .small {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-left: 5px;
  vertical-align: baseline;
}

.post_info .font .big:hover,
.post_info .font .small:hover {
  opacity: 0.7;
}

.post_info .font .big {
  font-size: 22px;
}

.post_info .btn_wrapper {
  display: inline-block;
  position: relative;
  width: 135px;
  text-align: right;
}
.link_author {
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
}
.link_author:hover {
  text-decoration: underline;
  color: #70b451;
}
.post_author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  background: #f5f5f5;
  padding: 25px 30px;
  margin-bottom: 36px;
  border-radius: 5px;
}

.post_author .author {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.post_author .author img {
  display: block;
  border-radius: 50%;
  margin-right: 20px;
}

.post_author .thumb {
  margin-right: 15px;
  border-radius: 50%;
}

.post_author .text {
  display: block;
  font-size: 12px;
  color: #2f3045;
  opacity: 0.7;
}

.post_author .name {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.post_author .about {
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  opacity: 0.7;
  max-width: 240px;
}

.post_author .btn {
  font-size: 12px;
  border: 1px solid #203246;
  background: #fff;
  color: #203246;
  padding: 4px 15px 5px;
  border-radius: 15px;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
}

.post_author .btn:hover {
  background-color: #326392;
  background-image: linear-gradient(to right, #6965ab 0%, #326392 100%);
  color: #ffffff;
}

.tags {
  display: block;
  margin-bottom: 30px;
  text-align: left;
}

.tags a {
  display: inline-block;
  vertical-align: middle;
  background: linear-gradient(to right, #ebe3d9 0%, #d6d2e1 100%);
  border-radius: 5px;
  padding: 5px 15px 6px;
  color: #2f3045;
  text-decoration: none;
  margin-right: 5px;
}

.tags a:hover {
  background: #ebe3d9;
}

.orphus {
  display: inline-block;
  margin-bottom: 30px;
  padding: 10px 30px 10px 60px;
  background: #f7f7f9 url(../images/ico_orphus.png) 30px 50% no-repeat;
  font-size: 16px;
  border-radius: 5px;
}

.orphus a {
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
}

.pagination {
  display: block;
  margin-bottom: 40px;
  text-align: center;
}

.pagination a,
.pagination span {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(to right, #ebe3d9 0%, #d6d2e1 100%);
  color: #2f3045;
  cursor: pointer;
  padding: 4px 10px;
  border-radius: 5px;
  text-decoration: none;
  vertical-align: middle;
}

.pagination a:hover,
.pagination span {
  background: #474a87;
  color: #ffffff;
}

#comments {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

#comments #wc-comment-header {
  display: block;
  font-family: "PT Sans", sans-serif;
  font-size: 30px;
  font-weight: 400;
}

#comments #wpcomm .avatar {
  box-shadow: none;
  border: 1px solid #d9d9d9;
}

#comments #wpcomm .wc-comment-label {
  box-shadow: none;
}

#comments .wc-comment-text {
  line-height: 1.4;
}

.comment-respond {
  display: block;
  margin-bottom: 30px;
}

.comment-respond .comment-reply-title {
  display: block;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 25px;
}

.comment-respond .line {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.comment-respond .thumb {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  width: 60px;
}

.comment-respond .text {
  display: table-cell;
  vertical-align: middle;
}

.comment-respond .row {
  display: block;
  position: relative;
  font-size: 0;
  line-height: 0;
  margin: 0 -5px;
}

.comment-respond .row .half {
  display: inline-block;
  padding: 0 5px;
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.comment-respond input[type="submit"] {
  display: inline-block;
  border: none;
  background: #474a87 url(../images/ico_respond.png) 20px 50% no-repeat;
  padding: 0 30px 0 60px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 18px;
  line-height: 50px;
  text-align: left;
  height: 50px;
  vertical-align: middle;
  margin-right: 20px;
}

.comment-respond input[type="submit"]:hover {
  background-color: #8184b9;
}

.comment-respond input[type="text"],
.comment-respond textarea {
  display: block;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  background: #ffffff;
  color: #2f3045;
  padding: 7px 15px;
  border: 1px solid #e9ebee;
  border-radius: 5px;
  line-height: 40px;
  width: 100%;
  height: 40px;
}

.comment-respond textarea {
  height: 70px;
  overflow: auto;
}

.comment-respond .checkbox {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

.comment-respond input[type="checkbox"] {
  display: block;
  position: absolute;
  left: -1000px;
  visibility: hidden;
}

.comment-respond input[type="checkbox"] + label {
  display: block;
  color: #223248;
  font-size: 14px;
  padding-left: 24px;
  position: relative;
  cursor: pointer;
}

.comment-respond input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #e9ebee;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 1px;
}

.comment-respond input[type="checkbox"]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  background-color: #474a87;
}

.footer {
  display: table-row;
  font-size: 12px;
  background: #2f3045;
  color: #8c8b9a;
  line-height: 1.4;
  height: 1px;
}

.footer_inner {
  display: table;
  position: relative;
  padding: 30px 0;
  border-spacing: 0;
  width: 100%;
}

.footer_inner .logo_block,
.footer_inner .footer_menu,
.footer_inner .agreement {
  display: table-cell;
  padding-right: 40px;
  vertical-align: middle;
}

.footer_inner .logo_block p {
  padding-left: 50px;
  margin-bottom: 10px;
}

.footer_inner .logo_block p:last-child {
  margin-bottom: 0;
}

.footer_inner .agreement {
  padding-right: 0;
}

.footer_inner .logo {
  display: block;
  font-size: 24px;
  font-weight: bold;
  background: url(../images/logo_small.png) 0 0 no-repeat;
  color: #ffffff;
  padding-left: 50px;
  margin-bottom: 8px;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  background-position-x: 8px;
}

.footer_inner .logo span {
  color: #bdbec6;
}

.footer_inner .footer_menu {
  min-width: 200px;
}

.footer_inner .footer_menu li {
  display: block;
  margin: 10px 0;
}

.footer_inner .footer_menu a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}

.footer_inner .text {
  display: block;
  margin-bottom: 15px;
}

.footer_inner .link {
  display: block;
  color: #f9c13e;
  margin-bottom: 5px;
  text-decoration: none;
}

.footer_inner .link:hover {
  text-decoration: underline;
}

.footer_inner .line {
  display: block;
  margin-top: 15px;
}

.footer_inner .line img,
.footer_inner .line a {
  display: inline-block;
  vertical-align: middle;
}

.footer_inner .line a {
  margin-left: 10px;
}

.widget {
  margin-bottom: 40px;
}

.widget .title {
  display: block;
  font-size: 23px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.widget_services {
  display: block;
  background-color: #2f3045;
  padding: 30px 40px;
  border-radius: 5px;
}

.widget_services .title {
  color: #c5c1d6;
  margin: -5px 0 15px;
}

.widget_services ul,
.widget_services li {
  display: block;
  position: relative;
}

.widget_services a {
  display: block;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  padding: 15px 0;
  text-decoration: none;
}

.widget_services li:hover a {
  color: #8bca64;
}

.widget_services .ico_1 a,
.widget_services .ico_2 a,
.widget_services .ico_3 a,
.widget_services .ico_4 a,
.widget_services .ico_5 a {
  padding-left: 45px;
}

.widget_services .ico_1 a:before,
.widget_services .ico_2 a:before,
.widget_services .ico_3 a:before,
.widget_services .ico_4 a:before,
.widget_services .ico_5 a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background: url(../images/ico_services.png) 0 0 no-repeat;
  margin-top: -15px;
  width: 30px;
  height: 30px;
}

.widget_services .ico_1 a:before {
  background-position: 0 0;
}

.widget_services .ico_1 a:hover:before {
  background-position: -30px 0;
}

.widget_services .ico_2 a:before {
  background-position: 0 -30px;
}

.widget_services .ico_2 a:hover:before {
  background-position: -30px -30px;
}

.widget_services .ico_3 a:before {
  background-position: 0 -60px;
}

.widget_services .ico_3 a:hover:before {
  background-position: -30px -60px;
}

.widget_services .ico_4 a:before {
  background-position: 0 -90px;
}

.widget_services .ico_4 a:hover:before {
  background-position: -30px -90px;
}

.widget_services .ico_5 a:before {
  background-position: 0 -120px;
}

.widget_services .ico_5 a:hover:before {
  background-position: -30px -120px;
}

.widget_menu {
  background-color: #ffffff;
  padding: 30px 40px;
  border: 1px solid #d6d2e1;
  border-radius: 5px;
}

.widget_menu ul,
.widget_menu li {
  display: block;
  position: relative;
}

.widget_menu a {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #474a87;
  padding: 5px 0;
  text-decoration: none;
}

.widget_menu a:hover {
  color: #8184b9;
}

.widget_menu ul ul {
  display: block;
  position: relative;
  background-color: #f5f1eb;
  padding: 5px 0;
  margin: 10px 0;
  border-radius: 5px;
}

.widget_menu ul ul a {
  font-size: 16px;
  padding: 5px 20px;
}

.widget_popular {
  display: block;
  background-color: #ffffff;
  padding: 30px 40px;
  border: 1px solid #d6d2e1;
  border-radius: 5px;
}

.widget_popular ul,
.widget_popular li {
  display: block;
  position: relative;
}

.widget_popular li {
  margin: 0 0 20px;
}

.widget_popular li:last-child {
  margin-bottom: 0;
}

.widget_popular a {
  display: block;
  position: relative;
  background: url(../images/ico_popular.png) 0 0 no-repeat;
  color: #474a87;
  padding-left: 40px;
  min-height: 24px;
  text-decoration: none;
}

.widget_popular a:hover {
  color: #8184b9;
}

.widget_order {
  display: block;
  background: linear-gradient(to right, #ebe3d9 0%, #d6d2e1 100%);
  padding: 30px 40px;
  border-radius: 5px;
}

.widget_order .title {
  font-size: 22px;
  margin-bottom: 25px;
  line-height: 1.2;
}

.widget_order .info {
  display: table;
  margin-bottom: 30px;
  width: 100%;
}

.widget_order .thumb {
  display: table-cell;
  padding-right: 10px;
  width: 108px;
  vertical-align: middle;
}

.widget_order .thumb img {
  margin: 0;
}

.widget_order .text {
  display: table-cell;
  font-size: 14px;
  vertical-align: middle;
}

.widget_order .button {
  display: inline-block;
  font-size: 18px;
  background-color: #474a87;
  color: #ffffff;
  padding: 8px 20px 9px;
  border-radius: 5px;
  text-decoration: none;
}

.widget_order .button:hover {
  background-color: #8184b9;
}

.widget_order ul,
.widget_order li {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
}

.widget_order li {
  padding: 2px 0 2px 10px;
}

.widget_order li:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  background: #474a87;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.widget_order li + li {
  margin-top: 0;
}

.widget_posts .item {
  display: table;
  margin-bottom: 30px;
  border-spacing: 0;
  width: 100%;
}

.widget_posts .item:last-child {
  margin-bottom: 0;
}

.widget_posts .thumb {
  display: table-cell;
  position: relative;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
  vertical-align: middle;
}

.widget_posts .thumb img {
  display: block;
  width: auto;
  height: auto;
}

.widget_posts .name {
  display: table-cell;
  font-size: 15px;
  background-color: #f2f1f5;
  color: #2f3045;
  padding: 8px 10px;
  border-radius: 0 5px 5px 0;
  line-height: 1.2;
  width: 100%;
  text-decoration: none;
  /*vertical-align: middle;*/
}

.widget_posts .name:hover {
  color: #8184b9;
}

.widget_charts {
  display: block;
  position: relative;
  border: 1px solid #d6d2e1;
  border-radius: 5px;
}

.widget_charts .title {
  margin: 20px 40px -10px;
}

.widget_charts .item {
  display: table;
  padding: 30px 0;
  border-spacing: 0;
  width: 100%;
}

.widget_charts .item:nth-child(2n + 1) {
  background-color: #f7f7f9;
}

.widget_charts .number,
.widget_charts .logo,
.widget_charts .details {
  display: table-cell;
  padding-right: 20px;
  vertical-align: middle;
}

.widget_charts .number {
  font-size: 26px;
  font-weight: 400;
  padding-right: 0;
  opacity: 0.5;
  text-align: center;
  width: 40px;
}

.widget_charts .logo {
  width: 112px;
}

.widget_charts .ico_1:before,
.widget_charts .ico_2:before,
.widget_charts .ico_3:before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: #ffc63e;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.widget_charts .ico_2:before {
  background-color: #e8e6eb;
}

.widget_charts .ico_3:before {
  background-color: #e1a68f;
}

.widget_charts .name {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #2f3045;
  margin-bottom: 10px;
  text-decoration: none;
}

.widget_charts .name:hover {
  color: #8184b9;
}

.widget_charts .reviews,
.widget_charts .site {
  display: block;
  position: relative;
  font-size: 14px;
  background: url(../images/ico_reviews.png) 0 4px no-repeat;
  color: #474a87;
  padding-left: 20px;
  margin-bottom: 10px;
  text-decoration: none;
}

.widget_charts .reviews:hover,
.widget_charts .site:hover {
  color: #8184b9;
}

.widget_charts .site {
  background: url(../images/ico_link.png) 0 5px no-repeat;
  margin-bottom: 0;
  background: #474a87;
  color: #fff;
  padding: 5px;
  text-align: center;
  width: 131px;
  border-radius: 3px;
}

.widget_charts .thumb {
  display: inline-block;
  position: relative;
  border: 1px solid #e4e7ee;
  border-radius: 5px;
  font-size: 0;
  line-height: 0;
}

.widget_charts .thumb img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.widget_charts .button {
  display: block;
  font-size: 18px;
  background-color: #474a87;
  color: #ffffff;
  padding: 8px 10px 9px;
  margin: 0 -1px -1px;
  border-radius: 0 0 5px 5px;
  text-align: center;
  text-decoration: none;
}

.widget_charts .button:hover {
  background-color: #8184b9;
}

.widget_bank {
  display: block;
  position: relative;
  border: 1px solid #acaef0;
  border-radius: 5px;
}

.widget_bank .logo {
  display: block;
  margin: 30px 20px 20px;
  text-align: center;
}

.widget_bank .logo img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
}

.widget_bank .name,
.widget_bank .phone {
  display: block;
  font-size: 30px;
  color: #2f3045;
  margin-bottom: 5px;
  text-align: center;
}

.widget_bank .phone {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  opacity: 0.7;
}

.widget_bank .heading {
  display: block;
  font-size: 22px;
  background: linear-gradient(to right, #ebe3d9 0%, #d6d2e1 100%);
  color: #2f3045;
  padding: 8px 40px 9px;
}

.widget_bank .item {
  display: table;
  box-sizing: border-box;
  cursor: default;
  padding: 0 40px;
  margin: 15px 0;
  width: 100%;
}

.widget_bank .label,
.widget_bank .value {
  display: table-cell;
  font-size: 14px;
  color: #474a87;
  text-align: left;
  vertical-align: middle;
}

.widget_bank .value {
  opacity: 0.7;
  text-align: right;
}

.widget_polls-widget .title {
  display: none;
}

.wp-polls .poll_question {
  display: block;
  position: relative;
  font-size: 30px;
  margin-bottom: 10px;
}

.wp-polls .wp-polls-ul {
  display: block;
  margin: 0 0 20px;
}

.wp-polls .wp-polls-ul li {
  margin-bottom: 10px;
}

.wp-polls .poll_totals {
  margin-bottom: 10px;
}

.wp-polls .pollbar {
  border-radius: 5px;
}

.wp-polls .button {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #ffffff;
  font-size: 18px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  padding: 0 25px;
  background-color: #474a87;
  text-decoration: none;
}

.wp-polls .button:hover {
  background-color: #8184b9;
}

.wp-polls input[type="radio"],
.wp-polls input[type="checkbox"] {
  display: block;
  position: absolute;
  left: -1000px;
  visibility: hidden;
}

.wp-polls input[type="radio"] + label,
.wp-polls input[type="checkbox"] + label {
  display: block;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  font-size: 18px;
}

.wp-polls input[type="radio"] + label:before,
.wp-polls input[type="checkbox"] + label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 13px;
  height: 13px;
  border-radius: 3px;
  border: 1px solid #8617d1;
}

.wp-polls input[type="radio"]:checked + label:after,
.wp-polls input[type="checkbox"]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/ico_checkbox.png) 0 0 no-repeat;
  width: 11px;
  height: 11px;
  left: 2px;
  top: 6px;
}

.jq-selectbox {
  display: block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  z-index: 10;
}

.jq-selectbox select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li {
  white-space: nowrap;
  user-select: none;
}

.jq-selectbox__select {
  position: relative;
  height: 40px;
  padding: 0 45px 0 15px;
  background: #ffffff;
  font-size: 16px;
  line-height: 40px;
  color: #2f3045;
}

.jq-selectbox__select:hover {
  background: #f9f9f9;
}

.jq-selectbox__select:active {
  background: #f5f5f5;
}

.jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  user-select: none;
  font-size: 18px;
  line-height: 40px;
}

.jq-selectbox__dropdown {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  background: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 18px;
  right: 14px;
  width: 0;
  height: 0;
  border-top: 4px solid #2f3045;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #8d9eb3;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  padding: 8px 10px;
  color: #231f20;
}

.jq-selectbox li.selected {
  background-color: #a3abb1;
  color: #ffffff;
}

.jq-selectbox li:hover {
  background-color: #0088cc;
  color: #ffffff;
}

.jq-selectbox li.disabled {
  color: #aaaaaa;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231f20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-selectbox .placeholder {
  color: #888888;
}

@media only screen and (max-width: 1140px) {
  .fixed {
    max-width: none;
  }
  #content_box.has_sidebar {
    padding-left: 330px;
  }
  #content_box.has_sidebar #content {
    margin-left: -330px;
  }
  #sidebar {
    width: 300px;
  }
  .main_menu ul {
    margin: 0 -15px;
  }
  .main_menu a {
    padding: 12px 15px;
  }
  .main_menu li.submenu > a {
    padding-right: 30px;
  }
  .news .news_item {
    margin-bottom: 30px;
  }
  .charts {
    margin-bottom: 30px;
  }
  .charts .tabs_heading span {
    padding: 10px 0 10px 10px;
  }
  .charts .details .title {
    font-size: 20px;
  }
  .charts .details_bottom {
    margin: 0 -10px;
  }
  .charts .details_item {
    padding: 0 8px;
  }
  .charts .details_item .value {
    font-size: 18px;
  }
  .posts {
    margin-bottom: 0;
  }
  .pickup {
    margin-bottom: 30px;
  }
  .content {
    margin-bottom: 30px;
  }
  .widget {
    margin-bottom: 30px;
  }
  .widget .title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .widget_services,
  .widget_menu,
  .widget_popular,
  .widget_order {
    padding: 25px 30px;
  }
  .widget_bank .heading {
    padding: 8px 30px 9px;
  }
  .widget_bank .item {
    padding: 0 30px;
  }
  .widget_charts .title {
    margin-bottom: 0;
  }
  .widget_posts .name {
    font-size: 16px;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .box_title,
  h1 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .header {
    padding-bottom: 0;
  }
  .header .fixed {
    flex-wrap: wrap;
  }
  .header .logo_block {
    order: 1;
    margin-bottom: 30px;
  }
  .header .search {
    order: 2;
    margin-bottom: 30px;
  }
  .header .search input[type="text"] {
    width: 240px;
  }
  .header .item {
    display: none;
    order: 3;
    line-height: 26px;
    margin: 0;
    padding: 2px 0;
    max-width: 45%;
  }
  .header .item.ico_1,
  .header .item.ico_2 {
    background-position: 0 50%;
  }
  .main_menu a {
    line-height: 24px;
    font-size: 18px;
  }
  .news .news_item {
    width: 100%;
  }
  .news .title {
    margin-bottom: 5px;
  }
  .news .text {
    margin-bottom: 15px;
  }
  .news .thumb + .info {
    margin-left: 145px;
  }
  .pickup .title {
    font-size: 26px;
  }
  .pickup .col_1_3 {
    width: 100%;
    margin-bottom: 15px;
  }
  .pickup .col_right,
  .pickup .col_left {
    text-align: center;
  }
  .pickup input[type="submit"] {
    margin: 0 auto;
    max-width: 240px;
    text-align: center;
  }
  .charts .tab_title {
    font-size: 26px;
    margin-right: 30px;
  }
  .charts .tabs_heading span {
    position: relative;
    bottom: -1px;
    margin-right: 0;
    padding: 6px 10px;
    border: 1px solid #f2f1f5;
    border-bottom: none;
  }
  .charts .tabs_heading span:before,
  .charts .tabs_heading span:after {
    display: none;
  }
  .charts .tabs_heading span.active + .active,
  .charts .tabs_heading span.active + span:hover,
  .charts .tabs_heading span:hover + .active,
  .charts .tabs_heading span:hover + span:hover {
    border-left: none;
  }
  .charts .tabs_heading span.active:after,
  .charts .tabs_heading span:hover:after {
    display: none;
  }
  .services {
    padding: 25px 30px;
  }
  .services:before {
    display: none;
  }
  .services a {
    font-size: 18px;
  }
  .widget .title {
    font-size: 26px;
  }
  .posts .title,
  .posts .thumb,
  .posts .category,
  .posts .name,
  .posts .text,
  .posts .btn {
    margin: 0 15px 10px;
  }
  .posts .thumb {
    margin: 0 0 10px;
  }
  .posts .post {
    width: 50%;
  }
  .posts .post > :last-child {
    margin-bottom: 15px;
  }
  .comment-respond .comment-reply-title {
    font-size: 26px;
  }
  .content {
    font-size: 17px;
  }
  .content h1 {
    font-size: 30px;
    margin-bottom: 21px !important;
  }
  .content h2 {
    font-size: 26px;
  }
  .content h3 {
    font-size: 20px;
  }
  .content h4 {
    font-size: 18px;
  }
  .content h5 {
    font-size: 16px;
  }
  .footer_inner .footer_menu {
    min-width: 100px;
  }
}

@media only screen and (max-width: 768px) {
  /* body .pulso_fix {
    display: none !important;
  } */
  /* 
		.charts {
    width: 420px;
    margin: 0 auto;
}
	.charts .details_top, .charts .details_bottom {
    justify-content: center;
	}
*/
  #content_box.has_sidebar {
    padding-left: 0;
  }
  #content_box.has_sidebar #content {
    margin-left: 0;
    float: none;
    width: auto;
    margin-bottom: 30px;
  }
  #sidebar {
    width: auto;
    float: none;
    margin: 0 auto;
    max-width: 480px;
  }
  .header {
    padding-bottom: 0;
  }
  .header .fixed {
    justify-content: center;
  }
  .header .slogan {
    max-width: 230px;
  }
  .header .logo_block,
  .header .search {
    margin: 0 15px 30px;
    min-width: auto;
  }
  .header .item,
  .header .search {
    display: none;
  }
  .post_info {
    flex-wrap: wrap;
    margin: -5px 0 15px;
  }
  .post_info > div {
    margin: 0;
    padding: 5px 10px;
    width: 48%;
    box-sizing: border-box;
  }
  .post_info .author {
    margin-right: 0;
  }
  .post_info .send_post {
    text-align: left;
    width: 230px;
  }
  .post_info .font {
    text-align: left;
    margin-right: 0;
  }
  .post_info .btn_wrapper,
  .post_info .stats {
    text-align: right;
  }
  .post_author {
    flex-wrap: wrap;
    padding: 15px;
  }
  .post_author .author,
  .post_author .about,
  .post_author .btn {
    margin: 10px 15px;
  }
  .content .table_wrapper {
    overflow-y: visible;
    overflow-x: scroll;
  }
  .breadcrumbs {
    display: none;
  }
  .post_info {
    display: none;
  }
  .pub4272108248771431 {
    display: none !important;
  }
}

@media only screen and (max-width: 640px) {
  .main_menu .menu_btn {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    padding: 12px 30px;
    right: 10px;
    cursor: pointer;
  }
  .main_menu .fixed {
    height: 46px;
  }

  .header .logo_block {
    position: absolute;
    z-index: 99;
    left: 12px;
    top: 0px;
  }
  .header .logo {
    display: none;
  }
  .header .slogan {
    display: none;
  }

  .header .fixed {
    padding: 0 0px;
    position: absolute;
    z-index: 99;
  }
  .header {
    padding: 0px 0;
  }

  .box_title,
  h1 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .main_menu {
    margin-bottom: 25px;
    background: #2f3045;
  }
  .main_menu ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin: 0;
    background-color: #ebe3d9;
  }
  .main_menu ul ul {
    position: relative;
    top: auto;
    left: auto;
    min-width: auto;
    border-radius: 0;
  }
  .main_menu li {
    display: block;
  }
  .main_menu li.submenu > a:after {
    top: 21px;
  }
  .main_menu .menu_btn {
    display: block;
  }
  .charts .tab_title {
    font-size: 22px;
    margin: 25px 30px 0;
  }
  .charts .item {
    margin: 15px 0;
  }
  .charts .number {
    width: 30px;
    font-size: 22px;
  }
  .charts .details {
    padding-right: 15px;
  }
  .charts .details .title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .charts .details .btn {
    margin: 10px 0;
  }
  .charts .details_top {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .charts .details_bottom {
    flex-wrap: wrap;
  }
  .charts .details_item {
    margin-bottom: 10px;
  }
  .charts .details_item .value {
    font-size: 16px;
  }
  .charts .logo {
    width: 102px;
    padding-right: 20px;
  }
  .charts .logo .ico_1:before,
  .charts .logo .ico_2:before,
  .charts .logo .ico_3:before {
    width: 15px;
    height: 20px;
    background-size: cover;
    top: -7px;
    right: -7px;
  }
  .charts .logo .thumb {
    width: 100px;
  }
  .charts .logo img {
    width: 100%;
  }
  .content .content_widgets .widget {
    width: 100%;
  }
  .content .readmore .title,
  .content .readmore h3 {
    font-size: 22px;
  }
  #toc_container .toc_title {
    font-size: 22px;
  }
  .comment-respond .comment-reply-title {
    font-size: 22px;
  }
  .comment-respond .row .half {
    width: 100%;
  }
  .comment-respond input[type="submit"],
  .comment-respond .checkbox {
    margin-bottom: 10px;
  }
  .widget .title {
    font-size: 22px;
  }
  .widget_charts .title {
    margin: 20px 30px -10px;
  }
  .widget_charts .item {
    padding: 20px 0;
  }
  .widget_charts .number {
    font-size: 20px;
    width: 30px;
  }
  .widget_charts .name {
    font-size: 18px;
  }
  .widget_charts .logo {
    width: 82px;
  }
  .widget_charts .logo img {
    width: 100%;
    height: auto;
  }
  .widget_bank .heading {
    font-size: 20px;
    padding: 6px 15px 7px;
  }
  .widget_bank .name {
    font-size: 24px;
  }
  .widget_bank .item {
    padding: 0 15px;
  }
  .footer_inner {
    display: block;
    padding-bottom: 0;
    width: auto;
    text-align: center;
  }
  .footer_inner .logo_block,
  .footer_inner .footer_menu,
  .footer_inner .agreement {
    display: block;
    padding-right: 0;
    margin: 0 auto 30px;
  }
  .footer_inner .logo_block {
    text-align: left;
    max-width: 300px;
  }
  .footer_inner .footer_menu {
    margin: -5px 0 25px;
  }
  .footer_inner .footer_menu li {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 10px;
  }
}

@media only screen and (max-width: 480px) {
  .services li {
    margin: 0;
    width: 100%;
  }
  .posts .post {
    width: 100%;
  }
  .post_info .stats,
  .post_info .author {
    width: 100%;
    text-align: left;
  }
  .content blockquote,
  .content .content_services {
    font-size: inherit;
    padding: 80px 15px 15px;
    background-position: 50% 25px;
  }
  .content blockquote:before,
  .content .content_services:before {
    top: 10px;
    left: 50%;
    margin-left: -30px;
    margin-top: 0;
  }
  .content blockquote.review:before,
  .content .content_services.review:before {
    margin-left: -21px;
  }
}

/*# sourceMappingURL=style.css.map */

.rating {
  counter-reset: li;
  margin: 25px 0;
}
.rating-item {
  position: relative;
  margin: 0 0 10px;
  padding: 18px 20px 20px 198px;
  border: 1px solid #ededf1;
  border-radius: 3px;
  font-size: 14px;
  line-height: 17px;
}
.rating-item:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 60px;
  left: 0;
  width: 29px;
  font-size: 18px;
  color: #b3b4c0;
  text-align: center;
}
.rating-item:after {
  content: "";
  position: absolute;
  top: 19px;
  left: 15px;
  width: 30px;
  height: 40px;
}
.rating-item:nth-child(1):after {
  background: url("../images/top-1.png");
}
.rating-item:nth-child(2):after {
  background: url("../images/top-2.png");
}
.rating-item:nth-child(3):after {
  background: url("../images/top-3.png");
}
.rating-item__logo {
  position: absolute;
  top: 19px;
  left: 29px;
  width: 149px;
  height: 100px;
  border: 1px solid #ededf1;
  border-radius: 3px;
  line-height: 100px;
  text-align: center;
}
.rating-item__logo img {
  display: inline-block;
  vertical-align: middle;
  border: none;
  border-radius: 0;
  margin: 0 0 6px;
}
.rating-item__name {
  margin: 0 145px 24px 0;
  font-size: 20px;
}
.rating-item__site {
  position: absolute;
  top: 14px;
  right: 26px;
  /* height: 52px; */
  padding: 8px 21px;
  border-radius: 3px;
  background: #675fa3;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}
.rating-item__site:hover {
  background: #57508b;
  text-decoration: none;
}
.rating-item__text {
  margin: 0 0 12px;
  color: #7b7d94;
}
.rating-item__reviews {
  margin: 0 0 22px;
  font-size: 12px;
}
.rating-item__reviews a {
  padding: 0 0 0 19px;
  background: url("data:image/gif;base64,R0lGODlhCwALAIABAJmZmf///yH5BAEAAAEALAAAAAALAAsAAAIXhI8Wy6zXgooOSFRp1nf2aUmaFVJeUwAAOw==")
    no-repeat 0 5px;
  text-decoration: none;
}
.rating-item__reviews a:hover {
  text-decoration: underline;
}
.rating-item-data {
  width: auto !important;
  margin: 0 20px 0 0 !important;
  text-align: center;
}
.rating-item-data td {
  vertical-align: middle;

  padding: 0;
  font-size: 12px;
  line-height: 14px;
  color: #b3b4c0;
}
.rating-item-data td:first-child {
  text-align: center;
}
.rating-item-data .value {
  line-height: 1;
  margin: 7px 10px 0;
  font-size: 20px;
  color: #4a4e72;
}
.rating-item-data .no,
.rating-item-data .yes {
  width: 16px;
  height: 16px;
  margin: 8px auto -4px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANlJREFUeNpi+P//PwMMz2Rg2Dxz5szNyGKE5FEk/88EKsBhCC55RhAxi5Fxc1ovAxzMKgYSM2cypKWl+YL5eOQZQSamNTJggFn1EEUM6ekM+OQRLijDoqiLgQGXONwF4ICAOTOLgSCYNQ3Ve3AD4IbE4dG8CFUzhgFwQ4KwaF6HqRm7C9zxuGAnMEz+/8duAFizNRFhcBTVECa4Zn0g4wsqBilGFwOpA6mHuwCcDpSx2HQXKR3gkUekAwkkyRdYUiIueZS0zkMgL2CRZ6BabgQrwKMZlzxAgAEAFIZFs+eN/h0AAAAASUVORK5CYII=");
}
.rating-item-data .yes {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAwxJREFUeNpcU0lrFEEUftU102MmzpIFNcmAWdSQISoEgktMQEU8iD9AES/+AMGjiAc9qaAH8ehRxYugKCjGIGhcx4UoOhBjMpnFTMzS3dM9vVaVr1qJ0W4+uqqp73v13vteZNPlKPz/cBf2JhqTRwLwsgQIEQAiwiO5Wr124/tp/+3qs5HVG+M9b20fbLrauakrOzwwksms70gIgXQgolCZ7h19Mzq89ko1N3NTO2m85Y7k0OaDNCRrT3hL20jq9r4d+wYODh/Y7CtOQ9Wu0AVnntZ8jSaTyfjQ9qG2IGAtZuvCjuoj+x7SWCjw7ZQf7TnRdG1k19BgT293ZmL+A+SXP0PBmIKCOQNlaxbmrDJorg7Z7mzatT3V2fxz/dJTfyxMofUwHYilov2d2c5MrvgKZq0CeMwGLjhCACMcKs9NiNHPMHRoDgb37Ox5nR8/gNRLEYxOuk41HMtu61s3UfkI3/UpJLsg8MUCQgAcyuMGVE+LMNU94+2QUBNKtqs/UTs+cVTeQFXjaje08Hh5sQSWZ0PlhR4ebt+dwjWSz4iVQptuHaYXZ6CpI72Wqkq/FGjAaDFDaESzaxBwsUJYd47A/Nm/5O2P078LbunQ0KJSGqFJBfdKvepZy7pW9xkDEfxt62ry1odpYAxDBQR8xYflRc10fvimFLCND97U0qS+KORdGIG+++l/jNX3IAUchUlAIWDYuziH6pcF3XjH81LANXL8Vb3k2mozsbhCgGOk3rupkCy/ksxQ2Mf/0nqKx4rOlKi7JfFJQStzPPepcMH9Whu18pEO4RBVAewgbLkjrx3aJdyTNQDRjLBqOedH8bojLf0lNNLSI26hMZnxkmcaO7kZ2wi+SNMEiSgUogSgEYlN4BHuTdrPvMnCeX+WGXADBfKhACJAkSoOUV0bYxuia8CkdqCLJb9CFTYnpr0SK/kl/XFQLl70ixjsFpLfyPqR1dOIpsJY0I/YL9OPNpNYrINQe5ozZoItU0WMyciIcJjI/+OMInK6ZAUziDZEHFFDVBClP+uV/v4SYABry5JfsAnRZwAAAABJRU5ErkJggg==");
}
.charts2 .item {
  margin: 30px 0 -1px 0 !important;
}

@media only screen and (max-width: 991px) and (min-width: 431px) {
  .charts .details {
    padding-left: 8px;
    padding-right: 8px;
  }
  .charts .logo {
    width: 102px;
    padding-right: 8px;
  }

  .charts1 .number {
    display: none;
  }

  #link_tr {
  }
  .charts .logo img {
    width: 100px;
  }
  .charts .logo .thumb {
    margin-left: 10px;
    width: 100px;
  }
  .harts .details_item .value {
    font-size: 15px !important;
  }
  .charts1 .rating-item__site,
  .charts2 .rating-item__site {
    padding: 8px 11px;
    font-size: 12px !important;
    top: 0px;
    right: 10px;
  }
  .content .aligncenter {
    /*margin: unset;*/
  }
  .charts .logo {
    display: unset;
  }
}

@media only screen and (max-width: 430px) {
  .charts1 .rating-item__site,
  .charts2 .rating-item__site {
    font-size: 12px !important;
    top: 0px;
    right: 10px;
  }
  .rating-item {
    padding: 18px 20px 20px 0px;
    text-align: center;
  }
  .rating-item__logo {
    position: unset;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
  }
  .rating-item__name {
    margin: 10px 0px 15px 10px;
    font-size: 20px;
  }
  .content p iframe {
    width: 100% !important;
  }
  .charts .details {
    display: unset !important;
  }
  .charts .logo {
    padding-right: 0px !important;
    display: unset !important;
    width: auto !important;
  }
  .details_info {
    text-align: center;
  }
  .charts .details_top,
  .charts .details_bottom {
    display: unset !important;
  }
  .charts .details_bottom {
    display: flex !important;
    margin: 0px !important;
  }
  .rating-item__site {
    position: unset !important;
    display: block !important;
    margin: 0 auto !important;
    width: 100px !important;
  }
  .charts1 .number {
    display: none !important;
  }
  .charts .details .reviews {
    display: unset !important;
  }
  .charts .details .reviews {
    display: unset !important;
  }
  #link_tr {
    margin-top: 10px;
  }
  .charts .logo {
    width: auto !important;
  }
  .charts .item {
    text-align: center !important;
  }
}

@media only screen and (min-width: 481px) {
  .rating-item-data tbody {
    width: 110%;
    display: block;
  }

  .posts .thumb img {
    height: 170px;
  }

  .widget_posts .thumb img {
    height: 95px;
    width: 150px;
  }
}
.content table td:first-child {
  /*text-align:center;*/
}

div.rating-item.rating-item_single:before {
  content: "" !important;
}
div.rating-item.rating-item_single:nth-child(2):after {
  background: none !important;
}
div.rating-item.rating-item_single:nth-child(1):after {
  background: none !important;
}
div.rating-item.rating-item_single:nth-child(3):after {
  background: none !important;
}

.ui-datepicker-trigger {
  display: none !important;
}
div.one-half.inline.calendar-period {
  display: none;
}

.charts1 .logo .ico_1:before,
.charts1 .logo .ico_2:before,
.charts1 .logo .ico_3:before {
  content: "";
  background: none !important;
}
.charts1 .item {
  margin: 18px 0 !important;
}

.charts1 .rating-item__site {
  font-size: 15px;
}

.charts1 .number {
  width: 40px;
  height: 40px;
}

.table_wrapper table {
  border-top: solid 1px #d6d2e1;
  border-left: solid 1px #d6d2e1;
  border-radius: 6px;
}
.table_wrapper table td {
  border-bottom: solid 1px #d6d2e1;
  border-right: solid 1px #d6d2e1;
}
#text-12 {
  padding: 0px !important;
}

.content .table_wrapper {
  overflow-y: visible;
  overflow-x: auto;
}
.wp-caption .line_bl_80 {
  height: 10px !important;
  border-radius: 10px !important;
  background: #f5f1eb !important;
  position: relative !important;
  bottom: 5px !important;
  margin-bottom: 10px !important;
}
.wp-caption .code-block-80 {
  background: #fff !important;
}
.wp-caption .code-block-80 .line_bt_80 {
  height: 21px !important;
  position: relative !important;
  top: 20px !important;
  background: #fff !important;
}
.wp-caption .code-block-80 .posts .post {
  margin-bottom: 10px !important;
}

.opinion_wrap {
  text-align: center;
  max-width: 432px;
  margin: 0 auto;
  padding: 30px 0 30px 0;
}
.opinion_wrap .opinion_img {
  margin-bottom: 35px;
}
.opinion_wrap .opinion_img img {
  width: 94px;
  height: 94px;
  margin: 0 auto;
  border-radius: 100%;
}
.opinion_wrap .opinion_text {
  font-size: 19px;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 35px;
}
.opinion_wrap .opinion_name {
  font-size: 17px;
  color: #999999;
}
.content__history,
.content__avtor {
  margin: 15px 0 15px 0;
}
.content__history .history__title,
.content__avtor .avtor__title {
  padding: 3px 17px 3px 17px;
  background: #8184b9;
  display: -webkit-inline-box;
  display: inline-block;
  color: #fff;
  font-size: 17px;
}
.content__history .history__text,
.content__avtor .avtor__text {
  padding: 13px;
  border-left: 3px solid #8184b9;
  background-color: #f2f1f5;
  background: linear-gradient(to right, #ebe3d9 0%, #d6d2e1 100%);
}
.content__download {
  position: relative;
  padding: 36px 0 10px 0;
  display: inline-block;
  margin: 15px 0 15px 0;
}
.content__download a {
  padding-left: 44px;
  text-decoration: none;
  color: #b0514d;
}
.content__download a {
  padding-left: 44px;
  text-decoration: none;
  color: #2f3045;
}
.content__download a:hover {
  padding-left: 44px;
  text-decoration: underline;
  color: #8184b9;
}
.content__download:before {
  content: "Скачать:";
  position: absolute;
  top: 0px;
  background: url(../images/dowland.jpg) 0px 0px no-repeat;
  width: 27px;
  height: 30px;
  padding-left: 44px;
  font-size: 20px;
}

.charts3 p {
  padding: 0px !important;
  margin: 0px !important;
  line-height: 0px !important;
  border: 0px !important;
}

.single-button-span {
  display: inline-block;
  padding: 5px;
  border-radius: 20px;
  background-color: #b8b5b7;

  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    color-stop(0, rgb(220, 215, 213)),
    color-stop(0.25, rgb(121, 118, 123)),
    color-stop(0.5, rgb(236, 237, 237)),
    color-stop(0.75, rgb(121, 118, 123)),
    color-stop(1, rgb(220, 215, 213))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgb(220, 215, 213) 0%,
    rgb(121, 118, 123) 25%,
    rgb(236, 237, 237) 50%,
    rgb(121, 118, 123) 75%,
    rgb(220, 215, 213) 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgb(220, 215, 213) 0%,
    rgb(121, 118, 123) 25%,
    rgb(236, 237, 237) 50%,
    rgb(121, 118, 123) 75%,
    rgb(220, 215, 213) 100%
  );
  background-image: -ms-linear-gradient(
    top,
    rgb(220, 215, 213) 0%,
    rgb(121, 118, 123) 25%,
    rgb(236, 237, 237) 50%,
    rgb(121, 118, 123) 75%,
    rgb(220, 215, 213) 100%
  );
}
.single-button-div {
  text-align: center;
  padding: 20px 10px;
}
.single-button {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  padding: 17px;
  border-radius: 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #f31d1d;

  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    color-stop(0.5, rgb(248, 62, 46)),
    color-stop(1, rgb(201, 26, 34))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgb(248, 62, 46) 50%,
    rgb(201, 26, 34) 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgb(248, 62, 46) 50%,
    rgb(201, 26, 34) 100%
  );
  background-image: -ms-linear-gradient(
    top,
    rgb(248, 62, 46) 50%,
    rgb(201, 26, 34) 100%
  );
  opacity: 1;
  text-shadow: 0.5px -1.5px 1px #111;
}
.single-button:hover {
  opacity: 0.9;
  color: #f0f0f0;
  text-decoration: none;
}

.single-button-span {
  display: inline-block;
  padding: 5px;
  border-radius: 20px;
  background-color: #b8b5b7;

  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    color-stop(0, rgb(220, 215, 213)),
    color-stop(0.25, rgb(121, 118, 123)),
    color-stop(0.5, rgb(236, 237, 237)),
    color-stop(0.75, rgb(121, 118, 123)),
    color-stop(1, rgb(220, 215, 213))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgb(220, 215, 213) 0%,
    rgb(121, 118, 123) 25%,
    rgb(236, 237, 237) 50%,
    rgb(121, 118, 123) 75%,
    rgb(220, 215, 213) 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgb(220, 215, 213) 0%,
    rgb(121, 118, 123) 25%,
    rgb(236, 237, 237) 50%,
    rgb(121, 118, 123) 75%,
    rgb(220, 215, 213) 100%
  );
  background-image: -ms-linear-gradient(
    top,
    rgb(220, 215, 213) 0%,
    rgb(121, 118, 123) 25%,
    rgb(236, 237, 237) 50%,
    rgb(121, 118, 123) 75%,
    rgb(220, 215, 213) 100%
  );
}
.single-button-div {
  text-align: center;
  padding: 20px 10px;
}
.single-button {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  padding: 17px;
  border-radius: 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #f31d1d;

  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    color-stop(0.5, rgb(248, 62, 46)),
    color-stop(1, rgb(201, 26, 34))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgb(248, 62, 46) 50%,
    rgb(201, 26, 34) 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgb(248, 62, 46) 50%,
    rgb(201, 26, 34) 100%
  );
  background-image: -ms-linear-gradient(
    top,
    rgb(248, 62, 46) 50%,
    rgb(201, 26, 34) 100%
  );
  opacity: 1;
  text-shadow: 0.5px -1.5px 1px #111;
}
.single-button:hover {
  opacity: 0.9;
  color: #f0f0f0;
  text-decoration: none;
}

#toc_container {
  width: unset !important;
  display: block !important;
}
.toc_toggle {
  font-size: 20px !important;
}

/* Отключить капчу v3 */

.grecaptcha-badge {
  display: none;
}

.gradient-box {
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  background: #fff;
  background-clip: padding-box;
  border: solid 5px transparent;
  border-radius: 1em;
}

.gradient-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px;
  border-radius: inherit;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3e35b8),
    to(#8681c7)
  );
  background: linear-gradient(to right, #3e35b8, #8681c7);
}
.gradient-box p {
  flex-basis: 100%;
  color: #000;
}

.code_block_green {
  margin-right: 10px;
  background-color: green;
  padding: 10px;
  flex-grow: 1;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
a.code_block_green {
  color: #fff !important;
  text-decoration: none !important;
}
.code_block_red {
  margin-left: 10px;
  background-color: red;
  padding: 10px;
  flex-grow: 1;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.code_block_cn {
}
.gradient-box p {
  color: #000;
}
.gradient-box p {
  flex-basis: 100%;
  color: #000;
}

.code_block_green:hover {
  background: #1ac920;
}

.code_block_red:hover {
  background: #b31d1d;
}

#content .block_item_wr ul > li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
  width: 18px;
  height: 17px;
  background: url(../i/ico_casino_03.jpg) 0 0 no-repeat;
}
#content .block_item_wr ul > li {
  position: relative;
  margin: 0 0 5px;
  list-style: none;
  padding-left: 30px;
}

/* ррейтинг details */
.details_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
.details_item .label {
  display: block;
  font-size: 12px;
  color: #9797a2;
  margin-bottom: 2px;
}
.details_item .value {
  display: block;
  font-size: 16px;
  line-height: 0.9;
  font-weight: 600;
  color: #2f3045;
}

.rating-item__logo_mob {
  display: none;
}

@media screen and (max-width: 679px) {
  .ratingCN .rating-item__logo_mob {
    display: block;
  }
  .rating-item__logo_mob {
    width: 100% !important;
    height: auto !important;
  }

  .ratingCN .rating-item__logo {
    display: none;
    width: 100% !important;
    height: auto !important;
  }

  .post__entry .rating-item img {
    width: 100% !important;
    height: auto !important;
  }
  .wrapper {
    width: 450px;
  }

  .news-item {
    width: 219px;
  }

  .popular .bx-wrapper {
    padding: 0 108px;
  }

  .rating-item {
    padding: 15px 15px 15px 15px;
    text-align: center;
  }
  .rating-item:before {
    left: 50%;
    margin: 0 0 0 -105px;
  }
  .rating-item:after {
    left: 100px;
    margin: 0 0 0 -90px;
  }
  .rating-item__logo {
    left: unset;
    margin: 0 0 0 -75px;
    margin: 0 auto;
    position: unset;
  }
  .rating-item__name {
    margin-right: 0;
    margin-top: 10px;
  }
  .rating-item__site {
    position: static;
    display: inline-block;
    margin: 0 0 15px;
    width: 100%;
    padding: 20px;
    line-height: 1px;
    font-size: 20px;
    font-weight: bold;
  }
  .rating-item-data {
    margin: 0 !important;
  }
}

.yarpp-related .post img {
  border-radius: 10px 10px 0px 0px;
}

.yarpp-related .post:after {
  background-color: #f5f5f5;
}

.content_title_r {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0px;
}
div.post.col_1_3.list_none img {
  display: none;
}
div.post.col_1_3.list_none img {
  display: none;
}
div.post.col_1_3.list_none .title {
  font-size: 18px;
  text-decoration: underline;
}
div.post.col_1_3.list_none .title:hover {
  text-decoration: none;
}
div.post.col_1_3.list_none.list_padding {
  padding: 7px 45px 22px;
}
div.post.col_1_3.list_none {
  position: relative;
  width: 100% !important;
  margin: 0 0 0 0 !important;
  display: block;
  flex-direction: unset;
  background-color: unset;
  padding: 5px 45px 5px;
  border-radius: unset;
  background: unset;
}

div.post.col_1_3.list_none:hover {
  box-shadow: unset;
}
div.post.col_1_3.list_none:before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 9px !important;
  left: 15px !important;
  background: url(../images/ico_popular2.png) 0 0 no-repeat !important;
  width: 16px !important;
  height: 15px !important;
  border-radius: unset !important;
}
#related_2 {
  margin-top: 16px;
  margin-bottom: 33px;
  margin-left: 1px;
}

.content .pros_and_cons_table table th {
  background: #474a87;
  color: #ffffff;
  padding: 10px 20px;
  border-bottom: solid 1px #d6d2e1;
  border-right: solid 1px #d6d2e1;
}

.content .pros_and_cons_table table tr:last-child td:first-child,
.content .pros_and_cons_table table tr:last-child th:first-child {
  border-bottom-left-radius: 0px !important;
}
.content .pros_and_cons_table table tr:last-child td:last-child,
.content .pros_and_cons_table table tr:last-child th:last-child {
  border-bottom-right-radius: 0px !important;
}
.pros_and_cons_table table {
  background-color: #f9f9f9;
}
.content .pros_and_cons_table table thead {
  background-color: #474a87 !important;
}

.content .pros_and_cons_table table th {
  background: unset;
  color: #ffffff;
  padding: 10px 20px;
}
.content .pros_and_cons_table table tr:first-child td:last-child,
.content .pros_and_cons_table table tr:first-child th:last-child {
  border-top-right-radius: 0px !important;
}
.content .pros_and_cons_table table thead tr th {
  font-size: 16px;
}
.content .pros_and_cons_table table {
  border-left: 1px solid #eaeaea !important;
  border-right: 1px solid #eaeaea !important;
}

.content .pros_and_cons_table table td {
  border-collapse: unset;
  border-spacing: unset;
  font-size: 16px;
  padding: 10px 7px 10px;
  vertical-align: top;
}

.content .pros_and_cons_table table i:before {
  content: "\f007";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  padding-right: 10px;
}

.content table thead.no_thead_color {
  background-color: #f9f9f9 !important;
}
.content table thead.no_thead_color tr th {
  color: #555;
}
.content table thead.no_thead_color tr {
  box-shadow: unset !important;
}

.single-rating-item__site {
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  background: #326392;
  color: #fff !important;
  width: 100%;
  display: block;
  border-radius: 3px;
  font-weight: 900;
}

.single-rating-item__site:hover {
  background-color: #4c70ba;
  background: #444 !important;
}

/* TABLE */
.pros_and_cons_table table {
  word-break: normal;
  line-height: 1.5;
}
.pros_and_cons_table .table_wrapper table td {
  border-bottom: solid 1px #d6d2e1;
  border-right: solid 1px #d6d2e1;
}
.pros_and_cons_table .entry-content td ol,
.pros_and_cons_table .entry-content td ul {
  text-align: left !important;
}
/* button standard TABLE  */
.pros_and_cons_table .table_standard table {
  word-break: normal;
  line-height: 1.5;
  border-collapse: unset;
}

.pros_and_cons_table .table_standard table tr:nth-child(2n) td {
  background-color: #f7f7f9;
}
.pros_and_cons_table .table_standard table td {
  border-bottom: solid 1px #d6d2e1;
  border-top: solid 0px #d6d2e1;
  border-left: solid 0px #d6d2e1;
  border-right: solid 1px #d6d2e1;
}
.pros_and_cons_table .table_standard table td {
  padding: 10px 5px;
}
.pros_and_cons_table .table_standard table {
  border-top: solid 1px #d6d2e1;
  border-left: solid 1px #d6d2e1;
  border-radius: 6px;
  font-size: 18px;
}
.pros_and_cons_table .table_standard table tr:last-child td:last-child,
.pros_and_cons_table .table_standard table tr:last-child th:last-child {
  border-bottom-right-radius: 5px;
}
.pros_and_cons_table .entry-content td ol,
.pros_and_cons_table .entry-content td ul {
  text-align: left !important;
}

.header_container .exchange {
  text-align: center;
}
.header .exchange .item {
  display: inline-block;
  vertical-align: middle;
}
.header .exchange .point {
  display: inline-block;
  position: relative;
  font-size: 14px;
  padding-right: 10px;
  margin: 4px 8px;
  line-height: 1.3;
  vertical-align: middle;
}

.header .exchange .point .currency {
  font-weight: bold;
  color: #cedcff;
  text-transform: uppercase;
}

.header .exchange .point.rate_up:after,
.header .exchange .point.rate_down:after {
  content: "↑";
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
  color: #41bb6c;
}

.header .exchange .point.rate_down:after {
  content: "↓";
  color: #f64f61;
}

/* Стилизация блока опросов (WP-POLLS) */

.wp-polls {
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
  background: linear-gradient(to right, #f7f5f2 0%, #eeebf5 100%);
}

.wp-polls-description {
  padding-top: 15px;
  text-align: center;
  font-size: 16px;
}

.wp-polls-title {
  text-align: center;
}

.wp-polls-result-title {
  padding-top: 15px;
  text-align: center;
}

.wp-polls-ul {
  padding-right: 20px;
  padding-left: 20px;
}

.wp-polls-button {
  cursor: pointer;
  width: 200px;
  height: 36px;
  background-color: #8617d1;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 5px 0px;
  margin: 5px 0px;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 6px;
  display: block;
  text-align: center;
}

.wp-polls-button:focus,
.wp-polls-button:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-transform: translateY(-3px) translateZ(0);
  transform: translateY(-3px) translateZ(0);
  background-color: #5c0a93;
  transition: all 0.3s;
}

/* Стили виджета "Последние комментарии" в сайдбаре */

.widget.widget_twisted_widget_comments .comment {
	padding-bottom: 20px;
    font-size: 14px;
}

/* ----------------------------------- */

/* Стили глобального чата на всех страницах сайта */

.global-chat {
 margin-top: 25px;
 margin-bottom: 30px;
}

/* ----------------------------------- */

#sidebar_left {
    float: left;
    position: absolute;
    top: -5px;
    left: -156px;
}

@media all and (max-width: 1460px) {
	#sidebar_left {
		display: none;
	}
}

#uSocial, .uSocial-Share {
    display: block !important;
}

@media all and (min-width: 769px) and (max-width: 1142px) {
	.widget_posts .item {
		display: flex;
		flex-direction: column;
	}
	.widget_posts .thumb img {
		width: 100%;
		border-radius: 5px;
	}
	.widget_posts .name {
		padding: 10px;
		box-sizing: border-box;
		border-radius: 0;
	}
}

.newtabs #genresult {
	width: 100%;
}

.newtabs input[type="button"] {
	text-decoration: none;
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    background: linear-gradient(to right, #ffda82 0%, #ffaa8c 100%);
    color: #2f3045;
    cursor: pointer;
    padding: 5px 5px 5px;
    border-radius: 3px;
    border: navajowhite;
}

.header-links {
	display: flex;
	align-items: center;
}

.header-links a {
	text-decoration: none;
    color: #fff;
    margin-left: 10px;
    margin-right: 20px;
}


.about {
	margin-bottom: 20px;
}

@media (max-width: 640px) {
	.fixed .header-links {
		display: none;
	}
}