﻿@charset "UTF-8";
/*************VARS**************/
/*********************************/
/*/*************IMPORT**************/
/***********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 > *, .popup-quality > *, .popup-Unions > * {
    width: 100%;
    margin-bottom: 10px;
  }
  .popup-Institutes > *:nth-child(2), .popup-quality > *:nth-child(2), .popup-Unions > *: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;
  }
}
/*********************/
/********************************/
header__footer__list__systemhtml, 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,
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;
  font-size: 100%;
  vertical-align: baseline;
}

a {
  color: #4267b2;
}
a:hover {
  color: #4267b2;
  text-decoration: none;
}

@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-webfont.eot");
  src: url("fonts/opensanshebrew-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensanshebrew-bold-webfont.woff") format("woff"), url("fonts/opensanshebrew-bold-webfont.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "OpenSansHebrew";
  src: url("fonts/opensanshebrew-light-webfont.eot");
  src: url("fonts/opensanshebrew-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensanshebrew-light-webfont.woff") format("woff"), url("fonts/opensanshebrew-light-webfont.ttf") format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: "OpenSansHebrew";
  src: url("fonts/opensanshebrew-extrabold-webfont.eot");
  src: url("fonts/opensanshebrew-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensanshebrew-extrabold-webfont.woff") format("woff"), url("fonts/opensanshebrew-extrabold-webfont.ttf") format("truetype");
  font-weight: 900;
}
@font-face {
  font-family: "OpenSansHebrew";
  src: url("fonts/opensanshebrew-italic-webfont.eot");
  src: url("fonts/opensanshebrew-italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensanshebrew-italic-webfont.woff") format("woff"), url("fonts/opensanshebrew-italic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "OpenSansHebrewCondensed";
  src: url("fonts/OpenSansHebrewCondensed-Regular.eot");
  src: url("fonts/OpenSansHebrewCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansHebrewCondensed-Regular.woff") format("woff"), url("fonts/OpenSansHebrewCondensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansHebrewCondensed";
  src: url("fonts/OpenSansHebrewCondensed-Bold.eot");
  src: url("fonts/OpenSansHebrewCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansHebrewCondensed-Bold.woff") format("woff"), url("fonts/OpenSansHebrewCondensed-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
body {
  background: #fff;
  font-family: "OpenSansHebrew";
  padding-top: 62px;
  position: relative;
  font-size: 16px;
  direction: rtl;
  text-align: right;
}

.wrapper {
  max-width: calc(1700px + 2rem);
  padding: 0 1rem;
  box-sizing: border-box;
  margin: 0 auto;
}

*, ::after, ::before {
  box-sizing: content-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 0 5px;
}

/***************HEADER**************/
.header__logo {
  max-width: calc(1700px + 2rem);
  padding: 0 1rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #4267b2;
  box-sizing: border-box;
  margin: 0 auto 1rem;
  position: relative;
}
@media (min-width: 425px) {
  .header__logo {
    background: none;
  }
}
@media (min-width: 768px) {
  .header__logo {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.header__logo::after {
  content: "";
  display: block;
  clear: both;
}
.header__logo a.logo {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  margin-right: auto;
  float: right;
}
@media (min-width: 480px) {
  .header__logo a.logo {
    width: 100px;
  }
}
@media (min-width: 768px) {
  .header__logo a.logo {
    width: 100px;
  }
}
@media (min-width: 1024px) {
  .header__logo a.logo {
    width: auto;
    float: none;
  }
}
.header__logo a.logo img {
  display: block;
  width: 100%;
  max-width: 170px;
  margin: 0;
}
@media (min-width: 1024px) {
  .header__logo a.logo img {
    width: auto;
  }
}
.header__logo h1 {
  font-family: "OpenSansHebrewCondensed";
  font-weight: bold;
  color: #5a5a5a;
  display: inline-block;
  vertical-align: top;
  width: 170px;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.2;
  vertical-align: middle;
  margin: 0;
  float: left;
}
@media (min-width: 480px) {
  .header__logo h1 {
    width: 250px;
    margin-left: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .header__logo h1 {
    width: calc((100% - 120px) / 2);
    margin-left: calc((100% - 120px) / 4);
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .header__logo h1 {
    width: calc(100% - 175px);
    margin-left: 0;
    float: none;
    font-size: 4.5rem;
  }
}
.header__nav {
  padding-bottom: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .header__nav {
    background: #4267b2;
  }
}
.header__nav-list {
  display: inline-block;
  width: calc(100% - 2rem);
  padding: 0;
  box-sizing: border-box;
  text-align: right;
  font-size: 0;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .header__nav-list {
    width: auto;
  }
}
.header__nav-item {
  display: block;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 0.5rem;
  cursor: pointer;
  background: #4267b2;
  position: relative;
  /*&:hover {
      .header__inner {
          @media (min-width: 768px) {
              display: block;
          }
      }
  }*/
}
@media (min-width: 768px) {
  .header__nav-item {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    position: static;
  }
}
.header__nav-item:first-child a::after {
  display: none;
}
.header__nav-link {
  font-family: "OpenSansHebrewCondensed";
  color: #fff !important;
  font-size: 1.5rem;
  line-height: 1.2;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  font-weight: normal;
  padding: 0.5rem;
  position: relative;
  text-align: center;
  /*@media (min-width: 769px) and (max-width: 854px) {
      font-size: 1.3rem;
  }*/
  /*&:hover {
      @media (min-width: 768px) {
          background: $two-color;
          color: #fff;
      }
  }*/
}
@media (min-width: 768px) {
  .header__nav-link {
    padding: 1.4rem 0.5rem;
    text-align: right;
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .header__nav-link {
    font-size: 1.5rem;
    padding: 1.5rem 1rem;
  }
}
@media (min-width: 768px) {
  .header__nav-link::after {
    content: "";
    display: block;
    width: 2px;
    position: absolute;
    top: 0.5rem;
    bottom: 0.5rem;
    right: -1px;
    background: #a6a6a6;
  }
}

.header__inner {
  display: none;
  background: #cfd9ed;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .header__inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 5;
  }
}
@media (min-width: 1024px) {
  .header__inner {
    width: auto;
    left: -5%;
    right: -10%;
  }
}

.inner__menu {
  position: relative;
}
@media (min-width: 768px) {
  .inner__menu {
    min-height: 260px;
    padding: 0 0 1.5rem 0;
  }
}
.inner__menu:after {
  content: "";
  clear: both;
  display: block;
}
.inner__menu-list {
  float: right;
  width: 100%;
  margin-left: 2.5%;
  list-style: none;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .inner__menu-list {
    width: 30%;
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .inner__menu-list {
    width: 20%;
    margin-right: 10%;
  }
}
.inner__menu-item {
  border-bottom: 1px solid #fff;
  min-width: 240px;
  text-align: right;
}
.inner__menu-link a {
  color: #4267b2;
  font-size: 1rem;
  line-height: 1rem;
  display: block;
  padding: 1rem 1rem;
  border-bottom: 1px solid #a6a6a6;
  text-decoration: none;
}
@media (min-width: 768px) {
  .inner__menu-link a {
    padding: 1.5rem 1rem;
    border-bottom: 1px dashed #4267b2;
  }
}
@media (min-width: 1024px) {
  .inner__menu-link a {
    padding: 1.5rem 0 1.5rem 1rem;
  }
}
.inner__menu-link:last-child a {
  border-bottom: none;
}
.inner__menu-bg {
  display: none;
  float: right;
  box-sizing: border-box;
  margin-top: 1.5rem;
  margin-left: 2.5%;
  margin-right: 2.5%;
  height: auto;
  background: #fff;
}
@media (min-width: 768px) {
  .inner__menu-bg {
    display: block;
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .inner__menu-bg {
    width: 24%;
  }
}
.inner__menu-bg img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.inner__menu-quote {
  display: none;
  float: left;
  width: 30%;
  text-align: right;
  font-size: 1rem;
  color: #4267b2;
  line-height: 1.7;
  margin-right: 2.5%;
}
@media (min-width: 768px) {
  .inner__menu-quote {
    display: block;
  }
}
.inner__menu-quote p {
  padding: 1.5rem 1rem;
}

.main-slider__wrapper {
  background: url(/Conference2018/Images/slider-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 45rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .main-slider__wrapper {
    display: none;
  }
}
.main-slider .wrapper {
  padding-top: 5rem;
}
.main-slider__title {
  font-family: "OpenSansHebrewCondensed";
  width: 20rem;
  padding: 0.5rem 6rem 0.5rem 0rem;
  text-align: right;
}
.main-slider__title div {
  line-height: 1;
}
.main-slider__title--bg {
  margin-bottom: 0.75rem;
  background-color: #95308e;
  color: #fff;
  position: relative;
}
.main-slider__title--bg::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #95308e;
  left: 100%;
  right: -1000px;
  top: 0;
  bottom: 0;
}
.main-slider__title--bg:last-child {
  margin-bottom: 0;
}
.main-slider__title-date {
  font-size: 4.5rem;
}
.main-slider__title-year {
  font-size: 10rem;
}
.main-slider__title-place {
  font-size: 2.5rem;
  color: #95308e;
  font-weight: bold;
}
.main-slider__title-city {
  font-size: 7rem;
  color: #95308e;
  font-weight: bold;
}
.main-slider__logo {
  position: absolute;
  right: 50%;
  top: 0;
  width: 30rem;
}
.main-slider__logo img {
  width: 100%;
  display: block;
}

.main-messages {
  border-top: 1px solid #4267b2;
  position: relative;
  background-image: url(/Conference2018/Images/dots-bg.jpg);
}
@media (min-width: 768px) {
  .main-messages {
    border-top: none;
    background-image: none;
  }
}
.main-messages__arrow {
  padding: 5px;
  background: transparent;
  outline: none;
  position: absolute;
  top: 60%;
  transform: translate(0, -50%);
  z-index: 1000000000000;
}
@media (min-width: 768px) {
  .main-messages__arrow {
    display: none;
  }
}
.main-messages__arrow_left {
  border: 0 solid transparent;
  left: 0;
}
@media (min-width: 480px) {
  .main-messages__arrow_left {
    left: 18px;
  }
}
.main-messages__arrow_left::before {
  content: "❯";
  font-size: 50px;
  line-height: 1;
  color: #4267b2;
}
.main-messages__arrow_right {
  border: 0 solid transparent;
  right: 0;
}
@media (min-width: 480px) {
  .main-messages__arrow_right {
    right: 18px;
  }
}
.main-messages__arrow_right::before {
  content: "❮";
  font-size: 50px;
  line-height: 1;
  color: #4267b2;
}
.main-messages__wrapper {
  width: 18rem;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  padding: 5rem 0 2.5rem 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 480px) {
  .main-messages__wrapper {
    width: 28rem;
  }
}
@media (min-width: 768px) {
  .main-messages__wrapper {
    width: auto;
    padding: 2rem 0;
  }
}
.main-messages__list {
  text-align: left;
}
@media (min-width: 768px) {
  .main-messages__list {
    width: 100% !important;
    text-align: center;
  }
}
.main-messages__item {
  font-family: "OpenSansHebrewCondensed";
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
  color: #4267b2;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  max-width: 16rem;
  min-height: 6rem;
  position: relative;
  padding: 0.5rem 1rem 0.5rem 1rem;
  margin-right: 0.5rem;
  box-sizing: border-box;
  text-decoration: none;
  /*&:hover {
      color: $one-color;
  }*/
}
@media (min-width: 768px) {
  .main-messages__item {
    margin-bottom: 0.5rem;
  }
}
.main-messages__item:first-child {
  margin-right: 0;
}
.main-messages__item .content {
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .main-messages__item .content {
    font-size: 1.5rem;
  }
}
.main-messages__item .date, .main-messages__item .time {
  font-size: 0.75rem;
  color: #5a5a5a;
}
.main-messages__item .date {
  margin-left: 0.5rem;
}
@media (min-width: 768px) {
  .main-messages__item .date {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
}
@media (max-width: 768px) {
  .main-messages__item .date__arrows {
    font-size: 1.25rem;
  }
}
.main-messages__item::before, .main-messages__item::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 50%;
  z-index: -1;
}
@media (min-width: 768px) {
  .main-messages__item::before, .main-messages__item::after {
    background: #f8fafe;
  }
}
@media (min-width: 768px) {
  .main-messages__item::after {
    border: 1px solid #4267b2;
    bottom: 50%;
    right: 0;
    border-bottom: none;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
  }
}
@media (min-width: 768px) {
  .main-messages__item::before {
    border: 1px solid #4267b2;
    top: 50%;
    right: 0;
    border-top: none;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
  }
}
.main-messages__item_slide {
  width: 288px !important;
  max-width: 18rem !important;
  padding: 1rem 2rem 1rem 1rem !important;
  margin-right: 0 !important;
}
@media (min-width: 480px) {
  .main-messages__item_slide {
    width: 448px !important;
    max-width: 28rem !important;
    padding: 2rem 3rem !important;
  }
}
@media (min-width: 768px) {
  .main-messages__item_slide {
    width: auto !important;
    max-width: 16rem !important;
    padding: 0.5rem 1rem 0.5rem 1rem !important;
    margin-right: 0.5rem !important;
  }
}
.main-messages__item--view-all {
  position: absolute;
  bottom: 20px;
  left: 10px;
  min-height: 0;
}
@media (min-width: 768px) {
  .main-messages__item--view-all {
    position: relative;
    bottom: 0;
    left: 0;
    min-width: 6rem;
    min-height: 6rem;
  }
}
@media (min-width: 768px) {
  .main-messages__item--view-all .br {
    display: block;
  }
}
.main-messages__item--view-all .content {
  display: inline;
  font-size: 1.25rem !important;
  color: #5a5a5a;
}
@media (min-width: 768px) {
  .main-messages__item--view-all .content {
    display: block;
    font-size: 1.5rem !important;
    color: #4267b2;
  }
}
.main-messages__item--view-all .span-hidden {
  display: none;
}
@media (min-width: 768px) {
  .main-messages__item--view-all .span-hidden {
    display: inline;
  }
}
.main-messages__item--heading {
  font-family: "OpenSansHebrew";
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  background: #5a5a5a;
  width: 100%;
  max-width: 100%;
  min-height: 3rem;
  text-align: center;
  position: absolute;
  top: 2rem;
  left: 0;
  display: none;
}
@media (min-width: 768px) {
  .main-messages__item--heading {
    max-width: 16rem;
    min-height: 6rem;
    font-size: 2.25rem;
    text-align: right;
    background: transparent;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
  }
}
.main-messages__item--heading:hover {
  color: #fff;
}
.main-messages__item--heading::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 144px;
  border-left-width: 0px;
  border-bottom: 16px solid #f8fafe;
  background: #5a5a5a;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .main-messages__item--heading::before {
    border: 1px solid #4267b2;
    top: 50%;
    right: 0;
    border-top: none;
    width: 100%;
    height: 50%;
    z-index: -1;
    background: #4267b2;
  }
}
@media (min-width: 1260px) {
  .main-messages__item--heading::before {
    margin-top: -0.5px;
  }
}
.main-messages__item--heading::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 0px;
  border-left-width: 144px;
  border-bottom: 16px solid #f8fafe;
  background: #5a5a5a;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .main-messages__item--heading::after {
    border: 1px solid #4267b2;
    bottom: 50%;
    right: 0;
    border-bottom: none;
    width: 100%;
    height: 50%;
    z-index: -1;
    background: #4267b2;
  }
}
@media (min-width: 1260px) {
  .main-messages__item--heading::after {
    margin-bottom: -1px;
  }
}
@media (max-width: 767px) {
  .main-messages__item--heading br {
    display: none;
  }
}
.main-messages__item--outer {
  display: block;
}
@media (min-width: 768px) {
  .main-messages__item--outer {
    display: none;
  }
}

.main-invite {
  background-repeat: repeat;
  background-image: url(/Conference2018/Images/dots-bg.jpg);
  border-top: 3px solid #4267b2;
}
@media (min-width: 768px) {
  .main-invite {
    border-top: none;
  }
}
.main-invite__wrapper {
  /*text-align: center;*/
  font-size: 0;
  text-align: center;
  z-index: 1;
}
@media (min-width: 768px) {
  .main-invite__wrapper {
    padding: 2rem 0;
  }
}
@media (min-width: 1024px) {
  .main-invite__wrapper {
    text-align: right;
  }
}
.main-invite__item {
  font-family: "OpenSansHebrewCondensed";
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1;
  color: #4267b2;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  max-width: 140px;
  min-height: 5rem;
  position: relative;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  /*&:hover {
      color: $one-color;
  }*/
}
@media (min-width: 480px) {
  .main-invite__item {
    max-width: 9rem;
    padding: 0.5rem 1rem 0.5rem 1rem;
  }
}
@media (min-width: 768px) {
  .main-invite__item {
    max-width: 11rem;
  }
}
.main-invite__item-box {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  .main-invite__item-box {
    max-width: 270px;
    margin-left: 32px;
  }
}
.main-invite__item_banner {
  display: block;
  margin: 10px auto;
  max-width: 700px;
}
@media (min-width: 1440px) {
  .main-invite__item_banner {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
}
.main-invite__item_banner img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.main-invite__item .date, .main-invite__item .time {
  font-size: 0.75rem;
  color: #5a5a5a;
}
.main-invite__item .date {
  margin-left: 0.5rem;
}
.main-invite__item-icon {
  display: inline-block;
  display: none;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border: 1px solid #5a5a5a;
  border-radius: 7rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 480px) {
  .main-invite__item-icon {
    width: 85px;
    height: 85px;
  }
}
@media (min-width: 768px) {
  .main-invite__item-icon {
    width: 7rem;
    height: 7rem;
  }
}
.main-invite__item-icon svg use {
  fill: #5a5a5a;
}
.main-invite__item-text {
  font-family: "OpenSansHebrewCondensed";
  font-size: 1.1rem;
  line-height: 1.2;
  color: #5a5a5a;
  font-weight: normal;
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 1px solid black;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
@media (min-width: 480px) {
  .main-invite__item-text {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .main-invite__item-text {
    font-size: 1.5rem;
    font-size: 24px;
  }
}
.main-invite__item-text span {
  width: 90px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .main-invite__item-text span {
    width: 70px;
    height: 50px;
  }
}
.main-invite__item-text span.main-invite__item-text_height {
  height: 80px;
}
@media (max-width: 767px) {
  .main-invite__item-text span.main-invite__item-text_height {
    height: 60px;
  }
}
.main-invite__item--heading {
  display: block;
  vertical-align: middle;
  font-family: "OpenSansHebrew";
  color: #5a5a5a;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  min-height: initial;
  border-bottom: 3px solid #5a5a5a;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .main-invite__item--heading {
    font-size: 3rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    border-bottom: none;
  }
}
@media (min-width: 1024px) {
  .main-invite__item--heading {
    display: inline-block;
    margin-left: 2rem;
    max-width: 15rem;
    min-height: 5rem;
  }
}
.main-invite__item--heading span {
  display: inline;
  color: #4267b2;
  font-size: 40px;
  line-height: 1;
}
@media (min-width: 768px) {
  .main-invite__item--heading span {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  .main-invite__item--heading span {
    display: block;
    font-size: 7rem;
  }
}
.mobileApp {
  padding: 20px;
  margin-top: 45px;
  border-top: 3px solid #4267b2;
  position: relative;
  background: url(../Conference2018/Images/screens.png) no-repeat center 80%/100% auto;
}
@media (min-width: 768px) {
  .mobileApp {
    background: url("../Conference2018/Images/screens.png") no-repeat left 60%/60% auto;
  }
}
@media (min-width: 1024px) {
  .mobileApp {
    padding-bottom: 20px;
    background: url("../Conference2018/Images/screens.png") no-repeat left 50%/51% auto;
  }
}
@media (min-width: 1440px) {
  .mobileApp {
    background: url("../Conference2018/Images/screens.png") no-repeat left 50%/45% auto;
  }
}
@media (min-width: 1920px) {
  .mobileApp {
    background: url("../Conference2018/Images/screens.png") no-repeat 10% 50%/45% auto;
  }
}
.mobileApp::after {
  content: "";
  display: block;
  clear: both;
}
.mobileApp__container {
  float: right;
  width: 100%;
}
@media (min-width: 1024px) {
  .mobileApp__container {
    width: 70%;
    padding-bottom: 90px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .mobileApp__container {
    max-width: 640px;
  }
}
@media (min-width: 1024px) {
  .mobileApp__container {
    padding-bottom: 10px;
  }
}
@media (min-width: 1440px) {
  .mobileApp__container {
    width: 60%;
    padding-right: 0;
  }
}
.mobileApp__sub-heading {
  font-size: 18px;
  color: #95308e;
  position: relative;
  /*&::after {
      display: none;

      @media (min-width: 768px) {
          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) {
          font-size: 30px;
      }

      @media (min-width: 1440px) {
          margin-bottom: 20px;
          font-size: 42px;
      }
  }*/
}
@media (min-width: 768px) {
  .mobileApp__sub-heading {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .mobileApp__sub-heading {
    margin-bottom: 20px;
    font-size: 42px;
  }
}
.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: #5a5a5a;
  font-size: 15px;
  line-height: 1;
}
@media (min-width: 768px) {
  .mobileApp__span {
    font-size: 25px;
  }
}
@media (min-width: 1440px) {
  .mobileApp__span {
    margin-bottom: 20px;
    font-size: 36px;
  }
}
.mobileApp__list {
  margin-top: 40px;
  font-size: 0;
}
.mobileApp__list .mobileApp-item {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .mobileApp__list .mobileApp-item {
    display: block;
    width: 50%;
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .mobileApp__list .mobileApp-item {
    display: inline-block;
    width: 32.8%;
    max-width: 128px;
    vertical-align: top;
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .mobileApp__list .mobileApp-item {
    max-width: 250px;
    text-align: right;
  }
}
.mobileApp__list .mobileApp-item__icon {
  display: inline-block;
  vertical-align: middle;
  width: 88px;
  height: 88px;
  margin: 0 2.5px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .mobileApp__list .mobileApp-item__icon {
    display: inline-block;
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 768px) {
  .mobileApp__list .mobileApp-item__icon {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1024px) {
  .mobileApp__list .mobileApp-item__icon {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 1440px) {
  .mobileApp__list .mobileApp-item__icon {
    width: 7rem;
    height: 7rem;
  }
}
.mobileApp__list .mobileApp-item__icon_1 {
  background: url("../Conference2018/Images/icon-1.png") no-repeat center/cover;
}
.mobileApp__list .mobileApp-item__icon_2 {
  background: url("../Conference2018/Images/icon-2.png") no-repeat center/cover;
}
.mobileApp__list .mobileApp-item__icon_3 {
  background: url("../Conference2018/Images/icon-3.png") no-repeat center/cover;
}
.mobileApp__list .mobileApp-item__description {
  display: block;
  text-align: center;
  vertical-align: middle;
  font-size: 25px;
  color: #000;
  word-break: break-all;
  max-width: 80px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .mobileApp__list .mobileApp-item__description {
    display: inline-block;
    max-width: 150px;
  }
}
.mobileApp__list .mobileApp-item__textBlock {
  display: inline;
  font-size: 14px;
  line-height: 1;
  color: #5a5a5a;
}
@media (min-width: 768px) {
  .mobileApp__list .mobileApp-item__textBlock {
    display: block;
    font-size: 1.5rem;
  }
}
.mobileApp__list .mobileApp-item__textBlock_p {
  display: block;
}
.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: 120px;
  text-align: center;
}
@media (min-width: 768px) {
  .mobileApp-market {
    text-align: left;
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .mobileApp-market {
    text-align: right;
    position: absolute;
    bottom: 10px;
    left: 20px;
  }
}
.mobileApp-market__icon {
  display: inline-block;
  width: 133px;
  height: 39px;
  margin: 10px auto 10px auto;
  text-decoration: none;
}
@media (min-width: 768px) {
  .mobileApp-market__icon {
    display: inline-block;
    width: 105px;
    height: 31px;
    vertical-align: middle;
  }
}
@media (min-width: 1024px) {
  .mobileApp-market__icon {
    width: 143px;
    height: 42px;
  }
}
.mobileApp-market__icon_google {
  background: url("../Conference2018/Images/google-play.png") no-repeat center/cover;
}
.mobileApp-market__icon_apple {
  background: url("../Conference2018/Images/app-store.png") no-repeat center/cover;
}
.mobileApp-market__name {
  display: none;
}
@media (min-width: 768px) {
  .mobileApp-market__name {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 18px;
    line-height: 1;
    color: #267dbf;
  }
}
@media (min-width: 1024px) {
  .mobileApp-market__name {
    font-size: 25px;
  }
}

.main-contacts {
  border-top: 3px solid #4267b2;
  border-bottom: 3px solid #4267b2;
}
.main-contacts--heading {
  border-bottom: 0;
  font-size: 30px;
}
@media (min-width: 480px) {
  .main-contacts--heading {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .main-contacts--heading {
    font-size: 3rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
  }
}
.main-contacts--heading span {
  font-size: 40px;
}
@media (min-width: 480px) {
  .main-contacts--heading span {
    display: block;
  }
}
@media (min-width: 768px) {
  .main-contacts--heading span {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  .main-contacts--heading span {
    font-size: 7rem;
  }
}
.main-contacts__wrapper {
  padding: 0 0 1.5rem 0;
}
@media (min-width: 768px) {
  .main-contacts__wrapper {
    padding: 2rem 0;
  }
}
.main-contacts__icon {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  border: 1px solid #5a5a5a;
  border-radius: 50%;
  margin-left: 11px;
  box-sizing: border-box;
}
@media (min-width: 480px) {
  .main-contacts__icon {
    width: 85px;
    height: 85px;
    margin-right: calc(1rem - 2px);
    margin-left: calc(1rem - 2px);
  }
}
@media (min-width: 768px) {
  .main-contacts__icon {
    width: 112px;
    height: 112px;
  }
}
.main-contacts__icon_1 {
  background: url("../Conference2018/Images/conference2018_call_icon.png") no-repeat center/40% auto;
  background-color: #ddeafc;
}
.main-contacts__icon_2 {
  background: url("../Conference2018/Images/conference2018_mail_icon.png") no-repeat center/40% auto;
  background-color: #ddeafc;
}
.main-contacts__content {
  display: inline-block;
  vertical-align: middle;
  font-family: "OpenSansHebrewCondensed";
  font-size: 1.1rem;
  line-height: 1;
  color: #5a5a5a;
  text-align: right;
}
@media (min-width: 480px) {
  .main-contacts__content {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .main-contacts__content {
    margin: 1rem 2rem 1rem 1rem;
    font-size: 1.5rem;
  }
}
.main-contacts__content span {
  display: block;
}
/***********************CONTENT-PAGES***********/
.content__box {
  border: 1px solid #267DBF;
  margin: 20px 0 1.2em;
}
.content__box h3 {
  text-decoration: underline;
  line-height: 1.3;
  display: block;
  background: #f8f8f8;
  border-bottom: 1px solid #f3f3f3;
  padding: 7px 13px 6px;
  font-weight: bold;
  color: #3d3d3d;
}
.content__box ul {
  padding: 5px 13px 10px 10px !important;
  list-style: none;
}
.content__box ul li a {
  color: #1c5479;
  text-decoration: none;
  font-size: 1em;
}
.content__box ul li a:after {
  content: "";
  width: 14px;
  height: 13px;
  background-size: 13px 13px;
  display: inline-block;
  margin: 0 2px;
}
.content__box ul li:before {
  background-size: 4px 6px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
  height: 10px;
  margin-right: -1.2em;
  margin-top: 0.95em;
  position: absolute;
  width: 10px;
}

.button__blue {
  font-weight: bold;
  color: #fff;
  font-size: 1.25em;
  background: #267dbf;
  margin: 10px 0;
  padding: 12px 65px;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
}

.button__deep {
  font-size: 0.9em;
  font-weight: bold;
  color: #fff;
  background: #022873;
  border: none;
  font-family: "OpenSansHebrew";
  padding: 5px 20px;
  cursor: pointer;
}

.password__form {
  font-size: 0.9em !important;
}
.password__form hr {
  display: none;
}
.password__form .form_group {
  margin-bottom: 20px;
}
.password__form .form_group input[type=text] {
  font-size: 0.9em;
  border: 1px solid #5f5f5f;
  height: 30px;
  padding: 0 5px;
  width: 200px;
  margin-top: 5px;
  box-sizing: border-box;
  margin-right: 10px;
}

.list__title {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #267dbf;
}
.list__title a {
  color: #267dbf;
  text-decoration: none;
}

.list__data {
  color: #ced8db;
  font-size: 0.9em;
  display: inline-block;
}

.list__description {
  float: right;
  font-size: 0.9em;
  padding-left: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5f5f5f;
}

.content__container {
  color: #3c3c3c;
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: 7rem;
  min-height: 500px;
}
@media screen and (max-width: 1024px) {
  .content__container {
    padding-bottom: 0px;
  }
}
.content__container-content {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}
.content__container .content__centered {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
}
.content__container .content__centered a img {
  height: auto;
}
.content__container .content__centered img {
  height: 100%;
  margin: 10px auto;
  display: block;
}
@media (max-width: 425px) {
  .content__container .content__centered img {
    width: 100%;
  }
}
.content__container .content__centered li img {
  display: inline-block;
}
.content__container .content__centered ol {
  padding-right: 35px;
}
.content__container .content__centered .img-url {
  display: inline-block;
}
.content__container .content__centered .sitetop__arrow {
  background-image: url("../mainsitenew/Images/arrow__gray.png");
  background-repeat: no-repeat;
  background-position: 99% center;
  width: 30px;
  height: 38px;
  display: block;
  float: right;
}
.content__container .content__centered .content__notice {
  max-width: 500px;
  margin: 10px 0;
}
.content__container .content__centered .content__notice .notice__h {
  background: #e8e8e8;
  text-align: center;
  padding: 6px 0;
}
.content__container .content__centered .content__notice .notice__h span {
  padding-left: 32px;
  background: url(../MainSiteNew/Images/notice-icon.png) no-repeat 0 50%;
  font-size: 1.25em;
  font-weight: bold;
}
.content__container .content__centered .content__notice .notice__p {
  padding: 15px 25px;
  text-align: center;
  border: 2px solid #e8e8e8;
}
.content__container .content__centered .content__notice .notice__p p {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.8em;
}
.content__container .breadcrumbs {
  font-size: 1rem;
  font-family: "OpenSansHebrewCondensed";
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 90px);
}
.content__container .breadcrumbs__link {
  text-decoration: none;
  color: #5f5f5f;
  display: inline-block;
}
.content__container .breadcrumbs__link::after {
  content: " > ";
}
.content__container .breadcrumbs__link:last-child {
  font-weight: bold;
  color: #4267b2;
}
.content__container .breadcrumbs__link:last-child::after {
  display: none;
}
.content__container .shared {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 90px;
  height: 30px;
  font-size: 0;
}
.content__container .shared a {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.content__container .shared a svg use {
  fill: #4267b2;
}
.content__container .content__title__container {
  background: #e6e8ea;
}
.content__container .content__title__container span {
  font-size: 1.5em;
  font-weight: bold;
  display: inline-block;
  margin: 14px 0;
}
.content__container .content__title {
  font-size: 3rem;
  font-weight: bold;
  color: #4267b2;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.content__container .content__content {
  margin-bottom: 1rem;
}
.content__container .content__main-list {
  padding: 0;
  margin: 2.5rem 0 0;
}
.content__container .content__main-list-item {
  display: block;
  position: relative;
}
.content__container .content__main-list-item a {
  display: block;
  padding: 1rem 2.5rem 1rem 1rem;
  color: #0000ff;
}
.content__container .content__main-list-item::before {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #95308e;
  right: 1.5rem;
  top: calc(50% - 2px);
}
.content__container .content__main-list-item:nth-child(odd) a {
  background-color: #ddeafc;
}
.content__container .content__main-list-item:nth-child(even) a {
  background-color: #f8fafe;
}
.content__container .content__shared-wrapper {
  border-bottom: 2px solid #95308e;
  margin-bottom: 2rem;
}
.content__container .content__shared-wrapper .content__shared {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 0;
  padding: 2rem 1rem 0.5rem;
  box-sizing: border-box;
}
.content__container .content__shared-wrapper .content__centered {
  overflow: hidden;
  padding: 14px 0 10px 0;
}
.content__container .content__shared-wrapper ul {
  float: left;
  list-style: none;
}
.content__container .content__shared-wrapper ul li {
  float: left;
}
.content__container .content__shared-wrapper ul li a {
  display: block;
  margin-right: 12px;
}
.content__container .content__shared-wrapper ul li a svg use {
  fill: #4267b2;
}
.content__container .content__category .category__text {
  font-size: 1.1em;
  line-height: 30px;
  padding: 0 0 10px 0;
}
.content__container .content__category ol, .content__container .content__category ul {
  list-style-position: outside;
  padding-right: 40px;
}
.content__container .content__category .category__sub {
  list-style: none;
  padding-right: 0;
}
.content__container .content__category .category__sub li {
  background: #f6f6f6;
  padding-right: 25px;
  position: relative;
  margin-bottom: 6px;
}
.content__container .content__category .category__sub li:nth-child(even) {
  background: #e9e9e9;
}
.content__container .content__category .category__sub li a {
  font-size: 1em;
  color: #5f5f5f;
  text-decoration: none;
}
.content__container .content__category .category__sub li a:hover {
  text-decoration: underline;
}
.content__container .content__category .category__sub li a:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #0099F0;
  display: block;
  border-radius: 100px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
}
.content__container .content__static {
  padding: 10px 0;
}
.content__container .paging-navigation {
  max-width: 990px;
  margin: 0 auto;
}
.content__container .paging-navigation img {
  width: auto;
}
.content__container .paging-navigation__wrapper {
  border-top: solid 3px #3A80BD;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  max-width: 990px;
  padding: 0 10px;
}
.content__container .paging-navigation__num {
  display: inline-block;
  font-size: 1.37em;
  width: 55%;
}
.content__container .paging-navigation__num a {
  text-decoration: none;
}

/**********************FOOTER******************/
.footerMainSite {
  border-top: 2px solid #f32a18;
  padding: 5px 20%;
}

.component_footer {
  padding: 20px 6%;
  background: none;
  border-width: 10px 0;
  border-bottom: 3px dotted #a39f99;
  margin: 10px auto;
}
.component_footer:after {
  content: "";
  display: block;
  clear: both;
}
.component_footer .info__item.link__item {
  background: url(../MainSiteNew/Images/footer__link.png) no-repeat;
}
.component_footer .info__item.person__item {
  background: url(../MainSiteNew/Images/footer__person.png) no-repeat;
}
.component_footer .info__item.ima__item {
  background: url(../MainSiteNew/Images/footer__ima.png) no-repeat;
}
.component_footer__wrapIn {
  max-width: 1608px;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .component_footer__wrapIn {
    width: 95%;
  }
}
.component_footer__linksStrip {
  text-align: center;
}
@media (min-width: 768px) {
  .component_footer__linksStrip {
    border-top: 2px solid #267dbf;
    border-bottom: 2px solid #267dbf;
  }
}
.component_footer__link {
  font-size: 0;
  width: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.component_footer__link .link__wrapper {
  max-width: 446px;
}
.component_footer__link .link__wrapper a {
  font-weight: bold;
  color: #267dbf;
  border: 2px solid #267dbf;
  padding: 5px;
  display: block;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}
@media (min-width: 768px) {
  .component_footer__link .link__wrapper {
    display: inline-block;
    width: 24.8%;
  }
  .component_footer__link .link__wrapper a {
    border: 2px solid #fff;
    text-decoration: underline;
  }
  .component_footer__link .link__wrapper a:hover {
    border-color: #267dbf;
    text-decoration: none;
  }
}
.component_footer__bannerLink {
  background-image: url(../Images/logo_unions.png);
  background-repeat: no-repeat;
  background-position-x: right;
  color: #d2232a;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0px;
  padding-right: 50px;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
}
@media (min-width: 768px) {
  .component_footer__bannerLink {
    display: none;
  }
}

.footer__info {
  float: right;
  padding-right: 140px;
}
.footer__info .info__item {
  float: right;
  background-position: 100% 0.8em !important;
  padding: 3em 0 1em 0;
  margin: 0 60px;
}
.footer__info .info__item ul li a {
  text-decoration: none;
}
.footer__info:after {
  content: "";
  display: block;
  clear: both;
}

.footer__list {
  width: auto;
  padding-top: 15px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer__list {
    margin-bottom: 20px;
    padding-bottom: 20px !important;
  }
}
.footer__list ul {
  list-style: none;
  text-align: right;
}
.footer__list ul li {
  text-align: center;
  width: 49%;
  display: inline-block;
}
@media (min-width: 425px) {
  .footer__list ul li {
    width: 32.5%;
  }
}
@media (min-width: 768px) {
  .footer__list ul li {
    width: 24%;
  }
}
@media (min-width: 1024px) {
  .footer__list ul li {
    width: 19.5%;
  }
}
.footer__list ul li div {
  display: inline-block;
  width: 114px;
  margin-bottom: 50px;
  border: 1px solid #cfcfcf;
}
@media (min-width: 1024px) {
  .footer__list ul li div:hover {
    background: #f1f1f1;
    border-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 7px 1px #cfcfcf;
  }
}
.footer__list ul li div a {
  padding: 85px 0px 10px 0px;
  min-width: 114px;
  display: block;
  font-size: 1em;
  color: #6c6c6c;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center 15px;
  background-size: 64px;
}
.footer__list ul li div.footer__list__form a {
  background-image: url(../MainSiteNew/Images/footer/forms.png);
}
.footer__list ul li div.footer__list__board a {
  background-image: url(../MainSiteNew/Images/footer/ads.png);
}
.footer__list ul li div.footer__list__datepicker a {
  background-image: url(../MainSiteNew/Images/footer/events.png);
}
.footer__list ul li div.footer__list__payments a {
  background-image: url(../MainSiteNew/Images/footer/payments.png);
}
.footer__list ul li div.footer__list__system a {
  background-image: url(../MainSiteNew/Images/footer/online.png);
}
.footer__list ul li div.footer__list__question a {
  background-image: url(../MainSiteNew/Images/footer/listC.png);
}
.footer__list ul li div.footer__list__published a {
  background-image: url(../MainSiteNew/Images/footer/advertise.png);
}
.footer__list ul li div.footer__list__dispatch a {
  background-image: url(../MainSiteNew/Images/footer/shaming.png);
}
.footer__list ul li div.footer__list__focus a {
  background-image: url(../MainSiteNew/Images/footer/violance.png);
}
.footer__list ul li div.footer__list__app a {
  background-image: url(../MainSiteNew/Images/footer/app.png);
}

div.footer__nc {
  display: none;
}

.footLine {
  padding: 1rem;
  color: #818181;
  text-align: center;
  margin: 2.5rem auto 0;
}
@media (min-width: 768px) {
  .footLine {
    border-top: 3px solid #4267b2;
  }
}
.footLine a {
  color: blue !important;
  text-decoration: underline;
}

.lineSocial {
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
}
.lineSocial__wrap {
  background: #e6e8ea;
  width: 100%;
}

.lineSocial {
  max-width: 590px;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
.lineSocial__wrap {
  background: #e6e8ea;
  padding: 5px 10px;
  margin: 10px 0 0;
  width: auto;
}
.lineSocial .first {
  color: #5f5f5f;
  font-size: 14px;
  display: inline-block;
  margin-left: 0px;
}
.lineSocial__icon {
  background-image: url(../MainSiteNew/Images/Sprites/social_ico.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.lineSocial__icon a {
  font-size: 0;
  padding-top: 33px;
  padding-left: 33px;
  display: block;
}
@media (min-width: 375px) {
  .lineSocial__icon {
    margin-right: 6px;
  }
}
.lineSocial__icon--rss {
  background-position: -469px center;
}
.lineSocial__icon--post {
  background-position: -426px center;
}
.lineSocial__icon--sms {
  background-position: -384px center;
}
.lineSocial__icon--youtube {
  background-position: -341px center;
}
.lineSocial__icon--facebook {
  background-position: -299px center;
}
.lineSocial__icon--twit {
  background-position: -256px center;
}
.lineSocial__icon--google {
  background-position: -129px center;
}
.lineSocial__icon--google a {
  padding-left: 115px;
}
.lineSocial__icon--app a {
  padding-left: 115px;
}

/*********************HEADER*****************/
.top_line {
  background: #ddce6e;
  border-bottom: 1px solid #CEBE59;
}

.header__radio {
  position: relative;
}
.header__radio > li, .header__radio #ctl00_lnkbExit {
  border-right: 1px solid #CEBE59;
  padding: 7px 10px;
}
.header__radio .open-popup-menu {
  vertical-align: inherit;
  position: relative;
  transition: none !important;
}
.header__radio .open-popup-menu.open {
  background: #edeff0;
  color: #000 !important;
  border-color: #ECECEC;
}
.header__radio .open-popup-menu.yellow {
  position: relative;
  width: 85px;
  padding-right: 0;
}
@media (min-width: 1440px) {
  .header__radio .open-popup-menu.yellow {
    width: 78px;
    padding-right: 4px;
  }
}
.header__radio .open-popup-menu_share img {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  max-width: 100%;
}
.header__radio .open-popup-menu span {
  background: yellow;
  padding: 2px 2px 5px;
  margin: 0 4px;
  line-height: 1;
  position: absolute;
  left: 3px;
  color: #5a5a5a;
  top: 11px;
}

.top_line {
  background: #e6f3fc;
  border-bottom: none;
  border-bottom: 1px solid #b8bec3;
  border-top: 12px solid #b8bec3;
}
.top_line .header__radio {
  max-width: 1024px;
  height: 46px;
  margin-top: 0;
}
.top_line .header__radio a {
  color: #5f5f5f;
  text-decoration: underline;
  font-weight: normal;
}
.top_line .header__radio .radio-wrap {
  display: none;
  position: relative;
}
.top_line .header__radio .radio-wrap:after {
  content: "";
  display: block;
  width: 2px;
  height: 76%;
  top: 12%;
  right: 0;
  background: #a0b9ce;
  position: absolute;
  z-index: 1;
}
.top_line .container {
  background-color: #e6f3fc;
  max-width: none !important;
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding: 0;
}
@media (max-width: 768px) {
  .top_line .container {
    padding: 0 45px 0 0;
  }
}
.top_line .container > * {
  vertical-align: inherit;
}
.top_line .container .doctorWho {
  display: none;
  float: none;
}
.top_line .day_box {
  width: 20%;
  float: right;
  color: #eee;
}
@media (max-width: 768px) {
  .top_line .day_box {
    width: auto;
  }
  .top_line .day_box .icon-box {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .top_line .day_box {
    width: 20%;
  }
}
.top_line .day_box a.open {
  background: #edeff0;
}
.top_line .day_box a.open:after {
  background: url(../Images/question_on.png) no-repeat;
  background-size: 27px 26px;
}
.top_line .day_box span {
  position: relative;
}
.top_line .header__radio > ul > li {
  height: 47px;
  line-height: 42px;
  float: right;
  padding: 0 10px 0 10px;
  margin-left: -3px;
  list-style: none;
}
.top_line .header__radio > ul > li.header-popup-menu {
  padding-left: 0;
}
.top_line .header__radio > ul > li.header_log-out {
  padding-left: 15px; /*!!!!27.07*/
}
.top_line .header__radio > ul > li.header_log-out::after {
  right: -2px !important;
}
@media (max-width: 768px) {
  .top_line .header__radio > ul > li.header_log-out::after {
    display: none !important;
  }
}
.top_line .header__radio > ul > li:after {
  content: "";
  display: block;
  width: 2px;
  height: 59%;
  top: 21%;
  right: 0;
  background: #eadcdc;
  position: absolute;
  z-index: 1;
}
.top_line .header__radio > ul > li.popup-menu-Accessibility {
  background: url(../MainSiteNew/Images/wheel_chair_icon.png) no-repeat;
  background-position: 50% 50%;
  width: 25px;
  height: 47px;
}
.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.popup-Exit {
  padding: 0;
  position: relative;
  margin: 0;
}
.top_line .header__radio > ul > li.popup-Exit::after {
  right: auto !important;
  left: -5px !important;
}
@media (max-width: 768px) {
  .top_line .header__radio > ul > li.popup-Exit::after {
    display: none !important;
  }
}
.top_line .header__radio > ul > li.popup-Exit span {
  margin-right: 10px;
}
@media (max-width: 1100px) {
  .top_line .header__radio > ul > li.popup-Exit span {
    display: none;
  }
}
@media (min-width: 1200px) {
  .top_line .header__radio > ul > li.popup-Exit span {
    margin-right: 6px;
  }
}
.top_line .header__radio > ul > li.popup-Exit a {
  padding: 0 17px;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .top_line .header__radio > ul > li.popup-Exit a {
    padding-right: 0;
    padding-left: 19px;
  }
}
.top_line .header__radio > ul > li.popup-LoginIdOnly {
  display: none;
  height: auto;
  float: none;
  line-height: 1;
  margin: 0;
  padding-left: 5px;
  left: 0;
  top: 47px;
  list-style: none;
}
.top_line .header__radio > ul > li.popup-LoginIdOnly.popup-LoginMainSite {
  width: 620px;
}
.top_line .header__radio > ul > li.popup-LoginIdOnly .popup-login__wrap {
  text-align: right;
  padding: 8px 0;
  float: right;
  position: relative;
}
@media (min-width: 1024px) {
  .top_line .header__radio > ul > li.popup-LoginIdOnly .popup-login__wrap {
    padding-bottom: 0;
  }
}
.top_line .header__radio > ul > li.popup-LoginIdOnly .popup-login__wrap .login__password__container {
  display: inline;
  /*float: right;*/
  margin: 0;
}
@media (max-width: 768px) {
  .top_line .header__radio > ul > li.popup-LoginIdOnly .popup-login__wrap .login__password__container {
    float: right;
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .top_line .header__radio > ul > li.popup-LoginIdOnly .popup-login__wrap .login__password__container {
    position: relative;
  }
}
.top_line .header__radio > ul > li.popup-LoginIdOnly .popup-login__wrap .login__password__container a {
  position: absolute;
  font-size: 12px;
  text-decoration: underline;
  /*right: 0;
  top: -20px;*/
  right: 0px;
  bottom: 10px;
  color: #5f5f5f;
  margin: 0;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .top_line .header__radio > ul > li.popup-LoginIdOnly .popup-login__wrap .login__password__container a {
    bottom: -15px;
    right: 5px;
  }
}
.top_line .header__radio > ul > li.popup-LoginIdOnly .popup-login__wrap .login__password__container.average-score {
  border-top: solid 2px;
  border-color: #f00;
  position: relative;
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .top_line .header__radio > ul > li.popup-LoginIdOnly .popup-login__wrap .login__password__container.average-score {
    border-top: 0;
    border-right: solid 2px;
    border-color: #f00;
    padding-top: 0px;
    padding-right: 4px;
  }
}
.top_line .header__radio > ul > li.popup-LoginIdOnly .popup-login__wrap .login__password__container.average-score a {
  border: none;
  text-decoration: none;
  top: 5px;
  right: 0px;
  width: 150px;
  color: #f00;
  height: 16px;
}
@media (min-width: 1024px) {
  .top_line .header__radio > ul > li.popup-LoginIdOnly .popup-login__wrap .login__password__container.average-score a {
    top: auto;
    bottom: -15px;
    height: auto;
  }
}
.top_line .header__radio > ul > li.popup-LoginIdOnly .popup-login__wrap p {
  font-size: 0.9em;
  margin-bottom: 8px;
  color: #888;
}
.top_line .header__radio > ul > li.popup-LoginIdOnly .popup-login__wrap .login__button {
  display: inline-block;
  float: none;
  padding: 8px 18px 8px 18px;
  margin-bottom: 10px;
}
.top_line .header__radio > ul > li.popup-IMADigital li a {
  display: block;
  min-width: 105px;
  padding-top: 75px;
}

.height {
  height: 100%;
}

.enterprise__hamburger {
  position: fixed;
  z-index: 99999;
  display: none;
  top: 0;
  right: 0;
  width: 50px;
}
@media (max-width: 768px) {
  .enterprise__hamburger {
    display: block;
  }
}
.enterprise__hamburger img {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  cursor: pointer;
  border-radius: 4px;
  background: none;
  background: none !important;
  background-image: none !important;
}
.enterprise__hamburger .eph_wrap {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  min-height: 100%;
  width: 278px;
}
.enterprise__hamburger .eph_wrap .bg_burger {
  width: 278px;
  height: 54px;
  background: #edeff0;
  position: fixed;
  z-index: 2;
  display: none;
}
.enterprise__hamburger .eph_wrap .bg_burger.active {
  display: inline-block;
}
.enterprise__hamburger .eph_ul {
  position: relative;
  list-style: none;
  width: 278px;
  padding: 46px 15px 8px 15px;
  background: #edeff0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
}
.enterprise__hamburger .eph_ul > li {
  font-size: 1.25em;
  width: 100%;
  color: #163a50;
  padding: 0px 8px 6px 8px;
  border-bottom: 2px solid #163a50;
  box-sizing: border-box;
}
.enterprise__hamburger .eph_ul > li a {
  color: #163a50;
  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: 16px;
  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%;
}
.enterprise__hamburger .eph_ul > li .eph-popup span {
  font-size: 0.9em;
  line-height: 1;
}
.enterprise__hamburger .eph_ul > li .eph-popup .mail {
  background: url(../InternesNew/Images/mail.png) center 40% no-repeat;
}
.enterprise__hamburger .eph_ul > li .eph-popup .cool {
  background: url(../InternesNew/Images/cool.png) center center no-repeat;
}
.enterprise__hamburger .eph_ul > li .eph-popup .minra {
  background: url(../InternesNew/Images/mira.png) center center no-repeat;
}
.enterprise__hamburger .eph_ul > li .eph-popup .language {
  background: url(../InternesNew/Images/popup_language.png) center 45% no-repeat;
}
.enterprise__hamburger .eph_ul > li .eph-popup .council {
  background: url(../InternesNew/Images/council.png) center 45% no-repeat;
}
.enterprise__hamburger .eph_ul > li .eph-popup .accesability {
  background: url(../InternesNew/Images/popup_acessability.png) center 45% no-repeat;
}
.enterprise__hamburger .eph_ul > li .eph-popup .ri {
  background: url(../InternesNew/Images/ri.png) center 45% no-repeat;
}
.enterprise__hamburger .eph_ul > li .eph-popup .card {
  background: url(../InternesNew/Images/card.png) center 45% no-repeat;
}
.enterprise__hamburger .eph_ul > li .eph-popup .tool {
  background: url(../InternesNew/Images/tool.png) center 45% no-repeat;
}
.enterprise__hamburger .eph_ul > li .eph-popup .imadigital {
  border: 2px solid #3a5f69;
  background: url("../Images/digital-icon.png") center 70% no-repeat/auto 40px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown {
  position: relative;
  top: -22px;
  display: block;
  width: 100%;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown ul {
  position: absolute;
  right: -16px;
  top: 42px;
  z-index: 100;
  display: none;
  width: 278px;
  background: #3a5f69;
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: right;
  list-style: none;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown ul:before {
  content: "";
  display: block;
  position: absolute;
  top: -19px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #3a5f69 transparent;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown ul li {
  height: 40px;
  width: 100%;
  font-size: 0.9em;
  color: #fff;
  padding: 0 40px 0 0;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown ul li a {
  font-size: 16px;
  color: #fff;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-10:before {
  right: 130px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-10 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-10 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-10 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-10 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-10 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-10 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-10 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-10 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-9:before {
  right: 214px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-9 li {
  background: url(../Images/Sprites/ri_drop.png) no-repeat;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-9 li:nth-child(1) {
  background-position: right top 6px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-9 li:nth-child(2) {
  background-position: right top -40px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-9 li:nth-child(3) {
  background-position: right top -82px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-9 li:nth-child(4) {
  background-position: right top -122px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-9 li:nth-child(5) {
  background-position: right top -166px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-9 li:nth-child(6) {
  background-position: right top -208px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-9 li:nth-child(7) {
  background-position: right top -247px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-9 li:nth-child(8) {
  background-position: right top -292px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-9 li:nth-child(9) {
  background-position: right top -332px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-9 li:nth-child(10) {
  background-position: right top -372px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-8:before {
  right: 129px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-8 li {
  background: url(../Images/Sprites/tools_drop.png) no-repeat;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-8 li:nth-child(1) {
  background-position: right top 6px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-8 li:nth-child(2) {
  background-position: right top -40px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-8 li:nth-child(3) {
  background-position: right top -82px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-8 li:nth-child(4) {
  background-position: right top -122px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-8 li:nth-child(5) {
  background-position: right top -166px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-8 li:nth-child(6) {
  background-position: right top -208px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-8 li:nth-child(7) {
  background-position: right top -247px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-8 li:nth-child(8) {
  background-position: right top -292px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-8 li:nth-child(9) {
  background-position: right top -332px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-8 li:nth-child(10) {
  background-position: right top -372px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-6:before {
  right: 214px;
}
.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: 45px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-5 li {
  background: url(../Images/Sprites/council_drop.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-5 li:nth-child(5) {
  background-position: right top -164px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-4:before {
  right: 45px;
}
.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 6px;
}
.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: 214px;
}
.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-3 li:nth-child(5) {
  background-position: right top -40px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-2:before {
  right: 129px;
}
.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:nth-child(1) {
  background-position: right -90px top 2px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-2 li:nth-child(2) {
  background-position: right -90px top -40px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-2 li:nth-child(3) {
  background-position: right -90px top -82px;
}
.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:before {
  right: 45px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-1 li {
  background: url(../Images/mobile_ima_sites.png) no-repeat;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-1 li:nth-child(1) {
  background-position: right top 5px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-1 li:nth-child(2) {
  background-position: right top -507px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-1 li:nth-child(3) {
  background-position: right top -464px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-1 li:nth-child(4) {
  background-position: right top -634px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-1 li:nth-child(5) {
  background-position: right top -38px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-1 li:nth-child(6) {
  background-position: right top -82px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-1 li:nth-child(7) {
  background-position: right top -122px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-1 li:nth-child(8) {
  background-position: right top -166px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-1 li:nth-child(9) {
  background-position: right top -210px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-1 li:nth-child(10) {
  background-position: right top -248px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-1 li:nth-child(11) {
  background-position: right top -295px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-1 li:nth-child(12) {
  background-position: right top -334px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-1 li:nth-child(13) {
  background-position: right top -376px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-1 li:nth-child(14) {
  background-position: right top -420px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-1 li:nth-child(15) {
  background-position: right top -552px;
}
.enterprise__hamburger .eph_ul > li .eph-dropdown .ephp-ul-1 li:nth-child(16) {
  background-position: right top -595px;
}
.enterprise__hamburger.height {
  height: 100%;
}

/***************POPUP-MENU*******************/
.popup-form {
  position: absolute;
  background: #edeff0;
  z-index: 979;
  display: none;
  top: 46px;
  display: inline-block;
  padding: 8px 8px 10px 8px;
  left: -15px;
  width: 285px;
  height: 50px;
  display: none;
}
.popup-form input {
  height: 35px;
}
.popup-form a {
  margin: 4px 0 0 8px;
}
.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;
}
.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;
}
.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;
}

.form_open {
  cursor: pointer;
}

.header-popup-menu {
  background: #edeff0;
  top: 53px;
}
.header-popup-menu h2 {
  color: #5f5f5f;
  text-align: right;
  font-weight: normal;
  font-size: 3em;
  line-height: 50px;
  margin-left: 20px;
}
.header-popup-menu .popup-container {
  margin: 0 auto !important;
  padding: 30px 0 15px 0;
  box-sizing: border-box;
  min-height: 195px;
}
.header-popup-menu .benefits__wrap {
  background: #5f5f5f;
}
.header-popup-menu.popup-Accessibility .top__menu--inline ul {
  padding-right: 70px;
}
.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 div {
  display: table;
  min-height: 115px;
}
.header-popup-menu .top__menu--inline li div h2 {
  display: table-cell;
}
.header-popup-menu .top__menu--inline li:first-child {
  position: relative;
  top: -16px;
  width: auto;
  max-width: 100%;
  min-height: 115px;
}
.header-popup-menu .top__menu--inline li:first-child::after {
  content: "";
  display: block;
  width: 31px;
  height: 100%;
  left: -35px;
  top: 7px;
  position: absolute;
  background: url("../Images/Sprites/arrow__gray.png") no-repeat;
  background-position: 0 center;
}
.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;
}

.top_line {
  left: 0;
}
.top_line .header-popup-menu .header__wrap {
  background: #edeff0;
}

.popup1__list li a {
  background: url(../Images/Sprites/spites__site.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__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__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;
}

.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__social.png) no-repeat;
  background-position: -500px 0;
  min-height: 150px;
}
.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__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__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__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;
}

.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, .popup-quality .top__menu--inline .popupInstitutes__list li, .popup-Unions .top__menu--inline .popupInstitutes__list li {
  width: 90px;
}
.popup-Institutes .top__menu--inline .popupInstitutes__list li:first-child, .popup-quality .top__menu--inline .popupInstitutes__list li:first-child, .popup-Unions .top__menu--inline .popupInstitutes__list li:first-child {
  width: 150px;
}
.popup-Institutes .top__menu--inline .popupInstitutes__list li:first-child h2, .popup-quality .top__menu--inline .popupInstitutes__list li:first-child h2, .popup-Unions .top__menu--inline .popupInstitutes__list li:first-child h2 {
  position: relative;
  left: 16px;
}
.popup-Institutes .top__menu--inline .popupInstitutes__list li a, .popup-quality .top__menu--inline .popupInstitutes__list li a, .popup-Unions .top__menu--inline .popupInstitutes__list li a {
  display: block;
  width: 100%;
  padding-top: 75px;
  background-image: url(../MainSiteNew/Images/Sprites/sprites__institues_new.png);
  background-repeat: no-repeat;
}
.popup-Institutes .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item1, .popup-quality .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item1, .popup-Unions .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item1 {
  background-position: -443px 0;
}
.popup-Institutes .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item2, .popup-quality .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item2, .popup-Unions .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item2 {
  background-position: -626px 0;
}
.popup-Institutes .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item3, .popup-quality .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item3, .popup-Unions .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item3 {
  background-position: -710px 0;
}
.popup-Institutes .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item4, .popup-quality .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item4, .popup-Unions .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item4 {
  background-position: -352px 0;
}
.popup-Institutes .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item5, .popup-quality .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item5, .popup-Unions .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item5 {
  background-position: -261px 0;
}
.popup-Institutes .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item6, .popup-quality .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item6, .popup-Unions .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item6 {
  background-position: -170px 0;
}
.popup-Institutes .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item7, .popup-quality .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item7, .popup-Unions .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item7 {
  background-position: -80px 0;
}
.popup-Institutes .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item8, .popup-quality .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item8, .popup-Unions .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item8 {
  background-position: 9px 0;
}
.popup-Institutes .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item9, .popup-quality .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item9, .popup-Unions .top__menu--inline .popupInstitutes__list li a.popupInstitutes_item9 {
  background-position: -626px 0;
}

.popup-Journals .popupJournals__list li {
  width: 93px;
}
.popup-Journals .popupJournals__list li a {
  display: block;
  width: 100%;
  padding-top: 75px;
  background-image: url(../Images/Sprites/iconIMA.png);
  background-repeat: no-repeat;
}
.popup-Journals .popupJournals__list li a.popupJournals_item1 {
  background-position: -531px 0;
}
.popup-Journals .popupJournals__list li a.popupJournals_item2 {
  background-position: -440px 0;
}
.popup-Journals .popupJournals__list li a.popupJournals_item3 {
  background-position: -350px 0;
}
.popup-Journals .popupJournals__list li a.popupJournals_item4 {
  background-position: -259px 0;
}
.popup-Journals .popupJournals__list li a.popupJournals_item5 {
  background-position: -169px 0;
}
.popup-Journals .popupJournals__list li a.popupJournals_item6 {
  background-position: -79px 0;
}
.popup-Journals .popupJournals__list li a.popupJournals_item7 {
  background-position: 12px 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-Unions .top__menu--inline .popupInstitutes__list li {
  width: 95px;
}
.popup-Unions .top__menu--inline .popupInstitutes__list li a {
  background-image: url(../MainSiteNew/Images/Sprites/sprite_Unions.png);
}

.popup-quality .top__menu--inline .popupInstitutes__list li {
  width: 95px;
}
.popup-quality .top__menu--inline .popupInstitutes__list li a {
  background-image: url(../MainSiteNew/Images/Sprites/sprite_quality.png);
}

.display-none {
  display: none;
}

@media (min-width: 1024px) {
  .top_line .header__radio {
    margin: 0 0 0 20px;
    max-width: 80%;
  }
  .header__radio .open-popup-menu.yellow {
    width: 75px;
  }
}
@media (min-width: 1200px) {
  .top_line .header__radio > ul > li {
    padding: 0 7px;
    font-size: 1em;
  }
  .header__radio .open-popup-menu.yellow {
    width: 127px;
  }
}
@media (min-width: 1201px) {
  .component_footer {
    padding: 10px 0;
  }
  .top_line .header__radio {
    margin: 0;
    max-width: 80%;
    font-size: 1em;
  }
  .top_line .header__radio > ul > li {
    padding: 0 7px;
  }
}
@media (min-width: 1440px) {
  .top_line .header__radio > ul > li {
    padding: 0 8px;
  }
}
.day_box a:first-child {
  display: inline-block;
  width: 27px;
  height: 25px;
  background-image: url("../Images/header_icon/home_icon2.png");
  background-repeat: no-repeat;
  background-position: center;
}

.header__radio .open-popup-menu.open:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #4267b2;
  width: 100%;
  height: 10px;
  top: 0;
}

.top_line {
  border-top: none;
  background-color: #000;
}
.top_line .container .open-popup-menu {
  color: #eee;
}
.top_line .container .open-popup-menu a {
  color: #eee;
}
.top_line .day_box .nc_home svg use {
  fill: #fff;
  stroke-width: 2px;
  stroke: #fff;
}
.top_line .header__radio > ul > li.open-popup-menu:hover:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #0099f0;
  width: calc(100% - 1px);
  height: 10px;
  top: 0;
  left: 1px;
}
.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 {
  background-color: #5a5a5a;
}

.top_line .container {
  background-color: #5a5a5a;
}

.header__radio .open-popup-menu span {
  background: none;
  color: inherit;
}

.header-popup-menu {
  top: 47px;
}

.footer-wrapper {
  background: #ddeafc;
}

.information-block {
  display: inline-block;
  max-width: 400px;
  vertical-align: top;
  padding: 0 10px;
  text-align: right;
  width: auto;
  margin-bottom: 1rem;
  box-sizing: border-box;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .information-block {
    width: 25%;
    margin-bottom: 0;
  }
}
.information-block:last-child {
  max-width: 229px;
}
.information-block__wrapper {
  font-size: 0;
  box-sizing: border-box;
  max-width: 1600px;
  margin: 0px auto;
  padding: 2rem 1rem 0.5rem;
  max-width: 1800px;
}
.information-block__inWrapper {
  width: auto;
  display: inline-block;
  text-align: right;
}
.information-block__inWrapper a:nth-child(2):before {
  content: "";
}
.information-block__content-link {
  color: #5a5a5a;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
}
.information-block__content-link:before {
  content: "/";
  color: #4267b2;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .information-block__content-link {
    display: block;
    margin-bottom: 1rem;
  }
  .information-block__content-link:last-child {
    margin-bottom: 0;
  }
  .information-block__content-link:before {
    content: "";
    /*width: 18px;
    height: 18px;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../Conference2018/Images/sprites__footer-links.png);
    background-repeat: no-repeat;*/
  }
  .information-block__content-link.link1:before {
    background-position-x: 0px;
    background-position-y: 0px;
  }
  .information-block__content-link.link2:before {
    background-position-x: 0px;
    background-position-y: -35px;
  }
  .information-block__content-link.link3:before {
    background-position-x: 0px;
    background-position-y: -70px;
  }
  .information-block__content-link.link4:before {
    background-position-x: 0px;
    background-position-y: -109px;
  }
  .information-block__content-link.link5:before {
    background-position-x: 0px;
    background-position-y: -143px;
  }
  .information-block__content-link.link6:before {
    background-position-x: -37px;
    background-position-y: 0px;
  }
  .information-block__content-link.link7:before {
    background-position-x: -37px;
    background-position-y: -35px;
  }
  .information-block__content-link.link8:before {
    background-position-x: -37px;
    background-position-y: -70px;
  }
  .information-block__content-link.link9:before {
    background-position-x: -37px;
    background-position-y: -109px;
  }
  .information-block__content-link.link10:before {
    background-position-x: -37px;
    background-position-y: -143px;
  }
  .information-block__content-link.link11:before {
    background-position-x: -72px;
    background-position-y: 0px;
  }
  .information-block__content-link.link12:before {
    background-position-x: -72px;
    background-position-y: -35px;
  }
  .information-block__content-link.link13:before {
    background-position-x: -72px;
    background-position-y: -70px;
  }
  .information-block__content-link.link14:before {
    background-position-x: -72px;
    background-position-y: -109px;
  }
}
.information-block__content-link--social {
  display: block;
  width: 196px;
  height: 66px;
  background: url("../Conference2018/Images/sprites__social.png");
  background-size: 196px auto;
  background-repeat: no-repeat;
  background-position-x: 0;
}
.information-block__content-link--social:first-child {
  margin: 2.5rem 0 1rem;
}
.information-block__content-link--social.ios {
  background-position-y: 0;
}
.information-block__content-link--social.android {
  background-position-y: -72px;
}
.information-block__content-link--social:before {
  display: none;
}
.information-block__content-title {
  display: block;
  font-size: 1.25rem;
  color: #4267b2;
  font-weight: bolder;
}
@media (min-width: 768px) {
  .information-block__content-title {
    margin-bottom: 1rem;
  }
}

.header__radio > ul > li {
  height: 47px;
  line-height: 42px;
  display: inline-block;
  float: right;
  padding: 0 10px 0 10px;
  margin-left: -3px;
}
.header__radio > ul > li.popup-LoginIdOnly {
  display: none;
  height: auto;
}
.header__radio > ul > li.popup-LoginIdOnly.popup-LoginMainSite {
  width: 620px;
  float: none;
  line-height: 1;
  margin: 0;
  padding-left: 5px;
  left: 0;
  top: 47px;
  list-style: none;
}
.header__radio > ul > li.popup-LoginIdOnly.popup-LoginMainSite .popup-login__wrap {
  text-align: right;
  padding: 8px 0;
  float: right;
  position: relative;
  width: 100%;
}
.header__radio > ul > li.popup-LoginIdOnly.popup-LoginMainSite .popup-login__wrap.sms a span {
  font-size: 15px;
}
@media (min-width: 1024px) {
  .header__radio > ul > li.popup-LoginIdOnly.popup-LoginMainSite .popup-login__wrap {
    padding-bottom: 15px;
  }
}
.header__radio > ul > li.popup-LoginIdOnly.popup-LoginMainSite .popup-login__wrap .login__password__container {
  display: inline;
  margin: 0;
}
@media (max-width: 768px) {
  .header__radio > ul > li.popup-LoginIdOnly.popup-LoginMainSite .popup-login__wrap .login__password__container {
    float: right;
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .header__radio > ul > li.popup-LoginIdOnly.popup-LoginMainSite .popup-login__wrap .login__password__container {
    position: relative;
  }
}
.header__radio > ul > li.popup-LoginIdOnly.popup-LoginMainSite .popup-login__wrap .login__password__container a {
  position: absolute;
  font-size: 12px;
  text-decoration: underline;
  right: 0px;
  bottom: 10px;
  color: #5f5f5f;
  margin: 0;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .header__radio > ul > li.popup-LoginIdOnly.popup-LoginMainSite .popup-login__wrap .login__password__container a {
    bottom: -15px;
    right: 5px;
  }
}
.header__radio > ul > li.popup-LoginIdOnly.popup-LoginMainSite .popup-login__wrap .login__password__container.average-score {
  border-top: solid 2px;
  border-color: #f00;
  position: relative;
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .header__radio > ul > li.popup-LoginIdOnly.popup-LoginMainSite .popup-login__wrap .login__password__container.average-score {
    border-top: 0;
    border-right: solid 2px;
    border-color: #f00;
    padding-top: 0px;
    padding-right: 4px;
  }
}
.header__radio > ul > li.popup-LoginIdOnly.popup-LoginMainSite .popup-login__wrap .login__password__container.average-score a {
  border: none;
  text-decoration: none;
  top: 5px;
  right: 0px;
  width: 150px;
  color: #f00;
  height: 16px;
}
@media (min-width: 1024px) {
  .header__radio > ul > li.popup-LoginIdOnly.popup-LoginMainSite .popup-login__wrap .login__password__container.average-score a {
    top: auto;
    bottom: -15px;
    height: auto;
  }
}
.header__radio > ul > li.popup-LoginIdOnly.popup-LoginMainSite .popup-login__wrap:first-child {
  border-bottom: 1px solid #000;
}
.header__radio > ul > li.popup-LoginIdOnly.popup-LoginMainSite .popup-login__wrap:last-child {
  border-top: 1px solid #000;
}
.header__radio > ul > li.popup-LoginIdOnly.popup-LoginMainSite .popup-login__wrap p {
  font-size: 0.9em;
  margin-bottom: 8px;
}
.header__radio > ul > li.popup-LoginIdOnly.popup-LoginMainSite .popup-login__wrap .login__button {
  display: inline-block;
  float: none;
  padding: 8px 18px 8px 18px;
  margin-bottom: 24px;
}

.breadcrumbsBlock {
  padding: 30px 0 5px 0;
  margin: 0 auto;
  max-width: 1000px;
}
.breadcrumbsBlock::after {
  content: "";
  display: block;
  clear: both;
}
.breadcrumbsBlock .print-wrapper {
  float: left;
  margin-left: 1rem;
}
.breadcrumbsBlock .print-wrapper .print-icon {
  display: none;
  vertical-align: top;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .breadcrumbsBlock .print-wrapper .print-icon {
    display: inline-block;
  }
}
.breadcrumbsBlock .print-wrapper .print-icon_mail {
  display: inline-block;
  width: 40px;
  height: 25px;
  background-image: url("../Conference2018/Images/mail-mobile.png");
}
@media (min-width: 1024px) {
  .breadcrumbsBlock .print-wrapper .print-icon_mail {
    width: 22px;
    height: 22px;
    background-image: url("../Conference2018/Images/mail.png");
  }
}
.breadcrumbsBlock .print-wrapper .print-icon_print {
  background-image: url("../Conference2018/Images/print.png");
}
.breadcrumbsBlock .print-wrapper .print-icon_facebook {
  background-image: url("../Conference2018/Images/fb.png");
}
.breadcrumbsBlock .path {
  margin-right: 1rem;
  font-size: 1rem;
  line-height: 20px;
  color: #5a5a5a;
  font-weight: bold;
}
@media (min-width: 768px) {
  .breadcrumbsBlock .path {
    margin-right: 26px;
  }
}
.breadcrumbsBlock .path__item {
  line-height: 20px;
  color: #5a5a5a;
}
.breadcrumbsBlock .path__item_active {
  color: #4267b2;
}
.breadcrumbsBlock .path__arrow {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.reportingForm {
  max-width: 1000px;
  margin: 0 auto;
}
.reportingForm__heading {
  margin: 0 1rem 1.2rem 0;
  font-size: 1.5rem;
  line-height: 1.1;
  color: #4267b2;
}
@media (min-width: 480px) {
  .reportingForm__heading {
    margin: 0 1.625rem 1.2rem 1.625rem;
    font-size: 1.8rem;
  }
}
@media (min-width: 1024px) {
  .reportingForm__heading {
    margin: 0 1.625rem 1.5rem 1.625rem;
    font-size: 2.5rem;
  }
}
@media (min-width: 1440px) {
  .reportingForm__heading {
    margin: 2rem 1.625rem 1.7rem 1.625rem;
    font-size: 3.125rem;
  }
}
.reportingForm__subheading {
  margin: 1.2rem 1rem 0.7rem 1rem;
  color: #4267b2;
}
@media (min-width: 480px) {
  .reportingForm__subheading {
    margin: 1.5rem 1.625rem 1rem 1.625rem;
  }
}
@media (min-width: 1024px) {
  .reportingForm__subheading {
    margin: 2rem 1.625rem 1.5rem 1.625rem;
    font-size: 1.25rem;
    line-height: 1.1;
  }
}
.reportingForm__name {
  display: none;
}
@media (min-width: 1024px) {
  .reportingForm__name {
    display: inline-block;
    vertical-align: top;
    min-width: 220px;
    font-size: 1.25rem;
    line-height: 1.1;
  }
}
.reportingForm__name_hidden {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.1rem;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 0;
}
@media (min-width: 1024px) {
  .reportingForm__name_hidden {
    display: none;
  }
}
@media (min-width: 1024px) {
  .reportingForm__name_hidden-multiple {
    display: block;
  }
}
@media (min-width: 1024px) {
  .reportingForm__name_hiddenMobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  .reportingForm__name_hiddenDesktop {
    display: none;
  }
}
.reportingForm__name_multiple {
  display: none;
}
@media (min-width: 1024px) {
  .reportingForm__name_multiple {
    font-size: 1.25rem;
    display: inline-block;
    min-width: 220px;
  }
}
.reportingForm__name_mobileVisible {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 1rem;
  line-height: 1.1rem;
}
@media (min-width: 480px) {
  .reportingForm__name_mobileVisible {
    margin-left: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .reportingForm__name_mobileVisible {
    font-size: 1.25rem;
    min-width: 220px;
    margin-left: 0;
    margin-right: 0;
  }
}
.reportingForm__name_radio {
  display: inline-block;
  min-width: 100px;
  font-size: 1rem;
  position: relative;
}
@media (min-width: 480px) {
  .reportingForm__name_radio {
    margin-left: 1rem;
  }
}
@media (min-width: 1024px) {
  .reportingForm__name_radio {
    min-width: 140px;
    font-size: 1.25rem;
  }
}
.reportingForm__name_radio::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  border: 1px solid #333;
  border-radius: 50%;
}
.reportingForm__name_radio::after {
  content: "";
  display: none;
  width: 10px;
  height: 10px;
  background: #4267b2;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 4px;
}
@media (min-width: 1024px) {
  .reportingForm__name_radio::after {
    top: 11px;
  }
}
.reportingForm__name_textArea {
  vertical-align: top;
}
.reportingForm__input {
  width: 100%;
  min-height: 2rem;
  padding: 5px;
  border: 1px solid #333;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.1;
  color: #333;
}
@media (min-width: 1024px) {
  .reportingForm__input {
    width: 320px;
    min-height: 2.25rem;
    font-size: 1.25rem;
  }
}
.reportingForm__input::placeholder {
  color: #333;
}
.reportingForm__input-wrapper {
  margin: 0.5rem 1rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 480px) {
  .reportingForm__input-wrapper {
    margin: 0.5rem 1.625rem;
  }
}
@media (min-width: 1024px) {
  .reportingForm__input-wrapper {
    margin: 1rem 1.625rem;
  }
}
@media (min-width: 480px) {
  .reportingForm__input-wrapper_multiple {
    margin: 0.5rem 1.625rem;
  }
}
@media (min-width: 1024px) {
  .reportingForm__input-wrapper_multiple {
    margin: 1rem 1.625rem;
  }
}
.reportingForm__input-wrapper_multiple .reportingForm__input-wrapper {
  margin: 0.5rem 1rem;
}
@media (min-width: 480px) {
  .reportingForm__input-wrapper_multiple .reportingForm__input-wrapper {
    margin: 0.5rem 0;
  }
}
@media (min-width: 1024px) {
  .reportingForm__input-wrapper_multiple .reportingForm__input-wrapper {
    display: inline-block;
    margin: 0 0 0 0.5rem;
  }
}
@media (min-width: 1024px) {
  .reportingForm__input-wrapper_triple .reportingForm__input-wrapper {
    width: 230px;
  }
}
@media (min-width: 1024px) {
  .reportingForm__input-wrapper_triple .reportingForm__input {
    width: 100%;
  }
}
.reportingForm__input-wrapper_outer {
  display: inline-block;
  vertical-align: top;
  margin-right: 3rem;
}
@media (min-width: 480px) {
  .reportingForm__input-wrapper_outer {
    margin-right: 0;
    vertical-align: middle;
  }
}
.reportingForm__input-wrapper_inner {
  display: block;
}
@media (min-width: 480px) {
  .reportingForm__input-wrapper_inner {
    display: inline-block;
    vertical-align: middle;
  }
}
.reportingForm__input-wrapper_inner input[type=radio] {
  display: none;
  vertical-align: middle;
  margin: 0 0 0 3px;
  line-height: 1;
}
@media (min-width: 1024px) {
  .reportingForm__input-wrapper_inner input[type=radio] {
    vertical-align: bottom;
  }
}
.reportingForm__input-wrapper_inner input[type=radio]:checked + label::after {
  display: block;
}
.reportingForm__textArea {
  display: block;
  width: 100%;
  padding: 5px;
  border: 1px solid #333;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.1;
  color: #333;
  resize: none;
}
.reportingForm__textArea::placeholder {
  color: #333;
  font-family: Arial;
}
@media (min-width: 1024px) {
  .reportingForm__textArea {
    width: 320px;
    font-size: 1.25rem;
  }
}
.reportingForm__textArea-wrapper {
  text-align: left;
}
@media (min-width: 1024px) {
  .reportingForm__textArea-wrapper {
    display: inline-block;
  }
}
.reportingForm__select {
  width: 100%;
  min-height: 2rem;
  padding: 5px;
  border: 1px solid #333;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.1;
  color: #333;
}
@media (min-width: 1024px) {
  .reportingForm__select {
    width: 320px;
    min-height: 2.25rem;
    font-size: 1.25rem;
  }
}
.reportingForm__select::placeholder {
  color: #333;
}
.reportingForm__checkbox {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border: 1px solid #333;
  position: relative;
}
.reportingForm__checkbox::after {
  display: none;
  content: "✔";
  color: #4267b2;
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  top: -11px;
  left: 0;
}
.reportingForm input[type=checkbox] {
  display: none;
}
.reportingForm input[type=checkbox]:checked + label.reportingForm__checkbox::after {
  display: block;
}
.reportingForm__btnSend {
  display: inline-block;
  padding: 10px 30px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: none;
  outline: none;
  background: #4267b2;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .reportingForm__btnSend {
    padding: 15px 30px;
  }
}
.reportingForm__btnSend-wrapper {
  text-align: center;
}
.reportingForm-line {
  height: 1px;
  margin: 1rem 0 2rem;
  background: #95318d;
}
.reportingForm__fileUpload {
  display: none;
}
.reportingForm__fileUpload_fake {
  display: inline-block;
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #333;
}
.reportingForm__fileUpload_fileSelected {
  background-color: #7fcf64;
}
.reportingForm-textBlock {
  margin: 0.5rem 1rem;
}
@media (min-width: 480px) {
  .reportingForm-textBlock {
    margin: 0.5rem 1.625rem;
  }
}
@media (min-width: 1024px) {
  .reportingForm-textBlock {
    margin: 1rem 1.625rem;
  }
}
.reportingForm-textBlock__paragraph {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.1;
}
@media (min-width: 1024px) {
  .reportingForm-textBlock__paragraph {
    font-size: 1.25rem;
  }
}
.reportingForm-textBlock__paragraph_i {
  margin-top: 3px;
  margin-bottom: 3px;
}

.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: "";
}

.wrapper_mobileApp::after {
  content: "";
  display: block;
  clear: both;
}

.header-popup-menu .top__menu--inline li {
  min-width: 90px !important;
}
