@charset "UTF-8";

:root {
  --font-headline: 'Playfair Display', serif;
  --font-text: 'Raleway', sans-serif;
  --font-color: rgb(27, 22, 19);
  /* Black: rgb(15,15,15); */
  --font-color-brown: #c0c0c0;

  --link-color: #ffae51;
  /* rgba(255, 174, 81, 0.2) */
  --link-color-light: #ffcf99;
  /* ffc27d; */
  --link-color-hover: rgb(27, 22, 19);
  --link-color-focus: #ffae51;
  --line-color: rgba(133, 115, 102, 0.2);
  /* #c0c0c0; */

  --graylight-color: #ededed;
  --accent-color: #303030;
  /* brown */

  --site-bg-color: #f4f4f4;
}

* {
  box-sizing: border-box;
}

hr,
p.red,
p.red a {
  margin-right: 40px
}

.button,
.hit {
  -khtml-user-select: none;
  text-transform: uppercase
}

.right_menu,
.shop_list,
.shop_navigation,
.ul1,
div.group_list ul,
ul.users li {
  list-style-type: none
}

.ban_menu>a,
.banner .width>a,
.button,
.hit {
  text-transform: uppercase
}

#gallery,
.captcha,
.clearing,
div.rss {
  clear: both
}






.pageBody {
  position: relative;
}

.descriptor {
  padding: 20px 0;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 7px;
  border-top: 1px dashed rgba(136, 122, 112, 0.25);
  border-bottom: 1px dashed rgba(136, 122, 112, 0.25);
}

.step {
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  border: 1px dashed var(--font-color);
  background-color: rgba(27, 22, 19, 0.07);
  vertical-align: middle;
  transform: translate(0, -3px);
  text-align: center;
  font-size: 0.5em;
  line-height: 1.5em;
}

.notation {
  max-width: 890px;
  margin: 40px 0;
  padding: 40px 40px 40px 60px;
  border-radius: 4px;
  border: 1px dashed var(--font-color);
  background: rgba(133, 115, 102, 0.07);
  font-size: 1.1em;
}

.notation ul {
  padding-left: 20px;
}

.notation p,
.notation li {
  font-weight: 300;
  font-size: 1.1em;
}

.notation.small {
  padding: 15px 30px 15px 30px;
}

.notation.small,
.notation.small p,
.notation.small li {
  font-size: 1rem;
}


.toggle-showhide {
  max-height: 163px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease-out
}

.toggle-showhide::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: -webkit-linear-gradient(rgba(247, 244, 241, 0) 0%, rgba(247, 244, 241, 1) 100%);
  background: -o-linear-gradient(rgba(247, 244, 241, 0) 0%, rgba(247, 244, 241, 1) 100%);
  background: linear-gradient(rgba(247, 244, 241, 0) 0%, rgba(247, 244, 241, 1) 100%);
}

.toggle-showhide.show {
  max-height: 3000px
}

.toggle-showhide.show::after {
  display: none;
}

.toggle-showhide__btn {
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  color: var(--font-color);
  border-bottom: 1px dashed var(--link-color);
  margin-left: 40px;
  padding-bottom: 2px;
  cursor: pointer;
  color: var(--link-color);
  transition: all 0.2s ease-out
}

.toggle-showhide__btn::after {
  content: '+';
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  transform: translate(0, -1px);
}

.toggle-showhide__btn:hover {
  color: var(--font-color);
  border-bottom: 1px dashed var(--font-color);
}

.toggle-showhide.show+.toggle-showhide__btn::after {
  content: '–';
}

img {
  border: none
}

.img {
  margin-bottom: -2px
}

.img.floatl.img-l {
  margin: 15px 65px 15px 0;
}

.img.floatr {
  margin: 15px 0 20px 70px;
}

.box:before,
.box:after {
  display: table;
  content: "";
  line-height: 0;
}

.box:after {
  clear: both;
}

.box_aside {
  float: left;
  max-width: 40%
}

.box_aside img {
  max-width: 100%;
  height: auto;
}

.box_cnt {
  overflow: hidden;
  padding-left: 30px;
}

.clearing {
  height: 0;
  font-size: 1px
}

.table_row {
  display: table-row
}

.left_block {
  width: 100%;
  margin-left: -280px;
  float: left
}

.left_block .data {
  margin-left: 280px
}

.right_block {
  width: 280px;
  float: right
}

.header {
  margin-bottom: 22px
}

.header .data {
  margin-top: 46px
}

input[type=text],
input[type=password] {
  border: 1px solid #cfcfcf;
  color: #5b5b5b;
  font-family: var(--font-text);
  font-size: 10pt;
  height: 25px;
  margin: 6px;
  outline: 0;
  padding: 2px 30px 2px 15px;
  width: 250px
}

.input_buttom_search {
  height: 46px !important;
}

.input_buttom_search+.button {
  -webkit-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  transform: translate(0, -1px);
  /* margin-top: -2px; */
  /* vertical-align: middle; */
}

ol.search {
  max-width: 900px;
  padding: 0;
}

ol.search li {
  margin-bottom: 17px;
  padding-bottom: 19px;
  border-bottom: 1px dashed rgba(136, 122, 112, 0.25);
}

ol.search li .description {
  font-size: 90%;
  font-weight: 300;
}

ol.search li a {
  font-size: 1.2rem;
  font-weight: 400;
}

.header #authorization {
  display: table;
  float: right;
  margin-right: 90px
}

.header #authorization a {
  display: inline-block;
  color: #848484;
  font-size: 8pt;
  margin: 8px 0 0 15px
}

.header #authorization div {
  display: table-cell
}

.header #authorization input {
  margin-left: 5px
}

.header #authorization input[type=text],
.header #authorization input[type=password] {
  width: 80px
}

.header #authorization input[type=submit] {
  border: none;
  color: #FFF;
  background: url(/images/button_auth_bg.gif) no-repeat #E83531;
  height: 24px;
  font-size: 10pt;
  padding: 0 15px 4px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  letter-spacing: 1px
}

.header .search {
  float: left;
  margin-top: 46px
}

.header .search input {
  background: url(/images/search.gif) 172px center no-repeat;
  width: 150px
}

.nav {
  background-color: #E83531;
  float: right;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0 13px;
  margin-right: 9px
}

.float_left,
.shop_img,
.top_menu {
  float: left
}

.nav ul,
.submenu,
.top_menu {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.nav ul li {
  margin: 10px 0;
  padding: 0
}

.top_menu {
  font-size: 14px;
  line-height: 100%;
  padding: 15px 0
}

.top_menu li {
  border-right: 1px solid #000;
  display: block;
  float: left;
  padding: 0 13px;
  text-align: center;
  position: relative
}

.top_menu a,
.top_menu a:hover {
  text-decoration: none;
}

.top_menu a:hover {
  text-decoration: underline
}

.slide_block {
  margin-bottom: 20px
}

.slide_block .data {
  border-top: 1px solid #D1D1D1;
  margin-right: 5px
}

.slide_block.right_block {
  background-color: #f4f4f4
}

.slide_block .slide {
  background: url(/images/bg.png) repeat-x #F4F4F4;
  border-top: 1px solid #FFF;
  display: table;
  width: 100%;
  height: 170px;
  vertical-align: middle
}

.slide_block .cart,
.vcard_position {
  display: table-cell;
  vertical-align: middle
}

.slide_block.right_block .data {
  margin-right: 0
}

.slide_block .cart {
  border-top: 1px solid #fff;
  height: 170px;
  width: 280px
}

.slide_block .cart .content {
  border: 1px solid #f4f4f4;
  margin: 0 15px 0 20px;
  padding-left: 55px;
  background: url(/images/cart.png) 0 10px no-repeat
}

.slide_block .h1 {
  margin: 10px 0 0
}

.slide_block .cart .content p {
  font-size: 9pt
}

.slide_block .vcard {
  text-align: right;
  display: inline-block;
  padding: 8px 8px 8px 55px;
  background-color: rgba(0, 0, 0, .3);
  /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4c000000', endColorstr='#4c000000');*/
  color: #FFF;
  font-size: 17pt;
  line-height: 90%
}

.hit,
.submenu li {
  text-align: center
}

.slide_block .vcard .code,
.slide_block .vcard a {
  color: #FFF;
  font-size: 12pt
}

.submenu {
  margin-bottom: 0;
  font-size: 12pt;
  width: 100%;
  display: table;
  background-position: right 6px
}

.submenu li {
  display: table-cell;
  padding: 0 6px;
  background-position: left 6px
}

.submenu,
.submenu li {
  background-image: url(/images/submenu_border.gif);
  background-repeat: no-repeat
}

.submenu li a {
  color: #E83531;
  font-size: 12pt
}

.left_block.content .data {
  padding-right: 25px
}

.left_block.content,
.right_block .content {
  margin-bottom: 30px
}

.right_block .content {
  padding-left: 10px
}

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #a2bb66;
  display: inline-block;
  padding: 15px 30px 16px;
  margin: 0;
  border: none;
  user-select: none;
  -moz-user-select: none;
  font-family: var(--font-text);
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.button.border {
  padding: 14px 30px 14px;
  background-color: transparent;
  border: 2px solid #a2bb66;
  color: #a2bb66;
}

p.button {
  height: 22px
}

.button,
.button a,
.button a:hover,
.button.border:hover {
  color: #FFF;
  text-decoration: none
}

.button:hover {
  background-color: #849953;
}

.button.border a {
  color: #a2bb66;
}

.button.border:hover {
  background-color: #a2bb66;
}

.hit {
  color: #fff;
  background: url(/images/hit.png) no-repeat;
  margin: -10px 0 0 -20px;
  position: absolute;
  width: 40px;
  height: 30px;
  border-radius: 20px;
  padding-top: 10px;
  font-size: 11pt;
  user-select: none;
  -moz-user-select: none
}

.news_properties th,
.tags img {
  text-align: left
}

.right_menu,
.shop_list {
  padding: 0;
  margin: 0
}

.right_menu li,
.shop_list li {
  background: url(/images/li.gif) 0 6px no-repeat;
  padding-left: 15px;
  margin: 5px 0
}

.ul1 li {
  background: url(/images/li.gif) 0 6px no-repeat
}

.news_list dt {
  background: url(/images/li.gif) 0 4px no-repeat;
  font-weight: 700;
  color: #606060
}

.news_list dd {
  margin: 0 0 15px
}

.portfolio_img {
  margin: 0 10px 10px 0;
  float: left
}

.news_img {
  float: left
}

#gallery .news_img {
  margin: 0 25px 10px 0;
}

.full_list dd a {
  font-size: 11pt;
  font-weight: 700;
  color: #333
}

.news_img {
  max-width: 245px
}

.news_properties td {
  padding-right: 5px
}

.tags {
  color: #AAA;
  margin: 10px 15px 10px 0;
  font-size: 9pt
}

.tags img {
  margin: 0 5px -1px 0
}

.tags a {
  font-style: italic;
  color: #AAA !important
}

.tags span {
  padding-left: 15px;
  padding-right: 3px;
}

.TagsCloud a {
  font-family: var(--font-headline);
  font-style: italic;
  text-decoration: none;
  display: inline-block;
  padding: 1px 6px;
  margin: 1px 0;
  border-radius: 3px
}

.TagsCloud a:hover {
  border-width: 0;
  background-color: #E83531;
  color: #fff
}

.TagsCloud a,
.news_list a,
.shop_list a {
  color: #7b7b7b
}


.poll p {
  margin: 8px 0
}

.poll p a {
  margin-left: 5px
}

.poll p label input {
  float: left;
  margin-right: 10px
}

.poll input[type=button],
.poll input[type=submit] {
  margin-top: 10px
}


a {
  color: var(--link-color);
  text-decoration: none;
  transition: all 0.2s ease-out
}

a:hover {
  color: var(--link-color-hover);
}

div.breadcrumbs {
  margin: 20px 300px 0 0;
  line-height: 170%
}

a.page_link,
span.ctrl,
span.current {
  font-family: var(--font-text);
  text-align: center;
  display: block;
  margin-right: 15px;
  background: #fff;
  float: left;
  line-height: 55px;
}

a.page_link,
span.current {
  width: 55px;
  height: 55px;
  color: #000;
}

a.page_link {
  background-color: #ccc;
  text-decoration: none;
}

span.current,
a.page_link:hover {
  background-color: var(--link-color);
  color: #fff;
}

span.ctrl {
  display: none;
  font-size: 10px;
  color: #4F3327;
  cursor: pointer;
  padding: .5em .5em .3em
}

div.rss {
  float: right;
  margin-right: 40px
}

div.rss img {
  margin-bottom: -4px
}

input.large {
  font-size: 16pt
}

.ui-stars-cancel,
.ui-stars-star {
  float: left;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer
}

.ui-stars-cancel a,
.ui-stars-star a {
  width: 16px;
  height: 15px;
  display: block;
  background: url(/images/stars.png) no-repeat
}

ul.polaroids a,
ul.polaroids li {
  display: inline
}

.ui-stars-star a {
  background-position: 0 -32px
}

.ui-stars-star-on a {
  background-position: 0 -48px
}

.ui-stars-star-hover a {
  background-position: 0 -64px
}

.ui-stars-cancel-hover a {
  background-position: 0 -16px
}

.ui-stars-cancel-disabled a,
.ui-stars-star-disabled,
.ui-stars-star-disabled a {
  cursor: default !important
}

.captcha {
  font-size: 75%;
  padding: 0;
  color: #777
}

.captcha span {
  text-decoration: underline;
  cursor: pointer
}

div.captcha img {
  margin: 0 3px -1px 0
}

img.captcha {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px
}

ul.polaroids {
  width: 100%;
  margin: 0 0 10px -60px
}

ul.polaroids a {
  background: #fff;
  float: left;
  margin: 0 0 27px 30px;
  width: auto;
  padding: 5px 5px 10px;
  text-align: center;
  font-family: sans-serif;
  text-decoration: none;
  color: #333;
  font-size: 14pt;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
  -webkit-transform: rotate(-2deg);
  -webkit-transition: -webkit-transform .15s linear;
  -moz-transform: rotate(-2deg)
}

ul.polaroids img {
  display: block;
  margin-bottom: 12px
}

ul.polaroids a:after {
  content: attr(title)
}

ul.polaroids li:nth-child(even) a {
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg)
}

ul.polaroids li:nth-child(5n) a {
  -webkit-transform: rotate(5deg);
  position: relative;
  right: 5px;
  -moz-transform: rotate(5deg)
}

ul.polaroids li:nth-child(8n) a {
  position: relative;
  right: 5px;
  top: 8px
}

ul.polaroids li:nth-child(11n) a {
  position: relative;
  left: -5px;
  top: 3px
}

ul.polaroids li.messy a {
  margin-top: -375px;
  margin-left: 160px;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg)
}

ul.polaroids li a:hover {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
  position: relative;
  z-index: 5
}

