@charset "UTF-8";
/* FONTS */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

body {
  font-family: 'ProximaNova';
  color: #464948;
  font-size: 14px;
}

@media (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }
}

a {
  text-decoration: none; }

a, .header_dropdown_button, i.fa {
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s; }

h1.title {
  color: #ffffff;
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px; }
  @media (max-width: 1006px) {
    h1.title {
      font-size: 36px; } }
  @media (max-width: 767px) {
    h1.title {
      font-size: 20px;
      margin-bottom: 10px; } }
  h1.title.fwn {
    font-weight: normal;
    font-size: 30px;
    font-weight: 300; }
    @media (max-width: 767px) {
      h1.title.fwn {
        font-size: 20px; } }

p.title_description {
  font-size: 16px; }
  @media (max-width: 767px) {
    p.title_description {
      font-size: 11px; } }

p.banner_description {
  font-size: 13px; }

p.title_description, p.banner_description {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 20px; }
  @media (max-width: 767px) {
    p.title_description, p.banner_description {
      line-height: 16px; } }

.hidden_block {
  display: none; }

h2, .h2title {
  margin: 0;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold; }

h2.post_title, .h2post_title {
  font-size: 28px;
  font-weight: 600;
  text-transform: none; }
  @media (max-width: 1255px) {
    h2.post_title, .h2post_title {
      font-size: 24px; } }

h3.post_item_title, .h3post_item_title {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: bold; }

h3.article_title,
article.article h3,
.h3article_title,
article.article .h3title,
h2.article_title {
  font-size: 22px;
  line-height: 26px;
  color: #4e4e4e;
  font-weight: 600;
  margin: 0 0 19px;
  text-transform: none; }
  @media (max-width: 767px) {
    h3.article_title,
    article.article h3,
    .h3article_title,
    article.article .h3title,
    h2.article_title {
      font-size: 18px; } }

h3.middle_title, .h3middle_title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 0; }
  @media (max-width: 767px) {
    h3.middle_title, .h3middle_title {
      font-size: 16px;
      line-height: 20px; } }

h4, .h4title {
  color: #4e4e4e;
  font-size: 16px;
  line-height: 26px; }

ol, ul {
  margin: 0;
  padding: 0; }

.article_content ol {
  padding-left: 35px; }

ul {
  list-style: none; }

ul.list_style_round.x_icon li:before, ol.list_style_round.x_icon li:before {
  background-color: #e04e39;
  background-image: url("../img/x_icon.svg"); }

ul.list_style_round li, ol.list_style_round li {
  padding: 5px 0 5px 55px;
  position: relative;
  min-height: 30px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px; }
  ul.list_style_round li:last-child, ol.list_style_round li:last-child {
    margin-bottom: 0; }
  ul.list_style_round li:before, ol.list_style_round li:before {
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: #307fe2;
    background-image: url("../img/check_icon.svg");
    background-position: center center;
    background-repeat: no-repeat; }

ul.list_style_round li:before {
  background-color: #307fe2;
  background-image: url("../img/check_icon.svg");
  background-position: center center;
  background-repeat: no-repeat; }

