:root {
  --ws-breakpoint-xs: 0;
  --ws-breakpoint-sm: 576px;
  --ws-breakpoint-md: 768px;
  --ws-breakpoint-lg: 992px;
  --ws-breakpoint-xl: 1200px; }

a:hover {
  text-decoration: none; }

.detail__page__title, .breadcrumb {
  display: none; }

@media (max-width: 575.98px) {
  .detail__page .dpo h2 {
    text-transform: uppercase; } }

.detail__page .dpo h2::after {
  content: '';
  display: block;
  width: 100%;
  max-width: 100%;
  height: 3px;
  background: #1480C0;
  border-radius: 100px;
  position: absolute;
  bottom: 1px;
  left: 0;
  padding: 0; }

.dpo {
  /* margin-top: -80px; */
  margin-top: -150px;
  overflow: hidden; }
  @media (max-width: 575.98px) {
    .dpo {
      /* margin-top: -40px; */
       margin-top: -110px;}
      .dpo h2 {
        text-transform: uppercase; } }
  .dpo .ait__news {
    padding-top: 70px;
    padding-bottom: 0; }

.dpo__top {
  height: 769px;
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(images/dpo/top-bg.png); }
  @media (max-width: 575.98px) {
    .dpo__top {
      background-image: url(images/dpo/top-bg-mobile.png);
      height: auto;
      background-position: center right;
      padding-bottom: 40px; } }
  @media (max-width: 575.98px) {
    .dpo__top .container {
      position: relative;
      height: 100%; } }
  .dpo__top-text-1 {
    font-weight: 400;
    font-size: 46px;
    line-height: 56px;
    color: #FFFFFF;
    padding: 60px 0 80px 0;
    max-width: 877px; }
    @media (max-width: 575.98px) {
      .dpo__top-text-1 {
        font-size: 28px;
        line-height: 30px;
        max-width: 450px;
        padding-bottom: 35px;
        padding-top: 40px; } }
    .dpo__top-text-1 span {
      display: inline-block;
      background: rgba(20, 128, 192, 0.8);
      padding: 5px 18px;
      margin: 0 0 12px 0; }
      @media (max-width: 575.98px) {
        .dpo__top-text-1 span {
          margin: 0 0 5px 0; } }
    @media (max-width: 575.98px) {
      .dpo__top-text-1.--full {
        display: none; } }
    .dpo__top-text-1.--mobile {
      display: none; }
      @media (max-width: 575.98px) {
        .dpo__top-text-1.--mobile {
          display: block; } }
  .dpo__top-text-2 {
    max-width: 877px;
    width: 100%;
    margin: 0 0 30px 0;
    background: rgba(20, 128, 192, 0.8);
    font-weight: 400;
    font-size: 28px;
    line-height: 130%;
    color: #FFFFFF;
    padding: 18px 18px; }
    @media (max-width: 575.98px) {
      .dpo__top-text-2 {
        font-size: 16px;
        line-height: 130%;
        margin-bottom: 0; } }
    .dpo__top-text-2 div {
      padding-bottom: 10px; }
      .dpo__top-text-2 div:last-child {
        padding-bottom: 0; }
  .dpo__top-text-3 {
    max-width: 877px;
    width: 100%;
    margin: 0;
    background: rgba(20, 128, 192, 0.8);
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    color: #FFFFFF;
    padding: 18px 18px; }
    @media (max-width: 575.98px) {
      .dpo__top-text-3 {
        background: #999999;
        font-size: 16px;
        line-height: 130%;
        margin: 0 -15px;
        width: auto; } }
    .dpo__top-text-3 div {
      padding-bottom: 6px; }
      .dpo__top-text-3 div:last-child {
        padding-bottom: 0; }
    @media (max-width: 575.98px) {
      .dpo__top-text-3.--full {
        display: none; } }
  .dpo__top-text-out {
    display: none; }
    @media (max-width: 575.98px) {
      .dpo__top-text-out {
        display: block; } }