#error,
#message,
#status_message {
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  font-size: 8pt;
  border-collapse: collapse;
  width: 450px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  padding: 5px 15px 5px 35px
}

#message p,
ul.users {
  margin: 0;
  padding: 0
}

#error {
  border: 1px solid #CA1D13;
  color: #CA1D13;
  background: url(/hostcmsfiles/images/error.gif) 10px 50% no-repeat
}

#message,
#status_message {
  border: 1px solid #4ba749;
  color: #4ba749;
  background: url(/hostcmsfiles/images/message.gif) 10px 50% no-repeat
}

.transparent {
  opacity: .6
}

ul.users li {
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 10px 6px;
  width: 230px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  margin: 0 0 6px;
  padding: 5px 0 11px 45px
}

.users li a:hover,
.users li a:visited,
ul.users li a:link {
  color: #666;
  font-size: 14pt;
  font-family: var(--font-headline);
  font-style: italic;
  text-decoration: none;
  border-bottom: 1px dashed #666
}

ul.users li:hover {
  background-color: #F4F4F4 !important
}

span.redSup {
  color: #E83531
}

#messages,
#siteuser_messages #chat_window {
  overflow-y: auto
}

#messages {
  display: table;
  border-spacing: 0 4px
}

#messages div {
  display: table-row
}

#messages div div {
  display: table-cell;
  vertical-align: middle
}

#messages .attr {
  white-space: nowrap;
  padding-right: 20px;
  text-align: right
}

#messages .text {
  width: 550px;
  border-radius: 15px;
  padding: 10px 12px;
  margin: 4px 8px
}

#messages .out .text {
  background-color: #f0efeb
}

#messages .out a {
  color: #009BE8
}

#messages .out.unread {
  background-color: #fafafa;
  border-color: red
}

#messages .in .text {
  background-color: #f0ecda
}

#messages .in a {
  color: #7FC801
}

#messages .in.unread {
  background-color: #f0efeb
}

#load_messages {
  display: inline-block;
  font-size: 11pt;
  border-bottom: 1px dashed #4ba749;
  margin-bottom: 10px;
  color: #4ba749;
  cursor: pointer
}

.message_topics {
  display: table;
  width: 100%;
  margin-top: 15px
}

.message_topics div {
  display: table-row;
  border-bottom: 1px dotted #E2D5D5
}

.message_topics div.in_unread {
  background-color: #F0EFEB
}

.message_topics div.out_unread {
  background-color: #FAFAFA
}

.message_topics div div {
  display: table-cell;
  vertical-align: middle;
  padding: 5px
}

.message_topics .avatar {
  width: 80px;
  text-align: center
}

.message_topics .user_info {
  width: 220px;
  text-align: center
}

.message_topics .actions {
  width: 40px;
  text-align: center
}

#fastRegistration,
#fastRegistrationDescription {
  float: left;
  width: 50%
}

#fastRegistration {
  display: none;
  min-width: 500px
}

#ajaxLoader {
  width: 32px;
  height: 32px;
  padding: 11px;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}

.helpdesk_status_1 {
  color: #999
}

.helpdesk_status_2 {
  color: #000
}

.helpdesk_hour div,
.helpdesk_wt_0,
.helpdesk_wt_1,
.helpdesk_wt_2 {
  color: #6A6A6A;
  float: left;
  width: 20px;
  height: 20px;
  margin: 0 1px 1px 0
}

.helpdesk_wt_0 {
  background-color: #EFEEEA
}

.helpdesk_wt_1 {
  background-color: #a6bd4a
}

.helpdesk_wt_2 {
  background-color: #DF5910
}

.helpdesk_day {
  color: #6A6A6A;
  width: 100px
}

.helpdesk_day div {
  height: 19px;
  margin: 0 1px 1px 0;
  padding: 1px 0 0 5px
}

.helpdesk_legend {
  margin: 15px 0 0 30px
}

.helpdesk_hour {
  text-align: center
}

.table_border_hostcms {
  border-spacing: 2px
}

.table_border_hostcms td {
  padding: 6px 20px 5px 6px
}

.table_border_hostcms th {
  padding: 5px 20px 5px 5px;
  border-bottom: 1px solid #D20A1C;
  text-align: left
}

hr {
  border: 0;
  height: 1px;
  color: #dadada;
  background-color: #dadada;
  width: 100%;
  clear: both;
}

.validate label.input_error {
  display: block;
  line-height: 1.8;
  vertical-align: top;
  color: red;
  font-style: italic
}

.validate input.input_error {
  border: 1px dashed #DB1905;
  background-color: #FFFFD5
}

.siteMap li {
  line-height: 1.5em
}

.siteMap li a {
  color: #333;
  font-weight: 700
}

.siteMap li ul li a {
  color: #777;
  font-weight: 400
}

img.userAvatar {
  float: left;
  margin: 25px 10px 20px 0;
  border-radius: 5px
}

.add_message_table div.add_row,
.bbedit-toolbar,
.table_messages {
  margin-bottom: 5px
}

div.userData {
  width: 300px;
  float: left
}

div.userData dt {
  float: left;
  width: 120px;
  text-align: right;
  margin-right: 12px
}

div.userData dd {
  overflow: hidden;
  font-weight: 700;
  color: #000
}

div.userAvatar {
  float: right
}

.underline {
  text-decoration: underline
}

.line-throught {
  text-decoration: line-through
}

.orderListActions a,
.selectedquote {
  text-decoration: underline;
  cursor: pointer
}

.bbedit-smileybar,
.bbedit-toolbar {
  line-height: 22px;
  font-size: 10px
}

.bbedit-smileybar {
  margin-top: 5px
}

.bbedit-toolbar span {
  padding: 4px 9px;
  border: 1px solid #B2B2B2;
  background-color: #F0F0F0;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.bbedit-toolbar span.hover,
.bbedit-toolbar span:hover {
  border-color: #777;
  background-color: #E5E5E5
}

.table_group_forums,
.table_group_forums td {
  border-width: 1px;
  border-color: #E3E1DA;
  border-style: solid;
  padding: 2px;
  border-collapse: collapse;
  empty-cells: show;
  vertical-align: middle
}

.bbedit-smileybar img {
  margin-right: 3px;
  cursor: pointer
}

.bbedit-b {
  background: url(/hostcmsfiles/forum/editor/icons.gif) no-repeat
}

.bbedit-i {
  background: url(/hostcmsfiles/forum/editor/icons.gif) -60px 0 no-repeat
}

.bbedit-u {
  background: url(/hostcmsfiles/forum/editor/icons.gif) -140px 0 no-repeat
}

.bbedit-s {
  background: url(/hostcmsfiles/forum/editor/icons.gif) -120px 0 no-repeat
}

.bbedit-url {
  background: url(/hostcmsfiles/forum/editor/icons.gif) -500px 0 no-repeat
}

.bbedit-img {
  background: url(/hostcmsfiles/forum/editor/icons.gif) -380px 0 no-repeat
}

.bbedit-code {
  background: url(/hostcmsfiles/forum/editor/icons.gif) -180px 0 no-repeat
}

.bbedit-quote {
  background: url(/hostcmsfiles/forum/editor/icons.gif) -220px 0 no-repeat
}

.bbedit-font {
  background: url(/hostcmsfiles/forum/editor/icons.gif) -720px 0 no-repeat
}

.bbedit-olist {
  background: url(/hostcmsfiles/forum/editor/icons.gif) -80px 0 no-repeat
}

.bbedit-ulist {
  background: url(/hostcmsfiles/forum/editor/icons.gif) -20px 0 no-repeat
}

.bbedit-sup {
  background: url(/hostcmsfiles/forum/editor/icons.gif) -620px 0 no-repeat
}

.bbedit-sub {
  background: url(/hostcmsfiles/forum/editor/icons.gif) -600px 0 no-repeat
}

.table_group_forums {
  width: 100%
}

.table_group_title td {
  padding: 2px;
  border-collapse: collapse;
  empty-cells: show;
  border-width: 0;
  border-color: #E3E1DA;
  border-style: solid;
  background-color: #EFEEEA;
  color: #000;
  vertical-align: middle
}

.table_identification,
.table_identification td {
  empty-cells: show;
  border-width: 1px;
  border-color: #E3E1DA;
  border-style: solid;
  padding: 2px;
  border-collapse: collapse
}

.title_group_forums {
  font-weight: 700
}

.row_title_group_forums {
  background-color: #EFEEEA;
  color: #000;
  font-weight: 700
}

.table_identification {
  width: 100%;
  margin-top: 10px
}

.table_identification td {
  vertical-align: middle
}

.name_users {
  color: #DB1905
}

.row_title_identification {
  color: #000;
  background-color: #EFEEEA;
  font-weight: 700
}

.table_forum {
  width: 100%;
  padding: 2px;
  border: 0
}

.table_forum_message,
.table_forum_message td {
  color: #000;
  empty-cells: show;
  border-width: 1px;
  border-color: #E3E1DA;
  border-style: solid
}

.table_forum_message {
  width: 100%;
  padding: 2px;
  border-collapse: collapse;
  background-color: #EFEEEA
}

.table_forum_message td {
  vertical-align: middle
}

.forum_message_signature {
  padding-top: 10px;
  font-size: 85%;
  color: #999
}

.table_forum td {
  vertical-align: middle
}

.row_title_forum {
  padding-top: 5px
}

.table_title_forum {
  width: 100%;
  color: #000
}

.table_title_forum td {
  border: none
}

.add_theme_table,
.table_themes td {
  border-collapse: collapse;
  empty-cells: show;
  border-width: 1px;
  border-color: #E3E1DA;
  border-style: solid;
  color: #000
}

.title_forum {
  color: #000;
  font-weight: 700
}

.table_themes {
  width: 100%;
  padding: 2px;
  border-spacing: 0;
  color: #000;
  border-collapse: collapse;
  empty-cells: show
}

.row_title_themes,
.row_title_themes_message {
  height: 25px;
  width: 100px;
  background-color: #EFEEEA
}

.table_themes td {
  padding: 3px;
  border-spacing: 0
}

.row_title_themes {
  font-weight: 700;
  padding-left: 10px
}

.row_title_themes td {
  color: #000
}

.row_title_themes_message {
  padding-left: 5px;
  padding-right: 5px
}

.row_title_themes_message label {
  color: #000
}

.theme_td_attribute {
  width: 20px
}

.theme_td_author {
  width: 120px
}

.theme_td_create_date {
  width: 80px
}

.theme_td_count_answer {
  width: 50px
}

.theme_td_last_message {
  width: 120px
}

.theme_td_action {
  width: 140px
}

.table_message_parameters,
.table_messages,
.table_title_message {
  width: 100%
}

.color_hidden_theme {
  background-color: #ECE9DB
}

.color_2_theme {
  background-color: #F9F9F9
}

.add_message_table,
.add_theme_table,
.add_theme_table td,
.codestyle,
.quotestyle,
.row_title_messages {
  background-color: #EFEEEA
}

.add_theme_table {
  width: 100%
}

.add_theme_table td {
  border-width: 8px
}

.table_messages,
.table_messages td {
  border-width: 1px;
  border-color: #E3E1DA;
  border-style: solid;
  empty-cells: show;
  border-collapse: collapse
}

.row_title_messages {
  font-weight: 700;
  color: #000
}

.table_title_message td {
  border: none
}

.title_messages {
  color: #000
}

.author_name {
  font-weight: 700;
  cursor: pointer
}

.selectedquote {
  color: #0089C6
}

.quotestyle {
  border-collapse: collapse;
  border-width: 1px;
  border-color: #E3E1DA;
  border-style: solid;
  padding: 5px
}

.codestyle {
  font-family: monospace;
  border-collapse: collapse;
  border: 1px solid #E3E1DA;
  padding: 5px
}

.table_message_parameters td {
  border-width: 0
}

.add_message_table {
  border: 1px solid #E3E1DA;
  color: #000;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px
}

.add_message_table div.add_row div.row_block {
  margin-right: 20px;
  float: left
}

.add_message_table div.add_row input[type=checkbox] {
  margin-bottom: -3px;
  border-width: 0
}

.table_user_info,
.table_user_info td {
  border-collapse: collapse;
  empty-cells: show;
  border-width: 1px;
  border-color: #E3E1DA;
  border-style: solid
}

.row_user_name,
.row_user_parameters {
  background-color: #EFEEEA;
  font-weight: 700;
  color: #000
}

.smiles_td td,
.table_extra_properties td {
  border: none
}

.orderListActions span.paid,
.orderListPaymentSystem {
  font-weight: 700
}

.orderListActions span.canceled,
.orderListActions span.notPaid {
  font-weight: 700;
  color: #E83531
}

.orderListChangePaymentSystem {
  display: none;
  width: 520px;
  background: #F0EFEB;
  color: #333;
  margin: 5px 50px 10px 0;
  zoom: 1;
  position: relative;
  padding: 20px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px
}

div.authorization {
  display: table-cell;
  width: 500px
}

.lock,
.thumbs,
.thumbs a,
span.rate {
  display: inline-block
}

.maillist_fieldset {
  margin-bottom: 7px;
  border-radius: 10px;
  border: 1px solid #75736E
}

.maillist_fieldset legend {
  font-weight: 700
}

.field .maillist_fieldset select {
  width: 115px
}

.maillist_fieldset input {
  margin: 0 5px 0 21px;
  position: relative;
  top: 4px
}

.maillist_fieldset label {
  border-bottom: 1px dashed #ccc;
  font-size: 8pt
}

.friendlist input[type=text],
.friendlist select,
.friendlist textarea {
  border-radius: 4px;
  color: #888;
  font-size: 11px;
  margin: 0 0 10px 20px;
  padding: 4px 6px;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #CCC
}

.friendlist select {
  width: 20%
}

span.thumbs {
  font-size: 8pt
}

.thumbs a {
  height: 10px;
  margin-bottom: -1px;
  width: 11px
}

.thumbs.inactive a {
  cursor: default
}

.thumbs span {
  padding-right: 0
}

span.rate {
  font-weight: 700;
  margin: 0 10px;
  padding: 0
}

span.inner_thumbs {
  padding: 0 5px 0 3px
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden
}

.autocomplete-selected {
  background: #F0F0F0
}

.autocomplete-suggestions strong {
  font-weight: 400;
  color: #39F
}

.mob,
.town {
  color: #fff;
  display: inline-block;
  font-size: 24px
}

.width {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.home-page .width {
  width: calc(100% - 70px)
}

.head {
  background: #5f574c
}

/*.logo {background: url(/img/logo.png) no-repeat; float: left; height: 57px; width: 365px}*/

.head-area .phones,
.search_top {
  float: right
}

.head-area .phones {
  margin: 13px 0 0
}

.town {
  background: url(/img/phone_2.png) no-repeat;
  padding: 0 0 2px 40px
}

.mob {
  background: url(/img/phone.png) 8px 0 no-repeat;
  margin-left: 40px;
  padding: 0 0 0 25px
}

.head-area .adress,
.head-area .mail {
  display: inline-block;
  padding: 0 0 2px 40px;
  color: #fff
}

.head-area .adress {
  background: url(/img/home.png) 0 7px no-repeat;
  font-size: 16px
}

.menu {
  box-shadow: 1px 1px 5px #ccc;
  position: relative;
}

.banner {
  background: #f5f1ec
}

.banner .width {
  background: url(/img/ban_foto.png) right center no-repeat;
  height: 532px
}

.width>span {
  color: #5e1100;
  display: block;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  padding: 60px 0 0 40px;
  text-shadow: 0 1px 0 #000;
  width: 650px
}

.width>span.damas {
  padding: 20px 0 0 300px
}

.banner .width>a {
  background: #fe2638;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin: 20px 0 60px 320px;
  padding: 15px 30px;
  text-decoration: none
}

.ban_menu>a {
  color: #342104;
  font-size: 16px;
  font-style: italic;
  margin-right: 5px
}

.ban_menu {
  font-size: 16px;
  text-align: center;
  width: 700px
}

.cont {
  padding: 40px 10px;
  position: relative
}

.cont .width>img {
  float: left;
  margin-right: 15px;
}

.cont_desc {
  /*float: right;*/
  width: 100%;
  min-height: 46px;
}

.cont_desc>p {
  font-size: 18px
}

.cont_desc>span {
  color: #5f574c;
  font-size: 24px
}



.content {
  background: var(--site-bg-color)
}

.col-1 {
  float: left
}


.content .foto_list2.akcii li>a {
  display: block;
  width: 100%;
  height: 173px;
}

.content .foto_list2.akcii a.btn-yell-frame {
  display: inline-block;
  margin: 0;
}

.content .foto_list2.akcii img {
  max-width: 100%;
}

.content li {
  position: relative;
  list-style: none;
  padding-left: 15px;
  margin-bottom: 10px;
}

.content li:before {
  position: absolute;
  left: 0;
  top: 7px;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--accent-color);
}

ol li::before,
.search li::before {
  display: none;
}


.content .text ul li:before {
  top: 10px;
}

.content ol li {
  background: none;
  list-style: decimal;
  padding-left: 0px;
  margin-left: 15px;
}

.content {
  padding: 40px 10px;
  overflow-x: hidden;
}

.content .breadcrambs {
  position: relative;
  z-index: 5;
}

.breadcrambs,
.breadcrambs a {
  font-size: 14px;
  color: #797979;
}

.breadcrambs a:hover {
  color: var(--link-color);
}




.photo {
  padding: 40px;
  text-align: center
}

.content .foto_list2 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.content .foto_list2:after {
  content: '';
  display: block;
  clear: both
}

.content .foto_list2>li {
  width: 260px;
  margin: 19px;
  padding: 0;
  text-align: center;
}

.content .foto_list2.akcii>li {
  position: relative;
  padding-bottom: 43px;
  margin-bottom: 35px;
}

.foto_list2 li {
  background: none;
}

.content .foto_list2 a img {
  display: block;
  max-width: 130%;
  width: 100%;
  height: 173px;
  object-fit: cover;
  -webkit-transform: scale(0.99, 0.99);
  -ms-transform: scale(0.99, 0.99);
  transform: scale(0.99, 0.99);
  transition: all 0.2s ease;
}

.content .foto_list2 a:hover img {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.content .foto_list2 .gr_name {
  display: block;
  color: #2e2e2e;
  text-decoration: none;
  border: none;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  min-height: 50px;
  height: auto;
  width: auto;
  line-height: 140%;
  margin: 10px 0;
  padding: 0 4px;
}

.foto_list2.table-contents li:hover .gr_name {
  color: #beaa91;
}

.content .foto_list2 .gr_name.nopic {
  padding: 18px 0;
  line-height: 45px;
  background-color: rgba(237, 234, 232, 0.4);
}

.foto_list2 .foto_list__btn {
  height: 72px;
  margin-bottom: 0 !important;
}

.foto_list2 .foto_list__btn a.gr_name {
  margin: 0;
  height: 100%;
  line-height: 69px;
  background-color: rgba(133, 115, 102, 0.03);
  border-radius: 5px;
  border: 1px solid var(--line-color);
  padding: 0 15px;
}

.foto_list2 .foto_list__btn a.gr_name:hover {
  background-color: rgba(255, 174, 81, 0.05);
  border-color: var(--link-color-light);
  color: var(--link-color);
}

.foto_list2 .foto_list__btn a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}



.top_menu li div {
  background: #fff;
  left: -10px;
  padding: 10px;
  position: absolute;
  top: 17px;
  z-index: 9999
}

.top_menu li div ul {
  margin-top: 15px
}

.second_menu>li {
  border: none;
  display: block;
  float: none;
  line-height: 140%;
  padding: 3px 15px;
  text-align: left
}

.top_menu li .second_menu li {
  display: inline-block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 3px;
}

.menu-area li>.second_menu {
  position: absolute;
  top: 48px;
  left: 0;
}

.menu-area li>.second_menu.desktop-menu {
  left: -320px;
}

.desktop .second_menu.desktop-menu>li .second_menu>li .second_menu {
  display: none;
}


.faq_wrap {
  background-color: rgba(106, 89, 77, .8);
  box-shadow: 2px 2px 0 #505050;
  border-radius: 3px;
  border: 1px solid rgba(19, 19, 18, .86);
  margin-bottom: 20px;
}

.faq_name {
  text-shadow: 1px 1px 1px rgba(34, 30, 30, .76);
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  padding: 10px;
  cursor: pointer;
}

.faq_text {
  color: #f8f1e8;
  padding: 10px;
  font-style: italic;
  display: none;
}

.faq_wrap:first-child .faq_text {
  display: block;
}

.review_list {
  padding: 15px 35px;
  margin-bottom: 30px;
}

.width .review_list {
  margin-bottom: 70px;
}

.review_list .name {
  text-align: center;
  font-size: 18px;
  color: #505050;
  margin-top: 15px;
}

.review_list .name small {
  display: block;
  margin-top: 5px;
  font-size: 0.8rem
}

.right_sidebar .review_list .text {
  padding: 0 20px;
  font-family: var(--font-headline);
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.5;
}

.review_list .owl-dots {
  bottom: -30px;
  min-width: 100px;
}

.review_list .owl-dot {
  width: 15px;
  height: 15px;
}

.review_list.owl-carousel .owl-nav {
  display: block;
}

.review_list.owl-carousel .owl-nav .owl-prev {
  height: 30px;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  width: 30px;
  top: 25%;
}

.review_list.owl-carousel .owl-nav .owl-next {
  height: 30px;
  background-repeat: no-repeat;
  position: absolute;
  right: -10px;
  width: 30px;
  top: 25%;
}

.usl_name {
  margin: 15px 0;
  text-shadow: 1px 1px 1px rgba(34, 30, 30, .76);
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  padding: 10px;
  cursor: pointer;
  background-color: rgba(106, 89, 77, .8);
  box-shadow: 2px 2px 0 #505050;
  border-radius: 3px;
  border: 1px solid rgba(19, 19, 18, .86);
}

.usl_wrap .beautiful_table {
  display: none;
}

.usl_wrap.active .beautiful_table {
  display: table;
}

#table_ceny:before {
  display: block;
  content: "";
  height: 150px;
  margin: -150px 0 0;
}

