#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;
}
#logo {
  background: 0 0 no-repeat;
}

.drug-right h1 {
  margin: 5px 0;
}

.drugs td {
  padding: 2px 3px;
  width: 200px;
}

/* NEW */
.drugs b {
  color: #ee0000;
  display: block;
  margin-left: -20px;
  position: absolute;
}

table.drugs td {
  vertical-align: top;
}

.pharm_stats th, .druginfo th {
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding-right: 20px;
}

.pharm_stats, .druginfo table {
  border-collapse: collapse;
}

.pharm_stats td, .druginfo td {
  border-bottom: 1px solid #ccc;
  padding-right: 20px;
}

.manufinfo {
  margin-bottom: 10px;
  overflow: hidden;
}

.manuf-left {
  float: left;
  width: 320px;
}

.manuf-right {
  float: left;
  width: 400px;
}

.analog span span {
  font-weight: 500;
}

/* Drug - images */
.a_img img {
  border: none;
  display: inline-block;
  margin: auto;
  max-height: 200px;
  max-width: 200px;
  vertical-align: middle;
}

.a_img a:first-child {
  display: block;
  height: 90%;
  text-align: center;
}

.a_img a:active {
  outline: 0;
}

.a_img a:hover {
  border: none !important;
}

.a_img {
  border: none;
  float: left;
  height: 220px;
  padding: 5px;
  position: relative;
  width: 220px;
}

.a_img span.img-text {
  bottom: 10px;
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
}

table.druglist td {
  width: 200px !important;
  height: 160px !important;
  font-size: 1.2em;
  vertical-align: top;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 20px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 3px 3px 3px #AAA;
  position: relative;
  padding-bottom: 10px;
}

table.druglist td:hover {
  box-shadow: none;
  position: relative;
  top: 2px;
}

table.druglist td:hover {
  cursor: pointer;
}

table.druglist a {
  border-bottom: none;
  display: inline-block;
  max-width: 130px;
}

table.druglist div:first-child {
  color: #333;
  margin-bottom: 10px;
  text-align: left;
  margin-left: 5px;
}

.drugs div {
  margin-top: 2px;
  padding-left: 20px;
}

.drug-left {
  float: left;
  width: 310px;
  padding-bottom: 20PX;
  text-align: center;
}

.drug-right {
  float: right;
  width: 610px;
}

.avatar_td {
  width: 150px;
}

.print {
  display: none;
}

.forprint {
  text-align: center;
  position: relative;
  bottom: 5px;
}

.pharm_godnost div {
  width: 40px;
  font-size: 24px;
  color: #A42F22;
  font-weight: 500;
  font-style: italic;
  left: 29px;
  top: 11px;
  background: #FFF url("/static/_v1/pt/icons/storage-months.png") no-repeat scroll left center/81px auto;
  padding: 12px 15px 15px 30px;
  overflow: visible;
  height: 40px;
}

.drug_forms {
  width: 100%;
  border-collapse: collapse;
}

.drug_forms th {
  font-size: 14px;
  color: gray;
}

.drug_forms td, .drug_forms th {
  text-align: left;
  padding: 5px;
}

.drug_forms tr:not(:last-child) td, .drug_forms th {
  border-bottom: 1px solid #CCCCCC;
}

.drug_forms td:first-child, .drug_forms th:first-child {
  width: 90px;
}

.drug_forms td:first-child {
  text-align: center;
}

.drug_dozirovka, .drug_kolvo {
  font-size: 1.5em;
}

.drug_form_img {
  width: 70px;
  height: 70px;
  background-color: #A42F22;
  border-radius: 10px;
}

.drug_form_img img {
  max-width: 60px;
  max-height: 60px;
  margin-top: 4px;
}

.drug_kolvo {
  max-width: 80px;
}

.drug_protivo {
  width: 60px;
  margin-right: 10px;
  vertical-align: middle;
}

.doctor_drugrate .fio_ph {
  font-weight: 500;
  margin-top: 15px;
}

