/*---------------------------------    general    -------------------------------*/
/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
/* --------------------------default-settings------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

nav ul, nav ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

a {
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: none; }

a:hover {
  text-decoration: none; }

button {
  cursor: pointer;
  outline: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*---------------------------------    breakpoints    -------------------------------*/
/*---------------------------------    grid    -------------------------------*/
.container {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px; }
  @media only screen and (max-width: 1200px) {
    .container {
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  @media only screen and (max-width: 992px) {
    .container {
      max-width: 960px; } }
  @media only screen and (max-width: 768px) {
    .container {
      max-width: 720px; } }
  @media only screen and (max-width: 576px) {
    .container {
      max-width: 540px;
      padding: 0; } }
  @media only screen and (max-width: 375px) {
    .container {
      max-width: 100%; } }

@font-face {
  font-family: 'SFUIDisplay';
  src: url("../fonts/SFUIDisplay-Black.eot");
  src: url("../fonts/SFUIDisplay-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIDisplay-Black.svg#SFUIDisplay-Black") format("svg"), url("../fonts/SFUIDisplay-Black.ttf") format("truetype"), url("../fonts/SFUIDisplay-Black.woff") format("woff"), url("../fonts/SFUIDisplay-Black.woff2") format("woff2");
  font-weight: 600; }

@font-face {
  font-family: 'SFUIDisplay';
  src: url("../fonts/SFUIDisplay-Medium.eot");
  src: url("../fonts/SFUIDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIDisplay-Medium.svg#SFUIDisplay-Medium") format("svg"), url("../fonts/SFUIDisplay-Medium.ttf") format("truetype"), url("../fonts/SFUIDisplay-Medium.woff") format("woff"), url("../fonts/SFUIDisplay-Medium.woff2") format("woff2");
  font-weight: 500; }

@font-face {
  font-family: 'SFUIDisplay';
  src: url("../fonts/SFUIDisplay-Regular.eot");
  src: url("../fonts/SFUIDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIDisplay-Regular.svg#SFUIDisplay-Regular") format("svg"), url("../fonts/SFUIDisplay-Regular.ttf") format("truetype"), url("../fonts/SFUIDisplay-Regular.woff") format("woff"), url("../fonts/SFUIDisplay-Regular.woff2") format("woff2");
  font-weight: 400; }

/*---------------------------------    colors    -------------------------------*/
/*---------------------------------    general    -------------------------------*/
html,
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  position: relative; }

a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

/*---------------------------------    scroll    -------------------------------*/
::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  cursor: pointer; }

::-webkit-scrollbar-track {
  background-color: #e6e6e6;
  cursor: pointer; }

::-webkit-scrollbar-thumb {
  background-color: #fcbd0f;
  cursor: pointer; }

/*---------------------------------    editor    -------------------------------*/
.editor {
  font-size: 14px;
  line-height: 1.5; }
  .editor .alignright {
    float: right; }
  .editor .alignleft {
    float: left; }
  .editor p {
    padding: 4px 0;
    font-size: 14px;
    line-height: 1.5; }
  .editor h2 {
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0 10px; }
    @media only screen and (max-width: 576px) {
      .editor h2 {
        font-size: 22px;
        padding: 20px 0 5px; } }
  .editor h4 {
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0; }
  .editor b {
    padding: 5px 0;
    display: block; }
  .editor ol {
    padding-left: 15px; }
    .editor ol li {
      position: relative;
      margin: 5px 0; }
      .editor ol li:after {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        background-color: #6866d1;
        top: 7px;
        left: -15px;
        border-radius: 100%; }
  .editor .blockInsert {
    margin: 20px 0;
    clear: both;
    background-size: 110%; }
    @media only screen and (max-width: 576px) {
      .editor .blockInsert {
        background-size: cover; } }
  .editor ul {
    padding-left: 15px; }
    .editor ul li {
      list-style-type: decimal;
      padding-left: 5px;
      margin: 5px 0; }
  .editor .alignleft {
    padding-left: 0; }
  .editor .alignright {
    padding-right: 0; }
  .editor img {
    border-radius: 10px;
    padding: 20px 30px;
    max-width: 100%;
    display: block;
    height: auto; }
    @media only screen and (max-width: 768px) {
      .editor img {
        float: none !important;
        margin: 0 auto;
        padding: 10px 0; } }
  .editor h1 {
    font-size: 2em !important; }
  .editor h2 {
    font-size: 1.5em !important; }
  .editor h3 {
    font-size: 1.27em !important; }
  .editor h4 {
    font-size: 1.07em !important; }
  .editor h5 {
    font-size: .83em !important; }
  .editor h6 {
    font-size: .65em !important; }
  .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
    font-weight: bolder !important; }

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical
> .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl
> .swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl
.swiper-pagination-progressbar
.swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white
.swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black
.swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

.container_swiper {
  position: relative; }

.swiper__button-prev,
.swiper__button-next {
  position: absolute;
  z-index: 200;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  height: 19px;
  width: 11px;
  font-size: 18px;
  line-height: 0;
  font-weight: bold;
  color: #fff;
  cursor: pointer; }

.swiper__button-prev {
  right: 0; }

.swiper__button-next {
  left: 0; }

.swiper-button-disabled {
  display: none; }

.swiper__pagination {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.swiper-pagination-bullet {
  margin: 0 8px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  opacity: 1; }

.swiper-pagination-bullet-active {
  border-color: #fff;
  background-color: #fff; }

/*---------------------------------    components    -------------------------------*/
.title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  color: #fff; }
  @media only screen and (max-width: 992px) {
    .title {
      line-height: 1.5; } }
  @media only screen and (max-width: 768px) {
    .title {
      line-height: 1.3; } }

h3 {
  font-size: 16px;
  font-weight: bold; }
  h3 span {
    font-weight: 600 !important; }

h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 10px; }
  @media only screen and (max-width: 992px) {
    h2 {
      line-height: 1.5; } }
  @media only screen and (max-width: 768px) {
    h2 {
      line-height: 1.3;
      padding-bottom: 0; } }

h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.22;
  color: #000; }
  @media only screen and (max-width: 992px) {
    h1 {
      font-size: 30px; } }
  @media only screen and (max-width: 768px) {
    h1 {
      font-size: 26px; } }

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  -webkit-box-shadow: 0px 8px 20.9px 3.1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 8px 20.9px 3.1px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  z-index: 12; }
  @media (max-width: 700px) {
    header {
      height: 70px; } }

main {
  padding-top: 80px; }
  @media (max-width: 700px) {
    main {
      padding-top: 65px; } }

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0; }
  @media (max-width: 700px) {
    .header {
      padding: 9px 10px; } }
  @media only screen and (max-width: 576px) {
    .header {
      padding: 15px 10px; } }
  .header__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media (max-width: 700px) {
      .header__block {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 63%; } }
    @media (max-width: 700px) {
      .header__block .btn {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }

.logo {
  width: 170px;
  height: auto;
  display: block; }
  @media only screen and (max-width: 768px) {
    .logo {
      width: 130px; } }
  @media only screen and (max-width: 576px) {
    .logo {
      width: 100px; } }
  .logo img {
    max-width: 100%;
    height: auto;
    display: block; }

.menuIcon {
  display: none;
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer; }
  @media (max-width: 700px) {
    .menuIcon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }
  .menuIcon.opened {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px); }
    .menuIcon.opened span {
      position: absolute; }
      .menuIcon.opened span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .menuIcon.opened span:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 35px; }
  .menuIcon span {
    width: 35px;
    height: 3px;
    margin: 3px 0;
    display: block;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #6866d1;
    margin-left: auto; }
    .menuIcon span:last-child {
      width: 25px; }

