/* Connection Font Icons */
.razdel{
  width: 100%; display: flex; margin-bottom: 100px
}
.btn{
  position: relative;
}
input:invalid{
  box-shadow: none;
}
.loading-icon {
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  background: rgba(129, 97, 255, 1);
  content: '<i class="fa fa-spinner fa-spin fa-3x fa-fw"></i>';
  display: flex;
  align-items: center;
  justify-content: center;
}

.t-name a{
  color: white;
}
.btn:disabled{
  opacity: 0.5;
  pointer-events: none;
}
.loading-icon:before {
  content: "\f110";
  font-family: FontAwesome;
  font-size: 16px;
  /* transform: translate(-50%, -50%); */
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  color: white;
}
/*.result{*/
/*  text-align: center;*/
/*}*/
.result p{
  margin-bottom: 30px!important;
  font-size: 15px!important;
}

.settings_btn{
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background-color: red;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 2px solid white;
}
.settings_btn:hover, .settings_btn:focus, .settings_close:hover, .settings_close:focus{
  color: white;
}
.settings_btn i{
  font-size: 25px;
}
.settings_container{
  display: flex;
  flex-wrap: wrap;
}
.settings_container .fe-smart-menu{
  margin-right: 10px;
  margin-bottom: 10px;
}
.fe-smart-menu:hover{
  color: white;
}
.s_close_box{
  text-align: right;
  margin-bottom: 20px;
}
.settings_close i{
  font-size: 30px;
  color: white;
}
.settings_box{
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: #333;
  width: 100%;
  z-index: 4999;
  padding: 50px;
  display: none;
}
.ab_smart{
  position: relative;
}
.ab_smart .fe-smart-menu{
  position: absolute;
  left: 101%;
  top: 0;
  width: max-content;
}
.yellow-bar p{
  margin-bottom: 0!important;
}
.rel{
  position: relative;
}
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/fontawesome-webfont.eot");
  src: url("../../fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff2") format("woff2"), url("../../fonts/fontawesome-webfont.woff") format("woff"), url("../../fonts/fontawesome-webfont.ttf") format("truetype"), url("../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: 400;
  font-style: normal; }
