@charset "UTF-8";
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/opensans-regular-webfont.eot");
  src: url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans-regular-webfont.ttf") format("truetype"), url("../fonts/opensans-regular-webfont.woff2") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans Semibold';
  src: url("../fonts/opensans-semibold-webfont.eot");
  src: url("../fonts/opensans-semibold-webfont.woff2") format("woff2"), url("../fonts/opensans-semibold-webfont.woff") format("woff"), url("../fonts/opensans-semibold-webfont.ttf") format("truetype"), url("../fonts/opensans-semibold-webfont.woff2") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans Light';
  src: url("../fonts/opensans-light-webfont.eot");
  src: url("../fonts/opensans-light-webfont.woff2") format("woff2"), url("../fonts/opensans-light-webfont.woff") format("woff"), url("../fonts/opensans-light-webfont.ttf") format("truetype"), url("../fonts/opensans-light-webfont.woff2") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans Bold';
  src: url("../fonts/opensans-bold-webfont.eot");
  src: url("../fonts/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans-bold-webfont.woff") format("woff"), url("../fonts/opensans-bold-webfont.ttf") format("truetype"), url("../fonts/opensans-bold-webfont.woff2") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, li, p,
header, footer, content, figure, figcaption, aside, article, section,
nav, audio, video {
  margin: 0;
  padding: 0;
}