.doctor_drugrate .doctor_ph img {
  margin: 0px 10px 0px 0px;
  overflow: hidden;
}

.druglist_ratesnum {
  float: right;
  border-bottom-left-radius: 35px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 35px;
  height: 35px !important;
  text-align: right !important;
  font-size: 1.3em;
  padding: 5px 5px 0 0;
  position: relative;
  bottom: 1px;
  left: 1px;
  background-color: rgb(204, 233, 255);
}

.druglist_ratesnum:hover {
  cursor: pointer;
}

.druglist_drugname {
  float: left;
  width: 125px;
  font-weight: 500;
}

.druglist_drugname a {
  text-decoration: none;
  display: inline !important;
}

.drug_country {
  max-width: 50px;
  border: 1px solid #ccc;
}

.drug_manufacture {
  float: right;
}

.drug_manufacture img {
  float: right;
  margin-bottom: 5px;
}

.drug_manufacture_img {
  max-width: 150px;
  max-height: 100px;
}

.drug_name_latin {
  position: relative;
  color: gray;
}

#tabs_instruction table {
  border: 0;
  border-collapse: collapse;
  width: 100%;
}

#tabs_instruction td {
  border: 1px solid #ccc;
  padding: 3px;
}

#find_drug {
  height: 25px;
}

.manuf_list {
  width: 100%;
  border-collapse: collapse;
}

.manuf_container td {
  border-top: 1px solid #ddd;
  padding: 10px;
}

.manuf_container a {
  text-decoration: none;
}

.manuf_container:hover {
  background-color: #f8f8f8;
  cursor: pointer;
}

.manuf_container:hover a {
  color: red;
}

.manuf_container img {
  max-width: 140px;
  max-height: 70px;
}

.manuf_container .manuf_name {
  font-size: 18px;
}

.manuf_img_container {
  width: 150px;
  vertical-align: middle;
}

.manuf_container .manuf_country {
  width: 100px;
}

.manuf_header td {
  padding: 0 0 5px 10px;
}

.manuf_drugs_num {
  text-align: center;
}

.pharm_tags_cols {
  column-count: 4;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}

.pharm_tags_cols a {
  text-decoration: none;
}

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

.drugunion {
  font-size: 14px;
}

.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;
}

/* questions */
.super tr:last-of-type td {
  border-bottom: none;
}

.instruction_text {
  column-count: 2;
  margin-top: 1em;
}

.instruction_text p {
  text-align: left;
}

.instruction_text table,
.instruction_text li { /* Chrome, Safari */
  page-break-inside: avoid; /* Theoretically FF 20+ */
  break-inside: avoid-column; /* IE 11 */
}

.instruction_block table {
  border-collapse: collapse;
}

.instruction_block table td {
  padding: 2px 5px;
  border: 1px solid #ccc;
}

.instruction_section {
  font-size: 1.2em;
  margin-bottom: 60px;
}

.instruction_section h3 {
  margin-bottom: 0;
}

.instruction_section h4 {
  -webkit-margin-after: 0.33em;
}

.instruction_section .protivo_icons {
  margin-top: 10px;
  margin-bottom: 20px;
}

.instruction_navigation {
  font-size: 1.2em;
  display: inline-block;
  float: left;
  margin-bottom: 2em;
}

.instruction_navigation ol {
  padding-left: 17px;
}

.instruction_navigation li {
  line-height: 1.5em;
}

.instructions_images {
  display: inline-block;
  max-width: 820px;
  text-align: left;
  margin-top: 20px;
}

.instructions_images h2 {
  margin-left: 60px;
}

.instructions_images span.img-text {
  bottom: 10px;
  display: inline-block;
  position: static;
  width: auto;
  margin-top: 3px;
}

.instructions_images .a_img img {
  max-height: 150px;
  border: 1px solid #ccc;
}

.instructions_images .a_img.forprint {
  max-height: 170px;
}

.drug-right .drug_right__stars {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}

.drug_right__rates_total_count {
  vertical-align: middle;
  font-size: 14px;
}