footer.flexed{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
/* Connection Font Icons */
body {
  margin: 0; }

h5 {
  font-size: 18px; }
  @media screen and (max-width: 1024px) {
    h5 {
      font-size: 16px; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:after, *:before {
  display: block;
  line-height: 1; }

.close {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 8px;
  top: 10px;
  opacity: 1;
  outline: none; }
  .close:before, .close:after {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #333333;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -1px auto 0;
    -webkit-transition: 300ms;
    transition: 300ms; }
  .close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .close:hover:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }
  .close:hover:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }



/* page news */
.news__block1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .news__block1 .news__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #ed7d32;
    text-decoration: none;
    color: #252525;
    margin: 0 15px 40px; }
    .news__block1 .news__item .news__img {
      height: 320px;
      overflow: hidden; }
      .news__block1 .news__item .news__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        -webkit-transition: 300ms;
        transition: 300ms; }
    .news__block1 .news__item .news__info {
      padding: 40px 0 35px;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
      .news__block1 .news__item .news__info h5 {
        font-weight: normal;
        text-transform: uppercase;
        margin: 0 0 25px;
        -webkit-transition: 300ms;
        transition: 300ms; }
      .news__block1 .news__item .news__info p {
        margin: 0; }
    .news__block1 .news__item:hover h5 {
      color: #ed7d32; }
    .news__block1 .news__item:hover .news__img img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .news__block1 .date {
    display: block;
    font-family: 'fontAwesome';
    font-size: 16px;
    color: #b7b7b7;
    position: relative;
    padding: 0 0 0 22px;
    margin: 0 0 30px;
    line-height: 1; }
    .news__block1 .date:after {
      content: '\f073';
      font-size: 16px;
      position: absolute;
      left: 0;
      top: 0; }
  .news__block1 p a {
    text-decoration: none;
    color: #a37a6b; }
    .news__block1 p a:hover {
      text-decoration: underline; }
  .news__block1 .btn {
    margin-top: 30px; }
  .news__block1.news__block2 {
    margin: 0; }
    .news__block1.news__block2 .news__item {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: inherit;
      -ms-flex-direction: inherit;
      flex-direction: inherit;
      padding-bottom: 40px;
      margin: 0 0 40px; }
      .news__block1.news__block2 .news__item:last-of-type {
        border: none;
        padding-bottom: 0; }
      .news__block1.news__block2 .news__item .news__img {
        width: 460px; }
      .news__block1.news__block2 .news__item .news__info {
        width: -webkit-calc(100% - 460px);
        width: calc(100% - 460px);
        padding: 0 0 0 30px; }
      .news__block1.news__block2 .news__item:hover .news__img img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
      .news__block1.news__block2 .news__item:hover h5 {
        color: #252525; }
  .news__block1.news--unit1 {
    display: block;
    padding-bottom: 30px;
    margin: 0;
    border-bottom: 1px solid #ed7d32; }
    .news__block1.news--unit1 img {
      max-width: 100%; }
    .news__block1.news--unit1 .date {
      margin: 40px 0 35px; }
    .news__block1.news--unit1 h5 {
      margin: 0 0 20px; }
  .news__block1 .news__gallery1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px; }
    .news__block1 .news__gallery1 a {
      height: 360px;
      width: -webkit-calc(33.33% - 30px);
      width: calc(33.33% - 30px);
      overflow: hidden;
      margin: 30px 15px; }
      .news__block1 .news__gallery1 a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        -webkit-transition: 300ms;
        transition: 300ms; }
      .news__block1 .news__gallery1 a:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
  .news__block1 .source {
    font-style: italic;
    margin: 10px 0; }
  @media screen and (max-width: 1024px) {
    .news__block1 {
      margin: 0 -7.5px; }
      .news__block1 .news__item {
        width: -webkit-calc(50% - 15px);
        width: calc(50% - 15px);
        margin: 0 7.5px 20px; }
        .news__block1 .news__item .news__img {
          height: 250px; }
        .news__block1 .news__item .news__info {
          padding: 20px 0 20px; }
          .news__block1 .news__item .news__info h5 {
            margin-bottom: 15px; }
      .news__block1 .date {
        margin-bottom: 15px; }
      .news__block1.news__block2 .news__item {
        padding: 0 0 30px 0;
        margin-bottom: 30px; }
        .news__block1.news__block2 .news__item .news__img {
          height: 200px;
          width: 375px; }
        .news__block1.news__block2 .news__item .news__info {
          width: -webkit-calc(100% - 375px);
          width: calc(100% - 375px);
          padding-left: 15px; }
      .news__block1.news--unit1 {
        padding-bottom: 15px; }
        .news__block1.news--unit1 .date {
          margin: 15px 0; }
        .news__block1.news--unit1 h5 {
          margin-bottom: 15px; }
      .news__block1 h5 img, .news__block1 p img {
        max-width: 100% !important;
        height: auto !important; }
      .news__block1 .btn {
        margin: 20px 0 0; }
      .news__block1 .news__gallery1 {
        margin: 0 -7.5px; }
        .news__block1 .news__gallery1 a {
          width: -webkit-calc(33.33% - 15px);
          width: calc(33.33% - 15px);
          height: 275px;
          margin: 0 7.5px 15px; } }
  @media screen and (max-width: 768px) {
    .news__block1.news__block2 .news__item {
      padding-bottom: 20px;
      margin-bottom: 20px; }
      .news__block1.news__block2 .news__item .news__img {
        width: 250px;
        height: 175px; }
    .news__block1.news--unit1 {
      padding-bottom: 10px; }
    .news__block1 .news__gallery1 a {
      height: 220px;
      margin-bottom: 10px; }
    .news__block1 .btn {
      margin-top: 15px; }
    .news__block1 .news__item .news__info h5 {
      margin-bottom: 10px; } }
  @media screen and (max-width: 600px) {
    .news__block1.news--unit1 h5 img, .news__block1.news--unit1 p img {
      margin: 0 0 15px 0 !important; }
    .news__block1 .news__gallery1 a {
      height: 165px; }
    .news__block1 .news__item .news__img {
      height: 160px; }
    .news__block1.news__block2 .news__item .news__img {
      width: 175px;
      height: 110px; }
    .news__block1.news__block2 .news__item .news__info {
      width: -webkit-calc(100% - 175px);
      width: calc(100% - 175px); } }
  @media screen and (max-width: 480px) {
    .news__block1 .news__gallery1 a {
      height: 120px; }
    .news__block1 .news__item {
      width: 100%; }
      .news__block1 .news__item .news__img {
        height: 200px; } }
  @media screen and (max-width: 420px) {
    .news__block1.news__block2 .news__item {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .news__block1.news__block2 .news__item .news__img {
        width: 100%;
        height: 200px;
        margin-bottom: 15px; }
      .news__block1.news__block2 .news__item .news__info {
        width: 100%;
        padding: 0; } }
  @media screen and (max-width: 380px) {
    .news__block1 .news__gallery1 {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0; }
      .news__block1 .news__gallery1 a {
        width: 100%;
        height: 200px;
        margin: 0 0 15px; }
    .news__block1.news__block2 .news__item .news__img {
      height: 170px; } }

.news__more1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #999999;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 35px 0 0 0; }
  .news__more1 p {
    margin: 0; }
  .news__more1 .news__more--item {
    width: 360px;
    padding-left: 23px; }
    .news__more1 .news__more--item a {
      display: block;
      font-weight: bold;
      font-size: 18px;
      color: #fff;
      text-decoration: none;
      position: relative;
      margin-top: 10px;
      -webkit-transition: 300ms;
      transition: 300ms; }
      .news__more1 .news__more--item a:after {
        content: '\f104';
        font-family: 'fontAwesome';
        font-size: 18px;
        color: #fff;
        position: absolute;
        left: -23px;
        top: 50%;
        transform: translateY(-50%);
      }
      .news__more1 .news__more--item a:hover {
        color: #ed7d32; }
    .news__more1 .news__more--item.next {
      text-align: right;
      padding-right: 23px;
      padding-left: 0; }
      .news__more1 .news__more--item.next a:after {
        content: '\f105';
        left: auto;
        right: -23px; }
  .news__more1 .news__more--btn {
    font-size: 18px;
    color: #fff;
    border: 1px solid #ed7d32;
    padding: 16px 45px 18px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: 300ms;
    transition: 300ms;
    margin-top: 10px; }
    .news__more1 .news__more--btn:hover {
      background-color: #ed7d32;
      color: #fff; }
  @media screen and (max-width: 1024px) {
    .news__more1 {
      margin-top: 20px; }
      .news__more1 .news__more--item {
        width: 275px; }
        .news__more1 .news__more--item a {
          font-size: 16px; }
      .news__more1 .news__more--btn {
        height: 45px;
        font-size: 16px;
        padding: 13px 30px 13px; } }
  @media screen and (max-width: 768px) {
    .news__more1 .news__more--item {
      width: 230px;
      font-size: 14px;
      text-align: center;
      padding-left: 0; }
      .news__more1 .news__more--item a {
        margin-top: 5px; }
        .news__more1 .news__more--item a:after {
          display: none;
          left: -15px;
          top: 0; }
      .news__more1 .news__more--item.next {
        text-align: center;
        padding-right: 0px; }
        .news__more1 .news__more--item.next a:after {
          display: none;
          right: -15px; }
    .news__more1 .news__more--btn {
      padding: 13px 20px; } }
  @media screen and (max-width: 680px) {
    .news__more1 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .news__more1 .news__more--btn {
        margin: 15px auto; } }

/* page news */
/* page registration */
.form1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .form1 .name {
    display: block;
    font-size: 14px;
    color: #48484a;
    margin: 0 0 15px; }
  .form1 p {
    margin: 0; }
    .form1 p a {
      color: #a37a6b;
      text-decoration: underline; }
      .form1 p a:hover {
        text-decoration: none; }
  .form1 .form__item {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px); }
    .form1 .form__item.pas {
      background-color: #ed7d32;
      padding: 20px 30px; }
      .form1 .form__item.pas h4 {
        margin: 0 0 25px; }
  .form1 .agreement {
    white-space: nowrap; }
  .form1 .form__date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .form1 .form__date .edd-body {
      z-index: 9; }
    .form1 .form__date .edd-root {
      width: 88px;
      text-transform: lowercase;
      border: 1px solid #ed7d32;
      margin-right: 15px; }
      .form1 .form__date .edd-root:after {
        display: none; }
    .form1 .form__date .edd-value {
      height: 48px;
      font-size: 16px;
      padding: 15px 15px;
      border: none; }
      .form1 .form__date .edd-value[aria-placeholder] {
        color: #b2b2b3; }
    .form1 .form__date .edd-head {
      border: none; }
    .form1 .form__date .edd-arrow {
      right: 20px; }
      .form1 .form__date .edd-arrow:before {
        width: 7px;
        height: 7px;
        border-bottom: 2px solid #48484a;
        border-right: 2px solid #48484a; }
    .form1 .form__date .edd-option {
      padding: 4px 10px 4px 15px; }
    .form1 .form__date .edd-option-focused:not(.edd-option-disabled),
    .form1 .form__date .edd-option-selected {
      color: #a37a6b; }
    .form1 .form__date .edd-option-selected:before {
      display: none; }
    .form1 .form__date .edd-select {
      pointer-events: none;
      left: 0; }
    .form1 .form__date .year .edd-root {
      width: 103px; }
  .form1 .name {
    margin: 0 0 10px; }
  @media screen and (max-width: 1024px) {
    .form1 .form__item {
      width: -webkit-calc(50% - 7.5px);
      width: calc(50% - 7.5px); }
    .form1 .form__date .edd-value {
      height: 43px;
      font-size: 14px;
      padding: 12px 15px; }
    .form1 .form__date .edd-select {
      pointer-events: auto; } }
  @media screen and (max-width: 768px) {
    .form1 .form__item {
      width: 100%; }
      .form1 .form__item.pas {
        padding: 15px 20px;
        margin: 15px 0 0; }
        .form1 .form__item.pas h4 {
          margin-bottom: 15px; }
    .form1 .agreement {
      white-space: inherit; }
    .form1 .form__date .edd-value {
      height: 38px;
      padding: 10px 15px; }
    .form1 .name {
      margin-bottom: 5px; } }
  @media screen and (max-width: 480px) {
    .form1 .form__date .edd-root {
      margin-right: 10px; }
    .form1 .form__date .edd-arrow {
      right: 10px; }
    .form1 .form__date .edd-value {
      padding-right: 25px; }
    .form1 .form__date .year .edd-root {
      width: 100px; } }

.reg--form1 .g-recaptcha, .cab--form1 .g-recaptcha {
  margin-top: 25px; }

.reg--form1 .btn, .cab--form1 .btn {
  margin: 30px 0 50px; }

@media screen and (max-width: 1024px) {
  .reg--form1 .g-recaptcha, .cab--form1 .g-recaptcha {
    margin-top: 20px; }
  .reg--form1 .btn, .cab--form1 .btn {
    margin: 20px 0 30px; } }

@media screen and (max-width: 768px) {
  .reg--form1 .g-recaptcha, .cab--form1 .g-recaptcha {
    display: block;
    width: 300px;
    margin: 15px auto 0; }
  .reg--form1 .btn, .cab--form1 .btn {
    margin: 15px auto 25px; } }

@media screen and (max-width: 340px) {
  .reg--form1 .g-recaptcha, .cab--form1 .g-recaptcha {
    width: 250px; }
    .reg--form1 .g-recaptcha > div, .cab--form1 .g-recaptcha > div {
      -webkit-transform: scale(0.82);
      -ms-transform: scale(0.82);
      transform: scale(0.82);
      -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0; }
  .reg--form1 .btn, .cab--form1 .btn {
    margin-top: 0px; } }

/* page registration */
/* page faq */
.faq--form1 {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ed7d32;
  margin-bottom: 20px; }
  .faq--form1 .inp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .faq--form1 .inp input[type="text"],
    .faq--form1 .inp input[type="email"] {
      width: -webkit-calc(50% - 15px);
      width: calc(50% - 15px);
      margin-bottom: 30px; }
    .faq--form1 .inp textarea {
      margin-bottom: 30px; }
  .faq--form1 .faq--form__txt {
    width: 100%;
    background-color: #ed7d32;
    font-size: 18px;
    padding: 20px 50px; }
    .faq--form1 .faq--form__txt p {
      margin: 0; }
      .faq--form1 .faq--form__txt p a {
        color: #fff;
        text-decoration: underline; }
        .faq--form1 .faq--form__txt p a:hover {
          text-decoration: none; }
  .faq--form1 form {
    display: none;
    padding: 20px 100px 60px; }
    .faq--form1 form .g-recaptcha {
      display: inline-block;
      vertical-align: top; }

  @media screen and (max-width: 1024px) {
    .faq--form1 .faq--form__txt {
      font-size: 16px;
      padding: 15px 30px; }
    .faq--form1 form {
      width: 100%;
      padding: 20px 50px 40px; }

    .faq--form1 .inp input[type="text"],
    .faq--form1 .inp input[type="email"] {
      width: -webkit-calc(50% - 7.5px);
      width: calc(50% - 7.5px);
      margin-bottom: 20px; } }
  @media screen and (max-width: 768px) {
    .faq--form1 .faq--form__txt {
      font-size: 14px;
      padding: 10px 20px; }
    .faq--form1 form {
      padding: 20px 20px 20px; }

    .faq--form1 .inp input[type="text"],
    .faq--form1 .inp input[type="email"] {
      margin-bottom: 15px; } }
  @media screen and (max-width: 600px) {
    .faq--form1 {
      margin-bottom: 25px; }
      .faq--form1 form .g-recaptcha {
        display: table;
        margin: 0 auto 15px; }
      }
  @media screen and (max-width: 480px) {
    .faq--form1 .inp {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .faq--form1 .inp input[type="text"],
      .faq--form1 .inp input[type="email"] {
        width: 100%; }
    .faq--form1 form .g-recaptcha {
      display: block;
      width: 245px;
      margin: 0 auto; }
      .faq--form1 form .g-recaptcha > div {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0; } }

.faq1 {
  margin-bottom: 50px; }
  .faq1 .faq__item {
    border-bottom: 1px solid #ed7d32;
    padding: 45px 0; }
    .faq1 .faq__item .faq__title {
      display: block;
      position: relative;
      font-size: 18px;
      text-transform: uppercase;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      padding: 0 50px;
      -webkit-transition: 300ms;
      transition: 300ms; }
      .faq1 .faq__item .faq__title:after {
        content: '\f107';
        font-family: 'fontAwesome';
        font-size: 24px;
        color: #a37a6b;
        position: absolute;
        top: 1px;
        left: 0;
        -webkit-transition: 300ms;
        transition: 300ms;
        line-height: 14px; }
      .faq1 .faq__item .faq__title:hover {
        color: #ed7d32; }
    .faq1 .faq__item .faq__txt {
      display: none;
      padding: 25px 50px 0; }
      .faq1 .faq__item .faq__txt p {
        margin-top: 0; }
    .faq1 .faq__item.open .faq__title:after {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  @media screen and (max-width: 1024px) {
    .faq1 {
      margin-bottom: 30px; }
      .faq1 .faq__item {
        padding: 30px 0; }
        .faq1 .faq__item .faq__txt {
          padding: 15px 30px 0; }
          .faq1 .faq__item .faq__txt p {
            margin-bottom: 10px; }
        .faq1 .faq__item .faq__title {
          font-size: 16px;
          padding: 0 30px; }
          .faq1 .faq__item .faq__title:after {
            font-size: 20px;
            top: 0; } }
  @media screen and (max-width: 768px) {
    .faq1 {
      margin-bottom: 20px; }
      .faq1 .faq__item {
        padding: 20px 0; }
        .faq1 .faq__item .faq__title {
          padding: 0 0 0 20px; }
          .faq1 .faq__item .faq__title:after {
            font-size: 18px; }
        .faq1 .faq__item .faq__txt {
          padding: 10px 20px 0; }
        .faq1 .faq__item:first-of-type {
          padding-top: 10px; } }

/* page faq */
/* page rev */
.rev1 {
  margin-bottom: 35px; }
  .rev1 .rev__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
    border-bottom: 1px solid #ed7d32; }
    .rev1 .rev__item .rev__user {
      width: 295px;
      padding: 25px 20px 0 45px; }
      .rev1 .rev__item .rev__user .rev__user--name {
        display: block;
        font-size: 18px;
        text-transform: uppercase;
        color: #fff;
        position: relative;
        margin-bottom: 30px; }
        .rev1 .rev__item .rev__user .rev__user--name:after {
          content: '\f007';
          font-family: 'fontAwesome';
          font-size: 20px;
          color: #fff;
          position: absolute;
          top: 0;
          left: -45px; }
      .rev1 .rev__item .rev__user .date {
        color: #7f7f7f; }
    .rev1 .rev__item .rev__text {
      width: -webkit-calc(100% - 295px);
      width: calc(100% - 295px);
      background-color: #ed7d32;
      position: relative;
      padding: 25px 30px; }
      .rev1 .rev__item .rev__text:after {
        content: '';
        border-right: 12px solid #ed7d32;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        position: absolute;
        top: 25px;
        left: -10px; }
      .rev1 .rev__item .rev__text p {
        margin: 0; }
    .rev1 .rev__item:last-of-type {
      border-bottom: none; }
  @media screen and (max-width: 1024px) {
    .rev1 {
      margin-bottom: 20px; }
      .rev1 .rev__item {
        padding: 20px 0; }
        .rev1 .rev__item .rev__user {
          width: 200px;
          padding: 20px 15px 30px 25px; }
          .rev1 .rev__item .rev__user .rev__user--name {
            font-size: 16px;
            margin-bottom: 20px; }
            .rev1 .rev__item .rev__user .rev__user--name:after {
              font-size: 17px;
              left: -25px; }
        .rev1 .rev__item .rev__text {
          width: -webkit-calc(100% - 200px);
          width: calc(100% - 200px);
          padding: 15px 20px; }
          .rev1 .rev__item .rev__text:after {
            top: 18px; }
        .rev1 .rev__item:first-of-type {
          padding-top: 0; }
        .rev1 .rev__item:last-of-type {
          padding-bottom: 0; } }
  @media screen and (max-width: 768px) {
    .rev1 {
      margin-bottom: 15px; }
      .rev1 .rev__item .rev__user .rev__user--name:after {
        font-size: 16px; } }
  @media screen and (max-width: 600px) {
    .rev1 .rev__item {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .rev1 .rev__item .rev__user {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
        margin-bottom: 15px; }
        .rev1 .rev__item .rev__user .rev__user--name {
          margin-bottom: 10px; }
      .rev1 .rev__item .rev__text {
        width: 100%; }
        .rev1 .rev__item .rev__text:after {
          display: none; } }







/* pagination */
/* modal */
.modal {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99; }
  .modal .modal__layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.modal .modal__block {
  text-align: center;
  background-color: #ffffff;
  width: 32rem;
  position: absolute;
  padding: 2rem 3rem;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modal .modal__block .g-recaptcha {
  transform-origin: center center;
}
.modal .modal__block h4 {
  font-size: 1.4rem;
  text-align: center;
  padding: 0;
  margin: 1.5rem 0;
  /* color: #404040; */
}
  .modal form {
    display: block;
  }

.load *{
  transition: none!important;
}

.test{
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0.5;
  z-index: -1;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.loader{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 1100;
}
.loader img{
  /*width: 80px;*/
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.flex{
  display: flex;
  justify-content: space-between;
}
.center{
  justify-content: center;
}
.start{
  justify-content: flex-start;
}
.end{
  justify-content: flex-end;
}
.wrap{
  flex-wrap: wrap;
}
.align-center{
  align-items: center;
}
.align-start{
  align-items: flex-start;
}
.align-end{
  align-items: flex-end;
}
.text-center{
  text-align: center;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
a{
  -webkit-transition: all 0.6s;
  -moz-transition:  all 0.6s;
  -ms-transition:  all 0.6s;
  -o-transition:  all 0.6s;
  transition: all 0.6s;
  text-decoration: none;
  color: #000000;
  outline: none!important;
}
a:hover, a.active, .active a{
  text-decoration: none;
  color: #8161FF
}
input, button{
  border: none;
  outline: none;
  font-size: 1rem;
}
button{
  cursor: pointer;
}

select{
  border: none;
  outline: none;
  font-size: 1rem;
}

hr {
  height: 1px;
  background-color: #fff;
  border: none;
  width: 100%;
}
.container {
  width: 94.1rem;
  margin: 0 auto;
  padding: 0;
  max-width: unset;
}
.rel{
  position: relative;
}
.mob_block{
  display: none!important;
}
.menu_toggle{
  background: transparent;
  font-size: 1.7rem;
  line-height: 1;
  color: #ffffff;
}
.menu_toggle .fa-times, .phone--show .fa-times{
  display: none;
}
.menu_toggle.active .fa-bars, .phone--show.active .fa-phone{
  display: none;
}
.menu_toggle.active .fa-phone, .menu_toggle.active .fa-search{
  display: none;
}
.modal_policy a{
  color: #8c0000;
  text-decoration: underline;
}
.modal_policy a:hover{
  text-decoration: none;
}

.menu_toggle.active .fa-times, .phone--show.active .fa-times{
  display: block;
}
.modal_text{
  font-size: 1rem;
}


.circles{
  display: flex;
  margin-right: 0.3rem;
  padding-top: 0.3rem;
}
.circle{
  width: 1.85rem;
  height: 1.85rem;
  margin-right: 0.7rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.circle:last-child{
  margin: 0;
}
.w_c{
  background-color: #c8a273;
}
.p_c{
  background-color: #00b147;
}
.p_c:after{
  position: absolute;
  content: "";
  border: 0.3rem solid transparent;
  border-top: 0.6rem solid #00b147;
  top: 74%;
  left: -0.1rem;
  transform: rotate(45deg);

}
.circle i{
  font-size: 1.2rem;
  color: white;
  padding-top: 0.1rem;
  padding-left: 0.1rem;
  position: relative;
  z-index: 1;
}
.phone-link {
  display: block;
  margin: 0 0.4rem;
  font-size: 1.21rem;
}
.arr {
  font-size: 0.85rem;
  position: relative;
  top: 0;
}
.arr i {
  transition: all 0.6s;
}
h1,h2,h3,h4,h5,h6{
  font-family: MontserratSemiBold, sans-serif;
}
b, strong{
  font-weight: normal;
  font-family: MontserratSemiBold, sans-serif;
}
body *{
  outline: none!important;
}
.slick-dotted.slick-slider{
  margin: 0!important;
}
.phones {
  position: absolute;
  top: 100%;
  left: -0.8rem;
  width: max-content;
  padding: 0.5rem 0.7rem;
  /* padding-left: 0.6rem; */
  display: none;
}
.phones a {
  display: block;
  padding: 0.5rem 0.5rem;
  font-size: 1.25rem;
}
.phone-block {
  font-size: 1rem;
  position: relative;
  margin-right: 1.1rem;
}
.arr.active i {
  transform: rotate(-180deg);
}
.header_icons{
  display: flex;
  align-items: center;
}
.header_icons a{
  display: block;
  margin: 0 1.2rem;
  color: #666666;
  font-size: 1.5rem;
}
.header_icons a:hover{
  color: #8c0000;
}
.news_item{
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.slick-dots li button:before{
  display: none!important;
}
.slick-dots li{
  width: auto!important;
  height: auto!important;
}
.check--list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  /*font-size: 1.12rem;*/
}

.check--list li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}
.check--list li:after{
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 5px;
  height: 5px;
  content: "\f054";
  font-size: 0.7rem;
  color: #ff1418;
  font-family: FontAwesome, sans-serif;
}

/*.slick-dots li button{*/
/*  width: 1rem!important;*/
/*  height: 1rem!important;*/
/*  background: red!important;*/
/*  border-radius: 50%;*/
/*  padding: 0!important;*/
/*}*/

.breadcrumbs {
  margin-bottom: 2.2rem;
  font-size: 1rem;
}
.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li {
  /*padding: 2px 0;*/
  color: #666666;
  display: inline;
  vertical-align: top;
}
.full{
  width: 100%;
}
.breadcrumbs ul li a {
  color: #00871c;
}
.breadcrumbs ul li a:hover{
  /*text-decoration: underline;*/
  color: #333333;
}
.breadcrumbs ul li:last-child:after{
  display: none;
}
.breadcrumbs ul li:after {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.6rem;
  color: #666666;
  /*margin-top: -0.2rem;*/
}
.mb_30{
  margin-bottom: 30px;
}
footer.fixed{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
.pagination{
  /*margin: 2.5rem 0;*/
  margin-top: 1.2rem;
  align-items: center;

}
.pagination li {
  margin-right: 0.35rem;
}
/*.pagination li:first-child a{*/
/*  border-top-left-radius: 5px;*/
/*  border-bottom-left-radius: 5px;*/
/*}*/
/*.pagination li:last-child a{*/
/*  border-top-right-radius: 5px;*/
/*  border-bottom-right-radius: 5px;*/
/*}*/
.pagination a {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  width: 3.2rem;
  height: 3.1rem;
  font-family: HelveticaNeueCyrMedium, sans-serif;
  border-radius: 0;
  border: 1px solid #e8e8e8;
}
.pagination li:first-child a{
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination li:last-child a{
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination li.active a {
  pointer-events: none;
  border-color: #00871c;
  background-color: #00871c;
  color: #ffffff;
}
.pagination a:hover{
  color: #00871c;
  border-color: #00871c;
}
.pagination a img{
  width: 0.75rem;
}

.insta:after{
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.facebook:after{
  background: #385599;
}
.vk:after{
  background: #2683ed;
}
.wp:after{
  background-color: #5cf277;
}
.social a:hover:after{
  opacity: 1;
}
.cover_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone_block{
  font-family: MontserratSemiBold, sans-serif;
}
.phone_block .phone_link {
  font-size: 1.35rem;
  display: block;
  margin-right: 0.2rem;
}
.active_phone{
  display: flex;
  align-items: center;
  line-height: 1;
}
.arr {
  font-size: 0.75rem;
  margin-left: 0.2rem;
  color: #ff2f2c;
  top: 0;
}
.active_phone .fa-phone{
  font-size: 1.05rem;
  color: #f10109;
}
.phone_drop{
  position: absolute;
  top: 1.7rem;
  background-color: #ffffff;
  padding: 0.1rem;
  left: -0.5rem;
  z-index: 1;
  display: none;
  padding-left: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.6rem;
  width: max-content;
}
.phone_drop a.phone_link{
  margin-bottom: 0.35rem;
  display: block;
}
.phone_drop a.phone_link:last-child{
  margin-bottom: 0;
}
header{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 15;
}
.slick-next:before, .slick-prev:before{
  display: none!important;
}

.content img{
  max-width: 100%;
  max-width: 100%;
  height: auto!important;
}
@media screen and (max-width:1050px) {
  .content img{
    width: 100%!important;
    margin: 0!important;
    margin-bottom: 1.5rem!important;
  }
}
.content p, .content img, .content ol, .content ul, .content table {
  margin-bottom: 1rem;
  line-height: 1.4;
}

.content table{
  width: 100%!important;
  border-collapse: collapse!important;
  border: none!important;
}
.content table td, .content table th{
  border: 1px solid #0072ac!important;
  padding: 1rem!important;
}
.content ul, .content ol{
  /*margin-bottom: 1rem;*/
  /*margin-left: 3rem;*/
}
.content li{
  margin-bottom: 0.9rem;
}
.content li:last-child{
  margin-bottom: 0;
}
.compensate-for-scrollbar, .fancybox-enabled body{
  margin-right: 0!important;
  overflow: visible!important;
}
.fancybox-enabled {
  overflow: visible!important;
}

.content ul{
  list-style-type: none;
}
.content ul li{
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.4rem;
}
.content ul li:after{
  position: absolute;
  content: "\f054";
  left: 0;
  top: 0.5rem;
  font-family: FontAwesome, sans-serif;
  font-size: 0.7rem;
  color: #ff3326;
}
.menu_link{
    margin-right: 1rem;
}
.finance_news_link{
    display: none ;
}
@media screen and (max-width:1024px) {
.finance_news_link{
    display: inline-block;
}
}