﻿@charset "UTF-8";
/*************IMPORT**************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/***********Header***********/
.popup1__list li a {
  display: block;
  width: 70px;
  padding-top: 75px;
  background-size: 100% 100%;
}
.popup1__list li a span {
  display: inline-block;
  width: 56px;
}

.popup2__list li a.popup2__item1, .popup2__list li a.popup2__item2, .popup2__list li a.popup2__item3, .popup2__list li a.popup2__item6, .popup2__list li a.popup2__item7 {
  width: 103px;
  padding-top: 108px;
}
.popup2__list li a.popup2__item4, .popup2__list li a.popup2__item5 {
  width: 146px !important;
}

.popup3__list li a.popup3__item1, .popup3__list li a.popup3__item2, .popup3__list li a.popup3__item3, .popup3__list li a.popup3__item4 {
  width: 105px;
  padding-top: 110px;
}

.top_line {
  color: #5f5f5f;
  position: fixed;
  z-index: 1024;
  width: 100%;
  top: 0;
  background: #ddce6e;
  border-bottom: 1px solid #CEBE59;
  height: 46px;
}
.top_line .container > * {
  float: left;
  display: block;
  vertical-align: middle;
  height: 100%;
}
.top_line .container > span.doctorWho {
  display: none;
}
@media (max-width: 768px) {
  .top_line .container > span.doctorWho {
    display: inline-block;
    float: none;
    font: 16px/46px Arial;
    font-weight: bold;
  }
}
.top_line .container:after {
  content: "";
  display: block;
  clear: both;
}
.top_line .header__radio > ul > li.header-alreadyLoggedInBtn {
  display: flex;
  align-items: center;
}
.top_line .header-alreadyLoggedInBtn__content {
  width: 28px;
  height: 28px;
  background: url(../../Images/accountIcon.png);
  background-size: contain;
}
.top_line .btnBlue {
  background: url(../../Images/accountMobileBlueicon.png);
  background-size: contain;
}

.header_log-out {
  text-align: left;
  margin-right: 8px 10px;
  height: 45px;
}
.header_log-out a {
  color: #5f5f5f;
  padding: 10px;
}
.header_log-out.open a {
  background: #2d2d2d;
  color: white;
}
.header_log-out img {
  max-width: 100%;
}

.header__radio {
  max-width: 50%;
  text-align: left;
  margin-top: -3px;
}
.header__radio > ul > li.popup-menu-Accessibility {
  background: url(../MainSiteNew/Images/wheel_chair_icon.png) no-repeat;
  background-position: 50% 50%;
  width: 54px;
  height: 47px;
}
.header__radio > ul > li.popup-menu-Accessibility.open {
  background: #ececec url(../MainSiteNew/Images/wheel_chair_icon.png) no-repeat;
  background-position: 50% 50%;
}
.header__radio ul:after {
  content: "";
  display: block;
  clear: both;
}
.header__radio img {
  vertical-align: sub;
  margin: 0 3px;
}
.header__radio .radio--acwg {
  font-weight: bold;
  margin-right: 3px;
}
.header__radio .radio--acwg label {
  margin-right: 2px;
}
.header__radio .acwg--24 {
  font-size: 24px;
}
.header__radio .acwg--18 {
  font-size: 18px;
}
.header__radio .acwg--16 {
  font-size: 16px;
}
.header__radio > li, .header__radio #ctl00_lnkbExit {
  border-right: 1px solid #CEBE59;
  padding: 7px 10px;
}
.header__radio .open-popup-menu {
  cursor: pointer;
  vertical-align: text-top;
  transition: 0.1s;
}
.header__radio .open-popup-menu:hover {
  text-decoration: none;
}
.header__radio .open-popup-menu.open {
  background: #2d2d2d;
  color: white;
}
.header__radio a:hover {
  color: #333;
}
.header__radio .login__button:hover {
  color: #ddce6e;
}

.day_box .icon-box {
  vertical-align: text-top;
  display: inline-block;
  padding: 8px 7px; /*!!!! 9px*/
}
.day_box span {
  vertical-align: middle;
  display: inline-block;
  line-height: 17px;
}
.day_box a.open {
  background: #2d2d2d;
}

a[data-id=popup-Help]:after {
  content: "";
  display: block;
  background: url("../MainSite/Benefits/Images/BenefitsNew/question_icon-small.png") top no-repeat;
  width: 28px;
  height: 28px;
  background-position: 0 -28px;
}

a.open[data-id=popup-Help]:after {
  background-position: bottom;
}

/**********************/
/***************POPUP-MENU*******************/
.popup-form {
  position: absolute;
  background: #2d2d2d;
  z-index: 979;
  display: none;
  top: 46px;
  display: inline-block;
  padding: 10px;
  left: 1px;
  width: 245px;
  height: 35px;
  display: none;
  list-style: none;
  /*&:before{
      content: "";
      display: block;
      position: absolute;
      height: 20px;
      width: 20px;
      left: 5px;
      top: 16px;
      background: url("../MainSite/Benefits/Images/BenefitsNew/arrows5.png") no-repeat center center;
  }*/
}
.popup-form input[type=submit] {
  z-index: 1000;
  opacity: 0;
  width: 20px;
  cursor: pointer;
}
.popup-form input[type=text] {
  box-shadow: inset 1px 1px 20px 4px rgba(50, 50, 50, 0.75);
  vertical-align: top;
  float: right;
}
.popup-form input[type=password] {
  box-shadow: inset 1px 1px 20px 4px rgba(50, 50, 50, 0.75);
  vertical-align: top;
  float: right;
}
.popup-form a {
  color: #ddce6e;
  font-weight: bold;
  margin: -3px 0 0 8px;
  display: block;
}

.form_open {
  cursor: pointer;
}

