@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?7vmjwd");
  src: url("../fonts/icomoon.eot?7vmjwd#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?7vmjwd") format("truetype"), url("../fonts/icomoon.woff?7vmjwd") format("woff"), url("../fonts/icomoon.svg?7vmjwd#icomoon") format("svg");
  font-weight: normal;
  font-style: normalcustom-select; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-documents:before {
  content: "\e904"; }

.icon-add-button-inside-black-circle:before {
  content: "\e905"; }

.icon-edit:before {
  content: "\e903"; }

.icon-refresh-arrow:before {
  content: "\e900"; }

.icon-logout:before {
  content: "\e901"; }

.icon-padlock-close:before {
  content: "\e906"; }

.icon-padlock:before {
  content: "\e907"; }

.icon-rubbish:before {
  content: "\e908"; }

.icon-rubbish2:before {
  content: "\e908"; }

.icon-camera:before {
  content: "\e902"; }

.icon-time:before {
  content: "\e90d"; }

.icon-user:before {
  content: "\e971"; }

.icon-users:before {
  content: "\e972"; }

.mb-60 {
  margin-bottom: 60px !important; }

.pb-60 {
  padding-bottom: 60px; }

.p-pagin {
  padding-bottom: 35px;
  padding-top: 30px; }

.m-0 {
  margin: 0 !important; }

.pt-100 {
  padding-top: 100px; }

.no-brcms {
  margin-top: 70px; }

.pdt-100 {
  padding-top: 100px; }

input[type='number'] {
  -moz-appearance: textfield; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 32px;
  height: 32px;
  cursor: pointer; }
.close-btn:hover {
  opacity: 0.8; }
.close-btn:before, .close-btn:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff; }
.close-btn:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.close-btn:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

body {
  min-width: 320px;
  overflow-x: hidden; }
body.hidden-scroll {
  overflow: hidden; }

.swal2-container.swal2-shown {
  z-index: 2005 !important; }

main {
  min-height: -webkit-calc(100vh - 430px);
  min-height: calc(100vh - 430px); }

.bg-gray {
  background: #f8f8f8; }

.hidden {
  overflow: hidden; }

.m-panel {
  display: none; }

.show {
  display: block; }

* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  font: 14px "Open Sans", sans-serif;
  color: #222222;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-container * {
  color: #fff; }

a, button, input[type="submit"] {
  border: none;
  background: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none; }

ul {
  list-style-type: none; }

.wrap {
  max-width: 1170px;
  min-width: 290px;
  padding: 0 15px;
  margin: 0 auto; }

header .logo, footer .logo, .funds .system .img {
  position: relative; }

header .logo img, footer .logo img, .funds .system .img img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%; }

header .logo, footer .logo {
  display: block;
  width: 100%;
  max-width: 230px;
  height: 35px;
  margin-right: 25px;
  position: relative;
  z-index: 3; }

