.d-color {
  color: #444;
}
.d-color-light {
  color: rgba(68, 68, 68, 0.5);
}
.d-font-500 {
  font-family: 'MuseoSansCyrl-500', sans-serif;
}
.d-font-700 {
  font-family: 'MuseoSansCyrl-700', sans-serif;
}
.d-font-bold-2 {
  font-family: 'PTSans-NarrowBold', sans-serif;
}
.d-font-md {
  font-size: 18px;
}
.d-font-main {
  font-size: 16px;
}
/* d-intro_v1 */
.d-intro_v1 {
  padding: 0;
  min-height: 425px;
  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;
}
.d-intro__inner {
  padding-left: 58px;
  padding-right: 58px;
}
.d-intro__top {
  padding-top: 45px;
  margin-bottom: 30px;
  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;
}
.d-intro__top > div {
  margin-right: 18px;
  margin-bottom: 10px;
}
.d-intro__top > div:last-child {
  margin-right: 0;
}
.d-intro__caption {
  font-size: 20px;
}
.d-intro__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 15px 7px;
  background-color: #d1d6db;
  border-radius: 3px;
  color: #444;
  font: 14px/1.2 'MuseoSansCyrl-500', sans-serif;
}
.d-intro__label svg {
  width: 21px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: #444;
  margin-right: 10px;
}
.d-intro__style {
  position: relative;
}
.d-intro__style:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 27px;
  background: url(../img/dots.png);
}
.d-intro__middle {
  margin-bottom: 30px;
}
.d-intro__heading {
  font: 50px/1.1 'MuseoSansCyrl-700', sans-serif;
  margin: 0 0 20px;
}
.d-intro__heading:last-child {
  margin-bottom: 0;
}
.d-intro__title {
  font: 20px/1.2 'MuseoSansCyrl-500', sans-serif;
  max-width: 580px;
}
.d-intro__title a {
  color: inherit;
}
.d-intro__bottom {
  padding-bottom: 31px;
}
.d-intro__bottom-content {
  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;
}
.d-intro__bottom-item {
  margin: 0 20px 20px 0;
}
.d-intro__note {
  font-size: 14px;
  margin-top: 18px;
}
.d-intro__link {
  color: #00b1c5;
  text-decoration: underline;
}
.d-intro__link:hover {
  text-decoration: none;
  color: #00b1c5;
}
.d-intro_pattern2:before {
  background: url(../img/pattern-2.png) no-repeat 50% 0 / cover;
}
.d-intro_pattern3:before {
  background: url(../img/pattern-3.png) no-repeat 50% 0 / cover;
}
.svg-link {
  width: 10px;
  height: 10px;
  fill: #f5f6f6;
  vertical-align: top;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .d-intro__inner {
    padding-left: 30px;
    padding-right: 20px;
  }
  .d-intro__style:before {
    width: 20px;
  }
  .d-intro__heading {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .d-intro {
    min-height: 0;
  }
  .d-intro__top {
    padding-top: 30px;
  }
  .d-intro__heading {
    font-size: 40px;
  }
  .d-intro__middle {
    margin-bottom: 40px;
  }
  .d-intro__bottom {
    padding-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .d-intro {
    min-height: 0;
  }
  .d-intro__heading {
    font-size: 32px;
  }
  .d-intro__caption,
  .d-intro__title {
    font-size: 17px;
  }
}
/* D-OUTLINE */
.d-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  padding: 8px 0;
}
.d-outline__item {
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.d-outline__item:last-child {
  border-right: none;
}
.d-outline__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 13px;
}
.d-outline__icon svg {
  fill: #fff;
  display: block;
}
.d-outline__icon1 {
  margin-top: 3px;
  width: 27px;
  height: 24px;
}
.d-outline__icon2 {
  width: 24px;
  height: 24px;
}
.d-outline__icon3 {
  width: 16px;
  height: 18px;
}
@media (max-width: 650px) {
  .d-outline {
    border: none;
    padding: 0;
  }
  .d-outline__item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: none;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .d-outline__item {
    width: 100%;
  }
  .d-outline__item:last-child {
    border-bottom: none;
  }
}
/* d-flex */
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.d-flex__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  text-transform: uppercase;
  font: 16px/1 'PTSans-NarrowBold', sans-serif;
  letter-spacing: .08em;
  border: 2px solid #fff;
  border-right: none;
  border-radius: 3px 0 0 3px;
  padding: 0 12px 0 3px;
  height: 20px;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.d-flex__icon:after {
  content: '';
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  right: -4px;
  top: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.d-flex__txt {
  font-family: 'MuseoSansCyrl-700', sans-serif;
}
/* d-article */
.d-article {
  padding: 52px 30px 60px;
}
.d-article_bg {
  background-color: #dff1f5;
  color: #444;
}
@media (max-width: 991px) {
  .d-article {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  .d-article {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
/* d-heading */
.d-heading_v1 {
  margin-bottom: 29px;
}
.d-heading_v1:before,
.d-heading_v1:after {
  border-bottom-color: #c8d8dc;
}
.d-heading_v1 .d-heading-inner:before,
.d-heading_v1 .d-heading-inner:after {
  background-color: #c8d8dc;
  width: 2px;
  height: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}
.d-heading_mb {
  margin-bottom: 51px;
}
/* d-column */
.d-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  height: 100%;
}
.d-column__item {
  box-sizing: border-box;
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 1250px) {
  .d-column_v1 > .d-column__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .d-column_v1 > .d-column__item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 650px) {
  .d-column__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .d-column__item:last-child {
    margin-bottom: 0;
  }
}
/* d-style */
.d-style {
  position: relative;
  padding-left: 27px;
}
.d-style:before {
  content: '';
  height: 100%;
  width: 12px;
  background: url(../img/style.png);
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
}
/* d-test */
.d-test {
  counter-reset: counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.d-test-wrap {
  border: 1px solid #c8d8dc;
  border-radius: 3px;
  padding: 26px 2px 23px;
  height: 100%;
  box-sizing: border-box;
}
.d-test__col {
  padding: 0 17px;
  width: 50%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.d-test__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 1px;
  padding-left: 16px;
  border-left: 6px solid #d0e8ed;
  position: relative;
  font-family: 'MuseoSansCyrl-500', sans-serif;
  margin-bottom: 12px;
}
.d-test__body:last-child {
  margin-bottom: 0;
}
.d-test__body:before {
  counter-increment: counter;
  content: counter(counter);
  font: 12px/1 'MuseoSansCyrl-900', sans-serif;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid #444;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #d0e8ed;
  text-align: center;
  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: absolute;
  top: 0;
  left: -13px;
  background-color: #dff1f5;
}
.d-test__subject {
  font: 18px/1.16 'MuseoSansCyrl-700', sans-serif;
  margin: 0 0 27px;
}
.d-test__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  margin: 0 0 9px;
}
.d-test__title:last-child {
  margin-bottom: 0;
}
.d-test__title svg {
  fill: #444;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
.d-test__separator {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  position: relative;
  z-index: 0;
  margin-bottom: 8px;
}
.d-test__separator:last-child {
  margin-bottom: 0;
}
.d-test__separator:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c8d8dc;
}
.d-test__separator span {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 7px;
  border: 1px solid #c8d8dc;
  border-radius: 3px;
  background-color: #dff1f5;
}
.d-test__doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 14px/1.2 'PTSans-Narrow', sans-serif;
  margin-bottom: 16px;
}
.d-test__doc:last-child {
  margin-bottom: 0;
}
.d-test__doc-img {
  width: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 6px;
}
.d-test__doc-txt {
  color: rgba(51, 58, 80, 0.5);
}
.d-test__footer {
  margin-top: auto;
}
.d-caption {
  font: 24px/1.16 'MuseoSansCyrl-700', sans-serif;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .d-test {
    padding-left: 15px;
  }
}
@media (max-width: 650px) {
  .d-test__col {
    width: 100%;
    margin-bottom: 35px;
  }
  .d-test__col:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .d-caption {
    font-size: 21px;
  }
}
.d-file {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font: 14px/1.2 'PTSans-Narrow', sans-serif;
}
.d-file__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #007d8c;
  margin-right: 5px;
}
.d-file__name svg {
  fill: #007d8c;
  width: 10px;
  height: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 6px;
}
.d-file__txt {
  color: rgba(68, 68, 68, 0.5);
}
.d-file_lg {
  font-size: inherit;
}
.d-row {
  margin-bottom: 5px;
}
.d-row:last-child {
  margin-bottom: 0;
}
.d-border-bottom {
  padding-bottom: 10px;
  border-bottom: 1px solid #cfd7e4;
  margin-bottom: 20px;
}
.d-border-bottom:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
/* d-detail */
.d-detail {
  padding: 28px 0;
  height: 100%;
  border-radius: 3px;
  background-color: #d0e8ed;
  box-sizing: border-box;
  font-family: 'MuseoSansCyrl-500', sans-serif;
}
.d-detail_bg {
  background-color: #dbe6f9;
}
.d-detail__inner {
  padding: 0 29px;
}
.d-detail__inner-2 {
  padding: 0 19px;
}
.d-detail__block {
  margin-bottom: 28px;
}
.d-detail__block:last-child {
  margin-bottom: 0;
}
.d-detail__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
}
.d-detail__count:last-child {
  margin-bottom: 0;
}
.d-detail__count_v1 {
  padding-bottom: 5px;
  border-bottom: 1px solid #bbd0d5;
  font-size: 18px;
  font-family: 'MuseoSansCyrl-700', sans-serif;
}
.d-detail__price {
  color: #dc4941;
  font: 45px/1 'MuseoSansCyrl-700', sans-serif;
  white-space: nowrap;
}
.d-detail__price svg {
  fill: #dc4941;
  height: 32px;
  width: 22px;
}
.d-detail__flex {
  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: 0 -10px;
}
.d-detail__flex-item {
  margin: 0 10px 10px;
}
.d-detail__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 14px;
  line-height: 1.4;
}
.d-detail__txt span {
  font-size: 18px;
  font-family: 'MuseoSansCyrl-700', sans-serif;
  margin-left: 15px;
}
.d-detail-note {
  font: 14px/1.2 'MuseoSansCyrl-500', sans-serif;
  color: #444;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  background-color: #d0daec;
  max-width: 710px;
  margin: auto;
}
.d-detail-note-wrap {
  width: 75%;
  margin-left: auto;
  margin-top: -17px;
  position: relative;
  z-index: 10;
}
.d-detail-note:before,
.d-detail-note:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  border-width: 17px 6px;
  border-style: solid;
}
.d-detail-note:before {
  border-color: #d0daec #d0daec #d0daec transparent;
  left: -6px;
}
.d-detail-note:after {
  border-color: #d0daec transparent #d0daec #d0daec;
  right: -6px;
}
.d-detail__caption {
  font: 14px/1.2 'MuseoSansCyrl-500', sans-serif;
  margin: 0 0 13px;
}
.d-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #007d8c;
  font: 14px/1.2 'MuseoSansCyrl-500', sans-serif;
}
.d-more svg {
  width: 13px;
  height: 13px;
  margin-right: 7px;
  fill: #007d8c;
}
.d-promo-label {
  background-color: #e45969;
  padding: 5px 0 5px 29px;
  color: #fff;
  font: 18px/1.1 'MuseoSansCyrl-700', sans-serif;
  text-align: center;
  margin-left: -29px;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
}
.d-promo-label__inner {
  padding: 7px 20px 7px 11px;
  border-left: 2px dotted rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
}
.d-promo-label__inner:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #d0e7ec;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .d-detail-note-wrap {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .d-detail__price {
    font-size: 40px;
  }
  .d-detail__price svg {
    height: 30px;
    width: 20px;
  }
}
/* d-stat */
.d-stat {
  height: 100%;
  border: 1px solid #b1bac9;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  color: #444;
  font: 14px/1.2 'MuseoSansCyrl-500', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.d-stat-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
.d-stat-item {
  width: 50%;
  box-sizing: border-box;
  padding: 0 8px;
}
.d-stat__header {
  background-color: #c5cfe0;
  font-size: 12px;
  padding: 7px 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.d-stat__content {
  padding: 20px 5px;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.d-stat__val {
  font-family: 'MuseoSansCyrl-700', sans-serif;
  font-size: 24px;
  margin-bottom: 3px;
}
.d-stat__val:last-child {
  margin-bottom: 0;
}
/* g-grid */
.g-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.g-grid_v1 {
  margin: 0 -20px;
}
.g-grid_v1 .g-grid__col {
  padding: 0 20px;
}
.g-grid__col {
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
}
.g-grid-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.g-grid-4 .g-grid-item {
  width: 25%;
}
.g-grid-item {
  padding: 0 10px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .g-grid-4 .g-grid-item {
    width: 50%;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .g-grid__col {
    width: 100%;
    margin-bottom: 20px;
  }
  .g-grid__col:last-child {
    margin-bottom: 0;
  }
  .g-grid_v1 {
    margin: 0 -10px;
  }
  .g-grid_v1 .g-grid__col {
    padding: 0 10px;
  }
}
@media (max-width: 650px) {
  .g-grid-4 .g-grid-item {
    width: 100%;
  }
}
.g-block {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 26px 2px 35px;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.g-block__inner {
  padding: 0 23px;
}
/* g-slider */
.g-slider {
  border-top: 1px solid #e5e5e5;
  padding: 30px 0 0;
  color: #444;
  font-family: 'MuseoSansCyrl-500', sans-serif;
}
.g-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.g-slider__img {
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 40px;
  margin-bottom: 55px;
}
.g-slider__title {
  font: 18px/1.2 'MuseoSansCyrl-700', sans-serif;
  margin: 0 0 10px;
}
.g-slider__content {
  font-size: 14px;
  line-height: 1.4;
}
.g-slider.owl-carousel {
  position: static;
}
.g-slider .owl-nav {
  width: 120px;
  position: absolute;
  bottom: 35px;
  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;
}
.g-slider .owl-nav svg {
  width: 20px;
  height: 10px;
  fill: #007d8c;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.g-slider .owl-prev,
.g-slider .owl-next {
  background-image: none;
  position: static;
  height: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.g-slider .owl-prev:hover svg,
.g-slider .owl-next:hover svg {
  fill: #dc4840;
}
.g-slider-counter {
  width: 120px;
  text-align: center;
  position: absolute;
  bottom: 35px;
  font: 14px/1 'MuseoSansCyrl-500', sans-serif;
  color: #007d8c;
  background-color: #fff;
}
.g-slider-counter span {
  font-size: 24px;
}
@media (max-width: 500px) {
  .g-slider {
    padding: 20px 0 40px;
  }
  .g-slider__item {
    display: block;
  }
  .g-slider__img {
    margin: 0 auto 20px;
  }
}
/* d-person */
.d-person {
  color: #444;
  font: 14px/1.4 'MuseoSansCyrl-500', sans-serif;
}
.d-person__header {
  font-family: 'MuseoSansCyrl-700', sans-serif;
  margin-bottom: 19px;
}
.d-person__title {
  font-size: 24px;
}
.d-person__subtitle {
  font-size: 18px;
}
.d-person__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-person__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  margin-top: 5px;
}
.d-person__img img {
  width: 100%;
}
.d-person__content {
  position: relative;
}
.d-person__content-inner {
  overflow: hidden;
}
.d-person__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 60px;
  color: #007d8c;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding-left: 15px;
  left: 0;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, #ffffff 75%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, #ffffff 75%);
}
.d-person__more:hover {
  color: #dc4840;
}
.d-person_line .d-person__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.d-person_line .d-person__body {
  width: 50.56%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
}
@media (min-width: 801px) {
  .d-person_line .d-quote {
    margin-top: -10px;
  }
  .d-person_line .d-quote:before {
    left: -16px;
    top: 80px;
    border-right: 8px solid #ffedcf;
    border-top: 8px solid #ffedcf;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
}
@media (max-width: 800px) {
  .d-person_line .d-person__group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .d-person_line .d-person__body {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 400px) {
  .d-person__body {
    display: block;
  }
  .d-person__img {
    margin: 0 auto 10px;
  }
}
.d-list {
  margin: 0;
  padding-left: 15px;
}
.d-list li {
  margin-bottom: 1px;
}
/* d-quote */
.d-quote {
  background-color: #ffedcf;
  padding: 29px 30px;
  color: #444;
  font: 14px/1.4 'MuseoSansCyrl-500', sans-serif;
  margin-top: 11px;
  position: relative;
}
.d-quote:after {
  content: '“';
  font: 50px/1 'Trebuchet MS', sans-serif;
  position: absolute;
  top: 24px;
  left: -11px;
  color: #87b6c0;
}
.d-quote:before {
  content: '';
  border: 8px solid transparent;
  border-left: 8px solid #ffedcf;
  border-bottom: 8px solid #ffedcf;
  position: absolute;
  bottom: 100%;
  left: 27px;
}
.d-quote p {
  margin-bottom: 15px;
}
.d-quote p:last-child {
  margin-bottom: 0;
}
/* d-bg */
.d-bg-color {
  background-color: #dff1f5;
}
.d-bg-color1 {
  background-color: #e6effe;
}
@media (min-width: 769px) {
  .d-bg-img1,
  .d-bg-img2,
  .d-bg-img3,
  .d-bg-img4 {
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-attachment: fixed;
  }
}
@media (min-width: 769px) {
  .d-bg-img1 {
    background-image: url(../img/section-bg-1.png);
  }
}
@media (min-width: 769px) {
  .d-bg-img2 {
    background-image: url(../img/section-bg-2.png);
  }
}
@media (min-width: 769px) {
  .d-bg-img3 {
    background-image: url(../img/section-bg-3.png);
    background-position: 58% 50%;
  }
}
@media (min-width: 769px) {
  .d-bg-img4 {
    background-image: url(../img/section-bg-4.png);
    background-position: 55% 0%;
  }
}
/* d-skills_v1 */
.d-skills_v1 {
  color: #444;
  font: 16px/1.4 'MuseoSansCyrl-500', sans-serif;
  margin-left: -20px;
  margin-right: -20px;
}
.d-skills_v1:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.d-skills_v1 .d-skills-col {
  width: 33.333%;
  padding: 0 20px;
  margin: 17px 0;
}
.d-skills_v1 .inner {
  padding-left: 18px;
  border-color: #87b6c0;
}
.d-skills_brd-bg .inner {
  border-color: #89aee3;
}
@media (max-width: 991px) {
  .d-skills_v1 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .d-skills_v1 .d-skills-col {
    padding: 0 10px;
  }
}
@media (max-width: 900px) {
  .d-skills_v1 .d-skills-col {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .d-skills_v1 .d-skills-col {
    width: 100%;
  }
}
/* d-basic_v1 */
.d-basic_v1 {
  color: #444;
}
.d-basic_v1 .d-basic-col {
  width: 33.333%;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-basic_v1 .d-basic-header {
  color: inherit;
  font-size: 18px;
  max-width: 235px;
  margin-bottom: 10px;
}
.d-basic_v1 .d-basic-content {
  font-size: 14px;
  color: rgba(68, 68, 68, 0.5);
  line-height: 1.4;
}
.d-basic-aside {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.d-basic-icon {
  width: 60px;
  height: 60px;
  border-radius: 3px;
  background-color: #dff1f5;
  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;
}
.d-basic-icon svg {
  width: 30px;
  height: 30px;
  fill: #444;
}
.d-basic_icon-bg .d-basic-icon {
  background-color: #e6effe;
}
@media (max-width: 900px) {
  .d-basic_v1 .d-basic-col {
    width: 50%;
    margin: 40px 0 0;
  }
}
@media (max-width: 600px) {
  .d-basic_v1 .d-basic-col {
    width: 100%;
    margin: 25px 0 0;
  }
  .d-basic_v1 .d-basic-col:first-child {
    margin-top: 0;
  }
}
/* d-download */
.d-download {
  background-color: #dff1f5;
  border-radius: 10px;
  padding: 21px 30px 21px;
  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;
}
.d-download_bg {
  background-color: #e6effe;
}
.d-download__content {
  position: relative;
  padding-left: 48px;
  padding-top: 11px;
  padding-bottom: 11px;
  margin: 0 20px 0 -28px;
}
.d-download__content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  background: url(../img/style.png);
  opacity: .5;
}
.d-download__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #444;
  font: 24px/1.2 'MuseoSansCyrl-700', sans-serif;
}
.d-download__group svg {
  width: 30px;
  height: 36px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
  fill: #444;
}
.d-download__btn {
  color: #fff;
  font: 12px/1.2 'MuseoSansCyrl-900', sans-serif;
  text-transform: uppercase;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 46px;
  padding: 0 20px;
  min-width: 220px;
  box-sizing: border-box;
  background: #e75f77;
  background: -webkit-linear-gradient(top, #e75f77 0%, #e55c6f 25%, #e1545c 50%, #dd4b47 75%, #dc4941 100%);
  background: linear-gradient(to bottom, #e75f77 0%, #e55c6f 25%, #e1545c 50%, #dd4b47 75%, #dc4941 100%);
  border-radius: 3px;
  box-shadow: 0 7px 20px rgba(220, 73, 65, 0.2);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.d-download__btn:hover {
  text-decoration: none;
  color: #fff;
  background: #dc4941;
  background: -webkit-linear-gradient(top, #dc4941 0%, #dd4b47 25%, #e1545c 50%, #e55c6f 75%, #e75f77 100%);
  background: linear-gradient(to bottom, #dc4941 0%, #dd4b47 25%, #e1545c 50%, #e55c6f 75%, #e75f77 100%);
}
@media (min-width: 992px) {
  .d-download {
    background-image: url(../img/download-bg.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
  }
}
a.d-download__btn {
  color: #fff;
}
a.d-download__group {
  color: #444;
}
@media (max-width: 767px) {
  .d-download {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .d-download__content {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
  .d-download__group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .d-download__col {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .d-download__group {
    font-size: 20px;
  }
}
/* d-list-count_v1 */
.d-list-count_v1 {
  font-family: 'MuseoSansCyrl-500', sans-serif;
  line-height: 1.4;
}
.d-list-count_v1:after {
  width: 2px;
  margin-left: -1px;
  background: url(../img/style.png);
  opacity: .2;
}
.d-list-count_v1 li {
  margin-bottom: 37px;
}
.d-list-count_v1 li:before {
  font-size: 18px;
  font-family: 'MuseoSansCyrl-700', sans-serif;
  color: #444;
  height: 32px;
  width: 22px;
  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-color: #ffedcf;
  top: 25px;
  left: 0;
  z-index: 10;
}
.d-list-count_v1 li:after {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #a1a1a1;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #a1a1a1;
  right: -6px;
  top: 33px;
}
.d-list-count_v1 li:nth-child(2) {
  margin-top: 98px;
}
.d-list-count_v1 .d-list-count-inner {
  background-color: #ffedcf;
  color: #444;
  line-height: 1.4;
  padding: 27px 40px 23px 40px;
}
.d-list-count_v1 .d-list-count-inner:after {
  border: 8px solid transparent;
  border-left: 8px solid #ffedcf;
  border-top: 8px solid #ffedcf;
  right: 24px;
}
.d-list-count_v1 .d-list-count-inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 3px;
  height: 100%;
  width: 20px;
  background: url(../img/style.png);
  opacity: .3;
}
@media (max-width: 1100px) {
  .d-list-count_v1 li:nth-child(2) {
    margin-top: 50px;
  }
}
@media (max-width: 700px) {
  .d-list-count_v1 li:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 701px) {
  .d-list-count_v1 {
    padding-top: 26px;
  }
  .d-list-count_v1 li:nth-child(even):before {
    right: 1px;
    left: auto;
  }
  .d-list-count_v1 li:nth-child(even):after {
    left: -6px;
  }
  .d-list-count_v1 li:nth-child(even) .d-list-count-inner {
    padding: 27px 40px 23px 40px;
  }
  .d-list-count_v1 li:nth-child(even) .d-list-count-inner:before {
    left: auto;
    right: 2px;
  }
  .d-list-count_v1 li:nth-child(even) .d-list-count-inner:after {
    border-right: 8px solid #ffedcf;
    border-left: 8px solid transparent;
    left: 25px;
  }
}
@media (max-width: 700px) {
  .d-list-count_v1 li {
    margin-bottom: 20px;
  }
  .d-list-count_v1 .d-list-count-inner {
    padding-right: 20px;
  }
}
/* d-form-action_v1 */
.d-form-action_v1 {
  background-color: #70798c;
  padding: 0 30px;
  background-image: url(../img/form-bg.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.d-form-action_v1 .d-form-bg {
  background: none;
}
.d-form-action_v1 .d-form-aside {
  padding-top: 5px;
}
.d-form-title-line_v1 {
  font-size: 24px;
}
.d-form-title-line_v1:after {
  display: none;
}
.d-form-action_bg {
  background-image: url(../img/form-bg.png);
  background-repeat: no-repeat;
  background-position: 0 35px;
}
.d-input_lg {
  height: 46px;
  border-radius: 3px !important;
}
.d-pt0 {
  padding-top: 0;
}
.d-submit-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 46px;
  padding: 0 45px 0 23px;
  text-align: center;
  box-shadow: 0 7px 20px rgba(220, 73, 65, 0.2);
  background: #e75f77;
  background: -webkit-linear-gradient(top, #e75f77 0%, #e55c6f 25%, #e1545c 50%, #dd4b47 75%, #dc4941 100%);
  background: linear-gradient(to bottom, #e75f77 0%, #e55c6f 25%, #e1545c 50%, #dd4b47 75%, #dc4941 100%);
  border-radius: 3px;
  text-transform: uppercase;
  border: none;
  font: 12px/1.2 'MuseoSansCyrl-900', sans-serif;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: .05em;
  position: relative;
}
.d-submit-icon:hover {
  background: #dc4941;
  background: -webkit-linear-gradient(top, #dc4941 0%, #dd4b47 25%, #e1545c 50%, #e55c6f 75%, #e75f77 100%);
  background: linear-gradient(to bottom, #dc4941 0%, #dd4b47 25%, #e1545c 50%, #e55c6f 75%, #e75f77 100%);
}
.d-submit-icon svg {
  height: 10px;
  width: 20px;
  fill: #fff;
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991px) {
  .d-form-action_v1 {
    padding: 0;
  }
}
.p-style {
  font: 16px/1.4 'MuseoSansCyrl-500', sans-serif;
  color: #444;
  margin-bottom: 22px;
}
.p-style:last-child {
  margin-bottom: 0;
}
/* d-title_v1 */
.d-title_v1 {
  font-size: 24px;
  max-width: 600px;
  margin-bottom: 34px;
}
/* d-partner-box */
.d-partner-box {
  background-color: #fff;
  display: block;
  text-align: center;
  height: 165px;
  border-radius: 5px;
  padding: 0 20px;
  color: rgba(68, 68, 68, 0.5);
}
.d-partner-box-img {
  height: 122px;
  padding: 20px 0;
  box-sizing: border-box;
  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;
}
.d-partner-box-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
}
.d-carousel_v1 .owl-prev {
  left: 10px;
}
.d-carousel_v1 .owl-next {
  right: 10px;
}
.d-carousel-tab {
  float: right;
  margin-left: 40px;
  width: 48.74%;
}
@media (max-width: 991px) {
  .d-carousel-tab {
    margin-left: 20px;
  }
}
@media (max-width: 900px) {
  .d-carousel-tab {
    margin-left: 20px;
    float: none;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
  }
}
/* d-steps_v1 */
.d-steps_v1 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #444;
  text-align: center;
  padding-bottom: 16px;
}
.d-steps_v1 .d-steps-item {
  width: auto;
  max-width: 210px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 22px;
}
.d-steps_v1 .d-steps-icon {
  width: 138px;
  height: 138px;
  margin-left: auto;
  margin-right: auto;
  background: #fece8b;
  background: -webkit-linear-gradient(top, #fece8b 0%, #fdc682 25%, #fbba74 50%, #f9ae65 75%, #f7a55b 100%);
  background: linear-gradient(to bottom, #fece8b 0%, #fdc682 25%, #fbba74 50%, #f9ae65 75%, #f7a55b 100%);
}
.d-steps_v1 .d-steps-icon-arrow {
  margin-left: 11%;
}
.d-steps_v1 .d-steps-icon-arrow:before {
  display: none;
}
.d-steps_v1 .d-steps-icon-arrow svg {
  width: 60px;
  height: 14px;
  fill: #b3c0c3;
  margin-top: -7px;
}
.d-steps_v1 .d-steps-title {
  font-size: 18px;
  margin-bottom: 0;
}
.d-steps_v1 .d-steps-icon-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #444;
  font-size: 18px;
  line-height: 1;
  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;
  bottom: 0;
  left: -2px;
}
.d-steps_v1 .d-steps-content {
  padding: 16px 0 0;
}
@media (max-width: 950px) {
  .d-steps_v1 .d-steps-icon {
    width: 100px;
    height: 100px;
  }
  .d-steps_v1 .d-steps-icon svg {
    height: 55px;
    width: 45px;
  }
  .d-steps_v1 .d-steps-icon-num {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .d-steps_v1 .d-steps-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .d-steps_v1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* d-tabs-list_v1 */
.d-tabs-advantage .d-tabs-list_v1 li {
  padding: 0 10px;
}
.d-tabs-advantage .d-tabs-list_v1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding-bottom: 15px;
  color: #444;
}
.d-tabs-advantage .d-tabs-list_v1 svg {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
  fill: #444;
}
.d-tabs-advantage .d-tabs-list_v1 .title {
  font-size: 18px;
  margin-top: 0;
}
.d-tabs-advantage .d-tabs-list_v1 .r-tabs-state-active > a {
  border-color: #87b6c0;
  color: #87b6c0;
}
.d-tabs-advantage .d-tabs-list_v1 .r-tabs-state-active > a svg {
  fill: #87b6c0;
}
.d-tabs-advantage .d-tabs-list_color .r-tabs-state-active > a {
  border-color: #89aee3;
  color: #89aee3;
}
.d-tabs-advantage .d-tabs-list_color .r-tabs-state-active > a svg {
  fill: #89aee3;
}
.d-tabs-content_v1 {
  font: 16px/1.4 'MuseoSansCyrl-500', sans-serif;
  color: #444;
}
.d-tabs-content_v1 p {
  margin-bottom: 24px;
}
.d-tabs-content_v1 p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1270px) {
  .d-tabs-advantage .d-tabs-list_v1 a {
    display: block;
    text-align: center;
  }
  .d-tabs-advantage .d-tabs-list_v1 a svg {
    margin-right: 0;
  }
}
@media (min-width: 901px) {
  .d-tabs-advantage_v1 {
    padding-top: 23px;
  }
}
/* d-q-block_v1 */
.d-q-block_v1 {
  color: #444;
  font-size: 14px;
  border: none;
  border-radius: 3px;
  padding: 0 32px;
}
.d-q-block_v1 .d-q-header {
  font-size: 18px;
  color: inherit;
}
.d-q-block_v1 .d-q-header:after {
  border-top: 2px solid #007d8c;
  border-right: 2px solid #007d8c;
  width: 8px;
  height: 8px;
}
.d-q-block_v1 .d-q-content {
  padding: 18px 0;
}
.d-q-block_v1 .d-q-content p {
  margin-bottom: 13px;
}
/* d-map */
.d-map {
  height: 500px;
}
#d-map {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .d-map {
    height: 300px;
  }
}
/* g-contact */
.g-contact {
  font: 14px/1.4 'MuseoSansCyrl-500', sans-serif;
  color: #444;
  position: absolute;
  top: 60px;
  z-index: 50;
  width: 340px;
  background-color: #ffedcf;
  border-radius: 3px;
  padding: 30px 2px;
}
.g-contact-wrap {
  position: relative;
  padding: 0 30px;
}
.g-contact__title {
  font: 24px/1.2 'MuseoSansCyrl-700', sans-serif;
  margin: 0 0 26px;
}
.g-contact__inner {
  padding-left: 26px;
  padding-right: 26px;
}
.g-contact__row {
  margin-bottom: 20px;
}
.g-contact__row:last-child {
  margin-bottom: 0;
}
.g-contact__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.g-contact__group:last-child {
  margin-bottom: 0;
}
.g-contact__icon {
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
  text-align: center;
}
.g-contact__icon svg {
  width: 18px;
  height: 18px;
  fill: #444;
  vertical-align: middle;
}
.g-contact__info {
  margin-bottom: 5px;
}
.g-contact__info:last-child {
  margin-bottom: 0;
}
.g-contact__info a {
  color: inherit;
  text-decoration: underline;
}
.g-contact__info a:hover {
  text-decoration: none;
}
.g-contact__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(68, 68, 68, 0.5);
  padding-left: 30px;
}
.g-contact__subtitle svg {
  height: 11px;
  width: 15px;
  fill: rgba(68, 68, 68, 0.5);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 11px;
}
@media (max-width: 767px) {
  .g-contact {
    position: static;
    width: 100%;
  }
  .g-contact-wrap {
    padding: 0 10px;
    background-color: #ffedcf;
  }
}
.g-color {
  color: rgba(68, 68, 68, 0.5);
}
.g-ml {
  margin-left: 15px;
}
/* d-social-list_v1 */
.d-social-list_v1 a {
  border-radius: 3px;
  background: #e75f77;
  background: -webkit-linear-gradient(top, #e75f77 0%, #e55c6f 25%, #e1545c 50%, #dd4b47 75%, #dc4941 100%);
  background: linear-gradient(to bottom, #e75f77 0%, #e55c6f 25%, #e1545c 50%, #dd4b47 75%, #dc4941 100%);
}
.d-social-list_v1 a:hover {
  background: #dc4941;
  background: -webkit-linear-gradient(top, #dc4941 0%, #dd4b47 25%, #e1545c 50%, #e55c6f 75%, #e75f77 100%);
  background: linear-gradient(to bottom, #dc4941 0%, #dd4b47 25%, #e1545c 50%, #e55c6f 75%, #e75f77 100%);
}
.d-social-list_sm a {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  margin: 2px;
}
.d-social-list_sm a svg {
  width: 14px;
  height: 14px;
}
.d-social-list_bg a {
  background-color: #007d8c;
}
/* d-share */
.d-share {
  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;
}
.d-share-line {
  padding: 15px 30px;
}
.d-share__txt {
  margin: 5px 10px 5px 0;
}
/* d-card */
.d-card {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-sizing: border-box;
  height: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'MuseoSansCyrl-500', sans-serif;
  line-height: 1.4;
  min-height: 170px;
}
.d-card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.d-card-item {
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
  margin-top: 20px;
}
.d-card__img {
  width: 143px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  margin-right: 30px;
}
.d-card__img img {
  max-width: 100%;
  height: auto;
}
.d-card__title {
  font: 18px/1.2 'MuseoSansCyrl-700', sans-serif;
  margin: 0 0 10px;
}
.d-card__title:last-child {
  margin-bottom: 0;
}
.d-card__title a {
  color: inherit;
}
.d-card__txt {
  font-size: 14px;
  color: rgba(68, 68, 68, 0.5);
}
.d-card_main {
  border: none;
  min-height: 0;
  padding: 20px 0 0;
  margin-bottom: 20px;
}
.d-card_main:last-child {
  margin-bottom: 0;
}
.d-card_main .d-card__img {
  width: 170px;
}
@media (max-width: 850px) {
  .d-card {
    padding: 20px;
  }
  .d-card__img {
    margin-right: 20px;
  }
}
@media (max-width: 700px) {
  .d-card-item {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .d-card {
    display: block;
  }
  .d-card__img {
    margin: 0 auto 20px;
  }
}
/* d-count-circle */
.d-count-circle {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: count;
  color: #444;
  font-family: 'MuseoSansCyrl-500', sans-serif;
  line-height: 1.2;
}
.d-count-circle li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.d-count-circle li:last-child {
  margin-bottom: 0;
}
.d-count-circle li:before {
  counter-increment: count;
  content: counter(count);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #444;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font: 12px/1 'MuseoSansCyrl-900', sans-serif;
  margin-right: 10px;
}
/* d-filter-grid */
.d-filter-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.d-filter-grid__item {
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
}
/* d-filter-input */
.d-filter-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #bbb;
  height: 40px;
  padding: 0 11px;
  box-sizing: border-box;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.5);
}
.d-filter-input__txt {
  font-size: 12px;
  margin-right: 8px;
}
.d-filter-input input {
  border: none !important;
  padding: 0 !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 1px;
}
/* d-filter-slider */
.d-filter-slider {
  margin: 10px 0;
}
.d-filter-slider-wrap {
  padding: 10px 0 5px;
}
.d-filter-slider.ui-widget-content {
  height: 6px;
  background-color: transparent;
  border: 1px solid #bbb;
}
.d-filter-slider.ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  box-sizing: border-box;
  background-color: #007d8c;
}
.d-filter-slider.ui-slider .ui-slider-range {
  background-color: #80bec6;
}
.d-filter-slider.ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.d-filter-slider.ui-slider-horizontal .ui-slider-handle:before,
.d-filter-slider.ui-slider-horizontal .ui-slider-handle:after {
  content: '';
  height: 8px;
  width: 1px;
  background-color: #80bec6;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50%;
}
.d-filter-slider.ui-slider-horizontal .ui-slider-handle:before {
  margin-left: -2px;
}
.d-filter-slider.ui-slider-horizontal .ui-slider-handle:after {
  margin-right: -2px;
}
/* d-content */
.d-content__block {
  margin-bottom: 30px;
}
.d-content__block:last-child {
  margin-bottom: 0;
}
.d-content-main__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;
  margin-bottom: 20px;
  width: calc(100% - 360px);
}
.d-content-main__header .d-title-main {
  margin: 5px 20px 5px 0;
}
@media (max-width: 1366px) {
  .d-content-main__header {
    width: calc(100% - 330px);
  }
}
@media (max-width: 1200px) {
  .d-content-main__header {
    width: calc(100% - 300px);
  }
}
@media (max-width: 991px) {
  .d-content-main__header {
    width: 100%;
  }
}
/* d-line */
.d-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;
  background-color: #eee;
  padding: 0 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #007d8c;
}
.d-line:last-child {
  margin-bottom: 0;
}
.d-line__item {
  margin-right: 15px;
}
.d-line__item:last-child {
  margin-right: 0;
}
.d-line__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.d-line__nav li {
  margin-right: 25px;
}
.d-line__nav li:last-child {
  margin-right: 0;
}
.d-line__nav .current > a {
  border-bottom-color: #007d8c;
}
.d-line__nav .current > a > span {
  border-bottom: none;
}
.d-line__nav a {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding: 13px 0 10px;
  border-bottom: 6px solid transparent;
}
.d-line__nav a:hover {
  color: #4b91af;
  text-decoration: none;
}
.d-line__nav a > span {
  border-bottom: 2px dotted rgba(0, 0, 0, 0.3);
}
@media (max-width: 1200px) {
  .d-line {
    font-size: 14px;
    padding: 0 10px;
  }
  .d-line__item {
    margin-right: 10px;
  }
  .d-line__nav li {
    margin-right: 15px;
  }
}
@media (max-width: 900px) {
  .d-line {
    margin-bottom: 0;
  }
}
@media (max-width: 700px) {
  .d-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 15px;
  }
  .d-line__item {
    width: 100%;
    margin-right: 0;
  }
  .d-line__item:last-child {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 5px;
  }
}
/* d-subject-th */
table.d-subject-th {
  width: 100%;
  table-layout: fixed;
}
.d-subject-th {
  background-color: #007d8c;
  color: #fff;
  font: 13px/1 'PTSans-Narrow', sans-serif;
}
.d-subject-th th {
  padding: 3px;
  border: 1px solid #0f6771;
  text-align: center;
  box-sizing: border-box;
  font-weight: normal;
}
.d-subject-th_bg {
  background-color: #26909d;
}
.d-subject-th__line {
  padding: 3px 0;
  margin: 0 -3px;
  border-bottom: 1px solid #0f6771;
}
.d-subject-th__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3px;
}
.d-subject-th__block > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-width: 1px;
  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-right: 1px solid #0f6771;
}
.d-subject-th__block > div:last-child {
  border-right: none;
}
/* d-subject-cat */
.d-subject-cat {
  padding-top: 21px;
  padding-bottom: 23px;
  color: #444;
}
.d-subject-cat_px {
  padding-left: 22px;
  padding-right: 20px;
}
.d-subject-cat__txt {
  font: 14px 'PTSans-Narrow', sans-serif;
}
.d-subject-cat .d-title-main {
  margin-bottom: 0;
}
.d-border-top {
  border-top: 1px solid #555;
}
@media (min-width: 901px) {
  .d-table-container .d-subject-th {
    display: none;
  }
}
@media (max-width: 900px) {
  .d-table-container {
    overflow-x: auto;
  }
  .d-table-container__inner {
    min-width: 850px;
  }
  .d-table-container__inner-2 {
    min-width: 700px;
  }
  .d-subject-cat {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .d-subject-cat {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* d-subject */
.d-subject {
  background-color: #dff1f5;
}
.d-subject-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.d-subject-header__txt {
  color: #444;
  font: 14px 'PTSans-Narrow', sans-serif;
  text-align: right;
  margin-left: 20px;
}
.d-subject-header__col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 1px;
}
.d-subject__line {
  padding: 25px 20px 16px;
}
.d-subject__title {
  font: 20px 'Lora-Regular', sans-serif;
  color: #000;
  margin: 0 0 1px;
}
.d-subject__title:last-child {
  margin-bottom: 0;
}
.d-subject__title a {
  color: inherit;
}
.d-subject__title svg {
  width: 10px;
  height: 10px;
  fill: #000;
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 5px;
}
.d-subject__subtitle {
  color: rgba(68, 68, 68, 0.5);
  font: 14px 'PTSans-Narrow', sans-serif;
}
.d-subject-table {
  background-color: #eff8fa;
  color: #444;
  font: 14px 'PTSans-Narrow', sans-serif;
  text-align: center;
  width: 100%;
  counter-reset: td-counter;
  table-layout: fixed;
}
.d-subject-table td {
  border: 1px solid #cde9ef;
  padding: 10px 3px;
  box-sizing: border-box;
}
.d-subject-table td.d-subject__count {
  padding: 0;
}
.d-subject__count {
  position: relative;
}
.d-subject__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px;
}
.d-subject__group:before {
  counter-increment: td-counter;
  content: counter(td-counter);
  padding: 5px;
  color: #fff;
  background-color: #87b6c0;
  box-sizing: border-box;
  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: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.d-subject__group-txt {
  padding: 6px 9px 6px 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.d-subject__group-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.d-subject__group-icon svg {
  fill: #444;
  width: 21px;
  height: 20px;
  display: block;
}
.d-subject-bg-1 .d-elem,
.d-subject-bg-1 .d-subject {
  background-color: #e0e5ee;
}
.d-subject-bg-1 .d-subject-table {
  background-color: #f0f2f7;
}
.d-subject-bg-1 .d-bg-light {
  background-color: #fbfbfd;
}
.d-subject-bg-1 .d-subject__group:before {
  background-color: #919db2;
}
.d-subject-bg-2 .d-elem,
.d-subject-bg-2 .d-subject {
  background-color: #d7ebe0;
}
.d-subject-bg-2 .d-subject-table {
  background-color: #ebf5f0;
}
.d-subject-bg-2 .d-bg-light {
  background-color: #f9fcfb;
}
.d-subject-bg-2 .d-subject__group:before {
  background-color: #8ab19b;
}
.d-subject-bg-3 .d-elem,
.d-subject-bg-3 .d-subject {
  background-color: #d3e2ed;
}
.d-subject-bg-3 .d-subject-table {
  background-color: #e9f1f6;
}
.d-subject-bg-3 .d-bg-light {
  background-color: #f8fbfc;
}
.d-subject-bg-3 .d-subject__group:before {
  background-color: #84a0b5;
}
.d-subject-bg-4 .d-elem,
.d-subject-bg-4 .d-subject {
  background-color: #f3d0c7;
}
.d-subject-bg-4 .d-subject-table {
  background-color: #f9e8e3;
}
.d-subject-bg-4 .d-subject-table td {
  border-color: #f3d0c7;
}
.d-subject-bg-4 .d-bg-light {
  background-color: #fdf8f7;
}
.d-subject-bg-4 .d-subject__group:before {
  background-color: #c18373;
}
.d-subject-bg-5 .d-elem,
.d-subject-bg-5 .d-subject {
  background-color: #fbf1e0;
}
.d-subject-bg-5 .d-subject-table {
  background-color: #fdf8f0;
}
.d-subject-bg-5 .d-subject-table td {
  border-color: #fbf1e0;
}
.d-subject-bg-5 .d-bg-light {
  background-color: #fefdfb;
}
.d-subject-bg-5 .d-subject__group:before {
  background-color: #cfb07d;
}
.d-lang {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-transform: uppercase;
  font: 11px/1 'PTSans-NarrowBold', sans-serif;
  letter-spacing: .08em;
  border: 2px solid #444;
  border-right: none;
  border-radius: 2px 0 0 2px;
  padding: 0 8px 0 2px;
  height: 14px;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.d-lang:hover {
  border-color: #4b91af;
  color: #4b91af;
}
.d-lang:hover:after {
  border-top-color: #4b91af;
  border-left-color: #4b91af;
}
.d-lang:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #444;
  border-left: 2px solid #444;
  position: absolute;
  right: -2px;
  top: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.d-lang_v1 {
  background-color: #444;
  color: #fff;
  padding-right: 3px;
  margin-right: 5px;
}
.d-lang_v1:after {
  width: 0;
  height: 0;
  top: -2px;
  border-width: 7px 4px;
  border-style: solid;
  border-color: #444 transparent #444 #444;
  right: -6px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.d-lang_v1:hover {
  background-color: #4b91af;
  color: #fff;
}
.d-lang_v1:hover:after {
  border-color: #4b91af transparent #4b91af #4b91af;
}
.cursor-pointer {
  cursor: pointer;
}
.d-link-underline {
  text-decoration: underline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.d-link-underline:hover {
  text-decoration: none;
}
.d-icon__info {
  width: 9px;
  height: 9px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: #178996;
  margin-right: 5px;
}
.d-bg-light {
  background-color: #fafdfe;
}
.d-table-lg {
  width: 28%;
}
.d-table-lg-2 {
  width: 29%;
}
.d-table-md {
  width: 11%;
}
.d-table-3x-md {
  width: 33%;
}
.d-table-md-2 {
  width: 8%;
}
.d-table-sm {
  width: 5%;
}
.d-table-sm-2 {
  width: 6%;
}
.d-table-3x-sm {
  width: 15%;
}
.d-table-xs {
  width: 7.5%;
}
.d-table-2x-xs {
  width: 15%;
}
.d-table-xsm {
  width: 9%;
}
.d-table-xm {
  width: 13%;
}
.d-table-xl {
  width: 17%;
}
.d-table-2x-xl {
  width: 34%;
}
.d-table-ys {
  width: 5.5%;
}
.d-table-2x-ys {
  width: 11%;
}
.d-table-ysm {
  width: 6%;
}
.d-table-2x-ysm {
  width: 12%;
}
.d-table-ym {
  width: 7%;
}
.d-table-2x-ym {
  width: 14%;
}
.d-table-yl {
  width: 14.25%;
}
.d-table-2x-yl {
  width: 28.5%;
}
@media (max-width: 767px) {
  .d-subject-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .d-subject-header__col {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0 0 10px 0;
    width: 100%;
  }
  .d-subject-header__txt {
    margin: 0;
    text-align: left;
  }
}
/* d-tooltip */
.d-tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 6px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.d-tooltip:last-child {
  padding-bottom: 0;
}
.d-tooltip svg {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.d-tooltip__icon {
  width: 9px;
  height: 9px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: #a1a6a7;
  margin-left: 3px;
}
.d-tooltip__separator {
  margin: 0 5px;
  line-height: 1;
}
.d-tooltip-wrap:hover,
.d-tooltip:hover {
  color: rgba(68, 68, 68, 0.5);
}
.d-tooltip-wrap:hover svg,
.d-tooltip:hover svg {
  fill: rgba(68, 68, 68, 0.5);
}
.d-icon-doc {
  width: 17px;
  height: 17px;
  fill: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.d-icon-desktop {
  width: 17px;
  height: 14px;
  fill: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.tooltip_templates {
  display: none;
}
.tooltipster-sidetip .tooltipster-box {
  background: #fff;
  border: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.14);
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #fff;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fff;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #fff;
}
.tooltipster-sidetip .tooltipster-content {
  color: #444;
  font: 14px/1.2 'PTSans-Narrow', sans-serif;
}
.tooltip-body {
  color: #444;
  font: 14px/1.2 'PTSans-Narrow', sans-serif;
  max-width: 370px;
  padding: 18px 19px;
  box-sizing: border-box;
  margin: 0 -14px;
}
.tooltip-body_bg {
  background-color: #eee;
}
.tooltip-body_bg:last-child {
  margin-bottom: -3px;
}
.tooltip-body__block {
  margin-bottom: 19px;
}
.tooltip-body__block:last-child {
  margin-bottom: 0;
}
.tooltip-header {
  font-size: 18px;
  margin: 0 0 10px;
}
.tooltip-header:last-child {
  margin-bottom: 0;
}
.tooltip-header > div {
  margin-bottom: 2px;
}
.tooltip-header > div:last-child {
  margin-bottom: 0;
}
.tooltip-title {
  font-family: 'PTSans-NarrowBold', sans-serif;
  font-size: 16px;
  margin: 0 0 12px;
}
.tooltip-title:last-child {
  margin-bottom: 0;
}
.tooltip-title_lg {
  font-size: 24px;
}
.tooltip-row {
  margin-bottom: 10px;
}
.tooltip-row:last-child {
  margin-bottom: 0;
}
.d-svg-link {
  width: 10px;
  height: 10px;
  fill: #282828;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 5px;
}
.d-sticky {
  background-color: #fff;
  z-index: 50;
  padding-top: 5px;
}
@media (max-width: 900px) {
  .d-sticky .d-subject-th {
    display: none;
  }
}
@media (max-width: 420px) {
  .tooltip-body {
    max-width: 300px;
    padding: 10px;
  }
}
/* d-info-main */
.d-info-main {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.d-info-main:hover {
  color: #4b91af;
}
.d-info-main:hover svg {
  fill: #4b91af;
}
.d-info-main svg {
  fill: #007d8c;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 6px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/* d-elem */
.d-elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #dff1f5;
  border-bottom: 1px solid #c8d8dc;
  padding: 10px 0;
}
.d-elem__item {
  color: #444;
  text-transform: uppercase;
  font: 14px 'PTSans-Narrow', sans-serif;
  padding: 3px 20px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  border-right: 1px solid #c8d8dc;
}
.d-elem__item_v1 {
  text-transform: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: left;
}
.d-elem__item:last-child {
  border-right: none;
}
.d-elem__item svg {
  height: 16px;
  width: 22px;
  fill: #020202;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 7px;
}
.d-elem__item .d-font-bold-2 {
  margin-right: 5px;
}
.d-elem__icon {
  margin-right: 7px;
  width: 20px;
}
@media (max-width: 1100px) {
  .d-elem__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .d-elem {
    padding: 5px 0;
  }
}
@media (max-width: 500px) {
  .d-elem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/* d-exam */
.d-exam {
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c0c0c0;
}
.d-exam:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.d-exam__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.d-exam__header:last-child {
  margin-bottom: 0;
}
.d-exam__header-icon {
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.d-exam__header-icon svg {
  width: 20px;
  height: 20px;
  fill: #000;
  display: block;
}
.d-exam__title {
  font: 16px/1 'PTSans-NarrowBold', sans-serif;
}
.d-exam__content {
  padding-left: 30px;
}
/* d-modal */
.d-modal {
  background-color: #fff;
  padding: 35px 29px 20px;
  max-width: 740px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.14);
  color: #444;
  font: 16px/1.2 'PTSans-Narrow', sans-serif;
  display: none;
}
.d-modal_lg {
  max-width: 870px;
}
.d-modal__block {
  margin-bottom: 25px;
  padding-bottom: 21px;
  border-bottom: 1px solid #e5e5e5;
}
.d-modal__block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.d-modal__header {
  margin-bottom: 18px;
}
.d-modal__header:last-child {
  margin-bottom: 0;
}
.d-modal__header .d-title-main {
  margin-bottom: 0;
}
.d-modal p {
  margin-bottom: 20px;
}
.d-modal p:last-child {
  margin-bottom: 0;
}
.d-modal__caption {
  font-size: 18px;
  font-family: 'PTSans-NarrowBold', sans-serif;
  margin: 0 0 9px;
}
.d-modal__caption:last-child {
  margin-bottom: 0;
}
.d-modal__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  padding-top: 11px;
}
.d-modal__group_v1 .d-modal__group-item {
  width: 33.333%;
}
.d-modal__group-item {
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
}
.d-modal__row {
  margin-bottom: 10px;
}
.d-modal__row:last-child {
  margin-bottom: 0;
}
@media (max-width: 700px) {
  .d-modal__group_v1 .d-modal__group-item {
    width: 50%;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .d-modal {
    padding: 25px 15px 20px;
  }
  .d-modal__group .d-modal__group-item,
  .d-modal__group_v1 .d-modal__group-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .d-modal__group .d-modal__group-item:last-child,
  .d-modal__group_v1 .d-modal__group-item:last-child {
    margin-bottom: 0;
  }
}
.d-mb {
  margin-bottom: 20px;
}
.d-mb-sm {
  margin-bottom: 10px;
}
.d-mb-xs {
  margin-bottom: 2px;
}
.d-ml-xs {
  margin-left: 5px;
}
.d-pb0 {
  padding-bottom: 0;
}
.d-mb0 {
  margin-bottom: 0;
}
.d-text-up {
  text-transform: uppercase;
}
.d-color-link {
  color: #007d8c;
}
.d-up-none {
  text-transform: none;
}


