@charset "UTF-8";
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/*  common  */
#nav {
  margin: 0 0 0 -8px;
  padding: 0;
  width: 1000px;
}

#container {
  position: relative;
}

#yandex_ad1000 {
  height: 120px;
}

html {
  background-color: #f5f5f5;
}

body {
  background-color: #fff;
  color: #000000;
  font-family: "Inter", "NotoSansGeorgian", "NotoSansArmenian", "Arial", sans-serif;
  font-size: 14px;
  margin: 0;
  overflow-x: hidden;
}

p {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 1.5em;
}

select {
  background-color: white;
}

button {
  background-color: #F3F6FA;
  border: 1px solid #999;
  border-radius: 4px;
  height: 22px;
  margin: 0;
  padding: 0 5px;
}

button:hover {
  background-color: #eee;
  cursor: pointer;
}

button.blue {
  background: #0091ff;
  border: 1px solid #0091ff;
  border-radius: 15px;
  margin: 0;
  padding: 0 5px;
  color: white;
  font-weight: 500;
  text-align: center;
  padding: 0 15px;
  font-size: 1.3em;
  line-height: 2em;
  height: 2em;
}

button.blue :hover {
  background: #0078ff;
}

h1 {
  margin-top: 0;
  color: #333;
}

h1 div {
  font-size: 12px;
  font-weight: normal;
}

#content > h1, #content > h2 {
  width: 1000px;
  margin: 0 auto;
}

.description_h1 {
  font-size: 14px;
  display: inline-block;
}

.caption {
  display: block;
  border-bottom: 1px dashed #ccc;
  border-top: 1px dashed #ccc;
  background-color: #F3F6FA;
  font-weight: 500;
  padding: 3px 15px;
  color: gray;
}

.structure {
  width: 95%;
  text-align: center;
  font-weight: 500;
}

.red {
  color: #ee0000;
  font-weight: 500;
}

.gray, .grey {
  color: gray;
  font-weight: 500;
}

.green {
  color: green;
  font-weight: 500;
}

.nowrap {
  white-space: nowrap;
}

#header {
  box-shadow: 0 40px 50px 10px rgba(0, 0, 0, 0.05);
  clear: both;
  height: auto !important;
  padding: 0;
  background-color: white;
}

#header_in {
  margin: 0 auto;
  height: 60px;
  width: 1000px;
  position: relative;
}

.user_menu_elem {
  position: absolute;
  top: 5px;
  padding-top: 35px;
  background-size: 32px 32px !important;
  background-position: top center !important;
  text-align: center;
  width: 60px;
  height: 16px;
}

.user_menu_elem:not(.opened):hover {
  cursor: pointer;
}

.user_menu_elem > div.prof_menu {
  text-align: left;
  z-index: 1000;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  display: none;
  background-color: white;
  border: 1px solid #CCC;
  box-shadow: 0px 7px 13px #AAA;
}

.user_menu_main ul li {
  padding-left: 20px;
}

#user_menu_logout {
  margin: 10px 0;
}

.personal_manager_avatar {
  margin-left: 10px;
  margin-right: 5px;
  border-radius: 25px;
}

.user_menu_lpu_settings {
  background: url("/static/_v1/pd/icons/gear.png") no-repeat;
}

.user_menu_lpu_page {
  background: url("/static/_v1/pd/icons/arrows/link-arrow-in-square.png") no-repeat;
}

.user_menu_main {
  position: absolute;
  right: 0;
  width: 215px;
  height: 45px;
  top: 5px;
  /*text-align: right;*/
  box-sizing: border-box;
  font-size: 1.2em;
  background-color: white;
  z-index: 100;
  padding-top: 5px;
}

.user_menu_main.opened {
  width: 240px;
}

.user_menu_main > div:not(.user_menu_main_hidden) {
  padding: 0 20px 0 5px;
}

.user_menu_main_hidden {
  overflow: hidden;
  text-align: left;
}

.user_menu_main:not(.opened):hover, .user_menu_elem:not(.opened):hover {
  opacity: 0.5;
}

.user_menu_main:not(.opened) .user_menu_lpu_name {
  /*border-bottom: 1px dotted #ccc;*/
  background: #FFF url("/static/_v1/pd/icons/arrows/drop-down-menu.png") no-repeat scroll right center;
}

.user_menu_lpu_name {
  text-align: right;
  font-weight: 500;
}

.user_menu_main.opened {
  /*width: 400px;*/
  border: 1px solid #CCC;
  border-radius: 5px;
  height: 200px;
  text-align: left;
  box-shadow: 0px 7px 13px #AAA;
}

.user_menu_main:not(.opened) > div:last-child {
  display: none;
}

.user_menu_main:not(.opened):hover {
  cursor: pointer;
}

.user_menu_main_bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

#user_menu_main_bottom a {
  display: inline-block;
  width: 100%;
  border: 0;
  text-decoration: none !important;
  padding: 3px 10px;
  color: black !important;
}

#user_menu_main_bottom div {
  border-top: 1px solid #CCC;
}

#user_menu_main_bottom a:hover {
  color: black !important;
  background-color: #cce9ff;
}

.user_menu_main:not(.opened) .user_menu_lpu_name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.user_menu_town_name {
  font-size: 0.7em;
  text-align: right;
}

.user_menu_email {
  text-align: right;
  font-size: 0.8em;
}

.select_prof_lpu {
  width: 300px;
}

.select_prof_lpu .town_name {
  display: block;
  font-size: 0.7em;
}

#bread {
  padding: 7px 0 3px;
  width: 730px;
}

#bread2 {
  line-height: 30px;
  width: 1000px;
  margin: 0 auto;
}

#bread2 a {
  color: #025fd4;
  text-decoration: none;
}

#bread2 a:hover {
  color: red;
}

.block {
  clear: both;
  padding: 0;
  width: 1000px;
  margin: 0 auto;
}

.block_w {
  clear: both;
  padding: 0;
  width: 90%;
  margin: 0 auto;
}

.white_block {
  background: white;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin-top: 10px;
}

.rates .block {
  margin-top: 10px;
  background: white;
}

.block_margin {
  margin: 10px 0;
}

.border_top {
  /*border-top: 1px solid #ccc;*/
  padding: 10px 0;
}

.padding_top {
  padding: 10px 0;
}

.clear {
  clear: both;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  font-weight: 500 !important;
}

.tdleft a {
  text-decoration: none;
}

/*h1 {*/
/* margin-top: 5px; */
/* font-size: 2em; */
/*}*/
a {
  color: black;
}

a:hover {
  color: #EE0000;
}

/* header */
.select2-drop-active {
  border-color: #ccc !important;
}

.apps a {
  font-size: 1.5em !important;
  color: #333;
  display: inline-block;
  border: 0;
  line-height: 28px !important;
}

.apps li.tab {
  border-color: #d7d7d7;
  background-color: #eee;
}

.apps li.tab a {
  line-height: 1em;
  padding-top: 7px;
}

.apps {
  margin: -14px 0 0 0;
  padding: 0;
  margin-left: 245px;
  height: 42px;
}

.apps li.tab {
  text-align: center;
  margin-left: 3px;
  width: 140px;
  margin-top: 6px;
}

.apps li.active {
  background-color: white !important;
  margin-top: 0px !important;
}

.apps span {
  color: grey;
  font-size: 0.9em;
  font-weight: 500;
}

.apps span b {
  color: black;
}

.stat {
  float: left;
  margin-left: 70px;
  text-align: right;
}

/* .mainpage div.block:hover{
    background: #eee;
    cursor: pointer;
}
 */
.week {
  color: gray;
  margin-top: -12px;
  font-size: 0.9em;
}

#stat {
  color: gray;
  height: 40px;
  width: 230px;
}

#stat .left {
  float: left;
  height: 40px;
}

#stat .right {
  color: #ee0000;
  float: right;
  height: 40px;
  text-align: right;
}

/* user menu              */
.nav-container {
  width: 1000px;
}

.speclist {
  width: 950px;
}

.proflist {
  width: 850px;
}

.dropdown table td, .prof_menu td {
  vertical-align: top;
}

.dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  /*padding: 20px 1000em; */ /* trick from css-tricks comments */
  /*margin: 10px -1000em; */ /* trick from css-tricks comments */
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  background: #edfcff;
  padding: 10px;
  border: 1px solid #0091ff;
  border-radius: 0 10px 10px 10px;
  margin-top: 10px;
}

.dropdown a {
  text-decoration: none;
}

.dropdown a:hover {
  text-decoration: underline;
}

.dropdown th {
  font-weight: 500;
}

.dropdown hr {
  margin-right: 50px;
}

.dropdown ul, .prof_menu ul {
  margin: 0;
  padding: 10px;
  list-style: none;
  font-size: 12px;
  line-height: 20px;
}

#nav > li:hover {
  visibility: visible;
  opacity: 1;
}

#nav > li {
  float: left;
  position: relative;
  list-style: none;
  font-size: 1.2em;
  background: white;
  display: block;
  border: none;
}

#nav > li > a:hover {
  color: red;
}

#nav > li:hover .dropdown {
  position: absolute !important;
  left: 0;
  top: 26px;
  visibility: visible;
  opacity: 1;
}

#nav > li:hover > a {
  text-decoration: underline;
  border: 1px solid #0091ff;
  border-radius: 5px 5px 0 0;
  border-width: 1px 1px 0;
  position: relative;
  z-index: 99;
  background: #edfcff;
}

#nav > li {
  float: left;
  position: relative;
  list-style: none;
  font-size: 1.2em;
  background: white;
  display: block;
  border: none;
}

/* main level link */
#nav > li > a {
  font-size: 1.3em;
  color: #555;
  display: block;
  padding: 7px 15px;
  margin: 0;
  z-index: 51;
  outline: 0;
  background: none;
  background: url("/static/_v1/pd/icons/arrows/drop-down-menu-sm.png") no-repeat scroll right transparent;
  padding-right: 18px;
}

.lputypes {
  width: 700px;
  height: 200px;
}

img[itemprop=logo] {
  max-width: 200px;
  max-height: 200px;
}

.lputypes ul {
  line-height: 20px;
  list-style: none;
  margin: 10px 20px;
  padding: 0;
  vertical-align: top;
}

.lputypes li {
  margin: 0;
  padding: 0;
  line-height: 20px;
}

.lputypes > ul > div {
  border-bottom: 1px solid #999;
  color: #999;
  margin-bottom: 10px;
}

#nav .cnt {
  color: #0091ff;
  font-size: 12px;
}

.bold {
  font-weight: 500;
}

.delimiter {
  border-top: 1px solid #ccc;
}

#metro {
  padding-left: 30px;
}

#metros, #districts {
  width: 217px;
}

.etabs {
  margin: 0;
  padding: 0;
}

.tab {
  background: #eee;
  border: solid 1px #CCC;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  display: inline-block;
  zoom: 1;
  /**display: inline;*/
}

.tab.active {
  background: #fff;
  border-color: #CCC;
  padding-top: 6px;
  position: relative;
  top: 1px;
}

.tab a.active {
  font-weight: 500;
}

.panel-container {
  border: solid #CCC 1px;
  border-radius: 0 4px 4px 4px;
  padding: 10px;
}

.add {
  background: url("/static/_v1/pd/icons/plus/add.png") no-repeat;
  border: 0 !important;
  color: #0071ff;
  font-weight: 500;
  padding: 1px 0 10px 20px;
}

.add:hover {
  background: url("/static/_v1/pd/icons/plus/add-red.png") no-repeat;
}

/* region */
ul.regions {
  padding: 0;
  margin: 0;
}

.regions li {
  list-style: none;
  line-height: 18px;
  border-bottom: 1px solid #ddd;
}

.regions li {
  margin-left: 20px;
}

.regions li a {
  border-color: white;
  display: block;
}

div.regions {
  float: left;
}

div.regions > div {
  width: 295px;
  line-height: 20px;
  font-size: 1.2em;
}

/* doctor */
.doctor_experience h3 {
  margin-bottom: 5px;
}

.doctor_manipulations {
  padding-left: 0;
}

.doctor_manipulations li {
  list-style: none;
}

.doctor_manipulations li a {
  text-decoration: none;
  border-bottom: 1px gray dashed;
}

.doctor_manipulations {
  margin-top: 0;
}

.add_doctor:hover {
  color: #0071ff;
}

#prices td {
  vertical-align: top;
}

.shw span {
  color: #0091ff;
  font-weight: 500;
  border-bottom: 1px dotted blue;
  line-height: 1.5em;
}

.shw span:hover {
  cursor: pointer;
  border-bottom: 1px solid blue;
}

.stepen div {
  margin-bottom: 5px;
}

.stepen {
  background: #EEE none repeat scroll 0% 0%;
  border-radius: 10px;
  width: 220px;
  padding: 8px 15px;
  margin-right: 30px;
  border: 1px solid #DDD;
  height: 60px;
  box-sizing: border-box;
}

.rnd-list {
  height: 9px;
  width: 250px;
}

.rnd-list div {
  float: left;
  margin: 2px 2px 0;
  height: 10px;
}

.rnd-list div.label {
  margin: 0px 15px;
  line-height: 12px;
}

.druginfo {
  margin-bottom: 10px;
  overflow: hidden;
  line-height: 20px;
}

.super tr.header td {
  font-weight: 500;
}

.super {
  border-collapse: separate;
  border-spacing: 0;
  text-shadow: 0 1px 0 #fff;
  color: #2a2a2a;
}

.super td {
  height: 24px;
  line-height: 18px;
  padding: 0 5px;
  box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
  display: table-cell;
}

.super .thead td {
  font-weight: 500;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top: 1px solid #eaeaea;
}

.super th {
  text-align: left;
  padding: 0px 5px;
}

.super .tfoot td {
  border-bottom: 1px solid #dadada;
}

.no_border, .no_border td {
  border: none;
}

/* Lpu */
.i {
  color: #555;
  font-size: 0.8em;
  padding: 10px 0;
  margin-bottom: 10px;
  margin-top: -10px;
  margin-right: 120px;
  padding-left: 40px;
  background: url("/static/_v1/pd/icons/statuses/circle-info-mono.png") no-repeat left transparent;
}

.i .map {
  color: black;
  border-color: black;
}

.no_appointment.red {
  font-weight: normal;
}

a.map {
  border-bottom: 1px dotted #00AA00;
  color: #00AA00;
}

a.map:hover {
  border-bottom: 1px solid #00AA00;
}

.deleted {
  background: url("/static/img/icon/deleted.png") no-repeat transparent;
  margin-left: 100px;
  padding-left: 20px;
}

span.checked {
  background: url("/static/_v1/pd/icons/tick/tick-in-circle.png") no-repeat scroll left center transparent;
  padding: 2px 20px;
  display: inline-block;
}