.drug_right__stars_tooltipster td {
  padding-left: 0;
  width: 0;
}

.drug_right__stars_tooltipster .rating {
  margin-left: 2px;
}

.rate_stars .rate_stars__stars {
  float: none;
}

.rate_stars {
  margin-left: 22px;
  margin-bottom: 10px;
}

.rates.drug_rates tr[itemprop=review] td,
.rates.drug_comments tr.rate td {
  padding-bottom: 30px;
}

.rates.drug_rates img.avatar {
  width: 100px;
  object-fit: cover;
  height: 100px;
  display: inline-block;
  overflow: hidden;
  white-space: normal;
}

.rates.drug_rates tr[itemprop=review] .fio {
  text-decoration: none;
}

.rates.drug_rates tr[itemprop=review] .fio:hover {
  color: red;
}

.mainpage_pharm_groups_divider {
  width: 300px;
}

.mainpage_pharm_groups_container td {
  line-height: 21px;
  white-space: nowrap;
}

.mainpage_pharm_groups_container td:not(:last-child) {
  padding-right: 20px;
}

.mainpage_pharm_group__title {
  padding-bottom: 15px;
}

.mainpage_pharm_group__title a {
  font-size: 2em;
  text-decoration: none;
  border-bottom: 1px dotted #aaa;
  margin-left: -10px;
}

.mainpage_pharm_group a {
  text-decoration: none;
  font-size: 14.4px;
  border-bottom: 1px dotted #aaa;
}

.mainpage_pharm_group {
  vertical-align: top;
  font-size: 14px;
}

table.drug_list {
  border-collapse: collapse;
}

.drug_list {
  width: 728px;
}

table.drug_list td {
  vertical-align: top;
}

.drug_list__avatar_section,
.drug_list__info_section {
  padding: 25px 5px;
}

.drug_list__avatar_section {
  padding-right: 20px;
}

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

.drug_list__rate_quote {
  margin-left: 0;
  margin-right: 0;
  color: gray;
}

.drug_list__rates_count {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px dotted gray;
  text-decoration: none;
  color: #858585;
  font-weight: 500;
  margin-right: 20px;
  padding-top: 5px;
}

.analogs_for_use_link {
  text-decoration: none;
  color: #0071ff;
}

.analogs_for_use_gray {
  font-weight: normal !important;
  color: gray;
}

.analogs_left, .analogs_right {
  display: inline-block;
}

.analogs_right {
  margin-left: 10px;
}

.reviews_count {
  font-weight: 500 !important;
  color: gray;
}
@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;
}

body {
  background-color: #FFFFFF;
  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: 0.5em;
}

select, textarea, input[type=text], input[type=tel], input[type=password], input[type=email] {
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 2px;
}

select {
  background-color: white;
}

input[type=text], input[type=password], input[type=email], input[type=tel] {
  height: 22px;
  padding-left: 8px;
}

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: 995px;
  padding-left: 5px;
  position: relative;
}

/*Это копипаста из блока header-top. Уничтожить, как только все сайты перейдут на блоки.*/
.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;
  margin-top: 7px;
}

.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;
}

#town_change {
  height: auto;
  font-size: 1.3em;
  display: none;
  color: black;
  background-color: rgb(245, 245, 245);
}

#town_change > div {
  margin: 0 auto;
}

#town {
  border: 0;
  color: white;
  font-weight: 500;
  width: 100%;
  min-height: 16px;
  padding-right: 15px;
  background-size: 12px;
  cursor: pointer;
}

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

#bread2 {
  line-height: 30px;
  width: auto;
  /*margin: 0 auto;*/
  /*padding-left: 10px;*/
}

#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;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.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;
}

#logo {
  background: 0 0 no-repeat;
  text-decoration: none;
  display: block;
  height: 50px;
  margin: 0;
  width: 300px;
}

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

.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;
  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 a {
  display: block;
  font-size: 14px;
  line-height: 2em;
  outline: none;
  padding: 0 10px;
}

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

