@charset "UTF-8";
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000;
  background: #4c4c4c;
  color: #fff;
}

.tooltipster-default .tooltipster-content {
  font-family: Arial,sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}

.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}

.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}

.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform,opacity;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

.tooltipster-content-changing {
  opacity: .5;
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.tooltipster-shadow {
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
  color: #2c2c2c;
}

.tooltipster-shadow .tooltipster-content {
  font-family: 'Arial',sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
}

/* Your custom fonts here */
/* Example

@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/Custom-Font.eot');
    src: url('../fonts/Custom-Font.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Custom-Font.woff') format('woff'),
         url('../fonts/Custom-Font.svg#custom_font') format('svg');
    font-weight: 400;       // For normal width. It could has another value   
    font-style: normal;     // Also could has another value
    }


// Var for using custom font
$CustomFont: 'CustomFont', Helvetica, Arial, sans-serif;
*/
.btn {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn {
  text-transform: uppercase;
  line-height: 14px;
  font-size: 1rem;
  cursor: pointer;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 0 13px rgba(218, 52, 22, 0.34);
  background-color: #e0725e;
  border-color: #e0725e;
}

.btn-primary:hover, .btn-primary:active {
  background-color: #b54b37 !important;
  border-color: #b54b37 !important;
}

.btn-big {
  max-width: 275px;
  width: 100%;
  height: 67px;
  vertical-align: middle;
  font-weight: 700;
  line-height: 52px;
}

.btn-medium {
  width: 220px;
  height: 58px;
  vertical-align: middle;
}

.btn-small {
  width: 160px;
  height: 38px;
  font-size: 13px;
  line-height: 25px;
  vertical-align: middle;
}

.btn-outline-primary {
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  color: #583c38;
  font-weight: 500;
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-color: #583c38;
}

.btn-outline-primary:hover, .btn-outline-primary:active {
  background-color: #583c38 !important;
  color: #fff !important;
  border-color: #583c38 !important;
}

.btn-outline-secondary {
  border-color: #fff;
  color: #fff;
}

.btn-outline-secondary:hover {
  color: #09080d;
  border-color: #fff;
  background-color: #fff;
}

.icons {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
}

.icons__icon {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.icons__icon svg {
  width: 100%;
  height: 100%;
}

.icons__name {
  font-size: 18px;
  text-align: center;
}

.icons__box {
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 20px;
  margin-bottom: 30px;
  -webkit-transition: background-color ease-in-out .3s;
  transition: background-color ease-in-out .3s;
}

.icons__box:hover {
  background-color: #eee;
}

/* png-sprite-icon */
.sprite {
  background-image: url(../img/general/sprite.png);
  background-repeat: no-repeat;
  display: block;
}

.sprite-area {
  width: 75px;
  height: 75px;
  background-position: -5px -5px;
}

.sprite-area-hover {
  width: 75px;
  height: 75px;
  background-position: -90px -5px;
}

.sprite-bulb {
  width: 69px;
  height: 79px;
  background-position: -175px -5px;
}

.sprite-collection {
  width: 78px;
  height: 68px;
  background-position: -5px -90px;
}

.sprite-economic {
  width: 71px;
  height: 66px;
  background-position: -93px -90px;
}

.sprite-economic-hover {
  width: 71px;
  height: 66px;
  background-position: -174px -94px;
}

.sprite-human {
  width: 78px;
  height: 73px;
  background-position: -5px -170px;
}

.sprite-human-hover {
  width: 78px;
  height: 73px;
  background-position: -93px -170px;
}

.sprite-peoples {
  width: 77px;
  height: 73px;
  background-position: -254px -5px;
}

/* document style */
html, body, *:after, *:before, * {
  font-family: 'Fira Sans', sans-serif;
}

html, body {
  font-size: 16px;
}

textarea {
  resize: none;
}

a:hover {
  text-decoration: none;
}

.body {
  overflow-x: hidden;
}

.document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.document__content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.document__footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 60px;
}

@media only screen and (max-width: 1279px) {
  .document__footer {
    padding-top: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .document__footer {
    padding-top: 30px;
  }
}

/* pagination */
.custom-pagination-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .custom-pagination-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.custom-pagination-btn > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.custom-pagination-btn .custom-pagination {
  margin: 0;
  margin-right: 25px;
}

@media only screen and (max-width: 991px) {
  .custom-pagination-btn .custom-pagination {
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.custom-pagination-btn .btn {
  height: 54px;
  line-height: 54px;
  min-width: 180px;
  padding: 0;
  border-radius: .25rem;
}

@media only screen and (max-width: 991px) {
  .custom-pagination-btn .btn {
    height: 35px;
    line-height: 35px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.custom-pagination-btn .btn + .btn {
  margin-left: 15px;
}

.wrap-pagination {
  margin-top: 68px;
  margin-bottom: 85px;
  text-align: center;
}

.custom-pagination {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.custom-pagination li {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
}

.custom-pagination li:last-child {
  margin-right: 0px;
}

.custom-pagination li a, .custom-pagination li span {
  border: 1px solid #583c38;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  padding: 0;
  width: 54px;
  height: 54px;
  line-height: 54px;
  color: #583c38;
  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-right: 10px;
  margin-bottom: 10px;
  border-radius: .25rem;
}

@media only screen and (max-width: 991px) {
  .custom-pagination li a, .custom-pagination li span {
    width: 35px;
    height: 35px;
    min-width: 33%;
    margin-right: 5px;
    font-size: 14px;
  }
}

.custom-pagination li:last-child a, .custom-pagination li:last-child span {
  margin-right: 0px;
}

.custom-pagination li.prev a,
.custom-pagination li.next a,
.custom-pagination li.prev span,
.custom-pagination li.next span {
  border: 1px solid #583c38;
}

.custom-pagination li.hidden span {
  background: #ebebeb;
  border: 1px solid #ebebeb;
}

.custom-pagination li a:hover,
.custom-pagination li.active a,
.custom-pagination li.active span {
  background-color: #583c38;
  color: #fff;
}

.custom-pagination li a svg, .custom-pagination li span svg {
  width: 12px;
  height: 12px;
}

.custom-pagination li.disabled a, .custom-pagination li.disabled span {
  color: #d5dae0;
  cursor: default;
}

.custom-pagination li.disabled a:hover, .custom-pagination li.disabled span:hover {
  background-color: #ffffff;
}

.custom-pagination li .dots {
  display: inline-block;
  padding: 11px 10px;
  line-height: 1em;
}

.html h1, .html h2, .html h3, .html h4, .html h5, .html h6 {
  font-weight: 700;
}

.html img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}

.html table {
  margin-top: 20px;
  margin-bottom: 30px;
}

.section {
  padding-top: 70px;
  padding-bottom: 75px;
}

.section-title {
  margin-bottom: 50px;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.34px;
  color: #252525;
  line-height: 2.5rem;
  font-size: 2.125rem;
}

.section-title_is-page {
  font-size: 34px;
  line-height: 45px;
  letter-spacing: -0.34px;
  font-weight: 700;
  opacity: 0.92;
  color: #2d2d2d;
  margin-bottom: 20px;
  text-align: left;
}

.section-title_is-page.h1 {
  font-size: 42px;
  line-height: normal;
  color: #252525;
}

@media only screen and (max-width: 1279px) {
  .section-title_is-page.h1 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title_is-page.h1 {
    font-size: 32px;
  }
}

.section-title_is-page.h2 {
  color: #2d2d2d;
}

@media only screen and (max-width: 1279px) {
  .section-title_is-page {
    font-size: 1.3125rem;
    line-height: 1.5625rem;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title_is-page {
    font-size: 1.1875rem;
    line-height: 1.5rem;
    margin-bottom: 20px;
    letter-spacing: -0.19px;
  }
}

.section-descript {
  color: #2d2d2d;
  opacity: 0.92;
  font-size: 24px;
  letter-spacing: -0.24px;
  line-height: 36px;
}

@media screen and (max-width: 1279px) {
  .section-descript {
    font-size: 21px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .section-descript {
    font-size: 18px;
  }
}

.page-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 42px;
  line-height: normal;
  text-align: left;
  color: #252525;
}

@media only screen and (max-width: 1279px) {
  .page-title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 992px) {
  .page-title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .page-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .page-title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1279px) {
  .section-title {
    font-size: 1.3125rem;
    line-height: 1.5625rem;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 1.1875rem;
    line-height: 1.5rem;
    margin-bottom: 20px;
    letter-spacing: -0.19px;
  }
  .section-title br {
    display: none;
  }
}

.double {
  padding-top: 70px;
  padding-bottom: 170px;
}

.double__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1280px) {
  .double__flex {
    margin: 0 -10px;
  }
}

@media (min-width: 1340px) {
  .double__flex {
    margin: 0 -27.5px;
  }
}

.double__aside {
  width: 433px;
}

.double__content {
  width: 1433px;
}

@media (min-width: 1280px) {
  .double__aside, .double__content {
    margin: 0 10px;
  }
}

@media (min-width: 1340px) {
  .double__aside, .double__content {
    margin: 0 27.5px;
  }
}

@media only screen and (max-width: 2000px) {
  .double__aside {
    width: 300px;
  }
  .double__content {
    width: 1053px;
  }
}

@media only screen and (max-width: 1800px) {
  .double__aside {
    width: 282px;
  }
  .double__content {
    width: 956px;
  }
}

@media only screen and (max-width: 1279px) {
  .double {
    padding-top: 25px;
  }
  .double__content {
    width: calc(100% - 260px);
  }
  .double__aside {
    width: 220px;
  }
}

@media only screen and (max-width: 767px) {
  .double {
    padding-top: 18px;
    padding-bottom: 30px;
  }
  .double__content {
    width: 100%;
  }
  .double__aside {
    display: none;
  }
}

.plan-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2px 2px;
}

@media only screen and (max-width: 1279px) {
  .plan-table__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 10px;
  }
}

.plan-table__col {
  margin: 0 2px;
  padding: 25px 30px;
  background: #f3f3f3;
  font-size: 19px;
  line-height: normal;
}

@media only screen and (max-width: 1279px) {
  .plan-table__col {
    margin-bottom: 2px;
    padding: 20px;
    text-align: center;
    font-size: 16px;
  }
}

.plan-table__col_date {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.plan-table__col_date::after {
  content: '';
  position: absolute;
  top: 30px;
  right: -10px;
  width: 16px;
  height: 16px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background: #e57e6b;
}

@media only screen and (max-width: 1279px) {
  .plan-table__col_date::after {
    left: 0;
    right: 0;
    bottom: -35px;
    margin: auto;
  }
}

.plan-table__col_text {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}

.form__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(204, 204, 204, 0.87);
  border-radius: 5px;
}

.form__input_textarea {
  min-height: 240px;
  padding: 16px;
}

.form__submit {
  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;
  max-width: 160px;
  width: 100%;
  height: 38px;
  border-radius: 5px;
  border: 1px solid #583c38;
  background-color: #583c38;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color .2s, background-color .2s;
  transition: color .2s, background-color .2s;
}

.form__submit:hover {
  background-color: transparent;
  color: #583c38;
}

.select2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  width: 100% !important;
}

.select2-container--open .select2-dropdown {
  left: 0;
  top: 0px;
}

.select2-container--focus .select2-selection--multiple {
  border: solid #d2d2d2 1px !important;
  outline: 0 !important;
}

.select2-container .select2-selection--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  padding: 0 8px;
  border: 1px solid #ccc;
  border-radius: 5px !important;
  font-size: 18px;
}

.select2-container .select2-selection--multiple {
  min-height: 48px;
  border: 1px solid #ccc;
  border-radius: 5px !important;
  font-size: 18px;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
  margin-top: 8px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  height: 100%;
}

.select2-selection {
  outline: none;
}

.select2-selection__arrow {
  margin: auto;
  top: 3px !important;
  bottom: 0;
  right: 10px !important;
}

.select2-dropdown {
  border: none;
}

.select2-results__options {
  max-height: 270px;
}

.select2-results__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  padding: 0 16px;
  font-size: 19px;
}

.select2-results__option:nth-child(even) {
  background: #f3f3f3;
}

.modal-dialog_register, .modal-dialog_auth {
  max-width: 790px;
}

.modal-dialog_thanks {
  max-width: 605px;
}

.modal-dialog_thanks .modal-body {
  padding-top: 0;
}

.modal-dialog_thanks .modal-content {
  padding-bottom: 40px;
}

.modal-backdrop {
  background-color: #fff;
}

.modal-content {
  -webkit-box-shadow: 0 0 26px rgba(78, 78, 78, 0.12);
          box-shadow: 0 0 26px rgba(78, 78, 78, 0.12);
  border: 1px solid rgba(196, 196, 196, 0.81);
  background-color: #ffffff;
}

.modal-header {
  display: block;
  margin: 0 auto;
  border-bottom: none;
}

.modal-header .close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: url("../img/minified-svg/form_closer.svg") no-repeat center/16px;
}

.modal-body {
  padding: 30px 65px 0;
}

@media (max-width: 767px) {
  .modal-body {
    padding: 30px 30px 0;
  }
}

.modal-body__phrase {
  max-width: 380px;
  margin: 0 auto 30px;
  font-size: 19px;
  text-align: center;
}

.modal-body__phrase a {
  font-weight: 500;
  text-decoration: underline;
  color: #000;
}

.modal-body__phrase a:hover {
  text-decoration: none;
}

.modal-title {
  font-weight: 700;
  font-size: 30px;
}

@media (max-width: 767px) {
  .modal-title {
    font-size: 24px;
  }
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: none;
  padding-bottom: 0;
}

.modal-footer__button {
  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;
  max-width: 150px;
  width: 100%;
  height: 44px;
  background-color: #e5e5e5;
  font-weight: 500;
  color: #000;
  -webkit-transition: background-color .2s, color .2s;
  transition: background-color .2s, color .2s;
}

.modal-footer__button:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}

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

@media screen and (max-width: 1040px) {
  .modal-form__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.modal-form__content {
  padding-left: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
}

@media screen and (max-width: 1040px) {
  .modal-form__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding-left: 0;
  }
}

.modal-form__content b {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 20px;
}

.modal-form__content .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px -9px 0;
}

.modal-form__content .socials__item {
  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;
  width: 32px;
  height: 32px;
  margin: 0 9px 18px;
  border-radius: 50%;
}

.modal-form__content .socials__item img {
  max-width: 100%;
  width: 100%;
}

.modal-form__groups {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1040px) {
  .modal-form__groups {
    margin-bottom: 10px;
  }
}

.modal-form__group {
  margin-bottom: 14px;
  width: 100%;
}

@media screen and (max-width: 1040px) {
  .modal-form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.modal-form__input {
  max-width: 315px;
  width: 100%;
  height: 45px;
}

.modal-form__input::-webkit-input-placeholder {
  color: #000;
}

.modal-form__input::-moz-placeholder {
  color: #000;
}

.modal-form__input:-ms-input-placeholder {
  color: #000;
}

.modal-form__input::-ms-input-placeholder {
  color: #000;
}

.modal-form__input::placeholder {
  color: #000;
}

@media screen and (max-width: 1040px) {
  .modal-form__input {
    margin: 0 auto;
  }
}

.modal-form__label {
  margin: 15px 0 20px;
  font-weight: 500;
  letter-spacing: -0.17px;
}

@media screen and (max-width: 1040px) {
  .modal-form__label {
    margin: 15px auto 20px;
  }
}

.modal-form__submit {
  max-width: 225px;
  margin: 0 auto;
}

.modal-form__submit_mini {
  max-width: 135px;
}

.modal-form__policy {
  position: relative;
  margin: 10px auto 40px;
  padding-left: 35px;
  font-size: 15px;
  cursor: pointer;
}

@media screen and (max-width: 1040px) {
  .modal-form__policy {
    margin: 10px auto 40px;
  }
}

.modal-form__policy a {
  font-weight: 700;
  text-decoration: underline;
  letter-spacing: -0.15px;
  color: #000;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.modal-form__policy a:hover {
  color: #583c38;
}

.modal-form__policy span.checker {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  background-color: transparent;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.modal-form__policy [type="checkbox"] {
  display: none;
}

.modal-form__policy [type="checkbox"]:checked + span.checker {
  background-color: #583c38;
}

.modal-form__tel-submit {
  display: none;
  margin-top: 10px;
}

.modal-form__tel-submit.is_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #e57e6b;
}

.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: #e57e6b;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  width: 7px;
  padding: 20px 0 15px;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  background-color: #c0c0c0;
}

.os-scrollbar-vertical {
  right: 15px;
}

.no-pt {
  padding-top: 0 !important;
}

.datepicker--day-name {
  color: #583c38;
}

.datepicker--cell.-current- {
  color: #e0725e;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #e0725e;
}

.datepicker--cell.-selected-.-focus- {
  background: #e0725e;
}

.placemark_layout_container {
  position: relative;
  font-family: Georgia;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}