#site a {
  /*color:#0091ff;*/
  /*border-color:#0091ff;*/
  line-height: 20px;
  text-decoration: none;
  /*font-weight: 500;*/
}

/* metro */
.metro {
  position: relative;
  top: 0.45em;
  float: left;
  margin-right: 5px;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
}

/* eggs  */
.rd {
  background: red;
}

.grn {
  background: #00BB00;
}

div.rating {
  clear: both;
  height: 60px;
  width: 100%;
  margin-bottom: 40px;
}

.val {
  font-weight: 500;
  position: absolute;
  text-align: center;
  top: 30px;
  width: 100%;
  z-index: 6;
}

.drugrate, .ratereply {
  text-decoration: none;
  width: 120px;
}

#drugrate, .ratereply {
  border: 1px solid #0091ff;
  border-radius: 20px;
  /*color: white;*/
  display: block;
  font-size: 1.2em;
  font-weight: 500;
  margin-right: 15px;
  margin-top: 12px;
  padding: 0.3em 1em !important;
  text-align: center;
  height: 30px;
}

.ratereply {
  background-color: #0091FF;
  /*border: 1px solid #0051ff;*/
  color: white;
}

.ratereply:hover {
  background-color: #0091ff;
  border-color: #0091ff !important;
  color: white !important;
  cursor: pointer;
}

.ratereply:hover {
  background-color: #0051FF;
}

.ratereply_pg {
  width: 150px;
  height: 25px;
  font-size: 1em;
  padding: 2px !important;
  float: right;
}

.btn2 {
  background-color: #999;
  background-image: linear-gradient(to bottom, #eee, #bbb);
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #eee), color-stop(100%, #bbb));
  border-radius: 15px;
  border: 1px solid #eee;
  padding: 0.2em 0.5em !important;
  display: block;
  margin-top: 5px;
  text-align: center;
  width: 180px;
}

.btn {
  background-color: #999;
  background-image: linear-gradient(to bottom, #eee, #bbb);
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #eee), color-stop(100%, #bbb));
  border-radius: 15px;
  border: 1px solid #eee;
  margin: 5px 5px 20px 300px;
  padding: 0.3em 1.2em !important;
}

.btn:hover, .btn2:hover {
  background-color: #ccc;
  background-image: none;
  border-color: #eee !important;
  color: black !important;
  cursor: pointer;
}

#photo table {
  width: 100%;
}

#photo img {
  margin: 0 auto;
}

/* ??????? ???????*/
.rate_gallery {
  margin-left: 40px;
}

.rate_img {
  margin: 5px;
  display: inline-block;
}

.rates {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.rates td {
  padding: 0px 0 0 15px;
  padding-top: 3px !important;
  vertical-align: top;
}

.rates > tbody > tr > td:first-child {
  max-width: 80px;
  padding-top: 20px;
  box-sizing: border-box;
}

.rates p {
  margin-right: 10px;
}

.rates img.avatar {
  width: 75px;
}

.rates .author {
  margin-top: 10px;
}

.rates .author > img {
  max-width: 100%;
}

.avatar_50 {
  max-width: 50px;
}

.datetime {
  float: right;
  color: gray;
}

.moder .datetime {
  float: none;
}

.comment br, .comment_plus br, .comment_minus br, .comment2 br, .pd_comment2 br {
  margin-bottom: 10px;
}

.comment, .comment_plus, .comment_minus, .comment2, .pd_comment2 {
  padding-left: 45px;
  font-size: 14px;
  line-height: 18px;
}

.comment_plus {
  background: url("/static/_v1/pd/icons/review/comment-plus.png") no-repeat scroll 25px top transparent;
}

.comment_minus {
  background: url("/static/_v1/pd/icons/review/comment-minus.png") no-repeat scroll 25px top transparent;
}

.comment {
  background: url("/static/_v1/pd/icons/review/comment.png") no-repeat scroll 25px top transparent;
}

/* ??????????? ?? ????? */
.use {
  margin-bottom: 10px;
  padding: 2px;
  text-align: right;
  margin-right: 10px;
}

h2 {
  margin: 5px 0;
}

/* footer */
#footer {
  /*border-top: 1px solid #CCCCCC;*/
  height: 234px;
  margin: 10px auto 0;
  padding-top: 10px;
  position: relative;
  width: 1000px;
}

#footer table {
  width: 90%;
}

#footer table td {
  vertical-align: top;
}

#footer .h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0px;
}

#footer li {
  font-size: 14px;
  list-style: none;
  margin-bottom: 5px;
  text-align: left;
  margin-top: 0px;
}

#footer ul {
  margin: 0 0 0 13px;
  padding: 0;
}

::-webkit-input-placeholder {
  font-size: 12px;
  /*padding-left: 4px;*/
}

::-moz-placeholder {
  font-size: 12px;
  /*padding-left: 4px;*/
}

.search {
  display: inline;
  float: left;
  height: 100%;
  margin: 5px 0px 0px 0px;
  width: 318px;
}

.search > a {
  bottom: 4px;
  font-size: 1.7em;
  font-weight: 400;
  margin: 3px 0 0px 35px;
  position: relative;
}

.search a {
  text-decoration: none;
}

.stats {
  clear: both;
}

.stats table {
  /* width: 700px; */
  font-size: 1.7em;
  margin: 0 auto;
  padding: 10px 0;
}

.stats td {
  padding: 0 20px;
  text-align: left;
}

.stats td:nth-child(odd) {
  padding-right: 110px;
}

/* new doctors and clinics */
.new {
  overflow: hidden;
  padding-bottom: 20px;
  width: 100%;
}

.new > div > div {
  padding-top: 7px;
}

.new a {
  font-weight: 500;
}

/* ??? ?????? */
.review-link {
  font-weight: 500;
  height: 1.4em;
  vertical-align: middle;
}

/* ????? */
/* lpu list */
table.lists {
  width: 100%;
}

table.lists li {
  line-height: 20px;
}

.lists ins {
  margin-top: -18px;
}

.lists td {
  vertical-align: top;
}

.lists td:nth-child(2) {
  width: 336px;
}

.lists td:nth-child(1) {
  padding-right: 10px;
}

.intro {
  /*min-height: 40px;*/
  max-width: 650px;
}

.intro_full {
  max-width: 100%;
}

.nav-up {
  background: url("/static/_v1/pd/icons/arrows/circle-mono-up-sm.png") no-repeat right transparent;
  width: 50px;
  height: 50px;
  z-index: 1;
  display: block;
  float: right;
  border: 0;
  margin-top: -15px;
  opacity: 0.5;
}

.nav-up:hover {
  opacity: 1;
  border: 0;
}

.lpu-list {
  border-collapse: collapse;
  width: 100%;
}

.lpu-list tr + tr:hover {
  background-color: #eee !important;
  cursor: pointer;
}

.lpu-list tr + tr:hover a {
  color: red;
}

.lpu-list td:nth-child(3), .lpu-list th:nth-child(3) {
  text-align: left !important;
  padding-left: 10px;
}

.lpu-list td:nth-child(4) {
  font-size: 1.4em;
}

.lpu-list td a {
  font-weight: 500;
  font-size: 1.4em;
  border-width: 0 !important;
}

.lpu-list a div {
  color: gray;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}

.lpu-list td:nth-child(4), .lpu-list th:nth-child(3) {
  text-align: right;
  width: 150px;
}

.lpu-list td:first-child {
  font-size: 1.5em;
}

.lpulist_name {
  color: #0071FF;
  font-weight: 500;
  position: relative;
  bottom: 3px;
  border-bottom: medium none;
  text-decoration: none;
  font-size: 1.4em;
}

a.lpulist_name:hover {
  color: #0071FF;
  text-decoration: underline;
}

.doctor-list {
  border-collapse: collapse;
  width: 100%;
}

.sort {
  padding: 10px 2px;
  font-weight: 500;
  font-size: 1.2em;
  height: 20px;
  width: 30%;
}

.sort a, .sort div {
  border: 0 !important;
}

.sort a {
  color: gray;
  display: inline-block;
  text-decoration: underline !important;
}

.sort a:hover {
  color: red;
}

.sort div {
  background: url("/static/_v1/pd/icons/arrows/drop-down-sorted.png") no-repeat right transparent;
  color: gray;
  padding-right: 13px;
}

.filters {
  color: gray;
  float: right;
  font-size: 1.2em;
  font-weight: 500;
}

.doctor-list td {
  vertical-align: top;
  width: 30%;
}

.doctor-list td + td {
  padding-left: 25px;
}

.doctor-list ul {
  padding: 0px;
  margin: 0;
}

.doctor-list li {
  list-style: none;
  padding: 6px 2px 0 2px;
  width: 220px;
}

.doctor-list li:hover {
  background-color: #eee;
  cursor: pointer;
}

.doctor-list li.caption:hover {
  background-color: none;
  cursor: default;
}

.doctor-list li:hover a {
  border-bottom: 1px solid red;
  color: red !important;
}

.doctor-list a {
  display: block;
  font-weight: 500;
}

.doctor-list li span {
  float: right;
}

.lpu-list th {
  color: gray;
  font-size: 1.4em;
  padding: 7px;
}

.lpu-list th a:hover {
  color: red;
  cursor: pointer;
}

.lpu-list td {
  border-top: 1px solid #eee;
  text-align: center;
  vertical-align: middle;
  height: 70px;
}

.lpu-list th a {
  border: 0;
  color: gray;
  display: block;
  text-decoration: underline !important;
}

.sorted {
  background: url("/static/_v1/pd/icons/arrows/drop-down-sorted.png") no-repeat right transparent;
  color: gray;
  display: block-inline;
  padding-right: 13px;
}

.mesto {
  color: #AAAAAA;
  font-size: 25px;
  vertical-align: middle;
}

div.circle {
  background: #CD7F32;
  border-radius: 50px/50px;
  color: white !important;
  cursor: help;
  vertical-align: middle;
  width: 50px;
}

.ser, .ser a, a.ser {
  color: #999999;
}

/* ????????? */
.select2-container .select2-choice {
  height: 20px !important;
  line-height: 20px !important;
  margin-top: -2px;
}

.select2-arrow b {
  bottom: 4px !important;
  position: relative !important;
}

.ins_hidden {
  display: none;
}

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#left li.active a {
  color: #EE0000;
}

.moder {
  background: white;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  padding: 0 0 0 10px;
  width: 790px;
  display: inline-block;
}

.moder div {
  font-family: "Inter", "NotoSansGeorgian", "NotoSansArmenian", "Arial", sans-serif;
  margin-bottom: 3px;
  /*color: #0091ff;*/
}

/* ???????? ????????? */
.ask {
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 3px;
}

.interview {
  margin: 10px;
}

/*-----STATIC_PAGES_FROM_FOOTER-----*/
.static_page_wrap p {
  line-height: 18px;
  margin-bottom: 15px;
}

.static_page_wrap table {
  margin: 10px 0;
  line-height: 18px;
  border-collapse: collapse;
}

.static_page_wrap table tr > *:first-child {
  width: 150px;
}

.static_page_wrap table td {
  border-bottom: 1px solid #ccc;
  line-height: 18px;
  padding: 10px 15px;
}

.static_page_wrap table td {
  margin: 0 !important;
}

.ui-widget-header {
  background: #eee !important;
  border-color: #ccc !important;
  padding-left: 20px !important;
}

.tdimg {
  width: 55px;
}

/*.tdimg img {*/
/*max-width: 50px;*/
/*max-height: 50px;*/
/*}*/
.share {
  font-size: 10px;
  margin-top: 10px;
}

.ui-button-text-only .ui-button-text {
  padding: 0.1em 1em 0.2em !important;
  font-size: 1em !important;
}

/*new button delete edit*/
.del, .edit, .bbb {
  font-family: "Inter", "NotoSansGeorgian", "NotoSansArmenian", "Arial", sans-serif;
  border: 1px solid #ccc !important;
  padding: 2px 10px;
  margin: 5px;
  border-radius: 4px;
  background-color: #eee;
  color: #555;
  font-size: 12px;
  font-weight: 500;
}

.del, .edit {
  width: 70px;
  height: 15px;
}

.bbb {
  font-size: 1.2em;
  text-decoration: none;
}

input[type=submit].del, input[type=submit].edit {
  height: 21px !important;
  width: 70px !important;
  position: relative;
  bottom: 1px;
}

.del:hover, .edit:hover, .bbb:hover {
  background-color: #DDD;
  cursor: pointer;
  color: black;
}

.errors {
  color: red;
}

input[type=text].error, input[type=email].error, .input_error {
  border: 1px solid red !important;
}

.lpu-info td:first-child {
  vertical-align: top;
}

#doctor-card {
  width: 360px;
}

#doctor-card td {
  vertical-align: top;
}

ul.lastrates {
  padding-left: 0px;
  margin: 10px 10px 10px 0;
  list-style: none;
}

.lastrates li {
  padding-bottom: 15px;
  padding-right: 20px;
  box-sizing: border-box;
  max-width: 50%;
  float: left;
}

.lastrates li:nth-child(odd) {
  clear: both;
}

.lastrates blockquote {
  color: gray;
  margin-top: 5px;
  display: inline;
}

.lastrates a {
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.lastrates div:not(:last-child) {
  float: left;
}

.lastrates .rate_text {
  font-style: italic;
}

.lastrates .rate_quote {
  width: 360px;
  float: left;
}

.lastrates blockquote {
  margin-left: 5px;
}

.lastrates .avatar_container {
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 38px;
  display: inline-block;
  float: left;
  text-align: center;
  margin: 0 25px 0 0;
  overflow: hidden;
}

.lastrates .avatar_container img {
  max-width: 75px;
  cursor: pointer;
}

.lastrates .rate_date {
  text-align: right;
  float: right !important;
  color: gray;
}

blockquote:before {
  content: "«";
}

blockquote:after {
  content: " »";
}

/* feedback  */
form#feedback {
  display: none;
}

.row {
  margin-bottom: 10px;
}

.row .label {
  display: inline-block;
  width: 120px;
}

.row input[type=text] {
  padding: 2px 5px;
  width: 564px;
  display: inline-block;
  vertical-align: baseline;
}

.row textarea {
  display: inline-block;
  width: 570px !important;
  vertical-align: top;
}

form input[type=submit] {
  display: block;
  margin-top: 5px;
  cursor: pointer;
}

/* lpu home */
/* town lputypes map */
.loading {
  color: #9b9b9b;
}

.anonym {
  background: url(/media/img/anonym.jpg) no-repeat;
  height: 70px;
  width: 48px;
}

.datetime[data] {
  cursor: pointer;
}