header:after {
  content: '';
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  display: block;
  height: 70px;
  overflow: hidden;
  background: #fff; }

.user-profile-menu {
  max-width: 215px;
  width: 100%;
  position: relative;
  margin-left: 30px; }
.user-profile-menu .person-profile {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  position: relative;
  z-index: 3; }
.user-profile-menu .person-profile.slideDown .fa-caret-down.ico {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }
.user-profile-menu .person-profile:hover {
  background: #e8e8e8; }
.user-profile-menu .person-profile .ava {
  overflow: hidden;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  margin-right: 20px; }
.user-profile-menu .person-profile .name {
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  max-width: 85px;
  overflow: hidden;
  text-overflow: ellipsis; }
.user-profile-menu .person-profile .ico.fa-caret-down {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
.user-profile-menu .person-profile .fa-user-o {
  display: none; }
.user-profile-menu .list-profile {
  position: absolute;
  display: block;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 70px;
  z-index: 1;
  overflow: hidden;
  -webkit-transform-origin: 50% 0;
  -webkit-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 2;
  opacity: 0;
  pointer-events: none; }
.user-profile-menu .list-profile li {
  height: 0;
  -webkit-transition: height 200ms ease-in;
  -o-transition: height 200ms ease-in;
  transition: height 200ms ease-in;
  overflow: hidden; }
.user-profile-menu .list-profile li a.active {
  background: #ffd400; }
.user-profile-menu .list-profile li a.active i {
  color: #fff; }
.user-profile-menu .list-profile li a.active span {
  color: #000; }
.user-profile-menu .list-profile li a.active:after {
  content: none; }
.user-profile-menu .list-profile .user-name {
  height: 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;
  display: none;
  padding: 10px 25px;
  background: #eee; }
.user-profile-menu .list-profile .user-name .ava {
  overflow: hidden;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  margin-right: 20px; }
.user-profile-menu .list-profile .user-name .name {
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  max-width: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600; }
.user-profile-menu .list-profile.open {
  opacity: 1;
  pointer-events: all; }
.user-profile-menu .list-profile.open .user-name {
  height: 65px; }
.user-profile-menu .list-profile.open li {
  height: 55px; }

.profile .list-profile li a {
  height: 50px; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #fff;
  z-index: 999; }
header .wrap {
  max-width: 1700px; }
header .block {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px; }
header .menu {
  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;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
header .menu nav > ul {
  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;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
header .menu .closebtn, header .menu nav > ul .closebtn {
  display: none; }
header .menu .ico, header .menu nav > ul .ico {
  font-size: 18px; }
header .menu .ico.hamburger, header .menu nav > ul .ico.hamburger {
  position: relative;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  display: none; }
header .menu .ico.hamburger span, header .menu nav > ul .ico.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #3e52b5;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
header .menu .ico.hamburger span:nth-child(1), header .menu nav > ul .ico.hamburger span:nth-child(1) {
  top: 0; }
header .menu .ico.hamburger span:nth-child(2), header .menu nav > ul .ico.hamburger span:nth-child(2) {
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px); }
header .menu .ico.hamburger span:nth-child(3), header .menu nav > ul .ico.hamburger span:nth-child(3) {
  bottom: 0; }
header .menu .fos_login {
  position: relative;
  z-index: 3;
  height: 39px;
  padding: 8px 30px; }
header .menu .panel {
  position: relative;
  margin-right: 20px; }
header .menu .panel ul li a {
  z-index: 3;
  position: relative;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Lato', sans-serif; }
header .menu .panel ul li ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  background: #fff;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-box-shadow: 0px 5px 29px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 29px -5px rgba(0, 0, 0, 0.75); }
header .menu .panel ul li ul li a {
  line-height: normal;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 20px;
  background: #fff;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  white-space: nowrap;
  height: fit-content; }
header .menu .panel ul li ul li a:hover {
  background: #f7f7f7; }
header .menu .panel ul li ul li a.active {
  color: #fff;
  background: #3f51b5; }
header .menu .panel ul li ul li a.active::after {
  content: none; }
header .menu .panel ul li ul li ul {
  left: 100%;
  top: 0; }
header .menu .panel li:hover > ul {
  opacity: 1;
  visibility: visible; }
header a {
  display: block;
  padding: 0 12px;
  font-size: 13px;
  line-height: 70px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  position: relative; }
header a:hover {
  color: #3f51b5; }
header a.active {
  color: #3f51b5; }
header a.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #ffd400; }

.lang-block {
  margin-left: 15px;
  position: relative; }
.lang-block .lang {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 20px;
  position: relative;
  z-index: 3; }
.lang-block .lang .ico {
  margin-left: 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
.lang-block .lang.slideDown .ico {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }
.lang-block .drop {
  position: absolute;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 54px;
  z-index: 1;
  overflow: hidden;
  -webkit-transform-origin: 50% 0;
  -webkit-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  text-align: center; }
.lang-block .drop a {
  height: 0;
  -webkit-transition: height 200ms ease-in;
  -o-transition: height 200ms ease-in;
  transition: height 200ms ease-in;
  overflow: hidden; }
.lang-block .drop.open {
  opacity: 1; }
.lang-block .drop.open a {
  height: 38px; }
.lang-block .drop a {
  width: 100%;
  line-height: normal;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
.lang-block .drop a:after {
  content: none; }
.lang-block .drop a:hover {
  background: #f7f7f7; }
.lang-block .drop a.active {
  color: #fff;
  background: #3f51b5; }

.btn {
  display: inline-block;
  text-align: center;
  border-radius: 22px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 30px;
  background: #ffd400;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  border: 2px solid #ffd400; }
.btn:hover {
  background: #ffe250;
  border: 2px solid #ffe250; }
.btn.br {
  padding: 11px inherit;
  background: #fff;
  border: 2px solid #ffd400; }
.btn.br:hover {
  background: #ffd400; }
.btn.green {
  padding: 11px inherit;
  border: 2px solid #8bc34a;
  background: #8bc34a;
  color: #fff;
  letter-spacing: 1px; }
.btn.green:hover {
  background: #fff;
  color: #8bc34a; }
.btn.blue {
  background: #3f51b5;
  color: #fff; }
.btn.blue:hover {
  background: #4a5dca; }
.btn.status-btn {
  width: 100px;
  text-align: center;
  padding: 10px 5px;
  border-radius: 5px;
  border: none;
  background: #8bc34a;
  color: #fff;
  width: 100px; }
.btn.status-btn:hover {
  background: #8bc34a;
  opacity: 0.8; }
.btn.status-btn.red {
  background: #cc0000; }
.btn.status-btn.red:hover {
  background: #cc0000;
  opacity: 0.8; }
.btn.category {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 5px;
  border: 2px solid #dddddd;
  background: transparent;
  line-height: 1;
  margin: 5px 5px; }
.btn.category:hover {
  border: 2px solid #ffd400; }

.btn:disabled {
  background: #cdcdcd;
  border: 2px solid #cdcdcd; 
  color: #ffffff;
}

.single-downloads .ckEditor {
  margin: 30px 0;
  font-size: 16px; }

.single-downloads .size {
  margin-bottom: 15px;
  text-align: right; }

.single-downloads .down {
  text-align: right; }

.add-account-btn, .transfer-account-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.add-account-btn:hover .ico, .transfer-account-btn:hover .ico {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg); }
.add-account-btn:hover .text, .transfer-account-btn:hover .text {
  color: #6d7fe0; }
.add-account-btn .ico, .transfer-account-btn .ico {
  font-size: 30px;
  margin-right: 15px;
  color: #ffd400;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  width: 30px;
  height: 30px; }
.add-account-btn .text, .transfer-account-btn .text {
  font-size: 16px;
  color: #3f51b5;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all; }

.delete-account-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.delete-account-btn:hover .text {
  color: #ff4d4d; }
.delete-account-btn .ico {
  font-size: 30px;
  margin-right: 15px;
  color: #ff0000;
  width: 30px;
  height: 30px; }
.delete-account-btn .text {
  font-size: 16px;
  color: #ff0000;
}

.section-video {
  padding-top: 30px; }
.section-video .title h1, .section-video .title h2, .section-video .title h3, .section-video .title h4, .section-video .title h5, .section-video .title h6 {
  margin-bottom: 20px; }
.section-video .block-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px; }
.section-video .block-video .video-preview {
  margin: 0 15px 30px;
  width: -webkit-calc(33.33% - 30px);
  width: calc(33.33% - 30px);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 10px;
  overflow: hidden; }
.section-video .block-video .video-preview .play-btn {
  width: 100%;
  height: 38vw;
  max-height: 210px;
  display: block;
  opacity: 1;
  position: relative; }
.section-video .block-video .video-preview .play-btn iframe {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  bottom: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  transition: transform .5s, -webkit-transform .5s; }
.section-video .block-video .video-preview .desc {
  padding: 20px 15px; }
.section-video .block-video .video-preview .desc h2 {
  margin-bottom: 25px;
  width: 100%;
  font: 19px "Ubuntu", sans-serif;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  -ms-line-clamp: 1;
  -o-line-clamp: 1;
  line-clamp: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  display: box; }
.section-video .block-video .video-preview .desc .date {
  color: #a9a9a9;
  font-size: 16px; }

.pagination-settings-b {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px; }
.pagination-settings-b .child_profile_paginate {
  margin-top: 0; }
.pagination-settings-b .wrap-action {
  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; }
.pagination-settings-b .wrap-action .block-select {
  margin-right: 30px; }
.pagination-settings-b .wrap-action .block-select .text {
  font-size: 14px;
  font-weight: 700;
  color: #666666;
  display: inline-block;
  margin-right: 15px; }
.pagination-settings-b .wrap-action .block-select .select2-container--child-result {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  min-width: 80px; }
.pagination-settings-b .wrap-action .block-select .select2-container--child-result * {
  outline: none !important; }
.pagination-settings-b .wrap-action .block-select .select2-container--child-result.select2-container--open .select2-selection--single {
  border-color: #e1e1e1; }
.pagination-settings-b .wrap-action .block-select .select2-container--child-result .select2-selection--single {
  height: 33px !important;
  padding: 0;
  border-radius: 3px !important;
  border: 1px solid #e1e1e1;
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-align: left;
  font-size: 13px !important; }
.pagination-settings-b .wrap-action .block-select .select2-container--child-result .select2-selection--single:hover {
  background: #eee; }
.pagination-settings-b .wrap-action .block-select .select2-container--child-result .select2-selection--single .select2-selection__placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #484848;
  text-align: left; }
.pagination-settings-b .wrap-action .block-select .select2-container--child-result .select2-selection__arrow {
  top: 0px !important;
  right: 19px;
  position: absolute;
  bottom: 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center; }
.pagination-settings-b .wrap-action .block-select .select2-container--child-result .select2-selection__arrow b {
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #959595;
  font-size: 21px;
  line-height: 33px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all; }
.pagination-settings-b .wrap-action .block-select .select2-container--child-result .select2-selection__arrow b:before {
  content: "\f0d7"; }
.pagination-settings-b .wrap-action .block-select .select2-container--child-result.select2-container--open b {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }
.pagination-settings-b .wrap-action .block-select .select2-container--child-result.select2-container--open .select2-selection__rendered {
  background: transparent; }
.pagination-settings-b .wrap-action .block-select .select2-container--child-result .select2-selection__rendered {
  font-size: 13px !important;
  line-height: 33px;
  font-weight: 400;
  color: #484848 !important;
  padding: 0 45px 0 20px !important;
  text-align: left;
  text-transform: initial; }
.pagination-settings-b .wrap-action .block-select .select2-container--child-result .select2-dropdown {
  border: 1px solid #e1e1e1 !important;
  background: transparent;
  border-radius: 3px !important;
  top: 0;
  left: 0; }
.pagination-settings-b .wrap-action .block-select .select2-container--child-result .select2-dropdown .select2-results__options {
  padding: 10px 0;
  background: #fff;
  max-height: 300px;
  overflow-y: auto; }
.pagination-settings-b .wrap-action .block-select .select2-container--child-result .select2-dropdown .select2-results__option {
  font-size: 13px;
  background: #fff;
  color: #212121;
  padding: 10px 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s; }
.pagination-settings-b .wrap-action .block-select .select2-container--child-result .select2-dropdown .select2-results__option:hover, .pagination-settings-b .wrap-action .block-select .select2-container--child-result .select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background: #e2e2e2;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s; }

.select2-container--child-result.select2-container--open .select2-dropdown--below {
  top: -1px; }

.select2-container--child-result.select2-container--open .select2-dropdown--above {
  top: -1px; }

.select2-container--child-result.select2-container--open .select2-dropdown {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  z-index: 2; }
.select2-container--child-result.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 7px 14px; }
.select2-container--child-result.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted {
  background: #eee; }

.wrap.container-full {
  max-width: 1700px; }

.block_title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
  padding: 0 100px; }
.block_title .b-left {
  width: 48%;
  padding-right: 30px; }
.block_title .b-right {
  width: 52%;
  max-width: 745px; }
.block_title .b-left .title h1, .block_title .b-right .title h1 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 35px; }
.block_title .b-left .title .ckEditor, .block_title .b-right .title .ckEditor {
  max-width: 500px;
  color: #fff;
  font-size: 24px;
  display: block; }
.block_title .b-left .title .ckEditor *, .block_title .b-right .title .ckEditor * {
  color: #fff;
  font-size: 24px;
  display: block; }
.block_title .b-left .block-select, .block_title .b-right .block-select {
  position: relative;
  max-width: 245px; }
.block_title .b-left .block-select .link-select, .block_title .b-right .block-select .link-select {
  position: absolute;
  z-index: 10;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  height: 100%; }
.block_title .b-left .block-select .link-select .ico, .block_title .b-right .block-select .link-select .ico {
  position: absolute;
  left: 30px;
  z-index: 2;
  font-size: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all; }
.block_title .b-left .block-select .link-select:hover .ico, .block_title .b-right .block-select .link-select:hover .ico {
  color: #fff; }
.block_title .b-left .block-select .select2-container--custom-select, .block_title .b-right .block-select .select2-container--custom-select {
  height: 60px;
  max-width: 245px;
  border-radius: 35px;
  overflow: hidden;
  width: 100% !important; }
.block_title .b-left .block-select .select2-container--custom-select *, .block_title .b-right .block-select .select2-container--custom-select * {
  outline: none !important; }
.block_title .b-left .block-select .select2-container--custom-select.select2-container--open .select2-selection--single, .block_title .b-right .block-select .select2-container--custom-select.select2-container--open .select2-selection--single {
  border-color: #a2a2a2; }
.block_title .b-left .block-select .select2-container--custom-select .select2-selection--single, .block_title .b-right .block-select .select2-container--custom-select .select2-selection--single {
  height: 60px;
  padding: 0;
  border-radius: 3px !important;
  border: none;
  background: #ffd400;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all; }
.block_title .b-left .block-select .select2-container--custom-select .select2-selection--single:hover, .block_title .b-right .block-select .select2-container--custom-select .select2-selection--single:hover {
  background: #ffe250; }
.block_title .b-left .block-select .select2-container--custom-select .select2-selection--single .select2-selection__placeholder, .block_title .b-right .block-select .select2-container--custom-select .select2-selection--single .select2-selection__placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #818181;
  text-align: left; }
.block_title .b-left .block-select .select2-container--custom-select .select2-selection__arrow, .block_title .b-right .block-select .select2-container--custom-select .select2-selection__arrow {
  top: 0px !important;
  right: 0;
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 55px;
  background: #ecca23; }
.block_title .b-left .block-select .select2-container--custom-select .select2-selection__arrow b, .block_title .b-right .block-select .select2-container--custom-select .select2-selection__arrow b {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  font-size: 16px;
  line-height: 60px; }
.block_title .b-left .block-select .select2-container--custom-select .select2-selection__arrow b:before, .block_title .b-right .block-select .select2-container--custom-select .select2-selection__arrow b:before {
  content: "\f0d7"; }
.block_title .b-left .block-select .select2-container--custom-select.select2-container--open b, .block_title .b-right .block-select .select2-container--custom-select.select2-container--open b {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }
.block_title .b-left .block-select .select2-container--custom-select.select2-container--open .select2-selection__rendered, .block_title .b-right .block-select .select2-container--custom-select.select2-container--open .select2-selection__rendered {
  background: transparent; }
.block_title .b-left .block-select .select2-container--custom-select .select2-selection__rendered, .block_title .b-right .block-select .select2-container--custom-select .select2-selection__rendered {
  font-size: 18px !important;
  line-height: 60px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #212121 !important;
  padding: 0 !important;
  text-align: center;
  text-transform: uppercase; }
.block_title .b-left .block-select .select2-container--custom-select .select2-dropdown, .block_title .b-right .block-select .select2-container--custom-select .select2-dropdown {
  border: 1px solid #dadada !important;
  background: transparent;
  border-radius: 3px !important;
  top: 0;
  left: 0; }
.block_title .b-left .block-select .select2-container--custom-select .select2-dropdown .select2-results__options, .block_title .b-right .block-select .select2-container--custom-select .select2-dropdown .select2-results__options {
  padding: 10px 0;
  background: #fff;
  max-height: 300px;
  overflow-y: auto; }
.block_title .b-left .block-select .select2-container--custom-select .select2-dropdown .select2-results__option, .block_title .b-right .block-select .select2-container--custom-select .select2-dropdown .select2-results__option {
  font-size: 13px;
  background: #fff;
  color: #212121;
  padding: 10px 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s; }
.block_title .b-left .block-select .select2-container--custom-select .select2-dropdown .select2-results__option:hover, .block_title .b-left .block-select .select2-container--custom-select .select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background: #e2e2e2;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s; }
.block_title .b-right .block-select .select2-container--custom-select .select2-dropdown .select2-results__option:hover, .block_title .b-right .block-select .select2-container--custom-select .select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background: #e2e2e2;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s; }
.block_title .b-left .block-select .select2-container--price .select2-dropdown .select2-results__option, .block_title .b-right .block-select .select2-container--price .select2-dropdown .select2-results__option {
  padding-left: 15px; }
.block_title .b-left .block-select .input-container .select2-container--custom-select {
  width: 100% !important; }
.block_title .b-right .block-select .input-container .select2-container--custom-select {
  width: 100% !important; }
.block_title .b-right .img {
  display: block;
  height: 0;
  padding: 0 0 69%;
  margin-left: auto;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center; }
.block_title .b-right .video iframe {
  height: 23vw; }

.block_info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
  margin-top: 35px;
  padding: 0 100px; 
}
.block_info .b_left_narrow {
  width: 40%;
}
.block_info .b_left_wide {
  width: 60%;
}
.block_info .b_right_narrow {
  width: 40%;
}
.block_info .b_right_wide {
  width: 60%;
}
.block_info .b_left_content {
  max-width: 600px;
  padding-right: 30px;
  float: right;
}
.block_info .b_right_content {
  max-width: 600px;
  padding-left: 30px;
  float: left;
}
.block_info .b_left h2, .block_info .b_right h2 {
  font-size: 32px;
  color: #000000;
}
.block_info .text {
  color: #666666;
  font-size: 22px;
  display: block; }

.block_info .text * {
  color: #666666;
  font-size: 22px;
}

.block_info .text a {
  color: #3f51b5;
  font-size: 22px;
}
  
.block_info img {
  width: 350px;
  height: 350px;
  border-radius: 10px;
  object-fit: contain;
}

.block_info canvas {
  border-radius: 10px;
}

.select2-container--custom-select.select2-container--open .select2-dropdown--below {
  top: 10px; }

.select2-container--custom-select.select2-container--open .select2-dropdown--above {
  top: -10px; }

.select2-container--custom-select.select2-container--open .select2-dropdown {
  border: 1px solid #999;
  border-radius: 5px;
  z-index: 2; }
.select2-container--custom-select.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 7px 14px; }
.select2-container--custom-select.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted {
  background: #ffd400; }

.block-render {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1025px;
  margin: 0 auto; }
.block-render .text {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  margin-left: 30px;
  width: 130px; }
.block-render .brend {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-calc(100% - 130px);
  width: calc(100% - 130px); }
.block-render .brend .item-link {
  position: relative;
  height: 80px;
  width: 80px;
  margin-left: 15px;
  margin-right: 15px;
 }
.block-render .brend .item-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
 }

.more-article-section {
  padding-top: 50px; }

.content-blog .img_block {
  margin: 30px 0; }
.content-blog .img_block img {
  width: 100%; }

.block-feedbacks .title h3 {
  font-size: 24px; }

.block-feedbacks form {
  background: #fff;
  padding: 40px;
  margin-bottom: 20px;
  text-align: center;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px; }
.block-feedbacks form strong {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  display: inline-block; }
.block-feedbacks form .input {
  max-width: 770px;
  margin: 0 auto; }
.block-feedbacks form .input textarea {
  resize: vertical; }
.block-feedbacks form .feedback {
  font-weight: 400; }

.user-profile {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  cursor: default; }
.user-profile .photo-user {
  margin-right: 10px; }
.user-profile .photo-user .img {
  overflow: hidden;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }
.user-profile .info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
.user-profile .info .name {
  font-size: 16px;
  color: #3f51b5; }
.user-profile .info .date {
  margin-top: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.user-profile .info .date .value {
  font-size: 14px;
  color: #3f51b5; }
.user-profile .info .date .ico {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  background-image: url(../img/ico/time.png); }

.main-block {
  padding: 30px 0;
  background-image: -webkit-linear-gradient(90deg, #3f51b5 0%, #1881d5 100%); }

.ico {
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center; }
.ico.time {
  background-image: url(../img/ico/time.png); }
.ico.time-yellow {
  background-image: url(../img/ico/time-yellow.png); }

.date-comm {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 0; }
.date-comm .ico {
  width: 16px;
  height: 16px;
  margin-right: 7px; }
.date-comm .value {
  color: #666666;
  font-size: 14px; }

.block-comments-topic {
  padding-bottom: 50px;
  padding-top: 30px; }
.block-comments-topic .actions-more-block {
  margin-top: -20px; }
.block-comments-topic .title {
  padding-bottom: 0;
  padding-top: 30px; }
.block-comments-topic .title h1, .block-comments-topic .title h2, .block-comments-topic .title h3, .block-comments-topic .title h4, .block-comments-topic .title h5, .block-comments-topic .title h6 {
  font-size: 20px;
  font-weight: bold;
  color: #666666; }
.block-comments-topic .thead {
  padding: 10px 30px 10px; }
.block-comments-topic .thead .text {
  font-size: 14px;
  font-weight: bold;
  color: #666666; }
.block-comments-topic .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.block-comments-topic .row .b-botom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.block-comments-topic .row .author, .block-comments-topic .row .b-botom .author {
  width: 140px;
  text-align: center; }
.block-comments-topic .row .post {
  width: -webkit-calc(100% - 140px);
  width: calc(100% - 140px);
  padding-left: 30px; }
.block-comments-topic .row .b-botom .post {
  width: -webkit-calc(100% - 140px);
  width: calc(100% - 140px);
  padding-left: 30px; }
.block-comments-topic .row .b-botom .post blockquote {
  margin: 0;
  margin-bottom: 15px;
  padding: 10px 15px;
  position: relative; }
.block-comments-topic .row .b-botom .post blockquote .wrap-quote {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 2px solid #eee;
  margin-left: 10px; }
.block-comments-topic .row .b-botom .post blockquote .quotation {
  font-size: 14px !important;
  color: #808080;
  padding-bottom: 5px !important; }
.block-comments-topic .row .b-botom .post blockquote p {
  background: transparent;
  font-size: 12px !important;
  padding-bottom: 2px !important;
  font-style: italic; }
.block-comments-topic .row .b-botom .post blockquote:before, .block-comments-topic .row .b-botom .post blockquote:after {
  content: '';
  display: block;
  position: absolute;
  font-size: 16px;
  font-family: fontawesome;
  color: #d2d2d2; }
.block-comments-topic .row .b-botom .post blockquote:before {
  content: "\f10d";
  top: 0;
  left: 0; }
.block-comments-topic .row .b-botom .post blockquote:after {
  content: "\f10e";
  bottom: 0;
  right: 0; }
.block-comments-topic .row.topic-items, .block-comments-topic .row .b-botom.topic-items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 30px;
  background: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden; }
.block-comments-topic .row.topic-items:nth-child(n + 4) *.topic-items, .block-comments-topic .row .b-botom.topic-items:nth-child(n + 4) *.topic-items {
  margin-left: -30px;
  width: -webkit-calc(100% + 15px);
  width: -webkit-calc(100% + 50px);
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  border-top: 1px solid #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0; }
.block-comments-topic .row.topic-items .b-top, .block-comments-topic .row .b-botom.topic-items .b-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd; }
.block-comments-topic .row.topic-items .b-top .wrap-action, .block-comments-topic .row .b-botom.topic-items .b-top .wrap-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.block-comments-topic .row.topic-items .b-top .wrap-action .btn-action, .block-comments-topic .row .b-botom.topic-items .b-top .wrap-action .btn-action {
  margin-right: 50px;
  cursor: pointer; }
.block-comments-topic .row.topic-items .b-top .wrap-action .btn-action .ico, .block-comments-topic .row .b-botom.topic-items .b-top .wrap-action .btn-action .ico {
  color: #3f51b5;
  color: #5569da;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all; }
.block-comments-topic .row.topic-items .b-top .wrap-action .btn-action .text, .block-comments-topic .row .b-botom.topic-items .b-top .wrap-action .btn-action .text {
  color: #616161;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all; }
.block-comments-topic .row.topic-items .b-top .wrap-action .btn-action:hover .ico, .block-comments-topic .row .b-botom.topic-items .b-top .wrap-action .btn-action:hover .ico {
  color: #3f51b5; }
.block-comments-topic .row.topic-items .b-top .wrap-action .btn-action:hover .text, .block-comments-topic .row .b-botom.topic-items .b-top .wrap-action .btn-action:hover .text {
  color: #3e3d3d; }
.block-comments-topic .row.topic-items .b-top .wrap-action .number-post, .block-comments-topic .row .b-botom.topic-items .b-top .wrap-action .number-post {
  color: #666666;
  font-size: 14px; }
.block-comments-topic .row.topic-items .b-botom, .block-comments-topic .row .b-botom.topic-items .b-botom {
  padding-top: 20px;
  padding-bottom: 20px; }
.block-comments-topic .row.topic-items .b-botom .author .user-profile, .block-comments-topic .row .b-botom.topic-items .b-botom .author .user-profile {
  -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; }
.block-comments-topic .row.topic-items .b-botom .author .user-profile .photo-user, .block-comments-topic .row .b-botom.topic-items .b-botom .author .user-profile .photo-user {
  margin-right: 0;
  margin-bottom: 10px; }
.block-comments-topic .row.topic-items .b-botom .author .user-profile .photo-user .img, .block-comments-topic .row .b-botom.topic-items .b-botom .author .user-profile .photo-user .img {
  width: 80px;
  height: 80px; }
.block-comments-topic .row.topic-items .b-botom .author .user-profile .info, .block-comments-topic .row .b-botom.topic-items .b-botom .author .user-profile .info {
  margin-bottom: 10px; }
.block-comments-topic .row.topic-items .b-botom .author .user-profile .info .name, .block-comments-topic .row .b-botom.topic-items .b-botom .author .user-profile .info .name {
  color: #000;
  font-weight: 600; }
.block-comments-topic .row.topic-items .b-botom .post, .block-comments-topic .row .b-botom.topic-items .b-botom .post {
  padding: 40px 30px 30px; }
.block-comments-topic .row.topic-items .b-botom .post p, .block-comments-topic .row .b-botom.topic-items .b-botom .post p {
  font-size: 16px;
  padding-bottom: 10px; }

.block-list {
  padding: 30px; }

.block-forum-list * {
  font-size: 20px;
  font-weight: bold;
  color: #666666; }

.block-forum-list .title {
  padding-bottom: 5px;
  padding-top: 30px; }
.block-forum-list .title h1, .block-forum-list .title h2, .block-forum-list .title h3, .block-forum-list .title h4, .block-forum-list .title h5, .block-forum-list .title h6 {
  font-size: 20px;
  font-weight: bold;
  color: #666666; }

.block-forum-list .thead {
  padding: 10px 15px; }
.block-forum-list .thead .text {
  font-size: 16px; }

.block-forum-list .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.block-forum-list .row .name {
  width: -webkit-calc(70% - 280px);
  width: calc(70% - 280px);
  margin-right: 10px; }
.block-forum-list .row .author {
  width: 20%; }
.block-forum-list .row .topics, .block-forum-list .row .posts {
  width: 10%;
  text-align: center; }
.block-forum-list .row .topics .value, .block-forum-list .row .posts .value {
  font-size: 16px; }
.block-forum-list .row .freshness {
  width: 270px;
  padding-left: 30px; }
.block-forum-list .row.forums-items {
  padding: 20px 15px;
  border-left: 4px solid transparent;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  background: #fff;
  border-bottom: 1px solid #e1e1e1; }
.block-forum-list .row.forums-items:hover {
  border-left: 4px solid #ffd400; }
.block-forum-list .row.forums-items .block-text .text {
  display: block;
  color: #666666;
  font-size: 16px; }
.block-forum-list .row.forums-items .block-text .link {
  font-size: 18px;
  color: #3f51b5;
  font-weight: 700;
  margin-bottom: 5px;
  display: inline-block;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all; }
.block-forum-list .row.forums-items .block-text .link:hover {
  color: #365cec; }
.block-forum-list .row.forums-items .topics .text, .block-forum-list .row.forums-items .posts .text {
  display: none; }

.block-forum-list .tbody {
  border-radius: 5px;
  overflow: hidden; }

.not-found {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 100px; }
.not-found h1 {
  font-size: 165px;
  color: #3e52b5;
  font-weight: 700; }
.not-found .text {
  font-size: 28px;
  font-weight: 700; }

.no-result {
  text-align: left;
  padding: 20px 0px; }
.no-result p {
  font-size: 20px;
  font-weight: bold;
  color: #666666; }

@-webkit-keyframes block-no-child {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  360% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); } }

@-o-keyframes block-no-child {
  0% {
    transform: rotateY(0deg); }
  50% {
    transform: rotateY(180deg); }
  360% {
    transform: rotateY(180deg); } }

@keyframes block-no-child {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  360% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); } }

.block-no-child {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0; }
.block-no-child .img {
  -webkit-animation-name: block-no-child;
  -o-animation-name: block-no-child;
  animation-name: block-no-child;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 7s;
  -o-animation-duration: 7s;
  animation-duration: 7s;
  max-width: 90px;
  margin-right: 30px; }
.block-no-child .text {
  font-size: 18px; }

.block-lsit-child-user {
  margin: 0 -20px; }
.block-lsit-child-user .thead span {
  font-size: 14px;
  font-weight: 700;
  color: #666666; }
.block-lsit-child-user .user-items {
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all; }
.block-lsit-child-user .user-items .block-item {
  border-bottom: 1px solid #dddddd;
  cursor: default; }
.block-lsit-child-user .user-items:hover {
  background: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px; }
.block-lsit-child-user .user-items:hover .block-item {
  border-bottom: 1px solid transparent; }
.block-lsit-child-user .thead .block-item {
  border-bottom: 2px solid #dddddd; }
.block-lsit-child-user .row .block-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  margin: 0 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.block-lsit-child-user .row .block-item .name {
  width: 70%;
}
.block-lsit-child-user .row .block-item .name .user {
  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; }
.block-lsit-child-user .row .block-item .name .user .photo-user {
  margin-right: 20px; }
.block-lsit-child-user .row .block-item .name .user .photo-user .img {
  overflow: hidden;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }
.block-lsit-child-user .row .block-item .limit {
  width: 33%; }
.block-lsit-child-user .row .block-item .limit.no-dw {
  color: #cc0000; }
.block-lsit-child-user .row .block-item .limit.no-dw .value, .block-lsit-child-user .row .block-item .limit.no-dw .text {
  color: inherit; }
.block-lsit-child-user .row .block-item .status {
  width: 20%; }
.block-lsit-child-user .row .block-item .control {
  width: 150px; }
.block-lsit-child-user .row .block-item .control .block-action-ico {
  margin: 0 -5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
.block-lsit-child-user .row .block-item .control .block-action-ico .ico {
  color: #ffd400;
  font-size: 24px;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 50px;
  height: 50px; }
.block-lsit-child-user .row .block-item .control .block-action-ico .ico.icon-padlock-close.active:before {
  content: "\e907"; }
.block-lsit-child-user .row .block-item .control .block-action-ico .ico:hover {
  background: #ffd400;
  color: #fff; }
.block-lsit-child-user .row .block-item .control .block-action-ico .ico:hover:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }
.block-lsit-child-user .row .block-item .control .block-action-ico .tooltiptext {
  visibility: visible;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  background-color: #3e51b5;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  opacity: 1;
  z-index: 1;
  cursor: pointer;
  top: 100%; }

.get-started {
  padding: 80px 0; }
.get-started .title {
  text-align: center; }
.get-started .title h2, .get-started .title h3, .get-started .title h4, .get-started .title h5, .get-started .title h6 {
  font-size: 36px;
  margin-bottom: 30px; }
.get-started .title p {
  font-size: 18px;
  color: #000; }

.block-os ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.block-os ul .item-os {
  margin: 15px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  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; }
.block-os ul .item-os .link-os {
  width: 170px;
  height: 30vw;
  max-height: 170px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all; }
.block-os ul .item-os .link-os:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2); }
.block-os ul .item-os .link-os .ico {
  width: 60px;
  height: 80px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center; }

.container-fluid {
  margin-left: 100px;
  padding: 60px 0; }
.container-fluid.set2 {
  margin-right: 100px;
  margin-left: auto;
  padding: 60px 0; }

.slider-clients-feedbacks {
  background-image: -webkit-linear-gradient(90deg, #3f51b5 0%, #1881d5 100%);
  position: relative; }
.slider-clients-feedbacks:after {
  position: absolute !important;
  content: '';
  width: 155px;
  left: 0;
  right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  height: 100%;
  position: absolute;
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(0, 128, 128, 0)), color-stop(99%, rgba(43, 105, 197, 0.99)), color-stop(100%, #2b69c5));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(180deg, #2b69c5 10%, rgba(43, 105, 197, 0.99) 1%, rgba(0, 128, 128, 0) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(180deg, #2b69c5 20%, rgba(43, 105, 197, 0.99) 1%, rgba(0, 128, 128, 0) 100%);
  /* opera 11.10+ */
  /* ie10+ */
  background: -webkit-gradient(linear, right top, left top, color-stop(10%, #2b69c5), color-stop(1%, rgba(43, 105, 197, 0.99)), to(rgba(0, 128, 128, 0)));
  background: -webkit-linear-gradient(right, #2b69c5 10%, rgba(43, 105, 197, 0.99) 1%, rgba(0, 128, 128, 0) 100%);
  background: -o-linear-gradient(right, #2b69c5 10%, rgba(43, 105, 197, 0.99) 1%, rgba(0, 128, 128, 0) 100%);
  background: linear-gradient(270deg, #2b69c5 10%, rgba(43, 105, 197, 0.99) 1%, rgba(0, 128, 128, 0) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008080', endColorstr='#2b69c5',GradientType=1 );
  /* ie6-9 */
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  -o-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%); }

.slider-effects {
  position: relative;
  overflow: hidden; }
.slider-effects:after {
  position: absolute !important;
  content: '';
  width: 155px;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  height: 100%;
  position: absolute;
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 128, 128, 0)), color-stop(100%, white));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(180deg, white 0%, rgba(0, 128, 128, 0) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(180deg, white 0%, rgba(0, 128, 128, 0) 100%);
  /* opera 11.10+ */
  /* ie10+ */
  background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(0, 128, 128, 0)));
  background: -webkit-linear-gradient(right, white 0%, rgba(0, 128, 128, 0) 100%);
  background: -o-linear-gradient(right, white 0%, rgba(0, 128, 128, 0) 100%);
  background: linear-gradient(270deg, white 0%, rgba(0, 128, 128, 0) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008080', endColorstr='#FFFFFF',GradientType=1 );
  /* ie6-9 */ }

.block-sldier-effects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
.block-sldier-effects .block-info {
  position: relative;
  width: 380px;
  padding: 20px 0;
  padding-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.block-sldier-effects .block-info .wrap-info-inner .title h2 {
  font-size: 36px; }
.block-sldier-effects .block-info .wrap-info-inner p {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  color: #666666; }
.block-sldier-effects .block-info .btn {
  margin-top: 90px;
  max-width: 244px;
  margin-bottom: 50px; }
.block-sldier-effects .slider-wrap {
  width: -webkit-calc(100% - 380px);
  width: calc(100% - 380px); }
.block-sldier-effects .slider-wrap .swiper-container {
  position: static;
  padding: 20px 0;
  padding-left: 10px;
  margin-left: 30px; }
.block-sldier-effects .slider-wrap .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  height: auto;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.block-sldier-effects .slider-wrap .swiper-container .swiper-wrapper .swiper-slide:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3); }
.block-sldier-effects .slider-wrap .swiper-container .swiper-wrapper .swiper-slide:hover a .img span {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); }
.block-sldier-effects .slider-wrap .swiper-container .swiper-wrapper .swiper-slide .img {
  display: block;
  width: 100%;
  height: 230px;
  overflow: hidden; }
.block-sldier-effects .slider-wrap .swiper-container .swiper-wrapper .swiper-slide .img span {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #eee; }
.block-sldier-effects .slider-wrap .swiper-container .swiper-wrapper .swiper-slide .time {
  position: absolute;
  padding: 10px;
  border-radius: 5px;
  top: 10px;
  right: 10px;
  color: #fff;
  background: #3f51b5;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 2; }
.block-sldier-effects .slider-wrap .swiper-container .swiper-wrapper .swiper-slide .b-decr {
  padding: 0 22px;
  padding: 0 22px 25px;
  background: #fff;
  min-height: 148px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
.block-sldier-effects .slider-wrap .swiper-container .swiper-wrapper .swiper-slide .b-decr .name-effect {
  font-size: 20px;
  color: #222222;
  font-family: 'Lato', sans-serif;
  margin: 20px 0;
  display: inline-block; }
.block-sldier-effects .slider-wrap .swiper-container .swiper-wrapper .swiper-slide .b-decr .b-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.block-sldier-effects .slider-wrap .swiper-container .swiper-wrapper .swiper-slide .b-decr .b-info .l-block, .block-sldier-effects .slider-wrap .swiper-container .swiper-wrapper .swiper-slide .b-decr .b-info .r-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
.block-sldier-effects .slider-wrap .swiper-container .swiper-wrapper .swiper-slide .b-decr .b-info .l-block .text, .block-sldier-effects .slider-wrap .swiper-container .swiper-wrapper .swiper-slide .b-decr .b-info .r-block .text {
  font-size: 16px;
  color: #666666;
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif; }
.block-sldier-effects .slider-wrap .swiper-container .swiper-wrapper .swiper-slide .b-decr .b-info .l-block .value, .block-sldier-effects .slider-wrap .swiper-container .swiper-wrapper .swiper-slide .b-decr .b-info .r-block .value {
  color: #3f51b5;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Lato', sans-serif; }
.block-sldier-effects .slider-wrap .swiper-container .swiper-wrapper .swiper-slide .b-decr .b-info .l-block {
  margin-right: 34px; }
.block-sldier-effects .slider-wrap .swiper-button-next-effects, .block-sldier-effects .slider-wrap .swiper-button-prev-effects {
  width: 40px;
  height: 40px;
  border: 2px solid #dddddd;
  border-radius: 50%;
  background: none;
  position: absolute;
  right: auto;
  left: auto;
  cursor: pointer;
  top: auto;
  bottom: 145px;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all; }
.block-sldier-effects .slider-wrap .swiper-button-next-effects:hover, .block-sldier-effects .slider-wrap .swiper-button-prev-effects:hover {
  border: 2px solid #b1b1b1; }
.block-sldier-effects .slider-wrap .swiper-button-next-effects:hover:before, .block-sldier-effects .slider-wrap .swiper-button-prev-effects:hover:before {
  color: #b1b1b1; }
.block-sldier-effects .slider-wrap .swiper-button-next-effects:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 26px;
  font-family: FontAwesome;
  color: #dddddd;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all; }
.block-sldier-effects .slider-wrap .swiper-button-prev-effects {
  left: 0px; }
.block-sldier-effects .slider-wrap .swiper-button-prev-effects:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 26px;
  font-family: FontAwesome;
  color: #dddddd;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  content: "\f104"; }
.block-sldier-effects .slider-wrap .swiper-button-next-effects {
  left: 60px; }
.block-sldier-effects .slider-wrap .swiper-button-next-effects:before {
  content: "\f105"; }
.block-sldier-effects.set-2 .block-info {
  padding-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 445px;
  min-height: 245px; }
.block-sldier-effects.set-2 .block-info .title {
  padding-bottom: 15px; }
.block-sldier-effects.set-2 .block-info .title h2 {
  font-size: 36px;
  color: #fff; }
.block-sldier-effects.set-2 .block-info .title p {
  color: #fff; }
.block-sldier-effects.set-2 .block-info p {
  color: #fff;
  font-size: 18px;
  font-family: 'Lato', sans-serif; }
.block-sldier-effects.set-2 .slider-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
.block-sldier-effects.set-2 .slider-wrap .swiper-container {
  margin-right: 30px;
  margin-left: 0;
  height: 100%;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 100%; }
.block-sldier-effects.set-2 .slider-wrap .swiper-container:after {
  content: none; }
.block-sldier-effects.set-2 .slider-wrap .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1); }
.block-sldier-effects.set-2 .slider-wrap .swiper-container .swiper-wrapper .swiper-slide:before {
  content: '“';
  position: absolute;
  left: 20px;
  top: 30px;
  color: #ffd400;
  font-size: 70px;
  line-height: 50px; }
.block-sldier-effects.set-2 .slider-wrap .swiper-container .swiper-wrapper .swiper-slide .b-decr {
  padding: 30px 30px 30px 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  min-height: 210px; }
.block-sldier-effects.set-2 .slider-wrap .swiper-container .swiper-wrapper .swiper-slide .b-decr p {
  text-align: left;
  font-size: 16px;
  margin-bottom: 45px;
  max-height: 155px;
  overflow-y: auto;
  padding-right: 10px;
  font-family: 'Lato', sans-serif; }
.block-sldier-effects.set-2 .slider-wrap .swiper-container .swiper-wrapper .swiper-slide .b-decr ::-moz-selection {
  background: #3f51b5;
  color: #fff;
  background: #3f51b5;
  color: #fff; }
.block-sldier-effects.set-2 .slider-wrap .swiper-container .swiper-wrapper .swiper-slide .b-decr ::-moz-selection, .block-sldier-effects.set-2 .slider-wrap .swiper-container .swiper-wrapper .swiper-slide .b-decr ::-moz-selection {
  background: #3f51b5;
  color: #fff; }
.block-sldier-effects.set-2 .slider-wrap .swiper-container .swiper-wrapper .swiper-slide .b-decr ::selection, .block-sldier-effects.set-2 .slider-wrap .swiper-container .swiper-wrapper .swiper-slide .b-decr ::-moz-selection {
  background: #3f51b5;
  color: #fff; }
.block-sldier-effects.set-2 .slider-wrap .swiper-container .swiper-wrapper .swiper-slide .b-decr ::-webkit-scrollbar {
  width: 6px; }
.block-sldier-effects.set-2 .slider-wrap .swiper-container .swiper-wrapper .swiper-slide .b-decr ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 10px; }
.block-sldier-effects.set-2 .slider-wrap .swiper-container .swiper-wrapper .swiper-slide .b-decr ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2); }
.block-sldier-effects.set-2 .slider-wrap .swiper-container .swiper-wrapper .swiper-slide .b-decr span {
  display: block;
  text-align: right; }
.block-sldier-effects.set-2 .slider-wrap .swiper-container .swiper-wrapper .swiper-slide .b-decr .name-person {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif; }
.block-sldier-effects.set-2 .slider-wrap .swiper-container .swiper-wrapper .swiper-slide .b-decr .work {
  font-size: 18px; }
.block-sldier-effects.set-2 .slider-wrap .swiper-button-next-feeedbacks, .block-sldier-effects.set-2 .slider-wrap .swiper-button-prev-feeedbacks {
  width: 40px;
  height: 40px;
  border: 2px solid #dddddd;
  border-radius: 50%;
  background: none;
  position: absolute;
  right: auto;
  left: auto;
  top: auto;
  bottom: 25px;
  cursor: pointer;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  z-index: 10; }
.block-sldier-effects.set-2 .slider-wrap .swiper-button-next-feeedbacks:hover, .block-sldier-effects.set-2 .slider-wrap .swiper-button-prev-feeedbacks:hover {
  border: 2px solid #b1b1b1; }
.block-sldier-effects.set-2 .slider-wrap .swiper-button-next-feeedbacks:hover:before, .block-sldier-effects.set-2 .slider-wrap .swiper-button-prev-feeedbacks:hover:before {
  color: #b1b1b1; }
.block-sldier-effects.set-2 .slider-wrap .swiper-button-next-feeedbacks:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 26px;
  font-family: FontAwesome;
  color: #dddddd;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all; }
.block-sldier-effects.set-2 .slider-wrap .swiper-button-prev-feeedbacks {
  right: 325px; }
.block-sldier-effects.set-2 .slider-wrap .swiper-button-prev-feeedbacks:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 26px;
  font-family: FontAwesome;
  color: #dddddd;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  content: "\f104"; }
.block-sldier-effects.set-2 .slider-wrap .swiper-button-next-feeedbacks {
  right: 260px; }
.block-sldier-effects.set-2 .slider-wrap .swiper-button-next-feeedbacks:before {
  content: "\f105"; }

.downloads .wrap {
  position: relative; }

.block-cong {
  margin-top: 20px; }
.block-cong p {
  padding: 10px 25px;
  border: 1px solid #adadad;
  font-size: 12px;
  font-weight: 800;
  border-radius: 5px;
  color: #737373; }

footer {
  padding-top: 35px;
  background: #f1f1f1; }
footer .top .block, footer .bot .block {
  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; }
footer .top {
  padding-bottom: 40px; }
footer .top .left {
  width: 470px; }
footer .top .center {
  width: 230px; }
footer .top .right {
  width: 305px; }
footer .top .left {
  padding-right: 20px; }
footer .top .left .logo {
  margin-bottom: 25px; }
footer .top .left p {
  margin-bottom: 30px;
  color: #666666;
  line-height: 20px; }
footer .top .left .soc {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
footer .top .center strong, footer .top .right strong {
  display: block;
  margin-bottom: 30px;
  font: 700 18px "Ubuntu", sans-serif; }
footer .top nav a {
  display: block;
  margin-bottom: 7px;
  color: #999999;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  font-family: 'Lato', sans-serif; }
footer .top nav a:hover {
  color: #666666; }
footer .top nav a.active {
  color: #3f51b5; }
footer .top form span {
  display: block;
  margin: 35px 0 15px;
  font: 700 16px "Ubuntu", sans-serif; }
footer .top form label {
  color: #666666; }
footer .top form input {
  color: #666666;
  border-bottom: 2px solid #3f51b5; }
footer .top form input:focus + label, footer .top form input:active + label, footer .top form input:valid + label {
  color: #3f51b5; }
footer .top form .btn {
  min-width: 200px; }
footer .top .right .ico {
  width: 24px;
  height: 20px; }
footer .top .right .info a {
  line-height: 24px; }
footer .bot {
  padding: 20px 0;
  border-top: 1px solid #e8e8e8; }
footer .bot .left, footer .bot .right {
  display: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
footer .bot * {
  color: #999999; }
footer .bot a {
  color: #3f51b5;
  font-weight: 700; }
footer .bot a:hover {
  text-decoration: underline; }
footer .bot .left > a {
  margin-left: 50px;
  margin-right: 30px; }
footer .bot .right a {
  margin-left: 10px;
  width: 100px;
  height: 25px; }
footer .bot .right a img {
  width: 100%; }

.soc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: -5px;
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px); }
.soc a {
  margin: 0 5px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
.soc a:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); }

.breadcrumbs {
  margin-top: 80px;
  padding: 15px 0 20px; }
.breadcrumbs ul {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.breadcrumbs li {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #666666; }
.breadcrumbs li a {
  color: #3f51b5; }
.breadcrumbs li a:hover {
  text-decoration: underline; }
.breadcrumbs li i {
  margin: 2px 7px 0;
  font-size: 5px;
  color: #222222; }

.title {
  padding-bottom: 25px; }
.title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
  margin-bottom: 5px;
  font: 700 22px "Ubuntu", sans-serif; }
.title p {
  color: #999999; }

.blog-article .block-action-info {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 25px; }
.blog-article .block-action-info.style-2 {
  padding: 30px 30px;
  overflow: hidden;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(90deg, #3f51b5 0%, #1881d5 100%);
  background-image: -ms-linear-gradient(90deg, #3f51b5 0%, #1881d5 100%);
  position: relative;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2); }
.blog-article .block-action-info.style-2 .b-category .date-comm .ico {
  width: 24px;
  height: 24px; }
.blog-article .block-action-info.style-2 .b-category .date-comm .value {
  color: #fff; }
.blog-article .block-action-info.style-2 .b-category .b-btn-categ .category {
  color: #fff; }

.actions-more-block {
  padding-left: 0;
  padding-top: 15px; }

.link-more {
  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;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 16px; }
.link-more:hover i {
  margin-left: 25px; }
.link-more * {
  color: #3f51b5;
  font-weight: 700;
  font-size: 16px;
  line-height: 1; }
.link-more i {
  margin-left: 15px;
  font-size: 16px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.swal2-popup #swal2-content {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px; }

.swal2-popup .swal2-styled:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.swal2-popup .swal2-styled.swal2-confirm, .swal2-popup .swal2-styled.swal2-cancel {
  display: inline-block;
  text-align: center;
  border-radius: 22px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 30px;
  background: #ffd400 !important;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: pointer;
  width: 200px;
  border: 2px solid #ffd400;
  border: none !important;
  color: #000; }
.swal2-popup .swal2-styled.swal2-confirm:hover, .swal2-popup .swal2-styled.swal2-cancel:hover {
  background: #ffe250 !important; }

.swal2-popup .swal2-close {
  color: #3d59bc !important;
  font-size: 45px !important;
  top: 0px !important;
  right: 0px !important; }
.swal2-popup .swal2-close:hover {
  color: #657cce !important; }

.block-action-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.block-action-info .b-category {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.block-action-info .b-category .date-comm .ico {
  width: 24px;
  height: 24px;
  margin-right: 15px; }
.block-action-info .b-category .b-btn-categ {
  margin: 0 50px; }
.block-action-info .b-category .b-btn-categ .category {
  padding: 7px 20px;
  font-size: 14px;
  border-radius: 5px;
  border: 2px solid #dddddd;
  background: transparent;
  line-height: normal;
  margin: 5px 5px;
  font-weight: 700;
  display: inline-block; }
.block-action-info .b-category .b-btn-categ .category.active {
  border-color: #ffd400; }
.block-action-info .info-v-topic {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.block-action-info .info-v-topic .updated {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.block-action-info .info-v-topic .updated span {
  margin-right: 10px; }
.block-action-info .info-v-topic .updated .user-profile .info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.block-action-info .info-v-topic .updated .user-profile .info .date {
  margin-top: 0; }
.block-action-info .info-v-topic .block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px; }
.block-action-info .info-v-topic .block .ico {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center; }
.block-action-info .info-v-topic .block .ico.replies-ico {
  background-image: url(../img/ico/arrow-angel.png); }
.block-action-info .info-v-topic .block .ico.voices-ico {
  background-image: url(../img/ico/voices.png); }
.block-action-info .info-v-topic .block .value {
  margin-right: 4px; }
.block-action-info .soc {
  width: 200px; }

.filter {
  margin-bottom: 25px;
  padding: 17px 20px;
  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;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); }
.filter label {
  color: #999999;
  margin-right: 15px;
  width: 60px; }
.filter select {
  border: none;
  margin-right: 22px;
  width: 150px;
  border-bottom: 1px solid #666666; }
.filter .block-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%; }
.filter .select2-container--custom-select-drob {
  height: 22px;
  max-width: 170px;
  min-width: 90px;
  overflow: hidden;
  width: 100% !important;
  border-bottom: 1px solid #000;
  margin-right: 40px; }
.filter .select2-container--custom-select-drob:last-child {
  margin-right: 0; }
.filter .select2-container--custom-select-drob * {
  outline: none !important; }
.filter .select2-container--custom-select-drob.select2-container--open .select2-selection--single {
  border-color: #a2a2a2; }
.filter .select2-container--custom-select-drob .select2-selection--single {
  height: 22px;
  padding: 0;
  border: none;
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
.filter .select2-container--custom-select-drob .select2-selection--single:hover {
  background: #fff; }
.filter .select2-container--custom-select-drob .select2-selection--single .select2-selection__placeholder {
  font-size: 13px;
  font-weight: 400;
  color: #818181;
  text-align: left; }
.filter .select2-container--custom-select-drob .select2-selection__arrow {
  top: 0px !important;
  right: 15px;
  position: absolute;
  bottom: 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center; }
.filter .select2-container--custom-select-drob .select2-selection__arrow b {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  font-size: 16px;
  line-height: 22px; }
.filter .select2-container--custom-select-drob .select2-selection__arrow b:before {
  content: "\f0d7"; }
.filter .select2-container--custom-select-drob.select2-container--open b {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }
.filter .select2-container--custom-select-drob.select2-container--open .select2-selection__rendered {
  background: transparent; }
.filter .select2-container--custom-select-drob .select2-selection__rendered {
  font-size: 16px !important;
  line-height: normal;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #212121 !important;
  padding: 0 !important;
  text-align: center; }
.filter .select2-container--custom-select-drob .select2-dropdown {
  border: 1px solid #dadada !important;
  background: transparent;
  border-radius: 3px !important;
  top: 0;
  left: 0; }
.filter .select2-container--custom-select-drob .select2-dropdown .select2-results__options {
  padding: 10px 0;
  background: #fff;
  max-height: 300px;
  overflow-y: auto; }
.filter .select2-container--custom-select-drob .select2-dropdown .select2-results__option {
  font-size: 13px;
  background: #fff;
  color: #212121;
  padding: 10px 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s; }
.filter .select2-container--custom-select-drob .select2-dropdown .select2-results__option:hover, .filter .select2-container--custom-select-drob .select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background: #e2e2e2;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s; }
.filter .select2-container--price .select2-dropdown .select2-results__option {
  padding-left: 15px; }
.filter .input-container .select2-container--custom-select-drob {
  width: 100% !important; }
.filter.prof-hist {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0; }
.filter.prof-hist .text {
  width: 100%;
  margin-right: 30px;
  font-size: 16px; }
.filter.prof-hist .block-select {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-calc(100% - 103px);
  width: calc(100% - 103px); }

.blog .article, .blog .block {
  position: relative;
  border-radius: 10px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  background: #fff; }

.gallery-list .article, .gallery-list .block {
  position: relative;
  border-radius: 10px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  background: #fff; }

.tarifs .btn.disabled {
  background: #fff;
  color: #949494;
  border-color: #949494;
  pointer-events: none; }

.tarifs .article, .tarifs .block {
  position: relative;
  border-radius: 10px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  background: #fff; }

.blog .article:hover, .blog .block:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3); }

.gallery-list .article:hover, .gallery-list .block:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3); }

.tarifs .article:hover, .tarifs .block:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3); }

.blog .article:hover .img span, .blog .block:hover .img span {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); }

.gallery-list .article:hover .img span, .gallery-list .block:hover .img span {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); }

.tarifs .article:hover .img span, .tarifs .block:hover .img span {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); }

.blog .time, .blog .active-label {
  position: absolute;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  background: #3f51b5;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 2; }

.gallery-list .time, .gallery-list .active-label {
  position: absolute;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  background: #3f51b5;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 2; }

.tarifs .time, .tarifs .active-label {
  position: absolute;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  background: #3f51b5;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 2; }

.blog .img, .gallery-list .img, .tarifs .img {
  overflow: hidden; }

.blog .img span, .gallery-list .img span, .tarifs .img span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s; }

.blog .article {
  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;
  height: 220px;
  margin-bottom: 30px; }
.blog .article:hover .link i {
  margin-left: 8px; }

.blog .time {
  top: 20px;
  left: -15px; }

.blog .img {
  width: 250px;
  border-radius: 10px 0 0 10px; }

.blog .desc {
  padding: 25px 0;
  width: -webkit-calc(100% - 280px);
  width: calc(100% - 280px);
  padding-right: 25px; }

.blog h2 {
  font: 20px "Ubuntu", sans-serif;
  font-weight: 700;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden; }

.blog .tags-block {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px; }
.blog .tags-block span {
  margin: 0 7px 7px 0;
  padding: 4px 12px;
  border-radius: 5px;
  font-size: 12px;
  border: 2px solid #e8e8e8; }
.blog .tags-block span.active {
  border-color: #ffd400; }

.blog p {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  height: 40px; }

.blog .link {
  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; }
.blog .link * {
  color: #3f51b5;
  font-weight: 700; }
.blog .link i {
  margin-left: 5px;
  font-size: 16px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.tarifs .block .row .img {
  margin-right: 10px; }

.pagination {
  margin-top: 30px; }
.pagination ul {
  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; }
.pagination * {
  font-weight: 700; }
.pagination li, .pagination a {
  display: block;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 100%;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
.pagination li {
  margin: 0 5px;
  pointer-events: none; }
.pagination a {
  pointer-events: all; }
.pagination a.active {
  background: #ffd400; }
.pagination a.active:hover {
  background: #ffd400; }
.pagination a:hover {
  background: #e8e8e8; }

.tabs .tabs__caption {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: -1px 0 0 -1px;
  border-bottom: 1px solid #e8e8e8; }
.tabs .tabs__caption:after {
  content: '';
  display: table;
  clear: both; }
.tabs .tabs__caption li {
  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;
  margin-right: 20px;
  padding: 15px 25px 15px 20px;
  position: relative;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
.tabs .tabs__caption li i {
  margin-right: 15px;
  width: 32px;
  height: 36px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center; }
.tabs .tabs__caption li span {
  font-weight: 700; }
.tabs .tabs__caption li:not(.active) {
  cursor: pointer; }
.tabs .tabs__caption li:not(.active):hover {
  color: #3f51b5; }
.tabs .tabs__caption li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  display: none;
  width: 100%;
  height: 2px;
  background: #3f51b5; }
.tabs .tabs__caption li:last-child {
  margin-right: 0; }
.tabs .tabs__caption .activ {
  background: #FFF;
  color: #000; }
.tabs .tabs__caption .active span {
  color: #3f51b5; }
.tabs .tabs__caption .active::after {
  display: block; }

.tabs .head, .tabs .row {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px; }

.tabs .head {
  padding: 25px 20px 15px;
  border-bottom: 2px solid #e8e8e8; }
.tabs .head * {
  color: #999999; }
.tabs .head .vers, .tabs .head .size {
  width: 350px; }

.tabs .row {
  padding: 15px 20px;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
.tabs .row * {
  font-weight: 700; }
.tabs .row:hover {
  background: #f7f7f7; }

.tabs .vers, .tabs .size {
  width: 260px; }

.tabs .release {
  margin-right: 15px;
  display: inline-block;
  text-align: center;
  border-radius: 22px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 7px 30px;
  background: #ffffff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: pointer;
  border: 2px solid #ffd400; }
.tabs .release:hover {
  background: #ffe250;
  border: 2px solid #ffe250; }

.tabs .down {
  width: 340px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.tabs .down .btn {
  padding-top: 7px;
  padding-bottom: 7px;
  background: #ffd400;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.tabs .tabs__content {
  margin-bottom: 35px;
  display: none; }
.tabs .tabs__content.active {
  display: block; }

@-webkit-keyframes soon {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); } }

@-o-keyframes soon {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); } }

@keyframes soon {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); } }

.soon {
  text-align: center;
  padding: 65px 0; }
.soon img {
  margin-bottom: 20px;
  width: 55px;
  -webkit-animation-name: soon;
  -o-animation-name: soon;
  animation-name: soon;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s; }
.soon strong {
  display: block;
  margin-bottom: 7px;
  font: 22px "Ubuntu", sans-serif;
  font-weight: 700; }
.soon p {
  margin: 0 auto;
  max-width: 400px; }

.contacts .cont .info, .contacts .right .info {
  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; }

footer .top .cont .info, footer .top .right .info {
  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; }

.contacts .cont .info a, .contacts .cont .info p {
  width: -webkit-calc(100% - 35px);
  width: calc(100% - 35px); }

.contacts .right .info a, .contacts .right .info p {
  width: -webkit-calc(100% - 35px);
  width: calc(100% - 35px); }

footer .top .cont .info a, footer .top .cont .info p {
  width: -webkit-calc(100% - 35px);
  width: calc(100% - 35px); }

footer .top .right .info a, footer .top .right .info p {
  width: -webkit-calc(100% - 35px);
  width: calc(100% - 35px); }

.contacts .cont .ico, .contacts .right .ico {
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center; }

footer .top .cont .ico, footer .top .right .ico {
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center; }

.contacts .cont .ico.mail-footer, .contacts .right .ico.mail-footer {
  background-image: url("../img/ico/mail-footer.png"); }

footer .top .cont .ico.mail-footer, footer .top .right .ico.mail-footer {
  background-image: url("../img/ico/mail-footer.png"); }

.contacts .cont .ico.phone, .contacts .right .ico.phone {
  background-image: url("../img/ico/phone.png"); }

footer .top .cont .ico.phone, footer .top .right .ico.phone {
  background-image: url("../img/ico/phone.png"); }

.contacts .cont .ico.mail, .contacts .right .ico.mail {
  background-image: url("../img/ico/mail.png"); }

footer .top .cont .ico.mail, footer .top .right .ico.mail {
  background-image: url("../img/ico/mail.png"); }

.contacts .cont .ico.location, .contacts .right .ico.location {
  background-image: url("../img/ico/location.png"); }

footer .top .cont .ico.location, footer .top .right .ico.location {
  background-image: url("../img/ico/location.png"); }

.contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.contacts .cont, .contacts .form, .contacts .map {
  margin-bottom: 50px; }
.contacts .cont, .contacts .form {
  width: 50%; }
.contacts .cont {
  padding-right: 20px; }
.contacts .map {
  width: 100%;
  height: 300px; }
.contacts .map * {
  width: 100%;
  height: 300px; }
.contacts .map #google-map {
  width: 100%;
  height: 100%; }
.contacts .map p {
  height: 100%;
  width: 100%; }
.contacts .map p iframe {
  height: 100%;
  width: 100%; }
.contacts .cont .info {
  margin: 30px 0; }
.contacts .cont .info a, .contacts .cont .info p {
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 45px); }
.contacts .cont .info:nth-child(1) a {
  font: 18px "Ubuntu", sans-serif; }
.contacts .cont .info:nth-child(2) a {
  color: #3f51b5; }
.contacts .form {
  padding: 45px 30px;
  border-radius: 10px;
  background: #1881d5;
  background: -webkit-linear-gradient(top, #1881d5 0%, #3f51b5 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#1881d5), to(#3f51b5));
  background: -o-linear-gradient(top, #1881d5 0%, #3f51b5 100%);
  background: linear-gradient(to bottom, #1881d5 0%, #3f51b5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1881d5', endColorstr='#3f51b5',GradientType=0 ); }
.contacts .form strong {
  display: block;
  margin-bottom: 15px;
  font: 20px "Ubuntu", sans-serif;
  color: #fff; }
.contacts .form .btn {
  margin-top: 10px;
  min-width: 200px; }

#chartjs-tooltip {
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  max-width: 200px;
  padding: 10px;
  width: 200px;
  position: absolute; }
#chartjs-tooltip .col-1 {
  max-width: 40px;
  width: 23%; }
#chartjs-tooltip .col-2 {
  max-width: 140px;
  width: 37%; }
#chartjs-tooltip .col-3 {
  width: 40%;
  text-align: right; }
#chartjs-tooltip .row {
  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; }
#chartjs-tooltip .thead .row {
  padding-bottom: 5px; }
#chartjs-tooltip .tbody .row {
  padding: 5px 0; }
#chartjs-tooltip .tbody .row .photo-user {
  padding-right: 10px; }
#chartjs-tooltip .tbody .row .photo-user .img {
  overflow: hidden;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }
#chartjs-tooltip .tbody .row .name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-left: 15px; }
#chartjs-tooltip .tbody .row .value {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

form.blue-style input, form.blue-style textarea {
  color: #666666;
  border-bottom: 2px solid #3f51b5; }

form.blue-style input:focus + label, form.blue-style input:active + label, form.blue-style input:valid + label {
  color: #3f51b5; }

form.blue-style textarea:focus + label, form.blue-style textarea:active + label, form.blue-style textarea:valid + label {
  color: #3f51b5; }

form.blue-style label {
  color: #3f51b5; }

form.style-gray input, form.style-gray textarea {
  color: #666666;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 15px; }

form.style-gray input:focus + label, form.style-gray input:active + label, form.style-gray input:valid + label {
  color: #d9d9d9;
  top: -18px;
  padding: 0; }

form.style-gray textarea:focus + label, form.style-gray textarea:active + label, form.style-gray textarea:valid + label {
  color: #d9d9d9;
  top: -18px;
  padding: 0; }

form.style-gray label {
  color: #d9d9d9;
  top: -18px;
  padding: 0; }

form.style-gray textarea {
  max-height: 300px; }

form.style-gray input[type="number"] {
  -moz-appearance: textfield; }
form.style-gray input[type="number"]:hover, form.style-gray input[type="number"]:focus {
  -moz-appearance: number-input; }

form.style-gray input[type=number]::-webkit-inner-spin-button, form.style-gray input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

form.style-gray input[type="number"]::-webkit-outer-spin-button, form.style-gray input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

form .input {
  position: relative; }

form label {
  position: absolute;
  left: 0;
  top: -11px;
  font-size: 12px;
  color: #fff;
  opacity: .7;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  pointer-events: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

form input {
  height: 40px;
  margin-bottom: 25px;
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  border-bottom: 2px solid #ffd400; }

form textarea {
  margin-bottom: 25px;
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  border-bottom: 2px solid #ffd400; }

form input:focus + label, form input:active + label, form input:valid + label {
  top: -11px;
  font-size: 12px;
  color: #ffd400; }

form textarea {
  padding-top: 10px;
  resize: vertical;
  min-height: 120px; }
form textarea:focus + label, form textarea:active + label, form textarea:valid + label {
  top: -11px;
  font-size: 12px;
  color: #ffd400; }

form input:-webkit-autofill {
  -webkit-transition-delay: 9999s;
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out; }
form input:-webkit-autofill:hover, form input:-webkit-autofill:focus, form input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out; }

.gallery-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px); }
.gallery-list .block {
  margin: 0 15px 30px;
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  overflow: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
.gallery-list .time {
  top: 10px;
  right: 10px; }
.gallery-list .text {
  position: absolute;
  padding: 10px;
  border-radius: 5px;
  color: #000;
  font-weight: 600;
  background: #ffd400;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
  top: 180px;
  right: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
.gallery-list .img {
  display: block;
  height: 235px;
  position: relative; }
.gallery-list .desc {
  padding: 20px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.gallery-list h2 {
  margin-bottom: 15px;
  width: 100%;
  font: 19px "Ubuntu", sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  display: box;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  -ms-line-clamp: 1;
  -o-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden; }
.gallery-list .info {
  width: 40%; }
.gallery-list .info:nth-child(2) {
  width: 60%; }
.gallery-list .info p {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  color: #999999; }
.gallery-list .info span {
  font: 16px "Ubuntu", sans-serif;
  color: #3f51b5; }
.gallery-list.other {
  padding: 45px 0; }
.gallery-list.other .wrap {
  display: inherit;
  -webkit-flex-wrap: inherit;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit; }
.gallery-list.other h3 {
  margin-bottom: 40px;
  width: 100%;
  font: 20px "Ubuntu", sans-serif;
  text-align: center; }

.gallery-article .title {
  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;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px; }
.gallery-article .title .info {
  width: -webkit-calc(100% - 260px);
  width: calc(100% - 260px); }
.gallery-article .title .time {
  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; }
.gallery-article .title h1 {
  margin-bottom: 10px; }
.gallery-article .title i {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center; }
.gallery-article .title i.time {
  background-image: url("../img/ico/time.png"); }
.gallery-article .title .soc {
  width: 200px; }

.gallery-article .control {
  padding: 15px 0;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.gallery-article .control a {
  display: inherit;
  -webkit-box-align: inherit;
  -webkit-align-items: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  cursor: pointer; }
.gallery-article .control a * {
  color: #3f51b5; }
.gallery-article .control a:hover span {
  margin: 0 14px; }
.gallery-article .control .next {
  margin-right: 0;
  margin-left: auto; }
.gallery-article .control .prev {
  margin-left: 0;
  margin-right: auto; }
.gallery-article .control i {
  font-size: 18px; }
.gallery-article .control span {
  margin: 0 10px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.gallery-article .img {
  position: relative;
  margin-bottom: 40px; }
.gallery-article .img .zoom {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #ffd400;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
.gallery-article .img .zoom::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/ico/zoom.png") no-repeat center/contain; }
.gallery-article .img .zoom:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }
.gallery-article .img .effect {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }

.gallery-article .info-gallery {
  margin-bottom: 30px;
  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; }
.gallery-article .info-gallery .char {
  padding-right: 65px;
  width: 535px;
  border-right: 1px solid #e8e8e8; }
.gallery-article .info-gallery .desc {
  padding-left: 65px;
  width: -webkit-calc(100% - 535px);
  width: calc(100% - 535px); }
.gallery-article .info-gallery strong {
  display: block;
  margin-bottom: 15px;
  font: 19px "Ubuntu", sans-serif;
  font-weight: 700; }
.gallery-article .info-gallery .row {
  margin-bottom: 20px;
  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; }
.gallery-article .info-gallery .row * {
  white-space: nowrap; }
.gallery-article .info-gallery .row p {
  color: #999999; }
.gallery-article .info-gallery .row p.size {
  font: 16px "Ubuntu", sans-serif;
  color: #3f51b5; }
.gallery-article .info-gallery .row span {
  width: 100%;
  border-bottom: 1px dotted #e8e8e8; }
.gallery-article .info-gallery .btn {
  display: inline-block;
  margin-top: 20px; }

.tarifs.profile-page, .profile .basic-info .balance-block.profile-page {
  padding: 30px; }

.tarifs.profile-page .row, .profile .basic-info .balance-block.profile-page .row {
  padding: 0;
  margin-bottom: 30px; }

.tarifs.profile-page .row .b-cash, .profile .basic-info .balance-block.profile-page .row .b-cash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.tarifs.profile-page .row .b-cash strong, .profile .basic-info .balance-block.profile-page .row .b-cash strong {
  font-size: 48px;
  line-height: 45px;
  max-width: 165px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0; }

.tarifs.profile-page .row .b-cash .ico, .profile .basic-info .balance-block.profile-page .row .b-cash .ico {
  width: 28px;
  height: 28px;
  -webkit-background-size: cover;
  background-size: cover; }

.tarifs.profile-page .btn, .profile .basic-info .balance-block.profile-page .btn {
  display: block;
  width: 100%; }

.tarifs.profile-page .btn.br, .profile .basic-info .balance-block.profile-page .btn.br {
  margin-bottom: 10px; }

.tarifs.profile-page .btn.blue, .profile .basic-info .balance-block.profile-page .btn.blue {
  background: #1882d4;
  border: 2px solid #1882d4;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all; }

.tarifs.profile-page .btn.blue:hover, .profile .basic-info .balance-block.profile-page .btn.blue:hover {
  background: #50a7ea;
  border: 2px solid #50a7ea; }

.tarifs .row, .profile .basic-info .balance-block .row {
  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;
  padding: 15px 20px;
  border-bottom: 1px solid #e8e8e8; }

.tarifs .row .tooltip, .profile .basic-info .balance-block .row .tooltip {
  position: relative;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.tarifs .row .tooltip.row-block, .profile .basic-info .balance-block .row .tooltip.row-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.tarifs .row .tooltip .tooltiptext, .profile .basic-info .balance-block .row .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #3e51b5;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  top: 100%; }

.tarifs .row .tooltip:hover .tooltiptext, .profile .basic-info .balance-block .row .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1; }

.tarifs .row .tooltip strong, .profile .basic-info .balance-block .row .tooltip strong {
  display: inline-block;
  margin: 0 10px;
  font-size: 32px;
  line-height: 28px;
  font-family: 'Lato', sans-serif; }

.tarifs .row .tooltip p, .profile .basic-info .balance-block .row .tooltip p {
  font-size: 16px;
  font-family: 'Lato', sans-serif; }

.tarifs .row .tooltip p strong, .profile .basic-info .balance-block .row .tooltip p strong {
  margin: 0;
  font-size: inherit;
  font-weight: 700; }

.tarifs .row div.left, .profile .basic-info .balance-block .row div.left {
  text-align: left; }

.tarifs .row div span, .profile .basic-info .balance-block .row div span {
  font-size: 12px;
  color: #999999; }

.tarifs .row div p, .profile .basic-info .balance-block .row div p {
  font-size: 16px; }

.tarifs .row.balance, .profile .basic-info .balance-block .row.balance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.tarifs .row.balance > span, .profile .basic-info .balance-block .row.balance > span {
  display: block;
  width: 100%;
  margin-bottom: 10px; }

.tarifs .row.detail, .profile .basic-info .balance-block .row.detail {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.tarifs .row.detail .ckEditor strong, .tarifs .row.detail .ckEditor b {
  font-weight: 700;
  margin: 0; }

.profile .basic-info .balance-block .row.detail .ckEditor strong, .profile .basic-info .balance-block .row.detail .ckEditor b {
  font-weight: 700;
  margin: 0; }

.tarifs .row.detail .ckEditor i, .tarifs .row.detail .ckEditor em {
  font-style: italic; }

.profile .basic-info .balance-block .row.detail .ckEditor i, .profile .basic-info .balance-block .row.detail .ckEditor em {
  font-style: italic; }

.tarifs .row.detail .ckEditor u, .profile .basic-info .balance-block .row.detail .ckEditor u {
  text-decoration: underline; }

.tarifs .row.detail .ckEditor ol, .tarifs .row.detail .ckEditor ul {
  margin: 0;
  padding-left: 0 !important; }

.profile .basic-info .balance-block .row.detail .ckEditor ol, .profile .basic-info .balance-block .row.detail .ckEditor ul {
  margin: 0;
  padding-left: 0 !important; }

.tarifs .row.detail .ckEditor ol ol *, .tarifs .row.detail .ckEditor ol ul * {
  padding-left: 0 !important; }

.tarifs .row.detail .ckEditor ul ol *, .tarifs .row.detail .ckEditor ul ul * {
  padding-left: 0 !important; }

.profile .basic-info .balance-block .row.detail .ckEditor ol ol *, .profile .basic-info .balance-block .row.detail .ckEditor ol ul * {
  padding-left: 0 !important; }

.profile .basic-info .balance-block .row.detail .ckEditor ul ol *, .profile .basic-info .balance-block .row.detail .ckEditor ul ul * {
  padding-left: 0 !important; }

.tarifs .row.detail .ckEditor ol li, .tarifs .row.detail .ckEditor ul li {
  line-height: 24px;
  margin-bottom: 0; }

.profile .basic-info .balance-block .row.detail .ckEditor ol li, .profile .basic-info .balance-block .row.detail .ckEditor ul li {
  line-height: 24px;
  margin-bottom: 0; }

.your-tarif .tarifs .row.detail .tooltip ul, .your-tarif .profile .basic-info .balance-block .row.detail .tooltip ul {
  list-style: none; }

.tarifs .row.detail .tooltip ul li, .profile .basic-info .balance-block .row.detail .tooltip ul li {
  text-align: left;
  position: relative;
  font-size: 16px;
  padding-left: 20px;
  font-family: 'Lato', sans-serif; }

.tarifs .row.detail .tooltip ul li *, .profile .basic-info .balance-block .row.detail .tooltip ul li * {
  font-size: 16px;
  font-family: 'Lato', sans-serif; }

.tarifs .row.detail .tooltip ul li strong, .profile .basic-info .balance-block .row.detail .tooltip ul li strong {
  font-weight: 700; }

.tarifs .row.detail .tooltip ul li:before, .profile .basic-info .balance-block .row.detail .tooltip ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  top: 10px;
  border-radius: 50%;
  left: 5px;
  display: block;
  position: absolute;
  background: #000;
  border: none; }

.tarifs .row:nth-child(3) p, .profile .basic-info .balance-block .row:nth-child(3) p {
  font-size: 18px;
  font-family: 'Lato', sans-serif; }

.tarifs .row:nth-child(4) .ico, .profile .basic-info .balance-block .row:nth-child(4) .ico {
  margin-right: 5px;
  font-family: 'Lato', sans-serif; }

.val-balance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 32px;
  font-family: 'Lato', sans-serif;
  line-height: 1; }
.val-balance.lit {
  font-size: 24px; }
.val-balance .val {
  font-size: 24px;
  line-height: 28px;
  color: #000 !important;
  margin-bottom: 0 !important; }

.tarifs .row:nth-child(4) strong, .profile .basic-info .balance-block .row:nth-child(4) strong {
  font-size: 32px;
  font-family: 'Lato', sans-serif; }

.tarifs .ico, .profile .basic-info .balance-block .ico {
  margin-right: 5px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center; }

.tarifs .ico.time-ico, .profile .basic-info .balance-block .ico.time-ico {
  background: url("../img/ico/time-ico.png"); }

.tarifs .ico.wallet, .profile .basic-info .balance-block .ico.wallet {
  background: url("../img/ico/wallet.png"); }

.tarifs .ico.support, .profile .basic-info .balance-block .ico.support {
  background: url("../img/ico/support.png"); }

.tarifs .change-photo-block, .profile .basic-info .balance-block .change-photo-block {
  position: relative;
  text-align: center; }

.tarifs .change-photo-block input, .profile .basic-info .balance-block .change-photo-block input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 2px;
  direction: ltr;
  cursor: pointer;
  width: 100%;
  height: 100%; }

.tarifs .change-photo-block .img, .profile .basic-info .balance-block .change-photo-block .img {
  margin-bottom: 10px; }

.tarifs .change-photo-block .text, .profile .basic-info .balance-block .change-photo-block .text {
  font-size: 16px;
  color: #3f51b5;
  font-weight: 400;
  text-align: center; }

.tarifs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px); }
.tarifs .block {
  margin: 0 15px 30px;
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.tarifs .block.active-tarifs h2 {
  color: #8bc34a; }
.tarifs .active-label {
  top: 45px;
  left: -20px;
  padding: 5px 20px;
  background: #8bc34a; }
.tarifs h2 {
  font: 24px "Ubuntu", sans-serif;
  color: #000; }
.tarifs .row .tooltip p {
  font-size: 18px; }
.tarifs .btn {
  margin: 10px auto;
  position: static;
  left: 12px;
  bottom: 15px;
  width: -webkit-calc(100% - 24px);
  width: calc(100% - 24px); }
.tarifs .btn.blue {
  background: #1882d4;
  border: 2px solid #1882d4; }
.tarifs .btn.blue:hover {
  background: #50a7ea;
  border: 2px solid #50a7ea; }
.tarifs .row-btn {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 0; }

.change-pass {
  margin-top: 25px;
  border-top: 1px solid #e8e8e8;
  padding-top: 30px; }
.change-pass form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  width: -webkit-calc(100% + 15px);
  width: calc(100% + 15px); }
.change-pass form .input {
  width: -webkit-calc(33.33% - 30px);
  width: calc(33.33% - 30px);
  margin: 0 15px;
  margin-bottom: 0; }
.change-pass form .btn {
  width: 260px;
  margin: 0 15px; }

.unique-tarif {
  padding: 30px;
  border-radius: 10px;
  background: #1881d5;
  background: -webkit-linear-gradient(bottom, #1881d5 0%, #3f51b5 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#1881d5), to(#3f51b5));
  background: -webkit-linear-gradient(top, #1881d5 0%, #3f51b5 100%);
  background: -o-linear-gradient(top, #1881d5 0%, #3f51b5 100%);
  background: linear-gradient(to bottom, #1881d5 0%, #3f51b5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1881d5', endColorstr='#3f51b5',GradientType=0 ); }
.unique-tarif strong {
  display: block;
  margin-bottom: 5px;
  font: 700 20px "Ubuntu", sans-serif;
  text-align: center;
  color: #fff; }
.unique-tarif p {
  text-align: center;
  color: #fff; }
.unique-tarif form {
  margin-top: 20px;
  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; }
.unique-tarif form textarea {
  margin-bottom: 0;
  min-height: 170px; }
.unique-tarif form .btn {
  min-width: 200px; }
.unique-tarif .left {
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
  margin-right: 20px; }
.unique-tarif .right {
  width: 230px; }

.funds {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
.funds .block-error {
  width: 100%;
  margin: 0 0 30px;
  border: 3px solid #cc0000;
  padding: 20px;
  color: #cc0000;
  background: #cc0000;
  border-radius: 10px;
  color: white;
  font-size: 15px;
  text-align: center;
  font-weight: 600; }
.funds .block-error * {
  color: white;
  font-size: 15px;
  text-align: center;
  font-weight: 600; }
.funds .tarifs {
  width: 270px; }
.funds .tarifs .block {
  width: 100%;
  padding-bottom: 0; }
.funds .tarifs .row.detail {
  height: auto; }
.funds .tarifs .row:last-child {
  border: none; }
.funds .tarifs .row.balance {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto; }
.funds .tarifs .row.balance span {
  margin-bottom: 3px;
  width: 100%;
  color: #3f51b5; }
.funds .pay {
  width: -webkit-calc(100% - 275px);
  width: calc(100% - 275px);
  margin-bottom: 30px; }
.funds .pay .row-btn > p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px; }
.funds .number {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 25px; }
.funds form label {
  color: #666666; }
.funds form input {
  width: 200px;
  font-size: 22px;
  font-weight: 700;
  color: #666666;
  border-bottom: 2px solid #3f51b5; }
.funds form input:focus + label, .funds form input:active + label, .funds form input:valid + label {
  color: #3f51b5; }
.funds form .btn {
  min-width: 200px; }
.funds .system strong {
  display: block;
  margin-bottom: 25px;
  font: 700 20px "Ubuntu", sans-serif; }
.funds .system .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px); }
.funds .system input {
  position: absolute;
  left: -99999px;
  opacity: 0; }
.funds .system input:checked + label {
  border-color: #ffd400; }
.funds .system label {
  position: static;
  pointer-events: all;
  opacity: 1;
  margin: 0 10px 20px;
  width: -webkit-calc(33.33% - 20px);
  width: calc(33.33% - 20px);
  height: 70px;
  border-radius: 10px;
  border: 2px solid #999999;
  cursor: pointer; }
.funds .system .img {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 100%; }
.funds .system .img img {
  max-width: -webkit-calc(100% - 20px);
  max-width: calc(100% - 20px);
  max-height: -webkit-calc(100% - 20px);
  max-height: calc(100% - 20px); }

.list-profile li a {
  height: 55px;
  padding: 12px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all; }
.list-profile li a .ico {
  font-size: 22px;
  margin-right: 12px;
  color: #ffd400;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all; }
.list-profile li a:hover {
  background: #ffd400; }
.list-profile li a:hover .ico {
  color: #fff; }

.list-profile li.active a {
  background: #ffd400; }
.list-profile li.active a .ico {
  color: #fff; }
.list-profile li.active a:hover {
  background: #ffd400; }

.list-profile li:last-child a {
  border-bottom: none; }

.ckEditor pre {
  margin: 20px 0;
  font-family: monospace; }

.ckEditor h1, .ckEditor h2, .ckEditor h3, .ckEditor h4, .ckEditor h5, .ckEditor h6 {
  font-weight: 700;
  margin-bottom: 20px; }

.ckEditor p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px; }

.ckEditor a {
  font-size: 16px;
  line-height: 24px;
  color: #3e52b5; }

.ckEditor h1 {
  font-size: 32px; }

.ckEditor h2 {
  font-size: 24px; }

.ckEditor h3 {
  font-size: 20px; }

.ckEditor h4 {
  font-size: 18px; }

.ckEditor h5 {
  font-size: 16px; }

.ckEditor h6 {
  font-size: 14px; }

.ckEditor blockquote {
  font-size: 18px;
  line-height: 30px;
  margin-left: 100px;
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative; }
.ckEditor blockquote:before {
  content: '';
  background-image: url(../img/ico/quotes.png);
  display: block;
  width: 34px;
  height: 21px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -20px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  font-size: 50px;
  line-height: 1;
  color: #3f51b5; }

.ckEditor ol, .ckEditor ul {
  margin: 35px 0;
  margin-left: 100px; }

.ckEditor ol li, .ckEditor ul li {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px; }

.ckEditor ol {
  list-style-type: none;
  counter-reset: num; }
.ckEditor ol li {
  position: relative; }
.ckEditor ol li::before {
  content: counter(num) ". ";
  counter-increment: num;
  color: #3f51b5;
  left: -15px;
  top: 5px;
  position: absolute;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  font-size: 16px; }

.ckEditor ul {
  list-style-type: none;
  counter-reset: num; }
.ckEditor ul li {
  position: relative; }
.ckEditor ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  top: 6px;
  left: -20px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  display: block;
  position: absolute;
  border: 2px solid #3f51b5; }

.ckEditor strong, .ckEditor b {
  font-weight: 700; }

.ckEditor i, .ckEditor em {
  font-style: italic; }

.ckEditor u {
  text-decoration: underline; }

.title-forums-topics .author {
  margin-top: 15px;
  margin-bottom: 15px; }
.title-forums-topics .author .user-profile .photo-user .img {
  width: 45px;
  height: 45px; }

.file-input {
  margin-right: 10px; }
.file-input label {
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  font-style: italic;
  color: #d2d2d2;
  -webkit-transition: 0.3S all;
  -o-transition: 0.3S all;
  transition: 0.3S all; }
.file-input label:hover {
  color: #969696; }
.file-input label.success {
  color: #3f51b5; }
.file-input label.error {
  color: #dd0116; }
.file-input label input {
  position: absolute;
  left: -99999px;
  top: -99999px;
  border: 0 none;
  padding: 0;
  margin: 0;
  outline: 0 none;
  visibility: hidden; }
.file-input label span {
  position: absolute;
  border-radius: 5px;
  color: #fff;
  padding: 0;
  top: 0;
  -webkit-box-shadow: 0px 0px 17px 4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 17px 4px #9c9c9c;
  line-height: 1;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.6s all;
  -o-transition: 0.6s all;
  transition: 0.6s all;
  pointer-events: none;
  max-height: 0; }
.file-input label span.succes {
  background: #3f51b5; }
.file-input label span.error {
  background: #ff0808; }
.file-input label span.show {
  opacity: 1;
  max-height: 50px;
  padding: 4px 10px; }

.file-input-zip label:before {
  content: "\f0c6";
  display: inline-block;
  font: normal normal normal 26px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  vertical-align: middle; }

.file-input-zip label span {
  -webkit-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  -o-transform: translateX(-25px);
  transform: translateX(-25px);
  right: 0; }

.file-img label:before {
  content: "\f03e";
  display: inline-block;
  font: normal normal normal 26px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  vertical-align: middle; }

.file-img label span {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
  left: 27px; }

.block-btn-instr {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  transform: translateX(-15px); }

.block-file-load {
  border-top: 1px solid #dddddd;
  padding-top: 20px; }
.block-file-load .wrap-file {
  padding-top: 10px;
  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; }
.block-file-load .wrap-file .archive-load {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
.block-file-load .wrap-file .archive-load .img {
  width: 35px;
  height: 45px;
  margin-bottom: 8px; }
.block-file-load .wrap-file .image-load {
  position: relative;
  width: 101px;
  height: 70px; }
.block-file-load .wrap-file .image-load .img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block; }
.block-file-load .wrap-file .image-load .img img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%; }
.block-file-load .wrap-file .block-file {
  margin: 0 10px; }

.wrap-form-doing {
  margin: 0 auto;
  margin-top: 80px;
  max-width: 570px;
  width: 100%;
  padding: 80px 0; }
.wrap-form-doing.sign-in .block-action.block-link {
  margin-top: 35px; }
.wrap-form-doing .title h1, .wrap-form-doing .title h2 {
  margin-bottom: 20px; }
.wrap-form-doing .block-action.block-link a {
  color: #3f51b5;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all; }
.wrap-form-doing .block-action.block-link a:hover {
  text-decoration: underline; }
.wrap-form-doing .block-action .sign-btn {
  width: 200px; }

.wrapper {
  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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
.wrapper aside {
  margin-bottom: 30px; }
.wrapper aside .action {
  display: none; }
.wrapper aside nav {
  width: 270px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  overflow: hidden; }
.wrapper aside nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 25px;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
.wrapper aside nav.category-menu a:hover {
  background: #3e52b5 !important;
  color: #fff; }
.wrapper .content {
  width: -webkit-calc(100% - 300px);
  width: calc(100% - 300px); }
.wrapper .content > h1, .wrapper .content > h2, .wrapper .content > h3, .wrapper .content > h4, .wrapper .content > h5, .wrapper .content > h6 {
  margin-bottom: 25px;
  font: 700 22px "Ubuntu", sans-serif; }

.faq .card {
  margin-bottom: 10px; }

.faq .question {
  border-radius: 5px;
  border: 2px solid #e8e8e8;
  padding: 10px 12px;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
.faq .question * {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
.faq .question h2 {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  font-size: 15px;
  font-weight: 700; }
.faq .question .ico {
  width: 15px;
  height: 15px;
  position: relative; }
.faq .question .ico::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 1px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  background: #3f51b5; }
.faq .question .ico::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 1px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  background: #3f51b5;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg); }
.faq .question.open {
  border-color: #ffd400; }
.faq .question.open h2 {
  color: #3f51b5; }
.faq .question.open .ico::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg); }

.faq .answear {
  display: none;
  padding: 25px 30px 20px 60px; }

.block-new-topic {
  width: 230px;
  padding: 30px 0px; }
.block-new-topic .btn {
  width: 100%;
  font-size: 16px;
  color: #000; }

.block-search {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.block-search form {
  position: relative;
  width: 100%; }
.block-search form input {
  width: -webkit-calc(100% - 61px);
  width: calc(100% - 61px);
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 5px 0 0 5px;
  padding-left: 20px;
  height: 50px;
  margin-bottom: 0;
  color: #000;
  background: #fff; }
.block-search form input[type='search']::-ms-clear, .block-search form input[type='search']::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }
.block-search form input::-ms-clear {
  width: 0;
  height: 0; }
.block-search form .ico {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 21px;
  height: 100%;
  width: 61px;
  color: #ffd400;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0 5px 5px 0; }

.change-photo-block {
  position: relative;
  text-align: center;
  margin-right: 30px; }
.change-photo-block input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 2px;
  direction: ltr;
  cursor: pointer;
  width: 100%;
  height: 100%; }
.change-photo-block .img {
  margin-bottom: 10px; }
.change-photo-block .text span {
  font-size: 16px;
  color: #3f51b5;
  font-weight: 400;
  text-align: center;
  vertical-align: middle; }
.change-photo-block .text .ico {
  font-size: 22px;
  display: inherit;
  margin-right: 10px; }

.profile .content h1 {
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8; }

.profile .basic-info strong, .profile .change-pass strong {
  display: block;
  margin-bottom: 15px;
  font: 700 18px "Ubuntu", sans-serif; }

.profile .basic-info .change-photo-block, .profile .change-pass .change-photo-block {
  position: relative;
  text-align: center;
  margin-right: 30px; }

.profile .basic-info .change-photo-block input, .profile .change-pass .change-photo-block input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 2px;
  direction: ltr;
  cursor: pointer;
  width: 100%;
  height: 100%; }

.profile .basic-info .change-photo-block .img, .profile .change-pass .change-photo-block .img {
  margin-bottom: 10px; }

.profile .basic-info .change-photo-block .text span, .profile .change-pass .change-photo-block .text span {
  font-size: 16px;
  color: #3f51b5;
  font-weight: 400;
  text-align: center;
  vertical-align: middle; }

.profile .basic-info .change-photo-block .text .ico, .profile .change-pass .change-photo-block .text .ico {
  font-size: 22px;
  margin-right: 10px; }

.profile .basic-info .info, .profile .change-pass .info {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px); }

.profile .basic-info .info .save, .profile .change-pass .info .save {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.profile .basic-info .info form, .profile .change-pass .info form {
  position: relative; }

.profile .basic-info .info form.change-info-user .input, .profile .change-pass .info form.change-info-user .input {
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  padding-bottom: 27px; }

.profile .basic-info .info form.change-info-user .ico, .profile .change-pass .info form.change-info-user .ico {
  display: none; }

.profile .basic-info .info form.disabled, .profile .change-pass .info form.disabled {
  margin-top: -30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.profile .basic-info .info form.disabled .input, .profile .change-pass .info form.disabled .input {
  padding: 0;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all; }

.profile .basic-info .info form.disabled .input input, .profile .change-pass .info form.disabled .input input {
  height: auto;
  border-bottom: none; }

.profile .basic-info .info form.disabled .input input.name, .profile .change-pass .info form.disabled .input input.name {
  font-size: 18px;
  font-weight: 700; }

.profile .basic-info .info form.disabled .input label, .profile .change-pass .info form.disabled .input label {
  display: none; }

.profile .basic-info .info form.disabled .ico, .profile .change-pass .info form.disabled .ico {
  color: #3f51b5;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  display: block; }

.profile .basic-info .info form.disabled .btn, .profile .change-pass .info form.disabled .btn {
  display: none; }

.profile .basic-info .info form input {
  margin-bottom: 0; }

.profile .change-pass .info form input {
  margin-bottom: 0; }

.profile .change-pass strong {
  margin-bottom: 30px; }

.profile .basic-info {
  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; }
.profile .basic-info .info-block {
  width: -webkit-calc(100% - 300px);
  width: calc(100% - 300px); }
.profile .basic-info .info-block .block {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.profile .basic-info .info-block .img {
  overflow: hidden;
  border-radius: 100%;
  width: 170px;
  height: 170px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }
.profile .basic-info .info-block .save strong {
  font-size: 16px;
  margin-bottom: 10px; }
.profile .basic-info .balance-block {
  width: 270px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  background: #fff; }
.profile .basic-info .balance-block .row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  border: none; }
.profile .basic-info .balance-block span {
  margin-bottom: 3px;
  width: 100%;
  color: #3f51b5; }
.profile .basic-info .balance-block strong {
  font: 300 26px "Open Sans", sans-serif; }
.profile .basic-info .balance-block.profile-page .row .b-cash {
  margin-top: 15px; }
.profile .basic-info .balance-block.profile-page .row .b-cash .ico {
  width: 26px;
  height: 26px; }
.profile .basic-info .balance-block.profile-page .row .b-cash .val-balance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }
.profile .basic-info .balance-block.profile-page .row .b-cash .val-balance .val {
  margin-bottom: 0;
  color: #000;
  font-size: 24px;
  line-height: 1; }
.profile .basic-info .balance-block.profile-page .row .b-cash strong {
  font-size: 36px;
  line-height: 32px; }

form input:-webkit-autofill {
  -webkit-transition-delay: 9999s;
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out; }
form input:-webkit-autofill:hover, form input:-webkit-autofill:focus, form input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out; }

.your-tarif {
  padding: 55px 0;
  background: #1881d5;
  background: -webkit-linear-gradient(top, #1881d5 0%, #3f51b5 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#1881d5), to(#3f51b5));
  background: -o-linear-gradient(top, #1881d5 0%, #3f51b5 100%);
  background: linear-gradient(to bottom, #1881d5 0%, #3f51b5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1881d5', endColorstr='#3f51b5',GradientType=0 ); }
.your-tarif .card {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.your-tarif .info {
  width: -webkit-calc(100% - 275px);
  width: calc(100% - 275px); }
.your-tarif .info * {
  color: #fff; }
.your-tarif .info strong {
  display: block;
  margin-bottom: 25px;
  font: 700 20px "Ubuntu", sans-serif; }
.your-tarif .info p {
  line-height: 22px;
  margin-bottom: 35px; }
.your-tarif .info .btn {
  background: none;
  min-width: 200px;
  text-transform: initial;
  font-weight: 300; }
.your-tarif .info .btn:hover {
  background: #ffd400;
  color: #000; }
.your-tarif .tarifs {
  width: 270px; }
.your-tarif .tarifs .block {
  width: 100%;
  padding-bottom: 0; }
.your-tarif .tarifs .row.detail {
  border: none; }
.your-tarif .tarifs .row.detail ul {
  text-align: left;
  list-style: disc;
  padding-left: 25px;
  margin-top: 10px; }

.manual aside .menu-editor {
  border: 2px solid #e8e8e8; }

.manual aside .menu-editor ul li > .item-title {
  background: #ffffff; }
.manual aside .menu-editor ul li.active-read > .item-title {
  background: #ffd400; }
.manual aside .menu-editor ul li.active-read > .item-title .text {
  color: #000; }
.manual aside .menu-editor ul li.active-read > .item-title .ico {
  background: #ffd400;
  color: #fff; }
.manual aside .menu-editor ul li.active > .list-link {
  display: block; }
.manual aside .menu-editor ul li.active > .item-title .ico:before {
  -webkit-transform: rotate(-180deg) translateY(0%);
  -ms-transform: rotate(-180deg) translateY(0%);
  -o-transform: rotate(-180deg) translateY(0%);
  transform: rotate(-180deg) translateY(0%); }
.manual aside .menu-editor ul li a {
  position: relative;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  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;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 0; }
.manual aside .menu-editor ul li a .ico {
  position: absolute;
  width: 40px;
  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;
  right: 0;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
  font-size: 22px;
  color: #4153b6; }
.manual aside .menu-editor ul li a.active {
  background: #ffd400; }
.manual aside .menu-editor ul li a.active .text {
  color: #fff; }
.manual aside .menu-editor ul li a .text {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 25px 15px 15px;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  min-height: 49px;
  color: #4153b6; }
.manual aside .menu-editor ul li a .text:hover {
  background: #ffd400;
  color: #000; }
.manual aside .menu-editor ul li a .text:hover ~ .ico {
  background: #ffd400; }
.manual aside .menu-editor ul li a .ico {
  color: #000; }
.manual aside .menu-editor ul li a .btn-list {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  height: 49px; }
.manual aside .menu-editor ul li .list-link {
  display: none;
  margin: 0 auto;
  border-bottom: 1px solid #e8e8e8; }
.manual aside .menu-editor ul li .list-link li a {
  border-bottom: none; }
.manual aside .menu-editor ul li .list-link li a .text {
  color: #4153b6;
  font-size: 14px;
  padding: 15px 25px  15px 30px;
  border: none; }
.manual aside .menu-editor ul li .list-link li a .ico {
  height: 49px;
  top: 25px; }
.manual aside .menu-editor ul li .list-link li ul li a .text {
  padding: 15px 25px 15px 45px; }
.manual aside .menu-editor ul li .list-link li ul li ul li a .text {
  padding: 15px 25px 15px 60px; }
.manual aside .menu-editor ul li .list-link li ul li ul li ul li a .text {
  padding: 15px 25px 15px 75px; }
.manual aside .menu-editor ul li .list-link li ul li ul li ul li ul li a .text {
  padding: 15px 25px 15px 90px; }
.manual aside .menu-editor ul li .list-link li ul li ul li ul li ul li ul li a .text {
  padding: 15px 25px 15px 105px; }
.manual aside .menu-editor ul li .list-link li ul li ul li ul li ul li ul li ul li a .text {
  padding: 15px 25px 15px 120px; }
.manual aside .menu-editor ul li .list-link li ul li ul li ul li ul li ul li ul li ul li a .text {
  padding: 15px 25px 15px 135px; }
.manual aside .menu-editor ul li .list-link li ul li ul li ul li ul li ul li ul li ul li ul li a .text {
  padding: 15px 25px 15px 150px; }
.manual aside .menu-editor ul li .list-link li ul li ul li ul li ul li ul li ul li ul li ul li ul li a .text {
  padding: 15px 25px 15px 175px; }
.manual aside .menu-editor ul li .list-link li.active {
  color: #222222; }
.manual aside .menu-editor ul li .list-link li.active > .ico {
  color: #fff; }
.manual aside .menu-editor ul li .list-link li ul {
  border-bottom: none; }
.manual aside .menu-editor ul li .list-link.show {
  display: block; }
.manual aside .menu-editor.category-menu {
  border: none;
  border-radius: initial;
  overflow: inherit; }
.manual aside .menu-editor.category-menu ul {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  overflow: hidden; }
.manual aside .menu-editor.category-menu ul li a {
  padding: 15px 25px 15px 15px; }
.manual aside .menu-editor.category-menu ul li a.active {
  color: #fff;
  background: #3e52b5; }
.manual aside .menu-editor.category-menu .btn-cat {
  display: none; }
.manual aside .menu-editor ul:nth-child(2n) {
  background: #000; }

.block-chart-history .chart #myChart {
  height: 80vh;
  width: 80vw; }

.label-cbx {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  margin-bottom: 0;
  position: static;
  pointer-events: auto; }
.label-cbx .checkbox {
  position: relative;
  top: 0;
  float: left;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  border: 2px solid #C8CCD4;
  border-radius: 3px; }
.label-cbx .checkbox svg {
  position: absolute;
  top: -2px;
  left: -2px; }
.label-cbx .checkbox svg path {
  fill: none;
  stroke: #3f51b5;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 71px;
  stroke-dashoffset: 71px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; }
.label-cbx .checkbox svg polyline {
  fill: none;
  stroke: #FFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18px;
  stroke-dashoffset: 18px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.label-cbx > span {
  pointer-events: none;
  vertical-align: middle; }

.invisible {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0; }

.label-cbx input:checked + .checkbox {
  border-color: #3f51b5; }
.label-cbx input:checked + .checkbox svg path {
  fill: #3f51b5; }
.label-cbx input:checked + .checkbox svg polyline {
  stroke-dashoffset: 0; }

.label-cbx:hover .checkbox svg path {
  stroke-dashoffset: 0; }

.block-action {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.info-pay-tarif .block-button {
  margin: 30px -10px 0; }
.info-pay-tarif .block-button .btn {
  margin: 0 10px 15px; }

.wrap-canvas {
  margin-bottom: 40px;
  position: relative; }
.wrap-canvas .btn {
  margin-bottom: 20px; }
.wrap-canvas .btn.zoom {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #ffd400;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  padding: 23px; }
.wrap-canvas .btn.zoom::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/ico/zoom.png") no-repeat center/contain; }
.wrap-canvas .btn.zoom:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }
.wrap-canvas .modal-canvas {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all; }
.wrap-canvas .modal-canvas.open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(8, 8, 8, 0.6);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  z-index: 2000;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
.wrap-canvas .modal-canvas.open .canvas-content {
  max-width: 100%;
  margin: 55px auto;
  padding: 20px 20px; }
.wrap-canvas .modal-canvas.open .canvas-content .close-btn {
  display: block; }
.wrap-canvas .modal-canvas .canvas-content {
  max-width: 100%; }
.wrap-canvas .modal-canvas .canvas-content canvas {
  width: 100%; }
.wrap-canvas .modal-canvas .canvas-content .close-btn {
  display: none;
  right: 20px; }

.section-instr .blog-article {
  padding-bottom: 60px; }
.section-instr .blog-article .block-action {
  margin: 25px -10px 0;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.section-instr .blog-article .block-action .btn {
  margin: 0 10px 10px;
  min-width: 190px; }

.modal {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(8, 8, 8, 0.6);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  z-index: 2000;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
.modal.open {
  display: block;
  opacity: 1; }
.modal #modal-transfer-account, #modal-add-account, .modal #modal-edit-account, .modal #modal-new-topic, .modal #modal-delete-account, .modal #modal_change_tariff, .modal #modal_change_status, .modal #modal-payment-sure, .modal #modal-canvas-wrap, .modal #modal_remove_profile, .modal #modal-disable-can-export {
  display: none; }
.modal #modal-create-payment-method.openModal, .modal #modal-tariff-pay.openModal, .modal #modal-transfer-account.openModal, .modal #modal-add-account.openModal, .modal #modal-edit-account.openModal, .modal #modal-new-topic.openModal, .modal #modal-delete-account.openModal, .modal #modal_change_tariff.openModal, .modal #modal_remove_profile.openModal, .modal #modal-disable-can-export.openModal, .modal #modal_change_status.openModal, .modal #modal-payment-sure.openModal, .modal #modal-canvas-wrap.openModal, .modal #delete-all-accounts.openModal {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }
.modal .close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/close.svg") no-repeat center/contain;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  opacity: .7;
  cursor: pointer;
  z-index: 5; }
.modal .close:hover {
  opacity: 1; }
.modal .cancel {
  display: inline-block;
  margin: 15px auto 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #e8e8e8;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
.modal .cancel:hover {
  color: rgba(0, 0, 0, 0.55); }
.modal .btn-cancel {
  color: #68ae3c;
  background: #fff;
  border: 2px solid #68ae3c;
  font-size: 10px; }
.modal .btn-cancel:hover {
  color: #fff;
  background: #7bc74b;
  border: 2px solid #7bc74b; }
.modal .modal-content {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  margin: 55px auto;
  padding: 40px 30px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  z-index: 25;
  min-width: 320px;
  -webkit-box-shadow: 0px 5px 24.57px 2.43px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 24.57px 2.43px rgba(0, 0, 0, 0.2); }
.modal .modal-content .block-action {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px; }
.modal .modal-content .block-action .block-button {
  margin: 0 -10px; }
.modal .modal-content .block-action .block-button .btn {
  text-transform: unset;
  margin: 0 10px; }
.modal .modal-content .title-modal h1, .modal .modal-content .title-modal h2, .modal .modal-content .title-modal h3, .modal .modal-content .title-modal h4 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 5px; }
.modal .modal-content .title-modal strong {
  font-size: 18px;
  color: #666666;
  font-weight: 400;
  font-weight: 400;
  text-transform: unset; }
.modal .modal-content .change-photo-block {
  margin: 0; }
.modal .modal-content .change-photo-block .img {
  margin: 0 auto 10px auto; }
.modal .modal-content input {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important; }
.modal .modal-content#modal-tariff-pay, .modal .modal-content#modal-transfer-account, .modal .modal-content#modal-add-account, .modal .modal-content#modal-edit-account, .modal .modal-content#modal-new-topic, .modal .modal-content#modal-delete-account, .modal .modal-content#modal_change_tariff, .modal .modal-content#modal_remove_profile, .modal .modal-content#modal-disable-can-export,  .modal .modal-content#modal_change_status, .modal .modal-content#modal-payment-sure, .modal .modal-content#modal-canvas-wrap, .modal .modal-content#delete-all-accounts {
  max-width: 640px; }
.modal .modal-content#modal-add-account .img, .modal .modal-content#modal-edit-account .img, .modal .modal-content#modal-new-topic .img, .modal .modal-content#modal-delete-account .img, .modal .modal-content#modal_change_tariff .img, .modal .modal-content#modal_remove_profile .img, .modal .modal-content#modal-disable-can-export .img, .modal .modal-content#modal_change_status .img, .modal .modal-content#modal-payment-sure .img, .modal .modal-content#modal-canvas-wrap .img {
  overflow: hidden;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }
.modal .modal-content#modal-tariff-pay .title-modal {
  margin-bottom: 30px; }
.modal .modal-content#modal-tariff-pay .number {
  margin-bottom: 10px; }
.modal .modal-content#modal-tariff-pay .block-button {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.modal .modal-content#modal-tariff-pay .block-button .btn {
  margin: 0 10px 10px;
  min-width: 145px; }
.modal .modal-content#modal-tariff-pay .block-button .btn.cancel {
  color: #000;
  font-size: 14px; }
.modal .modal-content#modal-new-topic {
  max-width: 680px;
  padding: 35px; }
.modal .modal-content#modal-new-topic .title-modal {
  text-align: left;
  margin-bottom: 25px; }
.modal .modal-content#modal-new-topic .block-button {
  text-align: right; }
.modal .modal-content#modal-delete-account .text, .modal .modal-content#modal_change_tariff .text, .modal .modal-content#modal_remove_profile .text, .modal .modal-content#modal-disable-can-export .text, .modal .modal-content#modal_change_status .text, .modal .modal-content#modal-payment-sure .text, .modal .modal-content#delete-all-accounts .text {
  padding-top: 100px;
  padding-bottom: 85px;
  display: block;
  font-size: 24px;
  font-weight: 700;
  text-align: center; }
.modal .modal-content#modal-delete-account .block-button, .modal .modal-content#modal_change_tariff .block-button, .modal .modal-content#modal_remove_profile .block-button, .modal .modal-content#modal_change_status .block-button, .modal .modal-content#modal-disable-can-export .block-button, .modal .modal-content#modal-payment-sure .block-button, .modal .modal-content#delete-all-accounts .block-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
.modal .modal-content#modal-delete-account .block-button .btn, .modal .modal-content#modal_change_tariff .block-button .btn, .modal .modal-content#modal_remove_profile .block-button .btn, .modal .modal-content#modal_change_status .block-button .btn, .modal .modal-content#modal-payment-sure .block-button .btn, .modal .modal-content#modal-disable-can-export .block-button .btn, .modal .modal-content#delete-all-accounts .block-button .btn {
  width: 100px;
  padding: 12px 10px;
  margin: 0 10px; }
.modal .title-modal {
  text-align: center;
  margin-bottom: 15px; }
.modal .title-modal * {
  display: block; }
.modal .title-modal strong {
  margin-bottom: 15px;
  font: 700 18px inherit;
  color: #8bc34a;
  text-transform: uppercase; }

.block-add-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid #dddddd;
  margin: 30px 0;
  overflow: hidden;
  position: relative; }
.block-add-message textarea {
  width: 100%;
  resize: vertical;
  min-height: 20px;
  padding: 30px 185px 30px 20px;
  border: none;
  min-height: 110px; }
.block-add-message textarea::-webkit-input-placeholder, .block-add-message textarea::-moz-placeholder, .block-add-message textarea:-ms-input-placeholder {
  position: absolute; }
.block-add-message textarea::-webkit-input-placeholder {
  position: absolute;
  position: absolute; }
.block-add-message textarea::-moz-placeholder, .block-add-message textarea:-ms-input-placeholder, .block-add-message textarea::-moz-placeholder {
  position: absolute; }
.block-add-message textarea::-moz-placeholder, .block-add-message textarea:-ms-input-placeholder, .block-add-message textarea::placeholder {
  position: absolute; }
.block-add-message .btn-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 25px; }
.block-add-message .btn-action .ico {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all; }
.block-add-message .btn-action .ico.add-btn {
  background-image: url(../img/ico/smile-btn.png); }
.block-add-message .btn-action .btn-sumbit {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  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; }
.block-add-message .btn-action .btn-sumbit .ico {
  font-size: 26px;
  color: #fff;
  margin: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1; }

.custome-tooltip {
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  max-width: 200px;
  padding: 10px; }
.custome-tooltip .col-1 {
  max-width: 40px;
  width: 23%; }
.custome-tooltip .col-2 {
  max-width: 140px;
  width: 37%; }
.custome-tooltip .col-3 {
  width: 40%;
  text-align: right; }
.custome-tooltip .row {
  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; }
.custome-tooltip .thead .row {
  padding-bottom: 5px; }
.custome-tooltip .tbody .row {
  padding: 5px 0; }
.custome-tooltip .tbody .row .photo-user {
  padding-right: 10px; }
.custome-tooltip .tbody .row .photo-user .img {
  overflow: hidden;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }
.custome-tooltip .tbody .row .name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-left: 10px; }
.custome-tooltip .tbody .row .value {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

@media (max-width: 1450px) {
  .login-link {
    display: none; }
  .file-input-zip label span {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
    right: 0; }
  .file-img label span {
    left: auto;
    right: 27px;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); }
  .m-panel {
    height: -webkit-calc(100% - 70px);
    height: calc(100% - 70px);
    margin-top: 70px;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding-bottom: 30px;
    padding-top: 10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-shadow: -8px 2px 44px -12px rgba(0, 0, 0, 0.75);
    box-shadow: -8px 2px 44px -12px rgba(0, 0, 0, 0.75);
    display: block;
    width: 210px;
    -webkit-transform: translateX(210px);
    -ms-transform: translateX(210px);
    -o-transform: translateX(210px);
    transform: translateX(210px);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .m-panel.open {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  .m-panel ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .m-panel ul li {
    width: 100%; }
  .m-panel ul li a {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    line-height: normal;
    display: block;
    width: 100%;
    padding: 10px 20px;
    white-space: nowrap;
    font-weight: 700;
    font-family: 'Lato', sans-serif; }
  .m-panel ul li a:after {
    content: none; }
  .m-panel ul li a.active {
    background: #ffd400;
    color: #3f51b5; }
  .m-panel ul li a.drb-menu {
    position: relative; }
  .m-panel ul li a.drb-menu:after {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .m-panel ul li a.drb-menu.active-drop {
    background: #d4d4d4;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    color: #3f51b5; }
  .m-panel ul li a.drb-menu.active-drop:after {
    -webkit-transform: rotate(-180deg) translateY(50%);
    -ms-transform: rotate(-180deg) translateY(50%);
    -o-transform: rotate(-180deg) translateY(50%);
    transform: rotate(-180deg) translateY(50%); }
  .m-panel ul li ul {
    display: none; }
  .m-panel .lang-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    margin-left: 0;
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: none; }
  .m-panel .lang-block .drop {
    margin-bottom: 30px;
    width: 100px; }
  .m-panel .lang-block .drop a {
    font-weight: 700;
    font-size: 13px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .m-panel .lang-block .drop a:hover {
    color: #3f51b5; }
  .m-panel .lang-block .drop a.active {
    color: #3f51b5; }
  .m-panel .lang-block .drop a.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: #ffd400; }
  .m-panel .block-login {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px; }
  .m-panel .block-login .btn {
    white-space: nowrap; }
  header .block .menu .panel {
    display: none; }
  header .block .menu .closebtn {
    position: absolute;
    top: 10px;
    left: 5px;
    font-size: 36px !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    line-height: normal;
    display: block; }
  header .block .menu .hamburger {
    display: block;
    margin-left: 15px; }
  header .block .menu #nav-icon4 {
    width: 34px;
    height: 22px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: relative;
    z-index: 3; }
  header .block .menu #nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center; }
  header .block .menu #nav-icon4 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center; }
  header .block .menu #nav-icon4 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center; }
  header .block .menu #nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -2px; }
  header .block .menu #nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  header .block .menu #nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 22px; }
  header .block .menu .user-profile-menu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  header .block .menu .user-profile-menu .person-profile {
    border: none;
    padding: 0; }
  header .block .menu .user-profile-menu .person-profile:hover {
    background: #fff; }
  header .block .menu .user-profile-menu .person-profile .ico.fa-user-o {
    font-size: 22px;
    display: block;
    margin-right: 10px; }
  header .block .menu .user-profile-menu .person-profile .ava, header .block .menu .user-profile-menu .person-profile .name {
    display: none; }
  header .block .menu .user-profile-menu .list-profile {
    width: 265px; }
  header .block .menu .user-profile-menu .list-profile .user-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  header .block .menu .user-profile-menu .list-profile .user-name .name {
    max-width: 140px; }
  .wrap {
    max-width: 1200px; }
  .blog .time {
    left: -5px; }
  .block-sldier-effects.set-2 .slider-wrap .swiper-button-prev-feeedbacks {
    left: -webkit-calc(100% - 365px);
    left: calc(100% - 365px); }
  .block-sldier-effects.set-2 .slider-wrap .swiper-button-next-feeedbacks {
    left: -webkit-calc(100% - 300px);
    left: calc(100% - 300px); }
  .user-profile-menu .list-profile {
    top: 45px; } }

@media (max-width: 1200px) {
  .section-video {
    padding-top: 30px; }
  .section-video .block-video .video-preview {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px); }
  .wrap {
    max-width: 992px; }
  .wrapper.profile, .wrapper.manual {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .wrapper.profile aside, .wrapper.manual aside, .wrapper.profile aside nav, .wrapper.manual aside nav {
    width: 100%; }
  .wrapper.profile aside nav .list-profile, .wrapper.manual aside nav .list-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .wrapper.profile aside nav .list-profile li, .wrapper.manual aside nav .list-profile li {
    width: 25%; }
  .wrapper.profile aside nav .list-profile li a, .wrapper.manual aside nav .list-profile li a {
    border: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #eee; }
  .wrapper.profile aside nav .list-profile li:last-child a, .wrapper.manual aside nav .list-profile li:last-child a {
    border: 1px solid #eee; }
  .wrapper.profile .content {
    width: 100%; }
  .wrapper.manual {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .wrapper.manual .content {
    width: 100%; }
  .wrapper.manual aside {
    width: 100%; }
  .wrapper.manual aside .menu-editor {
    width: 100%; }
  .wrapper.manual .content {
    width: 100%; }
  .gallery-list .block {
    width: -webkit-calc(100% / 3 - 30px);
    width: calc(100% / 3 - 30px); }
  .ckEditor blockquote {
    margin-left: 60px;
    margin-bottom: 40px;
    margin-top: 40px;
    font-size: 16px; }
  .ckEditor ul, .ckEditor ol {
    margin-left: 40px; }
  .block_title {
    padding: 0; }
  .block_title .b-left .title h1, .block_title .b-right .title h1 {
    font-size: 30px; }
  .block_title .b-left .title .ckEditor *, .block_title .b-right .title .ckEditor * {
    font-size: 18px; }
  .block_title .b-left .block-select, .block_title .b-right .block-select {
    max-width: 210px; }
  .block_title .b-left .block-select .select2-container--custom-select, .block_title .b-right .block-select .select2-container--custom-select {
    max-width: 210px;
    height: 50px; }
  .block_title .b-left .block-select .select2-container--custom-select .select2-selection--single, .block_title .b-right .block-select .select2-container--custom-select .select2-selection--single {
    height: 50px; }
  .block_title .b-left .block-select .select2-container--custom-select .select2-selection__arrow b, .block_title .b-right .block-select .select2-container--custom-select .select2-selection__arrow b, .block_title .b-left .block-select .select2-container--custom-select .select2-selection__rendered {
    line-height: 50px; }
  .block_title .b-right .block-select .select2-container--custom-select .select2-selection__rendered {
    line-height: 50px; }
  .block_title .b-right .video iframe {
    height: 28vw; } }

@media (max-width: 1100px) {
  .tarifs .active-label {
    left: -10px; }
  .container-fluid.responsive-cb {
    max-width: 1170px;
    min-width: 290px;
    padding: 0 15px;
    margin: 0 auto; }
  .slider-clients-feedbacks:after, .slider-effects:after {
    content: none; }
  .block-sldier-effects {
    padding: 50px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .block-sldier-effects .slider-wrap {
    width: 100%;
    position: relative; }
  .block-sldier-effects .slider-wrap .swiper-container {
    position: relative;
    margin-bottom: 50px;
    margin-left: 0; }
  .block-sldier-effects .slider-wrap .swiper-button-prev-effects, .block-sldier-effects .slider-wrap .swiper-button-next-effects {
    z-index: 2;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    bottom: 0;
    top: auto; }
  .block-sldier-effects .slider-wrap .swiper-button-prev-effects {
    left: 20px; }
  .block-sldier-effects .slider-wrap .swiper-button-next-effects {
    right: 20px;
    left: auto; }
  .block-sldier-effects .block-info {
    width: 100%;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .block-sldier-effects .block-info .btn {
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%; }
  .block-sldier-effects.set-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 50px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .block-sldier-effects.set-2 .block-info {
    width: 100%;
    text-align: center;
    margin-top: 0;
    min-height: auto; }
  .block-sldier-effects.set-2 .slider-wrap .swiper-container {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    margin-bottom: 50px; }
  .block-sldier-effects.set-2 .slider-wrap .swiper-button-next-feeedbacks {
    z-index: 2;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    bottom: 0;
    top: auto; }
  .block-sldier-effects.set-2 .slider-wrap .swiper-button-prev-feeedbacks {
    z-index: 2;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    bottom: 0;
    top: auto;
    left: 20px; }
  .block-sldier-effects.set-2 .slider-wrap .swiper-button-next-feeedbacks {
    right: 20px;
    left: auto; } }

@media (max-width: 992px) {
  header .logo, footer .logo {
    margin-right: 0; }
  header .menu .fos_login {
    display: none; }
  .m-panel .block-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  footer .bot .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  footer .bot .block .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  footer .bot .block .left p {
    margin-bottom: 10px;
    text-align: center; }
  footer .bot .block .left a {
    margin: 0 0 15px; }
  footer .bot .block .right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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; }
  footer .bot .block .right a {
    margin-left: 0;
    margin-top: 10px; }
  .block-add-message {
    padding: 20px 15px; }
  .block-add-message .btn-action .btn-sumbit {
    width: 40px;
    padding: 0;
    height: 40px; }
  .block-add-message .btn-action .btn-sumbit .ico {
    font-size: 18px; }
  .block-action-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .block-action-info .info-v-topic {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .block-action-info .info-v-topic .block.updated .user-profile .photo-user .img {
    width: 40px;
    height: 40px; }
  .block-action-info .soc {
    margin-top: 25px;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .wrap {
    max-width: 768px; }
  footer .top .block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  footer .top .block .left {
    width: 100%;
    padding: 0;
    margin-bottom: 20px; }
  footer .top .block .center {
    width: 100%;
    margin-bottom: 20px; }
  footer .top .block .center nav {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3; }
  footer .top .block .center nav a {
    margin-right: 20px; }
  .block-feedbacks {
    padding-top: 140px; }
  .tarifs .block {
    width: -webkit-calc(100% / 3 - 30px);
    width: calc(100% / 3 - 30px); }
  .funds .system label {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px); }
  .gallery-article .info-gallery {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .gallery-article .info-gallery .char {
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    border-right: none;
    padding-bottom: 35px;
    padding-right: 0; }
  .gallery-article .info-gallery .desc {
    width: 100%;
    padding-top: 35px;
    padding-left: 0; }
  .blog-article .block-action-info {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .blog-article .block-action-info .b-category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0; }
  .blog-article .block-action-info .b-category .date-comm {
    margin-bottom: 10px; }
  .blog-article .block-action-info .b-category .b-btn-categ {
    margin: 0 -5px; }
  .blog-article .block-action-info .soc {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 10px; }
  .wrapper.manual aside .category-menu .btn-cat {
    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; }
  .wrapper.manual aside .category-menu ul {
    margin-top: 20px; }
  .tabs .down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .tabs .down .release {
    margin-right: 0;
    margin-bottom: 15px; } }

@media (max-width: 1100px) {
  .block-sldier-effects.set-2 .slider-wrap .swiper-container {
    margin-right: 0;
    padding-left: 0; } }

@media (max-width: 768px) {
  .block-search form {
    width: 100%;
    margin-bottom: 30px; }
  .block-search .block-btn {
    margin: 0 auto; }
  .funds .system label {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px); }
  .wrapper.profile aside nav, .wrapper.manual aside nav {
    margin-top: 20px; }
  .wrapper.profile aside nav .list-profile, .wrapper.manual aside nav .list-profile {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .wrapper.profile aside nav .list-profile li, .wrapper.manual aside nav .list-profile li {
    width: 50%; }
  .wrapper.profile aside nav .list-profile li span, .wrapper.manual aside nav .list-profile li span {
    width: 100px; }
  .wrapper.profile .content .basic-info, .wrapper.manual .content .basic-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .wrapper.profile .content .basic-info .info .save, .wrapper.manual .content .basic-info .info .save {
    margin: 0 auto; }
  .wrapper.profile .content .basic-info .info-block, .wrapper.manual .content .basic-info .info-block {
    margin-bottom: 30px;
    width: 100%; }
  .wrapper.profile .content .basic-info .balance-block, .wrapper.manual .content .basic-info .balance-block {
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 400px; }
  .wrapper.profile .content .change-pass form, .wrapper.manual .content .change-pass form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .wrapper.profile .content .change-pass form .input, .wrapper.manual .content .change-pass form .input {
    width: -webkit-calc((100% - 90px) / 3);
    width: calc((100% - 90px) / 3); }
  .gallery-list .block {
    width: -webkit-calc(100% / 2 - 30px);
    width: calc(100% / 2 - 30px); }
  .info-pay-tarif .block-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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; }
  .info-pay-tarif .block-button .btn {
    min-width: 190px; }
  .block-lsit-child-user .row .block-item .name .user .photo-user {
    display: none; }
  .block-lsit-child-user .row .block-item .control {
    width: 100px; }
  .block-lsit-child-user .row .block-item .control .block-action-ico .ico {
    width: 35px;
    height: 35px; }
  .block-forum-list .thead {
    display: none !important; }
  .block-forum-list .tbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    margin-left: -10px;
    padding-top: 50px; }
  .block-forum-list .tbody .row {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .block-forum-list .tbody .row .name {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    margin-bottom: 15px; }
  .block-forum-list .tbody .row .author {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .block-forum-list .tbody .row .author .user-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .block-forum-list .tbody .row .author .user-profile .photo-user {
    margin-right: 0;
    margin-bottom: 10px; }
  .block-forum-list .tbody .row .author .user-profile .photo-user .img {
    width: 80px;
    height: 80px; }
  .block-forum-list .tbody .row .author .user-profile .info .name {
    margin: 0; }
  .block-forum-list .tbody .row .freshness {
    padding-left: 0;
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    margin-bottom: 10px; }
  .block-forum-list .tbody .row .freshness .user-profile .photo-user {
    margin-right: 10px;
    margin-bottom: 0; }
  .block-forum-list .tbody .row .freshness .user-profile .photo-user .img {
    width: 32px;
    height: 32px; }
  .block-forum-list .tbody .row .posts, .block-forum-list .tbody .row .topics {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 50%;
    padding: 15px 0 0;
    margin: 15px 0 15px;
    border-top: 1px solid #eee; }
  .block-forum-list .tbody .row .posts .text, .block-forum-list .tbody .row .topics .text {
    display: block;
    font-weight: 700; }
  .wrap {
    max-width: 576px; }
  .block-comments-topic .row.topic-items .b-botom .post, .block-comments-topic .row .b-botom.topic-items .b-botom .post {
    padding: 40px 0; }
  .tarifs .block {
    width: -webkit-calc(100% / 2 - 30px);
    width: calc(100% / 2 - 30px); }
  .unique-tarif form .left {
    width: 100%;
    margin-bottom: 35px;
    margin-right: 0; }
  .unique-tarif form .right {
    text-align: center;
    margin: 0 auto;
    width: 350px; }
  .contacts .cont {
    width: 100%; }
  .contacts .form {
    width: 100%;
    padding: 45px 15px; }
  .block-render .brend .item-link {
    margin: 0 20px; }
  .tabs .tabs__caption li {
    padding: 15px 10px 15px 10px; }
  .tabs .tabs__content.active {
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    margin-left: -10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px; }
  .tabs .tabs__content .head {
    display: none; }
  .tabs .tabs__content .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-calc(100% / 2 - 20px);
    width: calc(100% / 2 - 20px);
    flex-direction: column;
    margin: 10px;
    text-align: center; }
  .tabs .tabs__content .row .vers, .tabs .tabs__content .row .size {
    width: 100%;
    margin-bottom: 15px; }
  .tabs .tabs__content .row .down {
    width: 100%;
    margin-bottom: 15px;
    margin-bottom: 15px; }
  .block-action-info .info-v-topic .block.updated {
    margin-top: 10px; } }

@media (max-width: 650px) {
  .ckEditor blockquote {
    margin-left: 40px; }
  .user-profile-menu .list-profile {
    left: auto;
    right: -60px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0); }
  .blog .time {
    left: 0; }
  .block_title {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .block_title .b-left {
    width: 100%;
    text-align: center;
    padding-right: 30px;
    margin-bottom: 50px;
    padding: 0; }
  .block_title .b-left .block-select {
    margin: 0 auto; }
  .block_title .b-right {
    width: 100%; }
  .block_title .b-right .video iframe {
    height: 54vw; }
  .block-render {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .block-render .text {
    margin-left: 0;
    margin-bottom: 20px; }
  .block-render .brend {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .block-render .brend .item-link {
    margin: 15px 20px; }
  .ckEditor blockquote:before {
    width: 30px;
    height: 17px;
    left: -5px; }
  .tarifs .active-label {
    left: 0; } }

@media (max-width: 576px) {
  .pagination-settings-b .wrap-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .pagination-settings-b .wrap-action .block-select {
    margin: 15px 0 15px; }
  .funds .block-error {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 16px; }
  .funds .block-error * {
    font-size: 16px; }
  .section-video .block-video .video-preview {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px); }
  .block-search .block-btn {
    width: 100%; }
  .downloads .tabs {
    position: relative; }
  .downloads .tabs .tabs__caption {
    margin-top: 20px; }
  .block-btn-instr {
    top: 155px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -65px;
    width: 100%;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .block-os ul .item-os {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px); }
  .filter .select2-container--custom-select-drob {
    max-width: 100%;
    margin-right: 0; }
  .filter .block-select {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .filter.prof-hist {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .filter.prof-hist .text {
    margin-bottom: 10px; }
  .filter.prof-hist .block-select {
    width: 100%; }
  .filter.prof-hist .block-select label {
    width: 190px;
    margin-bottom: 5px; }
  .filter.prof-hist .block-select select {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0; }
  .profile .basic-info .info form.disabled, .profile .change-pass .info form.disabled {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .basic-info {
    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; }
  .basic-info .info-block {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px); }
  .basic-info .info-block .block {
    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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .basic-info .info-block .img {
    overflow: hidden;
    border-radius: 100%;
    width: 170px;
    height: 170px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center; }
  .basic-info .info-block .save strong {
    font-size: 16px;
    margin-bottom: 10px; }
  .basic-info .balance-block {
    width: 270px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    background: #fff; }
  .basic-info .balance-block .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    border: none; }
  .basic-info .balance-block span {
    margin-bottom: 3px;
    width: 100%;
    color: #3f51b5; }
  .basic-info .balance-block strong {
    font: 300 26px "Open Sans", sans-serif; }
  .m-panel .lang-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .faq .answear {
    padding: 25px 30px 20px 30px; }
  .blog-article .block-action-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .blog-article .block-action-info .soc {
    width: 100%;
    margin-top: 25px; }
  .block-feedbacks {
    padding-top: 180px; }
  .blog .article {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  .blog .article .img {
    height: 220px;
    width: 100%;
    border-radius: 10px 10px 0 0px; }
  .blog .article .desc {
    width: 100%;
    padding-left: 25px; }
  .funds {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .funds .pay {
    width: 100%; }
  .funds .tarifs {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px); }
  .unique-tarif {
    padding: 30px 15px; }
  .tarifs .block {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px); }
  .gallery-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .gallery-list .block {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    max-width: 265px; }
  .gallery-list.other .wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .modal .content .block-action {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .modal .content .block-action .block-button {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-top: 10px; }
  .modal .content .block-action .block-button .btn {
    margin: 10px 10px; }
  .block-comments-topic .row.topic-items, .block-comments-topic .row .b-botom.topic-items {
    padding: 15px 15px; }
  .block-comments-topic .row.topic-items .b-botom, .block-comments-topic .row .b-botom.topic-items .b-botom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .block-comments-topic .row.topic-items .b-botom .author, .block-comments-topic .row .b-botom.topic-items .b-botom .author {
    width: 100%; }
  .block-comments-topic .row.topic-items .b-botom .author .user-profile .photo-user, .block-comments-topic .row .b-botom.topic-items .b-botom .author .user-profile .photo-user {
    margin-bottom: 5px; }
  .block-comments-topic .row.topic-items .b-botom .post, .block-comments-topic .row .b-botom.topic-items .b-botom .post {
    padding: 25px 0;
    width: 100%;
    text-align: center; }
  .block-comments-topic .row.topic-items .b-botom .post p, .block-comments-topic .row .b-botom.topic-items .b-botom .post p {
    font-size: 14px; }
  .wrap {
    max-width: 576px; }
  .block-action-info .info-v-topic .block.updated {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .block-action-info .info-v-topic .block.updated span {
    margin-bottom: 5px; }
  .block-action-info .info-v-topic .block.updated .user-profile .info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .wrap-form-doing .block-action {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .wrap-form-doing .block-action .sign-btn {
    width: 170px;
    padding: 8px 30px; }
  .wrap-form-doing .block-action .btn {
    padding: 8px 30px; }
  .wrapper.profile aside nav .list-profile li, .wrapper.manual aside nav .list-profile li, .wrapper.profile .content .change-pass form .input, .wrapper.manual .content .change-pass form .input {
    width: 100%; }
  .wrapper.profile .content .change-pass form .input {
    width: -webkit-calc((100% - 90px) / 1);
    width: calc((100% - 90px) / 1); }
  .profile .basic-info .info-block .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .profile .basic-info .info-block .block .change-photo-block {
    margin-right: 0;
    margin-bottom: 15px; }
  .profile .basic-info .info-block .block .info {
    width: 100%; }
  .your-tarif .card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .your-tarif .card .info {
    width: 100%;
    margin-bottom: 30px; }
  .your-tarif .card .tarifs {
    margin-left: 0; }
  header .lang-block {
    display: none; }
  header .panel .lang-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .pagination-settings-b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .block-lsit-child-user {
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    margin-left: -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .block-lsit-child-user .thead {
    display: none; }
  .block-lsit-child-user .row.user-items {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px; }
  .block-lsit-child-user .row.user-items .block-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #dddddd;
    margin: 0; }
  .block-lsit-child-user .row.user-items .block-item .name {
    width: 100%;
    margin-top: 10px; }
  .block-lsit-child-user .row.user-items .block-item .name .user {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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; }
  .block-lsit-child-user .row.user-items .block-item .name .user .photo-user {
    display: block;
    margin-right: 0;
    margin-bottom: 7px; }
  .block-lsit-child-user .row.user-items .block-item .name .user .photo-user .img {
    width: 80px;
    height: 80px; }
  .block-lsit-child-user .row.user-items .block-item .name .user .info {
    width: 100%;
    margin-bottom: 15px; }
  .block-lsit-child-user .row.user-items .block-item .control .block-action-ico .ico {
    width: 50px;
    height: 50px; }
  .block-lsit-child-user .row.user-items .block-item .limit, .block-lsit-child-user .row.user-items .block-item .status {
    width: 100%;
    margin-bottom: 15px; }
  .block-lsit-child-user .row.user-items .block-item .control {
    width: 100%; }
  .block-lsit-child-user .row.user-items .block-item .control .block-action-ico {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .block-forum-list .tbody .row {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px); }
  .gallery-article .title {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .gallery-article .title .info {
    width: 100%; }
  .gallery-article .title .soc {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px; }
  .tabs .tabs__caption li {
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
    margin: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #eeeeee;
    opacity: 0.7; }
  .tabs .tabs__caption li.active {
    border: 1px solid #6272c3;
    opacity: 1; }
  .tabs .tabs__caption li.active:after {
    content: none; }
  .tabs .tabs__content .row {
    width: -webkit-calc(100% / 1 - 20px);
    width: calc(100% / 1 - 20px); }
  .block-lsit-child-user .sub_account_items {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (max-width: 400px) {
  .tabs .tabs__caption li {
    width: -webkit-calc(100% / 1);
    width: calc(100% / 1); }
  .block-feedbacks form {
    padding: 30px 20px; }
  .filter {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .filter label {
    margin-bottom: 5px; }
  .filter select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px; }
  .gallery-article .control span {
    font-size: 12px; }
  .unique-tarif form .right {
    width: 100%; }
  .pagination li, .pagination a {
    width: 32px;
    height: 32px;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .wrap-form-doing .block-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .wrap-form-doing .block-action .cntr {
    margin-bottom: 20px; }
  .wrap-form-doing .block-link {
    margin-top: 15px; }
  .wrap-form-doing .block-link .link {
    padding: 5px 0px; }
  .block-lsit-child-user .row.user-items {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px); }
  .tabs .tabs__content .row {
    width: -webkit-calc(100% / 1 - 20px);
    width: calc(100% / 1 - 20px); } }

.profile-change-pass .blue-style {
  margin-top: 30px;
}

.payment-methods {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.payment-methods .title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}

.payment-methods .tariff-plan-info {
  width: 300px;
}

.payment-methods .tariff-plan-info .active-tarifs {
  width: 100%!important;
}

.payment-methods .methods-info {
  max-width: 810px;
  width: 100%;
}

.payment-methods .method-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 15px;
  width: 48%;
  height: 125px;
  margin: 5px;
  position: relative;
  border-radius: 10px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.payment-methods .method-card:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .profile-change-pass {
    margin-bottom: 15px;
    width: 100%;
  }

  .payment-methods .tariff-plan-info {
    margin-bottom: 15px;
    width: 100%;
  }

  .payment-methods .method-card {
    width: 100%;
  }

  .payment-methods .methods-info {
    margin-bottom: 15px;
  }
}
.funds .block-success {
  width: 100%;
  margin: 0 0 30px;
  border: 3px solid #8bc34a;
  padding: 20px;
  background: #8bc34a;
  border-radius: 10px;
  color: white;
  font-size: 15px;
  text-align: center;
  font-weight: 600; }

.funds .block-success * {
  color: white;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
}

.table_docs {
  overflow: auto;
  width: 100%;
}

.table_docs table {
  border: 1px solid #dededf;
  height: 100%;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 1px;
  text-align: left;
}

.table_docs caption {
  caption-side: top;
  text-align: left;
}

.table_docs th {
  border: 1px solid #dededf;
  background-color: #eceff1;
  color: #000000;
  padding: 5px;
}

.table_docs td {
  border: 1px solid #dededf;
  background-color: #ffffff;
  color: #000000;
  padding: 5px;
}