ol.list_style_round {
  list-style: none;
  counter-reset: custom_counter; }
  ol.list_style_round li:before {
    counter-increment: custom_counter;
    content: counter(custom_counter);
    color: #307fe2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #307fe2; }

.entry-content ul, .post_mobile ul {
  list-style-image: url("../img/ul_marker.svg");
  padding-left: 12px;
  line-height: 26px; }
  .entry-content ul li, .post_mobile ul li {
    padding-left: 8px; }

blockquote {
  position: relative;
  margin: 20px 0;
  padding: 15px 15px 15px 85px;
  background-color: #f9f9f9;
  border-radius: 5px;
  font-style: italic; }
  blockquote:before {
    content: '“';
    font-family: 'GothamBlack';
    position: absolute;
    top: calc(50% - 13px);
    left: 22px;
    font-size: 72px;
    line-height: 50px;
    font-style: normal;
    font-weight: 900;
    color: #307FE2; }

.container {
  width: 1200px;
  padding: 0 17px;
  margin: 0 auto; }
  @media (max-width: 1255px) {
    .container {
      width: 960px;
      /* .8 */ } }
  @media (max-width: 1006px) {
    .container {
      width: 768px;
      /*0.8*/
      padding: 0 10px;
      max-width: 100%; } }
  @media (max-width: 767px) {
    .container {
      width: 100%;
      padding: 0 20px; } }

.clearfix:after, .clearfix:before {
  content: "";
  display: table;
  table-layout: fixed; }

.clearfix:after {
  clear: both; }

.bold {
  font-weight: bold; }

.lowercase {
  text-transform: lowercase; }

.uppercase {
  text-transform: uppercase; }

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

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.pos-r {
  position: relative; }

.pos-a {
  position: absolute; }

.button {
  width: 108px;
  height: 44px;
  border-radius: 5px;
  border: none;
  font-size: 13px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0 5px;
  cursor: pointer; }
  @media (max-width: 1255px) {
    .button {
      width: 100px;
      height: 40px; } }

.btn-white {
  border: 2px solid #CDCED2;
  color: #464950; }
  .btn-white:hover {
    background-color: rgba(205, 206, 210, 0.2); }

.btn-black {
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: #323232; }

.btn-green {
  background: -webkit-gradient(linear, left top, right top, from(#28CE7A), to(#0DAA5A));
  background: -webkit-linear-gradient(left, #28CE7A 0%, #0DAA5A 100%);
  background: -o-linear-gradient(left, #28CE7A 0%, #0DAA5A 100%);
  background: linear-gradient(90deg, #28CE7A 0%, #0DAA5A 100%);
  color: #fff; }
  .btn-green:hover {
    background: -webkit-gradient(linear, left top, right top, from(#0c9951), to(#0c9951));
    background: -webkit-linear-gradient(left, #0c9951 0%, #0c9951 100%);
    background: -o-linear-gradient(left, #0c9951 0%, #0c9951 100%);
    background: linear-gradient(90deg, #0c9951 0%, #0c9951 100%); }

.section_button {
  width: 170px;
  background-image: -webkit-gradient(linear, left top, right top, from(#1d1d1d), to(#323232));
  background-image: -webkit-linear-gradient(left, #1d1d1d 0%, #323232 100%);
  background-image: -o-linear-gradient(left, #1d1d1d 0%, #323232 100%);
  background-image: linear-gradient(to right, #1d1d1d 0%, #323232 100%);
  color: #fff;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .section_button {
      width: 155px;
      margin-bottom: 20px; } }

.v_divider {
  height: 15px;
  width: 2px;
  background-color: #d7d7d7;
  margin: 0 19px; }
  @media (max-width: 1255px) {
    .v_divider {
      margin: 0 10px;
      width: 1px; } }

.border-blue {
  border-color: #1e91de; }

.border-yellow {
  border-color: #fc9c5a; }

.mobile_only {
  display: none; }
  @media (max-width: 767px) {
    .mobile_only {
      display: block; }
      .mobile_only.flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.screen-reader-text {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  word-wrap: normal !important; }

.star-rating .star-full:before {
  content: "\f005"; }

.star-rating .star-half:before {
  content: "\f123"; }

.star-rating .star-empty:before {
  content: "\f006"; }

.star-rating .star {
  color: #FFC62B;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  height: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: inherit;
  vertical-align: top;
  width: 20px; }

/* HEADER */
.header_main {
  color: #fff;
  background-color: #1d1d1d;
  z-index: 110; }

.lang_mobile {
  margin-left: 20px;
  width: 50px;
}

  .header_main .header_inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0; }
  .header_main .header_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1006px) {
      .header_main .header_menu {
        display: none;
      }
    }
  .header_main .header_mobile_menu {
    display: none; }
  .header_main .header_nav ul {
    font-size: 13px;
    line-height: 16px;
    font-weight: bold; }
    .header_main .header_nav ul li {
      float: left;
      padding: 0 10px; }
      .header_main .header_nav ul li.active a {
        color: #28CE7A; }
    .header_main .header_nav ul a {
      color: #fff; }
      .header_main .header_nav ul a:hover {
        color: #28CE7A; }
  .header_main .header_right_divider {
    height: 15px;
    width: 2px;
    background-color: #E5E5E5;
    opacity: 0.5;
    margin: 0 15px 0 10px; }
  .header_main .header_right_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header_main .header_right_actions > div {
      margin: 0 15px; }
    .header_main .header_right_actions img {
      display: block; }
    .header_main  .header_lang_block a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .header_main  .header_lang_block a .header_dropdown_arrow_icon {
        margin-left: 10px;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.5); }
      .header_main  .header_lang_block a:hover .header_dropdown_arrow_icon, .header_main .header_lang_block a.active .header_dropdown_arrow_icon {
        color: #0DAA5A; }

  .header_main .header_lang_menu {
    display: none;
    position: absolute;
    background-color: #1d1d1d;
    top: 50px;
    left: -15px;
    z-index: 100; }

.header_main .lang_menu_mobile {
  right: 10px;
  left: auto;
  top: 60px;
}


    .header_main .header_lang_menu li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 15px; }
    .header_main .header_lang_menu a {
      color: #fff;
      font-size: 12px; }
    .header_main .header_lang_menu img {
      margin-right: 9px;
      width: 17px;
      height: auto; }
  .header_main .header_search_block a {
    width: 17px;
    height: 17px;
    display: block;
    background: url("../img/search_icon.svg") 50% 50% no-repeat;
    background-size: 100% 100%; }
    .header_main .header_search_block a:hover, .header_main .header_search_block a.active {
      background: url("../img/search_icon_hover.svg") 50% 50% no-repeat;
      background-size: 100% 100%; }
  .header_main .header_search_menu {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 500; }
    @media (max-width: 1006px) {
      .header_main .header_search_menu {
        display: none !important; } }
    .header_main .header_search_menu .header_search_menu_wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      float: right;
      width: 70%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: 100%;
      background-color: #1d1d1d;
      padding: 0 15px; }
    .header_main .header_search_menu form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .header_main .header_search_menu button {
      border: none;
      background: transparent;
      color: #fff;
      height: auto;
      padding: 0; }
    .header_main .header_search_menu input {
      width: 300px;
      margin-left: 13px;
      border: none;
      background: transparent;
      color: #fff;
      font-size: 15px; }
      .header_main .header_search_menu input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .header_main .header_search_menu input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .header_main .header_search_menu input::-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .header_main .header_search_menu input::placeholder {
        color: rgba(255, 255, 255, 0.5); }
    .header_main .header_search_menu .header_quick_links_menu {
      display: none;
      position: absolute;
      background: #fff;
      width: 564px;
      top: 100%;
      left: calc(50% - 282px);
      padding-top: 27px; }
      .header_main .header_search_menu .header_quick_links_menu .title {
        color: #989ba1;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin: 0 0 8px 42px; }
      .header_main .header_search_menu .header_quick_links_menu li {
        padding: 15px 72px;
        border-bottom: 1px solid #f2f2f2; }
        .header_main .header_search_menu .header_quick_links_menu li:last-child {
          border-bottom: none; }
      .header_main .header_search_menu .header_quick_links_menu a {
        color: #464950;
        line-height: 20px; }
  .header_main .header_profile_block a {
    width: 14px;
    height: 18px;
    display: block;
    background: url("../img/user_icon.svg") 50% 50% no-repeat;
    background-size: 100% 100%; }
    .header_main .header_profile_block a:hover, .header_main .header_profile_block a.active {
      background: url("../img/user_icon_hover.svg") 50% 50% no-repeat;
      background-size: 100% 100%; }
  .header_main .header_dropdown_button {
    width: 42px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 40px;
    border-radius: 4px;
    background-color: #28ce7a;
    background-image: -webkit-gradient(linear, left top, right top, from(#28ce7a), to(#0daa5a));
    background-image: -webkit-linear-gradient(left, #28ce7a 0%, #0daa5a 100%);
    background-image: -o-linear-gradient(left, #28ce7a 0%, #0daa5a 100%);
    background-image: linear-gradient(to right, #28ce7a 0%, #0daa5a 100%);
    cursor: pointer; }
    .header_main .header_dropdown_button:hover {
      background: #0c9951; }
    .header_main .header_dropdown_button .header_dropdown_button_icon {
      display: block;
      width: 100%;
      height: 100%;
      background: url("../img/drop_menu_icon.svg") 50% 50% no-repeat; }
    .header_main .header_dropdown_button.opened .header_dropdown_button_icon {
      background: url("../img/drop_menu_icon_opened.svg") 50% 50% no-repeat; }
  .header_main .header_mobile_main_menu {
    display: none; }
  .header_main .header_main_menu {
    width: 100%;
    background-color: #323232;
    display: block; }
    @media (max-width: 1006px) {
      .header_main .header_main_menu {
        display: none !important; } }
    .header_main .header_main_menu .navigation {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .header_main .header_main_menu .navigation > ul {
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.39px; }
        .header_main .header_main_menu .navigation > ul > li {
          float: left;
          padding: 0 20px;
          margin-left: 22px; }
          .header_main .header_main_menu .navigation > ul > li:first-child {
            margin-left: 0; }
          .header_main .header_main_menu .navigation > ul > li.active .main_menu_item {
            color: #7fcfff; }
          .header_main .header_main_menu .navigation > ul > li.menu_item_yellow:hover .main_menu_item {
            color: #fff751; }
          .header_main .header_main_menu .navigation > ul > li.menu_item_green:hover .main_menu_item {
            color: #38ae79; }
          .header_main .header_main_menu .navigation > ul > li.menu_item_red:hover .main_menu_item {
            color: #ff553d; }
          .header_main .header_main_menu .navigation > ul > li.menu_item_blue:hover .main_menu_item {
            color: #3989ed; }
          .header_main .header_main_menu .navigation > ul > li.menu_item_purple:hover .main_menu_item {
            color: #ac79ff; }
          .header_main .header_main_menu .navigation > ul > li.menu_item_lightgreen:hover .main_menu_item {
            color: #28ce7a; }
          .header_main .header_main_menu .navigation > ul > li:hover .main_menu_item {
            color: #7fcfff; }
          .header_main .header_main_menu .navigation > ul > li:hover .grid_submenu, .header_main .header_main_menu .navigation > ul > li:hover .submenu {
            display: block; }
          .header_main .header_main_menu .navigation > ul > li.has_submenu {
            position: relative; }
            .header_main .header_main_menu .navigation > ul > li.has_submenu .main_menu_item:after {
              content: '\f107';
              font-family: 'FontAwesome';
              display: block;
              width: 9px;
              height: 5px;
              position: absolute;
              top: calc(50% - 2.5px);
              right: -16px;
              line-height: 7px;
              font-size: 14px;
              font-weight: 400; }
            .header_main .header_main_menu .navigation > ul > li.has_submenu:hover .main_menu_item:after {
              content: '\f106'; }
        .header_main .header_main_menu .navigation > ul a {
          color: #fff; }
        .header_main .header_main_menu .navigation > ul .main_menu_item {
          line-height: 45px;
          display: block;
          position: relative; }
      .header_main .header_main_menu .navigation .grid_submenu, .header_main .header_main_menu .navigation .submenu, .header_main .header_main_menu .navigation .sub_submenu {
        display: none;
        position: absolute;
        top: calc(100% - 1px);
        left: 0;
        border-top: 3px solid #7fcfff;
        background-color: #323232; }
      .header_main .header_main_menu .navigation .mobile_has_submenu .grid_submenu, .header_main .header_main_menu .navigation .mobile_has_submenu .submenu, .header_main .header_main_menu .navigation .mobile_has_submenu .sub_submenu {
        display: none;
        position: absolute;
        top: calc(100% - 1px);
        left: -120px;
        border-top: 3px solid #7fcfff;
        background-color: #323232; }
      .header_main .header_main_menu .navigation .menu_item_yellow .grid_submenu, .header_main .header_main_menu .navigation .menu_item_yellow .submenu, .header_main .header_main_menu .navigation .menu_item_yellow .sub_submenu {
        border-top: 3px solid #fff751; }
      .header_main .header_main_menu .navigation .menu_item_green .grid_submenu, .header_main .header_main_menu .navigation .menu_item_green .submenu, .header_main .header_main_menu .navigation .menu_item_green .sub_submenu {
        border-top: 3px solid #38ae79; }
      .header_main .header_main_menu .navigation .menu_item_red .grid_submenu, .header_main .header_main_menu .navigation .menu_item_red .submenu, .header_main .header_main_menu .navigation .menu_item_red .sub_submenu {
        border-top: 3px solid #ff553d; }
      .header_main .header_main_menu .navigation .menu_item_blue .grid_submenu, .header_main .header_main_menu .navigation .menu_item_blue .submenu, .header_main .header_main_menu .navigation .menu_item_blue .sub_submenu {
        border-top: 3px solid #3989ed; }
      .header_main .header_main_menu .navigation .menu_item_purple .grid_submenu, .header_main .header_main_menu .navigation .menu_item_purple .submenu, .header_main .header_main_menu .navigation .menu_item_purple .sub_submenu {
        border-top: 3px solid #ac79ff; }
      .header_main .header_main_menu .navigation .menu_item_lightgreen .grid_submenu, .header_main .header_main_menu .navigation .menu_item_lightgreen .submenu, .header_main .header_main_menu .navigation .menu_item_lightgreen .sub_submenu {
        border-top: 3px solid #28ce7a; }
      .header_main .header_main_menu .navigation .grid_submenu {
        width: 862px; }
        .header_main .header_main_menu .navigation .grid_submenu ul li {
          float: left;
          width: 25%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 100px;
          border-top: 1px solid #262626;
          border-right: 1px solid #262626; }
          .header_main .header_main_menu .navigation .grid_submenu ul li:nth-child(-n+4) {
            border-top: none; }
          .header_main .header_main_menu .navigation .grid_submenu ul li:nth-child(4n) {
            border-right: none; }
          .header_main .header_main_menu .navigation .grid_submenu ul li .grid_menu_item {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 30px 25px;
            width: 100%; }
            .header_main .header_main_menu .navigation .grid_submenu ul li .grid_menu_item img {
              display: block;
              width: 40px;
              height: 40px;
              margin-right: 19px; }
            .header_main .header_main_menu .navigation .grid_submenu ul li .grid_menu_item span {
              font-size: 13px;
              font-weight: 400;
              text-transform: none; }
            .header_main .header_main_menu .navigation .grid_submenu ul li .grid_menu_item:hover {
              background: #262626; }
      .header_main .header_main_menu .navigation .submenu {
        font-size: 12px;
        font-weight: 400;
        text-transform: none; }
        .header_main .header_main_menu .navigation .submenu li {
          border-bottom: 1px solid #2c2c2c;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .header_main .header_main_menu .navigation .submenu li:hover > .main_submenu_item, .header_main .header_main_menu .navigation .submenu li.active > .main_submenu_item {
            background-color: #292929; }
          .header_main .header_main_menu .navigation .submenu li .main_submenu_item {
            background-color: #323232;
            line-height: 16px;
            padding: 0 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 51px;
            white-space: nowrap;
            width: 100%; }
            .header_main .header_main_menu .navigation .submenu li .main_submenu_item .submenu_icon_block {
              width: 21px;
              margin-right: 9px; }
            .header_main .header_main_menu .navigation .submenu li .main_submenu_item .submenu_image_block {
              width: 30px;
              margin-right: 9px; }
            .header_main .header_main_menu .navigation .submenu li .main_submenu_item img {
              max-width: 100%;
              display: block;
              margin: 0 auto; }
          .header_main .header_main_menu .navigation .submenu li:last-child {
            border-bottom: none; }
          .header_main .header_main_menu .navigation .submenu li.has_submenu > .main_submenu_item {
            position: relative;
            padding-right: 35px; }
            .header_main .header_main_menu .navigation .submenu li.has_submenu > .main_submenu_item:after {
              content: "\f105";
              position: absolute;
              top: calc(50% - 5px);
              right: 20px;
              font-size: 14px;
              line-height: 10px;
              font-family: 'FontAwesome'; }
          .header_main .header_main_menu .navigation .submenu li.has_submenu:hover > .main_submenu_item:after {
            color: #7fcfff; }
          .header_main .header_main_menu .navigation .submenu li.has_submenu:hover .sub_submenu {
            display: block; }
      .header_main .header_main_menu .navigation .sub_submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -3px;
        height: calc(100% + 3px);
        background-color: #282828;
        border-left: 1px solid #202020; }
        .header_main .header_main_menu .navigation .sub_submenu li {
          border-color: #202020; }
          .header_main .header_main_menu .navigation .sub_submenu li .main_submenu_item {
            background-color: #282828;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .header_main .header_main_menu .navigation .sub_submenu li .main_submenu_item:hover, .header_main .header_main_menu .navigation .sub_submenu li .main_submenu_item.active {
              background-color: #202020;
              color: #7fcfff; }
            .header_main .header_main_menu .navigation .sub_submenu li .main_submenu_item.no_hover_color:hover, .header_main .header_main_menu .navigation .sub_submenu li .main_submenu_item.no_hover_color.active {
              color: #fff; }
      .header_main .header_main_menu .navigation .menu_item_yellow li.has_submenu:hover > .main_submenu_item:after,
      .header_main .header_main_menu .navigation .menu_item_yellow .sub_submenu li .main_submenu_item:hover,
      .header_main .header_main_menu .navigation .menu_item_yellow .sub_submenu li .main_submenu_item.active {
        color: #fff751; }
      .header_main .header_main_menu .navigation .menu_item_yellow .sub_submenu li .main_submenu_item.no_hover_color:hover,
      .header_main .header_main_menu .navigation .menu_item_yellow .sub_submenu li .main_submenu_item.no_hover_color.active {
        color: #fff; }
      .header_main .header_main_menu .navigation .menu_item_green li.has_submenu:hover > .main_submenu_item:after,
      .header_main .header_main_menu .navigation .menu_item_green .sub_submenu li .main_submenu_item:hover,
      .header_main .header_main_menu .navigation .menu_item_green .sub_submenu li .main_submenu_item.active {
        color: #38ae79; }
      .header_main .header_main_menu .navigation .menu_item_green .sub_submenu li .main_submenu_item.no_hover_color:hover,
      .header_main .header_main_menu .navigation .menu_item_green .sub_submenu li .main_submenu_item.no_hover_color.active {
        color: #fff; }
      .header_main .header_main_menu .navigation .menu_item_red:hover li.has_submenu:hover > .main_submenu_item:after,
      .header_main .header_main_menu .navigation .menu_item_red:hover .sub_submenu li .main_submenu_item:hover,
      .header_main .header_main_menu .navigation .menu_item_red:hover .sub_submenu li .main_submenu_item.active {
        color: #ff553d; }
      .header_main .header_main_menu .navigation .menu_item_red:hover .sub_submenu li .main_submenu_item.no_hover_color:hover,
      .header_main .header_main_menu .navigation .menu_item_red:hover .sub_submenu li .main_submenu_item.no_hover_color.active {
        color: #fff; }
      .header_main .header_main_menu .navigation .menu_item_blue:hover li.has_submenu:hover > .main_submenu_item:after,
      .header_main .header_main_menu .navigation .menu_item_blue:hover .sub_submenu li .main_submenu_item:hover,
      .header_main .header_main_menu .navigation .menu_item_blue:hover .sub_submenu li .main_submenu_item.active {
        color: #3989ed; }
      .header_main .header_main_menu .navigation .menu_item_blue:hover .sub_submenu li .main_submenu_item.no_hover_color:hover,
      .header_main .header_main_menu .navigation .menu_item_blue:hover .sub_submenu li .main_submenu_item.no_hover_color.active {
        color: #fff; }
      .header_main .header_main_menu .navigation .menu_item_purple li.has_submenu:hover > .main_submenu_item:after,
      .header_main .header_main_menu .navigation .menu_item_purple .sub_submenu li .main_submenu_item:hover,
      .header_main .header_main_menu .navigation .menu_item_purple .sub_submenu li .main_submenu_item.active {
        color: #ac79ff; }
      .header_main .header_main_menu .navigation .menu_item_purple .sub_submenu li .main_submenu_item.no_hover_color:hover,
      .header_main .header_main_menu .navigation .menu_item_purple .sub_submenu li .main_submenu_item.no_hover_color.active {
        color: #fff; }
      .header_main .header_main_menu .navigation .menu_item_lightgreen li.has_submenu:hover > .main_submenu_item:after,
      .header_main .header_main_menu .navigation .menu_item_lightgreen .sub_submenu li .main_submenu_item:hover,
      .header_main .header_main_menu .navigation .menu_item_lightgreen .sub_submenu li .main_submenu_item.active {
        color: #28ce7a; }
      .header_main .header_main_menu .navigation .menu_item_lightgreen .sub_submenu li .main_submenu_item.no_hover_color:hover,
      .header_main .header_main_menu .navigation .menu_item_lightgreen .sub_submenu li .main_submenu_item.no_hover_color.active {
        color: #fff; }

.header_logo img {
  display: block; }

/* BANNER SECTION */
.single_deposit_bonus {
  background-image: -webkit-linear-gradient(29deg, #ffb464 0%, #f6d365 100%);
  background-image: -o-linear-gradient(29deg, #ffb464 0%, #f6d365 100%);
  background-image: linear-gradient(61deg, #ffb464 0%, #f6d365 100%); }

.banner_single_image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.banner_liw {
  width: 100%;
  height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.banner_onecol .banner_content .banner_liw img {
  height: 100%;
  max-height: auto; }

.banner_onecol .banner_content img {
  height: auto;
  width: auto;
  max-height: 67px;
  max-width: 100%; }
  @media (max-width: 767px) {
    .banner_onecol .banner_content img {
      max-height: 35px; } }

.promotion_article_banner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .promotion_article_banner .banner_content {
    height: 492px; }
    @media (max-width: 1255px) {
      .promotion_article_banner .banner_content {
        height: 440px; } }
    @media (max-width: 1006px) {
      .promotion_article_banner .banner_content {
        height: 320px; } }
    @media (max-width: 767px) {
      .promotion_article_banner .banner_content {
        height: 155px;
        min-height: 155px; } }

.banner_content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 346px;
  padding-top: 68px; }
  @media (max-width: 1006px) {
    .banner_content {
      padding-top: 85px;
      padding-bottom: 20px; } }
  @media (max-width: 767px) {
    .banner_content {
      min-height: 185px;
      height: auto; } }
  .banner_content h1.title {
    max-width: 650px; }

.banner_bonus_type_template .banner_content {
  height: auto;
  padding-bottom: 68px; }

.banner_single_imagetitle .banner_content .banner_content_left img {
  margin-bottom: 8px;
  display: block; }
  @media (max-width: 1006px) {
    .banner_single_imagetitle .banner_content .banner_content_left img {
      height: 50px;
      width: auto; } }
  @media (max-width: 767px) {
    .banner_single_imagetitle .banner_content .banner_content_left img {
      height: 30px; } }

.banner_post_2col .banner_content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 767px) {
    .banner_post_2col .banner_content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }

.banner_post_2col .banner_content_left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 500px; }
  @media (max-width: 1006px) {
    .banner_post_2col .banner_content_left {
      max-width: 360px; } }

.banner_post_2col .title {
  margin-top: 12px;
  margin-bottom: 7px; }

.banner_post_2col .banner_proposal_block {
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 21px 15px;
  border-radius: 5px;
  border: 1px dashed #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.15)), color-stop(24%, rgba(255, 255, 255, 0.15)), color-stop(71%, rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0.15)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 24%, rgba(255, 255, 255, 0.15) 71%, rgba(255, 255, 255, 0.15) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 24%, rgba(255, 255, 255, 0.15) 71%, rgba(255, 255, 255, 0.15) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 24%, rgba(255, 255, 255, 0.15) 71%, rgba(255, 255, 255, 0.15) 100%); }
  .banner_post_2col .banner_proposal_block .button {
    font-size: 18px;
    width: 100%; }
  .banner_post_2col .banner_proposal_block .banner_description {
    color: #c4c4c4;
    margin-top: 10px;
    margin-bottom: 0; }

.banner_post_2col .banner_proposal_block_title {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 15px 0; }

@media (max-width: 767px) {
  .banner_post_bonuses .banner_content_left {
    width: 100%;
    max-width: 100%; } }

@media (max-width: 767px) {
  .banner_post_bonuses .banner_content_right {
    width: 100%; } }

@media (max-width: 767px) {
  .banner_post_bonuses .banner_proposal_block {
    background: none;
    border: none;
    padding: 15px 0 0;
    width: 100%; } }

@media (max-width: 767px) {
  .banner_post_bonuses .banner_proposal_block_title {
    display: none; } }

.banner_post_bonuses .banner_proposal_block_title_mobile {
  display: none;
  text-transform: uppercase;
  letter-spacing: .69px;
  margin: 12px 0;
  font-size: 30px;
  line-height: 1.2em;
  color: #fff; }
  @media (max-width: 767px) {
    .banner_post_bonuses .banner_proposal_block_title_mobile {
      display: block; } }

.banner_post_bookmakers h1.title {
  margin: 0 0 25px;
  font-size: 40px; }
  @media (max-width: 1006px) {
    .banner_post_bookmakers h1.title {
      font-size: 28px; } }
  @media (max-width: 767px) {
    .banner_post_bookmakers h1.title {
      font-size: 20px;
      margin-bottom: 16px; } }

.banner_post_bookmakers .button {
  width: auto;
  padding-left: 45px;
  padding-right: 45px; }
  @media (max-width: 767px) {
    .banner_post_bookmakers .button.mobile_only {
      width: 100%;
      font-size: 15px; } }

@media (max-width: 767px) {
  .banner_post_bookmakers .banner_content_left {
    width: 100%;
    max-width: 100%; }
    .banner_post_bookmakers .banner_content_left .button {
      display: none; } }

@media (max-width: 767px) {
  .banner_post_bookmakers .banner_content_right {
    margin-bottom: 20px;
    width: 100%; } }

.banner_rating_block_wrapper {
  border-radius: 5px;
  background-color: rgba(29, 29, 29, 0.9); }
  @media (max-width: 767px) {
    .banner_rating_block_wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }

.banner_rating_hidden_blocks {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 767px) {
    .banner_rating_hidden_blocks {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .banner_rating_hidden_blocks .banner_rating_block {
        border-top: 1px solid rgba(255, 255, 255, 0.32); } }
  .banner_rating_hidden_blocks.hidden {
    display: none; }

.banner_rating_block_divider {
  width: 1px;
  height: 65px;
  background: #ffffff;
  opacity: 0.32; }
  @media (max-width: 767px) {
    .banner_rating_block_divider {
      display: none; } }

.banner_rating_block {
  min-width: 193px;
  height: 163px;
  padding: 35px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff; }
  @media (max-width: 1255px) {
    .banner_rating_block {
      min-width: 154px;
      padding: 35px 24px; } }
  @media (max-width: 1006px) {
    .banner_rating_block {
      height: 133px;
      min-width: 124px;
      padding: 20px 10px; } }
  @media (max-width: 767px) {
    .banner_rating_block {
      width: 100%; } }
  .banner_rating_block p {
    margin: 0; }
  .banner_rating_block .banner_rating {
    font-size: 24px; }
  .banner_rating_block .banner_rating_stars,
  .banner_rating_block .rating_stars_block {
    margin: 8px 0 16px; }
  .banner_rating_block .text {
    font-size: 16px; }
  .banner_rating_block .banner_rating_block_action {
    position: absolute;
    top: 18px;
    right: 15px; }
    @media (max-width: 1006px) {
      .banner_rating_block .banner_rating_block_action {
        top: 10px;
        right: 10px; } }
    .banner_rating_block .banner_rating_block_action .banner_rating_block_closed {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 30px;
      line-height: 7px;
      font-size: 8px;
      color: #fff;
      opacity: .3; }
      @media (max-width: 1006px) {
        .banner_rating_block .banner_rating_block_action .banner_rating_block_closed {
          width: 24px;
          font-size: 6px; } }
    .banner_rating_block .banner_rating_block_action .banner_rating_block_opened {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: right;
      height: 13px;
      width: 13px;
      line-height: 13px;
      font-size: 30px;
      color: #fff;
      -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
      transform: rotateZ(45deg); }
    .banner_rating_block .banner_rating_block_action .banner_rating_block_closed.hidden,
    .banner_rating_block .banner_rating_block_action .banner_rating_block_opened.hidden {
      display: none; }

.banner_menu {
  background: #f5f5f5; }
  .banner_menu .banner_menu_trigger {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 0;
    cursor: pointer; }
    .banner_menu .banner_menu_trigger .fa {
      float: right;
      font-size: 20px;
      line-height: 15px; }
    .banner_menu .banner_menu_trigger.opened .fa {
      -webkit-transform: rotateX(180deg);
      transform: rotateX(180deg); }
  .banner_menu .banner_menu_carousel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767px) {
      .banner_menu .banner_menu_carousel {
        display: none; } }
    .banner_menu .banner_menu_carousel .slick-list {
      padding: 0 17px; }
  .banner_menu .banner_carousel_arrow {
    font-size: 20px;
    cursor: pointer;
    padding: 0 10px;
    background: #f5f5f5;
    color: #0daa5a; }
    .banner_menu .banner_carousel_arrow.slick-disabled {
      cursor: auto;
      color: #cdced2; }
  .banner_menu li {
    padding: 14px 0;
    margin-left: 43px; }
    @media (max-width: 767px) {
      .banner_menu li {
        padding: 18px 0;
        margin-left: 0;
        border-bottom: 2px solid #e4e3e3;
        text-align: center; }
        .banner_menu li:last-child {
          border-bottom: none; } }
  .banner_menu a {
    color: #464950;
    font-size: 12px;
    font-weight: 600; }

/* BREADCRUMBS */
.breadcrumbs {
  padding: 23px 0 28px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 767px) {
    .breadcrumbs {
      padding: 23px 0 25px; } }
  .breadcrumbs .breadcrumbs_link {
    color: #464950;
    font-size: 12px; }
    .breadcrumbs .breadcrumbs_link.active {
      font-weight: 700; }
  .breadcrumbs .breadcrumbs_separator {
    margin: 0 8px;
    display: block;
    color: #b2b3b6; }

/* ARTICLE TIMER */
.timer {
  border-bottom: 1px solid #f5f5f5; }

.timer_content {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0 20px;
  text-align: right; }
  @media (max-width: 1006px) {
    .timer_content {
      text-align: center;
      padding: 18px 0 16px; } }

.timer_item {
  margin: 0 25px; }
  @media (max-width: 1006px) {
    .timer_item {
      margin: 0 15px; } }

.timer_number {
  font-size: 34px;
  line-height: 24px;
  font-weight: 600;
  margin: 0; }
  @media (max-width: 1006px) {
    .timer_number {
      font-size: 30px;
      line-height: 21px; } }

.timer_desc {
  font-size: 10px;
  line-height: 9px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 24px 0 0; }
  @media (max-width: 1006px) {
    .timer_desc {
      margin-top: 18px; } }

/* SECTION */
.notice_block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 25px 20px 70px;
  border-left: 5px solid #22c672;
  background-color: #f9f9f9;
  background-image: url("../img/info_icon.svg");
  background-repeat: no-repeat;
  background-position: 22px 50%;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 30px;
  border-radius: 0px;
  font-style: normal; }
  @media (max-width: 1255px) {
    .notice_block {
      font-size: 18px; } }
  .notice_block:before {
    content: ''; }
  .notice_block p {
    margin: 0; }

.reasons_to_join_wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.post_bonuses .main, .content_post_wrapper .main {
  padding-right: 0; }
  .post_bonuses .main section, .post_bonuses .main article, .content_post_wrapper .main section, .content_post_wrapper .main article {
    border-bottom: 1px solid #f5f5f5;
    padding: 40px 56px 50px 0; }
    @media (max-width: 1006px) {
      .post_bonuses .main section, .post_bonuses .main article, .content_post_wrapper .main section, .content_post_wrapper .main article {
        padding: 40px 28px 50px; } }
    @media (max-width: 767px) {
      .post_bonuses .main section, .post_bonuses .main article, .content_post_wrapper .main section, .content_post_wrapper .main article {
        padding: 40px 0; } }
    .post_bonuses .main section:first-child, .post_bonuses .main article:first-child, .content_post_wrapper .main section:first-child, .content_post_wrapper .main article:first-child {
      padding-top: 0; }
    .post_bonuses .main section:last-child, .post_bonuses .main article:last-child, .content_post_wrapper .main section:last-child, .content_post_wrapper .main article:last-child {
      border-bottom: none; }
    .post_bonuses .main section.accordeon_section, .post_bonuses .main article.accordeon_section, .content_post_wrapper .main section.accordeon_section, .content_post_wrapper .main article.accordeon_section {
      padding-bottom: 20px; }

.post_bonuses .articles .article, .content_post_wrapper .articles .article {
  background: none;
  padding: 40px 56px 50px 0; }
  @media (max-width: 1006px) {
    .post_bonuses .articles .article, .content_post_wrapper .articles .article {
      padding: 40px 28px 50px; } }
  @media (max-width: 767px) {
    .post_bonuses .articles .article, .content_post_wrapper .articles .article {
      padding: 40px 0; } }

.section_list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (max-width: 767px) {
    .section_list.reasons_join_section_list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .section_list.reasons_join_section_list .notice_block {
        margin-top: 25px;
        margin-bottom: 0; } }
  .section_list .list_style_round {
    margin-top: 10px; }
  .section_list.w_button .list_style_round {
    margin-bottom: 40px; }
  .section_list.w_button .button {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: auto; }

.home_section:nth-child(even) {
  background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), color-stop(4%, #fafafa), color-stop(96%, #fafafa), to(#ffffff));
  background-image: -webkit-linear-gradient(right, #ffffff 0%, #fafafa 4%, #fafafa 96%, #ffffff 100%);
  background-image: -o-linear-gradient(right, #ffffff 0%, #fafafa 4%, #fafafa 96%, #ffffff 100%);
  background-image: linear-gradient(270deg, #ffffff 0%, #fafafa 4%, #fafafa 96%, #ffffff 100%); }

.section {
  padding: 45px 0 70px; }
  @media (max-width: 767px) {
    .section {
      padding: 20px 0; } }
  .section .section_title_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .section .section_title_block .info_block {
      padding-right: 40px; }
      @media (max-width: 1006px) {
        .section .section_title_block .info_block {
          min-width: 250px;
          padding-right: 0; } }
      @media (max-width: 767px) {
        .section .section_title_block .info_block {
          min-width: auto; } }
    .section .section_title_block .image_block img {
      display: block; }
  .section .post_item_readmore {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    color: #0DAA5A; }
    .section .post_item_readmore span {
      margin-right: 8px; }

.archive_section {
  padding: 35px 0 30px; }

.info_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .info_block .info_block_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #464950; }
    .info_block .info_block_link:hover {
      color: #0daa5a; }
  .info_block img {
    display: block;
    margin-right: 8px; }
    @media (max-width: 767px) {
      .info_block img {
        margin-right: 0; } }
  .info_block .info_block_text {
    font-weight: 700;
    font-size: 15px; }
    @media (max-width: 767px) {
      .info_block .info_block_text {
        display: none; } }

.table {
  width: 100%;
  border-collapse: collapse; }
  .table th {
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    color: #989ba1; }
    @media (max-width: 1255px) {
      .table th {
        padding-left: 20px; } }
    .table th:first-child {
      padding-left: 50px; }
  .table tr {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5; }
    .table tr:first-child {
      border-top: none; }
    .table tr:last-child {
      border-bottom: none; }
    .table tr.table_row_noborder {
      border: none; }
  .table td {
    padding-top: 15px;
    padding-bottom: 15px; }
    .table td:first-child {
      padding-left: 50px; }
    @media (max-width: 1255px) {
      .table td {
        padding-left: 20px; } }
    @media (max-width: 767px) {
      .table td {
        padding-left: 0px; }
        .table td:first-child {
          padding-left: 5px; }
        .table td:last-child {
          padding-right: 5px; }
        .table td.buttons_cell .flex {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
  .table .table_description_row {
    color: #989ba1;
    font-size: 10px;
    font-weight: 400;
    border-bottom: 1px solid #f5f5f5;
    border-top: 0; }
    @media (max-width: 767px) {
      .table .table_description_row {
        display: none; } }
    .table .table_description_row:last-child {
      border-bottom: none; }
    .table .table_description_row td {
      padding: 0 0 15px 50px; }
    .table .table_description_row p {
      margin: 0; }
  .table .table_bonus_mobile_block {
    border-bottom: 1px solid #f5f5f5;
    border-top: none;
    display: none; }
    @media (max-width: 767px) {
      .table .table_bonus_mobile_block {
        display: table-row; } }
    .table .table_bonus_mobile_block:last-child {
      border-bottom: none; }

.bonus_type_for_promotion .section_content_table {
  padding: 0; }
  .bonus_type_for_promotion .section_content_table .table_nav {
    padding-left: 0; }

.section_content_table {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (max-width: 767px) {
    .section_content_table {
      padding: 0; } }
  .section_content_table.section_content_nobutton {
    padding-bottom: 0; }
  .section_content_table > div {
    padding-left: 50px; }
    @media (max-width: 1255px) {
      .section_content_table > div {
        padding-left: 20px; } }
  .section_content_table .table_nav {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    margin-bottom: 26px; }
    @media (max-width: 1255px) {
      .section_content_table .table_nav {
        font-size: 12px; } }
    @media (max-width: 1006px) {
      .section_content_table .table_nav {
        display: none; } }
    .section_content_table .table_nav li {
      padding: 0 20px;
      border-right: 2px solid #d7d7d7; }
      @media (max-width: 1255px) {
        .section_content_table .table_nav li {
          padding: 0 10px; } }
      .section_content_table .table_nav li:last-child {
        padding-right: 0;
        border-right: none; }
      .section_content_table .table_nav li a {
        color: #307fe2; }
      .section_content_table .table_nav li.active {
        position: relative; }
        .section_content_table .table_nav li.active:after {
          content: ' ';
          display: block;
          width: 22px;
          height: 2px;
          position: absolute;
          bottom: -5px;
          margin: 0 auto;
          background-color: #58c1ff;
          left: calc(50% - 11px); }
      .section_content_table .table_nav li.active a, .section_content_table .table_nav li:hover a {
        color: #1f5497; }
  .section_content_table .table_header {
    height: 43px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5; }
    @media (max-width: 767px) {
      .section_content_table .table_header {
        display: none; } }
    .section_content_table .table_header p {
      font-size: 12px;
      font-weight: 600;
      color: #989ba1; }
  .section_content_table .table_row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    font-size: 13px;
    font-weight: 700; }
    @media (max-width: 767px) {
      .section_content_table .table_row {
        border-top: none;
        border-bottom-width: 2px; } }
    .section_content_table .table_row:first-child {
      border-top: none; }
    .section_content_table .table_row:last-child {
      border-bottom: none; }

.table_row .flex,
.article_table_row .flex,
.widget_table_row .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.table_row a:not(.btn-green),
.article_table_row a:not(.btn-green),
.widget_table_row a:not(.btn-green) {
  color: #464950; }

.table_row .name_cell,
.article_table_row .name_cell,
.widget_table_row .name_cell {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px; }
  @media (max-width: 767px) {
    .table_row .name_cell,
    .article_table_row .name_cell,
    .widget_table_row .name_cell {
      font-size: 14px; } }
  .table_row .name_cell img,
  .article_table_row .name_cell img,
  .widget_table_row .name_cell img {
    margin-right: 19px;
    margin-left: 0px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    max-width: 40px;
    width: auto; }
    @media (max-width: 1006px) {
      .table_row .name_cell img,
      .article_table_row .name_cell img,
      .widget_table_row .name_cell img {
        margin-right: 10px; } }
  .table_row .name_cell .title,
  .article_table_row .name_cell .title,
  .widget_table_row .name_cell .title {
    font-weight: 700; }
  .table_row .name_cell .title:hover,
  .article_table_row .name_cell .title:hover,
  .widget_table_row .name_cell .title:hover {
    color: #0DAA5A; }
  .table_row .name_cell:hover img,
  .article_table_row .name_cell:hover img,
  .widget_table_row .name_cell:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.table_row .rating_cell,
.article_table_row .rating_cell,
.widget_table_row .rating_cell {
  font-weight: 600; }
  @media (max-width: 767px) {
    .table_row .rating_cell,
    .article_table_row .rating_cell,
    .widget_table_row .rating_cell {
      display: none; } }
  .table_row .rating_cell .rating_stars_block,
  .article_table_row .rating_cell .rating_stars_block,
  .widget_table_row .rating_cell .rating_stars_block {
    margin-right: 23 %; }

.table_row .reviews_cell,
.article_table_row .reviews_cell,
.widget_table_row .reviews_cell {
  font-weight: 600;
  padding-left: 22px; }
  @media (max-width: 1255px) {
    .table_row .reviews_cell,
    .article_table_row .reviews_cell,
    .widget_table_row .reviews_cell {
      padding-left: 42px; } }
  @media (max-width: 767px) {
    .table_row .reviews_cell,
    .article_table_row .reviews_cell,
    .widget_table_row .reviews_cell {
      display: none; } }
  .table_row .reviews_cell img,
  .article_table_row .reviews_cell img,
  .widget_table_row .reviews_cell img {
    margin-right: 9px; }

.table_row .two_buttons_h_cell a:first-child,
.article_table_row .two_buttons_h_cell a:first-child,
.widget_table_row .two_buttons_h_cell a:first-child {
  margin-right: 20px; }
  @media (max-width: 1255px) {
    .table_row .two_buttons_h_cell a:first-child,
    .article_table_row .two_buttons_h_cell a:first-child,
    .widget_table_row .two_buttons_h_cell a:first-child {
      margin-right: 10px; } }

@media (max-width: 767px) {
  .table_row .two_buttons_h_cell .button,
  .article_table_row .two_buttons_h_cell .button,
  .widget_table_row .two_buttons_h_cell .button {
    width: 89px; } }

.table_row .row_description,
.article_table_row .row_description,
.widget_table_row .row_description {
  width: 100%;
  color: #989ba1;
  font-size: 10px;
  font-weight: 400;
  margin: 17px 0 0; }

.table_row .text_block,
.article_table_row .text_block,
.widget_table_row .text_block {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .table_row .text_block .description,
  .article_table_row .text_block .description,
  .widget_table_row .text_block .description {
    color: #464950;
    font-size: 12px; }

.table_row .margin_text,
.article_table_row .margin_text,
.widget_table_row .margin_text {
  font-size: 13px; }
  @media (max-width: 1255px) {
    .table_row .margin_text,
    .article_table_row .margin_text,
    .widget_table_row .margin_text {
      font-size: 11px; } }

.table_row .mobile_block,
.article_table_row .mobile_block,
.widget_table_row .mobile_block {
  display: none; }
  @media (max-width: 767px) {
    .table_row .mobile_block,
    .article_table_row .mobile_block,
    .widget_table_row .mobile_block {
      display: block; } }

.article_table_row,
.widget_table_row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  padding: 16px 19px; }
  @media (max-width: 767px) {
    .article_table_row,
    .widget_table_row {
      padding-left: 5px;
      padding-right: 5px; } }
  .article_table_row:last-child,
  .widget_table_row:last-child {
    border-bottom: none; }
  @media (max-width: 1255px) {
    .article_table_row .name_cell,
    .widget_table_row .name_cell {
      font-size: 13px; } }
  .article_table_row .name_cell img,
  .widget_table_row .name_cell img {
    margin-right: 9px; }
  @media (max-width: 1255px) {
    .article_table_row .text_block .description,
    .widget_table_row .text_block .description {
      font-size: 10px; } }

.widget_bonuses_bookmakers .widget_table_row .name_cell {
  font-size: 13px; }

.widget_bonuses_bookmakers .widget_table_row .button_cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1255px) {
    .widget_bonuses_bookmakers .widget_table_row .button_cell {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .widget_bonuses_bookmakers .widget_table_row .button_cell .button {
    width: auto;
    padding: 0 10px;
    min-width: 70px;
    font-size: 12px; }
    @media (max-width: 1255px) {
      .widget_bonuses_bookmakers .widget_table_row .button_cell .button {
        height: 30px;
        min-width: 95px; } }
    .widget_bonuses_bookmakers .widget_table_row .button_cell .button:first-child {
      margin-right: 5px; }
      @media (max-width: 1255px) {
        .widget_bonuses_bookmakers .widget_table_row .button_cell .button:first-child {
          margin-right: 0;
          margin-bottom: 3px; } }

@media (max-width: 767px) {
  .section_content_table_bookmakers {
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .section_content_table_bookmakers .table_row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 5px; } }

@media (max-width: 767px) {
  .section_content_table_bookmakers .name_cell {
    font-size: 13px; } }

.section_content_table_bookmakers .name_cell:hover .table_stars img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

@media (max-width: 767px) {
  .section_content_table_bookmakers .table_stars img {
    width: 77px;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.section_content_table_bookmakers .table_stars.mobile_block .star {
  font-size: 15px;
  width: 16px; }

.section_content_table_bookmakers .table_cell_1 {
  width: 342px; }
  @media (max-width: 1255px) {
    .section_content_table_bookmakers .table_cell_1 {
      width: 253px; } }
  @media (max-width: 1006px) {
    .section_content_table_bookmakers .table_cell_1 {
      width: 211px; } }
  @media (max-width: 767px) {
    .section_content_table_bookmakers .table_cell_1 {
      width: auto; } }

.section_content_table_bookmakers .table_cell_2 {
  width: 320px; }
  @media (max-width: 1255px) {
    .section_content_table_bookmakers .table_cell_2 {
      width: 256px; } }
  @media (max-width: 1006px) {
    .section_content_table_bookmakers .table_cell_2 {
      width: 181px; } }

.section_content_table_bookmakers .table_cell_3 {
  width: 219px; }
  @media (max-width: 1255px) {
    .section_content_table_bookmakers .table_cell_3 {
      width: 175px; } }
  @media (max-width: 1006px) {
    .section_content_table_bookmakers .table_cell_3 {
      width: 123px; } }

.section_content_table_bookmakers .table_cell_4 {
  width: auto; }

@media (max-width: 767px) {
  .section_content_table_bonus .table_row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 5px; } }

.section_content_table_bonus .table_cell_1 {
  width: 300px; }
  @media (max-width: 1255px) {
    .section_content_table_bonus .table_cell_1 {
      width: 245px; } }
  @media (max-width: 1006px) {
    .section_content_table_bonus .table_cell_1 {
      width: 200px; } }
  @media (max-width: 767px) {
    .section_content_table_bonus .table_cell_1 {
      width: auto; } }

.section_content_table_bonus .table_cell_2 {
  width: 252px; }
  @media (max-width: 1255px) {
    .section_content_table_bonus .table_cell_2 {
      width: 233px; } }
  @media (max-width: 1006px) {
    .section_content_table_bonus .table_cell_2 {
      width: 196px; } }
  @media (max-width: 767px) {
    .section_content_table_bonus .table_cell_2 {
      display: none; } }

.section_content_table_bonus .table_cell_3 {
  width: 200px; }
  @media (max-width: 1255px) {
    .section_content_table_bonus .table_cell_3 {
      width: 160px; } }
  @media (max-width: 1006px) {
    .section_content_table_bonus .table_cell_3 {
      width: 88px; } }
  @media (max-width: 767px) {
    .section_content_table_bonus .table_cell_3 {
      display: none; } }

.section_content_table_bonus .table_cell_4 {
  width: 229px; }
  @media (max-width: 1255px) {
    .section_content_table_bonus .table_cell_4 {
      width: 183px; } }
  @media (max-width: 1006px) {
    .section_content_table_bonus .table_cell_4 {
      width: 140px; } }
  @media (max-width: 767px) {
    .section_content_table_bonus .table_cell_4 {
      display: none; } }

.section_content_table_bonus .table_cell_5 {
  width: auto; }

@media (max-width: 767px) {
  .section_content_table_bonus .row_description {
    display: none; } }

.section_content_table_bonus .bonus_cell {
  font-size: 15px; }
  @media (max-width: 1006px) {
    .section_content_table_bonus .bonus_cell {
      font-size: 13px; } }

.section_content_table_bonus .bonus_code_cell, .section_content_table_bonus .turnover_cell {
  font-weight: 400; }

.section_content_table_bonus .table_bonus_mobile_block {
  width: 100%;
  margin-top: 17px;
  font-weight: 400; }
  .section_content_table_bonus .table_bonus_mobile_block .table_bonus_mobile_big {
    font-size: 15px;
    font-weight: 600; }
  .section_content_table_bonus .table_bonus_mobile_block p {
    margin: 0; }
  .section_content_table_bonus .table_bonus_mobile_block .table_bonus_mobile_title {
    color: #989ba1;
    font-size: 12px;
    font-weight: 600; }
  .section_content_table_bonus .table_bonus_mobile_block .hidden_text {
    display: none; }
  .section_content_table_bonus .table_bonus_mobile_block .table_mobile_readmore {
    color: #28ce7a;
    font-size: 15px;
    font-weight: 700;
    display: inline; }

.section_content_table_betts {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 1006px) {
    .section_content_table_betts .table_header {
      display: none; } }
  .section_content_table_betts .table_cell_1 {
    width: 130px; }
    @media (max-width: 1255px) {
      .section_content_table_betts .table_cell_1 {
        width: 104px; } }
    @media (max-width: 767px) {
      .section_content_table_betts .table_cell_1 {
        width: auto; } }
  .section_content_table_betts .table_cell_2 {
    width: 87px; }
    @media (max-width: 1255px) {
      .section_content_table_betts .table_cell_2 {
        width: 69px; } }
    @media (max-width: 767px) {
      .section_content_table_betts .table_cell_2 {
        width: auto; } }
  .section_content_table_betts .table_cell_3 {
    width: 304px;
    padding-right: 55px; }
    @media (max-width: 1255px) {
      .section_content_table_betts .table_cell_3 {
        width: 287px;
        padding-right: 35px; } }
    @media (max-width: 1006px) {
      .section_content_table_betts .table_cell_3 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; } }
    @media (max-width: 767px) {
      .section_content_table_betts .table_cell_3 {
        width: 100%;
        margin-bottom: 8px; } }
  .section_content_table_betts .table_cell_4 {
    width: 197px; }
    @media (max-width: 1255px) {
      .section_content_table_betts .table_cell_4 {
        width: 157px; } }
    @media (max-width: 767px) {
      .section_content_table_betts .table_cell_4 {
        width: auto; } }
  .section_content_table_betts .table_cell_5 {
    width: 142px; }
    @media (max-width: 1255px) {
      .section_content_table_betts .table_cell_5 {
        width: 100px; } }
  .section_content_table_betts .table_cell_6 {
    width: 142px; }
    @media (max-width: 1255px) {
      .section_content_table_betts .table_cell_6 {
        width: 100px; } }
  .section_content_table_betts .table_cell_7 {
    width: auto; }
    @media (max-width: 1006px) {
      .section_content_table_betts .table_cell_7 {
        width: 100px; } }
  .section_content_table_betts .table_header_titles.table_cell_5, .section_content_table_betts .table_header_titles.table_cell_6, .section_content_table_betts .table_header_titles.table_cell_7 {
    padding-left: 7px; }
  .section_content_table_betts .date_cell, .section_content_table_betts .time_cell, .section_content_table_betts .category_cell {
    font-weight: 400; }
  .section_content_table_betts .match_cell, .section_content_table_betts .coeff_cell {
    font-size: 15px; }
  .section_content_table_betts .match_cell {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .section_content_table_betts .match_cell .team_1 {
      margin-right: 14px; }
    .section_content_table_betts .match_cell .team_2 {
      margin-left: 14px; }
  @media (max-width: 1006px) {
    .section_content_table_betts .table_row {
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  @media (max-width: 767px) {
    .section_content_table_betts .table_row {
      padding: 15px 0 25px; } }
  @media (max-width: 1006px) {
    .section_content_table_betts .table_row .coeff_cell {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .section_content_table_betts .coeff_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .section_content_table_betts .coeff_wrap img {
      margin-top: 11px; }
  .section_content_table_betts .coeff_header_cell_wrapper {
    width: 100%; }
  .section_content_table_betts .coeff_header_cell {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    border-radius: 5px;
    background-color: #f5f5f5;
    margin: 10px 0;
    color: #989ba1;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase; }
  @media (max-width: 1006px) {
    .section_content_table_betts .mobile_block {
      display: block; } }

.table_twocol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .table_twocol > * {
    width: 46%; }
    @media (max-width: 767px) {
      .table_twocol > * {
        width: 100%; } }
  @media (max-width: 767px) {
    .table_twocol .table_col_1 .article_table_row {
      border-bottom: 1px solid #e6e6e6; } }

.post_heading {
  font-size: 11px; }
  @media (max-width: 1255px) {
    .post_heading {
      font-size: 10px; } }
  .post_heading a {
    color: #307fe2;
    font-weight: 700; }
  .post_heading p {
    margin: 0; }

.section_posts_archive {
  margin-top: 43px; }
  @media (max-width: 767px) {
    .section_posts_archive {
      margin-top: 20px; } }
  .section_posts_archive .post_item_excerpt {
    line-height: 20px;
    margin: 10px 0;
    font-size: 13px; }

.bonus_type_for_promotion .section_posts_archive {
  margin-top: 0; }

.navigation.pagination {
  padding: 10px; }
  .navigation.pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .navigation.pagination .page-numbers {
    font-size: 20px;
    margin-right: 5px;
    font-weight: 600; }
  .navigation.pagination a {
    color: #0DAA5A; }

.section_posts_3col {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .section_posts_3col {
      padding-bottom: 0; } }
  .section_posts_3col .post_item {
    width: 354px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    margin-bottom: 20px; }
    @media (max-width: 1255px) {
      .section_posts_3col .post_item {
        width: 283px; } }
    @media (max-width: 1006px) {
      .section_posts_3col .post_item {
        width: 354px; } }
    @media (max-width: 767px) {
      .section_posts_3col .post_item {
        width: 100%;
        max-width: 354px; } }
    .section_posts_3col .post_item .post_item_meta_block {
      top: 20px;
      left: 20px; }
      .section_posts_3col .post_item .post_item_meta_block .post_item_meta {
        background-color: rgba(0, 0, 0, 0.4);
        border-width: 1px;
        border-radius: 3px;
        border-style: solid;
        color: #fff;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 12px;
        padding: 4px 10px;
        font-weight: 700;
        letter-spacing: .46px; }
    .section_posts_3col .post_item .post_item_review_bock {
      top: 23px;
      right: 20px;
      color: #fff;
      font-size: 13px;
      font-weight: bold;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .section_posts_3col .post_item .post_item_review_bock img {
        margin-right: 7px; }
    .section_posts_3col .post_item .image_block img {
      width: 100%;
      height: auto; }
    .section_posts_3col .post_item .content_block {
      padding: 28px 20px; }
      @media (max-width: 767px) {
        .section_posts_3col .post_item .content_block {
          padding: 17px 20px 20px; } }
    .section_posts_3col .post_item .post_item_title, .section_posts_3col .post_item .h3post_item_title {
      margin: 12px 0 7px; }

.section_posts_fullwidh {
  padding-bottom: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 1006px) {
    .section_posts_fullwidh {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-bottom: 0; }
      .section_posts_fullwidh .section_title_block {
        width: 100%; } }
  .section_posts_fullwidh .post_item {
    width: 100%;
    padding: 21px 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 1255px) {
      .section_posts_fullwidh .post_item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media (max-width: 1006px) {
      .section_posts_fullwidh .post_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 500px;
        margin-bottom: 19px; } }
    @media (max-width: 767px) {
      .section_posts_fullwidh .post_item {
        max-width: 400px;
        width: 100%; } }
    .section_posts_fullwidh .post_item:last-child {
      border-radius: 0 0 8px 8px; }
    .section_posts_fullwidh .post_item:first-child {
      border-radius: 8px 8px 0 0; }
  .section_posts_fullwidh .post_item_title, .section_posts_fullwidh .h3post_item_title {
    margin: 11px 0; }
  .section_posts_fullwidh .image_block img {
    width: 285px;
    height: auto;
    display: block; }
  @media (max-width: 1006px) {
    .section_posts_fullwidh .image_block {
      margin-bottom: 25px; } }
  .section_posts_fullwidh .content_block {
    width: 478px;
    margin-left: 39px;
    margin-right: 90px; }
    @media (max-width: 1006px) {
      .section_posts_fullwidh .content_block {
        width: auto;
        margin: 0; } }
  @media (max-width: 1006px) {
    .section_posts_fullwidh .post_heading {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (max-width: 767px) {
    .section_posts_fullwidh .post_heading {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .section_posts_fullwidh .buttons_block {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
    @media (max-width: 1006px) {
      .section_posts_fullwidh .buttons_block {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 25px; } }
    @media (max-width: 1006px) {
      .section_posts_fullwidh .buttons_block img {
        height: 40px;
        width: auto; } }
    @media (max-width: 767px) {
      .section_posts_fullwidh .buttons_block img {
        width: 140px; } }
    .section_posts_fullwidh .buttons_block .button {
      width: 180px;
      margin-top: 20px; }
      @media (max-width: 1006px) {
        .section_posts_fullwidh .buttons_block .button {
          margin-top: 0;
          margin-left: 20px; } }
      @media (max-width: 767px) {
        .section_posts_fullwidh .buttons_block .button {
          width: 140px; } }

.archive_section .section_posts_fullwidh .post_item, .post_archive_section .section_posts_fullwidh .post_item {
  margin-bottom: 20px;
  border-radius: 8px; }
  .archive_section .section_posts_fullwidh .post_item:last-child, .post_archive_section .section_posts_fullwidh .post_item:last-child {
    margin-bottom: 0; }

@media (max-width: 1006px) {
  .sidebar-right .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.sidebar-right h2, .sidebar-right .h2title {
  margin-bottom: 23px; }

.sidebar-right .article.section_posts_fullwidh {
  margin-top: 0;
  padding-bottom: 10px; }
  @media (max-width: 1006px) {
    .sidebar-right .article.section_posts_fullwidh {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (max-width: 767px) {
    .sidebar-right .article.section_posts_fullwidh .post_heading .tag, .sidebar-right .article.section_posts_fullwidh .post_heading .v_divider {
      display: none; }
      .sidebar-right .article.section_posts_fullwidh .post_heading .tag:first-of-type, .sidebar-right .article.section_posts_fullwidh .post_heading .v_divider:first-of-type {
        display: block; } }
  .sidebar-right .article.section_posts_fullwidh .section_content_block {
    margin-bottom: 30px; }
  .sidebar-right .article.section_posts_fullwidh img {
    margin: 0; }
  .sidebar-right .article.section_posts_fullwidh .image_block img {
    width: 200px;
    min-width: 200px;
    height: auto; }
    @media (max-width: 767px) {
      .sidebar-right .article.section_posts_fullwidh .image_block img {
        width: 285px;
        min-width: 285px; } }
  .sidebar-right .article.section_posts_fullwidh .content_block {
    width: auto;
    margin-right: 0px; }
  .sidebar-right .article.section_posts_fullwidh .section_button {
    margin-bottom: 25px; }

.sidebar-right .section_posts_archive {
  margin-top: 10px; }

.section_review_archive {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 43px; }
  .section_review_archive .logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    width: 100%;
    border-radius: 5px 5px 0 0; }
    .section_review_archive .logo img {
      width: 100%; }
  .section_review_archive .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 24px 15px 21px;
    height: calc(100% - 30px);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .section_review_archive .content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .section_review_archive .content .upper_content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 767px) {
        .section_review_archive .content .upper_content {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
    .section_review_archive .content img {
      display: block;
      width: 100%;
      height: auto;
      max-width: 65px;
      max-height: 65px;
      border-radius: 50%; }
    @media (max-width: 767px) {
      .section_review_archive .content .avatar {
        width: 50px;
        height: auto; } }
    .section_review_archive .content .review_name_wrapper {
      text-align: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 767px) {
        .section_review_archive .content .review_name_wrapper {
          margin-left: 15px; } }
    .section_review_archive .content .review_name {
      margin: 10px 0 15px;
      height: 16px;
      overflow-y: hidden; }
      @media (max-width: 767px) {
        .section_review_archive .content .review_name {
          height: 14px;
          font-size: 12px;
          text-transform: uppercase;
          margin: 7px 0 6px; } }
    .section_review_archive .content .excerpt {
      line-height: 20px;
      margin: 19px 0 20px;
      text-align: center;
      word-break: break-all; }
      @media (max-width: 767px) {
        .section_review_archive .content .excerpt {
          width: 100%;
          margin: 9px 0 21px;
          text-align: left; } }
    .section_review_archive .content .button {
      width: 120px; }
      @media (max-width: 767px) {
        .section_review_archive .content .button {
          -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
          margin: 0 auto; } }

.section_review_5col .review_item {
  width: 207px; }
  @media (max-width: 1255px) {
    .section_review_5col .review_item {
      width: 165px; } }
  @media (max-width: 1006px) {
    .section_review_5col .review_item {
      width: 207px;
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .section_review_5col .review_item {
      width: 100%;
      max-width: 400px; } }

.main {
  width: 66.12%;
  padding-right: 56px;
  padding-top: 65px; }
  @media (max-width: 1006px) {
    .main {
      width: 100%;
      padding-right: 0; } }
  @media (max-width: 767px) {
    .main {
      padding-top: 25px; } }
  .main .article + .section_title_block {
    margin-top: 20px; }
  .main .section_content_table {
    padding-top: 0; }
    .main .section_content_table > div {
      padding-left: 0px; }
    @media (max-width: 767px) {
      .main .section_content_table .table.bonuses_middle {
        margin-bottom: 20px; } }
    .main .section_content_table .table_cell_1 {
      padding-left: 19px;
      width: 297px; }
      @media (max-width: 1255px) and (min-width: 1007px) {
        .main .section_content_table .table_cell_1 {
          width: 237px;
          padding-left: 16px; } }
      @media (max-width: 767px) {
        .main .section_content_table .table_cell_1 {
          display: none; } }
    .main .section_content_table .table_cell_2 {
      width: 124px; }
      @media (max-width: 1255px) and (min-width: 1007px) {
        .main .section_content_table .table_cell_2 {
          width: 99px; } }
    .main .section_content_table .table_cell_3 {
      width: 165px; }
      @media (max-width: 1255px) and (min-width: 1007px) {
        .main .section_content_table .table_cell_3 {
          width: 117px; } }
    .main .section_content_table .table_cell_4 {
      width: auto; }
    .main .section_content_table .table_description_row td {
      padding-left: 0; }
    @media (max-width: 767px) {
      .main .section_content_table .table_bonus_mobile_block td {
        padding: 0 0 8px; }
      .main .section_content_table .table_bonus_mobile_block p {
        margin-bottom: 3px; }
      .main .section_content_table .table_bonus_mobile_block .table_row {
        padding: 15px 5px;
        border-bottom: none; }
      .main .section_content_table .table_bonus_mobile_block .table_bonus_mobile_middle {
        font-size: 15px;
        font-weight: 600; } }
    .main .section_content_table .t_and_c {
      font-size: 10px; }
  @media (max-width: 767px) {
    .main .section_content_table_bookmakers_middle {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .main .section_content_table_bookmakers_middle .table_row {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 20px 5px; } }
  @media (max-width: 767px) {
    .main .section_content_table_bookmakers_middle .name_cell {
      font-size: 13px; } }
  .main .section_content_table_bookmakers_middle .name_cell:hover .table_stars img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  @media (max-width: 767px) {
    .main .section_content_table_bookmakers_middle .table_stars img {
      width: 77px;
      height: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
  .main .section_content_table_bookmakers_middle .table_cell_1 {
    width: 253px; }
    @media (max-width: 1255px) {
      .main .section_content_table_bookmakers_middle .table_cell_1 {
        width: 211px; } }
    @media (max-width: 767px) {
      .main .section_content_table_bookmakers_middle .table_cell_1 {
        width: auto;
        display: table-cell; } }
  .main .section_content_table_bookmakers_middle .table_cell_2 {
    width: 256px; }
    @media (max-width: 1255px) {
      .main .section_content_table_bookmakers_middle .table_cell_2 {
        width: 181px; } }
    @media (max-width: 1255px) and (min-width: 1007px) {
      .main .section_content_table_bookmakers_middle .table_cell_2 {
        display: none; } }
  .main .section_content_table_bookmakers_middle .table_cell_3 {
    width: 175px; }
    @media (max-width: 1255px) {
      .main .section_content_table_bookmakers_middle .table_cell_3 {
        width: 123px; } }
  .main .section_content_table_bookmakers_middle .table_cell_4 {
    width: auto; }

.section_articles {
  padding: 0; }

.section.sidebar-right {
  border-top: 1px solid #f5f5f5; }

.articles .article {
  background: url("../img/dashed-silver.png") 0 100% repeat-x;
  padding: 65px 0 45px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }
  @media (max-width: 767px) {
    .articles .article {
      padding: 40px 0; } }
  .articles .article:first-child {
    padding-top: 0; }
  .articles .article:last-child {
    background: none; }
    @media (max-width: 767px) {
      .articles .article:last-child {
        background: url("../img/dashed-silver.png") 0 100% repeat-x; } }
  .articles .article .article_content {
    /* margin-top: 19px; */ }
    .articles .article .article_content h3, .articles .article .article_content .h3title {
      margin-top: 27px; }
    .articles .article .article_content a:not(.button) {
      color: #307fe2;
      text-decoration: underline; }
    .articles .article .article_content .section_button {
      color: #fff;
      text-decoration: none;
      margin-top: 42px; }
    .articles .article .article_content .article_name_cell {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 15px;
      margin: 25px 0 19px; }
      .articles .article .article_content .article_name_cell img {
        margin-right: 19px;
        margin-left: 0px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
      .articles .article .article_content .article_name_cell .title {
        text-decoration: none;
        color: #464950;
        font-weight: 700; }
      .articles .article .article_content .article_name_cell .title:hover {
        color: #0DAA5A; }
      .articles .article .article_content .article_name_cell:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
    .articles .article .article_content .article_buttons_cell {
      margin: 25px 0 63px; }
      .articles .article .article_content .article_buttons_cell .button {
        width: 108px;
        margin-left: 0;
        margin-right: 20px; }
    .articles .article .article_content .article_table_row a {
      color: #464950;
      text-decoration: none; }
    .articles .article .article_content .article_table_row .button {
      width: 108px; }
      @media (max-width: 1255px) {
        .articles .article .article_content .article_table_row .button {
          width: 95px; } }
      @media (max-width: 767px) {
        .articles .article .article_content .article_table_row .button {
          width: 89px; } }
    .articles .article .article_content .article_table_row .btn-green {
      color: #fff; }
    .articles .article .article_content .article_table_row .name_cell {
      width: 150px; }
      @media (max-width: 1255px) {
        .articles .article .article_content .article_table_row .name_cell {
          width: 135px;
          min-width: 135px; } }
    .articles .article .article_content ul {
      list-style-image: url("../img/ul_marker.svg");
      padding-left: 12px;
      line-height: 26px; }
      .articles .article .article_content ul li {
        padding-left: 8px; }
  .articles .article .button_block {
    margin-top: 45px;
    margin-bottom: 6px; }
    @media (max-width: 767px) {
      .articles .article .button_block {
        margin-bottom: 0;
        margin-top: 25px; } }
  .articles .article .button_image_block .button {
    top: 81px;
    left: 52px; }
    @media (max-width: 767px) {
      .articles .article .button_image_block .button {
        width: 140px;
        top: 15px;
        left: 0px; } }
  .articles .article .button {
    width: 170px;
    margin: 0 auto; }
  .articles .article .description {
    margin: 26px 0 0; }

.article img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto; }

.article .payment_block .payment_row {
  padding: 0 8px 17px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .article .payment_block .payment_row .payment_item a {
    text-decoration: none;
    color: #464950; }
  .article .payment_block .payment_row h4 {
    margin: 0; }

.article .payment_block .payment_item {
  width: 200px; }
  @media (max-width: 1255px) {
    .article .payment_block .payment_item {
      width: 160px; } }
  .article .payment_block .payment_item img {
    margin-left: 0; }

.accordeon_section {
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .accordeon_section#section_rating {
      padding-bottom: 0; } }
  .accordeon_section .section_title_block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .accordeon_section .section_title_block .title {
      margin-bottom: 0; }
  .accordeon_section .title_right_block {
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .accordeon_section .title_right_block .rating_stars_block {
      margin-right: 17px; }
      @media (max-width: 767px) {
        .accordeon_section .title_right_block .rating_stars_block {
          display: none; } }
      @media (max-width: 767px) {
        .accordeon_section .title_right_block .rating_stars_block + span {
          display: none; } }
    .accordeon_section .title_right_block .accordeon_trigger {
      margin-left: 20px;
      font-size: 20px;
      color: #464950; }
      .accordeon_section .title_right_block .accordeon_trigger:hover {
        color: #0DAA5A; }

.accordeon_faq .accordeon_row {
  margin-top: 40px;
  border-bottom: 1px solid #f5f5f5; }
  @media (max-width: 767px) {
    .accordeon_faq .accordeon_row {
      margin-top: 10px; } }

.accordeon_faq .accordeon_header {
  padding: 7px 0; }
  @media (max-width: 767px) {
    .accordeon_faq .accordeon_header {
      padding: 15px 5px; } }
  .accordeon_faq .accordeon_header .accordeon_trigger {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #464950; }
    .accordeon_faq .accordeon_header .accordeon_trigger .fa {
      font-size: 20px;
      margin-right: 50px; }
      @media (max-width: 767px) {
        .accordeon_faq .accordeon_header .accordeon_trigger .fa {
          margin-right: 33px;
          margin-left: 10px; } }
    .accordeon_faq .accordeon_header .accordeon_trigger:hover {
      color: #0DAA5A; }

.accordeon_faq .accordeon_content {
  padding-top: 4px;
  font-size: 14px; }
  @media (max-width: 767px) {
    .accordeon_faq .accordeon_content {
      display: none;
      padding: 4px 5px 0; } }

.accordeon_faq .section_button {
  margin-top: 30px;
  margin-bottom: 10px; }

.accordeon_header {
  padding-bottom: 20px; }

.accordeon_row.opened .fa {
  color: #28ce7a; }

.accordeon_content {
  padding: 45px 0 0px;
  border-top: 1px solid #f5f5f5;
  display: none; }
  .accordeon_content.opened {
    display: block; }
  .accordeon_content .section_button {
    margin-top: 10px;
    margin-bottom: 30px; }

.tabs {
  width: 100%; }

.tabs_header {
  width: 100%; }

.tab_switcher {
  width: 50%;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 18px;
  color: #989ba1;
  border-bottom: 2px solid #f5f5f5; }
  @media (max-width: 767px) {
    .tab_switcher {
      font-size: 13px; } }
  .tab_switcher.active {
    color: #464950;
    border-color: #22c672; }

.tabs_content {
  padding: 20px 0 0; }
  .tabs_content .list_style_round {
    margin: 20px 0; }
  .tabs_content .tab_content {
    display: none; }
    .tabs_content .tab_content.active {
      display: block; }
      .tabs_content .tab_content.active.flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }

.content_scores {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.scores_header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-bottom: 9px;
  padding: 0 15px;
  border-radius: 5px;
  background-color: #f5f5f5; }
  .scores_header .scores_header_title {
    font-size: 15px;
    font-weight: 700;
    margin: 0; }
  .scores_header .scores_header_stars_block {
    font-size: 13px;
    font-weight: 600; }
    .scores_header .scores_header_stars_block span {
      margin-left: 15px; }

.scores_item {
  width: 320px;
  padding: 20px 0;
  margin-bottom: 15px; }
  @media (max-width: 1255px) {
    .scores_item {
      width: 256px;
      padding: 16px 0; } }
  @media (max-width: 1006px) {
    .scores_item {
      margin: 0 auto 15px; } }
  @media (max-width: 767px) {
    .scores_item {
      width: 308px; } }
  .scores_item .title {
    font-size: 15px;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .scores_item .title img {
      margin-left: 3px;
      display: block; }
  .scores_item .scores_number {
    font-weight: 600; }

.scores_item_text {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px; }

.scores_lines {
  padding: 3px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.scores_line {
  width: 54px;
  height: 7px; }
  .scores_line .scores_line_color {
    width: 100%;
    margin-top: 2px;
    height: 3px;
    background-color: #e2e2e2;
    border-radius: 2px; }
  @media (max-width: 1255px) {
    .scores_line {
      width: 43px; } }
  @media (max-width: 767px) {
    .scores_line {
      width: 54px; } }
  .scores_line.active .scores_line_color, .scores_line.hover .scores_line_color {
    background-color: #ffc62b; }

.section_leave_review .scores_line {
  cursor: pointer; }

.services_block {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
  grid-column-gap: 10px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .services_block .services_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-evenly;
    /*justify-content: flex-end;*/
    /*-webkit-box-align: center;*/
    -ms-flex-align: center;
    align-items: center;
    width: 106px;
    height: 100px;
    padding: 5px 5px;
    border-radius: 11px;
    border: 2px solid #cdced2;
    margin-bottom: 13px; }
    .services_block .services_item.active {
      border-color: #28ce7a; }
  .services_block .service_icon {
    /*margin-bottom: 12px; */
  }

.services_item .service_title {
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.3s ease;
  text-align: center;
}

a.services_item:hover .service_icon {
  transform: scale(1.3);
  transition: transform 0.3s ease;
}


a.services_item:hover .service_title {
  border-bottom: 2px solid #28ce7a;
}

a.service_icon {
  transition: transform 0.3s ease;
}

a.service_icon:hover {
  transform: scale(1.3);
}


.services_block_grid {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  /*align-items: stretch;*/
  -ms-flex-wrap: wrap;
  /*flex-wrap: wrap; */
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.services_block_grid .services_item_mini {
  aspect-ratio: 1 / 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  /*justify-content: flex-end;*/
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px 5px;
  border-radius: 5px;
  border: 2px solid #cdced2;
  /*margin-bottom: 5px;*/
  font-size: 0.7em;
  text-align: center;
  color: silver;
}
.services_block_grid .services_item_mini.active {
  border-color: #28ce7a;
  color: black;
}

.services_block_grid .service_icon_mini {
  margin-bottom: 6px;
  width: 38%;
  height: 38%;
}

.payment_block .payment_row {
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 28px 28px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .payment_block .payment_row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0;
      margin: 0;
      border-bottom: 0; } }

.payment_block .payment_item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .payment_block .payment_item img {
    margin-right: 9px;
    max-width: 40px;
    max-height: 40px; }
  @media (max-width: 767px) {
    .payment_block .payment_item {
      padding: 18px 20px 15px;
      width: 100%;
      border-bottom: 1px solid #f5f5f5; }
      .payment_block .payment_item img {
        margin-right: 19px; } }

.payment_block .payment_name {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #464950;
  font-size: 15px;
  font-weight: 700; }
  @media (max-width: 767px) {
    .payment_block .payment_name {
      width: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .payment_block .payment_name i {
    margin-left: 6px;
    color: #cdced2; }
    @media (max-width: 767px) {
      .payment_block .payment_name i {
        font-size: 20px; } }
  .payment_block .payment_name:hover {
    color: #28ce7a; }
    .payment_block .payment_name:hover i {
      color: #28ce7a; }

.comment_section_header_block {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 70px; }
  @media (max-width: 767px) {
    .comment_section_header_block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      margin-bottom: 29px; } }
  .comment_section_header_block .sort_block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767px) {
      .comment_section_header_block .sort_block {
        margin-top: 30px;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .comment_section_header_block .sort_block span {
      margin-right: 17px;
      font-size: 15px; }
      @media (max-width: 767px) {
        .comment_section_header_block .sort_block span {
          margin-right: 5px; } }
    .comment_section_header_block .sort_block select {
      width: 175px;
      padding: 10px 35px 10px 15px;
      border-radius: 5px;
      border: 1px solid #cdced2;
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url("../img/dropdown_arrow.svg") calc(100% - 15px) 50% no-repeat; }
      @media (max-width: 767px) {
        .comment_section_header_block .sort_block select {
          width: 260px; } }
  .comment_section_header_block .button {
    width: auto;
    padding: 0 22px; }
    @media (max-width: 767px) {
      .comment_section_header_block .button {
        font-size: 15px;
        width: 100%; } }

.comment_item {
  margin-bottom: 40px;
  padding-bottom: 45px;
  border-bottom: 1px solid #f5f5f5; }
  @media (max-width: 767px) {
    .comment_item {
      margin-bottom: 30px;
      padding-bottom: 27px; } }
  .comment_item:last-child {
    margin-bottom: 30px; }
  .comment_item.opened > .comment_footer .comment_responses .fa, .comment_item.opened > .comment_footer .comment_responses .text {
    color: #28ce7a; }
  .comment_item.opened > .comment_footer .comment_responses .fa {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg); }
  .comment_item.opened > .sub_comment_item {
    display: block; }

.sub_comment_item {
  display: none;
  margin-bottom: 0;
  border-bottom: none;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 0;
  background: url("../img/dashed-silver.png") 0 0 repeat-x; }
  @media (max-width: 767px) {
    .sub_comment_item {
      display: block; } }
  .sub_comment_item:last-child {
    margin-bottom: 0px; }
  @media (max-width: 767px) {
    .sub_comment_item .comment_header {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .sub_comment_item .comment_user_block img {
    margin-right: 9px;
    width: 40px;
    height: 40px;
    border-radius: 50%; }
  .sub_comment_item .subcoment_parent_block {
    color: #989ba1;
    font-size: 15px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .sub_comment_item .subcoment_parent_block {
        padding-left: 20px;
        margin-top: 13px;
        width: 100%; } }

.comment_header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .comment_header .rating_block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600; }
    @media (max-width: 767px) {
      .comment_header .rating_block {
        padding-bottom: 10px; } }
    .comment_header .rating_block .rating_stars {
      margin-right: 17px; }
      @media (max-width: 767px) {
        .comment_header .rating_block .rating_stars .star {
          font-size: 15px;
          width: 16px; } }

.comment_user_block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px; }
  .comment_user_block img {
    display: block; }
  .comment_user_block .user_avatar_arrow {
    margin-right: 10px; }
  .comment_user_block img {
    margin-right: 16px;
    width: 50px;
    height: 50px;
    border-radius: 50%; }
  .comment_user_block p {
    margin: 0; }
  .comment_user_block .name {
    font-weight: 700;
    margin-bottom: 2px; }

.comment_text {
  font-size: 14px;
  line-height: 20px;
  padding: 23px 0; }
  @media (max-width: 767px) {
    .comment_text {
      padding: 15px 0; } }
  .comment_text > p {
    margin: 0; }

.comment_short > p {
  max-height: 102px;
  overflow-y: hidden;
  -webkit-transition: max-height .15s ease-in;
  -o-transition: max-height .15s ease-in;
  transition: max-height .15s ease-in; }

.comment_short.opened > p {
  max-height: 9999px;
  -webkit-transition: max-height 1.3s ease-in;
  -o-transition: max-height 1.3s ease-in;
  transition: max-height 1.3s ease-in; }

.comment_short.opened .show_more {
  display: none; }

.comment_short.opened .show_less {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.comment_short .show_more, .comment_short .show_less {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer; }

.comment_short .show_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -20px;
  padding: 30px 0 0;
  background-color: rgba(255, 255, 255, 0.7); }

.comment_short .show_less {
  display: none;
  position: static;
  padding-top: 9px; }

.comment_full .show_more, .comment_full .show_less {
  display: none; }

.comment_footer {
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.comment_actions .action_item {
  padding: 0 30px;
  height: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 2px solid #f5f5f5; }
  .comment_actions .action_item img {
    display: block;
    margin-right: 14px; }
  .comment_actions .action_item.like, .comment_actions .action_item.dislike {
    font-size: 18px; }
  .comment_actions .action_item.like {
    color: #307fe2; }
  .comment_actions .action_item.dislike {
    color: #e04e39; }
  .comment_actions .action_item.reply {
    font-size: 15px; }
  .comment_actions .action_item:first-child {
    padding-left: 10px;
    border-left: none; }

.comment_responses, .comment_short .show_more, .comment_short .show_less {
  font-size: 15px;
  font-weight: 600; }
  .comment_responses img, .comment_short .show_more img, .comment_short .show_less img {
    margin-right: 10px;
    display: block; }
  .comment_responses .text, .comment_short .show_more .text, .comment_short .show_less .text {
    color: #464950;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s; }
  .comment_responses .fa, .comment_short .show_more .fa, .comment_short .show_less .fa {
    font-size: 20px;
    line-height: 8px;
    color: #cdced2;
    margin-left: 7px; }
  .comment_responses .response, .comment_short .show_more .response, .comment_short .show_less .response {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .comment_responses:hover .fa, .comment_responses:hover .text, .comment_short .show_more:hover .fa, .comment_short .show_more:hover .text, .comment_short .show_less:hover .fa, .comment_short .show_less:hover .text {
    color: #28ce7a; }

@media (max-width: 767px) {
  .comment_responses {
    display: none; } }

.section_leave_review.comment-respond {
  margin-top: 0;
  display: none; }

.section_leave_review .comment_header {
  margin-bottom: 28px;
  padding: 0 9px; }
  @media (max-width: 767px) {
    .section_leave_review .comment_header {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .section_leave_review .comment_header .rating_block {
      width: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .section_leave_review .comment_header .rating_stars_block {
    margin-right: 25px; }
  .section_leave_review .comment_header .rating_text_block {
    font-size: 15px;
    font-weight: 400; }
    .section_leave_review .comment_header .rating_text_block span {
      font-weight: 600; }
  .section_leave_review .comment_header .star-rating .star-empty {
    color: #cdced2; }

.section_leave_review .textarea_notice {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.43px;
  color: #989ba1; }
  @media (max-width: 767px) {
    .section_leave_review .textarea_notice {
      margin-top: 5px; } }

.section_leave_review textarea {
  margin-bottom: 17px; }

.section_leave_review .form_checkboxes_block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px; }
  .section_leave_review .form_checkboxes_block a {
    color: #307fe2; }
  .section_leave_review .form_checkboxes_block label {
    margin-bottom: 20px;
    cursor: pointer;
    position: relative; }
  .section_leave_review .form_checkboxes_block input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
    .section_leave_review .form_checkboxes_block input + .checkbox_text_block:before {
      content: '';
      display: block;
      width: 15px;
      height: 15px;
      min-width: 15px;
      margin-right: 9px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 3px;
      border: 1px solid #cdced2;
      cursor: pointer; }
    .section_leave_review .form_checkboxes_block input:checked + .checkbox_text_block:before {
      border: none;
      background-color: #0daa5a;
      background-image: url("../img/checkbox_mark.svg");
      background-position: center;
      background-repeat: no-repeat; }

.section_leave_review .google_captcha_block {
  width: 300px;
  height: 75px;
  border: 1px solid silver;
  margin: 5px 0 36px; }

.section_leave_review .form-submit {
  margin-top: 0;
  margin-bottom: 0; }
  .section_leave_review .form-submit .button {
    padding: 0 16px;
    width: auto; }

.comment-respond {
  margin-top: 40px; }
  .comment-respond .close_reply_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    height: 13px;
    width: 13px;
    line-height: 13px;
    font-size: 30px;
    color: #E2231A;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg); }
  .comment-respond textarea {
    display: block;
    width: 100%;
    height: 130px;
    color: #474747;
    font-size: 13px;
    line-height: 20px;
    padding: 22px;
    border-radius: 5px;
    border: 1px solid #cdced2; }
  .comment-respond .button {
    margin-left: auto;
    margin-right: auto; }

.comment_login_section {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5); }
  .comment_login_section.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.comment_login_block {
  width: 100%;
  height: 100%;
  max-width: 450px;
  max-height: 450px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 7px;
  box-shadow: 0px 0px 7px;
  padding: 15px; }

.comment_login_block .tab_content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.comment_login_block form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 50px; }

.comment_login_block .comment-login-input,
.comment_login_block .comment-login-submit {
  color: #474747;
  font-size: 13px;
  line-height: 20px;
  padding: 12px 22px;
  border-radius: 5px;
  border: 1px solid #cdced2;
  margin-bottom: 20px;
  width: 200px; }

.comment_login_block .comment-login-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }

.comment-login-p {
  margin-top: 0;
  margin-bottom: 20px;
  width: 200px; }

.comment_login_block .comment-login-checkbox {
  margin-right: 10px; }

.comment_login_block .comment-login-submit {
  font-weight: bold;
  color: #fff; }

/* SIDEBAR */
.sidebar {
  width: 33.87%;
  border-left: 1px solid #f5f5f5;
  padding-top: 15px;
  padding-left: 36px; }
  @media (max-width: 1006px) {
    .sidebar {
      padding-left: 0;
      width: 100%;
      border-left: none; } }
  .sidebar .sidebar_widget {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: url("../img/dashed-silver.png") 0 100% repeat-x;
    padding: 48px 0 50px; }
    @media (max-width: 767px) {
      .sidebar .sidebar_widget {
        padding-top: 40px; } }
    .sidebar .sidebar_widget:last-child {
      background: none; }
    .sidebar .sidebar_widget .button_block {
      width: 100%;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-top: 33px; }
      @media (max-width: 767px) {
        .sidebar .sidebar_widget .button_block {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .sidebar .sidebar_widget .button_block .button {
        margin: 0; }
  .sidebar .widget_content {
    margin-top: 10px; }
  .sidebar .widget_posts_archive .post_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0 20px 28px;
    border-bottom: 1px solid #e6e6e6; }
    @media (max-width: 767px) {
      .sidebar .widget_posts_archive .post_item {
        padding: 20px 5px; } }
    .sidebar .widget_posts_archive .post_item:last-child {
      border-bottom: none; }
  .sidebar .widget_posts_archive .image_block {
    min-width: 112px;
    width: 112px;
    margin-right: 13px; }
    .sidebar .widget_posts_archive .image_block img {
      width: 100%;
      height: auto;
      display: block; }
  .sidebar .widget_posts_archive .post_item_excerpt {
    margin: 3px 0; }
  .sidebar .widget_posts_archive .post_item_title, .sidebar .widget_posts_archive .h3post_item_title {
    font-size: 15px;
    line-height: 18px;
    margin: 0; }
  .sidebar .widget_posts_archive .post_item_readmore {
    font-size: 13px; }
    .sidebar .widget_posts_archive .post_item_readmore img {
      height: 9px;
      width: auto; }
  .sidebar table.widget_rows {
    width: 100%; }
  .sidebar .widget_rows .widget_row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 25px;
    border-bottom: 1px solid #f5f5f5; }
    @media (max-width: 1255px) {
      .sidebar .widget_rows .widget_row {
        padding: 25px 15px; } }
    .sidebar .widget_rows .widget_row:last-child {
      border-bottom: none; }
  .sidebar .widget_rows .right {
    font-size: 15px;
    line-height: 20px;
    text-align: right; }
    @media (max-width: 1255px) {
      .sidebar .widget_rows .right {
        font-size: 13px; } }
  .sidebar .widget_rows .m_images {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .sidebar .widget_rows .m_images img {
      display: block;
      margin: 0 17px; }
      .sidebar .widget_rows .m_images img:first-child {
        margin-left: 0; }
      .sidebar .widget_rows .m_images img:last-child {
        margin-right: 0; }
  .sidebar .sidebar_widget_rows .section_button {
    width: auto;
    padding-left: 12px;
    padding-right: 12px; }

/* ARTICLE */
@media (max-width: 767px) {
  .post_content_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.post_content_section {
  padding-bottom: 55px;
  border: 1px solid #ebebeb; }
  @media (max-width: 767px) {
    .post_content_section {
      padding-bottom: 25px; } }

.post_archive_section {
  padding-bottom: 51px; }

.social_sidebar {
  width: 128px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 1006px) {
    .social_sidebar {
      width: 75px; } }
  @media (max-width: 767px) {
    .social_sidebar {
      width: 100%; } }

@media (max-width: 767px) {
  .social_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.social_icons a {
  display: block;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .social_icons a {
      margin: 0 15px; } }
  .social_icons a:last-child {
    margin-bottom: 0; }

.social_icons img {
  display: block; }

.post_main_content {
  width: calc(100% - 128px);
  padding-right: 128px; }
  @media (max-width: 1006px) {
    .post_main_content {
      width: calc(100% - 75px);
      padding-right: 75px; } }
  @media (max-width: 767px) {
    .post_main_content {
      width: 100%;
      padding-right: 0; } }
  .post_main_content .section_title_block {
    margin-bottom: 16px; }
    @media (max-width: 1006px) {
      .post_main_content .section_title_block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .post_main_content .section_title_block .post_title, .post_main_content .section_title_block .h2post_title {
          margin-bottom: 20px; } }
  @media (max-width: 1006px) {
    .post_main_content .post_heading {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.sidebar-right .post_main_content {
  padding-right: 0; }
  @media (max-width: 1006px) {
    .sidebar-right .post_main_content {
      padding-right: 0px; } }

.post_content,
.author_text {
  line-height: 20px; }
  @media (max-width: 767px) {
    .post_content,
    .author_text {
      font-size: 14px; } }

.post_content ul {
  list-style-image: url("../img/ul_marker.svg");
  padding-left: 12px;
  line-height: 26px; }
  .post_content ul li {
    padding-left: 8px; }

.post_content .article_table_row .name_cell {
  width: 150px; }

.post_content .article_table_row .star-rating {
  height: 16px;
  margin-right: 5px; }

.post_content .article_table_row .star {
  font-size: 16px;
  width: 17px; }

.post_content .article_table_row .two_buttons_h_cell a:first-child {
  margin-right: 15px; }

.post_author {
  margin-top: 40px;
  padding-left: 18px; }
  @media (max-width: 767px) {
    .post_author {
      margin-top: 26px;
      padding-left: 0; } }

.post_bonuses .post_author,
.post_bookmakers .post_author {
  margin-bottom: 55px;
  padding-right: 55px; }
  @media (max-width: 767px) {
    .post_bonuses .post_author,
    .post_bookmakers .post_author {
      margin-bottom: 25px;
      padding-right: 0px; } }

.post_author_heading {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.46px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 28px; }
  @media (max-width: 767px) {
    .post_author_heading {
      margin-bottom: 19px; } }
  .post_author_heading .line {
    margin-top: 9px;
    margin-left: 16px;
    height: 1px;
    background-color: #eee;
    width: 100%; }

.post_author_content {
  padding-left: 19px; }
  @media (max-width: 767px) {
    .post_author_content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 0; } }
  .post_author_content .img_block {
    min-width: 100px;
    width: 100px;
    height: 100px;
    margin-right: 29px; }
    .post_author_content .img_block img {
      width: 100%;
      height: auto;
      border-radius: 50%; }

.author_name {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 22px; }
  @media (max-width: 767px) {
    .author_name {
      margin-top: 15px;
      font-size: 18px; } }

.author_text {
  margin: 0; }

.content_single_promotions .post_content_section {
  padding-top: 0;
  padding-bottom: 0; }

.content_single_promotions .post_content_wrapper {
  padding-bottom: 43px; }

.content_single_promotions .main {
  padding-top: 29px; }

.content_single_promotions .breadcrumbs {
  border-bottom: 0; }

.content_single_promotions .sidebar .sidebar_widget:first-child {
  padding-top: 14px; }

.content_single_promotions .post_heading {
  margin-bottom: 23px; }

.content_single_promotions .content_single_promotion_image {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto 23px; }

.content_single_promotions .post_content {
  color: #989ba1; }
  .content_single_promotions .post_content .image_block {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px; }
    .content_single_promotions .post_content .image_block img {
      display: block;
      margin: 0 auto; }
  .content_single_promotions .post_content .social_icons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .content_single_promotions .post_content .social_icons a {
      margin: 0 15px; }

.content_single_promotions .author_name {
  font-size: 18px; }

.content_single_promotions .author_text {
  color: #989ba1; }

@media (max-width: 767px) {
  .content_single_promotions .sidebar {
    display: none; } }

/* PAGE WITH BANNER */
.page_w_banner .content_wrapper {
  position: relative; }

.page_w_banner .breadcrumbs_wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0; }

.page_w_banner .breadcrumbs {
  border-color: rgba(255, 255, 255, 0.2); }
  .page_w_banner .breadcrumbs .breadcrumbs_link, .page_w_banner .breadcrumbs .breadcrumbs_separator {
    color: #fff; }
  .page_w_banner .breadcrumbs .breadcrumbs_link:hover {
    text-decoration: underline; }

/* FOOTER */
.footer {
  background-image: -webkit-gradient(linear, left top, right top, from(#1d1d1d), to(#323232));
  background-image: -webkit-linear-gradient(left, #1d1d1d 0%, #323232 100%);
  background-image: -o-linear-gradient(left, #1d1d1d 0%, #323232 100%);
  background-image: linear-gradient(to right, #1d1d1d 0%, #323232 100%);
  color: #fff; }
  .footer img {
    display: block; }
  .footer .footer_top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 80px 0 50px; }
    @media (max-width: 1006px) {
      .footer .footer_top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 28px 0 15px; } }
    .footer .footer_top .text {
      width: 340px;
      margin-top: 16px;
      margin-bottom: 28px;
      opacity: 0.6;
      font-size: 12px;
      line-height: 20px; }
      @media (max-width: 1006px) {
        .footer .footer_top .text {
          width: 100%; } }
    .footer .footer_top .images {
      width: 360px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 1006px) {
        .footer .footer_top .images {
          width: 100%;
          -ms-flex-pack: distribute;
          justify-content: space-around; } }
    @media (max-width: 1006px) {
      .footer .footer_top .footer_3cols {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin: 0 0 25px; } }
    @media (max-width: 1006px) {
      .footer .footer_top .footer_3cols .footer_column {
        margin: 0 0 20px;
        width: auto; } }
  .footer .footer_bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 51px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 1006px) {
      .footer .footer_bottom {
        padding: 24px 20px; } }
    @media (max-width: 767px) {
      .footer .footer_bottom {
        padding: 24px 0; } }
    .footer .footer_bottom .copyright {
      margin: 0;
      font-weight: 600; }
      @media (max-width: 1006px) {
        .footer .footer_bottom .copyright {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          width: 100%;
          margin-top: 25px;
          opacity: .6;
          font-weight: 400;
          text-align: center; } }
    @media (max-width: 1006px) {
      .footer .footer_bottom .footer_3cols {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%; } }
    .footer .footer_bottom .footer_3cols li {
      list-style: none;
      margin: 0;
      padding: 0; }
      .footer .footer_bottom .footer_3cols li:last-child .footer_column {
        margin-right: 0; }
    .footer .footer_bottom .footer_3cols .footer_column {
      margin-right: 28px; }
      @media (max-width: 1006px) {
        .footer .footer_bottom .footer_3cols .footer_column {
          margin: 0;
          width: auto; } }
    .footer .footer_bottom a {
      color: #ffffff;
      font-weight: 600; }
      @media (max-width: 767px) {
        .footer .footer_bottom a {
          font-size: 11px; } }
  .footer .footer_column {
    width: 160px;
    margin: 0 28px; }
    .footer .footer_column:last-child {
      margin-right: 0; }
    .footer .footer_column h4.title, .footer .footer_column .h4title {
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-top: 0;
      margin-bottom: 18px;
      color: #fff; }
      @media (max-width: 1006px) {
        .footer .footer_column h4.title, .footer .footer_column .h4title {
          font-size: 13px;
          padding: 8px 40px 8px 5px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2);
          position: relative;
          cursor: pointer;
          margin-bottom: 0; }
          .footer .footer_column h4.title:after, .footer .footer_column .h4title:after {
            content: '\f107';
            display: block;
            position: absolute;
            right: 26px;
            top: calc(50% - 12px);
            font-family: 'FontAwesome';
            font-weight: 400;
            font-size: 16px; }
          .footer .footer_column h4.title.opened:after, .footer .footer_column .h4title.opened:after {
            content: '\f106'; } }
    @media (max-width: 1006px) {
      .footer .footer_column .footer_menu, .footer .footer_column .menu {
        overflow-y: hidden;
        max-height: 0;
        -webkit-transition: max-height 0.5s ease;
        -o-transition: max-height 0.5s ease;
        transition: max-height 0.5s ease; }
      .footer .footer_column.opened .footer_menu, .footer .footer_column.opened .menu {
        max-height: 1000px; } }
    .footer .footer_column li {
      margin-bottom: 9px; }
      @media (max-width: 1006px) {
        .footer .footer_column li {
          margin-bottom: 0;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
      .footer .footer_column li a {
        opacity: 0.6;
        color: #ffffff;
        line-height: 20px; }
        @media (max-width: 1006px) {
          .footer .footer_column li a {
            display: block;
            font-size: 12px;
            padding: 15px 20px;
            opacity: 1; } }

/* STICKY BAR */
.sticky_bar_bottom {
  padding: 30px 0;
  height: 100px;
  position: fixed;
  bottom: 0;
  width: 100%;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000; }
  .sticky_bar_bottom .sticky_content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
  .sticky_bar_bottom .sticky_title {
    margin: 0;
    color: #ffffff;
    font-size: 36px;
    line-height: 20px;
    text-transform: uppercase; }
  .sticky_bar_bottom .button {
    width: 350px; }
  .sticky_bar_bottom .sticky_close {
    position: absolute;
    top: 16px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    height: 13px;
    width: 13px;
    line-height: 13px;
    font-size: 30px;
    color: #fff;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    opacity: .32; }

.overlay {
  z-index: 100;
  position: fixed;
  background-color: #292929;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none; }
  @media (max-width: 1006px) {
    .overlay {
      display: none !important; } }

.popup_error_message {
  position: fixed;
  top: calc(50% - 35px);
  left: calc(50% - 150px);
  width: 300px;
  height: 70px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px;
  box-shadow: 0px 0px 6px;
  z-index: 999; }

/* MOBILE */
.banner_post_mobile .banner_content {
  padding-top: 60px;
  height: auto; }
  @media (max-width: 1255px) {
    .banner_post_mobile .banner_content {
      padding-top: 48px; } }
  @media (max-width: 1006px) {
    .banner_post_mobile .banner_content {
      padding-top: 38px;
      padding-bottom: 0; } }
  .banner_post_mobile .banner_content .mobile_terms img {
    margin: 0 10px 0 0;
    height: 24px;
    width: 24px;}
    @media (max-width: 1006px) {
      .banner_post_mobile .banner_content .mobile_terms img {
        height: 17px;
        width: 17px; } }

@media (max-width: 1255px) {
  .banner_post_mobile .banner_content_left {
    max-width: 400px; } }

@media (max-width: 1006px) {
  .banner_post_mobile .banner_content_left {
    max-width: 320px; } }

@media (max-width: 767px) {
  .banner_post_mobile .banner_content_left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; } }

.banner_post_mobile .mobile_logo {
  max-height: 41px;
  height: auto;
  width: auto;
  margin-top: 20px; }
  @media (max-width: 1255px) {
    .banner_post_mobile .mobile_logo {
      margin-top: 16px;
      max-height: 32px; } }
  @media (max-width: 1006px) {
    .banner_post_mobile .mobile_logo {
      margin-top: 12px;
      max-height: 26px; } }
  @media (max-width: 767px) {
    .banner_post_mobile .mobile_logo {
      max-height: 41px;
      margin-top: 16px; } }

.banner_post_mobile h1.title {
  font-size: 36px; }
  @media (max-width: 1255px) {
    .banner_post_mobile h1.title {
      font-size: 28px; } }
  @media (max-width: 1006px) {
    .banner_post_mobile h1.title {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .banner_post_mobile h1.title {
      font-size: 32px; } }

.banner_post_mobile .app_links {
  width: 100%;
  margin-top: 15px; }
  @media (max-width: 1006px) {
    .banner_post_mobile .app_links {
      margin-top: 12px; } }
  @media (max-width: 767px) {
    .banner_post_mobile .app_links {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.banner_post_mobile .app_link {
  display: block; }
  .banner_post_mobile .app_link:first-child {
    margin-right: 30px; }
    @media (max-width: 1255px) {
      .banner_post_mobile .app_link:first-child {
        margin-right: 24px; } }
    @media (max-width: 1006px) {
      .banner_post_mobile .app_link:first-child {
        margin-right: 19px; } }
  .banner_post_mobile .app_link img {
    width: 165px;
    height: auto; }
    @media (max-width: 1255px) {
      .banner_post_mobile .app_link img {
        width: 148px; } }
    @media (max-width: 1006px) {
      .banner_post_mobile .app_link img {
        width: 118px; } }
    @media (max-width: 767px) {
      .banner_post_mobile .app_link img {
        width: 135px; } }

.banner_post_mobile .mobile_terms {
  margin: 30px 0 17px; }
  .banner_post_mobile .mobile_terms a {
    color: #fff;
    margin-right: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1006px) {
      .banner_post_mobile .mobile_terms a {
        margin-right: 10px;
        font-size: 12px; } }
    @media (max-width: 767px) {
      .banner_post_mobile .mobile_terms a {
        font-size: 11px; } }
  @media (max-width: 1006px) {
    .banner_post_mobile .mobile_terms {
      margin: 24px 0 12px; } }

.banner_post_mobile .banner_content_right {
  -ms-flex-item-align: end;
  align-self: flex-end; }
  @media (max-width: 767px) {
    .banner_post_mobile .banner_content_right {
      display: none; } }
  .banner_post_mobile .banner_content_right img {
    max-width: 666px;
    max-height: 300px;
    display: block; }
    @media (max-width: 1255px) {
      .banner_post_mobile .banner_content_right img {
        max-width: 532px;
        max-height: 240px; } }
    @media (max-width: 1006px) {
      .banner_post_mobile .banner_content_right img {
        max-width: 425px;
        max-height: 192px; } }

.post_mobile h2, .post_mobile .h2title {
  font-size: 26px;
  text-transform: none; }
  @media (max-width: 1255px) {
    .post_mobile h2, .post_mobile .h2title {
      font-size: 22px; } }
  .post_mobile h2 .fwn, .post_mobile .h2title .fwn {
    font-weight: normal; }

@media (max-width: 1255px) {
  .post_mobile .accordeon_section .title_right_block {
    min-width: 265px; } }

@media (max-width: 767px) {
  .post_mobile .accordeon_section .title_right_block {
    min-width: auto; } }

.post_mobile .main {
  padding-right: 56px; }
  @media (max-width: 1255px) {
    .post_mobile .main {
      padding-right: 45px; } }
  @media (max-width: 1006px) {
    .post_mobile .main {
      padding-right: 0; } }
  .post_mobile .main section, .post_mobile .main article, .post_mobile .main .article {
    padding-right: 0; }

.post_mobile .sidebar .widget_title {
  font-size: 22px; }

.post_mobile .sidebar .widget_rows_leftright .widget_row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.post_mobile .sidebar .m_images a {
  margin-right: 20px; }
  .post_mobile .sidebar .m_images a:last-child {
    margin-right: 0; }

.mobile_app_screenshots {
  padding: 30px 0 40px; }
  .mobile_app_screenshots h2 {
    text-align: center; }

.screenshot_slider_wrapper {
  margin-top: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .screenshot_slider_wrapper .slider_nav {
    cursor: pointer;
    min-width: 70px; }
    @media (max-width: 1006px) {
      .screenshot_slider_wrapper .slider_nav {
        min-width: 45px; } }
    @media (max-width: 767px) {
      .screenshot_slider_wrapper .slider_nav {
        display: none; } }
    @media (max-width: 1006px) {
      .screenshot_slider_wrapper .slider_nav img {
        width: 100%;
        height: auto; } }
  .screenshot_slider_wrapper .slider_content {
    width: 910px; }
    @media (max-width: 1255px) {
      .screenshot_slider_wrapper .slider_content {
        width: 600px; } }
    @media (max-width: 1006px) {
      .screenshot_slider_wrapper .slider_content {
        width: 500px; } }
    @media (max-width: 767px) {
      .screenshot_slider_wrapper .slider_content {
        width: 100%; } }
    .screenshot_slider_wrapper .slider_content .slider_item .slide_content_wrapper {
      height: 500px; }
      @media (max-width: 1006px) {
        .screenshot_slider_wrapper .slider_content .slider_item .slide_content_wrapper {
          height: 400px; } }
      @media (max-width: 767px) {
        .screenshot_slider_wrapper .slider_content .slider_item .slide_content_wrapper {
          height: 500px; } }
      .screenshot_slider_wrapper .slider_content .slider_item .slide_content_wrapper img {
        max-height: 500px;
        width: auto;
        max-width: 231px; }
        @media (max-width: 1006px) {
          .screenshot_slider_wrapper .slider_content .slider_item .slide_content_wrapper img {
            max-height: 400px;
            width: auto; } }
        @media (max-width: 767px) {
          .screenshot_slider_wrapper .slider_content .slider_item .slide_content_wrapper img {
            max-height: 500px; } }
    .screenshot_slider_wrapper .slider_content .slider_item .slide_content {
      margin: 0 auto;
      border-radius: 20px;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      position: relative; }
    .screenshot_slider_wrapper .slider_content .slider_item .text_block {
      position: absolute;
      top: 0;
      width: 100%;
      text-align: center; }
    .screenshot_slider_wrapper .slider_content .slider_item .item_title {
      font-size: 24px;
      margin-bottom: 0; }
      @media (max-width: 1006px) {
        .screenshot_slider_wrapper .slider_content .slider_item .item_title {
          font-size: 19px; } }
      @media (max-width: 767px) {
        .screenshot_slider_wrapper .slider_content .slider_item .item_title {
          font-size: 24px; } }
    .screenshot_slider_wrapper .slider_content .slider_item .item_description {
      font-size: 14px;
      margin-top: 5px;
      font-weight: 300; }
      @media (max-width: 1006px) {
        .screenshot_slider_wrapper .slider_content .slider_item .item_description {
          font-size: 12px; } }
      @media (max-width: 767px) {
        .screenshot_slider_wrapper .slider_content .slider_item .item_description {
          font-size: 14px; } }

.section_mobile_review .content {
  padding: 40px 80px 50px 50px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(126, 126, 126, 0.5);
  box-shadow: 0 4px 6px 0 rgba(126, 126, 126, 0.5);
  border-radius: 2px; }
  @media (max-width: 1255px) {
    .section_mobile_review .content {
      padding: 32px 64px 50px 50px; } }
  @media (max-width: 767px) {
    .section_mobile_review .content {
      padding: 40px 30px; } }

.section_mobile_review .section_title_block {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .section_mobile_review .section_title_block img {
    margin-right: 20px; }
  .section_mobile_review .section_title_block h2 {
    margin-bottom: 0; }

.section_mobile_review .text {
  margin-top: 30px;
  font-weight: 300;
  font-size: 16px; }
  @media (max-width: 767px) {
    .section_mobile_review .text {
      font-size: 14px; } }

.supported_devices .text {
  margin-top: 10px;
  line-height: 20px; }

.supported_devices .app_links {
  margin-top: 40px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .supported_devices .app_links .app_link:first-child {
    margin-right: 30px; }
  .supported_devices .app_links img {
    height: 165px;
    height: auto; }

.section_key_features .items {
  margin-top: 14px; }

.section_key_features .item {
  margin-bottom: 40px; }
  .section_key_features .item:last-child {
    margin-bottom: 0; }

.section_key_features .item_header {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px; }
  .section_key_features .item_header img {
    margin-right: 15px; }

.section_key_features .item_title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 3px; }

.section_key_features .item_text {
  margin: 0;
  line-height: 20px; }

.section_verdict h2 {
  font-weight: 700; }

.section_verdict .content {
  margin-left: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  border-left: 5px solid #28CE7A;
  padding: 0 25px; }

/* CONTENT PAGE */
.banner_contact_page {
  background: #38ae79; }
  .banner_contact_page .banner_content {
    padding-top: 0;
    height: 200px; }
    @media (max-width: 767px) {
      .banner_contact_page .banner_content {
        height: 100px;
        min-height: 100px;
        padding: 0; } }
    @media (max-width: 767px) {
      .banner_contact_page .banner_content h1.title {
        font-size: 22px;
        margin: 0; } }

.contact_page_form_wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact_page_form_block {
  max-width: 520px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 7px;
  box-shadow: 0px 0px 7px;
  padding: 45px 45px 25px; }
  @media (max-width: 767px) {
    .contact_page_form_block {
      max-width: 320px;
      padding: 25px 25px 5px; } }
  .contact_page_form_block .form_title {
    text-transform: none;
    font-size: 18px;
    font-weight: normal; }
    @media (max-width: 767px) {
      .contact_page_form_block .form_title {
        font-size: 14px; } }
  .contact_page_form_block input[type=text], .contact_page_form_block input[type=email] {
    height: 40px; }
    @media (max-width: 767px) {
      .contact_page_form_block input[type=text], .contact_page_form_block input[type=email] {
        height: 32px; } }
  .contact_page_form_block input[type=text], .contact_page_form_block input[type=email], .contact_page_form_block textarea {
    width: 100%;
    padding: 12px 20px; }
    @media (max-width: 767px) {
      .contact_page_form_block input[type=text], .contact_page_form_block input[type=email], .contact_page_form_block textarea {
        font-size: 12px; } }
  .contact_page_form_block textarea {
    height: 100px; }
    @media (max-width: 767px) {
      .contact_page_form_block textarea {
        height: 80px; } }
  .contact_page_form_block .button {
    margin-top: 35px; }
    @media (max-width: 767px) {
      .contact_page_form_block .button {
        margin-top: 25px; } }

.sitemap_cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.sitemap_col {
  width: calc(100%/3);
  padding: 30px; }
  .sitemap_col .title {
    margin: 15px 0;
    position: relative; }
    .sitemap_col .title:after {
      display: block;
      content: '';
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 50px;
      height: 3px;
      background: #38ae79; }
  .sitemap_col :first-child.title {
    margin-top: 0 !important; }

.sm_item {
  display: block;
  color: #464950;
  font-size: 16px;
  line-height: 1.3em;
  margin: 0 0 5px; } 

/* Updated date */
.page_updated_date {
  font-size: 12px;
  padding-bottom: 20px;
  margin-top: 10px;
  color: #989ba1;
  font-weight: 600; }