/* Круглый макет метки */
.circle_layout {
  background-color: white;
  position: absolute;
  left: -23px;
  top: -23px;
  width: 60px;
  height: 60px;
  border: 6px solid #225D9C;
  color: #225D9C;
  line-height: 60px;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.circle_layout img {
  max-width: 150%;
  max-height: 150%;
}

.home-mobile-bnr {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.home-mobile-bnr img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .home-mobile-bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@-webkit-keyframes chartjs-render-animation {
  from {
    opacity: .99;
  }
  to {
    opacity: 1;
  }
}

@keyframes chartjs-render-animation {
  from {
    opacity: .99;
  }
  to {
    opacity: 1;
  }
}

.chartjs-render-monitor {
  -webkit-animation: chartjs-render-animation 1ms;
          animation: chartjs-render-animation 1ms;
}

.chartjs-size-monitor, .chartjs-size-monitor-expand, .chartjs-size-monitor-shrink {
  position: absolute;
  direction: ltr;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  z-index: -1;
}

.chartjs-size-monitor-expand > div {
  position: absolute;
  width: 1000000px;
  height: 1000000px;
  left: 0;
  top: 0;
}

.chartjs-size-monitor-shrink > div {
  position: absolute;
  width: 200%;
  height: 200%;
  left: 0;
  top: 0;
}

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

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

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 16px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.preloader {
  background-color: #e0725e;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
}

.preloader.loaded {
  opacity: 0;
  visibility: hidden;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loader 1.1s infinite linear;
  animation: loader 1.1s infinite linear;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 1279px) {
  .aside {
    padding-top: 19px;
  }
}

.aside__serafim {
  min-height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #3f2512;
  border-radius: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.aside__serafim .btn {
  width: 138px;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-size: 0.8125rem;
  text-transform: none;
  border: 1px solid #3f2512;
  color: #3f2512;
}

.aside__serafim .btn:hover {
  background: #3f2512;
  color: #fff;
}

.aside__new:hover .aside__new-name,
.aside .aside__new-first:hover .aside__new-name {
  opacity: .7;
}

.aside-intmap {
  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;
  text-align: center;
  padding: 20px 30px;
  border-radius: 5px;
  background: url("../img/general/int-map-bg.png") no-repeat center/cover;
  color: #fff;
}

.aside-intmap__media {
  width: 150px;
  height: 150px;
}

.aside-intmap__title {
  line-height: 1.2;
  color: #fff;
}

.aside-intmap__subtitle {
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
  color: #fff;
}

.aside__map {
  padding: 27px;
  padding-left: 33px;
  padding-right: 33px;
  border-radius: 3px;
  background: url(../img/content/map-aside1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  color: #fff;
}

.aside__map .aside__title {
  font-size: 1.0625rem;
  padding-bottom: 0;
  margin-bottom: 11px;
  border: none;
  line-height: 1.3125rem;
  color: #fff;
}

.aside__map .btn {
  width: 138px;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-size: 0.8125rem;
  text-transform: none;
}

.aside__text {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.aside__title {
  font-size: 1.25rem;
  line-height: 17px;
  font-weight: 500;
  color: black;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 2px solid #333333;
}

.aside__box:not(:last-child) {
  margin-bottom: 39px;
}

.aside__box--small {
  margin-top: -3px;
}

.aside__box--small .aside__new-name {
  letter-spacing: -0.42px;
}

.aside__box--small .aside__new:first-child .aside__new-name {
  letter-spacing: -0.85px;
}

.aside__box--small .aside__new:first-child .aside__new-content {
  padding-top: 6px;
}

.aside__new-first {
  text-decoration: none;
  display: block;
}

.aside__new-first .aside__new-content {
  padding-top: 27px;
}

.aside__new-first .aside__new-date {
  margin-bottom: 6px;
}

.aside__new-first:hover {
  text-decoration: none;
}

.aside__new-first:not(:last-child) .aside__new-name {
  border-bottom: 1px solid #cccccc;
}

.aside__new {
  display: block;
  text-decoration: none;
}

.aside__new:hover {
  text-decoration: none;
}

.aside__new-categor {
  position: absolute;
  left: 28px;
  bottom: 26px;
  padding: 3px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 230px;
  border-radius: 3px;
  background-color: #8772b5;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
}

.aside__new-image {
  width: 100%;
  height: 265px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

.aside__new-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aside__new-date {
  color: #e57e6b;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 12px;
  margin-bottom: 7px;
  padding-left: 13px;
}

.aside__new-name {
  padding-left: 13px;
  color: #2d2d2d;
  font-size: 1.0625rem;
  line-height: 20px;
  font-weight: 500;
  padding-bottom: 22px;
}

.aside__new-content {
  padding-left: 15px;
  padding-top: 28px;
  border-left: 1px solid #afada7;
}

.aside__new:not(:last-child) .aside__new-name {
  border-bottom: 1px solid #cccccc;
}

.aside__new-first .aside__new-name {
  font-size: 1.25rem;
  line-height: 24px;
}

.aside__event {
  background-color: #ebebeb;
  margin-top: 30px;
}

.aside__event-image {
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.aside__event-image img {
  width: 100%;
  height: auto;
}

.aside__event-content {
  padding-top: 23px;
  padding-left: 25px;
  padding-right: 30px;
  padding-bottom: 26px;
}

.aside__event .btn {
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  height: 38px;
  background-color: #583c38;
  margin-top: 20px;
  border: none;
  font-size: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aside__event-name {
  font-size: 1.0625rem;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
}

.aside__event-name span {
  font-weight: 700;
}

.aside .datepicker-inline .datepicker {
  width: 100%;
  border: none;
  border-radius: 0;
  background-color: #dbdbdb;
  padding: 20px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.aside .datepicker--nav {
  border: 1px solid #848484;
  height: 33px;
}

.aside .datepicker--days-names {
  display: none;
}

.aside .datepicker--cell {
  background-color: #ffffff;
  width: calc(100% / 7 - 6px);
  height: 25px;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 6px;
  color: #2c2c2c;
  font-weight: 700;
  font-size: 12px;
}

.aside .datepicker--cell.-focus-, .aside .datepicker--cell.-selected- {
  color: #ffffff;
  background-color: #e57e6b;
}

.aside .datepicker--cell.-other-month- {
  opacity: 0;
}

.aside .datepicker--cells {
  margin-left: -3px;
  margin-right: -3px;
}

.aside .datepicker--content {
  margin: 22px auto 0;
  padding: 0;
}

.aside .datepicker--nav-action:hover, .aside .datepicker--nav-title:hover {
  background-color: transparent;
}

.aside .datepicker--nav-title,
.aside .datepicker--nav-title i {
  color: #2c2c2c;
  font-weight: 700;
  font-size: 19px;
}

.aside .datepicker--nav-action {
  background-position: center center;
  background-repeat: no-repeat;
}

.aside .datepicker--nav-action:first-child {
  background-image: url(../img/general/arr-l.png);
}

.aside .datepicker--nav-action:last-child {
  background-image: url(../img/general/arr-r.png);
}

.aside .datepicker--nav-action:hover {
  opacity: .6;
  background-color: transparent;
}

.aside .datepicker--nav-action svg {
  display: none;
}

@media only screen and (max-width: 2000px) {
  .aside__event {
    margin-top: 23px;
  }
  .aside__event-content {
    padding-bottom: 29px;
  }
  .aside__title {
    padding-bottom: 15px;
    margin-bottom: 18px;
  }
  .aside__event-image {
    height: 184px;
  }
  .aside__event-image img {
    height: 100%;
    width: auto;
  }
  .aside__event .btn {
    margin-top: 16px;
  }
  .aside__title {
    margin-bottom: 19px;
    padding-bottom: 13px;
  }
  .aside__new-image {
    height: 183px;
  }
  .aside__new-categor {
    bottom: 20px;
  }
  .aside__new-name {
    letter-spacing: -1px;
  }
  .aside__event .btn {
    margin-top: 19px;
  }
  .aside__box--small .aside__new-name {
    padding-bottom: 24px;
  }
  .aside__box--small .aside__new-content {
    padding-left: 13px;
  }
  .aside__box--small .aside__new-date {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 1279px) {
  .aside__map .aside__title {
    font-size: 0.9375rem;
  }
  .aside__text {
    font-size: 0.8125rem;
  }
  .aside__map {
    padding: 20px;
  }
  .aside__map .btn {
    width: 173px;
    height: 34px;
    text-transform: uppercase;
  }
  .aside__box:not(:last-child) {
    margin-bottom: 22px;
  }
  .aside__title {
    font-size: 1.0625rem;
    padding-bottom: 6px;
    margin-bottom: 13px;
  }
  .aside__new-name {
    letter-spacing: -1.5px;
  }
  .aside__new-first .aside__new-content {
    padding-top: 22px;
  }
  .aside__new-first .aside__new-name {
    font-size: 0.9375rem;
    letter-spacing: 0;
    line-height: 18px;
  }
  .aside__new-image {
    height: 135px;
  }
  .aside__new-name {
    padding-left: 10px;
    font-size: 0.875rem;
    line-height: 18px;
    padding-bottom: 20px;
    letter-spacing: 0;
  }
  .aside__new-content {
    padding-left: 10px;
    padding-top: 22px;
  }
  .aside__new-date {
    margin-bottom: 8px;
    font-size: 0.8125rem;
  }
  .aside__new-categor {
    left: 20px;
    font-size: 0.8125rem;
    bottom: 12px;
  }
  .aside__event-image {
    height: 132px;
  }
  .aside__event-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 18px;
    padding-bottom: 20px;
  }
  .aside__event .btn {
    width: 173px;
    height: 34px;
  }
  .aside__event-name {
    font-size: 0.875rem;
    line-height: 19px;
  }
  .aside__event-name span {
    font-size: 0.9375rem;
  }
}

.aside-nizhny {
  background-color: #30509d;
  background-image: none;
  border-radius: 5px;
}

.aside-nizhny__link {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 30px 20px;
  border-radius: 5px;
}

.aside-nizhny__check {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: -5px;
}

.aside-nizhny__check img {
  display: block;
  width: 100%;
}

.aside-nizhny__image {
  width: 180px;
  margin: 0 auto 20px auto;
}

.aside-nizhny__image img {
  width: 100%;
}

.aside-nizhny__title {
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.aside-nizhny__title span {
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: -0.2px;
}

.aside-nizhny__btn {
  display: block;
  border-radius: 4px;
  background-color: #e0735e;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}

.aside-nizhny:hover {
  color: initial;
  text-decoration: none;
}

.aside-nizhny:hover .aside-nizhny__btn {
  color: #ffffff;
  text-decoration: none;
}

.block-strategy {
  margin-bottom: 86px;
}

@media only screen and (max-width: 1800px) {
  .block-strategy__title {
    margin-top: -5px;
  }
}

@media only screen and (max-width: 1279px) {
  .block-strategy__title {
    margin-top: 10px;
  }
}

.block-strategy__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px dashed #8c6239;
}

.block-strategy__box {
  width: calc(100% / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 90px;
  padding-right: 30px;
  padding-top: 65px;
  padding-bottom: 56px;
}

.block-strategy__box:not(:last-child) {
  border-right: 2px dashed #8c6239;
}

.block-strategy__icon {
  margin-right: 29px;
  width: 78px;
}

.block-strategy__number {
  line-height: 32px;
  font-size: 3.75rem;
  color: #734631;
  margin-bottom: 26px;
  font-weight: 700;
}

.block-strategy__text {
  color: #000000;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: -0.45px;
  line-height: 1.6875rem;
}

.block-strategy__content {
  margin-top: 10px;
}

.block-idea {
  position: relative;
  overflow: hidden;
}

.block-idea__image {
  width: 100%;
  height: 342px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.block-idea__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-idea__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 4;
}

.block-idea__content::after {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(70%, #000));
  background: -webkit-linear-gradient(left, transparent, #000 70%);
  background: linear-gradient(to right, transparent, #000 70%);
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

@media (max-width: 1279px) {
  .block-idea__content::after {
    opacity: 0.6;
    background: #000;
  }
}

@media (min-width: 1921px) {
  .block-idea__content::after {
    left: auto;
    right: 35%;
    width: 20%;
    background: #000;
    -webkit-box-shadow: 0px 0px 100px 150px rgba(0, 0, 0, 0.95);
            box-shadow: 0px 0px 100px 150px rgba(0, 0, 0, 0.95);
  }
}

.block-idea__info {
  text-align: center;
  color: #fff;
  width: 525px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.block-idea__info .btn {
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 16px;
}

.block-idea__title {
  color: #ffffff;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.9;
  line-height: 35px;
  margin-bottom: 16px;
}

.block-idea__text {
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 700;
  opacity: 0.9;
  line-height: 29px;
}

.block-idea__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 275px;
  height: 67px;
  margin-top: 32px;
}

.block-idea__info {
  position: relative;
  z-index: 6;
}

.block-human {
  margin-top: 80px;
}

.block-human__content {
  width: calc(100% - 470px);
}

.block-human .html p {
  font-size: 19px;
  line-height: 32px;
  letter-spacing: -0.19px;
  color: #000000;
  opacity: 0.9;
}

.block-human .html p:not(:last-child) {
  margin-bottom: 32px;
}

.block-human .html h5 {
  color: #000000;
  letter-spacing: -0.22px;
  font-size: 22px;
  opacity: 0.9;
  font-weight: 500;
  margin-bottom: 11px;
}

.block-human .html h5 b {
  font-size: 700;
}

.block-human .html ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.block-human .html li {
  padding-left: 29px;
  position: relative;
  font-size: 19px;
  letter-spacing: -0.19px;
}

.block-human .html li:after {
  left: 9px;
  content: '';
  position: absolute;
  top: 11px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #737373;
}

@media (max-width: 1279px) {
  .block-human .html li:after {
    top: 5px;
  }
}

.block-human .html li:not(:last-child) {
  margin-bottom: 9px;
}

.block-human__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 5px solid #e5e5e5;
}

.block-human__tabnames {
  width: 470px;
}

.block-human__icon {
  width: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
  min-width: 78px;
}

.block-human__name {
  font-weight: 500;
}

.block-human__tabname {
  border-right: 5px solid #e5e5e5;
  height: calc(100% / 3);
  padding-left: 62px;
  padding-top: 6px;
  min-height: 140px;
  font-size: 24px;
  padding-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 40px;
  color: #616161;
  letter-spacing: -0.24px;
  cursor: pointer;
  background-color: #f4f4f4;
}

.block-human__tabname:not(:last-child) {
  border-bottom: 5px solid #e5e5e5;
}

.block-human__tabname.active {
  background-color: #fff;
  position: relative;
}

.block-human__tabname.active:after {
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -32px;
  content: '';
  border: 14px solid transparent;
  border-left: 14px solid #e5e5e5;
}

.block-human__tabname.active .sprite-human {
  width: 78px;
  height: 73px;
  background-position: -93px -170px;
}

.block-human__tabname.active .sprite-economic {
  width: 71px;
  height: 66px;
  background-position: -174px -94px;
}

.block-human__tabname.active .sprite-area {
  width: 75px;
  height: 75px;
  background-position: -90px -5px;
}

.block-human__tabname.active .block-human__name {
  color: #343434;
  font-weight: 700;
}

.block-human__tab {
  display: none;
  height: 100%;
  padding-left: 53px;
  padding-top: 48px;
  padding-bottom: 50px;
  padding-right: 90px;
  position: relative;
}

.block-human__tab.active {
  display: block;
}

.block-human__more {
  position: absolute;
  bottom: 17px;
  right: 26px;
  text-transform: uppercase;
  color: #583c38;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-human__more:hover {
  color: #000000;
  text-decoration: none;
}

.block-human__more:hover svg {
  fill: #000000;
}

.block-human__more svg {
  position: relative;
  top: -1px;
  margin-left: 15px;
  width: 7px;
  height: 15px;
  fill: #543733;
}

.block-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  background-color: #f4f4f4;
}

.block-article__date {
  color: #565656;
  opacity: 0.8;
  font-size: 15px;
  font-weight: 500;
}

.block-article__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 4px;
  line-height: 13px;
  border-radius: 3px;
}

.block-article__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 17px;
  margin-bottom: 18px;
}

.block-article__name {
  opacity: 0.92;
  color: #000000;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.block-article__text {
  font-size: 20px;
  opacity: 0.92;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 28px;
}

.block-article__small {
  color: #000000;
  font-size: 14px;
  opacity: 0.79;
  font-weight: 500;
  line-height: 20px;
}

.block-article__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 280px;
}

.block-article__more {
  position: absolute;
  bottom: 21px;
  right: 32px;
  text-transform: uppercase;
  color: #583c38;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-article__more:hover {
  color: #000000;
  text-decoration: none;
}

.block-article__more:hover svg {
  fill: #000000;
}

.block-article__more svg {
  position: relative;
  top: -1px;
  margin-left: 11px;
  width: 7px;
  height: 15px;
  fill: #543733;
}

.block-article__icon {
  margin-right: 10px;
}

.block-article__content {
  padding-top: 19px;
  padding-bottom: 60px;
  padding-right: 25px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: auto;
}

.block-article__image {
  width: 712px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  min-width: 712px;
  margin-right: 36px;
}

.block-article__image img {
  width: 100%;
  height: auto;
}

.block-expert {
  margin-top: 68px;
}

.block-expert .section-title {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 19px;
}

.block-expert__text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.block-expert__flex {
  margin-left: -18px;
  margin-right: -18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 51px;
}

.block-expert__box {
  width: calc(100% / 4 - 36px);
  margin-left: 18px;
  margin-right: 18px;
  border: 1px solid #a6a6a6;
  padding-top: 19px;
  padding-left: 27px;
  padding-right: 50px;
  padding-bottom: 50px;
  position: relative;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.block-expert__box:hover {
  border-color: #e57e6b;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.13);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.13);
}

.block-expert__name {
  font-size: 17px;
  font-weight: 500;
  opacity: 0.92;
  color: #000000;
  margin-bottom: 25px;
  line-height: 20px;
}

.block-expert__image {
  width: 136px;
  height: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

.block-expert__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1279px) {
  .block-expert__image {
    width: 100px;
    height: 100px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .block-expert__image {
    width: 136px;
    height: 136px;
    margin: 0 auto 22px;
  }
}

.block-expert__content {
  color: #000000;
  opacity: 0.7;
  line-height: 17px;
  font-weight: 500;
  font-size: 14px;
  height: 98px;
  overflow: hidden;
}

.block-expert__more {
  position: absolute;
  bottom: 17px;
  right: 42px;
  text-transform: uppercase;
  color: #583c38;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-expert__more:hover {
  color: #000000;
  text-decoration: none;
}

.block-expert__more:hover svg {
  fill: #000000;
}

.block-expert__more svg {
  position: relative;
  top: -1px;
  margin-left: 19px;
  width: 7px;
  height: 15px;
  fill: #543733;
}

.block-opinion {
  margin-top: 72px;
}

.block-opinion .section-title {
  font-weight: 700;
  margin-bottom: 43px;
}

.block-opinion .block-expert__more {
  font-size: 12px;
}

.block-opinion .block-expert__more svg {
  margin-left: 7px;
}

@media (max-width: 1279px) {
  .block-opinion .block-expert__more {
    margin-top: 35px;
  }
}

.block-opinion .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.block-opinion__sliders {
  height: 476px;
  border: 1px solid rgba(196, 196, 196, 0.81);
}

@media (max-width: 1279px) {
  .block-opinion__sliders {
    height: auto;
  }
}

.block-opinion__sliders .slick-list, .block-opinion__sliders .slick-track, .block-opinion__sliders .slick-slide {
  height: 100%;
}

.block-opinion__sliders .slick-dots {
  position: absolute;
  left: calc(50% + 30px);
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding: 0;
}

.block-opinion__sliders .slick-dots li {
  width: 12px;
  height: 12px;
  list-style-type: none;
  overflow: hidden;
  border-radius: 50%;
  background-color: #c6c6c6;
  cursor: pointer;
}

.block-opinion__sliders .slick-dots li:not(:last-child) {
  margin-right: 9px;
}

.block-opinion__sliders .slick-dots li.slick-active {
  background-color: #e57e6b;
}

.block-opinion__sliders .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  opacity: 0;
}

@media (max-width: 1279px) {
  .block-opinion__sliders .slick-dots {
    bottom: 80px;
    left: 0;
    right: 0;
  }
}

.block-opinion__slide {
  height: auto !important;
}

.block-opinion__slide-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}

@media (max-width: 1279px) {
  .block-opinion__slide-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.block-opinion__content {
  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;
  height: auto;
  padding: 30px 32px 20px;
}

@media (max-width: 1279px) {
  .block-opinion__content {
    height: calc(100% - 262px);
  }
}

@media (max-width: 767px) {
  .block-opinion__content {
    height: calc(100% - 205px);
  }
}

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

.block-opinion__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
}

.block-opinion__more {
  position: static;
  margin-left: auto;
}

.block-opinion__name {
  font-size: 26px;
  font-weight: 700;
  opacity: 0.9;
  color: #000000;
}

.block-opinion__text {
  color: #000000;
  opacity: 0.9;
  line-height: 24px;
  font-size: 16px;
}

.block-opinion__p {
  max-height: 280px;
  max-width: 440px;
  margin-top: 24px;
  font-size: 18px;
  color: #000;
  line-height: 28px;
  letter-spacing: -0.2px;
  opacity: 0.9;
  overflow: hidden;
}

@media (max-width: 1279px) {
  .block-opinion__p {
    max-height: 100%;
  }
}

.block-opinion__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.block-opinion__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-opinion__image, .block-opinion__content {
  width: 50%;
}

@media (max-width: 1279px) {
  .block-opinion__image, .block-opinion__content {
    width: 100%;
  }
}

@media only screen and (max-width: 2000px) {
  .block-opinion .section-title {
    margin-bottom: 39px;
  }
  .block-opinion__text {
    margin-top: 3px;
  }
  .block-opinion .block-expert__more {
    font-size: 13px;
  }
  .block-expert__content br {
    display: none;
  }
  .block-expert__box {
    padding-right: 25px;
    margin-bottom: 30px;
  }
  .block-expert__content {
    height: 160px;
  }
  .block-expert__flex {
    margin-left: -14px;
    margin-right: -14px;
  }
  .block-expert__box {
    width: calc(100% / 3 - 28px);
    margin-left: 14px;
    margin-right: 14px;
  }
  .block-article__image {
    min-width: 525px;
    width: 525px;
    margin-right: 25px;
  }
  .block-article__image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .block-article__content {
    padding-top: 23px;
  }
  .block-article__name {
    margin-bottom: 10px;
  }
  .block-article__text {
    margin-bottom: 25px;
  }
  .block-human__tabnames {
    width: 340px;
  }
  .block-human__tabname {
    padding-left: 43px;
  }
  .block-human__icon {
    margin-right: 31px;
  }
  .block-human__content {
    width: calc(100% - 340px);
  }
  .block-strategy__box {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 1920px) {
  .block-idea__info {
    width: 350px;
    text-align: left;
    margin-right: 130px;
  }
  .block-idea__info .btn {
    margin-right: 0;
    margin-left: 0;
  }
  .block-idea__text {
    line-height: 35px;
  }
  .block-idea__image img {
    height: 100%;
    width: auto;
  }
  .block-idea__info {
    padding-top: 5px;
  }
  .block-idea__btn {
    margin-top: 39px;
  }
  .block-idea__info::after {
    left: 15%;
  }
}

@media only screen and (max-width: 1800px) {
  .block-opinion .block-option__content {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .block-opinion__p {
    margin-top: 22px;
  }
  .block-opinion br {
    display: none;
  }
  .block-article__more {
    bottom: 20px;
    right: 21px;
  }
  .block-article__more svg {
    margin-left: 16px;
  }
  .block-article {
    margin-top: 105px;
  }
  .block-article__image {
    min-width: 480px;
    width: 480px;
  }
  .block-article__image {
    margin-right: 35px;
  }
  .block-article__content {
    padding-top: 25px;
  }
  .block-article__image,
  .block-article__content {
    height: auto;
  }
  .block-human__tabnames {
    width: 323px;
  }
  .block-human__tabname {
    padding-left: 43px;
  }
  .block-human__icon {
    margin-right: 31px;
  }
  .block-human__content {
    width: calc(100% - 323px);
  }
  .block-human__tabname {
    padding-left: 25px;
  }
  .block-human__tabname:last-child .block-human__icon {
    margin-top: -26px;
  }
  .block-human__tab {
    padding-right: 20px;
  }
  .block-strategy__box {
    padding-top: 68px;
    padding-bottom: 60px;
  }
  .block-strategy__icon {
    width: 74px;
    margin-right: 24px;
  }
  .block-strategy__number {
    font-size: 3.375rem;
    line-height: 2.375rem;
    margin-bottom: 16px;
  }
  .block-strategy__text {
    font-size: 1rem;
    line-height: 1.5625rem;
  }
}

@media only screen and (max-width: 1279px) {
  .block-opinion__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block-opinion {
    margin-top: 23px;
  }
  .block-opinion .section-title {
    margin-bottom: 18px;
  }
  .block-opinion__image {
    width: 100%;
    height: 262px;
  }
  .block-opinion__image img {
    width: 100%;
  }
  .block-opinion__name {
    font-size: 19px;
  }
  .block-opinion__text {
    font-size: 14px;
    margin-top: 0;
    padding-right: 15px;
    line-height: 19px;
  }
  .block-opinion__p {
    font-size: 14px;
    letter-spacing: -0.22px;
    line-height: 20.44px;
    height: auto;
    margin-top: 12px;
  }
  .block-opinion__sliders {
    width: 100%;
  }
  .block-expert .slick-dots {
    width: 100%;
  }
  .block-expert .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
  .block-expert .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin: 0;
    margin-top: 23px;
  }
  .block-expert .slick-dots button {
    opacity: 0;
  }
  .block-expert .slick-dots li {
    list-style-type: none;
    padding: 0;
    width: 12px;
    height: 12px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #c6c6c6;
    cursor: pointer;
  }
  .block-expert .slick-dots li:not(:last-child) {
    margin-right: 5px;
  }
  .block-expert .slick-dots li.slick-active {
    background-color: #e57e6b;
  }
  .block-expert__box {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .block-expert__more {
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: 166px;
    height: 34px;
    border: 1px solid #583c38;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 19px;
  }
  .block-expert__more svg {
    display: none;
  }
  .block-expert__flex {
    margin-left: -12px;
    margin-right: -12px;
  }
  .block-expert__name {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 17px;
  }
  .block-expert__box {
    padding-top: 13px;
    padding-left: 20px;
    padding-bottom: 22px;
  }
  .block-expert__content {
    font-size: 10px;
    line-height: 12.38px;
    height: 76px;
  }
  .block-expert__box {
    padding-right: 20px;
  }
  .block-expert .section-title {
    font-size: 21px;
    margin-bottom: 14px;
  }
  .block-expert {
    margin-top: 26px;
  }
  .block-expert__text {
    font-size: 14px;
    margin-left: 35px;
    margin-right: 35px;
    line-height: 16px;
    font-weight: 500;
  }
  .block-expert__flex {
    margin-top: 22px;
  }
  .block-expert__box:nth-child(3) {
    display: block;
  }
  .block-article__more {
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: 166px;
    height: 34px;
    border: 1px solid #583c38;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 19px;
  }
  .block-article__more svg {
    display: none;
  }
  .block-article__content {
    padding-bottom: 29px;
  }
  .aside__new-date {
    padding-left: 10px;
  }
  .block-article__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 17px;
  }
  .block-article__date {
    font-size: 13px;
    margin-right: 25px;
  }
  .block-article__tags {
    margin-top: 0;
    margin-bottom: 0;
  }
  .block-article__text {
    font-size: 15px;
    line-height: 18px;
  }
  .block-article__name {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 12px;
  }
  .block-article__text {
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 11px;
  }
  .block-article__small {
    font-size: 13px;
  }
  .block-article__text {
    margin-bottom: 13px;
  }
  .block-article__icon {
    margin-left: 6px;
    margin-right: 15px;
  }
  .block-article__small {
    line-height: 17px;
    margin-top: -4px;
  }
  .block-article__image, .block-article__content {
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  .block-article__image {
    margin-right: 0;
    height: 330px;
  }
  .block-article__content {
    padding-left: 25px;
    padding-top: 22px;
    padding-bottom: 25px;
    padding-right: 30px;
  }
  .block-article {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block-article {
    margin-top: 30px;
  }
  .block-human .html p {
    font-size: 14px;
    line-height: 17px;
  }
  .block-human .html p:not(:last-child) {
    margin-bottom: 20px;
  }
  .block-human .html h5 {
    font-size: 16px;
  }
  .block-human .html li {
    font-size: 14px;
    line-height: 17px;
  }
  .block-human__tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block-human__tabname {
    border-right: none;
    min-height: 79px;
    padding-left: 15px;
    background-color: #fff;
  }
  .block-human__tabname {
    position: relative;
  }
  .block-human__tabname,
  .block-human__tab,
  .block-human__tabnames {
    height: auto;
  }
  .block-human__more {
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: 183px;
    height: 38px;
    border: 1px solid #583c38;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
  }
  .block-human__more svg {
    display: none;
  }
  .block-human__tab {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 24px;
  }
  .block-human__tab:last-child {
    border-top: 5px solid #e5e5e5;
  }
  .block-human__tab:not(:last-child) {
    border-bottom: 5px solid #e5e5e5;
  }
  .block-human__tabname:not(:last-child):nth-last-child(2) {
    border-bottom: none;
  }
  .block-human__tabname:after,
  .block-human__tabname.active:after {
    position: absolute;
    top: 52%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 28px;
    content: '';
    border: none;
    width: 18px;
    height: 11px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/general/arr.png);
  }
  .block-human__tabname.active:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .block-human {
    margin-top: 23px;
  }
  .block-human__name {
    font-size: 19px;
    letter-spacing: -0.28px;
  }
  .block-human__tabname:last-child .block-human__icon {
    margin-top: 0;
  }
  .block-human__icon {
    min-width: 53px;
    width: 53px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block-human__icon i {
    min-width: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
  .block-human__tabnames {
    width: 100%;
  }
  .block-human__content {
    width: 100%;
  }
  .block-idea {
    margin-top: 29px;
  }
  .block-idea__image {
    height: 218px;
  }
  .block-idea__info {
    margin-left: auto;
    margin-right: auto;
    width: 340px;
    text-align: center;
  }
  .block-idea__title {
    font-size: 1.625rem;
    line-height: 1.375rem;
    margin-bottom: 8px;
  }
  .block-idea__text {
    font-size: 1.25rem;
    line-height: 1.3125rem;
  }
  .block-idea__info .btn {
    margin-left: auto;
    margin-right: auto;
    font-size: 0.75rem;
    width: 163px;
    height: 40px;
    margin-top: 18px;
  }
  .block-idea__info {
    padding-top: 13px;
  }
  .block-idea__info::after {
    left: 50%;
    -webkit-box-shadow: 0px 0px 300px 500px rgba(0, 0, 0, 0.65);
            box-shadow: 0px 0px 300px 500px rgba(0, 0, 0, 0.65);
  }
  .header__auth .btn-small {
    height: 36px;
  }
  .block-strategy__icon img {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .block-strategy__box:nth-child(3) .block-strategy__icon {
    width: 100%;
  }
  .block-strategy__flex {
    margin-left: -6px;
    margin-right: -6px;
    border: none;
  }
  .block-strategy__box {
    border: 2px dashed #8c6239;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% / 3 - 12px);
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 0;
    padding-bottom: 28px;
  }
  .block-strategy__icon {
    width: 100%;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .block-strategy i {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .block-strategy__number {
    font-size: 2.4375rem;
    line-height: 1.625rem;
    margin-bottom: 20px;
    text-align: center;
  }
  .block-strategy__text {
    line-height: 18.23px;
    font-size: 0.8125rem;
    letter-spacing: -0.5px;
    text-align: center;
  }
  .block-strategy__text br {
    display: none;
  }
  .block-strategy__content {
    margin-top: 6px;
  }
  .block-opinion .slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .double {
    padding-bottom: 58px;
  }
}

@media only screen and (max-width: 767px) {
  .block-opinion__p {
    max-width: 100%;
  }
  .block-strategy__text {
    min-height: 40px;
  }
  .ismobile {
    display: block;
  }
  .block-opinion .section-title {
    margin-left: 15px;
    margin-right: 15px;
  }
  .block-opinion {
    margin-top: 17px;
  }
  .block-opinion .section-title {
    margin-bottom: 14px;
  }
  .block-opinion__image {
    height: 205px;
  }
  .block-opinion__box {
    margin-left: -15px;
    margin-right: -15px;
    border: none;
  }
  .block-opinion__name {
    font-size: 18px;
  }
  .block-opinion__text {
    font-size: 12px;
    line-height: 16px;
  }
  .block-opinion__p {
    font-size: 13px;
    letter-spacing: -0.2px;
  }
  .double {
    padding-bottom: 8px;
  }
  .block-expert {
    text-align: center;
  }
  .block-expert__name {
    font-size: 17px;
    margin-bottom: 27px;
    line-height: 19px;
  }
  .block-expert__content {
    font-size: 14px;
    line-height: 17px;
    height: 85px;
  }
  .block-expert__more {
    width: 183px;
    height: 38px;
  }
  .block-expert__box {
    padding-top: 22px;
  }
  .block-expert .section-title {
    font-size: 19px;
    margin-bottom: 12px;
  }
  .block-expert__text br {
    display: none;
  }
  .block-expert__text {
    margin-left: 0;
    margin-right: 0;
  }
  .block-article__image {
    height: 238px;
  }
  .block-article__content {
    padding-top: 13px;
  }
  .block-article__content {
    padding-left: 15px;
  }
  .block-article__date {
    font-size: 14px;
    width: 100%;
  }
  .block-article__tags {
    margin-top: 15px;
  }
  .block-article__name {
    font-size: 16px;
    line-height: 20px;
  }
  .block-article__top {
    margin-bottom: 14px;
  }
  .block-article__name {
    font-size: 16px;
    margin-bottom: 9px;
  }
  .block-article__text {
    padding-bottom: 14px;
    margin-bottom: 18px;
  }
  .block-article__icon {
    margin-left: 0;
    margin-right: 9px;
    margin-top: -3px;
  }
  .block-article__more {
    margin-top: 21px;
    height: 38px;
    width: 183px;
    font-size: 13px;
  }
  .block-article__small {
    line-height: 12px;
    margin-top: -2px;
  }
  .block-article__text {
    font-size: 14px;
  }
  .block-article__content {
    padding-right: 15px;
  }
  .block-article__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block-article {
    margin-left: -15px;
    margin-right: -15px;
  }
  .block-human__tabname {
    background-color: #f4f4f4;
  }
  .block-human__tabname:after, .block-human__tabname.active:after {
    right: 17px;
  }
  .block-human__name {
    font-size: 17px;
    letter-spacing: -0.25px;
  }
  .block-human__tab {
    padding-top: 16px;
  }
  .block-human .html li {
    padding-left: 18px;
  }
  .block-human .html li:after {
    left: 3px;
    content: '';
    position: absolute;
    top: 5px;
    height: 5px;
    width: 5px;
  }
  .block-idea__image {
    height: 190px;
  }
  .block-idea__info .btn {
    width: 183px;
    height: 38px;
    font-weight: 500;
    font-size: 13px;
    margin-top: 20px;
  }
  .block-idea__text {
    font-size: 17px;
    line-height: 17px;
  }
  .block-idea__title {
    font-size: 22px;
    line-height: 19px;
    margin-bottom: 6px;
  }
  .block-idea {
    margin-top: 23px;
  }
  .block-strategy .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
  }
  .block-strategy__flex {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -6px;
  }
  .block-strategy__content {
    margin-top: 0;
  }
  .block-strategy__box {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 28px;
    padding-bottom: 24px;
    margin: 0;
  }
  .block-strategy__icon {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 78px;
    margin-top: -15px;
  }
  .block-strategy__number {
    font-size: 2.8125rem;
    line-height: 1.875rem;
    margin-bottom: 20px;
    text-align: left;
    margin-bottom: 16px;
  }
  .block-strategy__text {
    font-size: 0.9375rem;
    line-height: 1.25rem;
    text-align: left;
  }
  .block-strategy .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin: 0;
    margin-top: 23px;
  }
  .block-strategy .slick-dots button {
    opacity: 0;
  }
  .block-strategy .slick-dots li {
    list-style-type: none;
    padding: 0;
    width: 12px;
    height: 12px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #c6c6c6;
    cursor: pointer;
  }
  .block-strategy .slick-dots li:not(:last-child) {
    margin-right: 5px;
  }
  .block-strategy .slick-dots li.slick-active {
    background-color: #e57e6b;
  }
}

.experts-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 2000px) {
  .experts-page__list {
    margin: 0 -17.5px;
  }
}

.experts-page__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 35px;
}

.blog-page .section-title {
  margin-bottom: 20px;
  text-align: left;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.42px;
  line-height: normal;
}

.blog-page__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 45px;
}

.blog-page__tabs:after {
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  position: absolute;
  height: 1px;
  background-color: #b2b2b2;
  z-index: -1;
}

.blog-page__tab {
  padding-bottom: 14px;
  padding-top: 14px;
  color: #000000;
  font-size: 19px;
  display: block;
  border-bottom: 8px solid transparent;
  line-height: 16px;
  padding-top: 16px;
}

.blog-page__tab.active {
  padding-top: 14px;
  color: #e57e6b;
  font-size: 20px;
  font-weight: 500;
  border-bottom-color: #e57e6b;
}

.blog-page__tab:hover {
  text-decoration: none;
  color: #e57e6b;
}

.blog-page__tab:not(:last-child) {
  margin-right: 25px;
}

.blog-page__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 35px;
}

.blog-page__tag {
  font-size: 15px;
  color: #000000;
  border-radius: 3px;
  line-height: 16px;
  padding-top: 8px;
  padding-bottom: 7px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #e5e5e5;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.blog-page__tag-active {
  background-color: #8772b5;
  color: #ffffff;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.blog-page__tag-more {
  border: 1px solid #8772b5;
  background-color: transparent;
  color: #5f4a8e;
}

.blog-page__tag:not(:last-child) {
  margin-right: 15px;
}

.card-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dashed rgba(85, 85, 85, 0.8);
}

@media only screen and (max-width: 1279px) {
  .card-article {
    border: 1px solid #d3d3d3;
    margin-bottom: 28px;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.card-article__thumbnail {
  display: block;
  max-width: 330px;
  min-width: 330px;
}

@media only screen and (max-width: 1279px) {
  .card-article__thumbnail {
    max-width: 100%;
    min-width: 100%;
  }
}

.card-article__name {
  display: block;
  max-height: 190px !important;
  font-size: 26px;
  line-height: 32px;
  overflow: hidden;
}

@media (max-width: 1279px) {
  .card-article__name {
    max-height: 140px !important;
    font-size: 16px;
    display: block;
    line-height: 23px;
  }
}

@media (max-width: 767px) {
  .card-article__name {
    height: auto;
    max-height: 100% !important;
    overflow: visible;
  }
}

.card-article__image {
  max-width: 100%;
}

.card-article__content {
  max-width: 700px;
  padding-left: 28px;
}

@media only screen and (max-width: 1279px) {
  .card-article__content {
    padding: 15px 15px 20px 15px;
  }
}

@media only screen and (max-width: 1279px) {
  .card-article__text {
    display: none;
  }
}

.card-blog__name {
  font-weight: 700;
  max-height: 200px;
  overflow: hidden;
  color: #000000;
  opacity: 0.92;
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.card-blog__name:hover {
  text-decoration: none;
  color: #8772b5;
}

@media (max-width: 1279px) {
  .card-blog__name {
    max-height: 140px;
  }
}

@media (max-width: 768px) {
  .card-blog__name {
    height: auto;
    max-height: 100%;
    overflow: visible;
  }
}

.card-blog__tag {
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 6px;
  padding-bottom: 4px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  background-color: #8772b5;
  line-height: 12px;
  display: inline-block;
}

.card-blog__tags {
  margin-bottom: 18px;
}

.card-blog__text {
  margin-top: 12px;
  color: #000000;
  opacity: 0.9;
  font-size: 18px;
  letter-spacing: -0.18px;
}

.card-blog__btn {
  display: none;
}

@media only screen and (max-width: 1279px) {
  .card-blog__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 183px;
  }
}

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

@media only screen and (max-width: 1279px) {
  .card-blog__footer {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.card-category {
  width: calc(100% / 3 - 33px);
  margin: 0 16.5px 33px;
  border: 7px solid #e57e6b;
}

@media only screen and (max-width: 1279px) {
  .card-category {
    width: calc(100% - 33px);
  }
}

.card-category__container {
  padding: 35px 30px 40px;
}

@media only screen and (max-width: 767px) {
  .card-category__container {
    padding: 25px 20px 30px;
  }
}

.card-category__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 24px;
  border-bottom: 4px solid #c5c5c5;
}

@media only screen and (max-width: 767px) {
  .card-category__header {
    padding-bottom: 18px;
  }
}

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

.card-category__counter-value {
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  color: #e57e6b;
}

@media only screen and (max-width: 767px) {
  .card-category__counter-value {
    font-size: 34px;
  }
}

.card-category__counter-unit {
  font-weight: 700;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .card-category__counter-unit {
    font-size: 16px;
  }
}

.card-category__name {
  font-weight: 700;
  font-size: 34px;
}

@media only screen and (max-width: 767px) {
  .card-category__name {
    font-size: 27px;
  }
}

.card-category__body {
  padding-top: 30px;
}

.card-category__subtitle {
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 17px;
}

.card-category__list {
  padding-left: 0;
}

.card-category__item {
  list-style: none;
}

.card-category__link {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.card-category__link:hover .card-category__subcategory {
  color: #e57e6b;
}

.card-category__link::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
}

.card-category__subcategory {
  font-size: 15px;
  color: #000;
  -webkit-transition: color .2s;
  transition: color .2s;
}

@media only screen and (max-width: 767px) {
  .card-category__subcategory {
    font-size: 14px;
  }
}

.card-category__value {
  padding-left: 27px;
  font-weight: 700;
  color: #e57e6b;
}

.card-expert {
  position: relative;
  width: calc(100% / 4 - 35px);
  min-height: 445px;
  margin: 0 17.5px 28px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000;
          perspective: 1000;
}

@media only screen and (max-width: 1920px) {
  .card-expert {
    width: calc(100% / 3 - 35px);
  }
}

@media only screen and (max-width: 1279px) {
  .card-expert {
    width: calc(100% / 2 - 35px);
    min-height: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .card-expert {
    min-height: 405px;
  }
}

@media only screen and (max-width: 580px) {
  .card-expert {
    width: calc(100% - 35px);
  }
}

.card-expert.is_active .card-expert__inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.card-expert__inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.card-expert__frontside, .card-expert__backside {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.card-expert__frontside {
  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;
  padding: 19px 27px 15px 28px;
  border: 1px solid #a6a6a6;
  -webkit-transition: border-color .2s, -webkit-box-shadow .2s;
  transition: border-color .2s, -webkit-box-shadow .2s;
  transition: border-color .2s, box-shadow .2s;
  transition: border-color .2s, box-shadow .2s, -webkit-box-shadow .2s;
}

.card-expert__frontside:hover {
  border-color: #e57e6b;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.13);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.13);
}

@media only screen and (max-width: 1279px) {
  .card-expert__frontside {
    padding-bottom: 20px;
  }
}

.card-expert__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.card-expert__backside {
  padding: 19px 40px 70px 28px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-color: #e57e6b;
}

.card-expert__backside-content {
  color: #fff;
}

.card-expert__backside-title {
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 17px;
}

@media only screen and (max-width: 1279px) {
  .card-expert__backside-title {
    font-size: 13px;
  }
}

.card-expert__backside-text {
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (max-width: 1279px) {
  .card-expert__backside-text {
    font-size: 12px;
  }
}

.card-expert__backside-closer {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 17px;
  height: 17px;
  border: none;
  background: url("./../img/minified-svg/card_expert_close.svg") no-repeat center/17px;
}

.card-expert__content {
  overflow: hidden;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

@media only screen and (max-width: 1279px) {
  .card-expert__content {
    height: 90px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-line-clamp: 5;
  }
}

.card-expert__more {
  position: static;
  text-transform: none;
}

.card-expert__more svg {
  margin-left: 14px;
}

.card-ideas__container {
  padding: 40px 100px 10px;
  border: 7px solid #e57e6b;
}

@media screen and (max-width: 1279px) {
  .card-ideas__container {
    padding: 40px 60px 10px;
  }
}

@media screen and (max-width: 767px) {
  .card-ideas__container {
    padding: 25px 25px 10px;
    border: 3px solid #e57e6b;
  }
}

.card-ideas__header {
  position: relative;
  padding-bottom: 20px;
}

.card-ideas__header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85px;
  height: 4px;
  background-color: #c5c5c5;
}

.card-ideas__title {
  font-weight: 700;
  font-size: 34px;
  color: #000;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.card-ideas__title:hover {
  color: #e57e6b;
}

@media screen and (max-width: 1279px) {
  .card-ideas__title {
    font-size: 27px;
  }
}

@media screen and (max-width: 767px) {
  .card-ideas__title {
    font-size: 21px;
  }
}

.card-ideas__body {
  padding: 20px 0;
}

.card-ideas__text {
  font-size: 18px;
}

@media screen and (max-width: 1279px) {
  .card-ideas__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .card-ideas__text {
    font-size: 14px;
  }
}

.card-ideas__caption {
  padding: 25px 0;
}

.card-ideas__author {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .card-ideas__author {
    font-size: 14px;
  }
}

.card-ideas__date {
  color: #2c2c2c;
}

.card-ideas__events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
}

@media screen and (max-width: 767px) {
  .card-ideas__events {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -20px;
  }
}

.card-ideas__button {
  position: relative;
  margin: 0 20px 30px;
  padding-left: 70px;
  border: none;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .card-ideas__button {
    padding-left: 60px;
  }
}

.card-ideas__button::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #e57e6b;
  background-repeat: no-repeat;
  background-position: center;
}

.card-ideas__button_like::before {
  background-image: url("../img/general/icon_like.png");
}

.card-ideas__button_dislike::before {
  background-image: url("../img/general/icon_dislike.png");
}

.card-ideas__counter {
  font-weight: 700;
  font-size: 32px;
  color: #e57e6b;
}

@media screen and (max-width: 767px) {
  .card-ideas__counter {
    font-size: 22px;
  }
}

.card-ideas__footer {
  padding-top: 20px;
}

@media screen and (max-width: 1279px) {
  .card-ideas__footer {
    padding-top: 0;
  }
}

.card-ideas__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.card-ideas__link {
  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;
  max-width: 200px;
  width: 100%;
  height: 47px;
  margin: 0 15px 15px;
  border: 2px solid #e57e6b;
  border-radius: 5px;
  background-color: transparent;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: background-color .2s, color .2s;
  transition: background-color .2s, color .2s;
}

.card-ideas__link:hover {
  text-decoration: none;
}

.card-ideas__link_create {
  color: #fff;
  background-color: #e57e6b;
}

.card-ideas__link_create:hover {
  color: #e57e6b;
  background-color: transparent;
}

.card-ideas__link_next {
  color: #e57e6b;
}

.card-ideas__link_next:hover {
  background-color: #e57e6b;
  color: #fff;
}

.card-ideas_search .card-ideas__container {
  padding: 40px 50px 10px;
}

@media only screen and (max-width: 767px) {
  .card-ideas_search .card-ideas__container {
    padding: 25px 25px 10px;
  }
}

.card-ideas_search .card-ideas__content {
  max-width: 625px;
}

.card-ideas_search .card-ideas__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1279px) {
  .card-ideas_search .card-ideas__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.card-ideas_search .card-ideas__information {
  margin-left: auto;
  padding-left: 55px;
}

@media only screen and (max-width: 1279px) {
  .card-ideas_search .card-ideas__information {
    margin: 20px 0;
    padding-left: 0;
  }
}

.card-ideas_search .card-ideas__information .information__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 60px;
  background: url("../img/general/icon_idea_lamp.png") no-repeat left top;
}

.card-ideas_search .card-ideas__information .information__value {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 55px;
  line-height: 1;
  color: #e57e6b;
}

@media only screen and (max-width: 767px) {
  .card-ideas_search .card-ideas__information .information__value {
    font-size: 40px;
  }
}

.card-ideas_search .card-ideas__information .information__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  .card-ideas_search .card-ideas__information .information__text {
    font-size: 16px;
  }
}

.card-ideas_mini {
  width: calc(100% / 3 - 24px);
  margin: 0 12px 24px;
}

@media only screen and (max-width: 1279px) {
  .card-ideas_mini {
    width: calc(100% - 24px);
  }
}

@media only screen and (max-width: 767px) {
  .card-ideas_mini {
    width: calc(100% / 2 - 24px);
  }
}

@media only screen and (max-width: 580px) {
  .card-ideas_mini {
    width: calc(100% - 24px);
  }
}

.card-ideas_mini .card-ideas__container {
  padding: 35px 35px 14px;
  border: 1px solid #a6a6a6;
  -webkit-transition: border-color .2s, -webkit-box-shadow .2s;
  transition: border-color .2s, -webkit-box-shadow .2s;
  transition: border-color .2s, box-shadow .2s;
  transition: border-color .2s, box-shadow .2s, -webkit-box-shadow .2s;
}

.card-ideas_mini .card-ideas__container:hover {
  border-color: #e57e6b;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.13);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.13);
}

@media only screen and (max-width: 767px) {
  .card-ideas_mini .card-ideas__container {
    padding: 25px 20px 14px;
  }
}

.card-ideas_mini .card-ideas__body {
  padding: 0;
}

.card-ideas_mini .card-ideas__content {
  padding-bottom: 35px;
}

.card-ideas_mini .card-ideas__caption {
  padding-top: 0;
  padding-bottom: 30px;
}

.card-ideas_mini .card-ideas__title {
  font-size: 19px;
  color: #2d2d2d;
}

.card-ideas_mini .card-ideas__events {
  position: relative;
  padding-top: 40px;
  margin: 0 -15px;
}

.card-ideas_mini .card-ideas__events::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: calc(100% - 30px);
  height: 2px;
  margin: auto;
  border-top: 2px dashed #2d2d2d;
}

.card-ideas_mini .card-ideas__button {
  padding-left: 62px;
  margin: 0 15px 26px;
}

.card-ideas_mini .card-ideas__counter {
  font-size: 22px;
}

.card-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #d3d3d3;
  border-radius: 2px;
  margin-bottom: 28px;
  overflow: hidden;
  position: relative;
}

.card-news__abs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
  color: #583c38;
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  text-decoration: none;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  opacity: 1;
}

.card-news__abs svg {
  width: 6px;
  height: 12px;
  fill: #543733;
  margin-left: 12px;
}

@media (max-width: 1279px) {
  .card-news__abs {
    display: none;
  }
}

.card-news-events.card-news-first .card-news__content {
  padding-right: 56px;
}

.card-news-events.card-news-first .card-news__footer {
  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;
}

.card-news-events.card-news-first .card-news__footer .card-news__row {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-news-events.card-news-first .card-news__footer .card-news__row span {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.card-news-events.card-news-first .card-news__footer .card-news__row span:first-child {
  width: 66px;
  font-weight: 700;
}

.card-news-events.card-news-first .card-news__footer .card-news__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #583c38;
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  text-decoration: none;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  opacity: 1;
}

.card-news-events.card-news-first .card-news__footer .card-news__btn:hover {
  opacity: .9;
}

.card-news-events.card-news-first .card-news__footer .card-news__btn svg {
  width: 6px;
  height: 12px;
  fill: #543733;
  margin-left: 12px;
}

.card-news-events:not(.card-news-first) .card-news__content {
  position: relative;
}

.card-news-events:not(.card-news-first) .card-news__btn {
  position: absolute;
  bottom: 16px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #583c38;
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  text-decoration: none;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  opacity: 0;
}

.card-news-events:not(.card-news-first) .card-news__btn:hover {
  opacity: .9;
}

.card-news-events:not(.card-news-first) .card-news__btn svg {
  width: 6px;
  height: 12px;
  fill: #543733;
  margin-left: 12px;
}

.card-news-events:hover .card-news__btn {
  opacity: 1;
}

.card-news-two {
  border: none;
}

.card-news-two .card-news__image {
  width: 100%;
  height: 162px;
}

.card-news-two .card-news__content {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.card-news__btn {
  display: none;
}

.card-news__footer {
  margin-top: auto;
  text-align: center;
}

.card-news-first {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: none;
  margin-bottom: 45px;
}

.card-news-first .card-news__image {
  width: 696px;
  height: 100%;
  min-width: 696px;
}

.card-news-first .card-news__content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 37px;
  padding-right: 60px;
  padding-top: 0;
  padding-bottom: 30px;
  height: auto;
}

.card-news-first .card-news__name {
  font-size: 24px;
  line-height: 25px;
  max-height: 200px;
}

@media (max-width: 1279px) {
  .card-news-first .card-news__name {
    max-height: 140px;
  }
}

.card-news-first .card-news__date_short {
  display: none;
}

.card-news-first .card-news__date_full {
  display: block;
  color: #848484;
}

.card-news-first .card-news__footer {
  margin-top: auto;
}

@media (max-width: 1279px) {
  .card-news-first .card-news__footer {
    margin-top: 32px;
  }
}

.card-news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 22px 15px;
  height: calc(100% - 220px);
}

@media (max-width: 1279px) {
  .card-news__content {
    height: auto;
  }
}

.card-news__name {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  max-height: 190px;
  overflow: hidden;
  color: #2d2d2d;
  opacity: 0.92;
  text-decoration: none;
}

.card-news__name:hover {
  text-decoration: none;
  color: #000;
}

@media (max-width: 1279px) {
  .card-news__name {
    max-height: 140px;
    font-size: 16px;
    line-height: 23px;
  }
}

@media (max-width: 767px) {
  .card-news__name {
    height: auto;
    max-height: 100%;
    overflow: visible;
  }
}

.card-news__tag {
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 6px;
  padding-bottom: 4px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  background-color: #8772b5;
  line-height: 12px;
  display: inline-block;
}

.card-news__tags {
  margin-bottom: 18px;
}

.card-news__text {
  margin-top: 12px;
  color: #000000;
  opacity: 0.92;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}

.card-news__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.card-news__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-news__date {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.92);
}

.card-news__date_short {
  position: absolute;
  bottom: 0;
  left: 17px;
  display: block;
  margin-bottom: 0;
  padding: 3px 7px;
  background-color: #e57e6b;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.card-news__date_full {
  display: none;
}

@media only screen and (max-width: 2000px) {
  .card-news-first .card-news__image {
    width: 460px;
    min-width: 460px;
  }
  .card-news-first .card-news__content {
    padding-left: 28px;
    padding-right: 30px;
  }
  .card-news-first {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1279px) {
  .card-news-events.card-news-first .card-news__content {
    padding-right: 15px;
  }
  .card-news__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 183px;
  }
  .card-news__footer {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .card-news-first .card-news__image {
    width: 100%;
    height: 220px;
    min-width: 100%;
  }
  .card-news-first {
    border: 1px solid #d3d3d3;
    margin-bottom: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-news-first .card-news__content {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 42px;
    padding-top: 22px;
  }
  .card-news-first .card-news__name {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    overflow: hidden;
    color: #000000;
    opacity: 0.92;
    text-decoration: none;
  }
  .card-news__text {
    display: none;
  }
  .card-news-first {
    background-color: #E9E9E9;
  }
  .card-news-first .card-news__image {
    height: 240px;
  }
  .card-news-first .card-news__content {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .card-news__image {
    height: 194px;
  }
  .card-news__content {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 17px;
  }
  .card-news:not(.card-news-first) .card-news__tags {
    margin-bottom: 16px;
  }
  .card-news__tags {
    margin-bottom: 10px;
  }
  .card-news-first .card-news__text {
    display: block;
    font-size: 13px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .card-news__image {
    height: auto;
  }
  .card-news-events.card-news-first .card-news__footer .card-news__btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
  }
  .card-news-events .card-news__btn,
  .card-news-events:not(.card-news-first) .card-news__btn,
  .card-news-events.card-news-first .card-news__footer .card-news__btn {
    border: 1px solid transparent;
    border-radius: .25em;
    opacity: 1;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 183px;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    color: #583c38;
    font-weight: 500;
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 13px;
    padding-bottom: 13px;
    border-color: #583c38;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .card-news-events .card-news__btn:hover,
  .card-news-events:not(.card-news-first) .card-news__btn:hover,
  .card-news-events.card-news-first .card-news__footer .card-news__btn:hover {
    background-color: #583c38;
    color: #fff;
  }
  .card-news-events .card-news__btn svg,
  .card-news-events:not(.card-news-first) .card-news__btn svg,
  .card-news-events.card-news-first .card-news__footer .card-news__btn svg {
    display: none;
    margin-left: auto;
    margin-right: auto;
  }
  .card-news-events.card-news-first .card-news__footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 15px;
  }
}

.card-opinion {
  margin-bottom: 26px;
  border: 1px solid #cbcbcb;
  background: #fff;
  -webkit-transition: border-color .2s, -webkit-box-shadow .2s;
  transition: border-color .2s, -webkit-box-shadow .2s;
  transition: border-color .2s, box-shadow .2s;
  transition: border-color .2s, box-shadow .2s, -webkit-box-shadow .2s;
}

.card-opinion:hover {
  border-color: #e57e6b;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.13);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.13);
}

.card-opinion.is_active .card-opinion__link > svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.card-opinion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
}

@media only screen and (max-width: 580px) {
  .card-opinion__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.card-opinion__thumbnail {
  min-width: 90px;
  max-width: 90px;
  height: 90px;
}

@media only screen and (max-width: 580px) {
  .card-opinion__thumbnail {
    margin-bottom: 20px;
  }
}

.card-opinion__image {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-opinion__caption {
  padding-left: 23px;
}

@media only screen and (max-width: 580px) {
  .card-opinion__caption {
    padding-left: 0;
    text-align: center;
  }
}

.card-opinion__fullname {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  color: #2d2d2d;
}

.card-opinion__status {
  max-width: 545px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #737373;
}

.card-opinion__footer {
  padding: 30px 20px 23px 140px;
  background-color: #fafafa;
}

@media only screen and (max-width: 1279px) {
  .card-opinion__footer {
    padding: 20px;
  }
}

.card-opinion__events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 50px;
}

@media only screen and (max-width: 1279px) {
  .card-opinion__events {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
}

.card-opinion__link {
  font-weight: 500;
  font-size: 13px;
  color: #583c38;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.card-opinion__link:hover {
  color: #000;
  text-decoration: none;
}

@media only screen and (max-width: 1279px) {
  .card-opinion__link {
    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;
    max-width: 165px;
    width: 100%;
    height: 35px;
    border: 1px solid #583c38;
    border-radius: 5px;
    -webkit-transition: color .2s, background-color .2s;
    transition: color .2s, background-color .2s;
  }
  .card-opinion__link:hover {
    background-color: #583c38;
    color: #fff;
  }
}

.card-opinion__link > svg {
  width: 7px;
  height: 13px;
  margin-left: 15px;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

@media only screen and (max-width: 1279px) {
  .card-opinion__link > svg {
    display: none;
  }
}

.card-opinion__text {
  padding-right: 30px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.18px;
  color: #343434;
}

.card-opinion__text_collapsed {
  display: none;
}

@media only screen and (max-width: 1279px) {
  .card-opinion__text {
    margin-bottom: 30px;
    padding-right: 0;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .card-opinion__text {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.header {
  background-color: #0f0e13;
  padding-top: 35px;
  padding-bottom: 37px;
}

.header__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__social {
  margin-right: 42px;
}

.header__social svg {
  height: 21px;
  width: 30px;
  fill: #fff;
}

.header__trigger-idea {
  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;
  width: 235px;
  height: 65px;
  padding: 0 20px;
}

.header__logo {
  width: 214px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.header__logo svg {
  width: 100%;
  height: auto;
  fill: #fff;
}

.header__logo svg .st0 {
  -webkit-clip-path: url(#SVGID_2_);
          clip-path: url(#SVGID_2_);
}

.header__logo svg .st1 {
  fill: #FFFFFF;
}

.header__logo svg .st2 {
  fill: #BABABA;
}

.header__open-social-popup {
  color: #fff;
  font-size: 15px;
  margin-right: auto;
  margin-left: 25px;
  margin-right: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .header__open-social-popup {
    display: none;
  }
}

.header__open-social-popup span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__open-social-popup:hover {
  color: #e0725e;
}

.header__open-social-popup:hover svg {
  fill: #e0725e;
}

.header__open-social-popup svg {
  fill: #fff;
  position: relative;
  top: -1px;
  margin-right: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__open-search {
  margin-right: 50px;
}

.header__open-search svg {
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__open-search:hover svg {
  fill: #e0725e;
}

.header__top, .header__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__top {
  margin-bottom: 50px;
}

.header__top .btn {
  width: 204px;
}

.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  list-style-type: none;
  margin: 0 -25px;
  padding: 0;
}

.header__menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
  margin-bottom: 10px;
}

.header__menu ul li.only-mobile {
  display: none;
}

.header__menu ul li:not(:last-child) {
  border-right: 1px solid #a8a8a9;
}

.header__menu ul li a {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.header__menu ul li a:hover {
  color: #ff846e;
}

.header__menu ul li.active a {
  color: #ff846e;
}

.header__menu ul .header__auth-item {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header__menu ul .header__auth-item {
    display: block;
    background: #ff846e;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
  }
  .header__menu ul .header__auth-item a {
    color: #fff;
    border-bottom: none;
  }
  .header__menu ul .header__auth-item:hover {
    background: #de624c;
  }
  .header__menu ul .header__auth-item:hover a {
    color: #fff;
  }
}

.header__auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__auth .btn-big {
  width: 163px;
  height: 40px;
  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;
}

.header__auth .btn-big:not(:last-child) {
  margin-right: 39px;
}

.header__hamburger {
  display: none;
}

@media only screen and (max-width: 1279px) {
  .header {
    padding-top: 27px;
    padding-bottom: 20px;
  }
  .header__top {
    margin-bottom: 43px;
  }
  .header__auth .btn {
    font-size: 0.75rem;
  }
  .header__auth .btn-small {
    width: 166px;
  }
  .header__social {
    display: none;
  }
  .header__logo {
    width: 123px;
  }
  .header__menu ul {
    margin-left: -21px;
    margin-right: -21px;
  }
  .header__menu ul li {
    padding-left: 21px;
    padding-right: 21px;
    line-height: 1;
  }
  .header__menu ul li a {
    font-size: 0.8125rem;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    background-color: #fff;
    padding-top: 9px;
    padding-bottom: 9px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 22;
    border-bottom: 1px solid rgba(115, 70, 49, 0.5);
    height: 51px;
  }
  .header + * {
    margin-top: 51px;
  }
  .header.active .header__menu {
    top: 51px;
  }
  .header__top {
    margin-bottom: 0;
  }
  .header.active .header__hamburger span:nth-child(2) {
    display: none;
  }
  .header.active .header__hamburger span:first-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: relative;
    top: 5px;
    left: 0px;
  }
  .header.active .header__hamburger span:last-child {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: relative;
    top: -2px;
    left: 0px;
  }
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    padding-right: 0;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__hamburger span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 27px;
    height: 3px;
    margin-bottom: 4px;
    background: #000;
  }
  .header__hamburger span:last-child {
    margin-bottom: 0px;
  }
  .header__logo {
    width: 120px;
  }
  .header__logo svg {
    fill: #734631;
  }
  .header__logo svg .st0 {
    -webkit-clip-path: url(#SVGID_2_);
            clip-path: url(#SVGID_2_);
  }
  .header__logo svg .st1 {
    fill: #734631;
  }
  .header__logo svg .st2 {
    fill: #734631;
  }
  .header__control {
    margin-left: auto;
    margin-right: 0px;
  }
  .header__control .header__auth {
    display: none;
  }
  .header__control .header__open-social-popup {
    color: #212529;
    font-size: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .header__control .header__open-social-popup svg {
    fill: #212529;
  }
  .header__control .header__open-search {
    color: #212529;
    margin-right: 15px;
  }
  .header__control .header__open-search svg {
    fill: #212529;
  }
  .header__menu {
    position: fixed;
    top: calc(-100vh - 51px);
    left: 0;
    right: 0;
    z-index: 30;
    margin: 0;
    background-color: #111015;
    -webkit-transition: top ease-in-out .3s;
    transition: top ease-in-out .3s;
    z-index: -1;
    height: calc(100vh - 51px);
    overflow: auto;
  }
  .header__menu ul {
    margin: 0;
    display: block;
  }
  .header__menu ul li {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
  .header__menu ul li.only-mobile {
    display: block;
  }
  .header__menu ul li a {
    display: block;
    line-height: 17px;
    padding-top: 20px;
    padding-bottom: 19px;
    border-bottom: 1px solid #2e2d31;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    width: 100%;
  }
  .header__menu ul li a svg {
    fill: #fff;
    margin-right: 15px;
  }
}

.idea-page__inner_main .idea-page__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -16.5px 75px;
}

@media only screen and (max-width: 1279px) {
  .idea-page__inner_main .idea-page__categories {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .idea-page__inner_main .idea-page__categories {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 580px) {
  .idea-page__inner_main .idea-page__categories {
    margin-bottom: 30px;
  }
}

.idea-page__inner_main .idea-page__link {
  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;
  width: 198px;
  height: 47px;
  margin: 10px auto 0;
  background-color: #e57e6b;
  border: 2px solid #e57e6b;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: background-color .2s, color .2s;
  transition: background-color .2s, color .2s;
}

.idea-page__inner_main .idea-page__link:hover {
  color: #e57e6b;
  background-color: transparent;
}

.idea-page__inner_main .card-ideas_mini {
  width: calc(100% / 4 - 24px);
}

@media only screen and (max-width: 1279px) {
  .idea-page__inner_main .card-ideas_mini {
    width: calc(100% / 2 - 24px);
  }
}

@media only screen and (max-width: 580px) {
  .idea-page__inner_main .card-ideas_mini {
    width: calc(100% - 24px);
  }
}

.idea-page__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 20px;
}

.idea-page__filter span {
  display: block;
  font-size: 15px;
  color: #000000;
  margin-right: 15px;
}

.idea-page__filter--item {
  display: block;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  color: #000000;
  border-radius: 3px;
  line-height: 16px;
  padding-top: 8px;
  padding-bottom: 7px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #e5e5e5;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.idea-page__filter--item:hover {
  color: #000000;
  text-decoration: none;
}

.idea-page__filter--item.active {
  background-color: #8772b5;
  color: #ffffff;
}

.idea-page__inner {
  max-width: 1030px;
}

.idea-page__inner_main {
  max-width: 100%;
}

@media screen and (max-width: 1340px) {
  .idea-page__inner {
    max-width: 100%;
  }
}

.idea-page__inner .section-description {
  font-size: 18px;
}

.idea-page__form {
  max-width: 835px;
  padding-top: 35px;
}

.idea-page__form .form-idea__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}

.idea-page__form .form-idea__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1340px) {
  .idea-page__form .form-idea__wrapper {
    margin-bottom: 10px;
  }
}

.idea-page__form .form-idea__file {
  position: relative;
}

.idea-page__form .form-idea__file .file__container {
  height: 23px;
  padding-left: 30px;
  background: url("../img/minified-svg/form_file_icon.svg") no-repeat left;
}

.idea-page__form .form-idea__file .file__input {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}

.idea-page__form .form-idea__file .file__label {
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}

.idea-page__form .form-idea__file .file__caption {
  font-size: 15px;
}

.idea-page__form .form-idea__label {
  font-weight: 700;
  font-size: 18px;
}

.idea-page__form .form-idea__input {
  height: 48px;
}

.idea-page__form .form-idea__submit {
  margin: 0 auto;
}

.ideas-page__subtitle {
  display: block;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 28px;
}

.ideas-page__subtitle b {
  color: #e57e6b;
}

.ideas-page__preview {
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .ideas-page__preview {
    margin-bottom: 40px;
  }
}

.ideas-page__more {
  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;
  max-width: 145px;
  width: 100%;
  height: 38px;
  margin: 10px auto 0;
  border: 1px solid #583c38;
  border-radius: 5px;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  color: #583c38;
  -webkit-transition: background-color .2s, color .2s;
  transition: background-color .2s, color .2s;
}

.ideas-page__more:hover {
  background-color: #583c38;
  color: #fff;
  text-decoration: none;
}

.ideas-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}

.html {
  color: rgba(0, 0, 0, 0.9);
  font-size: 18px;
  line-height: 28px;
}

.html h2 {
  font-size: 34px;
  letter-spacing: -0.34px;
  line-height: 45px;
  font-weight: 700;
}

.html h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.28px;
  margin-bottom: 16px;
}

.html p {
  letter-spacing: -0.18px;
}

.html p:not(:last-child) {
  margin-bottom: 32px;
}

.html iframe {
  width: 100%;
  height: auto;
  min-height: 450px;
}

@media (max-width: 767px) {
  .html iframe {
    min-height: 300px;
  }
}

@media (max-width: 400px) {
  .html iframe {
    min-height: 250px;
  }
}

.html .quote,
.html blockquote,
.html q {
  margin: 50px 0 30px;
  padding: 30px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3;
  border-top: 1px solid #434343;
  border-bottom: 1px solid #434343;
  border-left: none;
}

@media (max-width: 1279px) {
  .html .quote,
  .html blockquote,
  .html q {
    margin-top: 40px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .html .quote,
  .html blockquote,
  .html q {
    margin-top: 30px;
    font-size: 21px;
  }
}

@media only screen and (max-width: 1279px) {
  .html {
    font-size: 14px;
    line-height: 16.8px;
  }
  .html p {
    letter-spacing: -0.23px;
    line-height: 1.4;
  }
  .html p:not(:last-child) {
    margin-bottom: 22px;
  }
  .html .quote {
    border-color: #000;
    padding-left: 18px;
  }
  .html .quote__title {
    font-size: 18px;
  }
  .html .quote__content {
    font-size: 14px;
    letter-spacing: -0.23px;
    line-height: 16.8px;
  }
  .html h3 {
    font-size: 16px;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .html p {
    font-size: 15px;
  }
}

.modal {
  padding-left: 17px !important;
  padding-right: 17px !important;
}

.modal-open .modal_auth {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.modal-open .modal-dialog {
  -ms-flex-item-align: center;
      align-self: center;
}

.modal-dialog {
  width: 100%;
  margin: 0.5rem auto;
}

.modal-soc-in .modal-body {
  padding-bottom: 40px;
}

.modal-soc-in .social {
  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;
}

.modal-soc-in .social__item {
  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;
  width: 58px;
  height: 58px;
  border: 1px solid #e57e6b;
  border-radius: 50%;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.modal-soc-in .social__item svg {
  width: 21px;
  fill: #e57e6b;
  -webkit-transition: fill .2s;
  transition: fill .2s;
}

.modal-soc-in .social__item:hover {
  background-color: #e57e6b;
}

.modal-soc-in .social__item:hover svg {
  fill: white;
}

.popup {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  left: 0px;
  top: 0px;
  z-index: 9999;
}

.popup .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #e0725e;
}

.popup.active {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.85);
}

.popup-close {
  color: #fff;
  font-size: 12px;
  margin-right: 0px;
  margin-left: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.popup-close span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-close:hover {
  color: #e0725e;
}

.popup-close:hover svg {
  fill: #e0725e;
}

.popup-close svg {
  fill: #fff;
  position: relative;
  top: -1px;
  margin-left: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.popup-header {
  height: 100px;
  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;
}

.popup-content {
  background-color: #fff;
  padding: 32px 40px 42px 40px;
  height: calc(100vh - 100px);
  overflow: auto;
}

@media only screen and (max-width: 767px) {
  .popup-content {
    padding: 15px;
  }
}

.popup-social-social .social__item {
  margin: 0;
  padding: 0;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-social-social .social__item svg {
  width: 20px;
  height: 20px;
}

.popup-social-social .social__item:not(:last-child) {
  margin-right: 25px;
}

@media only screen and (max-width: 767px) {
  .popup-social-social .social__item:not(:last-child) {
    margin-right: 10px;
  }
}

.popup-social .social-feed {
  color: #252525;
}

.popup-social .social-feed__title {
  font-size: 30px;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .popup-social .social-feed__title {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

.popup-social .social-feed__title svg {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.popup-social .social-feed-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  display: block;
  color: inherit;
}

.popup-social .social-feed-item:hover .social-feed-item__title {
  color: #e0725e;
}

.popup-social .social-feed-item:hover .social-feed-item__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.popup-social .social-feed-item:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.popup-social .social-feed-item__title {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .popup-social .social-feed-item__title {
    font-size: 14px;
    line-height: 18px;
  }
}

.popup-social .social-feed-item__img {
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
}

.popup-social .social-feed-item__img img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.popup-social .social-feed-item__date {
  display: block;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .popup-social .social-feed-item__date {
    font-size: 12px;
  }
}

.popup-search .popup-content {
  background: none;
  padding: 0px;
}

.popup-search form {
  width: 100%;
  display: block;
}

.popup-search__label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.popup-search__input {
  width: 100%;
  height: 100px;
  border: 2px solid #fff;
  color: #fff;
  background: #000;
  padding: 20px;
  font-size: 26px;
  outline: none;
  /* Firefox 19+ */
  /* Firefox 18- */
}

@media only screen and (max-width: 767px) {
  .popup-search__input {
    height: 60px;
    padding: 10px 15px;
    font-size: 14px;
  }
}

.popup-search__input:focus {
  border: 2px solid #e0735e;
}

.popup-search__input::-webkit-input-placeholder {
  color: #fff;
}

.popup-search__input::-moz-placeholder {
  color: #fff;
}

.popup-search__input:-moz-placeholder {
  color: #fff;
}

.popup-search__input:-ms-input-placeholder {
  color: #fff;
}

.popup-search__input.active + .popup-search__reset {
  opacity: 1;
  visibility: visible;
}

.popup-search__reset {
  position: absolute;
  right: 120px;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .popup-search__reset {
    right: 60px;
  }
}

.popup-search__reset svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.popup-search__reset:hover svg {
  fill: #e0725e;
}

.popup-search__button {
  background: none;
  border: 0px;
  padding: 0px;
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-search__button svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

@media only screen and (max-width: 767px) {
  .popup-search__button {
    right: 20px;
    margin-top: -10px;
  }
  .popup-search__button svg {
    width: 20px;
    height: 20px;
  }
}

.popup-search__button:hover svg {
  fill: #e0725e;
}

.popup-window-container {
  overflow: auto;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 130px 0px;
  z-index: 9999;
  display: block;
}

@media only screen and (max-width: 1366px) {
  .popup-window-container {
    padding: 60px 0px;
  }
}

.popup-window-container.active {
  opacity: 1;
  visibility: visible;
}

.popup-window {
  width: 790px;
  padding: 50px 60px;
  background: #fff;
  border-radius: 4px;
  position: relative;
  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;
  display: none;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 980px) {
  .popup-window {
    padding: 30px 25px;
    max-width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 767px) {
  .popup-window {
    padding: 20px 15px;
    width: calc(100% - 30px);
  }
}

.popup-window.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-window form {
  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;
  width: 100%;
}

.popup-window__close {
  position: absolute;
  right: -70px;
  top: 0px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .popup-window__close {
    right: 0px;
    top: -70px;
  }
}

.popup-window__close svg {
  fill: #fff;
}

.popup-window__title {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: #000;
  margin-bottom: 25px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .popup-window__title {
    font-size: 24px;
    line-height: 30px;
  }
}

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

.popup-window__description {
  font-size: 14px;
  margin-bottom: 25px;
  width: 100%;
}

.popup-window__text {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .popup-window__text {
    font-size: 14px;
  }
}

.popup-window-direction-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .popup-window-direction-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.popup-window-direction-buttons-btn {
  width: 48%;
  height: 60px;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 15px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .popup-window-direction-buttons-btn {
    width: 100%;
    margin-bottom: 15px;
  }
}

.popup-window-direction-buttons-btn:hover {
  border: 1px solid #e57e6b;
}

.popup-window-direction-buttons-btn:hover .popup-window-direction-buttons-btn__ico {
  border-right: 1px solid #e57e6b;
}

.popup-window-direction-buttons-btn:hover .popup-window-direction-buttons-btn__ico svg {
  fill: #e57e6b;
}

.popup-window-direction-buttons-btn__ico {
  width: 50px;
  height: 36px;
  padding-right: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-right: 1px solid #a6a6a6;
}

.popup-window-direction-buttons-btn__ico svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.popup-window-direction-buttons-btn__text {
  width: calc(100% - 50px);
  padding: 0px 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #616161;
}

.popup-window-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.popup-window-buttons__btn {
  width: 180px;
  height: 50px;
  border-radius: 4px;
  text-transform: uppercase;
  margin-right: 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0px;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.popup-window-buttons__btn-bg {
  background: #e0725e;
  color: #fff;
}

.popup-window-buttons__btn-bg:hover {
  background: #b54b37;
}

.popup-window-buttons__btn-border {
  margin-right: 0px;
  border: 1px solid #d2d2d2;
  color: #616161;
}

.popup-window-buttons__btn-border:hover {
  border: 1px solid #e0725e;
}

.popup-window-label {
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}

.popup-window-label .fild-error {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}

.popup-window-label-half {
  width: 48%;
}

@media only screen and (max-width: 767px) {
  .popup-window-label-half {
    width: 100%;
  }
}

.popup-window-label__title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.popup-window-label input, .popup-window-label textarea, .popup-window-label select {
  width: 100%;
  min-height: 60px;
  border-radius: 4px;
  border: 1px solid #a6a6a6;
  outline: none;
  color: #000;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.popup-window-label input::-webkit-input-placeholder, .popup-window-label textarea::-webkit-input-placeholder, .popup-window-label select::-webkit-input-placeholder {
  color: #616161;
}

.popup-window-label input::-moz-placeholder, .popup-window-label textarea::-moz-placeholder, .popup-window-label select::-moz-placeholder {
  color: #616161;
}

.popup-window-label input:-ms-input-placeholder, .popup-window-label textarea:-ms-input-placeholder, .popup-window-label select:-ms-input-placeholder {
  color: #616161;
}

.popup-window-label input:-moz-placeholder, .popup-window-label textarea:-moz-placeholder, .popup-window-label select:-moz-placeholder {
  color: #616161;
}

.popup-window-label textarea {
  height: 180px;
  padding-top: 15px;
}

.popup-window-label .select2-search__field {
  height: 2px;
  min-height: 36px;
}

.popup-window-telegram-info {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e4e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .popup-window-telegram-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.popup-window-telegram-info__text {
  color: #252525;
  font-size: 14px;
  line-height: 18px;
  width: calc(100% - 200px);
}

@media only screen and (max-width: 767px) {
  .popup-window-telegram-info__text {
    width: 100%;
    margin-bottom: 15px;
  }
}

.popup-window-telegram-info__btn {
  display: block;
  width: 160px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #30a3e6;
  color: #30a3e6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.popup-window-telegram-info__btn:hover {
  background: #30a3e6;
  color: #fff;
}

.popup-window-telegram-info__btn:hover svg {
  fill: #fff;
}

.popup-window-telegram-info__btn svg {
  width: 20px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #30a3e6;
}

.popup-window-telegram-info__btn 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;
  width: 100%;
  height: 100%;
}

.popup-window .select2-container--open .select2-selection--multiple {
  background-image: url("../img/general/up-arrow.svg");
}

.popup-window .select2-selection {
  border: 1px solid #a6a6a6;
  min-height: 60px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}

.popup-window .select2-selection--multiple {
  background-image: url("../img/general/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 10px;
}

.popup-window .select2-selection__choice {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  margin-right: 5px !important;
}

.popup-window .select2-selection__choice__removeCastom {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.popup-window .select2-selection__rendered {
  min-height: 60px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.popup-window .select2-search__field {
  margin-top: 0px !important;
  padding: 0px 15px !important;
}

.popup-window .select2-results__options {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.popup-window .select2-results__option {
  font-size: 14px;
  line-height: 14px;
  height: auto;
  padding: 10px;
  color: #000 !important;
  background: #fff;
}

.popup-window .select2-results__option[aria-selected=true] {
  background-color: #ddd !important;
  background-image: url("../img/general/select2-check.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
}

.popup-window .select2-results__option:hover {
  color: #000;
  background-color: #c9bfbd !important;
}

.mainslider {
  position: relative;
  z-index: 2;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 1279px) {
  .mainslider {
    margin-top: 0;
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mainslider {
    margin-top: 0px;
  }
}

.mainslider__slider {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 1279px) {
  .mainslider__slider {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.mainslider__content {
  width: 930px;
}

@media (min-width: 1280px) {
  .mainslider__content {
    margin-left: 60px;
  }
}

.mainslider__navigation {
  position: absolute;
  top: 43%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  pointer-events: none;
}

.mainslider__navigation .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainslider__navigation svg {
  fill: #fff;
  width: 28px;
  height: 50px;
}

.mainslider__arrow {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: auto;
}

.mainslider__arrow:hover svg {
  fill: #e0725e;
}

.mainslider__arrow-prev {
  margin-left: -100px;
}

@media (min-width: 2000px) {
  .mainslider__arrow-prev {
    margin-left: 0;
  }
}

.mainslider__arrow-next {
  margin-right: -100px;
}

@media (min-width: 2000px) {
  .mainslider__arrow-next {
    margin-right: 0;
  }
}

.mainslider__bg {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 630px;
}

.mainslider__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 700px 0 400px 50px rgba(0, 0, 0, 0.95);
          box-shadow: inset 700px 0 400px 50px rgba(0, 0, 0, 0.95);
}

@media only screen and (max-width: 1800px) {
  .mainslider__bg {
    height: 540px;
  }
}

@media only screen and (max-width: 1279px) {
  .mainslider__bg {
    height: auto;
  }
  .mainslider__bg::before {
    -webkit-box-shadow: inset 300px 0 200px 50px rgba(0, 0, 0, 0.96);
            box-shadow: inset 300px 0 200px 50px rgba(0, 0, 0, 0.96);
  }
}

@media only screen and (max-width: 767px) {
  .mainslider__bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: auto;
    -webkit-transform: none;
            transform: none;
    background-position: top;
  }
  .mainslider__bg::before {
    content: none;
  }
}

@media only screen and (max-width: 580px) {
  .mainslider__bg {
    background-size: contain;
  }
}

.mainslider__slide {
  position: relative;
}

.mainslider__slide .container {
  height: 626px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
  padding-bottom: 37px;
}

.mainslider__title {
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-size: 2.625rem;
  letter-spacing: -1.05px;
  line-height: 53px;
}

.mainslider__button {
  margin-top: 26px;
}

.mainslider__button .btn {
  width: 183px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8125rem;
}

@media only screen and (max-width: 2000px) {
  .mainslider__content {
    width: 615px;
  }
  .mainslider__button {
    margin-top: 35px;
  }
  .mainslider__slide .container {
    padding-bottom: 92px;
  }
  .mainslider__slide .container {
    height: 629px;
  }
}

@media only screen and (max-width: 1800px) {
  .mainslider__slide .container {
    height: 540px;
    padding-bottom: 48px;
  }
  .mainslider__navigation {
    top: 46%;
  }
  .mainslider__arrow-prev {
    margin-left: 0;
  }
  .mainslider__arrow-next {
    margin-right: 0;
  }
  .mainslider .slick-dots {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 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;
    padding: 0;
    margin: 0;
  }
  .mainslider .slick-dots button {
    opacity: 0;
  }
  .mainslider .slick-dots li {
    list-style-type: none;
    padding: 0;
    width: 12px;
    height: 12px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #c6c6c6;
    cursor: pointer;
  }
  .mainslider .slick-dots li:not(:last-child) {
    margin-right: 5px;
  }
  .mainslider .slick-dots li.slick-active {
    background-color: #e57e6b;
  }
}

@media only screen and (max-width: 1279px) {
  .mainslider {
    background-color: #09080d;
  }
  .mainslider__navigation {
    display: none;
  }
  .mainslider__content {
    width: 400px;
    margin-left: 0;
  }
  .mainslider__slide .container {
    height: 278px;
    padding-bottom: 51px;
  }
  .mainslider .slick-dots {
    bottom: 23px;
  }
  .mainslider__title {
    font-size: 1.6875rem;
    letter-spacing: -0.99px;
    line-height: 36.03px;
  }
  .mainslider__button {
    margin-top: 25px;
  }
  .mainslider__button .btn {
    width: 166px;
    height: 36px;
    font-size: 0.75rem;
  }
}

@media only screen and (max-width: 767px) {
  .mainslider__content {
    width: 100%;
  }
  .mainslider__slide::after {
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    z-index: 4;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 1, 1, 0)), color-stop(30%, rgba(1, 1, 1, 0.9)), color-stop(46%, #010101));
    background: -webkit-linear-gradient(top, rgba(1, 1, 1, 0) 0%, rgba(1, 1, 1, 0.9) 30%, #010101 46%);
    background: linear-gradient(to bottom, rgba(1, 1, 1, 0) 0%, rgba(1, 1, 1, 0.9) 30%, #010101 46%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66010101', endColorstr='#010101',GradientType=0 );
    /* IE6-9 */
    height: 300px;
  }
  .mainslider__slide .container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 57px;
    height: 385px;
    text-align: center;
  }
  .mainslider__title {
    font-size: 1.1875rem;
    letter-spacing: -0.47px;
    line-height: 1.5rem;
  }
  .mainslider__title br {
    display: none;
  }
  .mainslider__button {
    margin-top: 18px;
  }
  .mainslider__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mainslider__button .btn {
    width: 183px;
  }
}

.national-project-dropdown-info {
  margin-bottom: 70px;
}

.national-project-detail {
  padding: 75px 0px;
}

@media only screen and (max-width: 980px) {
  .national-project-detail {
    padding: 60px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .national-project-detail {
    padding: 40px 0px;
  }
}

.national-project-detail .section-title {
  margin-bottom: 100px;
}

@media only screen and (max-width: 980px) {
  .national-project-detail .section-title {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .national-project-detail .section-title {
    margin-bottom: 30px;
  }
}

.national-project-detail-shell {
  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;
}

.national-project-detail-content {
  width: calc(100% - 360px);
}

@media only screen and (max-width: 1279px) {
  .national-project-detail-content {
    width: 100%;
  }
}

.national-project-detail-content ul, .national-project-detail-content ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-bottom: 20px;
  font-size: 16px;
  color: #49556e;
  line-height: 21px;
}

.national-project-detail-content ul li, .national-project-detail-content ol li {
  position: relative;
  padding-left: 30px;
}

.national-project-detail-content ul li:before {
  content: '';
  position: absolute;
  background: #0062a7;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  left: 10px;
  top: 50%;
  margin-top: -2px;
}

.national-project-detail-content ol {
  counter-reset: counterNationalList;
}

.national-project-detail-content ol li:before {
  counter-increment: counterNationalList;
  content: counter(counterNationalList);
  width: 20px;
  height: 20px;
  background: #0062a7;
  color: #fff;
  position: absolute;
  left: 0px;
  top: 2px;
  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;
  font-size: 12px;
}

.national-project-detail-content table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #49556e;
}

@media only screen and (max-width: 767px) {
  .national-project-detail-content table {
    display: block;
    overflow: auto;
  }
}

.national-project-detail-content table p {
  margin: 0px;
  color: #49556e;
}

.national-project-detail-content table tr:nth-child(1) td {
  font-weight: 700;
  background: #fff !important;
  border-right: 0px solid #dfe0e2 !important;
}

.national-project-detail-content table tr td {
  border-bottom: 2px solid #dfe0e2;
  padding: 7px 20px;
  font-size: 16px;
  margin: 0px;
  line-height: 21px;
}

.national-project-detail-content table tr td:nth-child(1) {
  font-size: 18px;
  font-weight: 700;
  border-right: 2px solid #dfe0e2;
}

.national-project-detail-content table tr td:last-child {
  background: #edf4fa;
}

.national-project-detail-content .task {
  margin-bottom: 40px;
}

.national-project-detail-content .task-header {
  margin-bottom: 10px;
  background: #edf4fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0px;
}

.national-project-detail-content .task-header__left {
  width: 150px;
  font-size: 22px;
  font-weight: 700;
  padding: 5px;
  color: #0062a7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .national-project-detail-content .task-header__left {
    width: 100%;
  }
}

.national-project-detail-content .task-header__right {
  padding: 5px;
  width: calc(100% - 150px);
  color: #0062a7;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .national-project-detail-content .task-header__right {
    width: 100%;
    padding: 15px;
    text-align: center;
  }
}

.national-project-detail-content .task-content {
  background: #edf4fa;
  font-size: 16px;
  line-height: 21px;
  color: #49556e;
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .national-project-detail-content .task-content {
    padding: 15px;
  }
}

.national-project-detail-aside {
  width: 298px;
}

@media only screen and (max-width: 1279px) {
  .national-project-detail-aside {
    display: none;
  }
}

.national-project-detail-aside-menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.national-project-detail-aside-menu ul li.active a {
  border-left: 4px solid #4da6dd;
  color: #4da6dd;
}

.national-project-detail-aside-menu ul li:hover a {
  color: #4da6dd;
}

.national-project-detail-aside-menu ul li a {
  padding: 15px 0px;
  padding-left: 30px;
  font-size: 16px;
  color: #373737;
  font-weight: 700;
  line-height: 20px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.national-project-top-line {
  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;
}

.national-project-top-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  width: calc(100% - 310px);
}

@media only screen and (max-width: 980px) {
  .national-project-top-logo {
    width: calc(100% - 250px);
  }
}

@media only screen and (max-width: 767px) {
  .national-project-top-logo {
    width: 100%;
  }
}

.national-project-top-logo__circle {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  border: 4px solid #0062a7;
  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;
}

.national-project-top-logo__circle img {
  max-width: 80%;
}

@media only screen and (max-width: 980px) {
  .national-project-top-logo__circle {
    width: 80px;
    height: 80px;
    border-radius: 80px;
  }
  .national-project-top-logo__circle img {
    max-width: 60%;
  }
}

.national-project-top-logo-text {
  padding-left: 30px;
  text-transform: uppercase;
  width: calc(100% - 100px);
}

@media only screen and (max-width: 767px) {
  .national-project-top-logo-text {
    padding-left: 20px;
  }
}

.national-project-top-logo__title {
  font-size: 18px;
  font-weight: 500;
  color: #0062a7;
}

@media only screen and (max-width: 980px) {
  .national-project-top-logo__title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .national-project-top-logo__title {
    font-size: 14px;
  }
}

.national-project-top-logo__pagetitle {
  font-size: 30px;
  font-weight: 700;
  color: #0062a7;
}

@media only screen and (max-width: 980px) {
  .national-project-top-logo__pagetitle {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .national-project-top-logo__pagetitle {
    font-size: 22px;
  }
}

.national-project-top__btn {
  min-width: 298px;
  height: 54px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #4da6dd;
  margin-bottom: 40px;
}

@media only screen and (max-width: 980px) {
  .national-project-top__btn {
    font-size: 12px;
    min-width: 250px;
  }
}

.national-project-top__btn:hover {
  background: #3a7ca5;
  color: #fff;
}

.national-project-top__btn span {
  width: 100%;
  height: 100%;
  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;
}

.national-project-top__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #1d74b2;
}

.national-project-top__image img {
  max-width: 100%;
  width: 100%;
}

.national-project-dropdown-item {
  border-top: 1px solid #dfe0e2;
}

.national-project-dropdown-item:last-child {
  border-bottom: 1px solid #dfe0e2;
}

.national-project-dropdown-item-header {
  min-height: 80px;
  padding: 20px 0px;
  padding-left: 20px;
  padding-right: 60px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .national-project-dropdown-item-header {
    padding: 15px;
    padding-left: 10px;
    padding-right: 40px;
  }
}

.national-project-dropdown-item-header.active {
  background: #f9f9fa;
}

.national-project-dropdown-item-header.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.national-project-dropdown-item-header:before {
  content: '';
  position: absolute;
  width: 28px;
  height: 2px;
  background: #3f72aa;
  right: 20px;
  top: 50%;
  margin-top: -1px;
}

@media only screen and (max-width: 767px) {
  .national-project-dropdown-item-header:before {
    width: 20px;
    right: 10px;
  }
}

.national-project-dropdown-item-header:after {
  content: '';
  position: absolute;
  width: 28px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 2px;
  background: #3f72aa;
  right: 20px;
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media only screen and (max-width: 767px) {
  .national-project-dropdown-item-header:after {
    width: 20px;
    right: 10px;
  }
}

.national-project-dropdown-item-header-number .national-project-dropdown-item-header__ico {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #126dad;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #126dad;
}

.national-project-dropdown-item-header__ico {
  width: 40px;
  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-right: 23px;
}

.national-project-dropdown-item-header__ico img {
  max-width: 100%;
}

.national-project-dropdown-item-header__title {
  width: calc(100% - 65px);
  font-size: 20px;
  color: #0062a7;
  font-weight: 700;
}

@media only screen and (max-width: 980px) {
  .national-project-dropdown-item-header__title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .national-project-dropdown-item-header__title {
    font-size: 14px;
    line-height: 18px;
  }
}

.national-project-dropdown-item-content {
  padding: 25px 80px;
  padding-right: 10px;
  display: none;
}

@media only screen and (max-width: 767px) {
  .national-project-dropdown-item-content {
    padding: 20px 10px;
  }
}

.national-project-dropdown-item-content img {
  max-width: 100%;
  height: auto;
}

.national-project-dropdown-item-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0062a7;
  line-height: 23px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .national-project-dropdown-item-content h3 {
    font-size: 16px;
  }
}

.national-project-dropdown-item-content p {
  font-size: 16px;
  color: #49556e;
  line-height: 21px;
  margin-bottom: 15px;
}

.national-project-dropdown-item-content p strong {
  font-weight: 700;
  color: #0062a7;
}

@media only screen and (max-width: 980px) {
  .national-project-dropdown-item-content p {
    font-size: 14px;
    line-height: 18px;
  }
}

.national-project-dropdown-item-content li {
  font-size: 16px;
  color: #49556e;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 980px) {
  .national-project-dropdown-item-content li {
    font-size: 14px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .national-project-dropdown-item-content li {
    font-size: 12px;
    line-height: 16px;
  }
}

.national-project-dropdown-item-content ul {
  padding: 0px;
  list-style: none;
  counter-reset: myCounter;
}

.national-project-dropdown-item-content ul li {
  padding-left: 45px;
  position: relative;
}

.national-project-dropdown-item-content ul li:before {
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  width: 30px;
  height: 30px;
  background: #f2f7fd;
  color: #49556e;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 980px) {
  .national-project-dropdown-item-content ul li:before {
    top: -6px;
  }
}

@media only screen and (max-width: 767px) {
  .national-project-dropdown-item-content ul li:before {
    top: -4px;
  }
}

.national-project-dropdown-item-content ul li.statistic {
  padding-left: 85px;
}

.national-project-dropdown-item-content ul li.statistic-up:after {
  background-color: #65c44b;
}

.national-project-dropdown-item-content ul li.statistic-down:after {
  background-color: #ff6f9f;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.national-project-dropdown-item-content ul li.statistic:before {
  left: 40px;
}

.national-project-dropdown-item-content ul li.statistic:after {
  content: '';
  width: 30px;
  height: 30px;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: -4px;
  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;
  background-image: url(../img/general/dropdown-li-up.png);
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 980px) {
  .national-project-dropdown-item-content ul li.statistic:after {
    top: -6px;
  }
}

@media only screen and (max-width: 767px) {
  .national-project-dropdown-item-content ul li.statistic:after {
    top: -4px;
  }
}

/**
*   Внутренности табов
*/
.implementation-period {
  font-size: 24px;
  color: #0062a7;
}

@media only screen and (max-width: 767px) {
  .implementation-period {
    font-size: 18px;
  }
}

.federal-project {
  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;
}

.federal-project-info {
  width: 100%;
  margin-bottom: 30px;
  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;
}

@media only screen and (max-width: 980px) {
  .federal-project-info {
    width: 100%;
    margin-bottom: 20px;
  }
}

.federal-project-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  width: 92%;
}

@media only screen and (max-width: 767px) {
  .federal-project-info-item {
    -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;
    text-align: center;
    width: 100%;
  }
}

.federal-project-info-item__ico {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: 2px solid #0062a7;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .federal-project-info-item__ico {
    margin-bottom: 15px;
    margin-right: 0px;
    margin-left: 0px;
  }
}

.federal-project-info-item__text {
  font-size: 16px;
  color: #49556e;
  line-height: 21px;
  width: calc(100% - 190px);
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .federal-project-info-item__text {
    margin-bottom: 15px;
    width: 100%;
  }
}

.federal-project-info-item__price {
  width: 90px;
  height: 36px;
  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;
  color: #fff;
  background: #0062a7;
  font-size: 21px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .federal-project-info-item__price {
    margin-bottom: 15px;
  }
}

.federal-project-diogram {
  width: 100vh;
  position: relative;
}

@media only screen and (max-width: 980px) {
  .federal-project-diogram {
    width: 100%;
    margin-bottom: 20px;
  }
}

.federal-project-diogram canvas {
  max-width: 100%;
}

.national-sources-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .national-sources-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.national-sources-item__price {
  background: #f2f7fd;
  padding: 4px 10px;
  border-right: 1px solid #dfe0e2;
  margin-bottom: 4px;
}

.national-sources-item__number {
  font-size: 30px;
  line-height: 26px;
  color: #0062a7;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .national-sources-item__number {
    font-size: 20px;
  }
}

.national-sources-item__text-number {
  font-size: 16px;
  padding-left: 5px;
}

@media only screen and (max-width: 767px) {
  .national-sources-item__text-number {
    font-size: 14px;
  }
}

.national-sources-item__title {
  padding-left: 10px;
  font-size: 16px;
  color: #49556e;
}

@media only screen and (max-width: 767px) {
  .national-sources-item__title {
    font-size: 14px;
  }
}

.team-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.team-project-item {
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px;
  margin-bottom: 25px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .team-project-item {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0px;
  }
}

.team-project-item__image {
  width: 110px;
  height: 110px;
  border-radius: 110px;
  overflow: hidden;
  margin-bottom: 18px;
}

.team-project-item__position {
  font-size: 16px;
  text-transform: uppercase;
  color: #49556e;
  margin-bottom: 8px;
  width: 100%;
}

.team-project-item__name {
  font-size: 16px;
  text-transform: uppercase;
  color: #0062a7;
  font-weight: 700;
  width: 100%;
}

.team-project-item__description {
  font-size: 16px;
  color: #49556e;
  line-height: 21px;
  width: 100%;
}

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

.standart__diogram {
  width: 500px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 980px) {
  .standart__diogram {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    max-width: 100%;
  }
}

.standart__diogram canvas {
  width: 100%;
}

.standart__image {
  width: 270px;
}

@media only screen and (max-width: 980px) {
  .standart__image {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.percent-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.percent-info-image .percent-info__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  line-height: 24px;
}

.percent-info-image .percent-info__circle img {
  width: 20px;
}

.percent-info-image .percent-info__circle div {
  padding: 1px;
}

.percent-info-image .percent-info__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .percent-info {
    -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;
    text-align: center;
  }
}

.percent-info__circle {
  width: 100px;
  height: 100px;
  border: 1px solid #0062a7;
  color: #0062a7;
  border-radius: 80px;
  font-size: 25px;
  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;
  font-weight: 700;
  position: relative;
  line-height: 16px;
  text-align: center;
  justify-content: center;
}

.percent-info__circle div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.percent-info__circle span {
  padding: 4px 3px;
  display: inline-block;
}

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

.percent-info__circle.before {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .percent-info__circle {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    font-size: 20px;
    margin-bottom: 25px;
  }
}

.percent-info__circle span {
  font-size: 14px;
}

.percent-info__circle:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  top: 50%;
  background: #0062a7;
  right: -30px;
}

@media only screen and (max-width: 767px) {
  .percent-info__circle:before {
    bottom: -15px;
    height: 15px;
    top: auto;
    width: 1px;
    right: 48%;
  }
}

.percent-info__circle:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -30px;
  background: #0062a7;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 8px;
}

@media only screen and (max-width: 767px) {
  .percent-info__circle:after {
    bottom: -15px;
    top: auto;
    margin-top: 0px;
    margin-right: -5px;
    right: 50%;
  }
}

.percent-info p {
  padding-left: 40px;
  margin-bottom: 0px;
  width: calc(100% - 100px);
}

@media only screen and (max-width: 767px) {
  .percent-info p {
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }
}

.number-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .number-text-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .number-text-wrap p {
    text-align: center;
  }
}

.number-text-wrap .number-text-panel {
  margin-right: 20px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .number-text-wrap .number-text-panel {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

.number-text-panel {
  background: #f2f7fd;
  padding: 4px 10px;
  border-right: 1px solid #dfe0e2;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 15px;
}

.number-text-panel__number {
  font-size: 30px;
  line-height: 26px;
  color: #0062a7;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.number-text-panel__text-number {
  font-size: 16px;
  padding-left: 5px;
}

p .number-text-panel {
  display: inline-block;
}

.diogram-full {
  width: 100%;
  margin-bottom: 15px;
  height: auto !important;
}

.diogram-full canvas {
  width: 100% !important;
}

.subject-table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.subject-table-upgrade .subject-table-aside {
  border-right: 2px solid #dfe0e2;
}

.subject-table-upgrade .subject-table-main p {
  border-bottom: 0px;
  padding: 10px 0px;
}

.subject-table-event {
  margin-bottom: 5px;
}

.subject-table-event .subject-table-aside {
  background: #51b0e1;
  color: #fff;
  text-transform: uppercase;
  width: 150px;
  margin-right: 0px;
}

.subject-table-event .subject-table-main {
  width: calc(100% - 150px);
  background: #edf4fa;
  padding: 10px 20px;
}

.subject-table-event .subject-table-main p {
  border-bottom: 0px;
  padding: 10px 0px;
  border-bottom: 2px solid #fff;
}

.subject-table-aside {
  width: 200px;
  margin-right: 10px;
  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;
  background: #eaf1fb;
  font-size: 18px;
  font-weight: 700;
  color: #0062a7;
  line-height: 23px;
}

@media only screen and (max-width: 767px) {
  .subject-table-aside {
    width: 100% !important;
    margin-right: 0px !important;
    padding: 30px 10px !important;
  }
}

.subject-table-aside span {
  padding: 0px 5px;
  font-size: 30px;
  line-height: 30px;
}

.subject-table-main {
  width: calc(100% - 210px);
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .subject-table-main {
    width: 100% !important;
  }
}

.subject-table-main p {
  font-size: 16px;
  color: #49556e;
  margin: 0px;
  line-height: 21px;
  padding: 15px 0px;
  border-bottom: 2px solid #dfe0e2;
}

.subject-table-main p:last-child {
  border-bottom: 0px;
}

.big-text-image {
  padding: 10px 0px;
  border-top: 1px solid #dfe0e2;
  border-bottom: 1px solid #dfe0e2;
  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;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .big-text-image {
    -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;
    text-align: center;
  }
}

.big-text-image__text {
  width: calc(100% - 270px);
  padding-right: 20px;
  text-transform: uppercase;
  color: #0062a7;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}

@media only screen and (max-width: 767px) {
  .big-text-image__text {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }
}

.big-text-image__image {
  width: 270px;
}

.ico-text {
  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;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .ico-text {
    -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;
    text-align: center;
  }
}

.ico-text__ico {
  width: 140px;
}

@media only screen and (max-width: 767px) {
  .ico-text__ico {
    margin-bottom: 20px;
  }
}

.ico-text__text {
  font-size: 16px;
  color: #49556e;
  line-height: 21px;
  margin-bottom: 15px;
  width: calc(100% - 140px);
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .ico-text__text {
    width: 100%;
    font-size: 14px;
  }
}

.ico-text__text strong {
  font-weight: 700;
  color: #0062a7;
}

.national-projects {
  padding: 70px 0px;
}

.national-projects-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 70px;
}

.national-projects-top-left {
  width: 660px;
}

@media only screen and (max-width: 1279px) {
  .national-projects-top-left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.national-projects-top__quotes {
  font-size: 160px;
  font-family: Georgia;
  color: #41a7de;
  line-height: 0px;
  font-weight: 700;
  padding-top: 70px;
  margin-bottom: 40px;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .national-projects-top__quotes {
    font-size: 110px;
  }
}

.national-projects-top__text p {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
}

.national-projects-top__text p:last-child {
  margin-bottom: 0px;
}

.national-projects-top-right {
  width: calc(100% - 660px);
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 1279px) {
  .national-projects-top-right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    min-height: auto;
    margin-top: 30px;
  }
}

.national-projects-top__image {
  min-width: 120%;
}

@media only screen and (max-width: 1279px) {
  .national-projects-top__image {
    min-width: 100%;
  }
}

.national-projects-category {
  margin-bottom: 70px;
}

.national-projects-category__title {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 36px;
  text-align: left;
  color: #373737;
  font-weight: 700;
}

.national-projects-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .national-projects-category-list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.national-projects-category-item {
  width: 366px;
  height: 250px;
  margin-right: 22px;
  margin-bottom: 22px;
  padding: 30px 35px;
  -webkit-box-shadow: 0px 0px 0px 1px #41a7de;
          box-shadow: 0px 0px 0px 1px #41a7de;
  position: relative;
  text-decoration: none;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.national-projects-category-item:nth-child(5n + 5) {
  margin-right: 0px;
}

@media only screen and (max-width: 1980px) {
  .national-projects-category-item {
    width: 332px;
    height: 240px;
  }
  .national-projects-category-item:nth-child(5n + 5) {
    margin-right: 22px;
  }
  .national-projects-category-item:nth-child(4n + 4) {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 1800px) {
  .national-projects-category-item {
    width: 302px;
    height: 225px;
  }
}

@media only screen and (max-width: 1304px) {
  .national-projects-category-item {
    width: 32%;
    height: 225px;
    margin-right: 1.3% !important;
  }
  .national-projects-category-item:nth-child(3n + 3) {
    margin-right: 0px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .national-projects-category-item {
    width: 350px;
    height: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .national-projects-category-item:nth-child(3n + 3) {
    margin-right: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  .national-projects-category-item {
    width: 320px;
    height: 225px;
    margin-left: auto;
    margin-right: auto !important;
  }
}

.national-projects-category-item:hover {
  -webkit-box-shadow: 0px 8px 25px 0px rgba(77, 166, 221, 0.3);
          box-shadow: 0px 8px 25px 0px rgba(77, 166, 221, 0.3);
  border-color: #fff;
}

.national-projects-category-item:hover .national-projects-category-item__title {
  color: #d30535;
}

.national-projects-category-item__title {
  font-size: 18px;
  color: #41a7de;
  line-height: 26px;
  font-weight: 700;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.national-projects-category-item__image {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 0;
}

.national-projects-category-item__image img {
  width: 100%;
}

.national-projects-banner {
  border: 2px solid #f2f7fd;
  border-radius: 5px;
  padding: 50px;
  background-image: url("../img/general/national-projects-banner.png");
  background-repeat: no-repeat;
  background-position: right -80px top -100px;
  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;
}

@media only screen and (max-width: 1279px) {
  .national-projects-banner {
    background-position: right -80px bottom -200px;
  }
}

@media only screen and (max-width: 767px) {
  .national-projects-banner {
    padding: 15px;
    padding-bottom: 350px;
  }
}

.national-projects-banner-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 345px;
}

@media only screen and (max-width: 1279px) {
  .national-projects-banner-left {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .national-projects-banner-left {
    width: 100%;
  }
}

.national-projects-banner-center {
  max-width: 400px;
  margin-left: 150px;
}

@media only screen and (max-width: 1279px) {
  .national-projects-banner-center {
    margin-left: 0px;
  }
}

.national-projects-banner__title {
  font-size: 28px;
  color: #373737;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .national-projects-banner__title {
    font-size: 22px;
    line-height: 26px;
  }
}

.national-projects-banner-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.national-projects-banner__btn {
  padding: 20px 40px;
  border-radius: 5px;
  font-size: 14px;
  color: #717375;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .national-projects-banner__btn {
    padding: 10px 15px;
  }
}

.national-projects-banner__btn-blue {
  background: #4da6dd;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.national-projects-banner__btn-blue:hover {
  color: #fff;
  opacity: 0.8;
}

.national-projects-banner__text-count-objects {
  font-size: 72px;
  line-height: 80px;
  font-weight: 700;
  color: #4da6dd;
}

@media only screen and (max-width: 767px) {
  .national-projects-banner__text-count-objects {
    font-size: 30px;
    line-height: 40px;
  }
}

.offer-panel {
  font-size: 30px;
  font-weight: 700;
  padding: 20px 0px;
  color: #fff;
  background: #e0725e;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media only screen and (max-width: 1279px) {
  .offer-panel {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (max-width: 980px) {
  .offer-panel {
    font-size: 25px;
    line-height: 40px;
  }
}

.offer-panel .container {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .offer-panel .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 1280px) {
  .offer-panel span {
    display: block;
    width: 100%;
  }
}

.offer-panel__btn {
  width: 240px;
  height: 50px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid #fff;
  margin: 0px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.offer-panel__btn:hover {
  color: #fff;
  background: #b54b37;
}

.offer-panel__btn 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;
  width: 100%;
  height: 100%;
}

.covid-bnr {
  width: 100%;
  padding: 40px 60px;
  border: 1px solid #a6a6a6;
  background-color: #fff;
  background-image: url("../img/general/covid-bnr.jpg");
  background-repeat: no-repeat;
  background-position: center right -40px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1279px) {
  .covid-bnr {
    background-image: none;
  }
}

@media only screen and (max-width: 980px) {
  .covid-bnr {
    padding: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .covid-bnr {
    padding: 20px;
    background-size: contain;
  }
}

.covid-bnr__title {
  font-size: 40px;
  text-transform: uppercase;
  color: #252525;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 25px;
}

@media only screen and (max-width: 980px) {
  .covid-bnr__title {
    font-size: 35px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .covid-bnr__title {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
}

.covid-bnr__title span {
  color: #e0725e;
}

.covid-bnr-buttons {
  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;
}

@media only screen and (max-width: 767px) {
  .covid-bnr-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.covid-bnr-buttons__btn {
  width: 220px;
  height: 60px;
  display: block;
  background: #e0725e;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin-right: 30px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
}

@media only screen and (max-width: 980px) {
  .covid-bnr-buttons__btn {
    width: 170px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .covid-bnr-buttons__btn {
    margin-right: 0px;
    margin-bottom: 15px;
    height: 40px;
    width: 220px;
    font-size: 16px;
  }
  .covid-bnr-buttons__btn:last-child {
    margin-bottom: 0px;
  }
}

.covid-bnr-buttons__btn:hover {
  background: #b54b37;
  color: #fff;
}

.covid-bnr-buttons__btn 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;
  width: 100%;
  height: 100%;
}

.covid-bnr-buttons__btn:last-child {
  margin-right: 0px;
}

.recomend {
  padding-bottom: 65px;
}

.recomend__title {
  display: block;
  margin-bottom: 28px;
  padding-bottom: 13px;
  color: #252525;
  font-size: 30px;
  font-weight: 700;
  border-bottom: 2px solid #333333;
}

@media only screen and (max-width: 1279px) {
  .recomend__title {
    font-size: 24px;
    padding-bottom: 9px;
    margin-bottom: 20px;
  }
}

.recomend-news {
  padding-top: 40px;
}

@media (max-width: 1279px) {
  .recomend-news {
    padding-top: 0;
  }
  .recomend-news .card-news__name {
    max-height: 190px;
    margin-bottom: 30px;
    overflow: hidden;
  }
}

@media (max-width: 1279px) and (max-width: 1279px) {
  .recomend-news .card-news__name {
    max-height: 140px;
  }
}

@media (max-width: 1279px) {
  .recomend-news .card-news__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100% - 162px);
  }
  .recomend-news .card-news__footer {
    margin-top: auto;
  }
}

.recomend .card-news__name {
  max-height: 100%;
}

.recomend .card-news__content {
  height: auto;
}

.recomend .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.recomend .slick-slide {
  height: auto;
}

.recomend .slick-slide > div {
  height: 100%;
}

.recomend .slick-slide > div > .col-lg-3 {
  height: 100%;
}

.recomend .slick-dots {
  position: static;
  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: 20px 0;
  padding-left: 0;
}

.recomend .slick-dots li {
  list-style-type: none;
  padding: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #c6c6c6;
  cursor: pointer;
}

.recomend .slick-dots li:not(:last-child) {
  margin-right: 5px;
}

.recomend .slick-dots li.slick-active {
  background-color: #e57e6b;
}

.recomend .slick-dots li button {
  opacity: 0;
}

@media only screen and (max-width: 2000px) {
  .recomend-news .col-lg-3:nth-child(4) {
    display: none;
  }
  .recomend-news .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333%;
            flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
  }
}

@media only screen and (max-width: 1279px) {
  .recomend-news .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .recomend-news .card-news {
    border: 1px solid #d3d3d3;
  }
  .recomend-news .card-news-two .card-news__content {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 21px;
  }
}

.search-block {
  margin-bottom: 40px;
  padding: 15px 20px 10px 15px;
  background: #f5f5f5;
}

.search-block__form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-block .form__input {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 200px 0 15px;
  background: #fff;
  border: none;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.9);
}

.search-block .form__input::-webkit-input-placeholder {
  color: #000;
}

.search-block .form__input::-moz-placeholder {
  color: #000;
}

.search-block .form__input:-ms-input-placeholder {
  color: #000;
}

.search-block .form__input::-ms-input-placeholder {
  color: #000;
}

.search-block .form__input::placeholder {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .search-block .form__input {
    padding-right: 140px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .search-block .form__input {
    padding-right: 115px;
    font-size: 14px;
  }
}

.search-block .form__buttons {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  padding-right: 1px;
}

.search-block .form__button {
  height: 38px;
}

.search-block .form__button_close {
  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;
  width: 38px;
  background: #fff;
  border: none;
}

.search-block .form__button_close > svg {
  width: 13px;
  height: 13px;
  -webkit-transition: fill .2s;
  transition: fill .2s;
}

.search-block .form__button_close:hover svg {
  fill: #583c38;
}

.search-block .form__button_submit {
  width: 155px;
  height: 38px;
  background-color: #583c38;
  border: 1px solid transparent;
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: color .2s, background-color .2s, border-color .2s;
  transition: color .2s, background-color .2s, border-color .2s;
}

.search-block .form__button_submit:hover {
  background-color: #b54b37 !important;
  color: #fff;
  border-color: #b54b37;
}

@media only screen and (max-width: 767px) {
  .search-block .form__button_submit {
    width: 100px;
  }
}

@media only screen and (max-width: 480px) {
  .search-block .form__button_submit {
    width: 75px;
    font-size: 12px;
  }
}

.search {
  padding: 40px 0px;
}

.search-main-form {
  width: 100%;
  display: block;
}

.search-open-filter {
  width: 220px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .search-open-filter {
    width: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .search-open-filter {
    width: 220px;
  }
}

.search-open-filter.active {
  color: #583c38;
}

.search-open-filter.active svg {
  fill: #583c38;
}

.search-open-filter svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

@media only screen and (max-width: 1024px) {
  .search-open-filter span {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .search-open-filter span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.search-top {
  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;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .search-top {
    margin-bottom: 20px;
  }
}

.search-top .search-block {
  width: calc(100% - 220px);
  margin-bottom: 0px;
}

@media only screen and (max-width: 1024px) {
  .search-top .search-block {
    width: calc(100% - 70px);
  }
}

@media only screen and (max-width: 767px) {
  .search-top .search-block {
    width: 100%;
    margin-bottom: 20px;
  }
}

.search-top .search-block .form__button_submit {
  background: #e0725e;
}

.search-filter {
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

@media only screen and (max-width: 767px) {
  .search-filter {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.search-filter-block {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1279px) {
  .search-filter-block {
    width: 50% !important;
    max-width: 50% !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media only screen and (max-width: 980px) {
  .search-filter-block {
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.search-filter__title {
  font-weight: 500;
  margin-bottom: 15px;
}

.search-filter-date {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  border: 1px solid #583c38;
  border-radius: 5px;
}

.search-filter-date input {
  width: 50%;
  border: 0px;
  height: 80%;
  padding-left: 20px;
  padding-right: 40px;
  outline: none;
  background-image: url("../img/general/calendar.svg");
  background-size: 25px;
  background-position: center right 15px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .search-filter-date input {
    padding-left: 15px;
    padding-right: 35px;
    background-size: 20px;
    font-size: 14px;
  }
}

.search-filter-date input:nth-child(1) {
  border-right: 1px solid #583c38;
}

.search-filter-partition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search-filter-checkbox {
  width: 25%;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}

@media only screen and (max-width: 1279px) {
  .search-filter-checkbox {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .search-filter-checkbox {
    width: 100%;
  }
}

.search-filter-checkbox input {
  display: none;
}

.search-filter-checkbox input:checked + span:before {
  background-color: #583c38;
  background-image: url("../img/general/check.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

.search-filter-checkbox span {
  padding-left: 30px;
  display: block;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .search-filter-checkbox span {
    font-size: 14px;
  }
}

.search-filter-checkbox span:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  height: 24px;
  width: 24px;
  border-radius: 3px;
  border: 1px solid #583c38;
}

.search-result-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  overflow: auto;
}

.search-result-tabs .mCSB_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px !important;
}

.search-result-tabs .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background: #583c38;
}

.search-result-tabs .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background: #f5f5f5;
}

.search-result-tabs a {
  background: #e5e5e5;
  color: #fff;
  padding: 4px 10px;
  margin-right: 15px;
  border-radius: 4px;
  white-space: pre;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .search-result-tabs a {
    font-size: 14px;
  }
}

.search-result-tabs a.active, .search-result-tabs a:hover {
  background: #e0725e;
}

.search-result-tabs a:last-child {
  margin-right: 0px;
}

.search-result-items {
  padding: 20px 0px;
}

.search-result-item {
  padding-left: 30px;
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.search-result-item:hover .search-result-item__title {
  color: #e0725e;
}

.search-result-item__idx {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #dadada;
  font-size: 18px;
}

.search-result-item__title {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .search-result-item__title {
    font-size: 16px;
  }
}

.search-result-item__text {
  display: block;
  font-size: 14px;
  color: #000;
  line-height: 21px;
  margin-bottom: 10px;
}

.search-result-item-panel {
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid #583c38;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #8c8c8c;
  font-size: 14px;
}

.search-result-item-panel__text {
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}

.search-result-item-panel__text:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #8c8c8c;
  right: 0px;
  top: 50%;
  margin-top: -2px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-color .social__item {
  margin: 0;
  padding: 0;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-color .social__item svg {
  width: 20px;
  height: 20px;
}

.social-color .social__item:not(:last-child) {
  margin-right: 25px;
}

.social__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  cursor: pointer;
}

.social__item svg {
  fill: #fff;
  -webkit-transition: fill .2s;
  transition: fill .2s;
}

.social__item:hover svg {
  fill: #e0725e;
}

.social-vk {
  background-color: #4680c2;
}

.social-instagram {
  background: #f09433;
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.social-instagram svg {
  width: 22px !important;
  height: 22px !important;
}

.social-facebook {
  background-color: #3d5a98;
}

.social-telegram {
  background-color: #33abe0;
}

.social-youtube {
  background-color: #ff0000;
}

.strategy-page__steps .step-strategy__title {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 38px;
  letter-spacing: -0.38px;
  color: rgba(0, 0, 0, 0.92);
}

.strategy-page__steps .step-strategy__subtitle {
  display: block;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 21px;
  color: #2c2c2c;
}

@media only screen and (max-width: 767px) {
  .strategy-page__steps .step-strategy__subtitle {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .strategy-page__steps .step-strategy__subtitle {
    margin-bottom: 15px;
  }
}

.strategy-page__steps .step-strategy__description {
  max-width: 550px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
}

@media (max-width: 767px) {
  .strategy-page__steps .step-strategy__description {
    margin-bottom: 20px;
  }
}

.strategy-page__steps .step-strategy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.strategy-page__steps .step-strategy__content .card {
  width: 330px;
  margin-left: 0;
  margin-bottom: 0;
}

.strategy-page__steps .step-strategy__content .card + .step-strategy__phrase {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 120px;
}

.strategy-page__steps .step-strategy__content .card + .step-strategy__phrase::before {
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 1279px) {
  .strategy-page__steps .step-strategy__content .card + .step-strategy__phrase {
    margin: 30px auto 0;
    padding-top: 30px;
    text-align: center;
  }
  .strategy-page__steps .step-strategy__content .card + .step-strategy__phrase::before {
    bottom: auto;
  }
}

@media only screen and (max-width: 1279px) {
  .strategy-page__steps .step-strategy__content .card {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1279px) {
  .strategy-page__steps .step-strategy__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.strategy-page__steps .step-strategy__text {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-right: 60px;
  font-size: 18px;
  line-height: 32px;
}

@media only screen and (max-width: 1279px) {
  .strategy-page__steps .step-strategy__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1279px) {
  .strategy-page__steps .step-strategy__text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .strategy-page__steps .step-strategy__text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.strategy-page__steps .step-strategy__phrase {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 340px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 35px;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #e57e6b;
}

.strategy-page__steps .step-strategy__phrase::before {
  content: '';
  position: absolute;
  top: -5%;
  left: 0;
  width: 2px;
  height: 180px;
  border-left: 2px dashed #e57e6b;
}

@media only screen and (max-width: 1279px) {
  .strategy-page__steps .step-strategy__phrase {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 0;
    margin: 30px auto 0;
    text-align: center;
    font-size: 21px;
  }
  .strategy-page__steps .step-strategy__phrase::before {
    top: -15px;
    width: 100%;
    height: 2px;
    border-left: none;
    border-top: 2px dashed #e57e6b;
  }
}

@media only screen and (max-width: 767px) {
  .strategy-page__steps .step-strategy__phrase {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .strategy-page__steps .step-strategy__phrase {
    font-size: 16px;
  }
}

.strategy-page__steps .step-strategy__slider {
  position: relative;
  max-width: 690px;
  margin-bottom: 50px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .strategy-page__steps .step-strategy__slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.strategy-page__steps .step-strategy__slider .slider__subtitle {
  display: block;
  padding: 15px 0 10px;
  border-bottom: 1px solid #dddddd;
  font-size: 14px;
  color: rgba(43, 43, 45, 0.8);
}

@media (max-width: 767px) {
  .strategy-page__steps .step-strategy__slider .slider__subtitle {
    padding: 15px 10px 10px;
  }
}

.strategy-page__steps .step-strategy__slider .slider__list {
  position: static;
}

.strategy-page__steps .step-strategy__slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 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;
  align-items: center;
  padding: 0;
  margin: auto;
  list-style: none;
}

.strategy-page__steps .step-strategy__slider .slick-dots li {
  width: 13px;
  height: 13px;
  margin: 0 4px;
}

.strategy-page__steps .step-strategy__slider .slick-dots li button {
  width: 13px;
  height: 13px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background-color: #c6c6c6;
  text-indent: -9999px;
}

.strategy-page__steps .step-strategy__slider .slick-dots li.slick-active button {
  background-color: #e57e6b;
}

.strategy-page__steps .step-strategy__slide {
  height: 600px;
}

@media (max-width: 1279px) {
  .strategy-page__steps .step-strategy__slide {
    height: auto;
  }
}

.strategy-page__steps .step-strategy__slide img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.strategy-page__steps .step-strategy__plan {
  margin-bottom: 140px;
}

@media only screen and (max-width: 1279px) {
  .strategy-page__steps .step-strategy__plan {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .strategy-page__steps .step-strategy__plan {
    margin-bottom: 60px;
  }
}

.strategy-page__steps .step-strategy__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
  padding: 30px 0;
}

.strategy-page__steps .step-strategy__card {
  height: auto;
  width: calc(100% / 3 - 24px);
  margin: 0 12px 30px;
  padding: 40px 50px 35px 40px;
  border: none;
  background: #fafafa;
}

@media only screen and (max-width: 1279px) {
  .strategy-page__steps .step-strategy__card {
    width: 330px;
    margin: 0 auto 30px;
    padding: 30px 30px 25px 30px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .strategy-page__steps .step-strategy__card {
    margin-bottom: 20px;
  }
}

.strategy-page__steps .step-strategy__card .card__value {
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 82px;
  line-height: 1;
  color: #e57e6b;
}

@media only screen and (max-width: 1279px) {
  .strategy-page__steps .step-strategy__card .card__value {
    font-size: 64px;
  }
}

.strategy-page__steps .step-strategy__card .card__description {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  color: #040404;
  letter-spacing: -0.18px;
}

@media only screen and (max-width: 1279px) {
  .strategy-page__steps .step-strategy__card .card__description {
    font-size: 16px;
  }
}

.strategy-page__steps .step-strategy__links {
  padding: 30px 0;
}

.strategy-page__steps .step-strategy__link {
  padding: 25px 0 15px;
  border-top: 1px dashed rgba(0, 0, 0, 0.7);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.7);
}

.strategy-page__steps .step-strategy__link .link-strategy__name {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 37px;
  letter-spacing: -0.37px;
  color: rgba(0, 0, 0, 0.92);
}

.strategy-page__steps .step-strategy__link .link-strategy__events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 70px;
}

.strategy-page__steps .step-strategy__link .link-strategy__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 13px;
  color: #583c38;
  text-transform: uppercase;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.strategy-page__steps .step-strategy__link .link-strategy__button > svg {
  width: 7px;
  height: 13px;
  margin-left: 10px;
  fill: #543733;
  -webkit-transition: fill .2s;
  transition: fill .2s;
}

.strategy-page__steps .step-strategy__link .link-strategy__button:hover {
  text-decoration: none;
  color: #000;
}

.strategy-page__steps .step-strategy__link .link-strategy__button:hover > svg {
  fill: #000;
}

.strategy-page__step:first-child {
  padding-top: 20px;
}

.double-news {
  padding: 70px 0 115px;
}

.news-page__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}

@media (max-width: 1279px) {
  .news-page__headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 25px;
  }
}

.news-page__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .news-page__information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.news-page__information .news-page__tags {
  margin-right: 35px;
}

@media (max-width: 767px) {
  .news-page__information .news-page__tags {
    margin-right: 0;
  }
}

.news-page__information .news-page__date {
  font-weight: 400;
  color: #252525;
}

.news-page__information .news-page__date, .news-page__information .news-page__tags {
  margin-bottom: 0;
}

.news-page__information, .news-page__share {
  width: 50%;
}

@media (max-width: 1279px) {
  .news-page__information, .news-page__share {
    width: 100%;
  }
}

.news-page__content {
  margin-top: -15px;
}

.news-page__content-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1279px) {
  .news-page__content-socials {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .news-page__content-socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.news-page__content-socials .news-page__socials-title {
  font-weight: 500;
  font-size: 18px;
  color: #828282;
}

@media (max-width: 1279px) {
  .news-page__content-socials .news-page__socials-title {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .news-page__content-socials .news-page__socials-title {
    font-size: 14px;
  }
}

.news-page__content-socials .news-page__socials-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-page__content-socials .news-page__social {
  width: 65px;
  height: 43px;
}

.news-page__content-socials .news-page__social:not(:last-child) {
  border-bottom: none;
  border-right: 1px solid #dfdfdf;
}

.news-page__content-socials .news-page__social svg {
  width: 20px;
  height: 20px;
}

.news-page__content-title {
  text-align: left;
  margin-bottom: 55px;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.48px;
  color: #252525;
}

@media (max-width: 1279px) {
  .news-page__content-title {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .news-page__content-title {
    margin-bottom: 15px;
    font-size: 27px;
  }
}

.news-page__content-description {
  margin-bottom: 75px;
  font-size: 23px;
  font-style: italic;
  line-height: 34px;
  letter-spacing: normal;
  color: #2d2d2d;
}

@media (max-width: 1279px) {
  .news-page__content-description {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.3;
  }
}

.news-page__content-text {
  font-size: 18px;
  color: #343434;
}

@media (max-width: 1279px) {
  .news-page__content-text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .news-page__content-text {
    font-size: 14px;
  }
}

.news-page__content-text .quote {
  margin: 50px 0 30px;
  padding: 30px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3;
  border-top: 1px solid #434343;
  border-bottom: 1px solid #434343;
  border-left: none;
}

@media (max-width: 1279px) {
  .news-page__content-text .quote {
    margin-top: 40px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .news-page__content-text .quote {
    margin-top: 30px;
    font-size: 21px;
  }
}

.news-page__socials {
  width: 73px;
  border: 1px solid #dfdfdf;
  padding: 5px;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 70px;
}

.news-page__social {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: 100%;
}

.news-page__social svg {
  width: 38%;
  height: 38%;
  fill: #a0a0a0;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.news-page__social:hover svg {
  fill: #e57e6b;
}

.news-page__social:not(:last-child) {
  border-bottom: 1px solid #dfdfdf;
}

.news-page__comments {
  padding: 80px 0 60px;
}

@media (max-width: 1279px) {
  .news-page__comments {
    padding: 60px 0 40px;
  }
}

@media (max-width: 767px) {
  .news-page__comments {
    padding: 40px 0 20px;
  }
}

.news-page__sliders {
  margin-top: 51px;
  width: 743px;
  margin-bottom: 11px;
  max-width: 100%;
}

.news-page__sliders .slick-slide {
  margin-left: 3px;
  margin-right: 3px;
  position: relative;
  padding-bottom: 8px;
  cursor: pointer;
  overflow: visible;
}

.news-page__sliders .slick-slide::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #e57e6b;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.news-page__sliders .slick-slide.active::after, .news-page__sliders .slick-slide:hover::after {
  opacity: 1;
}

.news-page__mainslide {
  width: 743px;
  height: 427px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-bottom: 18px;
}

.news-page__mainslide img {
  height: 100%;
  width: auto;
}

.news-page__mainslide .slick-current::after, .news-page__mainslide .slick-active::after {
  display: none !important;
}

.news-page__slider {
  margin-left: 43px;
  margin-right: 43px;
}

.news-page__sliderwrapper {
  position: relative;
}

.news-page__subtitle {
  color: rgba(43, 43, 45, 0.8);
  font-size: 14px;
  margin-bottom: 38px;
  padding-bottom: 21px;
  border-bottom: 1px solid #dddddd;
}

.news-page__arrows {
  bottom: 8px;
  pointer-events: none;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  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;
}

.news-page__arrows .mainslider__arrow-prev {
  margin-left: 0;
  background: url("./../img/minified-svg/back-arrow.svg") no-repeat center/13px;
}

.news-page__arrows .mainslider__arrow-next {
  margin-right: 0;
  background: url("./../img/minified-svg/next-arrow.svg") no-repeat center/13px;
}

.news-page__arrows .mainslider__arrow {
  height: 100%;
  -webkit-transform: none;
          transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f3f3f3;
  width: 36px;
}

.news-page__arrows .mainslider__arrow svg {
  width: 13px;
  height: 23px;
  fill: #939393;
}

.news-page__slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.news-page__slide img {
  width: 100%;
  height: auto;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.news-page__mainimage {
  width: 100%;
  height: auto;
}

.news-page__mainimage img {
  width: 100%;
  height: auto;
}

.news-page__double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 40px 0 18px;
}

@media (max-width: 1279px) {
  .news-page__double {
    margin-top: 20px;
  }
}

.news-page__inner {
  width: calc(100% - 145px);
  margin-right: auto;
}

.news-page__inner .section-title {
  font-size: 34px;
  line-height: 45px;
  letter-spacing: -0.34px;
  font-weight: 700;
  opacity: 0.92;
  color: #000000;
  margin-bottom: 20px;
  text-align: left;
}

.news-page__date {
  color: #e57e6b;
  opacity: 0.8;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 13px;
}

.news-page__footer {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 2000px) {
  .news-page__inner {
    max-width: 747px;
  }
  .news-page__tag {
    padding-top: 8px;
    padding-bottom: 7px;
    min-width: 31px;
  }
  .news-page__tags {
    margin-bottom: 13px;
  }
}

@media only screen and (max-width: 1279px) {
  .news-page__socials {
    display: none;
  }
  .news-page__inner {
    width: 100%;
  }
  .news-page__mainslide,
  .news-page__arrows {
    display: none;
  }
  .news-page__sliders .slick-slide.active:after, .news-page__sliders .slick-slide:hover:after {
    display: none;
  }
  .news-page__slider {
    margin-left: 0;
    margin-right: 0;
  }
  .news-page__inner .section-title {
    font-size: 26px;
    line-height: 32px;
  }
  .news-page__inner .section-descript {
    font-size: 18px;
    line-height: 28px;
  }
  .news-page__sliders {
    width: 100%;
    margin-top: 30px;
  }
  .news-page__sliders .slick-slide {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }
  .news-page__sliders .slick-dots {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -87px;
    padding-left: 0;
    left: 0;
    right: 0;
  }
  .news-page__sliders .slick-dots button {
    opacity: 0;
  }
  .news-page__sliders .slick-dots li {
    list-style-type: none;
    padding: 0;
    width: 12px;
    height: 12px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #c6c6c6;
    cursor: pointer;
  }
  .news-page__sliders .slick-dots li:not(:last-child) {
    margin-right: 5px;
  }
  .news-page__sliders .slick-dots li.slick-active {
    background-color: #e57e6b;
  }
  .news-page__subtitle {
    padding-bottom: 19px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1920px) and (min-width: 1280px) {
  .news-page .col-lg-3 {
    max-width: 33.3333333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333%;
            flex: 0 0 33.3333333%;
  }
}

@media only screen and (max-width: 1279px) {
  .double-news {
    padding-bottom: 58px;
  }
  .news-page .col-lg-3 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media only screen and (max-width: 767px) {
  .news-page__slider,
  .news-page__mainimage {
    margin-left: -15px;
    margin-right: -15px;
  }
  .news-page__mainimage {
    width: calc(100% + 30px);
  }
  .news-page__double {
    margin-top: 18px;
  }
  .news-page__content {
    margin-top: 0;
  }
  .news-page__footer {
    margin-top: -6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news-page__footer .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 183px;
  }
  .double-news {
    padding-bottom: 28px;
  }
  .double-news {
    padding-top: 20px;
  }
  .news-page__tab,
  .news-page__tab.active {
    font-size: 16px;
    padding-bottom: 4px;
    border-bottom-width: 4px;
  }
  .news-page__tabs {
    margin-bottom: 23px;
  }
  .news-page__tag {
    min-height: auto;
    font-size: 12px;
    line-height: 8px;
    margin-bottom: 10px;
  }
  .news-page__tag:not(:last-child) {
    margin-right: 10px;
  }
}

.footex {
  background-color: #f0f0f0;
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 22px;
  padding-right: 10px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

.footex__icon {
  margin-right: 14px;
}

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

.footex__text {
  opacity: 0.92;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  line-height: 17px;
  margin-top: 0px;
}

.footex__btn {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #583c38;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 183px;
  height: 38px;
  margin-top: 18px;
  color: #583c38;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  border-radius: 3px;
  text-decoration: none;
}

.footex__btn:hover {
  text-decoration: none;
  color: #583c38;
}

.footex svg {
  fill: #e0725e;
  width: 35px;
  height: 36px;
}

.footer {
  background-color: #583c38;
  padding-top: 45px;
  padding-bottom: 26px;
  color: #fff;
}

.footer__title {
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
}

.footer__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 70px;
  margin-top: 42px;
  padding-top: 29px;
  border-top: 1px solid #d2cac9;
}

.footer__text {
  line-height: 24px;
  font-size: 0.9375rem;
  font-weight: 500;
}

.footer__text a {
  color: #fff;
}

.footer__text a:hover {
  color: #e0725e;
}

.footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer__menu li {
  width: 59%;
  padding: 0;
}

.footer__menu li:nth-child(2n+2) {
  width: 41%;
}

.footer__menu li a {
  line-height: 24px;
  font-size: 0.9375rem;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}

.footer__menu li a:hover {
  color: #e0725e;
}

.footer__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #fff;
}

.footer__download:hover {
  color: #fff;
  text-decoration: none;
}

.footer__icon {
  min-width: 35px;
  margin-right: 20px;
}

.footer__social {
  margin-left: 40px;
}

.footer__phone {
  width: 100%;
  padding-top: 30px;
  text-align: center;
  display: none;
}

@media only screen and (max-width: 767px) {
  .footer__phone {
    display: block;
  }
}

.footer__phone a {
  color: #fff;
}

.footer__phone a:hover {
  color: #e0725e;
}

.footer__subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}

.footer__form {
  margin-top: 15px;
  position: relative;
}

.footer__form input {
  width: 336px;
  height: 32px;
  outline: none;
  padding-left: 15px;
  padding-right: 130px;
  position: relative;
  z-index: 1;
}

.footer__form .btn {
  font-size: 0.875rem;
  width: 115px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  text-transform: lowercase;
  line-height: 19px;
}

.footer__subscribe .footer__title {
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 17px;
}

.footer__contacts .footer__title {
  margin-bottom: 11px;
}

.footer__contacts {
  border-right: 1px solid #9b8a88;
  width: 415px;
  padding-right: 35px;
}

@media only screen and (max-width: 2000px) {
  .footer__contacts {
    width: 226px;
  }
}

@media only screen and (max-width: 1279px) {
  .footer__contacts {
    width: 245px;
  }
}

.footer__menu, .footer__info {
  padding-left: 40px;
}

.footer__menu {
  width: 470px;
  border-right: 1px solid #9b8a88;
  padding-right: 15px;
}

@media only screen and (max-width: 1279px) {
  .footer__menu {
    width: 240px;
  }
  .footer__menu ul li {
    width: 100%;
  }
  .footer__menu ul li:nth-child(2n+2) {
    width: 100%;
  }
}

.footer__info {
  width: 350px;
  padding-top: 2px;
}

@media only screen and (max-width: 1279px) {
  .footer__info {
    width: 290px;
  }
}

.footer__subscribe {
  width: 350px;
}

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

@media only screen and (max-width: 2000px) {
  .footer__text br {
    display: none;
  }
  .footer__download {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__icon {
    padding-top: 4px;
  }
}

@media only screen and (max-width: 1800px) {
  .footer__center {
    padding-right: 0;
    margin-top: 28px;
  }
}

@media only screen and (max-width: 1279px) {
  .footer {
    padding-top: 28px;
    padding-bottom: 25px;
  }
  .footer__text {
    font-size: 0.875rem;
  }
  .footer__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__contacts {
    width: 245px;
  }
  .footer__menu {
    width: 425px;
    border-right: none;
  }
  .footer__menu ul li {
    width: 51%;
  }
  .footer__menu ul li:nth-child(2n+2) {
    width: 49%;
  }
  .footer__info {
    padding-top: 25px;
    margin-top: 24px;
    border-top: 1px solid #d2cac9;
    width: calc(100% - 350px);
    padding-right: 55px;
  }
  .footer__subscribe {
    padding-top: 25px;
    margin-top: 24px;
    border-top: 1px solid #d2cac9;
  }
}

@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 15px;
    padding-bottom: 24px;
  }
  .footer__subscribe {
    width: 100%;
    margin-top: 0;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 0;
    border: none;
  }
  .footer__form {
    width: 100%;
  }
  .footer__form input {
    width: 100%;
  }
  .footer__contacts {
    display: none;
  }
  .footer__menu {
    display: none;
  }
  .footer__info {
    display: none;
  }
  .footer__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    padding-top: 25px;
    margin-top: 0;
  }
  .footer__social {
    margin-left: 0;
  }
  .footer__center .footer__title {
    display: none;
  }
}

.project-office__inner {
  max-width: 895px;
}

.project-office__inner .project-office__scheme {
  padding: 30px 0;
}

.project-office__inner .project-office__plan {
  margin-bottom: 15px;
  padding: 20px 0;
}

.project-office__inner .scheme-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 65px;
}

@media only screen and (max-width: 1279px) {
  .project-office__inner .scheme-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.project-office__inner .scheme-general {
  position: relative;
  max-width: 295px;
}

@media only screen and (max-width: 1279px) {
  .project-office__inner .scheme-general {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.project-office__inner .scheme-general__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 45px 75px 40px;
  border: 2px dashed #e57e6b;
  background-color: #f4f4f4;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .project-office__inner .scheme-general__content {
    padding: 25px 35px 30px;
  }
}

.project-office__inner .scheme-general__title {
  display: block;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 18px;
}

.project-office__inner .scheme-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 520px;
  width: 100%;
  margin-left: auto;
}

@media only screen and (max-width: 1279px) {
  .project-office__inner .scheme-parts {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.project-office__inner .scheme-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 100%;
  padding: 16px;
  text-align: center;
  border: 2px dashed #e57e6b;
  background-color: #f4f4f4;
}

.project-office__inner .scheme-part:not(:last-child) {
  margin-bottom: 25px;
}

.project-office__inner .scheme-part::before {
  content: '';
  position: absolute;
  top: 0;
  left: -64px;
  bottom: 0;
  width: 48px;
  height: 10px;
  margin: auto;
  background: url("../img/minified-svg/orange-arrow.svg");
}

@media only screen and (max-width: 1279px) {
  .project-office__inner .scheme-part {
    width: auto;
    height: auto;
    margin-left: 60px;
  }
}

@media only screen and (max-width: 480px) {
  .project-office__inner .scheme-part:not(:last-child) {
    margin-bottom: 15px;
  }
}

.project-office__inner .scheme-part__name {
  font-weight: 500;
  font-size: 18px;
}

@media only screen and (max-width: 1279px) {
  .project-office__inner .scheme-part__name {
    font-weight: 400;
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .project-office__inner .scheme-part__name {
    font-size: 14px;
  }
}

.project-office__inner .scheme-content__group {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1279px) {
  .project-office__inner .scheme-content__group {
    margin-bottom: 30px;
  }
}

.project-office__inner .scheme-content .group__name {
  position: relative;
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.6px;
}

.project-office__inner .scheme-content .group__name::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 16px;
  height: 2px;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 1279px) {
  .project-office__inner .scheme-content .group__name {
    font-size: 21px;
  }
}

@media only screen and (max-width: 767px) {
  .project-office__inner .scheme-content .group__name {
    font-size: 18px;
  }
}

.project-office__inner .scheme-content .group__text {
  padding-left: 20px;
  font-size: 18px;
  line-height: 28px;
  color: #343434;
  letter-spacing: -0.18px;
}

@media only screen and (max-width: 1279px) {
  .project-office__inner .scheme-content .group__text {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .project-office__inner .scheme-content .group__text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.project-office__sliders {
  margin-top: 51px;
  width: 743px;
  margin-bottom: 11px;
  max-width: 100%;
}

@media only screen and (max-width: 1279px) {
  .project-office__sliders {
    width: 100%;
    margin-top: 30px;
  }
  .project-office__sliders .slick-dots {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -87px;
    padding-left: 0;
    left: 0;
    right: 0;
  }
  .project-office__sliders .slick-dots button {
    opacity: 0;
  }
  .project-office__sliders .slick-dots li {
    list-style-type: none;
    padding: 0;
    width: 12px;
    height: 12px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #c6c6c6;
    cursor: pointer;
  }
  .project-office__sliders .slick-dots li:not(:last-child) {
    margin-right: 5px;
  }
  .project-office__sliders .slick-dots li.slick-active {
    background-color: #e57e6b;
  }
}

.project-office__sliders .slick-slide {
  margin-left: 3px;
  margin-right: 3px;
  position: relative;
  padding-bottom: 8px;
  cursor: pointer;
  overflow: visible;
}

.project-office__sliders .slick-slide:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #e57e6b;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.project-office__sliders .slick-slide.active:after, .project-office__sliders .slick-slide:hover:after {
  opacity: 1;
}

@media only screen and (max-width: 1279px) {
  .project-office__sliders .slick-slide {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }
  .project-office__sliders .slick-slide.active:after, .project-office__sliders .slick-slide:hover:after {
    display: none;
  }
}

.project-office__mainslide {
  width: 743px;
  height: 427px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-bottom: 18px;
}

.project-office__mainslide img {
  height: 100%;
  width: auto;
}

@media only screen and (max-width: 1279px) {
  .project-office__mainslide {
    display: none;
  }
}

.project-office__slider {
  margin-left: 43px;
  margin-right: 43px;
}

@media only screen and (max-width: 1279px) {
  .project-office__slider {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .project-office__slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.project-office__sliderwrapper {
  position: relative;
}

.project-office__arrows {
  bottom: 8px;
  pointer-events: none;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  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;
}

.project-office__arrows .mainslider__arrow-prev {
  margin-left: 0;
}

.project-office__arrows .mainslider__arrow-next {
  margin-right: 0;
}

.project-office__arrows .mainslider__arrow {
  height: 100%;
  -webkit-transform: none;
          transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f3f3f3;
  width: 36px;
}

.project-office__arrows .mainslider__arrow svg {
  width: 13px;
  height: 23px;
  fill: #e0725e;
}

@media only screen and (max-width: 1279px) {
  .project-office__arrows {
    display: none;
  }
}

.project-office__slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.project-office__slide img {
  width: 100%;
  height: auto;
}

.project-office__subtitle {
  color: rgba(43, 43, 45, 0.8);
  font-size: 14px;
  margin-bottom: 38px;
  padding-bottom: 21px;
  border-bottom: 1px solid #dddddd;
}

@media only screen and (max-width: 1279px) {
  .project-office__subtitle {
    padding-bottom: 19px;
    margin-bottom: 60px;
  }
}

.block-realise {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 70px;
  margin-top: 60px;
  background: #fff url("../img/minified-svg/banner-realise-bg.svg") no-repeat center/cover;
  border: 2px dashed #8c6239;
}

.block-realise::after {
  content: '';
  position: absolute;
  width: 365px;
  height: 200px;
  bottom: 0;
  right: 20px;
  background: url("../img/minified-svg/block-realise-item-1.svg") no-repeat;
}

@media (max-width: 1279px) {
  .block-realise {
    padding: 50px 30px;
    margin-top: 30px;
  }
  .block-realise::after {
    content: none;
  }
}

@media (max-width: 767px) {
  .block-realise {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 20px 0;
  }
}

.block-realise__logo {
  max-width: 135px;
}

.block-realise__logo img {
  width: 100%;
}

@media (max-width: 1279px) {
  .block-realise__logo {
    max-width: 100px;
  }
}

@media (max-width: 767px) {
  .block-realise__logo {
    max-width: 100px;
    margin-bottom: 20px;
  }
}

.block-realise__text {
  z-index: 2;
  margin-left: 43px;
  color: #303030;
  font-size: 28px;
  font-weight: 700;
}

.block-realise__text span {
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.block-realise__text p {
  line-height: 1.2;
}

@media (max-width: 1279px) {
  .block-realise__text {
    font-size: 18px;
    margin-left: 20px;
  }
  .block-realise__text span {
    font-size: 27px;
  }
}

@media (max-width: 767px) {
  .block-realise__text {
    margin-left: 0;
  }
}

.block-realise__btn {
  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;
  width: 275px;
  height: 67px;
  font-weight: 700;
  padding: 0;
  line-height: 11px;
  margin-top: 40px;
}

@media (max-width: 1279px) {
  .block-realise__btn {
    width: 220px;
    height: 60px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .block-realise__btn {
    width: 180px;
    height: 40px;
    font-size: 14px;
    margin: 20px auto 0;
  }
}

.block-ideas {
  padding: 60px 0 0;
}

@media (max-width: 1279px) {
  .block-ideas {
    padding: 45px 0 0;
  }
}

@media (max-width: 767px) {
  .block-ideas {
    padding: 30px 0 0;
  }
}

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

.block-ideas .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.block-ideas .slick-slide {
  height: auto;
}

.block-ideas .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  padding: 0;
}

.block-ideas .slick-dots li {
  width: 12px;
  height: 12px;
  list-style-type: none;
  overflow: hidden;
  border-radius: 50%;
  background-color: #c6c6c6;
  cursor: pointer;
}

.block-ideas .slick-dots li:not(:last-child) {
  margin-right: 9px;
}

.block-ideas .slick-dots li.slick-active {
  background-color: #e57e6b;
}

.block-ideas .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  opacity: 0;
}

.comments__title {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  font-weight: 700;
  font-size: 21px;
}

.comments__count {
  font-weight: 400;
}

.comments__footer {
  padding-left: 67px;
}

@media (max-width: 1279px) {
  .comments__footer {
    padding-left: 0;
  }
}

.comments__more {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0 0 13px 0;
  outline: none;
  font-weight: 500;
  color: #583c38;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.29);
  background: none;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.comments__more:hover {
  color: #e57e6b;
}

.comments__submit {
  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;
  max-width: 168px;
  width: 100%;
  height: 38px;
  margin: 20px auto;
  border: 1px solid #583c38;
  border-radius: 5px;
  background-color: transparent;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  color: #583c38;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.comments__submit:hover {
  background-color: #583c38;
  color: #fff;
}

.comments .comment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}

.comments .comment__item_child {
  margin-left: 67px;
  margin-top: 30px;
  margin-bottom: 0;
}

@media (max-width: 1279px) {
  .comments .comment__item_child {
    margin-left: 30px;
  }
}

.comments .comment__item:not(:last-child) .comment__body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.29);
}

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

@media (max-width: 1279px) {
  .comments .comment__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.comments .comment__avatar {
  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;
  min-width: 47px;
  width: 47px;
  height: 47px;
  margin-right: 20px;
  background-color: #eaeaea;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1279px) {
  .comments .comment__avatar {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.comments .comment__body {
  padding-right: 10%;
  padding-bottom: 10px;
}

.comments .comment__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 1279px) {
  .comments .comment__headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 15px;
  }
}

.comments .comment__author {
  margin-right: 30px;
  font-weight: 700;
  color: #0b0b0b;
}

@media (max-width: 1279px) {
  .comments .comment__author {
    margin-right: 0;
  }
}

.comments .comment__date {
  font-size: 14px;
  color: #0b0b0b;
}

.comments .comment__content {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  color: #0b0b0b;
}

@media (max-width: 1279px) {
  .comments .comment__content {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .comments .comment__content {
    font-size: 14px;
  }
}

.comments .comment__reply {
  margin: 0;
  padding: 0;
  outline: none;
  color: #583c38;
  border: none;
  background: none;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.comments .comment__reply:hover {
  color: #e57e6b;
}

.container {
  max-width: 1950px;
}

@media only screen and (max-width: 2000px) {
  .container {
    max-width: 1430px;
  }
}

@media only screen and (max-width: 1800px) {
  .container {
    max-width: 1310px;
  }
}

@media only screen and (max-width: 1279px) {
  .container {
    max-width: 1024px;
  }
}

@media only screen and (max-width: 1024px) {
  .container {
    max-width: 980px;
  }
}

@media only screen and (max-width: 980px) {
  .container {
    max-width: 100%;
  }
}

.ismobile {
  display: none;
}

.card-ideas_mini .card-ideas__body {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block-opinion .block-expert__more {
  bottom: 18px;
  outline: none !important;
}

.news-page__items > * {
  margin-bottom: 28px;
}

.card-news {
  margin-bottom: 0;
  height: 100%;
}

.card-ideas_mini .card-ideas__container {
  height: 100%;
}

.double {
  padding-bottom: 30px;
}

.card-news-events.card-news-first .card-news__content {
  height: 297px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.card-news-events.card-news-first .card-news__footer .card-news__btn {
  position: relative;
  margin-left: 30px;
}

.card-news-events.card-news-first .card-news__footer .card-news__btn:after {
  left: -20px;
  top: -10px;
  bottom: -10px;
  content: '';
  position: absolute;
  width: 2px;
  background-color: #583c38;
}

.card-news-events.card-news-first .card-news__footer .card-news__row span:first-child {
  min-width: 66px;
}

.disabled {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.aside__new-image,
.aside__event-image,
.card-news__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.aside__new-image img,
.aside__event-image img,
.card-news__image img {
  opacity: 0;
}

.mainslider + .double .aside {
  padding-top: 0;
}

.header__trigger-idea {
  width: 210px;
  height: 50px;
}

@media only screen and (max-width: 1800px) {
  .card-news-events.card-news-first .card-news__content {
    padding-right: 20px;
  }
  .card-news-events.card-news-first .card-news__footer .card-news__row span:first-child {
    width: 58px;
    font-size: 14px;
  }
  .card-news-events.card-news-first .card-news__footer .card-news__row span:nth-child(2) {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1340px) {
  .card-article__thumbnail {
    width: 100%;
  }
  .card-article__content {
    width: 100%;
  }
  .card-article__image {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 1279px) {
  .aside__new-image img,
  .aside__event-image img {
    width: 100%;
    height: auto;
  }
  .card-news-events.card-news-first .card-news__footer .card-news__btn:after {
    left: 0;
  }
  .card-news-events.card-news-first .card-news__content {
    padding-bottom: 30px;
  }
  .card-news-events.card-news-first .card-news__content {
    height: auto;
  }
  .card-news-events.card-news-first .card-news__footer .card-news__btn {
    margin-left: auto;
  }
}

@media only screen and (max-width: 768px) {
  .card-news-events.card-news-first .card-news__footer .card-news__btn::after {
    display: none;
  }
}