.header-popup-menu {
  position: fixed;
  width: 100%;
  background: #2d2d2d;
  z-index: 999;
  display: none;
  height: 200px;
  top: 45px;
  left: 0;
  list-style: none;
}
.header-popup-menu .header__wrap {
  background: #2D2D2D;
}
.header-popup-menu:after {
  content: "";
  display: block;
  clear: both;
}
.header-popup-menu .popup-container {
  width: 100%;
  margin: 35px auto 5px;
  text-align: center;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.header-popup-menu h2 {
  height: 100%;
  font-size: 40px;
  color: #ddce6e;
  text-align: center;
  line-height: 1.3em;
  vertical-align: middle;
}
.header-popup-menu .top__menu--inline li {
  display: inline-block;
  margin: 0 5px 10px;
  text-align: center;
  vertical-align: top;
  width: 70px;
  line-height: 1.3em;
  font-size: 15px;
}
.header-popup-menu .top__menu--inline li:first-child {
  margin-left: 40px !important;
  margin-right: 0;
  position: relative;
  width: 100px;
  max-width: 131px;
}
.header-popup-menu .top__menu--inline li:first-child:before {
  content: "";
  display: block;
  width: 31px;
  height: 59px;
  left: -35px;
  top: 28px;
  position: absolute;
}
.header-popup-menu .top__menu--inline li a {
  color: #fff;
}
.header-popup-menu .top__menu--inline li a:hover {
  text-decoration: underline;
}
.header-popup-menu img {
  margin: auto;
  display: block;
  margin-bottom: -2px;
  width: 100%;
}

.popup-Follow.header-popup-menu .popup-container, .popup-Help.header-popup-menu .popup-container {
  margin: 20px auto;
}
.popup-Follow.header-popup-menu .top__menu--inline li, .popup-Help.header-popup-menu .top__menu--inline li {
  margin: 0 20px 15px;
  width: auto;
  vertical-align: middle;
  max-width: none;
}
.popup-Follow.header-popup-menu .top__menu--inline li:first-child:before, .popup-Help.header-popup-menu .top__menu--inline li:first-child:before {
  display: none;
}
.popup-Follow.header-popup-menu .top__menu--inline li:nth-child(2), .popup-Help.header-popup-menu .top__menu--inline li:nth-child(2) {
  margin-left: 30px;
}

.popup-Help.header-popup-menu .top__menu--inline li:first-child {
  top: -5px;
}

.popup-Help .top__menu--inline li:not(.first) {
  vertical-align: top;
  max-width: 105px;
}

/**********************************/
@media (min-width: 1400px) and (max-width: 780px) {
  .header-popup-menu {
    height: 370px;
  }
}
@media (max-width: 1150px) {
  .top_line .header__radio {
    max-width: 65%;
    float: left;
  }
  .top_line .day_box {
    width: 35%;
    float: right;
  }
  .popup-Institutes > * {
    width: 100%;
    margin-bottom: 10px;
  }
  .popup-Institutes > *:nth-child(2) {
    margin-top: 0;
  }
  .header_new_search {
    width: 300px;
  }
  .inner_page {
    padding: 15px;
  }
  .inner_page .right-contrnt {
    float: right;
    width: 22%;
  }
  .inner_page .left-contrnt {
    float: right;
    width: 78%;
  }
  .inner_page .link_inner_page_wrap {
    margin: 0 auto;
    width: 672px;
  }
  .inner_page .inner_page_card {
    max-width: 230px;
  }
  .inner_page .title_dvBanner {
    margin: 0 10px;
  }
  .inner_page .b-benefits_simple_banner {
    width: 210px;
    margin: 5px;
  }
  .inner_page .b-benefits_simple_banner img {
    margin: 0px;
  }
  .inner_page .b_appointment_menu {
    margin-top: 30px;
    width: 610px;
    margin: 0 auto;
  }
  .inner_page .b_menu.new_b_menu > li {
    margin-right: 20px;
    width: 45%;
  }
}
@media (max-width: 1028px) {
  .top_line .header__radio {
    max-width: 55%;
    margin-left: 0 !important;
  }
  .top_line .day_box {
    width: 45%;
  }
  #ctl00_wucHeaderLine_lblFullName {
    display: none;
  }
  .top_line .day_box {
    width: auto;
  }
  .top_line .header__radio {
    /*width: 60%;*/
    margin-left: 20px;
  }
  .inner_page .right-contrnt, .inner_page .left-contrnt {
    width: 100%;
  }
  .inner_page .inner_page_card {
    max-width: 450px;
    float: left;
    margin-top: 28px;
  }
  .inner_page .h2boxes_inner_page {
    min-height: 90px;
  }
  .header_new_search {
    margin-top: 85px;
  }
  .header-tagline {
    position: absolute;
    top: 10px;
    left: 0;
  }
}
@media (max-width: 780px) {
  .inner_page .link_inner_page_wrap {
    width: 470px;
  }
  .steimazky__table img {
    width: 25% !important;
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 1150px) and (min-width: 640px) {
  .benefits__container__map.menu__destination--3 aside {
    float: none;
    margin-top: 60px;
    width: 100%;
  }
  .benefits__container__map.menu__destination--3 .map__list-top {
    top: 290px !important;
    right: 20px;
  }
  .benefits__container__map.menu__destination--3 .map__list-top img:first-child {
    width: 60px;
  }
  .benefits__container__map.menu__destination--3 .map__prices {
    width: auto;
  }
  .benefits__container__map.menu__destination--3 .map__prices strong {
    width: 100%;
    max-width: 100%;
  }
  .benefits__container__map.menu__destination--3 .map__prices .prices__col {
    width: auto;
    max-width: 100%;
  }
  .benefits__container__map.menu__destination--3 .map__prices .prices__col.col--small {
    width: 100%;
    max-width: 100%;
  }
  .benefits__container__map.menu__destination--3 .map__list {
    margin-top: 60px;
    margin-right: 10%;
  }
  .benefits__container__map.menu__destination--3 .map__list li {
    font-size: 24px;
  }
  .benefits__container__map.menu__destination--3 .map__list li.on img {
    height: 10px;
  }
  .benefits__container__map.menu__destination--3 .map__list li.u {
    margin-top: 0;
  }
  .benefits__container__map.menu__destination--3 .map__list li.u img {
    height: 50px;
  }
  .benefits__container__map.menu__destination--3 .map__list .map__list__rect p {
    font-size: 14px;
  }
  .benefits__container__map.menu__destination--3 .map__list .map__list__rect .list--bold {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .container {
    text-align: center;
  }
  .header-popup-menu {
    position: absolute;
    right: -15px;
    background: #000000;
    top: 130px;
    width: 300px;
    height: auto;
    min-height: 50px;
  }
  .header-popup-menu .top__menu--inline ul {
    text-align: right;
    background: #000;
    margin: 0 40px 0 0;
    padding: 0;
    right: -39px;
  }
  .header-popup-menu .top__menu--inline ul li:first-child {
    display: none;
  }
  .header-popup-menu .top__menu--inline ul li {
    margin: 5px 0;
    background: none;
  }
  .header-popup-menu .top__menu--inline ul li a {
    text-align: center;
    width: 100%;
    background-size: 31px;
    background-position: right;
    padding-right: 0;
    padding-top: 2px;
    height: auto;
  }
  .header-popup-menu .top__menu--inline ul li img {
    display: inline-block;
    float: right;
    width: 30px;
    margin: 0 10px;
  }
  .header-popup-menu.popup-Follow .top__menu--inline li {
    width: 300px;
    margin: 0;
  }
  .header-popup-menu.popup-Follow .top__menu--inline li:nth-child(2) {
    display: none;
  }
  .header-popup-menu.popup-Follow .top__menu--inline li.market {
    display: inline-block;
    width: 50%;
    float: left;
    margin: 10px 0;
  }
  .header-popup-menu.popup-Follow .top__menu--inline li.market img {
    width: 127px;
    margin: 0px;
  }
  .header-popup-menu.popup-Help .top__menu--inline li {
    width: 300px !important;
    margin: 0 !important;
    font-size: 16px !important;
    max-width: none !important;
  }
  .header-popup-menu.popup-Help .top__menu--inline li:nth-child(2) {
    display: none;
  }
  .benefits__wrap.font12 .header-popup-menu, .benefits__wrap.font15 .header-popup-menu {
    top: 120px;
  }
  .benefits__wrap.font12 .header-popup-menu li, .benefits__wrap.font15 .header-popup-menu li {
    max-width: none;
  }
  .top_line .open-popup-menu:not(.header_log-out) {
    display: none;
  }
  .day_box span {
    display: none;
  }
  .icon-box {
    margin-right: 40px;
  }
  .header__logo {
    margin-bottom: 0;
  }
  .header__logo .header-tagline {
    font-size: 40px;
    left: 10px;
  }
  .header__logo a {
    width: 156px;
    /*margin-top: 10px;*/
    margin-left: 0;
  }
  .header_new_search {
    width: 231px;
    margin-top: 55px;
  }
  .benefits__container__map .map__list-top {
    top: 345px;
    right: 23px;
  }
  .benefits__container__map .map__list.map__list--contact li p {
    font-size: 30px !important;
  }
  .benefits__container__map .map__list.map__list--contact li a {
    font-size: 24px !important;
  }
  .boxesContainer_item {
    width: 90%;
  }
  .inner_page .b-benefits_simple_banner {
    margin: 10px;
  }
  .inner_page .inner_page_card {
    max-width: 100%;
    float: left;
    margin-top: 20px;
  }
  .inner_page .top__menu .menu__button {
    display: block;
    height: 4px;
    width: 30px;
    background: #e0cb84;
    border-radius: 3px;
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 10;
  }
  .inner_page .top__menu .menu__button:before {
    content: "";
    display: block;
    height: 4px;
    width: 30px;
    background: #e0cb84;
    border-radius: 3px;
    position: absolute;
    top: -6px;
  }
  .inner_page .top__menu .menu__button:after {
    content: "";
    display: block;
    height: 4px;
    width: 30px;
    background: #e0cb84;
    border-radius: 3px;
    position: absolute;
    bottom: -6px;
  }
  .inner_page .top__menu {
    float: none;
    margin: 0;
    position: absolute;
    right: -50px;
    top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .inner_page .top__menu ul {
    padding: 25px 15px 15px 5px;
    background: #2d2d2d;
    position: absolute;
    right: -50px;
    top: -1000px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .inner_page .b_appointment_menu {
    width: 90% !important;
  }
  .inner_page .b_appointment_menu .b_menu.new_b_menu > li {
    margin: 0 0 30px;
    width: 100%;
  }
  .inner_page .b_appointment_menu a {
    font-size: 1.4em;
  }
  .inner_page .b_appointment_menu .b_menu.new_b_menu > li {
    height: auto !important;
  }
  .benefits__messages__list ul li {
    margin: 15px 0;
  }
  .benefits__messages__list ul li:first-child {
    margin-right: 0 !important;
  }
  .benefits__messages__list ul li:last-child {
    margin-left: 0 !important;
  }
  .benefits__container__map.menu__destination--3 .map__list {
    margin-right: 0;
    margin-top: 40px !important;
    position: relative;
    height: 290px;
    opacity: 1;
  }
  .benefits__container__map.menu__destination--3 .map__list li {
    font-size: 22px;
    width: 290px;
    padding: 20px 105px 30px 0;
    background-size: 100% 100%;
    margin-bottom: 20px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .benefits__container__map.menu__destination--3 .map__list li .list__badge {
    right: 42px;
    top: 16px;
  }
  .benefits__container__map.menu__destination--3 .map__list li:first-child:after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 10px;
    background: url(../MainSite/Benefits/Images/arrow_new.png) no-repeat;
    background-size: 100%;
    transform: rotate(90deg);
    left: 9%;
    top: 42%;
  }
  .benefits__container__map.menu__destination--3 .map__list li:nth-child(2n) {
    top: 100px;
    right: 50%;
    margin-right: -145px;
  }
  .benefits__container__map.menu__destination--3 .map__list li:last-child {
    left: 0;
    right: initial;
    top: 200px;
  }
}
@media (max-width: 560px) {
  .header-popup-menu .popup-container {
    width: 95%;
    margin: 15px auto 0;
  }
  .header-popup-menu h2 {
    margin-bottom: 15px;
  }
  .header-popup-menu .popup-item {
    margin: 0 15px 15px 0;
  }
  .inner_page .link_inner_page_wrap {
    width: 230px;
  }
  .benefits__container__map .map__list.map__list--contact .contacts__phone {
    width: 100%;
  }
}
@media (max-width: 460px) {
  container {
    width: 100%;
  }
  .top_line .header__radio {
    width: auto;
    margin: 0;
  }
  .top_line .day_box span {
    display: none;
  }
  .header__logo {
    margin-right: 0px;
  }
  .header__logo .header-tagline {
    font-size: 32px;
    left: 0px;
    top: 30px;
  }
  .header__logo a {
    width: 120px;
  }
  .header_new_search {
    width: 100%;
    margin: 20px 0;
  }
  .benefits__container__map .map__list-top {
    position: initial;
    margin: 40px 0 0 0;
  }
  .benefits__container__map .map__list {
    margin-top: 0;
  }
  .benefits__container__map.menu__destination--3 .map__list {
    height: 220px;
  }
  .benefits__container__map.menu__destination--3 .map__list li {
    width: 210px;
    font-size: 18px;
    padding: 17px 78px 23px 0;
    right: 50% !important;
    left: initial !important;
    margin-right: -105px !important;
  }
  .benefits__container__map.menu__destination--3 .map__list li .list__badge {
    font-size: 26px;
    top: 12px;
    right: 30px;
  }
  .benefits__container__map.menu__destination--3 .map__list li .list--bold {
    font-size: 18px;
  }
  .benefits__container__map.menu__destination--3 .map__list li:first-child:after {
    width: 11px;
    height: 10px;
    left: 5%;
    top: 42%;
  }
  .benefits__container__map.menu__destination--3 .map__list li:nth-child(2n) {
    top: 80px;
  }
  .benefits__container__map.menu__destination--3 .map__list li:last-child {
    top: 160px;
  }
}
/**********Accessibility********/
.ephp-ul-4 li {
  position: relative;
}
.ephp-ul-4 li input[type=radio], .ephp-ul-4 li input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
}
.ephp-ul-4 li input[type=radio]:hover, .ephp-ul-4 li input[type=checkbox]:hover {
  cursor: pointer;
}

.popup-Accessibility a:hover {
  cursor: pointer;
  text-decoration: none !important;
}
.popup-Accessibility li {
  position: relative;
}
.popup-Accessibility li input[type=radio], .popup-Accessibility li input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
}
.popup-Accessibility li input[type=radio]:hover, .popup-Accessibility li input[type=checkbox]:hover {
  cursor: pointer;
}

.grayscale {
  -webkit-filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}

.linkdecoration * a {
  text-decoration: underline !important;
}

.readableFont {
  font-family: Arial, sans-serif !important;
}

.highcontrast * {
  background: #000 !important;
}
.highcontrast .map {
  background: none !important;
}
.highcontrast .map * {
  background: none !important;
}
.highcontrast input, .highcontrast select {
  background: #fff !important;
}
.highcontrast h1, .highcontrast h2, .highcontrast h3 {
  color: #40C090 !important;
}
.highcontrast li {
  color: #0080FF !important;
}
.highcontrast a {
  color: #0080FF !important;
}
.highcontrast p, .highcontrast span {
  color: #fff !important;
}
.highcontrast .popup1__list span {
  color: #0080FF !important;
}
.highcontrast .newsletter__button, .highcontrast .difs_fields a {
  color: #0080FF;
  border: 1px solid #18c746;
}

.negativecontrast * {
  background: #000 !important;
}
.negativecontrast .map {
  background: none !important;
}
.negativecontrast .map * {
  background: none !important;
}
.negativecontrast input, .negativecontrast select {
  background: #fff !important;
}
.negativecontrast h1, .negativecontrast h2, .negativecontrast h3 {
  color: #fff !important;
}
.negativecontrast li {
  color: #ff0 !important;
}
.negativecontrast a {
  color: #ff0 !important;
}
.negativecontrast p, .negativecontrast span {
  color: #fff !important;
}
.negativecontrast .popup1__list span {
  color: #ff0 !important;
}
.negativecontrast .newsletter__button, .negativecontrast .difs_fields a {
  color: #fff;
  border: 1px solid #18c746;
}

.lightbackground * {
  background: #fff !important;
}
.lightbackground .map {
  background: none !important;
}
.lightbackground .map * {
  background: none !important;
}
.lightbackground input, .lightbackground select {
  background: #fff !important;
  border: 1px solid #ccc !important;
}
.lightbackground h1, .lightbackground h2, .lightbackground h3 {
  color: #000 !important;
}
.lightbackground li {
  color: #000 !important;
}
.lightbackground a {
  color: #000 !important;
}
.lightbackground p, .lightbackground span {
  color: #000 !important;
}
.lightbackground .popup1__list span {
  color: #000 !important;
}
.lightbackground .newsletter__button, .lightbackground .difs_fields a {
  color: #000;
  border: 1px solid #18c746;
}

body.fontsize120 .wcag__container * {
  font-size: 120% !important;
}
body.fontsize140 .wcag__container * {
  font-size: 140% !important;
}

.top_line .header_log-out {
  padding-left: 45px !important;
  color: #000 !important;
  background-color: #0099f0;
  font-weight: bold;
  position: relative;
  height: 45px;
}
.top_line .header_log-out_icon {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 12px;
  left: 10px;
  background: url("../Images/login-in.png") no-repeat center/cover;
}
@media (min-width: 1440px) {
  .top_line .header_log-out_icon {
    display: block;
  }
}
.top_line .header_log-out_mob {
  display: none;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .top_line .header_log-out_mob {
    display: block;
  }
}
@media (min-width: 1440px) {
  .top_line .header_log-out_mob {
    display: none;
  }
}
.top_line .header_log-out_desk {
  display: block;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .top_line .header_log-out_desk {
    display: none;
  }
}
@media (min-width: 1440px) {
  .top_line .header_log-out_desk {
    display: block;
  }
}

/**************Popup-alreadiLoggedIn*********************/
.popup-alreadyLoggedIn {
  display: block;
  position: absolute;
  top: 45px;
  left: 0;
  width: 620px;
  height: auto !important;
  background: #edeff0;
  text-align: right;
  direction: rtl;
  box-sizing: border-box;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-right: 70px !important;
}
.popup-alreadyLoggedIn:after {
  display: none !important;
}
.popup-alreadyLoggedIn .popup__title {
  font-size: 18px;
  color: #4e4e4e;
  margin-bottom: 20px;
}
.popup-alreadyLoggedIn .popup__closeBth:hover {
  text-decoration: none;
}
.popup-alreadyLoggedIn .popup__buttons {
  display: flex;
  flex-wrap: wrap;
  width: 55%;
  justify-content: space-between;
  float: right;
  margin-left: 20px;
}
.popup-alreadyLoggedIn .popup__button {
  display: block;
  text-align: center;
  color: #000 !important;
  background: #fff;
  border-radius: 30px;
  font-size: 14px;
  width: 50%;
  max-width: 140px;
  padding-bottom: 3px;
  line-height: 32px;
  text-decoration: none !important;
  font-weight: 700 !important;
  margin-bottom: 20px;
  max-height: 35px;
}
.popup-alreadyLoggedIn .popup__button:hover {
  color: #fff !important;
  background: #0099F0;
}
.popup-alreadyLoggedIn img {
  max-width: 100%;
}
.popup-alreadyLoggedIn .popup__alreadyImgageBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
}

@media (max-width: 768px) {
  .popup-alreadyLoggedIn {
    width: 300px;
    padding-right: 20px !important;
    background: #fff;
    left: -20px;
    border-bottom: 1px solid #e5e6eb;
    border-right: 1px solid #e5e6eb;
  }
  .popup-alreadyLoggedIn:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: #e5e6eb;
    width: 232px;
    height: 1px;
  }
  .popup-alreadyLoggedIn .popup__buttons {
    flex-direction: column;
    width: 100%;
  }
  .popup-alreadyLoggedIn .popup__button {
    color: #000;
    background: #e5e6eb;
  }
  .right-borderIcon {
    border-right: 1px solid #e5e6eb;
  }
  .popup__alreadyImgageBlock {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
/**********FOOTER*************/
.component__footer {
  margin: 50px 0 0 0;
  background: url(../DoctorsIndex/Images/red__strip.png) no-repeat;
  background-size: 100% 3px;
  font-family: Arial;
}
.component__footer .info__item {
  padding: 3em 3.5em 1em 3.5em;
}
.component__footer .info__item p {
  font-weight: bold;
  font-size: 14px;
  color: #818181;
}
.component__footer .info__item ul li {
  list-style-type: none;
  font-size: 14px;
  margin: 3px 0;
  padding-right: 15px;
  position: relative;
}
.component__footer .info__item ul li a {
  color: #818181;
}
.component__footer .info__item ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #bcbcbc;
  border-radius: 100px;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -2px;
}
.component__footer .info__item.ima__item {
  background: url(../DoctorsIndex/Images/new_ima_icon.png) no-repeat;
  background-position: 80% 0.8em;
}
.component__footer .info__item.person__item {
  background: url(../DoctorsIndex/Images/profile_icon.png) no-repeat;
  background-position: 80% 0.8em;
}
.component__footer .info__item.link__item {
  background: url(../DoctorsIndex/Images/icon_link.png) no-repeat;
  background-position: 80% 0.8em;
}

.footer__social {
  padding: 8px 0 5px 0;
  background: #e6e8ea;
}
.footer__social ul {
  text-align: center;
}
.footer__social ul li {
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
  margin: 0 8px;
}
.footer__social ul li.vertical--super {
  margin: 0;
}
.footer__social ul li.vertical--super a {
  position: relative;
  top: -2px;
  font-family: Arial;
  font-size: 14px;
  color: #5f5f5f;
  opacity: 0.6;
}
.footer__social ul li a {
  font-size: 14px;
  color: #5f5f5f;
}
.footer__social ul li a.social__icon {
  width: 27px;
  height: 26px;
  display: block;
  border-radius: 100px;
}
.footer__social ul li a.social__rss {
  background: url(../DoctorsIndex/Images/social_rss.png) no-repeat;
}
.footer__social ul li a.social__mail {
  background: url(../DoctorsIndex/Images/social_mail.png) no-repeat;
}
.footer__social ul li a.social__notif {
  background: url(../DoctorsIndex/Images/social_not.png) no-repeat;
}
.footer__social ul li a.social__youtube {
  background: url(../DoctorsIndex/Images/social_youtube.png) no-repeat;
}
.footer__social ul li a.social__facebook {
  background: url(../DoctorsIndex/Images/social_facebook.png) no-repeat;
}
.footer__social ul li a.social__twitter {
  background: url(../DoctorsIndex/Images/social_twitter.png) no-repeat;
}
.footer__social ul li a.social__app {
  width: 116px;
  height: 33px;
  display: block;
}
.footer__social ul li a.social__google {
  background: url(../DoctorsIndex/Images/google_play.png) no-repeat;
}
.footer__social ul li a.social__apple {
  background: url(../DoctorsIndex/Images/app_store.png) no-repeat;
}

@media screen and (max-width: 992px) {
  .component__footer .row .col-md-4 {
    text-align: center;
    background-position: center 0.8em;
  }
  .component__footer .row .col-md-4 ul {
    display: inline-block;
  }
}
/*********************/
/********************************/
@font-face {
  font-family: "Organy";
  src: url("fonts/organyregularwebfont.eot");
  src: url("fonts/organyregularwebfont.eot?#iefix") format("embedded-opentype"), url("fonts/organyregularwebfont.woff2") format("woff"), url("fonts/organyregularwebfont.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "OpenSansHebrew";
  src: url("fonts/OpenSansHebrew-Regular.eot");
  src: url("fonts/OpenSansHebrew-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansHebrew-Regular.woff") format("woff"), url("fonts/OpenSansHebrew-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "OpenSansHebrew";
  src: url("fonts/OpenSansHebrew-Bold.eot");
  src: url("fonts/OpenSansHebrew-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansHebrew-Bold.woff") format("woff"), url("fonts/OpenSansHebrew-Bold.ttf") format("truetype");
  font-weight: bold;
}
/**********************************/
body {
  direction: rtl;
  font-family: "OpenSansHebrew";
  font-size: 16px;
  -ms-overflow-style: scrollbar;
}

* {
  box-sizing: border-box;
}

ul, ol {
  list-style: none;
}

input[type=text], select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 0 5px;
}

input:active, input:focus, select:active, select:focus, textarea:active, textarea:focus {
  outline: none;
}

input[type=submit]:active,
input[type=submit]:focus {
  outline: none;
}

.doctorindex__wrap {
  width: 100%;
  margin: 0 auto;
  /*background: #fff;*/
  background-color: #f1f3f4;
  padding-top: 46px;
  box-sizing: border-box;
}
.doctorindex__wrap a {
  text-decoration: none;
}

.header__logo {
  margin: 20px auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .header__logo {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .header__logo {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .header__logo {
    max-width: 1400px;
    padding: 0;
  }
}
@media (min-width: 1700px) {
  .header__logo {
    max-width: 1700px;
  }
}
.header__logo.header__log--width {
  max-width: 1150px;
  margin: 20px auto 25px auto;
}
.header__logo a {
  background: url(/Images/logo.png?v=2) no-repeat;
  width: 158px;
  height: 80px;
  display: inline-block;
  background-size: 100%;
}
.header__logo h1 {
  display: inline-block;
  color: #d2232a;
  font-size: 60px;
  vertical-align: top;
  margin-right: 60px;
  font-family: "Organy";
}
.header__logo h2 {
  display: block;
  color: #9a9897;
  font-size: 20px;
  vertical-align: top;
  font-weight: bolder;
}
@media (min-width: 1024px) {
  .header__logo h2 {
    font-size: 43px;
  }
}

.bottom-section {
  display: flex;
}
.bottom-section .additional-text {
  font-size: 14px;
  text-align: right;
  width: calc(100% - 60px);
  display: inline-block;
  padding-left: 10px;
}

/*************HEADER*****************/
.top_line {
  background: #ddce6e;
  border-bottom: 1px solid #CEBE59;
  height: 46px;
}

.header__radio {
  position: relative;
}
.header__radio > span, .header__radio #ctl00_lnkbExit {
  border-right: 1px solid #CEBE59;
  padding: 7px 10px;
}
.header__radio .open-popup-menu {
  color: #eee;
}
.header__radio .open-popup-menu.open {
  background: #EDEFF0;
  color: #000;
}
.header__radio .open-popup-menu_share img {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  max-width: 100%;
}

.day_box > span {
  line-height: 45px;
  height: 45px;
}
.day_box .icon-box {
  float: right;
  height: 47px;
}
.day_box a.open {
  background: #EDEFF0;
}
.day_box a[data-id=popup-Help].open:after {
  content: "";
  display: block;
  background: url("../MainSite/Benefits/Images/BenefitsNew/question_icon-small.png") top no-repeat;
  background-position: top !important;
  width: 27px;
  height: 27px;
}

.sh-top {
  font-size: 12px;
  height: 35px;
}
.sh-top a {
  color: inherit;
  text-decoration: none;
}
.sh-top span {
  color: #000;
}

img {
  max-width: 100%;
}

.newBannerBox {
  width: 58%;
  margin-right: 2%;
  display: flex;
}
.newBannerBox__container {
  display: flex;
  max-height: 425px;
}

@media (max-width: 1024px) {
  .newBannerBox {
    width: 100%;
    margin-right: 0;
    max-height: 400px;
  }
  .newBannerBox__container {
    flex-wrap: wrap;
    overflow: hidden;
  }
}
.header-popup-menu {
  background: #edeff0;
  top: 46px;
}
.header-popup-menu h2 {
  color: #5f5f5f;
  text-align: right;
  font-weight: normal;
  font-size: 48px;
  line-height: 50px;
  margin-left: 20px;
}
.header-popup-menu .popup-container {
  margin: 0 auto !important;
  padding: 30px 0 15px 0;
  height: auto;
  box-sizing: border-box;
}
.header-popup-menu .benefits__wrap {
  background: #5f5f5f;
}
.header-popup-menu.popup-Update .top__menu--inline li {
  width: auto;
  margin: 0 20px 15px;
}
.header-popup-menu.popup-Update .top__menu--inline li.update__checkbox {
  max-width: 450px;
}
.header-popup-menu.popup-Update .top__menu--inline li.update__checkbox .update__checkbox__item {
  text-align: right;
  position: relative;
  margin-bottom: 15px;
  top: 20px;
}
.header-popup-menu.popup-Update .top__menu--inline li.update__checkbox .update__checkbox__item input {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  margin: 0;
}
.header-popup-menu.popup-Update .top__menu--inline li.update__checkbox .update__checkbox__item input:checked + label {
  background: url(../DoctorsIndex/Images/update__check__on.png) no-repeat;
  background-position: 100% 50%;
}
.header-popup-menu.popup-Update .top__menu--inline li.update__checkbox .update__checkbox__item input:hover {
  cursor: pointer;
}
.header-popup-menu.popup-Update .top__menu--inline li.update__checkbox .update__checkbox__item label {
  font-size: 16px;
  color: #515151;
  position: relative;
  z-index: 1;
  font-weight: normal;
  padding: 3px 40px 3px 0;
  background: url(../DoctorsIndex/Images/update__check.png) no-repeat;
  background-position: 100% 50%;
}
.header-popup-menu.popup-Update .top__menu--inline li:first-child {
  top: -5px;
  max-width: 100%;
}
.header-popup-menu.popup-Update .top__menu--inline li .popup3__item2 {
  background: url(../DoctorsIndex/Images/popup__update-message.png) no-repeat;
}
.header-popup-menu.popup-Update .top__menu--inline li .popup3__item3 {
  background: url(../DoctorsIndex/Images/popup__update-sett.png) no-repeat;
}
.header-popup-menu.popup-Accessibility .top__menu--inline li {
  width: auto;
}
.header-popup-menu.popup-Accessibility .top__menu--inline li a.popupAccessibility__item1 {
  background: url(../Images/Sprites/sprites__acessability.png) no-repeat;
  background-position: -724px 0;
}
.header-popup-menu.popup-Accessibility .top__menu--inline li a.popupAccessibility__item2 {
  background: url(../Images/Sprites/sprites__acessability.png) no-repeat;
  background-position: -634px 0;
}
.header-popup-menu.popup-Accessibility .top__menu--inline li a.popupAccessibility__item3 {
  background: url(../Images/Sprites/sprites__acessability.png) no-repeat;
  background-position: -542px 0;
}
.header-popup-menu.popup-Accessibility .top__menu--inline li a.popupAccessibility__item4 {
  background: url(../Images/Sprites/sprites__acessability.png) no-repeat;
  background-position: -452px 0;
}
.header-popup-menu.popup-Accessibility .top__menu--inline li a.popupAccessibility__item5 {
  background: url(../Images/Sprites/sprites__acessability.png) no-repeat;
  background-position: -362px 0;
}
.header-popup-menu.popup-Accessibility .top__menu--inline li a.popupAccessibility__item6 {
  background: url(../Images/Sprites/sprites__acessability.png) no-repeat;
  background-position: -272px 0;
}
.header-popup-menu.popup-Accessibility .top__menu--inline li a.popupAccessibility__item7 {
  background: url(../Images/Sprites/sprites__acessability.png) no-repeat;
  background-position: -182px 0;
}
.header-popup-menu.popup-Accessibility .top__menu--inline li a.popupAccessibility__item8 {
  background: url(../Images/Sprites/sprites__acessability.png) no-repeat;
  background-position: -90px 0;
}
.header-popup-menu.popup-Accessibility .top__menu--inline li a.popupAccessibility__item9 {
  background: url(../Images/Sprites/sprites__acessability.png) no-repeat;
  background-position: 0 0;
}
.header-popup-menu.popup-Follow .top__menu--inline li:nth-child(2) {
  display: none;
}
.header-popup-menu .top__menu--inline li:first-child {
  position: relative;
  top: -16px;
  width: auto;
}
.header-popup-menu .top__menu--inline li:first-child::after {
  content: "";
  display: block;
  width: 31px;
  height: 59px;
  left: -35px;
  top: 28px;
  position: absolute;
  background: url("../Images/Sprites/arrow__gray.png") no-repeat;
}
.header-popup-menu .top__menu--inline li img {
  display: none;
}
.header-popup-menu .top__menu--inline li a {
  color: #5f5f5f;
  text-decoration: none;
  height: auto;
}
.header-popup-menu .top__menu--inline li a:visited span {
  /*color: #c9c9c9;*/
}

.top_line {
  left: 0;
}
.top_line .header-popup-menu .header__wrap {
  background: #edeff0;
}

.popup1__list li a {
  background: url(../Images/Sprites/spites__site1.png) no-repeat;
}
.popup1__list li a.popup1__item1 {
  background-position: -1349px 0px;
}
.popup1__list li a.popup1__benefits {
  background-position: -904px 0px !important;
}
.popup1__list li a.popup1__medicineOnline {
  background-position: -1261px 0px;
}
.popup1__list li a.popup1__item2 {
  background-position: -814px 0px;
}
.popup1__list li a.popup1__item3 {
  background-position: -724px 0px;
}
.popup1__list li a.popup1__item4 {
  background-position: -632px 0px;
}
.popup1__list li a.popup1__item5 {
  background-position: -542px 0px;
}
.popup1__list li a.popup1__item5-6 {
  background-image: url("../Images/IMAIcon_large.png");
}
.popup1__list li a.popup1__item6 {
  background-position: -452px 0px;
}
.popup1__list li a.popup1__item7 {
  background-position: -362px 0px;
}
.popup1__list li a.popup1__item8 {
  background-position: -272px 0px;
}
.popup1__list li a.popup1__item9 {
  background-position: -180px 0px;
}
.popup1__list li a.popup1__item10 {
  background-position: -90px 0px;
}
.popup1__list li a.popup1__item111 {
  background-position: -1428px 0px;
}
.popup1__list li a.popup1__item12 {
  background-position: -994px 0px;
}
.popup1__list li a.popup1__item13 {
  background-position: -1085px 0px;
}
.popup1__list li a.popup1__item14 {
  background-position: -1173px 0px;
}
.popup1__list li a.popup1__conference2018 {
  background-image: url("../Images/43.png");
}
.popup1__list li a.popup1__OnlineSchool {
  background: url("../Images/header_icon/OnlineAcademyIcon.png") no-repeat;
}
.popup1__list li a.popup1__IndependentDoctor {
  background: url("../Images/header_icon/independentDoctor.png") no-repeat;
}

.popup2__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.popup2__list .market {
  align-self: center;
}
.popup2__list li:first-child {
  align-self: center;
}
.popup2__list li a {
  display: block;
  box-sizing: border-box;
}
.popup2__list li a.popup2__item1 {
  background: url(../Images/Sprites/sprites__social.png) no-repeat;
  background-position: -653px 0;
  min-height: 150px;
}
.popup2__list li a.popup2__item2 {
  background: url(../Images/Sprites/sprites__social1.png) no-repeat;
  background-position: -1230px 0;
}
.popup2__list li a.popup2__item21 {
  background: url(../Images/IMA_interns_fbCouncil.png) no-repeat;
  min-height: 150px;
  margin-bottom: 50px;
  width: 105px;
  padding-top: 108px;
}
.popup2__list li a.popup2__item31 {
  width: 103px;
  padding-top: 108px;
  background: url(../Images/Sprites/sprites__social1.png) no-repeat;
  background-position: -1095px 0;
}
.popup2__list li a.popup2__item3 {
  background: url(../Images/Sprites/sprites__social.png) no-repeat;
  background-position: -344px 0;
  min-height: 150px;
}
.popup2__list li a.popup2__item4 {
  background: url(../Images/Sprites/sprites__social.png) no-repeat;
  background-position: -162px -25px;
  padding-top: 51px;
  width: 146px;
  margin-bottom: 50px;
}
.popup2__list li a.popup2__item5 {
  background: url(../Images/Sprites/sprites__social.png) no-repeat;
  background-position: 0px -25px;
  width: 146px;
  padding-top: 51px;
  margin-bottom: 50px;
}
.popup2__list li a.popup2__item6 {
  background: url(../Images/Sprites/sprites__social.png) no-repeat;
  background-position: -823px 0;
  min-height: 150px;
}
.popup2__list li a.popup2__item7 {
  background: url(../Images/Sprites/sprites__social.png) no-repeat;
  background-position: -964px 0;
  min-height: 150px;
}
.popup2__list li a.popup2__item71 {
  background: url(../Images/Sprites/instaIc.png) no-repeat;
  min-height: 150px;
  margin-bottom: 50px;
  width: 105px;
  padding-top: 108px;
}
.popup2__list li a.popup2__item8 {
  background: url("../Images/payments-icon.png") no-repeat top center;
}
.popup2__list li a.popup2__item9 {
  background: url("../Images/password-icon.png") no-repeat top center;
}
.popup2__list li a.popup2__item10 {
  background: url("../Images/personal-icon.png") no-repeat top center;
}
.popup2__list li a.popup2__item11 {
  background: url("../Images/forms-icon.png") no-repeat top center;
}
.popup2__list li a.popup2__item12 {
  background: url("../Images/app-icon.png") no-repeat top center;
}
.popup2__list li a.popup2__item13 {
  background: url("../Images/elections-icon.png") no-repeat top center;
}
.popup2__list li a.popup2__item14 {
  background: url("../Images/locate-icon.png") no-repeat top center;
}
.popup2__list li a.popup2__item15 {
  background: url("../Images/more-icon.png") no-repeat top center;
}

.popup3__list li a {
  display: block;
}
.popup3__list li a.popup3__item1 {
  display: none;
}
.popup3__list li a.popup3__item2 {
  background: url(../Images/Sprites/sprites__help.png) no-repeat;
  background-position: -373px 0;
}
.popup3__list li a.popup3__item2.recovery_pass {
  background-position: -746px 0;
}
.popup3__list li a.popup3__item22 {
  width: 105px;
  padding-top: 110px;
  background: url(../Images/Sprites/sprites__help1.png) no-repeat;
  background-position: -890px 0;
}
.popup3__list li a.popup3__item3 {
  background: url(../Images/Sprites/sprites__help.png) no-repeat;
  background-position: -183px 0;
}
.popup3__list li a.popup3__item4 {
  background: url(../Images/Sprites/sprites__help.png) no-repeat;
  background-position: 0 0;
}
.popup3__list li a.popup3__item31 {
  padding-top: 110px;
  background: url(../Images/Sprites/sprites__help.png) no-repeat;
}

/***********new Strip****************/
.popup3NewStripe__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.popup3NewStripe__list li {
  width: auto;
  max-width: 150px;
  margin-right: 0;
  margin-left: 0;
}
.popup3NewStripe__list li.first {
  display: flex;
  align-items: center;
  top: unset;
  margin-bottom: 0;
}
.popup3NewStripe__list li a {
  display: block;
}
.popup3NewStripe__list li a.popup3__itemNew {
  width: 100%;
  display: flex;
  align-items: center;
  padding-right: 71px;
  min-height: 56px;
  margin-left: 55px;
  cursor: pointer;
}
.popup3NewStripe__list li a.popup3__itemNew--1 {
  background: url(../Images/helpIcnCircle1.png) no-repeat right;
  box-sizing: border-box;
}
.popup3NewStripe__list li a.popup3__itemNew--2 {
  background: url(../Images/helpIcnCircle2.png) no-repeat right;
  box-sizing: border-box;
}
.popup3NewStripe__list li a.popup3__itemNew--3 {
  background: url(../Images/helpIcnCircle3.png) no-repeat right;
  box-sizing: border-box;
}
.popup3NewStripe__list li a.popup3__itemNew--4 {
  background: url(../Images/helpIcnCircle4.png) no-repeat right;
  box-sizing: border-box;
}
.popup3NewStripe__list li a.popup3__itemNew--5 {
  background: url(../Images/helpIcnCircle5.png) no-repeat right;
  box-sizing: border-box;
}
.popup3NewStripe__list li a.popup3__itemNew--6 {
  background: url(../Images/helpIcnCircle6.png) no-repeat right;
  box-sizing: border-box;
}
.popup3NewStripe__list li a.popup3__itemNew--7 {
  background: url(../Images/helpIcnCircle7.png) no-repeat right;
  box-sizing: border-box;
}
.popup3NewStripe__list li a.popup3__itemNew--8 {
  background: url(../Images/helpIcnCircle8.png) no-repeat right;
  box-sizing: border-box;
}
.popup3NewStripe__list li a.popup3__itemNew--9 {
  background: url(../Images/helpIcnCircle9.png) no-repeat right;
  box-sizing: border-box;
}
.popup3NewStripe__list li a.popup3__itemNew--10 {
  background: url(../Images/helpIcnCircle10.png) no-repeat right;
  box-sizing: border-box;
}
.popup3NewStripe__list li a.popup3__itemNew--11 {
  background: url(../Images/helpIcnCircle11.png) no-repeat right;
  box-sizing: border-box;
}

.header-popup-menu .top__menu--inline li:first-child {
  margin-left: 70px !important;
}

.popup-Help .top__menu--inline li:not(.first) {
  max-width: 160px;
  text-align: right;
  margin-top: 20px;
}

.popup3__listContacts {
  background: #d9dadb;
}

.popup-HelpNew .popup-container {
  padding-top: 10px;
  padding-bottom: 0;
}

.header-popup-menu .top__menu--inline li:first-child::after {
  top: 10px;
  background-position: 0 center;
}

.header-popup-menu .top__menu--inline .popup3__listContacts li:first-child::after {
  background: url(../Images/arrow__lightGrey.png) no-repeat;
}

/************END new Strip**********/
.popup-Language .top__menu--inline .popupLanguage__list li a {
  display: block;
  width: 90px;
  padding-top: 75px;
  background: url(../Images/Sprites/sprite__lang.png) no-repeat;
}
.popup-Language .top__menu--inline .popupLanguage__list li a.popupLanguage_item1 {
  background-position: -262px 0;
}
.popup-Language .top__menu--inline .popupLanguage__list li a.popupLanguage_item2 {
  background-position: -172px 0;
}
.popup-Language .top__menu--inline .popupLanguage__list li a.popupLanguage_item3 {
  background-position: -80px 0;
}
.popup-Language .top__menu--inline .popupLanguage__list li a.popupLanguage_item4 {
  background-position: 10px 0;
}

.popup-Institutes .top__menu--inline .popupInstitutes__list li {
  width: 80px;
}
.popup-Institutes .top__menu--inline .popupInstitutes__list li:first-child {
  width: 150px;
}
.popup-Institutes .top__menu--inline .popupInstitutes__list li:first-child h2 {
  position: relative;
  left: 16px;
}
.popup-Institutes .top__menu--inline .popupInstitutes__list li a {
  display: block;
  width: 100%;
  padding-top: 75px;
  background: url(../Images/Sprites/sprites__institues.png) no-repeat;
}
.popup-Institutes .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item1 {
  background-position: -266px 0;
}
.popup-Institutes .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item2 {
  background-position: -175px 0;
}
.popup-Institutes .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item3 {
  background-position: -85px 0;
}
.popup-Institutes .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item4 {
  background-position: 6px 0;
}

.popup-Follow.header-popup-menu .top__menu--inline li:nth-child(2), .popup-Help.header-popup-menu .top__menu--inline li:nth-child(2) {
  display: none;
  margin-left: 0;
}

/***************POPUP-MENU*******************/
.popup-form {
  position: absolute;
  background: #ececec;
  z-index: 979;
  display: none;
  top: 42px;
  display: inline-block;
  padding: 10px;
  left: 0;
  width: 280px;
  height: 50px;
  display: none;
}
.popup-form input[type=text] {
  box-shadow: none;
  background: #d9d9d9;
  border: 2px solid #fff;
  border-radius: 3px;
  /*padding: 0 12px;*/
  color: #6e6a68;
  font-style: italic;
  box-sizing: border-box;
  height: 32px;
  width: 130px;
  float: none;
  font: 16px/31px Arial;
}
.popup-form input[type=password] {
  box-shadow: none;
  background: #d9d9d9;
  border: 2px solid #fff;
  border-radius: 3px;
  /*padding: 0 12px;*/
  color: #6e6a68;
  font-style: italic;
  box-sizing: border-box;
  height: 32px;
  width: 130px;
  float: none;
  font: 16px/31px Arial;
}
.popup-form a.login__button {
  color: #fff;
  padding: 6px 18px 7px 18px;
  border-radius: 3px;
  margin: 0;
  float: left;
  background: #6e6a68;
  text-decoration: none;
}
.popup-form a.login__button:hover {
  color: #fff;
}
.popup-form input {
  height: 35px;
}

.form_open {
  cursor: pointer;
}

.header-popup-menu {
  background: #ececec;
}
.header-popup-menu .benefits__wrap {
  background: #ececec;
}

.top_line {
  background: #fff url(../DoctorsIndex/Images/grey-strip-underline.png) bottom no-repeat;
  background-size: 100% 2px;
  border-bottom: none;
  left: 0;
}
.top_line .container {
  width: 100%;
  padding: 0;
}
.top_line .header__radio {
  max-width: 100%;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .top_line .header__radio {
    max-width: 80%;
    margin-left: 0;
  }
}
.top_line .header__radio > ul > li {
  height: 47px;
  line-height: 40px;
  display: inline-block;
  float: right;
  margin-left: -2px;
}
.top_line .header__radio > ul > li.popup-menu-Messages a {
  font-weight: bold;
  font-size: 16px;
  color: #d6181f;
  padding-right: 32px;
  background: url(../DoctorsIndex/Images/message-closed.png) no-repeat;
  background-position: 100% 60%;
  background-size: 26px 17px;
  display: block;
}
.top_line .header__radio > ul > li.popup-menu-MessagesEmpty a {
  padding-right: 32px;
  background: url(../DoctorsIndex/Images/message-opened.png) no-repeat center 60%;
  background-size: 26px 23px;
}
.top_line .header__radio > ul > li.popup-LoginIdOnly {
  display: none;
  height: auto;
}
.top_line .header__radio > ul > li.popup-LoginIdOnly.popup-LoginMainSite {
  width: 510px;
  float: none;
  line-height: 1;
  margin: 0;
  padding: 0 10px 0 20px;
  left: -2px;
  top: 47px;
  list-style: none;
}
.top_line .header__radio > ul > li.popup-LoginIdOnly.popup-LoginMainSite .popup-login__wrap {
  text-align: right;
  padding: 8px 0;
}
.top_line .header__radio > ul > li.popup-LoginIdOnly.popup-LoginMainSite .popup-login__wrap .login__password__container {
  display: inline;
  position: relative;
}
.top_line .header__radio > ul > li.popup-LoginIdOnly.popup-LoginMainSite .popup-login__wrap .login__password__container a {
  position: absolute;
  font-size: 12px;
  text-decoration: underline;
  right: 0;
  top: -20px;
  color: #5f5f5f;
  margin: 0;
  font-weight: bold;
}
.top_line .header__radio > ul > li.popup-LoginIdOnly.popup-LoginMainSite .popup-login__wrap p {
  font-size: 14px;
  margin-bottom: 8px;
  color: #5f5f5f;
}
.top_line .header__radio > ul > li.popup-LoginIdOnly.popup-LoginMainSite .popup-login__wrap .login__button {
  display: inline-block;
  float: none;
  padding: 8px 18px 8px 18px;
}
.top_line .header__radio > ul > li.popup-Exit {
  padding: 0 10px;
  position: relative;
}
.top_line .header__radio > ul > li.open-popup-menu, .top_line .header__radio > ul > li.radio-wrap {
  position: relative;
  padding: 0 10px;
}
.top_line .header__radio > ul > li.radio-wrap {
  position: relative;
  padding: 0 10px;
  display: none;
}
.top_line .header__radio > ul > li.popup-LoginIdOnly {
  display: none;
  height: auto;
}
.top_line .header__radio > ul > li.popup-IMADigital li a {
  display: block;
  min-width: 105px;
  padding-top: 75px;
}
.top_line .header__radio > ul > li.open:after {
  content: "";
  display: block;
  width: 2px;
  height: 76%;
  top: 12%;
  right: 0;
  background: #EDEFF0;
  position: absolute;
  z-index: 1;
}
.top_line .header__radio > ul > li:after {
  content: "";
  display: block;
  width: 2px;
  height: 76%;
  top: 12%;
  right: 0;
  background: #f4f4f4;
  position: absolute;
  z-index: 1;
}
.top_line .day_box {
  /* width: 30%;*/
  width: 20%;
  float: right;
}
@media (min-width: 1200px) {
  .top_line .day_box {
    width: 20%;
  }
}
.top_line .header__radio > span {
  background: url(../DoctorsIndex/Images/gray__border.png) top right no-repeat;
  background-size: 3px 100%;
  border-right: none;
  display: inline-block;
  vertical-align: top;
  height: 45px;
}

.doctorWho {
  display: none;
}

@media (max-width: 768px) {
  .top_line .container {
    text-align: center;
  }
  .top_line .container .doctorWho {
    display: inline-block;
    float: none;
  }
  .bottom-section {
    flex-direction: column;
  }
  .bottom-section .additional-text {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}
.top_line {
  background-color: #5a5a5a;
}

.top_line .container {
  background-color: #5a5a5a;
}

.header__radio .open-popup-menu span {
  background: none;
  color: inherit;
}

.header-popup-menu {
  background: #edeff0;
  top: 47px;
}

.top_line {
  border-top: none;
  background-color: #5a5a5a;
}
.top_line .container {
  background-color: #5a5a5a;
  color: #eee;
}
.top_line .container a {
  color: #eee;
}
.top_line .day_box a.open {
  border-bottom: 2px solid #edeff0;
}
.top_line .day_box .nc_home {
  background-repeat: no-repeat;
  background-position: center;
}
.top_line .header__radio > ul > li.open-popup-menu:hover {
  /*background-color: #edeff0;
  color: #000;
  position: relative;

  a{
      color: #000;
  }*/
}
.top_line .header__radio > ul > li.open-popup-menu:hover:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #0099F0;
  width: 100%;
  height: 10px;
  top: 0;
  left: 2px;
}
.top_line .header__radio > ul > li.open-popup-menu.open:hover::before {
  left: 0;
}
.top_line .header__radio > ul > li.popup-menu-Accessibility {
  background: url(../MainSiteNew/Images/wheel_chair_icon2.png) no-repeat;
  background-position: 50% 50%;
}
.top_line .header__radio > ul > li.popup-menu-Accessibility.open {
  background: #ececec url(../MainSiteNew/Images/wheel_chair_icon.png) no-repeat;
  background-position: 50% 50%;
}
.top_line .header__radio > ul > li:after {
  content: "";
  display: block;
  width: 2px;
  height: 59%;
  top: 21%;
  right: -2px;
  background: #eadcdc;
  position: absolute;
  z-index: 1;
}
@media (max-width: 768px) {
  .top_line .header__radio > ul > li:after {
    display: none;
  }
}
.top_line .header__radio .open-popup-menu.open:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #0099F0;
  width: 100%;
  height: 10px;
  top: 0;
}

a[data-id=popup-Help]:after {
  content: "";
  display: block;
  /*background: url("../../MainSiteNew/Images/question_icon-small.png") top no-repeat;*/
  background-position: 0 -27px;
  width: 27px;
  height: 27px;
}

.row_payment {
  position: relative;
  border-top: 5px solid #ebebe4;
  margin-top: 15px;
  padding-top: 15px;
}
.row_payment .title_payment {
  position: absolute;
  top: -17px;
  background: #fff;
  padding-left: 10px;
  font-size: 1.3em;
  font-weight: 700;
  color: #000;
}

.header__radio .open-popup-menu span {
  background: none;
  color: inherit;
}

.nc_Vote-candidate {
  width: 30px;
  float: right;
  padding: 8px 0px 0px;
  display: block;
}

.header-popup-menu {
  background: #edeff0;
  top: 47px;
}

.search_doctor_index__popup {
  width: 100%;
  position: absolute;
  display: none;
  z-index: 50000;
  background: #fff;
  text-align: right;
  padding: 0 5px;
  background-color: #d8d8d8;
}
.search_doctor_index__list {
  padding: 5px;
  background-color: #fff;
  margin: 5px 0;
  cursor: pointer;
}

.alert {
  box-sizing: border-box;
  border: 2px solid red !important;
  margin-bottom: 0px !important;
}

/* mobile menu */
.height {
  height: 100% !important;
}

.enterprise__hamburger {
  position: fixed;
  z-index: 99999;
  display: none;
  top: 0;
  right: 0;
  width: 50px;
}
.enterprise__hamburger .ephp-ul-4 li {
  position: relative;
}
.enterprise__hamburger .ephp-ul-4 li input[type=radio], .enterprise__hamburger .ephp-ul-4 li input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
}
.enterprise__hamburger .ephp-ul-4 li input[type=radio]:hover, .enterprise__hamburger .ephp-ul-4 li input[type=checkbox]:hover {
  cursor: pointer;
}
.enterprise__hamburger img {
  position: absolute;
  z-index: 3;
  top: 13px;
  right: 10px;
  cursor: pointer;
  border-radius: 4px;
}
.enterprise__hamburger .eph_wrap {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  height: auto;
  min-height: 100%;
  width: 278px;
  background: #dbdbdb;
  max-height: 400px;
}
.enterprise__hamburger .eph_ul {
  position: relative;
  list-style: none;
  width: 278px;
  padding: 46px 15px 8px 15px;
  background: #dbdbdb;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
}
.enterprise__hamburger .eph_ul > li {
  font-size: 20px;
  width: 100%;
  color: #5f5f5f;
  padding: 0px 8px 6px 8px;
  border-bottom: 2px solid #656565;
  box-sizing: border-box;
}
.enterprise__hamburger .eph_ul > li.menu__button-bg {
  width: 100%;
  max-width: 277px;
  margin: 0;
  height: 45px;
  position: fixed;
  display: block;
  background: #dbdbdb;
  top: 0;
  right: 0;
  z-index: 2;
}
.enterprise__hamburger .eph_ul > li a {
  color: #5f5f5f;
  text-decoration: none;
}
.enterprise__hamburger .eph_ul > li a:hover {
  text-decoration: none;
}
.enterprise__hamburger .eph_ul > li.ehp_menu {
  border-bottom: none;
  padding: 10px 0;
  text-align: center;
  font-size: 0;
}
.enterprise__hamburger .eph_ul > li .eph-popup {
  position: relative;
  display: inline-block;
  width: 75px;
  font-size: 20px;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: top;
}
.enterprise__hamburger .eph_ul > li .eph-popup:nth-child(2) {
  margin: 0 10px;
}
.enterprise__hamburger .eph_ul > li .eph-popup i {
  display: block;
  height: 70px;
  width: 70px;
  margin: 0 auto;
  border-radius: 100%;
  border: 2px solid #656565;
}
.enterprise__hamburger .eph_ul > li .eph-popup span {
  font-size: 14px;
}
.enterprise__hamburger .eph_ul > li .eph-popup .mail {
  background: url(../Images/mail.png) center 40% no-repeat;
}
.enterprise__hamburger .eph_ul > li .eph-popup .cool {
  background: url(../Images/cool.png) center center no-repeat;
}
.enterprise__hamburger .eph_ul > li .eph-popup .minra {
  background: url(../Images/minra.png) center center no-repeat;
}
.enterprise__hamburger .eph_ul > li .eph-popup .language {
  background: url(../Images/popup_language.png) center 45% no-repeat;
}
.enterprise__hamburger .eph_ul > li .eph-popup .institues {
  background: url(../Images/popup_institute.png) center 45% no-repeat;
}
.enterprise__hamburger .eph_ul > li .eph-popup .accesability {
  background: url(../Images/popup_acessability.png) center 45% no-repeat;
}
.enterprise__hamburger .eph_ul > li .eph-popup .imadigital {
  background: url("../Images/digital-icon.png") center 55% no-repeat;
  background-size: 70%;
}
.enterprise__hamburger .eph_ul > li .eph-popup .ima {
  background: url(../Images/iconGrey.png) center 55% no-repeat;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown ul {
  display: none;
  width: 278px;
  background: #656565;
  padding: 10px 10px;
  box-sizing: border-box;
  text-align: right;
  list-style: none;
  margin: 11px -15px 0;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown ul:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #656565 transparent;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown ul li {
  height: 40px;
  width: 100%;
  font-size: 14px;
  color: #fff;
  padding: 0 40px 0 0;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown ul li > * {
  position: relative;
  top: 5px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown ul li a {
  color: #fff;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-7:before {
  right: 55px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-7 li:nth-child(1) {
  background: url("../Images/payments-icon-m.png") no-repeat top right/auto 80%;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-7 li:nth-child(2) {
  background: url("../Images/password-icon-m.png") no-repeat top right/auto 80%;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-7 li:nth-child(3) {
  background: url("../Images/personal-icon-m.png") no-repeat top right/auto 80%;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-7 li:nth-child(4) {
  background: url("../Images/forms-icon-m.png") no-repeat top right/auto 80%;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-7 li:nth-child(5) {
  background: url("../Images/app-icon-m.png") no-repeat top right/auto 80%;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-7 li:nth-child(6) {
  background: url("../Images/elections-icon-m.png") no-repeat top right/auto 80%;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-7 li:nth-child(7) {
  background: url("../Images/locate-icon-m.png") no-repeat top right/auto 80%;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-7 li:nth-child(8) {
  background: url("../Images/more-icon-m.png") no-repeat top right/auto 80%;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-6:before {
  right: 188px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-6 li {
  background: url(../Images/Sprites/mobile_ima_lang.png) no-repeat;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-6 li:nth-child(1) {
  background-position: right top 2px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-6 li:nth-child(2) {
  background-position: right top -40px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-6 li:nth-child(3) {
  background-position: right top -82px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-6 li:nth-child(4) {
  background-position: right top -124px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-5:before {
  right: 103px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-5 li {
  background: url(../Images/Sprites/mobile_ima_inst.png) no-repeat;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-5 li:nth-child(1) {
  background-position: right top 2px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-5 li:nth-child(2) {
  background-position: right top -40px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-5 li:nth-child(3) {
  background-position: right top -82px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-5 li:nth-child(4) {
  background-position: right top -124px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-4:before {
  right: 19px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-4 li {
  background: url(../Images/Sprites/mobile_ima_accesability.png) no-repeat;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-4 li:nth-child(1) {
  background-position: right top 2px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-4 li:nth-child(2) {
  background-position: right top -40px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-4 li:nth-child(3) {
  background-position: right top -82px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-4 li:nth-child(4) {
  background-position: right top -122px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-4 li:nth-child(5) {
  background-position: right top -166px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-4 li:nth-child(6) {
  background-position: right top -208px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-4 li:nth-child(7) {
  background-position: right top -247px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-4 li:nth-child(8) {
  background-position: right top -292px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-4 li:nth-child(9) {
  background-position: right top -332px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-3:before {
  right: 189px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-3 li {
  background: url(../Images/mobile_ima_contact.png) no-repeat;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-3 li:nth-child(1) {
  background-position: right top 2px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-3 li:nth-child(2) {
  background-position: right top -40px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-3 li:nth-child(3) {
  background-position: right top -82px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-3 li:nth-child(4) {
  background-position: right top -122px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-2:before {
  right: 103px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-2 li {
  background: url(../Images/mobile_ima_follow.png) no-repeat;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-2 li.ephp-ul-2__twitter {
  background-position: right -90px top 2px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-2 li.ephp-ul-2__facebook {
  background-position: right -90px top -40px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-2 li.ephp-ul-2__youtube {
  background-position: right -90px top -82px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-2 li.ephp-ul-2__insta {
  background: url(../Images/instSmall.png) no-repeat;
  background-position: right 0;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-2 li:last-child {
  display: table;
  padding: 0;
  background: none;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-2 li:last-child a {
  display: table-cell;
  height: 42px;
  background: url(../Images/mobile_ima_follow.png) no-repeat;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-2 li:last-child a:first-child {
  background-position: center top -208px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-2 li:last-child a:last-child {
  background-position: center top -131px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-1 {
  /*                    li {
                          background: url(../Images/mobile_ima_sites.png) no-repeat;

                          &:nth-child(1) {
                              background-position: right top 2px;
                          }

                          &:nth-child(2) {
                              background-position: right top -509px;
                          }

                          &:nth-child(3) {
                              background-image: url('../Images/43icon.png');
                              background-position: right top 0;
                              //new icon => conference2018
                          }

                          &:nth-child(4) {
                              background-position: right top -40px;
                          }

                          &:nth-child(5) {
                              background-position: right top -634px;
                          }

                          &:nth-child(6) {
                              background-position: right top -82px;
                          }

                          &:nth-child(7) {
                              background-position: right top -122px;
                          }

                          &:nth-child(8) {
                              background-position: right top -166px;
                          }

                          &:nth-child(9) {
                              background-image: url('../Images/IMAIcon_large.png');
                              background-position: right top;
                              background-size: auto 80%;
                              //new icon => галочка
                          }

                          &:nth-child(10) {
                              background-position: right top -210px;
                          }

                          &:nth-child(11) {
                              background-position: right top -248px;
                          }

                          &:nth-child(12) {
                              background-position: right top -295px;
                          }

                          &:nth-child(13) {
                              background-position: right top -334px;
                          }

                          &:nth-child(14) {
                              background-position: right top -376px;
                          }

                          &:nth-child(15) {
                              background-position: right top -420px;
                          }

                          &:nth-child(16) {
                              background-position: right top -552px;
                          }

                          &:nth-child(17) {
                              background-position: right top -592px;
                          }
                      }
  */
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-1:before {
  right: 18px;
}

@media screen and (max-width: 768px) {
  .enterprise__hamburger {
    display: block;
    height: 46px;
  }
  .results_selects > div {
    display: inline-block;
    width: 100%;
    border-left: none;
  }
  .results_selects > div:not(:first-child) {
    width: 100%;
  }
  .results_selects > div:nth-child(1), .results_selects > div:nth-child(2) {
    margin-bottom: 10px;
  }
  .results_selects > div:nth-child(3) {
    border-left: 10px solid #fff;
  }
  .top_line .container {
    padding: 0 50px 0 0;
  }
  .top_line .header__radio > ul > li {
    float: left;
  }
  .top_line .header__radio > ul > li.popup-LoginIdOnly.popup-LoginMainSite {
    width: 320px;
  }
  .top_line .header__radio > ul > li.popup-LoginIdOnly.popup-LoginMainSite input {
    width: 100%;
    margin: 5px 0;
  }
  .top_line .header__radio > ul > li.popup-LoginIdOnly.popup-LoginMainSite .login__password__container {
    display: block !important;
    margin-top: 17px;
  }
  .top_line .header__radio > ul > li.popup-LoginIdOnly.popup-LoginMainSite .login__password__container a {
    top: -15px !important;
    right: 2px;
  }
  .day_box .icon-box {
    margin: 0;
  }
  .doctor__profile {
    padding: 0;
  }
  .doctor__profile .dppd_info .dppdic-tab {
    width: calc(100% - 20px);
    margin: 10px auto;
  }
  .doctor__profile .dppd_info .dppdic-tab > div {
    padding: 0;
  }
  .doctor__profile .dppd_info .dppdic-tab .service_doctor_profile {
    padding: 0;
  }
  .doctor__profile .dppd_info .dppdic-tab .di-inner-cb {
    margin: 0;
    padding: 0;
  }
  .doctor__profile .dppd_info .dppdic-tab .di-inner-cb > div {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
  }
  .doctor__profile .dppd_info .dppdic-tab .di-inner-cb > div label {
    font-weight: normal;
    width: auto;
  }
  .doctor__profile .dppd_info .dppdi_nav li {
    width: calc(100% - 20px);
    margin: 5px 10px;
    border: none;
    color: #5f5f5f;
    font-size: 24px;
    font-weight: bold;
    background: #f2f2f2;
    display: block;
    line-height: 1;
    padding: 9px 30px 15px 0;
    text-align: right;
    position: relative;
  }
  .doctor__profile .dppd_info .dppdi_nav li.active-tab {
    color: #fff;
    background: #d6181f;
  }
  .doctor__profile .dppd_info .dppdi_nav li.active-tab:after {
    border-color: #fff transparent transparent transparent;
  }
  .doctor__profile .dppd_info .dppdi_nav li:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #5f5f5f transparent transparent transparent;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -2px;
    z-index: 1;
  }
  .doctor__profile .sh-top {
    padding: 0 10px;
  }
  .doctor__profile .dpp_doctor {
    padding: 0 10px;
  }
  .doctor__profile .dpp_doctor .dppd_form .dppdf-bot {
    background: none;
    border: 1px solid #cbcbcb;
    padding: 0;
  }
  .doctor__profile .dpp_doctor .dppd_form .dppdf-bot p {
    background: #b9b9b9;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px 0 15px 0;
    margin-bottom: 10px;
  }
  .doctor__profile .dpp_doctor .dppd_form .dppdf-bot .dppdfb-inline {
    padding: 0;
  }
  .doctor__profile .dpp_doctor .dppd_form .dppdf-bot .dppdfb-inline input {
    margin: 0 auto 10px auto;
    width: calc(100% - 20px) !important;
    height: 52px !important;
    border: 1px solid #cbcbcb !important;
    float: none;
  }
  .doctor__profile .dpp_doctor .dppd_form .dppdf-bot .dppdfb-inline textarea {
    margin: 0 auto 10px auto;
    width: calc(100% - 20px) !important;
    min-height: 150px;
    display: block;
    border: 1px solid #cbcbcb !important;
  }
  .doctor__profile .dpp_doctor .dppd_form .dppdf-bot .dppdfb-inline a {
    display: inline-block;
    height: auto;
    line-height: normal;
    padding: 0 10px;
    float: left;
    margin: 0 0 10px 10px;
    width: 120px;
  }
  .doctor__profile .dpp_doctor .dppd_photo {
    width: 215px;
    height: 215px;
    display: block;
  }
  .doctor__profile .dpp_doctor .dppd_photo img {
    height: auto;
    /* width: 45%;*/
    width: 100%;
  }
  .messages__container .item__wrap {
    padding: 6px 0 8px 0;
  }
  .messages__container .message__info li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;
  }
  .messages__container .message__info li:last-child {
    margin-top: -5px;
  }
  .messages__container .message__info li b {
    font-size: 14px;
  }
  .messages__container .message__info li i {
    font-size: 12px;
  }
  .messages__container .messages__list .message__item {
    padding: 0 10px;
  }
  .messages__container .messages__list .message__item .message__text__f {
    float: none;
  }
  .messages__container .messages__list .message__item .message__text__f a {
    margin: 0;
    padding-bottom: 0;
    font-size: 16px;
    float: right;
  }
  .messages__container .messages__list .message__item .message__text__f a.f__mail {
    float: left;
    padding-bottom: 5px;
  }
  .messages__container .messages__list .message__item.message__viewed .message__title {
    max-width: 50%;
    max-height: 40px;
  }
  .messages__container .messages__list .message__item.message__viewed .message__title b {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .messages__container .messages__list .message__item.message__viewed .message__title p {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .messages__container .dps_text {
    border-bottom: 15px solid #fff;
  }
  .messages__container .dps_text .dps__text__filter {
    display: none;
  }
  .header__logo a {
    background-size: 100% 100%;
    width: 130px;
    height: 65px;
    margin: 0;
  }
  .header__logo h1 {
    margin-right: 10px;
    margin-top: 15px;
    font-size: 26px;
  }
  .results__container {
    padding: 0;
    overflow: hidden;
  }
  .results__container .sh-top, .results__container .sr_nav {
    padding: 0 10px;
  }
  .results__container .sh-top ul, .results__container .sr_nav ul {
    margin: 0;
  }
  .di-inner-cb > div .dini-check {
    position: absolute;
    z-index: 1;
    display: block;
    top: 8.5px;
    right: 16.5px;
    height: 28px;
    width: 28px;
    transition: all 0.15s ease;
    background: url(../DoctorsIndex/Images/checkbox__empty.png) center center no-repeat;
    background-size: 100% 100%;
  }
  .di-inner-cb > div .dini-check.dini-checked {
    position: absolute;
    z-index: 1;
    display: block;
    top: 7.5px;
    right: 2.5px;
    height: 30px;
    width: 45px;
    transition: all 0.15s ease;
    background: url(../DoctorsIndex/Images/checkbox_yes.png) center center no-repeat;
  }
  .srr_li .srrl_head {
    min-height: 80px;
  }
  .srr_li .srrl_image {
    top: 5px !important;
  }
}
/***********CONTENT****************/
.btn {
  border-radius: 0;
  padding: 0;
}
.btn--main {
  display: inline-block;
  width: 180px;
  height: 40px;
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #d2232a;
}
@media (max-width: 1023px) {
  .btn--main {
    width: 150px;
    font-size: 14px;
  }
}
.btn--main:hover {
  color: #fff;
}
.btn--bordered {
  display: inline-block;
  width: 120px;
  height: 44px;
  font-size: 20px;
  line-height: 34px;
  font-weight: normal;
  text-align: center;
  color: #5f5f5f;
  border: 1px solid #d2232a;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 1023px) {
  .btn--bordered {
    width: 150px;
    font-size: 14px;
  }
}
.btn--bordered:hover {
  color: #d2232a;
}
.btn--a {
  padding-top: 3px;
}

.devBy {
  color: white;
  font-weight: bold;
}

.input-item {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: solid 1px #d4d2d2;
  outline: none;
  color: #5f5f5f;
  font-size: 20px;
  cursor: pointer;
}
.input-item select {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 36px;
  border: none;
  background-color: transparent;
  padding: 0 7px;
  padding-left: 23px;
}
@media (max-width: 1023px) {
  .input-item select {
    font-size: 14px;
  }
}
.input-item select::-ms-expand {
  opacity: 0;
}
.input-item--text input {
  display: block;
  width: 100%;
  height: 36px;
  border: none;
  background-color: transparent;
  padding: 0 7px;
}
@media (max-width: 1023px) {
  .input-item--text input {
    font-size: 14px;
  }
}
.input-item__arr {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #bababa transparent transparent transparent;
  position: absolute;
  left: 6px;
  bottom: 12px;
}

.first-block {
  font-size: 0;
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .first-block {
    margin-top: 0;
  }
}
.first-block__selects {
  padding: 20px;
  width: 100%;
  border: 1px solid #267dbf;
  border-bottom-width: 9px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .first-block__selects {
    padding-right: 70px;
  }
}
@media (max-width: 1023px) {
  .first-block__selects {
    padding: 5px;
  }
}
@media (min-width: 1024px) {
  .first-block__selects {
    display: inline-block;
    padding-left: 0;
    padding-right: 60px;
    font-size: 0;
  }
}
@media (min-width: 1440px) {
  .first-block__selects {
    max-width: 45%;
    min-height: 420px;
  }
}
.first-block__selects__head {
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1023px) {
  .first-block__selects__head {
    padding: 15px 40px 15px 15px;
    margin-bottom: 0;
    cursor: pointer;
  }
}
@media (max-width: 425px) {
  .first-block__selects__head {
    padding: 10px 35px 10px 10px;
  }
}
.first-block__selects__head::before {
  content: "";
  display: inline-block;
  background-image: url(/DoctorsIndex/Images/search.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 20px;
  margin-left: 5px;
  vertical-align: top;
  background-position: bottom;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(0, -40%);
}
@media (min-width: 1024px) {
  .first-block__selects__head::before {
    right: -50px;
  }
}
@media (max-width: 1023px) {
  .first-block__selects__head::before {
    padding: 0;
    width: 30px;
    height: 30px;
    right: 0;
  }
}
@media (max-width: 1023px) {
  .first-block__selects__head::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #d2232a transparent transparent transparent;
    position: absolute;
    left: 3px;
    bottom: calc(50% - 5px);
  }
}
.first-block__selects__head h3 {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 25px;
}
@media (max-width: 1023px) {
  .first-block__selects__head h3 {
    font-size: 16px;
  }
}
.first-block__selects__head h3 .first {
  font-weight: normal;
  display: inline-block;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .first-block__selects__head h3 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .first-block__selects__head {
    margin-bottom: 30px;
  }
  .first-block__selects__head h3 {
    font-weight: bold;
    font-size: 30px;
  }
  .first-block__selects__head h3 .first {
    font-weight: normal;
  }
}
@media (min-width: 1440px) {
  .first-block__selects__head {
    margin-bottom: 30px;
  }
  .first-block__selects__head h3 {
    font-weight: bold;
    font-size: 34px;
  }
  .first-block__selects__head h3 .first {
    display: inline-block;
    font-weight: normal;
    padding-left: 5px;
  }
}
.first-block__selects__input {
  padding: 5px 10px;
  text-align: left;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .first-block__selects__input {
    display: none;
  }
}
@media (min-width: 1024px) {
  .first-block__selects__input {
    padding: 5px 10px;
    max-width: 60%;
    text-align: left;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
  }
}
@media (min-width: 1440px) {
  .first-block__selects__input {
    padding: 5px 10px;
    max-width: 70%;
    text-align: left;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
  }
}
.first-block__selects .icons {
  padding: 5px 10px;
  margin-top: 10px;
  text-align: left;
  display: inline-block;
  width: 100%;
  height: 150px;
  background: url(../DoctorsIndex/Images/logoSearchDoc.png) no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .first-block__selects .icons {
    display: none;
  }
}
@media (min-width: 1024px) {
  .first-block__selects .icons {
    display: inline-block;
    max-width: 40%;
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .first-block__selects .icons {
    max-width: 30%;
  }
}
.first-block__sendPost {
  /*display: inline-block;
  width: 100%;
  text-align: left;
  vertical-align: top;
  height: 369px;

  @media(min-width: 1024px) {
      max-width: 50%;
      height: 320px; //280px
  }

  @media(min-width: 1440px) {
      height: 369px;
  }*/
  display: inline-block;
  width: 100%;
  margin-top: 45px;
  text-align: left;
  vertical-align: top;
}
@media (min-width: 1024px) {
  .first-block__sendPost {
    height: 425px;
  }
}
@media (min-width: 1440px) {
  .first-block__sendPost {
    max-width: 53%;
    margin-right: 2%;
    margin-top: 0;
    height: 420px;
  }
}
.first-block-banner {
  vertical-align: top;
  height: 369px;
  position: relative;
  padding: 5px;
  margin-bottom: 45px;
  border: 1px solid #267dbf;
  border-bottom-width: 9px;
  position: relative;
  overflow: hidden;
}
.first-block-banner__link {
  font-weight: bold !important;
  color: #d12930 !important;
}
@media (min-width: 768px) {
  .first-block-banner {
    display: inline-block;
  }
}
@media (max-width: 1439px) {
  .first-block-banner {
    width: 100%;
    height: auto;
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .first-block-banner {
    display: inline-block;
    max-width: 40%;
    height: 100%;
    padding: 0;
    margin-bottom: 0;
    border: none;
    text-align: center;
    overflow: visible;
  }
}
@media (min-width: 1440px) {
  .first-block-banner {
    display: inline-block;
    max-width: 100%;
    width: 48%;
    height: 100%;
  }
}
.first-block-banner img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .first-block-banner img {
    display: inline-block;
    vertical-align: middle;
    max-width: none;
    max-height: none;
    width: 40px;
    margin-left: 10px;
    position: absolute;
    top: 2px;
    right: 20px;
  }
}
@media (min-width: 1024px) {
  .first-block-banner img {
    position: static;
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
}
.first-block-banner__img_mob {
  display: block !important;
  top: auto !important;
  bottom: -13px !important;
}
@media (min-width: 1024px) {
  .first-block-banner__img_mob {
    display: none !important;
  }
}
.first-block-banner__img_desk {
  display: none !important;
}
@media (min-width: 1024px) {
  .first-block-banner__img_desk {
    display: block !important;
    margin: 0 auto;
  }
}
.first-block-banner__span {
  display: none;
}
@media (max-width: 1023px) {
  .first-block-banner__span {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    margin-right: 70px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .first-block-banner__span {
    display: none;
  }
}
.first-block-banner__span b {
  display: block;
  color: red;
}
@media (min-width: 1024px) {
  .first-block-banner__span b {
    font-size: 26px;
  }
}
@media (max-width: 1023px) {
  .first-block-banner__span_mob {
    width: 130px !important;
    margin-right: 70px;
    font-size: 16px;
  }
}
.first-block-banner__span_desk {
  display: none;
}
@media (min-width: 1024px) {
  .first-block-banner__span_desk {
    display: block;
    font-size: 18px;
    position: absolute;
    top: 40px;
    left: 70px;
  }
}
.first-block-banner__spanPublic {
  display: block;
  font-size: 24px;
  width: 160px;
  font-weight: bold;
  text-align: right;
  position: absolute;
  top: 30px;
  right: 75px;
}
@media (max-width: 768px) {
  .first-block-banner__spanPublic {
    width: 160px;
    font-size: 18px;
    top: 10px;
  }
}
@media (max-width: 425px) {
  .first-block-banner__spanPublic {
    width: 120px;
    font-size: 15px;
    top: 10px;
  }
}
@media (min-width: 1024px) {
  .first-block-banner__spanPublic {
    right: 150px;
  }
}
@media (min-width: 1200px) {
  .first-block-banner__spanPublic {
    right: 175px;
  }
}
@media (min-width: 1440px) {
  .first-block-banner__spanPublic {
    top: 40px;
    right: 125px;
  }
}
@media (min-width: 1700px) {
  .first-block-banner__spanPublic {
    right: 165px;
  }
}
.first-block-banner__link {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
}
@media (max-width: 1023px) {
  .first-block-banner__link {
    float: left;
    position: static;
    margin-top: 7px;
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  .first-block-banner__link {
    width: 85px;
    height: 36px;
    padding-top: 0;
    margin-top: 12px;
  }
}
@media (min-width: 1024px) {
  .first-block-banner__link {
    position: absolute;
    top: 325px;
    left: 130px;
  }
}
@media (min-width: 1200px) {
  .first-block-banner__link {
    top: 330px;
    left: 170px;
  }
}
@media (min-width: 1440px) {
  .first-block-banner__link {
    top: 325px;
    left: 100px;
  }
}
@media (min-width: 1700px) {
  .first-block-banner__link {
    left: 150px;
  }
}
.first-block__post {
  border: 1px solid #d2232a;
  text-align: left;
  margin-bottom: 4%;
  height: 48%;
  display: inline-block;
  width: 100%;
}
@media (min-width: 1024px) {
  .first-block__post {
    height: 202.5px;
  }
}
@media (min-width: 1440px) {
  .first-block__post {
    height: 202.5px;
  }
}
.first-block__post__img {
  display: inline-block;
  background-image: url("../DoctorsIndex/Images/docIndex.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55%;
  width: 100%;
  max-width: 40%;
  height: 100%;
  min-height: 100px;
  vertical-align: text-bottom;
}
.first-block__post__img--mail {
  background-image: url("../DoctorsIndex/Images/dImail.png");
}
.first-block__post__text {
  max-width: 60%;
  width: 100%;
  display: inline-block;
  border-right: 5px solid #d2232a;
  padding: 20px;
  text-align: center;
  height: 100%;
  font-size: 19px;
  vertical-align: top;
  color: #000;
}
.first-block__post__text span {
  display: inline-block;
  max-width: 180px;
}
@media (min-width: 768px) {
  .first-block__post__text span {
    max-width: 68%;
  }
}
@media (max-width: 1023px) {
  .first-block__post__text span {
    font-size: 16px;
  }
}
.first-block__post__text .color {
  display: block;
  color: #d2232a;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .first-block__post__text .color {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .first-block__post__text {
    max-width: 60%;
    width: 100%;
    display: inline-block;
    padding: 60px 10px;
    text-align: center;
    height: 100%;
    font-size: 19px;
    vertical-align: top;
    color: #000;
  }
}
@media (min-width: 1440px) {
  .first-block__post__text {
    max-width: 60%;
    width: 100%;
    display: inline-block;
    padding: 40px 25px;
    text-align: center;
    height: 100%;
    font-size: 19px;
    vertical-align: top;
    color: #000;
  }
}
.first-block__post--mail {
  margin-bottom: 0;
}
.first-block__post__wrapper {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-top: 45px;
  padding-bottom: 45px;
  /*@media (min-width: 768px) {
      max-width: 57%;
  }*/
}
@media (max-width: 1023px) {
  .first-block__post__wrapper {
    padding-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .first-block__post__wrapper {
    max-width: 50%;
    margin-right: 2%;
    margin-top: 0;
    padding-bottom: 0;
  }
}
.first-block__post__wrapper .checkInfo-block {
  display: inline-block;
  width: 100%;
  min-height: 223px;
  /*.checkInfo-block__first-content:first-child,
  .checkInfo-block__first-content:nth-child(2) {
      padding-bottom: 12px;
      padding-top: 12px;
  }*/
}
.first-block__post__wrapper .checkInfo-block__link {
  cursor: pointer;
  text-decoration: none;
  width: 79px;
  height: 68px;
}
@media (max-width: 1023px) {
  .first-block__post__wrapper .checkInfo-block__link {
    width: 39px;
    height: 39px;
  }
}
.first-block__post__wrapper .checkInfo-block__link--redIcon {
  background: url("/DoctorsIndex/Images/redIcon.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.first-block__post__wrapper .checkInfo-block__link--blueIcon {
  background: url("/DoctorsIndex/Images/blueIcon.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.first-block__post__wrapper .checkInfo-block .checkInfo-block__first {
  /*padding: 25px 15px 25px 15px;*/
  margin-bottom: 15px;
  text-align: right;
}
@media (max-width: 1023px) {
  .first-block__post__wrapper .checkInfo-block .checkInfo-block__first {
    margin-bottom: 8px;
  }
}
.first-block__post__wrapper .checkInfo-block .checkInfo-block__first-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
  padding: 17px 18px;
  margin-bottom: 10px;
  border-radius: 5px;
}
@media (max-width: 1023px) {
  .first-block__post__wrapper .checkInfo-block .checkInfo-block__first-content {
    padding: 5px 11px;
    margin-bottom: 12px;
  }
}
.first-block__post__wrapper .checkInfo-block .checkInfo-block__first-content--1,
.first-block__post__wrapper .checkInfo-block .checkInfo-block__first-content--3 {
  background: #fef1f1;
  border: 1px solid #eba1a4;
}
.first-block__post__wrapper .checkInfo-block .checkInfo-block__first-content--2,
.first-block__post__wrapper .checkInfo-block .checkInfo-block__first-content--4 {
  background: #c3def3;
  border: 1px solid #267dbf;
}
.first-block__post__wrapper .checkInfo-block .checkInfo-block__first-text {
  min-height: 68px;
  max-width: 335px;
  margin-right: 8px;
  padding-right: 16px;
  padding-top: 10px;
  direction: rtl;
  font-size: 16px;
  line-height: 21px;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .first-block__post__wrapper .checkInfo-block .checkInfo-block__first-text {
    font-size: 16px;
    line-height: 17px;
    padding-right: 16px;
    min-height: 48px;
  }
}
.first-block__post__wrapper .checkInfo-block .checkInfo-block__first-text span {
  display: block;
}
.first-block__post__wrapper .checkInfo-block .checkInfo-block__first-text--marker1 {
  background: url("/DoctorsIndex/Images/marker.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
@media (max-width: 440px) {
  .first-block__post__wrapper .checkInfo-block .checkInfo-block__first-text--marker1 {
    background-repeat: repeat;
  }
}
.first-block__post__wrapper .checkInfo-block .checkInfo-block__first-text--marker3 {
  background: url("/DoctorsIndex/Images/marker2.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
@media (max-width: 440px) {
  .first-block__post__wrapper .checkInfo-block .checkInfo-block__first-text--marker3 {
    background-repeat: repeat;
  }
}
@media (min-width: 768px) {
  .first-block__post__wrapper .checkInfo-block .checkInfo-block__first-content--2 .checkInfo-block__first-text,
  .first-block__post__wrapper .checkInfo-block .checkInfo-block__first-content--4 .checkInfo-block__first-text {
    font-size: 18px;
    line-height: 21px;
  }
}
.first-block__post__wrapper .checkInfo-block .checkInfo-block__first-text span {
  display: block;
}
.first-block__post__wrapper .checkInfo-block .checkInfo-block__second {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .first-block__post__wrapper .checkInfo-block .checkInfo-block__second {
    flex-direction: column;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.first-block__post__wrapper .checkInfo-block .checkInfo-block__second-msg,
.first-block__post__wrapper .checkInfo-block .checkInfo-block__second-profile {
  width: 45%;
  padding: 17px 16px 26px 19px;
  margin-bottom: 0;
  text-align: center;
  border: 1px solid #d12b32;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .first-block__post__wrapper .checkInfo-block .checkInfo-block__second-msg img,
  .first-block__post__wrapper .checkInfo-block .checkInfo-block__second-profile img {
    width: 38px;
    height: 32px;
  }
}
@media (max-width: 1023px) {
  .first-block__post__wrapper .checkInfo-block .checkInfo-block__second-msg,
  .first-block__post__wrapper .checkInfo-block .checkInfo-block__second-profile {
    width: auto;
    display: flex;
    margin-bottom: 15px;
    padding: 10px;
  }
}
.first-block__post__wrapper .checkInfo-block .checkInfo-block__second-text {
  position: relative;
  margin: 0 auto;
  padding-top: 25px;
  direction: ltr;
  font-size: 15px;
  /*line-height: 24px;*/
  color: #5a5a5a;
}
@media (max-width: 1023px) {
  .first-block__post__wrapper .checkInfo-block .checkInfo-block__second-text {
    margin: 0;
    margin-right: 19px;
    padding-top: 0;
    max-width: 200px;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
  }
}
.first-block__post__wrapper .checkInfo-block .checkInfo-block__second-text--decor {
  color: #d12930;
  direction: rtl;
}
.first-block__post__wrapper .checkInfo-block .checkInfo-block__second-text span {
  display: block;
}
@media (max-width: 1023px) {
  .first-block__post__wrapper .checkInfo-block .checkInfo-block__second-text span {
    display: inline;
  }
}
.first-block-slider {
  display: inline-block;
  width: 100%;
  margin-top: 45px;
  text-align: left;
  vertical-align: top;
}
@media (min-width: 1024px) {
  .first-block-slider {
    height: 425px;
  }
}
@media (min-width: 1440px) {
  .first-block-slider {
    max-width: 53%;
    margin-right: 2%;
    margin-top: 0;
    height: 420px;
  }
}
.first-block-slider .slider-updates {
  display: inline-block;
  width: 100%;
  padding: 20px;
  border-bottom: 9px solid #9a9897;
  font-size: 18px;
  background: #e3e3e3;
}
@media (max-width: 1023px) {
  .first-block-slider .slider-updates {
    width: 100%;
    padding: 15px;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .first-block-slider .slider-updates {
    width: 58%;
    margin-right: 2%;
  }
}
@media (min-width: 1440px) {
  .first-block-slider .slider-updates {
    width: 50%;
    height: 420px;
    margin-right: 2%;
  }
}
@media (min-width: 1700px) {
  .first-block-slider .slider-updates {
    min-height: 381px;
  }
}
.first-block-slider .slider-updates__heading {
  margin-bottom: 20px;
  font-size: 25px;
  text-align: right;
}
@media (max-width: 1023px) {
  .first-block-slider .slider-updates__heading {
    font-size: 20px;
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .first-block-slider .slider-updates__heading {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .first-block-slider .slider-updates__heading {
    font-size: 34px;
  }
}
.first-block-slider .slider-updates__heading::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 41px;
  height: 40px;
  margin-left: 10px;
  background: url("../DoctorsIndex/Images/rupor.png") no-repeat center/cover;
}
@media (max-width: 1023px) {
  .first-block-slider .slider-updates__heading::before {
    width: 30px;
    height: 30px;
  }
}
.first-block-slider .slider-updates__viewBox {
  overflow: hidden;
  text-align: right;
  background: #fff;
}
.first-block-slider .slider-updates__list {
  font-size: 0;
  transition: 0.8s;
}
.first-block-slider .slider-updates__item {
  display: inline-block;
  padding: 0px 20px 30px 20px;
  font-size: 1rem;
  vertical-align: text-top;
}
.first-block-slider .slider-updates__subheading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .first-block-slider .slider-updates__subheading {
    font-size: 12px;
  }
}
.first-block-slider .slider-updates__body {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .first-block-slider .slider-updates__body {
    font-size: 12px;
  }
}
.first-block-slider .slider-updates__pagination {
  margin-top: 20px;
}
.first-block-slider .slider-updates__dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  border-radius: 50%;
  background: #fff;
}
.first-block-slider .slider-updates__dot_active {
  background: #d12930;
}

.second-block {
  font-size: 0;
  margin-top: 45px;
}

.question {
  font-size: 0;
  display: inline-block;
  width: 100%;
  border: 1px solid #267dbf;
  border-bottom-width: 9px;
  position: relative;
  background-color: #fff;
  /*&__img {
      display: block;
      max-width: 100%;
      margin: 0 auto;
      &-wrapper {
          vertical-align: bottom;

          @media (min-width: 768px) {
              width: 25%;
              position: absolute;
              bottom: 0;
              left: 0;
          }

          @media(max-width: 1023px) {
              width: 40px;
              position: absolute;
              top: 10px;
              left: 20px;
          }
      }
  }*/
}
@media (min-width: 768px) {
  .question {
    padding-right: 70px;
    margin-left: 2%;
  }
}
@media (max-width: 1023px) {
  .question {
    padding: 15px 10px;
  }
}
@media (min-width: 1024px) {
  .question {
    max-width: 63%;
    min-height: 540px;
    padding-right: 60px;
    padding-top: 20px;
  }
}
@media (min-width: 1440px) {
  .question {
    max-width: 63%;
  }
}
.question__head {
  margin-bottom: 30px;
  position: relative;
}
.question__head::before {
  content: "";
  display: inline-block;
  background-image: url(/DoctorsIndex/Images/question.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 20px;
  margin-left: 5px;
  vertical-align: top;
  background-position: bottom;
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translate(0, -40%);
}
@media (max-width: 1023px) {
  .question__head::before {
    padding: 0;
    width: 30px;
    height: 30px;
    right: 0px;
  }
}
.question__head_attention {
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .question__head_attention {
    margin: 30px 0 15px 0;
  }
}
.question__head_attention::before {
  background-image: url("../DoctorsIndex/Images/attention.png");
}
.question__head h3 {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 25px;
}
@media (max-width: 1023px) {
  .question__head h3 {
    font-size: 20px;
    margin-right: 40px;
  }
}
.question__head h3 .first {
  font-weight: normal;
  display: inline-block;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .question__head h3 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .question__head {
    margin-bottom: 30px;
  }
  .question__head h3 {
    font-weight: bold;
    font-size: 30px;
  }
  .question__head h3 .first {
    font-weight: normal;
  }
}
@media (min-width: 1440px) {
  .question__head {
    margin-bottom: 30px;
  }
  .question__head h3 {
    font-weight: bold;
    font-size: 34px;
  }
  .question__head h3 .first {
    display: inline-block;
    font-weight: normal;
    padding-left: 5px;
  }
}
.question .js-cross {
  display: none;
}
.question .js-cross.active {
  display: block;
  font-size: 30px;
  color: #d2232a;
  background: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  left: 5px;
}
.question-sentense__option-yes {
  display: none;
}
@media (min-width: 1024px) {
  .question-sentense__option-yes {
    width: calc(100% - 20px);
    max-width: 810px;
  }
}
@media (min-width: 1440px) {
  .question-sentense__option-yes {
    width: calc(100% - 60px);
  }
}
.question-sentense__option-yes .question-sentense__row {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .question-sentense__option-yes .question-sentense__row b {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .question-sentense__option-yes .question-sentense__row b {
    font-size: 26px;
  }
}
@media (min-width: 1800px) {
  .question-sentense__option-yes .question-sentense__row b {
    font-size: 30px;
  }
}
.question-sentense__option-yes .input-item {
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.question-sentense__option-yes .input-item select {
  font-size: 24px;
  color: #9a9897;
}
.question-sentense__option-yes.active {
  display: block;
  position: relative;
}
.question-sentense__option-no {
  display: none;
}
@media (min-width: 1024px) {
  .question-sentense__option-no {
    width: calc(100% - 20px);
    max-width: 810px;
  }
}
@media (min-width: 1440px) {
  .question-sentense__option-no {
    width: calc(100% - 60px);
  }
}
.question-sentense__option-no .question-sentense__img {
  max-width: 400px;
}
.question-sentense__option-no .question-sentense__img img {
  display: block;
  width: 100%;
}
.question-sentense__option-no.active {
  display: block;
  margin-top: 80px;
  position: relative;
}
.question-sentense__row {
  font-size: 14px;
}
@media (min-width: 1024px) {
  .question-sentense__row {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .question-sentense__row {
    font-size: 24px;
  }
}
.question-sentense__row b {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .question-sentense__row b {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .question-sentense__row b {
    font-size: 24px;
  }
}
@media (min-width: 1800px) {
  .question-sentense__row b {
    font-size: 30px;
  }
}
.question-sentense__btn {
  width: 135px;
  border-color: #267dbf;
  font-size: 12px;
  cursor: pointer;
}
@media (max-width: 425px) {
  .question-sentense__btn {
    float: left;
  }
}
@media (min-width: 768px) {
  .question-sentense__btn {
    display: inline-block;
    width: 200px;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .question-sentense__btn {
    width: 230px;
  }
}
@media (min-width: 1440px) {
  .question-sentense__btn {
    width: 230px;
  }
}
@media (max-width: 425px) {
  .question-sentense__btn:first-child {
    float: right;
  }
}
@media (min-width: 768px) {
  .question-sentense__btn:first-child {
    margin-left: 40px;
  }
}
@media (min-width: 1024px) {
  .question-sentense__btn:first-child {
    margin-left: 60px;
  }
}
@media (min-width: 1440px) {
  .question-sentense__btn:first-child {
    margin-left: 30px;
  }
}
.question-sentense__btn-wrapper {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .question-sentense__btn-wrapper {
    text-align: right;
  }
}
.question-sentense__btn-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.question-sentense__btn_send {
  border-color: #d2232a;
  margin-left: 0 !important;
  margin-top: 10px;
}
@media (max-width: 425px) {
  .question-sentense__btn_send {
    float: none !important;
  }
}
@media (max-width: 425px) {
  .question-sentense__btn.js-yes {
    width: 100px;
    margin-left: 75px;
  }
}
@media (max-width: 425px) {
  .question-sentense__btn.js-no {
    width: 100px;
  }
}
.question__hr {
  border-bottom: 3px dotted #d1d1d1;
  margin: 30px 0;
}
@media (min-width: 1024px) {
  .question__hr {
    width: calc(100% - 20px);
  }
}
@media (min-width: 1440px) {
  .question__hr {
    width: calc(100% - 60px);
  }
}
.question__img {
  display: none;
  width: 160px;
  position: absolute;
  top: 60px;
  left: 20px;
}
@media (max-width: 1439px) {
  .question__img {
    display: none;
  }
}
.question__img img {
  display: block;
  width: 100%;
}
.question__input {
  text-align: left;
}
.question__input input[type=text] {
  font-size: 25px;
  border: 1px solid #d2232a;
  display: block;
  width: 100%;
  padding: 0 5px 8px;
}
@media (max-width: 1023px) {
  .question__input input[type=text] {
    padding: 7px;
    font-size: 14px;
  }
}
.question__link {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-right: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  text-decoration: underline !important;
  color: #d2232a;
}
@media (max-width: 1023px) {
  .question__link {
    font-size: 14px;
  }
}
.question__text {
  font-size: 18px;
  position: relative;
}
@media (max-width: 1023px) {
  .question__text {
    position: static;
  }
}
.question__text ul {
  margin-bottom: 14px;
}
.question__text ul li {
  margin-right: 0;
  white-space: nowrap;
}
.question__text ul li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: top;
  background: #d2232a;
  border-radius: 5px;
  margin-top: 11px;
  margin-left: 5px;
}
.question__text ul li span {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
@media (min-width: 1440px) {
  .question__text ul li {
    margin-bottom: 14px;
  }
}
.question__content-block {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #d2232a;
}
@media (min-width: 768px) {
  .question__content-block {
    display: inline-block;
    vertical-align: bottom;
  }
}
@media (max-width: 1023px) {
  .question__content-block {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .question__content-block {
    width: calc(100% - 20px);
  }
}
@media (min-width: 1440px) {
  .question__content-block {
    width: calc(100% - 60px);
  }
}
.question__title {
  font-size: 25px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .question__title {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .question__title {
    font-size: 25px;
  }
}

.doctor-slider {
  overflow: hidden;
  border-left: 2px dotted #ddecf8;
  max-width: 240px;
  display: inline-block;
  margin-top: 45px;
  vertical-align: middle;
  text-align: right;
}
@media (min-width: 768px) {
  .doctor-slider {
    max-width: 306px;
  }
}
@media (min-width: 1024px) {
  .doctor-slider {
    max-width: 270px;
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .doctor-slider {
    max-width: 366px;
  }
}
@media (max-width: 1023px) {
  .doctor-slider {
    margin-top: 0;
  }
}
.doctor-slider__wrapper {
  vertical-align: top;
  padding: 20px;
  font-size: 0;
  display: inline-block;
  width: 100%;
  margin-top: 45px;
  border: 1px solid #267dbf;
  border-bottom-width: 9px;
  position: relative;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .doctor-slider__wrapper {
    max-width: 35%;
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .doctor-slider__wrapper {
    padding: 15px;
  }
}
.doctor-slider__head {
  margin-bottom: 30px;
  display: block;
  text-align: right;
  position: relative;
  right: 50px;
}
@media (max-width: 425px) {
  .doctor-slider__head {
    /*display: inline-block;
    margin-left: 0;
    text-align: right;*/
  }
}
@media (max-width: 1023px) {
  .doctor-slider__head {
    font-size: 16px;
    right: 35px;
  }
}
.doctor-slider__head::before {
  content: "";
  display: inline-block;
  background-image: url(/DoctorsIndex/Images/doc-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 20px;
  margin-left: 5px;
  vertical-align: top;
  background-position: bottom;
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translate(0, -40%);
}
@media (max-width: 1023px) {
  .doctor-slider__head::before {
    width: 30px;
    height: 29px;
    right: -40px;
  }
}
.doctor-slider__head h3 {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 25px;
}
@media (max-width: 1023px) {
  .doctor-slider__head h3 {
    font-size: 20px;
  }
}
.doctor-slider__head h3 .first {
  font-weight: normal;
  display: inline-block;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .doctor-slider__head h3 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .doctor-slider__head {
    margin-bottom: 30px;
  }
  .doctor-slider__head h3 {
    font-weight: bold;
    font-size: 30px;
  }
  .doctor-slider__head h3 .first {
    font-weight: normal;
  }
}
@media (min-width: 1440px) {
  .doctor-slider__head {
    margin-bottom: 30px;
  }
  .doctor-slider__head h3 {
    font-weight: bold;
    font-size: 34px;
  }
  .doctor-slider__head h3 .first {
    display: inline-block;
    font-weight: normal;
    padding-left: 5px;
  }
}
.doctor-slider__list li {
  display: inline-block;
  border-right: 2px dotted #ddecf8;
  border-top: 2px dotted #ddecf8;
  margin-top: -3px;
  width: 120px;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  vertical-align: top;
}
@media (min-width: 768px) {
  .doctor-slider__list li {
    width: 152px;
    box-sizing: border-box;
  }
}
@media (min-width: 1024px) {
  .doctor-slider__list li {
    font-size: 12px;
    width: 135px;
  }
}
@media (min-width: 1440px) {
  .doctor-slider__list li {
    font-size: 14px;
    width: 182px;
  }
}
.doctor-slider__list li span {
  display: block;
  margin: 0 auto;
  max-width: 98px;
  border-radius: 50%;
  border: solid #9e9e9e;
  padding: 3px;
  border-width: 1px !important;
}
@media (min-width: 1024px) {
  .doctor-slider__list li span {
    max-width: 80px;
  }
}
@media (min-width: 1440px) {
  .doctor-slider__list li span {
    max-width: 100px;
  }
}
.doctor-slider__list li p {
  color: #000;
}
.doctor-slider__list li p b {
  color: #d2232a;
}
.doctor-slider__arrow {
  background-image: url(/DoctorsIndex/Images/arrow-slider-right.png);
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 17px;
  height: 50px;
  margin-left: 5px;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .doctor-slider__arrow {
    width: 35px;
    height: 100px;
  }
}
.doctor-slider__arrow.left {
  background-image: url(/DoctorsIndex/Images/arrow-slider-left.png);
  margin-left: 0px;
  margin-right: 5px;
  top: 50%;
  left: 5px;
}
.doctor-slider__arrow.right {
  top: 50%;
  right: 5px;
}

.third-block {
  margin-top: 45px;
  font-size: 0;
}

.marketingPage {
  width: 100%;
  font-size: 0;
  border: 1px solid #267dbf;
  border-bottom-width: 9px;
  position: relative;
  background-color: #fff;
}
@media (min-width: 768px) {
  .marketingPage {
    padding-right: 70px;
    margin-left: 2%;
  }
}
@media (max-width: 1023px) {
  .marketingPage {
    padding: 15px 10px;
  }
}
@media (min-width: 1024px) {
  .marketingPage {
    padding-right: 60px;
  }
}
@media (min-width: 1440px) {
  .marketingPage {
    display: inline-block;
    vertical-align: middle;
    max-width: 63%;
    min-height: 320px;
  }
}

.glossary {
  width: 100%;
  padding: 20px 10px;
  margin-top: 45px;
  text-align: right;
  border: 1px solid #267dbf;
  border-bottom-width: 9px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
@media (max-width: 768px) {
  .glossary {
    margin-top: 45px;
  }
}
@media (min-width: 1024px) {
  .glossary {
    padding-right: 60px;
    padding-right: 15px;
  }
}
@media (min-width: 1440px) {
  .glossary {
    display: inline-block;
    vertical-align: top;
    max-width: 35%;
    padding: 20px;
    margin-top: 0;
    min-height: 320px;
  }
}
.glossary__head {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .glossary__head {
    left: -50px;
  }
}
.glossary__head::before {
  content: "";
  background-image: url("../DoctorsIndex/Images/gloss-icon.png");
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 20px;
  margin-left: 5px;
  vertical-align: top;
  background-position: bottom;
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translate(0, -40%);
}
@media (max-width: 1023px) {
  .glossary__head::before {
    padding: 0;
    width: 30px;
    height: 30px;
    right: 0px;
  }
}
.glossary__head h3 {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 25px;
}
@media (max-width: 1023px) {
  .glossary__head h3 {
    font-size: 20px;
    margin-right: 40px;
  }
}
.glossary__head h3 .first {
  font-weight: normal;
  display: inline-block;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .glossary__head h3 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .glossary__head {
    margin-bottom: 30px;
  }
  .glossary__head h3 {
    font-weight: bold;
    font-size: 30px;
  }
  .glossary__head h3 .first {
    font-weight: normal;
  }
}
@media (min-width: 1440px) {
  .glossary__head {
    margin-bottom: 30px;
  }
  .glossary__head h3 {
    font-weight: bold;
    font-size: 34px;
  }
  .glossary__head h3 .first {
    display: inline-block;
    font-weight: normal;
    padding-left: 5px;
  }
}
.glossary__intro {
  margin-bottom: 10px;
  font-size: 20px;
  color: #000;
}
.glossary__content {
  margin-bottom: 40px;
  font-size: 18px;
  color: #9a9897;
}
.glossary__btn {
  width: 120px;
  border: 1px solid #267dbf;
}
@media (min-width: 1024px) {
  .glossary__btn {
    width: 140px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .glossary__btn {
    width: 170px;
  }
}
@media (min-width: 1440px) {
  .glossary__btn {
    width: 180px;
  }
}
.glossary__btn.left {
  float: left;
}
@media (min-width: 1024px) {
  .glossary__btn.left {
    margin-left: 20px;
  }
}
.glossary__btn.right {
  float: right;
}
@media (min-width: 1024px) {
  .glossary__btn.right {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .glossary__btn-wrapper {
    width: 550px;
  }
}
@media (min-width: 1440px) {
  .glossary__btn-wrapper {
    width: auto;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
  }
}
.glossary__btn-wrapper::after {
  content: "";
  display: block;
  clear: both;
}

.alfondocs {
  width: 100%;
  padding: 20px;
  font-size: 0;
  width: 100%;
  border: 1px solid #267dbf;
  border-bottom-width: 9px;
  position: relative;
  background-color: #fff;
}
@media (min-width: 768px) {
  .alfondocs {
    padding-right: 70px;
    margin-left: 2%;
  }
}
@media (max-width: 1023px) {
  .alfondocs {
    padding: 15px 10px;
  }
}
@media (min-width: 1024px) {
  .alfondocs {
    padding-right: 60px;
  }
}
@media (min-width: 1440px) {
  .alfondocs {
    display: inline-block;
    vertical-align: middle;
    max-width: 63%;
    min-height: 320px;
  }
}
.alfondocs__head {
  margin-bottom: 30px;
  position: relative;
}
.alfondocs__head::before {
  content: "";
  display: inline-block;
  background-image: url("../DoctorsIndex/Images/alfon-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 20px;
  margin-left: 5px;
  vertical-align: top;
  background-position: bottom;
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translate(0, -40%);
}
@media (max-width: 1023px) {
  .alfondocs__head::before {
    padding: 0;
    width: 30px;
    height: 30px;
    right: 0px;
  }
}
.alfondocs__head h3 {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 25px;
}
@media (max-width: 1023px) {
  .alfondocs__head h3 {
    font-size: 20px;
    margin-right: 40px;
  }
}
.alfondocs__head h3 .first {
  font-weight: normal;
  display: inline-block;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .alfondocs__head h3 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .alfondocs__head {
    margin-bottom: 30px;
  }
  .alfondocs__head h3 {
    font-weight: bold;
    font-size: 30px;
  }
  .alfondocs__head h3 .first {
    font-weight: normal;
  }
}
@media (min-width: 1440px) {
  .alfondocs__head {
    margin-bottom: 30px;
  }
  .alfondocs__head h3 {
    font-weight: bold;
    font-size: 34px;
  }
  .alfondocs__head h3 .first {
    display: inline-block;
    font-weight: normal;
    padding-left: 5px;
  }
}
.alfondocs__content {
  font-size: 18px;
  color: #9a9897;
}
.alfondocs__content_bold {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #9a9897;
}
.alfondocs__btn {
  width: 280px;
  border: 1px solid #267dbf;
}
@media (min-width: 1024px) {
  .alfondocs__btn {
    width: 400px;
    font-size: 20px;
  }
}
.alfondocs__btn_send {
  width: 120px;
}
@media (min-width: 1440px) {
  .alfondocs__btn-wrapper {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 60px;
  }
}
.alfondocs__input-container {
  margin-bottom: 20px;
}
@media (min-width: 425px) and (max-width: 1023px) {
  .alfondocs__input-container .btn {
    width: 90px;
    position: absolute;
    bottom: 15px;
    left: 10px;
  }
}
@media (min-width: 1440px) {
  .alfondocs__input-container .btn {
    position: absolute;
    bottom: 20px;
    left: 55px;
  }
}
@media (min-width: 1700px) {
  .alfondocs__input-container .btn {
    position: static;
  }
}
.alfondocs .input-item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 1024px) {
  .alfondocs .input-item {
    width: 220px;
    margin-left: 30px;
  }
}
@media (min-width: 1700px) {
  .alfondocs .input-item {
    margin-left: 40px;
  }
}

.map-description {
  max-width: 100%;
  padding: 25px;
  margin-bottom: 25px;
  border: 1px solid #267dbf;
  border-bottom-width: 9px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .map-description {
    padding-right: 40px;
  }
}
@media (max-width: 1023px) {
  .map-description {
    padding: 15px;
  }
}
.map-description__sub-heading {
  font-size: 30px;
  position: relative;
}
@media (max-width: 1023px) {
  .map-description__sub-heading {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .map-description__sub-heading {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .map-description__sub-heading {
    margin-right: 50px;
  }
}
@media (min-width: 1440px) {
  .map-description__sub-heading {
    margin-bottom: 20px;
    font-size: 34px;
  }
}
.map-description__sub-heading::after {
  content: "";
  display: block;
  width: 30px;
  height: 50px;
  background: url("../DoctorsIndex/Images/doctorindex-location-img.png") no-repeat center/cover;
  position: absolute;
  top: 70%;
  right: -50px;
  transform: translate(0, -50%);
}
@media (min-width: 1024px) {
  .map-description__sub-heading::after {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .map-description__sub-heading::after {
    margin-bottom: 20px;
    font-size: 42px;
  }
}
@media (max-width: 1023px) {
  .map-description__sub-heading_top {
    display: none;
  }
}
.map-description__sub-heading_down {
  font-size: 16px;
  margin-right: 30px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .map-description__sub-heading_down {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .map-description__sub-heading_down {
    margin-right: 50px;
  }
}
@media (min-width: 1440px) {
  .map-description__sub-heading_down {
    margin-bottom: 20px;
    font-size: 34px;
  }
}
.map-description__sub-heading_down::after {
  width: 25px;
  height: 40px;
  right: -40px;
}
.map-description__content {
  margin-top: 0;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}
@media (max-width: 1023px) {
  .map-description__content {
    display: none;
  }
}
.map-description__fullsize {
  padding-bottom: 1px;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .map-description__fullsize {
    font-size: 16px;
  }
}

.mobileAppImage {
  background: url(../MainSiteNew/Images/ImaApp-bg.jpg) no-repeat center/cover;
}

.mobileApp {
  padding: 20px;
  margin-top: 45px;
  border: 1px solid #267dbf;
  border-bottom-width: 9px;
  position: relative;
  /*background-color:#fff;*/
}
@media (min-width: 1024px) {
  .mobileApp {
    padding-bottom: 80px;
    background: url("../DoctorsIndex/Images/mobileApp-img.png?ver=15062025") no-repeat left 50%/48% auto;
  }
}
@media (max-width: 1023px) {
  .mobileApp {
    padding: 15px 10px;
  }
}
@media (min-width: 1440px) {
  .mobileApp {
    padding-bottom: 100px;
    background: url("../DoctorsIndex/Images/mobileApp-img.png?ver=15062025") no-repeat left 50%/45% auto;
  }
}
.mobileApp::after {
  content: "";
  display: block;
  clear: both;
}
.mobileApp__container {
  float: right;
  width: 100%;
}
@media (min-width: 768px) {
  .mobileApp__container {
    padding-right: 50px;
  }
}
@media (min-width: 1024px) {
  .mobileApp__container {
    width: 70%;
    padding-right: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .mobileApp__container {
    max-width: 640px;
  }
}
@media (max-width: 1023px) {
  .mobileApp__container {
    padding-right: 0;
  }
}
@media (min-width: 1440px) {
  .mobileApp__container {
    width: 62%;
    padding-bottom: 10px;
  }
}
.mobileApp__sub-heading {
  font-size: 30px;
  position: relative;
}
@media (max-width: 1023px) {
  .mobileApp__sub-heading {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .mobileApp__sub-heading {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .mobileApp__sub-heading {
    margin-bottom: 20px;
    font-size: 34px;
  }
}
@media (max-width: 1023px) {
  .mobileApp__sub-heading {
    margin-right: 40px;
  }
}
.mobileApp__sub-heading::after {
  content: "";
  display: block;
  width: 41px;
  height: 40px;
  background: url("../DoctorsIndex/Images/keylock.png") no-repeat center/cover;
  position: absolute;
  top: 70%;
  right: -50px;
  transform: translate(0, -50%);
}
@media (min-width: 1024px) {
  .mobileApp__sub-heading::after {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .mobileApp__sub-heading::after {
    margin-bottom: 20px;
    font-size: 42px;
  }
}
@media (max-width: 1023px) {
  .mobileApp__sub-heading::after {
    width: 30px;
    height: 29px;
    right: -40px;
  }
}
.mobileApp__sub-heading_down {
  position: relative;
}
@media (min-width: 768px) {
  .mobileApp__sub-heading_down {
    margin-right: 90px;
  }
}
@media (min-width: 768px) {
  .mobileApp__sub-heading_down::after {
    content: "";
    display: block;
    width: 30px;
    height: 50px;
    background: url("../DoctorsIndex/Images/doctorindex-location-img.png") no-repeat center/cover;
    position: absolute;
    top: 70%;
    right: -50px;
    transform: translate(0, -50%);
  }
}
.mobileApp__sub-heading_bold {
  font-weight: bold;
  line-height: 1;
}
.mobileApp__span {
  color: #000;
  font-size: 25px;
  line-height: 1;
}
@media (min-width: 1440px) {
  .mobileApp__span {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .mobileApp__span {
    display: inline-block;
    font-size: 16px;
    margin-top: 20px;
  }
}
.mobileApp__list {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .mobileApp__list {
    margin-top: 20px;
  }
}
.mobileApp__list .mobileApp-item {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .mobileApp__list .mobileApp-item {
    width: 32.8%;
    max-width: 128px;
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .mobileApp__list .mobileApp-item {
    max-width: 230px;
  }
}
@media (max-width: 1023px) {
  .mobileApp__list .mobileApp-item {
    font-size: 16px;
  }
}
.mobileApp__list .mobileApp-item__icon {
  display: block;
  width: 58px;
  height: 58px;
  margin: 0 auto;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .mobileApp__list .mobileApp-item__icon {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1024px) {
  .mobileApp__list .mobileApp-item__icon {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1440px) {
  .mobileApp__list .mobileApp-item__icon {
    width: 7rem;
    height: 7rem;
    margin-left: 5px;
  }
}
.mobileApp__list .mobileApp-item__icon_1 {
  background: url("../DoctorsIndex/Images/mobileApp-icon-1.png") no-repeat center/cover;
}
.mobileApp__list .mobileApp-item__icon_2 {
  background: url("../DoctorsIndex/Images/mobileApp-icon-2.png") no-repeat center/cover;
}
.mobileApp__list .mobileApp-item__icon_3 {
  background: url("../DoctorsIndex/Images/mobileApp-icon-3.png") no-repeat center/cover;
}
.mobileApp__list .mobileApp-item__description {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  color: #000;
  word-break: break-all;
  max-width: 150px;
}
@media (max-width: 1023px) {
  .mobileApp__list .mobileApp-item__description {
    font-size: 12px;
  }
}
.mobileApp__list .mobileApp-item__textBlock {
  display: block;
  font-size: 1.1rem;
  color: #5a5a5a;
}
@media (min-width: 768px) {
  .mobileApp__list .mobileApp-item__textBlock {
    font-size: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .mobileApp__list .mobileApp-item__textBlock {
    font-size: 14px;
  }
}
.mobileApp__img {
  display: block;
  max-width: 100%;
}
.mobileApp__img-wrapper {
  float: left;
}
@media (min-width: 1024px) {
  .mobileApp__img-wrapper {
    width: 40%;
  }
}
.mobileApp-market {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .mobileApp-market {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .mobileApp-market {
    max-width: none;
    margin: auto;
    text-align: right;
    position: absolute;
    bottom: 10px;
    left: 20px;
  }
}
.mobileApp-market__icon {
  display: inline-block;
  width: 81px;
  height: 24px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .mobileApp-market__icon {
    width: 104px;
    height: 31px;
    vertical-align: middle;
  }
}
@media (min-width: 1024px) {
  .mobileApp-market__icon {
    width: 138px;
    height: 41px;
  }
}
.mobileApp-market__icon_google {
  background: url("../DoctorsIndex/Images/play-store.png") no-repeat center/cover;
}
.mobileApp-market__icon_apple {
  background: url("../DoctorsIndex/Images/app-store.png") no-repeat center/cover;
}
.mobileApp-market__name {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 1;
  color: #267dbf;
}
@media (min-width: 768px) {
  .mobileApp-market__name {
    vertical-align: middle;
    margin-left: 10px;
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .mobileApp-market__name {
    font-size: 20px;
  }
}
.mobileApp-market__inputBlock {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .mobileApp-market__inputBlock {
    display: block;
    margin: 20px 0;
  }
}
@media (min-width: 1440px) {
  .mobileApp-market__inputBlock {
    margin-left: 50px;
  }
}
.mobileApp-market__sendBtn {
  display: inline-block;
  vertical-align: middle;
  width: 75px;
  height: 36px;
  margin-right: 20px;
  border: 1px solid #15458e;
  text-decoration: none;
}
@media (max-width: 425px) {
  .mobileApp-market__sendBtn {
    font-size: 16px;
    margin-right: 5px;
  }
}
@media (min-width: 425px) {
  .mobileApp-market__sendBtn {
    width: 120px;
    height: 44px;
  }
}
.mobileApp-market__input {
  display: inline-block;
  vertical-align: middle;
  width: 320px;
  height: 40px;
  padding: 10px;
  border: 1px solid #a8aaad;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  color: #000;
}
@media (max-width: 425px) {
  .mobileApp-market__input {
    width: 190px;
  }
}
.mobileApp-market__input-text {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}

.extraServices {
  padding: 20px 0 0 0;
  margin-top: 45px;
  border: 1px solid #267dbf;
  position: relative;
  background-color: #fff;
}
.extraServices__sub-heading {
  font-size: 30px;
  position: relative;
  margin-right: 50px;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .extraServices__sub-heading {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .extraServices__sub-heading {
    font-size: 30px;
    margin-right: 60px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1440px) {
  .extraServices__sub-heading {
    font-size: 34px;
  }
}
.extraServices__sub-heading::after {
  content: "";
  display: block;
  width: 41px;
  height: 40px;
  background: url("../DoctorsIndex/Images/keylock.png") no-repeat center/cover;
  position: absolute;
  top: 70%;
  right: -50px;
  transform: translate(0, -50%);
}
@media (min-width: 1024px) {
  .extraServices__sub-heading::after {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .extraServices__sub-heading::after {
    margin-bottom: 20px;
    font-size: 42px;
  }
}
@media (max-width: 1023px) {
  .extraServices__sub-heading::after {
    width: 30px;
    height: 29px;
    right: -40px;
  }
}
.extraServices__sub-heading_bold {
  font-weight: bold;
  line-height: 1;
}
.extraServices__body {
  border-top: 1px solid #267dbf;
  padding: 20px;
  background: #f1f1f1;
  text-align: center;
}
@media (min-width: 1440px) {
  .extraServices__body {
    padding: 40px 20px;
  }
}
.extraServices__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 150px;
}
@media (max-width: 768px) {
  .extraServices__item {
    width: 40%;
    margin: 10px;
  }
}
.extraServices__item:last-child {
  margin: 0;
}
.extraServices__icon {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
}
@media (max-width: 768px) {
  .extraServices__icon {
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .extraServices__icon {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1440px) {
  .extraServices__icon {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1920px) {
  .extraServices__icon {
    width: 120px;
    height: 120px;
  }
}
.extraServices__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.extraServices__text {
  display: inline-block;
  vertical-align: middle;
  color: #267dbf;
  font-size: 14px;
}
@media (min-width: 1440px) {
  .extraServices__text {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .extraServices__text {
    font-size: 30px;
  }
}

.recomendations {
  padding: 20px;
  background-color: #f9f1d8;
}
@media (min-width: 768px) {
  .recomendations {
    padding: 40px;
    background: #f9f1d8 url("../DoctorsIndex/Images/recomendations-img.png") no-repeat 7% bottom/30%;
  }
}
@media (min-width: 1024px) {
  .recomendations {
    padding-right: 70px;
  }
}
@media (min-width: 1200px) {
  .recomendations {
    min-height: 180px;
  }
}
@media (min-width: 1440px) {
  .recomendations {
    min-height: 200px;
    background-size: 400px;
  }
}
@media (min-width: 1700px) {
  .recomendations {
    text-align: center;
    min-height: 300px;
    background: #f9f1d8 url("../DoctorsIndex/Images/recomendations-img.png") no-repeat center bottom/18%;
  }
}
@media (max-width: 1023px) {
  .recomendations {
    background: #f9f1d8 url("../DoctorsIndex/Images/recomendations-img.png") no-repeat center bottom/auto 100px;
  }
}
.recomendations__heading {
  font-size: 36px;
  line-height: 1;
  color: #3c5166;
}
@media (min-width: 768px) {
  .recomendations__heading {
    width: 70%;
  }
}
@media (min-width: 1440px) {
  .recomendations__heading {
    font-size: 46px;
  }
}
@media (min-width: 1700px) {
  .recomendations__heading {
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  .recomendations__heading {
    width: 320px;
    margin: 0 auto 100px auto;
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .recomendations__heading {
    width: 300px;
  }
}
.recomendations__heading_bold {
  font-weight: bold;
}

.doctorindex__container {
  box-sizing: border-box;
  border-top: 9px solid #267dbf;
  margin: 0 auto;
  padding: 30px 10px;
}
@media (min-width: 768px) {
  .doctorindex__container {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .doctorindex__container {
    max-width: 1200px !important;
  }
}
@media (min-width: 1400px) {
  .doctorindex__container {
    max-width: 1400px !important;
  }
}
@media (min-width: 1700px) {
  .doctorindex__container {
    max-width: 1700px !important;
  }
}
.doctorindex__container_down {
  padding-bottom: 0;
  margin-top: 0;
  border-top: 1px solid transparent;
}
@media (max-width: 1023px) {
  .doctorindex__container_down {
    margin-top: 0;
  }
}
.doctorindex__container_faq::after {
  content: "";
  display: block;
  clear: both;
}
.doctorindex__container .dit-slide a {
  color: #fff;
}

.difs__preloader {
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 0.84);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5000;
}
.difs__preloader img {
  width: 200px;
  height: 200px;
  position: absolute;
  left: calc(50vw - 100px);
  top: calc(50vh - 100px);
}
.difs__preloader:before {
  content: "";
}

/*__FOOTER___*/
.component__footer {
  padding: 0 15px;
  background: #5a5a5a;
}
@media (min-width: 768px) {
  .component__footer {
    padding: 0 30px;
  }
}

.footer__info {
  text-align: center;
  max-width: 1400px;
}
@media (min-width: 768px) {
  .footer__info {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
  }
}

.info__item {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  padding: 15px 35px !important;
  background-position: 100% 0.8em !important;
  width: 100%;
}
@media (min-width: 768px) {
  .info__item {
    width: 33%;
  }
}
@media (min-width: 1024px) {
  .info__item {
    width: unset;
    max-width: unset;
  }
}
.info__item p {
  color: #fff !important;
}
.info__item ul li a {
  color: #fff !important;
}

.footer__agree {
  color: #fff;
}

.loginPopUp {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  width: 90%;
  min-height: 450px;
  max-width: 700px;
  padding-bottom: 25px;
  margin: 20px auto 25px;
  background: #fff;
}
@media (max-width: 767px) {
  .loginPopUp {
    margin: auto;
  }
}
@media (min-width: 768px) {
  .loginPopUp {
    width: 100%;
    min-height: 550px;
  }
}
.loginPopUp::after {
  content: "";
  display: block;
  clear: both;
}
.loginPopUp-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.5);
}
.loginPopUp__header {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .loginPopUp__header {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .loginPopUp__header {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .loginPopUp__body {
    padding: 10px;
  }
}
.loginPopUp-form {
  float: right;
  width: 100%;
  padding: 20px;
  border: 1px solid #9a9897;
  border-bottom-width: 5px;
  position: relative;
}
@media (max-width: 767px) {
  .loginPopUp-form {
    padding: 0 10px 10px 10px;
    border: 2px solid #9a9897;
    border-bottom: 5px solid #267dbf;
  }
}
@media (min-width: 768px) {
  .loginPopUp-form {
    width: 61%;
    margin-right: 2%;
    min-height: 350px;
  }
}
.loginPopUp-form::after {
  content: "";
  display: block;
  clear: both;
}
.loginPopUp-form__tab {
  display: none;
}
.loginPopUp-form__tab_selected {
  display: block;
}
.loginPopUp-form__tab_selected::after {
  content: "";
  display: block;
  clear: both;
}
.loginPopUp-form__content {
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
@media (max-width: 767px) {
  .loginPopUp-form__content {
    display: none;
  }
}
.loginPopUp-form__button {
  padding: 6px;
  margin: 10px 0;
  border: none;
  outline: none;
  font-size: 20px;
  font-weight: bold;
  background: none;
  color: #d12930;
  cursor: pointer;
}
@media (max-width: 767px) {
  .loginPopUp-form__button {
    font-size: 14px;
  }
}
.loginPopUp-form__button_1 {
  float: right;
}
.loginPopUp-form__button_2 {
  float: left;
}
.loginPopUp-form__button_selected {
  color: #d12930;
  border-bottom: 3px solid #d12930;
}
.loginPopUp-form__button-wrapper {
  position: relative;
}
.loginPopUp-form__button-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.loginPopUp-form__icon {
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  padding: 6px;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  background: #d12930;
}
.loginPopUp-form__icon-wrapper {
  float: right;
  margin: 20px 33px 0 0;
}
@media (max-width: 767px) {
  .loginPopUp-form__icon-wrapper {
    display: none;
    float: right;
    width: calc(100% - 113px - 94px);
    margin-top: 10px;
    text-align: center;
  }
}
.loginPopUp-form__icon-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.loginPopUp-form__input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 5px 10px;
  margin-bottom: 10px;
  border: 1px solid #d12930;
  box-sizing: border-box;
  outline: none;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .loginPopUp-form__input {
    margin-bottom: 5px;
  }
}
.loginPopUp-form__input-wrapper_tab2 {
  position: relative;
}
.loginPopUp-form__link {
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  font-size: 20px;
  line-height: 1;
  color: #d12930;
  background: transparent;
  border: none;
  border-bottom: 1px solid #d12930;
}
.loginPopUp-form__link_noBg {
  background-image: none !important;
  width: auto !important;
  height: auto !important;
  padding-bottom: 5px !important;
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  .loginPopUp-form__link_noBg {
    font-size: 14px;
    margin-top: -5px !important;
  }
}
.loginPopUp-form__checkbox-wrapper label {
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .loginPopUp-form__checkbox-wrapper label {
    font-size: 14px;
  }
}
.loginPopUp-form__phoneNum {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.loginPopUp-key {
  float: right;
  width: 100%;
  padding: 20px;
  border: 1px solid #9a9897;
  border-bottom-width: 5px;
  position: relative;
}
@media (max-width: 767px) {
  .loginPopUp-key {
    padding: 10px;
    margin-top: 10px;
    border: 2px solid #9a9897;
    border-bottom: 5px solid #267dbf;
  }
}
@media (min-width: 768px) {
  .loginPopUp-key {
    width: 33%;
    margin-right: 2%;
    min-height: 350px;
  }
}
.loginPopUp-key__heading {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
}
.loginPopUp-key__content {
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
@media (max-width: 767px) {
  .loginPopUp-key__content {
    font-size: 12px;
  }
}
.loginPopUp__send {
  padding: 4px 12px;
  margin-top: 10px;
  border: none;
  outline: none;
  font-size: 20px;
  font-weight: bold;
  background: #d12930;
  color: #fff;
}
@media (max-width: 767px) {
  .loginPopUp__send {
    font-size: 14px;
  }
}
.loginPopUp__send_oftab1 {
  float: left;
}
@media (min-width: 768px) {
  .loginPopUp__send_oftab1 {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
}
.loginPopUp__send_oftab2 {
  float: left;
}
.loginPopUp__send_ofkey {
  display: block;
  min-width: 128px;
  margin: 20px auto 0 0;
}
@media (max-width: 767px) {
  .loginPopUp__send_ofkey {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .loginPopUp__send_ofkey {
    margin: 20px auto 0 auto;
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 20;
    transform: translate(-50%, 0);
  }
}
.loginPopUp a {
  background: url(/Images/logo.png?v=2) no-repeat;
  width: 120px;
  height: 70px;
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  background-size: 100%;
}
@media (min-width: 768px) {
  .loginPopUp a {
    width: 158px;
    height: 80px;
    margin-right: 30px;
  }
}
.loginPopUp h1 {
  display: inline-block;
  color: #d2232a;
  font-size: 26px;
  vertical-align: middle;
  font-family: "Organy";
}
@media (min-width: 768px) {
  .loginPopUp h1 {
    margin-right: 60px;
    font-size: 60px;
  }
}
.loginPopUp h2 {
  display: block;
  padding: 10px 0 15px 0;
  color: #fff;
  background: #9a9897;
  font-size: 14px;
  line-height: 1 !important;
  vertical-align: top;
  font-weight: bolder;
  letter-spacing: 1px;
  text-align: center;
}
@media (min-width: 768px) {
  .loginPopUp h2 {
    font-size: 25px;
    margin-top: 15px;
  }
}

.faqHeading {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 10px 0 10px 10px;
  margin: 30px 0;
  border-bottom: 2px solid #9a9897;
  font-weight: bold;
  font-size: 25px;
  position: relative;
}
@media (min-width: 768px) {
  .faqHeading {
    font-size: 30px;
    margin-right: 50px;
  }
}
@media (min-width: 1024px) {
  .faqHeading {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .faqHeading {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  .faqHeading::before {
    content: "";
    display: block;
    background-image: url(/DoctorsIndex/Images/question.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 20px;
    margin-left: 5px;
    vertical-align: top;
    background-position: bottom;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translate(0, -40%);
  }
}
.faqHeading::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #9a9897;
  position: absolute;
  bottom: -1.5px;
  left: 155px;
  z-index: 100;
}
.faqHeading .first {
  font-weight: normal;
  display: inline-block;
  padding-left: 5px;
}
@media (min-width: 1440x) {
  .faqHeading .first {
    padding-left: 5px;
  }
}
.faqHeading-wrapper {
  width: 100%;
  overflow: hidden;
}

.themes {
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .themes {
    max-width: 18%;
    float: right;
  }
}
.themes__heading {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 25px;
  color: #e37f83;
}
@media (min-width: 768px) {
  .themes__heading {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .themes__heading {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .themes__heading {
    font-size: 42px;
  }
}
.themes__link {
  display: block;
  vertical-align: top;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #e37f83;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  color: #000;
}
@media (min-width: 1024px) {
  .themes__link {
    font-size: 20px;
  }
}
.faqContent {
  width: 100%;
}
@media (min-width: 1024px) {
  .faqContent {
    max-width: 46%;
    margin-right: 3%;
    float: right;
  }
}
.faqContent .question__input {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .faqContent .question__input {
    margin-top: -30px;
  }
}
.faqContent .question__input input {
  line-height: 1.6;
}
.faqContent .question__link {
  margin-top: 6px;
  margin-bottom: 20px;
}
.lastQuestions {
  width: 100%;
  margin-top: 70px;
  position: relative;
}
@media (min-width: 1024px) {
  .lastQuestions {
    max-width: 30%;
    margin-top: 0;
    margin-right: 3%;
    padding-top: 250px;
    float: right;
  }
}
.lastQuestions_small {
  min-width: 100px;
  max-width: 15%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .lastQuestions_small {
    display: none;
  }
}
.lastQuestions__img {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.lastQuestions__img-wrapper {
  display: none;
}
@media (min-width: 1024px) {
  .lastQuestions__img-wrapper {
    display: block;
    width: 150px;
    position: absolute;
    top: -55px;
    left: 0;
    z-index: 10;
  }
}
.lastQuestions__heading {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d12930;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  color: #d12930;
}
@media (min-width: 1024px) {
  .lastQuestions__heading {
    font-size: 20px;
  }
}
.lastQuestions-item {
  padding: 8px;
  padding-right: 10px;
  margin-bottom: 5px;
  position: relative;
  border-bottom: 1px dotted #eeeeee;
}
.lastQuestions-item::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d12930;
  position: absolute;
  top: 17px;
  right: 0;
}
.lastQuestions-item__question {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.1;
  font-weight: bold;
  cursor: pointer;
}
.lastQuestions-item__answer {
  margin-bottom: 5px;
  display: none;
}
.lastQuestions-item__answer_active {
  display: block;
}
.lastQuestions-item__author {
  font-size: 14px;
  line-height: 1.1;
  color: #d12930;
  display: none;
}
.lastQuestions-item__author_active {
  display: block;
}

.addQuestion {
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .addQuestion {
    max-width: 61%;
    margin-right: 3%;
    float: right;
  }
}
@media (min-width: 1024px) {
  .addQuestion {
    font-size: 20px;
  }
}
.addQuestion-category__heading {
  margin: 20px 0;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .addQuestion-category__heading {
    font-size: 20px;
  }
}
.addQuestion-category__select {
  width: 100%;
  padding: 10px;
  border: 1px solid #000;
  line-height: 1.6;
}
.addQuestion-message textarea {
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  border: 1px solid #000;
  resize: none;
}
.addQuestion-contacts__input {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #000;
  font-size: 18px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .addQuestion-contacts__input {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .addQuestion-contacts__input {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-top: 0;
  }
}
.addQuestion-contacts__input-wrapper {
  width: 100%;
  margin-top: 20px;
  font-size: 0;
}
.addQuestion-contacts__input-wrapper_inner {
  position: relative;
}
@media (min-width: 1024px) {
  .addQuestion-contacts__input-wrapper_inner {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .addQuestion-contacts__input-wrapper_inner {
    width: 54%;
  }
}
.addQuestion-contacts__input-wrapper_inner input[type=checkbox] {
  display: none;
}
.addQuestion-contacts__input-wrapper_inner label {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  position: absolute;
  top: 2px;
  right: 0;
}
@media (min-width: 768px) {
  .addQuestion-contacts__input-wrapper_inner label {
    top: 2px;
    right: 0;
  }
}
.addQuestion-contacts__input-wrapper_inner input[type=checkbox]:checked + label::after {
  content: "✔";
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  color: #000;
  position: absolute;
  top: -7px;
}
.addQuestion-contacts__input-wrapper_inner br {
  display: none;
}
@media (min-width: 768px) {
  .addQuestion-contacts__input-wrapper_inner br {
    display: block;
  }
}
@media (min-width: 1440px) {
  .addQuestion-contacts__name {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    min-width: 350px;
    font-size: 18px;
  }
}
@media (min-width: 1440px) and (min-width: 1024px) {
  .addQuestion-contacts__name {
    font-size: 20px;
  }
}
.addQuestion-contacts__name_small {
  display: block;
  padding-right: 40px;
  font-size: 13px;
}
@media (min-width: 1440px) {
  .addQuestion-contacts__name_small {
    display: inline-block;
  }
}
.addQuestion-contacts__fileUpload {
  display: none !important;
}
.addQuestion-contacts__fileUpload-wrapper {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .addQuestion-contacts__fileUpload-wrapper {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .addQuestion-contacts__fileUpload-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
  }
}
@media (min-width: 1440px) {
  .addQuestion-contacts__fileUpload-wrapper {
    text-align: left;
    width: 46%;
  }
}
.addQuestion-contacts__fileUpload_fake {
  display: block;
  max-width: 150px;
  padding: 10px;
  margin: 5px auto;
  font-size: 16px;
  color: #fff;
  background: #a5a5a5;
}
@media (min-width: 768px) {
  .addQuestion-contacts__fileUpload_fake {
    display: inline-block;
    padding: 10px 8.5px;
    margin: 5px 0 5px 5px;
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .addQuestion-contacts__fileUpload_fake {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0;
    margin-right: 5px;
  }
}
.addQuestion-approveBtn {
  padding: 10px 35px;
  border: none;
  font-weight: bold;
  color: #fff;
  background: #d12930;
}
@media (min-width: 1024px) {
  .addQuestion-approveBtn {
    font-size: 18px;
  }
}
.addQuestion-approveBtn-wrapper {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .addQuestion-approveBtn-wrapper {
    text-align: right;
  }
}
@media (min-width: 1440px) {
  .addQuestion-approveBtn-wrapper {
    text-align: left;
  }
}

.joinBlock {
  min-height: 500px;
  padding: 10px;
  margin-bottom: 200px;
  position: relative;
  /*input[type="submit"] {
      border: none;
  }*/
}
.joinBlock__heading {
  font-size: 20px;
  margin: 20px 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 10px 0 10px 10px;
  margin: 30px 0;
  border-bottom: 2px solid #9a9897;
  font-weight: bold;
  font-size: 25px;
  position: relative;
}
@media (min-width: 768px) {
  .joinBlock__heading {
    width: calc(100% - 10px);
    font-size: 30px;
    margin-right: 50px;
  }
}
@media (min-width: 1024px) {
  .joinBlock__heading {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .joinBlock__heading {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  .joinBlock__heading::before {
    content: "";
    display: block;
    background-image: url("../DoctorsIndex/Images/keylock.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 20px;
    margin-left: 5px;
    vertical-align: top;
    background-position: bottom;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translate(0, -40%);
  }
}
.joinBlock__heading::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #9a9897;
  position: absolute;
  bottom: -1.5px;
  left: 155px;
  z-index: 100;
}
.joinBlock__headingGlossary {
  font-size: 20px;
  margin: 20px 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 10px 0 10px 10px;
  margin: 30px 0;
  border-bottom: 2px solid #9a9897;
  font-weight: bold;
  font-size: 25px;
  position: relative;
}
@media (min-width: 768px) {
  .joinBlock__headingGlossary {
    width: calc(100% - 10px);
    font-size: 30px;
    margin-right: 50px;
  }
}
@media (min-width: 1024px) {
  .joinBlock__headingGlossary {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .joinBlock__headingGlossary {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  .joinBlock__headingGlossary::before {
    content: "";
    background-image: url("../DoctorsIndex/Images/gloss-icon.png");
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 20px;
    margin-left: 5px;
    vertical-align: top;
    background-position: bottom;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translate(0, -40%);
  }
}
.joinBlock__headingGlossary::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #9a9897;
  position: absolute;
  bottom: -1.5px;
  left: 155px;
  z-index: 100;
}
.joinBlock__intro p {
  line-height: 1.8;
}
.joinBlock__item {
  margin: 10px 0;
}
.joinBlock__item span {
  display: inline-block;
  width: 265px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .joinBlock__item span {
    width: auto;
    vertical-align: top;
  }
}
.joinBlock__item input[type=checkbox] {
  display: none;
}
.joinBlock__item input[type=checkbox]:not(:checked) + label::after {
  display: none;
}
.joinBlock__item label {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid #337ab7;
}
@media (min-width: 768px) {
  .joinBlock__item label {
    margin: 0 10px 0 0;
  }
}
.joinBlock__item label::after {
  content: "✓";
  display: block;
  margin-top: -4px;
  color: #337ab7;
  font-size: 20px;
  line-height: 1;
}
@media (min-width: 1440px) {
  .joinBlock__gif {
    width: 360px;
    height: 300px;
    background: url("../DoctorsIndex/Images/index_subscribe_gif_v7.gif") no-repeat center/contain;
    position: absolute;
    top: calc(50% - 125px);
    left: 100px;
    z-index: 10;
  }
}
.joinBlock__link {
  margin: 20px 0;
}
.joinBlock__link a {
  font-weight: bold;
}

.header-popup-menu .top__menu--inline li {
  width: auto !important;
}

.glossary__container {
  padding: 0 10px !important;
}
@media (min-width: 1024px) {
  .glossary__container {
    padding: 0 50px !important;
  }
}
@media (min-width: 1200px) {
  .glossary__container {
    padding: 0 60px !important;
  }
}
.glossary__container::after {
  content: "";
  display: block;
  clear: both;
}
.glossary__heading {
  margin: 40px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #9a9897;
  font-size: 42px;
  position: relative;
}
@media (min-width: 1024px) {
  .glossary__heading::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-left: 5px;
    background-image: url("../DoctorsIndex/Images/glossary-icon.png");
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #9a9897;
    border-radius: 50%;
    vertical-align: top;
    position: absolute;
    top: 50%;
    right: -45px;
    transform: translate(0, -40%);
  }
}
@media (min-width: 1200px) {
  .glossary__heading::before {
    width: 42px;
    height: 42px;
    right: -60px;
  }
}
.glossary__body::after {
  content: "";
  display: block;
  clear: both;
}
.glossary-pic {
  display: none;
}
@media (min-width: 1024px) {
  .glossary-pic {
    display: block;
    float: left;
    width: 20%;
  }
}
.glossary-pic img {
  display: block;
  width: 180px;
  margin: 0 auto;
}
.glossary-content {
  width: 100%;
}
@media (min-width: 1024px) {
  .glossary-content {
    float: left;
    width: 50%;
  }
}
.glossary-content__input {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 10px;
  border: 1px solid #d6181f;
  background: transparent;
  font-size: 20px;
  line-height: 1.5;
}
.glossary-content__input-wrapper {
  width: 100%;
  position: relative;
}
.glossary-content__search {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 6px;
  z-index: 100;
}
.glossary-content__list {
  padding: 15px;
  margin: 74px 0 20px 0;
  border-top: 1px solid #d6181f;
  border-bottom: 1px solid #d6181f;
}
.glossary-content__item {
  margin: 20px 0;
}
.glossary-content__main-row {
  font-size: 22px;
  cursor: pointer;
}
.glossary-content__main-row::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  margin-bottom: 3px;
  margin-left: 5px;
  border-radius: 50%;
  background: #333;
}
.glossary-content__main-row_active .glossary-content__termin {
  font-weight: bold;
}
.glossary-content__termin {
  margin-left: 10px;
  color: #d6181f;
}
.glossary-content__termin_translate {
  color: #333;
}
.glossary-content__hiddenBlock {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  left: 1000px;
  margin-top: 30px;
  transition: 1s;
}
.glossary-content__hiddenDescription {
  padding: 20px 20px 20px 30px;
  background: #efefef;
  position: relative;
}
.glossary-content__hiddenDescription::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 19px;
  border-left-width: 19px;
  border-bottom: 19px solid #efefef;
  position: absolute;
  top: -18px;
  right: 40px;
}
.glossary-content__hiddenRelation {
  margin: 20px 0;
  font-size: 0;
}
.glossary-content__hiddenType {
  display: block;
  width: 100%;
  padding: 10px 10px 14px 10px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background: #bababa;
}
@media (max-width: 425px) {
  .glossary-content__hiddenType {
    font-size: 14px;
  }
}
.glossary-content__hiddenType-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  position: relative;
}
.glossary-content__hiddenType-wrapper .arrow {
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-top-width: 20px;
  border-bottom-width: 20px;
  border-right: 8px solid #bababa;
  position: absolute;
  top: 0;
  left: -7px;
  z-index: 100;
}
.glossary-content__hiddenValue {
  display: block;
  width: 100%;
  padding: 10px 30px 14px 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  background: #efefef;
}
@media (max-width: 425px) {
  .glossary-content__hiddenValue {
    font-size: 14px;
  }
}
.glossary-content__hiddenValue-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  width: 68%;
  margin-right: 2%;
  position: relative;
}
.glossary-content__hiddenValue-wrapper .arrow {
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-top-width: 20px;
  border-bottom-width: 20px;
  border-right: 8px solid white;
  position: absolute;
  top: 0;
  right: -1px;
  z-index: 1000;
}
.glossary-content__category span {
  font-size: 22px;
}
.glossary-content__category span:first-child {
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
}
.glossary-alpha_top {
  width: 100%;
  margin-bottom: 74px;
}
@media (min-width: 1024px) {
  .glossary-alpha_top {
    display: block;
    float: right;
    width: 22%;
    margin-left: 8%;
  }
}
.glossary-alpha_bottom {
  display: none;
}
.glossary-alpha__heading {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1;
  color: #d6181f;
}
.glossary-alpha__row {
  padding: 15px 0;
  border-bottom: 1px solid #d6181f;
  box-sizing: content-box;
}
.glossary-alpha__char {
  display: inline-block;
  width: 18%;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #333;
  text-align: center;
  text-decoration: none;
}
.glossary-alpha__char_active {
  display: inline-block;
  margin-top: -20px;
  font-size: 38px;
  font-weight: bold;
  color: #d6181f;
  position: relative;
}
.glossary-alpha__content {
  display: none;
}
.glossary-alpha__content.active {
  display: block;
}
.glossary-alpha__tab {
  display: block;
  margin-bottom: 18px;
  font-size: 32px;
  line-height: 1.5;
  color: #333;
  cursor: pointer;
}
.glossary-alpha__termsLink {
  display: block;
  margin-top: 48px;
  font-size: 21px;
  line-height: 1.5;
  color: #d6181f;
  text-decoration: underline !important;
}

.messages__container {
  background: #fff !important;
}

@media (min-width: 768px) {
  .messages__list {
    padding-right: 60px !important;
  }
}
.messages__list::after {
  content: "";
  display: block;
  clear: both;
}

.messages__heading {
  margin: 40px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #267dbf;
  font-size: 42px;
  position: relative;
}
@media (min-width: 1024px) {
  .messages__heading::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 20px;
    margin-left: 5px;
    border: 2px solid #9a9897;
    border-radius: 50%;
    background-image: url("../DoctorsIndex/Images/at-icon.png");
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top;
    position: absolute;
    top: 50%;
    right: -45px;
    transform: translate(0, -40%);
  }
}
@media (min-width: 1200px) {
  .messages__heading::before {
    width: 42px;
    height: 42px;
    right: -60px;
  }
}

@media (min-width: 768px) {
  .messages__list__container {
    float: right;
    width: 65%;
  }
}

@media (min-width: 768px) {
  .messages__bg {
    float: left;
    width: 35%;
  }
}
.messages__bg img {
  display: block;
  width: 200px;
  margin: 0 auto;
}

.message__item {
  padding: 0 0 5px 0 !important;
  border-bottom: 1px solid #d6181f;
  margin-bottom: 10px;
  position: relative;
}

.message__title {
  min-height: 40px;
  color: #000;
  font-size: 20px;
  cursor: pointer;
}
.message__title:active, .message__title:visited, .message__title:hover {
  color: #000;
}

.message__text__h {
  background: none !important;
  padding: 5px 0;
}

.message__text {
  margin-top: 10px;
  display: none;
}
.message__text_active {
  display: block;
}

.message__delete {
  display: block;
  width: 20px;
  height: 20px;
  margin: 3px;
  border: none;
  background: url("../DoctorsIndex/Images/garbage.svg") no-repeat center/contain;
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 0;
}

.message__popupClose {
  width: 276px;
  height: 110px;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  z-index: 115;
  top: calc(50% - 55px);
  right: calc(50% - 138px);
}
.message__popupClose-wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
}
.message__popupClose-container {
  /*height: 30px;*/
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 10px;
}
.message__popupClose-container p {
  margin-bottom: 12px;
}
.message__popupClose-btn {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 30px;
  padding: 0 5px;
  margin-left: 20px;
  border: 1px solid #333;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-size: 14px;
  cursor: pointer;
}
.message__popupClose-btn:last-child {
  margin-left: 0;
}
.message__popupClose-btn.js-cancel {
  padding-top: 4px;
}

.bold {
  font-weight: bold;
}

.search_results {
  position: relative;
  display: block;
  width: 100%;
}
.search_results .sr_nav {
  position: relative;
  display: table;
  width: 100%;
}
@media (max-width: 768px) {
  .search_results .sr_nav.pagination {
    padding-bottom: 5px;
    border-bottom: 1px solid #d6181f;
  }
}
.search_results .sr_nav::after {
  content: "";
  display: block;
  clear: both;
}
.search_results .sr_nav div {
  display: table-cell;
  float: right;
}
.search_results .sr_nav div:first-child p {
  font-size: 20px;
}
.search_results .sr_nav .srn_panel {
  float: left;
}
.search_results .sr_nav p {
  font-weight: bold;
  color: #000 !important;
}
.search_results .srn_panel {
  text-align: left;
  white-space: nowrap;
  height: 30px;
}
.search_results .srn_panel button, .search_results .srn_panel ul {
  display: inline-block;
  vertical-align: middle;
}
.search_results .srn_panel ul {
  margin: 0 10px;
  padding: 0;
  direction: ltr;
}
.search_results .srn_panel ul li {
  display: inline-block;
  color: #d12930;
  padding: 0 5px;
  line-height: 20px;
  font-size: 20px;
}
.search_results .srn_panel .prevPage {
  border: none;
  outline: none;
  height: 20px;
  width: 10px;
  background: url(../DoctorsIndex/Images/red_arrows.png) no-repeat;
  background-position: left center;
}
.search_results .srn_panel .nextPage {
  border: none;
  outline: none;
  height: 20px;
  width: 10px;
  background: url(../DoctorsIndex/Images/red_arrows.png) no-repeat;
  background-position: right center;
}

.sr_results {
  position: relative;
  display: block;
  width: 100%;
  margin: 15px auto;
}
.sr_results .srr_li {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  background: #f2f2f2;
  border-bottom: 1px solid #d6181f;
  background: transparent;
}
.sr_results .srr_li .srrl_head {
  position: relative;
  display: block;
  padding: 0 102px 10px 10px;
  background: transparent;
}
@media (min-width: 768px) {
  .sr_results .srr_li .srrl_head {
    padding: 0 132px 10px 10px;
  }
}
.sr_results .srr_li .srrl_head .head__name {
  display: block;
  margin-top: 15px;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .sr_results .srr_li .srrl_head .head__name {
    margin-top: 0;
    font-size: 24px;
  }
}
.sr_results .srr_li .srrl_head p {
  font-size: 16px;
  color: #9a9897;
  font-weight: normal;
}
@media (min-width: 768px) {
  .sr_results .srr_li .srrl_head p {
    font-size: 18px;
    color: #000;
    font-weight: bold;
  }
}
.sr_results .srr_li .srrl_bottom {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 10px 50px 10px;
}
@media (min-width: 768px) {
  .sr_results .srr_li .srrl_bottom {
    padding: 0 132px 10px 10px;
    min-height: 112px;
  }
}
.sr_results .srr_li .srrl_bottom table {
  width: 100%;
  padding: 5px;
  text-align: right;
}
@media (max-width: 1023px) {
  .sr_results .srr_li .srrl_bottom table {
    display: none;
  }
}
.sr_results .srr_li .srrl_bottom table tr {
  padding: 5px 0;
}
.sr_results .srr_li .srrl_bottom table td {
  padding-bottom: 5px;
}
.sr_results .srr_li .srrl_bottom table td:first-child {
  padding-left: 15px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
}
.sr_results .srr_li .srrl_bottom table td:last-child {
  width: 100%;
}
@media (min-width: 768px) {
  .sr_results .srr_li .srrl_bottom table tr:last-child td:last-child {
    padding-left: 100px;
  }
}
.sr_results .srr_li .srrl_bottom > a {
  position: absolute;
  color: #d12930;
  font-weight: bold;
  left: 10px;
  bottom: 15px;
}
.sr_results .srr_li .srrl_image {
  position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  right: 10px;
  top: 10px;
  border: 2px solid #bababa;
}
@media (min-width: 768px) {
  .sr_results .srr_li .srrl_image {
    width: 104px;
    height: 104px;
  }
}
.sr_results .srr_li .srrl_image img {
  width: 100%;
}

.results__container {
  min-height: 60vh;
  padding: 0 10px;
  position: relative;
  display: block;
  max-width: 1150px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .results__container {
    padding: 0 50px !important;
  }
}
@media (min-width: 1200px) {
  .results__container {
    padding: 0 60px !important;
  }
}
.results__container::after {
  content: "";
  display: block;
  clear: both;
}
.results__heading {
  width: calc(100% + 10px);
  margin: 40px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #9a9897;
  font-size: 42px;
  position: relative;
}
@media (min-width: 1024px) {
  .results__heading {
    width: calc(100% + 50px);
  }
}
@media (min-width: 1200px) {
  .results__heading {
    width: calc(100% + 60px);
  }
}
@media (min-width: 1024px) {
  .results__heading::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-left: 5px;
    background-image: url("../DoctorsIndex/Images/search.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top;
    position: absolute;
    top: 50%;
    right: -45px;
    transform: translate(0, -40%);
  }
}
@media (min-width: 1200px) {
  .results__heading::before {
    width: 42px;
    height: 42px;
    right: -60px;
  }
}
@media (min-width: 1024px) {
  .results_results {
    float: left !important;
    width: 65% !important;
  }
}
.results_selects {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 20px;
  display: block;
}
@media (max-width: 768px) {
  .results_selects {
    display: none !important;
  }
  .results_selects.active {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .results_selects {
    float: right;
    width: 30% !important;
  }
}
.results_selects .rcd_endform {
  text-align: left;
  height: 30px;
  border-left: none;
}
.results_selects .rcd_endform input[type=submit] {
  position: relative;
  display: inline-block;
  float: left;
  height: 30px;
  width: 130px;
  border: none;
  background: #d12930;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  margin: 0 15px 0 0;
}
.results_selects .rcd_endform a {
  display: inline-block;
  color: #d12930;
  text-decoration: underline;
  font-size: 18px;
  line-height: 30px;
}
.results_selects-p {
  font-weight: normal !important;
  line-height: 1.1 !important;
}
.results_selects-item {
  display: block !important;
  width: 100% !important;
  border: none !important;
  box-sizing: border-box;
}
.results_selects-heading {
  display: block !important;
  width: 100% !important;
  border: none !important;
  font-size: 20px !important;
}
.results_selects-heading p {
  font-size: 24px !important;
  color: #d12930 !important;
}
@media (min-width: 768px) {
  .results_selects-heading p {
    font-size: 40px !important;
  }
}
.results_selects-body {
  display: block !important;
  width: 100% !important;
}
@media (max-width: 768px) {
  .results_selects-body {
    border-left: none;
  }
}
.results_selects-send {
  display: block !important;
  width: 100% !important;
}
.results_selects-send .rcd_endform {
  height: auto !important;
}
.results_selects-send input[type=submit] {
  float: none !important;
  display: block !important;
  height: auto !important;
  width: auto !important;
  background: #d12930;
  font-size: 20px !important;
  line-height: 1 !important;
  padding: 10px 50px 15px 50px !important;
  margin: 0 auto 0 0 !important;
}
@media (min-width: 1024px) {
  .results_selects-send input[type=submit] {
    float: left !important;
    margin: 0 !important;
  }
}
.results_selects-content {
  display: block !important;
  white-space: normal !important;
  border: none !important;
}
.results_selects-content .sr_nav {
  padding: 0;
}
.results_selects-tab-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .results_selects-tab-mobile {
    display: block;
    padding: 0;
    margin-bottom: 35px;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
  }
  .results_selects-tab-mobile.active span {
    position: relative;
  }
  .results_selects-tab-mobile.active span::before {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: black;
    position: absolute;
    top: calc(60% - 1px);
    right: -22px;
  }
  .results_selects-tab-mobile.active span::after {
    display: none;
  }
  .results_selects-tab-mobile span {
    position: relative;
  }
  .results_selects-tab-mobile span::before {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: black;
    position: absolute;
    top: calc(60% - 1px);
    right: -22px;
  }
  .results_selects-tab-mobile span::after {
    content: "";
    display: block;
    width: 2px;
    height: 16px;
    background: black;
    position: absolute;
    top: calc(60% - 8px);
    right: -15px;
  }
}

.selects__wrap {
  position: relative;
  z-index: 2;
}
.selects__wrap::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: transparent url("../DoctorsIndex/Images/arrow-down.png") no-repeat center/cover !important;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
}
.selects__wrap::before {
  display: none !important;
}
.selects__wrap select {
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px !important;
  margin: 20px 0 !important;
  border: none;
  border-bottom: 2px solid #dedede !important;
  outline: none;
  background: transparent !important;
  font-size: 20px !important;
  line-height: 1.4 !important;
}
.selects__wrap select option {
  border: none;
}
.selects_wrap .search_input {
  width: 100%;
  padding: 10px !important;
  margin: 0 0 20px 0 !important;
  border: 1px solid #d12930;
  color: #000;
  font-size: 20px !important;
}

.no-results {
  width: 100%;
  margin: 150px 0;
  border-bottom: 1px solid #c2c2c2;
  position: relative;
  text-align: center;
  clear: both;
}
.no-results img {
  display: block;
  max-width: 300px;
  margin: 100px auto 0 auto;
}
.no-results p {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

@media (min-width: 768px) {
  .doctor__profile {
    padding-right: 50px !important;
  }
}
@media (min-width: 1024px) {
  .doctor__profile {
    padding-right: 80px !important;
  }
}
@media (min-width: 1440px) {
  .doctor__profile {
    padding-right: 100px !important;
  }
}
.doctor__profile .input-item {
  margin-top: 20px;
  border-bottom: 2px solid #c2c2c2;
  background-color: white;
}
@media (max-width: 768px) {
  .doctor__profile .input-item {
    margin-top: 0;
  }
}
.doctor__profile .input-item select {
  height: auto;
  padding: 10px 10px 10px 20px;
  font-size: 20px;
  color: #5f5f5f;
  /*option {
      color: #c2c2c2;
  }

  &::placeholder {
      color: #c2c2c2;
  }*/
}

.breadcrumbs__item {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  font-size: 16px;
  color: #000;
}
.breadcrumbs__item::after {
  content: ">";
  margin-right: 8px;
  font-size: 14px;
  color: #000;
}
.breadcrumbs__item:last-child {
  margin-left: 0;
}
.breadcrumbs__item:last-child::after {
  display: none;
}
.breadcrumbs__item.bold {
  font-weight: bold;
}

.content-heading {
  margin: 0 0 30px 0;
}
@media (max-width: 425px) {
  .content-heading {
    margin-bottom: 0;
  }
}
.content-heading h2 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #267dbf;
}
@media (max-width: 425px) {
  .content-heading h2 {
    font-size: 20px;
    max-width: 170px;
  }
}
.content-heading__icon {
  display: inline-block;
  vertical-align: middle;
  /*width: 82px;*/
}
@media (max-width: 425px) {
  .content-heading__icon {
    max-width: 50px;
  }
}

.DoctorProfile__heading {
  padding-bottom: 15px;
  margin: 30px 0 50px 0;
  border-bottom: 2px solid #c2c2c2;
}
@media (max-width: 425px) {
  .DoctorProfile__heading {
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .DoctorProfile__heading {
    width: calc(100% + 30px);
  }
}
.DoctorProfile__name {
  font-size: 28px;
  font-weight: bold;
}
@media (min-width: 1440px) {
  .DoctorProfile__name {
    font-size: 48px;
  }
}
.DoctorProfile__specialization {
  font-size: 28px;
  line-height: 1.5;
}
@media (min-width: 1440px) {
  .DoctorProfile__specialization {
    font-size: 40px;
  }
}
.DoctorProfile__body .contact-form {
  margin-bottom: 40px;
}
.DoctorProfile__body .contact-form::after {
  content: "";
  display: block;
  clear: both;
}
.DoctorProfile__body .contact-form__btn-mobile {
  display: block;
  padding: 5px 15px 8px 15px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #d2232a;
  border-radius: 5px;
  color: #d2232a;
  font-size: 16px;
}
@media (min-width: 768px) {
  .DoctorProfile__body .contact-form__btn-mobile {
    display: none;
  }
}
.DoctorProfile__body .contact-form__img {
  display: block;
  width: 100%;
}
.DoctorProfile__body .contact-form__img-wrapper {
  float: right;
  margin-left: 30px;
  width: 180px;
  border: 1px solid #e37f83;
}
@media (max-width: 425px) {
  .DoctorProfile__body .contact-form__img-wrapper {
    float: none;
    margin: 10px auto 20px;
  }
}
@media (max-width: 767px) {
  .DoctorProfile__body .contact-form__img-wrapper {
    width: 120px;
  }
}
.DoctorProfile__body .contact-form__body {
  float: right;
  width: 100%;
  padding: 5px;
}
@media (min-width: 1440px) {
  .DoctorProfile__body .contact-form__body {
    width: calc(100% - 210px);
    padding: 0;
  }
}
.DoctorProfile__body .contact-form__connect {
  display: block;
}
@media (min-width: 768px) {
  .DoctorProfile__body .contact-form__connect {
    display: inline-block;
    padding-right: 35px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
  }
}
.DoctorProfile__body .contact-form__connect span {
  display: block;
}
@media (max-width: 767px) {
  .DoctorProfile__body .contact-form__connect span {
    display: none;
  }
}
.DoctorProfile__body .contact-form__connect button {
  display: none;
}
@media (max-width: 767px) {
  .DoctorProfile__body .contact-form__connect button {
    display: block;
  }
}
.DoctorProfile__body .contact-form__connect::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("../DoctorsIndex/Images/edit.svg") no-repeat center/contain;
  position: absolute;
  top: 10px;
  right: 0;
}
.DoctorProfile__body .contact-form__connect-heading {
  padding-bottom: 20px;
  border-bottom: 1px solid #e37f83;
}
.DoctorProfile__body .contact-form__hiddenBlock {
  display: none;
}
.DoctorProfile__body .contact-form__hiddenBlock::after {
  content: "";
  display: block;
  clear: both;
}
.DoctorProfile__body .contact-form__hiddenBlock_active {
  display: block;
}
.DoctorProfile__body .contact-form__inputContainer {
  float: right;
  font-size: 0;
}
@media (min-width: 1024px) {
  .DoctorProfile__body .contact-form__inputContainer {
    width: calc(100% - 150px);
  }
}
.DoctorProfile__body .contact-form__btn {
  float: right;
  margin: 20px 0;
  line-height: 1;
}
@media (min-width: 1024px) {
  .DoctorProfile__body .contact-form__btn {
    margin: 265px 30px 0 0;
  }
}
.DoctorProfile__body .contact-form__input {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 2px solid #c2c2c2;
  font-size: 20px;
  color: #5f5f5f;
}
.DoctorProfile__body .contact-form__input::placeholder {
  color: #5f5f5f;
}
@media (min-width: 1024px) {
  .DoctorProfile__body .contact-form__input {
    width: 231px;
    margin-left: 25px;
  }
}
@media (min-width: 1440px) {
  .DoctorProfile__body .contact-form__input {
    width: 32%;
    margin-left: 2%;
  }
}
.DoctorProfile__body .contact-form__input:last-of-type {
  margin-left: 0;
}
.DoctorProfile__body .contact-form__textarea {
  display: block;
  width: 100%;
  height: 170px;
  padding: 10px;
  margin-top: 20px;
  border: 2px solid #c2c2c2;
  color: #5f5f5f;
  font-size: 20px;
  resize: none;
}
.DoctorProfile-item__block label {
  display: inline;
  margin-right: 8px;
}
.DoctorProfile-item__block .Title {
  margin: 20px 0 8px;
}
.DoctorProfile-item {
  padding-bottom: 15px;
  margin: 30px 0;
  border-bottom: 1px solid #e37f83;
}
@media (max-width: 768px) {
  .DoctorProfile-item {
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.DoctorProfile-item:last-child {
  border-bottom: none;
}
.DoctorProfile-item::after {
  content: "";
  display: block;
  clear: both;
}
.DoctorProfile-item__block {
  float: right;
  width: 100%;
  padding-right: 30px;
  font-size: 18px;
}
@media (min-width: 1440px) {
  .DoctorProfile-item__block {
    width: 47%;
    margin-left: 6%;
  }
}
@media (max-width: 768px) {
  .DoctorProfile-item__block {
    margin-bottom: 0;
  }
}
.DoctorProfile-item__block:last-child {
  margin-left: 0;
  margin-bottom: 0;
}
.DoctorProfile-item__block_100 {
  width: 100%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .DoctorProfile-item__body {
    display: none;
  }
}
.DoctorProfile-item__body.active {
  display: block;
}
.DoctorProfile-item__heading {
  padding-bottom: 7px;
  border-bottom: 3px dotted #d1cfcd;
  font-size: 24px;
  font-weight: bold;
  color: #9a9897;
  position: relative;
}
.DoctorProfile-item__heading::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 7px;
  right: -32px;
}
@media (max-width: 767px) {
  .DoctorProfile-item__heading::before {
    top: 12px;
    background: url("../DoctorsIndex/Images/plus-icon-circle.png") no-repeat center/cover !important;
  }
}
@media (max-width: 767px) {
  .DoctorProfile-item__heading.active::before {
    top: 12px;
    background: url("../DoctorsIndex/Images/minus-icon-circle.png") no-repeat center/cover !important;
  }
}
.DoctorProfile-item__heading_1::before {
  background: url("../DoctorsIndex/Images/doc-profile-icon-1.png") no-repeat center/contain;
}
.DoctorProfile-item__heading_2::before {
  background: url("../DoctorsIndex/Images/doc-profile-icon-2.png") no-repeat center/contain;
}
.DoctorProfile-item__heading_3::before {
  background: url("../DoctorsIndex/Images/doc-profile-icon-3.png") no-repeat center/contain;
}
.DoctorProfile-item__heading_4::before {
  background: url("../DoctorsIndex/Images/doc-profile-icon-4.png") no-repeat center/contain;
}
.DoctorProfile-item__heading_5::before {
  background: url("../DoctorsIndex/Images/doc-profile-icon-5.png") no-repeat center/contain;
}
.DoctorProfile-item__heading_6::before {
  background: url("../DoctorsIndex/Images/doc-profile-icon-6.png") no-repeat center/contain;
}
.DoctorProfile-item__heading_7::before {
  background: url("../DoctorsIndex/Images/doc-profile-icon-7.png") no-repeat center/contain;
}
.DoctorProfile-item__heading_8::before {
  background: url("../DoctorsIndex/Images/doc-profile-icon-8.png") no-repeat center/contain;
}
.DoctorProfile-item__heading_9::before {
  background: url("../DoctorsIndex/Images/doc-profile-icon-9.png") no-repeat center/contain;
}
.DoctorProfile-item__heading_10::before {
  background: url("../DoctorsIndex/Images/doc-profile-icon-10.png") no-repeat center/contain;
}
.DoctorProfile-item__heading_11::before {
  background: url("../DoctorsIndex/Images/doc-profile-icon-11.png") no-repeat center/contain;
}
.DoctorProfile-item__heading_12::before {
  background: url("../DoctorsIndex/Images/doc-profile-icon-12.png") no-repeat center/contain;
}
.DoctorProfile-item__row {
  margin: 10px 0;
}
.DoctorProfile-item__row-name {
  display: inline-block;
  vertical-align: top;
  min-width: 180px;
}
.DoctorProfile-item__row-value {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
@media (max-width: 425px) {
  .DoctorProfile-item__row-value {
    display: block;
  }
}
.DoctorProfile-item__row-value:last-child {
  margin-left: 0;
}
.DoctorProfile-item__row a {
  text-decoration: underline;
}
.DoctorProfile-item .text-bold {
  font-weight: bold;
}
.DoctorProfile-item__column {
  float: right;
  margin-left: 10%;
}
.DoctorProfile-item__column::after {
  content: "";
  display: block;
  clear: both;
}
.DoctorProfile-item__column:last-child {
  margin-left: 0;
}
.DoctorProfile-item__column .DoctorProfile-item__row-name {
  min-width: auto;
  font-weight: bold;
}

.temp-form .container-hidden {
  display: none;
}
.temp-form .container-hidden.active {
  display: block;
  padding-top: 20px;
}
.temp-form .tab-link {
  font-size: 20px;
  color: #d12930;
  text-decoration: underline;
}
.temp-form__heading {
  font-size: 20px;
  margin: 20px 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 10px 0 20px 10px;
  margin: 30px 0;
  border-bottom: 2px solid #9a9897;
  font-weight: bold;
  font-size: 25px;
  position: relative;
}
@media (min-width: 768px) {
  .temp-form__heading {
    width: calc(100% - 20px);
    font-size: 30px;
    margin-right: 50px;
  }
}
@media (min-width: 1024px) {
  .temp-form__heading {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .temp-form__heading {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  .temp-form__heading::before {
    content: "";
    display: block;
    background-image: url(/DoctorsIndex/Images/doc-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 20px;
    margin-left: 5px;
    vertical-align: top;
    background-position: bottom;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translate(0, -20%);
  }
}
.temp-form__sub-heading {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
.temp-form__text-content {
  margin: 20px 0;
}
@media (min-width: 1200px) {
  .temp-form__text-content.type-2 {
    font-size: 20px;
  }
}
.temp-form-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
@media (min-width: 1200px) {
  .temp-form-item {
    flex-wrap: nowrap;
  }
}
.temp-form-item.type-2 {
  align-items: flex-start;
}
.temp-form-item.type-2 .select-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
  background: #fff;
}
@media (min-width: 768px) {
  .temp-form-item.type-2 .select-wrapper {
    max-width: 293px;
  }
}
.temp-form-item.type-2 .select-wrapper::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 5px;
  border-right-width: 5px;
  border-top: 9px solid black;
  position: absolute;
  top: calc(50% - 4px);
  left: 5px;
  z-index: -1;
}
.temp-form-item.type-2 .select-wrapper select {
  background: transparent;
}
.temp-form-item__name {
  color: #5f5f5f;
  font-size: 0.9em;
  position: relative;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  max-width: 250px;
  order: -1;
}
@media (min-width: 768px) {
  .temp-form-item__name {
    width: 68%;
  }
}
@media (min-width: 1200px) {
  .temp-form-item__name {
    width: 100%;
    margin-top: -5px;
    font-size: 1em;
  }
}
@media (min-width: 1200px) {
  .temp-form-item__name.type-2 {
    margin: 0;
    font-size: 20px;
  }
}
.temp-form-item__input-wrapper {
  display: block;
  min-height: 20px;
  max-width: 755px;
  width: 100%;
  /*&.of-checkbox-hidden {

      label {
          display: inline-block;
          width: 30px;
          height: 30px;
          border: 1px solid #000;
          position: relative;
      }

      input[type="checkbox"] {
          display: none;
      }

      input[type="checkbox"]:checked + label::after {
              content: "\2714";
              display: inline-block;
              font-size: 30px;
              line-height: 1;
              color: #000;
              position: absolute;
              top: -7px;
      }
  }*/
}
@media (min-width: 768px) {
  .temp-form-item__input-wrapper {
    display: flex;
  }
}
.temp-form-item__input {
  font-size: 0.9em;
  border: 1px solid #5f5f5f;
  height: 25px;
  width: 100%;
  max-width: 480px;
  margin-right: 10px;
  padding: 0 5px;
  box-sizing: border-box;
  margin: 5px 0;
}
@media (min-width: 768px) {
  .temp-form-item__input {
    max-width: 293px;
  }
}
.temp-form-item__input.type-2 {
  height: auto;
  padding: 10px;
  margin: 0;
  border: 1px solid #000;
  line-height: 1.6;
}
.temp-form-item__textarea {
  font-size: 0.9em;
  border: 1px solid #5f5f5f;
  height: 150px;
  width: 100%;
  max-width: 480px;
  margin-right: 10px;
  padding: 0 5px;
  box-sizing: border-box;
  margin: 5px 0;
  resize: none;
  /*&.type-2 {
      //height: auto;
          padding: 10px;
          margin: 0;
          border: 1px solid #000;
  }*/
}
@media (min-width: 768px) {
  .temp-form-item__textarea {
    max-width: 293px;
  }
}
.temp-form-item__select {
  border: 1px solid #5f5f5f;
  height: 25px !important;
  width: 100%;
  margin-right: 10px;
  padding: 0 5px;
  box-sizing: border-box;
  margin: 5px 0;
  background: rgba(255, 255, 255, 0);
  position: relative;
  z-index: 1;
  text-align: right;
  border-radius: 0;
  /*&.type-2 {
      height: auto !important;
      padding: 10px;
      border: 1px solid #000;
      line-height: 1.6;
  }*/
}
@media (min-width: 768px) {
  .temp-form-item__select {
    max-width: 293px;
  }
}
.temp-form-item__btn {
  background-color: #022873;
  color: #fff;
  text-decoration: none;
  font-size: 0.9em;
  border-width: 0;
  cursor: pointer;
  height: 35px;
  width: 82px;
}
.temp-form-item__btn.type-2 {
  width: auto;
  height: auto;
  padding: 10px 35px;
  border: none;
  font-weight: bold;
  color: #fff;
  background: #d12930;
}
@media (min-width: 1200px) {
  .temp-form-item__btn-wrapper {
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .temp-form-item__btn-wrapper {
    width: 543px;
    text-align: left;
  }
}

.finish {
  min-height: 40vh;
}
.finish .temp-form__text-content {
  width: auto;
  font-size: 24px;
  text-align: center;
}

.PhoneBook__heading {
  font-size: 20px;
  margin: 20px 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 10px 0 20px 10px;
  margin: 30px 0;
  border-bottom: 2px solid #9a9897;
  font-weight: bold;
  font-size: 25px;
  position: relative;
}
@media (min-width: 768px) {
  .PhoneBook__heading {
    width: calc(100% - 20px);
    font-size: 30px;
    margin-right: 50px;
  }
}
@media (min-width: 1024px) {
  .PhoneBook__heading {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .PhoneBook__heading {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  .PhoneBook__heading::before {
    content: "";
    display: block;
    background-image: url(../DoctorsIndex/Images/alfon-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 20px;
    margin-left: 5px;
    vertical-align: top;
    background-position: bottom;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translate(0, -20%);
  }
}
.PhoneBook__heading span {
  font-weight: normal;
}
.PhoneBook .alfondocs {
  max-width: 100%;
  min-height: 0;
  padding: 10px;
  border: none;
  position: relative;
}
@media (min-width: 1440px) {
  .PhoneBook .alfondocs {
    padding-right: 50px;
  }
}
.PhoneBook .alfondocs__input-container {
  display: block;
}
@media (max-width: 768px) {
  .PhoneBook .alfondocs__input-container {
    display: none;
  }
}
.PhoneBook .alfondocs__input-container.active {
  display: block;
}
.PhoneBook .alfondocs__content-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .PhoneBook .alfondocs__content-wrapper {
    display: none;
  }
}
.PhoneBook .alfondocs__content-wrapper.active {
  display: block;
}
.PhoneBook .alfondocs__btn-wrapper {
  position: static;
}
@media (min-width: 1440px) {
  .PhoneBook .alfondocs__btn-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
  }
}
@media (max-width: 768px) {
  .PhoneBook .alfondocs__btn-wrapper {
    display: block;
    text-align: center;
  }
}
.PhoneBook .alfondocs__btn.mobile {
  display: none;
}
@media (max-width: 767px) {
  .PhoneBook .alfondocs__btn.mobile {
    display: inline-block;
    vertical-align: top;
    width: 180px;
  }
}
.PhoneBook .alfondocs__btn.desktop {
  display: none;
}
@media (min-width: 768px) {
  .PhoneBook .alfondocs__btn.desktop {
    display: inline-block;
  }
}
.PhoneBook .alfondocs__btn_send {
  position: static;
}
.PhoneBook .alfondocs__btn_send.mobile {
  display: none;
}
@media (max-width: 768px) {
  .PhoneBook .alfondocs__btn_send.mobile {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    margin-left: 10px;
  }
}
@media (min-width: 425px) {
  .PhoneBook .alfondocs__btn_send.mobile {
    width: 120px;
  }
}
.PhoneBook .alfondocs__btn_send.mobile:focus, .PhoneBook .alfondocs__btn_send.mobile:active {
  outline: none;
}
.PhoneBook .alfondocs__btn_send.desktop {
  display: block;
}
@media (min-width: 768px) {
  .PhoneBook .alfondocs__btn_send.desktop {
    display: block;
  }
}
.PhoneBook .alfondocs__btn_send:focus {
  color: #5f5f5f;
}
.PhoneBook-list {
  padding: 10px;
  margin-top: 40px;
}
@media (min-width: 1440px) {
  .PhoneBook-list {
    padding-right: 50px;
  }
}
.PhoneBook-list__head {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  position: relative;
}
.PhoneBook-list__head::after {
  content: "";
  display: block;
  clear: both;
}
.PhoneBook-list__results {
  float: right;
}
.PhoneBook-list__pagination {
  float: left;
  direction: ltr;
}
.PhoneBook-list__num {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  margin-right: 5px;
  font-size: 24px;
  font-weight: normal;
  color: #000;
}
.PhoneBook-list__num_active {
  font-weight: bold;
  color: #d12930;
}
.PhoneBook-list__body {
  border-top: 1px solid #555555;
}
.PhoneBook-item {
  padding-bottom: 15px;
  margin: 30px 0 60px;
  border-bottom: 1px solid #e37f83;
  font-size: 20px;
}
.PhoneBook-item::after {
  content: "";
  display: block;
  clear: both;
}
.PhoneBook-item__ava {
  float: right;
  width: 180px;
  height: 180px;
  margin-left: 30px;
  /*            border: 1px solid #b1b1b1;
  */
}
@media (max-width: 768px) {
  .PhoneBook-item__ava {
    width: 120px;
    height: 120px;
  }
}
.PhoneBook-item__ava img {
  display: block;
  height: 100%;
  /*                margin-left: auto;
                  margin-right: auto;
  */
}
.PhoneBook-item__content {
  float: right;
  width: 100%;
  position: relative;
}
@media (min-width: 1440px) {
  .PhoneBook-item__content {
    width: calc(100% - 210px);
  }
}
.PhoneBook-item__link {
  display: block;
  padding-bottom: 3px;
  border-bottom: 1px solid #d12930;
  font-size: 20px;
  color: #d12930;
  position: absolute;
  top: 0;
  left: 0;
}
.PhoneBook-item__link-tab {
  color: #d12930;
  cursor: pointer;
}
.PhoneBook-item__heading {
  padding-bottom: 7px;
  border-bottom: 3px dotted #d1cfcd;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  position: relative;
}
.PhoneBook-item__row {
  margin: 10px 0;
}
.PhoneBook-item__row_hidden {
  display: none;
}
.PhoneBook-item__row_hidden.active {
  display: block;
}
.PhoneBook-item__row-elem {
  display: inline-block;
  vertical-align: top;
  color: #9a9897;
}
@media (min-width: 1440px) {
  .PhoneBook-item__row-elem.first {
    min-width: 300px;
    margin-left: 15px;
  }
}
.PhoneBook-item__row-elem.second {
  min-width: 180px;
}
.PhoneBook-item__row-elem:last-child {
  margin-left: 0;
}
.PhoneBook-item__row-elem > span {
  margin-left: 5px;
}
.PhoneBook-item__row .text-bold {
  font-weight: bold;
}
.PhoneBook-item__row .text-normal {
  font-weight: normal;
}
.PhoneBook-item__row a {
  text-decoration: underline;
}
.PhoneBook-item__tab {
  padding: 0 5px 5px 0;
  margin-top: 65px;
  border-right: 2px solid #d12930;
  color: #d12930;
  line-height: 1.2;
  cursor: pointer;
  position: relative;
}
@media (max-width: 425px) {
  .PhoneBook-item__tab {
    margin-top: 15px;
  }
}
.PhoneBook-item__tab::before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #d12930;
  position: absolute;
  top: 50%;
  right: -15px;
}
.PhoneBook-item__tab::after {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  background: #d12930;
  position: absolute;
  top: calc(50% - 4px);
  right: -10.5px;
}
.PhoneBook-item__tab_active::after {
  display: none;
}
.PhoneBook-item__hiddenBlock {
  display: none;
  clear: both;
  padding: 40px 0 20px;
}
.PhoneBook-item__hiddenBlock_active {
  display: block;
}
.PhoneBook-item__or {
  width: 50px;
  height: 50px;
  padding: 8px 0 10px 0;
  margin: 10px auto;
  border-radius: 50%;
  background: #3c3c3c;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1440px) {
  .PhoneBook-item__or {
    float: right;
    margin: 40px 25px;
  }
}
@media (min-width: 1440px) {
  .PhoneBook-form {
    float: right;
    width: calc(50% - 50px);
  }
}
.PhoneBook-form::after {
  content: "";
  display: block;
  clear: both;
}
.PhoneBook-form-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.PhoneBook-form__textarea {
  width: 100%;
  height: 140px;
  padding: 10px;
  border: 1px solid #3c3c3c;
  margin-bottom: 10px;
  font-size: 20px;
  outline: none;
  resize: none;
}
.PhoneBook-form__input {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #3c3c3c;
  line-height: 1.5;
}
@media (min-width: 1440px) {
  .PhoneBook-form__input {
    float: right;
    width: calc(50% - 20px);
  }
}
@media (min-width: 1440px) {
  .PhoneBook-form__input:last-child {
    margin-right: 40px;
  }
}
.PhoneBook-form__input-wrapper {
  margin-bottom: 20px;
}
.PhoneBook-form__input-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.PhoneBook-form__btn {
  float: left;
}
@media (max-width: 425px) {
  .PhoneBook-form__btn {
    width: 100px;
  }
}

.PhoneBookUpdate {
  line-height: 25px;
}
@media (max-width: 767px) {
  .PhoneBookUpdate {
    padding: 10px;
  }
}
.PhoneBookUpdate .flex-container {
  display: flex;
}
.PhoneBookUpdate .temp-form__text-content {
  width: auto;
  margin: 20px 0 30px 0;
}
.PhoneBookUpdate .temp-form__heading {
  padding: 10px 0 10px 10px;
}
@media (min-width: 1440px) {
  .PhoneBookUpdate .temp-form__heading {
    font-size: 42px;
  }
}
.PhoneBookUpdate .temp-form__heading::before {
  transform: translate(0, -40%);
  background-image: url(../DoctorsIndex/Images/keylock.png);
}
.PhoneBookUpdate .temp-form-item__name {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  order: 2;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .PhoneBookUpdate .temp-form-item__name {
    max-width: 100%;
    margin-left: 10px;
  }
}
.PhoneBookUpdate .temp-form-item__input {
  margin: 7px 0 0 0;
  order: 3;
}
@media (max-width: 1024px) {
  .PhoneBookUpdate .temp-form-item__input {
    display: block;
    width: calc(100% - 60px);
    margin-right: 30px;
  }
}
@media (min-width: 1025px) {
  .PhoneBookUpdate .temp-form-item__input {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
}
.PhoneBookUpdate .temp-form-item {
  display: block;
  align-items: flex-start;
  margin: 15px 0;
}
@media (min-width: 1440px) {
  .PhoneBookUpdate .temp-form-item {
    margin: 10px 0;
  }
}
.PhoneBookUpdate .temp-form-item.first {
  display: block;
  flex-wrap: wrap;
}
.PhoneBookUpdate .temp-form-item.first .temp-form-item__name {
  display: block;
}
.PhoneBookUpdate .temp-form-item input[type=checkbox] {
  display: none;
}
.PhoneBookUpdate .temp-form-item label {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}
@media (max-width: 768px) {
  .PhoneBookUpdate .temp-form-item label {
    width: calc(100% - 30px);
  }
}
@media (min-width: 1024px) {
  .PhoneBookUpdate .temp-form-item label {
    margin-left: 10px;
  }
}
.PhoneBookUpdate .temp-form-item .checkbox-fake {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid #337ab7;
  margin: 5px 0 0 10px;
  order: -1;
}
.PhoneBookUpdate .temp-form-item .checkbox-fake::after {
  content: "✓";
  display: none;
  margin-top: -4px;
  color: #337ab7;
  font-size: 20px;
  line-height: 1;
}
.PhoneBookUpdate .temp-form-item input[type=checkbox]:checked ~ .checkbox-fake::after {
  display: block;
}
.PhoneBookUpdate .temp-form-item__name {
  display: block;
  width: auto;
  margin-right: 30px;
  color: #000;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .PhoneBookUpdate .temp-form-item__name {
    display: inline-block;
    vertical-align: middle;
  }
}
.PhoneBookUpdate .temp-form-item__btn-wrapper {
  text-align: right;
}
@media (max-width: 425px) {
  .PhoneBookUpdate .temp-form-item__btn-wrapper {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .edit__profile {
    padding-right: 50px !important;
  }
}
@media (min-width: 1024px) {
  .edit__profile {
    padding-right: 80px !important;
  }
}
@media (min-width: 1440px) {
  .edit__profile {
    padding-right: 100px !important;
  }
}

.EditProfile {
  color: #000;
  font-weight: normal;
}
@media (max-width: 767px) {
  .EditProfile {
    padding: 0 10px;
  }
}
.EditProfile__heading {
  padding-bottom: 15px;
  margin: 30px 0 50px 0;
  border-bottom: 2px solid #c2c2c2;
}
@media (max-width: 425px) {
  .EditProfile__heading {
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .EditProfile__heading {
    width: calc(100% + 30px);
  }
}
.EditProfile__name {
  font-size: 28px;
  font-weight: bold;
}
@media (min-width: 1440px) {
  .EditProfile__name {
    font-size: 48px;
  }
}
.EditProfile__specialization {
  font-size: 28px;
  line-height: 1.5;
}
@media (min-width: 1440px) {
  .EditProfile__specialization {
    font-size: 40px;
  }
}
.EditProfile .dppd_photo {
  display: block;
  vertical-align: top;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border: 1px solid #e69ea1;
}
@media (min-width: 1024px) {
  .EditProfile .dppd_photo {
    display: inline-block;
    width: 200px;
    height: 200px;
  }
}
.EditProfile .dppd_photo img {
  display: block;
  width: 100%;
}
.EditProfile .dppd_form {
  display: block;
}
@media (min-width: 1024px) {
  .EditProfile .dppd_form {
    display: inline-block;
    vertical-align: top;
  }
}
.EditProfile .dppd_form .dppdf-head {
  color: #d6181f;
}
@media (min-width: 1024px) {
  .EditProfile .dppd_form .dppdf-head {
    margin-right: 20px;
  }
}
.EditProfile .dppd_form .dppdf-head p {
  line-height: 1.5;
}
.EditProfile .dppd_form .dppd__progress {
  position: relative;
  bottom: 0;
  right: 0;
  padding-right: 5px;
  width: 100%;
  max-width: 600px;
}
@media (min-width: 1024px) {
  .EditProfile .dppd_form .dppd__progress {
    margin-top: 20px;
    margin-right: 20px;
  }
}
.EditProfile .dppd_form .dppd__progress h3 {
  color: #d6181f;
  float: right;
  line-height: 16px;
}
.EditProfile .dppd_form .dppd__progress .progress__wrap {
  margin-top: 10px;
  float: left;
  height: 24px;
  width: 100%;
  max-width: 595px;
  position: relative;
  background: white;
}
.EditProfile .dppd_form .dppd__progress .progress__wrap .progress__bar {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background: gray;
}
.EditProfile .dppd_form .dppd__progress .progress__wrap .progress__divider {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 2;
  background: url(../DoctorsIndex/Images/progress__bg.png) no-repeat;
  background-size: 100% 150%;
  border: solid 1px gray;
}
.EditProfile .dppdi_nav {
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .EditProfile .dppdi_nav {
    margin-top: 100px;
  }
}
.EditProfile .dppdi_nav-item {
  border-bottom: 1px solid #9d9d9d;
}
.EditProfile .dppdi_nav-item .dppdi_nav-tab {
  position: relative;
  padding: 10px 20px;
  color: #6c6c6c;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .EditProfile .dppdi_nav-item .dppdi_nav-tab {
    padding: 20px 40px;
    font-size: 30px;
  }
}
.EditProfile .dppdi_nav-item .dppdi_nav-tab::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url("../DoctorsIndex/Images/plus-icon.png") center no-repeat;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}
@media (min-width: 1024px) {
  .EditProfile .dppdi_nav-item .dppdi_nav-tab::before {
    width: 20px;
    height: 20px;
  }
}
.EditProfile .dppdi_nav-item.active-tab .dppdi_nav-tab::before {
  background: url("../DoctorsIndex/Images/minus-icon.png") center no-repeat;
}
.EditProfile .dppdi_nav-item .dppdic-tab {
  display: none;
}
.EditProfile .dppdi_nav-item .dppdic-tab.active {
  display: block;
}
.EditProfile .dppdi_nav-item .text_editProfile {
  padding: 10px;
  border-bottom: 3px solid #dedede;
  font-size: 18px;
}
.EditProfile .dppdi_nav-item .text_editProfile:last-child {
  border-bottom: none;
}
@media (min-width: 1024px) {
  .EditProfile .dppdi_nav-item .text_editProfile {
    padding: 30px;
    font-size: 26px;
  }
}
.EditProfile .dppdi_nav-item .text_editProfile .axclam {
  display: block;
  color: red;
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
  position: absolute;
  top: -10px;
  right: calc(50% - 9px);
}
@media (min-width: 1024px) {
  .EditProfile .dppdi_nav-item .text_editProfile .axclam {
    font-size: 90px;
    top: 10px;
    right: 25px;
  }
}
.EditProfile .dppdi_nav-item .text_editProfile .doctor_profile_row {
  margin: 10px 0 20px 0;
}
@media (min-width: 1024px) {
  .EditProfile .dppdi_nav-item .text_editProfile .doctor_profile_row {
    margin: 20px 0;
  }
}
.EditProfile .dppdi_nav-item .text_editProfile .doctor_profile_row label {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #6c6c6c;
  line-height: 50px;
}
@media (min-width: 1024px) {
  .EditProfile .dppdi_nav-item .text_editProfile .doctor_profile_row label {
    display: inline-block;
    min-width: 220px;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .EditProfile .dppdi_nav-item .text_editProfile .doctor_profile_row label.w-300 {
    min-width: 300px !important;
  }
}
@media (max-width: 1023px) {
  .EditProfile .dppdi_nav-item .text_editProfile .doctor_profile_row.mobile label {
    display: none;
  }
}
@media (min-width: 1024px) {
  .EditProfile .dppdi_nav-item .text_editProfile .doctor_profile_row.mobile .input-type-2::placeholder {
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .EditProfile .dppdi_nav-item .text_editProfile .doctor_profile_row.mobile .textarea-type-2::placeholder {
    opacity: 0;
  }
}
.EditProfile .dppdi_nav-item .text_editProfile .doctor_profile_row .input-type-1 {
  padding: 5px;
  border: none;
  outline: none;
  background: #f5f5f5;
  color: #616161;
  line-height: 30px;
}
@media (max-width: 1023px) {
  .EditProfile .dppdi_nav-item .text_editProfile .doctor_profile_row .input-type-1 {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .EditProfile .dppdi_nav-item .text_editProfile .doctor_profile_row .input-type-1 {
    padding: 10px;
    line-height: 30px;
  }
}
@media (min-width: 1440px) {
  .EditProfile .dppdi_nav-item .text_editProfile .doctor_profile_row .input-type-1 {
    width: 500px;
    line-height: 30px;
  }
}
.EditProfile .dppdi_nav-item .text_editProfile .doctor_profile_row .input-type-2 {
  padding: 5px;
  border: none;
  border-bottom: 1px solid #b6b6b6;
  color: #616161;
  background: #fff;
}
@media (max-width: 1023px) {
  .EditProfile .dppdi_nav-item .text_editProfile .doctor_profile_row .input-type-2 {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .EditProfile .dppdi_nav-item .text_editProfile .doctor_profile_row .input-type-2 {
    width: 500px;
    padding: 10px;
  }
}
.EditProfile .dppdi_nav-item .text_editProfile .doctor_profile_row .select-type-2 {
  padding: 5px;
  border: none;
  border-bottom: 1px solid #b6b6b6;
  color: #616161;
  background: #fff;
}
@media (max-width: 1023px) {
  .EditProfile .dppdi_nav-item .text_editProfile .doctor_profile_row .select-type-2 {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .EditProfile .dppdi_nav-item .text_editProfile .doctor_profile_row .select-type-2 {
    width: 500px;
    padding: 10px;
    padding-left: 23px;
  }
}
.EditProfile .dppdi_nav-item .text_editProfile .doctor_profile_row .select-type-2-wrapper {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media (max-width: 1023px) {
  .EditProfile .dppdi_nav-item .text_editProfile .doctor_profile_row .select-type-2-wrapper {
    display: block;
  }
}
.EditProfile .dppdi_nav-item .text_editProfile .doctor_profile_row .select-type-2-wrapper::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
}
.EditProfile .dppdi_nav-item .text_editProfile .doctor_profile_row .select-type-2-wrapper .triangle {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 7px 0 6px;
  border-color: #bababa transparent transparent transparent;
  position: absolute;
  left: 6px;
  bottom: 27px;
}
@media (max-width: 1023px) {
  .EditProfile .dppdi_nav-item .text_editProfile .doctor_profile_row .select-type-2-wrapper .triangle {
    bottom: 15px;
  }
}
.EditProfile .dppdi_nav-item .text_editProfile .doctor_profile_row .textarea-type-2 {
  padding: 5px;
  border: none;
  border-bottom: 1px solid #b6b6b6;
  color: #616161;
  resize: none;
}
@media (max-width: 1023px) {
  .EditProfile .dppdi_nav-item .text_editProfile .doctor_profile_row .textarea-type-2 {
    width: 100%;
    height: 40px;
  }
}
@media (min-width: 1024px) {
  .EditProfile .dppdi_nav-item .text_editProfile .doctor_profile_row .textarea-type-2 {
    display: inline-block;
    vertical-align: bottom;
    width: 500px;
    height: 58px;
    padding: 10px;
  }
}
@media (min-width: 1440px) {
  .EditProfile .dppdi_nav-item .text_editProfile .doctor_profile_row .textarea-type-2 {
    width: calc(100% - 230px);
    padding: 10px;
  }
}
.EditProfile .dppdi_nav-item .text_editProfile .doctor_profile_row .input-desc {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 20px;
  color: red;
}
@media (max-width: 1023px) {
  .EditProfile .dppdi_nav-item .text_editProfile .doctor_profile_row .input-desc {
    font-size: 14px;
    margin-top: 5px;
    margin-right: 0;
  }
}
.EditProfile .dppdi_nav-item .text__bordered {
  position: relative;
  padding: 60px 10px 10px 10px;
  border-radius: 10px;
  border: 1px solid #e69ea1;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 1024px) {
  .EditProfile .dppdi_nav-item .text__bordered {
    padding: 30px 80px 40px 30px;
    font-size: 26px;
    text-align: right;
  }
}
@media (max-width: 1023px) {
  .EditProfile .dppdi_nav-item .text__bordered b {
    font-size: 18px;
    display: inline-block;
    margin-bottom: 5px;
  }
}
.EditProfile .dppdi_nav-item .checkbox-container {
  font-size: 0;
  margin-top: 10px;
}
.EditProfile .dppdi_nav-item .checkbox-wrapper {
  color: #616161;
  margin: 10px 0;
}
@media (min-width: 1024px) {
  .EditProfile .dppdi_nav-item .checkbox-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
  }
}
.EditProfile .dppdi_nav-item .checkbox-wrapper.w-100 {
  width: 100%;
}
.EditProfile .dppdi_nav-item .checkbox-wrapper.w-auto {
  width: auto;
}
@media (min-width: 1024px) {
  .EditProfile .dppdi_nav-item .checkbox-wrapper.w-auto {
    margin-left: 20px;
  }
}
@media (min-width: 1440px) {
  .EditProfile .dppdi_nav-item .checkbox-wrapper.w-auto {
    margin-left: 70px;
  }
}
.EditProfile .dppdi_nav-item .checkbox-wrapper input[type=checkbox] {
  display: none;
}
.EditProfile .dppdi_nav-item .checkbox-wrapper label {
  font-size: 26px;
  font-weight: normal;
}
@media (max-width: 1023px) {
  .EditProfile .dppdi_nav-item .checkbox-wrapper label {
    font-size: 18px;
  }
}
.EditProfile .dppdi_nav-item .checkbox-wrapper .checkbox-fake {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  border: 2px solid #7d7d7d;
  margin-top: 8px;
  margin-left: 8px;
}
@media (max-width: 1023px) {
  .EditProfile .dppdi_nav-item .checkbox-wrapper .checkbox-fake {
    font-size: 18px;
    margin-top: 3px;
  }
}
@media (min-width: 1024px) {
  .EditProfile .dppdi_nav-item .checkbox-wrapper .checkbox-fake {
    min-width: 0 !important;
    width: 30px;
    height: 30px;
  }
}
.EditProfile .dppdi_nav-item .checkbox-wrapper input[type=checkbox]:checked ~ .checkbox-fake {
  background: url("../DoctorsIndex/Images/check-icon-red-bold.png") no-repeat center/contain;
}
.EditProfile .dppdi_nav-item .editProfile_activity {
  font-size: 26px;
  padding: 10px;
}
@media (min-width: 1024px) {
  .EditProfile .dppdi_nav-item .editProfile_activity {
    padding: 30px;
  }
}
@media (max-width: 1023px) {
  .EditProfile .dppdi_nav-item .text-content {
    font-size: 18px;
  }
}
.EditProfile .dppdi_nav-item .text-content b {
  display: inline-block;
  margin-top: 10px;
}
.EditProfile__btn {
  width: 150px;
  height: 30px;
  padding-bottom: 4px;
  margin-top: 40px;
  font-size: 18px;
  line-height: 1;
  border-radius: 12px;
  font-size: 18px;
}
@media (min-width: 1024px) {
  .EditProfile__btn {
    width: 180px;
    height: 44px;
    font-size: 20px;
    border-radius: 20px;
  }
}
.EditProfile__btn.first {
  display: block;
  vertical-align: top;
  width: 110px;
  margin: 80px auto;
}
@media (min-width: 1024px) {
  .EditProfile__btn.first {
    display: inline-block;
    width: 180px;
    margin: 20px 20px 0 0;
  }
}

#signature {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1024px) {
  #signature {
    max-width: 600px;
    margin: 0;
  }
}
#signature canvas {
  border: 1px solid #5f5f5f !important;
  position: relative;
  min-height: 150px;
}
#signature .clearSignature {
  position: absolute;
  bottom: 125px;
  right: 10px;
  color: #5ec830;
  z-index: 20;
  display: none;
}

#signature {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1024px) {
  #signature {
    max-width: 600px;
    margin: 0;
  }
}
#signature canvas {
  border: 1px solid #5f5f5f !important;
  position: relative;
  min-height: 150px;
}
#signature .clearSignature {
  position: absolute;
  bottom: 125px;
  right: 10px;
  color: #5ec830;
  z-index: 20;
  display: none;
}

.input-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
@media (min-width: 1200px) {
  .input-block {
    flex-wrap: nowrap;
  }
  .input-block--wrap {
    flex-wrap: wrap;
  }
}
.input-block__annotate {
  width: 100%;
}
.input-block__wrapper {
  display: block;
  min-height: 20px;
  max-width: 755px;
  width: 100%;
}
@media (max-width: 768px) {
  .input-block__wrapper tbody tr td {
    display: block;
    /*text-align: center;*/
    width: auto;
  }
}
@media (min-width: 768px) {
  .input-block__wrapper {
    display: flex;
  }
}
.input-block__wrapper--three {
  display: flex;
  flex-direction: column;
}
.input-block__wrapper--three .input-block {
  flex-shrink: 2;
}
.input-block__wrapper--three .input-block:nth-child(n+2) {
  flex-shrink: 3;
}
@media (min-width: 768px) {
  .input-block__wrapper--three {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .input-block__wrapper--three .input-block {
    flex-shrink: 1;
  }
  .input-block__wrapper--three .input-block:nth-child(n+2) {
    flex-shrink: 2;
    margin-right: 10px;
  }
}
.input-block__wrapper--two .input-block:last-child {
  margin-right: 10px;
}
.input-block__width-block {
  width: 100%;
  display: flex;
}
@media (min-width: 768px) {
  .input-block__width-block {
    max-width: 304px;
  }
}
.input-block__name {
  color: #5f5f5f;
  font-size: 0.9em;
  position: relative;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  /*min-width: 230px;*/
  max-width: 250px;
  order: -1;
}
.input-block__name--textleft, .input-block__name--textleft-150 {
  order: 0;
}
@media (min-width: 1200px) {
  .input-block__name--textleft, .input-block__name--textleft-150 {
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
    min-width: 203px;
  }
}
.input-block__name--textleft-150 {
  min-width: 150px;
}
.input-block__name--required {
  padding-left: 10px;
  box-sizing: border-box;
  max-width: 90%;
  margin: 0 auto;
  width: 100% !important;
}
@media (min-width: 1024px) {
  .input-block__name--required {
    width: auto !important;
    margin: 0;
    max-width: 250px;
  }
}
.input-block__name--descrip {
  font-weight: normal;
  display: block;
  font-size: 13px;
  max-width: 50%;
}
@media (min-width: 480px) {
  .input-block__name {
    padding-top: 7px;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .input-block__name {
    padding-top: 7px;
    width: 68%;
  }
}
@media (min-width: 1200px) {
  .input-block__name {
    width: 100%;
  }
}
.input-block__comment, .input-block__select select, .input-block__description, .input-block__check {
  color: #5f5f5f;
  font-size: 0.9em;
  position: relative;
  font-weight: normal;
  width: 100%;
  order: -1;
}
@media (min-width: 480px) {
  .input-block__comment, .input-block__select select, .input-block__description, .input-block__check {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .input-block__comment, .input-block__select select, .input-block__description, .input-block__check {
    padding-top: 7px;
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .input-block__comment, .input-block__select select, .input-block__description, .input-block__check {
    order: 0;
    width: 100%;
  }
}
.input-block__check {
  font-weight: normal;
  margin: 6px 0;
  display: flex;
  align-items: center;
  line-height: 1.5;
  width: 100%;
}
.input-block__check:before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  position: relative;
  right: 0px;
  border: 1px solid #5f5f5f;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: 10px;
}
.input-block__check input {
  display: none;
}
.input-block__check--checked:before {
  content: "X";
  font-size: 1.9em;
  line-height: 0.4;
  text-align: center;
}
.input-block__description {
  width: 100%;
  display: block;
  margin: 6px 0 15px;
}
.input-block__text {
  font-size: 0.9em;
  border: 1px solid #5f5f5f;
  height: 25px;
  width: 100%;
  max-width: 480px;
  margin-right: 10px;
  padding: 0 5px;
  box-sizing: border-box;
  margin: 5px 0;
}
@media (min-width: 768px) {
  .input-block__text {
    margin-left: 10px;
  }
}
.input-block__text--fs16 {
  flex-shrink: 16;
}
.input-block__text--fs20 {
  flex-shrink: 20;
}
.input-block__text--fs2 {
  flex-shrink: 2;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .input-block__text {
    max-width: 293px;
  }
}
.input-block__select {
  position: relative;
  width: 100%;
  max-width: 480px;
}
.input-block__select:before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 9px 4px 0 4px;
  border-color: #5f5f5f transparent transparent transparent;
  position: absolute;
  left: 6px;
  top: 13px;
  z-index: 1;
}
.input-block__select select {
  border: 1px solid #5f5f5f;
  height: 25px !important;
  width: 100%;
  margin-right: 10px;
  padding: 0 5px;
  box-sizing: border-box;
  margin: 5px 0;
  background: rgba(255, 255, 255, 0);
  position: relative;
  z-index: 1;
  text-align: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
@media (min-width: 768px) {
  .input-block__select {
    max-width: 293px;
  }
  .input-block__select--sm {
    max-width: 140px;
    margin-left: 13px;
  }
  .input-block__select--sm:last-child {
    margin-left: 0;
  }
}

.imaLogoMobileVisible {
  display: none;
}

/************topLine Header************************/
.header-alreadyLoggedInBtn {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.top_line .header-alreadyLoggedInBtn__content {
  background: url(../Images/accountMobileIcon.png);
  background-size: contain;
}

.header__radio .header-alreadyLoggedInBtn:after {
  display: none !important;
}

.popup__closeBth {
  color: #222 !important;
}

.popup__closeBth:hover {
  color: #0099F0;
}

.header-alreadyLoggedInBtn.open {
  background: #edeff0 !important;
}

.bg {
  background: #edeff0;
}

@media (min-width: 768.5px) {
  .header-alreadyLoggedInBtn:hover:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #0099F0;
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
  }
  .header__radio .header-alreadyLoggedInBtn {
    position: relative;
  }
  .header__radio .header-alreadyLoggedInBtn.open {
    background: #edeff0 !important;
  }
  .header__radio .header-alreadyLoggedInBtn:after {
    content: "";
    display: block !important;
    position: absolute;
    background-color: #0099F0;
    width: 100%;
    height: 10px;
    top: 0;
  }
  .header__radio .header-alreadyLoggedInBtn.open:after {
    background-color: #edeff0;
  }
  .top_line .header-alreadyLoggedInBtn__content {
    width: 28px;
    height: 28px;
    background: url(../Images/accountMobileIcon.png) no-repeat;
    background-size: contain;
  }
  .header__radio .header-alreadyLoggedInBtn.open .header-alreadyLoggedInBtn__content {
    background: url(../Images/accountIcon.png) no-repeat !important;
    background-size: contain;
    background-position-y: 1px !important;
    background-position-x: 2px !important;
  }
  .header-alreadyLoggedInBtn.open:before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    background-color: #0099f0 !important;
    width: 100% !important;
    height: 10px !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 2;
  }
  .open.header_log-out:before {
    border-top: 10px solid #0099f0;
  }
}
.header__mobileSearch {
  display: none !important;
}

.letterDoctor {
  position: relative;
  padding-top: 13px;
  padding-bottom: 30px;
  margin-top: 45px;
  color: #232323;
  background: url("../DoctorsIndex/Images/doctorLetter_bg.jpg") no-repeat;
  background-size: cover;
  border: 1px solid #267dbf;
  border-bottom-width: 9px;
}
.letterDoctor__wrapper {
  max-width: 734px;
}
.letterDoctor__top {
  font-size: 28px;
  padding-bottom: 15px;
  margin-bottom: 18px;
  border-bottom: 1px solid #267dbf;
}
.letterDoctor__top-text {
  display: inline-block;
  padding-right: 45px;
  margin-right: 12px;
  background: url("../DoctorsIndex/Images/doctorLetter_heart.png");
  background-repeat: no-repeat;
  background-position: 99% 80%;
}
.letterDoctor__title {
  position: relative;
  font-size: 34px;
  line-height: 49px;
  margin-bottom: 25px;
  z-index: 1;
}
.letterDoctor__title b {
  font-size: 41px;
}
.letterDoctor__content {
  margin-right: 60px;
}
.letterDoctor__imgMobile {
  display: none;
}
.letterDoctor__innerContent {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}
.letterDoctor__innerContent-text {
  position: relative;
  top: -5px;
  display: inline-block;
  color: #3184c2;
  font-size: 26px;
  line-height: 38px;
  margin-left: 96px;
}
.letterDoctor__btn {
  border: 1px solid #d5181f;
  border-radius: 20px;
  background: transparent;
  font-size: 18px;
  line-height: 20px;
  padding: 7px 14px 11px;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.letterDoctor__btn:hover {
  color: #fff;
  background: #d5181f;
}
.letterDoctor__contentImg {
  position: absolute;
  top: 0;
  left: 0;
}

.DoctorsOnly .letterDoctor__innerContent {
  justify-content: flex-end;
}

@media (min-width: 1126px) {
  .MarketingPageD {
    display: block !important;
  }
  .MarketingPageM {
    display: none !important;
  }
}
@media (max-width: 1126px) {
  .letterDoctor__content {
    margin-right: 12px;
  }
  .MarketingPageD {
    display: block !important;
  }
  .MarketingPageM {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .letterDoctor {
    padding-bottom: 0;
    background: #fff;
  }
  .letterDoctor__wrapper {
    max-width: 100%;
  }
  .letterDoctor__content {
    display: flex;
    align-items: center;
  }
  .letterDoctor__contentImg {
    position: static;
  }
  .letterDoctor__innerContent-text {
    position: static;
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 15px;
  }
  .letterDoctor__innerContent {
    align-items: flex-start;
    flex-direction: column;
  }
  .letterDoctor__imgDesktop {
    display: none;
  }
  .letterDoctor__imgMobile {
    display: block;
    margin-right: 0px;
  }
  .letterDoctor__top {
    margin-bottom: 0;
  }
  .letterDoctor__top-text {
    padding-right: 33px;
    background-size: 25px;
  }
  .letterDoctor__title, .letterDoctor__title b {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400 !important;
    margin-bottom: 0;
  }
  .letterDoctor__btn {
    font-size: 14px;
    text-align: center;
  }
  .MarketingPageD {
    display: block !important;
  }
  .MarketingPageM {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .letterDoctor {
    padding-top: 10px;
  }
  .letterDoctor__title, .letterDoctor__title b {
    font-size: 14px;
    line-height: 20px;
  }
  .letterDoctor__top-text {
    font-size: 20px;
    line-height: 28px;
  }
  .letterDoctor__content {
    justify-content: flex-start;
    margin-left: 10px;
    margin-bottom: 0px;
  }
  .letterDoctor__btn {
    width: 100%;
    padding-left: 2px;
    padding-right: 2px;
    max-width: 102px;
  }
  .letterDoctor__top {
    position: relative;
    z-index: 2;
  }
  .letterDoctor__innerContent-text {
    margin-bottom: 5px;
  }
  .letterDoctor__title {
    max-width: unset;
    margin-left: 6px;
  }
  .letterDoctor__imgMobile {
    margin-right: 0px;
  }
  .MarketingPageD {
    display: none !important;
  }
  .MarketingPageM {
    display: block !important;
  }
}
@media (max-width: 450px) {
  .MarketingPageD {
    display: none !important;
  }
  .MarketingPageM {
    display: block !important;
  }
  .letterDoctor__innerContent {
    max-width: 90px;
    margin-bottom: 6px;
  }
  .letterDoctor__contentImg {
    position: absolute;
    right: 80px;
    top: unset;
    bottom: 0;
  }
  .letterDoctor__title {
    max-width: 80px;
    margin-left: 106px;
  }
  .letterDoctor__content {
    min-height: 82px;
  }
  .DoctorsOnly .letterDoctor__btn {
    min-width: 90px;
    text-align: center;
  }
}
.ephp-ul-1 li {
  padding: 0 !important;
}