/* Rates */
.rate_time {
  font-size: 0.8em;
  text-decoration: none !important;
}

#ifr_detail_rate {
  height: 780px;
}

/*.send_rate button {*/
/*width: 150px;*/
/*height: 30px;*/
/*font-size: 1.2em;*/
/*font-weight: 500;    */
/*background: #808C9A;*/
/*color: white;*/
/*border-radius: 20px;    */
/*border-width: 0px;*/
/*}*/
/*.send_rate button:hover {*/
/*cursor: pointer;*/
/*background: #0071ee;*/
/*}*/
.add_photo {
  font-size: 0.9em;
}

.error_text {
  visibility: hidden;
  background-color: red;
  display: inline-block;
  border: 1px solid #da0000;
  color: #ffffff;
  padding: 4px;
  /*width: 280px;*/
  font-weight: 500;
}

.error_mark {
  background-color: red;
  border: 1px solid #da0000;
  color: #ffffff;
  padding: 2px;
  /*width: 102px;*/
  font-weight: 500;
  font-size: 0.9em;
}

.error_mark {
  display: none;
}

.delete_image {
  border-bottom: none;
}

#diagnostics_tab_container .tab.active {
  background: whitesmoke;
}

#id_text, #id_comment, #id_comment_plus, #id_comment_minus {
  width: 98%;
}

div.txt {
  width: 105px !important;
}

.draft_status_container {
  /*position: absolute;*/
  /*right: 10px;*/
  float: right;
  width: 200px;
}

.draft_status {
  background-color: #e9e9e9;
  background-image: url("/static/_v1/pd/icons/save-icon.png");
  background-repeat: no-repeat;
  background-position: 1% 50%;
  border: 1px solid gray;
  border-radius: 10px;
  display: inline-block;
  width: 140px;
  height: 30px;
  text-align: center;
  /*line-height: 30px;*/
  padding-left: 20px;
  vertical-align: middle;
}

.delete_draft {
  border-bottom: none;
}

.delete_draft img {
  vertical-align: middle;
}

.tooltip_button {
  width: 50px;
  margin-top: 10px;
}

.rate_status {
  color: white;
  font-weight: 500;
  padding: 3px;
  position: absolute;
  left: 40%;
  /*margin: 0 auto;*/
  text-align: center;
  top: 0;
}

.rate_status_moderation {
  background-color: blue;
  width: 130px;
}

.rate_status_rejected {
  background-color: red;
  width: 100px;
}

.add_photo {
  font-size: 0.9em;
}

.error_text {
  visibility: hidden;
  background-color: red;
  display: inline-block;
  border: 1px solid #da0000;
  color: #ffffff;
  padding: 4px;
  /*width: 280px;*/
  font-weight: 500;
}

.error_mark {
  background-color: red;
  border: 1px solid #da0000;
  color: #ffffff;
  padding: 2px;
  /*width: 102px;*/
  font-weight: 500;
  font-size: 0.9em;
}

.error_mark {
  display: none;
}

.image_list {
  max-width: 420px;
  height: 50px;
  margin-top: 5px;
}

.delete_image {
  border-bottom: none;
}

/* paginator */
.pager {
  padding: 20px 0 20px 40px;
}

.pager a {
  border: 1px solid #0091ff;
  color: #0091ff;
}

.pager a, .pager .current {
  margin: 3px;
  text-decoration: none;
  line-height: 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 5px;
  font-weight: 500;
  font-size: 1.1em;
  background-color: white;
}

.pager .current {
  color: #444;
  border: 1px solid #ddd;
}

.ellipsis {
  font-weight: 500;
  font-size: 1.5em;
  color: #0091ff;
  margin: 3px;
}

.positive, .negative, .normal {
  display: inline-block;
  height: 20px;
  width: 100px;
  border-radius: 5px;
}

.positive span, .negative span, .normal span {
  font-size: 1.3em;
}

.positive {
  background: rgb(204, 255, 204);
}

.negative {
  background-color: red;
}

.normal {
  background-color: yellow;
}

.rates .block {
  position: relative;
}

.avg_rate {
  background-color: #0091ff;
  height: 25px;
  width: 40px;
  border-radius: 5px;
  display: inline-block;
  color: white;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 5px;
}

.pd_avg_text {
  color: #0091ff;
  font-size: 1.2em;
  font-weight: 500;
}

.tabs {
  text-align: right;
  padding-right: 15px;
}

.tabs li {
  margin-right: 3px;
}

.lpu_address {
  position: relative;
}

.lpu_address .address {
  display: inline-block;
  max-width: 65%;
  font-size: 1.3em;
}

/* General hover styles */
.mainpage {
  width: 100%;
}

.mainpage td {
  height: 100px;
}

.mainpage > div > div {
  /*width: 85%;*/
  height: 80%;
}

.mainpage > div > div > div {
  margin-left: 90px;
  position: relative;
  top: 20px;
}

.mainpage ul {
  margin: 10px 0 0 10px;
  padding: 0;
}

.mainpage > div {
  float: left;
  width: 250px;
}

.mainpage span:not(.select2-chosen) {
  line-height: 20px;
  font-size: 25px;
}

.mainpage .block {
  border-radius: 15px;
  height: 100px;
}

.mainpage img {
  margin: 10px;
}

.mainpage a {
  color: red;
  border-color: red;
}

.mainpage .blue_link a, .mainpage .blue_link h2 {
  color: #0091ff;
  border-color: #0091ff;
}

.mainpage_pharm_groups_container {
  display: table;
  width: 100%;
}

.balance {
  position: relative;
  /*margin-left: 499x;*/
}

#find_place, #find_drug {
  padding-right: 20px;
}

.finddiv_main #find_drug {
  width: 925px;
}

.finddiv #find_place {
  width: 180px;
  height: 25px;
  margin-left: 3px;
}

#find_place ~ .tt-menu {
  width: 250px;
  margin-left: 10px;
}

.finddiv button {
  background-color: #0091ff;
  color: white;
  font-weight: 500;
  height: 25px !important;
  border-width: 0;
  z-index: 3;
  vertical-align: top;
  margin: 0 0 0 3px;
}

.finddiv input[type=text]:focus {
  border-color: #0071ff;
}

.find_doctor_fio {
  width: 200px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.find_doctor_speclist {
  width: 135px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*input, textarea {*/
/*outline: none;*/
/*}*/
/*input:active, textarea:active {*/
/*outline: none;*/
/*}*/
/*:focus {*/
/*outline: none;*/
/*}*/
.orangered {
  color: orangered !important;
  font-size: 1.4em !important;
}

.prof_menu li > div {
  padding-left: 20px;
  color: #999;
}

.prof_menu a {
  text-decoration: underline;
  color: #999;
}

.prof_menu li > a {
  color: #0091ff;
}

.prof_menu a:hover, .prof_menu li > a:hover {
  color: red !important;
}

/* Drugrate */
.doctor_drugrate {
  padding: 10px 0;
  display: table;
  border-top: 1px solid #CDCDCD;
}

.doctor_drugrate > div {
  vertical-align: top;
  display: table-cell;
}

.doctor_drugrate_avatar {
  width: 130px;
  min-height: 50px;
  text-align: center;
}

.doctor_drugrate_avatar img {
  max-width: 50px;
  max-height: 75px;
}

.doctor_drugrate_name, .doctor_drugrate_rating {
  font-size: 1.5em;
  padding-right: 10px;
  white-space: nowrap;
}

.doctor_drugrate_rheader {
  min-width: 120px;
  line-height: 16px;
  display: inline-block;
}

.doctor_drugrate_rates {
  width: 229px;
}

.doctor_drugrate_text {
  padding-top: 25px;
  width: 600px;
  position: relative;
  padding-bottom: 20px;
}

.doctor_drugrate_text blockquote {
  margin: 0;
  font-style: italic;
}

.doctor_drugrate_all_rates {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #0071FF;
}

.doctor_drugrate_all_rates a {
  color: #0071FF;
}

.doctor_drugrate_all_rates a:hover {
  color: red;
}

.ui-widget-overlay {
  background: #333 !important;
  opacity: 0.7 !important;
  filter: Alpha(Opacity=0);
}

.rates .block a {
  color: #0091FF;
  font-weight: 500;
}

.ita {
  font-style: italic;
}

span.stars {
  float: right;
  margin-right: 20px;
}

span.stars, span.stars span {
  display: block;
  width: 120px;
  height: 24px;
  background: transparent url("/static/_v1/pd/icons/old-stars/star-off.png") repeat-x scroll 0px 0px;
}

span.stars span {
  background: transparent url("/static/_v1/pd/icons/old-stars/star-on.png") repeat-x scroll 0px 0px;
}

.lpu-list span.stars, .drug-right span.stars {
  float: none !important;
}

span.stars16 {
  float: none;
}

span.stars16, span.stars16 span {
  width: 80px;
  height: 16px;
  background: transparent url("/static/_v1/pd/icons/old-stars/star-16-off.png") repeat-x scroll 0px 0px;
}

span.stars16 span {
  background: transparent url("/static/_v1/pd/icons/old-stars/star-16-on.png") repeat-x scroll 0px 0px;
}

.save_confirmed {
  background: url("/static/_v1/pd/icons/tick/auth-list.png") no-repeat right center;
}

.save_confirm_container {
  display: inline-block;
  width: 20px;
}

.to_excel, .to_excel:hover {
  float: right;
  background-color: #0091FF;
  color: white;
  border: 1px solid #0071FF;
}

.h1_page_num {
  color: gray;
  font-size: 0.6em;
  font-weight: normal;
  padding-left: 18px;
}

.h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 5px 0;
}

.left0 {
  margin-left: 0 !important;
}

.block_main a.select2-choice {
  height: 30px !important;
  line-height: 30px !important;
  font-size: 1.2em;
}

.block_main .select2-arrow b {
  background-position: 7px 6px !important;
}

.block_main .select2-container .select2-choice .select2-arrow {
  width: 30px !important;
}

.block_main {
  padding: 15px 50px;
}

.mainpage_h1 {
  margin-top: 50px;
  text-align: center;
}

.tt-menu {
  background: white none repeat scroll 0% 0%;
  width: 100%;
  max-height: 510px;
  overflow-y: auto;
  border: 1px solid #aaa;
  margin-top: 3px;
  border-radius: 5px;
  box-shadow: 0 7px 13px #AAA;
}

.tt-suggestion {
  padding: 5px 10px;
  border-top: 1px solid #ccc;
  cursor: pointer;
}

.tt-cursor {
  background-color: #EEE !important;
}

.tt-dataset:not(:first-child) {
  border-top: 1px solid red;
}

.tt-suggestion img, #tab-best > div img {
  max-height: 30px;
  max-width: 20px;
  vertical-align: middle;
  padding-right: 5px;
  width: 20px;
  display: inline-block;
}

.tt-suggestion img ~ span, #tab-best > div img ~ span {
  vertical-align: middle;
}

.find_subways {
  background-size: 20px !important;
  padding-left: 35px;
}

.find_subways {
  background: url("/static/_v1/pd/icons/pins/pin-gray.png") no-repeat 10px center;
}

.find_all {
  color: #0071FF;
  font-weight: 500;
  text-align: center;
  background-color: whitesmoke;
}

/*.find_all:hover {*/
/*color: white;*/
/*background-color: #0071ff;*/
/*}*/
/*.tt-suggestion.find_doctor, .tt-suggestion.find_lpu {*/
/*padding: 3px 10px;*/
/*}*/
.vertical_tabs {
  overflow: hidden;
  border: 1px solid #ccc;
  display: table;
  width: 100%;
  border-radius: 4px;
}

.vertical_tabs > ul {
  width: 160px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #F3F6FA;
  display: table-cell;
  vertical-align: top;
}

.vertical_tabs > ul li {
  background: none;
  width: 190px;
  margin: 0;
  padding: 0 !important;
  text-align: left;
  border-radius: 0;
  border: 0;
}

.vertical_tabs > ul li a {
  display: block;
  outline: none;
  line-height: 15px;
  padding: 10px;
}

.vertical_tabs > ul li a:hover {
  text-decoration: underline;
}

.vertical_tabs > ul li.active {
  background: #fff;
  position: relative;
  top: 0;
  border-right: none;
  border-left: none;
  border-top: 1px solid rgb(204, 204, 204);
  border-bottom: 1px solid rgb(204, 204, 204);
  z-index: 10;
}

.vertical_tabs > ul li.active:last-child, .vertical_tabs > ul li.active:first-child {
  border-top: none;
}

.vertical_tabs > ul li.active:last-of-type {
  position: relative;
  top: 1px;
}

.vertical_tabs > ul li:first-child.selected-tab {
  border-top: none;
}

.vertical_tabs > ul li a.selected-tab {
  font-weight: 500;
  text-decoration: none;
}

.vertical_tabs .panel-container {
  padding: 20px 30px;
  background-color: white !important;
  border: none;
  margin-left: 160px;
  border-radius: 0;
  border-left: 1px solid #ccc;
  display: table-cell;
  position: relative;
  right: 1px;
  z-index: 1;
}

.vertical_tabs .panel-container > div {
  margin-top: -75px;
  padding-top: 60px;
}

#tab-best > div:first-of-type {
  margin-top: 10px;
}

#tab-best > div {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}

#tab-best > div:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

#tab-best > div:hover {
  background-color: #eee;
}

#tab-best > div a {
  display: block;
  text-decoration: none;
}

#tab-best > div img ~ span.find_doctor_speclist {
  width: 500px !important;
}

#tabs_search .categories {
  width: 100%;
}

#tabs_search .categories .cnt {
  margin-left: 5px;
}

.town_time {
  color: #3f86ff;
}

.phone_number_profile {
  padding-left: 5px !important;
}

.mobile_operator_img {
  max-width: 50px;
}

.patient_mobile {
  font-size: 0.9em;
}

.doctor_spec_text {
  column-count: 2; /* Chrome, Safari, Opera */ /* Firefox */
  column-gap: 40px;
  margin-top: 20px;
}

.doctor_spec_text img {
  width: 100%;
  margin-bottom: 15px;
}

.doctor_spec_text h3:first-child,
.doctor_spec_text p:first-child {
  margin-top: 0;
}

.doctor_spec_text h3 {
  display: inline-block;
  margin: 0;
}

.doctor_spec_text ul {
  margin: 5px 0;
  line-height: 12px;
}

.h2_rating {
  margin-left: 10px;
  margin-top: 20px;
  display: inline-block;
}

.h2_rating_doctorlist {
  display: block;
}

.new_lpuset_lpu_name {
  width: 100%;
}

/* Lpu tabs */
.lpu_tabs {
  margin: 0 !important;
  padding: 0;
  display: table;
  width: 1000px;
}

.pseudo_h1 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}

