.personal {
  padding-bottom: 80px
}
.personal-name {
  font-weight: 700;
  font-size: 24px;
  color: #242527;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 69px;
    background-image: url(/i/personal/logo.svg);
  background-repeat: no-repeat;
  background-size: 54px;
  background-position: 0 center;
  margin: 0 auto 13px;
  margin-bottom: 13px;
  max-width: 270px
}
.personal-aside {
  border-radius: 10px;
  padding: 40px 30px 70px 30px;
  background-color: #f5f5f5
}
.personal-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ededed;
  padding-bottom: 25px;
  margin-bottom: 25px;
  text-decoration: none
}
.personal-user__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  font-weight: 700;
  font-size: 20px;
  color: #242527
}
.personal-user__content span {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  background-color: #4c5475;
  padding: 4px 15px;
  margin-top: 5px;
  border-radius: 4px
}
.personal-user__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 54px;
  flex: 0 0 54px;
  max-width: 54px;
  border-radius: 100%;
  margin-right: 15px
}
.personal-user__img img {
  width: 100%;
  height: auto;
  display: block
}
.personal-nav {
  padding: 0;
  margin: 0;
  list-style-type: none
}
.personal-nav > li {
  margin-bottom: 25px
}
.personal-nav > li:last-child {
  margin-bottom: 0
}
.personal-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 10px
}
.personal-nav ul li {
  margin-bottom: 5px
}
.personal-nav__link {
  font-weight: 500;
  font-size: 20px;
  color: #242527;
  display: block;
  border-radius: 50px;
  line-height: 1.2;
  padding: 10px 0 10px 38px;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 0 center;
  -webkit-transition: color .15s ease;
  -o-transition: color .15s ease;
  transition: color .15s ease
}
.personal-nav__link.active {
  background-color: #4c5475;
  color: #fff!important;
  padding-left: 59px;
  background-position: 20px center
}
.personal-nav__link:hover {
  color: #4c5475
}
.personal-nav__link_companies {
    background-image: url(/i/personal/nav/companies.svg)
}
.personal-nav__link_companies.active {
    background-image: url(/i/personal/nav/companies_w.svg)
}
.personal-nav__link_brands_view {
  background-image: url(/i/personal/nav/companies.svg)
}
.personal-nav__link_brands_view.active {
  background-image: url(/i/personal/nav/companies_w.svg)
}
.personal-nav__link_users_view {
  background-image: url(/i/personal/nav/users.svg)
}
.personal-nav__link_users_view.active {
  background-image: url(/i/personal/nav/users_w.svg)
}
.personal-nav__link_tariffs {
  background-image: url(/i/personal/nav/tariffs.svg)
}
.personal-nav__link_tariffs.active {
  background-image: url(/i/personal/nav/tariffs_w.svg)
}
.personal-nav__link_users {
  background-image: url(/i/personal/nav/users.svg)
}
.personal-nav__link_users.active {
  background-image: url(/i/personal/nav/users_w.svg)
}
.personal-nav__link_statistics {
  background-image: url(/i/personal/nav/statistics.svg)
}
.personal-nav__link_statistics.active {
  background-image: url(/i/personal/nav/statistics_w.svg)
}
.personal-nav__link_models {
  background-image: url(/i/personal/nav/models.svg)
}
.personal-nav__link_models.active {
  background-image: url(/i/personal/nav/models_w.svg)
}
.personal-nav__link_articles {
  background-image: url(/i/personal/nav/articles.svg)
}
.personal-nav__link_articles.active {
  background-image: url(/i/personal/nav/articles_w.svg)
}
.personal-nav__link_video {
  background-image: url(/i/personal/nav/video.svg)
}
.personal-nav__link_video.active {
  background-image: url(/i/personal/nav/video_w.svg)
}
.personal-nav__link_applications {
  background-image: url(/i/personal/nav/applications.svg)
}
.personal-nav__link_applications.active {
  background-image: url(/i/personal/nav/applications_w.svg)
}
.personal-nav__link_readers {
  background-image: url(/i/personal/nav/readers.svg)
}
.personal-nav__link_readers.active {
  background-image: url(/i/personal/nav/readers_w.svg)
}
.personal-nav__link_regions {
  background-image: url(/i/personal/nav/regions.svg)
}
.personal-nav__link_regions.active {
  background-image: url(/i/personal/nav/regions_w.svg)
}
.personal-nav__sub-link {
  font-size: 18px;
  color: #757575;
  display: block;
  padding: 11px 39px;
  border-radius: 50px;
  -webkit-transition: color .15s ease;
  -o-transition: color .15s ease;
  transition: color .15s ease
}
.personal-nav__sub-link:hover {
  color: #4c5475
}
.personal-nav__sub-link.active {
  color: #fff;
  background-color: #4c5475
}
.personal-block {
  padding-left: 10px
}
.personal-block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  padding-top: 10px;
  margin-bottom: 30px
}
.personal-block__top .fill-button {
  padding: 13px 30px;
  width: auto
}
.personal-block__top .fill-button_add,
.personal-block__top .fill-button_excel,
.personal-block__top .fill-button_pdf {
  padding: 13px 30px 13px 64px
}
.personal-block__top div {
  font-weight: 400;
  font-size: 14px;
  color: #757575;
  border-radius: 8px;
  padding: 8px 14px 8px 46px;
  background-color: #ededed;
  background-image: url(/i/personal/icon/alert.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 20px center
}
.personal-block__title {
  font-weight: 700;
  font-size: 20px;
  color: #242527;
  text-align: left;
  margin: 0
}
.form-group {
  margin-bottom: 20px
}
.form-group label {
  font-weight: 500;
  font-size: 18px;
  color: #4c5475;
  display: block;
  margin-bottom: 12px
}
.form-group input {
  display: block;
  width: 100%;
  border: 1px solid #ededed;
  border-radius: 100px;
  background-color: #fff;
  font-size: 14px;
  padding: 16px 20px;
  max-width: 100%;
  font-family: inter,sans-serif
}
.form-group input::-webkit-input-placeholder {
  color: #ababab
}
.form-group input::-moz-placeholder {
  color: #ababab
}
.form-group input:-ms-input-placeholder {
  color: #ababab
}
.form-group input::-ms-input-placeholder {
  color: #ababab
}
.form-group input::placeholder {
  color: #ababab
}
.select2 {
  width: 100%!important;
  max-width: 100%
}
.select2.select2-container--open .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.select2 .select2-selection--single {
  height: 50px;
  border: none;
  border: 1px solid #ededed;
  border-radius: 100px
}
.select2 .select2-selection--single .select2-selection__rendered {
  padding: 15px 40px 15px 20px;
  line-height: 1.4;
  font-size: 14px
}
.select2 .select2-selection--single .select2-selection__arrow {
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  background-image: url(/i/personal/icon/select.svg);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: center
}
.select2 .select2-selection--single .select2-selection__arrow b {
  display: none
}
.select2-container--open .select2-dropdown {
  padding: 10px 0;
  border: none;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px 0 rgba(57,64,83,.2);
  box-shadow: 0 10px 30px 0 rgba(57,64,83,.2);
  padding: 10px;
  border-radius: 10px;
  margin: 0 0 10px;
  min-width: 200px
}
.select2-container--open .select2-dropdown .select2-search__field {
  border-radius: 8px;
  border: 1px solid #d3d3d6;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 15px
}
.select2-container--open .select2-dropdown .select2-results__option {
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #111
}
.select2-container--open .select2-dropdown .select2-results__option--disabled {
  color: #999;
  cursor: not-allowed
}
.select2-container--open .select2-dropdown .select2-results__option--selected {
  background-color: #e1e1e1
}
.select2-container--open .select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #eee
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 100px
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-radius: 100px
}
.select2-results__options {
  scrollbar-width: thin;
  scrollbar-color: #ddd #fff
}
.select2-results__options::-webkit-scrollbar {
  width: 5px
}
.select2-results__options::-webkit-scrollbar-track {
  background: #fff
}
.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 20px;
  border: 2px solid #fff
}
.personal__user-data {
  padding-bottom: 25px
}
.personal-trendy {
  padding: 20px 0 35px
}
.personal-trendy__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px
}
.border-button {
  font-weight: 600;
  font-size: 14px;
  color: #4c5475;
  padding: 16px 35px;
  border: 2px solid #4c5475;
  border-radius: 99px;
  display: inline-block;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease
}
@media only screen and (min-width:1000px) {
  .border-button:hover {
    background-color: #4c5475;
    color: #fff
  }
}
.border-button:active {
  -webkit-transform: scale(.98);
  -ms-transform: scale(.98);
  transform: scale(.98)
}
.personal-trendy__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7px;
  margin-left: -7px;
  position: relative
}
.personal-trendy__row > * {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7px;
  padding-left: 7px
}
.personal-trendy__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
  max-width: 34%
}
.personal-trendy__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
  max-width: 66%
}
.personal-trendy__right .row {
  margin-left: -7px;
  margin-right: -7px
}
.personal-trendy__right .row > div {
  padding-left: 7px;
  padding-right: 7px
}
.personal-trendy-item {
  -webkit-box-shadow: 0 20px 30px 0 rgba(0,0,0,.1);
  box-shadow: 0 20px 30px 0 rgba(0,0,0,.1);
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 20px 30px
}
.personal-trendy-item__img {
  margin: 0 8px 17px;
  display: block;
  text-decoration: none
}
.personal-trendy-item__img img {
  width: 100%;
  height: auto;
  display: block
}
.personal-trendy-item__brand {
  font-weight: 500;
  font-size: 10px;
  color: #ababab;
  margin-bottom: 13px
}
.personal-trendy-item__title {
  font-weight: 600;
  font-size: 12px;
  color: #4c5475;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  height: 42px;
  overflow: hidden
}
.personal-trendy-item__title a {
  color: #4c5475
}
.personal-trendy-item__button {
  font-weight: 600;
  font-size: 12px;
  color: #fff!important;
  background-color: #4c5475;
  width: 100%;
  display: block;
  text-align: center;
  padding: 7px;
  border-radius: 99px
}
.personal-trendy-item_big .personal-trendy-item__img {
  margin: 0 43px 30px
}
.personal-trendy-item_big .personal-trendy-item__brand {
  font-weight: 500;
  font-size: 16px;
  color: #ababab
}
.personal-trendy-item_big .personal-trendy-item__title {
  height: auto;
  font-weight: 700;
  font-size: 16px;
  color: #4c5475
}
.personal-statistics {
  padding-top: 35px;
  margin-bottom: 50px
}
.personal-statistics .row {
  margin-left: -7px;
  margin-right: -7px
}
.personal-statistics .row > div {
  padding-left: 7px;
  padding-right: 7px
}
.personal-statistics__title {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  background-color: #4d5475;
  margin-bottom: 17px
}
.personal-statistics-item {
  line-height: 1.2;
  margin-top: 15px;
  border: 1px solid #d9dffa;
  border-radius: 10px;
  padding: 20px 25px;
  position: relative;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.personal-statistics-item__title {
  font-weight: 500;
  font-size: 20px;
  color: #8790ba
}
.personal-statistics-item__num {
  font-weight: 500;
  font-size: 45px;
  color: #4c5475
}
.personal-statistics-item__procent {
  position: absolute;
  bottom: 34px;
  right: 25px;
  background-color: #f6be2c;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  padding: 3px 6px 3px 34px;
  background-image: url(/i/personal/icon/trending_up.svg);
  background-repeat: no-repeat;
  background-position: 6px center;
  background-size: 20px;
  border-radius: 4px
}
.personal-statistics-item_big {
  height: calc(100% - 15px)
}
.personal-statistics-item_big .personal-statistics-item__title {
  font-size: 22px
}
.personal-statistics-item_big .personal-statistics-item__procent {
  top: 25px;
  right: 25px;
  bottom: auto
}
.personal-statistics-item_big .personal-statistics-item__num {
  font-size: 65px
}
.personal-banner {
  min-height: 312px;
  padding: 40px 86px;
  border-radius: 10px;
  margin-top: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.personal-banner__content {
  max-width: 380px
}
.personal-banner__content h2 {
  font-weight: 500;
  font-size: 29px;
  line-height: 1.10345;
  color: #fff
}
.personal-banner__content h2 span {
  display: block;
  font-weight: 700;
  font-size: 64px
}
.personal-banner__content p {
  font-size: 14px;
  color: rgba(255,255,255,.6)
}
.personal-banner__content ul {
  padding: 0;
  margin: 0;
  margin-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none
}
.personal-banner__content ul li {
  margin-right: 14px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0
}
.personal-banner__content a {
  font-weight: 600;
  font-size: 13px;
  color: #4c5475;
  padding: 12px 12px;
  background-color: #fff;
  border-radius: 70px;
  display: inline-block;
  width: 100%;
  text-align: center;
  max-width: 293px
}
.tarrif {
  border: 1px solid #d9dffa;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 50px
}
.tarrif__left {
  border: 1px solid #d9dffa;
  border-radius: 10px;
  padding: 30px;
  background-color: #f8f9ff
}
.tarrif__left ul {
  font-size: 16px;
  color: #7b7b7b;
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 24px
}
.tarrif__left li {
  margin-bottom: 15px
}
.tarrif__left li:last-child {
  margin-bottom: 0
}
.tarrif__title {
  font-weight: 700;
  font-size: 28px;
  color: #242527;
  margin: 0;
  margin-bottom: 25px
}
.fill-button {
  background-color: #4c5475;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  color: #fff!important;
  padding: 13px;
  border-radius: 38px;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease
}
@media only screen and (min-width:1000px) {
  .fill-button:hover {
    background-color: #424966
  }
}
.fill-button:active {
  -webkit-transform: scale(.98);
  -ms-transform: scale(.98);
  transform: scale(.98)
}
.tarrif__right {
  padding: 25px 15px
}
.tarrif__right div {
  font-weight: 700;
  font-size: 18px;
  color: #242527;
  margin-bottom: 20px
}
.tarrif__right ul {
  font-weight: 400;
  font-size: 15px;
  color: #7b7b7b;
  margin: 0;
  padding: 0;
  list-style-type: none
}
.tarrif__right li {
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative
}
.tarrif__right li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #4c5475;
  position: absolute;
  left: 0;
  top: 5px
}
.tarrif__right li:last-child {
  margin-bottom: 0
}
.check-circle {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background-image: url(/i/personal/icon/check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}
.check-circle_star {
  position: relative
}
.check-circle_star:after {
  content: "*";
  font-size: 22px;
  color: #c4c4c4;
  position: absolute;
  right: -10px;
  top: -5px
}
.not-circle {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-image: url(/i/personal/icon/not.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}
.comparison__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 2.52;
  text-align: center;
  color: #242527;
  margin: 0;
  margin-bottom: 20px
}
.comparison__table {
  font-size: 16px;
  color: #242527
}
.comparison__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #c4c4c4
}
.comparison__table tr:first-child {
  background-color: #f8f8f8;
  border-radius: 8px 8px 0 0;
  border: none
}
.comparison__table table {
  width: 100%
}
.comparison__table th {
  padding: 15px;
  font-weight: 400
}
.comparison__table td {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  text-align: center;
  color: #7b7b7b
}
.comparison__table td:first-child {
  background-color: #f8f8f8;
  padding: 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 600;
  color: #4c5475
}
.comparison__table td,
.comparison__table th {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0
}
.comparison__table td:first-child,
.comparison__table th:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%
}
.footnote {
  font-size: 17px;
  color: #7b7b7b;
  margin-top: 20px
}
.tarrif__bottom {
  max-width: 806px;
  margin-top: 60px
}
.tarrif__bottom .border-button,
.tarrif__bottom .fill-button {
  width: 100%;
  text-align: center
}
.tarrif__bottom .border-button {
  padding: 12px;
  font-size: 16px
}
.fill-button_add {
  background-image: url(/i/personal/icon/add.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 30px center;
  width: auto;
  padding: 13px 30px 13px 64px
}
.fill-button_pdf {
  background-image: url(/i/personal/icon/pdf.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 30px center;
  width: auto;
  padding: 13px 30px 13px 64px
}
.fill-button_excel {
  background-image: url(/i/personal/icon/excel.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 30px center;
  width: auto;
  padding: 13px 30px 13px 64px
}
.personal-search {
  background-color: #f8f8f8;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  margin-bottom: 30px
}
.personal-search input {
  width: 100%;
  border: none;
  background-color: transparent;
  font-size: 16px
}
.personal-search input::-webkit-input-placeholder {
  color: #979797
}
.personal-search input::-moz-placeholder {
  color: #979797
}
.personal-search input:-ms-input-placeholder {
  color: #979797
}
.personal-search input::-ms-input-placeholder {
  color: #979797
}
.personal-search input::placeholder {
  color: #979797
}
.personal-search button {
  width: 24px;
  height: 24px;
  font-size: 0;
  border: none;
  background: 0 0;
  background-image: url(/i/personal/icon/search.svg);
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease
}
@media only screen and (min-width:1000px) {
  .personal-search button:hover {
    opacity: .8
  }
}
.personal-search button:active {
  -webkit-transform: scale(.95);
  -ms-transform: scale(.95);
  transform: scale(.95)
}
.articles-item {
  margin-bottom: 50px
}
.articles-item__img {
  margin-bottom: 10px;
  overflow: hidden;
  display: block;
  text-decoration: none
}
.articles-item__img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  -o-transition: transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease,-webkit-transform .25s ease
}
@media only screen and (min-width:1000px) {
  .articles-item__img img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
  }
}
.articles-item__date {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  color: #7b7b7b;
  margin-bottom: 10px
}
.articles-item__title {
  font-weight: 600;
  font-size: 17px;
  color: #4c5475;
  margin: 0;
  margin-bottom: 20px;
  height: 63px;
  overflow: hidden
}
.articles-item__title a {
  text-decoration: none;
  color: #4c5475
}
.icon-buttons {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 28px
}
.icon-buttons li {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
  max-width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.icon-button {
  width: 28px;
  height: 28px;
  font-size: 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease
}
@media only screen and (min-width:1000px) {
  .icon-button:hover {
    opacity: .8
  }
}
.icon-button:active {
  -webkit-transform: scale(.95);
  -ms-transform: scale(.95);
  transform: scale(.95)
}
.icon-button__edit {
  background-image: url(/i/personal/icon/edit.svg)
}
.icon-button__remove {
  background-image: url(/i/personal/icon/remove.svg)
}
.videos-item {
  margin-bottom: 50px
}
.videos-item__img {
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  position: relative
}
.videos-item__img:after {
  content: "";
  display: inline-block;
  width: 64px;
  height: 45px;
  background-image: url(/i/icon/play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: calc(50% - 32px);
  top: calc(50% - 22px);
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease
}
.videos-item__img:hover:after {
  -webkit-transform: scale(.95);
  -ms-transform: scale(.95);
  transform: scale(.95)
}


.video-page-item__img:after {
  content: "";
  display: inline-block;
  width: 64px;
  height: 44px;
  background-image: url(/i/icon/play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
  position: absolute;
  top: calc(50% - 22px);
  left: calc(50% - 32px);
  -webkit-transition: -webkit-transform .15s ease;
  transition: -webkit-transform .15s ease;
  -o-transition: transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease,-webkit-transform .15s ease
}
.video-page-item:hover .video-page-item__img:after {
  -webkit-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9)
}
.videos-item__img img {
  width: 100%;
  height: auto;
  display: block
}
.videos-item__title {
  font-weight: 600;
  font-size: 20px;
  color: #4c5475;
  height: 48px;
  margin-bottom: 15px;
  overflow: hidden;
  line-height: 1.2;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease
}
@media only screen and (min-width:1000px) {
  .videos-item__title:hover {
    opacity: .8
  }
}
.videos-item__title:active {
  -webkit-transform: scale(.98);
  -ms-transform: scale(.98);
  transform: scale(.98)
}
.videos-item__title a {
  text-decoration: none;
  color: #4c5475
}
.article-top {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px
}
.article-top ul {
  font-size: 18px;
  color: #7b7b7b;
  padding: 0;
  margin: 0;
  list-style-type: none
}
.article-top li {
  margin-bottom: 8px
}
.article-top li:last-child {
  margin: 0
}
.article-top div {
  font-weight: 700;
  font-size: 18px;
  color: #4c5475
}
.form-group_big {
  margin-bottom: 40px
}
.form-group_big label {
  font-weight: 700;
  font-size: 24px;
  color: #4c5475;
  margin-bottom: 20px
}
.form-group_big input {
  font-weight: 600;
  font-size: 20px;
  color: #242527;
  padding: 20px 30px;
  border: 1px solid #7b7b7b
}
.edit__title {
  font-weight: 700;
  font-size: 24px;
  color: #4c5475;
  margin-bottom: 20px
}
.edit__block > * {
  width: 100%
}
.statistics__info {
  font-weight: 400;
  font-size: 16px;
  color: #ababab;
  margin-bottom: 40px
}
.statistics__info div {
  font-weight: 600;
  font-size: 20px;
  color: #4c5475;
  margin-bottom: 10px
}
.statistics__title {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  background-color: #4d5475;
  padding: 15px 25px;
  margin: 0;
  margin-bottom: 30px;
  border-radius: 8px;
  line-height: 1.2
}
.statistics__filter {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-top: 20px;
  border-top: 1px solid #ededed
}
.statistics__filter li {
  margin-right: 10px;
  margin-bottom: 10px
}
.radio-button {
  display: inline-block;
  cursor: pointer;
  position: relative
}
@media only screen and (min-width:1000px) {
  .radio-button {
    cursor: pointer
  }
  .radio-button:hover span {
    color: #4c5475
  }
}
.radio-button span {
  font-weight: 400;
  font-size: 16px;
  color: #757575;
  display: inline-block;
  padding: 13px 20px;
  background-color: #ededed;
  border-radius: 8px;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.radio-button input {
  position: absolute;
  visibility: hidden
}
.radio-button input:checked ~ span {
  background-color: #4c5475;
  color: #fff
}
.statistics__row.row {
  margin-bottom: 30px;
  margin-left: -10px;
  margin-right: -10px
}
.statistics__row.row > * {
  padding-left: 10px;
  padding-right: 10px
}
.highcharts-credits {
  display: none
}
.highcharts-figure {
  padding: 37px 30px 30px;
  margin: 0 0 80px;
  -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.05);
  box-shadow: 0 10px 15px 0 rgba(0,0,0,.05);
  background-color: #fff;
  border-radius: 15px
}
.top-models__title {
  font-weight: 600;
  font-size: 20px;
  color: #4c5475;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  -webkit-transition: color .15s ease;
  -o-transition: color .15s ease;
  transition: color .15s ease
}
@media only screen and (min-width:1000px) {
  .top-models__title:hover {
    color: #4d5475
  }
}
.top-models {
  border-radius: 15px;
  -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.05);
  box-shadow: 0 10px 15px 0 rgba(0,0,0,.05);
  background-color: #fff;
  padding: 30px 30px 50px;
  margin-bottom: 80px;
  margin-top: 40px
}
.top-models table,
.top-models tbody {
  display: block;
  width: 100%
}
.top-models tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  border: 1px solid #ededed;
  border-radius: 10px;
  padding: 20px 15px;
  margin-bottom: 10px
}
.top-models tr:first-child {
  border: none;
  margin: 0
}
.top-models th {
  font-weight: 400;
  font-size: 14px;
  color: #66605d
}
.top-models th:first-child {
  text-align: left
}
.top-models td,
.top-models th {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  max-width: 90px
}
.top-models td:first-child,
.top-models th:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 450px);
  flex: 0 0 calc(100% - 450px);
  max-width: calc(100% - 450px)
}
.top-models__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.top-models__name {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  font-weight: 400;
  font-size: 18px;
  color: #242527;
  padding-left: 20px;
  margin: 0
}
.top-models__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  border-radius: 4px;
  overflow: hidden
}
.top-models__img img {
  width: 100%;
  height: auto;
  display: block
}
.top-models__num {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #4c5475;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.downward-trend,
.upward-trend {
  width: 17px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}
.upward-trend {
  background-image: url(/i/personal/icon/upward.svg)
}
.downward-trend {
  background-image: url(/i/personal/icon/downward.svg)
}
.form-group_horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 37px
}
.form-group_horizontal label {
  font-size: 20px;
  margin: 0;
  margin-right: 20px;
  white-space: nowrap
}
.form-group_auto {
  margin-bottom: 20px
}
.form-group_auto .select2 {
  max-width: 200px
}
.personal-info {
  margin-bottom: 37px
}
.personal-info__item {
  border: 1px solid #d9dffa;
  border-radius: 10px;
  padding: 30px 30px 20px 150px;
  background-repeat: no-repeat;
  background-size: 105px;
  background-position: 25px center;
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  color: #8790ba;
  line-height: 1.2
}
.personal-info__item div {
  font-weight: 500;
  font-size: 40px;
  color: #4c5475;
  margin-top: 7px
}
.personal-info__procent {
  height: 100%;
  font-weight: 500;
  font-size: 30px;
  color: #c44d4b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.personal-info__procent div {
  padding-bottom: 25px;
  background-image: url(/i/personal/icon/arrow.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 94px auto
}
.behavior {
  -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.05),-3px -4px 9px 0 rgba(0,0,0,.02);
  box-shadow: 0 10px 15px 0 rgba(0,0,0,.05),-3px -4px 9px 0 rgba(0,0,0,.02);
  background-color: #fff;
  padding: 37px 30px 50px;
  border-radius: 15px;
  margin-bottom: 80px
}
.behavior .row {
  margin-left: -10px;
  margin-right: -10px
}
.behavior .row > * {
  padding-left: 10px;
  padding-right: 10px
}
.behavior-item__total {
  font-weight: 500!important;
  font-size: 46px;
  color: #4c5475!important
}
.behavior-item {
  border: 1px solid #d9dffa;
  border-radius: 10px;
  overflow: hidden
}
.behavior-item_loc {
  padding: 20px;
  margin-bottom: 20px
}
.behavior-item_loc ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #757575;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.behavior-item_loc ul li {
  padding: 5px 13px;
  background-color: #ededed;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 10px
}
.behavior-item__title {
  font-weight: 500;
  font-size: 16px;
  color: #4c5475;
  margin-bottom: 10px
}
.behavior-item_user {
  padding: 30px 20px 20px
}
.behavior-item_user ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}
.behavior-item_user li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.behavior-item_user strong {
  font-weight: 500;
  font-size: 14px;
  color: #4c5475
}
.behavior-item_user div {
  height: 15px;
  width: 100%;
  background: #f8f8f8;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  border-radius: 54px;
  margin-top: 8px;
  position: relative
}
.behavior-item_user span {
  position: absolute;
  height: 100%;
  background-color: #4c5475;
  border-radius: 54px;
  top: 0;
  left: 0;
  display: block
}
.recom {
  -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.05);
  box-shadow: 0 10px 15px 0 rgba(0,0,0,.05);
  background-color: #f8f8f8;
  padding: 40px 30px;
  border-radius: 15px;
  margin-bottom: 30px
}
.recom__title {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  color: #4c5475;
  margin-bottom: 20px;
  padding: 0
}
.recom-item {
  border: 1px solid #ededed;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.recom-item__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}
.recom-item__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  border-radius: 4px;
  overflow: hidden
}
.recom-item__img img {
  width: 100%;
  height: auto;
  display: block
}
.recom-item__title {
  font-size: 18px;
  color: #242527;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  padding-left: 20px
}
.recom-item__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  color: #4c5475;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.recom-item__right span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 210px;
  flex: 0 0 210px;
  max-width: 210px
}
.recom-item__procent {
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  padding: 3px 15px 3px 42px;
  background-color: #c44d4b;
  border-radius: 4px;
  background-image: url(/i/personal/icon/downward_w.svg);
  background-repeat: no-repeat;
  background-position: 16px center;
  background-size: 17px;
  margin-right: 30px;
  white-space: nowrap
}
.recom-button {
  text-align: center;
  margin-top: 40px
}
.recom-button .fill-button {
  width: auto;
  padding: 13px 30px
}
.filters {
  border-radius: 10px;
  padding-top: 20px;
  -webkit-transition: padding .15s ease;
  -o-transition: padding .15s ease;
  transition: padding .15s ease;
  margin-bottom: 30px
}
.filters .form-group {
  margin-top: 30px;
  margin-bottom: 0
}
.filters.active {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  background-color: #f8f8f8
}
.filters__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.filters__dates {
  font-weight: 500;
  font-size: 16px;
  color: #979797;
  background-image: url(/i/personal/icon/date.svg);
  background-repeat: no-repeat;
  padding-left: 30px;
  background-size: 20px
}
.filter-button {
  font-size: 16px;
  color: #242527;
  background-color: transparent;
  border: 1px solid #4c5475;
  border-radius: 4px;
  display: inline-block;
  padding: 9px 15px 9px 45px;
  background-image: url(/i/personal/icon/filter.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 13px center;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
  position: relative
}
@media only screen and (min-width:1000px) {
  .filter-button {
    cursor: pointer
  }
}
.filter-button:after {
  content: "";
  right: 0;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute
}
.filter-button.active {
  background-color: #4c5475;
  background-image: url(/i/personal/icon/filter_w.svg);
  color: #fff;
  padding-right: 49px
}
.filter-button.active:after {
  right: 15px;
  top: calc(50% - 12px);
  background-image: url(/i/personal/icon/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease
}
.filters__content {
  display: none
}
.filter-tag {
  font-weight: 500;
  font-size: 16px;
  color: #979797;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  padding: 2px 34px 2px 0;
  margin-left: 15px;
  background-image: url(/i/personal/icon/close_s.svg);
  background-repeat: no-repeat;
  background-position: 100% center;
  background-repeat: no-repeat
}
@media only screen and (min-width:1000px) {
  .filter-tag {
    cursor: pointer
  }
}
.filters__buttons {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0
}
.graphs {
  margin-bottom: 50px
}
.graphs__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  position: relative
}
.graphs__row > * {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px
}
.graphs__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%
}
.graphs__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%
}
.graphs-item {
  -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.05);
  box-shadow: 0 10px 15px 0 rgba(0,0,0,.05);
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  padding: 20px
}
.graphs-item__title {
  font-weight: 400;
  font-size: 14px;
  color: #ababab;
  margin-bottom: 40px
}
.graphs-item__title strong {
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: #4c5475;
  display: block;
  margin-bottom: 5px
}
.table {
  padding-top: 30px;
  margin-bottom: 70px
}
.table-search {
  background-color: #f8f8f8;
  margin-bottom: 30px;
  border-radius: 44px
}
.table-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.table-search .form-group {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  max-width: 160px;
  margin: 0
}
.table-search .form-group select {
  background-color: transparent;
  border: none;
  font-size: 16px
}
.table-search .personal-search {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin: 0;
  border-radius: 0;
  position: relative;
  background-color: transparent
}
.table-search .personal-search:after {
  content: "";
  width: 1px;
  height: 37px;
  display: inline-block;
  background-color: #7b7b7b;
  position: absolute;
  left: 0;
  top: calc(50% - 19px)
}
.table-block {
  scrollbar-width: thin;
  scrollbar-color: #ddd #fff
}
.table-block::-webkit-scrollbar {
  width: 5px
}
.table-block::-webkit-scrollbar-track {
  background: #fff
}
.table-block::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 2px;
  border: 2px solid #fff
}
.table-block {
  overflow-y: auto
}
.table-block table {
  width: 100%
}
.table-block thead {
  width: 100%
}
.table-block thead tr {
  background-color: #f8f8f8;
  border-radius: 8px
}
.table-block tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}
.table-block th {
  font-size: 16px;
  font-weight: 400;
  padding: 15px;
  color: #242527
}
.table-block th a {
  color: #242527!important;
  background-image: url(/i/personal/icon/sort.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 26px;
  -webkit-transition: opacity .15s ease;
  -o-transition: opacity .15s ease;
  transition: opacity .15s ease
}
@media only screen and (min-width:1000px) {
  .table-block th a:hover {
    opacity: .7
  }
}
.table-block td,
.table-block th {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 222px;
  flex: 0 0 222px;
  max-width: 222px
}
.table-block td:first-child,
.table-block th:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  max-width: 150px
}
.table-block td:nth-child(3),
.table-block th:nth-child(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  max-width: 250px
}
.table-block td:nth-child(6),
.table-block th:nth-child(6) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 122px;
  flex: 0 0 122px;
  max-width: 122px
}
.table-block td {
  font-size: 14px;
  color: #979797;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.table-block td:nth-child(4),
.table-block td:nth-child(5),
.table-block td:nth-child(6),
.table-block td:nth-child(7) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.personal-link {
  display: inline-block;
  width: 24px;
  height: 24px
}
.personal-link_down {
  background-image: url(/i/personal/icon/download.svg)
}
.personal-link_view {
  background-image: url(/i/personal/icon/view.svg)
}
.pagin {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.pagin li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  height: 40px
}
.pagin li:first-child {
  margin-right: 10px
}
.pagin li:last-child {
  margin-left: 10px
}
.pagin__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #242527;
  border-radius: 4px
}
@media only screen and (min-width:1000px) {
  .pagin__link:hover {
    color: #616469
  }
}
.pagin__link_active {
  background-color: #4c5475;
  color: #fff!important;
  cursor: default
}
.pagin__link_first,
.pagin__link_last {
  font-size: 0;
  background-image: url(/i/personal/icon/first.svg);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat
}
.pagin__link_last {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.personal-aside__button {
  display: none
}
@media only screen and (max-width:1200px) {
  .personal-name {
    margin: 0;
    margin-bottom: 20px;
    margin-left: 70px
  }
  .personal-aside {
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
  }
  .personal-aside.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 0 20px 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 20px 30px 0 rgba(0,0,0,.1)
  }
  .personal-aside.active .personal-aside__button span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 25px
  }
  .personal-aside.active .personal-aside__button span:nth-child(2) {
    opacity: 0
  }
  .personal-aside.active .personal-aside__button span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 25px
  }
  .personal-aside__button {
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: #f5f5f5;
    right: -70px;
    top: 3px;
    font-size: 0;
    display: inline-block;
    border: none;
    border-radius: 100%
  }
  .personal-aside__button span {
    background-color: #242527;
    width: 30px;
    height: 2px;
    display: inline-block;
    position: absolute;
    left: 10px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
  }
  .personal-aside__button span:first-child {
    top: 18px
  }
  .personal-aside__button span:nth-child(2) {
    top: 25px
  }
  .personal-aside__button span:nth-child(3) {
    top: 32px
  }
  .personal-banner {
    padding: 40px
  }
  .comparison__table td {
    height: 70px
  }
  .comparison__table {
    overflow-x: auto
  }
  .comparison__table table {
    width: 900px
  }
  .tarrif__title {
    font-size: 24px
  }
  .tarrif__left {
    padding: 20px
  }
  .tarrif {
    margin-bottom: 30px
  }
  .tarrif__bottom {
    margin-top: 30px
  }
  .tarrif__bottom .fill-button {
    margin-bottom: 10px
  }
  .videos-item__title {
    height: auto;
    font-size: 16px
  }
  .top-models__table {
    overflow-x: auto
  }
  .top-models__table table {
    min-width: 800px
  }
  .top-models__name {
    font-size: 16px
  }
  .top-models {
    margin-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 50px
  }
  .highcharts-figure {
    padding: 20px;
    margin-bottom: 50px
  }
  .form-group_horizontal {
    display: block
  }
  .form-group_horizontal label {
    margin-bottom: 10px
  }
  .personal-info__item {
    padding: 15px 15px 15px 110px;
    background-size: 75px;
    font-size: 14px;
    min-height: 110px;
    background-position: 15px center
  }
  .personal-info__item div {
    font-size: 30px
  }
  .personal-info__procent {
    min-height: 110px
  }
}
@media only screen and (max-width:992px) {
  .behavior-item {
    margin-bottom: 20px
  }
  .behavior {
    padding: 25px 20px 0;
    margin-bottom: 50px
  }
  .recom-item {
    display: block
  }
  .recom-item__left,
  .recom-item__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .recom-item__right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: block
  }
  .recom-item__right span {
    display: block
  }
  .recom-item__procent {
    display: inline-block;
    margin-bottom: 10px
  }
  .recom {
    padding: 30px 20px
  }
  .recom-item__left {
    margin-bottom: 10px
  }
  .recom-item__title {
    font-size: 16px
  }
  .statistics__title {
    font-size: 16px;
    padding: 12px 20px
  }
  .graphs__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px
  }
  .graphs__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .table {
    padding-top: 0;
    margin-bottom: 40px
  }
  .filters__top {
    display: block
  }
  .filters__buttons {
    margin-bottom: 20px
  }
}
.mobile {
  display: none
}
@media only screen and (max-width:768px) {
  .mobile {
    display: block
  }
  .desktop {
    display: none
  }
  .col50_mobile {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col100_mobile {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .personal-block__top {
    display: block
  }
  .personal-block__top div {
    display: inline-block
  }
  .personal-block__title {
    margin-bottom: 10px
  }
  .personal-trendy__left,
  .personal-trendy__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .personal-trendy-item_big {
    margin-bottom: 20px
  }
  .personal-trendy-item {
    margin-bottom: 10px;
    padding: 20px
  }
  .personal-trendy__top {
    display: block
  }
  .personal-block__title {
    margin-bottom: 20px
  }
  .personal-trendy {
    padding: 20px 0
  }
  .personal-block {
    padding: 0
  }
  .personal-statistics__title {
    font-size: 18px;
    margin-bottom: 10px
  }
  .personal-statistics-item__title {
    font-size: 17px
  }
  .personal-statistics-item {
    padding: 15px
  }
  .personal-statistics-item__procent {
    bottom: 25px;
    right: 15px
  }
  .personal-statistics-item_big {
    height: 200px
  }
  .personal-statistics-item_big .personal-statistics-item__procent {
    top: 15px;
    right: 15px
  }
  .personal-banner {
    padding: 20px 30px
  }
  .personal-banner__content h2 {
    font-size: 20px;
    margin-bottom: 10px
  }
  .personal-banner__content h2 span {
    font-size: 50px
  }
  .personal-banner__content ul {
    display: block
  }
  .personal-banner__content ul li {
    margin-bottom: 10px
  }
  .personal {
    padding-bottom: 50px
  }
  .recom-button {
    margin-top: 20px
  }
}
@media only screen and (max-width:480px) {
  .col100_small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .personal-aside {
    padding: 20px 10px;
    width: 240px
  }
  .personal-nav__sub-link {
    font-size: 16px
  }
  .personal-nav__link {
    font-size: 18px
  }
  .personal-user__content span {
    font-size: 14px
  }
  .personal-nav__link,
  .personal-nav__sub-link {
    padding-left: 35px
  }
  .personal-aside__button {
    right: -60px
  }
  .footnote {
    font-size: 15px
  }
  .personal-name {
    font-size: 20px;
    background-size: 50px;
    padding-left: 60px;
    margin-left: 60px
  }
  .videos-item__img:after {
    width: 50px;
    height: 34px;
    left: calc(50% - 25px);
    top: calc(50% - 17px)
  }
  .videos-item__img {
    margin-bottom: 15px
  }
  .videos-item {
    margin-bottom: 30px
  }
  .form-group_big label {
    font-size: 20px;
    margin-bottom: 10px
  }
  .form-group_big input {
    padding: 15px 25px;
    font-size: 16px
  }
  .edit__title {
    font-size: 20px;
    margin-bottom: 10px
  }
  .article-top {
    padding: 20px;
    display: block
  }
  .article-top ul {
    margin-bottom: 15px
  }
  .recom-item__left {
    display: block
  }
  .recom-item__img {
    margin-bottom: 10px
  }
  .recom-item__title {
    padding-left: 0;
    margin-bottom: 20px
  }
  .recom-item {
    padding: 20px
  }
}


#tabs.tabs-links {
  display: block;
  list-style-type: none;
  margin: 20px 0 40px;
  padding: 0
}
#tabs.tabs-links .tabs__link {
  border-bottom: 1px solid #ebebeb
}
section#content .row.video-page-row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
  margin-left: -9px;
  margin-right: -9px
}
section#content .row.video-page-row > * {
  padding-left: 9px;
  padding-right: 9px
}
.video-page-item {
  display: block;
  text-decoration: none;
  margin-bottom: 30px
}
.video-page-item:hover .video-page-item__img:after {
  -webkit-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9)
}
.video-page-item__img {
  margin-bottom: 20px;
  position: relative
}
.video-page-item__img:after {
  content: "";
  display: inline-block;
  width: 64px;
  height: 44px;
  background-image: url(../i/icon/play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
  position: absolute;
  top: calc(50% - 22px);
  left: calc(50% - 32px);
  -webkit-transition: -webkit-transform .15s ease;
  transition: -webkit-transform .15s ease;
  -o-transition: transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease,-webkit-transform .15s ease
}
.video-page-item__img img {
  width: 100%;
  height: auto;
  display: block
}
.video-page-item__title {
  font-weight: 600;
  font-size: 20px;
  color: #4c5475
}
section#content .row.publications__row {
  margin-left: -10px;
  margin-right: -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto
}
section#content .row.publications__row > * {
  padding-left: 10px;
  padding-right: 10px
}
.publications-item {
  margin-bottom: 40px
}
.publications-item a {
  text-decoration: none
}
.publications-item__img {
  margin-bottom: 10px
}
.publications-item__img img {
  display: block;
  width: 100%;
  height: auto
}
.publications-item__date {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  color: #7b7b7b;
  margin-bottom: 10px
}
.publications-item__title {
  font-weight: 600;
  font-size: 17px;
  color: #4c5475;
  margin: 0;
  margin-bottom: 20px;
  height: 60px;
  overflow: hidden;
  line-height: 1.2
}
.publications-item__more {
  font-weight: 500;
  font-size: 16px;
  color: #4c5475;
  padding-right: 20px;
  background-image: url(../i/icon/right.svg);
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 8px auto;
  display: inline-block
}
section#content .row.publications-item__row {
  margin-left: -10px;
  margin-right: -10px
}
section#content .row.publications-item__row > * {
  padding-left: 10px;
  padding-right: 10px
}
.publications-item_big .publications-item__img {
  margin-bottom: 0
}
.publications-item__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.publications-item__content .publications-item__title {
  height: auto;
  margin-bottom: 10px;
  font-size: 20px
}
.publications-item__text {
  font-weight: 400;
  font-size: 16px;
  color: #7b7b7b;
  margin: 0;
  margin-bottom: 30px
}
.publication__date {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  color: #7b7b7b;
  margin-bottom: 10px
}
.publication__title {
  font-weight: 600;
  font-size: 28px;
  color: #4c5475;
  text-align: left;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 10px
}
.publication__content {
  font-weight: 700;
  font-size: 16px;
  color: #7b7b7b;
  margin-bottom: 80px;
  line-height: 1.2
}
.publication__content > :last-child {
  margin-bottom: 0
}
.publication__content p {
  margin: 0;
  margin-bottom: 30px
}
.publication__content a {
  text-decoration: underline
}
.publication__content img {
  max-width: 100%;
  margin-bottom: 20px
}
.publication__content h2,
.publication__content h3,
.publication__content h4,
.publication__content h5,
.publication__content h6 {
  font-weight: 600;
  font-size: 24px;
  color: #4c5475;
  margin-bottom: 20px
}
.publication__content ul {
  padding: 0;
  margin: 0;
  padding-left: 20px;
  margin-bottom: 30px
}
.publication__content ul li {
  margin-bottom: 10px
}
.publication__content ul li:last-child {
  margin-bottom: 0
}
.publication-buttons {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.publication-buttons li {
  margin-right: 15px
}
.publication-buttons li:last-child a {
  background-color: #4c5475;
  color: #fff
}
.publication-buttons li:last-child a:hover {
  background-color: #565f84
}
.publication-buttons a {
  display: inline-block;
  width: 273px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #4c5475;
  text-align: center;
  border: 2px solid #4c5475;
  border-radius: 100px;
  padding: 17px;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease
}
.publication-buttons a:hover {
  background-color: #4c5475;
  color: #fff
}
.publication-buttons a:active {
  -webkit-transform: scale(.98);
  -ms-transform: scale(.98);
  transform: scale(.98)
}
.tariffs__title {
  font-size: 35px;
  margin-bottom: 12px
}
.tariffs__text {
  font-size: 16px;
  text-align: center;
  color: #7b7b7b;
  max-width: 548px;
  margin: 0 auto 50px
}
section#content .tariffs .row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
  margin-left: -10px;
  margin-right: -10px
}
section#content .tariffs .row > * {
  padding-left: 10px;
  padding-right: 10px
}
.tariffs-item {
  border: 1px solid #d9dffa;
  border-radius: 10px;
  padding: 10px;
  min-height: 652px;
  margin-bottom: 20px
}
.tariffs-item__top {
  border: 1px solid #d9dffa;
  background-color: #f8f9ff;
  border-radius: 10px;
  padding: 30px 25px;
  min-height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px
}
.tariffs-item__title {
  font-weight: 700;
  font-size: 22px;
  color: #242527;
  margin-bottom: 20px
}
.tariffs-item__price {
  font-size: 28px;
  color: #7b7b7b;
  margin-bottom: 15px
}
.tariffs-item__price strong {
  font-weight: 400;
  font-size: 36px;
  letter-spacing: -.05em;
  color: #4c5475;
  margin-right: 5px;
  white-space: nowrap
}
.tariffs-item__info {
  font-weight: 400;
  font-size: 16px;
  color: #7b7b7b;
  margin-bottom: 10px
}
.tariffs-item__button {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  padding: 13px;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-align: center;
  background-color: #4c5475;
  border-radius: 38px;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease
}
.tariffs-item__button:hover {
  background-color: #565f84;
  color: #fff
}
.tariffs-item__button:active {
  -webkit-transform: scale(.98);
  -ms-transform: scale(.98);
  transform: scale(.98)
}
.tariffs-item_silver .tariffs-item__top {
  border: 1px solid #ededed;
  background-color: #f8f8f8
}
.tariffs-item_active {
  border: 2px solid #4c5475;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0,0,0,.1);
  box-shadow: 0 20px 30px 0 rgba(0,0,0,.1)
}
.tariffs-item__text {
  padding: 0 15px
}
.tariffs-item__text p {
  font-size: 15px;
  color: #7b7b7b;
  margin: 0;
  margin-top: 40px
}
.tariffs-item__head {
  font-weight: 700;
  font-size: 20px;
  color: #242527;
  margin-bottom: 20px
}
.tariffs-item__ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #7b7b7b
}
.tariffs-item__ul li {
  margin-bottom: 10px;
  padding: 2px 2px 2px 30px;
  background-image: url(../i/icon/plus.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 0 center
}
.tariffs-item__ul li strong {
  font-weight: 600;
  color: #7b7b7b
}
.tariffs-item__ul .check {
  background-image: url(../i/icon/check.svg);
  background-size: 22px
}
.tariffs__note {
  font-size: 17px;
  color: #7b7b7b;
  margin-top: 20px
}
.function {
  padding-bottom: 140px
}
.function .container {
  max-width: 1200px
}
.function__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.4336;
  text-align: center;
  color: #242527;
  margin-bottom: 60px
}
.function__table {
  font-size: 16px;
  color: #242527
}
.function__table table {
  width: 100%
}
.function__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c4c4c4
}
.function__table tr:first-child {
  background-color: #f8f8f8;
  border-radius: 8px;
  border: none
}
.function__table th {
  padding: 15px;
  font-weight: 400
}
.function__table td,
.function__table th {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0
}
.function__table td:first-child,
.function__table th:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%
}
.function__table td {
  font-size: 14px;
  color: #979797;
  line-height: 1.2;
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.function__table td strong {
  font-weight: 600;
  font-size: 16px;
  color: #4c5475;
  display: block;
  margin-bottom: 5px
}
.function__table td:first-child {
  padding: 24px 20px;
  background-color: #f8f9ff;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.check-circle,
.error-circle {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-image: url(../../i/icon/check-circle.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}
.error-circle {
  background-image: url(../../i/icon/error-circle.svg)
}
.circle_star {
  position: relative
}
.circle_star:after {
  content: "*";
  display: inline-block;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -.05em;
  color: #c44d4b;
  position: absolute;
  right: -10px;
  top: -5px
}
.function__note {
  font-weight: 400;
  font-size: 17px;
  color: #7b7b7b;
  margin-top: 30px
}
#tabs.news-feed__links {
  list-style-type: none;
  padding: 0;
  margin: 0
}
#tabs.news-feed__links li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  white-space: nowrap
}
#tabs.news-feed__links li a {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.news-feed__title {
  font-size: 35px;
  line-height: 1.4;
  margin-bottom: 30px
}
.search-sort {
  margin-bottom: 20px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.search-block {
  background-color: #f8f8f8;
  border-radius: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 13px 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin-right: 10px
}
.search-block button {
  width: 24px;
  height: 24px;
  font-size: 0;
  background-image: url(../i/icon/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 10px;
  border: none;
  background-color: transparent;
  cursor: pointer
}
.search-block input {
  font-size: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  border: none;
  background-color: transparent
}
.search-block input::-webkit-input-placeholder {
  color: #979797
}
.search-block input::-moz-placeholder {
  color: #979797
}
.search-block input:-ms-input-placeholder {
  color: #979797
}
.search-block input::-ms-input-placeholder {
  color: #979797
}
.search-block input::placeholder {
  color: #979797
}
.sort-block {
  position: relative
}
.sort-block__result {
  font-size: 16px;
  color: #242527;
  border: 1px solid #ededed;
  border-radius: 54px;
  padding: 15px 61px 15px 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: url(../i/icon/sort.svg);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: calc(100% - 30px) center
}
.sort-block__list {
  position: absolute;
  top: 45px;
  -webkit-box-shadow: 0 6px 10px 1px rgba(0,0,0,.1);
  box-shadow: 0 6px 10px 1px rgba(0,0,0,.1);
  padding: 20px;
  list-style-type: none;
  border-radius: 10px;
  width: 100%;
  display: none;
  z-index: 2;
  background-color: #fff
}
.sort-block__list li {
  margin-bottom: 10px
}
.sort-block__list li:last-child {
  margin-bottom: 0
}
.sort-block__list a {
  color: #242527;
  font-size: 16px
}
.brand-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 40px
}
.brand-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px
}
.brand-list img {
  max-width: 60%;
  max-height: 80%;
  display: block
}
.brand-list label {
  display: block;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 10px 1px rgba(0,0,0,.1);
  box-shadow: 0 6px 10px 1px rgba(0,0,0,.1);
  position: relative;
  -webkit-transition: -webkit-box-shadow .15s ease;
  transition: -webkit-box-shadow .15s ease;
  -o-transition: box-shadow .15s ease;
  transition: box-shadow .15s ease;
  transition: box-shadow .15s ease,-webkit-box-shadow .15s ease
}
.brand-list label:hover {
  -webkit-box-shadow: 0 3px 10px 1px rgba(0,0,0,.1);
  box-shadow: 0 3px 10px 1px rgba(0,0,0,.1)
}
.brand-list input {
  position: absolute;
  visibility: hidden
}
.brand-list input:checked ~ span {
  border-color: #4c5475
}
.brand-list span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 16px;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease
}
.brand-list li:first-child input:checked ~ span {
  background-color: #4c5475;
  color: #fff
}
.publications-item_border {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 40px 0
}
.pagin {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 70px
}
.pagin li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  height: 40px
}
.pagin li:first-child {
  margin-right: 10px
}
.pagin li:last-child {
  margin-left: 10px
}
.pagin__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #242527;
  border-radius: 4px
}
@media only screen and (min-width:1000px) {
  .pagin__link:hover {
    color: #616469
  }
}
.pagin__link_active {
  background-color: #4c5475;
  color: #fff!important;
  cursor: default
}
.pagin__link_first,
.pagin__link_last {
  font-size: 0;
  background-image: url(../i/icon/first.svg);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat
}
.pagin__link_last {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
@media only screen and (max-width:1400px) {
  #tabs.news-feed__links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none
  }
  #tabs.news-feed__links li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    margin-bottom: 10px
  }
}
@media only screen and (max-width:1200px) {
  .brand-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
}
@media only screen and (max-width:992px) {
  #tabs.news-feed__links li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
}
@media only screen and (max-width:768px) {
  .search-sort {
    padding: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
  .search-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 10px
  }
  #tabs.news-feed__links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  #tabs.news-feed__links li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .publications-item_big .publications-item__img {
    margin-bottom: 10px
  }
  .publications-item__title {
    height: auto
  }
  .publications-item__content .publications-item__title {
    font-size: 17px
  }
  .publications-item__text {
    font-size: 14px
  }
  .publication__content {
    margin-bottom: 40px
  }
  .publication__content p {
    margin-bottom: 20px
  }
  .publication__content img {
    width: 100%!important;
    margin: 0 0 20px!important
  }
  .publication-buttons {
    display: block
  }
  .publication-buttons li {
    margin-bottom: 10px
  }
  .publication__title {
    font-size: 24px
  }
  .function {
    padding-top: 30px
  }
  .function__table {
    overflow-x: auto
  }
  .function__table table {
    width: 900px
  }
  .function__title {
    margin-bottom: 30px;
    font-size: 28px
  }
  .brand-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
}
@media only screen and (max-width:576px) {
  .tariffs-item {
    min-height: auto
  }
  .tariffs__title {
    font-size: 28px
  }
  .tariffs__text {
    margin-bottom: 30px
  }
  .tariffs-item {
    padding-bottom: 20px
  }
  .tariffs-item__text p {
    margin-top: 20px
  }
}
@media only screen and (max-width:420px) {
  .brand-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .pagin {
    margin-top: 0;
    margin-bottom: 50px
  }
}