.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: 235px;
  padding: 8px 15px;
  margin-right: 15px;
  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;
}

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

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

.super_line {
  border-bottom: 1px solid #ddd;
}

.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, #site button {
  /*color:#0091ff;*/
  /*border-color:#0091ff;*/
  line-height: 20px;
  text-decoration: none;
  /*font-weight: 500;*/
  border: none;
  padding: 0;
  font-size: 14px;
  background: none;
}

#site a:hover, #site button:hover {
  color: #EE0000;
}

#pay {
  background: url("/static/_v1/pd/icons/pay.png") no-repeat scroll left center transparent;
  padding-left: 20px;
  line-height: 25px;
}

/* 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;
  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 {
  position: relative;
  padding-left: 25px;
  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;
}

.redlink {
  color: #BB0000 !important;
  margin-left: 5px;
  padding: 2px;
}

.greenlink {
  color: #008800 !important;
  padding: 2px;
}

.redlink img, .greenlink img {
  margin-right: 3px;
}

h2 {
  margin: 5px 0;
}

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

#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;
}

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

/* admin links */
.adminka {
  background: yellow;
  margin: 0px 0.3em;
}

/* ??????? */
::-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 */
h2#rating {
  margin-top: 0;
}

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 {
  display: inline-block;
  margin-left: 5px;
  margin-top: 10px;
  margin-bottom: 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;
}

/*.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_wrap:after {
  content: "";
  display: table;
  clear: both;
}

.draft_status_wrap {
  float: right;
}

.draft_status_container {
  position: relative;
  display: inline-block;
  height: 0px;
  width: 100%;
}

@media screen and (max-width: 720px) {
  .draft_status_container {
    height: 100%;
  }
}
.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:not(.rate_status_widget) {
  top: 40px;
}

.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 35px;
  width: 960px;
}

.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;
}

.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: 333px;
}

.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 input[type=text], .finddiv_main input[type=text], #find_drug {
  /*border-color: #0091ff;*/
  width: 260px;
  border-color: #0091ff;
  border-radius: 3px !important;
  border-width: 1px !important;
  background: #FFF url("/static/_v1/pd/icons/arrows/drop-down-search.png") 99% center no-repeat;
  background-size: 16px;
}

.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;
  width: 55px;
}

.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;
}

.reply_datetime {
  color: gray !important;
  font-size: 0.9em;
}

.lpulist_metro {
  /*padding-left: 10px;*/
  font-size: 0.9em;
  margin-bottom: 5px;
}

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;
}

.main_page_search button, .main_page_search input, .main_page_search #find_drug {
  height: 30px;
}

.main_page_search button {
  width: 50px;
  padding: 0 3px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.main_page_search {
  padding: 10px 5px 10px 10px;
  border-radius: 10px;
  background-color: #0091FF;
  position: relative;
}

.main_page_search select {
  width: 263px;
  height: 30px;
}

.main_page_search .search_text {
  width: 263px;
  position: absolute;
  right: 70px;
  top: 12px;
}

.main_page_search input[type=text] {
  width: 350px;
}

.main_page_search input.town {
  width: 200px;
}

.main_page_search input.town ~ .tt-menu {
  margin-left: 10px;
}

.main_page_search input.town, .main_page_search #find_place {
  margin-left: 10px;
}

.block_main {
  padding: 15px 50px;
}

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

.mainpage_h1_desc {
  text-align: center;
  line-height: 1.5em;
}

.mainpage_margin {
  margin-top: 60px;
}

.mainpage_margin2 {
  margin-top: 40px;
}

.main_page_search {
  margin-top: 20px;
}

/**
 * Используется:
 * @see include/doctor_intro.html
 */
.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;
}

/**
 * Используется:
 * @see include/doctor_intro.html
 */
.tt-suggestion {
  padding: 5px 10px;
  border-top: 1px solid #ccc;
  cursor: pointer;
}

/**
 * Используется:
 * @see include/doctor_intro.html
 */