.dpo__centers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 575.98px) {
    .dpo__centers {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      display: block;
      padding-bottom: 40px; } }
  .dpo__centers-title {
    font-weight: 400;
    font-size: 28px;
    line-height: 21px;
    /* or 75% */
    color: #000000;
    padding: 15px 0 30px 0; }
  .dpo__centers-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 68%;
            flex: 0 0 68%;
    max-width: 68%;
    padding: 0 0 0 30px; }
    @media (max-width: 575.98px) {
      .dpo__centers-list {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding: 15px 0 0 0; } }
  .dpo__centers-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 575.98px) {
      .dpo__centers-row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .dpo__centers-col {
    padding: 0 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px; }
    @media (max-width: 575.98px) {
      .dpo__centers-col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px; } }
  .dpo__centers-item {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    padding: 15px 18px;
    height: 100%; }
    .dpo__centers-item-title {
      font-weight: 500;
      font-size: 22px;
      line-height: 150%;
      /* or 33px */
      color: #484848;
      opacity: 0.8;
      padding: 0 0 10px 0; }
    .dpo__centers-item-text ul {
      list-style: none;
      padding: 0 0 0 0;
      margin: 0; }
      .dpo__centers-item-text ul li {
        list-style: none;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        /* or 150% */
        color: #808080;
        padding: 0 0 0 21px;
        position: relative;
        margin: 0 0 5px 0; }
        .dpo__centers-item-text ul li:last-child {
          margin-bottom: 0; }
        .dpo__centers-item-text ul li:before {
          content: '';
          display: block;
          width: 10px;
          height: 2px;
          background: #C4C4C4;
          border-radius: 5px;
          position: absolute;
          top: 10px;
          left: 0; }
    .dpo__centers-item-contact {
      padding: 20px 0 0 0; }
      @media (max-width: 575.98px) {
        .dpo__centers-item-contact {
          padding: 10px 0 0 0; } }
    .dpo__centers-item-email {
      padding: 0 0 10px 0; }
      .dpo__centers-item-email a {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        /* or 150% */
        color: #1480C0; }
    .dpo__centers-item-phone {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .dpo__centers-item-phone a {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        /* or 150% */
        color: #1480C0;
        margin-right: 20px; }
        .dpo__centers-item-phone a:last-child {
          margin-right: 0; }
    .dpo__centers-item-social {
      padding: 15px 0 10px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .dpo__centers-item-social-item {
        width: 40px;
        height: 40px;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        border-radius: 50%;
        display: block;
        margin: 0 18px 0 0;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-filter: grayscale(0);
                filter: grayscale(0);
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transition: -webkit-filter .3s ease, -webkit-transform .3s ease;
        transition: -webkit-filter .3s ease, -webkit-transform .3s ease;
        -o-transition: filter .3s ease, transform .3s ease;
        transition: filter .3s ease, transform .3s ease;
        transition: filter .3s ease, transform .3s ease, -webkit-filter .3s ease, -webkit-transform .3s ease; }
        @media (max-width: 575.98px) {
          .dpo__centers-item-social-item {
            width: 40px;
            height: 40px;
            margin: 0 10px 0 0; } }
        .dpo__centers-item-social-item:last-child {
          margin-right: 0; }
        .dpo__centers-item-social-item--vk {
          background-image: url(images/social-vk.png);
          background-size: 21px auto; }
        .dpo__centers-item-social-item--tele {
          background-image: url(images/social-tele.png);
          background-size: 20px auto; }
        .dpo__centers-item-social-item:hover {
          -webkit-filter: grayscale(1);
                  filter: grayscale(1);
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }
  .dpo__centers-form {
    background: #F9F9F9;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    max-width: 32%;
    position: relative;
    top: -20px; }
    @media (max-width: 575.98px) {
      .dpo__centers-form {
        top: 0;
        width: auto;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        max-width: none; } }
    .dpo__centers-form-wrap {
      background: #F9F9F9;
      padding: 30px 38px 38px 38px;
      position: relative;
      top: -75px; }
      @media (max-width: 575.98px) {
        .dpo__centers-form-wrap {
          top: 0;
          margin: 0 -15px;
          width: auto;
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none;
          max-width: none;
          padding: 30px 15px 30px 15px; } }
    .dpo__centers-form-title {
      font-weight: 600;
      font-size: 21px;
      line-height: 130%;
      /* or 27px */
      color: #484848;
      padding: 0px 0 20px 0; }
    .dpo__centers-form-field {
      padding: 0 0 21px 0; }
    .dpo__centers-form-label {
      font-weight: 400;
      font-size: 16px;
      line-height: 21px;
      /* identical to box height, or 131% */
      color: #000000;
      padding: 0 0 7px 0; }
    .dpo__centers-form-input input[type="text"], .dpo__centers-form-input textarea {
      max-width: 294px;
      width: 100%;
      height: 41px;
      background: #FFFFFF;
      border: 1px solid #C4C4C4;
      padding: 0 10px;
      font-size: 14px;
      line-height: 21px; }
      @media (max-width: 575.98px) {
        .dpo__centers-form-input input[type="text"], .dpo__centers-form-input textarea {
          max-width: 100%; } }
    .dpo__centers-form-input textarea {
      height: 133px;
      max-width: 100%;
      padding: 5px 10px; }
    .dpo__centers-form-send {
      padding: 0px 0 0 0; }
      .dpo__centers-form-send button {
        width: 294px;
        height: 41px;
        background: #1480C0;
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        line-height: 38px;
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        border: 0;
        display: block;
        text-decoration: none;
        text-align: center;
        -webkit-transition: background .6s ease, color .6s ease;
        -o-transition: background .6s ease, color .6s ease;
        transition: background .6s ease, color .6s ease;
        overflow: hidden;
        position: relative;
        /*display: flex;
  align-items: center;
  justify-content: center;*/
        margin: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        max-width: 294px;
        width: 100%; }
        .dpo__centers-form-send button span {
          position: relative;
          z-index: 1; }
        .dpo__centers-form-send button:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 0;
          height: 100%;
          background: #ffffff;
          -webkit-transition: width 1.2s ease;
          -o-transition: width 1.2s ease;
          transition: width 1.2s ease;
          border-radius: 0px;
          z-index: 0;
          display: none; }
        .dpo__centers-form-send button:hover {
          color: #ffffff;
          text-decoration: none;
          background: #808080;
          -webkit-transition: background .6s ease, color .6s ease;
          -o-transition: background .6s ease, color .6s ease;
          transition: background .6s ease, color .6s ease; }
        @media (max-width: 575.98px) {
          .dpo__centers-form-send button {
            max-width: 100%; } }
    .dpo__centers-form-result {
      position: absolute;
      top: 0;
      left: 0;
      font-weight: normal;
      font-size: 20px;
      line-height: 130%;
      /* or 26px */
      color: #000000;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      z-index: 1;
      padding: 30px 38px 38px 38px; }
      .dpo__centers-form-result-text-1 {
        font-weight: 400;
        font-size: 20px;
        line-height: 150%;
        color: #000000;
        padding: 0 0 15px 0; }
      .dpo__centers-form-result-text-2 {
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        color: #000000; }
    .dpo__centers-form .form-custom input[type="checkbox"] + label {
      font-weight: 400;
      font-size: 13px;
      line-height: 17px;
      /* identical to box height, or 131% */
      color: #000000;
      margin: 0; }
      .dpo__centers-form .form-custom input[type="checkbox"] + label a {
        text-decoration: underline; }
    .dpo__centers-form .help-block {
      display: none !important; }
    .dpo__centers-form-inner {
      opacity: 1;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      z-index: 2;
      position: relative; }
    .dpo__centers-form-block {
      z-index: 2;
      position: relative; }
    .dpo__centers-form.fh .dpo__centers-form-block {
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      z-index: 1; }
    .dpo__centers-form.fh .dpo__centers-form-result {
      opacity: 1;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      z-index: 2; }

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

.dpo-advantages-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 0 15px;
  margin: 0 0 50px 0; }
  @media (max-width: 575.98px) {
    .dpo-advantages-col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

.dpo-advantages-item {
  position: relative;
  padding: 0 0 0 90px;
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  /* or 29px */
  color: #111111; }
  @media (max-width: 575.98px) {
    .dpo-advantages-item {
      font-size: 16px;
      line-height: 130%;
      padding: 0 0 0 50px; } }

.dpo-advantages-number {
  font-weight: 400;
  font-size: 105px;
  line-height: 87px;
  color: #161616;
  position: absolute;
  top: -5px;
  left: 0; }
  @media (max-width: 575.98px) {
    .dpo-advantages-number {
      font-size: 60px;
      line-height: 50px;
      top: -1px; } }

.dpo-advantages ul {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0; }
  .dpo-advantages ul li {
    list-style: none;
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    /* or 29px */
    color: #111111;
    padding: 0 0 0 28px;
    position: relative;
    margin: 0 0 5px 0; }
    @media (max-width: 575.98px) {
      .dpo-advantages ul li {
        font-size: 16px;
        line-height: 130%; } }
    .dpo-advantages ul li:last-child {
      margin-bottom: 0; }
    .dpo-advantages ul li:before {
      content: '';
      display: block;
      width: 15px;
      height: 2px;
      background: #C4C4C4;
      border-radius: 5px;
      position: absolute;
      top: 16px;
      left: 0; }

@media (max-width: 575.98px) {
  .dpo-advantages__wrap {
    /*margin: 0 -15px;
      overflow: hidden;
      padding: 0 0 0 15px;*/
    position: relative;
    padding-bottom: 60px; } }

.dpo-advantages .slick-prev {
  bottom: 0;
  width: 186px;
  height: 23px;
  top: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  left: auto;
  right: 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.6;
  -webkit-transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
  transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
  -o-transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
  transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
  transition: filter .5s ease, opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease; }
  .dpo-advantages .slick-prev:before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #1480C0;
    position: absolute;
    top: 10px;
    right: 0;
    display: block; }
  .dpo-advantages .slick-prev:after {
    content: '';
    width: 15px;
    height: 15px;
    border-top: 3px solid #1480C0;
    border-left: 3px solid #1480C0;
    display: block;
    position: absolute;
    top: 4px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: 0;
    border-radius: 2px; }
  .dpo-advantages .slick-prev:hover {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
    transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
    -o-transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
    transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
    transition: filter .5s ease, opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease; }
  @media (max-width: 575.98px) {
    .dpo-advantages .slick-prev {
      width: 80px; } }

.dpo-advantages .slick-next {
  bottom: 0;
  width: 186px;
  height: 23px;
  top: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  right: 50px;
  right: auto;
  left: 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.6;
  -webkit-transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
  transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
  -o-transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
  transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
  transition: filter .5s ease, opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease; }
  @media (max-width: 575.98px) {
    .dpo-advantages .slick-next {
      width: 80px; } }
  .dpo-advantages .slick-next:before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #1480C0;
    position: absolute;
    top: 10px;
    left: 0;
    display: block; }
  .dpo-advantages .slick-next:after {
    content: '';
    width: 15px;
    height: 15px;
    border-top: 3px solid #1480C0;
    border-right: 3px solid #1480C0;
    display: block;
    position: absolute;
    top: 4px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 0;
    border-radius: 2px; }
  .dpo-advantages .slick-next:hover {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
    transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
    -o-transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
    transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
    transition: filter .5s ease, opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease; }

.dpo-advantages__next {
  position: absolute;
  bottom: 0;
  right: 2px;
  width: 240px;
  display: none; }
  @media (max-width: 575.98px) {
    .dpo-advantages__next {
      width: 160px;
      display: block; } }
  @media (max-width: 399.98px) {
    .dpo-advantages__next {
      width: 120px; } }

.dpo-advantages__prev {
  position: absolute;
  bottom: 0;
  left: 2px;
  width: 240px;
  display: none; }
  @media (max-width: 575.98px) {
    .dpo-advantages__prev {
      width: 160px;
      display: block; } }
  @media (max-width: 399.98px) {
    .dpo-advantages__prev {
      width: 120px; } }

@media (max-width: 575.98px) {
  #dpo-advantages-slider {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    #dpo-advantages-slider .dpo-advantages-col {
      display: block;
      flex: none;
      -webkit-box-flex: none;
      -ms-flex: none;
      max-width: none;
      margin-bottom: 0; } }

.dpo-direct {
  padding: 70px 0 0 0; }
  .dpo-direct__wrap {
    overflow: hidden;
    position: relative; }
  .dpo-direct__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px; }
  .dpo-direct__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    margin: 0 0 50px 0; }
    @media (max-width: 575.98px) {
      .dpo-direct__col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px; }
        .dpo-direct__col:nth-child(even) .dpo-direct__item {
          background: #ffffff;
          color: #1480C0; } }
  .dpo-direct__item {
    min-height: 76px;
    background: #1480C0;
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #1480C0;
    cursor: pointer;
    height: 100%; }
    @media (max-width: 575.98px) {
      .dpo-direct__item {
        font-size: 18px;
        line-height: 21px;
        padding: 5px 20px;
        min-height: 53px; } }
  .dpo-direct-modal__prop {
    padding: 0 0 10px 0; }
    .dpo-direct-modal__prop span {
      font-weight: 600; }
  .dpo-direct-modal__close {
    width: 294px;
    height: 41px;
    background: #1480C0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border: 0;
    display: block;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background .6s ease, color .6s ease;
    -o-transition: background .6s ease, color .6s ease;
    transition: background .6s ease, color .6s ease;
    overflow: hidden;
    position: relative;
    /*display: flex;
  align-items: center;
  justify-content: center;*/
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0; }
    .dpo-direct-modal__close span {
      position: relative;
      z-index: 1; }
    .dpo-direct-modal__close:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background: #ffffff;
      -webkit-transition: width 1.2s ease;
      -o-transition: width 1.2s ease;
      transition: width 1.2s ease;
      border-radius: 0px;
      z-index: 0;
      display: none; }
    .dpo-direct-modal__close:hover {
      color: #ffffff;
      text-decoration: none;
      background: #808080;
      -webkit-transition: background .6s ease, color .6s ease;
      -o-transition: background .6s ease, color .6s ease;
      transition: background .6s ease, color .6s ease; }
    @media (max-width: 575.98px) {
      .dpo-direct-modal__close {
        width: 227px;
        height: 41px;
        background: #1480C0;
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        line-height: 38px;
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        border: 0;
        display: block;
        text-decoration: none;
        text-align: center;
        -webkit-transition: background .6s ease, color .6s ease;
        -o-transition: background .6s ease, color .6s ease;
        transition: background .6s ease, color .6s ease;
        overflow: hidden;
        position: relative;
        /*display: flex;
  align-items: center;
  justify-content: center;*/
        -webkit-box-shadow: none;
                box-shadow: none; }
        .dpo-direct-modal__close span {
          position: relative;
          z-index: 1; }
        .dpo-direct-modal__close:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 0;
          height: 100%;
          background: #ffffff;
          -webkit-transition: width 1.2s ease;
          -o-transition: width 1.2s ease;
          transition: width 1.2s ease;
          border-radius: 0px;
          z-index: 0;
          display: none; }
        .dpo-direct-modal__close:hover {
          color: #ffffff;
          text-decoration: none;
          background: #808080;
          -webkit-transition: background .6s ease, color .6s ease;
          -o-transition: background .6s ease, color .6s ease;
          transition: background .6s ease, color .6s ease; } }
    .dpo-direct-modal__close.reverse {
      border: 1px solid #1480C0;
      background: #ffffff;
      color: #1480C0;
      -webkit-transition: border .6s ease, background .6s ease, color .6s ease;
      -o-transition: border .6s ease, background .6s ease, color .6s ease;
      transition: border .6s ease, background .6s ease, color .6s ease; }
      @media (max-width: 575.98px) {
        .dpo-direct-modal__close.reverse {
          margin-top: 15px; } }
      .dpo-direct-modal__close.reverse:hover {
        color: #ffffff;
        text-decoration: none;
        background: #808080;
        border: 1px solid #808080;
        -webkit-transition: border .6s ease, background .6s ease, color .6s ease;
        -o-transition: border .6s ease, background .6s ease, color .6s ease;
        transition: border .6s ease, background .6s ease, color .6s ease; }
  .dpo-direct__list {
    position: absolute;
    display: block;
    background: #ffffff;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 25px 60px 15px 60px;
    -webkit-transition: left .7s ease;
    -o-transition: left .7s ease;
    transition: left .7s ease;
    border: 1px solid #C4C4C4;
    overflow-x: hidden;
    overflow-y: auto; }
    @media (max-width: 575.98px) {
      .dpo-direct__list {
        padding: 25px 30px 15px 30px; } }
    .dpo-direct__list.active {
      left: 0;
      -webkit-transition: left .7s ease;
      -o-transition: left .7s ease;
      transition: left .7s ease; }
    .dpo-direct__list-head {
      font-weight: 600;
      font-size: 32px;
      line-height: 32px;
      color: #1480C0;
      padding: 0 0 0 75px;
      position: relative; }
      @media (max-width: 575.98px) {
        .dpo-direct__list-head {
          font-weight: 600;
          font-size: 20px;
          line-height: 21px;
          color: #1480C0;
          padding: 0 0 0 65px; } }
    .dpo-direct__list-list {
      padding: 25px 0 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -15px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .dpo-direct__list-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding: 0 15px;
      margin: 0 0 15px 0;
      cursor: pointer; }
      @media (max-width: 575.98px) {
        .dpo-direct__list-item {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; } }
    .dpo-direct__list-title {
      font-weight: 500;
      font-size: 18px;
      line-height: 21px;
      color: #1480C0;
      opacity: 0.8;
      cursor: pointer; }
      .dpo-direct__list-title:hover {
        color: #484848; }
    .dpo-direct__list-back-wrap {
      width: 71px;
      position: absolute;
      top: 6px;
      left: -20px;
      height: 23px; }
      @media (max-width: 575.98px) {
        .dpo-direct__list-back-wrap {
          width: 60px;
          top: 1px;
          left: -16px; } }
    .dpo-direct__list-back {
      bottom: 0;
      width: 48px;
      height: 23px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      right: 0;
      top: 0;
      -webkit-transition: width 0.5s ease;
      -o-transition: width 0.5s ease;
      transition: width 0.5s ease;
      cursor: pointer;
      display: block;
      position: absolute; }
      @media (max-width: 575.98px) {
        .dpo-direct__list-back {
          width: 40px; } }
      .dpo-direct__list-back:before {
        content: '';
        width: 100%;
        height: 3px;
        background-color: #1480C0;
        position: absolute;
        top: 10px;
        right: 0;
        display: block; }
      .dpo-direct__list-back:after {
        content: '';
        width: 15px;
        height: 15px;
        border-top: 3px solid #1480C0;
        border-left: 3px solid #1480C0;
        display: block;
        position: absolute;
        top: 4px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        left: 0;
        border-radius: 2px; }
      .dpo-direct__list-back:hover {
        width: 100%;
        -webkit-transition: width 0.5s ease;
        -o-transition: width 0.5s ease;
        transition: width 0.5s ease; }

#modal-dpo-direct .modal-header {
  padding-left: 75px;
  padding-right: 75px; }
  @media (max-width: 575.98px) {
    #modal-dpo-direct .modal-header {
      padding-left: 20px;
      padding-right: 57px; } }

