@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i&display=swap&subset=cyrillic");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

* {
  outline: none !important; }

input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

@font-face {
  font-family: "azoft";
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/azoft-sans.ttf") format("truetype"); }

@font-face {
  font-family: "azoft";
  font-weight: bold;
  font-style: normal;
  src: url("/fonts/azoft-sans-bold.ttf") format("truetype"); }

@font-face {
  font-family: "azoft";
  font-weight: bold;
  font-style: italic;
  src: url("/fonts/azoft-sans-bold-italic.ttf") format("truetype"); }

@font-face {
  font-family: "azoft";
  font-weight: bolder;
  font-style: normal;
  src: url("/fonts/azoft-sans-bold.ttf") format("truetype"); }

@font-face {
  font-family: "azoft";
  font-weight: bolder;
  font-style: italic;
  src: url("/fonts/azoft-sans-bold-italic.ttf") format("truetype"); }

@font-face {
  font-family: "azoft";
  font-style: italic;
  src: url("/fonts/azoft-sans-italic.ttf") format("truetype"); }

@font-face {
  font-family: "sugarpie";
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/superpie.ttf") format("truetype"); }

a {
  transition: all .2s ease-in; }

p,
.text {
  line-height: 1.43; }

header {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  color: #FFFFFF;
  z-index: 10000; }
  header .hamburger {
    padding: 0;
    margin-left: 6px; }
    header .hamburger:focus, header .hamburger:hover {
      background: none;
      box-shadow: none; }
    header .hamburger .hamburger-box {
      top: 2px; }
    header .hamburger .hamburger-inner,
    header .hamburger .hamburger-inner:after,
    header .hamburger .hamburger-inner:before {
      background-color: black; }
    header .hamburger.is-active:hover .hamburger-inner,
    header .hamburger.is-active:hover .hamburger-inner:after,
    header .hamburger.is-active:hover .hamburger-inner:before {
      background-color: black; }
    @media (min-width: 768px) {
      header .hamburger {
        display: none; } }
  header .nav__links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: auto; }
  header .nav__links-item {
    color: inherit;
    text-transform: uppercase;
    border-radius: 4px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    position: relative;
    display: none; }
    header .nav__links-item:not(.links) {
      flex: .5;
      display: inline-block; }
    header .nav__links-item.links {
      order: 3;
      margin-top: 3em;
      font-size: 14px;
      display: none; }
      header .nav__links-item.links.show {
        display: block; }
      header .nav__links-item.links .btnlink {
        margin-bottom: 1.5em;
        position: relative; }
        header .nav__links-item.links .btnlink:last-child {
          margin-bottom: 0; }
        header .nav__links-item.links .btnlink a {
          color: white;
          display: inline-block;
          padding: 12px 0;
          line-height: 12px;
          width: calc(100% - 80px); }
          @media (min-width: 768px) {
            header .nav__links-item.links .btnlink a {
              width: auto; } }
          @media (min-width: 1200px) {
            header .nav__links-item.links .btnlink a {
              width: calc(100%); } }
        header .nav__links-item.links .btnlink i {
          position: absolute;
          right: 0;
          width: 50px;
          top: 7px;
          font-size: 2em;
          cursor: pointer;
          text-align: center; }
          header .nav__links-item.links .btnlink i:before {
            position: relative; }
          @media (min-width: 768px) {
            header .nav__links-item.links .btnlink i {
              width: 20px;
              font-size: 1em;
              top: 12px; } }
          @media (min-width: 1200px) {
            header .nav__links-item.links .btnlink i {
              top: 10px; } }
        header .nav__links-item.links .btnlink ul {
          box-shadow: 0 3px 3px 0 rgba(30, 30, 30, 0.3);
          padding: 0;
          list-style-type: none;
          font-weight: 400;
          text-transform: none;
          display: none;
          z-index: 10;
          border-radius: 0 4px 4px 4px;
          padding: 6px 16px 16px;
          width: auto;
          min-width: 100%; }
          header .nav__links-item.links .btnlink ul.show {
            display: block; }
          header .nav__links-item.links .btnlink ul li {
            margin-bottom: 16px; }
            header .nav__links-item.links .btnlink ul li:last-child {
              margin-bottom: 0; }
            header .nav__links-item.links .btnlink ul li a {
              padding: 0;
              display: inline;
              border-bottom: 1px solid rgba(255, 255, 255, 0); }
              header .nav__links-item.links .btnlink ul li a:hover {
                border-color: rgba(255, 255, 255, 0.6); }
          @media (min-width: 768px) {
            header .nav__links-item.links .btnlink ul {
              margin-top: 0;
              position: absolute;
              left: 0;
              top: 90%;
              font-size: 14px;
              text-align: left; } }
        header .nav__links-item.links .btnlink.is_submenu i:before {
          content: '\f106'; }
        @media (min-width: 768px) {
          header .nav__links-item.links .btnlink.is_submenu {
            border-radius: 4px 4px 0 0; } }
      @media (min-width: 768px) {
        header .nav__links-item.links {
          display: flex;
          flex: 3.5;
          margin-top: 0;
          order: 2;
          font-size: .8em; }
          header .nav__links-item.links .links-wrapper {
            display: flex; }
          header .nav__links-item.links .btnlink {
            margin-bottom: 0;
            margin-right: 1em; }
            header .nav__links-item.links .btnlink:last-child {
              margin-right: 0; }
          header .nav__links-item.links.show {
            display: flex; } }
      @media (min-width: 1200px) {
        header .nav__links-item.links {
          font-size: .9em; } }
    header .nav__links-item.buttons {
      font-size: 1.5em;
      padding: 0;
      order: 2;
      flex: 1;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-end; }
      header .nav__links-item.buttons:hover {
        background: none; }
      header .nav__links-item.buttons .btn_link {
        border: none;
        background: none;
        color: inherit;
        cursor: pointer;
        font-size: 0;
        height: 26px;
        padding: 0;
        line-height: 1;
        margin-left: 6px; }
        header .nav__links-item.buttons .btn_link:hover {
          background: none;
          box-shadow: none; }
      header .nav__links-item.buttons .btn_social {
        display: inline-block;
        position: relative;
        text-align: center;
        margin-left: 6px;
        height: 26px;
        font-size: 0; }
        header .nav__links-item.buttons .btn_social .btn_link {
          width: 26px;
          height: 26px;
          line-height: 28px;
          border-radius: 100%;
          font-size: 10px;
          display: inline-block;
          margin-left: 10px; }
      @media (min-width: 992px) {
        header .nav__links-item.buttons {
          flex: 1.5;
          display: flex;
          justify-content: space-around; } }
    @media (min-width: 768px) {
      header .nav__links-item {
        flex: 1;
        display: inline-block; }
        header .nav__links-item.links {
          order: 2; }
        header .nav__links-item.buttons {
          order: 3; } }
  header .nav__links-item.logo {
    margin: -1em 0;
    max-height: 42px;
    text-align: left;
    padding: 0;
    order: 1;
    font-size: 20px;
    font-weight: normal;
    font-family: 'azoft';
    text-transform: lowercase; }
    header .nav__links-item.logo img {
      height: 30px;
      width: auto;
      vertical-align: middle; }
      header .nav__links-item.logo img.wt {
        display: none; }
      @media (min-width: 992px) {
        header .nav__links-item.logo img {
          height: 40px; } }
    header .nav__links-item.logo:hover {
      background: none; }
    header .nav__links-item.logo:after {
      display: none; }
    @media (min-width: 768px) {
      header .nav__links-item.logo {
        flex: 1.2;
        display: inline-block;
        max-height: 60px; }
        header .nav__links-item.logo:after {
          display: block;
          /*content: '';*/
          height: 100%;
          width: 1px;
          background-color: rgba(255, 255, 255, 0.3);
          position: absolute;
          right: -.5em;
          top: 0; }
        header .nav__links-item.logo:last-child {
          margin-right: 0; }
          header .nav__links-item.logo:last-child:after {
            margin-right: 0;
            display: none; } }
  header.fixed {
    background-color: rgba(239, 248, 255, 0.9);
    padding-left: 0;
    padding: 10px 0; }
    header.fixed .nav__links {
      width: 100%;
      padding: 0; }
    @media (min-width: 768px) {
      header.fixed .nav__links-item.links {
        flex: 3.8;
        margin-top: 0;
        order: 2;
        font-size: .7em; }
        header.fixed .nav__links-item.links .btnlink {
          margin-bottom: 0;
          margin-right: 1em; }
          header.fixed .nav__links-item.links .btnlink:last-child {
            margin-right: 0; } }
    @media (min-width: 768px) and (min-width: 1200px) {
      header.fixed .nav__links-item.links .btnlink i {
        top: 12px; } }
    header.fixed .nav__links-item.buttons {
      text-align: right; }
      @media (min-width: 992px) {
        header.fixed .nav__links-item.buttons {
          flex: 1.5; } }
    header.fixed .nav__links-item.logo {
      font-size: 18px;
      display: inline-block; }
      header.fixed .nav__links-item.logo span {
        display: block; }
      @media (min-width: 1200px) {
        header.fixed .nav__links-item.logo {
          flex: 2.75; } }
  header.menu_show {
    background-color: rgba(239, 248, 255, 0.9); }

footer {
  background-color: #1E1E1E;
  color: #FFFFFF;
  padding: 30px 0;
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  font-family: "azoft";
  margin-top: 30px; }
  footer a {
    color: inherit;
    margin-bottom: 14px;
    border-bottom: 1px solid transparent; }
    footer a:hover {
      border-color: rgba(255, 255, 255, 0.5); }
  footer .links a {
    display: block; }
    @media (min-width: 768px) {
      footer .links a {
        display: inline-block;
        float: left;
        clear: both; } }
  footer .footer-title {
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: -0.5px;
    margin-bottom: 30px; }
  footer .policy {
    font-family: 'Montserrat'; }
  footer .footer-orphus {
    height: 0;
    font-size: 0; }
    footer .footer-orphus a {
      border: none; }
    footer .footer-orphus img {
      font-size: 0;
      height: 0; }
  footer p {
    margin-bottom: 1em; }
    footer p:last-child {
      margin-bottom: 0; }
    footer p a {
      border-color: rgba(255, 255, 255, 0.3); }
      footer p a:hover {
        border-color: rgba(255, 255, 255, 0.6); }
  footer--bottom {
    font-size: .8em;
    margin-top: 1em; }
  footer .row [class*=col-] {
    margin-bottom: 30px; }
    footer .row [class*=col-]:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      footer .row [class*=col-] {
        margin-bottom: 0; } }
  footer form {
    margin-top: -15px; }
    footer form input,
    footer form button {
      color: #FFFFFF; }
    footer form .field {
      display: block; }
      footer form .field > * {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0; }
        footer form .field > *:last-child {
          margin-bottom: 0; }
      footer form .field input,
      footer form .field .btn_link {
        background-color: rgba(255, 255, 255, 0.14);
        padding: 10px;
        border: none; }
      footer form .field label {
        font-size: 12px;
        text-align: left; }
  @media (min-width: 768px) {
    footer {
      text-align: left;
      margin-top: 60px;
      padding: 60px 0; }
      footer form .field {
        display: flex; }
        footer form .field > * {
          margin-right: 15px;
          flex: 3;
          margin-bottom: 0; }
          footer form .field > *:last-child {
            margin-right: 0; }
        footer form .field [type='submit'] {
          flex: 1; } }

body {
  font-family: "Montserrat", sans-serif;
  background-color: #eff8ff;
  color: #1E1E1E;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 300; }
  @media (min-width: 768px) {
    body {
      font-size: 14px; } }
  @media (min-width: 992px) {
    body {
      font-size: 16px; } }

.page__index {
  margin-top: 69px; }
  .page__index .section__title {
    background-color: #1E1E1E;
    color: #FFFFFF; }
    .page__index .section__title .container .row {
      align-items: center;
      height: 100%; }
    .page__index .section__title .title {
      font-family: 'Montserrat';
      text-transform: uppercase;
      font-size: 24px;
      font-weight: 700;
      color: #FFFFFF;
      text-align: center;
      text-shadow: 0 0 5px #000;
      display: inline-block; }
      @media (min-width: 768px) {
        .page__index .section__title .title {
          font-size: 28px; } }
      @media (min-width: 992px) {
        .page__index .section__title .title {
          font-size: 44px; } }
    .page__index .section__title .text {
      font-family: 'Montserrat';
      font-size: 16px;
      font-weight: 300;
      text-align: center;
      display: none; }
      @media (min-width: 768px) {
        .page__index .section__title .text {
          font-size: 22px; } }
    .page__index .section__title .section__title-logo {
      display: none; }
      .page__index .section__title .section__title-logo img {
        width: 100%; }
      @media (min-width: 768px) {
        .page__index .section__title .section__title-logo {
          display: block;
          align-self: center; } }
    .page__index .section__title .section__title-buttons {
      font-weight: bold;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      margin-bottom: 30px;
      margin-top: 110px;
      display: none; }
      .page__index .section__title .section__title-buttons .btnlinks {
        padding: 6px 0;
        border-radius: 6px;
        flex: 1;
        margin-right: 10px;
        font-size: 14px; }
        .page__index .section__title .section__title-buttons .btnlinks:last-child {
          margin-right: 0; }
        @media (min-width: 576px) {
          .page__index .section__title .section__title-buttons .btnlinks {
            padding: 6px 10px;
            font-size: 1em;
            border-radius: 6px;
            flex: 1;
            margin-right: 20px; } }
        @media (min-width: 992px) {
          .page__index .section__title .section__title-buttons .btnlinks {
            padding: 4px 10px;
            font-size: 1.3em; } }
      @media (min-width: 768px) {
        .page__index .section__title .section__title-buttons {
          display: none; } }
  .page__index .section__news {
    margin-top: 30px; }
    .page__index .section__news article {
      min-height: 444px; }
  .page__index .section__title-slider .owl-dots {
    text-align: center;
    margin-top: 0 !important;
    position: absolute;
    margin-left: 50%;
    transform: translateX(-50%);
    bottom: 15px; }
    .page__index .section__title-slider .owl-dots .owl-dot span {
      opacity: 0.5;
      background-color: #ffffff; }
    .page__index .section__title-slider .owl-dots .owl-dot.active span {
      opacity: 1; }
  .page__index .section__title-slider .owl-carousel {
    display: flex;
    flex-flow: row;
    align-items: center;
    display: flex;
    flex-flow: row;
    align-items: center;
    height: 300px; }
    .page__index .section__title-slider .owl-carousel .owl-stage-outer,
    .page__index .section__title-slider .owl-carousel .owl-item,
    .page__index .section__title-slider .owl-carousel .owl-stage,
    .page__index .section__title-slider .owl-carousel .title_slider-item {
      display: flex;
      height: 100%;
      flex-flow: row;
      align-items: center; }
  .page__index .title_slider-item {
    width: 100%;
    position: relative; }
    .page__index .title_slider-item .container {
      position: relative;
      z-index: 10; }
  .page__index .title_slider-item_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: center center;
    background-size: cover; }
  @media (min-width: 992px) {
    .page__index .section__title-slider .owl-carousel {
      height: 400px; } }

main {
  overflow: hidden; }

strong,
b {
  font-weight: bold; }

.fixed {
  position: fixed; }

.text-center {
  text-align: center; }

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

.uppercase {
  text-transform: uppercase; }

a {
  border: none;
  text-decoration: none;
  color: #8670F4; }

.btnlinks {
  color: #FFFFFF;
  border-radius: 4px;
  text-align: center;
  padding: 14px 26px;
  display: inline-block;
  position: relative; }

.label {
  border-radius: 4px;
  color: #FFFFFF;
  padding: 4px 10px;
  display: inline-block;
  background-color: inherit;
  font-weight: bold; }

.bg_orange {
  background-color: #FF6600 !important; }

.bg_ochre {
  background-color: #40e0b6 !important; }

.bg_blue {
  background-color: #8670F4 !important; }

.color-minimaks {
  color: #8670F4; }

.bg_bluedim {
  background-color: #FF3E3E !important; }

.bg_green {
  background-color: #8f69ff !important; }

.color-tolmach {
  color: #8f69ff !important; }

.bg_violent {
  background-color: #9B1DFF !important; }

.bg_pink {
  background-color: #CC3399 !important; }

.bg_sky {
  background-color: #e3f2ff !important; }

.bg_gray {
  background-color: #666666; }

.bg_gray_light {
  background-color: #c6c6c6 !important; }

.bg_lime {
  background-color: #18d6cc !important; }

.bg_red {
  background-color: #FF3333 !important; }

.bg_fluid {
  position: relative; }
  .bg_fluid:before, .bg_fluid:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 200%;
    background-color: inherit;
    z-index: -1; }
  .bg_fluid:before {
    left: -100%; }
  .bg_fluid:after {
    right: -100%; }

.bg_trans {
  background-color: transparent !important; }

.bg_fb {
  background-color: #3b5998 !important; }

.bg_vk {
  background-color: #4d76a1 !important; }

.bg_yt {
  background-color: #c4302b !important; }
  
.bg_new_red, .bg_red {background-color: #ff3e3e !important;}
.bg_new_purple, .bg_violent {background-color: #8670f4 !important;}
.bg_new_orange, .bg_orange {background-color: #ff9100 !important;}
.bg_new_blue, .bg_blue {background-color: #3d79fc !important;}
.bg_new_lime, .bg_lime {background-color: #00c633 !important;}

input {
  padding: 18px 20px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.14);
  border: none; }

input[type=submit],
input[type=button],
button {
  color: inherit;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  text-align: center;
  font-weight: bold;
  position: relative;
  border: none;
  padding: 18px 20px;
  cursor: pointer;
  background-color: #8670F4;
  color: #FFFFFF;
  font-family: "azoft"; }
  input[type=submit]:hover,
  input[type=button]:hover,
  button:hover {
    background-color: rgba(2, 189, 238, 0.8);
    -webkit-box-shadow: 0 1px 3px 0 rgba(30, 30, 30, 0.3);
    box-shadow: 0 1px 3px 0 rgba(30, 30, 30, 0.3); }

form {
  margin-top: 30px;
  font-family: "Open Sans"; }
  form label {
    font-size: 12px; }
    form label + .checkbox,
    form label + .radiobox {
      margin-top: .5em; }
  form .field,
  form .form-group {
    margin-top: 20px; }
    form .field.first-child,
    form .form-group.first-child {
      margin-top: 0; }
    form .field label,
    form .form-group label {
      display: block;
      font-size: 16px;
      font-weight: 300; }
      form .field label label,
      form .form-group label label {
        margin-top: 8px;
        margin-left: 20px;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400; }
      form .field label.inline label,
      form .form-group label.inline label {
        display: inline-block; }
      form .field label input,
      form .field label textarea,
      form .form-group label input,
      form .form-group label textarea {
        display: block;
        margin-top: 5px; }
    form .field input,
    form .field textarea,
    form .form-group input,
    form .form-group textarea {
      padding: 10px;
      border-radius: 6px;
      background-color: #ffffff;
      border: none;
      font-size: 14px;
      color: #2f2f2f;
      border: 1px solid #c6c6c6;
      width: 100%; }
      @media (min-width: 768px) {
        form .field input,
        form .field textarea,
        form .form-group input,
        form .form-group textarea {
          font-size: 16px; } }
    form .field button,
    form .field .btn_link,
    form .form-group button,
    form .form-group .btn_link {
      width: auto;
      -webkit-box-flex: 0;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      margin: auto;
      border-radius: 6px;
      -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
      font-size: 16px; }
    form .field .radiobox label,
    form .field .checkbox label,
    form .form-group .radiobox label,
    form .form-group .checkbox label {
      padding-left: 20px; }
    form .field .radiobox .cr,
    form .field .radiobox .radio .cr,
    form .field .checkbox .cr,
    form .field .checkbox .radio .cr,
    form .form-group .radiobox .cr,
    form .form-group .radiobox .radio .cr,
    form .form-group .checkbox .cr,
    form .form-group .checkbox .radio .cr {
      border: 1px solid #c6c6c6; }
      form .field .radiobox .cr .cr-icon,
      form .field .radiobox .radio .cr .cr-icon,
      form .field .checkbox .cr .cr-icon,
      form .field .checkbox .radio .cr .cr-icon,
      form .form-group .radiobox .cr .cr-icon,
      form .form-group .radiobox .radio .cr .cr-icon,
      form .form-group .checkbox .cr .cr-icon,
      form .form-group .checkbox .radio .cr .cr-icon {
        top: 0;
        left: 0; }
    form .field .radiobox .cr,
    form .field .radiobox .radio .cr,
    form .form-group .radiobox .cr,
    form .form-group .radiobox .radio .cr {
      border-radius: 50%; }
    form .field .help_text,
    form .form-group .help_text {
      color: #666666;
      font-size: .8em;
      margin-top: 4px; }

.btn_link:disabled, .btn_link.disabled,
button:disabled,
button.disabled,
input:disabled,
input.disabled,
textarea:disabled,
textarea.disabled {
  opacity: .5;
  pointer-events: none; }

.checkbox label:after,
.radio label:after {
  content: '';
  display: table;
  clear: both; }

.radiobox .cr,
.radiobox .radio .cr,
.checkbox .cr,
.checkbox .radio .cr {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.14);
  width: 16px;
  height: 16px;
  -webkit-transition-property: background, border;
  -o-transition-property: background, border;
  transition-property: background, border;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s; }

.radiobox .radio .cr,
.checkbox .radio .cr {
  border-radius: 50%; }

.radiobox .cr .cr-icon,
.checkbox .cr .cr-icon {
  position: absolute;
  font-size: inherit;
  top: 2px;
  vertical-align: baseline;
  left: 2px;
  color: #fff;
  background-color: none; }

.radiobox .radio .cr .cr-icon,
.checkbox .radio .cr .cr-icon {
  margin-left: 0.04em; }

.radiobox label,
.checkbox label {
  position: relative;
  padding-left: 30px;
  display: inline-block; }

.radiobox label input[type="checkbox"],
.radiobox label input[type="radio"],
.checkbox label input[type="checkbox"],
.checkbox label input[type="radio"] {
  display: none; }

.radiobox label input[type="checkbox"] + .cr > .cr-icon,
.radiobox label input[type="radio"] + .cr > .cr-icon,
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.checkbox label input[type="radio"] + .cr > .cr-icon {
  -webkit-transform: scale(3) rotateZ(-20deg);
  -ms-transform: scale(3) rotate(-20deg);
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in; }

.radiobox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radiobox label input[type="radio"]:checked + .cr > .cr-icon,
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.checkbox label input[type="radio"]:checked + .cr > .cr-icon {
  -webkit-transform: scale(1) rotateZ(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotateZ(0deg);
  opacity: 1; }

.radiobox label input[type="checkbox"]:checked + .cr,
.radiobox label input[type="radio"]:checked + .cr,
.checkbox label input[type="checkbox"]:checked + .cr,
.checkbox label input[type="radio"]:checked + .cr {
  background-color: black;
  border-color: transparent; }

.radiobox label input[type="checkbox"]:disabled + .cr,
.radiobox label input[type="radio"]:disabled + .cr,
.checkbox label input[type="checkbox"]:disabled + .cr,
.checkbox label input[type="radio"]:disabled + .cr {
  opacity: .5; }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.section__news .section__news-news {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  position: relative;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(30, 30, 30, 0.3);
  box-shadow: 0 1px 3px 0 rgba(30, 30, 30, 0.3);
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 444px; }
  .section__news .section__news-news:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 30, 0)), to(rgba(30, 30, 30, 0.64)));
    background-image: -webkit-linear-gradient(top, rgba(30, 30, 30, 0), rgba(30, 30, 30, 0.64));
    background-image: -o-linear-gradient(top, rgba(30, 30, 30, 0), rgba(30, 30, 30, 0.64));
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0), rgba(30, 30, 30, 0.64));
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .section__news .section__news-news a,
  .section__news .section__news-news .link {
    color: inherit; }
  .section__news .section__news-news h3,
  .section__news .section__news-news .title {
    font-size: 18px;
    letter-spacing: -0.1px;
    font-weight: bold;
    margin-bottom: 12px; }
    @media (min-width: 992px) {
      .section__news .section__news-news h3,
      .section__news .section__news-news .title {
        font-size: 22px; } }
  .section__news .section__news-news p,
  .section__news .section__news-news .text {
    font-family: "Montserrat";
    font-size: 16px; }
  .section__news .section__news-news[class*=bg_] {
    color: #FFFFFF; }
  .section__news .section__news-news .section__news-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .section__news .section__news-news .section__news-label {
    font-family: "azoft";
    border-radius: 4px;
    position: absolute;
    background-color: inherit;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3; }
    .section__news .section__news-news .section__news-label.left {
      left: 15px;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
  .section__news .section__news-news .section__news-desc {
    background-color: inherit;
    color: inherit;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    padding: 20px;
    border-radius: 0 0 6px 6px;
    z-index: 2;
    min-height: 160px;
    padding-bottom: 60px; }
    .section__news .section__news-news .section__news-desc.fill {
      top: 0;
      left: 0;
      text-align: center;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      bottom: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .section__news .section__news-news .section__news-desc .section__news-label {
      top: -36px; }
    .section__news .section__news-news .section__news-desc p {
      margin-bottom: .5em;
      font-weight: 500; }
      .section__news .section__news-news .section__news-desc p:last-child {
        margin-bottom: 0; }
    @media (min-width: 768px) {
      .section__news .section__news-news .section__news-desc {
        min-height: 190px; } }
    @media (min-width: 992px) {
      .section__news .section__news-news .section__news-desc {
        min-height: 200px; } }
  .section__news .section__news-news .section__news-more {
    font-family: "azoft";
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    padding: 20px;
    z-index: 4;
    font-size: 14px; }
    .section__news .section__news-news .section__news-more .views {
      margin-right: 16px;
      display: none; }
    .section__news .section__news-news .section__news-more .comments {
      display: none; }
    .section__news .section__news-news .section__news-more .more {
      float: right;
      font-weight: bold;
      font-size: 16px; }
      .section__news .section__news-news .section__news-more .more:after {
        content: '\f30b';
        font-family: 'Font Awesome 5 Free';
        display: inline-block;
        margin-left: 10px; }
  .section__news .section__news-news.expert .section__news-desc {
    padding-top: 30px; }

.section__news .bg_fluid .section__news-news:before, .section__news .bg_fluid .section__news-news:after {
  display: none; }

.section__news .bg_fluid .section__news-news .section__news-content .section__news-label {
  color: #FFFFFF; }

.section__news .bg_fluid .section__news-news .section__news-content .section__news-desc {
  padding-bottom: 60px; }
  .section__news .bg_fluid .section__news-news .section__news-content .section__news-desc h3,
  .section__news .bg_fluid .section__news-news .section__news-content .section__news-desc .title {
    margin-bottom: 10px; }

.section__news .bg_fluid .section__news-news .section__news-content .section__news-more {
  margin-top: 30px; }

.section__news .bg_fluid .section__news-news .section__news-image {
  border-radius: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 320px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin-bottom: 20px;
  width: 100%; }

@media (min-width: 768px) {
  .section__news .bg_fluid .section__news-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    color: #1E1E1E; }
    .section__news .bg_fluid .section__news-news .section__news-image {
      margin-bottom: 0;
      -webkit-box-flex: 5.95;
      -webkit-flex: 5.95;
      -ms-flex: 5.95;
      flex: 5.95;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      position: relative;
      height: auto; }
    .section__news .bg_fluid .section__news-news .section__news-content {
      padding-right: 30px;
      -webkit-box-flex: 2.85;
      -webkit-flex: 2.85;
      -ms-flex: 2.85;
      flex: 2.85;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      border-radius: 0;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center; }
      .section__news .bg_fluid .section__news-news .section__news-content .section__news-label,
      .section__news .bg_fluid .section__news-news .section__news-content .section__news-desc,
      .section__news .bg_fluid .section__news-news .section__news-content .section__news-more {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 0;
        font-weight: 400; }
      .section__news .bg_fluid .section__news-news .section__news-content .section__news-desc {
        padding-bottom: 0;
        margin-top: 20px; }
      .section__news .bg_fluid .section__news-news .section__news-content .section__news-more .more {
        margin-top: 10px;
        float: none;
        color: #8670F4;
        display: block; } }

.block__slider {
  position: relative; }
  .block__slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    color: white;
    font-size: 24px; }
    .block__slider .owl-nav .owl-prev,
    .block__slider .owl-nav .owl-next {
      position: absolute;
      top: 0; }
    .block__slider .owl-nav .owl-prev {
      left: 10px; }
    .block__slider .owl-nav .owl-next {
      right: 10px; }

.bold {
  font-weight: bold; }

.__sticky {
  background-color: #FFFFFF; }
  .__sticky.__sticky-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1100; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.pseudo_link {
  color: #FF3E3E;
  border-bottom: 1px dashed rgba(57, 98, 252, 0.3);
  cursor: pointer; }
  .pseudo_link:hover {
    border-color: rgba(57, 98, 252, 0.6); }

/*# sourceMappingURL=base.css.map */
