/*fonts*/
@font-face {
  font-family: helveticaneuenyr-bold;
  src: url(../fonts/helveticaneuecyr-bold.woff); }

@font-face {
  font-family: helveticaneuecyr-italic;
  src: url(../fonts/helveticaneuecyr-italic.woff); }

@font-face {
  font-family: helveticaneuecyrLight;
  src: url(../fonts/helveticaneuecyr-light.woff); }

@font-face {
  font-family: helveticaneuecyrMedium;
  src: url(../fonts/helveticaneuecyr-medium.woff); }

@font-face {
  font-family: helveticaneuecyrThin;
  src: url(../fonts/helveticaneuecyr-thin.woff); }

@font-face {
  font-family: helveticaneuecyrUltralight;
  src: url(../fonts/helveticaneuecyr-ultralight.woff); }

* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Roboto";
  font-size: 18px;
  line-height: 24px;
  color: #000; }

ul {
  list-style-type: none; }

a {
  text-decoration: none; }

p {
  margin: 0;
  font-size: 18px;
  line-height: 24px; }

.center-box {
  max-width: 1215px;
  padding: 0 20px;
  margin: 0 auto; }

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

h1 {
  font-family: "Roboto";
  font-size: 48px;
  line-height: 60px;
  color: #153B77; }

h4 {
  font-family: "Roboto";
  font-size: 36px;
  color: #153B77;
  font-weight: 500;
  line-height: 50px; }

.ttlb {
  color: #986bc5; }

.label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  padding: 5px 20px;
  background: linear-gradient(to right, #9e6ac3, #466ad9);
  color: #fff; }

.ttlLabel h4 {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0 !important; }

.content-bx .ttlLabel h4 {
  font-size: 36px;
  color: #986bc5; }

h5 {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 24px;
  line-height: 30px; }

h5.ttl-small, .news-post h5 {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500; }

input[type="text"], textarea, input[type="email"] {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
  width: 100%;
  line-height: 50px;
  height: 50px;
  font-size: 18px;
  padding: 0 15px;
  color: #153B77;
  box-sizing: border-box;
  border: 2px solid #153B77;
  border-radius: 25px; }

textarea {
  resize: none;
  outline: none; }

input:focus {
  outline: none; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Roboto";
  font-size: 18px;
  color: #fff; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Roboto";
  font-size: 18px;
  color: #fff;
  opacity: 1; }

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Roboto";
  font-size: 18px;
  color: #fff; }

:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Roboto";
  font-size: 18px;
  color: #fff;
  opacity: 1; }

.leave-comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Roboto";
  font-size: 18px;
  color: #593f6e; }

.leave-comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Roboto";
  font-size: 18px;
  color: #593f6e;
  opacity: 1; }

.leave-comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Roboto";
  font-size: 18px;
  color: #593f6e; }

.leave-comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Roboto";
  font-size: 18px;
  color: #593f6e;
  opacity: 1; }

.btn {
  display: inline-block;
  border: 2px solid #F01D97;
  box-sizing: border-box;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #153B77;
  padding: 10px 20px;
  min-width: 137px;
  overflow: hidden;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: all .3s;
  cursor: pointer;
  background: none; }
  .btn:hover {
    background: #F01D97;
    color: #fff; }

/*2 colums layout*/
.content-bx {
  justify-content: flex-start;
  align-items: flex-start; }
  @media (max-width: 992px) {
    .content-bx {
      flex-direction: column; } }

.content__left {
  max-width: 850px; }
  @media (max-width: 992px) {
    .content__left {
      width: 100%;
      max-width: 100%; } }

.content__right {
  padding-left: 110px;
  max-width: 300px; }
  @media (max-width: 992px) {
    .content__right {
      width: 100%;
      max-width: 100%;
      padding-left: 0; } }

table {
  width: 100%;
  border-spacing: 0; }

.tbl th {
  font-size: 18px;
  height: 40px; }

.tbl td {
  font-size: 16px;
  height: 40px; }

.inner-page {
  margin-top: 75px; }
  @media (max-width: 992px) {
    .inner-page {
      margin-top: 50px; } }

/*pagination*/
.pagination-blck {
  margin-top: 70px;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  @media (max-width: 992px) {
    .pagination-blck {
      margin-top: 50px; } }

.pag-pages-list {
  display: inline-block;
  vertical-align: middle; }

.pag-pages-list li {
  display: inline-block;
  margin-left: 5px; }

.pag-pages-list li a {
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 24px;
  color: #593f6e; }

.pag-pages-list li a:hover {
  font-weight: bold;
  color: #a86ac0; }

.pag-pages-list li a.page-active {
  font-weight: bold;
  color: #a86ac0; }

.pag-pages-list li:first-child {
  margin-left: 0; }

.page-prev, .page-next {
  border: 0;
  background: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

.page-prev {
  display: none;
  margin-right: 10px; }

.page-next {
  margin-left: 10px; }

.pag-btn a {
  text-decoration: none !important; }

.pag-btn img {
  margin-top: 0 !important; }

.about .about-text a {
  color: #000;
  font-weight: 500;
  text-decoration: underline; }
  .about .about-text a:hover {
    text-decoration: none; }
  .about .about-text a.btn {
    text-decoration: none; }
    .about .about-text a.btn:hover {
      color: #fff; }

.topic .block p:first-child {
  margin-right: 30px; }

.wwd-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media (max-width: 992px) {
    .wwd-wrap {
      flex-direction: column; } }

.serach-flx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px; }

.serach-flx img {
  margin-left: 10px;
  max-width: 100px; }

.serach-flx a {
  display: block; }

.search-results-container .window-search .s {
  border: none;
  border-bottom: 2px solid rgba(21, 59, 119, 0.7);
  padding-left: 0;
  border-radius: 0;
  color: #153B77; }
  .search-results-container .window-search .s ::placeholder {
    color: #153B77; }

header {
  z-index: 10;
  padding: 35px 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0; }

.burger-close {
  display: none; }

.burger-btn__active .burger-open {
  display: none; }

.burger-btn__active .burger-close {
  display: inline-block; }

/*innner page styles*/
.inner-page-style {
  background: none; }

.inner-page-style header {
  background: linear-gradient(270deg, #B3E0FF 50%, #FFFFFF 89.27%);
  position: static; }

/*innner page styles*/
.menu-wrapper {
  margin-left: auto; }

.menu li, ul.menu {
  display: inline-block;
  vertical-align: middle; }

.menu li a {
  font-family: "Roboto";
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #133973; }

.menu li a:hover, .menu li a.active {
  color: #a86ac0; }

.menu li {
  margin-left: 30px;
  font-family: "Roboto";
  font-size: 20px;
  color: #133973;
  cursor: pointer; }

.menu li:first-child {
  margin-left: 0; }

.menu-search {
  padding-top: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px; }

/*Dropdown menu*/
.menu li {
  position: relative;
  padding-bottom: 7px; }

.menu li:hover .sub-menu {
  display: block; }

.menu .sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  width: 180px;
  margin-top: 7px;
  padding: 15px 20px 20px;
  margin-left: -90px;
  background: #39326A;
  border-top: 2px solid #EEE6FF;
  box-sizing: border-box; }

.menu .sub-menu li {
  display: block;
  margin-left: 0;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #EEE6FF; }

.menu .sub-menu li a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #fff; }

.menu .sub-menu li:first-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 8px;
  cursor: auto; }

.menu .sub-menu li:last-child {
  margin: 20px -20px -20px;
  padding: 8px;
  border-bottom: 0;
  background: #2E2654; }

.menu .sub-menu li:first-child:hover a {
  color: #fff; }

.menu .sub-menu li:first-child {
  display: block;
  text-align: center;
  font-family: "Roboto";
  font-size: 14px;
  color: #fff; }

.menu .sub-menu li:last-child a {
  display: block;
  text-align: center;
  font-family: "Roboto";
  font-size: 14px;
  color: #A86AC0; }

* {
  box-sizing: border-box; }

#wrapper {
  overflow: hidden; }

section.about {
  margin-bottom: 3px; }

.about-content {
  width: 100%;
  min-height: 793px;
  position: relative;
  background: linear-gradient(0deg, #B3E0FF 0%, #FFFFFF 89.27%) right 0 no-repeat; }
  @media (min-width: 768px) {
    .about-content {
      min-height: 725px;
      overflow: hidden;
      background: linear-gradient(270deg, #B3E0FF 0%, #FFFFFF 89.27%) right 0 no-repeat; } }
  @media (min-width: 1024px) {
    .about-content {
      background: url(../img/about-bg.png) right 0 no-repeat; } }

.about-text {
  padding-top: 89px;
  max-width: 582px; }
  @media (min-width: 768px) {
    .about-text {
      padding-top: 165px; } }

.about-text h1 {
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 0; }
  @media (min-width: 768px) {
    .about-text h1 {
      font-size: 48px; } }

.about-text p {
  margin-bottom: 43px;
  color: #153B77;
  line-height: 1.2;
  font-size: 16px; }
  @media (min-width: 768px) {
    .about-text p {
      line-height: 1.3; } }

.about-serach-field {
  position: relative;
  overflow: hidden; }

.about-serach-field {
  padding-bottom: 4px; }
  .about-serach-field .broker-name {
    padding-right: 55px;
    transition: all .3s; }
    .about-serach-field .broker-name:focus {
      border: 2px solid #F01D97;
      border-radius: 25px;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); }

.about-search-btn {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #F01D97;
  background-image: url(../img/about-search-btn-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  border: 0;
  outline: none;
  cursor: pointer; }

.mob-img {
  text-align: right;
  display: none; }

.mob-img img {
  max-width: 300px; }

.explore-btn {
  display: none;
  padding-top: 5px;
  text-align: center;
  width: 115px;
  height: 90px;
  margin: 0 auto;
  background: url(../img/arrowdown.png) no-repeat center top;
  color: #9b63b2;
  letter-spacing: 5px; }
  @media (max-width: 500px) {
    .explore-btn {
      margin: -80px auto 0; } }

.brokers h4 {
  margin-bottom: 15px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .brokers h4 {
      margin-bottom: 21px; } }

.bokers-tbl {
  font-size: 16px;
  display: table;
  width: 100%;
  margin-bottom: 57px;
  border: 2px solid #9BBEF4;
  box-sizing: border-box;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 0 30px; }

.brokers-tbl-head {
  display: none !important; }
  @media (min-width: 768px) {
    .brokers-tbl-head {
      display: flex;
      align-items: center; } }
  .brokers-tbl-head .brokers-tbl--th {
    padding-bottom: 22px;
    height: auto;
    padding-left: 28px; }
    .brokers-tbl-head .brokers-tbl--th:first-child {
      padding-left: 26px; }

.brokers-slider-wrapper {
  display: none; }
  .brokers-slider-wrapper .slick-slide {
    padding-bottom: 12px; }
    .brokers-slider-wrapper .slick-slide img {
      display: inline-block; }

.bokers-tbl__row, .bokers-tbl__row-content {
  display: table-row; }

.brokers-tbl--th, .brokers-tbl__cell {
  display: table-cell;
  vertical-align: middle;
  color: #323232;
  min-height: 38px; }

.brokers-tbl--th {
  height: 60px;
  color: #153B77;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase; }
  .brokers-tbl--th.cell__num {
    color: #153B77;
    font-weight: 700; }

.brokers-tbl__cell {
  border-bottom: 2px solid #eee6ff;
  padding: 5px 0;
  height: 80px; }
  .brokers-tbl__cell a {
    transition: all .3s; }
    .brokers-tbl__cell a:hover {
      color: #F01D97;
      text-decoration: none; }

/*mobile brokers table slider*/
.brokers-slider-center {
  position: relative;
  max-width: 280px;
  margin: 0 auto;
  border: 2px solid #9BBEF4;
  box-sizing: border-box;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 22px;
  text-align: center; }

.brokers-slider-wrapper .slick-prev,
.brokers-slider-wrapper .slick-next {
  width: 22px;
  z-index: 1;
  top: 135px;
  transform: none; }

.brokers-slider-wrapper .slick-prev {
  background: url(../img/arrow-left-slick.png) no-repeat center center;
  left: -12px; }

.brokers-slider-wrapper .slick-next {
  background: url(../img/arrow-right-slick.png) no-repeat center center;
  right: -12px; }

.brokers-slider-wrapper .broker-rating {
  margin-bottom: 9px; }

.broker-rating {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (max-width: 767px) {
    .broker-rating {
      justify-content: center; } }
  .broker-rating li {
    padding: 0 2px; }

.brokers-slider__item-position {
  display: flex; }

.brokers-slider__item-position-num {
  margin-right: 10px; }

.mob-tbl-brok-details-wrappper {
  font-size: 16px;
  margin-bottom: 15px; }

.brokers-slider__item-like span:first-child {
  margin-left: 0; }

.brokers-slider__item-like span {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle; }

.brokers-slider__item-like-count {
  margin-right: 10px; }

.slider-ttl {
  font-family: "helveticaneuecyrMedium";
  font-weight: 500; }

.brokers-slider-cell {
  margin-bottom: 22px;
  line-height: 1; }
  @media (min-width: 768px) {
    .brokers-slider-cell {
      margin-bottom: 10px; } }

.brokers-slider__item-country {
  margin: 0 0 12px; }

.brokers-slider__item-type {
  margin: 0 0 3px; }

.brokers-slider-cell:last-child {
  margin-bottom: 0; }

.brokers-slider__item-site a {
  color: #593f6e;
  text-decoration: underline; }
  @media (max-width: 992px) {
    .brokers-slider__item-site a {
      color: #323232;
      font-weight: 700;
      font-size: 18px; } }

.brokers-slider .btn {
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0; }
  @media (max-width: 992px) {
    .brokers-slider .btn {
      display: none; } }

/*end brokers table slider*/
.cell__num {
  width: 60px;
  color: #F01D97;
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-weight: 700;
  padding: 0; }

.cell_like {
  width: 90px; }

.cell_status {
  width: 250px; }
  .cell_status span {
    display: inline-block;
    padding-left: 10px; }

.brokers-status-holder {
  display: flex;
  align-items: center; }

.cell__country {
  width: 150px; }

.cell__country-inner {
  width: 89px; }

.cell__regul-inner {
  padding: 0 36px 0 59px; }

.cell_rev {
  width: 201px; }

.cell_rev a {
  text-decoration: underline;
  color: #F01D97;
  font-weight: 700;
  transition: all .3s; }
  .cell_rev a:hover {
    color: #323232; }

.cell_broker {
  width: 210px; }

.cell__l,
.cell__r,
.brokers-tbl__cell {
  border-bottom: 2px dashed #F01D97; }

.bokers-tbl__row-content:last-child .brokers-tbl__cell {
  border-bottom: 0; }

.blog-wrapper {
  justify-content: space-between;
  margin-bottom: 40px; }

section.blog {
  margin-bottom: 110px; }
  section.blog .block {
    border: 2px solid #9BBEF4;
    box-sizing: border-box;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2);
    border-radius: 20px; }

.d-flex {
  display: flex;
  justify-content: space-between; }

.block-holder {
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .block-holder {
      width: 50%;
      padding: 0 10px;
      margin-bottom: 0; } }

@media (min-width: 1024px) {
  .blog-wrapper {
    margin: 0 -10px; } }

.topic .blog-wrapper {
  display: flex; }
  @media (min-width: 1024px) {
    .topic .blog-wrapper {
      margin: 0 -35px; } }
  @media (min-width: 1024px) {
    .topic .blog-wrapper .image-block {
      padding: 0 35px; } }
  .topic .blog-wrapper .block {
    color: #153B77; }
    @media (min-width: 1024px) {
      .topic .blog-wrapper .block {
        padding: 0 35px; } }
    @media (max-width: 992px) {
      .topic .blog-wrapper .block {
        padding: 0; } }
    @media (max-width: 992px) {
      .topic .blog-wrapper .block p {
        margin: 0 auto; } }

.block {
  position: relative;
  padding: 30px;
  box-sizing: border-box;
  min-height: 298px; }
  .block .btn {
    position: absolute;
    bottom: -20px;
    background: #FFFFFF;
    border: 2px solid #F01D97;
    box-sizing: border-box;
    border-radius: 20px;
    width: 100px;
    padding: 6px 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #153B77;
    font-size: 13px;
    transition: all .3s; }
    @media (max-width: 1024px) {
      .block .btn {
        bottom: 10px;
        right: 10px; } }

.block h5 {
  margin-bottom: 25px;
  color: #153B77;
  font-weight: 500; }

.block p {
  margin-bottom: 35px; }

.link-block {
  text-align: right; }

.main-page .reviews-main-list {
  margin-bottom: 58px; }
  .main-page .reviews-main-list h4 {
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .main-page .reviews-main-list h4 {
        padding-right: 0; } }
  .main-page .reviews-main-list .other-list {
    margin: 27px -10px;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .main-page .reviews-main-list .other-list {
        margin: 14px 0 0; } }
  .main-page .reviews-main-list .sm-title-holder {
    min-height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
    .main-page .reviews-main-list .sm-title-holder .image-block {
      min-height: 44px; }
    .main-page .reviews-main-list .sm-title-holder span {
      font-weight: 700;
      font-size: 18px;
      color: #323232;
      transition: all .3s;
      margin-top: 10px; }
      @media (min-width: 768px) {
        .main-page .reviews-main-list .sm-title-holder span {
          margin-top: 20px;
          color: #F01D97;
          font-size: 14px; } }
  @media (max-width: 767px) {
    .main-page .reviews-main-list .d-flex {
      display: block; } }
  @media (max-width: 767px) {
    .main-page .reviews-main-list .d-flex .allposts {
      display: block;
      text-align: right; } }
  @media (max-width: 767px) {
    .main-page .reviews-main-list .other__item {
      padding: 20px 10px 16px; } }
  @media (max-width: 767px) {
    .main-page .reviews-main-list .other__item .allposts {
      margin-top: 9px; } }

.main-page .other__item-holder {
  width: 50%;
  padding: 0 10px;
  margin: 0 0 15px; }
  @media (min-width: 768px) {
    .main-page .other__item-holder {
      margin-bottom: 0; } }
  .main-page .other__item-holder:last-child {
    margin-right: 0; }
  @media (min-width: 768px) {
    .main-page .other__item-holder {
      width: 180px;
      padding: 0;
      margin-right: 20px;
      margin-left: 0; } }
  .main-page .other__item-holder .other__item {
    display: block;
    margin: 0;
    height: 100%;
    width: 100%; }
    @media (min-width: 768px) {
      .main-page .other__item-holder .other__item {
        padding: 33px 25px 25px; } }
    .main-page .other__item-holder .other__item .allposts {
      padding: 0;
      position: static;
      transform: none; }
      .main-page .other__item-holder .other__item .allposts span {
        margin: 0; }
  .main-page .other__item-holder .allposts {
    margin-top: 24px; }
  .main-page .other__item-holder .d-flex {
    align-items: center; }
    @media (max-width: 767px) {
      .main-page .other__item-holder .d-flex {
        display: block; } }
    .main-page .other__item-holder .d-flex .allposts {
      margin: 0;
      display: block;
      text-align: right; }
      @media (min-width: 768px) {
        .main-page .other__item-holder .d-flex .allposts {
          display: inline-block; } }

.guides-section h4,
.reviews-main-list h4 {
  text-transform: uppercase; }

.guides-section .other__item .allposts,
.reviews-main-list .other__item .allposts {
  margin-bottom: 30px; }

.guides-section .d-flex .allposts, .guides-section .other__item .allposts,
.reviews-main-list .d-flex .allposts,
.reviews-main-list .other__item .allposts {
  color: #F01D97;
  font-size: 14px;
  transition: all .3s;
  position: relative;
  padding-right: 19px; }
  .guides-section .d-flex .allposts span, .guides-section .other__item .allposts span,
  .reviews-main-list .d-flex .allposts span,
  .reviews-main-list .other__item .allposts span {
    color: #F01D97;
    font-size: 14px;
    transition: all .3s; }
  .guides-section .d-flex .allposts .hover-img, .guides-section .other__item .allposts .hover-img,
  .reviews-main-list .d-flex .allposts .hover-img,
  .reviews-main-list .other__item .allposts .hover-img {
    opacity: 0; }
  .guides-section .d-flex .allposts:hover, .guides-section .other__item .allposts:hover,
  .reviews-main-list .d-flex .allposts:hover,
  .reviews-main-list .other__item .allposts:hover {
    color: #000; }
    .guides-section .d-flex .allposts:hover span, .guides-section .other__item .allposts:hover span,
    .reviews-main-list .d-flex .allposts:hover span,
    .reviews-main-list .other__item .allposts:hover span {
      color: #000; }

.sprite-arrow {
  width: 33px;
  height: 24px;
  background: url(../img/sprite-arrows.png) no-repeat no-repeat 0 0; }

.other__item {
  position: relative; }
  .other__item:hover .sprite-arrow {
    background-position: 0 -36px; }

.allposts {
  display: inline-block; }

.allposts span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  color: #593f6e;
  line-height: 30px; }

.allposts img {
  display: inline-block;
  vertical-align: middle; }

section.mission {
  margin-bottom: 120px; }

.mission h4, section.topic h4 {
  margin-bottom: 25px; }

section.topic {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 240px; }
  @media (max-width: 992px) {
    section.topic {
      padding-bottom: 190px; } }

.img-decor {
  position: absolute;
  bottom: 0; }

.decor-left {
  left: 0; }

.decor-right {
  right: 0; }

section.topic .block > p:nth-of-type(1) {
  margin-bottom: 30px; }

.topic-links {
  width: 50%; }

.link-list {
  max-width: 470px;
  margin-left: auto;
  overflow: hidden;
  margin-right: -52px; }

.link-list__item {
  text-align: center;
  width: 50%;
  float: left; }

.link-list__item > img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px; }

.link-list__item .allposts {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 24px;
  font-weight: 600; }

.links-list-row {
  overflow: hidden;
  margin-bottom: 100px; }

.links-list-row:last-child {
  margin-bottom: 0; }

/*Star rating*/
.fa {
  width: 27px;
  height: 25px;
  background: url(../img/sprite-star.png) no-repeat;
  cursor: pointer;
  margin-left: 5px; }

.fa:first-child {
  margin-left: 0; }

.fa-star {
  background-position: 0 0; }

.fa-star-o {
  background-position: 0 -39px; }

@media (min-width: 768px) {
  .row-holder {
    display: flex;
    align-items: center;
    margin: 0 -10px; } }

.guides-section {
  padding-bottom: 20px; }
  .guides-section h4 {
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 1.2; }
  .guides-section .row-holder .d-flex {
    align-items: unset; }
  .guides-section .title-block {
    display: block; }
    @media (min-width: 768px) {
      .guides-section .title-block {
        display: flex; } }
    @media (max-width: 767px) {
      .guides-section .title-block .allposts {
        display: block;
        text-align: right; } }
  .guides-section .d-flex {
    align-items: center;
    margin-bottom: 45px; }
    @media (max-width: 767px) {
      .guides-section .d-flex {
        flex-direction: column;
        align-items: center;
        justify-content: center; } }
    .guides-section .d-flex.guides-title {
      display: block; }
      @media (min-width: 768px) {
        .guides-section .d-flex.guides-title {
          display: flex; } }
      @media (max-width: 767px) {
        .guides-section .d-flex.guides-title .allposts {
          display: block;
          text-align: right;
          padding-right: 0; } }
  .guides-section .row-holder {
    align-items: unset;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .guides-section .row-holder {
        margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .guides-section .col-6 {
      width: 50%;
      padding: 0 10px; } }
  .guides-section .number-block {
    width: 80px;
    height: 80px;
    background: linear-gradient(360deg, #B3E0FF 0%, #FFFFFF 55.63%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f01d97;
    font-size: 44px;
    border-radius: 50%;
    border-bottom: 2px solid #F01D97;
    margin: 0 auto 10px; }
    @media (min-width: 768px) {
      .guides-section .number-block {
        margin: -21px 20px 0 0; } }
  @media (min-width: 768px) {
    .guides-section .text-holder {
      padding-right: 72px; } }
  @media (min-width: 768px) {
    .guides-section .text-holder.image .text {
      width: calc(100% - 100px); } }
  .guides-section .text-holder .d-flex {
    margin-bottom: 0; }
  .guides-section p {
    margin-bottom: 18px;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .guides-section p {
        margin-bottom: 20px; } }
  .guides-section h2 {
    color: #153b77;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 19px;
    text-align: center; }
    @media (min-width: 768px) {
      .guides-section h2 {
        text-align: left;
        margin-bottom: 30px;
        font-size: 24px; } }

.team-section {
  position: relative;
  padding-bottom: 300px; }
  @media (min-width: 768px) {
    .team-section {
      padding-bottom: 240px; } }
  .team-section .button-holder {
    border-radius: 45px;
    background: #E8E8E8;
    padding: 5px; }
    @media (min-width: 768px) {
      .team-section .button-holder {
        max-width: 380px; } }
  .team-section .btn {
    text-transform: uppercase;
    width: 100%;
    background: #fff;
    display: block; }
    .team-section .btn:hover {
      background: #F01D97; }
  .team-section h4 {
    margin-bottom: 25px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .team-section h4 {
        margin-bottom: 74px; } }
  .team-section .row-holder {
    align-items: unset;
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .team-section .row-holder {
        flex-direction: row; } }
  @media (min-width: 768px) {
    .team-section .team-info {
      width: 50%;
      padding: 0 10px; } }
  @media (max-width: 767px) {
    .team-section .team-info {
      order: 2; } }
  .team-section .team-text p {
    line-height: 1.45; }
  @media (min-width: 768px) {
    .team-section .avatar-wrapper {
      width: 50%;
      padding: 0 10px; } }
  .team-section .team-text {
    margin-bottom: 23px; }
    @media (min-width: 768px) {
      .team-section .team-text {
        padding-right: 79px; } }
  .team-section .about-team-link {
    display: inline-block;
    color: #f01d97;
    text-decoration: underline;
    margin-bottom: 42px; }
    .team-section .about-team-link:hover {
      text-decoration: none; }
  .team-section .avatars {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .team-section .avatars {
        max-width: 473px;
        margin-top: -35px;
        padding-left: 8px; } }
  .team-section .avatar-block {
    margin-bottom: 25px;
    text-align: center; }
    @media (min-width: 768px) {
      .team-section .avatar-block {
        margin-bottom: 41px; } }
  .team-section .image-block {
    width: 140px;
    border-radius: 50%;
    border: 3px solid #C4C4C4;
    margin-bottom: 17px;
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      .team-section .image-block {
        width: 171px;
        margin-bottom: 23px; } }
    .team-section .image-block img {
      display: inline-block;
      max-width: 100%;
      border-radius: 50%; }
  .team-section .name {
    display: inline-block;
    font-size: 16px; }
    @media (min-width: 768px) {
      .team-section .name {
        font-size: 18px; } }

.search-form-holder {
  max-width: 380px; }
  .search-form-holder .search-form {
    margin-bottom: 26px; }
  .search-form-holder .broker-name::-webkit-input-placeholder {
    color: #153B77;
    font-weight: 700; }
  .search-form-holder .broker-name::-moz-placeholder {
    opacity: 1;
    color: #153B77;
    font-weight: 700; }
  .search-form-holder .broker-name:-moz-placeholder {
    color: #153B77;
    font-weight: 700; }
  .search-form-holder .broker-name:-ms-input-placeholder {
    color: #153B77;
    font-weight: 700; }
  .search-form-holder .broker-name.placeholder {
    color: #153B77;
    font-weight: 700; }
  .search-form-holder .btn {
    width: 100%;
    min-height: 50px; }
  @media (max-width: 767px) {
    .search-form-holder .aside-btn {
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center; } }

footer {
  padding: 45px 0;
  background-color: #0f0e26; }
  @media (max-width: 992px) {
    footer {
      margin-top: 60px; } }
  footer .d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 992px) {
      footer .d-flex {
        order: 3; } }
  footer .menu li {
    padding-bottom: 15px;
    margin-left: 25px; }
    footer .menu li a {
      color: #D3D3D3;
      font-weight: 500; }
  footer .logo-mob {
    order: 1; }
    @media (min-width: 992px) {
      footer .logo-mob {
        display: none; } }
  footer .logo-desktop {
    display: none; }
    @media (min-width: 992px) {
      footer .logo-desktop {
        display: block; } }
  @media (max-width: 992px) {
    footer .center-box {
      display: flex;
      flex-direction: column; } }
  footer .menu-wrapper {
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%; }
    @media (min-width: 768px) {
      footer .menu-wrapper {
        width: auto;
        align-items: center; } }
    @media (min-width: 768px) {
      footer .menu-wrapper .menu {
        margin-bottom: 35px; } }
  footer .small-links {
    display: flex;
    justify-content: flex-end; }
  footer .links,
  footer .social-links {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none; }
  footer .social-links li {
    padding: 0 10px; }
  footer .links li {
    padding: 0  15px; }
    footer .links li a {
      text-decoration: none;
      font-size: 14px;
      color: #d3d3d3;
      text-transform: uppercase; }

.footer-links-holder {
  display: flex;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .footer-links-holder {
      margin-top: 10px; } }

.copy {
  font-size: 16px;
  color: #D3D3D3;
  line-height: 29px;
  margin-top: 0; }
  @media (max-width: 992px) {
    .copy {
      order: 2;
      margin: 30px 0; } }
  .copy a {
    color: #D3D3D3 !important; }

.content-main {
  margin-top: 75px; }

.content__left h1, h1.inner-main-ttl {
  font-family: "Roboto";
  margin-bottom: 50px;
  font-size: 48px;
  color: #153B77; }
  @media (max-width: 992px) {
    .content__left h1, h1.inner-main-ttl {
      margin-bottom: 30px;
      font-size: 36px;
      line-height: 40px; } }

.rev-date {
  display: block;
  margin-bottom: 10px; }

.acc--tbl {
  margin-top: 54px;
  text-align: left;
  margin-bottom: 120px; }

.acc--tbl th {
  padding-bottom: 20px;
  font-weight: 400;
  width: 100px; }

th.acc-types-cell {
  font-size: 24px;
  font-weight: bold; }

.acc--tbl tr:nth-child(even) {
  background-color: #f8f5ff; }

h5.advttl {
  font-family: "Roboto";
  margin-bottom: 25px !important; }

.content-bx h5.advttl {
  font-size: 24px; }

.subttl {
  display: inline-block;
  padding-left: 25px;
  font-weight: bold;
  margin-bottom: 15px; }

.advsubttl {
  background: url(../img/plus.png) no-repeat left center; }

.disadvsubttl {
  background: url(../img/minus.png) no-repeat left center; }

.advp {
  margin-bottom: 35px !important; }

.advp a {
  color: #593f6e;
  text-decoration: underline; }

.content-bx p.advp {
  margin-top: 0; }

.screen-box {
  margin: 40px 0 0;
  width: 100%;
  border: 20px solid #f8f5ff;
  box-sizing: border-box; }

.screen-box img {
  width: 100%; }

.conttl {
  margin-bottom: 30px; }

.other-rev {
  margin: 40px 0; }

.ttlLabel {
  margin-top: 100px; }

.other-rev h5 {
  margin-bottom: 35px; }

.content-bx .other-rev h5 {
  font-size: 24px; }

.other__item {
  text-align: center;
  padding: 50px 25px 25px;
  width: 25%;
  margin-left: 40px;
  border: 2px solid #9BBEF4;
  box-sizing: border-box;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2);
  border-radius: 20px; }

.reviews-main-list .other__item {
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 992px) {
    .reviews-main-list .other__item {
      margin-left: 0;
      margin-bottom: 20px;
      padding: 40px 15px 20px; } }

.reviews-main-list .other__item {
  box-sizing: border-box;
  margin-right: 20px; }
  @media (max-width: 992px) {
    .reviews-main-list .other__item {
      position: relative;
      width: 162px; } }
  @media (max-width: 520px) {
    .reviews-main-list .other__item {
      margin-right: 0; } }

.other__item:first-child {
  margin-left: 0; }

.other__item .allposts {
  margin-top: 35px; }

.reviews-main-list {
  margin-bottom: 120px; }
  @media (max-width: 992px) {
    .reviews-main-list {
      margin-bottom: 70px; } }

.reviews-main-list h4 {
  margin-bottom: 25px; }
  @media (max-width: 992px) {
    .reviews-main-list h4 {
      margin-bottom: 0;
      text-transform: uppercase; } }

.reviews-main-list .allposts {
  margin-bottom: 30px; }
  @media (max-width: 992px) {
    .reviews-main-list .allposts {
      margin-top: 10px; } }
  .reviews-main-list .allposts span {
    color: #000;
    font-size: 18px; }

.reviews-main-list .other__item .allposts {
  margin-top: 0;
  margin-bottom: 0; }
  @media (max-width: 992px) {
    .reviews-main-list .other__item .allposts {
      margin-top: 30px;
      position: absolute;
      left: 15px;
      right: 15px;
      top: 78px; } }

.user-rev h5 {
  margin-bottom: 30px; }

.content-bx .user-rev h5 {
  font-size: 24px;
  margin-bottom: 20px; }

.user-rev-header {
  padding-bottom: 25px;
  border-bottom: 2px solid #eee6ff; }

.sel-ttl, .custom-select {
  display: inline-block;
  vertical-align: middle; }

.sel-ttl {
  margin-right: 15px; }

.custom-select {
  position: relative;
  width: 183px;
  height: 48px;
  border: 2px solid #eee6ff;
  background: url(../img/arrow-select.png) no-repeat 88% center;
  cursor: pointer; }

.open-select {
  border-bottom: 2px solid transparent; }

.custom-sel-val {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 40px 5px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.custom-sel-val img, .custom-sel-val span {
  display: inline-block;
  vertical-align: middle; }

.custom-sel-val span {
  margin-left: 10px; }

.custom-sel-options {
  display: none;
  position: absolute;
  width: 183px;
  top: 48px;
  left: -2px;
  border: 2px solid #eee6ff;
  border-top: none;
  background: #fff; }

.custom-sel-options__item {
  cursor: pointer; }

.write-rev--btn {
  float: right;
  background: url(../img/plus.png) no-repeat 15px center;
  padding-left: 40px;
  width: auto;
  text-decoration: none !important; }

.user-rev-list {
  margin-bottom: 120px; }

.user-rev-list__row {
  padding: 20px 0;
  border-bottom: 2px solid #eee6ff; }

.user-rev-list-bx {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px; }

.user-rev-list-bx:first-child {
  margin-left: 0; }

.user-rev-list__row-cap {
  margin-bottom: 10px; }

.siteOverview {
  margin-top: 70px;
  padding-left: 20px; }

.like-row {
  margin: 30px 0;
  justify-content: space-between; }

.like__item img {
  display: inline-block;
  vertical-align: middle; }

.like__counter {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle; }

.site-overview-details img {
  display: inline-block;
  vertical-align: middle; }

.site-overview-details p {
  margin-bottom: 5px; }

.site-overview-details a {
  text-decoration: underline; }

.quote-box {
  margin-top: 90px;
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
  border-bottom: 10px solid #eee6ff;
  font-size: 24px;
  line-height: 30px;
  max-width: 235px; }

.quote-box img {
  position: absolute;
  top: -35px;
  left: 0;
  z-index: -1; }

.content-bx .quote-box img {
  margin-top: 0; }

.scrollTopWrapper {
  display: none; }

.scroll-top-btn {
  position: fixed;
  width: 50px;
  height: 50px;
  text-align: center;
  bottom: 250px;
  right: 210px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  background: #fff; }

.scroll-top-btn img {
  transform: rotate(180deg); }

.leave-comment-form {
  display: none;
  margin: 25px 0; }
  .leave-comment-form textarea {
    padding: 15px; }

.leave-comment-form h5 {
  margin-bottom: 35px; }

.leave-comment-form input[type="text"], .leave-comment-form input[type="email"] {
  max-width: 500px;
  color: #565656;
  font-family: "Roboto";
  border: 2px solid #9BBEF4;
  box-sizing: border-box;
  border-radius: 20px; }

.leave-comment-form textarea {
  margin: 35px 0;
  max-width: 100%;
  height: 200px;
  color: #565656;
  border: 2px solid #9BBEF4;
  box-sizing: border-box;
  border-radius: 20px;
  font-family: "Roboto"; }

.leave-comment-form .btn {
  transition: all .3s;
  display: block;
  width: 140px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  outline: none;
  border-image: none;
  border: 2px solid #F01D97;
  box-sizing: border-box;
  border-radius: 20px; }
  .leave-comment-form .btn:hover {
    background: #F01D97;
    color: #fff; }

.leave-comment-form form {
  max-width: 750px; }

.form-like {
  float: right; }

.form-like__item i {
  display: block;
  width: 60px;
  height: 52px;
  background: url(../img/sprite.png) no-repeat;
  cursor: pointer; }

.form-like-icon i {
  background-position: -8px -8px; }

.form-like-icon .form-icon-active, .form-like-icon i:hover {
  background-position: -8px -72px; }

.form-dislike-icon i {
  background-position: -70px -8px; }

.form-dislike-icon .form-icon-active, .form-dislike-icon i:hover {
  background-position: -70px -72px; }

.form-like .form-like__item {
  display: inline-block;
  vertical-align: middle; }

.form-like .form-like__item:first-child {
  margin-right: 15px; }

.contact-form .field-set {
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 992px) {
    .contact-form .field-set {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; } }

.contact-form .field-set input {
  width: 50%; }
  @media (max-width: 992px) {
    .contact-form .field-set input {
      width: 100%;
      max-width: 100%;
      margin-bottom: 35px; } }

@media (max-width: 992px) {
  .contact-form .field-set input:last-child {
    margin-bottom: 0; } }

.contact-form .field-set input:first-child {
  margin-right: 40px; }
  @media (max-width: 992px) {
    .contact-form .field-set input:first-child {
      margin-right: 0; } }

.write-us .allposts {
  font-size: 24px; }

.our-email {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
  font-family: "Roboto";
  font-size: 18px;
  color: #593f6e; }

.write-us {
  margin-top: 32px;
  margin-bottom: 30px; }

.form-send-result {
  display: none;
  font-size: 28px;
  color: green;
  line-height: 1.2; }

.sand-btn {
  display: none;
  border: 0;
  background: none;
  outline: none;
  cursor: pointer;
  margin-left: auto;
  z-index: 3; }

/*mobile menu*/
.mobile-menu {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 102px 40px 15px;
  background: #153B77;
  z-index: 2; }

.mobile-menu .sub-menu {
  display: block;
  position: relative;
  left: 0;
  margin-left: 0;
  padding: 0;
  margin-top: 15px;
  width: 100%;
  background: none;
  border-top: 0; }

.mobile-menu .sub-menu li:first-child {
  cursor: pointer;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #EEE6FF;
  text-align: left; }

.mobile-menu .sub-menu li:first-child:hover a {
  color: #593f6e; }

.mobile-menu .sub-menu li a {
  line-height: 24px !important; }

.mobile-menu .sub-menu li:last-child {
  padding: 4px;
  margin: 20px 0 10px 0;
  box-sizing: border-box; }

.mobile-menu .menu li {
  width: 100%; }

.mobile-menu .window-search-field {
  margin-bottom: 20px; }
  .mobile-menu .window-search-field input.s {
    height: 50px;
    border: 2px solid #F01D97;
    box-sizing: border-box;
    border-radius: 25px; }
    .mobile-menu .window-search-field input.s ::placeholder {
      color: #153B77;
      font-size: 18px; }

.mobile-menu button.search-window-submit {
  background: #F01D97;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 0; }

.mobile-menu-header {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px; }

.mobile-menu .menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }

.mobile-menu .menu li {
  margin-left: 0; }

.mobile-menu .menu li a {
  line-height: 36px;
  color: #fff; }

.mobile-menu input {
  font-size: 16px;
  height: 40px; }

@media (max-width: 992px) {
  h1 {
    font-size: 30px;
    line-height: 36px; }
  h4 {
    font-size: 30px; }
  h5 {
    font-size: 20px; }
  p {
    font-size: 16px; }
  section.about, section.blog, section.mission, section.brokers {
    margin-bottom: 75px; }
  section.blog {
    margin-bottom: 0; }
    section.blog .block {
      color: #565656;
      line-height: 20px; }
  section.brokers {
    margin-bottom: 4px; }
  header .menu-wrapper {
    display: none; }
  .sand-btn {
    display: block; }
  .logo img {
    width: 170px;
    z-index: 3; }
  .about-text {
    margin-bottom: 35px; }
  .about-text h1 {
    margin-bottom: 12px; }
  .about-text p {
    margin-bottom: 20px; }
  .mob-img {
    display: block; }
  section.about {
    height: auto;
    margin-bottom: 30px; }
  .bokers-tbl {
    display: none; }
  .brokers h4 {
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 35px; }
  .brokers-slider-wrapper {
    display: block; }
    .brokers-slider-wrapper .slick-slide {
      height: auto; }
  .blog-wrapper {
    flex-direction: column;
    margin-bottom: 25px; }
    .blog-wrapper img {
      display: inline-block;
      max-width: 100%; }
  .blog h4, .block h5, .mission h4, section.topic h4 {
    margin-bottom: 15px; }
  section.topic h4 {
    text-transform: uppercase; }
  .blog h4 {
    margin: 0;
    text-transform: uppercase; }
  .blog .allposts {
    max-width: 490px;
    margin: 0 auto;
    display: block; } }
  @media (max-width: 992px) and (max-width: 992px) {
    .blog .allposts {
      margin-top: 10px;
      margin-bottom: 20px; } }

@media (max-width: 992px) {
  .block h5 br {
    display: none; }
  .block p {
    margin-bottom: 25px; }
  .block {
    margin-bottom: 30px; }
  .block:last-child {
    margin-bottom: 0; }
  .mission .blog-wrapper {
    flex-direction: column-reverse;
    margin-bottom: 0; }
  .mission img {
    display: block;
    max-width: 490px;
    width: 100%;
    margin: 0 auto; }
  .mission p {
    margin-bottom: 0; }
  .mission .block {
    margin-bottom: 0; }
  .topic-links {
    width: 100%; }
  .link-list {
    margin: 0;
    max-width: 100%; }
  .links-list-row {
    margin-bottom: 30px; }
  footer {
    padding: 35px 0;
    margin-top: 0; }
  footer .menu li:first-child {
    margin-left: 0; }
  footer .menu {
    display: flex;
    margin-bottom: 25px; }
  footer .menu li {
    margin-left: 25px; }
  footer .menu-search {
    margin-left: 0;
    margin-right: 15px; }
  .copy {
    display: inline-block;
    float: none; }
  .mobile-menu ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: "Roboto" !important;
    font-size: 16px !important; }
  .mobile-menu ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Roboto" !important;
    font-size: 16px !important; }
  .mobile-menu :-ms-input-placeholder {
    /* IE 10+ */
    font-family: "Roboto" !important;
    font-size: 16px !important; }
  .mobile-menu :-moz-placeholder {
    /* Firefox 18- */
    font-family: "Roboto" !important;
    font-size: 16px !important; } }

@media only screen and (min-width: 993px) and (max-width: 1290px) {
  .link-list {
    margin-right: 0; } }

@media only screen and (min-width: 993px) and (max-width: 1050px) {
  .mission .block:first-child, .blog .block:first-child {
    margin-right: 25px; } }

@media (max-width: 992px) {
  .other-list {
    justify-content: space-between;
    align-items: flex-start; } }

@media (max-width: 992px) and (min-width: 768px) {
  flex-wrap: wrap; }

/*
*Review page
*/
.review-section {
  position: relative;
  padding-bottom: 240px; }
  @media (min-width: 768px) {
    .review-section .review-list-content {
      max-width: 1080px; } }
  .review-section .country-drop {
    margin-bottom: 19px; }
  @media (min-width: 768px) {
    .review-section .content__left {
      padding-right: 75px; } }

.single-review .other__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto; }
  .single-review .other__item .allposts img {
    transition: all .3s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 93px; }
  .single-review .other__item .allposts .hover-img {
    opacity: 0; }
  .single-review .other__item:hover .allposts img {
    opacity: 0; }
    .single-review .other__item:hover .allposts img.hover-img {
      opacity: 1; }

.single-review .com_bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #565656; }

.single-review .separate {
  margin: 0 5px; }

.single-review .content__left {
  color: #565656; }

.single-review .content-bx h5.advttl {
  color: #f01d97;
  font-size: 30px;
  text-transform: uppercase; }

.single-review .content-bx h2 {
  font-size: 18px;
  color: #153b77;
  margin-top: 30px; }

.single-review .content-bx .ttlLabel h4 {
  color: #f01d97;
  font-size: 30px;
  text-transform: uppercase; }

.single-review .content-bx .ttlLabel.conttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #9BBEF4; }
  .single-review .content-bx .ttlLabel.conttl .label {
    background: none;
    font-size: 18px;
    color: #153b77;
    text-transform: uppercase;
    font-weight: 500; }

.single-review .content-bx .other-rev h5 {
  font-size: 34px;
  font-weight: 500;
  color: #153b77; }

.single-review .content-bx .bottom-rev {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.single-review .content-bx .flex-block {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }

.single-review .content-bx .btn-holder {
  border-radius: 20px;
  background: #E8E8E8;
  padding: 4px; }
  @media (min-width: 768px) {
    .single-review .content-bx .btn-holder {
      display: inline-block; } }

.single-review .content-bx .write-rev--btn {
  margin-top: 0;
  border: 2px solid #F01D97;
  box-sizing: border-box;
  border-radius: 20px;
  background: #fff;
  font-size: 18px;
  color: #153b77;
  padding: 6px 22px 6px 17px;
  position: relative;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  transition: all .3s; }
  .single-review .content-bx .write-rev--btn:hover {
    background: #F01D97;
    color: #fff; }
  .single-review .content-bx .write-rev--btn .plus {
    margin-right: 6px; }

.single-review .content-bx .user-rev-list__row-cap {
  display: flex;
  align-items: center; }

.single-review .content-bx .user-rev-list__row {
  border-bottom: 1px dashed #F01D97; }

.single-review .content-bx .user-rev-header {
  border-bottom: 2px solid #9BBEF4; }

.single-review .content-bx .user-rev-list-bx {
  display: flex;
  align-items: center; }

.single-review .comment-form input {
  height: 40px; }

.single-review .field-set {
  display: flex;
  align-items: center; }

.single-review .star-rating {
  display: flex;
  align-items: center;
  margin-left: 30px; }

@media (min-width: 992px) {
  .review-text {
    max-width: 780px; } }

.review-text hr {
  display: none; }

.review-text h3 {
  margin-bottom: 16px;
  font-size: 18px; }
  @media (min-width: 768px) {
    .review-text h3 {
      margin-bottom: 25px;
      font-size: 24px; } }

@media (min-width: 992px) {
  .mobile {
    display: none; } }

.desktop {
  display: none; }
  @media (min-width: 992px) {
    .desktop {
      display: block; } }

.review-item {
  background: #FFFFFF;
  border: 2px solid #9BBEF4;
  box-sizing: border-box;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 22px; }
  @media (max-width: 992px) {
    .review-item {
      display: flex;
      flex-direction: column-reverse; } }
  @media (min-width: 768px) {
    .review-item {
      display: flex;
      padding: 40px 30px; } }
  @media (min-width: 768px) {
    .review-item .content__right {
      padding-top: 57px;
      padding-left: 0; } }
  @media (max-width: 992px) {
    .review-item .comment__item-ttl {
      text-align: center; } }
  .review-item .comment__item-ttl .rating-list {
    display: flex; }
  @media (max-width: 992px) {
    .review-item .site-logo {
      margin: 0 auto;
      text-align: center; } }
  @media (max-width: 992px) {
    .review-item .com_bx {
      justify-content: center; } }
  @media (max-width: 992px) {
    .review-item .btn-block {
      text-align: right; } }
  .review-item .btn-block .btn {
    margin-top: 0; }
  @media (max-width: 992px) {
    .review-item .review-count {
      display: block;
      text-align: center; } }
  .review-item .site-data {
    position: static;
    text-align: center;
    color: #153B77; }
    @media (min-width: 992px) {
      .review-item .site-data {
        text-align: left; } }

.review-list__item {
  margin-bottom: 110px; }
  @media (max-width: 992px) {
    .review-list__item {
      position: relative;
      margin-bottom: 75px; } }

.review-list__item:last-child {
  margin-bottom: 0; }

.site-data {
  margin-bottom: 20px; }

.site-name {
  margin-right: 15px;
  font-family: helveticaneuecyrMedium;
  font-size: 24px;
  line-height: 30px; }

.site-date {
  font-size: 16px;
  line-height: 20px;
  display: block;
  color: #565656; }
  @media (min-width: 992px) {
    .site-date {
      display: inline-block; } }

.raiting-name,
.review-count {
  font-size: 18px;
  color: #565656;
  font-weight: 500; }

.review-list__item p {
  margin-bottom: 25px; }

.read-review--btn {
  width: 120px;
  padding: 6px 2px;
  border-image: none;
  background: #FFFFFF;
  border: 2px solid #F01D97;
  box-sizing: border-box;
  border-radius: 20px;
  color: #153B77;
  transition: all .3s;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 56px; }
  .read-review--btn:hover {
    background: #F01D97;
    color: #fff; }

.site-logo {
  margin-bottom: 40px; }
  @media (max-width: 992px) {
    .site-logo {
      margin-top: 50px; } }

.site-logo img {
  max-width: 210px; }

@media (max-width: 992px) {
  .review-list__item .content-bx {
    flex-direction: column-reverse; }
  .site-data {
    position: absolute;
    top: 0; } }

/*
*Blog
*/
.news-top {
  margin-bottom: 60px; }

.news-top .news-ttl {
  max-width: 100%; }

.news-top .news__item-thumbl {
  width: 100%;
  margin-bottom: 17px; }

.news-top .news__item-thumbl img {
  width: 100%;
  max-width: 100%; }

.news__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px; }

.news__item:last-child {
  margin-bottom: 0; }

.news__item-thumbl {
  width: 235px;
  margin-right: 40px; }
  @media (max-width: 600px) {
    .news__item-thumbl {
      width: 100%;
      margin-bottom: 17px; } }

.news__item-thumbl a {
  display: block;
  width: 100%;
  margin-top: 0 !important; }

.news__item-thumbl a img {
  margin-top: 0;
  max-width: 235px; }

.news-date {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px; }

.news-ttl {
  display: block;
  max-width: 305px;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #593f6e; }

.get-update-wrapper h5 {
  margin-bottom: 35px; }
  @media (max-width: 992px) {
    .get-update-wrapper h5 {
      margin-top: 50px; } }

.get-updates--form input {
  color: #593f6e;
  font-family: "Roboto";
  margin-bottom: 40px; }

.get-updates--form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Roboto";
  font-size: 18px;
  color: #593f6e; }

.get-updates--form ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Roboto";
  font-size: 18px;
  color: #593f6e;
  opacity: 1; }

.get-updates--form :-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Roboto";
  font-size: 18px;
  color: #593f6e; }

.get-updates--form :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Roboto";
  font-size: 18px;
  color: #593f6e;
  opacity: 1; }

.get-updates--form .btn {
  display: block;
  width: 140px;
  font-family: "Roboto";
  text-align: center;
  background: #fff;
  cursor: pointer;
  outline: none; }

.news-main-container .content__right {
  padding-left: 75px; }
  @media (max-width: 992px) {
    .news-main-container .content__right {
      padding-left: 0; } }

@media (max-width: 600px) {
  .news__item {
    flex-direction: column; }
  .news__item-thumbl a img {
    width: 100%;
    max-width: 100%;
    height: 290px; } }

/*
*Blog post
*/
.blog-post-title {
  max-width: 850px; }
  @media (max-width: 992px) {
    .blog-post-title {
      margin-bottom: 10px !important; } }

.news-post p {
  margin-bottom: 30px; }

.news-post h5 {
  margin-bottom: 30px; }
  @media (max-width: 992px) {
    .news-post h5 {
      margin-top: 60px;
      margin-bottom: 35px;
      font-size: 24px; } }

.news-post img {
  width: 100%;
  margin-bottom: 30px; }

.pagination-post {
  margin-top: 70px; }

.pagination-post .page-prev {
  display: block; }

.pag-btn span {
  display: inline-block;
  vertical-align: middle;
  font-family: "Roboto";
  font-size: 18px;
  line-height: 24px;
  color: #593f6e; }

.pagination-post .pag-btn {
  display: inline-block; }

.pag-btn img {
  display: inline-block;
  vertical-align: middle; }

.pagination-post .page-next {
  margin-left: 0; }

.pagination-post .page-prev {
  margin-right: 40px; }

.pagination-post .page-prev span {
  margin-left: 10px; }

.pagination-post .page-next span {
  margin-right: 10px; }

/*
* Who we are
*/
.contacts-mission {
  margin-bottom: 30px; }

.contacts-main-container .content__left {
  width: 690px; }
  @media (max-width: 992px) {
    .contacts-main-container .content__left {
      width: 100%; } }

.contacts-main-container .content__right {
  padding-left: 0;
  max-width: 500px; }
  @media (max-width: 992px) {
    .contacts-main-container .content__right {
      max-width: 100%; } }
  .contacts-main-container .content__right.desktop {
    display: none; }
    @media (min-width: 768px) {
      .contacts-main-container .content__right.desktop {
        display: block; } }

.contacts-main-text {
  margin-bottom: 110px; }
  @media (max-width: 992px) {
    .contacts-main-text {
      margin-bottom: 50px; } }

.contact-section {
  position: relative;
  padding-bottom: 270px; }
  @media (min-width: 992px) {
    .contact-section {
      padding-bottom: 300px; } }
  .contact-section .inner-main-ttl {
    margin-bottom: 30px; }
  .contact-section .our-email {
    color: #000;
    font-weight: 600; }
  .contact-section .leave-comment-form {
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .contact-section .leave-comment-form {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .contact-section .image-block.mobile {
      display: none; } }

.contacts-main-text .ttl-small {
  color: #153B77;
  font-weight: 500;
  margin-top: 0; }
  @media (min-width: 768px) {
    .contacts-main-text .ttl-small {
      font-size: 24px; } }

.contacts-main-text h5 {
  margin-bottom: 30px; }
  @media (max-width: 992px) {
    .contacts-main-text h5 {
      font-size: 24px; } }

.contacts-main-text p {
  max-width: 500px; }
  @media (max-width: 992px) {
    .contacts-main-text p {
      max-width: 100%; } }

.content-bx .contacts-mission {
  color: #565656;
  margin-bottom: 110px; }
  @media (max-width: 992px) {
    .content-bx .contacts-mission {
      margin-bottom: 50px; } }
  .content-bx .contacts-mission p {
    color: #565656; }

.contacts-topics p {
  margin-bottom: 30px; }

.contacts-topics p:last-child {
  margin-bottom: 0; }

.contacts-main-container .write-us {
  margin-top: 0; }

@media (max-width: 470px) {
  .write-us .allposts img {
    transform: rotate(90deg); } }

.leave-comment-form {
  max-width: 690px; }
  .leave-comment-form .btn-holder {
    display: block;
    border-radius: 20px;
    background: #E8E8E8;
    padding: 4px; }
    @media (min-width: 768px) {
      .leave-comment-form .btn-holder {
        display: inline-block; } }
  .leave-comment-form .btn {
    padding: 7px 20px; }
    @media (max-width: 767px) {
      .leave-comment-form .btn {
        width: 100%; } }

.contacts-right-head {
  margin-top: -30px; }
  @media (max-width: 992px) {
    .contacts-right-head {
      margin-top: 0;
      margin-bottom: 80px; } }

.contacts-right-head img {
  max-width: 100%; }

.contacts-right-content .link-list {
  margin-top: 50px;
  margin-right: auto;
  width: 470px;
  margin-right: auto; }

.contacts-right-content .links-list-row {
  margin-bottom: 70px; }

.contacts-right-content .links-list-row:last-child {
  margin-bottom: 0; }

@media (max-width: 500px) {
  .contacts-mission p br {
    display: none; } }

/*
*Topic page
*/
.topic-link-list a {
  display: block;
  width: 187px;
  float: none;
  margin-bottom: 40px;
  border: 2px solid #EEE6FF;
  padding: 20px;
  box-sizing: border-box; }

.topic-link-list a:last-child {
  margin-bottom: 0; }

.topic-content-right-wrap h5 {
  margin-bottom: 35px; }

@media (max-width: 992px) {
  .topic-link-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .topic-content-right-wrap {
    margin-top: 30px; }
  .topic-content-right-wrap h5 {
    font-size: 24px; } }

/*
*Search
*/
.search-result-section {
  position: relative;
  padding-bottom: 270px; }
  @media (min-width: 768px) {
    .search-result-section {
      padding-bottom: 230px; } }

.search-window {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 8, 26, 0.95);
  z-index: 1000; }

.search-window-content {
  position: relative;
  margin-top: 120px;
  padding-top: 150px; }
  @media (max-width: 992px) {
    .search-window-content {
      margin-top: 40px;
      padding-top: 46px;
      padding-left: 10px;
      padding-right: 10px; } }

.window-search {
  position: relative; }

button.close-window, button.search-window-submit, .clear {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer; }

.clear {
  display: none;
  top: 15px;
  right: 40px; }

.window-search-field {
  margin-bottom: 65px; }
  @media (max-width: 992px) {
    .window-search-field {
      margin-bottom: 35px; } }

button.search-window-submit {
  top: 10px; }

input.sq {
  position: relative;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  padding-left: 0;
  padding-right: 25px;
  background: none;
  border-radius: 0; }

.seach-exmpl {
  margin-bottom: 32px;
  padding-bottom: 10px;
  border-bottom: 1px solid #7C7583; }

.seach-exmpl a {
  color: #fff;
  font-size: 18px;
  line-height: 24px; }

.window-search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: helveticaneuecyrMedium;
  font-size: 24px;
  color: #fff;
  font-weight: 500; }

.window-search ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: helveticaneuecyrMedium;
  font-size: 24px;
  color: #fff;
  opacity: 1;
  font-weight: 500; }

.window-search :-ms-input-placeholder {
  /* IE 10+ */
  font-family: helveticaneuecyrMedium;
  font-size: 24px;
  color: #fff;
  font-weight: 500; }

.window-search :-moz-placeholder {
  /* Firefox 18- */
  font-family: helveticaneuecyrMedium;
  font-size: 24px;
  color: #fff;
  opacity: 1;
  font-weight: 500; }

@media (max-width: 992px) {
  .window-search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 20px; }
  .window-search ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 20px; }
  .window-search :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 20px; }
  .window-search :-moz-placeholder {
    /* Firefox 18- */
    font-size: 20px; } }

/*
*Search result
*/
.search-results-container ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: helveticaneuecyrMedium;
  font-size: 24px;
  color: #593f6e;
  font-weight: 500; }

.search-results-container ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: helveticaneuecyrMedium;
  font-size: 24px;
  color: #593f6e;
  opacity: 1;
  font-weight: 500; }

.search-results-container :-ms-input-placeholder {
  /* IE 10+ */
  font-family: helveticaneuecyrMedium;
  font-size: 24px;
  color: #593f6e;
  font-weight: 500; }

.search-results-container :-moz-placeholder {
  /* Firefox 18- */
  font-family: helveticaneuecyrMedium;
  font-size: 24px;
  color: #593f6e;
  opacity: 1;
  font-weight: 500; }

.search-results-container input {
  font-family: helveticaneuecyrMedium;
  font-size: 24px;
  line-height: 24px;
  color: #593f6e;
  font-weight: 500; }

.search-results-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }
  @media (max-width: 992px) {
    .search-results-list {
      flex-direction: column; } }

.search-results-list-left {
  width: 340px;
  padding-right: 40px;
  box-sizing: border-box;
  overflow: hidden;
  flex: none;
  display: flex;
  align-items: center; }
  @media (max-width: 992px) {
    .search-results-list-left {
      width: auto;
      padding-right: 0;
      margin-bottom: 15px; } }
  .search-results-list-left .res-ttl,
  .search-results-list-left .res-counter {
    float: none;
    font-size: 18px;
    display: inline-block;
    color: #153B77; }
    @media (min-width: 768px) {
      .search-results-list-left .res-ttl,
      .search-results-list-left .res-counter {
        font-size: 24px; } }
  .search-results-list-left .res-counter {
    margin-left: 10px; }

.res-ttl {
  float: left;
  font-family: helveticaneuecyrMedium;
  font-size: 18px;
  line-height: 30px;
  color: #153B77; }
  @media (max-width: 992px) {
    .res-ttl {
      float: none;
      display: inline-block;
      margin-right: 20px; } }

.res-counter {
  color: #153B77;
  float: right; }
  @media (max-width: 992px) {
    .res-counter {
      float: none;
      display: inline-block; } }

.search-results-list-right {
  padding-left: 40px; }
  @media (max-width: 992px) {
    .search-results-list-right {
      border-left: 0;
      padding-left: 0; } }

.search-results-list-right a {
  margin-bottom: 10px; }

.search-results-list__item {
  width: 100%;
  padding: 30px 0;
  border-top: 1px dashed #F01D97; }
  @media (max-width: 767px) {
    .search-results-list__item {
      padding: 15px 0; } }
  .search-results-list__item .serach-flx {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .search-results-list__item .serach-flx {
        margin-bottom: 30px; } }
    .search-results-list__item .serach-flx a {
      margin-bottom: 0;
      color: #153B77; }
      @media (max-width: 767px) {
        .search-results-list__item .serach-flx a {
          font-size: 18px; } }

.search-results-list__item:last-child {
  margin-bottom: 0;
  border-top: 0; }

.search-results-container .window-search-field {
  margin-bottom: 35px; }

.search-results-list-right a {
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  font-family: "helveticaneuecyrMedium";
  font-weight: 500;
  color: #593f6e;
  margin-bottom: 10px; }

.content-bx h1 {
  font-size: 48px;
  line-height: 60px;
  font-style: bold;
  margin-bottom: 20px; }

.content-bx h2 {
  font-size: 48px;
  font-style: medium;
  color: #986bc5;
  margin-top: 100px;
  margin-bottom: 20px; }

.content-bx h3 {
  font-size: 24px;
  color: #593f6e;
  font-weight: medium;
  margin-top: 80px;
  margin-bottom: 0px; }

.content-bx h4 {
  font-size: 18px;
  color: #593f6e;
  font-weight: light;
  margin-top: 70px;
  margin-bottom: 0px; }

.content-bx h5 {
  font-size: 18px;
  color: #593f6e;
  font-weight: medium;
  margin-top: 40px;
  margin-bottom: 0px; }

.content-bx p {
  font-size: 18px;
  line-height: 24px;
  font-style: light;
  color: #593f6e;
  margin-top: 20px;
  margin-bottom: 0px; }

.content-bx img {
  margin-top: 40px;
  margin-bottom: 0px; }

.content-bx ul {
  list-style-type: disk;
  font-size: 18px;
  line-height: 24px;
  font-style: light;
  color: #593f6e;
  margin-top: 0px;
  margin-bottom: 0px; }

.content-bx ol {
  font-size: 18px;
  line-height: 24px;
  font-style: light;
  color: #593f6e;
  margin-top: 0px;
  margin-bottom: 0px; }

.content-bx li {
  margin-top: 40px;
  margin-bottom: 0px; }

.content-bx a {
  font-size: 20px;
  text-decoration: underline;
  color: #593f6e;
  margin-top: 40px;
  margin-bottom: 0px; }

.other-rev img {
  margin-top: 0px;
  margin-bottom: 0px; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
* {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  display: inline-block;
  max-width: 100%; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.my-review,
.scam-review {
  padding-top: 30px;
  padding-bottom: 240px;
  position: relative; }
  .my-review h2,
  .scam-review h2 {
    color: #153b77;
    font-weight: 500; }
  .my-review .single-row,
  .scam-review .single-row {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .my-review .single-row,
      .scam-review .single-row {
        display: flex;
        margin: 0 -10px 40px; } }
  @media (min-width: 768px) {
    .my-review .aside-block,
    .scam-review .aside-block {
      width: 21%;
      padding: 0 10px; } }
  .my-review .user-row,
  .scam-review .user-row {
    display: flex;
    align-items: center;
    margin: 0 -5px; }
  .my-review .review-logo,
  .scam-review .review-logo {
    margin-bottom: 40px; }
  .my-review .user-col,
  .scam-review .user-col {
    padding: 0 5px; }
  .my-review .user-review .image-block,
  .scam-review .user-review .image-block {
    border-radius: 50%;
    width: 52px;
    height: 52px;
    border: 2px solid #C4C4C4; }
    .my-review .user-review .image-block img,
    .scam-review .user-review .image-block img {
      border-radius: 50%; }
  .my-review .user-text,
  .scam-review .user-text {
    color: #565656;
    line-height: 1; }
    .my-review .user-text strong,
    .scam-review .user-text strong {
      font-size: 16px;
      display: block; }
    .my-review .user-text span,
    .scam-review .user-text span {
      font-size: 14px; }
  .my-review .review-rating-wrapper,
  .scam-review .review-rating-wrapper {
    display: flex;
    margin: 0 -10px; }
    @media (min-width: 768px) {
      .my-review .review-rating-wrapper,
      .scam-review .review-rating-wrapper {
        flex-direction: column;
        margin: 0 auto; } }
  .my-review .review-rating-block,
  .scam-review .review-rating-block {
    color: #565656;
    padding: 0 10px; }
    @media (min-width: 768px) {
      .my-review .review-rating-block,
      .scam-review .review-rating-block {
        padding: 0; } }
    .my-review .review-rating-block h3,
    .scam-review .review-rating-block h3 {
      color: #153B77;
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 11px; }
      .my-review .review-rating-block h3.fxtitle,
      .scam-review .review-rating-block h3.fxtitle {
        color: #565656; }
      .my-review .review-rating-block h3.eu-forex,
      .scam-review .review-rating-block h3.eu-forex {
        color: #565656; }
  .my-review .overall-rat,
  .scam-review .overall-rat {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .my-review .overall-rat,
      .scam-review .overall-rat {
        font-size: 18px; } }
  .my-review .rating-list,
  .scam-review .rating-list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none; }
    .my-review .rating-list li,
    .scam-review .rating-list li {
      padding: 0 2px; }
  .my-review .rat-visit,
  .scam-review .rat-visit {
    font-size: 14px;
    color: #565656;
    padding: 0 10px; }
    @media (min-width: 768px) {
      .my-review .rat-visit,
      .scam-review .rat-visit {
        padding: 0;
        margin-top: 40px; } }
    .my-review .rat-visit .rat-visit-block,
    .scam-review .rat-visit .rat-visit-block {
      margin-bottom: 15px;
      font-size: 14px; }
    .my-review .rat-visit span,
    .scam-review .rat-visit span {
      letter-spacing: -.3px;
      display: block; }
    .my-review .rat-visit .visit,
    .scam-review .rat-visit .visit {
      color: #565656;
      text-decoration: none; }
    .my-review .rat-visit .link,
    .scam-review .rat-visit .link {
      color: #f01d97;
      text-decoration: underline; }
    .my-review .rat-visit .key,
    .scam-review .rat-visit .key {
      font-weight: 500; }
  @media (min-width: 768px) {
    .my-review .single-content,
    .scam-review .single-content {
      width: 58%;
      padding: 0 10px; } }
  .my-review .single-content .banner,
  .scam-review .single-content .banner {
    margin-bottom: 40px; }
  .my-review .single-content p,
  .scam-review .single-content p {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .my-review .single-content p,
      .scam-review .single-content p {
        font-size: 16px; } }
  .my-review .single-content h4,
  .scam-review .single-content h4 {
    font-size: 15px;
    font-weight: 500;
    color: #153b77;
    margin: 20px 0;
    line-height: 1; }
  @media (min-width: 768px) {
    .my-review .two-column,
    .scam-review .two-column {
      display: flex;
      margin: 0 -10px; } }
  .my-review .two-column .col,
  .scam-review .two-column .col {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .my-review .two-column .col,
      .scam-review .two-column .col {
        width: 50%;
        margin-bottom: 0;
        padding: 0 10px; } }
  .my-review .two-column .title-column,
  .scam-review .two-column .title-column {
    display: flex;
    align-items: center;
    margin-bottom: 30px; }
    .my-review .two-column .title-column img,
    .scam-review .two-column .title-column img {
      margin-right: 6px; }
  .my-review .two-column h3,
  .scam-review .two-column h3 {
    font-size: 24px;
    margin-bottom: 0; }
  .my-review .two-column .pros,
  .scam-review .two-column .pros {
    color: #f01d97; }
  .my-review .two-column .cons,
  .scam-review .two-column .cons {
    color: #153b77; }
  .my-review .two-column ol,
  .scam-review .two-column ol {
    padding-left: 20px; }
  .my-review .table-block,
  .scam-review .table-block {
    margin: 24px 0; }
    @media (min-width: 768px) {
      .my-review .table-block,
      .scam-review .table-block {
        margin: 24px 0 48px; } }
    .my-review .table-block h3,
    .scam-review .table-block h3 {
      font-size: 24px;
      color: #153b77;
      margin-bottom: 21px; }
    .my-review .table-block table,
    .scam-review .table-block table {
      border-collapse: collapse;
      border-spacing: 0;
      width: 100%; }
      .my-review .table-block table th,
      .scam-review .table-block table th {
        padding: 14px 0;
        color: #153b77;
        font-size: 14px;
        border-bottom: 1px solid #153B77;
        text-align: left;
        line-height: 1; }
      .my-review .table-block table td,
      .scam-review .table-block table td {
        padding: 14px 0;
        font-size: 16px;
        color: #323232;
        font-weight: 500;
        border-bottom: 1px dashed #F01D97; }
        @media (min-width: 768px) {
          .my-review .table-block table td,
          .scam-review .table-block table td {
            font-size: 18px; } }
    .my-review .table-block .no,
    .scam-review .table-block .no {
      color: #00B628; }
    .my-review .table-block .yes,
    .scam-review .table-block .yes {
      color: #ff0000; }
  .my-review .table-block-wrapper,
  .scam-review .table-block-wrapper {
    display: flex; }
  .my-review .table-block-col,
  .scam-review .table-block-col {
    width: 50%; }
  .my-review .table-block-holder,
  .scam-review .table-block-holder {
    margin-bottom: 16px; }
    .my-review .table-block-holder span,
    .scam-review .table-block-holder span {
      display: block;
      font-weight: 500; }
    .my-review .table-block-holder .key,
    .scam-review .table-block-holder .key {
      font-size: 14px;
      color: #153b77;
      margin-bottom: 10px; }
    .my-review .table-block-holder .value,
    .scam-review .table-block-holder .value {
      font-size: 18px;
      color: #323232; }
      .my-review .table-block-holder .value.no,
      .scam-review .table-block-holder .value.no {
        color: #00B628; }
      .my-review .table-block-holder .value.yes,
      .scam-review .table-block-holder .value.yes {
        color: #ff0000; }
  .my-review .summary,
  .scam-review .summary {
    color: #153b77; }
    .my-review .summary p,
    .scam-review .summary p {
      color: #153b77; }
  .my-review .check-reviews,
  .scam-review .check-reviews {
    margin-bottom: 60px; }
    .my-review .check-reviews .title-block,
    .scam-review .check-reviews .title-block {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 30px; }
      .my-review .check-reviews .title-block h2,
      .scam-review .check-reviews .title-block h2 {
        margin: 0;
        line-height: 1; }
    .my-review .check-reviews .allreviews,
    .scam-review .check-reviews .allreviews {
      display: flex;
      align-items: center;
      text-decoration: none;
      color: #f01d97;
      font-size: 14px;
      line-height: 1; }
      .my-review .check-reviews .allreviews img,
      .scam-review .check-reviews .allreviews img {
        margin-left: 6px; }
  .my-review .check-reviews-row,
  .scam-review .check-reviews-row {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .my-review .check-reviews-row,
      .scam-review .check-reviews-row {
        max-width: 980px; } }
  .my-review .check-reviews-col,
  .scam-review .check-reviews-col {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .my-review .check-reviews-col,
      .scam-review .check-reviews-col {
        width: 20%;
        margin-bottom: 0; } }
  .my-review .check-reviews-item,
  .scam-review .check-reviews-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 26px 0;
    border: 2px solid #9BBEF4;
    box-sizing: border-box;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2);
    border-radius: 20px; }
  .my-review .user-reviews-wrapper h2,
  .scam-review .user-reviews-wrapper h2 {
    margin-bottom: 30px; }
  .my-review .user-reviews-wrapper .btn,
  .scam-review .user-reviews-wrapper .btn {
    text-transform: uppercase;
    padding: 6px 20px;
    background: #fff; }
    .my-review .user-reviews-wrapper .btn:hover,
    .scam-review .user-reviews-wrapper .btn:hover {
      background: #F01D97; }
  .my-review .add-rev-info span,
  .scam-review .add-rev-info span {
    color: #565656;
    font-size: 16px;
    display: block;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .my-review .add-rev-info span,
      .scam-review .add-rev-info span {
        font-size: 18px; } }
  .my-review .add-review-wrapper,
  .scam-review .add-review-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #9BBEF4; }
    .my-review .add-review-wrapper .button-holder,
    .scam-review .add-review-wrapper .button-holder {
      border-radius: 44px;
      background: #E8E8E8;
      padding: 5px; }
  .my-review .user-review-block,
  .scam-review .user-review-block {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px dashed #F01D97; }
    .my-review .user-review-block .name,
    .my-review .user-review-block .date,
    .scam-review .user-review-block .name,
    .scam-review .user-review-block .date {
      font-size: 16px;
      font-weight: 400;
      color: #000000; }
      @media (min-width: 768px) {
        .my-review .user-review-block .name,
        .my-review .user-review-block .date,
        .scam-review .user-review-block .name,
        .scam-review .user-review-block .date {
          font-size: 18px; } }
    .my-review .user-review-block .text p,
    .scam-review .user-review-block .text p {
      font-size: 16px;
      color: #565656; }
  .my-review .user-holder,
  .scam-review .user-holder {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .my-review .user-holder,
      .scam-review .user-holder {
        display: flex;
        align-items: center; } }
    @media (min-width: 768px) {
      .my-review .user-holder .holder,
      .scam-review .user-holder .holder {
        margin-right: 20px; } }

.scam-review h2 {
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .scam-review .aside-block {
    width: 15%; } }

@media (min-width: 768px) {
  .scam-review .single-content {
    width: 70%; } }

.scam-review .about-eu-forex h2 {
  margin-bottom: 20px; }

.scam-review .about-eu-forex ul {
  padding: 0;
  margin: 0 0 40px;
  list-style: none; }
  .scam-review .about-eu-forex ul li {
    padding: 14px 0;
    border-top: 1px dashed #F01D97; }
    .scam-review .about-eu-forex ul li:last-child {
      border-bottom: 1px dashed #F01D97; }
    @media (max-width: 767px) {
      .scam-review .about-eu-forex ul li .key {
        font-weight: 500;
        color: #323232; } }
    @media (min-width: 768px) {
      .scam-review .about-eu-forex ul li .row {
        display: flex;
        align-items: center; } }
    @media (min-width: 768px) {
      .scam-review .about-eu-forex ul li .col {
        width: 50%; } }

.about-page {
  padding-bottom: 240px;
  position: relative; }
  .about-page p {
    margin-bottom: 20px; }
  .about-page .btn {
    display: block;
    font-weight: 700; }
  .about-page .team-section {
    padding: 0; }

@media (min-width: 768px) {
  .about-row {
    display: flex;
    align-items: center;
    margin: 0 -50px; } }

@media (min-width: 768px) {
  .about-col {
    width: 50%;
    padding: 0 50px; } }

.donate-page {
  padding-bottom: 240px;
  position: relative; }
  .donate-page h3 {
    font-size: 24px;
    color: #153b77;
    margin-bottom: 23px; }
  @media (min-width: 768px) {
    .donate-page .donate-row {
      display: flex;
      margin: 0 -10px; } }
  @media (min-width: 768px) {
    .donate-page .donate-col {
      width: 50%;
      padding: 0 10px; } }
  .donate-page .donate-text {
    margin-bottom: 30px; }
  .donate-page .copy-code {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    cursor: pointer; }
    .donate-page .copy-code img {
      display: none; }
      @media (min-width: 768px) {
        .donate-page .copy-code img {
          display: inline-block; } }
  .donate-page p a {
    color: #50a1d9;
    text-decoration: underline; }
  .donate-page .copy-text {
    word-break: break-all;
    line-height: 1.2;
    background: #FFFFFF;
    border: 1px solid #BBBBBB;
    padding: 9px 10px 5px;
    border-radius: 10px;
    font-size: 18px;
    color: #8b1008;
    margin-right: 10px; }
    @media (min-width: 768px) {
      .donate-page .copy-text {
        max-width: 480px;
        min-width: 480px;
        line-height: 1; } }
  @media (min-width: 768px) {
    .donate-page .qr-block {
      display: flex;
      align-items: center;
      margin: 0 -25px; } }
  .donate-page .qr-text {
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .donate-page .qr-text {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .donate-page .qr-col {
      padding: 0 25px; } }
  .donate-page .qr-code {
    width: 150px;
    height: 150px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .donate-page .qr-code {
        margin-bottom: 0; } }
    .donate-page .qr-code img {
      width: 150px; }

body {
  font-size: 16px; }
  @media (min-width: 768px) {
    body {
      font-size: 18px; } }

.default-page {
  padding-bottom: 240px;
  position: relative; }
  .default-page p {
    margin-bottom: 30px; }
  .default-page h2 {
    font-size: 24px;
    color: #153b77;
    font-weight: 500;
    margin-bottom: 25px; }
  .default-page a {
    color: #f01d97;
    text-decoration: underline; }

.error-page {
  padding: 55px 0 240px;
  position: relative; }
  @media (min-width: 768px) {
    .error-page {
      padding-top: 64px; } }
  .error-page h1 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #f01d97;
    font-size: 56px;
    text-transform: uppercase;
    font-weight: 500; }
    @media (min-width: 768px) {
      .error-page h1 {
        font-size: 72px; } }
  .error-page h3 {
    font-size: 24px; }
    @media (min-width: 768px) {
      .error-page h3 {
        font-size: 36px; } }
  .error-page .title-block {
    margin-bottom: 30px;
    text-align: center; }
  .error-page .image-block {
    text-align: center; }

h3 {
  color: #153b77;
  font-weight: 500; }

.back-btn {
  text-transform: uppercase;
  color: #f01d97;
  text-decoration: underline;
  font-size: 14px;
  display: flex;
  align-items: center; }
  .back-btn span {
    margin-left: 7px;
    display: inline-block; }

.latest-guides {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .latest-guides {
      margin-bottom: 0; } }
  .latest-guides h3 {
    font-size: 18px;
    color: #153b77;
    font-weight: 500; }

.latest-guides-item {
  display: block;
  text-decoration: none;
  border-bottom: 1px dashed #F01D97;
  padding: 20px 0; }
  .latest-guides-item .info {
    color: #f01d97;
    margin-right: 12px;
    font-size: 14px;
    width: calc(100% - 76px); }
  .latest-guides-item .image-block {
    width: 64px;
    margin-bottom: 0; }

.guides-item-row {
  display: flex; }

.scam-alerts {
  padding-bottom: 240px;
  position: relative; }
  .scam-alerts p {
    margin-bottom: 20px; }
  .scam-alerts h3 {
    font-size: 24px;
    color: #153b77;
    margin-bottom: 25px; }
  .scam-alerts .text-block {
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .scam-alerts .text-block {
        max-width: 780px; } }
  .scam-alerts .brokers-wrapper .head-title {
    font-size: 14px;
    color: #153b77;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700; }
  .scam-alerts .brokers-wrapper th {
    border-bottom: 1px solid #153B77;
    padding: 22px 0;
    text-align: left;
    text-transform: uppercase; }
  .scam-alerts .brokers-wrapper tr:last-child td {
    border-bottom: 1px solid #153B77; }
  .scam-alerts .brokers-wrapper td {
    border-bottom: 1px dashed #F01D97;
    padding: 22px 0; }
    .scam-alerts .brokers-wrapper td:nth-child(1), .scam-alerts .brokers-wrapper td:nth-child(2) {
      font-size: 18px; }
  .scam-alerts .brokers-wrapper th, .scam-alerts .brokers-wrapper td,
  .scam-alerts .brokers-wrapper p, .scam-alerts .brokers-wrapper span {
    color: #565656;
    font-size: 16px; }
  .scam-alerts .brokers-wrapper .sm-strong {
    font-weight: 500;
    color: #323232; }
  .scam-alerts .brokers-wrapper a {
    font-weight: 700;
    font-size: 18px;
    color: #f01d97;
    text-decoration: underline; }
  .scam-alerts .brokers-wrapper span {
    display: block; }
  .scam-alerts .brokers-block {
    border-bottom: 1px dashed #F01D97;
    padding-bottom: 20px;
    margin-bottom: 30px; }
    .scam-alerts .brokers-block .text-block {
      margin-bottom: 16px; }
      .scam-alerts .brokers-block .text-block:last-child {
        margin-bottom: 0; }

.country-drop {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .country-drop {
      display: flex;
      justify-content: flex-end; } }
  @media (min-width: 768px) {
    .country-drop form {
      display: flex;
      align-items: center; } }
  .country-drop label {
    font-size: 14px;
    color: #323232;
    display: inline-block;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .country-drop label {
        margin-right: 9px;
        margin-bottom: 0; } }
  .country-drop select {
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0 1em 0 0;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    z-index: 1;
    outline: none; }
    .country-drop select::-ms-expand {
      display: none; }
  .country-drop .select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    border: 1px solid #7D7D7D;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 11px 10px;
    font-size: 16px;
    cursor: pointer;
    line-height: 1.1;
    background-color: #fff; }
    @media (min-width: 768px) {
      .country-drop .select {
        min-width: 180px;
        max-width: 180px;
        width: auto;
        padding: 8px 10px; } }

.guides-main-page {
  padding-bottom: 240px;
  position: relative; }
  .guides-main-page p {
    margin-bottom: 20px;
    color: #565656;
    font-size: 16px; }
    @media (min-width: 768px) {
      .guides-main-page p {
        font-size: 18px; } }
  .guides-main-page h1 {
    font-weight: 500; }
  .guides-main-page h3 {
    margin-bottom: 25px;
    color: #153b77;
    font-weight: 500; }
  .guides-main-page h2 {
    font-size: 30px;
    color: #153b77;
    font-weight: 500;
    margin-bottom: 33px; }
    @media (min-width: 768px) {
      .guides-main-page h2 {
        font-size: 34px; } }
  .guides-main-page .date {
    color: #565656; }
  .guides-main-page ul {
    padding-left: 20px;
    list-style-type: disc; }
    @media (min-width: 768px) {
      .guides-main-page ul {
        padding-left: 30px; } }
    .guides-main-page ul li {
      margin-bottom: 10px;
      color: #565656;
      font-size: 16px; }
      @media (min-width: 768px) {
        .guides-main-page ul li {
          margin-bottom: 20px;
          font-size: 18px; } }
  @media (min-width: 768px) {
    .guides-main-page .aside-block {
      max-width: 380px; } }
  @media (min-width: 768px) {
    .guides-main-page .guides-text-wrapper {
      max-width: 780px; } }
  .guides-main-page .new-guides-list {
    margin-top: 40px; }
  .guides-main-page .new-guides-list {
    padding-bottom: 40px;
    border-bottom: 1px dashed #F01D97;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .guides-main-page .new-guides-list {
        padding-bottom: 60px; } }
  @media (min-width: 768px) {
    .guides-main-page .title-block {
      display: flex;
      justify-content: space-between; } }
  .guides-main-page .guides-row {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .guides-main-page .guides-row {
        display: flex;
        margin-bottom: 60px; } }
    .guides-main-page .guides-row:last-child {
      margin-bottom: 0; }
  .guides-main-page .guides-block-info {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .guides-main-page .guides-block-info {
        max-width: 780px;
        margin-right: 50px;
        margin-bottom: 0; } }
  .guides-main-page .btn {
    text-transform: uppercase;
    font-size: 13px;
    padding: 6px 20px; }
    .guides-main-page .btn.disabled {
      pointer-events: none;
      border: 2px solid #D3D3D3;
      color: #7d7d7d; }
  .guides-main-page .button-holder {
    display: flex; }
    @media (max-width: 767px) {
      .guides-main-page .button-holder {
        justify-content: space-between; } }
    .guides-main-page .button-holder .btn {
      margin-right: 20px; }
  .guides-main-page.guide-doc .back-btn {
    margin-top: 30px; }
  @media (min-width: 768px) {
    .guides-main-page.guide-doc .guides-text-wrapper {
      margin-right: 20px; } }
  .guides-main-page.guide-doc .guides-banner {
    margin-bottom: 36px; }
    .guides-main-page.guide-doc .guides-banner img {
      margin-bottom: 20px; }
  .guides-main-page.guide-doc .date {
    display: block; }
  .guides-main-page.guide-doc .text-block {
    margin-bottom: 25px; }
  .guides-main-page.guide-doc .latest-guides-item .image-block {
    margin-bottom: 0; }
  .guides-main-page.guide-doc .image-block {
    margin-bottom: 40px; }
  .guides-main-page.guide-doc .button-holder {
    padding-top: 40px;
    border-top: 1px dashed #F01D97;
    margin-top: 40px; }
  .guides-main-page.guide-doc .blogBtnPagination a {
    display: inline-block;
    border: 2px solid #F01D97;
    box-sizing: border-box;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 500;
    color: #153B77;
    padding: 6px 20px;
    margin-right: 20px;
    min-width: 137px;
    overflow: hidden;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: all .3s;
    cursor: pointer;
    background: none; }
    .guides-main-page.guide-doc .blogBtnPagination a:hover {
      background: #F01D97;
      color: #fff; }