.pseudo_h1 div {
  font-size: 12px;
  font-weight: normal;
}

h2#phones {
  margin-top: 40px;
}

.rates_type_filter a {
  display: inline-block;
  text-decoration: none;
}

.rates_type_filter a.active {
  color: black;
  cursor: default;
}

.rates_filters {
  width: 215px;
  float: right;
  font-size: 1.2em;
}

/*.rates_filters {*/
/*margin-top: 20px;*/
/*}*/
.rates_year_filter label {
  display: block;
}

.rates_year_filter input {
  vertical-align: bottom;
}

.filters_header {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.filters_header:not(:first-child) {
  margin-top: 10px;
}

.filters_container label {
  font-size: 14px;
  max-width: 190px;
  display: inline-block;
}

.lpulist_lputype label {
  max-width: 175px;
}

.rates_year_filter a.checked ~ label,
.rates_type_filter a.checked ~ label {
  font-weight: 500;
  color: #0091ff;
}

.filters_container {
  border: 1px solid #ccc;
  padding: 0;
  border-radius: 4px;
  webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.filters_container > div:not(:first-child) {
  border-top: 1px solid #ccc;
}

.filters_container > div {
  margin: 0 10px;
  padding: 10px 0;
}

.hidden {
  display: none;
}

.lpu_set {
  margin-top: 15px;
}

.lpu_set a {
  color: #0091FF;
  font-weight: 500;
  text-decoration: none;
  margin-left: 10px;
}

a.show_all_button {
  display: block;
  font-size: 18px;
  color: #0091ff;
  border: 1px solid #0091ff;
  width: 300px;
  font-weight: normal;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  text-decoration: none;
  margin: 10px 0 40px 0;
}

a.show_all_button:hover {
  color: #0071ff;
  border: 1px solid #0071ff;
  background-color: #fafafa;
}

.doctor_education, .doctor_courses {
  padding-left: 0;
}

.doctor_education li, .doctor_courses li {
  list-style: none;
}

.doctor_education li > span, .doctor_courses li > span {
  margin-left: 10px;
}

#main .rates > tbody > tr:first-child > td,
#rates .rates > tbody > tr:first-child > td {
  border: 0;
}

.rates td.border_top {
  padding-bottom: 5px;
}

/* Ratereply */
.ratereply_img {
  max-height: 50px;
  max-width: 50px;
}

.ratereply_img_container {
  margin-left: 45px;
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.ratereply_img_container, .moder {
  margin-top: 5px;
}

.ajax_overlay {
  display: none;
  background-color: white;
}

.ajax_overlay.active {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1000;
  width: 100%;
  opacity: 0.35;
}

.town_vrach_head {
  width: 700px;
  float: left;
}

.sticky_top {
  display: block !important;
}

.blue_button {
  width: auto;
  height: auto;
  vertical-align: middle;
  background-color: #0091ff;
  color: white;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  padding: 9px 38px;
  text-decoration: none;
  border: none;
  margin-bottom: 5px;
}

.blue_button:hover {
  background: #0081e2 !important;
}

.view_as_link {
  background: none;
  background-color: transparent;
  color: black;
  border: none;
  padding: 0;
  display: inline;
  text-decoration: underline;
  outline: none;
}

.view_as_link:hover {
  background: none;
  background-color: transparent;
  color: red;
  cursor: pointer;
}

.rate_doc_preview {
  max-width: 100px;
}

.find_drug .rates_count {
  color: #999;
  float: right;
  vertical-align: middle;
  margin-top: 3px;
}

.rate_status_history {
  background: url("/static/_v1/pd/icons/search/search-eye.png") left center no-repeat;
  padding-left: 30px;
  height: 24px;
  line-height: 18px;
  width: 100px;
  position: absolute;
  top: 0;
  right: 250px;
}

.rate_status_history > span {
  border-bottom: 1px dotted black;
  cursor: pointer;
}

.rate_status_history_lpuset {
  top: -7px;
}

.rates tr > td {
  position: relative;
}

.tooltip_templates {
  display: none;
}

.text_shares_article {
  font-size: 14px;
  line-height: 1.5;
}

.text_shares_article ol {
  margin-top: 0;
}

a.help_tooltipster {
  display: inline-block;
  width: 24px;
  background: url("/static/_v1/pd/icons/tooltipster-question-mark.png") no-repeat scroll center bottom;
  height: 13px;
  position: relative;
  top: 1px;
}
/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */ /* webkit */ /* firefox */
  box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#ffffff", endColorstr = "#eeeeee", GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

html[dir=rtl] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee", GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

html[dir=rtl] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("/static/_v1/pd/library-override/select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#eeeeee", endColorstr = "#cccccc", GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir=rtl] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/static/_v1/pd/library-override/select2.png") no-repeat 0 1px;
}

html[dir=rtl] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  background: #fff url("/static/_v1/pd/library-override/select2.png") no-repeat 100% -22px;
  background: url("/static/_v1/pd/library-override/select2.png") no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir=rtl] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url("/static/_v1/pd/library-override/select2.png") no-repeat -37px -22px;
  background: url("/static/_v1/pd/library-override/select2.png") no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-search input.select2-active {
  background: #fff url("/static/_v1/pd/library-override/select2-spinner.gif") no-repeat 100%;
  background: url("/static/_v1/pd/library-override/select2-spinner.gif") no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ffffff", GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ffffff", GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir=rtl] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url("/static/_v1/pd/library-override/select2-spinner.gif") no-repeat 100%;
}

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir=rtl] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

html[dir=rtl] .select2-container-multi .select2-choices li {
  float: right;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  box-shadow: none;
  background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("/static/_v1/pd/library-override/select2-spinner.gif") no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#f4f4f4", GradientType=0);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

html[dir=rtl] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("/static/_v1/pd/library-override/select2.png") right top no-repeat;
}

html[dir=rtl] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

html[dir=rtl] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url("/static/_v1/pd/library-override/select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
#menu_line {
  box-shadow: 0 40px 50px -10px rgba(0, 0, 0, 0.05);
  height: 41px;
  background: white;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
  z-index: 99999;
  padding-top: 5px;
}

#nav2 {
  margin: 0 auto;
  width: 980px;
  height: 30px;
  display: block;
  /*background-color: rgb(0, 145, 255);*/
  border-radius: 4px;
  padding: 5px 5px 0px 15px;
  position: relative;
  right: 9px;
}

#nav2 > li:hover {
  visibility: visible;
  opacity: 1;
}

#nav2 > li.finddiv {
  float: right;
}

#nav2 > li {
  float: left;
  position: relative;
  list-style: none;
  display: block;
}

.pharm_tags_cols .cnt {
  color: #0091ff;
  font-size: 12px;
  margin-left: 5px;
}

#nav2 .cnt {
  color: gray;
  font-size: 12px;
  margin-left: 5px;
}

#nav2 > li:hover .dropdown {
  position: absolute !important;
  left: 0;
  top: 26px;
  visibility: visible;
  opacity: 1;
}

#nav2 > li.no_menu:not(.active) > a:hover {
  color: #0091ff !important;
  height: 25px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#nav2 > li.active nav {
  margin-top: -1px;
}

#nav2 > li:hover > a {
  text-decoration: none;
  border-width: 1px 1px 0;
  position: relative;
  z-index: 99;
  color: white;
}

#nav2 > li:not(:last-child) {
  float: left;
  position: relative;
  list-style: none;
  font-size: 1.2em;
  display: block;
  border: none;
}

#nav2 > li > a {
  font-weight: 500;
  color: #0091ff;
  display: block;
  margin: 0;
  z-index: 51;
  outline: 0;
  text-decoration: none;
  padding-right: 18px;
  position: relative;
}

#nav2 > li:not(:last-child) > a {
  padding: 0 10px;
}

#nav2 > li:not(.finddiv) > a {
  border: 1px solid white;
  line-height: 25px;
  color: #0091ff;
  font-size: 18px;
  cursor: pointer;
  top: 1px;
}

#nav2 > li.active > a {
  height: 30px;
  background-color: white;
  color: #0091ff !important;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#nav2 > li:not(.finddiv) > a {
  font-size: 14px;
}

#town_services {
  height: 265px;
}

#town_lputypes {
  height: 270px;
}

.town_vrach_all > ul > li, #town_services > ul > li, #town_lputypes > ul > li {
  max-width: 200px;
}

.nav {
  height: 300px;
  display: none;
  z-index: 15;
  background: white;
  margin: 0 auto;
  position: relative;
  border: 1px solid #ccc;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
}

.nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav > ul > li {
  padding: 0;
  border-bottom: 1px solid #fff;
  display: block;
}

.nav > ul > li > a {
  text-decoration: none;
}

.nav > ul > li a {
  line-height: 24px;
  text-decoration: none;
}

.nav ul ul {
  display: none;
  position: absolute;
  top: 20px;
  left: 200px;
  border-left: 1px solid #ccc;
  height: 92%;
  list-style: none;
}

#nav2 .nav ul {
  padding: 15px;
}

.town_vrach_all ul ul {
  column-count: 3;
}
@charset "UTF-8";
/*!
 * Quill Editor v1.2.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  /*
  На pd используется глобальный шрифт Inter 400 (не жирный) и 500 (жирный).
  Эта строчка переопределяла шрифт на другой, у которого не такие 'жирности',
  поэтому её стоит убрать из стилей и использовать глобальный шрифт.
  font-family: Helvetica, Arial, sans-serif;
  */
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor {
  box-sizing: border-box;
  cursor: text;
  line-height: 1.42;
  /*height: 100%;*/
  height: 400px;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

.ql-editor ul > li::before {
  content: "•";
}

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}

.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before {
  content: "☑";
}

.ql-editor ul[data-checked=false] > li::before {
  content: "☐";
}

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
  text-align: right;
  margin-right: 0.3em;
  margin-left: -1.5em;
}

.ql-editor li.ql-direction-rtl::before {
  text-align: left;
  margin-left: 0.3em;
}

.ql-editor ol li,
.ql-editor ul li {
  padding-left: 1.5em;
}

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-num;
}

.ql-editor ol li:before {
  content: counter(list-num, decimal) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
  background-color: #000;
}

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #f90;
}

.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #06c;
}

.ql-editor .ql-bg-purple {
  background-color: #93f;
}

.ql-editor .ql-color-white {
  color: #fff;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #f90;
}

.ql-editor .ql-color-yellow {
  color: #ff0;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #06c;
}

.ql-editor .ql-color-purple {
  color: #93f;
}

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
  font-size: 0.75em;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

.ql-editor .ql-align-center {
  text-align: center;
}

.ql-editor .ql-align-justify {
  text-align: justify;
}

.ql-editor .ql-align-right {
  text-align: right;
}

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  pointer-events: none;
  position: absolute;
}

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}

.ql-snow * {
  box-sizing: border-box;
}

.ql-snow .ql-hidden {
  display: none;
}

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}

.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}

.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

.ql-snow .ql-empty {
  fill: none;
}

.ql-snow .ql-even {
  fill-rule: evenodd;
}

.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

.ql-snow .ql-transparent {
  opacity: 0.4;
}

.ql-snow .ql-direction svg:last-child {
  display: none;
}

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

.ql-snow .ql-editor h1 {
  font-size: 2em;
}

.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}

.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}

.ql-snow .ql-editor h4 {
  font-size: 1em;
}

.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}

.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}

.ql-snow .ql-editor a {
  text-decoration: underline;
}

.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

.ql-snow .ql-editor code {
  font-size: 85%;
  padding-bottom: 2px;
  padding-top: 2px;
}

.ql-snow .ql-editor code:before,
.ql-snow .ql-editor code:after {
  content: " ";
  letter-spacing: -2px;
}

.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

.ql-snow .ql-editor img {
  max-width: 100%;
}

.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  /*right: 0;*/
  top: 50%;
  width: 18px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}

.ql-snow .ql-picker.ql-header {
  width: 98px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Обычный";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Заголовок 1";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Заголовок 2";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Заголовок 3";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Заголовок 4";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Заголовок 5";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Заголовок 6";
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

.ql-snow .ql-picker.ql-font {
  width: 108px;
}

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

.ql-snow .ql-picker.ql-size {
  width: 98px;
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Нормальный";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Маленький";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Большой";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Огромный";
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
}

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

.ql-snow .ql-tooltip::before {
  content: "Укажите адрес страницы:";
  line-height: 26px;
  margin-right: 8px;
}

.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Редактировать";
  margin-left: 16px;
  padding-right: 8px;
}

.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Удалить";
  margin-left: 8px;
}

.ql-snow .ql-tooltip a {
  line-height: 26px;
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: "Сохранить";
  padding-right: 0px;
}

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Введите ссылку:";
}

.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Введите формулу:";
}

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Введите видео:";
}

.ql-snow a {
  color: #06c;
}

.ql-container.ql-snow {
  border: 1px solid #ccc;
}