.tt-cursor {
  background-color: #EEE !important;
}

/**
 * Используется:
 * @see include/doctor_intro.html
 */
.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: initial;
}

.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;
}

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

.h2_rating_doctorlist {
  display: block;
  margin-top: 50px;
}

.new_lpuset_lpu_name {
  width: 100%;
}

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

.fixed_tabs_container ~ .panel-container #contacts,
.fixed_tabs_container ~ .panel-container #photo,
.fixed_tabs_container ~ .panel-container .doctor_rates {
  display: none;
}

.fixed_tabs_container ~ .panel-container {
  border: none;
  /*border-top: 1px solid #ccc;*/
  border-radius: 0;
  padding: 10px 0;
}

.fixed_tabs_container ~ .panel-container #rates {
  padding-top: 20px;
}

.fixed_tabs_container.tabs-fixed {
  top: 0;
  z-index: 99999;
  position: fixed;
  width: 100%;
  box-shadow: 4px 4px 4px #CCC;
  background-color: #eee;
}

.fixed_tabs_container .fixed_tabs > ul > .tab {
  height: 30px;
  border-radius: 0;
  display: table-cell;
  text-align: center;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  position: relative;
}

.fixed_tabs_container .fixed_tabs > ul > .tab > div {
  position: relative;
}

.tabs_cnt {
  line-height: 22px;
  position: absolute;
  color: #0091ff;
  right: 7px;
  top: 0;
}

.fixed_tabs_container .fixed_tabs > ul > .tab:not(:first-child) {
  border-left: 0;
}

.fixed_tabs_container .fixed_tabs > ul > .tab.active {
  position: static;
  border-bottom: none;
  border-top: 3px solid #0091FF;
}

.fixed_tabs_container.tabs-fixed .fixed_tabs > ul > .tab.active {
  border-top: 1px solid #ccc;
  border-bottom: 3px solid #0091FF;
}

.fixed_tabs_container .fixed_tabs > ul > .tab a {
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.fixed_tabs_container ~ .panel-container .rates {
  width: 760px;
  float: left;
}

.fixed_tabs_container ~ .panel-container .moder {
  width: 540px;
}

.fixed_tabs_container ~ .panel-container .rates td:nth-child(2) {
  max-width: 600px;
}

.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: inline-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;*/
  margin-right: 160px;
}

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

.doctor_education, .doctor_courses:not(.doctor_table_description) {
  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;
}

.doctorlist_filters {
  width: 240px;
  float: right;
  margin-top: 0 !important;
  margin-bottom: 10px;
}

.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;
}

.doctor_rate_address {
  display: inline-block;
  margin-left: 30px !important;
}

.doctor_rate_address {
  display: block;
  margin-left: 45px !important;
  margin-bottom: 10px;
}

.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_moderation_bg {
  background-color: #ccffff;
}

.rate_declined_bg {
  background-color: #ff9999;
}

.rate_on_check_bg {
  background-color: #ffffaa;
}

.rate_correct_bg {
  background-color: #ff7654;
}

.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;
}

.prof_menu > ul > li > a {
  padding-left: 20px !important;
}

.div_history_hidden {
  display: none;
}

.purchase_history {
  color: #8f9392;
  position: absolute;
  left: 296px;
  top: -17px;
  display: inline-block;
  width: 80px;
  font-size: 14px;
  margin-bottom: -10px;
  cursor: pointer;
}

.purchase_history_conditions {
  left: 319px;
}

.purchase_history_advcontract {
  left: 420px;
}

.purchase_history_licence {
  left: 320px;
}

.purchase_history_bg {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  width: 13px;
  height: 13px;
  background: #FFF url(/static/_v1/pd/icons/arrows/drop-down-menu.png) no-repeat center;
}