.partnery {
  width: 106%;
  margin-left: -3.5%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.partnery_item {
  width: 30%;
  margin: 0;
  padding: 30px 0;
  text-align: center;
}

.partnery_item img {
  display: inline-block;
  max-height: 70px;
  max-width: 90%;
  filter: grayscale(1);
  -webkit-filter: grayscale(1)
}

.partnery_item img[src*="allergan"] {
  height: 34px;
  margin-top: 22px;
  opacity: 0.8
}

.partnery_item img[src*="3.png"],
.partnery_item img[src*="vaser.png"] {
  margin-top: -4px;
}

.partnery_item img[src*="4.png"],
.partnery_item img[src*="maruga.png"] {
  opacity: 0.75
}

.partnery_item img[src*="motiva"] {
  height: 45px;
  margin-top: 10px;
  opacity: 0.8
}

.partnery_item img[src*="viktuka"] {
  height: 55px;
}

.partnery_item img[src*="unidermix"] {
  max-height: 46px;
  margin-top: 10px;
  opacity: 0.8
}

.partnery_item img[src*="8.png"],
.partnery_item img[src*="nikeomed.png"] {
  max-height: 64px;
  filter: grayscale(1) contrast(1.2);
  -webkit-filter: grayscale(1) contrast(1.2)
}

.partnery_item img[src*="9.png"],
.partnery_item img[src*="surgitron.png"] {
  max-height: 46px;
}

.partnery_item:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0)
}





.pageBody .readmore_hide {
  display: none;
}

.hostcms-bootstrap1 .readmore_hide,
#tinymce .readmore_hide,
.mce-content-body .readmore_hide {
  display: block !important
}