header, footer, content, figure, figcaption, aside, article, section,
nav, audio, video {
  display: block;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a > img {
  display: block;
  border: 0;
  outline: 0;
}

img {
  width: 100%;
  max-width: 100%;
}

@font-face {
  font-family: "iconFontName";
  src: url("../fonts/iconFontName.eot");
  src: url("../fonts/iconFontName.eot?#iefix") format("eot"), url("../fonts/iconFontName.woff2") format("woff2"), url("../fonts/iconFontName.woff") format("woff"), url("../fonts/iconFontName.ttf") format("truetype"), url("../fonts/iconFontName.svg#iconFontName") format("svg");
}

.icon-arrow:before, .icon-cap:before, .icon-checked:before, .icon-close:before, .icon-doc:before, .icon-flask:before, .icon-globe:before, .icon-left-arrow:before, .icon-location:before, .icon-medic:before, .icon-qualify:before, .icon-right-arrow:before, .icon-trophy:before, .icon-up:before, .icon-users:before, .reception-wrapper .info .doctor-info .text-link:before, .reception-wrapper .info .options-item.location:before, .reception-wrapper .info .options-item.globe:before, .reception-wrapper .info .options-item.doc:before, .reception-wrapper .info .options-item.qualify:before, .reception-wrapper .info .accordion-item:before, .reception-wrapper .info .accordion-item .accordion-wrapper.education:before, .reception-wrapper .info .accordion-item .accordion-wrapper.case:before, .reception-wrapper .info .accordion-item .accordion-wrapper.cup:before, .reception-wrapper .info .accordion-item .accordion-wrapper.up:before, .reception-wrapper .info .accordion-item .accordion-wrapper.tube:before, .reception-wrapper .info .accordion-item .accordion-wrapper.users:before, .reception-wrapper .advantage .advantage-list .sub-open-container .sub-open:before,
.reception-wrapper .code .advantage-list .sub-open-container .sub-open:before,
.reception-wrapper .diagnostics .advantage-list .sub-open-container .sub-open:before,
.reception-wrapper .progress .advantage-list .sub-open-container .sub-open:before,
.reception-wrapper .publications .advantage-list .sub-open-container .sub-open:before,
.reception-wrapper .doctors .advantage-list .sub-open-container .sub-open:before,
.reception-wrapper .subscription .advantage-list .sub-open-container .sub-open:before, .reception-wrapper .advantages-inner .advantages-item:before, .reception-wrapper .publications .modal .close:before, .reception-wrapper .doctors .slick-arrow.slick-prev:before, .reception-wrapper .doctors .slick-arrow.slick-next:before {
  font-family: "iconFontName";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon-arrow:before {
  content: "";
}

.icon-cap:before {
  content: "";
}

.icon-checked:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-doc:before {
  content: "";
}

.icon-flask:before {
  content: "";
}

.icon-globe:before {
  content: "";
}

.icon-left-arrow:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-medic:before {
  content: "";
}

.icon-qualify:before {
  content: "";
}

.icon-right-arrow:before {
  content: "";
}

.icon-trophy:before {
  content: "";
}

.icon-up:before {
  content: "";
}

.icon-users:before {
  content: "";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  max-width: 450px;
}

.slick-dots li {
  margin-left: 20px;
}

.slick-dots li button {
  font-size: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 4px;
  outline: 0;
  border: 0;
  cursor: pointer;
  background: #bbbbbb;
}

.slick-dots li:first-child {
  margin-left: 0;
}

.slick-dots li.slick-active button {
  background: #781596;
}

html {
  font-size: 100%;
  font-family: "OpenSans", sans-serif;
}

.overlay {
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(100, 99, 100, 0.7);
  z-index: -1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.overlay.show {
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.hidden {
  display: none;
}

.scroll-container {
  position: relative;
}

.scroll-container .chevron {
  position: absolute;
  top: -15px;
  right: -20px;
  width: 13px;
  height: 5px;
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  -webkit-animation: move 3s ease-out 1s infinite;
  animation: move 3s ease-out 1s infinite;
}

.scroll-container .chevron:first-child {
  -webkit-animation: move 3s ease-out 2s infinite;
  animation: move 3s ease-out 2s infinite;
}

.scroll-container .chevron:nth-child(2) {
  -webkit-animation: move 3s ease-out 3s infinite;
  animation: move 3s ease-out 3s infinite;
}

.scroll-container .chevron:before,
.scroll-container .chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #781596;
}

.scroll-container .chevron:before {
  left: 0;
  -webkit-transform: skew(0deg, 30deg);
  -ms-transform: skew(0deg, 30deg);
  transform: skew(0deg, 30deg);
}

.scroll-container .chevron:after {
  right: 0;
  width: 50%;
  -webkit-transform: skew(0deg, -30deg);
  -ms-transform: skew(0deg, -30deg);
  transform: skew(0deg, -30deg);
}

@-webkit-keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.scroll-container .info-link {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  -webkit-animation: pulse 2s linear alternate infinite;
  animation: pulse 2s linear alternate infinite;
}

@-webkit-keyframes pulse {
  to {
    opacity: 1;
  }
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

.reception-wrapper {
  background: #ffffff;
}

.reception-wrapper input[type=date]::-webkit-inner-spin-button {
  display: none;
}

.reception-wrapper input[type=number] {
  -moz-appearance: textfield;
}

.reception-wrapper form .error {
  width: 100%;
  display: block;
  font-size: 12px;
  color: #FF0000;
  text-align: right;
}

.reception-wrapper .info-wrapper {
  width: 100%;
  max-width: 1195px;
  margin: 0 auto;
  background: #f7f7f7;
  padding: 15px;
}

.reception-wrapper > .info-wrapper {
  margin: 0 auto 70px;
}

@media screen and (max-width: 767px) {
  .reception-wrapper > .info-wrapper {
    margin-bottom: 30px;
  }
}

.reception-wrapper .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reception-wrapper .info .info-left,
.reception-wrapper .info .info-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.reception-wrapper .info .info-left {
  width: 60%;
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .info .info-left {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .reception-wrapper .info .info-left {
    width: 100%;
  }
}

.reception-wrapper .info .info-right {
  width: 40%;
  padding: 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reception-wrapper .info .info-right .info-link {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .info .info-right {
    padding: 0;
  }
  .reception-wrapper .info .info-right .record {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .reception-wrapper .info .info-right {
    padding: 0;
  }
  .reception-wrapper .info .info-right .record {
    display: none;
  }
}

.reception-wrapper .info .info-image,
.reception-wrapper .info .info-options {
  width: 50%;
}

.reception-wrapper .info .info-bottom {
  width: 100%;
}

.reception-wrapper .info .doctor-info {
  background: #ffffff;
  margin-top: 0px;
  padding: 35px 35px 35px 50px;
}

.reception-wrapper .info .doctor-info .doctor-info-title {
  text-transform: uppercase;
  font-family: "OpenSans Semibold", sans-serif;
  margin-bottom: 15px;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .info .doctor-info .doctor-info-title {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .reception-wrapper .info .doctor-info {
    padding: 35px 15px;
  }
}

.reception-wrapper .info .doctor-info .doctor-info-text {
  height: 55px;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.reception-wrapper .info .doctor-info .doctor-info-text.show-text {
  height: auto;
}

.reception-wrapper .info .doctor-info .doctor-info-text.show-text:after {
  content: '';
}

.reception-wrapper .info .doctor-info .doctor-info-text:before {
  content: "";
  float: left;
  width: 5px;
  height: 80px;
}

.reception-wrapper .info .doctor-info .doctor-info-text > *:first-child {
  float: right;
  width: 100%;
  margin-left: -5px;
}

.reception-wrapper .info .doctor-info .doctor-info-text:after {
  content: "\02026";
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  float: right;
  position: relative;
  top: -25px;
  left: 100%;
  width: 2em;
  margin-left: -2em;
  padding-right: 5px;
  text-align: right;
  background-size: 100% 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), color-stop(50%, white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}

.reception-wrapper .info .doctor-info .doctor-text {
  font-size: 14px;
  line-height: normal;
}

.reception-wrapper .info .doctor-info .doctor-text p {
  margin-bottom: 10px;
}

.reception-wrapper .info .doctor-info .doctor-text p:last-child {
  margin: 0;
}

.reception-wrapper .info .doctor-info .text-link {
  color: #781596;
  font-size: 14px;
  position: relative;
}

.reception-wrapper .info .doctor-info .text-link:before {
  content: "";
}

.reception-wrapper .info .doctor-info .text-link:before {
  position: absolute;
  right: -20px;
  top: 6px;
  font-size: 10px;
}

.reception-wrapper .info .doctor-info .text-close:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.reception-wrapper .info .info-left {
  background: #ffffff;
  padding: 48px 40px;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .info .info-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
  }
}

.reception-wrapper .info .info-image {
  width: 240px;
  height: 315px;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .info .info-image {
    margin-bottom: 15px;
    width: 100%;
    height: auto;
  }
}

.reception-wrapper .info .info-options {
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .info .info-options {
    width: 100%;
    padding-left: 0;
  }
}

.reception-wrapper .info .title {
  font-size: 21px;
  font-family: "OpenSans Semibold", sans-serif;
  margin-bottom: 35px;
  text-transform: uppercase;
}

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

.reception-wrapper .info .options-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  padding-left: 30px;
  margin-bottom: 32px;
  position: relative;
}

.reception-wrapper .info .options-item:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #781596;
}

.reception-wrapper .info .options-item:last-child {
  margin-bottom: 0;
}

.reception-wrapper .info .options-item.location:before {
  content: "";
}

.reception-wrapper .info .options-item.globe:before {
  content: "";
}

.reception-wrapper .info .options-item.doc:before {
  content: "";
}

.reception-wrapper .info .options-item.qualify:before {
  content: "";
}

.reception-wrapper .info .name {
  font-family: "OpenSans Semibold", sans-serif;
}

.reception-wrapper .info .value {
  font-family: "OpenSans", sans-serif;
}

.reception-wrapper .info .record {
  width: 100%;
}

.reception-wrapper .info .record-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.reception-wrapper .info .record-block.date {
  margin-bottom: 30px;
}

.reception-wrapper .info .record-block.date .record-input {
  max-width: 130px;
}

.reception-wrapper .info .record-button {
  display: block;
  width: 100%;
  font-family: "OpenSans Bold", sans-serif;
  font-size: 14px;
  border: 2px solid #781596;
  text-transform: uppercase;
  color: #781596;
  padding: 12px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.reception-wrapper .info .record-button:hover {
  color: #ffffff;
  background: #781596;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.reception-wrapper .info .record-title {
  text-align: center;
  font-size: 14px;
  font-family: "OpenSans Semibold", sans-serif;
  color: #000000;
  margin-bottom: 30px;
}

.reception-wrapper .info .record-label {
  color: #676767;
  font-size: 14px;
  font-family: "OpenSans", sans-serif;
}

.reception-wrapper .info .record-input {
  width: 225px;
  line-height: 40px;
  outline: 0;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 10px;
}

.reception-wrapper .info .info-bottom {
  margin-top: 5px;
}

.reception-wrapper .info .accordion-inner {
  display: none;
  margin-top: 15px;
}

.reception-wrapper .info .accordion-inner .text-item {
  padding: 14px 0;
  border-bottom: 1px solid #eee9e9;
}

.reception-wrapper .info .accordion-inner .text-item:first-child {
  border-top: 1px solid #eee9e9;
}

.reception-wrapper .info .accordion-inner .text-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.reception-wrapper .info .accordion-inner .text {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 10px 5px;
}

.reception-wrapper .info .accordion-inner .text-count {
  display: inline-block;
  font-size: 14px;
}

.reception-wrapper .info .accordion-inner .text-link {
  display: block;
  margin-left: 18px;
  font-size: 14px;
  color: #781596;
  text-decoration: none;
}

.reception-wrapper .info .accordion-item {
  margin-bottom: 5px;
  background: #ffffff;
  padding: 35px 35px 35px 85px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.reception-wrapper .info .accordion-item:before {
  content: "";
}

.reception-wrapper .info .accordion-item:before {
  position: absolute;
  top: 38px;
  right: 35px;
  color: #781596;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .info .accordion-item:before {
    right: 15px;
  }
}

.reception-wrapper .info .accordion-item.active:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.reception-wrapper .info .accordion-item .accordion-wrapper .accordion-title {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "OpenSans Semibold", sans-serif;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .info .accordion-item .accordion-wrapper .accordion-title {
    font-size: 14px;
    padding-left: 20px;
  }
}

.reception-wrapper .info .accordion-item .accordion-wrapper:before {
  position: absolute;
  left: 50px;
  top: 33px;
  font-size: 22px;
  color: #781596;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .info .accordion-item .accordion-wrapper:before {
    top: 35px;
    left: 10px;
    font-size: 18px;
  }
}

.reception-wrapper .info .accordion-item .accordion-wrapper.education:before {
  content: "";
}

.reception-wrapper .info .accordion-item .accordion-wrapper.case:before {
  content: "";
}

.reception-wrapper .info .accordion-item .accordion-wrapper.cup:before {
  content: "";
}

@media screen and (max-width: 767px) {
  .reception-wrapper .info .accordion-item .accordion-wrapper.cup:before {
    top: 40px;
  }
}

.reception-wrapper .info .accordion-item .accordion-wrapper.up:before {
  content: "";
}

.reception-wrapper .info .accordion-item .accordion-wrapper.tube:before {
  content: "";
}

.reception-wrapper .info .accordion-item .accordion-wrapper.users:before {
  content: "";
}

@media screen and (max-width: 767px) {
  .reception-wrapper .info .accordion-item {
    padding: 35px 15px;
  }
}

.reception-wrapper .info .accordion-item.science:before {
  display: none;
}

.reception-wrapper .info .info-list .info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eee9e9;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .info .info-list .info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.reception-wrapper .info .info-list .info-item .text-left,
.reception-wrapper .info .info-list .info-item .text-right {
  font-size: 14px;
  font-family: "OpenSans", sans-serif;
  line-height: 22px;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .info .info-list .info-item .text-left,
  .reception-wrapper .info .info-list .info-item .text-right {
    width: 100%;
    font-size: 12px;
  }
}

.reception-wrapper .info .info-list .info-item .text-left {
  width: 70%;
  padding: 14px 10px;
}

.reception-wrapper .info .info-list .info-item .text-right {
  width: 30%;
  padding: 14px 10px;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .info .info-list .info-item .text-right {
    font-family: "OpenSans Semibold", sans-serif;
  }
}

.reception-wrapper .info .info-list .info-item.title {
  background: #f7f7f7;
  border-top: 1px solid #eee9e9;
  font-size: 14px;
  padding-left: 2px;
  margin-bottom: 0;
  text-transform: inherit;
}

.reception-wrapper .info .info-list .info-item.title .text-left,
.reception-wrapper .info .info-list .info-item.title .text-right {
  padding: 10px;
  font-family: "OpenSans Semibold", sans-serif;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .info .info-list .info-item.title .text-left {
    border-bottom: 1px solid #eee9e9;
  }
}

@media screen and (max-width: 767px) {
  .reception-wrapper .info .info-list.current-job .title .text-left {
    border-bottom: 0;
  }
}

.reception-wrapper .info .info-list.current-job .text-left {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .info .info-list.current-job .text-left {
    width: 100%;
    font-family: "OpenSans Semibold", sans-serif;
  }
}

.reception-wrapper .info .info-list.current-job .text-right {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .info .info-list.current-job .text-right {
    width: 100%;
  }
}

.reception-wrapper .info .info-list.past-job .title {
  font-family: "OpenSans Semibold", sans-serif;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .info .info-list.past-job .title {
    border-top: 0;
  }
  .reception-wrapper .info .info-list.past-job .title .text-center {
    border-bottom: 1px solid #eee9e9;
  }
}

.reception-wrapper .info .info-list.past-job .text-left {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .info .info-list.past-job .text-left {
    width: 100%;
  }
}

.reception-wrapper .info .info-list.past-job .text-center {
  padding: 14px 10px;
  width: 40%;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .info .info-list.past-job .text-center {
    width: 100%;
    font-size: 12px;
  }
}

.reception-wrapper .info .info-list.past-job .text-right {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .info .info-list.past-job .text-right {
    width: 100%;
  }
}

.reception-wrapper .info .skill .info-item .text-left {
  width: 100%;
}

.reception-wrapper .info .skill .info-item:first-child .text-left {
  border-top: 1px solid #eee9e9;
}

.reception-wrapper .info .participation .info-list .text-left {
  width: 85%;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .info .participation .info-list .text-left {
    width: 100%;
  }
}

.reception-wrapper .info .participation .info-list .text-right {
  width: 15%;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .info .participation .info-list .text-right {
    width: 100%;
    padding: 10px;
  }
}

.reception-wrapper .info .scroll-container {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .info .scroll-container {
    display: block;
    padding: 10px;
    margin: 0 auto;
  }
  .reception-wrapper .info .scroll-container .info-link {
    color: #781596;
  }
}

@media screen and (max-width: 767px) {
  .reception-wrapper .info .scroll-container {
    display: block;
    padding: 10px;
    margin: 0 auto;
  }
  .reception-wrapper .info .scroll-container .info-link {
    color: #781596;
  }
}

.reception-wrapper .advantage,
.reception-wrapper .code,
.reception-wrapper .diagnostics,
.reception-wrapper .progress,
.reception-wrapper .publications,
.reception-wrapper .doctors,
.reception-wrapper .subscription {
  background: #f7f7f7;
  padding: 70px 0;
}

.reception-wrapper .advantage .title-block .title,
.reception-wrapper .code .title-block .title,
.reception-wrapper .diagnostics .title-block .title,
.reception-wrapper .progress .title-block .title,
.reception-wrapper .publications .title-block .title,
.reception-wrapper .doctors .title-block .title,
.reception-wrapper .subscription .title-block .title {
  font-size: 30px;
  font-family: "OpenSans", sans-serif;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}

.reception-wrapper .advantage .title-block .title .title-up,
.reception-wrapper .code .title-block .title .title-up,
.reception-wrapper .diagnostics .title-block .title .title-up,
.reception-wrapper .progress .title-block .title .title-up,
.reception-wrapper .publications .title-block .title .title-up,
.reception-wrapper .doctors .title-block .title .title-up,
.reception-wrapper .subscription .title-block .title .title-up {
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .advantage .title-block .title,
  .reception-wrapper .code .title-block .title,
  .reception-wrapper .diagnostics .title-block .title,
  .reception-wrapper .progress .title-block .title,
  .reception-wrapper .publications .title-block .title,
  .reception-wrapper .doctors .title-block .title,
  .reception-wrapper .subscription .title-block .title {
    font-size: 20px;
  }
}

.reception-wrapper .advantage .title-block .title-image,
.reception-wrapper .code .title-block .title-image,
.reception-wrapper .diagnostics .title-block .title-image,
.reception-wrapper .progress .title-block .title-image,
.reception-wrapper .publications .title-block .title-image,
.reception-wrapper .doctors .title-block .title-image,
.reception-wrapper .subscription .title-block .title-image {
  display: block;
  margin: 15px auto;
  width: 80%;
  max-width: 380px;
  height: 36px;
  background: url("../img/categories.png") no-repeat 50% 0;
  background-size: auto 50px;
}

.reception-wrapper .advantage .title-text,
.reception-wrapper .code .title-text,
.reception-wrapper .diagnostics .title-text,
.reception-wrapper .progress .title-text,
.reception-wrapper .publications .title-text,
.reception-wrapper .doctors .title-text,
.reception-wrapper .subscription .title-text {
  display: block;
  width: 100%;
  max-width: 795px;
  margin: 0 auto 50px;
  font-size: 18px;
  text-align: center;
}

.reception-wrapper .advantage .advantage-bottom,
.reception-wrapper .code .advantage-bottom,
.reception-wrapper .diagnostics .advantage-bottom,
.reception-wrapper .progress .advantage-bottom,
.reception-wrapper .publications .advantage-bottom,
.reception-wrapper .doctors .advantage-bottom,
.reception-wrapper .subscription .advantage-bottom {
  margin-top: 35px;
}

.reception-wrapper .advantage .advantage-list,
.reception-wrapper .code .advantage-list,
.reception-wrapper .diagnostics .advantage-list,
.reception-wrapper .progress .advantage-list,
.reception-wrapper .publications .advantage-list,
.reception-wrapper .doctors .advantage-list,
.reception-wrapper .subscription .advantage-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.reception-wrapper .advantage .advantage-list .sub-title,
.reception-wrapper .code .advantage-list .sub-title,
.reception-wrapper .diagnostics .advantage-list .sub-title,
.reception-wrapper .progress .advantage-list .sub-title,
.reception-wrapper .publications .advantage-list .sub-title,
.reception-wrapper .doctors .advantage-list .sub-title,
.reception-wrapper .subscription .advantage-list .sub-title {
  text-transform: uppercase;
  text-align: center;
  font-family: "OpenSans Semibold", sans-serif;
  margin-bottom: 25px;
}

.reception-wrapper .advantage .advantage-list .advantage-item,
.reception-wrapper .code .advantage-list .advantage-item,
.reception-wrapper .diagnostics .advantage-list .advantage-item,
.reception-wrapper .progress .advantage-list .advantage-item,
.reception-wrapper .publications .advantage-list .advantage-item,
.reception-wrapper .doctors .advantage-list .advantage-item,
.reception-wrapper .subscription .advantage-list .advantage-item {
  width: 49%;
  max-width: 580px;
  background: #ffffff;
  -webkit-box-shadow: 1px 0 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 6px 1px rgba(0, 0, 0, 0.2);
  padding: 50px 40px 40px 50px;
  border-top: 2px solid #781596;
  position: relative;
}

.reception-wrapper .advantage .advantage-list .advantage-item:before,
.reception-wrapper .code .advantage-list .advantage-item:before,
.reception-wrapper .diagnostics .advantage-list .advantage-item:before,
.reception-wrapper .progress .advantage-list .advantage-item:before,
.reception-wrapper .publications .advantage-list .advantage-item:before,
.reception-wrapper .doctors .advantage-list .advantage-item:before,
.reception-wrapper .subscription .advantage-list .advantage-item:before {
  content: '';
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.reception-wrapper .advantage .advantage-list .advantage-item.patient:before,
.reception-wrapper .code .advantage-list .advantage-item.patient:before,
.reception-wrapper .diagnostics .advantage-list .advantage-item.patient:before,
.reception-wrapper .progress .advantage-list .advantage-item.patient:before,
.reception-wrapper .publications .advantage-list .advantage-item.patient:before,
.reception-wrapper .doctors .advantage-list .advantage-item.patient:before,
.reception-wrapper .subscription .advantage-list .advantage-item.patient:before {
  background-image: url(../img/sprite.png);
  background-position: -75px 0px;
  width: 76px;
  height: 76px;
}

.reception-wrapper .advantage .advantage-list .advantage-item.doctor:before,
.reception-wrapper .code .advantage-list .advantage-item.doctor:before,
.reception-wrapper .diagnostics .advantage-list .advantage-item.doctor:before,
.reception-wrapper .progress .advantage-list .advantage-item.doctor:before,
.reception-wrapper .publications .advantage-list .advantage-item.doctor:before,
.reception-wrapper .doctors .advantage-list .advantage-item.doctor:before,
.reception-wrapper .subscription .advantage-list .advantage-item.doctor:before {
  background-image: url(../img/sprite.png);
  background-position: -153px 0px;
  width: 76px;
  height: 76px;
}

.reception-wrapper .advantage .advantage-list .sub-item-container,
.reception-wrapper .code .advantage-list .sub-item-container,
.reception-wrapper .diagnostics .advantage-list .sub-item-container,
.reception-wrapper .progress .advantage-list .sub-item-container,
.reception-wrapper .publications .advantage-list .sub-item-container,
.reception-wrapper .doctors .advantage-list .sub-item-container,
.reception-wrapper .subscription .advantage-list .sub-item-container {
  display: none;
}

.reception-wrapper .advantage .advantage-list .sub-item-container .sub-item,
.reception-wrapper .code .advantage-list .sub-item-container .sub-item,
.reception-wrapper .diagnostics .advantage-list .sub-item-container .sub-item,
.reception-wrapper .progress .advantage-list .sub-item-container .sub-item,
.reception-wrapper .publications .advantage-list .sub-item-container .sub-item,
.reception-wrapper .doctors .advantage-list .sub-item-container .sub-item,
.reception-wrapper .subscription .advantage-list .sub-item-container .sub-item {
  margin-top: 25px;
}

.reception-wrapper .advantage .advantage-list .sub-item-container .sub-item .sub-link,
.reception-wrapper .code .advantage-list .sub-item-container .sub-item .sub-link,
.reception-wrapper .diagnostics .advantage-list .sub-item-container .sub-item .sub-link,
.reception-wrapper .progress .advantage-list .sub-item-container .sub-item .sub-link,
.reception-wrapper .publications .advantage-list .sub-item-container .sub-item .sub-link,
.reception-wrapper .doctors .advantage-list .sub-item-container .sub-item .sub-link,
.reception-wrapper .subscription .advantage-list .sub-item-container .sub-item .sub-link {
  color: #781596;
}

.reception-wrapper .advantage .advantage-list .sub-item,
.reception-wrapper .code .advantage-list .sub-item,
.reception-wrapper .diagnostics .advantage-list .sub-item,
.reception-wrapper .progress .advantage-list .sub-item,
.reception-wrapper .publications .advantage-list .sub-item,
.reception-wrapper .doctors .advantage-list .sub-item,
.reception-wrapper .subscription .advantage-list .sub-item {
  font-size: 14px;
  line-height: 22px;
  list-style-type: disc;
  color: #781596;
}

.reception-wrapper .advantage .advantage-list .sub-item .sub-text,
.reception-wrapper .code .advantage-list .sub-item .sub-text,
.reception-wrapper .diagnostics .advantage-list .sub-item .sub-text,
.reception-wrapper .progress .advantage-list .sub-item .sub-text,
.reception-wrapper .publications .advantage-list .sub-item .sub-text,
.reception-wrapper .doctors .advantage-list .sub-item .sub-text,
.reception-wrapper .subscription .advantage-list .sub-item .sub-text {
  color: #000000;
}

.reception-wrapper .advantage .advantage-list .sub-open-container,
.reception-wrapper .code .advantage-list .sub-open-container,
.reception-wrapper .diagnostics .advantage-list .sub-open-container,
.reception-wrapper .progress .advantage-list .sub-open-container,
.reception-wrapper .publications .advantage-list .sub-open-container,
.reception-wrapper .doctors .advantage-list .sub-open-container,
.reception-wrapper .subscription .advantage-list .sub-open-container {
  text-align: center;
  margin-top: 20px;
}

.reception-wrapper .advantage .advantage-list .sub-open-container .sub-open,
.reception-wrapper .code .advantage-list .sub-open-container .sub-open,
.reception-wrapper .diagnostics .advantage-list .sub-open-container .sub-open,
.reception-wrapper .progress .advantage-list .sub-open-container .sub-open,
.reception-wrapper .publications .advantage-list .sub-open-container .sub-open,
.reception-wrapper .doctors .advantage-list .sub-open-container .sub-open,
.reception-wrapper .subscription .advantage-list .sub-open-container .sub-open {
  color: #781596;
  font-size: 14px;
  border-bottom: 1px dashed #781596;
  position: relative;
}

.reception-wrapper .advantage .advantage-list .sub-open-container .sub-open:before,
.reception-wrapper .code .advantage-list .sub-open-container .sub-open:before,
.reception-wrapper .diagnostics .advantage-list .sub-open-container .sub-open:before,
.reception-wrapper .progress .advantage-list .sub-open-container .sub-open:before,
.reception-wrapper .publications .advantage-list .sub-open-container .sub-open:before,
.reception-wrapper .doctors .advantage-list .sub-open-container .sub-open:before,
.reception-wrapper .subscription .advantage-list .sub-open-container .sub-open:before {
  content: "";
}

.reception-wrapper .advantage .advantage-list .sub-open-container .sub-open:before,
.reception-wrapper .code .advantage-list .sub-open-container .sub-open:before,
.reception-wrapper .diagnostics .advantage-list .sub-open-container .sub-open:before,
.reception-wrapper .progress .advantage-list .sub-open-container .sub-open:before,
.reception-wrapper .publications .advantage-list .sub-open-container .sub-open:before,
.reception-wrapper .doctors .advantage-list .sub-open-container .sub-open:before,
.reception-wrapper .subscription .advantage-list .sub-open-container .sub-open:before {
  position: absolute;
  bottom: -7px;
  left: 50%;
  font-size: 9px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.reception-wrapper .advantage .advantage-list .sub-open-container .sub-open:after,
.reception-wrapper .code .advantage-list .sub-open-container .sub-open:after,
.reception-wrapper .diagnostics .advantage-list .sub-open-container .sub-open:after,
.reception-wrapper .progress .advantage-list .sub-open-container .sub-open:after,
.reception-wrapper .publications .advantage-list .sub-open-container .sub-open:after,
.reception-wrapper .doctors .advantage-list .sub-open-container .sub-open:after,
.reception-wrapper .subscription .advantage-list .sub-open-container .sub-open:after {
  position: absolute;
  content: '';
  background: #f7f7f7;
  width: 8px;
  height: 3px;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.reception-wrapper .advantage .advantage-list .sub-open-container .sub-close,
.reception-wrapper .code .advantage-list .sub-open-container .sub-close,
.reception-wrapper .diagnostics .advantage-list .sub-open-container .sub-close,
.reception-wrapper .progress .advantage-list .sub-open-container .sub-close,
.reception-wrapper .publications .advantage-list .sub-open-container .sub-close,
.reception-wrapper .doctors .advantage-list .sub-open-container .sub-close,
.reception-wrapper .subscription .advantage-list .sub-open-container .sub-close {
  color: #781596;
  font-size: 14px;
  border-bottom: 1px dashed #781596;
}

.reception-wrapper .advantage .advantage-list .sub-open-container .sub-close:before, .reception-wrapper .advantage .advantage-list .sub-open-container .sub-close:after,
.reception-wrapper .code .advantage-list .sub-open-container .sub-close:before,
.reception-wrapper .code .advantage-list .sub-open-container .sub-close:after,
.reception-wrapper .diagnostics .advantage-list .sub-open-container .sub-close:before,
.reception-wrapper .diagnostics .advantage-list .sub-open-container .sub-close:after,
.reception-wrapper .progress .advantage-list .sub-open-container .sub-close:before,
.reception-wrapper .progress .advantage-list .sub-open-container .sub-close:after,
.reception-wrapper .publications .advantage-list .sub-open-container .sub-close:before,
.reception-wrapper .publications .advantage-list .sub-open-container .sub-close:after,
.reception-wrapper .doctors .advantage-list .sub-open-container .sub-close:before,
.reception-wrapper .doctors .advantage-list .sub-open-container .sub-close:after,
.reception-wrapper .subscription .advantage-list .sub-open-container .sub-close:before,
.reception-wrapper .subscription .advantage-list .sub-open-container .sub-close:after {
  display: none;
}

.reception-wrapper .advantage .advantage-list .text-bold,
.reception-wrapper .code .advantage-list .text-bold,
.reception-wrapper .diagnostics .advantage-list .text-bold,
.reception-wrapper .progress .advantage-list .text-bold,
.reception-wrapper .publications .advantage-list .text-bold,
.reception-wrapper .doctors .advantage-list .text-bold,
.reception-wrapper .subscription .advantage-list .text-bold {
  font-family: "OpenSans Bold", sans-serif;
}

.reception-wrapper .advantage .advantage-list .text-color,
.reception-wrapper .code .advantage-list .text-color,
.reception-wrapper .diagnostics .advantage-list .text-color,
.reception-wrapper .progress .advantage-list .text-color,
.reception-wrapper .publications .advantage-list .text-color,
.reception-wrapper .doctors .advantage-list .text-color,
.reception-wrapper .subscription .advantage-list .text-color {
  color: #781596;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .advantage .advantage-list,
  .reception-wrapper .code .advantage-list,
  .reception-wrapper .diagnostics .advantage-list,
  .reception-wrapper .progress .advantage-list,
  .reception-wrapper .publications .advantage-list,
  .reception-wrapper .doctors .advantage-list,
  .reception-wrapper .subscription .advantage-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reception-wrapper .advantage .advantage-list .advantage-item,
  .reception-wrapper .code .advantage-list .advantage-item,
  .reception-wrapper .diagnostics .advantage-list .advantage-item,
  .reception-wrapper .progress .advantage-list .advantage-item,
  .reception-wrapper .publications .advantage-list .advantage-item,
  .reception-wrapper .doctors .advantage-list .advantage-item,
  .reception-wrapper .subscription .advantage-list .advantage-item {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .reception-wrapper .diagnostics {
    padding-top: 20px;
  }
}

.reception-wrapper .diagnostics .slick-dots {
  max-width: 530px;
  margin-top: 0;
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .diagnostics .slick-dots {
    max-width: 380px;
  }
}

.reception-wrapper .code {
  background: #ffffff;
}

.reception-wrapper .code .info-wrapper {
  background: #ffffff;
}

.reception-wrapper .code .info-wrapper .title {
  text-transform: uppercase;
  max-width: 800px;
  margin: 0 auto;
}

.reception-wrapper .code .code-table {
  background: #f7f7f7;
  padding: 15px 10px;
  margin-bottom: 50px;
}

.reception-wrapper .code .code-table .code-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.reception-wrapper .code .code-table .code-item:last-child .code-left {
  padding-top: 60px;
}

.reception-wrapper .code .code-table .code-item:last-child .code-left:before {
  background: none;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .code .code-table .code-item:last-child .code-left {
    padding-top: 20px;
  }
}

.reception-wrapper .code .code-table .code-item .code-left {
  width: 25%;
  text-align: center;
  padding-top: 100px;
  position: relative;
}

.reception-wrapper .code .code-table .code-item .code-left:before {
  position: absolute;
  content: '';
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  height: 2px;
  background: #ffffff;
  left: -10px;
  bottom: 0;
}

.reception-wrapper .code .code-table .code-item .code-left .item-image {
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
}

.reception-wrapper .code .code-table .code-item .code-left .item-text {
  display: inline-block;
  width: 190px;
  font-family: "OpenSans Semibold", sans-serif;
  font-size: 14px;
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .code .code-table .code-item .code-left .item-text {
    width: 180px;
  }
}

.reception-wrapper .code .code-table .code-item .code-left .bold {
  display: block;
  font-family: "OpenSans Bold", sans-serif;
  text-transform: uppercase;
  padding-top: 10px;
}

.reception-wrapper .code .code-table .code-item .code-right {
  width: 75%;
  background: #ffffff;
  border-bottom: 2px solid #f7f7f7;
}

.reception-wrapper .code .code-table .code-item .code-right .right-item {
  margin-bottom: 40px;
  position: relative;
}

.reception-wrapper .code .code-table .code-item .code-right .right-item:before {
  position: absolute;
  content: '';
  top: 5px;
  left: -110px;
}

.reception-wrapper .code .code-table .code-item .code-right .right-item.lab:before {
  background: url("../img/r1.svg");
  background-size: cover;
  width: 110px;
  height: 100px;
  top: -13px;
  left: -122px;
}

.reception-wrapper .code .code-table .code-item .code-right .right-item.individual:before {
  background: url("../img/r2.svg");
  background-size: cover;
  width: 110px;
  height: 100px;
  top: -11px;
  left: -122px;
}

.reception-wrapper .code .code-table .code-item .code-right .right-item.online:before {
  background: url("../img/r3.svg");
  background-size: cover;
  width: 75px;
  height: 85px;
  top: 1px;
  left: -112px;
}

.reception-wrapper .code .code-table .code-item .code-right .right-item.clinic:before {
  background: url("../img/r4.svg");
  background-size: cover;
  width: 95px;
  height: 95px;
}

.reception-wrapper .code .code-table .code-item .code-right .right-item.therapy:before {
  background: url("../img/r5.svg");
  background-size: cover;
  width: 90px;
  height: 95px;
  top: -12px;
  left: -122px;
}

.reception-wrapper .code .code-table .code-item .code-right .right-list {
  padding: 60px 60px 40px 160px;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .code .code-table .code-item .code-right .right-list .right-item:before {
    top: -25px;
    left: -18px;
    width: 90px;
    height: 90px;
  }
  .reception-wrapper .code .code-table .code-item .code-right .right-list .right-item.online:before {
    left: -1px;
    width: 55px;
    height: 65px;
  }
  .reception-wrapper .code .code-table .code-item .code-right .right-list .right-item.clinic:before {
    left: 2px;
    width: 70px;
    height: 70px;
    top: -28px;
  }
  .reception-wrapper .code .code-table .code-item .code-right .right-list .right-item.therapy:before {
    left: -6px;
    width: 70px;
    height: 80px;
    top: -32px;
  }
}

.reception-wrapper .code .code-table .code-item .code-right .right-title {
  text-transform: uppercase;
  font-family: "OpenSans Semibold", sans-serif;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .code .code-table .code-item .code-right .right-title {
    padding-left: 70px;
  }
}

.reception-wrapper .code .code-table .code-item .code-right .right-text {
  font-size: 14px;
  font-family: "OpenSans", sans-serif;
  line-height: 22px;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .code .code-table .code-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reception-wrapper .code .code-table .code-item .code-left,
  .reception-wrapper .code .code-table .code-item .code-right {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .reception-wrapper .code .code-table .code-item .code-left .right-list,
  .reception-wrapper .code .code-table .code-item .code-right .right-list {
    padding: 10px;
  }
}

.reception-wrapper .code .referal {
  background: url("../img/r1.png") no-repeat;
  padding: 40px 5% 40px 3%;
}

.reception-wrapper .code .referal .referal-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.reception-wrapper .code .referal .referal-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  font-size: 18px;
  color: #ffffff;
}

.reception-wrapper .code .referal .referal-item:first-child {
  width: 61%;
  position: relative;
}

.reception-wrapper .code .referal .referal-item:first-child:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 180px;
  top: -40px;
  right: -5%;
  background: #ffffff;
}

.reception-wrapper .code .referal .referal-item:last-child {
  width: 35%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .code .referal .referal-item:last-child {
    width: 42%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .code .referal .referal-item:last-child .referal-text {
    max-width: 95px;
  }
}

.reception-wrapper .code .referal .referal-key {
  display: inline-block;
  margin-left: 2%;
  text-decoration: underline;
}

.reception-wrapper .code .referal .referal-link {
  display: inline-block;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 9px 10px;
  margin-left: 3%;
  font-size: 13px;
  font-family: "OpenSans Bold", sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.reception-wrapper .code .referal .referal-link:hover {
  color: #781596;
  border: 2px solid #781596;
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .code .referal .referal-link {
    margin: 0;
    width: 100%;
    text-align: center;
  }
}

.reception-wrapper .code .referal .reveral-image {
  margin-left: 12%;
  width: 104px;
  height: 104px;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .code .referal {
    background-size: cover;
    padding: 20px 0;
  }
  .reception-wrapper .code .referal .referal-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .reception-wrapper .code .referal .referal-list .referal-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    padding: 30px 5%;
  }
  .reception-wrapper .code .referal .referal-list .referal-item:first-child {
    border-bottom: 1px solid #ffffff;
  }
  .reception-wrapper .code .referal .referal-list .referal-item:before {
    display: none;
  }
  .reception-wrapper .code .referal .referal-list .referal-text,
  .reception-wrapper .code .referal .referal-list .referal-key {
    padding-bottom: 20px;
  }
  .reception-wrapper .code .referal .referal-list .referal-link {
    margin: 0;
  }
  .reception-wrapper .code .referal .reveral-image {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .reception-wrapper .code {
    padding-top: 30px;
  }
}

.reception-wrapper .diagnostics,
.reception-wrapper .publications {
  padding-bottom: 40px;
  margin-bottom: 60px;
}

.reception-wrapper .diagnostics .title-block .title,
.reception-wrapper .publications .title-block .title {
  text-transform: uppercase;
  max-width: 1000px;
  margin: 0 auto;
}

.reception-wrapper .diagnostics .diagnostics-slider,
.reception-wrapper .publications .diagnostics-slider {
  max-width: 1100px;
}

.reception-wrapper .diagnostics .diagnostics-slider .diagnostics-iframe,
.reception-wrapper .publications .diagnostics-slider .diagnostics-iframe {
  width: 530px;
  height: 360px;
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .diagnostics .diagnostics-slider .diagnostics-iframe,
  .reception-wrapper .publications .diagnostics-slider .diagnostics-iframe {
    width: 350px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .reception-wrapper .diagnostics .diagnostics-slider .diagnostics-iframe,
  .reception-wrapper .publications .diagnostics-slider .diagnostics-iframe {
    width: 100%;
    height: auto;
  }
}

.reception-wrapper .diagnostics .slider-item,
.reception-wrapper .publications .slider-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .diagnostics .slider-item,
  .reception-wrapper .publications .slider-item {
    width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  .reception-wrapper .diagnostics .slider-item,
  .reception-wrapper .publications .slider-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reception-wrapper .diagnostics .slider-item .slider-right,
  .reception-wrapper .publications .slider-item .slider-right {
    margin: 0;
  }
}

.reception-wrapper .diagnostics .slider-image,
.reception-wrapper .publications .slider-image {
  max-width: 530px;
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .diagnostics .slider-image,
  .reception-wrapper .publications .slider-image {
    max-width: 340px;
  }
}

.reception-wrapper .diagnostics .slider-right,
.reception-wrapper .publications .slider-right {
  margin-left: 7%;
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .diagnostics .slider-right,
  .reception-wrapper .publications .slider-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 4%;
  }
}

.reception-wrapper .diagnostics .slider-right .slider-text,
.reception-wrapper .publications .slider-right .slider-text {
  display: inline-block;
  padding-top: 60px;
  max-width: 480px;
  line-height: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .diagnostics .slider-right .slider-text,
  .reception-wrapper .publications .slider-right .slider-text {
    padding-top: 20px;
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .reception-wrapper .diagnostics .slider-right .slider-text,
  .reception-wrapper .publications .slider-right .slider-text {
    padding-top: 30px;
  }
}

.reception-wrapper .diagnostics .slider-right .slider-button,
.reception-wrapper .publications .slider-right .slider-button {
  display: inline-block;
  margin-top: 30px;
  padding: 8px 28px;
  float: none;
  clear: both;
  font-family: "OpenSans Bold", sans-serif;
  color: #781596;
  border: 2px solid #781596;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .diagnostics .slider-right .slider-button,
  .reception-wrapper .publications .slider-right .slider-button {
    max-width: 190px;
    font-size: 12px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .reception-wrapper .diagnostics .slider-right .slider-button,
  .reception-wrapper .publications .slider-right .slider-button {
    display: block;
    max-width: 450px;
    text-align: center;
  }
}

.reception-wrapper .diagnostics .slider-right .slider-button:active, .reception-wrapper .diagnostics .slider-right .slider-button:visited,
.reception-wrapper .publications .slider-right .slider-button:active,
.reception-wrapper .publications .slider-right .slider-button:visited {
  text-decoration: none;
  color: #781596;
}

.reception-wrapper .diagnostics .slider-right .slider-button:hover,
.reception-wrapper .publications .slider-right .slider-button:hover {
  color: #ffffff;
  border: 2px solid #ffffff;
  background: #781596;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .advantage {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.reception-wrapper .advantages-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #ffffff;
}

.reception-wrapper .advantages-inner .advantages-left,
.reception-wrapper .advantages-inner .advantages-right {
  width: 50%;
}

.reception-wrapper .advantages-inner .advantages-bottom {
  width: 100%;
}

.reception-wrapper .advantages-inner .advantages-left {
  padding: 65px 5px 20px 65px;
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .advantages-inner .advantages-left {
    width: 55%;
    padding: 30px 5px 0 40px;
    position: relative;
  }
  .reception-wrapper .advantages-inner .advantages-left:before {
    content: '';
    position: absolute;
    top: 0;
    right: -70px;
    width: 71px;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), color-stop(50%, white));
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white 50%, white);
  }
}

.reception-wrapper .advantages-inner .advantages-right {
  max-width: 583px;
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .advantages-inner .advantages-right {
    width: 45%;
  }
}

.reception-wrapper .advantages-inner .advantages-right .advantages-image {
  display: block;
}

.reception-wrapper .advantages-inner .advantages-title {
  font-size: 20px;
  font-family: "OpenSans Semibold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 35px;
  padding-right: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .advantages-inner .advantages-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.reception-wrapper .advantages-inner .advantages-text {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .advantages-inner .advantages-text {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 22px;
  }
}

.reception-wrapper .advantages-inner .advantages-item {
  padding-left: 35px;
  margin-bottom: 20px;
  position: relative;
  line-height: 1;
}

.reception-wrapper .advantages-inner .advantages-item:before {
  content: "";
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .advantages-inner .advantages-item {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

.reception-wrapper .advantages-inner .advantages-item:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  color: #781596;
}

.reception-wrapper .advantages-inner .advantages-bottom {
  text-align: center;
  padding: 18px 10px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #b03bb1), color-stop(50%, #6d1a82));
  background: linear-gradient(to right, #b03bb1 50%, #6d1a82);
}

.reception-wrapper .advantages-inner .advantages-bottom .advantages-info {
  font-family: "OpenSans Semibold", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  color: #ffffff;
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .advantages-inner .advantages-bottom .advantages-info {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .reception-wrapper .advantages-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reception-wrapper .advantages-inner .advantages-left,
  .reception-wrapper .advantages-inner .advantages-right {
    width: 100%;
  }
  .reception-wrapper .advantages-inner .advantages-left {
    padding: 20px;
  }
  .reception-wrapper .advantages-inner .advantages-left .advantages-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .reception-wrapper .advantages-inner .advantages-bottom .advantages-info {
    font-size: 16px;
  }
}

.reception-wrapper .progress {
  background: #ffffff;
}

.reception-wrapper .progress .info-wrapper {
  background: #ffffff;
  padding: 0;
}

.reception-wrapper .progress .title-block {
  max-width: 650px;
  margin: 0 auto 40px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .progress .title-block .title {
    padding: 0 15px 0 15px;
  }
}

.reception-wrapper .progress .progress-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reception-wrapper .progress .progress-block .progress-left,
.reception-wrapper .progress .progress-block .progress-right {
  width: 50%;
}

.reception-wrapper .progress .progress-block .progress-left .progress-image,
.reception-wrapper .progress .progress-block .progress-right .progress-image {
  display: block;
  height: 344px;
  object-fit: cover;
}

.reception-wrapper .progress .progress-block .progress-left .progress-iframe,
.reception-wrapper .progress .progress-block .progress-right .progress-iframe {
  width: 580px;
  height: 340px;
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .progress .progress-block .progress-left .progress-iframe,
  .reception-wrapper .progress .progress-block .progress-right .progress-iframe {
    width: 574px;
  }
}

@media screen and (max-width: 767px) {
  .reception-wrapper .progress .progress-block .progress-left .progress-iframe,
  .reception-wrapper .progress .progress-block .progress-right .progress-iframe {
    width: 100%;
    height: auto;
  }
}

.reception-wrapper .progress .progress-block .progress-left {
  max-width: 580px;
}

.reception-wrapper .progress .progress-block .progress-right {
  padding-left: 80px;
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .progress .progress-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
  }
  .reception-wrapper .progress .progress-block .progress-left,
  .reception-wrapper .progress .progress-block .progress-right {
    width: 100%;
    padding: 0;
  }
  .reception-wrapper .progress .progress-block .progress-left {
    margin-bottom: 20px;
  }
  .reception-wrapper .progress .progress-block .progress-text {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .reception-wrapper .progress .progress-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
  }
  .reception-wrapper .progress .progress-block .progress-left,
  .reception-wrapper .progress .progress-block .progress-right {
    width: 100%;
    padding: 0;
  }
  .reception-wrapper .progress .progress-block .progress-left {
    margin-bottom: 20px;
    text-align: center;
  }
  .reception-wrapper .progress .progress-block .progress-text {
    text-align: center;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .reception-wrapper .progress .progress-block .progress-text {
    text-align: left;
  }
}

.reception-wrapper .progress .progress-text {
  margin-bottom: 30px;
  line-height: 30px;
}

.reception-wrapper .progress .progress-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.reception-wrapper .progress .progress-list .progress-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 24px 35px;
  background: #f7f7f7;
  border-left: 5px solid #781596;
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .progress .progress-list .progress-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reception-wrapper .progress .progress-list .progress-item .progress-info,
  .reception-wrapper .progress .progress-list .progress-item .progress-link {
    width: 100%;
  }
  .reception-wrapper .progress .progress-list .progress-item .progress-info {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .reception-wrapper .progress .progress-list .progress-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reception-wrapper .progress .progress-list .progress-item .progress-info,
  .reception-wrapper .progress .progress-list .progress-item .progress-link {
    width: 100%;
  }
  .reception-wrapper .progress .progress-list .progress-item .progress-info {
    margin-bottom: 10px;
  }
}

.reception-wrapper .progress .progress-list .progress-info {
  font-size: 14px;
  width: 62%;
}

.reception-wrapper .progress .progress-list .progress-link {
  display: inline-block;
  width: 185px;
  text-align: center;
  color: #781596;
  text-transform: uppercase;
  padding: 10px 15px;
  border: 3px solid #781596;
  font-size: 12px;
  font-family: "OpenSans Bold", sans-serif;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.reception-wrapper .progress .progress-list .progress-link:visited, .reception-wrapper .progress .progress-list .progress-link:active {
  text-decoration: none;
  color: #781596;
}

.reception-wrapper .progress .progress-list .progress-link:hover {
  color: #ffffff;
  border: 3px solid #781596;
  background: #781596;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .progress .progress-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .reception-wrapper .progress .progress-list .progress-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .reception-wrapper .progress {
    padding-top: 30px;
  }
}

.reception-wrapper .publications {
  margin-bottom: 0;
}

.reception-wrapper .publications .info-wrapper .title {
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .publications .info-wrapper .title {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .reception-wrapper .publications .info-wrapper {
    padding: 0;
  }
}

.reception-wrapper .publications .slick-list {
  padding: 10px !important;
}

.reception-wrapper .publications .slick-dots {
  margin: 25px auto 0;
}

.reception-wrapper .publications .publications-wrapper {
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .publications .publications-wrapper {
    padding: 0;
  }
}

.reception-wrapper .publications .publications-item {
  max-width: 352px;
  height: auto;
  margin-left: 30px;
  padding: 35px;
  background: #ffffff;
  -webkit-box-shadow: 1px 0 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 6px 1px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .publications .publications-item {
    padding: 20px;
    margin: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .reception-wrapper .publications .publications-item {
    padding: 10px 20px;
    margin: 0 5px;
    max-width: 270px;
  }
}

.reception-wrapper .publications .publications-pagination {
  margin: 0 auto;
}

.reception-wrapper .publications .publications-name {
  display: inline-block;
  background: #f7f7f7;
  padding: 10px 15px;
  color: #781596;
  border-left: 2px solid #781596;
  text-transform: uppercase;
  font-family: "OpenSans Semibold", sans-serif;
  font-size: 12px;
  margin-bottom: 25px;
}

.reception-wrapper .publications .publications-title {
  font-family: "OpenSans Bold", sans-serif;
  font-size: 14px;
  padding-right: 10px;
}

.reception-wrapper .publications .publications-date {
  display: inline-block;
  color: #676767;
  font-size: 12px;
  margin-bottom: 25px;
}

.reception-wrapper .publications .publications-text {
  font-size: 14px;
  color: #676767;
}

.reception-wrapper .publications .text-wrapper {
  height: 80px;
  overflow: hidden;
}

.reception-wrapper .publications .text-wrapper:before {
  content: "";
  float: left;
  width: 5px;
  height: 80px;
}

.reception-wrapper .publications .text-wrapper > *:first-child {
  float: right;
  width: 100%;
  margin-left: -5px;
}

.reception-wrapper .publications .text-wrapper:after {
  content: "\02026";
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  float: right;
  position: relative;
  top: -25px;
  left: 98%;
  width: 3em;
  margin-left: -3em;
  padding-right: 5px;
  text-align: right;
  background-size: 100% 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), color-stop(50%, white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}

.reception-wrapper .publications .publications-link {
  display: inline-block;
  text-transform: uppercase;
  background: #781596;
  color: #ffffff;
  padding: 11px 22px;
  font-size: 12px;
  font-family: "OpenSans Bold", sans-serif;
  margin-top: 25px;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.reception-wrapper .publications .publications-link:hover {
  color: #781596;
  background: #ffffff;
  border: 2px solid #781596;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.reception-wrapper .publications .modal {
  opacity: 0;
  position: fixed;
  max-width: 630px;
  top: 3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 45px 55px;
  background: #ffffff;
  z-index: -1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .publications .modal {
    padding: 10px 15px;
    max-width: 90vw;
  }
}

.reception-wrapper .publications .modal.show {
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  opacity: 1;
  z-index: 2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.reception-wrapper .publications .modal .close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 0;
}

.reception-wrapper .publications .modal .close:before {
  content: "";
}

.reception-wrapper .publications .modal .close:before {
  color: #abaaaa;
  font-size: 14px;
}

.reception-wrapper .publications .modal .publications-name {
  margin-bottom: 15px;
}

.reception-wrapper .publications .modal .publications-title {
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.reception-wrapper .publications .modal .modal-info {
  font-size: 14px;
  color: #a4a4a4;
  margin-bottom: 20px;
}

.reception-wrapper .publications .modal .close-modal {
  display: block;
  max-width: 170px;
  margin: 0 auto;
  padding: 10px 15px;
  color: #781596;
  border: 2px solid #781596;
  text-align: center;
  font-size: 12px;
  font-family: "OpenSans Bold", sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .publications {
    padding-top: 20px;
  }
}

.reception-wrapper .doctors {
  padding-top: 50px;
  background: #ffffff;
}

.reception-wrapper .doctors .info-wrapper {
  background: #ffffff;
}

.reception-wrapper .doctors .info-wrapper .title {
  text-transform: uppercase;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .doctors .info-wrapper {
    padding: 0;
  }
}

.reception-wrapper .doctors .slider-wrapper {
  position: relative;
  max-width: 910px;
  margin: 0 auto;
}

.reception-wrapper .doctors .doctors-slider {
  max-width: 910px;
  padding: 10px;
}

.reception-wrapper .doctors .doctors-slider .slick-list {
  padding: 10px !important;
}

@media (orientation: landscape) {
  .reception-wrapper .doctors .doctors-slider {
    max-width: 910px;
  }
}

@media screen and (max-width: 767px) {
  .reception-wrapper .doctors .doctors-slider {
    padding: 0;
  }
}

.reception-wrapper .doctors .slider-item {
  max-width: 274px;
  height: auto;
  margin-right: 25px;
  padding: 40px;
  -webkit-box-shadow: 1px 0 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 6px 1px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .doctors .slider-item {
    max-width: inherit;
    margin: 0 20px;
    padding: 20px 10px;
  }
}

@media screen and (max-width: 767px) {
  .reception-wrapper .doctors .slider-item {
    max-width: 200px;
    margin: 0 15px;
    padding: 15px 20px;
  }
}

.reception-wrapper .doctors .slider-image {
  margin-bottom: 20px;
}

.reception-wrapper .doctors .slider-image .image {
  width: 200px;
  height: 230px;
  object-fit: cover;
}

.reception-wrapper .doctors .slider-title {
  text-transform: uppercase;
  font-family: "OpenSans Bold", sans-serif;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .doctors .slider-title {
    max-width: 200px;
    text-align: center;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .reception-wrapper .doctors .slider-title {
    max-width: 200px;
    text-align: center;
    font-size: 12px;
  }
}

.reception-wrapper .doctors .slider-text {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .doctors .slider-text {
    min-height: 36px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .reception-wrapper .doctors .slider-text {
    min-height: 28px;
    font-size: 12px;
  }
}

.reception-wrapper .doctors .slider-link {
  display: block;
  text-align: center;
  color: #781596;
  text-transform: uppercase;
  padding: 8px 15px;
  border: 3px solid #781596;
  font-size: 12px;
  font-family: "OpenSans Bold", sans-serif;
}

.reception-wrapper .doctors .slider-link:visited, .reception-wrapper .doctors .slider-link:active {
  text-decoration: none;
  color: #781596;
}

.reception-wrapper .doctors .slider-link:hover {
  color: #ffffff;
  border: 3px solid #781596;
  background: #781596;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.reception-wrapper .doctors .slick-dots {
  margin: 20px auto 0;
}

.reception-wrapper .doctors .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  color: #9b94a2;
  background: none;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.reception-wrapper .doctors .slick-arrow:before {
  font-size: 30px;
}

.reception-wrapper .doctors .slick-arrow.slick-prev {
  left: -10%;
}

.reception-wrapper .doctors .slick-arrow.slick-prev:before {
  content: "";
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .doctors .slick-arrow.slick-prev {
    left: -3%;
    z-index: 1;
  }
}

.reception-wrapper .doctors .slick-arrow.slick-next {
  right: -10%;
}

.reception-wrapper .doctors .slick-arrow.slick-next:before {
  content: "";
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .doctors .slick-arrow.slick-next {
    right: -3%;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .reception-wrapper .doctors .slick-arrow {
    display: none;
  }
}

.reception-wrapper .appointment {
  margin-bottom: 90px;
}

.reception-wrapper .appointment .appointment-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .appointment .appointment-inner {
    position: relative;
  }
}

.reception-wrapper .appointment .appointment-left {
  width: 60%;
  padding: 60px 60px 33px 60px;
}

.reception-wrapper .appointment .appointment-left .record {
  max-width: 555px;
}

.reception-wrapper .appointment .appointment-left .record .record-label {
  color: #676767;
  font-size: 14px;
  font-family: "OpenSans", sans-serif;
  margin-bottom: 10px;
}

.reception-wrapper .appointment .appointment-left .record .record-input {
  line-height: 40px;
  outline: 0;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 10px;
}

.reception-wrapper .appointment .appointment-left .record .record-button {
  width: 100%;
  text-align: center;
  color: #781596;
  text-transform: uppercase;
  padding: 8px 15px;
  border: 3px solid #781596;
  font-size: 12px;
  font-family: "OpenSans Bold", sans-serif;
  margin-top: 5px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.reception-wrapper .appointment .appointment-left .record .record-button:visited, .reception-wrapper .appointment .appointment-left .record .record-button:active {
  text-decoration: none;
  color: #781596;
  border: 0;
  outline: 0;
}

.reception-wrapper .appointment .appointment-left .record .record-button:hover {
  color: #ffffff;
  border: 3px solid #781596;
  background: #781596;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .appointment .appointment-left .record .record-button {
    display: block;
    max-width: 260px;
    margin: 0 auto;
    background: #ffffff;
  }
}

@media screen and (max-width: 767px) {
  .reception-wrapper .appointment .appointment-left .record .record-button {
    display: block;
    max-width: 260px;
    margin: 0 auto;
    background: #ffffff;
  }
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .appointment .appointment-left .record {
    max-width: inherit;
  }
}

.reception-wrapper .appointment .appointment-left .record-title {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .appointment .appointment-left .record-title {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .reception-wrapper .appointment .appointment-left .record-title {
    font-size: 20px;
    text-align: center;
  }
}

.reception-wrapper .appointment .appointment-left .record-block {
  width: 46%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}

.reception-wrapper .appointment .appointment-left .record-block:nth-child(odd) {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .appointment .appointment-left .record-block:nth-child(odd) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .reception-wrapper .appointment .appointment-left .record-block {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .appointment .appointment-left {
    width: 100%;
    position: relative;
    padding: 60px 40px 33px 40px;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .reception-wrapper .appointment .appointment-left {
    width: 100%;
    padding: 10px 15px;
  }
}

.reception-wrapper .appointment .appointment-right {
  width: 40%;
}

.reception-wrapper .appointment .appointment-right .image {
  display: block;
  height: 400px;
  object-fit: cover;
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .appointment .appointment-right {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    opacity: .3;
  }
}

@media screen and (max-width: 767px) {
  .reception-wrapper .appointment .appointment-right {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .appointment {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .reception-wrapper .appointment {
    margin-bottom: 30px;
  }
}

.reception-wrapper .subscription {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../img/bg_contact2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.reception-wrapper .subscription .info-wrapper {
  background: none;
}

.reception-wrapper .subscription .info-wrapper .title {
  color: #ffffff;
  text-transform: uppercase;
}

.reception-wrapper .subscription .subscription-text {
  color: #ffffff;
  margin-bottom: 25px;
}

.reception-wrapper .subscription .subscription-text sub {
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  .reception-wrapper .subscription .subscription-text {
    text-align: center;
    max-width: 660px;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 767px) {
  .reception-wrapper .subscription .subscription-text {
    display: none;
  }
}

.reception-wrapper .subscription .subscription-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .subscription .subscription-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.reception-wrapper .subscription .subscription-email {
  width: 350px;
  height: 42px;
  padding: 8px 10px;
  font-size: 14px;
  font-family: "OpenSans Bold", sans-serif;
  color: #781596;
  background: #ffffff;
  outline: none;
  -webkit-transition: border linear .3s;
  transition: border linear .3s;
}

.reception-wrapper .subscription .subscription-email::-webkit-input-placeholder {
  color: #781596;
  font-family: "OpenSans Bold", sans-serif;
}

.reception-wrapper .subscription .subscription-email::-moz-placeholder {
  color: #781596;
  font-family: "OpenSans Bold", sans-serif;
}

.reception-wrapper .subscription .subscription-email:-ms-input-placeholder {
  color: #781596;
  font-family: "OpenSans Bold", sans-serif;
}

.reception-wrapper .subscription .subscription-email::placeholder {
  color: #781596;
  font-family: "OpenSans Bold", sans-serif;
}

@media screen and (max-width: 767px) {
  .reception-wrapper .subscription .subscription-email {
    width: 100%;
    margin-bottom: 20px;
  }
}

.reception-wrapper .subscription .subscription-button {
  background: #781596;
  color: #ffffff;
  font-size: 14px;
  padding: 13px 32px;
  max-height: 42px;
  border: none;
  outline: 0;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.reception-wrapper .subscription .subscription-button:hover {
  background: #70128C;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
