.section--header .section__top {
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center; }
.section--header .section__clinics-expander {
  display: none;
  position: relative;
  font-weight: bold; }
.section--header .section__clinics {
  flex: auto; }
.section--header .section__clinics-list {
  display: flex;
  align-items: center;
  margin: -15px; }
.section--header .section__clinic {
  margin: 15px;
  display: flex;
  flex-direction: column;
  text-align: center; }
.section--header .section__clinic-metro {
  color: #038d7d;
  margin-bottom: 5px; }
  .section--header .section__clinic-metro svg {
    width: 1em;
    height: 1em;
    border: 1px solid currentColor;
    border-radius: 999px;
    padding: 1px;
    padding-bottom: 2px; }
    .section--header .section__clinic-metro:hover .section__clinic-metro-title {
      text-decoration: underline; }
.section--header .section__clinic-info:hover {
  text-decoration: underline;
  color: #ff671b; }
.section--header .section__top-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: inherit;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin: -15px;
  margin-left: 35px; }
.section--header .section__top-action {
  margin: 15px;
  position: relative; }
  .section--header .section__top-action a {
    font-weight: bold; }
.section--header .section__worktime {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  padding: 10px;
  margin-top: 10px;
  line-height: normal; }
.section--header .section__worktime:not(.js__expander--expanded) {
  display: contents; }
.section--header .section__info {
  padding: 15px;
  margin: 0 -10px;
  margin-top: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: flex; }