.show_readmore {
  position: relative;
  margin: 10px auto 20px;
  cursor: pointer;
  display: block;
  border: 1px solid #505050;
  padding: 6px 10px;
  width: 155px;
  text-align: center;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.image_right {
  float: right;
  margin-left: 70px;
}

.text ul.galka {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0;
  margin: 83px 0 47px;
  font-size: 1rem;
  line-height: 23px;
  justify-content: space-between;
}

.text ul.galka li {
  padding-left: 30px;
  background: url(/images/galka_20.png) top 3px left no-repeat;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}

.text ul.galka_line {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 30px 0;
  font-size: 1rem;
  line-height: 23px;
}

.text ul.galka_line li {
  padding: 0;
  padding-left: 60px;
  background: url(/images/galka_20.png) 13px top no-repeat;
  padding-right: 55px;
  padding-bottom: 31px;
}

.galka span {
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.text ul.strelka {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

.strelka li {
  background: url(/images/strelka_35.png) left 0 top 5px no-repeat;
  padding-left: 24px;
}

.strelka.full li {
  width: 100%;
  display: block;
}

.strelka.small {
  margin-bottom: 22px;
}

.strelka.small li {
  width: 100%;
  padding-left: 34px;
  padding-top: 0;
  background: url(/images/strelka_35.png) left 4px top 5px no-repeat;
}

.text ul.krest {
  padding-left: 0;
  width: 68%;
  margin-bottom: 30px;
  margin-bottom: 0;
}

.text ul.krest.line {
  width: 100%;
  margin-top: 33px;
}

.text ul.galka.six {
  margin: 0 0 10px;
}

.text ul.galka.six li {
  width: auto;
  padding: 0 15px 0 40px;
}

.text ul.krest.full {
  width: auto;
  margin-bottom: 10px;
}

.text ul.krest.full li {
  background: url(/images/krest_64.png) 6px 6px no-repeat;
  padding-left: 25px;
  padding-right: 30px;
}

.krest li {
  background: url(/images/krest_64.png) left 6px no-repeat;
  padding-left: 20px;
  vertical-align: top;
  padding-right: 20px;
}

.text ul.krest.text,
.text ul.krest.line {
  width: auto;
  margin-top: 0;
}

.text ul.krest.text li {
  width: 100%;
  padding-bottom: 0;
}

.image_krest {
  margin-top: 32px;
  padding-left: 57px;
  background: url(/images/ik_1_80.png) left 6px no-repeat;
}

.image_krest ul {
  padding-left: 0;
}

.image_krest ul li {
  background: url(/images/strelka_35.png) left 6px no-repeat;
  padding-left: 20px;
  padding-bottom: 13px;
}

ul.galka_lipos,
ul.krest_lipos,
ul.strelka_lipos {
  margin-left: -22px;
}

.galka_lipos li {
  padding-left: 35px;
  background: url(/images/galka_20.png) top 2px left no-repeat;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}

.strelka_lipos li {
  background: url(/images/strelka_35.png) left top 6px no-repeat;
  padding-left: 24px;
}

.krest_lipos li {
  background: url(/images/krest_64.png) left 6px no-repeat;
  padding-left: 24px;
}

.colorol {
  margin-top: 32px;
  padding-left: 57px;
  background: url(/images/colorol_2_107.png) left 6px no-repeat;
}

.colorol ol {
  padding-left: 0;
}

.colorol ol li {
  list-style: none;
  margin-left: 0;
}

.colorol ol li span {
  color: #ffaf53;
}

.image_reabilitacia {
  margin-top: 32px;
  padding-left: 57px;
  background: url(/images/ik_3_113.png) left 6px no-repeat;
}

.image_temp {
  margin-top: 26px;
  padding-left: 57px;
  background: url(/images/19435018_ik2_5870701.png) left 17px no-repeat;
}

.image_info {
  margin-top: 26px;
  padding-left: 57px;
  background: url(/images/19435013_ik3_5870701.png) left 0 no-repeat;
  padding-bottom: 5px;
}

.image_stop {
  padding-left: 57px;
  background: url(/images/19435014_ik4_5870701.png) left 2px no-repeat;
  padding-bottom: 15px;
  padding-top: 15px;
}

.image_gigiena {
  margin-top: 8px;
  padding-left: 57px;
  background: url(/images/19435011_ik5_5870701.png) left 6px no-repeat;
}

.image_obuv {
  margin-top: 10px;
  padding-left: 57px;
  background: url(/images/19435012_ik6_5870701.png) left -1px no-repeat;
  padding-top: 15px;
  padding-bottom: 15px;
}

.ya-share2 {
  margin-top: 40px;
}


.doctor-page__intro {
  margin: 30px 0 60px;
}

.doctor-page__intro .box {
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px dashed rgba(136, 122, 112, 0.25);
}

.doctor-page__intro .box_aside {
  width: 160px;
  padding-top: 2px;
  font-size: 0.9rem;
  color: #505050;
  font-weight: bold;
}

.doctor-page__intro .box_aside img {
  display: inline-block;
  vertical-align: middle;
}

.doctor-page__intro .ig_wrapper {
  display: inline-block;
}

.doctor-page__intro .box_cnt {
  padding: 0 0 5px 10px;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1 !important;
}

.doctor-page .lang .box_aside {
  padding-top: 0;
}

.doctor-page .lang .box_aside span {
  display: inline-block;
  margin: 5px 6px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid var(--font-color);
  background-color: rgba(235, 228, 223, 1);
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 11px;
}

/* .doctor-page .lang .box_aside span:last-child {display: inline-block; line-height: 19px;} */
.doctor-page .lang .box_cnt {
  padding-top: 2px;
}

.doctor-page .lang .box_cnt span {
  width: 60px;
  background-color: rgba(235, 228, 223, 0.4);
  border-right: 1px solid var(--site-bg-color);
  margin: 0 2px 10px 0;
  padding: 13px 25px;
  font-size: 0.6em;
  line-height: 40px;
  font-weight: bold;
}

.doctor-page__img {
  position: relative;
  margin-top: 30px;
}

.doctor-page__img img {
  display: block;
  width: 100%;
}

.two-halves+.two-halves {
  margin-top: 20px;
}

.sticky-elem {
  position: absolute;
}

.sticky-elem.fixed {
  position: fixed;
  top: 60px;
}

@media (min-width: 1100px) {
  .doctor_price.full_page {
    margin: 0 5%;
  }
}

.doctor_price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.doctor_price--item {
  width: 19%;
  background-color: var(--site-bg-color);
  cursor: pointer;
  margin-bottom: 20px;
}

.doctor_price--item a {
  transition: all 0.2s ease
}

.doctor_price--item:hover a,
.doctor_price--item.active {
  color: var(--link-color);
}

.doctor_price--item .img,
.foto_list2.table-contents a {
  position: relative;
  display: block;
}

.doctor_price.full_page .doctor_price--item .img::after,
.foto_list2.table-contents a::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -12px;
  width: 1px;
  height: 0;
  background-color: var(--link-color);
  transition: all 0.2s ease
}

.foto_list2.table-contents .gr_name::after {
  display: none;
}

.doctor_price.full_page .doctor_price--item:hover .img::after,
.foto_list2.table-contents li:hover a::after {
  height: 30px;
}

.doctor_price--item img {
  height: 150px;
  max-width: 100%;
  width: auto;
  margin: auto;
  display: block;
  border: 1px solid #f3eeea;
  transition: all 0.2s ease
}

.doctor_price--item:hover img,
.foto_list2.table-contents li:hover img {
  -webkit-transform: scale(1.02, 1.02);
  -ms-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}

.doctor_price.prices img,
.foto_list2.table-contents img {
  height: auto;
  filter: grayscale(0.3);
  -webkit-filter: grayscale(0.3);
}

.foto_list2 a[href*="/video/pasticheskaya-hirurgiya/index.htm"] img,
.foto_list2 a[href*="/foto-do-i-posle/pasticheskaya-hirurgiya/index.htm"] img {
  filter: grayscale(0.3);
  -webkit-filter: grayscale(0.3);
}

.doctor_price.prices .doctor_price--item:hover img,
.foto_list2.table-contents li:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.doctor_price.prices .name {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.doctor_price.prices .doctor_price--item:hover .name {
  color: #c1ad91;
}

.doctor_price.prices .doctor_price--item .img::after,
.foto_list2.table-contents a::after {
  bottom: -7px;
  background-color: #beaa91;
}

.doctor_price--item .name {
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--font-color);
  display: block;
  margin-top: 10px;
  text-decoration: none;
}

.doctor_price--item.noicon {
  text-align: center;
  padding: 0 12px;
  height: 72px;
  line-height: 70px;
  background-color: rgba(133, 115, 102, 0.03);
  border-radius: 5px;
  border: 1px solid var(--line-color);
}

.doctor_price--item.noicon:hover {
  background-color: rgba(255, 174, 81, 0.05);
  border-color: var(--link-color-light)
}

.doctor_price--item.noicon .name {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  text-transform: uppercase;
}

.top_menu li ul li a:hover {
  color: var(--link-color);
}

.formcall .title,
.formcall_ask .title,
.foto_job_block,
a.all_akc {
  text-align: center
}

.second_menu {
  padding: 10px;
  z-index: 99;
  background-color: #887a70;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  width: 250px;
  margin-top: 0;
  text-align: left;
  -webkit-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}

.second_menu.desktop-menu {
  width: 650px;
  padding-left: 20px;
}

.top_menu li .second_menu.desktop-menu li {
  width: 46.5%;
  vertical-align: top;
  margin-bottom: 3px;
}

.second_menu.desktop>li:hover {
  -webkit-box-shadow: inset 0px -1px 0px 0px #958980;
  box-shadow: inset 0px -1px 0px 0px #958980;
}

.second_menu.desktop-menu li:nth-child(2n) {
  margin-left: 5%
}

.top_menu .second_menu {
  opacity: 0;
  visibility: hidden;
}

.second_menu.desktop-menu .second_menu .second_menu {
  width: 250px;
}

.second_menu.desktop-menu>li>.second_menu,
.second_menu.desktop-menu a[href*="/plasticheskaya-hirurgiya/liposakciya/index.htm"]~.second_menu {
  width: 430px;
  background-color: #958980;
}

.second_menu.desktop-menu>li>.second_menu.three-col {
  width: 645px;
  top: -95px;
}

.top_menu li .second_menu.desktop-menu .second_menu.three-col li {
  width: 29.4%;
  padding: 1px 3px;
  margin-bottom: 2px;
}

.second_menu.desktop-menu .second_menu.three-col li a {
  font-size: 11px;
  line-height: 1.2;
}

.second_menu.desktop-menu .second_menu.three-col li a:before {
  content: '–';
  display: inline-block;
  margin-right: 3px;
}

.second_menu.desktop-menu .second_menu.three-col li:nth-child(2n) {
  margin-left: 0;
}

.second_menu.desktop-menu .second_menu.three-col li:nth-child(3n + 2),
.second_menu.desktop-menu .second_menu.three-col li:nth-child(3n) {
  margin-left: 5%;
}

.second_menu.desktop-menu .second_menu .second_menu li {
  display: block;
  width: 100%;
  margin-left: 0;
}

.second_menu.desktop-menu a[href*="/plasticheskaya-hirurgiya/liposakciya/index.htm"]~.second_menu li {
  display: inline-block;
  width: 46.5%;
}


.second_menu div {
  margin-left: 200px !important;
  margin-top: -27px
}

.second_menu li div ul {
  margin-top: 0 !important
}

.video_list {
  width: 100%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
}

.video_list li {
  line-height: 70%;
  margin: 6px;
  padding: 0;
  position: relative;
  width: 270px;
  background: 0 0;
  background-color: rgba(133, 115, 102, 0.09);
  border-radius: 4px;
}

.video_list li:hover {
  background-color: #f5ecdf;
}

.video_img {
  position: relative;
}

.video_img::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 152px;
  background-color: rgba(133, 115, 102, 0.2);
}

.video_list li:hover .video_img::after {
  background-color: rgba(204, 176, 137, 0.25)
}

.video_list li img {
  opacity: 0.89;
  width: 100%;
  max-width: 100%
}

.video_name {
  text-align: center;
  font-size: 13px;
  line-height: 120%;
  padding: 15px 15px 10px;
}

.video_list li a {
  color: var(--font-color);
}

.video_list li a:hover {
  color: var(--link-color);
}

.video-block-main {
  padding-top: 2px;
  padding-bottom: 65px;
  text-align: center;
  background: var(--site-bg-color);
  background: -moz-linear-gradient(top, var(--site-bg-color) 0%, var(--site-bg-color) 65%, #fff 65.2%, #fff 100%);
  background: -webkit-linear-gradient(top, var(--site-bg-color) 0%, var(--site-bg-color) 65%, #fff 65.2%, #fff 100%);
  background: linear-gradient(to bottom, var(--site-bg-color) 0%, var(--site-bg-color) 65%, #fff 65.2%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#fff', GradientType=0);
}

.video-block-main .video_list {
  margin: 0
}

.video-block-main .video_list li {
  margin: 0;
  width: calc(50% - 12px);
}

.video-block-main .video_list li:first-child {
  margin-right: 24px;
}

.video-block-main .video_list li img {
  opacity: 1
}

.video-block-main iframe {
  width: 100%;
  height: 330px;
}

.youtube-video {
  position: relative;
}

.youtube-video-desc {
  position: relative;
  width: 100%;
  height: 100%;
}

.youtube-video-desc::after {
  pointer-events: none;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.42) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.42) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.42) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#6b000000', GradientType=0);
}

.youtube-video-desc img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  filter: grayscale(0.3);
  -webkit-filter: grayscale(0.3)
}

.youtube-video:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0)
}

.youtube-video-desc:before {
  content: "";
  position: absolute;
  top: calc(75% + 5px);
  right: 25px;
  background: url('/img/play-btn.png') no-repeat 0 0;
  width: 40px;
  height: 40px;
  z-index: 4;
  cursor: pointer;
  transition: all 0.2s ease-out
}

.youtube-video-desc:hover::before {
  background: url('/img/play-btn-h.png') no-repeat 0 0
}

.youtube-video h4 {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 75%;
  left: 25px;
  margin: 0;
  width: 80%;
  text-align: left;
  font-size: 19px;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
  transition: all 0.2s ease-out
}

.youtube-video:hover h4 {
  color: var(--link-color);
}