.menu {
  padding: 0 20px; }
  @media only screen and (max-width: 768px) {
    .menu {
      padding: 0; } }
  @media (max-width: 700px) {
    .menu {
      position: absolute;
      width: 100%;
      left: 0;
      background: white;
      top: 68px;
      z-index: 10;
      height: 0;
      overflow: hidden; } }
  .menu.opened {
    height: auto; }
  .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 700px) {
      .menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .menu ul li {
      margin: 0 20px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      position: relative; }
      @media only screen and (max-width: 992px) {
        .menu ul li {
          margin: 0 10px; } }
      @media (max-width: 700px) {
        .menu ul li {
          margin: 0;
          width: 100%;
          -webkit-transition: none;
          -o-transition: none;
          transition: none; } }
      .menu ul li:after {
        content: '';
        position: absolute;
        height: 3px;
        width: 0;
        background: #6866d1;
        left: 50%;
        margin-right: -50%;
        bottom: -10px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      @media (max-width: 700px) {
        .menu ul li.active a, .menu ul li.current_page_item a {
          color: #6866d1; } }
      .menu ul li.active:after, .menu ul li.current_page_item:after {
        width: 100%; }
        @media (max-width: 700px) {
          .menu ul li.active:after, .menu ul li.current_page_item:after {
            width: 0; } }
      @media (max-width: 700px) {
        .menu ul li ul li a {
          padding: 0 10px; } }
      .menu ul li a {
        width: 62px;
        letter-spacing: 0.7px;
        color: #0a0a0a;
        padding-bottom: 35px; }
        @media (max-width: 700px) {
          .menu ul li a {
            font-weight: bold;
            padding: 15px 10px;
            display: block;
            width: 100%; } }
        .menu ul li a:hover {
          color: #6866d1; }
          @media (max-width: 700px) {
            .menu ul li a:hover {
              color: #000; } }

.menu-item-has-children:before {
  border-bottom: 2px solid #474747;
  border-right: 2px solid #474747;
  content: '';
  display: block;
  height: 4px;
  margin-top: -3px;
  pointer-events: none;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 4px; }
  @media (max-width: 700px) {
    .menu-item-has-children:before {
      top: 25px;
      right: 30px; } }

.menu-item-has-children ul {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  display: none;
  margin: 0;
  background: white;
  border-radius: 10px;
  line-height: 25px;
  width: 250px;
  left: 50%;
  top: 50px;
  -webkit-box-shadow: 0 0 11px 0px #e1e0e0;
  box-shadow: 0 0 11px 0px #e1e0e0;
  max-height: 300px;
  overflow: auto;
  padding: 15px 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media (max-width: 700px) {
    .menu-item-has-children ul {
      position: relative;
      left: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      width: 100%;
      height: 0;
      overflow: hidden;
      max-height: 100%;
      padding: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: 0;
      top: 0;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .menu-item-has-children ul li {
    border-bottom: 1px dashed #afafaf;
    padding: 10px 20px;
    margin: 0; }
    .menu-item-has-children ul li:last-child {
      border: none; }
    .menu-item-has-children ul li:after {
      display: none !important; }
    @media (max-width: 700px) {
      .menu-item-has-children ul li a {
        color: #000; } }

.menu-item-has-children:hover:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }
  @media (max-width: 700px) {
    .menu-item-has-children:hover:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      border-bottom: 2px solid #474747;
      border-right: 2px solid #474747; } }

.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  height: auto;
  display: block; }
  @media (max-width: 700px) {
    .menu-item-has-children:hover .sub-menu {
      max-height: 57vh;
      overflow-y: auto; } }

.menu-item-has-children.hovered a {
  color: #6866d1; }
  @media (max-width: 700px) {
    .menu-item-has-children.hovered a {
      color: #6866d1 !important; } }

.menu-item-has-children.hovered li a {
  color: initial; }
  @media (max-width: 700px) {
    .menu-item-has-children.hovered li a {
      color: #000 !important; } }

.menu-item-has-children.hovered:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-bottom: 2px solid #6866d1;
  border-right: 2px solid #6866d1; }

.menu-item-has-children.hovered .sub-menu {
  visibility: visible;
  opacity: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #6866d1 !important;
  width: 6px; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(204, 204, 204, 0.48);
  width: 6px; }

.mCSB_inside > .mCSB_container {
  margin-right: 10px; }

.footer {
  background: #6851a7; }
  @media (max-width: 575px) {
    .footer {
      padding: 0 15px; } }
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .footer__block {
    background: #6851a7;
    padding: 30px 0; }
    @media (max-width: 991px) {
      .footer__block {
        padding: 25px 0 15px; } }
  @media (max-width: 991px) {
    .footer__section {
      text-align: center;
      margin: 5px auto; } }
  .footer__section:nth-child(2) {
    max-width: 450px; }
  .footer__section:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1050px) {
      .footer__section:nth-child(3) {
        margin-right: 20px; } }
    @media (max-width: 991px) {
      .footer__section:nth-child(3) {
        margin: 0 auto; } }
  @media (max-width: 991px) {
    .footer__section .logo {
      margin: 0 auto; } }
  .footer__txt {
    font-size: 10px;
    line-height: 1.2;
    color: #d1d1d1;
    max-width: 255px;
    padding-right: 40px; }
    @media (max-width: 991px) {
      .footer__txt {
        padding-right: 0;
        opacity: 0.6;
        font-size: 12px;
        line-height: 1.5; } }
  @media (max-width: 991px) {
    .footer__menu {
      display: block;
      height: auto;
      position: relative;
      top: 0;
      background: no-repeat; } }
  .footer__menu ul {
    display: block;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0;
    column-gap: 0; }
    @media (max-width: 1100px) {
      .footer__menu ul {
        -webkit-column-count: 2;
        column-count: 2; } }
    @media only screen and (max-width: 992px) {
      .footer__menu ul {
        -webkit-column-count: 1;
        column-count: 1; } }
    .footer__menu ul li {
      margin: 0; }
      @media (max-width: 991px) {
        .footer__menu ul li {
          margin: 0;
          padding: 0;
          width: 100%; } }
      .footer__menu ul li:after {
        display: none; }
      .footer__menu ul li a {
        font-size: 12px;
        line-height: 1.67;
        color: #d1d1d1;
        padding: 0; }
        .footer__menu ul li a:hover {
          opacity: 0.5; }
        @media only screen and (max-width: 576px) {
          .footer__menu ul li a {
            font-weight: bold;
            font-size: 18px;
            line-height: 1.8; } }
  .footer__mail {
    font-size: 12px;
    line-height: 1.67;
    color: #d1d1d1;
    margin-bottom: 10px; }
    @media only screen and (max-width: 576px) {
      .footer__mail {
        margin: 10px 0;
        font-size: 14px;
        line-height: 0.8; } }
  .footer__img {
    max-width: 100%; }
  .footer .btn {
    background: #fe515d;
    font-weight: 500; }
    .footer .btn:not(:hover) {
      color: #fff;
      background: #fe515d; }
    .footer .btn:hover {
      color: #fe515d;
      background: #fff; }
    @media only screen and (max-width: 576px) {
      .footer .btn {
        display: none; } }

.copyrigth {
  font-size: 12px;
  line-height: 1.67;
  color: #d1d1d1;
  background: #fff;
  padding: 20px 0; }
  @media only screen and (max-width: 576px) {
    .copyrigth {
      font-size: 14px; } }

@media (max-width: 1110px) {
  .empty {
    display: none; } }

.footer_brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.footer_section {
  margin: 12px 0; }

.footer_section .footer__img {
  width: 87px; }

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

.footer_social a {
  margin: 0 5px; }
  .footer_social a:hover {
    opacity: 0.5; }

.footer_social a:first-child {
  margin-left: 0; }

.footer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 25px; }

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

.footer_info .footer_section {
  margin-top: 40px; }
  @media (max-width: 991px) {
    .footer_info .footer_section {
      margin-top: 15px;
      text-align: center; } }

.menu__ft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0.5px solid #fff;
  padding-top: 10px;
  width: 100%;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

.menu__ft > li {
  padding: 0 20px;
  position: relative; }
  .menu__ft > li:after {
    content: '';
    position: absolute;
    width: 0.5px;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff; }
    @media (max-width: 991px) {
      .menu__ft > li:after {
        display: none; } }
  .menu__ft > li:last-child:after {
    display: none; }

.menu__ft > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.7;
  margin: 0 10px; }

.menu__ft > li:first-child a {
  margin: 0; }

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

.footer_text {
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.7; }

.footer_text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }

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

.footer_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.footer_info span {
  opacity: 0.7;
  color: #ffffff;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap; }

.footer_info span.separator {
  margin: 0 7px; }

.footer_btn {
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  background-color: #fe515d;
  color: #ffffff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 75px;
  letter-spacing: 0.9px;
  width: 230px !important;
  white-space: nowrap; }

.footer_logo {
  width: 120px; }

.footer_logo img {
  width: 100%;
  max-width: 600px; }

.footer_logo_mobile {
  display: none;
  width: 150px; }

.footer_logo_mobile img {
  width: 100%; }

@media (max-width: 991px) {
  .footer_content {
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .footer_text {
    text-align: center; }
  .menu__ft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0; }
  .menu__ft li > a {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px; }
  .menu__ft > li > a {
    display: unset; }
  .footer_brands {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .footer_logo {
    display: none; }
  .footer_logo_mobile {
    display: block; }
  .footer_social img {
    width: 26px;
    height: 26px; } }

.btn {
  width: 210px;
  height: 45px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
  background-color: #6866d1;
  cursor: pointer;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  letter-spacing: 0.9px;
  font-weight: bold;
  z-index: 2; }
  @media only screen and (max-width: 992px) {
    .btn {
      width: 170px; } }
  @media only screen and (max-width: 576px) {
    .btn {
      width: 130px;
      height: 35px;
      font-size: 14px; } }
  .btn:hover {
    color: #6866d1;
    background: #fff; }
  .btn:not(:hover) {
    color: #fff;
    background: #6866d1; }
    .btn:not(:hover):after {
      -webkit-transform: skewX(20deg) translateX(350px);
      -ms-transform: skewX(20deg) translateX(350px);
      transform: skewX(20deg) translateX(350px); }
  .btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: -70px;
    height: 98px;
    width: 50px;
    background: rgba(255, 255, 255, 0.4);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: skewX(20deg) translateX(0);
    -ms-transform: skewX(20deg) translateX(0);
    transform: skewX(20deg) translateX(0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.btn_2:after {
  content: '';
  position: absolute;
  top: 0;
  left: -70px;
  height: 98px;
  width: 50px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: skewX(20deg) translateX(0);
  -ms-transform: skewX(20deg) translateX(0);
  transform: skewX(20deg) translateX(0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-animation: 2s slidein infinite;
  animation: 2s slidein infinite; }

.btn_2:hover:after {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  background: transparent; }

@-webkit-keyframes slidein {
  from {
    -webkit-transform: skewX(20deg) translateX(350px);
    transform: skewX(20deg) translateX(350px); }
  to {
    -webkit-transform: skewX(20deg) translateX(0);
    transform: skewX(20deg) translateX(0); } }

@keyframes slidein {
  from {
    -webkit-transform: skewX(20deg) translateX(350px);
    transform: skewX(20deg) translateX(350px); }
  to {
    -webkit-transform: skewX(20deg) translateX(0);
    transform: skewX(20deg) translateX(0); } }

.read {
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  position: relative;
  cursor: pointer;
  text-transform: uppercase; }
  .read:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    background: #666666;
    height: 1px;
    text-transform: uppercase;
    width: 100%; }
  .read i {
    position: relative;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .read:hover i {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }

.loadMore {
  margin: 40px auto 30px; }

.btn_cont {
  width: 100%;
  clear: both;
  display: block; }

.blockInsert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #7e4ad0;
  padding: 22px 0;
  margin: 50px 0 70px;
  background-image: url(../img/2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center; }
  @media only screen and (max-width: 1200px) {
    .blockInsert {
      background-size: cover; } }
  @media only screen and (max-width: 768px) {
    .blockInsert {
      margin: 50px 10px 70px; } }
  @media only screen and (max-width: 576px) {
    .blockInsert {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center; } }
  .blockInsert__lt {
    padding-right: 70px; }
    @media only screen and (max-width: 576px) {
      .blockInsert__lt {
        padding-right: 0; } }
    @media only screen and (max-width: 576px) {
      .blockInsert__lt .title {
        line-height: 1.2;
        padding: 20px; } }
  .blockInsert .btn {
    background: #fff;
    color: #e16590; }
    @media only screen and (max-width: 576px) {
      .blockInsert .btn {
        width: 210px;
        height: 40px; } }
    .blockInsert .btn:hover {
      color: #fff;
      background: #e16590; }

.sliderItem {
  background: #fff;
  -webkit-box-shadow: 0px 8px 20px -10px #b2b2b2;
  box-shadow: 0px 8px 20px -10px #b2b2b2;
  max-width: 320px;
  margin: 30px auto;
  min-height: 358px; }
  @media only screen and (max-width: 576px) {
    .sliderItem {
      max-width: 290px; } }
  .sliderItem__img {
    position: relative;
    overflow: hidden; }
    .sliderItem__img img {
      width: 100%;
      height: auto; }
  .sliderItem .sl_img {
    max-height: 200px;
    overflow: hidden;
    display: block; }
  .sliderItem__labe {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 1;
    color: #ff8c00;
    width: auto;
    padding: 5px 0;
    z-index: 2; }
    .sliderItem__labe:after {
      content: '';
      position: absolute;
      -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
      transform: skew(-20deg);
      background-color: rgba(0, 0, 0, 0.52);
      z-index: -1;
      width: 135%;
      height: 100%;
      left: -25px;
      top: 0; }
    .sliderItem__labe svg {
      margin: 0 5px; }
    .sliderItem__labe p {
      -webkit-transform: skew(20deg);
      -ms-transform: skew(20deg);
      transform: skew(20deg);
      position: absolute; }
  .sliderItem__title {
    font-size: 16px;
    font-weight: bold;
    color: #121212;
    padding: 10px 0 5px; }
  .sliderItem__content {
    padding: 10px 20px 20px; }
  .sliderItem__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px; }
    .sliderItem__counter .count {
      margin-right: 0;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .sliderItem__counter .count:nth-child(3) .count__number,
      .sliderItem__counter .count:nth-child(3) .count__text {
        color: #fcbd0f; }
  .sliderItem__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px; }
    .sliderItem__btns .btn {
      width: 120px;
      height: 40px;
      text-transform: uppercase;
      font-size: 12px; }

.swiper-button-prev {
  background: none;
  width: 40px;
  height: 40px; }
  @media only screen and (max-width: 576px) {
    .swiper-button-prev {
      right: 22%;
      margin-top: 35px; } }
  @media only screen and (max-width: 375px) {
    .swiper-button-prev {
      right: 10%; } }

.swiper-button-next {
  background: none;
  width: 40px;
  height: 40px;
  margin-top: 25px; }
  @media only screen and (max-width: 576px) {
    .swiper-button-next {
      right: 70%;
      margin-top: 35px; } }
  @media only screen and (max-width: 375px) {
    .swiper-button-next {
      right: 80%; } }

.main-cards__buttons {
  position: absolute;
  left: -120px;
  top: 115px; }
  @media only screen and (max-width: 576px) {
    .main-cards__buttons {
      left: 0;
      top: 90%;
      width: 100%; } }

.swiper__pagination {
  padding: 10px 0;
  position: absolute;
  bottom: 100px;
  left: -115px;
  z-index: 4;
  background: transparent;
  width: 90px;
  height: 2px;
  padding: 0;
  border-bottom: 0.5px solid white; }
  @media only screen and (max-width: 576px) {
    .swiper__pagination {
      left: 50%;
      margin-right: -50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      bottom: -20px; } }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff; }

.tab {
  position: fixed;
  left: 0;
  top: 125px;
  z-index: 12; }
  @media (max-width: 1340px) {
    .tab {
      display: none; } }
  .tab__item {
    position: relative; }
    .tab__item:first-child ul {
      max-height: 290px;
      overflow: auto; }
    .tab__item:first-child .tab__content_border {
      padding-right: 0; }
    .tab__item:first-child .tab__list li {
      padding-bottom: 0; }
    .tab__item-2 .tab__btn {
      width: 154px;
      height: 62px;
      background-color: #c366d1;
      z-index: 1; }
      .tab__item-2 .tab__btn:hover {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px); }
    .tab__item-2 .tab__icon {
      background: #c366d1;
      width: 115%; }
    .tab__item-2 .tab__content_border {
      padding: 0 10px; }
    .tab__item-2 .tab__content {
      width: 255px; }
      .tab__item-2 .tab__content .sliderItem {
        margin: 10px auto 0;
        max-width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        min-height: 320px; }
      .tab__item-2 .tab__content .votes {
        color: #b2b2b2;
        font-size: 14px; }
      .tab__item-2 .tab__content .sliderItem__counter {
        margin-bottom: 15px; }
      .tab__item-2 .tab__content .sliderItem__btns .btn {
        width: 175px;
        height: 35px;
        margin-bottom: 10px; }
      .tab__item-2 .tab__content .sliderItem__content {
        padding: 0 20px 20px; }
      .tab__item-2 .tab__content .sliderItem__img img {
        max-width: 235px; }
      .tab__item-2 .tab__content .count__number {
        color: #ffcd00; }
      .tab__item-2 .tab__content .count {
        border: none; }
      .tab__item-2 .tab__content .sliderItem__title {
        text-align: center;
        font-size: 22px; }
      .tab__item-2 .tab__content .sliderItem__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
  .tab__btn {
    width: 154px;
    height: 62px;
    background-color: #8583df;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 2;
    -webkit-box-shadow: -0.3px 8px 13px 0 rgba(24, 24, 24, 0.17);
    box-shadow: -0.3px 8px 13px 0 rgba(24, 24, 24, 0.17); }
    .tab__btn:hover {
      -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
      transform: translateX(-10px); }
    .tab__btn img {
      display: block;
      margin-right: 5px; }
      @media (max-width: 1450px) {
        .tab__btn img {
          max-width: 28px; } }
  .tab__title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    color: #fff; }
  .tab__content {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 300px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none; }
    .tab__content_border {
      -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.48);
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.48);
      padding: 0 20px;
      z-index: 4;
      position: relative; }
  .tab__list {
    padding-bottom: 10px; }
    .tab__list li {
      padding: 10px 0;
      border-bottom: 1px solid #dcdcdc; }
      .tab__list li a {
        color: #999;
        font-size: 16px; }
        .tab__list li a:hover {
          color: #000; }
      .tab__list li:last-child {
        border-bottom: none; }
      .tab__list li.active a {
        color: #000; }
  .tab__title_2 {
    text-align: center;
    padding: 10px 0;
    color: #fff;
    z-index: 4;
    position: relative; }
  .tab__icon {
    position: absolute;
    background: #8583df;
    width: 112%;
    height: 40px;
    left: 0;
    z-index: 3;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-box-shadow: 0 3px 7px 0px #bababa;
    box-shadow: 0 3px 7px 0px #bababa; }
    .tab__icon .tab__icon_i {
      cursor: pointer;
      width: 20px;
      height: 20px;
      right: 10px;
      position: absolute;
      top: 20px;
      z-index: 4; }
    .tab__icon span {
      background: #fff;
      width: 20px;
      height: 1px;
      display: block; }
      .tab__icon span:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 1px;
        position: relative; }
      .tab__icon span:last-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.38;
  color: #adb9c8;
  padding-top: 20px; }
  @media only screen and (max-width: 576px) {
    .pagination {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .pagination .next {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 4px;
    text-align: left;
    height: 37px;
    width: auto;
    padding: 0 30px 0px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 20px;
    position: relative;
    border: 1px solid; }
    @media only screen and (max-width: 576px) {
      .pagination .next {
        padding: 0 20px 0px 5px;
        margin-left: 15px; } }
    .pagination .next:before {
      content: '';
      border-bottom: 1px solid #adb9c8;
      border-right: 1px solid #adb9c8;
      display: block;
      height: 7px;
      position: absolute;
      right: 5px;
      top: 46%;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg) translateY(-50%);
      transform: rotate(-45deg) translateY(-50%);
      -webkit-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      width: 7px; }
    .pagination .next:hover {
      background-color: #adb9c8;
      color: #fff; }
      .pagination .next:hover:before {
        border-bottom: 1px solid white;
        border-right: 1px solid white; }
  .pagination .prev {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 4px;
    text-align: right;
    height: 37px;
    width: auto;
    padding: 0 10px 0px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 20px;
    position: relative;
    border: 1px solid; }
    @media only screen and (max-width: 576px) {
      .pagination .prev {
        padding: 0 5px 0px 20px;
        margin-right: 15px; } }
    .pagination .prev:before {
      content: '';
      border-bottom: 1px solid #adb9c8;
      border-right: 1px solid #adb9c8;
      display: block;
      height: 7px;
      position: absolute;
      left: 5px;
      top: 33%;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(135deg) translateY(-50%);
      transform: rotate(135deg) translateY(-50%);
      -webkit-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      width: 7px; }
    .pagination .prev:hover {
      background-color: #adb9c8;
      color: #fff; }
      .pagination .prev:hover:before {
        border-bottom: 1px solid white;
        border-right: 1px solid white; }
  .pagination a {
    color: #adb9c8;
    border: solid 1px #adb9c8;
    background-color: #fff;
    display: block;
    font-weight: 400; }
  .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .pagination ul li a, .pagination ul li span {
      width: 37px;
      height: 37px;
      border: solid 1px #adb9c8;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-right: 0;
      font-weight: bold; }
      @media only screen and (max-width: 576px) {
        .pagination ul li a, .pagination ul li span {
          width: 35px;
          height: 35px; } }
      .pagination ul li a:hover, .pagination ul li span:hover {
        background-color: #adb9c8;
        color: #fff; }
    .pagination ul li.active {
      background-color: #adb9c8;
      color: #fff; }
    .pagination ul li:first-child a, .pagination ul li:first-child span {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .pagination ul li:last-child a, .pagination ul li:last-child span {
      border-right: solid 1px #adb9c8;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }

.siteOfDay {
  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 43px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 43px 0 rgba(0, 0, 0, 0.1);
  background-color: #7669df;
  padding: 35px 0;
  margin: 70px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  overflow: hidden;
  position: relative; }
  @media (max-width: 800px) {
    .siteOfDay {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 650px) {
    .siteOfDay {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media only screen and (max-width: 576px) {
    .siteOfDay {
      margin: 0 15px;
      border-radius: 20px; } }
  .siteOfDay:after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: #8176db;
    top: 50%;
    left: 53%;
    margin-right: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 40px;
    z-index: 1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07); }
    @media (max-width: 1024px) {
      .siteOfDay:after {
        width: 350px;
        height: 350px;
        left: 55%; } }
    @media only screen and (max-width: 576px) {
      .siteOfDay:after {
        top: 20%;
        left: 52%; } }
  .siteOfDay__cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 400px;
    width: 100%; }
    @media only screen and (max-width: 1200px) {
      .siteOfDay__cover {
        max-width: 300px; } }
    @media only screen and (max-width: 576px) {
      .siteOfDay__cover {
        max-width: 200px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around; } }
    @media only screen and (max-width: 576px) {
      .siteOfDay__cover .siteOfDay__block:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; } }
  .siteOfDay__block {
    z-index: 2;
    margin: 10px 0; }
    @media (max-width: 650px) {
      .siteOfDay__block {
        text-align: center; } }
  .siteOfDay__title {
    font-size: 24px;
    color: #fff; }
    @media only screen and (max-width: 576px) {
      .siteOfDay__title {
        font-size: 22px; } }
    .siteOfDay__title span {
      font-size: 34px;
      font-weight: bold;
      color: #ffcd00;
      display: block;
      text-transform: uppercase; }
  .siteOfDay__number, .siteOfDay .count__number_online {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.36;
    text-align: center;
    color: #fff; }
    .siteOfDay__number-2, .siteOfDay .count__number_online-2 {
      color: #ffcd00; }
    .siteOfDay__number span, .siteOfDay .count__number_online span {
      font-size: 16px;
      font-weight: normal;
      color: #fff;
      display: block;
      text-transform: uppercase; }
  .siteOfDay__btn {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #fff;
    width: 165px;
    height: 45px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
    background: #ff5b22;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer; }
    .siteOfDay__btn:not(:hover) {
      color: #fff;
      background: #ff5b22; }

.clearfix {
  clear: both; }

.disclosure {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  font-family: Roboto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }

@media (max-width: 580px) {
  .homePage .disclosure {
    top: 150px; } }

.disclosure_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px; }

#disclosure_close {
  cursor: pointer; }

.disclosure_title {
  color: #6866d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }

.disclosure_title .info {
  background: #6866d1;
  color: #fff;
  padding: 1px 5px;
  border-radius: 100%;
  font-size: 11px;
  margin-right: 7px; }

.disclosure_content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  position: absolute;
  top: calc(100% + 20px);
  padding: 20px;
  width: 350px;
  right: 0;
  z-index: 9;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2); }
  @media (max-width: 580px) {
    .disclosure_content {
      width: 245px; } }

.disclosure_content:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -30px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff; }

.disclosure_content h3 {
  font-size: 25px;
  font-weight: bold; }

.disclosure_content_text {
  max-height: 150px;
  overflow: hidden;
  overflow-y: auto;
  color: #555;
  font-size: 15px;
  line-height: 22px; }

.disclosure_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.disclosure_btn {
  border: 0;
  border-radius: 5px;
  background: #6866d1;
  color: #fff;
  font-weight: bold;
  font-family: Roboto;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.disclosure_btn:hover {
  background: #5552c6; }

.allReviews {
  position: relative; }

@media only screen and (max-width: 700px) {
  .disclosure_title {
    font-size: 13px; } }

/*---------------------------------    pages    -------------------------------*/
.home {
  margin: 30px 0; }
  .home__top {
    position: relative; }
    @media only screen and (max-width: 576px) {
      .home__top {
        padding: 0 15px; } }
  .home__titles {
    padding-top: 90px; }
    @media only screen and (max-width: 768px) {
      .home__titles {
        padding-top: 30px; } }
    @media only screen and (max-width: 576px) {
      .home__titles {
        padding-top: 0; } }
    .home__titles h1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
  .home__subtitle {
    font-size: 14px;
    font-weight: bold;
    color: #ff5b22;
    text-transform: uppercase; }
    @media (max-width: 1450px) {
      .home__subtitle {
        padding-left: 60px; } }
    @media (max-width: 1340px) {
      .home__subtitle {
        padding-left: 0; } }
    .home__subtitle_2 {
      font-size: 20px;
      font-weight: bold;
      color: #0a0a0a;
      display: block;
      text-transform: initial; }
      @media only screen and (max-width: 576px) {
        .home__subtitle_2 {
          font-size: 16px; } }
  .home__title {
    font-size: 70px;
    font-weight: 900;
    line-height: 1.11;
    color: #0a0a0a;
    text-transform: uppercase;
    margin: 10px 0;
    display: block; }
    @media only screen and (max-width: 576px) {
      .home__title {
        font-size: 36px; } }
  .home__img {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    max-width: 100%;
    height: auto;
    z-index: -1; }
    @media (max-width: 650px) {
      .home__img {
        position: relative;
        margin: 20px 0 0; } }
  .home .article__slider {
    margin: 70px 0; }
    .home .article__slider .title:after {
      top: 4px; }

.lookingFor {
  margin-bottom: 50px; }
  @media only screen and (max-width: 576px) {
    .lookingFor {
      margin: 120px 0 50px; } }
  .lookingFor__title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }
    @media only screen and (max-width: 576px) {
      .lookingFor__title {
        font-size: 22px; } }
  .lookingFor__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 40px 0 20px; }
    @media only screen and (max-width: 768px) {
      .lookingFor__block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .lookingFor__item {
    width: 225px;
    height: 165px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: -3px 10px 13px 0px #d9d9d9;
    box-shadow: -3px 10px 13px 0px #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px auto;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
    @media (max-width: 1024px) {
      .lookingFor__item {
        width: 190px; } }
    @media only screen and (max-width: 768px) {
      .lookingFor__item {
        width: 120px;
        height: 100px;
        text-align: center;
        padding: 10px;
        margin: 10px; } }
    .lookingFor__item img {
      display: block;
      max-width: 100%;
      height: auto; }
    @media only screen and (max-width: 576px) {
      .lookingFor__item:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
    @media only screen and (max-width: 576px) {
      .lookingFor__item:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; } }
    @media only screen and (max-width: 576px) {
      .lookingFor__item:nth-child(3) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4; } }
    @media only screen and (max-width: 576px) {
      .lookingFor__item:nth-child(4) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
  .lookingFor__name {
    font-size: 20px;
    font-weight: bold;
    color: #000; }
    @media only screen and (max-width: 768px) {
      .lookingFor__name {
        font-size: 16px; } }

.club {
  margin: 75px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 576px) {
    .club {
      padding: 0 15px; } }
  @media only screen and (max-width: 576px) {
    .club {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0px 0 50px; } }
  .club__lt {
    width: 50%; }
    @media only screen and (max-width: 576px) {
      .club__lt {
        width: 100%;
        padding-top: 35px; } }
  .club__title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase; }
    @media only screen and (max-width: 576px) {
      .club__title {
        font-size: 22px; } }
  .club__text {
    margin: 20px 0;
    line-height: 1.5; }
    @media only screen and (max-width: 576px) {
      .club__text {
        margin: 5px 0 20px; } }
    .club__text p {
      padding: 5px 0; }
  .club__rt {
    width: 50%;
    position: relative; }
    @media only screen and (max-width: 576px) {
      .club__rt {
        width: 100%;
        margin-top: 70px; } }
  .club__img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 10px; }
    @media only screen and (max-width: 576px) {
      .club__img {
        max-width: 80%;
        margin: 0; } }
    .club__img-2 {
      position: absolute;
      top: -65px;
      right: 0;
      border-radius: 10px;
      -webkit-box-shadow: -7px 0 20px rgba(0, 0, 0, 0.39);
      box-shadow: -7px 0 20px rgba(0, 0, 0, 0.39); }
      @media only screen and (max-width: 576px) {
        .club__img-2 {
          max-width: 55%; } }

.evaluation {
  background-color: #f1f6fc;
  padding: 50px 0 0; }
  .evaluation .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0; }
    @media only screen and (max-width: 768px) {
      .evaluation .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around; } }
    @media only screen and (max-width: 576px) {
      .evaluation .container {
        padding: 40px 0 10px; } }
  .evaluation__title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }
    @media only screen and (max-width: 576px) {
      .evaluation__title {
        font-size: 22px; } }
  .evaluation__item {
    position: relative;
    padding: 0 10px;
    margin: 10px 0; }
    @media only screen and (max-width: 576px) {
      .evaluation__item {
        padding: 0 15px;
        width: 100%; } }
  .evaluation__name {
    position: relative; }
    .evaluation__name span {
      background-image: -webkit-gradient(linear, left bottom, left top, from(#c66ceb), to(#947cd7)), -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
      background-image: -webkit-linear-gradient(bottom, #c66ceb, #947cd7), -webkit-linear-gradient(top, #000000, #000000);
      background-image: -o-linear-gradient(bottom, #c66ceb, #947cd7), -o-linear-gradient(top, #000000, #000000);
      background-image: linear-gradient(to top, #c66ceb, #947cd7), linear-gradient(to bottom, #000000, #000000);
      font-size: 24px;
      font-weight: bold;
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      padding-bottom: 20px;
      position: relative;
      color: #c66ceb;
      z-index: 2; }
      @media only screen and (max-width: 576px) {
        .evaluation__name span {
          padding-left: 60px; } }
    .evaluation__name:after {
      content: attr(data-number);
      left: 45%;
      bottom: -20px;
      font-size: 70px;
      font-weight: bold;
      color: #fff;
      z-index: 1;
      position: absolute;
      -webkit-text-fill-color: #fff; }
      @media only screen and (max-width: 576px) {
        .evaluation__name:after {
          left: 0; } }
  .evaluation__btn {
    display: none; }
    @media only screen and (max-width: 576px) {
      .evaluation__btn {
        margin: 0 auto 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 200px;
        height: 40px; } }
  .evaluation__text {
    font-size: 16px;
    color: #808080;
    margin: 20px 0;
    max-width: 200px;
    line-height: 1.38; }
    @media only screen and (max-width: 576px) {
      .evaluation__text {
        max-width: 100%; } }

.homePage .evaluation {
  padding: 50px 0 30px; }
  .homePage .evaluation .container {
    padding: 50px 0 10px; }

.homePage .evaluation__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 20px; }

.allReviewsPage .evaluation__btn {
  display: none; }
  @media only screen and (max-width: 576px) {
    .allReviewsPage .evaluation__btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.recentPosts {
  background-color: #f1f6fc;
  padding: 50px 0; }
  @media only screen and (max-width: 576px) {
    .recentPosts {
      padding: 35px 0; } }
  .recentPosts__title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }
    @media only screen and (max-width: 576px) {
      .recentPosts__title {
        font-size: 22px; } }
  .recentPosts .btn {
    margin: 0 auto; }
    @media only screen and (max-width: 576px) {
      .recentPosts .btn {
        width: 200px;
        height: 40px;
        margin: 60px auto 0; } }
  .recentPosts .main-cards__buttons {
    position: relative; }
  .recentPosts .swiper-container {
    padding: 35px 0; }
    @media only screen and (max-width: 576px) {
      .recentPosts .swiper-container {
        padding: 10px 0; } }
  .recentPosts .swiper-button-next,
  .recentPosts .swiper-button-prev {
    margin-top: 0;
    display: none; }
    @media only screen and (max-width: 576px) {
      .recentPosts .swiper-button-next,
      .recentPosts .swiper-button-prev {
        display: block; } }
    .recentPosts .swiper-button-next:hover,
    .recentPosts .swiper-button-prev:hover {
      -webkit-filter: grayscale(1);
      filter: grayscale(1);
      opacity: 0.5; }
  .recentPosts .swiper-button-prev {
    right: 22%;
    margin-top: 4px; }
    @media (max-width: 360px) {
      .recentPosts .swiper-button-prev {
        right: 17%;
        margin-top: 7px; } }
  .recentPosts .swiper-button-next {
    right: 70%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  @media only screen and (max-width: 576px) {
    .recentPosts .post {
      width: 90%; } }
  .recentPosts .swiper__pagination {
    width: 120px;
    display: none; }
    @media only screen and (max-width: 576px) {
      .recentPosts .swiper__pagination {
        display: block; } }
  .recentPosts .swiper-pagination-bullet {
    background-color: #dcdcdc;
    border: none;
    width: 13px;
    height: 13px; }
  .recentPosts .swiper-pagination-bullet-active {
    background-color: #6866d1;
    border: none;
    width: 40px;
    border-radius: 10px; }

.homePage .trustedBy {
  border-bottom: none;
  padding-bottom: 0; }

.homePage .protectedBy__block {
  max-width: 650px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 576px) {
    .homePage .protectedBy__block {
      padding: 0 30px; } }

.homePage .blockInsert {
  margin: 50px 15px; }

.popularQuestion {
  padding: 50px 0 0; }
  @media only screen and (max-width: 576px) {
    .popularQuestion {
      padding: 0; } }
  .popularQuestion__title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }
    @media only screen and (max-width: 576px) {
      .popularQuestion__title {
        font-size: 22px; } }
  .popularQuestion__i {
    padding: 30px; }
    @media only screen and (max-width: 576px) {
      .popularQuestion__i {
        padding: 20px 15px; } }
    .popularQuestion__i:nth-child(even) {
      background-color: #f5f5f5; }
  .popularQuestion__name {
    font-size: 20px;
    font-weight: bold; }
  .popularQuestion__text {
    font-size: 14px;
    color: #121212;
    line-height: 1.5; }
    .popularQuestion__text p {
      padding: 5px 0; }
  .popularQuestion ul {
    padding-left: 40px; }
    @media only screen and (max-width: 576px) {
      .popularQuestion ul {
        padding-left: 25px; } }
    .popularQuestion ul li {
      position: relative;
      margin: 5px 0; }
      .popularQuestion ul li:after {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        background-color: #7e4ad0;
        top: 4px;
        left: -15px;
        border-radius: 100%; }
        @media only screen and (max-width: 576px) {
          .popularQuestion ul li:after {
            width: 6px;
            height: 6px;
            top: 8px; } }

.reviewRS {
  padding: 70px 0 0; }
  @media only screen and (max-width: 576px) {
    .reviewRS {
      padding: 30px 0; } }
  .reviewRS__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    @media only screen and (max-width: 992px) {
      .reviewRS__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .reviewRS__top img {
      position: absolute;
      z-index: 2;
      max-width: 100%;
      border-radius: 10px; }
      @media only screen and (max-width: 992px) {
        .reviewRS__top img {
          position: relative;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          margin: 35px auto; } }
      @media only screen and (max-width: 576px) {
        .reviewRS__top img {
          margin: 0 auto;
          max-width: 90%;
          margin-top: 15px; } }
  .reviewRS__content {
    padding: 70px 35px 70px 110px;
    position: relative;
    background-color: #f5f5f5;
    margin-left: auto;
    max-width: 550px; }
    @media (max-width: 1024px) {
      .reviewRS__content {
        max-width: 425px; } }
    @media only screen and (max-width: 992px) {
      .reviewRS__content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 auto;
        padding: 40px; } }
    @media only screen and (max-width: 576px) {
      .reviewRS__content {
        padding: 40px 15px 20px; } }
  .reviewRS__title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media only screen and (max-width: 576px) {
      .reviewRS__title {
        font-size: 22px; } }
  .reviewRS p {
    font-size: 14px;
    color: #121212;
    line-height: 1.57; }
  .reviewRS__img {
    position: relative;
    border-radius: 10px; }
    @media only screen and (max-width: 576px) {
      .reviewRS__img {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin: 10px 0; } }
    .reviewRS__img img {
      max-width: 100%;
      border-radius: 10px;
      height: auto; }
      @media only screen and (max-width: 992px) {
        .reviewRS__img img {
          margin: 0 auto;
          display: block; } }
    .reviewRS__img-1 {
      float: right;
      margin: 50px 70px 45px 95px; }
      @media only screen and (max-width: 992px) {
        .reviewRS__img-1 {
          float: none; } }
      @media only screen and (max-width: 576px) {
        .reviewRS__img-1 {
          max-width: 90%;
          margin: 10px auto; } }
      .reviewRS__img-1:after {
        content: '';
        position: absolute;
        width: 435px;
        height: 300px;
        background-color: #f5f5f5;
        right: 50%;
        z-index: -1;
        margin-left: -50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        top: 50px; }
        @media only screen and (max-width: 576px) {
          .reviewRS__img-1:after {
            display: none; } }
    .reviewRS__img-2 {
      float: left;
      margin: 0px 100px 45px 0px; }
      @media only screen and (max-width: 992px) {
        .reviewRS__img-2 {
          float: none;
          margin: 10px auto; } }
      @media only screen and (max-width: 576px) {
        .reviewRS__img-2 {
          margin: 0 auto; } }
      @media only screen and (max-width: 992px) {
        .reviewRS__img-2 img {
          display: block;
          margin: 0 auto; } }
      @media only screen and (max-width: 576px) {
        .reviewRS__img-2 img {
          max-width: 90%;
          margin: 10px auto; } }
      .reviewRS__img-2:after {
        content: '';
        position: absolute;
        width: 505px;
        height: 285px;
        background-color: #f5f5f5;
        left: 50px;
        z-index: -1;
        top: 50px; }
        @media only screen and (max-width: 576px) {
          .reviewRS__img-2:after {
            display: none; } }
    .reviewRS__img-3 {
      float: right;
      padding: 20px 0px 20px 50px; }
      @media only screen and (max-width: 992px) {
        .reviewRS__img-3 {
          float: none;
          margin: 0 auto;
          display: block; } }
      @media only screen and (max-width: 576px) {
        .reviewRS__img-3 {
          padding: 0; } }
      @media only screen and (max-width: 576px) {
        .reviewRS__img-3 img {
          max-width: 90%;
          margin: 10px auto; } }
  .reviewRS__s {
    float: none;
    clear: both; }
    @media only screen and (max-width: 576px) {
      .reviewRS__s {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .reviewRS__s .reviewRS__block {
      padding: 10px 0; }
  .reviewRS b {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding-left: 0;
    margin-bottom: 10px; }
    @media only screen and (max-width: 576px) {
      .reviewRS b {
        padding: 0 15px; } }
  .reviewRS p {
    font-size: 14px;
    line-height: 1.57;
    color: #808080;
    padding-left: 0;
    padding: 15px 0; }
    @media only screen and (max-width: 576px) {
      .reviewRS p {
        padding: 15px; } }
  .reviewRS__block {
    padding: 15px 0; }
    @media only screen and (max-width: 576px) {
      .reviewRS__block {
        padding: 10px 15px; } }

.clearfix {
  clear: both; }

.not_found {
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0 40px;
  color: #6866d1; }

.blog__top {
  background-color: #f1f6fc;
  padding: 40px 0 50px; }
  @media only screen and (max-width: 576px) {
    .blog__top {
      padding: 25px 0; } }

.blog__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 0 14px; }

.blog__subtitle {
  max-width: 450px;
  font-size: 14px;
  line-height: 1.57;
  text-align: center;
  margin: 20px auto; }
  @media only screen and (max-width: 576px) {
    .blog__subtitle {
      padding: 0 12px; } }

.blog__section {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.post {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 9px 24px 0 rgba(0, 0, 0, 0.28);
  box-shadow: 0px 9px 24px 0 rgba(0, 0, 0, 0.28);
  overflow: hidden;
  width: 365px;
  margin: 10px 0; }
  @media only screen and (max-width: 1200px) {
    .post {
      width: 320px; } }
  @media (max-width: 680px) {
    .post {
      width: 100%; } }
  @media (max-width: 575px) {
    .post {
      width: 100%;
      margin: 20px auto; } }
  @media (max-width: 375px) {
    .post {
      width: calc(100% - 40px); } }
  @media (max-width: 360px) {
    .post {
      width: calc(100% - 30px); } }
  .post__img {
    display: block;
    overflow: hidden;
    max-width: 540px;
    width: 100%;
    border-radius: 0; }
    @media only screen and (max-width: 1200px) {
      .post__img {
        max-width: 500px; } }
    @media (max-width: 680px) {
      .post__img {
        max-width: 100%; } }
    .post__img img {
      width: 100%;
      height: auto;
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
      border-radius: 0;
      display: block; }
      .post__img img:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
  .post__content {
    padding: 20px 20px 35px; }
  .post__title {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    padding: 10px 0;
    display: block; }
    @media only screen and (max-width: 375px) {
      .post__title {
        font-size: 25px; } }
  .post__desc {
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 5px; }
  .post__btn {
    padding: 10px 0;
    display: block;
    font-family: 'SFUIDisplay';
    font-size: 16px;
    color: #6866d1;
    position: relative;
    padding-left: 20px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
    .post__btn:before {
      content: '';
      border-bottom: 1px solid rgba(104, 102, 209, 0.68);
      border-right: 1px solid rgba(104, 102, 209, 0.68);
      display: block;
      height: 7px;
      position: absolute;
      left: 0;
      top: 47%;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg) translateY(-50%);
      transform: rotate(-45deg) translateY(-50%);
      -webkit-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      width: 7px; }
    .post__btn:hover {
      -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
      transform: translateX(5px); }

.post__info {
  font-family: 'SFUIDisplay';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #b3b3b3;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase; }
  .post__info-i {
    padding: 0 12px;
    position: relative; }
    .post__info-i:before {
      content: '\f06e';
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-weight: 900;
      font-family: 'Font Awesome 5 Free'; }
    .post__info-i:nth-child(1) {
      padding-left: 20px; }
      .post__info-i:nth-child(1):before {
        opacity: 0.6;
        font-size: 11px; }
    .post__info-i:nth-child(3):before, .post__info-i:nth-child(2):before {
      content: '\f111';
      font-size: 4px;
      opacity: 0.8; }

.post-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0; }
  @media (max-width: 900px) {
    .post-main {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (max-width: 575px) {
    .post-main {
      width: 100%;
      margin: 20px auto; } }
  @media (max-width: 375px) {
    .post-main {
      width: calc(100% - 40px); } }
  @media (max-width: 360px) {
    .post-main {
      width: calc(100% - 30px); } }
  .post-main .post__content {
    width: 50%;
    padding: 0 30px; }
    @media only screen and (max-width: 1200px) {
      .post-main .post__content {
        width: 100%;
        padding: 20px 20px 35px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
  @media only screen and (max-width: 1200px) {
    .post-main .post__img {
      max-width: 100%;
      border-radius: 0; } }
  @media only screen and (max-width: 1200px) {
    .post-main .post__img img {
      border-radius: 0; } }

.decorationLine {
  height: 1px;
  background: #adb9c8;
  width: 99%;
  margin: 0 auto; }
  @media only screen and (max-width: 375px) {
    .decorationLine {
      width: calc(100% - 45px); } }

.postInner {
  padding: 50px 0;
  max-width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 576px) {
    .postInner {
      padding: 30px 15px; } }
  .postInner__title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    max-width: 450px;
    margin: 0 auto;
    text-transform: uppercase; }
    @media only screen and (max-width: 576px) {
      .postInner__title {
        font-size: 24px; } }
  .postInner__info {
    margin: 25px auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 576px) {
      .postInner__info {
        margin: 15px 0; } }
  .postInner__thumb {
    display: block;
    margin: 0 auto 20px;
    height: auto;
    max-width: 100%;
    border-radius: 10px; }
    @media only screen and (max-width: 576px) {
      .postInner__thumb {
        margin: 0 auto 10px; } }
  .postInner__content {
    font-size: 14px;
    line-height: 1.5; }
    .postInner__content p {
      padding: 10px 0;
      font-size: 14px;
      line-height: 1.5; }
      @media only screen and (max-width: 576px) {
        .postInner__content p {
          padding: 5px 0; } }

.postPage .article__slider {
  margin: 20px 0 60px; }
  @media only screen and (max-width: 576px) {
    .postPage .article__slider {
      margin: 20px 0 120px; } }
  .postPage .article__slider .title:after {
    top: 4px; }

.aboutUs {
  margin: 30px 0; }
  .aboutUs__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 950px) {
      .aboutUs__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .aboutUs__lt {
    width: 50%;
    padding-top: 50px; }
    @media (max-width: 950px) {
      .aboutUs__lt {
        width: 100%; } }
    @media (max-width: 950px) {
      .aboutUs__lt {
        padding: 0 0 25px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
  .aboutUs__rt {
    width: 50%;
    position: relative; }
    @media (max-width: 950px) {
      .aboutUs__rt {
        width: 100%; } }
    .aboutUs__rt:after {
      content: '';
      position: absolute;
      background-color: #f1f6fc;
      width: 590px;
      height: 610px;
      top: 0;
      right: 0;
      z-index: -1; }
      @media (max-width: 950px) {
        .aboutUs__rt:after {
          width: 100%;
          height: 100%; } }
  .aboutUs__title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 30px; }
    @media (max-width: 1110px) {
      .aboutUs__title {
        padding: 0; } }
    @media only screen and (max-width: 768px) {
      .aboutUs__title {
        padding: 0 15px; } }
  .aboutUs__text {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 50px 0 30px; }
    @media (max-width: 1110px) {
      .aboutUs__text {
        padding: 0; } }
    @media only screen and (max-width: 768px) {
      .aboutUs__text {
        padding: 0 15px; } }
    .aboutUs__text p {
      padding: 5px 0; }
  .aboutUs__img {
    border-radius: 10px;
    display: block;
    max-width: 100%;
    height: auto;
    margin: 30px 0; }
    @media (max-width: 950px) {
      .aboutUs__img {
        display: none; } }
    .aboutUs__img-2 {
      display: none; }
      @media (max-width: 950px) {
        .aboutUs__img-2 {
          display: block;
          padding: 0 15px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          margin: 20px auto 10px; } }
      @media only screen and (max-width: 576px) {
        .aboutUs__img-2 {
          margin: 20px 0 10px; } }

.aboutUsInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 0; }
  @media only screen and (max-width: 768px) {
    .aboutUsInfo {
      padding: 30px 0; } }
  .aboutUsInfo__item {
    width: 200px;
    margin: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 30px; }
    @media (max-width: 950px) {
      .aboutUsInfo__item {
        width: 180px;
        margin: 0 0 20px; } }
    @media only screen and (max-width: 768px) {
      .aboutUsInfo__item {
        width: 20%; } }
    @media (max-width: 670px) {
      .aboutUsInfo__item {
        width: 45%; } }
  .aboutUsInfo__number {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#c66ceb), to(#947cd7)), -webkit-gradient(linear, left top, left bottom, from(#121212), to(#121212));
    background-image: -webkit-linear-gradient(bottom, #c66ceb, #947cd7), -webkit-linear-gradient(top, #121212, #121212);
    background-image: -o-linear-gradient(bottom, #c66ceb, #947cd7), -o-linear-gradient(top, #121212, #121212);
    background-image: linear-gradient(to top, #c66ceb, #947cd7), linear-gradient(to bottom, #121212, #121212);
    font-size: 50px;
    font-weight: bold;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media only screen and (max-width: 768px) {
      .aboutUsInfo__number {
        font-size: 40px; } }
  .aboutUsInfo__title {
    font-size: 20px;
    font-weight: bold;
    color: #999;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .aboutUsInfo__title {
        font-size: 16px; } }

.protectedBy__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase; }

.protectedBy__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 90%;
  margin: 10px auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .protectedBy__block img {
    max-width: 100%;
    height: auto;
    display: block; }

.protectedBy__list {
  font-size: 16px;
  color: #666666;
  -webkit-column-count: 2;
  column-count: 2;
  max-width: 300px;
  margin: 20px auto; }
  @media only screen and (max-width: 576px) {
    .protectedBy__list {
      max-width: 265px; } }
  .protectedBy__list li {
    position: relative; }
    .protectedBy__list li:after {
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      background-color: #666;
      top: 6px;
      left: -15px;
      border-radius: 100%; }

.trustedBy {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 60px;
  margin: 50px 0 35px; }
  @media only screen and (max-width: 576px) {
    .trustedBy {
      padding-bottom: 30px;
      margin: 30px 15px; } }
  .trustedBy__title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }
  .trustedBy__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .trustedBy img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto; }
    @media only screen and (max-width: 576px) {
      .trustedBy img {
        max-width: 50%;
        margin: 10px auto; }
        .trustedBy img:nth-child(1) {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3; }
        .trustedBy img:nth-child(2) {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; }
        .trustedBy img:nth-child(3) {
          -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
          order: 5; }
        .trustedBy img:nth-child(4) {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; }
        .trustedBy img:nth-child(5) {
          -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
          order: 4; } }

.geInTouch {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 25px;
  margin: 35px 0 70px; }
  @media only screen and (max-width: 576px) {
    .geInTouch {
      margin: 35px 15px 70px; } }
  .geInTouch__title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }
  .geInTouch__subtitle {
    font-size: 16px;
    text-align: center;
    max-width: 450px;
    margin: 10px auto; }
  .geInTouch__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 576px) {
      .geInTouch__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .geInTouch__item {
    margin: 20px;
    text-align: center; }
    @media only screen and (max-width: 576px) {
      .geInTouch__item {
        margin: 10px; }
        .geInTouch__item:nth-child(1) {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; }
        .geInTouch__item:nth-child(2) {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; } }
  .geInTouch__text {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    max-width: 250px;
    margin: 10px auto 0; }
  .geInTouch img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto; }
  .geInTouch__link {
    font-size: 16px;
    text-align: center;
    color: #6866d1;
    position: relative; }
    .geInTouch__link:after {
      content: '';
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: #6866d1;
      left: 0; }
    .geInTouch__link:hover {
      opacity: 0.5; }

.aboutUsPage .article__slider {
  margin: 70px 0 60px; }
  @media only screen and (max-width: 576px) {
    .aboutUsPage .article__slider {
      margin: 70px 0 120px; } }
  .aboutUsPage .article__slider .title:after {
    top: 4px; }

@media (max-width: 1110px) {
  .aboutUsPage .tab {
    display: none; } }

.blockAuthor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 740px;
  margin: 20px auto;
  padding: 0 15px; }
  .blockAuthor_img {
    width: 120px;
    height: 120px;
    border: 3px solid #c66ceb;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 25px; }
    @media (max-width: 425px) {
      .blockAuthor_img {
        width: 80px;
        height: 80px; } }
    .blockAuthor_img img {
      width: 100% !important;
      height: 100% !important;
      -o-object-fit: cover !important;
      object-fit: cover !important;
      margin: 0 !important;
      padding: 0; }
  .blockAuthor_title {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#c66ceb), to(#947cd7)), -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
    background-image: -webkit-linear-gradient(bottom, #c66ceb, #947cd7), -webkit-linear-gradient(top, #000000, #000000);
    background-image: -o-linear-gradient(bottom, #c66ceb, #947cd7), -o-linear-gradient(top, #000000, #000000);
    background-image: linear-gradient(to top, #c66ceb, #947cd7), linear-gradient(to bottom, #000000, #000000);
    font-size: 16px;
    font-weight: bold;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    color: #c66ceb; }
  .blockAuthor_text {
    font-size: 16px;
    color: #666;
    padding: 15px 0; }
    @media (max-width: 425px) {
      .blockAuthor_text {
        font-size: 14px; } }
  .blockAuthor .social a {
    color: #666;
    margin: 0 5px;
    font-size: 20px; }
    .blockAuthor .social a:first-child {
      margin-left: 0; }
    .blockAuthor .social a:hover {
      opacity: 0.6; }

.team {
  margin: 130px 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10%; }
  @media (max-width: 991px) {
    .team {
      padding: 0 30px; } }
  @media (max-width: 600px) {
    .team {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      margin: 50px 0; } }
  @media (max-width: 575px) {
    .team_rt {
      text-align: left; } }
  .team_lt {
    margin-right: 50px; }
    @media (max-width: 600px) {
      .team_lt {
        margin-right: 0;
        margin-bottom: 10px; } }
    .team_lt img {
      max-width: 320px;
      height: auto;
      border-radius: 5px;
      -webkit-box-shadow: 0 0 17px 0px #c8c8c8;
      box-shadow: 0 0 17px 0px #c8c8c8; }
      @media (max-width: 800px) {
        .team_lt img {
          max-width: 220px; } }
      @media (max-width: 575px) {
        .team_lt img {
          max-width: 100%; } }
  .team_subtitle {
    font-size: 14px;
    color: #808080; }
  .team_title {
    font-size: 24px;
    font-weight: bold;
    color: #000; }
  .team_txt {
    font-size: 14px;
    color: #121212;
    padding: 10px 0; }
  .team ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 600px) {
      .team ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media (max-width: 575px) {
      .team ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .team ul a {
      font-size: 20px;
      color: #808080;
      margin-right: 10px; }
      .team ul a:hover {
        opacity: 0.5; }

.ourteam {
  padding: 50px 0 100px; }
  @media (max-width: 800px) {
    .ourteam {
      padding: 20px 30px; } }
  .ourteam_title {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-align: center; }
  .ourteam_subtitle {
    max-width: 550px;
    font-size: 14px;
    text-align: center;
    color: #121212;
    margin: 20px auto; }
  .ourteam_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 35px auto;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    @media (max-width: 800px) {
      .ourteam_block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly; } }
  .ourteam_item {
    text-align: center; }
    @media (max-width: 800px) {
      .ourteam_item {
        margin: 10px; } }
    @media (max-width: 575px) {
      .ourteam_item {
        border-radius: 10px;
        border: solid 1px #e6e3e3;
        background-color: #ffffff;
        width: 100%;
        padding: 30px; } }
  .ourteam_img {
    width: 130px;
    height: 130px;
    border: 3px solid #6866d1;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 5px; }
    @media (max-width: 575px) {
      .ourteam_img {
        margin: 0 auto 5px;
        width: 150px;
        height: 150px; } }
    .ourteam_img img {
      max-width: 100%; }
  .ourteam_i_sub {
    font-size: 12px;
    color: #808080; }
  .ourteam_i_title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    padding: 5px 0 0; }
  .ourteam_i_sub2 {
    font-size: 12px;
    color: #808080; }

.weReview {
  background-color: #f1f6fc;
  padding: 70px 0;
  margin-bottom: 50px; }
  @media (max-width: 650px) {
    .weReview {
      padding: 40px 0;
      margin-bottom: 30px; } }
  .weReview .title {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    text-align: center; }
  .weReview_block {
    margin: 20px auto;
    position: relative;
    counter-reset: section; }
    .weReview_block:after {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: #ccc;
      height: 79%;
      width: 0.5px;
      z-index: 1; }
      @media (max-width: 991px) {
        .weReview_block:after {
          display: none; } }
    .weReview_block li {
      padding: 20px 0;
      position: relative;
      max-width: 480px; }
      @media (max-width: 650px) {
        .weReview_block li {
          padding: 20px 30px;
          padding-left: 40px; } }
      .weReview_block li:nth-child(odd) {
        margin-left: auto; }
        @media (max-width: 650px) {
          .weReview_block li:nth-child(odd) {
            margin-left: 0; } }
        .weReview_block li:nth-child(odd) .weReview_name:after {
          left: -85px; }
          @media (max-width: 1200px) {
            .weReview_block li:nth-child(odd) .weReview_name:after {
              left: -75px; } }
        .weReview_block li:nth-child(odd) .weReview_name:before {
          left: -96px; }
          @media (max-width: 1200px) {
            .weReview_block li:nth-child(odd) .weReview_name:before {
              left: -81px; } }
          @media (max-width: 650px) {
            .weReview_block li:nth-child(odd) .weReview_name:before {
              left: -30px; } }
        .weReview_block li:nth-child(odd):after {
          left: -220px; }
          @media (max-width: 991px) {
            .weReview_block li:nth-child(odd):after {
              left: -175px; } }
          @media (max-width: 650px) {
            .weReview_block li:nth-child(odd):after {
              left: 40px; } }
      .weReview_block li:nth-child(even) {
        text-align: right; }
        @media (max-width: 650px) {
          .weReview_block li:nth-child(even) {
            text-align: left; } }
        .weReview_block li:nth-child(even) .weReview_name:after {
          right: -85px; }
          @media (max-width: 1200px) {
            .weReview_block li:nth-child(even) .weReview_name:after {
              right: -75px; } }
        .weReview_block li:nth-child(even) .weReview_name:before {
          right: -96px; }
          @media (max-width: 1200px) {
            .weReview_block li:nth-child(even) .weReview_name:before {
              right: -81px; } }
          @media (max-width: 650px) {
            .weReview_block li:nth-child(even) .weReview_name:before {
              left: -30px; } }
        .weReview_block li:nth-child(even):after {
          right: -220px; }
          @media (max-width: 991px) {
            .weReview_block li:nth-child(even):after {
              right: -175px; } }
          @media (max-width: 650px) {
            .weReview_block li:nth-child(even):after {
              left: 40px; } }
      .weReview_block li:after {
        counter-increment: section;
        content: "0" counter(section);
        position: absolute;
        font-size: 70px;
        font-weight: bold;
        color: #fff;
        top: -10px; }
  .weReview_name {
    z-index: 2;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#c66ceb), to(#947cd7)), -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
    background-image: -webkit-linear-gradient(bottom, #c66ceb, #947cd7), -webkit-linear-gradient(top, #000000, #000000);
    background-image: -o-linear-gradient(bottom, #c66ceb, #947cd7), -o-linear-gradient(top, #000000, #000000);
    background-image: linear-gradient(to top, #c66ceb, #947cd7), linear-gradient(to bottom, #000000, #000000);
    font-size: 24px;
    font-weight: bold;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    color: #c66ceb; }
    .weReview_name:after {
      content: '';
      position: absolute;
      background: #ccc;
      width: 60px;
      height: 1px;
      top: 50%; }
      @media (max-width: 1200px) {
        .weReview_name:after {
          width: 50px; } }
      @media (max-width: 650px) {
        .weReview_name:after {
          display: none; } }
    .weReview_name:before {
      content: '';
      position: absolute;
      background: #6866d1;
      width: 10px;
      height: 10px;
      border-radius: 100%;
      border: 1px solid #fff;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 5; }
  .weReview_txt {
    font-size: 16px;
    color: #808080;
    padding: 10px 0; }

.article {
  padding-top: 20px; }
  .article__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0; }
    @media only screen and (max-width: 768px) {
      .article__top {
        padding: 0 15px 30px; } }
  .article__lt {
    width: 100%; }
    .article__lt h1 {
      padding: 10px 0; }
    .article__lt img {
      display: none;
      max-width: 100%;
      border-radius: 10px;
      margin: 20px auto;
      height: auto; }
      @media only screen and (max-width: 768px) {
        .article__lt img {
          display: block; } }
  .article__rt {
    width: 100%;
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    border-radius: 10px; }
    @media only screen and (max-width: 768px) {
      .article__rt {
        display: none; } }
    .article__rt img {
      max-width: 100%;
      height: auto;
      -webkit-transition: all 2s ease;
      -o-transition: all 2s ease;
      transition: all 2s ease; }
  @media only screen and (max-width: 768px) {
    .article__content {
      padding: 0 15px; } }
  .article__slider {
    position: relative;
    margin: 40px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 576px) {
      .article__slider {
        margin: 40px 0 90px; } }
    .article__slider .title {
      position: absolute;
      width: 245px;
      padding: 20px 25px;
      top: -30px;
      font-size: 26px; }
      @media only screen and (max-width: 576px) {
        .article__slider .title {
          width: 100%;
          text-align: center;
          top: -35px;
          padding: 20px 0; } }
      .article__slider .title:after {
        content: '';
        position: absolute;
        width: 245px;
        height: 420px;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#9f85e6), to(#c66ceb));
        background-image: -webkit-linear-gradient(bottom, #9f85e6, #c66ceb);
        background-image: -o-linear-gradient(bottom, #9f85e6, #c66ceb);
        background-image: linear-gradient(to top, #9f85e6, #c66ceb);
        left: 0;
        top: 0;
        z-index: -1; }
        @media only screen and (max-width: 576px) {
          .article__slider .title:after {
            width: 100%;
            height: 530px; } }
  .article__sliderBlock {
    width: calc(100% - 145px);
    margin-left: auto; }
    @media only screen and (max-width: 576px) {
      .article__sliderBlock {
        width: 100%; } }
  .article__counter {
    padding: 20px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80%; }
    @media only screen and (max-width: 576px) {
      .article__counter {
        width: 100%; } }
  .article__author {
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.73;
    color: #b3b3b3; }
  .article__subtitle {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    color: #b3b3b3; }
  .article__img {
    max-width: 580px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 2;
    height: auto; }
    @media (max-width: 1130px) {
      .article__img {
        max-width: 480px; } }
    @media only screen and (max-width: 992px) {
      .article__img {
        max-width: 380px; } }
    @media only screen and (max-width: 768px) {
      .article__img {
        max-width: 100%; } }
    .article__img:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .article__img img {
      border-radius: 10px;
      height: auto; }
      @media only screen and (max-width: 768px) {
        .article__img img {
          display: block;
          margin: 0 auto; } }
  .article__item {
    font-size: 16px;
    padding: 20px 0;
    line-height: 1.5;
    clear: both; }
    .article__item:nth-child(odd) .article__img {
      float: left;
      height: auto;
      margin: 10px 20px 10px 0px; }
      @media only screen and (max-width: 768px) {
        .article__item:nth-child(odd) .article__img {
          float: none;
          margin: 10px auto; } }
    .article__item:nth-child(even) .article__img {
      float: right;
      margin: 10px 0px 10px 20px; }
      @media only screen and (max-width: 768px) {
        .article__item:nth-child(even) .article__img {
          float: none;
          margin: 10px auto; } }
    .article__item img {
      max-width: 100%;
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
      display: block;
      height: auto; }
    .article__item span {
      position: relative;
      display: block;
      margin: 10px 0;
      padding-left: 30px; }
      .article__item span:before {
        content: '';
        width: 7px;
        height: 7px;
        background-color: #6851a7;
        border-radius: 100%;
        position: absolute;
        left: 0;
        top: 0;
        left: 10px;
        top: 9px; }
    .article__item p {
      padding: 5px 0;
      display: block; }
  .article h2 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 24px; }
    @media only screen and (max-width: 576px) {
      .article h2 {
        font-size: 22px; } }
  .article .alignleft {
    float: left;
    margin: 10px 20px 10px 0px; }
    @media only screen and (max-width: 768px) {
      .article .alignleft {
        float: none;
        margin: 10px auto; } }
  .article .alignright {
    float: right;
    margin: 10px 0px 10px 20px; }
    @media only screen and (max-width: 768px) {
      .article .alignright {
        float: none;
        margin: 10px auto; } }

.article__item_sp .part {
  width: 42%;
  margin-left: auto; }
  @media (max-width: 1130px) {
    .article__item_sp .part {
      width: auto; } }
  @media (max-width: 1130px) {
    .article__item_sp .part:after {
      display: none; } }

.article__img2,
.article__img4 {
  height: auto; }
  @media only screen and (max-width: 576px) {
    .article__img2,
    .article__img4 {
      display: none; } }

.article__img3,
.article__img5 {
  height: auto;
  display: none; }
  @media only screen and (max-width: 576px) {
    .article__img3,
    .article__img5 {
      display: block; } }

.conclusion {
  background-color: #fff;
  padding: 30px;
  margin: 50px 0 70px;
  position: relative; }
  @media only screen and (max-width: 576px) {
    .conclusion {
      padding: 30px 10px;
      margin: 15px 0 50px; } }
  .conclusion:after {
    content: '';
    position: absolute;
    top: 0;
    width: 95%;
    left: 50%;
    height: 1px;
    margin-right: -50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: -1px 5px 16px 0px #000;
    box-shadow: -1px 5px 16px 0px #000;
    z-index: -1; }
  .conclusion:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 95%;
    left: 50%;
    height: 1px;
    margin-right: -50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: -1px 0px 25px 1px #000;
    box-shadow: -1px 0px 25px 1px #000;
    z-index: -1; }
  .conclusion .headline {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 24px; }
  .conclusion__text {
    font-size: 16px;
    text-align: center;
    line-height: 1.5; }

.count {
  border-right: solid 1px #e6e6e6;
  width: 100%;
  margin-right: 35px; }
  @media only screen and (max-width: 992px) {
    .count {
      margin-right: 10px; } }
  @media only screen and (max-width: 375px) {
    .count {
      margin-right: 4px; } }
  .count:nth-child(3) {
    border: none; }
    .count:nth-child(3) .count__number,
    .count:nth-child(3) .count__text {
      color: #6866d1; }
  .count__number {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    color: #121212; }
  .count__text {
    font-size: 10px;
    font-weight: bold;
    line-height: 1.4;
    color: #999999;
    text-transform: uppercase;
    padding: 5px 0; }

.generalReviewsPage .sliderItem {
  min-height: 100%; }

.article ol {
  padding-left: 15px; }
  .article ol li {
    position: relative;
    margin: 5px 0; }
    .article ol li:after {
      content: '';
      position: absolute;
      width: 6px;
      height: 6px;
      background-color: #6866d1;
      top: 7px;
      left: -15px;
      border-radius: 100%; }

.article ul {
  padding-left: 15px; }
  .article ul li {
    list-style-type: decimal; }

.reviews {
  padding: 20px 0; }
  @media only screen and (max-width: 576px) {
    .reviews {
      padding: 20px 0 0; } }
  .reviews__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 992px) {
      .reviews__block {
        -ms-flex-pack: distribute;
        justify-content: space-around; } }
    @media only screen and (max-width: 576px) {
      .reviews__block {
        padding-bottom: 10px; } }
    .reviews__block .sliderItem__title {
      font-size: 18px; }
    .reviews__block .sliderItem {
      margin: 15px 0;
      max-width: 360px; }
      @media (max-width: 1150px) {
        .reviews__block .sliderItem {
          max-width: 325px; } }
      @media (max-width: 1024px) {
        .reviews__block .sliderItem {
          max-width: 290px; } }
      @media only screen and (max-width: 576px) {
        .reviews__block .sliderItem {
          max-width: 100%;
          width: calc(100% - 30px);
          margin: 10px 0; } }
    .reviews__block .sliderItem__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 5px 0 15px;
      border-bottom: 0.5px solid #e1e1e1; }
      .reviews__block .sliderItem__top_r {
        -webkit-box-shadow: 2.5px 7.6px 24px 0 rgba(0, 0, 0, 0.19);
        box-shadow: 2.5px 7.6px 24px 0 rgba(0, 0, 0, 0.19);
        color: #fff;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#febc5c), to(#fed08c));
        background-image: -webkit-linear-gradient(bottom, #febc5c, #fed08c);
        background-image: -o-linear-gradient(bottom, #febc5c, #fed08c);
        background-image: linear-gradient(to top, #febc5c, #fed08c);
        font-size: 16px;
        font-weight: bold;
        border-radius: 13px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 0 10px;
        margin-right: 10px; }
        .reviews__block .sliderItem__top_r svg {
          -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
          width: 12px;
          margin-left: 3px; }
      .reviews__block .sliderItem__top_n {
        font-size: 14px;
        color: #b3b3b3; }
    .reviews__block .sliderItem__text {
      font-size: 14px;
      font-weight: 300;
      color: #808080;
      padding: 10px 0; }
    .reviews__block .read:hover {
      opacity: 0.5; }
    .reviews__block .read:after {
      display: none; }
    .reviews__block .sliderItem__btns {
      margin-top: 0;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
  .reviews__title {
    font-size: 24px;
    font-weight: bold;
    color: #000; }
    @media only screen and (max-width: 576px) {
      .reviews__title {
        padding: 0 15px;
        font-size: 22px; } }
    .reviews__title span {
      font-size: 14px;
      font-weight: normal;
      color: #b3b3b3;
      margin-left: 10px;
      text-transform: initial; }
  .reviews__filter {
    margin: 10px 0 0;
    padding: 10px 0;
    border-top: 1px solid #adb9c8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 992px) {
      .reviews__filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media only screen and (max-width: 576px) {
      .reviews__filter {
        width: 90%;
        margin: 10px auto 0; } }
    @media only screen and (max-width: 992px) {
      .reviews__filter .nice-select {
        margin-top: 10px; } }
    @media only screen and (max-width: 576px) {
      .reviews__filter .nice-select {
        padding: 0 15px;
        margin: 5px auto;
        width: 100%; } }
  .reviews__btn {
    font-size: 16px;
    font-weight: normal;
    color: #6866d1;
    cursor: pointer;
    position: relative;
    padding-left: 40px; }
    @media only screen and (max-width: 992px) {
      .reviews__btn {
        padding-top: 10px;
        padding-bottom: 10px; } }
    @media only screen and (max-width: 576px) {
      .reviews__btn {
        display: none; } }
    .reviews__btn:before {
      content: '';
      background: #6866d1;
      width: 15px;
      height: 1px;
      position: relative;
      left: -25px;
      top: 10px;
      display: block;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .reviews__btn:after {
      content: '';
      background: #6866d1;
      width: 15px;
      height: 1px;
      position: relative;
      left: -25px;
      top: -10px;
      display: block;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.allReviewsPage .pagination {
  margin-bottom: 40px; }

.allReviewsPage .evaluation {
  padding: 50px 0; }
  @media only screen and (max-width: 576px) {
    .allReviewsPage .evaluation {
      margin: 40px 0; } }
  .allReviewsPage .evaluation .container {
    padding: 70px 0 0; }
    @media only screen and (max-width: 576px) {
      .allReviewsPage .evaluation .container {
        padding: 45px 0 0; } }
  .allReviewsPage .evaluation .evaluation__btn {
    display: none; }

@media only screen and (max-width: 576px) {
  .allReviewsPage .blockInsert {
    margin: 45px 10px; } }

.nice-select {
  margin-right: 10px;
  border: solid 1px #e6e6e6;
  border-radius: 0;
  width: 220px;
  font-size: 16px; }
  .nice-select .list {
    width: 100%;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400; }
  .nice-select .current {
    font-size: 16px;
    font-weight: bold;
    color: #000; }
  .nice-select:after {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    top: 45%;
    width: 10px;
    height: 10px; }

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: transparent;
  color: #6866d1; }

.reviews_f_recency, .reviews_f_girls {
  display: none; }

.reviews .sliderItem.hidden {
  display: none; }

.page-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  min-height: calc(100vh - 400px);
  padding: 70px 0; }
  @media (max-width: 700px) {
    .page-404 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 50px 15px; } }
  .page-404_lt {
    max-width: 500px;
    text-align: center; }
    @media (max-width: 700px) {
      .page-404_lt {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
  .page-404_title {
    font-size: 159px;
    font-weight: bold;
    color: #ff6651;
    padding-bottom: 15px; }
    @media only screen and (max-width: 992px) {
      .page-404_title {
        font-size: 97px; } }
  .page-404_subtitle {
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0; }
  .page-404_text {
    font-size: 20px;
    padding: 10px 0; }
    @media only screen and (max-width: 768px) {
      .page-404_text {
        font-size: 18px; } }
  .page-404_btn {
    text-transform: uppercase;
    margin: 10px auto; }
    @media only screen and (max-width: 768px) {
      .page-404_btn {
        font-size: 18px;
        width: 215px;
        height: 40px; } }
  @media (max-width: 700px) {
    .page-404_rt {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
  .page-404_rt img {
    max-width: 100%;
    display: block;
    height: auto; }

.policy {
  padding: 50px 0; }
  @media only screen and (max-width: 576px) {
    .policy {
      padding: 50px 15px; } }
  .policy__title {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: uppercase; }
  .policy__block h2 {
    font-size: 24px;
    padding: 20px 0; }
    @media only screen and (max-width: 576px) {
      .policy__block h2 {
        font-size: 22px; } }
  .policy__block p {
    font-size: 14px;
    line-height: 1.5; }

.policyInfo {
  background-color: #f1f6fc;
  padding: 50px 0; }
  @media only screen and (max-width: 576px) {
    .policyInfo {
      padding: 50px 15px; } }
  .policyInfo__block {
    max-width: 700px; }
  .policyInfo__title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase; }
  .policyInfo__text {
    font-size: 14px;
    line-height: 1.5; }
    .policyInfo__text p {
      padding: 10px 0; }
    .policyInfo__text b {
      font-weight: bold; }
    .policyInfo__text h3 {
      font-weight: bold;
      text-transform: uppercase; }
  .policyInfo .geInTouch {
    border: none;
    margin: 25px 0 0;
    padding-bottom: 0; }
    .policyInfo .geInTouch__block {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .policyInfo .geInTouch img {
      margin: 0; }
    .policyInfo .geInTouch__item {
      margin-left: 0;
      margin-top: 10px;
      text-align: left; }
    .policyInfo .geInTouch__title, .policyInfo .geInTouch__text {
      text-align: left; }
    @media (max-width: 600px) {
      .policyInfo .geInTouch__text {
        margin: 10px 0 0; } }
    .policyInfo .geInTouch__subtitle {
      text-align: left;
      margin: 10px 0; }
    .policyInfo .geInTouch__link {
      text-align: left; }
    @media (max-width: 600px) {
      .policyInfo .geInTouch__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .policyInfo .geInTouch_i2 {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 10px 0; }

.generalReviewsPage .siteOfDay {
  margin: 10px auto; }

.generalReviewsTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0 50px;
  position: relative; }
  @media only screen and (max-width: 576px) {
    .generalReviewsTop {
      margin: 0 0 80px; } }
  .generalReviewsTop:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 120%;
    height: 100%;
    background: #f1f6fc;
    z-index: -1;
    display: none; }
    @media only screen and (max-width: 768px) {
      .generalReviewsTop:after {
        width: 100%;
        display: block;
        height: 120%; } }
  @media only screen and (max-width: 768px) {
    .generalReviewsTop {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .generalReviewsTop__lt {
    width: 500px; }
    @media only screen and (max-width: 992px) {
      .generalReviewsTop__lt {
        width: 350px; } }
    @media only screen and (max-width: 768px) {
      .generalReviewsTop__lt {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
  .generalReviewsTop .swiper-button-prev {
    width: 25px;
    height: 25px;
    left: 63%;
    top: -20px;
    position: relative; }
    .generalReviewsTop .swiper-button-prev:hover {
      -webkit-filter: grayscale(1);
      filter: grayscale(1);
      opacity: 0.4; }
  .generalReviewsTop .swiper-button-next {
    background: none;
    width: 25px;
    height: 25px;
    z-index: 2;
    left: 33%;
    top: 27px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative; }
    .generalReviewsTop .swiper-button-next:hover {
      -webkit-filter: grayscale(1);
      filter: grayscale(1);
      opacity: 0.4; }
  .generalReviewsTop__rt {
    max-width: auto;
    position: relative;
    padding: 100px 0;
    padding-right: 20px;
    margin-left: 30px; }
    @media only screen and (max-width: 992px) {
      .generalReviewsTop__rt {
        padding: 80px 0; } }
    @media only screen and (max-width: 768px) {
      .generalReviewsTop__rt {
        width: 100%;
        padding: 40px 0 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0; } }
    @media only screen and (max-width: 576px) {
      .generalReviewsTop__rt {
        padding: 20px 0 0; } }
    .generalReviewsTop__rt:after {
      content: '';
      position: absolute;
      right: -20px;
      top: 0;
      width: 120%;
      height: 100%;
      background: #f1f6fc;
      z-index: -1; }
      @media only screen and (max-width: 1200px) {
        .generalReviewsTop__rt:after {
          right: 0; } }
      @media only screen and (max-width: 768px) {
        .generalReviewsTop__rt:after {
          display: none; } }
  .generalReviewsTop img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .generalReviewsTop img {
        max-width: 90%;
        margin: 0 auto; } }
  .generalReviewsTop .main-cards__buttons {
    position: relative;
    left: 0;
    top: 0; }
  .generalReviewsTop .swiper__pagination {
    bottom: -1px;
    left: 0;
    width: 125px;
    position: relative;
    margin: 10px auto;
    border: none; }
  .generalReviewsTop .swiper-pagination-bullet {
    background-color: #cdd3d9;
    width: 10px;
    height: 10px; }
  .generalReviewsTop .swiper-pagination-bullet-active {
    width: 30px;
    height: 10px;
    border-radius: 10px;
    background-color: #6866d1; }
  .generalReviewsTop .sliderItem {
    max-width: 100%;
    margin: 0 auto;
    background: none; }
  .generalReviewsTop .sliderItem__title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px; }
    @media only screen and (max-width: 576px) {
      .generalReviewsTop .sliderItem__title {
        font-size: 22px; } }
  .generalReviewsTop .sliderItem__txt {
    max-width: 550px;
    line-height: 1.5; }
  .generalReviewsTop .sliderItem__txt {
    font-size: 14px;
    padding: 10px 0; }
  .generalReviewsTop .sliderItem__counter .count,
  .generalReviewsTop .sliderItem__counter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .generalReviewsTop .count {
    width: 100px;
    margin-right: 20px; }

.generalReview {
  padding: 20px 0 50px; }
  @media only screen and (max-width: 1200px) {
    .generalReview {
      padding: 20px 15px 50px; } }
  .generalReview h2 {
    text-transform: capitalize;
    padding-top: 20px;
    font-size: 24px;
    font-weight: 400; }
    @media only screen and (max-width: 576px) {
      .generalReview h2 {
        font-size: 22px;
        text-align: left !important; } }
  .generalReview p {
    padding: 5px 0;
    line-height: 1.5; }
  .generalReview img {
    max-width: 100%;
    height: auto;
    margin: 10px auto;
    display: block; }

.verdict {
  background-color: #f1f6fc;
  padding: 30px 150px; }
  @media only screen and (max-width: 992px) {
    .verdict {
      padding: 30px 100px; } }
  @media only screen and (max-width: 768px) {
    .verdict {
      padding: 30px 50px; } }
  @media only screen and (max-width: 576px) {
    .verdict {
      padding: 30px 15px; } }
  .verdict__title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 10px auto; }
    @media only screen and (max-width: 576px) {
      .verdict__title {
        font-size: 22px; } }
  .verdict__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0; }
  .verdict__star {
    width: 90%;
    height: 50px;
    border-radius: 9px;
    -webkit-box-shadow: 1.2px 3.8px 18px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 1.2px 3.8px 18px 0 rgba(0, 0, 0, 0.26);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#947cd7), to(#c56ceb));
    background-image: -webkit-linear-gradient(bottom, #947cd7, #c56ceb);
    background-image: -o-linear-gradient(bottom, #947cd7, #c56ceb);
    background-image: linear-gradient(to top, #947cd7, #c56ceb);
    margin: 5px auto;
    color: #fcbd0f;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    position: relative; }
    @media only screen and (max-width: 576px) {
      .verdict__star {
        font-size: 22px; } }
    .verdict__star:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 8px 0 8px;
      border-color: #947cd7 transparent transparent transparent;
      bottom: -9px;
      position: absolute;
      right: 30px; }
      @media only screen and (max-width: 576px) {
        .verdict__star:after {
          right: 10px; } }
  .verdict__name {
    font-size: 16px;
    font-weight: bold;
    color: #6866d1;
    text-transform: uppercase;
    position: relative;
    padding: 0 15px;
    top: 15px; }
    @media only screen and (max-width: 768px) {
      .verdict__name {
        text-align: center; } }
    .verdict__name:after {
      content: '';
      background: url(../img/34534534.png);
      position: absolute;
      width: 100%;
      height: 32px;
      left: 3px;
      bottom: 1px;
      background-size: contain;
      background-repeat: no-repeat; }
  .verdict__img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    padding: 10px; }
    @media only screen and (max-width: 768px) {
      .verdict__img {
        margin: 10px auto 0;
        max-width: 50px; } }
  .verdict__item {
    width: 195px;
    height: auto;
    border-radius: 10px;
    -webkit-box-shadow: 1px -1px 17px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 1px -1px 17px 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
    margin: 10px auto; }
    @media only screen and (max-width: 992px) {
      .verdict__item {
        margin: 5px; } }
    @media only screen and (max-width: 768px) {
      .verdict__item {
        width: 135px; } }
    @media only screen and (max-width: 576px) {
      .verdict__item {
        width: 46%; } }

.prosCons {
  border-radius: 10px;
  background-color: #fff;
  margin: 30px 0;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .prosCons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .prosCons:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 90%;
    top: 50%;
    left: 50%;
    background: #f1f6fc;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 768px) {
      .prosCons:before {
        display: none; } }
  .prosCons__title {
    font-size: 16px;
    font-weight: bold;
    color: #7cd78b;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px; }
    @media only screen and (max-width: 768px) {
      .prosCons__title {
        margin-bottom: 5px; } }
    .prosCons__title:before {
      content: '\f055';
      position: absolute;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      left: 0; }
  .prosCons__lt {
    width: 45%; }
    @media only screen and (max-width: 768px) {
      .prosCons__lt {
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e1e7f0; } }
  .prosCons__rt {
    position: relative;
    width: 45%; }
    @media only screen and (max-width: 768px) {
      .prosCons__rt {
        width: 100%; } }
    .prosCons__rt .prosCons__title {
      color: #e76fa7; }
      .prosCons__rt .prosCons__title:before {
        content: '\f056'; }
  .prosCons ol {
    counter-reset: list; }
    .prosCons ol li {
      line-height: 1.5;
      position: relative;
      font-size: 14px; }
      .prosCons ol li:before {
        content: counter(list) ") ";
        counter-increment: list; }

.summery__title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 10px auto; }
  @media only screen and (max-width: 576px) {
    .summery__title {
      font-size: 22px; } }

.summery__txt {
  font-size: 14px;
  line-height: 1.5;
  text-align: center; }

.summery__btn {
  margin: 20px auto; }
  @media only screen and (max-width: 768px) {
    .summery__btn {
      width: 175px; } }

.slider_nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (max-width: 768px) {
    .slider_nav {
      margin: 20px auto 0; } }
  .slider_nav .swiper-button-prev {
    left: 0;
    top: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: 0 20px; }
  .slider_nav .swiper-button-next {
    right: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    margin: 0 20px;
    left: 0; }
    @media only screen and (max-width: 768px) {
      .slider_nav .swiper-button-next {
        top: 2px; } }
  .slider_nav .swiper__pagination {
    width: auto;
    margin: 20px 0;
    bottom: 4px;
    direction: rtl;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }

.gn_sl .general_r_Slider .slider_nav {
  visibility: hidden; }

.articleSlider .main-cards__buttons, .articleSlider .swiper__pagination {
  visibility: hidden; }

.topReviewsPage .blockInsert {
  margin: 20px 0; }

.topReviewsPage__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 40px; }
  @media only screen and (max-width: 576px) {
    .topReviewsPage__btns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.topReviewsPage .topReviewsPage__btn {
  margin: 0 20px; }
  @media only screen and (max-width: 576px) {
    .topReviewsPage .topReviewsPage__btn {
      margin: 5px auto; } }

.topReviewsPage .topR__btn {
  font-weight: bold;
  text-transform: uppercase;
  color: #000; }

.topReviewsPage .generalReviewsTop {
  margin: 30px 0 0; }
  @media only screen and (max-width: 768px) {
    .topReviewsPage .generalReviewsTop {
      margin: 0 0 30px; } }

.topReviewsPage .summery__btn {
  width: 140px;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 40px; }

.topReviewsPage .generalReviewsTop__rt {
  padding: 60px 0; }
  @media only screen and (max-width: 768px) {
    .topReviewsPage .generalReviewsTop__rt {
      padding: 30px 0 10px; } }

.topReviewsPage .sliderItem__labe {
  position: relative;
  width: 150px;
  padding: 3px 0; }
  .topReviewsPage .sliderItem__labe:after {
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);
    left: -5px;
    border-top: 20px solid rgba(0, 0, 0, 0.8);
    border-right: 15px solid transparent;
    background: none;
    width: 100%;
    height: auto; }

.topReviewsPage .sliderItem__content .btn {
  width: 140px;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 40px;
  margin: 15px 0 0; }
  @media only screen and (max-width: 768px) {
    .topReviewsPage .sliderItem__content .btn {
      margin: 10px auto 0; } }

.reviews__filter select option:first-child {
  display: none !important; }

.reviews__filter .nice-select .option:first-child {
  display: none !important; }
