@font-face {
  font-family: 'MuseoSansCyrl-500';
  src: url('../fonts/MuseoSansCyrl-500/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSansCyrl-500/MuseoSansCyrl-500.woff') format('woff'), url('../fonts/MuseoSansCyrl-500/MuseoSansCyrl-500.ttf') format('truetype'), url('../fonts/MuseoSansCyrl-500/MuseoSansCyrl-500.svg#MuseoSansCyrl-500') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSansCyrl-700';
  src: url('../fonts/MuseoSansCyrl-700/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSansCyrl-700/MuseoSansCyrl-700.woff') format('woff'), url('../fonts/MuseoSansCyrl-700/MuseoSansCyrl-700.ttf') format('truetype'), url('../fonts/MuseoSansCyrl-700/MuseoSansCyrl-700.svg#MuseoSansCyrl-700') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSansCyrl-900';
  src: url('../fonts/MuseoSansCyrl-900/MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSansCyrl-900/MuseoSansCyrl-900.woff') format('woff'), url('../fonts/MuseoSansCyrl-900/MuseoSansCyrl-900.ttf') format('truetype'), url('../fonts/MuseoSansCyrl-900/MuseoSansCyrl-900.svg#MuseoSansCyrl-900') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lora-Regular';
  src: url('../fonts/Lora-Regular/Lora-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lora-Regular/Lora-Regular.woff') format('woff'), url('../fonts/Lora-Regular/Lora-Regular.ttf') format('truetype'), url('../fonts/Lora-Regular/Lora-Regular.svg#Lora-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PT Sans';
  src: url('../fonts/PTSans-Regular/PTSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PTSans-Regular/PTSans-Regular.woff') format('woff'), url('../fonts/PTSans-Regular/PTSans-Regular.ttf') format('truetype'), url('../fonts/PTSans-Regular/PTSans-Regular.svg#PTSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSans-Narrow';
  src: url('../fonts/PTSans-Narrow/PTSans-Narrow.eot?#iefix') format('embedded-opentype'), url('../fonts/PTSans-Narrow/PTSans-Narrow.woff') format('woff'), url('../fonts/PTSans-Narrow/PTSans-Narrow.ttf') format('truetype'), url('../fonts/PTSans-Narrow/PTSans-Narrow.svg#PTSans-Narrow') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSans-NarrowBold';
  src: url('../fonts/PTSans-NarrowBold/PTSans-NarrowBold.eot?#iefix') format('embedded-opentype'), url('../fonts/PTSans-NarrowBold/PTSans-NarrowBold.woff') format('woff'), url('../fonts/PTSans-NarrowBold/PTSans-NarrowBold.ttf') format('truetype'), url('../fonts/PTSans-NarrowBold/PTSans-NarrowBold.svg#PTSans-NarrowBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* GLOBAL */
.d-color-gray {
  color: rgba(0, 0, 0, 0.5);
}
.d-color-red {
  color: #dc4840;
}
.d-color-blue {
  color: #397f9f;
}
.workspace-wrapper.height-auto {
  height: auto !important;
}
/* d-intro */
.d-intro {
  background-color: #d2e9f2;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  padding: 30px;
  font: 16px/1.2 'MuseoSansCyrl-500', sans-serif;
  color: #fff;
}
.d-intro-header {
  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;
  margin-bottom: 20px;
}
.d-intro-header:last-child {
  margin-bottom: 0;
}
.d-intro-header > * {
  margin-bottom: 10px;
}
.d-intro-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 2.1875vw;
  line-height: 1.15;
}
.d-intro-content-item {
  max-width: 600px;
  padding-top: 6px;
  margin-right: 20px;
}
.d-intro-content .subtitle {
  font-size: 20px;
  margin: 0 0 24px;
}
.d-intro-content .title {
  font-size: 40px;
  margin: 0 0 34px;
  text-transform: uppercase;
}
.d-intro-content-form {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.d-intro-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 1.1;
  display: inline-block;
}
.d-intro-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.d-intro-list li:last-child {
  margin-bottom: 0;
}
.d-intro-icon,
.d-intro-txt {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: hidden;
}
.d-intro-icon {
  width: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  padding: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.d-intro-icon svg {
  fill: #4e9ec0;
  width: 25px;
  height: 25px;
}
.d-intro-txt {
  background-color: #4b91af;
  padding: 0 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  min-width: 1px;
}
.d-mark {
  text-transform: uppercase;
  background-color: #fff;
  color: #000;
  padding: .68em 1.2em;
}
.d-lang {
  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-lang .caption {
  margin: 5px 20px 5px 0;
}
.d-lang-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
  padding: 5px 0;
}
.d-lang-block .item {
  text-transform: uppercase;
  padding: 5px 3px;
  text-align: center;
  width: 59px;
  box-sizing: border-box;
  border-right: 1px solid #fff;
}
.d-lang-block .item:last-child {
  border-right: none;
}
/* d-intro new style */
.d-intro {
  position: relative;
  z-index: 0;
}
.d-intro:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/pattern-1.png) no-repeat 50% 0 / cover;
}
/* ******************************************************** */
@media screen and (max-width: 1100px) {
  .d-intro-content {
    padding-left: 0;
  }
  .d-intro-content .title {
    font-size: 35px;
  }
}
@media screen and (max-width: 991px) {
  .d-intro {
    padding: 20px 15px;
  }
  .d-intro-content .title {
    font-size: 32px;
  }
  .d-intro-list {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .d-intro-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .d-intro-content-item {
    max-width: none;
    margin: 0 0 30px;
  }
  .d-intro-content-item,
  .d-intro-content-form {
    width: 100%;
  }
  .d-intro-content-form .d-form {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .d-intro-content .title {
    font-size: 28px;
  }
  .d-intro-list {
    font-size: 16px;
  }
}
/* d-form */
.d-form {
  width: 320px;
  line-height: 1.2;
}
.d-form-light {
  background-color: #eee;
  color: #000;
}
.d-form-light .d-form-label {
  color: rgba(0, 0, 0, 0.5);
}
.d-form-inner {
  padding: 24px 30px 30px;
}
.d-form-title-sm {
  font: 20px 'MuseoSansCyrl-700', sans-serif;
  margin: 0 0 23px;
}
.d-form-title {
  font: 30px 'MuseoSansCyrl-500', sans-serif;
  margin: 0 0 25px;
}
.d-form-group {
  margin-bottom: 13px;
}
.d-form-group-2 {
  margin: 23px 0;
}
.d-form-group:last-child,
.d-form-group-2:last-child {
  margin-bottom: 0;
}
.d-form-label {
  margin-bottom: 5px;
}
.d-form-field {
  height: 40px;
  width: 100%;
  background-color: #ddd !important;
}
.d-form-submit {
  color: #fff;
  text-transform: uppercase;
  border: none;
  outline: none;
  background-color: #dd4941;
  height: 40px;
  width: 100%;
  padding: 0;
  text-align: center;
  margin-left: 0;
  font: 16px/1 'MuseoSansCyrl-500', sans-serif;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.d-form-submit:hover {
  background-color: #4b91af;
}
.d-form-submit svg {
  fill: #fff;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 450px) {
  .d-form-inner {
    padding: 18px 20px;
  }
}
/* d-form-action */
.d-form-action {
  background-color: #70798c;
  font-family: 'MuseoSansCyrl-500', sans-serif;
  color: #fff;
  line-height: 1.2;
}
.d-form-inner-sm {
  padding: 26px 20px;
}
.d-form-bg {
  padding: 38px 6.25vw 35px;
  background: url(../img/form-bg.png) no-repeat 0 50%;
}
.d-form-title-line {
  font: 20px/1.2 'MuseoSansCyrl-700', sans-serif;
  overflow-x: hidden;
  margin: 0 0 23px;
  white-space: nowrap;
}
.d-form-title-line:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 100%;
  height: 1px;
  vertical-align: middle;
  background: #8d94a3;
  border-bottom: 1px solid #8d94a3;
  margin: -1px -50% 0 0;
  left: 1em;
}
.d-form-title-line > span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  max-width: 80%;
}
.d-form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.d-form-flex > * {
  padding: 0 10px;
}
.d-form-main {
  width: 74%;
}
.d-form-main-group {
  margin-bottom: 20px;
}
.d-form-main-group-1 {
  margin-bottom: 11px;
}
.d-form-main-group:last-child,
.d-form-main-group-1:last-child {
  margin-bottom: 0;
}
.d-form-size {
  width: 33.333%;
  padding: 0 10px;
}
.d-form-size-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.d-form-aside {
  width: 26%;
  padding-top: 23px;
}
.d-label {
  margin-bottom: 5px;
}
.d-input {
  height: 39px;
  padding: 0 13px !important;
  width: 100%;
}
.d-textarea {
  height: 100px;
  padding: 10px 13px !important;
}
.d-input,
.d-textarea {
  color: #000;
}
.d-input,
.d-textarea,
.d-submit {
  border: 1px solid #5d6473 !important;
}
input.d-submit {
  width: 100%;
  background-color: #dc4840 !important;
  color: #fff;
  text-transform: uppercase;
  font: 16px/1 'MuseoSansCyrl-500', sans-serif;
  padding: 12px 15px !important;
  -webkit-transition: all .3s;
  transition: all .3s;
}
input.d-submit:hover {
  background-color: #4b91af !important;
}
@media screen and (max-width: 1100px) {
  .d-form-bg {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .d-form-aside,
  .d-form-main {
    width: 100%;
  }
  .d-form-aside {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0;
  }
  .d-form-aside:last-child {
    margin-bottom: 0;
  }
  .d-form-aside:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .d-form-size {
    width: 100%;
    margin-bottom: 15px;
  }
}
/* d-has-input */
.d-has-input {
  margin-bottom: 14px;
  color: #000;
  font: 12px/1.1 'MuseoSansCyrl-500', sans-serif;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.d-has-input:last-child {
  margin-bottom: 0;
}
.d-has-input label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
}
.d-has-input input {
  display: none;
}
.d-has-input input:checked + .d-input-style:before {
  -webkit-transform: rotate(135deg) scale(1);
          transform: rotate(135deg) scale(1);
}
.d-has-input.d-has-input-inline .d-link {
  display: inline-block;
}
.d-has-input .d-link {
  display: block;
}
.d-has-input.color-light {
  color: #fff;
}
.d-has-input.color-light a {
  color: inherit;
}
.d-has-input.color-light .d-input-style {
  background-color: #fff;
  border: 1px solid #5d6473;
}
.d-has-input.color-light .d-input-style:before {
  border-top-color: #dc4840;
  border-right-color: #dc4840;
}
.d-has-input-lg {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
}
.d-has-input-lg:hover {
  color: #39809f;
}
.d-has-input-lg .d-input-style {
  background-color: #fff;
  margin-right: 10px;
}
.d-has-input-lg .d-input-style:before {
  border-top-color: #dc4840;
  border-right-color: #dc4840;
}
.d-input-style {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #bbb;
  background-color: #ddd;
  margin-right: 13px;
  position: relative;
}
.d-input-style:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 13px;
  height: 8px;
  border-top: 3px solid #007d8c;
  border-right: 3px solid #007d8c;
  -webkit-transform: rotate(135deg) scale(0);
          transform: rotate(135deg) scale(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.d-link {
  text-decoration: underline;
}
.d-link:hover {
  text-decoration: none;
}
/* d-enter */
.d-enter {
  border: 1px solid #ddd;
  height: 100%;
  font-family: 'MuseoSansCyrl-500', sans-serif;
  padding: 33px 40px;
  line-height: 1.2;
  background: #eeeeee;
  background: -webkit-linear-gradient(top, #eeeeee 1%, #f6f6f6 49%, #fefefe 100%);
  background: linear-gradient(to bottom, #eeeeee 1%, #f6f6f6 49%, #fefefe 100%);
}
.d-enter-wrap {
  padding: 40px 30px;
}
.d-enter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
.d-enter-col {
  width: 50%;
  padding: 0 20px;
}
.d-enter-title {
  font-size: 30px;
  padding-bottom: 13px;
  border-bottom: 1px solid #ddd;
  margin: 0 0 25px;
}
.d-enter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
  line-height: 1.2;
}
.d-enter-list:last-child {
  margin-bottom: 0;
}
.d-enter-list-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
}
.d-enter-list-icon svg {
  fill: #000;
  width: 30px;
  height: 30px;
}
.d-enter-caption {
  font-size: 20px;
}
a.d-portfolio-btn {
  display: inline-block;
  vertical-align: middle;
  background-color: #4b91af;
  padding: 9px 15px;
  font-size: 16px;
  line-height: 1;
  margin: 5px 13px;
  color: #fff;
}
a.d-portfolio-btn:hover {
  text-decoration: none;
  background-color: #dc4840;
}
@media screen and (max-width: 1280px) {
  .d-enter {
    padding: 15px 20px;
  }
  .d-enter-title {
    font-size: 27px;
  }
}
@media screen and (max-width: 1100px) {
  .d-enter-col {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
  }
  .d-enter-row {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .d-enter-wrap {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 500px) {
  .d-enter-title {
    font-size: 25px;
  }
}
/* d-config */
.d-config {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -19px;
  font-size: 20px;
}
.d-config-col {
  width: 50%;
  padding: 0 19px;
  border-right: 1px solid #ddd;
}
.d-config-col:last-child {
  border-right: none;
}
.d-config-block {
  margin-bottom: 28px;
  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-config-block:last-child {
  margin-bottom: 0;
}
.d-config-block > * {
  margin-right: 14px;
}
.d-config-block > *:last-child {
  margin-right: 0;
}
.d-config-block svg {
  height: 30px;
  width: 23px;
  fill: #dc4840;
}
.d-config-title {
  text-transform: uppercase;
  font: 20px/1.1 'MuseoSansCyrl-700', sans-serif;
  margin: 0;
  letter-spacing: 1px;
}
.d-config-value {
  color: #dc4840;
  font-family: 'MuseoSansCyrl-900', sans-serif;
}
.d-config-mark {
  background-color: #dc4840;
  width: 55px;
  height: 35px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'MuseoSansCyrl-900', sans-serif;
  margin-left: 10px;
}
@media screen and (max-width: 1280px) {
  .d-config-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .d-config {
    margin: 0;
  }
  .d-config-col {
    width: 100%;
    padding: 0 0 27px;
    border-right: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
  }
  .d-config-col:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .d-config-block {
    margin-bottom: 18px;
  }
}
/* d-section */
.d-section {
  padding: 70px 30px 80px;
  font: 16px/1.5 'MuseoSansCyrl-500', sans-serif;
}
.d-section-bg {
  background-color: #d2e9f2;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
}
.d-section-inner {
  padding: 0 6.25vw;
}
.d-section-block {
  margin-bottom: 60px;
}
.d-section-block:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .d-section-inner {
    padding: 0 3.25vw;
  }
}
@media screen and (max-width: 991px) {
  .d-section {
    padding: 50px 15px 60px;
  }
  .d-section-inner {
    padding: 0;
  }
  .d-section-block {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 769px) {
  .d-section-bg {
    background-image: url(../img/section-bg.jpg);
  }
}
/* d-heading */
.d-heading {
  position: relative;
  overflow: hidden;
  text-align: center;
  font: 40px/1.1 'Lora-Regular', sans-serif;
  margin-bottom: 42px;
  white-space: nowrap;
}
.d-heading:before,
.d-heading:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 50%;
  height: 1px;
  vertical-align: middle;
  background: #000;
  border-bottom: 1px solid #000;
}
.d-heading:before {
  margin: 2px 0 0 -50%;
  left: .26em;
}
.d-heading:after {
  margin: -1px -50% 0 0;
  left: -0.26em;
}
.d-heading-inner {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  max-width: 85%;
  padding: 0 30px;
  position: relative;
}
.d-heading-inner:before,
.d-heading-inner:after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -3px;
}
.d-heading-inner:before {
  left: 0;
}
.d-heading-inner:after {
  right: 0;
}
@media screen and (max-width: 991px) {
  .d-heading {
    font-size: 37px;
  }
}
@media screen and (max-width: 768px) {
  .d-heading {
    font-size: 32px;
  }
  .d-heading-inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 500px) {
  .d-heading {
    font-size: 29px;
  }
}
/* d-partner */
.d-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'MuseoSansCyrl-500', sans-serif;
}
.d-partner-logo {
  width: 170px;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.d-partner img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.d-partner-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 1px;
  width: 100%;
  color: rgba(0, 0, 0, 0.5);
}
.d-partner-content .title {
  font: 20px/1.2 'MuseoSansCyrl-700', sans-serif;
  color: #000;
  margin: 0 0 20px;
}
.d-partner-content .title a {
  color: inherit;
}
.d-partner-content .title a:hover {
  color: #dc4840;
}
.d-partner-content p {
  margin: 0 0 15px;
}
.d-partner-content p:last-child {
  margin-bottom: 0;
}
.d-partner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
.d-partner-wrap .d-partner {
  height: 100%;
  border: 1px solid #ddd;
  padding: 30px 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.d-partner-wrap .d-partner-logo {
  width: 140px;
}
.d-partner-wrap .d-partner-content {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.d-partner-wrap .d-partner-content .title {
  margin-bottom: 8px;
}
.d-partner-col {
  width: 50%;
  padding: 0 20px;
}
@media screen and (max-width: 1100px) {
  .d-partner-wrap {
    margin: 0;
  }
  .d-partner-col {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .d-partner-col:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 650px) {
  .d-partner-wrap .d-partner {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 550px) {
  .d-partner {
    display: block;
  }
  .d-partner-logo {
    margin: 0 auto 20px;
  }
}
/* d-carousel */
.d-carousel.owl-carousel {
  padding: 0;
}
.d-carousel.owl-carousel img {
  width: auto;
}
.d-carousel.owl-carousel .owl-nav {
  position: relative;
  max-width: 1160px;
  margin: 30px auto 0;
}
.d-carousel.owl-carousel .owl-nav svg {
  width: 80px;
  height: 15px;
  fill: #4e9ec0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.d-carousel.owl-carousel .owl-prev,
.d-carousel.owl-carousel .owl-next {
  background: none;
  width: auto;
  height: auto;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.d-carousel.owl-carousel .owl-prev:hover svg,
.d-carousel.owl-carousel .owl-next:hover svg {
  fill: #dc4840;
}
.d-carousel.owl-carousel .owl-prev:hover svg {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
.d-carousel.owl-carousel .owl-next:hover svg {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.d-carousel.owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.d-carousel.owl-carousel .owl-dot {
  width: 20px;
  height: 7px;
  background-color: #4e9ec0;
  margin: 5px;
}
.d-carousel.owl-carousel .owl-dot.active {
  opacity: .7;
}
.d-carousel.owl-carousel .owl-dot:hover:not(.active) {
  background-color: #dc4840;
}
.d-title {
  font: 30px/1.2 'MuseoSansCyrl-500', sans-serif;
  text-align: center;
  margin: 0 auto 30px;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .d-title {
    font-size: 27px;
  }
}
@media screen and (max-width: 550px) {
  .d-title {
    font-size: 24px;
  }
}
/* d-partner-card */
.d-partner-card {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 198px;
}
.d-partner-card-img {
  width: 48%;
  padding-right: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.d-partner-card img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.d-partner-card .d-partner-content .title {
  margin-bottom: 8px;
}
@media screen and (max-width: 1366px) {
  .d-partner-card {
    padding: 20px;
  }
  .d-partner-card-img {
    padding-right: 20px;
  }
}
/* d-skills */
.d-skills {
  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: 0 -15px 30px;
  font-size: 20px;
}
.d-skills:last-child {
  margin-bottom: 0;
}
.d-skills-col {
  width: 28%;
  padding: 0 15px;
  margin: 27px 0;
}
.d-skills .inner {
  padding-left: 10px;
  border-left: 10px solid #4e9ec0;
}
@media screen and (min-width: 1101px) {
  .d-skills-col:nth-child(3n+1) {
    width: 36%;
  }
}
@media screen and (max-width: 1100px) {
  .d-skills-col {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .d-skills-col {
    width: 100%;
    margin: 15px 0;
  }
}
/* d-basic */
.d-basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px 30px;
  color: rgba(0, 0, 0, 0.5);
}
.d-basic:last-child {
  margin-bottom: 0;
}
.d-basic-col {
  width: 50%;
  padding: 0 20px;
  margin: 15px 0;
}
.d-basic-header {
  font: 20px/1.2 'MuseoSansCyrl-700', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 16px;
  color: #000;
}
.d-basic-header svg {
  fill: #000;
  width: 32px;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .d-basic {
    margin-left: -10px;
    margin-right: -10px;
  }
  .d-basic-col {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .d-basic-col {
    width: 100%;
    margin: 10px 0;
  }
}
@media screen and (max-width: 500px) {
  .d-basic-header {
    font-size: 18px;
  }
}
/* d-actions */
.d-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #ddd;
  padding: 18px 30px 5px 20px;
}
.d-actions > * {
  padding: 10px 0;
}
.d-actions-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.d-actions .d-btn {
  margin: 5px 0 5px 20px;
  width: 200px;
  padding: 0 10px;
}
a.d-load {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font: 20px/1.2 'MuseoSansCyrl-700', sans-serif;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a.d-load:hover {
  color: #dd4941;
  text-decoration: none;
}
a.d-load:hover svg {
  fill: #dd4941;
}
a.d-load svg {
  fill: #000;
  width: 42px;
  height: 50px;
  margin-right: 28px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a.d-btn,
.d-btn {
  color: #fff;
  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;
  background-color: #4e9ec0;
  line-height: 1.2;
  height: 40px;
  padding: 0 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a.d-btn:hover,
.d-btn:hover {
  text-decoration: none;
  background-color: #dd4941;
}
@media screen and (max-width: 1100px) {
  .d-actions {
    padding: 10px 15px;
  }
  .d-actions .d-btn {
    margin-left: 10px;
  }
  a.d-load {
    font-size: 18px;
  }
  a.d-load svg {
    margin-right: 15px;
  }
}
@media screen and (max-width: 900px) {
  .d-actions {
    display: block;
  }
  .d-actions > * {
    padding: 3px 0;
  }
  .d-actions-right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .d-actions .d-btn {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media screen and (max-width: 500px) {
  .d-actions .d-btn {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
/* d-about */
.d-section-about {
  padding-top: 32px;
}
.d-about {
  margin: 0 -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-about-col {
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-about-title {
  text-align: center;
  font: 30px/1.2 'MuseoSansCyrl-700', sans-serif;
  margin: 0 0 20px;
}
.d-about-img {
  width: 220px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.d-about-name {
  font: 20px/1.3 'MuseoSansCyrl-900', sans-serif;
  margin-bottom: 11px;
}
.d-about-name:last-child {
  margin-bottom: 0;
}
.d-about-name .title {
  font-size: 30px;
}
.d-about-content {
  padding: 13px 15px;
  border: 1px solid #ddd;
  position: relative;
}
.d-about-content:before,
.d-about-content:after {
  content: '';
  position: absolute;
  right: 100%;
}
.d-about-content:after {
  top: 131px;
  border: 17px solid transparent;
  border-top: 17px solid #fff;
  border-right: 17px solid #fff;
}
.d-about-content:before {
  top: 130px;
  border: 18px solid transparent;
  border-top: 18px solid #ddd;
  border-right: 18px solid #ddd;
}
.d-about-content p {
  margin: 0 0 13px;
}
.d-about-content p:last-child {
  margin-bottom: 0;
}
.d-about-content strong {
  font-family: 'MuseoSansCyrl-900', sans-serif;
}
.d-with-img {
  border: 1px solid #d0d0d0;
  margin-bottom: 24px;
  display: inline-block;
  vertical-align: middle;
}
.d-with-img:last-child {
  margin-bottom: 0;
}
.d-with-img img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 1280px) {
  .d-about-col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .d-about-img {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
  .d-about-content:after,
  .d-about-content:before {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .d-about-img {
    max-width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .d-about-name {
    font-size: 18px;
  }
  .d-about-name .title {
    font-size: 25px;
  }
}
@media screen and (max-width: 575px) {
  .d-about {
    margin: 0 -5px;
    font-size: 13px;
  }
  .d-about-col {
    padding: 0 5px;
  }
  .d-about-img {
    margin-bottom: 10px;
  }
  .d-about-name {
    font-size: 14px;
  }
  .d-about-name .title {
    font-size: 18px;
  }
  .d-about-content {
    padding: 8px 5px;
  }
  .d-with-img {
    margin-bottom: 13px;
  }
}
/* d-steps */
.d-steps {
  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;
  margin: 0 -10px;
}
.d-steps-item {
  width: 20%;
  padding: 0 10px;
  margin-top: 37px;
}
.d-steps-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;
  position: relative;
  width: 156px;
  height: 156px;
  border-radius: 50%;
  background: #019fc4;
  background: -webkit-linear-gradient(top, #019fc4 0%, #009bc7 37%, #129bc7 46%, #209bc7 52%, #219ac7 56%, #2d99c8 63%, #3099c9 71%, #3698c9 77%, #3c98cb 86%, #4596cb 100%);
  background: linear-gradient(to bottom, #019fc4 0%, #009bc7 37%, #129bc7 46%, #209bc7 52%, #219ac7 56%, #2d99c8 63%, #3099c9 71%, #3698c9 77%, #3c98cb 86%, #4596cb 100%);
}
.d-steps-icon-arrow {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
}
.d-steps-icon-arrow:before {
  content: '';
  position: absolute;
  left: -5px;
  top: 5px;
  width: 8px;
  height: 8px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.d-steps-icon-arrow svg {
  width: 66px;
  height: 16px;
  fill: #000;
}
.d-steps-icon-main svg {
  fill: #fff;
  height: 65px;
  width: 55px;
}
.d-steps-icon-num {
  width: 30px;
  height: 30px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font: 20px/30px 'MuseoSansCyrl-700', sans-serif;
  position: absolute;
  bottom: 9px;
  left: 11px;
}
.d-steps-content {
  padding: 18px 12px 0;
  color: rgba(0, 0, 0, 0.5);
}
.d-steps-title {
  font: 20px/1.4 'MuseoSansCyrl-700', sans-serif;
  margin: 0 0 10px;
  color: #000;
}
@media screen and (max-width: 1340px) {
  .d-steps-icon-arrow {
    display: none;
  }
}
@media screen and (max-width: 1250px) {
  .d-steps {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .d-steps-icon {
    margin: auto;
  }
  .d-steps-item {
    width: 33.333%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .d-steps-item {
    width: 50%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .d-steps-item {
    width: 100%;
  }
}
/* d-q-block */
.d-q-block {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 0 19px;
  margin-bottom: 10px;
  font-family: 'MuseoSansCyrl-500', sans-serif;
}
.d-q-block:last-child {
  margin-bottom: 0;
}
.d-q-header {
  font: 20px/1.2 'MuseoSansCyrl-700', sans-serif;
  color: #39819f;
  position: relative;
  padding: 22px 20px 22px 0;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.d-q-header:hover {
  color: #dc4840;
}
.d-q-header:hover:after {
  border-top-color: #dc4840;
  border-right-color: #dc4840;
}
.d-q-header:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #39819f;
  border-right: 3px solid #39819f;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.d-q-header.is-active:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -4px;
}
.d-q-content {
  color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid #ddd;
  padding: 23px 0;
  display: none;
}
.d-q-content p {
  margin: 0 0 24px;
}
.d-q-content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .d-q-header {
    font-size: 18px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .d-q-content {
    padding: 15px 0;
  }
  .d-q-content p {
    margin-bottom: 15px;
  }
}
.with-border-block {
  margin-top: 20px;
  padding-top: 19px;
  border-top: 1px solid #afbec5;
}
/* d-program */
.d-program {
  padding: 20px;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-program-img {
  width: 150px;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.d-program-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 1px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.d-program-header {
  font: 20px/1.4 'MuseoSansCyrl-700', sans-serif;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 16px;
}
.d-program-header a:hover {
  text-decoration: none;
  color: #dc4840;
}
.d-program-content {
  margin-bottom: 10px;
}
.d-program-content p {
  margin: 0;
}
.d-program-content strong {
  font-family: 'MuseoSansCyrl-900', sans-serif;
}
.d-program-footer {
  margin-top: auto;
}
.d-program-footer .item {
  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-program-footer .item > * {
  margin: 3px 10px 3px 0;
}
.d-program-footer .item > *:last-child {
  margin-right: 0;
}
.d-program-mark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 4px;
  min-width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.d-program-mark img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .d-program {
    padding: 15px;
  }
  .d-program-img {
    margin-right: 20px;
  }
  .d-program-header {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .d-program {
    display: block;
  }
  .d-program-img {
    margin: 0 auto 20px;
  }
}
.d-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.d-flex-container .d-form {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 40px;
}
@media screen and (max-width: 1200px) {
  .d-flex-container {
    display: block;
  }
  .d-flex-container .d-form {
    margin: 30px 0 0;
    width: 100%;
  }
}
/* d-tabs-price */
.d-tabs-price {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  min-width: 1px;
  line-height: 1.2;
}
.d-tabs-price .d-tabs-list {
  margin: 0 -5px 10px;
}
.d-tabs-price .d-tabs-list li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 1px;
  padding: 0 5px;
}
.d-tabs-price .d-tabs-list a {
  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;
  background-color: #4e9ec0;
  color: #fff;
  padding: 0 10px;
  height: 50px;
  line-height: 1.1;
}
.d-tabs-price .d-tabs-list a:hover {
  text-decoration: none;
  background-color: #dc4840;
}
.d-tabs-price .d-tabs-content {
  padding-top: 52px;
  padding-left: 6px;
}
.d-tabs-price .r-tabs-state-active > a,
.d-tabs-price .r-tabs-state-active > a:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.d-tabs-price .r-tabs-state-active > a {
  position: relative;
}
.d-tabs-price .r-tabs-state-active > a:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}
.d-tabs-price-info {
  width: 48%;
  padding-right: 25px;
}
.d-tabs-price-col {
  width: 52%;
  padding: 23px 32px;
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.01) 100%);
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.01) 100%);
}
.d-tabs-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.d-tabs-block {
  padding-bottom: 17px;
  border-bottom: 1px solid #b8dae8;
  margin-bottom: 25px;
}
.d-tabs-title {
  font-size: 20px;
  margin: 0 0 24px;
}
.d-price {
  font: 50px/1 'MuseoSansCyrl-900', sans-serif;
  color: #dc4840;
  text-transform: uppercase;
}
.d-price-container {
  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;
  line-height: 1;
}
.d-price-container > * {
  margin: 5px 35px 5px 0;
}
.d-price-container > *:last-child {
  margin-right: 0;
}
.d-price-old {
  font-size: 30px;
  text-decoration: line-through;
  text-transform: uppercase;
}
.d-price-sale {
  font-size: 20px;
  color: #dc4840;
}
.d-font-bold {
  font-family: 'MuseoSansCyrl-700', sans-serif;
}
.d-message {
  color: #39819f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.d-message svg {
  fill: #39819f;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.d-table {
  display: table;
  width: 100%;
}
.d-table-cell {
  display: table-cell;
  padding-bottom: 20px;
}
.d-table-cell:first-child {
  padding-right: 22px;
}
.d-table-row {
  display: table-row;
}
.d-discount {
  min-width: 120px;
  padding: 0 10px;
  height: 35px;
  color: #fff;
  text-align: center;
  background-color: #dc4840;
  text-transform: uppercase;
  font: 20px/35px 'MuseoSansCyrl-900', sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .d-tabs-title {
    margin-bottom: 15px;
  }
  .d-tabs-price-col {
    padding: 15px 20px;
  }
  .d-price {
    font-size: 43px;
  }
}
@media screen and (max-width: 650px) {
  .d-tabs-price-info,
  .d-tabs-price-col {
    width: 100%;
  }
  .d-tabs-price-info {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .d-tabs-price .r-tabs-accordion-title {
    color: #fff;
    margin-bottom: 10px;
  }
  .d-tabs-price .r-tabs-accordion-title a {
    padding: 10px;
    display: block;
    background-color: #4e9ec0;
  }
  .d-tabs-price .r-tabs-state-active {
    color: #000;
  }
  .d-tabs-price .r-tabs-state-active > a {
    background-color: #fff;
  }
  .d-tabs-price.r-tabs .r-tabs-nav {
    display: none;
  }
  .d-tabs-price.r-tabs .r-tabs-accordion-title {
    display: block;
  }
  .d-tabs-price .d-tabs-content {
    padding: 20px 0;
  }
}
@media screen and (max-width: 500px) {
  .d-price {
    font-size: 38px;
  }
}
@media screen and (max-width: 400px) {
  .d-table,
  .d-table-row,
  .d-table-cell {
    display: block;
  }
  .d-table-row {
    margin-bottom: 20px;
  }
  .d-table-row:last-child {
    margin-bottom: 0;
  }
  .d-table-cell {
    padding: 0 0 10px !important;
    text-align: center;
  }
}
/* d-tabs-advantage */
.d-tabs-advantage {
  padding-top: 34px;
}
.d-tabs-advantage .d-tabs-list {
  margin: 0;
}
.d-tabs-advantage .d-tabs-list li {
  width: 20%;
  padding: 0 20px;
  border-bottom: 1px solid #ddd;
}
.d-tabs-advantage .d-tabs-list li:first-child {
  padding-left: 0;
}
.d-tabs-advantage .d-tabs-list li:last-child {
  padding-right: 0;
}
.d-tabs-advantage .d-tabs-list a,
.d-tabs-advantage .r-tabs-accordion-title a {
  display: block;
  height: 100%;
  padding-bottom: 38px;
  border-bottom: 9px solid transparent;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.d-tabs-advantage .d-tabs-list a:hover,
.d-tabs-advantage .r-tabs-accordion-title a:hover {
  color: #dc4840;
  text-decoration: none;
}
.d-tabs-advantage .d-tabs-list a:hover svg,
.d-tabs-advantage .r-tabs-accordion-title a:hover svg {
  fill: #dc4840;
}
.d-tabs-advantage .d-tabs-list svg,
.d-tabs-advantage .r-tabs-accordion-title svg {
  height: 65px;
  width: 60px;
  fill: rgba(0, 0, 0, 0.5);
}
.d-tabs-advantage .d-tabs-list .title,
.d-tabs-advantage .r-tabs-accordion-title .title {
  display: block;
  font: 20px 'MuseoSansCyrl-700', sans-serif;
  margin-top: 15px;
}
.d-tabs-advantage .r-tabs-state-active > a,
.d-tabs-advantage .r-tabs-state-active > a:hover {
  color: #4e9ec0;
  border-color: #4e9ec0;
  text-decoration: none;
}
.d-tabs-advantage .r-tabs-state-active > a svg,
.d-tabs-advantage .r-tabs-state-active > a:hover svg {
  fill: #4e9ec0;
}
.d-tabs-advantage .d-tabs-content {
  padding-top: 44px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.5);
}
.d-tabs-advantage .d-tabs-content-info {
  overflow: hidden;
}
.d-tabs-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.r-tabs-state-active > a {
  cursor: default;
}
.r-tabs .r-tabs-nav {
  margin: 0;
}
.r-tabs .r-tabs-panel {
  display: none;
}
.r-tabs .r-tabs-accordion-title {
  display: none;
  font-size: 18px;
  text-align: center;
}
.r-tabs .r-tabs-accordion-title a {
  color: inherit;
  text-decoration: none;
}
.r-tabs .r-tabs-accordion-title a:hover {
  text-decoration: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}
.d-slider {
  width: 560px;
  float: right;
  margin-left: 40px;
}
.d-slider.owl-carousel {
  padding: 0;
}
.d-slider.owl-carousel .owl-prev,
.d-slider.owl-carousel .owl-next {
  background: none;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  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-transition: all .3s;
  transition: all .3s;
}
.d-slider.owl-carousel .owl-prev:hover,
.d-slider.owl-carousel .owl-next:hover {
  background-color: #fff;
}
.d-slider.owl-carousel .owl-prev svg,
.d-slider.owl-carousel .owl-next svg {
  width: 20px;
  height: 20px;
  fill: #4b91af;
}
.d-slider.owl-carousel .owl-prev {
  left: 20px;
}
.d-slider.owl-carousel .owl-next {
  right: 20px;
}
.d-slider.owl-carousel .owl-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 1200px) {
  .d-slider {
    float: none;
    margin: 0 auto 20px;
  }
  .d-tabs-advantage .d-tabs-list a {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .d-tabs-advantage .d-tabs-list .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .d-tabs-advantage {
    padding-top: 0;
  }
  .d-tabs-advantage .r-tabs-state-active > a {
    color: #4e9ec0;
  }
  .d-tabs-advantage.r-tabs .r-tabs-nav {
    display: none;
  }
  .d-tabs-advantage.r-tabs .r-tabs-accordion-title {
    display: block;
  }
  .d-tabs-advantage .r-tabs-accordion-title a {
    padding-bottom: 20px;
  }
  .d-tabs-advantage .d-tabs-content {
    padding: 25px 0;
  }
}
@media screen and (max-width: 620px) {
  .d-slider {
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .d-carousel .owl-dots {
    margin-top: 20px;
  }
}
/* d-contacts */
.d-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-contacts-container {
  width: 360px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 30px;
}
.d-contacts-title {
  font: 30px/1.2 'MuseoSansCyrl-700', sans-serif;
  margin: 0 0 29px;
}
.d-contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.d-contacts-block:last-child {
  margin-bottom: 0;
}
.d-contacts-block svg {
  width: 12px;
  height: 15px;
  fill: #000;
  margin-right: 16px;
  margin-top: 9px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.d-contacts-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  min-width: 1px;
}
.d-contacts-info-title {
  font-size: 20px;
  margin: 0 0 7px;
}
.d-contacts-info-title:last-child {
  margin-bottom: 0;
}
.d-contacts-info-title a {
  color: inherit;
}
.d-contacts-info-subtitle {
  color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.d-contacts-info-subtitle svg {
  fill: #4c5457;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
}
.d-contacts-map {
  height: 375px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 1px;
}
.d-contacts-map > * {
  height: 100%;
  width: 100%;
}
.d-for-email svg {
  margin-top: 12px;
  fill: #39819f;
  height: 11px;
  width: 14px;
}
.d-for-email a {
  border-bottom: 1px solid;
}
.d-for-email a:hover {
  text-decoration: none;
  border-color: transparent;
}
@media screen and (max-width: 900px) {
  .d-contacts-container {
    width: 330px;
    padding-right: 20px;
  }
  .d-contacts-title {
    font-size: 27px;
  }
}
@media screen and (max-width: 768px) {
  .d-contacts {
    display: block;
  }
  .d-contacts-container {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .d-contacts-title,
  .d-contacts-block {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 550px) {
  .d-contacts-title {
    font-size: 25px;
  }
}
/* d-list-count */
.d-list-count {
  counter-reset: dCounter;
  font-size: 18px;
  padding: 0;
  margin: 0;
  position: relative;
}
.d-list-count:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #b0bdc2;
  top: 0;
  left: 50%;
}
.d-list-count li {
  margin-bottom: 30px;
  padding-right: 40px;
  width: 50%;
  list-style: none;
  position: relative;
}
.d-list-count li:before {
  counter-increment: dCounter;
  content: counter(dCounter);
  font: 60px/1 'MuseoSansCyrl-900', sans-serif;
  color: #70798c;
  position: absolute;
  top: 28px;
  right: 60px;
}
.d-list-count li:after {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #b0bdc2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50px;
  right: -4px;
}
.d-list-count li:last-child {
  margin-bottom: 0;
}
.d-list-count-inner {
  background-color: #e4f3f9;
  padding: 24px 80px 24px 24px;
  min-height: 129px;
}
.d-list-count-inner:after {
  content: '';
  position: absolute;
  top: 40px;
  right: 10px;
  border: 15px solid transparent;
  border-left: 15px solid #e4f3f9;
}
@media screen and (min-width: 701px) and (max-width: 900px) {
  .d-list-count li:nth-child(2) {
    margin-top: 60px;
  }
  .d-list-count li:nth-child(even) .d-list-count-inner {
    padding-left: 65px;
  }
}
@media screen and (max-width: 900px) {
  .d-list-count li:before {
    font-size: 45px;
  }
  .d-list-count-inner {
    padding: 15px 55px 15px 15px;
  }
}
@media screen and (max-width: 768px) {
  .d-list-count {
    font-size: 17px;
  }
}
@media screen and (min-width: 701px) {
  .d-list-count li:nth-child(2) {
    margin-top: 80px;
  }
  .d-list-count li:nth-child(even) {
    padding: 0 0 0 40px;
  }
  .d-list-count li:nth-child(even):before {
    left: 60px;
  }
  .d-list-count li:nth-child(even):after {
    left: -3px;
  }
  .d-list-count li:nth-child(even) .d-list-count-inner {
    padding-right: 24px;
    padding-left: 80px;
  }
  .d-list-count li:nth-child(even) .d-list-count-inner:after {
    left: 25px;
    right: auto;
    border-left: none;
    border-right: 15px solid #e4f3f9;
  }
  .d-list-count-1 li:nth-child(even) .d-list-count-inner:after {
    border-right-color: #dde6f2;
  }
}
@media screen and (max-width: 700px) {
  .d-list-count:after {
    display: none;
  }
  .d-list-count li {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .d-list-count li:before {
    font-size: 35px;
    left: 10px;
    top: 15px;
  }
  .d-list-count li:after {
    display: none;
  }
  .d-list-count-inner {
    padding-right: 15px;
    padding-left: 45px;
    min-height: 50px;
  }
  .d-list-count-inner:after {
    display: none;
  }
}
/* d-social-list */
.d-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.d-social-list a {
  width: 40px;
  height: 40px;
  background-color: #4e9ec0;
  margin: 5px;
  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-transition: all .3s;
  transition: all .3s;
}
.d-social-list a:hover {
  background-color: #dc4840;
}
.d-social-list svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}
/* d-content-main */
.d-content-main {
  padding: 35px 30px 30px;
  font: 16px/1.2 'MuseoSansCyrl-500', sans-serif;
}
.d-content-main_bb {
  border-bottom: 6px solid #f3f3f3;
}
.d-title-main {
  color: #000;
  font: 30px/1.2 'Lora-Regular', sans-serif;
  margin: 0 0 30px;
}
@media screen and (max-width: 1100px) {
  .d-content-main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .d-title-main {
    font-size: 27px;
  }
}
@media screen and (max-width: 600px) {
  .d-content-main {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* d-content-wrap */
.d-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  min-width: 1px;
}
@media screen and (max-width: 991px) {
  .d-content-wrap {
    display: block;
  }
}
/* d-sidebar */
.d-sidebar {
  margin-left: 40px;
  width: 320px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.d-sidebar-block {
  margin-bottom: 30px;
}
.d-sidebar-block:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1366px) {
  .d-sidebar {
    width: 300px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .d-sidebar {
    width: 280px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .d-sidebar {
    width: 100%;
    margin: 0 0 20px;
    position: relative;
  }
}
/* d-filter-header */
.d-filter-header {
  background-color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 20px;
  margin-bottom: 10px;
  min-height: 60px;
}
.d-filter-header:last-child {
  margin-bottom: 0;
}
.d-filter-header-item {
  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-right: 20px;
}
.d-filter-header-item:last-child {
  margin-right: 0;
}
.d-multifilter {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4d9ebf;
  border: 1px solid #bbb;
  background-color: #fff;
  padding: 0 15px;
  cursor: pointer;
  margin: 3px 10px 3px 0;
  line-height: 1;
}
.d-multifilter-caption {
  margin-right: 12px;
}
.d-multifilter-block {
  color: rgba(0, 0, 0, 0.5);
  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-multifilter:hover {
  color: #dc4840;
}
.d-multifilter:last-child {
  margin-right: 0;
}
.d-multifilter-close {
  font-family: 'MuseoSansCyrl-900', sans-serif;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .d-filter-header {
    display: block;
  }
  .d-filter-header-item {
    margin: 0 0 10px;
  }
}
/* d-sort */
.d-sort {
  position: relative;
}
.d-sort-header {
  color: #4e9ec0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 23px;
  position: relative;
  cursor: pointer;
}
.d-sort-header:after {
  content: '';
  position: absolute;
  right: 4px;
  top: 6px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #57a3c3;
  border-left: 2px solid #57a3c3;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.d-sort-header svg {
  fill: #4e9ec0;
  height: 15px;
  width: 12px;
  margin-right: 8px;
}
.d-sort-header-txt {
  border-bottom: 1px solid;
}
.d-sort-dropdown {
  width: 320px;
  margin-top: 19px;
  position: absolute;
  z-index: 50;
  top: 100%;
  right: -20px;
  padding: 21px;
  background-color: #70798c;
  color: #fff;
  display: none;
}
.d-sort-dropdown:before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 21px;
  border: 7px solid transparent;
  border-bottom: 7px solid #70798c;
}
.d-sort-dropdown .item {
  margin-bottom: 15px;
  cursor: pointer;
  padding-right: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.d-sort-dropdown .item:hover {
  opacity: .7;
}
.d-sort-form {
  position: relative;
  color: #000;
  margin-bottom: 20px;
}
.d-sort-form input {
  height: 40px;
  border: 1px solid #5c6372 !important;
  padding: 0 28px 0 12px !important;
  width: 100%;
}
.d-sort-form button {
  padding: 0 12px 0 0;
  height: 38px;
  position: absolute;
  border: none;
  outline: none;
  top: 1px;
  right: 1px;
  margin-left: 0;
  min-width: 0;
}
.d-sort-form button:hover {
  background-color: transparent;
}
.d-sort-form button:hover svg {
  fill: #4b91af;
}
.d-sort-form svg {
  width: 16px;
  height: 16px;
  fill: #7f7f7f;
}
.d-sort-content {
  max-height: 225px;
  overflow: hidden;
}
.nano > .nano-pane {
  right: 0;
  width: 1px;
  background: #fff;
}
.nano > .nano-pane > .nano-slider {
  background: #fff;
  width: 4px;
  border-radius: 0;
  margin-left: -4px;
}
@media screen and (max-width: 600px) {
  .d-sort-dropdown {
    left: -20px;
    width: 300px;
    margin-top: 17px;
  }
  .d-sort-dropdown:before {
    left: 20px;
    right: auto;
  }
}
/* d-program-card-wrap */
.d-program-card {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  position: relative;
}
.d-program-card-wrap {
  position: relative;
  margin-bottom: 30px;
}
.d-program-card-wrap:last-child {
  margin-bottom: 0;
}
.d-program-card:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(left, #009fc3 0%, rgba(0, 159, 195, 0.01) 100%);
  background: linear-gradient(to right, #009fc3 0%, rgba(0, 159, 195, 0.01) 100%);
}
.d-program-card-inner {
  position: relative;
  color: #fff;
  padding: 24px 32px 27px;
}
.d-program-card-subtitle {
  margin: 0 0 15px;
}
.d-program-card-title {
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.d-program-card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.d-program-card-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 1px;
  width: 100%;
}
.d-program-card-aside {
  width: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
}
.d-program-card-aside > * {
  margin-bottom: 10px;
}
.d-program-card-aside > *:last-child {
  margin-bottom: 0;
}
.d-program-card-dropdown {
  position: relative;
  display: none;
}
.d-program-card-dropdown:before {
  content: '';
  position: absolute;
  margin-bottom: -1px;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 10px solid transparent;
  border-bottom: 10px solid #eee;
}
.d-program-card-dropdown .d-desc {
  margin-bottom: 0;
}
.d-info {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
.d-info:last-child {
  margin-bottom: 0;
}
.d-info-icon {
  border-radius: 50%;
  background-color: #fff;
  margin-right: 16px;
  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: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.d-info-icon svg {
  fill: #58a4c4;
}
.d-svg-1 {
  width: 27px;
  height: 24px;
}
.d-svg-rub {
  width: 14px;
  height: 18px;
}
.d-num {
  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;
  text-align: center;
  padding: 13px 15px;
}
.d-num-value {
  font: 35px/1 'MuseoSansCyrl-900', sans-serif;
  margin-left: 10px;
}
.d-btn-more {
  background-color: #dc4840;
  color: #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;
  height: 35px;
  padding: 0 15px 0 30px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.d-btn-more:hover,
.d-btn-more.is-active {
  background-color: #c4352e;
}
.d-btn-more.is-active:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 15px;
}
.d-btn-more:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 12px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media screen and (max-width: 1200px) {
  .d-program-card-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .d-program-card-inner {
    padding: 20px;
  }
  .d-program-card-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 500px) {
  .d-program-card-body {
    display: block;
  }
  .d-program-card-aside {
    margin: 20px 0 0;
    width: 100%;
  }
}
/* d-filter */
.d-filter {
  background-color: #eee;
  padding: 25px 30px;
}
.d-filter select,
.d-filter input {
  width: 100%;
}
.d-filter-block {
  margin-bottom: 22px;
}
.d-filter-block:last-child {
  margin-bottom: 0;
}
.d-filter-block-border {
  padding-bottom: 21px;
  border-bottom: 1px solid #bbb;
  margin-bottom: 20px;
}
.d-filter-block-border:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.d-filter-label {
  margin-bottom: 5px;
}
.d-filter-title {
  margin-bottom: 17px;
}
.d-filter-row {
  margin-bottom: 20px;
}
.d-filter-row:last-child {
  margin-bottom: 0;
}
.d-filter-mobile-close {
  display: none;
}
.d-filter-btn {
  display: none;
}
@media screen and (max-width: 1200px) {
  .d-filter {
    padding: 18px 20px;
  }
}
@media screen and (max-width: 991px) {
  .d-filter {
    width: 280px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .d-filter.show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .d-filter-mobile-close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
    color: #b4b4b4;
    padding: 2px 7px;
  }
  .d-filter-btn {
    display: block;
  }
}
.d-btn-default {
  border: none !important;
  outline: none;
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  padding: 0 15px !important;
  height: 40px;
  background-color: #dc4840 !important;
  font: 16px 'MuseoSansCyrl-500', sans-serif !important;
  margin-left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.d-btn-default:hover {
  background-color: #c4352e !important;
}
/* d-select-style */
.d-select-style {
  position: relative;
}
.d-select-style:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 15px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #6e6e6e;
  border-right: 2px solid #6e6e6e;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.d-select-style select {
  background-color: #ddd !important;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid #bbb !important;
  padding: 0 20px 0 12px !important;
  height: 40px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}
.d-select-style select::-ms-expand {
  display: none;
}
/* d-desc */
.d-desc {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
.d-desc:last-child {
  margin-bottom: 0;
}
.d-desc-header {
  background-color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 18px 30px;
  font-family: 'MuseoSansCyrl-700', sans-serif;
}
.d-desc-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 620px;
  margin-right: 20px;
}
.d-desc-title .title {
  color: #4c9ebf;
  font: 24px/1 'MuseoSansCyrl-700', sans-serif;
}
.d-desc-title .subtitle {
  color: rgba(0, 0, 0, 0.45);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4px;
}
.d-desc-title .subtitle svg {
  width: 20px;
  height: 22px;
  fill: #838383;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.d-desc-icon {
  width: 40px;
  height: 40px;
  fill: #4e9ec0;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.d-desc-time {
  font: 18px/1 'MuseoSansCyrl-700', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.d-desc-body {
  padding: 19px 30px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.d-desc-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  min-width: 1px;
  padding-right: 20px;
}
.d-desc-aside {
  width: 210px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  padding: 25px 19px 20px;
  border: 1px solid #ddd;
  background: #fbfbfb;
  background: -webkit-linear-gradient(top, #fbfbfb 0%, #efefef 59%, #efefef 100%);
  background: linear-gradient(to bottom, #fbfbfb 0%, #efefef 59%, #efefef 100%);
}
.d-desc-aside .title {
  text-transform: uppercase;
  font-family: 'MuseoSansCyrl-700', sans-serif;
  margin: 0 0 15px;
  letter-spacing: 1px;
}
.d-svg-calendar {
  width: 19px;
  height: 20px;
  fill: #000;
  margin-right: 11px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.d-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.d-place-col {
  width: 50%;
  padding: 0 5px;
}
.d-place-caption {
  margin: 0 0 14px;
}
.d-place-cell {
  height: 42px;
  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: #fff;
  color: #4e9ec0;
  font: 20px/1 'MuseoSansCyrl-700', sans-serif;
}
.d-meta-row {
  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: 12px;
  font-family: 'MuseoSansCyrl-700', sans-serif;
  line-height: 1.1;
}
.d-meta-row:last-child {
  margin-bottom: 0;
}
.d-meta-row > * {
  margin-right: 10px;
}
.d-meta-row > *:last-child {
  margin-right: 0;
}
.d-meta-icon {
  width: 22px;
}
.d-meta-icon svg {
  fill: #000;
}
.d-meta-icon .d-svg-1 {
  width: 22px;
  height: 20px;
}
.d-svg-check {
  width: 16px;
  height: 19px;
}
.d-svg-partner {
  width: 22px;
  height: 20px;
}
.d-box {
  background-color: #eee;
  border: 1px solid #ddd;
  color: #397f9f;
  padding: 6px 9px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 14px;
}
.d-box .d-plus {
  color: #bababa;
  margin-right: 5px;
}
@media screen and (max-width: 1200px) {
  .d-desc-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .d-desc-title .title {
    font-size: 22px;
  }
  .d-desc-body {
    padding: 15px 20px 20px;
  }
}
@media screen and (max-width: 600px) {
  .d-desc-header {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
  .d-desc-body {
    display: block;
  }
  .d-desc-content {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .d-desc-content:last-child {
    margin-bottom: 0;
  }
  .d-desc-aside {
    width: 100%;
  }
  .d-desc-title {
    margin-right: 0;
  }
  .d-desc-time {
    margin-top: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .d-desc-body {
    padding: 15px 13px;
  }
  .d-desc-title .title {
    font-size: 20px;
  }
}
.d-box-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 50;
  display: none;
}
@media screen and (min-width: 992px) {
  .d-box-overlay {
    display: none !important;
  }
}
/* d-modal-portfolio */
.d-modal-portfolio {
  font: 16px 'MuseoSansCyrl-500', sans-serif;
  background-color: #fff;
  display: none;
}
.d-modal-portfolio-header {
  background-color: #4e9ec0;
  color: #fff;
  padding: 20px 75px;
  font: 25px/1.1 'MuseoSansCyrl-700', sans-serif;
}
.d-modal-portfolio-content {
  color: rgba(0, 0, 0, 0.5);
  padding: 25px 75px;
}
.d-modal-portfolio-row {
  margin-bottom: 20px;
}
.d-modal-portfolio-row:last-child {
  margin-bottom: 0;
}
.d-modal-title {
  font: 20px/1.2 'MuseoSansCyrl-700', sans-serif;
  margin: 0 0 5px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .d-modal-portfolio-header {
    font-size: 22px;
    padding: 15px 20px;
  }
  .d-modal-portfolio-content {
    padding: 15px 20px;
  }
}
/* ******************************************************************************* */
/* STYLE FOR PAGE.PHP */
.d-intro-1:before {
  background-image: url(../img/page/pattern-2.png);
}
.d-intro-1 .d-intro-header {
  margin-bottom: 55px;
}
.d-intro-content-flex {
  padding-right: 33px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  min-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.d-intro-content-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.d-intro-content-footer {
  margin-top: auto;
  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-content-footer > * {
  margin-right: 15px;
}
.d-intro-content-footer > *:last-child {
  margin-right: 0;
}
.d-intro .title-lg {
  text-transform: uppercase;
  font-size: 50px;
  max-width: 620px;
  margin: 0 0 20px;
  line-height: 1.1;
}
.d-intro .title-lg:last-child {
  margin-bottom: 0;
}
.d-intro-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.1;
  margin: 5px 0;
}
.d-intro-time-number,
.d-intro-time-txt {
  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;
}
.d-intro-time-number {
  height: 88px;
  background-color: #fff;
  color: #232323;
  font-size: 48px;
  min-width: 88px;
  padding: 0 15px;
}
.d-intro-time-txt {
  height: 60px;
  background-color: #577dc2;
  padding: 0 28px;
}
.d-intro-price {
  font-size: 36px;
  padding: 0 15px;
  height: 60px;
  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;
  margin-left: auto;
  border: 1px solid #fff;
  border-right: none;
  position: relative;
  min-width: 242px;
}
.d-intro-price:before,
.d-intro-price:after {
  content: '';
  position: absolute;
  right: 0;
  height: 20px;
  width: 1px;
  background-color: #fff;
}
.d-intro-price:before {
  top: 0;
}
.d-intro-price:after {
  bottom: 0;
}
.d-intro-price > span:after {
  content: '';
  width: 13px;
  height: 13px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: -6px;
  top: 22px;
}
.d-intro-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.title-with-border {
  font-size: 30px;
}
.title-with-border > span {
  padding-bottom: .6333em;
  margin-bottom: .5333em;
  border-bottom: 1px solid #fff;
  display: inline-block;
  vertical-align: middle;
}
.d-heading-subtitle {
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  margin: -5px 0 48px;
}
.d-form {
  position: relative;
}
.d-mark-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #5785c2;
  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: -30px;
  right: -25px;
}
.d-mark-circle svg {
  fill: #fff;
  width: 30px;
  height: 31px;
}
@media screen and (max-width: 1100px) {
  .d-intro .title-lg {
    font-size: 45px;
  }
  .title-with-border {
    font-size: 27px;
  }
}
@media screen and (max-width: 991px) {
  .d-intro .title-lg {
    font-size: 40px;
  }
  .d-intro-time {
    font-size: 17px;
  }
  .d-intro-time-number {
    font-size: 40px;
    height: 65px;
    min-width: 65px;
  }
  .d-intro-time-txt {
    padding: 0 20px;
  }
  .d-mark-circle {
    right: -10px;
  }
  .title-with-border {
    font-size: 24px;
  }
  .d-intro-1 .d-intro-header {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .d-intro .title-lg {
    font-size: 33px;
  }
  .d-intro-content-flex {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .d-intro-price {
    border-right: 1px solid;
  }
  .d-intro-price:before,
  .d-intro-price:after,
  .d-intro-price > span:after {
    display: none;
  }
  .title-with-border {
    font-size: 20px;
  }
}
@media screen and (max-width: 700px) {
  .d-intro-price {
    width: 100%;
    font-size: 30px;
    height: auto;
    padding: 5px 15px;
    margin-top: 15px;
  }
  .d-intro-time {
    width: 100%;
  }
  .d-intro-time-txt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 500px) {
  .d-intro .title-lg {
    font-size: 28px;
  }
}
/* d-enter */
.d-enter-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.d-enter-title svg {
  margin-right: 15px;
  fill: #202020;
}
.d-svg-bell {
  width: 28px;
  height: 30px;
}
.d-svg-date {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 1101px) {
  .d-size-sm {
    width: 33.4%;
  }
  .d-size-lg {
    width: 66.6%;
  }
}
/* d-schedule-list */
.d-schedule-list {
  list-style: none;
  padding: 0;
  font-size: 18px;
  line-height: 1.1;
  color: #000;
}
.d-schedule-list:last-child {
  margin-bottom: 0;
}
.d-schedule-list-title {
  font-size: 30px;
  line-height: 1;
  color: #577dc2;
}
.d-schedule-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 19px;
}
.d-schedule-list li:last-child {
  margin-bottom: 0;
}
.d-schedule-list li > div {
  white-space: nowrap;
}
.d-schedule-list li > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  min-width: 1px;
}
.d-schedule-list li > div:first-child:after {
  content: '';
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 1px;
  border-bottom: 2px dotted #e3e3e3;
  margin: 0 18px;
  position: relative;
  top: -4px;
}
.d-schedule-list li > div:last-child {
  color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 600px) {
  .d-schedule-list-title {
    font-size: 25px;
  }
}
/* d-schedule */
.d-schedule {
  height: 100%;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  padding: 10px 20px 12px;
  color: #404040;
  font-size: 14px;
}
.d-schedule-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -9px 15px;
}
.d-schedule-wrap:last-child {
  margin-bottom: 0;
}
.d-schedule-col {
  width: 33.333%;
  padding: 0 9px;
}
.d-schedule-title {
  font: 18px 'MuseoSansCyrl-700', sans-serif;
  margin: 0 0 10px;
}
.d-schedule-txt {
  margin-bottom: 8px;
}
.d-schedule-txt:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 700px) {
  .d-schedule-col {
    width: 100%;
    margin-bottom: 10px;
  }
  .d-schedule-col:last-child {
    margin-bottom: 0;
  }
}
/* d-section-bg-1 */
.d-section-bg-1 {
  background-color: #dde6f2;
}
@media screen and (min-width: 769px) {
  .d-section-bg-1 {
    background-image: url(../img/page/section-bg-1.jpg);
  }
}
/* d-sector-wrap */
.d-sector {
  background-color: #fff;
  line-height: 1.4;
  height: 100%;
}
.d-sector-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
.d-sector-col {
  width: 25%;
  padding: 0 20px;
  margin-top: 15px;
}
.d-sector-header {
  background-color: #577dc2;
  color: #fff;
  padding: 5px 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;
  text-align: center;
  height: 100px;
  box-sizing: border-box;
  font-size: 30px;
  line-height: 1;
}
.d-sector-content {
  padding: 23px 22px;
}
.d-sector-content-block {
  margin-bottom: 11px;
}
.d-sector-content-block:last-child {
  margin-bottom: 0;
}
.d-sector-content .title {
  font-family: 'MuseoSansCyrl-900', sans-serif;
}
.d-sector-content p {
  color: rgba(0, 0, 0, 0.5);
}
.d-sector-content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .d-sector-wrap {
    margin: 0 -10px;
  }
  .d-sector-col {
    padding: 0 10px;
  }
  .d-sector-header {
    font-size: 25px;
  }
}
@media screen and (max-width: 1050px) {
  .d-sector-col {
    width: 50%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 550px) {
  .d-sector-col {
    width: 100%;
  }
  .d-sector-header {
    height: auto;
    padding: 18px 15px;
  }
  .d-sector-content {
    padding: 15px;
  }
}
/* d-tabs-advantage-1 */
.d-tabs-advantage-1 .d-tabs-list a {
  color: rgba(0, 0, 0, 0.3);
  padding-bottom: 15px;
}
.d-tabs-advantage-1 .d-tabs-list svg {
  fill: rgba(0, 0, 0, 0.3);
}
.d-tabs-advantage-1 .r-tabs-state-active > a,
.d-tabs-advantage-1 .r-tabs-state-active:hover > a {
  color: #577dc2;
  border-color: #577dc2;
}
.d-tabs-advantage-1 .r-tabs-state-active > a svg,
.d-tabs-advantage-1 .r-tabs-state-active:hover > a svg {
  fill: #577dc2;
}
/* d-form-action-1 */
.d-form-action-1 {
  background-color: #6f788b;
}
/* d-list-count-1 */
.d-list-count-1 .d-list-count-inner {
  background-color: #dde6f2;
}
.d-list-count-1 .d-list-count-inner:after {
  border-left-color: #dde6f2;
}
/* d-training */
.d-training {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.d-training-col {
  width: 51.7%;
  padding-right: 60px;
}
.d-training-steps {
  counter-reset: dNumber;
  padding: 0;
  margin: 0;
}
.d-training-steps li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #dde6f2;
  font-size: 18px;
  margin-bottom: 30px;
  min-height: 135px;
  position: relative;
}
.d-training-steps li:last-child {
  margin-bottom: 0;
}
.d-training-steps li:before {
  counter-increment: dNumber;
  content: counter(dNumber);
  font: 60px/1 'MuseoSansCyrl-900', sans-serif;
  color: #fff;
  background-color: #577dc2;
  width: 76px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 25px 0;
  text-align: center;
}
.d-training-steps li:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  border: 65px solid transparent;
  border-left: 28px solid #dde6f2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.d-training-steps-content {
  padding: 22px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.d-training-body {
  width: 48.3%;
  background-color: #dde6f2;
  font-size: 18px;
}
.d-training-body-header {
  background-color: #577dc2;
  color: #fff;
  padding: 29px 60px;
  text-transform: uppercase;
  font: 30px 'MuseoSansCyrl-900', sans-serif;
}
.d-training-body-content {
  padding: 20px 39px;
}
.d-training-body-content li {
  margin-bottom: 27px;
}
.d-training-body-content li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1300px) {
  .d-training-steps li:after {
    border-width: 15px;
  }
  .d-training-col {
    padding-right: 25px;
  }
}
@media screen and (min-width: 992px) {
  .d-training {
    padding-top: 41px;
  }
}
@media screen and (max-width: 991px) {
  .d-training-steps li:before {
    font-size: 50px;
  }
  .d-training-body-header {
    padding: 26px 30px;
    font-size: 25px;
  }
  .d-training-body-content {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 950px) {
  .d-training {
    display: block;
  }
  .d-training-col,
  .d-training-body {
    width: 100%;
  }
  .d-training-col {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .d-training-steps li {
    margin-bottom: 20px;
    min-height: 0;
  }
  .d-training-steps li:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .d-training-steps li:before {
    padding: 20px 0;
    font-size: 40px;
  }
  .d-training-steps-content {
    padding: 13px 18px;
  }
  .d-training-body-header {
    font-size: 22px;
    padding: 20px;
  }
  .d-training-body-content li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .d-training-steps li:before {
    font-size: 30px;
    padding: 15px 0;
    width: 50px;
  }
  .d-training-steps-content {
    padding: 10px 13px;
  }
}
/* d-header */
.d-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
}
.d-header:last-child {
  margin-bottom: 0;
}
.d-header-caption {
  background-color: #577dc2;
  text-transform: uppercase;
  color: #fff;
  font: 24px 'MuseoSansCyrl-900', sans-serif;
  padding: 25px 30px;
  width: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.d-header-content {
  padding: 22px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .d-header {
    display: block;
  }
  .d-header-caption {
    font-size: 22px;
    width: 100%;
  }
}
/* d-accordion */
.d-accordion {
  background-color: #fff;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  line-height: 1.2;
}
.d-accordion-heading {
  text-transform: uppercase;
  color: #fff;
  background-color: #6f788b;
  font: 24px/1.2 'MuseoSansCyrl-900', sans-serif;
  padding: 25px 32px;
  margin-bottom: 14px;
}
.d-accordion-header {
  cursor: pointer;
  padding: 24px 40px 24px 20px;
  font: 20px 'MuseoSansCyrl-700', sans-serif;
  color: #577dc2;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.d-accordion-header:hover {
  color: #dc4840;
}
.d-accordion-header:hover:after {
  border-top-color: #dc4840;
  border-right-color: #dc4840;
}
.d-accordion-header.is-active:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.d-accordion-header:after {
  content: '';
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #577dc2;
  border-right: 2px solid #577dc2;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.d-accordion-content {
  padding: 0 20px 25px;
  color: rgba(0, 0, 0, 0.5);
  display: none;
}
.d-accordion-content .title {
  display: table;
  border-bottom: 1px solid;
  text-transform: uppercase;
  margin: 0 0 29px;
}
@media screen and (max-width: 768px) {
  .d-accordion-heading {
    font-size: 22px;
  }
  .d-accordion-header {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .d-accordion-heading,
  .d-header-caption,
  .d-header-content {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 500px) {
  .d-accordion-heading,
  .d-header-caption {
    font-size: 20px;
  }
}
/* d-list-circle */
.d-list-circle {
  list-style: none;
  padding: 0;
}
.d-list-circle li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 5px;
}
.d-list-circle li:last-child {
  margin-bottom: 0;
}
.d-list-circle li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #808080;
  border-radius: 50%;
}
/* d-btn-primary */
a.d-btn-primary {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-color: #dc4840;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.1;
  padding: 12px 20px;
  min-width: 260px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a.d-btn-primary:hover {
  text-decoration: none;
  background-color: #577dc2;
}
/* d-doc */
.d-doc {
  width: 33.333%;
  padding: 0 10px;
  text-align: center;
  font-size: 20px;
}
.d-doc-wrap {
  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;
  margin: 0 -10px;
}
.d-doc-img {
  display: block;
  margin-bottom: 26px;
}
.d-doc-img img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 991px) {
  .d-doc {
    font-size: 18px;
    line-height: 1.3;
  }
  .d-doc-img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .d-doc {
    width: 50%;
    margin: 20px 0;
  }
}
@media screen and (max-width: 550px) {
  .d-doc {
    width: 100%;
    margin: 20px 0;
  }
}
/* d-education */
.d-education {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  padding: 23px 20px 27px;
  height: 100%;
  color: rgba(0, 0, 0, 0.5);
}
.d-education-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.d-education-col {
  width: 50%;
  padding: 0 20px;
  margin: 20px 0;
}
.d-education-title {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 20px/1.2 'MuseoSansCyrl-700', sans-serif;
  margin-bottom: 15px;
}
.d-education-title svg {
  margin-right: 15px;
  fill: #577dc2;
  width: 27px;
  height: 27px;
}
.d-education p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1100px) {
  .d-education-wrap {
    margin: 0 -10px;
  }
  .d-education-col {
    padding: 0 10px;
    margin: 10px 0;
  }
}
@media screen and (max-width: 650px) {
  .d-education-col {
    width: 100%;
  }
}
/* d-speaker */
.d-speaker {
  padding: 0 20px;
  width: 20%;
  text-align: center;
}
.d-speaker-wrap {
  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;
  margin: 0 -20px;
}
.d-speaker-img {
  width: 205px;
  height: 205px;
  overflow: hidden;
  margin: auto;
}
.d-speaker-img img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}
.d-speaker-content {
  margin: 37px 0 20px;
  color: #626262;
  font-size: 20px;
}
.d-speaker-content .title {
  font: 24px 'MuseoSansCyrl-700', sans-serif;
  color: #000;
  margin: 0 0 2px;
}
.d-speaker .d-btn {
  background-color: #577dc2;
}
@media screen and (max-width: 1280px) {
  .d-speaker {
    width: 33.333%;
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .d-speaker {
    padding: 0 10px;
  }
  .d-speaker-wrap {
    margin: 0 -10px;
  }
  .d-speaker-content {
    font-size: 18px;
  }
  .d-speaker-content .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 800px) {
  .d-speaker {
    width: 50%;
  }
  .d-speaker-img {
    width: 150px;
    height: 150px;
  }
  .d-speaker-content {
    margin: 10px 0;
  }
}
@media screen and (max-width: 550px) {
  .d-speaker {
    width: 100%;
  }
}
.d-color-blue-2 {
  color: #577dc2;
}
/* d-tabs-enter */
.d-tabs-enter .d-tabs-list {
  margin: 0 -10px;
}
.d-tabs-enter .d-tabs-list li {
  padding: 0 10px;
  width: 20%;
}
.d-tabs-enter .d-tabs-list li:last-child .d-steps-icon-arrow {
  display: none;
}
.d-tabs-enter .d-tabs-list a:hover {
  text-decoration: none;
}
.d-tabs-enter .d-tabs-list a:hover .d-steps-icon {
  background: #577dc2;
}
.d-tabs-enter .d-tabs-list a:hover .d-steps-title {
  color: #577dc2;
}
.d-tabs-enter .d-tabs-list a:focus {
  text-decoration: none;
  outline: none;
}
.d-tabs-enter .d-steps-icon {
  background: #b4b4b4;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  z-index: 0;
}
.d-tabs-enter .d-steps-icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #1989b7;
  background: -webkit-linear-gradient(top, #1989b7 0%, #1989b7 5%, #2287bb 16%, #2886ba 24%, #2786bc 32%, #2c85bd 37%, #2e82be 47%, #3383c0 52%, #3282bf 63%, #3682c0 66%, #3681c4 78%, #3b80c5 82%, #3e7ec6 100%);
  background: linear-gradient(to bottom, #1989b7 0%, #1989b7 5%, #2287bb 16%, #2886ba 24%, #2786bc 32%, #2c85bd 37%, #2e82be 47%, #3383c0 52%, #3282bf 63%, #3682c0 66%, #3681c4 78%, #3b80c5 82%, #3e7ec6 100%);
}
.d-tabs-enter .d-tabs-content {
  padding-top: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.d-tabs-enter .d-tabs-content p:last-child {
  margin-bottom: 0;
}
.d-tabs-enter .r-tabs-state-active .d-steps-icon:before {
  opacity: 1;
}
.d-tabs-enter .r-tabs-state-active .d-steps-title {
  color: #577dc2;
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .d-tabs-enter .d-steps-icon {
    margin: auto;
  }
  .d-tabs-enter .d-steps-title {
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .d-tabs-enter .d-steps-icon {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 992px) {
  .d-tabs-enter {
    padding-top: 39px;
  }
}
@media screen and (max-width: 991px) {
  .d-tabs-enter .d-steps-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .d-tabs-enter .r-tabs-accordion-title {
    color: #fff;
    margin-bottom: 10px;
  }
  .d-tabs-enter .r-tabs-accordion-title a {
    padding: 10px;
    display: block;
    background-color: #577dc2;
  }
  .d-tabs-enter .r-tabs-accordion-title .d-steps-title {
    color: #fff;
  }
  .d-tabs-enter .r-tabs-state-active {
    color: #000;
  }
  .d-tabs-enter .r-tabs-state-active > a {
    background-color: #fff;
  }
  .d-tabs-enter .r-tabs-state-active .d-steps-title {
    color: #577dc2;
  }
  .d-tabs-enter.r-tabs .r-tabs-nav {
    display: none;
  }
  .d-tabs-enter.r-tabs .r-tabs-accordion-title {
    display: block;
  }
  .d-tabs-enter .d-tabs-content {
    padding: 0 0 20px;
  }
}
/* d-cost-wrap */
.d-cost {
  width: 33.333%;
  padding: 0 11px;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.d-cost-wrap {
  margin-bottom: 42px;
}
.d-cost-wrap:last-child {
  margin-bottom: 0;
}
.d-cost-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 24px/1.2 'MuseoSansCyrl-700', sans-serif;
  margin: 0 0 17px;
}
.d-cost-title svg {
  width: 25px;
  height: 25px;
  fill: #070707;
  margin-right: 13px;
}
.d-cost-value {
  text-transform: uppercase;
  font: 50px/1 'MuseoSansCyrl-900', sans-serif;
  margin: 0 0 19px;
  color: #dc4840;
}
.d-cost-value:last-child {
  margin-bottom: 0;
}
.d-cost-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.d-cost-block {
  width: 56.7%;
  padding-right: 30px;
}
.d-cost-col {
  width: 43.3%;
}
.d-cost-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 20px;
}
.d-cost-module:last-child {
  margin-bottom: 0;
}
.d-cost-module-txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 1px;
  width: 100%;
  color: #fff;
  background-color: #577dc2;
  font-family: 'MuseoSansCyrl-900', sans-serif;
  padding: 18px 24px;
}
.d-cost-module-value {
  width: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff;
  font-family: 'MuseoSansCyrl-700', sans-serif;
  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: 10px 5px;
  text-align: center;
}
.d-cost-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -11px 20px;
}
.d-cost-header {
  background-color: #577dc2;
  color: #fff;
  font: 18px/1.2 'MuseoSansCyrl-900', sans-serif;
  padding: 10px 17px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.d-cost-header:after {
  content: '';
  border: 6px solid transparent;
  border-top: 6px solid #577dc2;
  position: absolute;
  top: 100%;
  left: 22px;
}
.d-cost-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 1px;
  width: 100%;
  padding: 20px 18px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.99) 0%, rgba(252, 253, 254, 0.62) 38%, rgba(246, 248, 252, 0.39) 61%, rgba(255, 255, 255, 0.17) 84%, rgba(255, 255, 255, 0.1) 91%, rgba(255, 255, 255, 0.08) 94%, rgba(255, 255, 255, 0.08) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.99) 0%, rgba(252, 253, 254, 0.62) 38%, rgba(246, 248, 252, 0.39) 61%, rgba(255, 255, 255, 0.17) 84%, rgba(255, 255, 255, 0.1) 91%, rgba(255, 255, 255, 0.08) 94%, rgba(255, 255, 255, 0.08) 100%);
}
.d-cost-content > * {
  margin-bottom: 8px;
}
.d-cost-content > *:last-child {
  margin-bottom: 0;
}
.d-cost-content-header {
  margin-bottom: 15px;
  font-family: 'MuseoSansCyrl-700', sans-serif;
}
.d-cost-content-header:last-child {
  margin-bottom: 0;
}
.d-cost-content-header .title {
  font-size: 18px;
  margin: 0 0 2px;
}
.d-cost-content-header .subtitle {
  font-size: 12px;
}
.d-cost-price-old {
  color: #848484;
  text-decoration: line-through;
  font-size: 14px;
  text-transform: uppercase;
}
.d-cost-price {
  font: 26px/1 'MuseoSansCyrl-700', sans-serif;
  color: #dc4840;
  text-transform: uppercase;
}
.title-with-line:after {
  content: '';
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 1px;
  margin-left: 22px;
  height: 1px;
  background-color: #c0cfe8;
}
.d-note {
  color: #6b6b6b;
}
@media screen and (max-width: 1280px) {
  .d-cost-flex {
    display: block;
  }
  .d-cost-block,
  .d-cost-col {
    width: 100%;
  }
  .d-cost-block {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .d-cost-value {
    font-size: 45px;
  }
}
@media screen and (max-width: 650px) {
  .d-cost {
    width: 100%;
    margin-bottom: 10px;
  }
  .d-cost-title {
    font-size: 22px;
  }
  .d-cost-value {
    font-size: 40px;
  }
  .d-cost-card {
    display: block;
  }
  .d-cost:last-child {
    margin-bottom: 0;
  }
  .d-cost-module-txt {
    padding: 13px 15px;
  }
}
@media screen and (max-width: 500px) {
  .d-cost-module {
    display: block;
  }
  .d-cost-module-txt {
    text-align: center;
  }
  .d-cost-module-value {
    width: 100%;
  }
}
/* d-promo */
.d-promo {
  background: #6f788b url(../img/page/d-promo.jpg) no-repeat 0 0;
  color: rgba(255, 255, 255, 0.7);
  min-height: 183px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 5.20833vw;
  font-size: 18px;
}
.d-promo-content {
  width: 48%;
  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;
}
.d-promo-content .title {
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 13px;
}
@media screen and (max-width: 1280px) {
  .d-promo-content {
    width: 54%;
  }
  .d-promo-content .title {
    font-size: 27px;
  }
}
@media screen and (max-width: 1100px) {
  .d-promo-content {
    width: 70%;
  }
}
@media screen and (max-width: 900px) {
  .d-promo {
    color: #fff;
    position: relative;
    z-index: 0;
  }
  .d-promo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
  }
  .d-promo-content {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .d-promo {
    background-size: cover;
  }
}
/* d-carousel-1 */
.d-carousel-1.owl-carousel .owl-nav svg {
  fill: #577dc2;
}
.d-carousel-1.owl-carousel .owl-dot {
  background-color: #577dc2;
}
.d-carousel-1.owl-carousel .owl-dot.active {
  opacity: .3;
}
.d-carousel-1 .d-program-header {
  color: #577dc2;
}
.d-carousel-1 .d-program-header a {
  color: inherit;
}
.d-carousel-1 .d-program-header a:hover {
  color: #dc4840;
}
.d-carousel-1 .d-program-footer .d-btn {
  background-color: #577dc2;
}
.d-carousel-1 .d-program-footer .d-btn:hover {
  background-color: #dc4840;
}
.d-carousel-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 22px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 1200px) {
  .d-carousel-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .d-carousel-1 {
    padding-top: 24px;
  }
}
@media screen and (max-width: 600px) {
  .d-carousel-block {
    padding: 15px;
  }
}
/* d-reviews */
.d-reviews-img {
  width: 157px;
  margin: 8px 22px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.d-reviews-img img {
  border: 1px solid #ddd;
  max-width: 100%;
  max-height: 100%;
}
.d-reviews-header {
  padding-bottom: 15px;
  margin-bottom: 19px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
}
.d-reviews-header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6px;
}
.d-reviews-header-block:last-child {
  margin-bottom: 0;
}
.d-reviews-header .title {
  color: #577dc2;
  font-family: 'MuseoSansCyrl-700', sans-serif;
  margin-right: 15px;
}
.d-reviews-header .title span {
  display: block;
  font-size: 20px;
}
.d-reviews-header-txt {
  color: #b5b5b5;
}
.d-reviews-logo {
  height: 40px;
}
.d-reviews-logo img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 1200px) {
  .d-reviews-img {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 550px) {
  .d-reviews-header-block {
    display: block;
  }
  .d-reviews-header .title {
    margin: 0 0 10px;
  }
}
/* d-social-list */
.d-social-list.color-blue a {
  background-color: #577dc2;
}
.d-for-email.color-blue svg {
  fill: #577dc2;
}
.d-for-email.color-blue a {
  color: #577dc2;
}
.d-list-count {
  overflow: hidden;
}
/* ************************************************************************* */
/* STYLE FOR PAGE-2.PHP */
.d-mb {
  margin-bottom: 21px;
}
.d-mb:last-child {
  margin-bottom: 0;
}
input,
select,
textarea {
  border: 1px solid #bfbfbf;
  outline: none;
  padding: 6px;
}
/* d-intro-2 */
.d-intro-2 {
  background-position: 50% 50%;
}
.d-intro-2:before {
  background-image: url(../img/page-2/pattern-3.png);
  background-position: 50% 50%;
}
.d-intro_pt {
  padding-top: 72px;
}
@media screen and (max-width: 991px) {
  .d-intro_pt {
    padding-top: 40px;
  }
}
@media screen and (max-width: 450px) {
  .d-intro .title-lg {
    font-size: 25px;
  }
}
.d-intro-details {
  max-width: 300px;
  margin: 6px 0 26px;
}
.d-intro-details-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.d-intro-details-row:last-child {
  border-bottom: none;
}
.d-intro-details-icon {
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 25px;
  background-color: #6376b7;
  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-intro-details-icon svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}
.d-intro-details-content {
  text-transform: uppercase;
  line-height: 1.2;
}
.d-intro-details-title {
  font-size: 20px;
  margin: 0 0 7px;
}
.d-intro-details-title:last-child {
  margin-bottom: 0;
}
.d-intro-details-txt {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
/* d-section-bg-2 */
.d-section-bg-2 {
  background-color: #dde6f2;
}
@media screen and (min-width: 769px) {
  .d-section-bg-2 {
    background-image: url(../img/page-2/section-bg-2.jpg);
  }
}
/* d-list-circle */
.d-list-circle_sm {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 7px;
}
.d-list-circle_sm:first-child {
  margin-top: 0;
}
.d-list-circle_sm li {
  margin-bottom: 3px;
}
.d-list-circle_sm li:before {
  width: 5px;
  height: 5px;
}
.color-gray {
  color: rgba(0, 0, 0, 0.5);
}
.d-block {
  margin-bottom: 50px;
}
.d-block:last-child {
  margin-bottom: 0;
}
.d-block_mt {
  margin-top: 74px;
}
@media screen and (max-width: 991px) {
  .d-block_mt {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .d-block {
    margin-bottom: 30px;
  }
}
/* d-sector-info */
.d-sector-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.d-sector-info_mt {
  margin-top: 50px;
}
.d-sector-full {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  padding-right: 40px;
  box-sizing: border-box;
}
.d-sector-item {
  width: 38%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .d-sector-info {
    display: block;
  }
  .d-sector-info_mt {
    margin-top: 40px;
  }
  .d-sector-full {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .d-sector-item {
    width: 100%;
  }
}
/* d-table-info */
.d-table-info {
  display: table;
  font-size: 20px;
  line-height: 1.2;
}
.d-table-info-row {
  display: table-row;
}
.d-table-info-row:first-child .d-table-info-cell {
  padding-top: 0;
}
.d-table-info-row:last-child .d-table-info-cell {
  padding-bottom: 0;
}
.d-table-info-cell {
  display: table-cell;
  padding: 17px 44px;
  border-right: 1px solid #d1d1d1;
}
.d-table-info-cell:first-child {
  padding-left: 0;
}
.d-table-info-cell:last-child {
  border-right: none;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .d-table-info {
    width: 100%;
  }
  .d-table-info-cell {
    padding: 10px;
    text-align: center;
  }
  .d-table-info-cell:first-child {
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  .d-table-info {
    font-size: 18px;
  }
}
/* d-advantage */
.d-advantage {
  font-size: 20px;
}
.d-advantage-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.d-advantage-row:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .d-advantage {
    font-size: 18px;
    line-height: 1.2;
  }
}
.d-square-icon {
  width: 60px;
  height: 60px;
  background-color: #6376b7;
  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: 35px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.d-square-icon:after {
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #6376b7;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.d-square-icon_bg {
  background-color: #dc4941;
}
.d-square-icon_bg:after {
  border-left-color: #dc4941;
}
.d-square-icon svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}
.d-square-icon_lg {
  width: 80px;
  height: 80px;
  margin-right: 41px;
}
.d-square-icon_lg svg {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .d-square-icon_lg {
    margin-right: 25px;
    width: 60px;
    height: 60px;
  }
}
/* d-grid */
.d-grid {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.d-grid-col {
  width: 100%;
  max-width: 480px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .d-grid-col {
    padding: 0;
  }
}
/* d-cost-preview */
.d-cost-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.d-cost-preview-content {
  font: 24px 'MuseoSansCyrl-700', sans-serif;
  text-transform: uppercase;
}
.d-cost-preview .d-price {
  margin-bottom: 5px;
}
.d-cost-preview .d-price:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .d-cost-preview-content {
    font-size: 21px;
  }
}
.owl-carousel .owl-prev {
  left: 30px;
}
.owl-carousel .owl-next {
  right: 30px;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 44px;
  margin: 0;
  padding: 0;
  z-index: 999;
}
@media screen and (max-width: 460px) {
  .owl-carousel .owl-nav {
    display: none;
  }
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello/font/fontello.eot?4115886');
  src: url('../fonts/fontello/font/fontello.eot?4115886#iefix') format('embedded-opentype'), url('../fonts/fontello/font/fontello.woff2?4115886') format('woff2'), url('../fonts/fontello/font/fontello.woff?4115886') format('woff'), url('../fonts/fontello/font/fontello.ttf?4115886') format('truetype'), url('../fonts/fontello/font/fontello.svg?4115886#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-eye:before {
  content: '\e800';
}
.icon-search:before {
  content: '\e801';
}
.icon-twitter:before {
  content: '\f099';
}
.icon-youtube:before {
  content: '\f167';
}
.icon-instagram:before {
  content: '\f16d';
}
.icon-info-circled:before {
  content: '\e802';
}
.icon-info-circled-1:before {
  content: '\e803';
}
.icon-vkontakte:before {
  content: '\f189';
}
.icon-telegram:before {
  content: '\f2c6';
}
.icon-yandex:before {
  content: '\f305';
}
.icon-facebook:before {
  content: '\f30c';
}
.icon-angle-down:before {
  content: '\f107';
}