.youtube-video iframe {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.item_vrach .href {
  position: absolute !important;
  z-index: 4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.content .text .href::after {
  display: none;
}

.text .cont.vrachi .item_vrach::before {
  z-index: 0
}

.text .cont.vrachi .item_vrach_img {
  position: relative;
  z-index: 1
}

.icon_top a,
.socials a {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  opacity: 0.52;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  margin-right: 5px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.icon_top a:hover {
  opacity: 1;
}

.icon_top.content-social {
  margin: 35px 0 15px;
}

.icon_top.content-social a {
  opacity: 1;
  background-color: #e8e6e3;
}

.fixed .icon_top {
  display: none;
}

.price_btn {
  display: none !important;
}

.icon_top .whatsapp,
.socials .whatsapp {
  background-image: url(/images/19422037_votsap_5858723.png);
}

.icon_top .telegram,
.socials .telegram {
  background-image: url(/images/telegram.png);
}

.icon_top .fb,
.socials .fb {
  background-image: url(/images/fb.png);
}

.icon_top .vk,
.socials .vk {
  background-image: url(/images/19422036_vk_5858723.png);
}

.icon_top .inst,
.socials .inst {
  background-image: url(/images/19422038_insta_5858723.png);
}

.icon_top .tiktok,
.socials .tiktok {
  background-image: url(/images/tiktok.png);
}

.vk {
  background: url(/img/vk.png) no-repeat
}

.in {
  background: url(/img/in.png) no-repeat
}

.you {
  background: url(/img/you.png) no-repeat;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
}

.ya-share2__list_direction_horizontal>.ya-share2__item {
  padding: 0;
  background: 0 0
}

.col-head a {
  display: block;
}

.head-phone {
  padding-left: 30px;
  background-repeat: no-repeat;
}

.head-phone.mobile {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  background-image: url('/templates/template13/img/phone-w.svg');
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position: left top 6px;
}

.shop-page .head-phone.mobile {
  display: none;
}

.head-phone>div:first-child {
  margin-right: 15px;
}

.head-phone>div span {
  display: block;
  font-size: 0.75em;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}

.head-phone.city {
  background-image: url('/templates/template13/img/phone-city-w.svg');
  -webkit-background-size: 24px 20px;
  background-size: 24px 20px;
  background-position: left top 5px;
}

.col-head .clinik-links {
  padding-left: 35px;
  background: url('/templates/template13/img/hospital.svg') no-repeat left top 5px;
  -webkit-background-size: 24px 22px;
  background-size: 24px 22px;
}

.col-head .head-btns {
  padding-top: 3px;
}

.col-head .head-btns a {
  display: inline-block;
  vertical-align: top;
}

.col-head .head-btns .appointment-btn {
  line-height: 44px
}

.top_menu_wrap_fix,
.menu_wrap_fix {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex: 1;
}

.menu_wrap_fix {
  max-width: 1300px;
  margin: 0 auto;
  padding: 30px;
  background-color: #c0c0c0;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2), inset 0px 16px 16px -9px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2), inset 0px 16px 16px -9px rgba(0, 0, 0, 0.18);
}

.top_menu {
  width: 100%;
  padding: 0 20px;
}


@media (max-width: 991px) {
  .top_menu {
    padding: 0;
  }

  .mm-menu a,
  .mm-menu a:active,
  .mm-menu a:hover,
  .mm-menu a:link,
  .mm-menu a:visited {
    color: rgba(255, 255, 255, 0.9) !important
  }

  .mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker {
    opacity: 0.5 !important
  }

  .mm-navbar_has-btns a {
    margin-left: -15px;
    padding: 4px 0;
    filter: brightness(5);
    -webkit-filter: brightness(5);
    transition: all 0.1s ease-out;
  }

  .mm-navbar_has-btns .logo-img {
    height: 50px;
  }

  .mm-navbars_top>.mm-navbar {
    display: block !important;
    height: 60px !important;
    text-align: left !important;
    padding-left: 27px;
  }

  .mm-btn_next:after,
  .mm-btn_prev:before {
    border-color: var(--link-color) !important
  }

  .mm-navbar a.mm-navbar__title {
    font-weight: 500;
    text-transform: uppercase;
  }

  .mm-navbars_bottom a {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .mm-navbars_bottom .mm-navbar {
    background: #4f4540 !important
  }

  .mm-btn_close {
    right: 19px !important
  }

}

.width>span.slogan {
  background: url(/img/slogan.png) center center no-repeat;
  display: block;
  height: 310px;
  padding: 0 60px;
  width: 582px
}

.soc a {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin: 18px 10px 5px 0
}

form ::-webkit-input-placeholder {
  font-family: var(--font-text);
  font-size: 0.9rem;
  color: rgba(145, 146, 147, 0.85);
}

form :-moz-placeholder {
  font-family: var(--font-text);
  font-size: 0.9rem;
  color: rgba(145, 146, 147, 0.85);
}

form ::-moz-placeholder {
  font-family: var(--font-text);
  font-size: 0.9rem;
  color: rgba(145, 146, 147, 0.85);
}

form :-ms-input-placeholder {
  font-family: var(--font-text);
  font-size: 0.9rem;
  color: rgba(145, 146, 147, 0.85);
}

.formcall,
.formcall_ask,
.wrap-bg,
.formcall_otz {
  position: fixed;
  display: none
}

.formcall4,
.formcall5,
.formcall6 {
  position: absolute;
  display: none;
}

.wrap-bg {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 450;
  height: 100%;
  background-color: rgba(0, 0, 0, .2)
}

.formcall,
.formcall_ask,
.formcall4,
.formcall5,
.formcall6,
.formcall_otz {
  background-color: #F5F1EC;
}

.formcall,
.formcall_ask,
.formcall4,
.formcall5,
.formcall6,
.formcall_otz {
  top: 10%;
  left: calc((100% - 475px) / 2);
  padding: 35px 100px 20px;
  border-width: 0;
  z-index: 500;
  width: 475px;
}

.formcall4 {
  padding-bottom: 35px;
  text-align: center;
}

.formcall4 a {
  margin: 20px auto;
}

@media (max-width: 650px) {

  .formcall,
  .formcall_ask,
  .formcall4,
  .formcall5,
  .formcall6,
  .formcall_otz {
    left: calc((100% - 320px) / 2);
    padding: 45px 20px 20px;
    width: 320px;
  }
}

.btn-zakaz,
.formcall button,
.formcall_ask button,
.formcall4 button,
.formcall5 button,
.formcall6 button,
.formcall_otz button {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none
}

.formcall .close,
.formcall_ask .close2,
.formcall4 .close4,
.formcall5 .close5,
.formcall6 .close6,
.formcall_otz .close2 {
  display: inline-block;
  width: 19px;
  height: 19px;
  position: absolute;
  right: 20px;
  top: 15px;
  background: url(/img/close.png) no-repeat;
  font-size: 18px;
  cursor: pointer;
}

.formcall6 button.close6 {
  width: 260px;
  height: 46px;
  position: relative;
  right: 0;
  top: 0;
  margin: 5px auto 0;
  background: none;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}

.formcall6 button.close6:hover {
  background: var(--link-color)
}

.formcall .title,
.formcall_ask .title,
.formcall4 .title,
.formcall5 .title,
.formcall6 .title,
.formcall_otz .title {
  font-size: 20px;
  color: #282828;
  margin-bottom: 25px;
}

.formcall input,
.formcall_ask input,
.formcall4 input,
.formcall5 input,
.formcall_otz input,
.form-group input {
  width: 100%;
  height: 38px;
  margin: 0;
  padding: 2px 12px;
  font-family: var(--font-text);
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: var(--font-color);
}

.form-group input.button {
  padding: 2px 22px;
}

.formcall4 select,
.form-group select {
  width: 100%;
  height: 38px;
  padding: 2px 12px;
  border: 1px solid #cfcfcf;
  font-family: var(--font-text);
  font-size: 16px;
  outline: 0;
  background-color: #fff;
}

.form-group textarea {
  padding: 2px 12px;
  border: 1px solid #cfcfcf;
  font-family: var(--font-text);
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: var(--font-color);
}

.formcall .MSG.wrong.error,
.formcall_ask .MSG.wrong.error,
.formcall4 .MSG.wrong.error,
.formcall5 .MSG.wrong.error,
.formcall_otz .MSG.wrong.error {
  font-size: 12px;
  width: 85px;
  right: -90px;
  top: 5px;
}

.process {
  color: var(--link-color);
}

@media (max-width: 650px) {

  .formcall .MSG.wrong.error,
  .formcall_ask .MSG.wrong.error,
  .formcall4 .MSG.wrong.error,
  .formcall5 .MSG.wrong.error,
  .formcall_otz .MSG.wrong.error {
    width: auto;
    right: 0;
    top: 100%;
    font-size: 11px;
  }

  .narrow {
    max-width: 100%;
  }
}

.formcall .priv_pol_f,
.formcall_ask .priv_pol_f,
.formcall_otz .priv_pol_f,
.formcall4 .priv_pol_f,
.formcall5 .priv_pol_f,
.formcall_otz .priv_pol_f {
  margin: 5px 0;
  font-size: 13px;
  color: #282828;
}

.formcall .priv_pol_f a,
.formcall_ask .priv_pol_f a,
.formcall_otz .priv_pol_f a,
.formcall4 .priv_pol_f a,
.formcall5 .priv_pol_f a,
.formcall_otz .priv_pol_f a {
  color: #d47a13;
}

.formcall .priv_pol_f a:hover,
.formcall_ask .priv_pol_f a:hover,
.formcall_otz .priv_pol_f a:hover,
.formcall4 .priv_pol_f a:hover,
.formcall5 .priv_pol_f a:hover,
.formcall_otz .priv_pol_f a:hover {
  text-decoration: none;
}

.formcall button,
.formcall_ask button,
.formcall4 button,
.formcall5 button,
.formcall_otz button {
  display: block;
  width: 200px;
  font-size: 18px;
  text-transform: none;
  border: none;
  padding: 12px;
  margin: 0 auto;
  cursor: pointer;
  background: var(--link-color);
  color: #FFF;
}

.formcall button:hover,
.formcall_ask button:hover,
.formcall4 button:hover,
.formcall5 button:hover,
.formcall_otz button:hover {
  background-color: #e79231;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.formcall_ask textarea,
.formcall_otz textarea {
  width: 100%;
  height: 126px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #cfcfcf;
  font-family: var(--font-text);
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: #282828;
  resize: none;
  outline: 0;
}

.formcall .rezult-form,
.formcall_ask .rezult-form2 {
  color: #339E36
}

.btn-zakaz,
.btn-zakaz:hover {
  color: #FFF
}

.banner.page .slogan {
  display: none
}

.banner.page .width {
  height: 95px;
  background-size: 65px
}

.double_gal_item {
  width: 45%;
  margin: 0 18px 20px;
  display: inline-block;
  vertical-align: top;
}

.double_gal_item img {
  padding: 3px;
  background: #FFF;
  max-width: 100%;
}

.banner.page .width>a {
  margin: 20px 0 0
}

.banner.page .ban_menu {
  margin-top: 15px;
  float: left
}


.videoclips img {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  width: 300px !important;
  max-width: 300px;
  height: 529px;
}






.text.price-page {
  position: relative;
}

.text.price-page h1 {
  margin-bottom: 40px;
}

.see-photo-btn {
  position: absolute;
  top: 14px;
  right: 0;
  margin: 0;
}

.see-photo-btn a {
  padding: 15px 25px 15px;
  border: 1px solid var(--link-color);
  border-radius: 5px;
  font-size: 0.87rem;
  text-transform: uppercase;
}

.see-photo-btn a img {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 4px 0 0;
  transition: all 0.2s ease-out
}

.see-photo-btn a::after {
  display: none;
}

.see-photo-btn a:hover {
  border: 1px solid var(--font-color);
}

.see-photo-btn a:hover img {
  filter: brightness(0.3);
  -webkit-filter: brightness(0.3);
}

.block_video {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto 20px;
}

.block_video .title_image {
  text-align: center;
}

.block_video iframe,
.block_video video {
  display: block;
  margin: 0 auto
}

.landing-page .double .block_video,
.landing-page .double .block_video iframe,
.landing-page .double .block_video video {
  margin: 0;
}

.landing-page .double .block_video {
  text-align: left;
  width: 100%;
}

.landing-page .double .block_video .title_image {
  max-width: 360px
}

.landing-page__content ul {
  margin: 0;
  padding: 0 0 0 15px;
  width: 90%;
}

.landing-page__carousels .carousel-wrap+h2 {
  margin-top: 50px !important;
}

img.news_img.mim {
  border: 1px solid #f7b336;
  padding: 10px
}

.cont.akc {
  padding: 140px 0 40px;
  background: var(--site-bg-color);
  background: -moz-linear-gradient(top, var(--site-bg-color) 0%, var(--site-bg-color) 55%, #fff 55.2%, #fff 100%);
  background: -webkit-linear-gradient(top, var(--site-bg-color) 0%, var(--site-bg-color) 55%, #fff 55.2%, #fff 100%);
  background: linear-gradient(to bottom, var(--site-bg-color) 0%, var(--site-bg-color) 55%, #fff 55.2%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#fff', GradientType=0);
}

.cont.akc .btn-yell-frame,
.cont.pressa .btn-yell-frame,
.video-block-otz .btn.frame,
.video-block-main .btn-yell-frame {
  float: right;
  margin-top: -9px;
  letter-spacing: 0.05rem;
}

a.gr_name2 {
  color: #4f342e;
  font-size: 16px;
  display: block;
  clear: both;
  margin: 10px 0;
}

a.gr_name2:hover {
  text-decoration: none;
}

a.all_akc {
  background: var(--link-color);
  width: 275px;
  margin: 20px auto 0;
  height: 50px;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 14px 0 0;
  font-family: 'var(--font-headline)';
  font-size: 18px;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

a.all_akc:hover {
  background-color: #e79231;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.cont_block {
  display: block;
  width: 25%;
  float: left;
  vertical-align: top;
}

.cont_block img.news_img {
  width: 100%;
  max-width: 260px;
  height: 195px;
  padding: 0;
  border: 10px solid #fff;
  float: none;
}

.akc .h2,
.video-block-otz .h2,
.video-block-main .h2,
.partnery_list .h2 {
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  text-align: left;
  font-family: var(--font-text);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.akc .cont_block .cont_desc {
  width: 95%;
}

.akc .cont_block .h2 {
  font-size: 16px;
  text-align: left;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 10px;
}



.landing-page__titleimg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #84786f;
  background: -moz-linear-gradient(top, #84786f 0%, #efcc94 59%, #efcc94 100%);
  background: -webkit-linear-gradient(top, #84786f 0%, #efcc94 59%, #efcc94 100%);
  background: linear-gradient(to bottom, #84786f 0%, #efcc94 59%, #efcc94 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84786f', endColorstr='#efcc94', GradientType=0);
  opacity: 0.2
}

.landing-page__titleimg {
  position: relative;
}

.landing-page__titleimg img {
  display: block;
  width: 100%;
}

.landing-page h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.landing-page .decor-line:after {
  content: '';
  display: block;
  margin-top: 20px;
  width: 70px;
  height: 4px;
  background-color: var(--link-color);
  animation: expand_line 2s ease-in-out;
}

@-moz-keyframes expand_line {
  0% {
    width: 0;
  }

  65% {
    width: 0;
  }

  100% {
    width: 70px;
  }
}

@-webkit-keyframes expand_line {
  0% {
    width: 0;
  }

  65% {
    width: 0;
  }

  100% {
    width: 70px;
  }
}

@-ms-keyframes expand_line {
  0% {
    width: 0;
  }

  65% {
    width: 0;
  }

  100% {
    width: 70px;
  }
}

@keyframes expand_line {
  0% {
    width: 0;
  }

  65% {
    width: 0;
  }

  100% {
    width: 70px;
  }
}

.landing-page .article p,
.landing-page .article li {
  font-size: 1.1rem;
  font-weight: 300;
}

.landing-page__discount {
  position: absolute;
  z-index: 3;
}

.landing-page__discount p {
  margin: 0;
  font-family: var(--font-headline);
  font-size: 6rem;
  color: #505050;
  font-weight: bold;
  text-transform: uppercase;
}

.landing-page__discount p.discount {
  position: absolute;
  top: 20px;
  padding-top: 80px;
  font-size: 27rem;
  line-height: 0.4;
  letter-spacing: -30px;
  min-width: 700px;
  min-height: 440px;
  margin-bottom: 0;
}

.landing-page__discount.short p {
  font-size: 12rem;
}

.landing-page .text.fullwidth h2 {
  margin-left: calc(33.33% + 18px);
}

@media (min-width: 992px) {
  .menu-area li:hover>.second_menu {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 992px) {
  .landing-page {
    padding-top: 30px;
  }

  .landing-page h1 {
    font-size: 3rem;
  }

  .landing-page__discount p {
    font-size: 4.2rem;
  }

  .landing-page__discount p.discount {
    font-size: 18rem;
    letter-spacing: -10px;
    min-width: 500px;
    min-height: 300px;
  }

  .landing-page__discount.short p {
    font-size: 7rem;
  }

  .landing-page .text.fullwidth h2 {
    margin-left: calc(33.33% + 11px);
  }

  .spress .press_about_us {
    padding: 25px 25px 35px;
  }

  .cont_desc_press__name {
    margin: 10px 0 12px;
  }

}

.press_about_us .cont_desc_press h3 {
  color: var(--font-color);
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  margin: 9px 0 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 54px;
}

.press_about_us .cont_desc_press .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 4.94em;
}

#abouttabs .cont_desc_press .desc {
  position: relative;
  top: 0;
  left: 0;
  height: 5.5em;
}

.spress .press_about_us .cont_desc_press em {
  color: var(--font-color);
  font-size: 14px;
  text-align: left
}

.press_about_us a.ist_name,
.arrow-link {
  position: relative;
  font-size: 14px;
  color: var(--link-color);
  text-decoration: none;
  padding-right: 22px;
  transition: all 0.2s ease-out
}

.press_about_us a.ist_name {
  display: inline-block;
  margin: 15px 0 0 0;
}

#abouttabs .press_about_us a.ist_name {
  position: relative;
  top: 15px;
  margin: 0;
}

.press_about_us a.ist_name:hover,
.arrow-link:hover {
  color: #444;
}

.press_about_us a.ist_name::after,
.arrow-link::after {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  width: 13px;
  height: 11px;
  background: url('/images/arrow-orange.svg') no-repeat;
  -webkit-background-size: 15px 13px;
  background-size: 13px 11px;
  transition: all 0.2s ease-out
}

.press_about_us a.ist_name:hover::after,
.arrow-link:hover::after {
  right: -6px;
  -webkit-filter: grayscale(1) brightness(0.5);
  filter: grayscale(1) brightness(0.5);
}

.bstr {
  font-weight: 700
}

.bl_but {
  background: var(--link-color);
  color: #fff;
  text-transform: uppercase;
  padding: 12px;
  cursor: pointer;
  margin: auto;
  width: 290px;
  text-align: center;
}

a.bl_but {
  padding: 12px 29px;
}

.bl_but:hover {
  background-color: #e79231;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.line_bl_but {
  margin: 20px 0 0
}

.line_bl_but.appointment {
  width: calc(100% - 160px);
  max-width: 700px;
  margin: 35px auto 25px;
  padding: 10px 1% 55px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid rgba(133, 115, 102, 0.2);
  background: rgb(251, 223, 213);
  background: linear-gradient(0deg, rgba(251, 223, 213, 0.6) 0%, rgba(250, 229, 204, 0.6) 35%, rgba(250, 223, 204, 0.62) 100%);
}

.line_bl_but.appointment h4 {
  font-size: 1.3rem;
  color: rgba(133, 115, 102, 1);
  text-transform: uppercase;
}

.line_bl_but.appointment .btn+.btn {
  margin-left: 15px;
}

.line_bl_butwrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
}

.bl_but--left {
  margin: 0;
}

.article-btns {
  align-items: center;
  background-color: var(--graylight-color);
  border-radius: 6px;
}

.article-btns>div {
  width: 50%;
  margin: auto;
}

.article-btns .line_bl_but.appointment {
  width: 50%;
  margin: auto;
  border: none;
  background: none;
  border-right: 1px solid var(--site-bg-color);
}

.article-btns .line_bl_butwrap {
  flex-wrap: wrap;
}

.landing-page .article-btns {
  flex-direction: column;
  margin-top: 40px;
}

.landing-page .article-btns>div {
  width: 100% !important;
}

.landing-page .line_bl_but {
  text-align: center;
}

.landing-page .article-btns .line_bl_but.appointment {
  border-right: none;
  border-bottom: 1px solid var(--site-bg-color);
  padding-bottom: 30px
}

.landing-page .article-btns .line_bl_but:not(.appointment) {
  padding: 15px 0 30px;
}

.item_vrach {
  position: relative;
  display: block;
  padding-bottom: 10px;
  width: 100%;
  max-width: 215px;
  vertical-align: top;
  color: var(--font-color);
}

.item_vrach::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 25px);
  border-radius: 3px;
  background-color: rgba(133, 115, 102, 0.05)
}

.item_vrach:hover::before {
  background-color: rgba(255, 174, 81, 0.08)
}

.cont.vrachi {
  text-align: center;
}

.article .cont.vrachi {
  text-align: left;
  padding: 0;
}

.cont.vrachi .h2 {
  margin-bottom: 20px;
}

.cont.vrachi .item_vrach,
.full_page .item_vrach {
  display: inline-block;
  margin: 0 10px 20px;
}

.cont.vrachi .item_vrach::before {
  z-index: -1
}

.doctor_price.full_page .item_vrach_img {
  position: relative;
  z-index: 2
}

.right_sidebar .vrachi .item_vrach {
  margin: 0 5px;
  max-width: 200px;
}

.item_vrach_img {
  width: 160px;
  display: block;
  height: 180px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-box-shadow: 0px 15px 17px -1px rgba(88, 77, 71, 0.15);
  box-shadow: 0px 15px 17px -1px rgba(88, 77, 71, 0.15);
}

.item_vrach_img img {
  object-fit: cover;
  object-position: 0 -5px;
  width: 100%;
  height: auto
}

.home-page .doktor_job_container .item_vrach_img img {
  object-position: 0 -15px;
}

.item_vrach:hover img {
  filter: brightness(1.05);
  -webkit-filter: brightness(1.05)
}

.doctor_price.full_page .item_vrach_img img {
  object-position: 0 0;
}

.item_vrach_desc {
  text-align: center;
  height: 60px;
  overflow: hidden;
  padding: 0 10%;
  font-size: 13px;
  line-height: 1.2;
}

.item_vrach_desc p {
  margin: 0;
  font-size: 14px;
}

.item_vrach_name {
  text-align: center;
  height: 35px;
  margin: 10px 0;
  padding: 0 10%;
  font-size: 15px;
  font-weight: 500;
}

.right_sidebar .item_vrach_name {
  font-size: 1rem;
}

.article .item_vrach_desc,
.article .item_vrach_desc p {
  font-size: 0.84rem;
}

.sert_blcs .owl-item {
  text-align: center;
}

.sert_blcs {
  width: 100%;
  clear: both
}

.sert_bl {
  display: inline-block;
  width: auto;
  margin: 0 auto;
}

.sert_img,
.sert_imgl {
  width: 100%;
  text-align: center;
  max-height: 300px;
  position: relative
}

.sert_img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 300px
}

.sert_txt {
  width: 94%;
  margin: 10px 3% 10px;
  font-size: 14px
}

.rotated {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg)
}

.rotated> :first-child:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset
}

.rotated:before,
.rotated:after {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 20px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg)
}

.rotated:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg)
}

.sert_big .content-wrap {
  overflow: visible
}

.rew-block-main.sert_big {
  background: var(--site-bg-color)
}

.sert_imgl {
  display: none
}

.sert_img:hover .sert_imgl {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9;
  background: url(/images/damasclinic_l.png) no-repeat center center rgba(255, 255, 255, .5)
}

.sert_big .owl-slider .owl-item .item {
  height: 335px
}

.sert_big a.all_akc {
  position: relative;
  float: right
}

.otz_mb.rew-list ul {
  margin: 0;
  padding: 0;
  position: relative;
}

.otz_mb.rew-list li {
  width: calc((100% / 3) - 55px);
  display: inline-block;
  list-style: none;
  margin: 0;
  border: 1px solid rgba(133, 115, 102, 0.07);
  padding: 20px 15px;
  background: #fff;
  vertical-align: top;
  max-width: 98%;
  min-height: 305px;
}

.otz_mb.rew-list .owl-item.active {
  margin-right: 12px !important
}

.otz_mb.rew-list .owl-item.active+.owl-item.active+.owl-item.active {
  margin-right: 0 !important
}

.rew-list.otz_mb.otz_mb2 ul {
  text-align: left;
  padding: 0;
}

.rew-list.otz_mb.otz_mb2 li {
  width: 100%;
  min-height: auto;
  padding: 7px 12px 20px;
  border: none;
  border-left: 1px solid #feb467;
  display: inline-block;
  list-style: none;
  margin: 0 30px 15px 0;
  background: #fff;
  vertical-align: top;
  min-width: 320px !important;
  max-width: 100%;
}

.otz_mb .div-text img {
  width: 200px;
}

.owl-carousel .owl-item .div-text img {
  display: none;
}

.otz_mb.otz_mb2 .div-text img {
  height: 200px;
  width: auto;
  margin-bottom: 10px;
}

.otz_mb .titleimg {
  height: 60px;
  width: 60px;
  margin-right: 15px;
  float: left
}

.otz_mb .titleimg img {
  width: 100%;
  height: auto;
  border-radius: 50%
}

.rew-list-video-otz ul {
  padding: 0;
}

.rew-list-video-otz li {
  width: calc((100% / 3) - 35px);
  display: inline-block;
  list-style: none;
  margin: 0 30px 15px 0;
  padding: 10px;
  vertical-align: top;
  background: none;
  min-width: 320px !important;
}

.otz_mb .cl_otz_name {
  margin: 0 0 5px 85px;
  font-family: var(--font-headline);
  font-style: italic;
  font-size: 17px;
  font-weight: bold;
  color: var(--font-color);
  padding: 13px 0 0 0;
  text-align: left;
}

.otz_mb .cl_otz_date {
  font-family: var(--font-headline);
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin: 0 0 0 85px;
  color: rgba(15, 15, 15, 0.6);
}

.otz_mb .top_otz_cont {
  min-height: 60px
}

.otz_mb2.otz_mb .top_otz_cont {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding-top: 10px;
}

.otz_mb .div-text {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: var(--font-color);
}

.otz_mb.otz_mb2 .div-text {
  display: inline-block;
  vertical-align: top;
  width: 74%;
  line-height: 19px;
  padding-top: 0;
}

.otz_mb .all_akc.rev_akc {
  background: url(/img/all_akc_rev.png) left -4px no-repeat
}

.video-block-otz .width {
  text-align: center
}

.owl-slider .owl-item .item {
  position: relative;
}

.otz_mb.rew-list .item,
.otz_mb.rew-list .otz_blcs {
  min-height: 300px;
  height: 390px
}

.otz_blcs .owl-stage-outer,
.otz_blcs .owl-stage-outer .owl-stage {
  height: 100%
}

.otz_mb.rew-list .item {
  padding: 25px;
  background-color: rgba(133, 115, 102, 0.03);
}

.otz_mb.rew-list .item:hover {
  background-color: rgba(255, 174, 81, 0.06);
}

.video-block-otz.otz_bl .content-wrap {
  overflow: visible
}

/*----- Toggle Button -----*/
.burger,
.toggle-nav {
  display: none;
}

/*----- Menu -----*/
.menu_mob ul {
  display: inline-block;
}

.menu_mob li {
  list-style: none;
  font-size: 17px;
}

.menu_mob li:last-child {
  margin-right: 0px;
}

.menu_mob a {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: color linear 0.15s;
  text-decoration: none;
  padding: 5px;
}

.menu_mob a:hover,
.menu .current-item a {
  text-decoration: underline;
}

.title_photo_job {
  display: block;
  margin: 60px 0 35px;
  font-family: var(--font-headline);
  font-size: 30px;
  text-align: center;
}

.foto_job_container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 20px;
}