.section--header .section__info-wrapper--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff; }
.section--header .section__logo-img {
  background-image: url(https://licsp.ru/wp-content/themes/licsp/images/logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 105px;
  width: 128px;
  display: block; }
.section--header .section__right {
  flex: auto;
  display: flex;
  justify-content: center;
  margin-left: 50px;
  flex-direction: column; }
.section--header .section__contacts {
  display: flex;
  align-items: center;
  margin: -10px; }
.section--header .section__contact {
  margin: 10px;
  font-size: 1.875em;
  font-weight: 300;
  display: flex;
  align-items: center; }
  .section--header .section__contact svg, .section--header .section__contact img {
    width: 1.25em;
    height: 1.25em; }
    .section--header .section__contact a:not(.button):hover {
      color: #ff671b; }
.section--header .section__contact-item {
  display: flex;
  align-items: center;
  margin: 5px; }
  .section--header .section__contact-item span {
    margin: 0 0.5em; }
  .section--header .section__contact-item img {
    transition: box-shadow 0.2s; }
    .section--header .section__contact-item:hover img {
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
.section--header .section__contact--phone {
  margin-right: auto; }
  .section--header .section__contact--phone svg {
    fill: #ff671b; }
  .section--header .section__contact--phone a {
    margin-left: 0.5em; }
.section--header .section__contact--phone--header {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  color: #ff671b; }
.section--header .section__contact--socials {
  margin: 0 50px; }
  .section--header .section__contact--socials img {
    border-radius: 999px; }
.section--header .section__nav {
  margin-top: 20px; }
  .section--header .section__nav-items .menu {
    display: flex;
    justify-content: space-between;
    position: relative; }
  .section--header .section__nav-items .menu-item {
    position: relative; }
    .section--header .section__nav-items .menu-item:not(:hover) .sub-menu {
      transition: opacity 0.2s;
      opacity: 0;
      pointer-events: none; }
  .section--header .section__nav-items .menu-item-has-children > a:after {
    content: ' »';
    top: -0.1em;
    position: relative;
    display: inline-block;
    margin-left: 0.2em; }
  .section--header .section__nav-items .menu-item > a {
    color: #038d7d;
    font-weight: bold;
    text-transform: uppercase; }
    .section--header .section__nav-items .menu-item > a:hover {
      color: #ff671b;
      text-decoration: underline; }
  .section--header .section__nav-items .sub-menu {
    z-index: 1;
    position: absolute;
    left: 0;
    margin-left: -15px;
    top: 100%;
    margin-top: 10px;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s;
    padding: 5px 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    min-width: 220px; }
    .section--header .section__nav-items .sub-menu:before {
      content: '';
      position: absolute;
      bottom: 100%;
      left: 0;
      right: 0;
      height: 10px; }
    .section--header .section__nav-items .sub-menu .menu-item {
      margin: 10px 0; }
  .section--header .section__nav-items .menu-item:last-child .sub-menu {
    left: auto;
    right: 0;
    margin-right: -15px;
    margin-left: auto; }

@media (min-width: 992px) {
  .section--header .section__nav-items .menu-item-50 {
    position: static; }
    .section--header .section__nav-items .menu-item-50 .sub-menu {
      display: flex;
      flex-wrap: wrap; }
    .section--header .section__nav-items .menu-item-50 .menu-item {
      width: 50%;
      padding: 0 20px; }
  .section--header .section__nav-items .menu-item-109 {
    position: static; }
    .section--header .section__nav-items .menu-item-109 .sub-menu {
      display: flex;
      flex-wrap: wrap; }
    .section--header .section__nav-items .menu-item-109 .menu-item {
      width: 20%;
      padding: 0 20px; }
    .section--header .section__nav-items .menu-item-109 .menu-item a {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center; }
    .section--header .section__nav-items .menu-item-109 .menu-item-icon {
      width: 70px;
      height: 70px;
      border-radius: 999px;
      border: 2px solid #038d7d;
      padding: 10px;
      flex: 0 0 auto;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .section--header .section__nav-items .menu-item-109 .menu-item-icon img {
        max-height: 100%;
        width: auto; }
    .section--header .section__nav-items .menu-item-109 .menu-item-has-children > a:after {
      display: none; }
    .section--header .section__nav-items .menu-item-109 .menu-item-has-children .sub-menu {
      display: none; }
  .section--header .section__nav-items .menu-item-671 .menu-item-icon {
    border: 2px solid #ff671b; } }

@media (max-width: 991.98px) {
  .section--header .section__nav-items .menu-item-icon {
    display: none; } }

@media (max-width: 1259.98px) {
  .section--header .section__clinic {
    font-size: 0.875em;
    margin: 10px; }
  .section--header .section__clinics-list {
    margin: -10px; }
  .section--header .section__contacts {
    font-size: 11px; } }

.menu__arrow {
  display: none;
  width: 15px;
  height: 15px; }

.menu__arrow svg {
  width: 15px;
  height: 15px; }

.menu__arrow:hover {
  cursor: pointer;
  color: #ff671b; }

.menu__arrow.active svg {
  transform: rotate(90deg); }

.menu .menu-item-has-children > .menu__arrow {
  display: flex;
  position: absolute;
  right: 20px;
  top: 0; }

@media (min-width: 992px) {
  .menu__arrow {
    display: none !important; }
  .section--header .section__contact--socials {
    margin: 0 0px; } }

@media (max-width: 991.98px) {
  .section--header .section__info-wrapper--sticky {
    display: none; }
  .menu > li {
    position: relative; }
  .section--header .section__nav-items .menu-item:last-child .sub-menu {
    margin-right: 0;
    margin-left: 15px; }
  .header__menu {
    top: 0;
    right: 0;
    position: fixed;
    width: 35px;
    height: 35px;
    background: #fff; }
  .burger__wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 7px 3px;
    z-index: 91;
    background-color: #ff671b; }
  .burger__line {
    background: #fff;
    height: 2px;
    width: 100%;
    z-index: 1;
    transition: all 0.2s; }
  .burger__wrap.js__expander + .menu-01-osnovnoe-container {
    display: flex;
    width: 300px;
    position: absolute;
    top: 0px;
    right: -310px;
    padding-top: 50px;
    padding-bottom: 20px;
    height: 100vh;
    z-index: 90;
    transition: all 0.2s; }
  .burger__wrap.js__expander.js__expander--expanded .burger__line {
    background: #fff;
    position: absolute;
    width: calc(100% - 6px); }
  .burger__wrap.js__expander.js__expander--expanded + .menu-01-osnovnoe-container {
    display: flex;
    background: #038d7d;
    color: #fff;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.7);
    right: 0;
    margin-top: 0; }
  .section--header .section__nav-items .menu {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    overflow: auto; }
  .section--header .section__nav-items .menu-item > a {
    color: #fff; }
  .section--header .section__nav-items .menu-item {
    position: relative;
    font-size: 1.25rem;
    margin-top: 1em; }
  .section--header .section__nav-items .menu-item-has-children > a:after {
    display: none; }
  .section--header .section__nav-items .sub-menu {
    /*display: none;*/ }
  .section--header .section__nav-items .sub-menu {
    position: static;
    background: transparent;
    box-shadow: none;
    padding: 9px;
    margin: -4px;
    margin-left: -4px;
    opacity: 1 !important;
    display: none; }
  .section--header .section__nav-items .active + .sub-menu {
    display: block; }
  .section--header .section__nav-items .menu-item {
    margin-left: 20px;
    margin-top: 15px; }
  .section--header .section__contacts {
    font-size: 14px;
    flex-direction: column;
    align-items: flex-end; }
  .section--header .section__clinics {
    position: relative;
    margin: 15px; }
  .section--header .section__clinics-expander {
    display: block; }
  .section--header .section__clinics-expander br {
    display: none; }
  .section--header .section__clinics-list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
    padding: 10px;
    margin-top: 10px;
    flex-direction: column;
    align-items: flex-start; }
  .section--header .section__clinics-list:not(.js__expander--expanded) {
    display: contents; }
  .section--header .section__top-action > a br {
    display: none; }
  .section--header .section__contact--socials {
    margin: 0;
    margin-right: 10px; }
  .section--header .section__nav {
    margin-top: 0px; }
  .section__left {
    display: flex;
    align-self: center; }
  .section--header .section__contact--phone {
    margin-right: 10px; } }

@media (max-width: 767.98px) {
  .section--header .section__contacts {
    font-size: 12px;
    flex-direction: column;
    align-items: flex-end; } }

@media (max-width: 575.98px) {
  .section--header .section__top {
    padding-right: 30px; }
  .section--header .section__clinics {
    margin-left: 0; }
  .section--header .section__top-actions {
    margin-left: 0; }
  .section--header .section__info {
    flex-direction: column; }
  .section--header .section__right {
    margin-left: 0;
    margin-top: 15px; }
  .section--header .section__contacts {
    align-items: center; }
  .section--header .section__contact--socials {
    margin-right: 0; } }

.js__expander--expanded .burger__line:nth-child(2) {
  opacity: 0; }

.js__expander--expanded .burger__line:nth-child(1) {
  top: 50%;
  transform: rotate(45deg); }

.js__expander--expanded .burger__line:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg); }

.burger__wrap:hover {
  cursor: pointer; }

@media (max-width: 400px) {
  .section--header .section__contact--socials span {
    display: none; } }

.page__content {
  margin-bottom: 30px; }

.important__wrapper {
  display: flex;
  background: #eeeeee;
  border-radius: 10px;
  border-left: 10px solid #038d7d;
  padding: 20px 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px; }

.important__image {
  background-image: url(https://licsp.ru/wp-content/themes/licsp/images/lamp.png);
  min-width: 64px;
  height: 64px;
  background-size: cover;
  margin-right: 12px;
  margin-top: 15px; }

.important__text br {
  /*display: none;*/ }

@media (max-width: 420px) {
  .important__wrapper {
    flex-direction: column; }
  .important__image {
    margin: 0;
    margin-bottom: 15px; } }

.page__search {
  margin-bottom: 30px; }
  .page__search div.asp_m.asp_m_1 {
    border-radius: 10px !important;
    border: 2px solid #038d7d !important;
    box-shadow: none !important; }
  .page__search div.asp_m.asp_m_1 .probox .promagnifier {
    display: none !important; }

div.asp_r.asp_r_1 .results .item .asp_content h3 a {
  font-family: 'Roboto Condensed' !important; }

.page__services-submenu {
  margin-bottom: 30px; }

@media (max-width: 767.98px) {
  .page__submenu-items {
    display: flex;
    flex-wrap: wrap; }
  .page__submenu-item {
    width: 50%; } }

@media (max-width: 450px) {
  .page__submenu-item-link {
    font-size: 14px;
    display: block;
    /*height: 100%;			
            display: flex;
            justify-content: center;
            align-items: center;*/ } }

.page__submenu-item.wrapper > div {
  /*display:flex;
		width:100%;
		*/
  position: relative; }

.plusBtn {
  position: absolute;
  top: 0;
  right: 0;
  background: #cacaca;
  color: #fff;
  width: 32px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  cursor: pointer; }

.plusBtn:hover {
  background: #038d7d; }

.subs {
  display: none;
  background: rgba(217, 237, 247, 0.5); }

.subs.active {
  display: block; }

.main-ref {
  text-align: left;
  padding-left: 15px;
  width: 100%;
  padding-right: 32px; }

.main-ref > a {
  display: block;
  width: 100%;
  height: 100%; }

.page__submenu .page__submenu-item {
  width: 100% !important; }

.service-actions {
  margin-bottom: 30px; }

.service-actions__slider {
  position: relative;
  padding-bottom: 10px; }

.service-actions__slider-pagination {
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: 6px; }
  .service-actions__slider-pagination .swiper-pagination-bullet {
    width: 6px;
    margin: 0 3px;
    opacity: 1;
    border-radius: 99px;
    height: 6px;
    background: #fff;
    border: 1px solid #038d7d; }
  .service-actions__slider-pagination .swiper-pagination-bullet-active {
    background: #038d7d; }

.service-actions__item {
  display: flex;
  flex-direction: column; }

.service-actions__item {
  height: 265px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden; }

.service-actions__item-price {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  font-size: 1.25em;
  text-align: center;
  padding: 5px;
  background-color: #ff671b;
  color: #fff; }

.service-actions__item-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 1.25em;
  text-align: center;
  text-transform: uppercase; }



.service-intro {
  display: flex;
  margin-bottom: 30px; }

.service-intro__content {
  padding: 25px 30px;
  background-color: #038d7d;
  color: #fff;
  width: 60%;
  border-radius: 10px;
  flex: 1 0 auto;
  position: relative;
  z-index: 1; }

.service-intro__title {
  font-size: 27px;
  font-weight: 500;
  font-family: 'Roboto';
  margin-bottom: 10px; }

.service-intro__text {
  line-height: 1.4;
  text-align: justify;
  color: #fff; }

.service-intro__text a {
  color: #fff; }

.service-intro__image {
  margin-left: -30px;
  border-radius: 10px;
  overflow: hidden;
  width: calc(40% + 30px);
  position: relative;
  top: 15px; }

@media (max-width: 1259.98px) {
  .service-intro__image {
    height: 307px; }
  .service-intro__image img {
    height: 100%;
    object-fit: cover; } }

@media (max-width: 991.98px) {
  .service-intro__content {
    width: 90%; }
  .service-intro__image {
    width: 90%;
    margin-top: -45px;
    margin-left: 30px; }
  .service-intro {
    flex-direction: column; } }

@media (max-width: 767.98px) {
  .service-intro__content {
    width: 90%;
    margin-top: 30px; } }

.service-pricelist {
  margin-bottom: 30px; }

.service-pricelist__title {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Roboto';
  color: #038d7d;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase; }

.service-pricelist__table {
  display: table;
  width: 100%; }

.service-pricelist__table-tr {
  display: table-row; }

.service-pricelist__table-td {
  display: table-cell; }

.service-pricelist__table-head {
  display: table-header-group; }
  .service-pricelist__table-head .service-pricelist__table-td {
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 2px solid #038d7d; }
  .service-pricelist__table-head .service-pricelist__table-td--price {
    text-align: center;
    padding: 10px;
    min-width: 65px; }

.service-pricelist__table-body {
  display: table-row-group; }
  .service-pricelist__table-body .service-pricelist__table-td {
    color: #8a8a8a;
    padding: 10px 0; }
  .service-pricelist__table-body .service-pricelist__table-td--price {
    text-align: center;
    padding: 10px;
    min-width: 65px; }
  .service-pricelist__table-body .service-pricelist__table-tr + .service-pricelist__table-tr .service-pricelist__table-td {
    border-top: 1px solid #8a8a8a; }
  .service-pricelist__table-body .service-pricelist__table-td + .service-pricelist__table-td {
    border-left: 1px solid #8a8a8a; }

.service-pricelist__description {
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid #038d7d;
  font-size: 14px;
  line-height: 1.4;
  padding: 15px; }

.service-pricelist__actions {
  margin-top: 20px;
  display: flex;
  justify-content: space-between; }

@media (max-width: 500px) {
  .service-pricelist__actions {
    flex-direction: column; }
  .service-pricelist__action a {
    width: 100%; }
  .service-pricelist__action:nth-child(1) {
    margin-bottom: 15px; } }

.service-popmenu {
  margin-bottom: 30px; }

.service-popmenu__title {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Roboto';
  color: #038d7d;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase; }

.service-popmenu__items {
  margin: -12.5px 0; }

.service-popmenu__col {
  display: flex; }

.service-popmenu__item {
  padding: 15px;
  box-shadow: 0 0 10px rgba(64, 64, 64, 0.15);
  margin: 12.5px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px; }

.service-popmenu__item-title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  font-family: 'Roboto';
  color: #038d7d;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase; }
  .service-popmenu__item-title a:hover {
    text-decoration: underline; }

.service-popmenu__item-intro {
  font-size: 13px;
  line-height: 1.4;
  text-align: justify;
  margin-bottom: 10px; }

.service-popmenu__item-price {
  margin-top: auto;
  font-size: 40px;
  font-weight: 500;
  font-family: 'Roboto';
  color: #038d7d;
  margin-bottom: 10px; }
  .service-popmenu__item-price span {
    font-size: 0.75em;
    vertical-align: baseline; }

.service-popmenu__item-action {
  align-self: stretch; }

.service-popmenu__item-action .button {
  width: 100%; }

.service-staff {
  margin-bottom: 30px; }

.service-staff__title {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Roboto';
  color: #038d7d;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase; }

.service-staff__slider {
  position: relative; }

.service-staff__slider-control {
  height: 28px;
  margin-top: -14px;
  background: none;
  width: auto;
  color: #038d7d;
  opacity: 0.35; }
  .service-staff__slider-control svg {
    height: 100%; }
  .service-staff__slider-control:after {
    display: none; }
  .service-staff__slider-control:hover {
    opacity: 1; }

.service-staff__slider-control--prev {
  left: auto;
  right: 100%;
  margin-right: 10px; }

.service-staff__slider-control--next {
  left: 100%;
  right: auto;
  margin-left: 10px; }

.service-staff__slider-pagination {
  display: none; }

.service-staff__slide {
  height: auto; }

.service-staff__slide-wrap {
  padding: 20px 20px 15px;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #038d7d;
  border-radius: 10px;
  display: flex;
  flex-direction: column; }

.service-staff__slide-image {
  height: 200px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  .service-staff__slide-image img {
    max-height: 100%;
    width: auto; }

.service-staff__slide-title {
  text-align: center;
  margin-bottom: 10px;
  flex: auto;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: 'Roboto';
  font-weight: 500; }
  .service-staff__slide-title a:hover {
    text-decoration: underline; }

.service-staff__slide-categories {
  font-size: 14px;
  margin-bottom: 10px;
  flex: auto;
  text-align: center;
  line-height: 1.2;
  /*color: map-get($colors, 'gray--');*/ }

.service-staff__slide-experience {
  text-align: center;
  font-size: 14px;
  flex: auto;
  font-weight: bold;
  margin-bottom: 10px; }

.service-staff__slide-clinic {
  text-align: center;
  flex: auto;
  line-height: 1.2; }

.service-staff__actions {
  margin-top: 25px; }

.service-staff__action {
  min-width: 240px; }

@media (max-width: 575.98px) {
  .service-staff__slider {
    margin: 0 15px; } }

.service-licenses {
  margin-bottom: 30px; }

.service-licenses__title {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Roboto';
  color: #038d7d;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase; }

.service-licenses__slider {
  position: relative; }

.service-licenses__slider-control {
  height: 28px;
  margin-top: -14px;
  background: none;
  width: auto;
  color: #038d7d;
  opacity: 0.35; }
  .service-licenses__slider-control svg {
    height: 100%; }
  .service-licenses__slider-control:after {
    display: none; }
  .service-licenses__slider-control:hover {
    opacity: 1; }

.service-licenses__slider-control--prev {
  left: auto;
  right: 100%;
  margin-right: 10px; }

.service-licenses__slider-control--next {
  left: 100%;
  right: auto;
  margin-left: 10px; }

.service-licenses__slider-pagination {
  display: none; }

.service-licenses__slide {
  height: auto; }

.service-licenses__slide-wrap {
  height: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  flex-direction: column; }

.service-licenses__slide-image {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

@media (max-width: 575.98px) {
  .service-licenses__slider {
    margin: 0 15px; } }

.reviews__title {
  font-size: 28px;
  color: #000;
  margin-bottom: 26px; }

.reviews-item {
  border-top: 1px solid #e1e1e1; }

.reviews-item:not(:last-child) {
  margin-bottom: 45px; }

.reviews-item__img {
  float: left;
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: 23px;
  background-color: #fff;
  margin-top: -1px;
  width: 60px;
  height: 60px; }

.reviews-item__img-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden; }

.reviews-item__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.reviews-item__name {
  font-weight: 700;
  font-size: 20px;
  color: black;
  margin: 15px 0 0;
  font-size: 16px; }

a.reviews-item__name {
  display: inline-block; }
  a.reviews-item__name:hover {
    text-decoration: underline; }

.reviews-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.reviews-info__row {
  display: flex;
  align-items: center;
  margin-top: 10px; }

.reviews-info__row:not(:last-child) {
  margin-right: 20px; }

.reviews-info__icon {
  width: 18px;
  margin-right: 5px; }

.reviews-info__text {
  font-size: 16px;
  color: #333; }

.reviews-item__text, .reviews-item__answer {
  font-size: 16px;
  line-height: 22px;
  padding: 11px 0;
  color: #666; }

.reviews-item__text {
  padding: 11px 0 30px; }

.reviews-item__answer {
  position: relative;
  flex: 1;
  display: flex;
  align-items: flex-start;
  padding: 30px 0 30px;
  padding: 30px 0 0; }

.reviews-item__answer::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 35%;
  right: 35%;
  height: 1px;
  background-color: #FF7E32; }

.reviews-item__answer p {
  flex: 1;
  padding-right: 30px; }

.reviews-item__answer-logo {
  width: 100px;
  width: 65px; }

.section--feedback {
  padding: 20px 0; }
  .section--feedback .section__content {
    background-color: #038d7d;
    border-radius: 10px;
    color: #fff;
    padding: 13px 0; }
  .section--feedback .section__desc {
    font-size: 13px;
    text-align: center; }
  .section--feedback .section__columns {
    display: flex;
    padding: 13px 0; }
  .section--feedback .section__column {
    padding: 0 40px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .section--feedback .section__column-title {
    font-family: 'Roboto';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 10px;
    text-align: center; }
    .section--feedback .section__column--head .section__column-title {
      line-height: 1.2;
      margin-bottom: 0;
      text-align: left; }
      .section--feedback .section__column--head .section__column-title b {
        font-size: 44px;
        font-weight: 500; }
      .section--feedback .section__column--head .section__column-title span {
        font-size: 36px;
        font-weight: 300;
        text-transform: none;
        font-family: 'Roboto Condensed'; }
  .section--feedback .section__column + .section__column {
    border-left: 1px solid #fff; }
  .section--feedback .section__contacts {
    display: flex;
    flex-direction: column; }
  .section--feedback .section__contact {
    font-size: 1.875em;
    font-weight: 300;
    display: flex;
    margin: 0.375em 0; }
    .section--feedback .section__contact svg {
      width: 1.25em;
      height: 1.25em;
      margin-right: 0.5em; }
  .section--feedback .section__contact--phone .section__contact-icon {
    color: #ff671b; }
    .section--feedback .section__contact--phone .section__contact-icon svg {
      width: 1em;
      height: 1em; }
  .section--feedback .section__contact-title {
    flex: 1;
    text-align: center; }
  .section--feedback .section__actions {
    display: flex;
    flex-direction: column;
    margin-top: 0.25em; }

@media (max-width: 1259.98px) {
  .section--feedback .section__column--head .section__column-title b {
    font-size: 30px; }
  .section--feedback .section__column--head .section__column-title span {
    font-size: 24px; }
  .section--feedback .section__contact-title {
    font-size: 24px; }
  .section--feedback .section__column:nth-child(1) {
    flex: 3; }
  .section--feedback .section__column:nth-child(2) {
    flex: 5; }
  .section--feedback .section__column:nth-child(3) {
    flex: 5; } }

@media (max-width: 991.98px) {
  .section--feedback .section__columns {
    flex-wrap: wrap; }
  .section--feedback .section__column:nth-child(1) {
    flex: unset;
    width: 100%; }
  .section--feedback .section__column:nth-child(2) {
    border: 0; }
  .section--feedback .section__column {
    justify-content: flex-start; }
  .section--feedback .section__column--head .section__column-title {
    line-height: 1;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px; }
  .section--feedback .section__column--head .section__column-title br {
    display: none; } }

@media (max-width: 767.98px) {
  .section--feedback .section__column:nth-child(2) {
    flex: unset;
    width: 100%;
    border: 0; }
  .section--feedback .section__column:nth-child(3) {
    border: 0; }
  .section--feedback .section__column {
    margin-bottom: 20px; }
  .section--feedback .section__column--head .section__column-title {
    text-align: center; }
  .section--feedback .section__contact-title {
    text-align: left; } }

.section--footer .section__top {
  padding: 30px 0; }
.section--footer .section__col {
  display: flex; }
.section--footer .section__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
.section--footer .section__logo {
  display: flex;
  flex-direction: column;
  align-items: center; }
.section--footer .section__logo-img {
  background-image: url(https://licsp.ru/wp-content/themes/licsp/images/logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 105px;
  width: 128px;
  display: block;
  margin-bottom: 15px; }
.section--footer .section__paysystems {
  margin-top: 20px; }
.section--footer .section__paysystems-title {
  font-size: 24px; }
.section--footer .section__paysystems-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -5px -10px;
  margin-top: 0; }
.section--footer .section__paysystems-item {
  max-width: 100px;
  padding: 5px 10px; }
.section--footer .section__nav-title {
  font-weight: bold;
  font-size: 24px;
  font-family: 'Roboto';
  margin-bottom: 20px; }
.section--footer .section__nav-items, .section--footer .section__nav-items .menu {
  display: flex;
  flex-direction: column;
  margin: -5px 0; }
  .section--footer .section__nav-items .page_item, .section--footer .section__nav-items .menu-item, .section--footer .section__nav-items .menu .page_item, .section--footer .section__nav-items .menu .menu-item {
    margin: 5px 0; }
    .section--footer .section__nav-items .page_item:hover, .section--footer .section__nav-items .menu-item:hover, .section--footer .section__nav-items .menu .page_item:hover, .section--footer .section__nav-items .menu .menu-item:hover {
      color: #ff671b;
      text-decoration: underline; }
.section--footer .section__contacts {
  margin: -5px;
  display: flex;
  flex-direction: column; }
.section--footer .section__contact {
  margin: 5px; }
.section--footer .section__contact--icon {
  font-size: 1.875em;
  font-weight: 300;
  display: flex;
  align-items: center; }
  .section--footer .section__contact--icon svg, .section--footer .section__contact--icon img {
    width: 1.25em;
    height: 1.25em;
    margin-right: 0.5em; }
    .section--footer .section__contact--icon a:not(.button):hover {
      color: #ff671b; }
.section--footer .section__contact--phone svg {
  fill: #ff671b; }
.section--footer .section__contact--email svg {
  fill: #038d7d; }
.section--footer .section__contact--socials {
  margin-top: 10px; }
  .section--footer .section__contact--socials .section__contact-items {
    display: flex;
    margin: -5px;
    justify-content: flex-start; }
  .section--footer .section__contact--socials img {
    width: 2.5em;
    height: 2.5em;
    border-radius: 999px;
    transition: box-shadow 0.2s; }
  .section--footer .section__contact--socials .section__contact-item {
    margin: 5px; }
    .section--footer .section__contact--socials .section__contact-item:hover img {
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
.section--footer .section__contact--worktime {
  margin-top: 10px;
  line-height: 1.4; }
  .section--footer .section__contact--worktime .section__contact-title {
    font-size: 21px; }
  .section--footer .section__contact--worktime .section__contact-content {
    font-size: 24px;
    font-weight: bold; }
.section--footer .section__contact--clinics {
  margin-top: 20px;
  line-height: 1.4; }
  .section--footer .section__contact--clinics .section__contact-title {
    font-weight: bold; }
.section--footer .section__bottom {
  background-color: #e6e6e6;
  padding: 10px 0; }
.section--footer .section__bottom-wrapper {
  display: flex;
  align-items: center; }
.section--footer .section__org {
  line-height: 1.6;
  font-size: 14px;
  color: #272727; }
.section--footer .section__devs {
  margin-left: 30px; }
  .section--footer .section__devs a {
    color: #272727;
    font-size: 12px; }
  .section--footer .section__devs svg {
    height: 30px;
    width: auto;
    margin-top: 5px;
    fill: #8a8a8a; }
  .section--footer .section__devs a:hover svg {
    fill: #8A2C47; }
.section--footer .section__devs-title {
  color: #038d7d;
  font-size: 16px;
  text-decoration: none; }
.section--footer .section__devs-title:hover {
  text-decoration: underline; }
.section--footer .section__devs-img {
  width: 15%; }
@media (max-width: 1599.98px) {
  .section--footer .section__contact--icon {
    font-size: 24px; } }
@media (max-width: 1259.98px) {
  .section--footer .section__col.logo__col {
    display: flex;
    justify-content: center;
    margin-bottom: 30px; }
  .section--footer .section__info {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .section--footer .section__paysystems-title {
    font-size: 24px;
    text-align: center; } }
@media (max-width: 767.98px) {
  .section--footer .contacts__col {
    margin-top: 30px; }
  .section--footer .section__contact-items {
    justify-content: flex-start !important; }
  .section--footer .section__bottom-wrapper {
    flex-direction: column; }
  .section--footer .section__devs {
    margin-left: 0px;
    margin-top: 30px; } }
@media (max-width: 450px) {
  .section--footer .section__nav-title {
    font-size: 20px; }
  .section--footer .section__nav-items a {
    font-size: 14px; }
  .section--footer .section__paysystems-items {
    justify-content: center;
    width: 250px;
    margin-top: 10px; } }