#modal-dpo-direct .modal-footer {
  border: 0;
  padding: 0 45px 40px 45px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #modal-dpo-direct .modal-footer.h-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media (max-width: 575.98px) {
    #modal-dpo-direct .modal-footer {
      padding: 0 20px 40px 20px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.dpo-how {
  padding: 80px 0 0 0; }
  .dpo-how__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px; }
    @media (max-width: 575.98px) {
      .dpo-how__row {
        padding-top: 15px; } }
  .dpo-how__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    margin: 0 0 50px 0; }
    @media (max-width: 575.98px) {
      .dpo-how__col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-left: 30px; }
        .dpo-how__col:last-child {
          margin-bottom: 0; } }
    .dpo-how__col:nth-child(1) {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 18%;
              flex: 0 0 18%;
      max-width: 18%; }
      @media (max-width: 575.98px) {
        .dpo-how__col:nth-child(1) {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; } }
      .dpo-how__col:nth-child(1) .dpo-how__item-number {
        opacity: 0.2; }
        @media (max-width: 575.98px) {
          .dpo-how__col:nth-child(1) .dpo-how__item-number {
            opacity: 1; } }
    .dpo-how__col:nth-child(2) {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 18%;
              flex: 0 0 18%;
      max-width: 18%; }
      @media (max-width: 575.98px) {
        .dpo-how__col:nth-child(2) {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; } }
      .dpo-how__col:nth-child(2) .dpo-how__item-number {
        opacity: 0.4; }
        @media (max-width: 575.98px) {
          .dpo-how__col:nth-child(2) .dpo-how__item-number {
            opacity: 1; } }
    .dpo-how__col:nth-child(3) {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30%;
              flex: 0 0 30%;
      max-width: 30%; }
      @media (max-width: 575.98px) {
        .dpo-how__col:nth-child(3) {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; } }
      .dpo-how__col:nth-child(3) .dpo-how__item-number {
        opacity: 0.6; }
        @media (max-width: 575.98px) {
          .dpo-how__col:nth-child(3) .dpo-how__item-number {
            opacity: 1; } }
    .dpo-how__col:nth-child(4) {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 34%;
              flex: 0 0 34%;
      max-width: 34%; }
      @media (max-width: 575.98px) {
        .dpo-how__col:nth-child(4) {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; } }
      .dpo-how__col:nth-child(4) .dpo-how__item-number {
        opacity: 0.8; }
        @media (max-width: 575.98px) {
          .dpo-how__col:nth-child(4) .dpo-how__item-number {
            opacity: 1; } }
    @media (max-width: 575.98px) {
      .dpo-how__col:nth-child(5) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
    .dpo-how__col:nth-child(5) .dpo-how__item-number {
      opacity: 1; }
  .dpo-how__item {
    position: relative;
    padding: 0 0 0 52px; }
    .dpo-how__item a {
      font-weight: 400;
      font-size: 28px;
      line-height: 130%;
      /* or 36px */
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      color: #1480C0; }
      @media (max-width: 575.98px) {
        .dpo-how__item a {
          font-size: 18px;
          line-height: 130%; } }
    .dpo-how__item-number {
      font-weight: 400;
      font-size: 81px;
      line-height: 70px;
      color: #1480C0;
      opacity: 0.4;
      position: absolute;
      top: -1px;
      left: 0; }
      @media (max-width: 575.98px) {
        .dpo-how__item-number {
          font-size: 42px;
          line-height: 8px; } }
  .dpo-how-modal__content {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #111111; }
    .dpo-how-modal__content h3 {
      font-weight: 600;
      font-size: 21px;
      line-height: 21px;
      color: #484848;
      padding: 0 0 20px 0;
      margin: 0; }
    .dpo-how-modal__content p {
      font-weight: 400;
      font-size: 17px;
      line-height: 26px;
      color: #111111;
      margin: 0;
      padding: 0 0 15px 0; }
    .dpo-how-modal__content ul {
      list-style: none;
      padding: 0 0 15px 0;
      margin: 0; }
      .dpo-how-modal__content ul:last-child {
        padding-bottom: 0; }
      .dpo-how-modal__content ul li {
        list-style: none;
        font-weight: 400;
        font-size: 17px;
        line-height: 26px;
        color: #111111;
        padding: 0 0 0 40px;
        position: relative;
        margin: 0 0 5px 0; }
        .dpo-how-modal__content ul li:last-child {
          margin-bottom: 0; }
        .dpo-how-modal__content ul li:before {
          content: '';
          display: block;
          width: 15px;
          height: 2px;
          background: #C4C4C4;
          border-radius: 5px;
          position: absolute;
          top: 13px;
          left: 0; }
    .dpo-how-modal__content .dpo-how-modal__one {
      background: #F9F9F9;
      padding: 15px 20px;
      margin-bottom: 20px; }
      .dpo-how-modal__content .dpo-how-modal__one p {
        padding: 0 0 15px 0; }
    .dpo-how-modal__content .dpo-how-modal__table {
      border: 0;
      border-collapse: collapse;
      width: 100%; }
      .dpo-how-modal__content .dpo-how-modal__table td {
        border: 1px solid #C4C4C4;
        font-size: 14px;
        line-height: 18px;
        padding: 10px 4px;
        text-align: center; }

.dpo-how-modal .modal-header {
  padding-left: 75px;
  padding-right: 75px; }

.dpo-how-modal .modal-footer {
  border: 0;
  padding: 0 0 40px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.dpo-calendar {
  padding: 80px 0 0 0; }
  .dpo-calendar__item {
    padding: 0 20px;
    border-left: 2px solid #808080;
    border-right: 2px solid #808080;
    margin-left: -2px; }
    .dpo-calendar__item-name {
      font-weight: 500;
      font-size: 22px;
      line-height: 130%;
      /* or 29px */
      color: #484848;
      padding: 0 0 10px 0;
      white-space: nowrap; }
      @media (max-width: 575.98px) {
        .dpo-calendar__item-name {
          font-size: 18px;
          line-height: 130%;
          white-space: normal; } }
    .dpo-calendar__item-time {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .dpo-calendar__item-date, .dpo-calendar__item-hour, .dpo-calendar__item-place {
      font-weight: 400;
      font-size: 16px;
      line-height: 130%;
      color: #484848;
      padding: 0 0 0 30px; }
    .dpo-calendar__item-date {
      margin-right: 15px;
      background: url(images/dpo/icon-date.png) no-repeat 0 3px;
      background-size: 17px auto; }
    .dpo-calendar__item-hour {
      background: url(images/dpo/icon-time.png) no-repeat 0 3px;
      background-size: 15px auto; }
    .dpo-calendar__item-place {
      background: url(images/dpo/icon-place.png) no-repeat 0 4px;
      background-size: 10px auto;
      margin: 10px 0 0 0; }
  .dpo-calendar__month {
    padding: 0 0 25px 20px;
    font-weight: 600;
    font-size: 34px;
    line-height: 130%;
    /* or 44px */
    color: #000000; }
    @media (max-width: 575.98px) {
      .dpo-calendar__month {
        font-size: 22px;
        line-height: 130%;
        padding-left: 0; } }
  .dpo-calendar .slick-prev {
    bottom: 0;
    width: 186px;
    height: 23px;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: auto;
    right: 0;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: 0.6;
    -webkit-transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
    transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
    -o-transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
    transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
    transition: filter .5s ease, opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease; }
    .dpo-calendar .slick-prev:before {
      content: '';
      width: 100%;
      height: 3px;
      background-color: #1480C0;
      position: absolute;
      top: 10px;
      right: 0;
      display: block; }
    .dpo-calendar .slick-prev:after {
      content: '';
      width: 15px;
      height: 15px;
      border-top: 3px solid #1480C0;
      border-left: 3px solid #1480C0;
      display: block;
      position: absolute;
      top: 4px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      left: 0;
      border-radius: 2px; }
    .dpo-calendar .slick-prev:hover {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%);
      opacity: 1;
      width: 100%;
      -webkit-transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
      transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
      -o-transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
      transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
      transition: filter .5s ease, opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease; }
    @media (max-width: 575.98px) {
      .dpo-calendar .slick-prev {
        width: 80px; } }
  .dpo-calendar .slick-next {
    bottom: 0;
    width: 186px;
    height: 23px;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    right: 50px;
    right: auto;
    left: 0;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: 0.6;
    -webkit-transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
    transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
    -o-transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
    transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
    transition: filter .5s ease, opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease; }
    @media (max-width: 575.98px) {
      .dpo-calendar .slick-next {
        width: 80px; } }
    .dpo-calendar .slick-next:before {
      content: '';
      width: 100%;
      height: 3px;
      background-color: #1480C0;
      position: absolute;
      top: 10px;
      left: 0;
      display: block; }
    .dpo-calendar .slick-next:after {
      content: '';
      width: 15px;
      height: 15px;
      border-top: 3px solid #1480C0;
      border-right: 3px solid #1480C0;
      display: block;
      position: absolute;
      top: 4px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      right: 0;
      border-radius: 2px; }
    .dpo-calendar .slick-next:hover {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%);
      opacity: 1;
      width: 100%;
      -webkit-transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
      transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
      -o-transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
      transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
      transition: filter .5s ease, opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease; }
  .dpo-calendar__next {
    position: absolute;
    bottom: 0;
    right: 2px;
    width: 240px; }
    @media (max-width: 575.98px) {
      .dpo-calendar__next {
        width: 160px; } }
    @media (max-width: 399.98px) {
      .dpo-calendar__next {
        width: 120px; } }
  .dpo-calendar__prev {
    position: absolute;
    bottom: 0;
    left: 2px;
    width: 240px; }
    @media (max-width: 575.98px) {
      .dpo-calendar__prev {
        width: 160px; } }
    @media (max-width: 399.98px) {
      .dpo-calendar__prev {
        width: 120px; } }
  .dpo-calendar__block {
    padding-bottom: 67px;
    position: relative; }
    @media (max-width: 575.98px) {
      .dpo-calendar__block {
        padding-bottom: 50px;
        overflow: hidden; } }

@media (max-width: 575.98px) {
  #dpo-calendar-slider {
    padding-left: 2px; }
    #dpo-calendar-slider .slick-list {
      overflow: visible; } }

.dpo-reviews {
  padding: 80px 0 0 0; }
  .dpo-reviews__item {
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    padding: 20px; }
    .dpo-reviews__item-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      height: 100%;
      position: relative;
      overflow: hidden; }
      @media (max-width: 575.98px) {
        .dpo-reviews__item-inner {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
    .dpo-reviews__item-info {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
      padding: 0 0 0 30px;
      position: relative; }
      @media (max-width: 575.98px) {
        .dpo-reviews__item-info {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          padding: 15px 0 0 0; } }
      .dpo-reviews__item-info:after {
        content: '';
        background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
        background: -o-linear-gradient(top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        width: 100%;
        height: 41px;
        display: block;
        position: absolute;
        left: 0;
        bottom: -25px; }
    .dpo-reviews__item-image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
      width: 166px; }
      @media (max-width: 575.98px) {
        .dpo-reviews__item-image {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0;
          margin-top: 0;
          height: 190px;
          width: 100%;
          text-align: center; } }
      .dpo-reviews__item-image img {
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto !important; }
    .dpo-reviews__item-author {
      font-weight: 500;
      font-size: 14px;
      line-height: 150%;
      /* or 21px */
      color: #808080;
      padding: 20px 0 12px 0; }
    .dpo-reviews__item-text {
      font-weight: 400;
      font-size: 16px;
      line-height: 130%;
      /* or 21px */
      color: #484848;
      max-height: 395px;
      overflow-x: hidden;
      overflow-y: auto; }
      .dpo-reviews__item-text p {
        font-weight: 400;
        font-size: 16px;
        line-height: 130%;
        /* or 21px */
        color: #484848;
        padding: 0 0 15px 0;
        margin: 0; }
        @media (max-width: 575.98px) {
          .dpo-reviews__item-text p {
            font-size: 14px;
            line-height: 150%;
            padding: 0 0 12px 0; } }
        .dpo-reviews__item-text p:last-child {
          padding-bottom: 0; }
        .dpo-reviews__item-text p b {
          font-weight: 600; }
  .dpo-reviews .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .dpo-reviews .slick-slide {
    height: inherit !important; }
  .dpo-reviews .slick-slide {
    margin: 0 15px; }
  .dpo-reviews .slick-list {
    margin: 0 -15px; }
  .dpo-reviews .slick-prev {
    bottom: 0;
    width: 186px;
    height: 23px;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: auto;
    right: 0;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: 0.6;
    -webkit-transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
    transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
    -o-transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
    transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
    transition: filter .5s ease, opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease; }
    .dpo-reviews .slick-prev:before {
      content: '';
      width: 100%;
      height: 3px;
      background-color: #1480C0;
      position: absolute;
      top: 10px;
      right: 0;
      display: block; }
    .dpo-reviews .slick-prev:after {
      content: '';
      width: 15px;
      height: 15px;
      border-top: 3px solid #1480C0;
      border-left: 3px solid #1480C0;
      display: block;
      position: absolute;
      top: 4px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      left: 0;
      border-radius: 2px; }
    .dpo-reviews .slick-prev:hover {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%);
      opacity: 1;
      width: 100%;
      -webkit-transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
      transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
      -o-transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
      transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
      transition: filter .5s ease, opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease; }
    @media (max-width: 575.98px) {
      .dpo-reviews .slick-prev {
        width: 80px; } }
  .dpo-reviews .slick-next {
    bottom: 0;
    width: 186px;
    height: 23px;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    right: 50px;
    right: auto;
    left: 0;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: 0.6;
    -webkit-transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
    transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
    -o-transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
    transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
    transition: filter .5s ease, opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease; }
    @media (max-width: 575.98px) {
      .dpo-reviews .slick-next {
        width: 80px; } }
    .dpo-reviews .slick-next:before {
      content: '';
      width: 100%;
      height: 3px;
      background-color: #1480C0;
      position: absolute;
      top: 10px;
      left: 0;
      display: block; }
    .dpo-reviews .slick-next:after {
      content: '';
      width: 15px;
      height: 15px;
      border-top: 3px solid #1480C0;
      border-right: 3px solid #1480C0;
      display: block;
      position: absolute;
      top: 4px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      right: 0;
      border-radius: 2px; }
    .dpo-reviews .slick-next:hover {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%);
      opacity: 1;
      width: 100%;
      -webkit-transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
      transition: opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease;
      -o-transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
      transition: filter .5s ease, opacity .5s ease, width 0.5s ease;
      transition: filter .5s ease, opacity .5s ease, width 0.5s ease, -webkit-filter .5s ease; }
  .dpo-reviews__next {
    position: absolute;
    bottom: 0;
    right: 2px;
    width: 240px; }
    @media (max-width: 575.98px) {
      .dpo-reviews__next {
        width: 160px; } }
    @media (max-width: 399.98px) {
      .dpo-reviews__next {
        width: 120px; } }
  .dpo-reviews__prev {
    position: absolute;
    bottom: 0;
    left: 2px;
    width: 240px; }
    @media (max-width: 575.98px) {
      .dpo-reviews__prev {
        width: 160px; } }
    @media (max-width: 399.98px) {
      .dpo-reviews__prev {
        width: 120px; } }
  .dpo-reviews__block {
    padding-bottom: 67px;
    position: relative; }
    @media (max-width: 575.98px) {
      .dpo-reviews__block {
        padding-bottom: 50px; } }

.dpo-documents {
  padding: 80px 0 0 0; }
  .dpo-documents__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
    background: #F9F9F9;
    padding: 30px 0;
    position: relative; }
    .dpo-documents__row:before {
      content: '';
      display: block;
      width: 5000px;
      background: #F9F9F9;
      position: absolute;
      top: 0;
      left: 100%;
      height: 100%; }
    .dpo-documents__row:after {
      content: '';
      display: block;
      width: 5000px;
      background: #F9F9F9;
      position: absolute;
      top: 0;
      right: 100%;
      height: 100%; }
  .dpo-documents__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px; }
    @media (max-width: 575.98px) {
      .dpo-documents__col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 25px; }
        .dpo-documents__col:last-child {
          margin-bottom: 0; } }
  .dpo-documents__item {
    padding: 0 0 0 52px;
    position: relative;
    min-height: 45px;
    background: url(images/dpo/icon-pdf.png) no-repeat 0 5px;
    background-size: 32px auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    /* or 27px */
    color: #1480C0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 575.98px) {
      .dpo-documents__item {
        font-size: 16px;
        line-height: 150%;
        background-position: 0 4px; } }