.foto_job_container.double .owl-item {
  max-width: 440px;
}

.foto_job_container.text-left:after {
  content: '';
  width: 362px;
  margin: 0 auto 20px;
  display: inline-block;
}

.foto_job_container.text-left .block_video .title_image {
  max-width: 340px
}

.foto_job_container .owl-stage {
  margin: auto;
}

.video_job_container.cards {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

.foto_job_container.cards,
.video_job_container.cards {
  justify-content: space-around;
}

.foto_job_container.cards .block_video,
.video_job_container.cards .block_video {
  margin: 0 15px 60px;
}

.foto_job_container.cards .block_video video,
.video_job_container.cards .block_video video {
  max-width: 100%
}

.cards .title_image {
  max-width: 300px
}

.block_video.horizontal .title_image {
  max-width: 570px;
}

.topmenu .first-area {
  background-color: #505050;
}

.formcall_otz #file2 {
  display: none;
}

.label_file {
  display: inline-block;
  width: 35px;
  height: 30px;
  background: url(/images/2019/06/13817.png) center left no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  vertical-align: top;
  margin-left: 20px;
  cursor: pointer;
}

.rezult-formcall_otz {
  color: #339E36;
}

.foto_job_container.two_in_line img {
  max-width: 200px;
}

.floatl {
  float: left;
}

.floatr {
  float: right;
}

.clearfix:after {
  content: " ";
  clear: both;
  display: table;
}

.lipos_block .text {
  width: 65%;
  margin-right: 43px;
}

.lipos_block .img {
  width: 30%;
  margin-top: 17px;
}

.img768_lipos_indication {
  display: none;
}

.img_lipos_indication,
.img960_lipos_indication {
  margin-top: 50px;
}

.preparing_proc_clock .preparing_proc_item {
  width: 30%;
  margin: 20px 20px 20px 0;
}

.preparing_proc_clock .preparing_proc_icon {
  margin-bottom: 20px;
}

.preparing_proc_clock .preparing_proc_text,
.etapy_item .text {
  line-height: 1.5;
}

.preparing_proc_clock .preparing_proc_text span,
.etapy_item .text .num {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #c0c0c0;
  font-family: var(--font-text);
}

.etapy,
.two-halves,
.article-btns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.etapy {
  margin-top: 40px;
  margin-bottom: 40px;
}

.etapy_item {
  width: 33%;
  padding-right: 35px;
}

.etapy_item .text {
  margin-top: 20px;
}

.lipos_block .text_right {
  width: 57%;
  margin-left: 43px;
  margin-top: 18px;
  margin-bottom: 56px;
}

.img.img-disp-bl {
  display: none;
}

.two-halves__item {
  width: 49%;
}

.article {
  width: calc(100% - 265px);
  padding-right: 80px;
  overflow: hidden;
}

.aside {
  width: 265px;
}

.landing-page .article {
  width: 65.254%;
  padding-right: 0;
  overflow: visible;
}

.landing-page .aside {
  width: calc(34.746% - 52px);
  margin-right: 49px;
}

.article-page .content {
  padding-top: 0;
  background: var(--site-bg-color);
  background: -moz-linear-gradient(top, #505050 0%, #505050 98px, var(--site-bg-color) 99px, var(--site-bg-color) 100%);
  background: -webkit-linear-gradient(top, #505050 0%, #505050 98px, var(--site-bg-color) 99px, var(--site-bg-color) 100%);
  background: linear-gradient(to bottom, #505050 0%, #505050 98px, var(--site-bg-color) 99px, var(--site-bg-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#f4f4f4', GradientType=0);
}

.article-page .width,
.article-page__intro {
  position: relative;
}

.article-page .breadcrambs {
  position: absolute;
  top: 50px;
  left: 25%;
  z-index: 3;
  width: 50%;
  text-align: center;
  color: var(--font-color);
}

.article-page .breadcrambs a {
  color: var(--font-color);
}

.article-page .breadcrambs a:hover {
  color: var(--font-color);
  text-decoration: underline;
}

.article-page__intro {
  margin-bottom: 30px;
  padding: 50px 0 80px;
  text-align: center;
  background: #eaab76 url('/templates/template13/img/bg-post-intro.jpg') no-repeat;
  background-size: cover;
  background-position: center;
}

.icon-moving-a,
.icon-moving-b,
.icon-moving-c,
.icon-moving-d {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 10%;
  top: 40%;
  filter: grayscale(3) brightness(0.2);
  -webkit-filter: grayscale(3) brightness(0.2);
}

.icon-moving-b {
  opacity: 0.8
}

.icon-moving-a {
  width: 40px;
  height: 40px;
}

.icon-moving-b {
  left: 80%;
  top: 20%;
}

.icon-moving-c {
  left: 65%;
  top: 70%;
}

.icon-moving-d {
  left: 20%;
  top: 80%;
}

.icon-moving-a span,
.icon-moving-b span,
.icon-moving-c span,
.icon-moving-d span {
  display: block;
  animation: swing ease-in-out 3s infinite alternate;
  transform-origin: center;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(15deg);
  }

  100% {
    -webkit-transform: rotate(-15deg);
  }
}

@keyframes swing {
  0% {
    transform: rotate(15deg);
  }

  100% {
    transform: rotate(-15deg);
  }
}

.landing-page__titleimg:after {
  opacity: 0.3
}

.article-page__intro h1,
.article-page__date {
  position: relative;
  z-index: 3
}

.article-page__intro h1 {
  display: block;
  margin: 100px 8% 60px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.article-page__date {
  font-size: 1.8rem;
}

.article-page h2 {
  display: block;
  text-align: left;
  padding-right: 20%;
  font-family: var(--font-headline);
  font-size: 2rem;
}



.share {
  margin: 25px 0;
}

.share__text {
  display: inline-block;
  color: var(--font-color-brown);
}

.share__text:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -2px 3px 0 8px;
  width: 70px;
  height: 1px;
  background-color: var(--line-color)
}

.share .ya-share2 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.share .ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__badge,
.share .ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__mobile-popup-badge {
  margin-left: 2px;
  background-color: var(--font-color-brown);
}

.ya-share2__item_service_telegram .ya-share2__icon {
  background-position: top 1px left 1px;
}

.aside__block {
  display: block !important;
  margin-bottom: 10px;
}

.aside__block_card {
  padding: 25px 10% 30px;
  background-color: rgba(235, 228, 223, 0.4);
}

.aside__block .h4 {
  margin: 0 0 11px;
}

.aside__block>.h4 {
  margin-top: 50px;
}

.aside__card ul {
  padding: 0 0 10px;
}

.aside__card ul li {
  background: none;
  padding: 0;
  margin-bottom: 7px;
}

.aside__card p,
.aside__card li {
  font-size: 0.95rem;
}

.aside__video {
  position: relative;
  margin: -1px 0 7px;
}

.aside__video::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: var(--site-bg-color);
}

.aside__block video {
  width: 100%;
}

.aside__block .box img {
  margin-top: 3px;
}

.aside__block .box_cnt {
  padding-left: 15px;
  font-size: 0.95rem;
}

.cssslider {
  position: relative;
  overflow: hidden;
}

.aside__block .cssslider {
  margin-top: 7px;
}

@keyframes css_slide {
  0% {
    left: 0%;
  }

  10.66% {
    left: 0%;
  }

  14.66% {
    left: -100%;
  }

  27.32% {
    left: -100%;
  }

  31.32% {
    left: -200%;
  }

  43.98% {
    left: -200%;
  }

  47.98% {
    left: -300%;
  }

  60.64% {
    left: -300%;
  }

  64.64% {
    left: -400%;
  }

  77.3% {
    left: -400%;
  }

  81.3% {
    left: -500%;
  }

  94% {
    left: -500%;
  }

  98% {
    left: -600%;
  }

  100% {
    left: -600%;
  }
}

.cssslider__images {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  position: absolute;
  width: 700%;
  left: 0;
  top: 0;
  text-align: left;
  animation: css_slide ease 8s infinite;
}

.cssslider__images div {
  vertical-align: top;
  width: 14.2857%;
}

.cssslider__images img {
  display: block;
  width: 100%;
  font-size: 0;
}

.cssslider__images span {
  display: block;
  width: 90%;
  margin: 7px 0 0 2px;
  font-size: 0.9rem;
}

.cssslider.speczialisty,
.cssslider.speczialisty .cssslider__images div {
  height: 330px;
}

.cssslider.fotodoposle,
.cssslider.fotodoposle .cssslider__images div {
  height: 263px;
}

.cssslider.fotodoposle .cssslider__images {
  animation: css_slide ease 12s infinite;
}

.cssslider.fotodoposle img {
  opacity: 0.85
}


.button-up {
  display: none;
  margin: 0;
  position: fixed;
  bottom: 50px;
  right: 38px;
  outline: none;
  width: 25px;
  height: 21px;
  text-decoration: none;
  background: url(/images/arrow-orange.svg) no-repeat;
  -webkit-background-size: 25px 21px;
  background-size: 25px 21px;
  cursor: pointer;
  z-index: 440;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  transition: all 0.3s ease-out
}

.button-up:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}



