@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@500;600;700;800&display=swap");
@font-face {
  font-family: "Arial-regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Arial-regular.woff") format("woff"), url("../fonts/Arial-regular.ttf") format("truetype"); }

@font-face {
  font-family: "Arial-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Arial-Bold.woff") format("woff"), url("../fonts/Arial-Bold.ttf") format("truetype"); }

/********** Прижатый футтер ***********/
body,
html {
  height: 100%;
  margin: 0 !important; }

body {
  margin: 0;
  font-family: Arial-regular;
  color: #1E1E1E; }

img {
  max-width: 100%; }

table {
  width: 100% !important;
  height: auto !important;
  border-collapse: collapse;
  margin: 0 0 40px;
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 979px) {
    table {
      margin-bottom: 24px; } }
  table td {
    padding: 10px 20px;
    border: 1px solid #fff;
    background: #f4f4f4;
    font-size: 20px;
    color: #1a1a1a; }
    @media (max-width: 979px) {
      table td {
        font-size: 16px; } }

h2 {
  margin-bottom: 25px;
  margin-top: 0;
  font-family: Arial-Bold;
  font-size: 40px;
  line-height: 120%; }
  @media (max-width: 979px) {
    h2 {
      font-size: 26px; } }

.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1279px) {
    .container {
      width: 994px; } }
  @media (max-width: 1023px) {
    .container {
      width: 950px; } }
  @media (max-width: 979px) {
    .container {
      width: 738px; } }
  @media (max-width: 767px) {
    .container {
      width: 94%; } }

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

.flex-between {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.flex-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.btn {
  border-radius: 10px;
  background: #fede02;
  color: black;
  font-family: Arial-Bold;
  font-size: 18px;
  height: 54px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  transition: all .3s;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .btn:hover {
    background: #eba100; }

.header {
  background: #111111;
  padding-top: 24px;
  padding-bottom: 24px; }
  @media (max-width: 1279px) {
    .header {
      padding-top: 10px;
      padding-bottom: 10px; } }
  .header_wrapper {
    align-items: center; }
  @media (max-width: 1279px) {
    .header_logo {
      width: 84px; } }
  .header_menu {
    padding: 0;
    margin-right: auto;
    margin-left: 40px; }
    @media (max-width: 1279px) {
      .header_menu {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column; } }
    .header_menu ul {
      display: none;
      border-radius: 15px;
      background: rgba(10, 10, 14, 0.8);
      padding: 20px;
      position: absolute;
      list-style: none;
      margin-left: -20px; }
      .header_menu ul li {
        margin-right: 0;
        margin-bottom: 15px;
        white-space: nowrap; }
        .header_menu ul li:last-child {
          margin-bottom: 0; }
        .header_menu ul li a:hover {
          color: #8c6dee; }
    .header_menu li {
      margin-right: 25px; }
      .header_menu li:hover ul {
        display: block; }
      .header_menu li:last-child {
        margin-right: 0; }
      .header_menu li a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        transition: all .3s; }
        .header_menu li a:hover {
          color: #ffd000; }
    .header_menu li.menu-item-has-children {
      position: relative;
      padding-right: 24px; }
      .header_menu li.menu-item-has-children:after {
        position: absolute;
        content: '';
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-image: url(../images/arrow-bottom.svg);
        background-position: center;
        right: 0;
        top: 4px;
        transition: all .3s; }
        @media (max-width: 1279px) {
          .header_menu li.menu-item-has-children:after {
            right: auto;
            margin-left: 10px; } }
      .header_menu li.menu-item-has-children:hover:after {
        transform: rotate(180deg); }
  .header .btn {
    margin-right: 10px; }

body .header_lang {
  position: relative;
  width: 136px;
  height: 46px; }
  body .header_lang ul.zg-ul-select li {
    display: block; }

body .header_lang_wrapper {
  width: 112px !important;
  border-radius: 10px;
  padding: 10px 24px 10px 10px !important;
  background: #323232;
  position: relative !important;
  height: 44px;
  overflow: hidden; }
  body .header_lang_wrapper:after {
    position: absolute !important;
    content: '' !important;
    width: 14px !important;
    height: 14px !important;
    background-repeat: no-repeat !important;
    background-image: url(../images/arrow-bottom.svg) !important;
    background-position: center !important;
    right: 13px !important;
    top: 13px !important;
    transition: all .3s; }
  body .header_lang_wrapper li {
    width: 100% !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 10px !important; }
    body .header_lang_wrapper li a {
      color: #fff;
      text-transform: uppercase;
      font-size: 18px;
      text-decoration: none;
      pointer-events: none; }
    body .header_lang_wrapper li:hover {
      background-color: transparent !important; }
      body .header_lang_wrapper li:hover a {
        color: #8c6dee; }
  body .header_lang_wrapper li.active {
    border: none !important;
    background-color: transparent !important;
    margin-bottom: 0; }

body .header_lang_wrapper.open {
  height: auto; }
  body .header_lang_wrapper.open:after {
    transform: rotate(180deg); }
  body .header_lang_wrapper.open a {
    pointer-events: visible; }

body .header_lang_wrapper.active {
  border-radius: 15px;
  background: #323232;
  border: none;
  height: auto; }
  body .header_lang_wrapper.active li.active {
    margin-bottom: 10px; }

.main_screen {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffd000; }
  @media (max-width: 979px) {
    .main_screen {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (max-width: 979px) {
    .main_screen_wrapper {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; } }
  .main_screen h1 {
    margin-top: 0;
    margin-bottom: 35px;
    font-family: Arial-Bold;
    line-height: 120%;
    font-size: 60px; }
    @media (max-width: 979px) {
      .main_screen h1 {
        margin-bottom: 24px;
        font-size: 30px; } }
  .main_screen_desc {
    max-width: 793px; }
    @media (max-width: 1279px) {
      .main_screen_desc {
        max-width: 68%; } }
    @media (max-width: 979px) {
      .main_screen_desc {
        max-width: 100%; } }
    .main_screen_desc p {
      font-size: 16px;
      line-height: 160%;
      margin-bottom: 35px; }
    .main_screen_desc a {
      text-transform: uppercase;
      color: #fff;
      text-decoration: none;
      font-family: Arial-Bold;
      font-size: 18px;
      background-color: #000;
      padding: 16px 24px 16px 24px;
      border-radius: 10px;
      transition: all .3s; }
      @media (max-width: 979px) {
        .main_screen_desc a {
          font-size: 16px;
          width: 345px;
          display: block;
          padding-left: 0;
          padding-right: 0;
          text-align: center; } }
      @media (max-width: 767px) {
        .main_screen_desc a {
          width: 100%; } }
      .main_screen_desc a:hover {
        background-color: #fff;
        color: #000; }
  .main_screen_author {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    .main_screen_author_image {
      width: 120px;
      height: 120px;
      overflow: hidden;
      border-radius: 100px;
      margin-right: 40px; }
    .main_screen_author h1 {
      margin: 0; }
  .main_screen_buttons {
    padding-top: 35px; }
    .main_screen_buttons a {
      width: 285px;
      padding-top: 24px;
      padding-bottom: 24px;
      display: block;
      text-transform: uppercase;
      margin-bottom: 20px;
      font-size: 18px;
      background-color: #fff;
      color: #000;
      text-decoration: none;
      transition: all .3s;
      text-align: center;
      border-radius: 10px;
      font-family: Arial-Bold; }
      @media (max-width: 979px) {
        .main_screen_buttons a {
          font-size: 16px;
          width: 345px;
          padding-top: 16px;
          padding-bottom: 16px; } }
      @media (max-width: 767px) {
        .main_screen_buttons a {
          width: 100%; } }
      .main_screen_buttons a:hover {
        background-color: #000;
        color: #fff; }

.main_slide_bottom {
  margin-top: -37px;
  max-width: 100%; }

.author {
  margin-top: 60px;
  box-sizing: border-box;
  border: 1px solid rgba(152, 152, 152, 0.5);
  border-radius: 20px;
  align-items: center;
  padding: 20px 30px;
  margin-bottom: 80px; }
  @media (max-width: 979px) {
    .author {
      margin-top: 50px;
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .author {
      margin-top: 20px;
      padding: 15px; } }
  .author_left {
    color: #989898;
    font-size: 18px; }
    @media (max-width: 767px) {
      .author_left {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .author_left span {
        margin-bottom: 6px;
        display: block; } }
  @media (max-width: 767px) {
    .author_right_wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      width: 90px; } }
  .author_right {
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: Arial-Bold;
    font-size: 18px; }
    @media (max-width: 767px) {
      .author_right {
        font-size: 16px; } }
    .author_right span {
      margin-right: 10px;
      font-family: Arial-regular; }
      @media (max-width: 767px) {
        .author_right span {
          margin-bottom: 6px; } }
    .author_right a {
      text-decoration: none;
      color: #000;
      transition: all .3s; }
      .author_right a:hover {
        color: #F8AA02; }
  .author_image {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    margin-left: 15px; }

.main_content p {
  margin-bottom: 40px;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 160%; }
  @media (max-width: 979px) {
    .main_content p {
      font-size: 16px; } }

.main_content.page {
  margin-bottom: 80px; }
  .main_content.page p {
    font-size: 16px; }

.content_button {
  text-decoration: none;
  text-align: center;
  transition: all .3s;
  padding: 16px 24px;
  background: #fede02;
  font-size: 18px;
  color: #111111;
  border-radius: 10px;
  font-family: Arial-Bold; }
  .content_button:hover {
    background: #eba100; }

.casino {
  margin-bottom: 80px; }
  @media (max-width: 979px) {
    .casino {
      margin-bottom: 50px; } }
  .casino_top {
    border-radius: 20px;
    background: #f7f7f7;
    font-size: 16px;
    color: #111111;
    font-family: Arial-Bold;
    margin-bottom: 20px;
    padding: 10px 20px;
    line-height: 160%; }
    @media (max-width: 979px) {
      .casino_top {
        display: none; } }
  .casino_item {
    border-radius: 20px;
    box-shadow: 0px 4px 10px 0px rgba(94, 94, 94, 0.2);
    background: white;
    transition: all .3s;
    align-items: center;
    padding: 20px 20px 20px 0;
    margin-bottom: 20px;
    overflow: hidden; }
    @media (max-width: 979px) {
      .casino_item {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        margin-bottom: 15px;
        padding: 20px; } }
    @media (max-width: 767px) {
      .casino_item {
        padding: 15px; } }
    .casino_item:hover {
      background: #f9f9f9; }
    .casino_item_number {
      font-size: 18px;
      font-family: Arial-Bold;
      padding-left: 5px;
      padding-right: 5px;
      height: 164px;
      margin-top: -27px;
      margin-bottom: -27px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      color: #fff;
      text-align: center; }
      @media (max-width: 1279px) {
        .casino_item_number {
          height: 178px; } }
      @media (max-width: 979px) {
        .casino_item_number {
          height: auto;
          margin-bottom: 15px;
          padding-top: 20px;
          padding-bottom: 10px;
          color: #000;
          width: 105%; } }
      @media (max-width: 767px) {
        .casino_item_number {
          width: 110%; } }
      @media (max-width: 979px) {
        .casino_item_number br {
          display: none; } }
    .casino_item:first-child .casino_item_number {
      background: #11d711; }
    .casino_item:nth-child(2) .casino_item_number {
      background: #ffcc00; }
    .casino_item:nth-child(3) .casino_item_number {
      background: #ff9900; }
    .casino_item:nth-child(4) .casino_item_number {
      background: #3a75ff; }
    .casino_item:nth-child(5) .casino_item_number {
      background: #3a75ff; }
    .casino_item_logo_wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      @media (max-width: 979px) {
        .casino_item_logo_wrapper {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .casino_item_logo_wrapper {
          width: 100%; } }
    .casino_item_logo {
      border: 2px solid rgba(152, 152, 152, 0.5);
      border-radius: 20px;
      overflow: hidden;
      align-items: center;
      text-align: center;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin-left: 20px; }
      @media (max-width: 1023px) {
        .casino_item_logo {
          margin-left: 10px; } }
      @media (max-width: 979px) {
        .casino_item_logo {
          margin-left: auto;
          margin-right: auto;
          width: 120px; } }
      @media (max-width: 767px) {
        .casino_item_logo {
          margin-left: 0;
          margin-right: 0; } }
      .casino_item_logo img {
        max-width: 100%;
        height: auto; }
    .casino_item_rate {
      width: 180px;
      margin-left: 30px;
      font-family: Arial-Bold;
      font-size: 18px; }
      @media (max-width: 1279px) {
        .casino_item_rate {
          margin-left: 10px; } }
      @media (max-width: 979px) {
        .casino_item_rate {
          width: auto; } }
    .casino_item_name {
      margin-bottom: 20px;
      color: #111111;
      font-size: 24px;
      font-family: Arial-Bold;
      display: block; }
      @media (max-width: 979px) {
        .casino_item_name {
          font-size: 20px;
          margin-bottom: 10px; } }
    .casino_item_bonus {
      border: 2px solid #e3e3e3;
      border-radius: 10px;
      padding: 20px 24px;
      font-size: 18px;
      font-family: Arial-Bold;
      width: 148px;
      margin-left: 30px; }
      @media (max-width: 1279px) {
        .casino_item_bonus {
          margin-left: 20px; } }
      @media (max-width: 1023px) {
        .casino_item_bonus {
          margin-left: 10px; } }
      @media (max-width: 979px) {
        .casino_item_bonus {
          margin-bottom: 20px;
          margin-left: auto;
          margin-right: auto;
          font-size: 16px; } }
      @media (max-width: 767px) {
        .casino_item_bonus {
          width: 82%;
          border-color: #fede02; } }
    .casino_item_benefits {
      font-size: 16px;
      color: #111111;
      margin-right: auto;
      margin-left: 30px; }
      @media (max-width: 1279px) {
        .casino_item_benefits {
          margin-left: 20px;
          min-width: 200px;
          margin-right: 20px; } }
      @media (max-width: 1023px) {
        .casino_item_benefits {
          margin-left: 10px;
          margin-right: 10px; } }
      @media (max-width: 979px) {
        .casino_item_benefits {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .casino_item_benefits {
          width: 100%; } }
      .casino_item_benefits_item {
        position: relative;
        padding-left: 30px;
        margin-bottom: 10px; }
        .casino_item_benefits_item:last-child {
          margin-bottom: 0; }
        .casino_item_benefits_item:after {
          position: absolute;
          content: '';
          left: 0;
          background-repeat: no-repeat;
          width: 20px;
          height: 20px;
          background-image: url(../images/check.svg); }
          @media (max-width: 1279px) {
            .casino_item_benefits_item:after {
              top: -2px; } }
    @media (max-width: 767px) {
      .casino_item_link {
        width: 100%; } }
    .casino_item_link a {
      text-align: center;
      text-decoration: none;
      border-radius: 10px;
      background: #fede02;
      padding: 16px 0;
      display: block;
      width: 180px;
      transition: all .3s;
      color: black;
      font-size: 18px;
      font-family: Arial-Bold; }
      @media (max-width: 767px) {
        .casino_item_link a {
          font-size: 16px;
          width: 100%; } }
      .casino_item_link a:hover {
        background: #eba100; }

@media (max-width: 979px) {
  .content_wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; } }

.content_wrapper.centre {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  margin-bottom: 80px; }
  @media (max-width: 979px) {
    .content_wrapper.centre {
      margin-bottom: 50px; } }
  .content_wrapper.centre .content_desc,
  .content_wrapper.centre .content_image {
    max-width: 100%; }
  .content_wrapper.centre .content_desc {
    order: 2;
    padding-top: 0; }
    .content_wrapper.centre .content_desc ul {
      margin-bottom: 20px; }
  .content_wrapper.centre .content_image {
    margin-bottom: 40px; }

.content_wrapper.left .content_desc, .content_wrapper.right .content_desc {
  max-width: 570px;
  padding-top: 20px; }
  @media (max-width: 1279px) {
    .content_wrapper.left .content_desc, .content_wrapper.right .content_desc {
      max-width: 48%; } }
  @media (max-width: 979px) {
    .content_wrapper.left .content_desc, .content_wrapper.right .content_desc {
      max-width: 100%;
      padding-top: 0; } }

.content_wrapper.left .content_image, .content_wrapper.right .content_image {
  max-width: 590px;
  margin-bottom: 80px; }
  @media (max-width: 1279px) {
    .content_wrapper.left .content_image, .content_wrapper.right .content_image {
      max-width: 48%; } }
  @media (max-width: 979px) {
    .content_wrapper.left .content_image, .content_wrapper.right .content_image {
      max-width: 100%;
      margin-bottom: 50px; } }

@media (max-width: 979px) {
  .content_wrapper.left .content_image {
    margin-bottom: 25px; } }

.content_desc {
  font-size: 16px;
  color: #1a1a1a; }
  @media (max-width: 979px) {
    .content_desc {
      margin-bottom: 25px; } }
  .content_desc p {
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 160%; }
  .content_desc ul {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none; }
    .content_desc ul li {
      position: relative;
      padding-left: 30px;
      margin-bottom: 14px; }
      .content_desc ul li:last-child {
        margin-bottom: 0; }
      .content_desc ul li:before {
        position: absolute;
        left: 0;
        background-repeat: no-repeat;
        content: '';
        background-image: url(../images/check-mark.svg);
        width: 20px;
        height: 20px; }
  .content_desc_button {
    text-decoration: none;
    display: block;
    text-align: center;
    width: 184px;
    padding: 16px 0;
    color: black !important;
    font-size: 18px;
    font-family: Arial-Bold;
    border-radius: 10px;
    background: #fede02;
    transition: all .3s;
    margin-top: 40px; }
    @media (max-width: 979px) {
      .content_desc_button {
        margin-top: 25px; } }
    .content_desc_button:hover {
      background: #eba100; }

.content_image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px; }

.content_image.left {
  order: -1; }

.benefits {
  margin-bottom: 80px;
  margin-top: -76px; }
  @media (max-width: 979px) {
    .benefits {
      margin-bottom: 50px;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; } }
  .benefits_wrapper {
    width: 46%;
    border-radius: 20px;
    background: #f4f4f4;
    padding: 20px; }
    @media (max-width: 1279px) {
      .benefits_wrapper {
        width: 45%; } }
    @media (max-width: 979px) {
      .benefits_wrapper {
        width: 95%;
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .benefits_wrapper {
        padding: 15px;
        width: 90%; } }
  .benefits_title {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Arial-Bold;
    font-size: 20px;
    color: #111111;
    line-height: 120%; }
  .benefits_item {
    margin-bottom: 20px;
    position: relative;
    color: #111111;
    font-size: 16px;
    line-height: 160%;
    padding-left: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    .benefits_item:last-child {
      margin-bottom: 0; }
    .benefits_item:before {
      position: absolute;
      content: '';
      left: 0;
      width: 14px;
      height: 14px;
      background-repeat: no-repeat;
      background-position: center; }
  .benefits_left .benefits_item:before {
    background-image: url(../images/plus.svg); }
  .benefits_right .benefits_item:before {
    background-image: url(../images/minus.svg); }

.faq {
  margin-bottom: 80px; }
  @media (max-width: 979px) {
    .faq {
      margin-bottom: 50px; } }
  .faq_item {
    margin-bottom: 20px;
    padding: 26px 30px;
    border-radius: 20px;
    background: #f4f4f4;
    transition: all .3s; }
    @media (max-width: 979px) {
      .faq_item {
        margin-bottom: 15px;
        padding: 15px; } }
    .faq_item:hover {
      background-color: #FED000; }
      .faq_item:hover .faq_item_burger {
        background-color: #fff; }
    .faq_item_burger {
      border-radius: 100px;
      width: 50px;
      height: 50px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      background-color: #FED000;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      transition: all .3s; }
      @media (max-width: 979px) {
        .faq_item_burger {
          width: 40px;
          height: 40px; } }
    .faq_item_top {
      font-size: 28px;
      color: #1a1a1a;
      font-family: Arial-Bold;
      line-height: 140%; }
      @media (max-width: 979px) {
        .faq_item_top {
          font-size: 20px; } }
      .faq_item_top:hover {
        cursor: pointer; }
      @media (max-width: 767px) {
        .faq_item_top span {
          max-width: 80%; } }
    .faq_item_top.in .faq_item_burger {
      transform: rotateX(180deg); }
    .faq_item_bottom {
      display: none;
      margin-top: 30px;
      color: #474747;
      line-height: 140%;
      font-size: 20px; }
      @media (max-width: 979px) {
        .faq_item_bottom {
          font-size: 16px;
          margin-top: 15px; } }
      .faq_item_bottom p {
        margin: 0; }
    .faq_item:first-child .faq_item_bottom {
      display: block; }
    .faq_item:last-child {
      margin-bottom: 0; }

.author_bottom {
  border: 1px solid rgba(152, 152, 152, 0.5);
  border-radius: 20px;
  padding: 20px 30px; }
  @media (max-width: 979px) {
    .author_bottom {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      padding: 15px; } }
  .author_bottom .author_image {
    margin-left: 0;
    margin-right: 16px; }
  .author_bottom_left {
    font-size: 18px;
    color: #111111;
    font-family: Arial-Bold;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    @media (max-width: 979px) {
      .author_bottom_left {
        margin-bottom: 15px; } }
    .author_bottom_left span {
      display: block;
      color: #989898;
      font-size: 18px;
      margin-bottom: 10px;
      font-family: Arial-regular; }
    .author_bottom_left a {
      text-decoration: none;
      color: #000;
      transition: all .3s; }
      .author_bottom_left a:hover {
        color: #F8AA02; }
  .author_bottom_right {
    max-width: 900px;
    color: #111111;
    font-size: 16px;
    line-height: 160%; }
    @media (max-width: 1279px) {
      .author_bottom_right {
        max-width: 78%; } }
    @media (max-width: 767px) {
      .author_bottom_right {
        max-width: 100%; } }

.table_contents {
  padding: 26px 32px;
  border-radius: 20px;
  background: #F4F4F4;
  margin-bottom: 80px; }
  .table_contents_top {
    align-items: center; }
  .table_contents_title {
    font-family: Arial-Bold;
    font-size: 28px;
    line-height: 120%; }
    @media (max-width: 979px) {
      .table_contents_title {
        font-size: 22px; } }
  .table_contents_burger {
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background-color: #FED000;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    transition: all .3s; }
    @media (max-width: 767px) {
      .table_contents_burger {
        width: 40px;
        height: 40px; } }
    .table_contents_burger:hover {
      cursor: pointer; }
  .table_contents_burger.active {
    transform: rotate(180deg); }
  .table_contents_wrapper {
    margin-top: 30px; }
    @media (max-width: 767px) {
      .table_contents_wrapper {
        margin-top: 25px; } }
  .table_contents_item {
    text-decoration: none;
    line-height: 180%;
    font-size: 16px;
    color: #1a1a1a;
    display: block;
    transition: all .3s; }
    .table_contents_item:hover {
      text-decoration: underline;
      color: #F8AA02; }

.footer {
  background: #111111;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 50px; }
  @media (max-width: 767px) {
    .footer {
      padding-top: 32px;
      padding-bottom: 32px; } }
  @media (max-width: 767px) {
    .footer .header_logo {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px; } }
  .footer_top {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid  #F8AA02; }
    @media (max-width: 767px) {
      .footer_top {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        padding-bottom: 30px;
        margin-bottom: 30px; } }
  .footer .header_menu {
    margin-left: 115px;
    list-style: none; }
    @media (max-width: 767px) {
      .footer .header_menu {
        margin-left: 0;
        width: 100%;
        order: 3;
        margin-top: 15px;
        margin-bottom: 0; } }
    @media (max-width: 1279px) {
      .footer .header_menu li {
        margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .footer .btn {
      margin-left: 0;
      margin-bottom: 15px; } }
  .footer .btn:last-child {
    margin-left: 10px; }
    @media (max-width: 767px) {
      .footer .btn:last-child {
        margin-left: 0; } }
  .footer_bottom {
    align-items: center; }
    @media (max-width: 767px) {
      .footer_bottom {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        align-items: flex-start; } }
    .footer_bottom_menu {
      padding: 0;
      margin: 0;
      list-style: none; }
      @media (max-width: 767px) {
        .footer_bottom_menu {
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          box-orient: vertical;
          -webkit-box-direction: normal;
          -moz-box-direction: normal;
          box-direction: normal;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          flex-direction: column;
          -ms-flex-direction: column;
          margin-bottom: 30px; } }
      .footer_bottom_menu li {
        margin-right: 40px; }
        @media (max-width: 767px) {
          .footer_bottom_menu li {
            margin-bottom: 15px; } }
        .footer_bottom_menu li:last-child {
          margin-right: 0; }
          @media (max-width: 767px) {
            .footer_bottom_menu li:last-child {
              margin-bottom: 0; } }
        .footer_bottom_menu li a {
          text-decoration: none;
          transition: all .3s;
          color: rgba(255, 255, 255, 0.5);
          font-size: 16px; }
          @media (max-width: 767px) {
            .footer_bottom_menu li a {
              color: #ffd000; } }
          .footer_bottom_menu li a:hover {
            color: #ffd000; }
  .footer_copyright {
    margin-top: 40px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px; }
    @media (max-width: 767px) {
      .footer_copyright {
        text-align: center;
        font-size: 14px; } }

.header_mobile {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }
  @media (max-width: 1279px) {
    .header_mobile {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      display: none;
      position: absolute;
      top: 60px;
      bottom: 0;
      left: 0;
      right: 0;
      background: #010400;
      padding: 15px; } }
  .header_mobile .header_menu {
    margin-right: 60px;
    list-style: none; }
    @media (max-width: 1279px) {
      .header_mobile .header_menu {
        margin: 40px 0 0 0; } }
    @media (max-width: 1279px) {
      .header_mobile .header_menu li {
        margin-bottom: 20px; } }
  .header_mobile .btn {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media (max-width: 1279px) {
      .header_mobile .btn {
        margin-bottom: 15px;
        max-width: 345px;
        text-align: center; } }

.header_mobile.active {
  display: block; }

.header_burger {
  display: none;
  position: relative;
  background: #fff;
  width: 26px;
  height: 2px;
  right: 0;
  opacity: 1;
  order: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 1279px) {
    .header_burger {
      display: block; } }
  .header_burger:before {
    position: absolute;
    background: #fff;
    width: 26px;
    height: 2px;
    top: 10px;
    content: "";
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .header_burger:after {
    position: absolute;
    background: #fff;
    width: 26px;
    height: 2px;
    bottom: 10px;
    content: "";
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.header_burger.drop-down {
  background: rgba(111, 111, 111, 0);
  z-index: 5; }
  .header_burger.drop-down:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px; }
  .header_burger.drop-down:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0px; }

.page .main_screen_desc,
.single .main_screen_desc {
  max-width: 100%; }

.page .content_desc table strong,
.single .content_desc table strong {
  font-weight: normal;
  font-family: Arial-Bold; }

.page .content_desc table td,
.single .content_desc table td {
  font-size: 16px; }

.scroll-table table {
  margin-bottom: 0; }

.page.home .main_screen_desc {
  max-width: 793px; }
  @media (max-width: 1279px) {
    .page.home .main_screen_desc {
      max-width: 68%; } }
  @media (max-width: 979px) {
    .page.home .main_screen_desc {
      max-width: 100%; } }

blockquote {
  border-radius: 20px;
  background: #f4f4f4;
  margin: 0 0 20px 0;
  padding: 16px 20px;
  font-size: 16px;
  max-width: 590px; }
  blockquote strong {
    font-weight: normal;
    font-family: Arial-Bold;
    font-size: 20px; }
  blockquote p {
    margin-bottom: 10px !important; }
    blockquote p:last-child {
      margin-bottom: 0; }

.breadcrumbs {
  list-style: none;
  margin-top: 0;
  margin-bottom: 35px;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 18px; }
  .breadcrumbs svg {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: -3px; }
  .breadcrumbs li a {
    color: #000;
    font-size: 18px;
    text-decoration: none; }
    .breadcrumbs li a:hover {
      text-decoration: underline; }
  .breadcrumbs li:last-child {
    opacity: 0.5; }

@media (max-width: 767px) {
  .scroll-table {
    width: 100%;
    overflow-y: scroll; } }

.header_burger_wrapper {
  height: 40px;
  display: none; }
  @media (max-width: 1279px) {
    .header_burger_wrapper {
      display: block; } }
  .header_burger_wrapper .header_burger {
    top: 19px; }

/* Category */
.category .main_screen h1 {
  margin-bottom: 0; }

.main_category {
  margin-top: 60px; }
  .main_category_description {
    margin-bottom: 80px;
    font-size: 16px;
    color: #111111; }
    .main_category_description p {
      margin-top: 0;
      margin-bottom: 20px;
      line-height: 160%; }
  .main_category_item {
    width: 28%;
    padding: 20px;
    border-radius: 20px;
    background: #F4F4F4;
    transition: all .3s;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    @media (max-width: 1279px) {
      .main_category_item img {
        height: auto; } }
    @media (max-width: 979px) {
      .main_category_item {
        width: 43%; } }
    @media (max-width: 767px) {
      .main_category_item {
        width: 100%; } }
    .main_category_item:hover {
      background-color: #FED000; }
      .main_category_item:hover .main_category_item_more {
        background-color: #fff; }
    .main_category_item a {
      text-decoration: none; }
    .main_category_item_title {
      color: #000;
      display: block;
      line-height: 120%;
      font-family: Arial-Bold;
      margin-top: 20px;
      margin-bottom: 16px;
      font-size: 24px; }
    .main_category_item img {
      border-radius: 15px; }
    .main_category_item p {
      margin-top: 0;
      margin-bottom: 20px;
      opacity: 0.7;
      font-size: 16px;
      color: #000;
      min-height: 52px;
      line-height: 120%; }
    .main_category_item_more {
      text-align: center;
      width: 100%;
      font-family: Arial-Bold;
      color: black;
      border-radius: 10px;
      background: #fede02;
      transition: all .3s;
      padding-top: 16px;
      padding-bottom: 16px;
      font-size: 18px;
      display: block;
      margin-top: auto; }
      .main_category_item_more:hover {
        background: #eba100; }

.main_category_item.hidden {
  background: none !important; }

body.author {
  padding: 0;
  border: none; }

.related {
  overflow: hidden;
  margin-top: 80px; }
  .related_top {
    margin-bottom: 26px;
    align-items: center; }
    .related_top h2 {
      margin: 0; }
  .related_navigation {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .related_navigation_button {
      width: 60px;
      height: 60px;
      border-radius: 100px;
      background-color: #f2f4f6 !important;
      background-image: none;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      align-items: center;
      margin-top: 0;
      opacity: 1 !important; }
      @media (max-width: 767px) {
        .related_navigation_button {
          width: 40px;
          height: 40px; } }
      .related_navigation_button:first-child {
        margin-right: 10px; }
  .related_wrapper .main_category_item {
    padding: 0; }
    .related_wrapper .main_category_item_wrapper {
      padding: 20px;
      min-height: 447px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; }

/* reviews */
.main_reviews {
  margin-top: 60px; }
  @media (max-width: 767px) {
    .main_reviews {
      margin-top: 0; } }

.reviews_description {
  align-items: center;
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .reviews_description {
      margin-bottom: 30px; } }

.reviews_vidget {
  width: 510px;
  padding: 26px 30px;
  border-radius: 20px;
  background: #f4f4f4; }
  @media (max-width: 1023px) {
    .reviews_vidget {
      margin-right: auto;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .reviews_vidget {
      width: 90%;
      padding: 15px; } }
  .reviews_vidget_top {
    align-items: center;
    margin-bottom: 25px; }
    .reviews_vidget_top_left {
      font-size: 28px;
      font-family: Arial-Bold; }
      .reviews_vidget_top_left span {
        margin-top: 5px;
        font-size: 18px;
        font-family: Arial-regular;
        display: block; }
    .reviews_vidget_top_estimation {
      font-size: 40px;
      font-family: Arial-Bold; }
  .reviews_vidget_item {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
    .reviews_vidget_item svg {
      margin-right: 10px; }
    .reviews_vidget_item_star {
      font-size: 16px;
      color: #111111;
      margin-right: 10px; }
    .reviews_vidget_item_line {
      width: 376px;
      border: 1px solid rgba(152, 152, 152, 0.3);
      border-radius: 10px;
      background: white;
      height: 14px;
      margin-right: 10px; }
      @media (max-width: 767px) {
        .reviews_vidget_item_line {
          width: 50%; } }
      .reviews_vidget_item_line_inner {
        border-radius: 10px;
        background: #111111;
        height: 14px; }

@media (max-width: 1023px) {
  .reviews_description {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; } }

.reviews_description_text {
  max-width: 570px;
  color: #111111;
  font-size: 16px;
  line-height: 160%; }
  @media (max-width: 1279px) {
    .reviews_description_text {
      max-width: 390px; } }
  @media (max-width: 1023px) {
    .reviews_description_text {
      max-width: 100%; } }
  .reviews_description_text p {
    margin-bottom: 20px;
    margin-top: 0; }
    .reviews_description_text p:last-child {
      margin-bottom: 0; }

.catalog_reviews_item {
  margin-bottom: 20px;
  border: 1px solid rgba(152, 152, 152, 0.5);
  border-radius: 20px;
  padding: 26px 30px; }
  .catalog_reviews_item:last-child {
    margin-bottom: 80px; }
    @media (max-width: 767px) {
      .catalog_reviews_item:last-child {
        margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .catalog_reviews_item {
      padding: 15px; } }
  .catalog_reviews_item_title {
    font-size: 24px;
    margin-bottom: 15px;
    font-family: Arial-Bold;
    line-height: 160%;
    margin-top: 0; }
    @media (max-width: 767px) {
      .catalog_reviews_item_title {
        line-height: 120%;
        font-size: 20px; } }
  .catalog_reviews_item_text {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 140%; }
  @media (max-width: 767px) {
    .catalog_reviews_item_bottom {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; } }
  .catalog_reviews_item_bottom_left {
    font-family: Arial-Bold;
    font-size: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .catalog_reviews_item_bottom_left {
        font-size: 16px; } }
    .catalog_reviews_item_bottom_left span {
      margin-left: 10px; }
  .catalog_reviews_item_author {
    margin-right: 15px; }
  .catalog_reviews_item_date {
    font-size: 16px;
    color: rgba(152, 152, 152, 0.5); }
    @media (max-width: 767px) {
      .catalog_reviews_item_date {
        margin-top: 15px; } }

.reviews_description_bottom {
  font-size: 16px;
  line-height: 160%; }

.header_lang_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
  .header_lang_wrapper .current-lang {
    order: -2; }

.content a{
    color: #F8AA02;
    transition: all .3s;
}
.content a:hover{
    color: #000; 
}