.ql-active > strong {
  color: #06c !important;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
.button-reset {
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
  background: none;
  border: none;
  line-height: initial;
  font-size: initial;
  font-family: inherit;
  padding: 0;
  text-align: left;
  border-radius: initial;
  cursor: pointer;
}
.button-reset:focus {
  outline: none;
}
.button-reset_hover:hover {
  background-color: transparent;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable-next-line  scss/at-mixin-pattern */
.b-header {
  font-family: "Inter", "NotoSansGeorgian", "NotoSansArmenian", "Arial", sans-serif;
  letter-spacing: 0.02em;
}
.b-header__container {
  display: flex;
  justify-content: space-between;
  padding: 32px 0 12px;
  align-items: center;
}
.b-header__town {
  flex: 1;
}
.b-header__logo {
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.b-header__logo-img {
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
  display: block;
  margin: 0;
  height: 36px;
  width: 236px;
  background-size: contain;
}
.b-header__logo-stat {
  font-size: 16px;
  color: #424B58;
  text-align: center;
  font-weight: 500;
  margin-top: 2px;
}
.b-header__account {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.b-header__search {
  z-index: 110;
  position: relative;
}
.b-header .cart-icon {
  position: relative;
}
.b-header .add-point-to-cart {
  position: absolute;
  min-height: 14px;
  bottom: 17px;
  left: 10px;
  padding: 2px 7px;
  color: #FFFFFF;
  background-color: red;
  border-radius: 10px;
}

[data-ff-pd-redesign-header=False] .b-header__search {
  margin-bottom: 24px;
}

[data-ff-pd-redesign-header=False] .b-header__container {
  padding: 32px 0 24px;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-choose-login-type__login-type {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.b-choose-login-type__login-type:first-child {
  border-bottom: 1px solid #D8D8D8;
}
.b-choose-login-type__content {
  width: 259px;
}
.b-choose-login-type__layer {
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.07), 0 2px 14px rgba(0, 0, 0, 0.06), 0 4px 5px rgba(0, 0, 0, 0.1);
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable-next-line  scss/at-mixin-pattern */
.b-container {
  width: 960px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .b-container {
    width: 1120px;
  }
}
.b-container_margin_bottom {
  margin-bottom: 32px;
}
.b-container_fonts {
  font-family: "Inter", "NotoSansGeorgian", "NotoSansArmenian", "Arial", sans-serif;
}
.b-container_bg_white {
  background: #FFFFFF;
  padding: 24px;
  position: relative;
  box-shadow: 0 15px 20px rgba(151, 158, 167, 0.1);
  border-radius: 5px;
}
.b-container_half_width {
  width: 555px;
  margin: 0;
}
@media (min-width: 1200px) {
  .b-container_half_width {
    width: 570px;
  }
}

.b-slider-container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1200px) {
  .b-slider-container {
    width: 1160px;
  }
}
.b-slider-container__preloader {
  position: absolute;
  height: 320px;
  width: 100%;
  background: #FFFFFF url("/static/_v1/pd/gif/town-slider-preloader.gif") no-repeat center/15%;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.footer {
  margin: 10px 0;
  padding: 10px 0 5px;
}

td.footer > div {
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Inter", "NotoSansGeorgian", "NotoSansArmenian", "Arial", sans-serif;
  font-size: 14px;
  margin: 0;
  overflow-x: hidden;
}

.footer__block {
  clear: both;
  padding: 0;
  width: 1140px;
  margin: 0 auto;
}

.footer__block_position {
  position: relative;
}

.footer__content {
  height: 234px;
  margin: 10px auto 0;
  padding-top: 10px;
  position: relative;
  width: 1000px;
}

.footer__metr {
  float: right;
  z-index: 5;
}

.footer__metr a {
  border: 0;
}

.footer__metr img:hover {
  cursor: pointer;
}

.footer__sidebar {
  width: 88px;
  display: inline-block;
  right: 0;
  top: 0;
  position: absolute;
}

.footer__links {
  width: calc(100% - 40px);
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.footer__link {
  display: inline-block;
  line-height: 16px;
  font-size: 15px;
  text-decoration: none;
  margin-top: 4px;
}

.footer__link:hover,
.footer__link:focus {
  color: #FF4A37;
}

.footer__link-btn {
  display: inline-block;
  line-height: 16px;
  font-size: 15px;
  text-decoration: none;
  margin-top: 4px;
  border: 0;
  padding: 0;
  height: 17px;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
}

.footer__link-btn:hover {
  color: red;
  background: transparent;
}

.footer__warning {
  box-sizing: content-box;
  background-image: url("/static/_v1/pd/icons/plus-18.png");
  background-position: center;
  background-position-x: 0;
  background-size: 32px;
  background-repeat: no-repeat;
  padding-left: 40px;
  padding-top: 7px;
  height: 25px;
  margin-bottom: 20px;
}

.footer__links-column {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
  vertical-align: top;
}

.footer__links-column br {
  display: none;
}

.footer__links-column-title {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}

.footer__smi {
  margin-bottom: 20px;
}

.footer__age {
  margin-top: 20px;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}

.footer__certificates-wrap {
  padding-right: 20px;
}

.footer__certificates-img-wrap {
  height: 100px;
  width: 120px;
  background-color: white;
}

.footer__certificates-img {
  width: 100%;
  height: 100%;
  background-image: url("/static/_v1/pd/documents/organization/issn-probolezny-barcode.png");
  background-repeat: no-repeat;
  background-size: 111px;
  background-position: center;
}

.footer__img {
  width: 72px;
  height: 87px;
  background-image: url("/static/_v1/pd/logos/ru-reestr-programs.png");
  background-size: contain;
}

@media (max-width: 1199px) {
  .footer__block {
    width: 960px;
  }
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-footer__menu-item {
  color: #424B58;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  background-color: transparent;
  border-style: none;
  padding: 0;
}
.b-footer__menu-item:hover {
  text-decoration: underline;
}
.b-footer__menu-item:visited {
  color: #424B58 !important;
}
.b-footer .ui-btn[type=submit] {
  text-decoration: none !important;
  text-align: start;
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-weight: 400;
  text-shadow: none;
  box-shadow: none;
  color: inherit;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.adminka {
  margin: 0 0.3em;
  font-size: 14px;
  text-decoration: underline;
  border: 0;
  cursor: pointer;
  background-color: yellow;
}
.adminka:hover, .adminka:focus {
  color: #FF4A37;
}
.adminka_absolutely-positioned {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  margin: 0;
  padding: 4px 8px;
}
.adminka_no-background {
  background-color: transparent;
}

.adminka-box {
  padding: 20px;
  border-radius: 4px;
  background-color: yellow;
}

.adminka-box input,
.adminka-input {
  padding: 4px 8px;
  background: #FFFFFF;
  border: 1px solid #8DA2BA;
  border-radius: 4px;
}

.adminka-btn,
.adminka-select {
  border-radius: 3px;
  padding: 1px 6px;
  border: 1px solid gray;
  background-color: whitesmoke;
}

.adminka-select {
  -webkit-appearance: auto;
          appearance: auto;
}
.content {
  width: 800px;
  margin: auto;
  padding-bottom: 30px;
  padding-top: 20px;
}
.user-menu-top {
  position: absolute;
  right: 0;
  width: 215px;
  height: 45px;
  top: 5px;
  box-sizing: border-box;
  font-size: 1.2em;
  background-color: white;
  z-index: 100;
  padding-top: 5px;
}

.user-menu-top > div:not(.user-menu-top__name) {
  padding: 0 20px 0 0;
}

.user-menu-top ul li {
  padding-left: 20px;
}

.user-menu-top:not(.opened):hover {
  opacity: 0.5;
  cursor: pointer;
}

.user-menu-top.opened {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  height: 200px;
  text-align: left;
  box-shadow: 0 7px 13px #AAAAAA;
  width: 230px;
}

.user-menu-top:not(.opened) > div:last-child {
  display: none;
}

.user-menu-top:not(.opened) .user_menu_lpu_name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.user-menu-top__prof ul {
  margin: 0;
  padding: 10px;
  list-style: none;
  font-size: 12px;
  line-height: 20px;
}

/* stylelint-disable selector-id-pattern */
.user_menu_elem > div.user-menu-top__prof {
  text-align: left;
  z-index: 1000;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  display: none;
  background-color: white;
  border: 1px solid #CCCCCC;
  box-shadow: 0 7px 13px #AAAAAA;
}

/* stylelint-enable selector-id-pattern */
.user-menu-top__bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.user-menu-top__doctor {
  text-align: right !important;
}

.user-menu-top__lpu.opened {
  width: 300px;
}
.dumb-tabs__content_hidden {
  display: none;
}
@charset "UTF-8";
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-popup {
  background: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.0494);
  border-radius: 5px;
  width: 710px;
  height: auto;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  font-family: "Inter", "NotoSansGeorgian", "NotoSansArmenian", "Arial", sans-serif;
  /* кнопка закрытия в случае если это magnific b-popup */
}
.b-popup__title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #515459;
  display: block;
  background: linear-gradient(180deg, #FFFFFF 0%, #FEFDFD 19.72%, #FDFCFC 34.2%, #F2F1F1 77.26%);
  padding: 20px 40px;
  border-radius: 5px 5px 0 0;
}
.b-popup__inner {
  padding: 40px;
}
.b-popup__body {
  padding: 0 24px 24px;
}
.b-popup__close-btn {
  font-size: 20px;
  line-height: 1em;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #000000;
  cursor: pointer;
}
.b-popup button.mfp-close {
  top: 0;
  right: 0;
  padding: 22px;
  line-height: 19px;
  color: #ADB0B8;
  opacity: 1;
  width: auto;
  height: auto;
  transition: all 0.15s;
}
.b-popup button.mfp-close:hover {
  background: #F1F3F6;
  color: #5B5D63;
}

.b-popup.b-popup_equipment-attribute {
  font-size: 16px;
}
.b-popup.b-popup_equipment-attribute .b-popup__title {
  padding-left: 24px;
}
.b-popup.b-popup_equipment-attribute .b-popup__image-wrap {
  margin: 0 -24px 24px;
}
.b-popup.b-popup_equipment-attribute .b-popup__image {
  width: 100%;
  object-fit: contain;
  height: 508px;
}
.b-popup.b-popup_equipment-attribute .b-popup__caption {
  margin-bottom: 8px;
}
.b-popup.b-popup_equipment-attribute .b-popup__description {
  margin-bottom: 16px;
}
.b-popup.b-popup_equipment-attribute .b-popup__description:last-child {
  margin-bottom: 0;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-popup-gallery__popup .mfp-arrow-right, .b-popup-gallery__popup .mfp-arrow-left {
  width: 53px;
  height: 53px;
  background: url("/static/_v1/pd/icons/slider-arrow.svg") no-repeat center;
  border: 1px solid #E8EBF1;
  border-radius: 100%;
  box-sizing: border-box;
  box-shadow: 0 15px 20px rgba(151, 158, 167, 0.1);
  top: calc(50% - 26px);
  transition: 0.4s;
  outline: none;
}
.b-popup-gallery__popup .mfp-arrow-right:hover, .b-popup-gallery__popup .mfp-arrow-left:hover {
  border-color: #424B58;
}

.b-popup-gallery__popup .mfp-container {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.b-popup-gallery__popup .mfp-content {
  margin: auto 24px;
  width: 750px;
  order: 2;
}
.b-popup-gallery__popup_iframe .mfp-content {
  width: 900px;
}
.b-popup-gallery__popup .b-popup-gallery__wrapper {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.b-popup-gallery__popup .b-popup-gallery__wrapper_hidden-title .mfp-bottom-bar {
  display: none;
}
.b-popup-gallery__popup .b-popup-gallery__wrapper .mfp-bottom-bar {
  width: 100%;
  margin: 0;
  padding: 0;
  position: static;
}
.b-popup-gallery__popup .b-popup-gallery__wrapper .mfp-title {
  background: #FFFFFF;
  padding: 24px;
  font-family: "Inter", "NotoSansGeorgian", "NotoSansArmenian", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #5A5C61;
}
.b-popup-gallery__popup .b-popup-gallery__wrapper .mfp-img {
  max-height: 90vh;
  width: 100%;
  padding: 0;
  object-fit: contain;
}
.b-popup-gallery__popup .b-popup-gallery__wrapper .mfp-close {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  background: rgba(24, 29, 33, 0.5);
  border-radius: 100%;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  transition: background-color ease-in-out 0.2s;
}
.b-popup-gallery__popup .b-popup-gallery__wrapper .mfp-close:hover {
  transition: background-color ease-in-out 0.2s;
  background: #181D21;
}
.b-popup-gallery__popup .b-popup-gallery__wrapper .mfp-close::before {
  content: "";
  position: absolute;
  height: 15px;
  width: 1px;
  left: 20px;
  top: 13px;
  background: #FFFFFF;
  border-radius: 1px;
  transform: rotateZ(45deg);
}
.b-popup-gallery__popup .b-popup-gallery__wrapper .mfp-close::after {
  content: "";
  position: absolute;
  height: 15px;
  width: 1px;
  left: 20px;
  top: 13px;
  background: #FFFFFF;
  border-radius: 1px;
  transform: rotateZ(-45deg);
}
.b-popup-gallery__popup .mfp-arrow-left {
  order: 1;
}
.b-popup-gallery__popup .mfp-arrow-left:hover {
  transform: translateX(-3px);
}
.b-popup-gallery__popup .mfp-arrow-right {
  transform: rotateY(180deg);
  order: 3;
}
.b-popup-gallery__popup .mfp-arrow-right:hover {
  transform: translateX(3px) rotateY(180deg);
}
.b-popup-gallery__popup .mfp-preloader {
  order: 2;
  position: static;
  margin: 24px;
}
.b-popup-gallery__popup .ellip-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.b-popup-gallery__popup .ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-choose-town-popup {
  font-family: "Inter", "NotoSansGeorgian", "NotoSansArmenian", "Arial", sans-serif;
  min-height: 575px;
}
.b-choose-town-popup__title {
  font-size: 20px;
}
.b-choose-town-popup__search-input {
  padding: 32px 40px !important;
}
.b-choose-town-popup__towns-item-link {
  cursor: pointer;
}
.b-choose-town-popup__major-towns {
  display: flex;
  flex-wrap: wrap;
}
.b-choose-town-popup__major-towns-item {
  flex: 0 0 33.3333%;
}
.b-choose-town-popup__major-towns-item_spb {
  flex: 1;
}
.b-choose-town-popup__major-towns-item-link {
  font-size: 20px;
  display: block;
  text-decoration: none;
  color: #181D21;
  font-weight: 500;
  margin-right: 10px;
  margin-bottom: 40px;
  transition: all 0.15s;
}
.b-choose-town-popup__major-towns-item-link:hover {
  color: #107EC2;
}
.b-choose-town-popup__major-towns-item_is_active .b-choose-town-popup__major-towns-item-link {
  color: #107EC2;
}
.b-choose-town-popup__all-towns {
  column-count: 3;
  padding: 0;
  margin: 0 -11px;
}
.b-choose-town-popup__all-towns-item {
  margin: 0;
  font-size: 16px;
  list-style: none;
}
.b-choose-town-popup__all-towns-item-logo {
  height: 24px;
  object-fit: contain;
}
.b-choose-town-popup__all-towns-item-link {
  height: auto;
  border: none;
  text-decoration: none;
  color: #515459 !important;
  font-size: 16px;
  display: block;
  transition: all 0.15s;
  position: relative;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 11px;
  background: #FFFFFF;
  cursor: pointer;
}
.b-choose-town-popup__all-towns-item-link::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #107EC2;
  right: 9%;
  top: 50%;
  margin-top: -3px;
  display: none;
}
.b-choose-town-popup__all-towns-item-link:hover {
  background: #ECF1FB;
}
.b-choose-town-popup__all-towns-item_is_active > .b-choose-town-popup__all-towns-item-link {
  color: #107EC2;
  font-weight: 500;
}
.b-choose-town-popup__all-towns-item_is_active > .b-choose-town-popup__all-towns-item-link::after {
  display: block;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-search-v2 {
  height: 56px;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-town-search {
  width: 100%;
}
.b-town-search .twitter-typeahead {
  width: 100%;
}
.b-town-search__input-wrapp {
  width: 100%;
  position: relative;
}
.b-town-search__input {
  font-family: "Inter", "NotoSansGeorgian", "NotoSansArmenian", "Arial", sans-serif;
  width: 100% !important;
  font-size: 20px;
  transition: 0.2s ease-in-out;
  padding: 43px 40px !important;
  padding-right: calc(2.4em + 20px) !important;
  padding-bottom: 16px !important;
  background-image: url("/static/_v1/pd/icons/search/search-gray.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 40px) center;
  box-sizing: border-box;
  border: 1px solid #ECECEC !important;
  border-radius: 0 !important;
  height: auto !important;
  outline: none;
}
.b-town-search__input:focus {
  background-image: url("/static/_v1/pd/icons/search/search-black.svg");
}
.b-town-search__input .b-town-search__input::-webkit-input-placeholder {
  color: #C7D3D9;
  font-size: 20px !important;
  font-family: "Inter", "NotoSansGeorgian", "NotoSansArmenian", "Arial", sans-serif;
}
.b-town-search__input .b-town-search__input::placeholder {
  color: #C7D3D9;
  font-size: 20px !important;
  font-family: "Inter", "NotoSansGeorgian", "NotoSansArmenian", "Arial", sans-serif;
}
.b-town-search__label {
  color: #C7D3D9;
  font-size: 20px;
  font-family: "Inter", "NotoSansGeorgian", "NotoSansArmenian", "Arial", sans-serif;
  position: absolute;
  left: 40px;
  pointer-events: none;
  top: 50%;
  transition: 0.2s ease-in-out;
  transform: translateY(-50%);
  font-weight: 400;
}
.b-town-search__label_input_active {
  color: #C7D3D9;
  transform: translateY(calc(-50% - 17px));
  font-size: 16px;
}
.b-town-search__highlight {
  font-weight: 500;
}

.b-town-search__menu {
  background: #FFFFFF;
  box-shadow: 0 25px 40px rgba(27, 27, 27, 0.15);
  width: 100%;
}

.b-town-search__suggestion {
  font-weight: 400;
  position: relative;
}

.b-town-search__suggestion::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  left: 15px;
  right: 15px;
  bottom: 0;
  background: #E8E8E8;
}

.b-town-search__suggestion:last-child::after {
  display: none;
}

.b-town-search__suggestion-link {
  text-decoration: none;
  display: block;
  padding: 24px 40px;
  font-size: 20px;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.b-town-search__suggestion-link:hover {
  color: #1A5DD0;
}

.b-town-search__empty {
  padding: 1em;
  font-size: 20px;
  color: #555555;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-btn {
  font-family: "Inter", "NotoSansGeorgian", "NotoSansArmenian", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1em;
  display: inline-block;
  padding: 1em 2em;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  text-decoration: none;
  transition: all 0.2s ease-out 0s;
  outline: none;
  background-image: none;
  border: none;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
  box-sizing: border-box;
  height: auto;
  border-radius: 12px;
}
.b-btn__text {
  margin: 0 8px;
}
.b-btn_color_blue {
  background: #1A5DD0;
  color: #FFFFFF;
}
.b-btn_color_blue:hover {
  background: #1449a3;
  color: #FFFFFF;
}
.b-btn_color_primary-border {
  border: 2px solid #1A5DD0;
  color: #1A5DD0;
}
.b-btn_color_primary-border:hover {
  border-color: #1449a3;
  color: #1449a3;
}
.b-btn_color_red {
  background: #ED2227;
  color: #FFFFFF;
}
.b-btn_color_red:hover {
  background: #cb1115;
}
.b-btn_color_light-blue {
  background: #ECF1FB;
  border: none;
  color: #1A5DD0;
}
.b-btn_color_light-blue:hover {
  background: #CEE3EF;
  color: #1449a3;
}
.b-btn_color_white {
  border: 1px solid #C7D3D9;
  background: #FFFFFF;
  color: #181D21;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.07);
}
.b-btn_color_white:hover {
  background-color: #FFFFFF;
  color: #181D21;
  box-shadow: none;
}
.b-btn_color_shadow-border {
  border: 1px solid #C7D3D9;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.07);
}
.b-btn_color_shadow-border:hover {
  box-shadow: none;
}
.b-btn_no-border {
  border: none;
  box-shadow: none;
}
.b-btn_color_blue.b-btn_disabled {
  background: #7AB8DE;
  opacity: 0.9;
  cursor: not-allowed;
}
.b-btn_disabled {
  background: #7AB8DE;
  opacity: 0.9;
  cursor: not-allowed;
}

.b-btn_text_blue {
  color: #1A5DD0;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-button {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 48px;
  padding: 0 21.3333333333px;
  border: none;
  border-radius: 12px;
  background-color: #C7D1DF;
  color: #111111;
  white-space: nowrap;
  text-decoration: none;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
          appearance: none;
}
.b-button_red {
  background-color: #FF4A37;
  color: #FFFFFF;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.b-button_red:hover {
  background-color: #CE2326;
  color: #FFFFFF;
}
.b-button_red:active {
  background-color: #AB2325;
  color: #FFFFFF;
}
.b-button_coral {
  background-color: #FF4A37;
  color: #FFFFFF;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.b-button_coral:hover {
  background-color: #FF7070;
  color: #FFFFFF;
}
.b-button_coral:active {
  background-color: #FF8989;
  color: #FFFFFF;
}
.b-button_outline.b-button_red {
  color: #FF4A37;
  border: 1px solid #FF4A37;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.b-button_outline.b-button_red:hover {
  background-color: #FEF3F4;
  color: #FF4A37;
}
.b-button_outline.b-button_red:active {
  background-color: #FCE8E8;
  color: #FF4A37;
}
.b-button_text.b-button_red {
  color: #FF4A37;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.b-button_text.b-button_red:hover {
  background-color: #FEF3F4;
  color: #FF4A37;
}
.b-button_text.b-button_red:active {
  background-color: #FCE8E8;
  color: #FF4A37;
}
.b-button_blue {
  background-color: #1A5DD0;
  color: #FFFFFF;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.b-button_blue:hover {
  background-color: #136FA9;
  color: #FFFFFF;
}
.b-button_blue:active {
  background-color: #165F8E;
  color: #FFFFFF;
}
.b-button_outline.b-button_blue {
  border: 1px solid #1A5DD0;
  color: #1A5DD0;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.b-button_outline.b-button_blue:hover {
  background-color: #F6F9FF;
  color: #1A5DD0;
}
.b-button_outline.b-button_blue:active {
  background-color: #ECF1FB;
  color: #1A5DD0;
}
.b-button_text.b-button_blue {
  color: #1A5DD0;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.b-button_text.b-button_blue:hover {
  background-color: #F6F9FF;
  color: #1A5DD0;
}
.b-button_text.b-button_blue:active {
  background-color: #ECF1FB;
  color: #1A5DD0;
}
.b-button_light {
  background-color: #ECF1FB;
  color: #1A5DD0;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.b-button_light:hover {
  background-color: #D1E8F4;
  color: #1A5DD0;
}
.b-button_light:active {
  background-color: #C1E0F0;
  color: #1A5DD0;
}
.b-button_gray {
  background-color: #C7D1DF;
  color: #424B58;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.b-button_gray:hover {
  background-color: #D9D9D9;
  color: #1A5DD0;
}
.b-button_gray:active {
  background-color: #8DA2BA;
  color: #1A5DD0;
}
.b-button_outline.b-button_gray {
  border: 1px solid #607A93;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.b-button_outline.b-button_gray:hover {
  background-color: #F3F6FA;
  color: #1A5DD0;
}
.b-button_outline.b-button_gray:active {
  background-color: #C7D1DF;
  color: #1A5DD0;
}
.b-button_text.b-button_gray {
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.b-button_text.b-button_gray:hover {
  background-color: #F3F6FA;
  color: #1A5DD0;
}
.b-button_text.b-button_gray:active {
  background-color: #C7D1DF;
  color: #1A5DD0;
}
.b-button:disabled, .b-button_disabled {
  background-color: #F3F6FA;
  color: #607A93;
  cursor: initial;
  opacity: 1;
}
.b-button_outline.b-button:disabled, .b-button_outline.b-button_disabled {
  background-color: transparent;
  border: 1px solid #8DA2BA;
  color: #607A93;
}
.b-button_text.b-button:disabled, .b-button_outline.b-button_disabled {
  background-color: transparent;
  color: #607A93;
}
.b-button_small {
  height: 32px;
  padding: 0 14.2222222222px;
  border-radius: 10.5px;
}
.b-button_big {
  height: 56px;
  padding: 0 24.8888888889px;
}
.b-button_full-width {
  width: 100%;
}
.b-button_outline {
  background-color: transparent;
  border: 1px solid #607A93;
}
.b-button_text {
  background-color: transparent;
  color: #424B58;
  border: none;
}
.b-button_appendable {
  border-radius: 0 4px 4px 0;
}

.b-button_coral-linear-gradient {
  background-image: linear-gradient(45deg, #FF9966, #FF5E62);
}

.b-button_coral-radial-gradient {
  background-image: radial-gradient(102.46% 204.23% at 12.61% 9.84%, #FFA553 0%, #FF4A37 100%);
}

.b-button_coral-linear-gradient .b-button__text,
.b-button_coral-radial-gradient .b-button__text {
  color: #FFFFFF;
}
.b-button_coral-linear-gradient.b-button_outline,
.b-button_coral-radial-gradient.b-button_outline {
  border-width: 0;
  position: relative;
  z-index: 1;
}
.b-button_coral-linear-gradient.b-button_outline::before,
.b-button_coral-radial-gradient.b-button_outline::before {
  position: absolute;
  z-index: -1;
  inset: 1px;
  border-radius: 0.75em;
  background-color: #FFFFFF;
  content: "";
}
.b-button_coral-linear-gradient.b-button_outline .b-button__text,
.b-button_coral-radial-gradient.b-button_outline .b-button__text {
  background-image: linear-gradient(45deg, #FF9966, #FF5E62);
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@charset "UTF-8";
/* виды оверлеев (светлый, черный) */
.mag-popup_bg-type_light.mfp-bg {
  background: #FAFCFD;
  opacity: 0.67;
}

.mag-popup.mfp-bg {
  background: #091117;
  opacity: 0.67;
}

/* start state */
.mag-popup_anim_vertical .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(50px);
}

.mag-popup_anim_vertical.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}

/* animate in */
.mag-popup_anim_vertical.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}

.mag-popup_anim_vertical.mfp-ready.mfp-bg {
  opacity: 0.67;
}

/* animate out */
.mag-popup_anim_vertical.mfp-removing .mfp-with-anim {
  transform: translateY(50px);
  opacity: 0;
}

.mag-popup_anim_vertical.mfp-removing.mfp-bg {
  opacity: 0;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-breadcrumbs {
  width: auto;
  color: #424B58;
  font-family: "Inter", "NotoSansGeorgian", "NotoSansArmenian", "Arial", sans-serif;
}
.b-breadcrumbs__item {
  margin: 0 8px;
  vertical-align: middle;
}
.b-breadcrumbs__item:first-child {
  margin-left: 0;
}
.b-breadcrumbs__item-link {
  color: #424B58 !important;
  font-size: 16px;
  transition: 0.2s ease-in-out;
  text-decoration: underline !important;
}
.b-breadcrumbs__item-link:hover {
  text-decoration: none !important;
}
.b-breadcrumbs__hidden-menu {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
}
.b-breadcrumbs__hidden-menu-btn {
  background: #E8EAEB;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #E8EAEB;
  display: flex;
  justify-content: center;
  outline: none;
  padding: 0;
  margin: 0;
  width: 32px;
  height: 32px;
}
.b-breadcrumbs__hidden-menu-btn span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  margin-left: 3px;
}
.b-breadcrumbs__hidden-menu-btn span:last-child {
  margin-right: 3px;
}
.b-breadcrumbs__hidden-menu-btn_is_active {
  background: #DCE6EB;
  border-color: #ACBFCB;
}
.b-breadcrumbs__hidden-menu-btn_is_active:hover {
  background: #DCE6EB;
}
.b-breadcrumbs__hidden-menu-inner {
  display: none;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: left;
  margin-top: 8px;
}
.b-breadcrumbs__hidden-menu-inner_is_show {
  display: block;
  z-index: 1000;
}
.b-breadcrumbs__hidden-menu-inner .b-breadcrumbs__item {
  display: block;
  margin: 0;
  border-bottom: 1px solid #E8EAEB;
  min-width: 230px;
}
.b-breadcrumbs__hidden-menu-inner .b-breadcrumbs__item:last-child {
  border-bottom: 0;
}
.b-breadcrumbs__hidden-menu-inner .b-breadcrumbs__item-link {
  display: block;
  padding: 16px;
  color: #5A5C61 !important;
  text-decoration: none !important;
}
.b-breadcrumbs__hidden-menu-inner .b-breadcrumbs__item-link:hover {
  background: #F4F6F7;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-change-flavour {
  background: none !important;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  border-bottom: 1px solid #444444 !important;
  cursor: pointer;
  border-radius: 0 !important;
  margin: 0 auto;
  display: block;
  white-space: nowrap;
  box-shadow: none !important;
  width: 130px !important;
  outline: none;
}

.b-change-flavour:hover {
  color: red !important;
  border-bottom-color: red !important;
}
.b-table {
  border-collapse: collapse;
  margin: 10px 0;
}
.b-table td, .b-table th {
  border: 1px solid #CCCCCC;
  padding: 5px;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-icon {
  display: inline-block;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.b-icon_fill_none {
  fill: none !important;
}
.b-icon_valign_sub {
  vertical-align: sub;
}
.b-icon_valign_middle {
  vertical-align: middle;
}
.b-icon_color_brand {
  color: #1A5DD0;
}
.b-icon_color_deepgrey {
  color: #424B58;
}
.b-icon_color_black {
  color: #111111;
}
.b-icon_color_darkgrey {
  color: #607A93;
}
.b-icon_color_danger {
  color: #ED2227;
}
.b-icon_color_warn {
  color: #FFA928;
}
.b-icon_size_desktop {
  width: 20px;
  height: 20px;
}
.b-icon_size_mobile {
  width: 16px;
  height: 16px;
}
.b-icon_ui-button {
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-text-unit {
  text-decoration: none;
  line-height: 130%;
  font-family: "Inter", "NotoSansGeorgian", "NotoSansArmenian", "Arial", sans-serif;
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}
.b-text-unit_vertical_middle {
  display: inline-flex;
  align-items: center;
}
.b-text-unit_align-text_center {
  text-align: center;
}
.b-text-unit__text {
  transition: 0.15s ease-in-out;
}
.b-text-unit__icon {
  margin-right: 4px;
}
.b-text-unit__icon_margin-left {
  margin-left: 4px;
}
.b-text-unit__icon_margin_lg {
  margin-right: 8px;
}
.b-text-unit__icon_margin-right_md {
  margin-right: 16px;
}
.b-text-unit_color_brand {
  color: #1A5DD0;
}
.b-text-unit_color_brand:hover {
  color: #1A5DD0;
}
.b-text-unit_color_medium {
  color: #5A5C61;
}
.b-text-unit_color_medium:hover {
  color: #5A5C61;
}
.b-text-unit_color_dark {
  color: #181D21;
}
.b-text-unit_color_dark:hover {
  color: #181D21;
}
.b-text-unit_color_light {
  color: #424B58;
}
.b-text-unit_color_light:hover {
  color: #424B58;
}
.b-text-unit_border_dashed .b-text-unit__text {
  border-bottom: 1px dashed;
}
.b-text-unit_border_solid .b-text-unit__text {
  border-bottom: 1px solid;
}
.b-text-unit_underline {
  text-decoration: underline;
}
.b-text-unit_weight_bold {
  font-weight: 500;
}
.b-text-unit_weight_medium {
  font-weight: 500;
}
.b-text-unit_weight_normal {
  font-weight: 400;
}
.b-text-unit_cursor_pointer {
  cursor: pointer;
}
.b-text-unit_hover {
  transition: 0.15s ease-in-out;
}
.b-text-unit_hover__text {
  transition: 0.15s ease-in-out;
}
.b-text-unit_hover_unsolid .b-text-unit__text {
  border-bottom: 1px solid;
}
.b-text-unit_hover_unsolid:hover .b-text-unit__text {
  border-bottom-color: transparent;
}
.b-text-unit_hover_undashed .b-text-unit__text {
  border-bottom: 1px dashed;
}
.b-text-unit_hover_undashed:hover .b-text-unit__text {
  border-bottom-color: transparent;
}
.b-text-unit_hover_solid .b-text-unit__text {
  border-bottom-color: transparent;
}
.b-text-unit_hover_solid:hover .b-text-unit__text {
  border-bottom: 1px solid;
}
.b-text-unit_hover_dark:hover {
  color: #0D5F92;
}
.b-text-unit_hover_dark:hover .b-text-unit__text {
  border-bottom-color: transparent;
}
.b-text-unit_mb_sm {
  margin-bottom: 16px;
}
.b-text-unit_m_none {
  margin: 0;
}
.b-text-unit_align_center {
  text-align: center;
}

button.b-text-unit {
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
button.b-text-unit:hover {
  background-color: transparent;
}
button.b-text-unit:hover .b-text-unit__text {
  border-bottom-color: transparent;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.confirm-town[data-v-39326840] {
  position: fixed;
  z-index: 100;
  padding: 0;
}
.confirm-town_desktop[data-v-39326840] {
  display: flex;
  justify-content: flex-end;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.confirm-town_mobile[data-v-39326840] {
  bottom: 16px;
  left: 20px;
  right: 20px;
}
.confirm-town__banner[data-v-39326840] {
  pointer-events: initial;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable-next-line  scss/at-mixin-pattern */
#app[data-confirm-town] {
  background-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}
#app[data-confirm-town] .v-application--wrap {
  min-height: initial;
}
#app[data-confirm-town] input {
  height: auto;
  border: none;
  border-radius: 0;
  padding: initial;
}
#app[data-confirm-town] .v-input--selection-controls__input .v-icon {
  height: initial;
  background: transparent;
}
#app[data-confirm-town] .v-banner__wrapper {
  padding: 12px 16px;
}
#app[data-confirm-town] .v-banner__content {
  padding-right: 0;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-article-toc {
  width: 288px;
  position: relative;
  font-family: "Inter", "NotoSansGeorgian", "NotoSansArmenian", "Arial", sans-serif;
  font-style: normal;
  padding-bottom: 0.1px;
}
.b-article-toc__back-btn {
  display: inline-block;
  margin: 0 0 14px 24px;
  padding: 12px 24px;
  background: #ECF1FB;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #1A5DD0;
}
.b-article-toc__list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 5px;
}
.b-article-toc__item {
  margin: 0 0 16px;
  padding: 0 0 0 24px;
  position: relative;
}
.b-article-toc__item_active::before {
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #1A5DD0;
  border-radius: 0 5px 5px 0;
}
.b-article-toc__item_special {
  display: inline-block;
  margin: 31px 0 0 12px;
  padding: 12px;
  border-radius: 5px;
  font-weight: 500;
  position: absolute;
  bottom: -76px;
  left: 0;
}
.b-article-toc__item_special.b-article-toc__item_active {
  background: #ECF1FB;
  color: #1A5DD0;
}
.b-article-toc__item_special.b-article-toc__item_active::before {
  content: "";
  width: 0;
  height: 0;
}
.b-article-toc__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  color: #424B58;
}
.b-article-toc__link:hover {
  text-decoration: underline;
  color: #424B58;
}
.b-article-toc__item_special .b-article-toc__link {
  font-weight: 500;
}
.b-article-toc__item_active .b-article-toc__link {
  color: #1A5DD0;
}
.b-article-toc__item_active .b-article-toc__link:hover {
  color: #1A5DD0;
}
.b-article-toc_fixed {
  position: fixed;
  top: 0;
}
.b-article-toc_down {
  position: absolute;
  bottom: 0;
}
.b-article-toc:not(.b-article-toc_fixed, .b-article-toc_down) .b-article-toc__btn-container-offset {
  margin-top: -58px;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-box {
  box-sizing: border-box;
  border-radius: 5px;
  background-color: white;
}
.b-box_shadow {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.b-box_padding_normal {
  padding: 32px;
}
.b-box_padding_small {
  padding: 24px;
}
.b-box_padding_smallest {
  padding: 8px;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-feed {
  font-family: "Inter", "NotoSansGeorgian", "NotoSansArmenian", "Arial", sans-serif;
  font-style: normal;
}
.b-feed__item {
  margin: 8px 0;
  display: flex;
  flex-flow: column nowrap;
}
.b-feed__item_hidden {
  display: none;
}
.b-feed__header {
  padding: 11px 24px 11px 16px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  background: #F4F6F7;
  order: 2;
}
.b-feed__header_no-back {
  padding: 0 11px;
  background: transparent;
}
.b-feed__author {
  display: flex;
  flex-flow: row nowrap;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.b-feed__author-name {
  font-weight: 500;
  text-decoration: none;
  color: #181D21;
}
.b-feed__author-link {
  text-decoration: none;
}
.b-feed__author-link:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #1A5DD0;
}
.b-feed__author-det {
  color: #424B58;
}
.b-feed__avatar-wrap {
  width: 37px;
  height: 37px;
  margin: 0 8px 0 0;
  overflow: hidden;
  border-radius: 5px;
  background-color: white;
}
.b-feed__avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b-feed__category {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #424B58;
}
.b-feed__category-link {
  margin: 0 0 0 14px;
  font-weight: 500;
  color: #1A5DD0;
}
.b-feed__category-link:hover {
  text-decoration: none;
  color: #1A5DD0;
}
.b-feed__body {
  margin: 22px 0 8px;
  padding: 0 16px;
  order: 3;
}
.b-feed__body_bubble {
  margin: 0 0 24px;
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0 15px 20px rgba(151, 158, 167, 0.1);
  border-radius: 5px;
  order: 1;
  position: relative;
}
.b-feed__body_bubble::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid white;
  border-right: 11px solid transparent;
  position: absolute;
  left: 28px;
  bottom: -8px;
  border-radius: 0 0 0 3px;
}
.b-feed__body_simple {
  height: 90px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  background: #FFFFFF;
  border: 1px solid #E8EBF1;
  border-radius: 5px;
  overflow: hidden;
  order: 3;
}
.b-feed__number_simple {
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F4F6F7;
  border-radius: 0 5px 5px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #5A5C61;
}
.b-feed__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #1A5DD0;
}
.b-feed__title_simple {
  flex: 1 1 auto;
  padding: 24px;
  display: flex;
  align-items: center;
}
.b-feed__link {
  width: 100%;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  color: #1A5DD0;
}
.b-feed__link:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #1A5DD0;
}
.b-feed__discription {
  margin: 10px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #424B58;
}
.b-feed__expand {
  margin: 16px 0;
  padding: 18px;
  background: #ECF1FB;
  border-radius: 5px;
  cursor: pointer;
}
.b-feed__expand-message {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #1A5DD0;
}
.b-feed__expand-message_bold {
  font-weight: 500;
}
.b-feed__ellip-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-decoration: inherit;
}
.b-feed__ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  text-decoration: inherit;
}
.b-feed__footer {
  order: 10;
  margin: 0 0 8px;
  padding: 0 24px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
.b-feed__date {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #424B58;
}
@charset "UTF-8";
/* Легаси :(
 html с классами wrap_center и wrap_inline прям в базе хранится.
 С остальными классами такая же проблема.
 НЕ ДОБАВЛЯЙТЕ СЮДА КОД!!!
 */
.wrap_center {
  text-align: center;
}

.wrap_inline {
  display: inline;
}

th {
  background: #EEEEEE;
}

.tg-wrap table {
  border-collapse: collapse;
  text-align: center;
  border: 1px solid #CCCCCC;
}

.tg-wrap td {
  border: 1px solid #CCCCCC;
}
@charset "UTF-8";
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-article {
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}
.b-article__title {
  margin: 32px 0 8px;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  color: #424B58;
}
.b-article__name {
  color: #181D21;
}
.b-article__thesis {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #5A5C61;
}
.b-article__coauthor {
  cursor: pointer;
  background-color: #ECF1FB;
}
.b-article__coauthor:hover {
  background-color: #E3EBFA;
}
.b-article__body {
  font-family: "Inter", "NotoSansGeorgian", "NotoSansArmenian", "Arial", sans-serif;
  font-style: normal;
  padding: 24px 24px 32px;
}
.b-article__body ol {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.b-article__body ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-num;
  list-style-type: none;
  position: relative;
}
.b-article__body ol li::before {
  content: counter(list-num) ". ";
  position: absolute;
  transform: translateX(-100%);
  left: -0.4em;
  top: 0;
}
.b-article__body ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-1;
}
.b-article__body ol li.ql-indent-1::before {
  content: counter(list-1, disc) " ";
  position: absolute;
  left: 2.5em;
  top: 0;
}
.b-article__date-wrapper {
  margin: 24px 0;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #424B58;
}
.b-article__date {
  color: #5A5C61;
}
.b-article__heading {
  margin: 24px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #181D21;
}
.b-article__heading_special {
  margin: 33px 0 16px;
}
.b-article__text-part {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #181D21;
}
.b-article__text-part ol li.ql-indent-1,
.b-article__text-part ul li.ql-indent-1 {
  margin-left: calc(3em * 1);
  padding-left: 0;
  position: relative;
  counter-reset:  list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-1;
  display: block;
}
.b-article__text-part ul li.ql-indent-1::before,
.b-article__text-part ol li.ql-indent-1::before {
  content: "•";
  position: absolute;
  margin-left: -1em;
  left: 0;
}
.b-article__text-part ol li.ql-indent-1::before {
  transform: none;
}
.b-article__text-part ol li.ql-indent-2,
.b-article__text-part ul li.ql-indent-2 {
  margin-left: calc(3em * 2);
  padding-left: 0;
  position: relative;
  counter-reset:  list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-2;
  display: block;
}
.b-article__text-part ul li.ql-indent-2::before,
.b-article__text-part ol li.ql-indent-2::before {
  content: "•";
  position: absolute;
  margin-left: -1em;
  left: 0;
}
.b-article__text-part ol li.ql-indent-2::before {
  transform: none;
}
.b-article__text-part ol li.ql-indent-3,
.b-article__text-part ul li.ql-indent-3 {
  margin-left: calc(3em * 3);
  padding-left: 0;
  position: relative;
  counter-reset:  list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-3;
  display: block;
}
.b-article__text-part ul li.ql-indent-3::before,
.b-article__text-part ol li.ql-indent-3::before {
  content: "•";
  position: absolute;
  margin-left: -1em;
  left: 0;
}
.b-article__text-part ol li.ql-indent-3::before {
  transform: none;
}
.b-article__text-part ol li.ql-indent-4,
.b-article__text-part ul li.ql-indent-4 {
  margin-left: calc(3em * 4);
  padding-left: 0;
  position: relative;
  counter-reset:  list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-4;
  display: block;
}
.b-article__text-part ul li.ql-indent-4::before,
.b-article__text-part ol li.ql-indent-4::before {
  content: "•";
  position: absolute;
  margin-left: -1em;
  left: 0;
}
.b-article__text-part ol li.ql-indent-4::before {
  transform: none;
}
.b-article__text-part ol li.ql-indent-5,
.b-article__text-part ul li.ql-indent-5 {
  margin-left: calc(3em * 5);
  padding-left: 0;
  position: relative;
  counter-reset:  list-6 list-7 list-8 list-9;
  counter-increment: list-5;
  display: block;
}
.b-article__text-part ul li.ql-indent-5::before,
.b-article__text-part ol li.ql-indent-5::before {
  content: "•";
  position: absolute;
  margin-left: -1em;
  left: 0;
}
.b-article__text-part ol li.ql-indent-5::before {
  transform: none;
}
.b-article__text-part ol li.ql-indent-6,
.b-article__text-part ul li.ql-indent-6 {
  margin-left: calc(3em * 6);
  padding-left: 0;
  position: relative;
  counter-reset:  list-7 list-8 list-9;
  counter-increment: list-6;
  display: block;
}
.b-article__text-part ul li.ql-indent-6::before,
.b-article__text-part ol li.ql-indent-6::before {
  content: "•";
  position: absolute;
  margin-left: -1em;
  left: 0;
}
.b-article__text-part ol li.ql-indent-6::before {
  transform: none;
}
.b-article__text-part ol li.ql-indent-7,
.b-article__text-part ul li.ql-indent-7 {
  margin-left: calc(3em * 7);
  padding-left: 0;
  position: relative;
  counter-reset:  list-8 list-9;
  counter-increment: list-7;
  display: block;
}
.b-article__text-part ul li.ql-indent-7::before,
.b-article__text-part ol li.ql-indent-7::before {
  content: "•";
  position: absolute;
  margin-left: -1em;
  left: 0;
}
.b-article__text-part ol li.ql-indent-7::before {
  transform: none;
}
.b-article__text-part ol li.ql-indent-8,
.b-article__text-part ul li.ql-indent-8 {
  margin-left: calc(3em * 8);
  padding-left: 0;
  position: relative;
  counter-reset:  list-9;
  counter-increment: list-8;
  display: block;
}
.b-article__text-part ul li.ql-indent-8::before,
.b-article__text-part ol li.ql-indent-8::before {
  content: "•";
  position: absolute;
  margin-left: -1em;
  left: 0;
}
.b-article__text-part ol li.ql-indent-8::before {
  transform: none;
}
.b-article__text-part a {
  color: #1A5DD0;
  text-decoration: none;
}
.b-article__text-part a:hover {
  text-decoration: underline;
}
.b-article__text-part sup > a {
  vertical-align: sub;
}
.b-article__text-group {
  line-height: 130%;
  margin: 24px 0 0;
}
.b-article__text-group a {
  color: #1A5DD0;
  text-decoration: none;
}
.b-article__text-group a:hover {
  text-decoration: underline;
}
.b-article__text-part sup, .b-article__text-group sup {
  line-height: 0;
  font-size: 75%;
}
.b-article__text-part sup a, .b-article__text-group sup a {
  font-size: 16px;
}
.b-article ol.b-article__reference-list {
  margin: 0;
  padding: 0 0 0 2em;
  color: #5A5C61;
  counter-reset: initial;
  word-break: break-word;
}
.b-article ol.b-article__reference-list li {
  margin: 0 0 5px;
  counter-reset: initial;
  counter-increment: list-num;
  list-style: decimal;
}
.b-article ol.b-article__reference-list li::before {
  content: "";
}
.b-article__reference-link-out {
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url("/static/_v1/pb/icons/external-link.svg");
  padding: 0 13px 0 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #1A5DD0;
}
.b-article img {
  max-width: 99%;
}
.b-article table {
  margin-bottom: 1.5em;
}
.b-article .ql-video {
  margin-bottom: 1.5em;
}
.b-article__image-blurring {
  filter: blur(15px);
}

.b-article__body li img {
  margin-left: -3em;
}

.b-article__reference-list li img {
  margin-left: 0;
}

[data-animation=fade][data-state=hidden] {
  opacity: 0;
}
@charset "UTF-8";
.article {
  width: 1000px;
  margin: auto;
  padding-bottom: 30px;
  padding-top: 20px;
}

.article__content {
  width: 600px;
}

/* Стили для quill, вынужденная мера! */
.article__content li img {
  margin-left: -3em;
}

.article__content ol {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.article__content ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-num;
  list-style-type: none;
}

.article__content ol li::before {
  content: counter(list-num) ". ";
}

sup > a {
  color: #0054B9 !important;
  text-decoration: none;
}
@charset "UTF-8";
/* Легаси :(
 html с классами wrap_center и wrap_inline прям в базе хранится.
 С остальными классами такая же проблема.
 НЕ ДОБАВЛЯЙТЕ СЮДА КОД!!!
 */
.wrap_center {
  text-align: center;
}

.wrap_inline {
  display: inline;
}

th {
  background: #EEEEEE;
}

.tg-wrap table {
  border-collapse: collapse;
  text-align: center;
  border: 1px solid #CCCCCC;
}

.tg-wrap td {
  border: 1px solid #CCCCCC;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-warning {
  width: 100%;
  display: flex;
  background: rgba(232, 235, 241, 0.6);
  border-radius: 5px;
  overflow: hidden;
  font-family: "Inter", "NotoSansGeorgian", "NotoSansArmenian", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #5A5C61;
}
.b-warning__icon-wrapper {
  flex: 0 0 34px;
  padding: 8px 0;
  display: flex;
  background: #E8EBF1;
  justify-content: center;
  align-items: center;
}
.b-warning__icon-wrapper_orange {
  flex: 0 0 auto;
  border: 1px solid #AE741C;
  padding: 11px;
  border-radius: 5px;
  background: white;
}
.b-warning__message {
  padding: 8px 0 8px 16px;
}
.b-warning__link {
  text-decoration: none;
  color: #1A5DD0;
}
.b-warning__link:hover {
  text-decoration: underline;
  color: #1A5DD0;
}
.b-warning_orange {
  margin: 20px 0 26px;
  padding: 16px;
  box-sizing: border-box;
  align-items: center;
  background: rgba(255, 234, 195, 0.6);
  overflow: hidden;
  font-family: "Inter", "NotoSansGeorgian", "NotoSansArmenian", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #AE741C;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.p-article-page__breadcrumbs {
  margin: 24px 0;
}
.p-article-page__info {
  min-height: 72px;
}
.p-article-page__info_offset-aside {
  padding-right: 336px;
}
.p-article-page__body {
  margin: 0 0 24px;
  display: flex;
}
.p-article-page__main {
  flex-basis: 70%;
  position: relative;
}
.p-article-page__main p {
  word-break: break-word;
}
.p-article-page__aside {
  flex: 0 0 30%;
  position: relative;
}
.p-article-page__container_single-row {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.p-article-page__container_top-margin {
  margin: 36px 0 0;
}
.p-article-page__paginator {
  display: inline-block;
  margin: 36px 8px 0 0;
}
.p-article-page__container_single-row .p-article-page__paginator {
  margin: 0 8px 0 0;
}
.p-article-page__text {
  font-family: "Inter", "NotoSansGeorgian", "NotoSansArmenian", "Arial", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 130%;
}
.p-article-page__text_light {
  color: #424B58;
}
.p-article-page__text_link {
  font-weight: 500;
  color: #1A5DD0;
  text-decoration: none;
}
.p-article-page__text_link:hover {
  color: #1A5DD0;
  text-decoration: underline;
}
.p-article-page__lower-paginator {
  margin: 32px 0 0;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-article-author {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.b-article-author__avatar-wrapper {
  flex: 0 0 auto;
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin: 0 18px 0 0;
  border-radius: 5px;
}
.b-article-author__avatar {
  width: 70px;
  height: 70px;
  max-width: 100% !important;
  border: 1px solid #ECF1FB;
  border-radius: 4px;
}
.b-article-author__author-info {
  width: 100%;
}
.b-article-author__header {
  display: flex;
  justify-content: space-between;
}
.b-article-author__name-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #1A5DD0;
  text-decoration: none;
}
.b-article-author__name-link:hover {
  text-decoration: underline;
  color: #1A5DD0;
}
.b-article-author__link-surname {
  font-weight: 500;
}
.b-article-author__info-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #1A5DD0;
}
.b-article-author__info-link:hover {
  text-decoration: none;
  color: #1A5DD0;
}
.b-article-author__sub-info {
  margin: 0 16px 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}
.b-article-author__work-places {
  margin-top: 9px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #424B58;
}
.b-article-author__work-place {
  padding: 0 0 0 21px;
  background-position: center left;
  background-repeat: no-repeat;
  background-image: url("/static/_v1/pd/icons/lpus/lpu-gray.svg");
}
.b-article-author__author-title {
  font-weight: 500;
  color: #000000;
  margin-bottom: 8px;
}
.ql-video {
  width: 600px;
  height: 300px;
}

.ql-container {
  font-size: 15px;
}

.ql-editor {
  background: white;
  height: 200px;
  overflow-y: auto;
}
.pay-for-article {
  border: 1px solid #999999;
  border-radius: 4px;
  height: 22px;
  margin: 0;
  background: url("/static/_v1/pd/icons/pay.png") no-repeat scroll left center transparent;
  padding: 0 5px 0 20px;
  line-height: 25px;
}
.img-slider {
  position: relative;
  display: block;
  width: 100%;
  max-width: 600px;
  height: 500px;
  margin: auto;
  overflow: hidden;
}

.img-slider__photo-wrap {
  text-align: center;
  display: block;
}

.img-slider__photo {
  width: auto;
  max-width: 600px;
  max-height: 450px;
  -webkit-user-select: none;
          user-select: none;
}

.img-slider__content-wrap {
  width: 100%;
  max-width: 600px;
  position: absolute;
}

.img-slider__paginator {
  margin-top: 10px;
  text-align: center;
}

.img-slider__paginator-prev {
  background: url("/static/_v1/pd/icons/arrows/article-slider-prev.svg") center no-repeat;
  width: 19px;
  height: 19px;
  border: 2px solid #D1D1D1;
  border-radius: 11.5px;
  background-size: 15px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}

.img-slider__paginator-count {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
  -webkit-user-select: none;
          user-select: none;
}

.img-slider__paginator-next {
  background: url("/static/_v1/pd/icons/arrows/article-slider-next.svg") center no-repeat;
  width: 19px;
  height: 19px;
  border: 2px solid #D1D1D1;
  border-radius: 11.5px;
  background-size: 15px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}

.img-slider__photo-alt {
  text-align: center;
  display: inline-block;
  bottom: 0;
  position: relative;
  margin-top: 10px;
  width: 100%;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
.b-detail-paginator {
  font-family: "Inter", "NotoSansGeorgian", "NotoSansArmenian", "Arial", sans-serif;
  font-style: normal;
  display: flex;
  align-items: center;
}
.b-detail-paginator_column {
  flex-flow: column;
  align-items: stretch;
}
.b-detail-paginator_two-side {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.b-detail-paginator__container_side {
  flex: 0.5 1 0;
  display: flex;
  flex-flow: column nowrap;
}
.b-detail-paginator__container_side:first-child {
  align-items: flex-start;
}
.b-detail-paginator__container_side:last-child {
  align-items: flex-end;
}
.b-detail-paginator__container_align-inherit {
  display: flex;
  flex-flow: column nowrap;
}
.b-detail-paginator__container_side:first-child .b-detail-paginator__container_align-inherit {
  align-items: flex-start;
}
.b-detail-paginator__container_side:last-child .b-detail-paginator__container_align-inherit {
  align-items: flex-end;
}
.b-detail-paginator__container_middle {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
}
.b-detail-paginator__container_middle:first-child {
  margin-left: auto;
}
.b-detail-paginator__container_middle:last-child {
  margin-right: auto;
}
.b-detail-paginator__container_hidden-overflow-y {
  overflow-y: hidden;
  position: relative;
}
.b-detail-paginator__container_hidden-overflow-y::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(180deg, rgba(247, 249, 250, 0.08) 0%, #F7F9FA 100%);
}
.b-detail-paginator__container_flex-item {
  margin: 0 8px 0 0;
}
.b-detail-paginator__container_flex-item:last-child {
  margin: 0;
}
.b-detail-paginator__container_shadow {
  box-shadow: 0 2px 6px rgba(151, 158, 167, 0.2);
}
.b-detail-paginator__container_inline-row {
  display: inline-flex;
  flex-flow: row nowrap;
}
.b-detail-paginator_column .b-detail-paginator__container_flex-item {
  margin: 0 0 6px;
}
.b-detail-paginator_column .b-detail-paginator__container_flex-item:last-child {
  margin: 0 0 6px;
}
.b-detail-paginator__wrapper-link {
  text-decoration: none;
}
.b-detail-paginator__wrapper-link:hover {
  text-decoration: none;
}
.b-detail-paginator__title {
  width: 255px;
  height: 60px;
  margin: 0 0 24px;
}
.b-detail-paginator__text {
  font-size: 16px;
  line-height: 130%;
  color: #5A5C61;
}
.b-detail-paginator__text_light {
  color: #424B58;
}
.b-detail-paginator__text_bold {
  font-weight: 500;
  color: #181D21;
}
.b-detail-paginator__direction-btn_simple .b-detail-paginator__text {
  font-weight: 500;
  color: #1A5DD0;
  text-decoration: none;
  white-space: nowrap;
}
.b-detail-paginator__direction-btn_simple {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.b-detail-paginator__direction-btn_simple:hover {
  border-bottom: 1px solid #1A5DD0;
  text-decoration: none;
}
.b-detail-paginator__direction-btn_advanced {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -1px;
  padding: 4px 8px;
  background: #FFFFFF;
  border: 1px solid #C7D3D9;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #5A5C61;
  text-decoration: none;
}
.b-detail-paginator__direction-btn_advanced:last-child {
  border-radius: 0 5px 5px 0;
}
.b-detail-paginator__direction-btn_advanced:first-child {
  border-radius: 5px 0 0 5px;
  margin-left: 0;
}
.b-detail-paginator__direction-btn_advanced:hover {
  color: #5A5C61;
  border-color: #424B58;
  text-decoration: none;
  position: relative;
}
.b-detail-paginator__direction-btn_advanced.b-detail-paginator__direction-btn_disabled {
  background: #E8EBF1;
}
.b-detail-paginator__direction-btn_advanced.b-detail-paginator__direction-btn_disabled:hover {
  color: #5A5C61;
  border-color: #C7D3D9;
}
.b-detail-paginator__wrapper-link .b-detail-paginator__direction-btn_simple {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.b-detail-paginator__wrapper-link:hover .b-detail-paginator__direction-btn_simple {
  text-decoration: none;
  border-bottom: 1px solid #1A5DD0;
}
.b-detail-paginator_column .b-detail-paginator__direction-btn_advanced {
  padding: 8px;
}
.b-detail-paginator__text > .b-detail-paginator__direction-icon {
  display: inline;
}
.b-detail-paginator__direction-btn_simple .b-detail-paginator__direction-icon {
  margin: 0 8px;
}
.b-detail-paginator__direction-btn_advanced .b-detail-paginator__direction-icon {
  height: 12px;
  width: 6px;
  margin: 0 10px;
}
.b-detail-paginator__direction-btn_prev .b-detail-paginator__direction-icon {
  transform: scaleX(-1);
  margin-left: 0;
}
.b-detail-paginator__direction-btn_next .b-detail-paginator__direction-icon {
  margin-right: 0;
}
.b-detail-paginator__direction-btn_advanced.b-detail-paginator__direction-btn_disabled .b-detail-paginator__direction-icon {
  height: 13px;
  width: 13px;
  margin: 0;
}
@charset "UTF-8";
/* Будет время - замените, пожалуйста, на clinical-case */
.clinical_case:not(.clinical-case_first) {
  margin-top: 70px;
}
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* stylelint-enable scss/dollar-variable-empty-line-before */
/* stylelint-disable */
b {
  font-weight: 500;
}

.butt,
.del {
  font-weight: inherit;
}

.v-dialog button:hover,
.v-application--wrap button:hover {
  background-color: initial;
}
.v-dialog a,
.v-application--wrap a {
  color: inherit;
}
.v-dialog a:hover,
.v-application--wrap a:hover {
  color: inherit;
}

footer a:hover {
  color: inherit;
}
footer button:hover {
  color: inherit;
  background-color: inherit;
}

.side-menu__close-btn:hover {
  background-color: transparent;
}

.equipment td {
  padding: 1px 10px 1px 1px;
}

input[type=checkbox i] {
  margin: 3px 3px 3px 4px;
}

.ui-icon[data-no-jq-ui-icon] {
  width: initial;
  height: initial;
  display: initial;
  text-indent: initial;
  overflow: initial;
  background: initial;
}

//# sourceMappingURL=https://prodoctorov.ru/static/bundles/pb-disease-full/pb-disease-full.585d272d77826e5daf7c.css.map