.menu-area .top_menu>li.active {
  background: #91796A !important;
}

ul.double li {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.content img:not(.img-hover-translate) {
  max-width: 100%;
}


.related-articles {
  position: relative;
  margin: 0 0 40px;
  padding: 50px 9% 40px;
  background-color: #ebe4df;
  font-family: var(--font-text);
}

.related-articles:before {
  position: absolute;
  top: 35px;
  left: calc(9% - 3px);
  content: 'Читайте еще:';
  text-transform: uppercase;
  color: #c0c0c0;
  font-weight: 500;
  letter-spacing: 2px;
}

.related-articles .box {
  margin-top: 40px;
}

.related-articles .box_aside a {
  display: block;
  margin-top: 8px;
}

.related-articles img {
  max-width: 140px;
}

.related-articles a.cat {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 0.65rem;
  color: var(--font-color);
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 1.6;
  padding-bottom: 1px;
  border-bottom: 1px solid rgba(133, 115, 102, 0.6);
}

.related-articles a.title {
  display: block;
  font-size: 1.1rem;
  color: var(--font-color);
  text-decoration: none;
  font-weight: 500;
}

.related-articles a:hover {
  color: var(--link-color)
}

.related-articles a.cat:hover {
  border-bottom: 1px solid var(--link-color);
}

.related-articles .intro-text {
  margin: 5px 0 15px;
  font-size: 0.9rem;
  line-height: 1.3;
}

.related-articles p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.3;
}

.related-articles .date {
  font-size: 0.7rem;
  color: #7f7f7f;
}

@media (min-width: 767.98px) {
  img.news_img {
    max-width: 550px;
  }
}

@media (max-width: 480px) {
  .related-articles img {
    max-width: 90px
  }

  .related-articles .box_cnt {
    padding-left: 20px;
  }
}

@media (max-width: 414px) {
  .icon_top.content-social a {
    width: 32px;
    height: 32px;
    margin-right: 3px;
  }

  .icon_top.content-social a:last-child {
    margin-right: 0;
  }
}

.listpricebtns .promotion:after {
  content: '%';
  position: absolute;
  top: 1px;
  right: 0;
  width: 50px;
  height: 100%;
  text-align: center;
  background-color: rgba(255, 153, 0, 0.06);
  font-size: 2rem;
  color: rgba(255, 153, 0, 0.25);
  font-weight: bold;
  line-height: 2.1;
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}

.listpricebtns .promotion a {
  z-index: 1;
  padding-right: 53px !important
}





hr.white {
  margin: 25px 0;
  background-color: #f7b336;
}

.img_right,
.imgright_table,
.imgright {
  float: right;
  margin-left: 15px;
}

.img_left,
.imgleft {
  float: left;
  margin-right: 15px;
}

.red {
  color: #E83531;
}

img.r_float {
  float: right;
  margin-left: 10px;
}

.content .metod-sug li {
  margin: 20px 0;
  padding-left: 95px;
  min-height: 80px;
}

.content .metod-sug li:nth-child(1) {
  background: url(/images/2020/06/vrach_5841033.png) no-repeat;
}

.content .metod-sug li:nth-child(2) {
  background: url(/images/2020/06/upr_5841033.png) no-repeat;
}

.content .metod-sug li:nth-child(3) {
  background: url(/images/2020/06/ukol_5841033.png) no-repeat;
}

.content ul.pokazania {
  margin: 20px 0;
  display: block;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.content .pokazania li {
  margin: 10px;
  padding-left: 70px;
  min-height: 60px;
}

.content .pokazania li:nth-child(1) {
  background: url(/images/2020/06/ic1_5841033.png) no-repeat;
}

.content .pokazania li:nth-child(2) {
  background: url(/images/2020/06/ic4_5841033.png) no-repeat;
}

.content .pokazania li:nth-child(3) {
  background: url(/images/2020/06/ic2_5841033.png) no-repeat;
}

.content .pokazania li:nth-child(4) {
  background: url(/images/2020/06/ic5_5841033.png) no-repeat;
}

.content .pokazania li:nth-child(5) {
  background: url(/images/2020/06/ic3_5841033.png) no-repeat;
}

.content .pokazania li:nth-child(6) {
  background: url(/images/2020/06/ic6_5841033.png) no-repeat;
}

.akc_list--item {
  position: relative;
  width: 32%;
  padding-top: 21.015%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.akc_list--item img {
  display: block;
  width: 100%;
  filter: grayscale(0.2);
  -webkit-filter: grayscale(0.2);
}

.akc_list--item .label {
  position: absolute;
  z-index: 2;
  left: 25px;
  top: 3.5vw;
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -1px;
  white-space: nowrap;
}

.akc_list--item a,
.akc_list--item .timer_block::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.akc_list--item .timer_block::after {
  content: '';
  background-color: rgba(88, 77, 71, 0.5);
}

.akc_list--item a:hover .timer_block::after {
  background-color: rgba(88, 77, 71, 0.8);
}

.akc_list--item .label,
.akc_list--item .name span,
.akc_list--item .name .arr,
.akc_list--item .timer_block::after {
  transition: all 0.2s ease-out;
}

.akc_list--item a:hover .label,
.akc_list--item a:hover .name span {
  color: var(--link-color);
}

.akc_list--item .name {
  position: absolute;
  z-index: 1;
  left: 25px;
  top: calc(3.5vw + 50px);
}

.akc_list--item .name span {
  display: block;
  height: 65px;
  overflow-y: hidden;
  padding-right: 50px;
  font-size: 17px;
  color: #fff;
  line-height: 1.2;
}

.akc_list--item .name .arr {
  position: relative;
  width: 56px;
  height: 46px;
  margin: 10px 0 0 2px;
  border: 1px solid var(--link-color);
}

.akc_list--item .name .arr::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('/images/arrow-orange.svg') center no-repeat;
}

.akc_list--item a:hover .name .arr {
  background-color: var(--link-color)
}

.akc_list--item a:hover .name .arr::after {
  filter: brightness(3);
  -webkit-filter: brightness(3)
}

.akc_list--item .timer_block {
  position: relative;
}

.zapis-spec {
  border: 2px solid var(--link-color);
  font-size: 13px;
  text-transform: uppercase;
  color: var(--link-color);
  background: #505050;
  text-decoration: none;
  width: 260px;
  padding: 10px;
  display: inline-block;
  text-align: center;
}

.zapis-spec:after,
.btn-color::after {
  display: none;
}

.content .width .zapis-spec,
.content .width .btn-yell-frame {
  margin-right: 5px;
  margin-bottom: 10px;
}

.zapis-spec:hover {
  background: transparent;
  color: #000;
}

.content .yakors li a {
  color: #67564C;
  text-decoration: underline;
  width: 100%;
}

.content .yakors li a:hover {
  color: var(--link-color);
}

.content .yakors {
  padding-left: 0;
  column-count: initial;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.content .yakors li {
  background: none;
  list-style: none;
  padding-left: 0px;
  padding: 5px;
  margin: 0 7px;
  width: 47.5%;
  display: flex;
  vertical-align: middle;
  padding-left: 25px;
  position: relative;
  align-items: center;
}

.content .yakors li:before {
  content: '';
  width: 15px;
  height: 10px;
  background: url(/img/Arrow_5932276.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  left: 0px;
}

.content .yakors li:hover:before {
  background: url(/img/ArrowH_5932276.png);
}

@media (max-width: 1199px) {
  .double_gal_item {
    width: 44%;
  }

  .button-up {
    bottom: 130px;
    right: 40px;
  }

  .table_price {
    min-width: 320px;
  }

  .akc_list--item .name span {
    font-size: 16px;
  }

  .landing-page .carousel-wrap.double {
    margin-left: 0;
    width: calc(100% + 40px);
  }

  .landing-page .foto_job_container.double .owl-item {
    max-width: 600px
  }
}

@media (max-width: 767px) {
  .imgright_table {
    float: none;
  }

  .image_right {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }

  .text ul.galka_line li {
    width: 100%;
  }

  .etapy {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0;
  }

  .etapy_item {
    width: 100%;
    margin-bottom: 30px;
  }

  #abouttabs.pressa-page .press_about_us {
    width: 100%;
    margin-right: 0;
    min-height: 150px !important;
    padding-bottom: 40px;
  }

  .article-page .foto_job_inner,
  .landing-page .foto_job_inner {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .foto_job_container.double .owl-item,
  .landing-page .double .block_video .title_image {
    max-width: 790px !important
  }

  .foto_job_container.double .block_video iframe,
  .foto_job_container.double .block_video video,
  .landing-page .double .block_video .title_image {
    width: calc(100% - 40px);
  }

  .cards-wrap {
    margin-top: 10px;
    padding: 0;
    background-color: transparent;
  }

  .carousel-wrap {
    width: 100% !important
  }

  .carousel-wrap .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
}

@media (max-width: 639px) {
  ul.double li {
    width: 100%;
    display: block;
  }

  .otz_mb2.otz_mb .top_otz_cont {
    width: 100%;
  }

  .otz_mb.otz_mb2 .div-text {
    width: 100%;
  }

  .double_gal_item {
    width: auto;
  }

  .siteMap {
    padding-left: 10px;
  }

  .siteMap ul {
    padding-left: 10px;
  }

  .siteMap ul li {
    padding-left: 10px;
  }

  .foto_job_container_2 {
    text-align: center;
  }

  .contentol {
    padding-left: 15px;
  }

  .partnery {
    width: 110%;
    margin-left: -6.5%;
  }

  .partnery_item {
    width: 50%;
  }

  .partnery_item img[src*="allergan"] {
    margin-top: 4vw;
  }

  .imgright,
  .imgleft {
    float: none;
  }

  img.r_float {
    float: none;
    margin-left: 0px;
  }

  .two_in_line .foto_job_inner {
    width: 50%;
    margin: 0;
  }

  .foto_job_container.two_in_line img {
    max-width: 138px;
  }

  .doctor_price {
    justify-content: center;
  }

  .full_page .doctor_price--item,
  .doctor_price--item {
    width: 140px;
  }

  .akc_list--item {
    width: 100%;
    max-width: 380px;
  }

  .content .yakors li {
    width: 100%;
  }
}

.stub_wrap {
  position: relative;
}

.stub_wrap+.title {
  max-width: 350px;
  text-align: center;
}

.stub_wrap .text {
  background-color: #ffffff;
  font-size: 10pt;
  padding: 15px 18px 15px;
  line-height: 14pt;
  max-width: 350px;
  height: 74px;
  bottom: 0;
  position: absolute;
  text-align: center;
}

.stub_wrap .text a {
  color: var(--link-color);
  font-size: 12px;
}

#stub_content {
  display: none;
  text-align: center;
  padding: 30px;
  background-color: var(--site-bg-color);
}

#stub_content .head_title {
  font-size: 21pt;
}

#stub_content .btn_yes,
#stub_content .btn_no {
  display: inline-block;
  margin: 20px;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}

#stub_content .btn_no {
  background-color: var(--link-color);
}

#stub_content .btn_yes:hover {
  background-color: #90ab51;
}

#stub_content .btn_no:hover {
  background-color: #fe2638;
}

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

.foto_job_inner.img_right {
  float: right;
}

.rew-list.otz_mb.otz_mb2 li.hide_otz {
  display: none;
}

.show_rew {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-family: var(--font-headline);
  cursor: pointer;
}

.show_rew span {
  position: relative;
}

.show_rew span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #251001;
  transition: .6s;
}

.show_rew:hover span:after {
  width: 100%;
}

.group {
  padding-left: 0;
}

.group li {
  background: none;
  margin-bottom: 10px;
}

.group li a {
  color: #67564C;
  font-size: 16px;
}

.group li a:hover {
  color: var(--link-color);
}

.left_sidebar {
  display: none;
}

.left_sidebar li a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  background: rgba(121, 105, 95, 0.8);
  padding: 6px 30px;
  padding-right: 30px;
  position: relative;
}

.left_sidebar li.current.parent.act a {
  background: rgba(121, 105, 95, 0.8);
}

.left_sidebar li.current.parent.act>.arrow {
  transform: rotate(0);
}

.left_sidebar li:hover a,
.left_sidebar li.act a,
.left_sidebar li.current a {
  background: rgb(102, 86, 75);
}

.left_sidebar li.current.parent.act .second_menu {
  display: none;
}

.left_sidebar .second_menu .second_menu a {
  color: #312d2a;
  background: none;
  padding: 7px 30px;
}

.left_sidebar .second_menu .second_menu .current>a,
.left_sidebar .second_menu .second_menu li:hover>a {
  color: var(--link-color);
}

.left_sidebar .second_menu .second_menu li {
  margin-bottom: 0;
}

.left_sidebar li {
  list-style: none;
  margin-bottom: 4px;
  position: relative;
  background: none;
  padding: 0;
}

.left_sidebar li.parent>.arrow {
  position: absolute;
  top: 10px;
  right: 8px;
  height: 15px;
  width: 15px;
  background: url('/templates/template13/img/arrow.svg') center no-repeat;
  cursor: pointer;
}

.left_sidebar li.parent>.second_menu li.parent>.arrow {
  opacity: 0.8;
  background: url('/templates/template13/img/arrow-brown.svg') center no-repeat;
}