.dpo-feedback {
  padding: 80px 0 0 0; }
  .dpo-feedback__row {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 575.98px) {
      .dpo-feedback__row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .dpo-feedback__col {
    padding: 0 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
    @media (max-width: 575.98px) {
      .dpo-feedback__col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; }
        .dpo-feedback__col:nth-child(1) {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; }
        .dpo-feedback__col:nth-child(2) {
          -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0; } }
  .dpo-feedback__image {
    height: 100%; }
    @media (max-width: 575.98px) {
      .dpo-feedback__image {
        display: none; } }
  .dpo-feedback__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    /* or 23px */
    color: #484848;
    padding: 0 0 30px 0; }
    @media (max-width: 575.98px) {
      .dpo-feedback__title {
        font-size: 16px;
        line-height: 150%; } }
  .dpo-feedback__quest {
    padding: 0; }
  .dpo-feedback__result {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 130%;
    /* or 26px */
    color: #000000;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 1; }
  .dpo-feedback__form {
    position: relative; }
    @media (max-width: 575.98px) {
      .dpo-feedback__form {
        padding: 10px 0 0 0; } }
    .dpo-feedback__form-inner {
      opacity: 1;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      z-index: 2;
      position: relative; }
    .dpo-feedback__form.fh .dpo-feedback__form-inner {
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      z-index: 1; }
    .dpo-feedback__form.fh .dpo-feedback__result {
      opacity: 1;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      z-index: 2; }
    .dpo-feedback__form-field {
      padding: 0 0 27px 0;
      max-width: 510px; }
    .dpo-feedback__form-label {
      font-weight: normal;
      font-size: 16px;
      line-height: 21px;
      color: #000000;
      padding-bottom: 10px; }
    .dpo-feedback__form-input input[type="text"] {
      width: 100%;
      height: 41px;
      background: #FFFFFF;
      border: 1px solid #C4C4C4;
      padding: 0 15px;
      font-size: 16px;
      line-height: 21px;
      color: #000000; }
      .dpo-feedback__form-input input[type="text"].sfx-error {
        border: 1px solid #CA292E !important; }
    .dpo-feedback__form-input textarea {
      width: 100%;
      height: 189px;
      background: #FFFFFF;
      border: 1px solid #C4C4C4;
      padding: 5px 15px;
      font-size: 16px;
      line-height: 21px;
      color: #000000; }
      .dpo-feedback__form-input textarea.sfx-error {
        border: 1px solid #CA292E !important; }
    .dpo-feedback__form .help-block {
      display: none !important; }
    .dpo-feedback__form-btn {
      width: 100%;
      height: 41px;
      background: #1480C0;
      font-weight: 500;
      font-size: 16px;
      line-height: 21px;
      text-align: center;
      color: #FFFFFF;
      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-decoration: none;
      -webkit-transition: background .6s ease;
      -o-transition: background .6s ease;
      transition: background .6s ease; }
      .dpo-feedback__form-btn:hover {
        background: #808080;
        -webkit-transition: background .6s ease;
        -o-transition: background .6s ease;
        transition: background .6s ease; }
    .dpo-feedback__form .no-padding-bottom {
      padding-bottom: 0; }
    .dpo-feedback__form-select {
      position: relative;
      height: 41px; }
    .dpo-feedback__form-error {
      font-weight: 400;
      font-size: 16px;
      line-height: 21px;
      /* or 131% */
      color: #CA292E;
      padding: 0 0 0 11px;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      @media (max-width: 575.98px) {
        .dpo-feedback__form-error {
          width: 100%;
          padding: 11px 0 0 0;
          font-size: 14px;
          line-height: 18px; } }
      .dpo-feedback__form-error.active {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
    .dpo-feedback__form .form-custom input[type="checkbox"] + label {
      font-weight: 400;
      font-size: 13px;
      line-height: 17px;
      /* identical to box height, or 131% */
      color: #000000;
      margin: 0; }
      .dpo-feedback__form .form-custom input[type="checkbox"] + label a {
        text-decoration: underline; }

.dpo-modal-form__image {
  height: 304px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 -45px;
  position: relative; }
  @media (max-width: 575.98px) {
    .dpo-modal-form__image {
      margin: 0 -20px; } }

.dpo-modal-form__about {
  width: 100%;
  padding: 15px 20px 15px 20px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  z-index: 2;
  background: #ffffff; }
  @media (max-width: 575.98px) {
    .dpo-modal-form__about {
      padding: 15px 0px 15px 0px;
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }
  .dpo-modal-form__about-wrap {
    position: relative;
    z-index: 2;
    max-width: 570px;
    margin: 0 auto; }

.dpo-modal-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 10px 0; }
  .dpo-modal-form__row:last-child {
    padding-bottom: 0; }

.dpo-modal-form__col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  width: 140px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #808080; }
  @media (max-width: 575.98px) {
    .dpo-modal-form__col-1 {
      width: 100px; } }

.dpo-modal-form__col-2 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0 0 0 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000; }

.dpo-modal-form .abitur-btn.dpo-feedback__form-btn {
  width: 294px;
  margin: 0 auto; }
  @media (max-width: 575.98px) {
    .dpo-modal-form .abitur-btn.dpo-feedback__form-btn {
      width: 227px;
      height: 41px;
      background: #1480C0;
      color: #ffffff;
      font-size: 16px;
      font-weight: 500;
      line-height: 38px;
      -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
      border: 0;
      display: block;
      text-decoration: none;
      text-align: center;
      -webkit-transition: background .6s ease, color .6s ease;
      -o-transition: background .6s ease, color .6s ease;
      transition: background .6s ease, color .6s ease;
      overflow: hidden;
      position: relative;
      /*display: flex;
  align-items: center;
  justify-content: center;*/
      -webkit-box-shadow: none;
              box-shadow: none; }
      .dpo-modal-form .abitur-btn.dpo-feedback__form-btn span {
        position: relative;
        z-index: 1; }
      .dpo-modal-form .abitur-btn.dpo-feedback__form-btn:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: #ffffff;
        -webkit-transition: width 1.2s ease;
        -o-transition: width 1.2s ease;
        transition: width 1.2s ease;
        border-radius: 0px;
        z-index: 0;
        display: none; }
      .dpo-modal-form .abitur-btn.dpo-feedback__form-btn:hover {
        color: #ffffff;
        text-decoration: none;
        background: #808080;
        -webkit-transition: background .6s ease, color .6s ease;
        -o-transition: background .6s ease, color .6s ease;
        transition: background .6s ease, color .6s ease; } }

.dpo-modal-form .dpo-feedback__form {
  max-width: 570px;
  padding: 30px 20px 0 20px;
  margin: 0 auto; }
  @media (max-width: 575.98px) {
    .dpo-modal-form .dpo-feedback__form {
      padding: 30px 0px 0 0px; } }

.dpo-modal-form .dpo-feedback__form-inner {
  max-width: none; }

.dpo-modal-form .dpo-feedback__form-field {
  max-width: none; }

.dpo-modal-form .dpo-feedback__result {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  position: static;
  opacity: 1;
  display: none; }

.dpo-modal-form .mt30 {
  margin-top: 30px; }

.dpo-modal-form__block {
  padding-bottom: 30px; }

.dpo-modal-form__title {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 21px;
  color: #484848;
  position: relative;
  padding: 0 0 8px 0;
  margin: 0 0 30px 0; }
  .dpo-modal-form__title:after {
    content: '';
    display: block;
    width: 100%;
    max-width: 100%;
    height: 3px;
    background: #1480C0;
    border-radius: 100px;
    position: absolute;
    bottom: 1px;
    left: 0; }

.dpo-modal-form .form-custom__input.has-error input[type="checkbox"] + label {
  color: #CA292E; }

.dpo-modal-form .form-custom.v2 input[type="checkbox"] + label {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  margin: 0; }
  .dpo-modal-form .form-custom.v2 input[type="checkbox"] + label a {
    text-decoration: underline; }

.dpo-modal-form .form-custom.v3 {
  padding-bottom: 15px; }

.dpo-modal-form .abitur-btn.dpo-feedback__form-btn.dpo-modal-form__send-btn {
  margin: 30px 0 0 0; }
  .dpo-modal-form .abitur-btn.dpo-feedback__form-btn.dpo-modal-form__send-btn:hover {
    color: #ffffff; }

.dpo-modal-form__note {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #808080;
  padding: 30px 0 25px 0; }

.dpo-modal-form__contact {
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  padding: 15px 18px; }
  .dpo-modal-form__contact-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */
    color: #484848;
    opacity: 0.8;
    padding: 0 0 5px 0; }
  .dpo-modal-form__contact-email {
    padding: 0 0 5px 0; }
    .dpo-modal-form__contact-email a {
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 21px;
      /* or 150% */
      color: #1480C0; }
  .dpo-modal-form__contact-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 5px 0; }
    .dpo-modal-form__contact-phone a {
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 21px;
      /* or 150% */
      color: #1480C0;
      margin-left: 15px; }
      .dpo-modal-form__contact-phone a:first-child {
        margin-left: 0; }

.dpo-modal-form__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0 0 0; }
  @media (max-width: 991.98px) {
    .dpo-modal-form__social-links {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.dpo-modal-form__social-item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-filter .3s ease, -webkit-transform .3s ease;
  transition: -webkit-filter .3s ease, -webkit-transform .3s ease;
  -o-transition: filter .3s ease, transform .3s ease;
  transition: filter .3s ease, transform .3s ease;
  transition: filter .3s ease, transform .3s ease, -webkit-filter .3s ease, -webkit-transform .3s ease;
  width: 40px;
  height: 40px;
  margin: 0 20px 0 0; }
  .dpo-modal-form__social-item:last-child {
    margin-right: 0; }
  .dpo-modal-form__social-item--vk {
    background-image: url(images/social-vk.png);
    background-size: 26px 16px; }
  .dpo-modal-form__social-item--tele {
    background-image: url(images/social-tele.png);
    background-size: 24px 22px;
    background-position: 7px center; }

.dpo-modal-form__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  padding: 0 0 4px 18px;
  position: relative; }
  .dpo-modal-form__text-number {
    position: absolute;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    top: 0;
    left: 0; }
  .dpo-modal-form__text a {
    text-decoration: underline; }

.dpo-modal-form__select {
  position: relative;
  height: 41px; }
  .dpo-modal-form__select.has-error .select2-container--default .select2-selection--single {
    border: 1px solid #CA292E !important; }

.dpo-modal-form .select2-container--default .select2-selection--single {
  border: 1px solid #C4C4C4;
  height: 41px;
  background-color: #ffffff; }
  .dpo-modal-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 41px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 34px;
    color: #000000; }

.dpo-modal-form .select2-container--default .select2-selection__arrow b {
  border-top: 14px solid #1480C0; }

.dpo-modal-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #808080; }

.dpo-modal-form .select2-container {
  position: absolute !important;
  outline: none;
  width: 100% !important; }
  .dpo-modal-form .select2-container:focus {
    outline: none; }

.dpo-modal-form .select2-dropdown {
  border: 1px solid #C4C4C4;
  border-top: 0; }
  .dpo-modal-form .select2-dropdown.select2-dropdown--above {
    border: 1px solid #C4C4C4;
    border-bottom: 0; }

.dpo-modal-form .select2-container--default .select2-results__option {
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  padding: 7px 15px 7px 15px; }
  .dpo-modal-form .select2-container--default .select2-results__option:hover {
    color: #808080; }

.dpo-modal-record .modal-header {
  padding-left: 75px;
  padding-right: 75px; }
  @media (max-width: 575.98px) {
    .dpo-modal-record .modal-header {
      padding-left: 20px;
      padding-right: 57px; } }
  .dpo-modal-record .modal-header span {
    text-transform: uppercase; }

.dpo-modal-record .modal-body {
  padding-top: 0; }

.dpo-form__file {
  margin: 0 0 0 0; }
  .dpo-form__file-input {
    position: relative;
    padding: 0 0 0 0;
    overflow: hidden; }
    .dpo-form__file-input.has-error .dpo-form__file-button {
      color: #CA292E; }
  .dpo-form__file-input--hide {
    display: none; }
  .dpo-form__file-input input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer; }
  .dpo-form__file-button {
    width: 100%;
    text-align: left;
    cursor: pointer;
    z-index: 0;
    left: 0;
    top: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #1480C0; }
    .dpo-form__file-button span {
      text-decoration: underline; }
  .dpo-form__file-button-name {
    display: inline-block;
    position: relative;
    padding: 0 30px 0 0; }
  .dpo-form__file-name {
    display: inline-block;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 30px 0 0;
    height: 30px; }
  .dpo-form__file-name a {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-decoration: underline;
    color: #44BABD; }
  .dpo-form__file-delete {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 6px;
    right: 0;
    background: url(/additional-education/images/exit.png) no-repeat center;
    background-size: 14px;
    cursor: pointer;
    display: none;
    z-index: 5; }

.autocomplete-suggestions {
  border: 1px solid #C4C4C4;
  background: #FFF;
  overflow: auto;
  top: 40px;
  max-height: 132px !important; }

.autocomplete-suggestion {
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  padding: 7px 15px 7px 15px;
  cursor: pointer; }

.autocomplete-selected {
  color: #808080; }

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #000000; }

.autocomplete-suggestions .autocomplete-selected strong {
  font-weight: normal;
  color: #808080; }

.autocomplete-group {
  padding: 2px 5px; }

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000; }

#autocomplete-wrap {
  position: relative; }

/*# sourceMappingURL=dpo.min.css.map */