.purchase_history_bg_rigth {
  transform: rotate(-90deg);
}
/* 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;
}
.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%;
}
@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-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-menu-line {
  font-family: "Inter", "NotoSansGeorgian", "NotoSansArmenian", "Arial", sans-serif;
  margin-bottom: 24px;
}
.b-menu-line__container {
  margin-bottom: 24px;
}
.b-menu-line__menu-list {
  padding: 0;
  margin-bottom: 24px;
}
.b-menu-line__menu-list-item {
  display: inline-block;
  margin-left: 16px;
}
.b-menu-line__menu-list-item:first-child {
  margin-left: 0;
}
.b-menu-line__menu-list-item-link {
  padding: 9px 18px;
  display: block;
  border: 1px solid #C7D3D9;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 40px;
  font-size: 16px;
  color: #1A5DD0;
  transition: 0.2s ease-in-out;
  background-color: #FFFFFF;
}
.b-menu-line__menu-list-item-link:hover {
  color: #FF4A37;
}
.b-menu-line__menu-list-item-rc {
  font-size: 14px;
  color: #5A5C61;
  font-weight: 500;
}
/* 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;
}
/* 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 */
.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;
}
/*! 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*/
  }
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.prettycheckbox, .prettyradio {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.prettycheckbox > a, .prettyradio > a {
  height: 30px;
  width: 30px;
  display: block;
  float: left;
  cursor: pointer;
  margin: 0;
  background: url("/static/_v1/pd/icons/prettyCheckable/sprites.png");
}

.prettycheckbox > a:focus, .prettyradio > a:focus {
  outline: 0 none;
}

.prettycheckbox label, .prettyradio label {
  display: block;
  float: left;
  margin: 6px 5px;
  cursor: pointer;
}

.prettycheckbox a.disabled, .prettycheckbox label.disabled, .prettyradio a.disabled, .prettyradio label.disabled {
  cursor: not-allowed;
}

.prettycheckbox > a {
  background-position: 0 0;
}

.prettycheckbox > a:focus {
  background-position: -30px 0;
}

.prettycheckbox > a.checked {
  background-position: -60px 0;
}

.prettycheckbox > a.checked:focus {
  background-position: -90px 0;
}

.prettycheckbox > a.checked.disabled {
  background-position: -150px 0;
}

.prettycheckbox > a.disabled {
  background-position: -120px 0;
}

.prettyradio > a {
  background-position: -180px 0;
}

.prettyradio > a:focus {
  background-position: -210px 0;
}

.prettyradio > a.checked {
  background-position: -240px 0;
}

.prettyradio > a.checked:focus {
  background-position: -270px 0;
}

.prettyradio > a.checked.disabled {
  background-position: -330px 0;
}

.prettyradio > a.disabled {
  background-position: -300px 0;
}
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  border: 1px solid #000;
  background: #2c2c2c;
  color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}

.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  transition-property: opacity;
}

.tooltipster-fade-show {
  opacity: 1;
}

.tooltipster-grow {
  transform: scale(0, 0);
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  transform: rotateZ(4deg);
  transition-property: transform;
}

.tooltipster-swing-show {
  opacity: 1;
  transform: rotateZ(0deg);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  top: 0;
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}

.tooltipster-slide {
  left: -40px;
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  transform: scale(1.1, 1.1);
}

.tooltipster-light {
  border-radius: 5px;
  border: 1px solid #cccccc;
  background: #ededed;
  color: #666666;
}

.tooltipster-light .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
}
@charset "UTF-8";
/**
 * @deprecated
 * Стили перенесены сюда
 * из шаблона pharm/templates/pharm/drug/drug.html
 * в связи с удалением assets.
 */
/* stylelint-disable */
.block_margin:not(:first-of-type) {
  margin-top: 20px;
}

.drug_list {
  width: auto;
}

.review-button {
  margin: 30px 0;
}
/* 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;
}

.v2-dialog button:hover,
.v2-application--wrap button:hover {
  background-color: initial;
}
.v2-dialog a,
.v2-application--wrap a {
  color: inherit;
}
.v2-dialog a:hover,
.v2-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/pt-drug-full/pt-drug-full.3b6181fa294bc175c79f.css.map