.left_sidebar li.current>.arrow,
.left_sidebar li.act>.arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.left_sidebar .second_menu {
  display: block;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

.left_sidebar .second_menu .second_menu {
  display: none;
  background: #e7e2de;
}

.left_sidebar .second_menu .act>.second_menu,
.left_sidebar .second_menu .current>.second_menu {
  margin-bottom: -4px;
  display: block;
}

.left_sidebar .second_menu {
  padding: 0;
}

.left_sidebar li a {
  padding-right: 30px;
}

@media (min-width: 575.98px) {
  .left_sidebar .second_menu {
    padding: 10px;
  }

  .left_sidebar li a {
    padding-right: 50px;
  }
}

@media (min-width: 991.98px) {
  .left_sidebar {
    width: 25%;
    display: inline-block;
    vertical-align: top;
  }

  .right_sidebar {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }

  .left_sidebar li a {
    padding: 6px 20px;
    padding-right: 30px;
  }

  .left_sidebar .second_menu .second_menu a {
    padding: 7px 15px 7px 10px;
  }

  .breadcrambs {
    padding: 10px 4px;
  }
}



/*-------------------------------------------- Responsive ------------------------------------------*/
@media (max-width: 1170px) {
  .partnery_item img[src*="allergan"] {
    margin-top: 19px;
  }
}

@media (max-width: 1300px) {
  .menu_wrap_fix {
    padding: 30px 0;
  }
}

@media screen and (max-width: 991.98px) {
  .partnery {
    width: 103%;
    margin-left: -1.6%;
  }

  .partnery_item img[src*="allergan"] {
    margin-top: 12px;
  }

  .menu_mob {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .menu_mob ul.active {
    display: none;
    width: 100%;
    padding: 10px 18px;
    border-radius: 3px;
    background: transparent;
  }

  .menu_mob ul {
    width: 100%;
    padding: 10px 18px;
    border-radius: 3px;
    background: transparent;
    margin: 0;
  }

  .menu_mob li {
    margin: 5px 0px 5px 0px;
    float: none;
    display: block;
    text-align: center;
  }

  .menu_mob a {
    display: block;
  }

  .burger,
  .toggle-nav {
    vertical-align: middle;
    display: inline-block;
    background: url(/img/burger_icon.png) 0 center no-repeat;
    min-height: 19px;
    padding: 15px 0 15px 40px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    box-sizing: content-box;
    cursor: pointer;
  }

  .search-form {
    margin: 12px 0px 0px 20px;
    float: left;
  }

  .search-form input {
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
  }

  iframe {
    max-width: 100%;
  }

  div.comment {
    width: 100%;
    margin: 0;
  }

  .comment .row {
    display: block;
  }

  .comment .caption {
    display: block;
    margin: auto;
    width: 100%;
    text-align: center;
  }

  .comment .field {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .comment .field input[type=file],
  .comment .field input[type=text],
  .comment .field input[type=password] {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .comment .field textarea {
    width: 100%;
  }

  .line_bl_but {
    margin-bottom: 30px;
  }

  .adaptive_table_important {
    width: 100% !important;
    height: 100% !important;
  }

  .width>span {
    display: none;
  }

  #lightbox-container-image-box {
    width: 100% !important;
  }

  #lightbox-container-image img {
    width: 100%;
    height: auto !important;
  }

  #lightbox-container-image-data-box {
    width: 100% !important;
  }

  .otz_mb2.otz_mb .top_otz_cont {
    width: 35%;
  }

  .otz_mb.otz_mb2 .div-text {
    width: 64%;
  }

  .first-area .search_top {
    float: left;
  }

  .article {
    width: calc(100% - 230px);
    padding-right: 40px;
  }

  .aside {
    width: 230px;
  }

  .article-page__intro h1 {
    font-size: 3rem;
  }

  .doctor-page__intro .box_cnt {
    font-size: 1.2em;
  }

  .doctor-page__intro .box_aside {
    width: 160px;
    padding-top: 0;
  }
}

@media screen and (max-width: 867px) {
  .lipos_block .text {
    width: 61%;
  }

  .lipos_block .img {
    width: 33%;
  }

  .img768_lipos_indication {
    display: block;
    margin-top: 25px;
  }

  .img960_lipos_indication {
    display: none;
  }

  .lipos_block .text_right {
    margin-left: 35px;
    margin-top: 3px;
  }

  .lipos_block {
    margin-bottom: 10px;
  }

  .lipos_block .text_right {
    margin-bottom: 10px;
  }

  .partnery {
    width: 110%;
    margin-left: -6.5%;
    justify-content: center;
  }

  .partnery_item {
    width: 33.33%;
  }

  .partnery_item img[src*="allergan"] {
    margin-top: 20px;
  }

  .partnery_item img[src*="9.png"] {
    -webkit-transform: translate(4px, 0);
    -ms-transform: translate(4px, 0);
    transform: translate(4px, 0);
  }

}

@media (max-width: 768px) {

  .img.floatl.img-l,
  .img.floatr {
    float: none;
    margin: 30px 0;
    text-align: center;
  }

  .text blockquote {
    margin: 40px 5% 55px 10%;
  }

  .article,
  .aside {
    width: 100%;
  }

  .article {
    padding-right: 0;
  }

  .article-page__intro h1 {
    font-size: 2.7rem;
  }

  .article-page .breadcrambs,
  .article-page .breadcrambs a,
  .article-page__date {
    color: var(--font-color);
  }

  .article-page .breadcrambs {
    width: 86%;
    left: 7%
  }

  .aside__card {
    max-width: 212px;
    margin: 0 auto;
  }

  .see-photo-btn {
    position: relative;
    top: 0;
    right: 0;
  }

  .see-photo-btn a {
    display: block;
    width: 100%;
    text-align: center;
  }

}

@media (max-width: 762px) {
  .lipos_block .img {
    width: 100%;
  }

  .lipos_block .text {
    width: 100%;
  }

  .lipos_block {
    margin-bottom: 0px;
  }

  .lipos_block .text_right {
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
  }

  .lipos_block .text_right {
    margin-bottom: 10px;
  }

  .img.img-disp-non {
    display: none;
  }

  .img.img-disp-bl {
    display: block;
  }
}

@media (max-width: 650px) {
  .article-page .breadcrambs {
    width: 85%;
  }

  .article-page__intro h1 {
    font-size: 2.1rem;
  }

}

@media (max-width: 600px) {

  .preparing_proc_clock .preparing_proc_item,
  .line_bl_but.appointment {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .visible_sm {
    display: none;
  }

  .foto_job_container .owl-nav,
  .doktor_job_container .owl-nav {
    display: block;
  }

  #gallery {
    width: 100%;
    text-align: center;
  }

  #gallery .news_img {
    float: none;
  }

  .share__text {
    display: block;
    margin-bottom: 5px;
  }

  .share__text:after {
    display: none;
  }

  .share .ya-share2 {
    margin-left: -1px;
  }

  .ya-share2__list.ya-share2__list_direction_horizontal {
    margin: 0 0 20px -1px;
    padding-left: 0 !important;
  }

}

@media (max-width: 767.98px) {
  .sert_bl {
    float: none;
    margin: auto;
    width: 50%;
  }

  img.news_img.mim {
    float: none;
    margin: 0 auto;
    display: block;
  }

  .db-mobile {
    display: block;
  }

  .two-halves:not(.landing-page__intro) {
    flex-direction: column;
  }

  .two-halves__item {
    width: 100%;
  }

  .two-halves+.two-halves {
    margin-top: 20px;
  }

  .product-page .two-halves__item:first-child {
    order: 1;
    padding-top: 40px;
  }

  .line_bl_butwrap {
    flex-direction: column;
  }

  .line_bl_butwrap a,
  .line_bl_but.appointment .line_bl_butwrap a {
    margin: 0 auto;
  }

  .line_bl_butwrap a:first-child {
    margin: 0 auto 30px;
  }

  .landing-page .article {
    width: 100%;
  }

  .landing-page .aside {
    order: 1;
    width: 100%;
    margin-right: 0;
  }

  .landing-page__intro {
    padding: 0 10%;
  }

  .landing-page__intro .aside {
    width: 35%;
  }

  .landing-page__intro .article {
    width: 65%;
    order: 2;
    padding-top: 80px;
  }

  .landing-page h1 {
    font-size: 3rem;
  }

  .landing-page__discount p {
    font-size: 3.8rem;
  }

  .landing-page__discount p.discount {
    font-size: 16rem;
    letter-spacing: -10px;
    min-width: 430px;
    min-height: 300px;
  }

  .landing-page__discount.short p {
    font-size: 7rem;
  }

  .landing-page .text.fullwidth h2 {
    margin-left: 0;
  }

  .landing-page .article-btns {
    margin-top: 0;
  }

  .doctor-page__desc {
    order: 1
  }

  .doctor-page__img {
    margin-top: 0;
  }

  .doctor-page__img .sticky-elem {
    position: relative !important;
    top: 0 !important;
  }

  .doctor-page__img .sticky-elem img {
    width: 100% !important
  }

  .doctor-page .carousel-wrap {
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (min-width: 767.98px) {
  .title-slide {
    font-size: 72px;
    line-height: 65px;
    text-align: left;
  }

  .btn-slide {
    text-align: left;
  }

  .body-slide {
    text-align: left;
  }

  .cont-slide {
    margin: 0;
  }

  .slider-wrap {
    margin-top: 0;
  }

  .visible_sm {
    display: block;
  }
}

@media (min-width: 991.98px) {
  .title-slide {
    font-size: 72px;
    line-height: 65px;
    text-align: left;
  }

  .btn-slide {
    text-align: left;
  }

  .body-slide {
    text-align: left;
  }

  .cont-slide {
    margin: 0;
  }

  .top_menu {
    display: block;
  }

  .visible_sm {
    display: none;
  }

  .menu_mob {
    display: none;
  }
}


@media (max-width: 991px) {
  .doctor_price--item {
    width: 19%;
  }

  .doctor_price.full_page {
    justify-content: center;
  }

  .full_page .doctor_price--item {
    width: 24%;
  }

  .full_page.prices .doctor_price--item {
    width: calc(33.33% - 10px);
  }
}

@media (max-width: 768px) {
  .full_page.prices .doctor_price--item {
    width: calc(50% - 10px);
  }

  .base_table td {
    padding: 6px 3px 6px 5px;
    word-wrap: break-word;
  }

  .base_table th,
  .base_table td p {
    word-break: break-all;
  }

  /* word-wrap: break-word; */
  .base_table td h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 567px) {
  .landing-page__intro {
    padding: 0;
  }

  .landing-page h1 {
    font-size: 2.1rem;
  }

  .foto_job_container.cards .block_video,
  .video_job_container.cards .block_video {
    margin: 0 15px 30px;
  }
}

@media (max-width: 499px) {
  .landing-page__discount p {
    font-size: 3rem;
  }

  .landing-page__discount p.discount {
    padding-top: 40px;
    font-size: 13rem;
    min-width: 370px;
    min-height: 210px;
  }

  .landing-page__discount.short p {
    font-size: 5rem;
    line-height: 1.1;
  }

  .right_sidebar h2 {
    width: 100% !important
  }

  .base_table thead {
    display: none;
  }

  .base_table tr {
    display: block;
  }

  .base_table td {
    display: block;
    padding: 0 0 0 100px;
    border-top: none;
    border-right: none;
    border-left: none
  }

  .base_table tr td:last-child {
    border-bottom: none;
  }

  .base_table td:before {
    content: attr(data-label);
    float: left;
    width: 90px;
    margin: 0 0 0 -100px;
    padding: 25px 10px 0 10px;
    font-weight: bold;
  }

  .base_table__td {
    padding: 20px 10px 10px 15px;
    border-left: 1px solid #beb4ab;
  }

  .base_table__td h3:first-child {
    margin-top: 0;
  }

  .base_table th,
  .base_table td p {
    word-break: normal;
  }

  .content .width ol {
    padding-left: 15px;
  }

  .content .width .box_cnt {
    padding-left: 20px;
  }

  .notation {
    padding: 30px 25px 30px 30px;
  }
}

@media (max-width: 480px) {
  .formcall_otz {
    margin-top: 10px;
  }

  .img_right {
    float: none;
    margin: auto;
  }

  .btn_press {
    margin-left: 10px;
  }

  .rew-list.otz_mb.otz_mb2 li {
    min-width: auto !important;
    margin-right: 0;
  }

  .rew-list-video-otz li {
    margin-right: 0;
    min-width: 300px !important;
  }

  #error,
  #message,
  #status_message {
    width: 100%;
  }

  .formcall,
  .formcall_ask,
  .formcall4,
  .formcall5,
  .formcall6,
  .formcall_otz {
    top: 4%;
  }

  .formcall_ask textarea,
  .formcall_otz textarea {
    height: 80px;
  }

  .contentol {
    padding-left: 10px;
  }

  .partnery_item {
    width: 49%;
  }

  .imgright,
  .imgleft,
  .imgright_table {
    margin: auto;
  }

  .table_price {
    min-width: 100%;
  }

  .text ul.galka li {
    width: 100%;
  }

  .krest li {
    width: 100%;
  }

  .content h1 {
    margin-bottom: 30px;
    font-size: 32px !important;
    line-height: 1.2;
  }

  .article-page .breadcrambs {
    left: 10%;
  }

  .article-page__intro h1 {
    margin: 100px 2% 60px;
    font-size: 1.8rem;
  }

  .icon-moving-b,
  .icon-moving-c,
  .icon-moving-d {
    width: 40px;
    height: 40px;
  }

  .icon-moving-a {
    width: 30px;
    height: 30px;
  }

  .article-page h2 {
    padding-right: 0;
    font-size: 1.8rem
  }

  .article-page__date {
    font-size: 1.1rem;
  }

  .block_video.horizontal video {
    height: 54vw;
  }

  .line_bl_but.appointment .btn {
    width: 80%;
    margin: 0 auto 15px;
  }

  .line_bl_but.appointment .btn+.btn {
    margin: 0 auto;
  }
}

@media (max-width: 414px) {
  .full_page.prices .doctor_price--item {
    width: 90%;
  }

  .doctor-page__intro .box_aside {
    font-size: 0.85rem;
  }

  .box_aside .ig_subtitle {
    width: 130px !important;
  }
}

@media (max-width: 375px) {
  .doctor-page__intro .box_cnt {
    font-size: 1em;
  }

  blockquote,
  blockquote p {
    word-wrap: break-word;
  }

  .new_spec li {
    padding: 30px 25px;
  }

  .article-page__intro {
    height: 660px;
    padding-top: 70px;
  }

  .article-page__intro h1,
  .article-page h2 {
    font-size: 1.6rem
  }

  .landing-page__intro .article {
    padding-top: 90px;
  }

  .landing-page__discount p {
    font-size: 2.2rem;
  }

  .landing-page__discount p.discount {
    top: 0;
    font-size: 10rem;
    min-width: 310px;
    min-height: 200px;
  }

  .content .foto_list2 .gr_name {
    padding: 0;
  }

  .doctor-page__intro .box_aside {
    font-size: 0.8rem;
  }

  .box_aside .ig_wrapper {
    display: inline-block;
    margin-bottom: 10px;
  }

  .box_aside .ig_subtitle {
    top: 17px !important;
    width: 110px !important;
  }
}