/* Svoi CSS kod pishite v faile CUSTOM.CSS, chotobi pri ustanovke obnovlenii ne bilo problem */
/* --------------------------------------- */
/* Put you custom CSS in CUSTOM.CSS, not in this file! */

/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII, ne izmenyaite ego!!! */
/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII, ne izmenyaite ego!!! */
/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII, ne izmenyaite ego!!! */
/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII, ne izmenyaite ego!!! */
/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII, ne izmenyaite ego!!! */

body {
  background-color: white;
  background-color: var(--black_bg_black);
  color: #555;
  color: var(--basic_text_black);
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
a.grey {
  color: #818181;
}
/*a:hover{text-decoration:none;}*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
  margin: 46px 0 26px 0;
  color: #333;
  color: var(--white_text_black);
}
h1,
h2,
h3,
h4 {
  letter-spacing: normal;
}
h1 {
  font-size: 2.8em;
  line-height: calc(1em + 10px);
  margin: 0 0 18px;
}
h2 {
  font-size: 2em;
  line-height: calc(1em + 14px);
  margin: 30px 0 25px;
}
h3,
.h3 {
  font-size: 1.73333em;
  line-height: calc(1em + 14px);
  margin: 30px 0 25px;
}
h4 {
  font-size: 1.375em;
  line-height: calc(1em + 10px);
  margin: 30px 0 25px;
}
h5 {
  font-size: 1.2em;
  line-height: calc(1em + 10px);
  margin: 30px 0 25px;
}
h6 {
  font-size: 1.066em;
  line-height: calc(1em + 10px);
  margin: 30px 0 25px;
}
h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
  margin-top: 50px;
}
h1.no-top-space,
h2.no-top-space,
h3.no-top-space,
h4.no-top-space,
h5.no-top-space,
h6.no-top-space {
  margin-top: 0px;
}
h1.no-bottom-space,
h2.no-bottom-space,
h3.no-bottom-space,
h4.no-bottom-space,
h5.no-bottom-space,
h6.no-bottom-space {
  margin-bottom: 0px;
}
h1.more-spaced,
h2.more-spaced,
h3.more-spaced,
h4.more-spaced,
h5.more-spaced,
h6.more-spaced {
  margin-top: 64px;
}
h1.bottom-spaced,
h2.bottom-spaced,
h3.bottom-spaced,
h4.bottom-spaced,
h5.bottom-spaced,
h6.bottom-spaced {
  margin-bottom: 36px;
}
.underline {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 11px;
  border-bottom: 2px solid blue;
}
h4.underline {
  padding-bottom: 7px;
}
h5.underline {
  padding-bottom: 4px;
}
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0px;
}
.dark_link {
  color: #333;
  color: var(--white_text_black);
}
body .dark_link:hover {
  color: #000;
  color: var(--fill_dark_light_hover);
}
.label[href]:hover,
.label[href]:focus {
  color: #555;
  color: var(--basic_text_black);
  cursor: default;
}

.no-bottom-margin {
  margin-bottom: 0;
}
.no-top-margin {
  margin-top: 0;
}

.muted {
  color: #999;
}
.muted svg path {
  fill: #b8b8b8;
}
.muted svg rect {
  stroke: #b8b8b8;
}
.normal_text {
  font-size: 1.2em;
  line-height: 1.444em;
}
.bold {
  font-weight: bold;
}

p {
  margin-bottom: 24px;
}
p .alternative-font {
  display: inline-block;
  margin-top: -15px;
  position: relative;
  top: 3px;
  margin-bottom: -6px;
}
p.featured {
  font-size: 1.6em;
  line-height: 1.5em;
}
p.short {
  margin-bottom: 0;
}
p.tall {
  margin-bottom: 20px;
}
p.taller {
  margin-bottom: 40px;
}
p.drop-caps:first-child:first-letter {
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding: 4px;
  margin-right: 5px;
  margin-top: 5px;
  font-family: Georgia;
}
p.drop-caps.secundary:first-child:first-letter {
  background-color: #ccc;
  color: white;
  padding: 6px;
  margin-right: 5px;
  border-radius: 4px;
}

hr {
  height: 1px;
  margin: 25px 0;
  border: none;
  border-top: 1px solid #f2f2f2;
  border-color: var(--light_bg_black);
}
.colored_line {
  border-color: #ededed;
  border-color: var(--stroke_black);
  border-top-width: 2px;
}

table.no-border {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

table.table {
  border-collapse: collapse;
  border-spacing: 0;
}
table.table > thead > tr > th,
table.table > tbody > tr > th,
table.table > tfoot > tr > th,
table.table > thead > tr > td,
table.table > tbody > tr > td,
table.table > tfoot > tr > td {
  border: 0;
  padding: 11px;
}
table.table b,
table.table strong {
  font-weight: 600;
}
table.table > thead > tr > th,
table.table > tbody > tr > th,
table.table > tfoot > tr > th {
  color: white;
  border-color: var(--stroke_black);
}
.table-bordered {
  border-color: var(--stroke_black);
}
table.table.table-striped tr:nth-child(even) td {
  background: linear-gradient(0deg, #f5f5f5, #f5f5f5), #f8f8f8;
  background: var(--darkerblack_bg_black);
}
table.table.table-striped tr:nth-child(odd) td {
  background: white;
  background: var(--black_bg_black);
}
table.table.table-striped tr:nth-child(odd) td {
  background: white;
  background: var(--black_bg_black);
}
table.table.table-bordered td {
  border: 1px solid #e5e5e5;
  border-color: var(--stroke_black);
}
table.table.table-bordered-line td {
  border-bottom: 1px solid #e5e5e5;
  border-color: var(--stroke_black);
}
table.table.table-light th {
  background-color: transparent;
  color: inherit;
  border-bottom: 2px solid #b8b8b8;
  border-color: var(--stroke_black);
}
table.table .table-bg-gray {
  background: linear-gradient(0deg, #f5f5f5, #f5f5f5), #f8f8f8;
  background: var(--darkerblack_bg_black);
}
table.table th {
  background: #555;
}
table.table1 td {
  padding: 15px;
}
blockquote {
  color: #333;
  color: var(--white_text_black);
  position: relative;
  padding: 0px 20px 0px 41px;
  border: none;
  font-weight: normal;
  font-size: 1.2em;
  line-height: calc(1em + 10px);
  margin: 48px 0px;
}
blockquote p {
  line-height: normal;
}
blockquote:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  content: '';
  width: 3px;
  border-radius: 3px;
  background-color: #9e9e9e;
  background-color: var(--theme-base-color, #9e9e9e);
}
blockquote.danger {
  padding: 27px 42px 31px 42px;
  border: 1px solid rgba(210, 21, 21, 0.4);
  border-radius: 3px;
  border-left: 3px solid #d21515;
  color: #bb3a3a;
  margin: 40px 0px;
  font-weight: 400;
}
blockquote.info {
  padding: 27px 42px 31px 42px;
  border: 1px solid rgba(91, 177, 71, 0.4);
  border-radius: 3px;
  border-left: 3px solid #5bb147;
  color: #5a8051;
  margin: 40px 0px;
  font-weight: 400;
}
blockquote.danger * {
  color: #bb3a3a;
}
blockquote.info * {
  color: #5a8051;
}
blockquote.danger:before {
  content: '';
  position: absolute;
  top: -9px;
  left: 40px;
  background: var(--black_bg_black) url(images/allcorp3medc.png) -249px -262px
    no-repeat;
  width: 26px;
  height: 17px;
}
blockquote.info:before {
  content: '';
  position: absolute;
  top: -9px;
  left: 40px;
  background: var(--black_bg_black) url(images/allcorp3medc.png) -17px -153px
    no-repeat;
  width: 26px;
  height: 18px;
}
blockquote.danger:after {
  content: '';
}
blockquote.code {
  padding: 27px 42px 31px 42px;
  border: 1px solid #f2f2f2;
  border-color: var(--stroke_black);
  background: url(images/code_pattern.gif);
  color: #999;
  margin: 40px 0px;
  font-weight: 400;
}
blockquote.code:before {
  display: none;
}
blockquote > div {
  font-style: italic;
  padding: 18px 20px 25px;
}
blockquote small {
  color: #333333;
  color: var(--white_text_black);
  font-style: normal;
  margin-top: 10px;
  font-size: 0.93333rem;
  line-height: calc(1em + 7px);
}
li {
  line-height: 24px;
}
ul,
ol {
  padding-left: 17px;
  margin-bottom: 20px;
}
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h3,
ol + h4,
ol + h5,
ol + h6 {
  margin-top: 28px;
}
ul.list.icons {
  padding-left: 30px;
}
ul.list.icons .fa {
  margin-left: -22px;
  margin-right: 5px;
}
dl {
  margin-top: 16px;
}
dt {
  margin-bottom: 1px;
}
dd {
  margin-bottom: 14px;
  color: #444444;
  color: var(--basic_text_black);
}
dd + dd {
  margin-top: -14px;
}
table.table > thead > tr > th {
  font-size: 14px;
  font-weight: 600;
  padding-top: 12px;
  padding-bottom: 12px;
}

ul {
  padding-left: 0px;
}
ol li {
  padding-left: 4px;
  margin-bottom: 12px;
}
ul li {
  list-style-type: none;
  position: relative;
  padding-left: 0px;
  margin-bottom: 8px;
}
ul li p {
  margin-bottom: 0px;
}
ul li ul,
ol li ol {
  padding-top: 4px;
}
/* .main ul li:before { */
ul li:before {
  content: '';
  position: relative;
  left: 0px;
  top: 11px;
  background: #666666;
  width: 11px;
  height: 1px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.mega-fixed-menu ul li:before,
header ul li:before,
#headerfixed ul li:before,
#mobileheader ul li:before,
#mobilefilter ul li:before,
.bx-core-window:not(.bx-core-adm-admin-dialog) ul li:before {
  content: none;
}
.main ul li p {
  display: inline;
  vertical-align: top;
}
ul.list-unstyled li {
  padding-left: 0px;
  margin-bottom: 0px;
}
ul.list-unstyled li:before {
  display: none;
}
.main ul.list-unstyled li p {
  display: block;
}

.body_media {
  display: none;
  position: absolute;
  top: 2;
}
.valign {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.ask_a_question {
  text-align: center;
  line-height: 15px;
  color: #1d2029;
}
.ask_a_question .text {
  margin-top: 8px;
}
.styled-block {
  border-left: 2px solid;
  background: url('images/background.png') #f2f2f2 0 0 repeat;
  color: #555555;
  margin-bottom: 40px;
  clear: both;
  margin-top: 30px;
  padding: 37px 50px;
  font-size: 15px;
}
.order-block {
  background: #fbfbfb;
  background: var(--light_bg_black);
  border: 1px solid #f2f2f2;
  border-color: var(--stroke_black);
  color: #555555;
  color: var(--basic_text_black);
  clear: both;
  font-size: 1em;
  margin: 30px 0 40px;
  width: 100%;
}
.order-block--clear {
  border: 0;
  border: 0;
  background: transparent;
  margin: 0;
}
.progress {
  background-color: var(--darkerblack_bg_black);
}
.progress-bar {
  color: var(--white_text_black_reverse);
}
.grey-bg {
  background-color: #fafafa;
  background-color: var(--light2_bg_black);
}
.order-block__wrapper {
  border: 1px solid #f2f2f2;
  border-color: var(--stroke_black);
  margin: 30px 0 40px;
}
.order-block .row {
  margin: 0;
}
.order-block .row > div {
  text-align: center;
  padding: 41px 0 40px;
  min-height: 83px;
}
.order-block td {
  padding: 42px 0px 37px;
  vertical-align: top;
}
.order-block td .btns {
  text-align: center;
}
.order-block .btn {
  margin: 0;
}
.order-block .text {
  padding: 0px 0px 0px 131px;
  min-height: 46px;
  line-height: 24px;
  color: #555;
  color: var(--basic_text_black);
  text-align: left;
  position: relative;
}
.order-block .text .svg {
  display: block;
  width: 48px;
  height: 58px;
  position: absolute;
  top: 39px;
  top: -2px;
  left: 52px;
}
.order-block .text h1,
.order-block .text h2,
.order-block .text h3,
.order-block .text h4,
.order-block .text h5,
.order-block .text h6 {
  color: #333333;
  margin-bottom: 5px;
  margin-top: 0px;
}
.styled-block .row > div,
.order-block .row > div {
  /*float:left;*/
  display: table-cell;
  vertical-align: middle;
}
.styled-block .row > div.col-md-3,
.order-block .row > vib.col-md-3 {
  text-align: center;
}
.styled-block .row > div.col-md-3 .btn,
.order-block .row > vib.col-md-3 .btn {
  position: relative;
  margin: 0;
}
.order-info-block {
  padding: 19px 39px 39px;
}
.order-info-block--margined {
  margin: 33px 0px;
}
.order-info-block .line-block__item:not(.order-info-btns) {
  margin-top: 20px;
}

.order-info-block .icon-svg-block {
  padding-right: 3px;
}
.order-info-block .text {
  margin: -7px 0px -8px;
  min-width: 205px;
}
.order-info-block .buy_block {
  min-width: 175px;
}
.order-info-block ~ .sale-linked {
  border-top: 1px solid #e5e5e5;
}

.select-outer {
  width: 252px; /*overflow:hidden;*/
  position: relative;
  white-space: nowrap;
  font-size: 0px; /*border: 1px solid #f2f2f2;*/
}
.select-outer select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  font-size: 13px;
}
.select-outer i.fa {
  /*position:absolute;*/
  top: 0px;
  width: 28px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 1px 1px 0px 2px;
  border-right: 0px solid #f2f2f2;
  left: 0px;
  vertical-align: top;
  font-size: 13px;
  margin-right: -28px;
}
.select-outer i.fa:before {
  color: #fff;
  background: url(images/svg/more_arrow.svg) 2px 4px no-repeat;
}
.select-outer i + select {
  padding-left: 39px;
  padding-right: 7px;
}
.select-outer select + i.fa {
  border-left: 0px solid #f2f2f2;
  right: 0px;
  left: auto;
  border-right-width: 0px;
  padding-left: 0px;
  margin-left: -28px;
}
.select-outer.black i.fa {
  color: #222;
}
.bx-opera .select-outer i.fa {
  top: 6px;
  display: none;
}
.bx-firefox .select-outer select {
  padding-top: 6px;
  padding-bottom: 7px;
}
.select-outer select::-ms-expand {
  display: none;
}
.grey_light {
  color: #6d7a83;
}
.grey_dark {
  color: #666666;
}
.dark_light {
  color: #2f383d;
}
.dark_light_table {
  color: #2f383d;
  font-size: 16px;
}
.dark_table {
  color: #333;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
}
.noradius {
  border-radius: 0;
}
.white_middle_text {
  font-weight: bold;
}
.underborder {
  border-bottom: 1px dotted;
}

.introtext {
  padding: 0px 0px 0px;
  color: #333333;
  color: var(--white_text_black);
  font-size: 1.2em;
  line-height: calc(1em + 10px);
  margin-bottom: 40px;
}
.introtext p:last-child {
  margin-bottom: 0px;
}

.btn-inline {
  cursor: pointer;
  white-space: nowrap;
}
.btn-inline i {
  margin: 0 14px;
}
.btn-inline.rounded i {
  margin: 0 8px;
  border-radius: 50%;
  width: 18px;
  text-align: center;
  height: 18px;
  line-height: 17px;
  position: relative;
  top: 1px;
}
.btn-inline.rounded i:before {
  margin-left: 2px;
}
.bx-firefox .btn-inline.rounded i:before {
  margin-left: 0px;
}
.btn-inline.rounded:hover i {
  color: #fff;
  background: #ccc;
}
.btn-inline:hover {
  color: #222;
  color: var(--white_text_black);
}

.btn-inline.sm {
  font-size: 0.867em;
}
.btn-inline.sm i {
  margin: 0 12px;
}
.btn-inline.sm.rounded i {
  margin: 0 6px;
}

.btn-inline.xs {
  font-size: 0.733em;
}
.btn-inline.xs i {
  margin: 0 10px;
}
.btn-inline.xs.rounded i {
  margin: 0 4px;
}

.btn-inline.black {
  color: #222;
  color: var(--white_text_black);
}

.black {
  color: #222;
}

/* i.fa.big-icon /info/more/icons/ */
.fa.big-icon {
  height: 54px;
  width: 54px;
  line-height: 54px;
  font-size: 29px;
  border-radius: 50%;
  background: #666;
  color: #fff;
  text-align: center;
}
.fa.big-icon.grey {
  color: #222;
}
.fa.big-icon.s50 {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 29px;
}
.fa.big-icon.s45 {
  height: 45px;
  width: 45px;
  line-height: 45px;
  font-size: 25px;
}
.fa.big-icon.s40 {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 22px;
}
.fa.big-icon.s35 {
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 19px;
}
.fa.big-icon.s30 {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 17px;
}
.fa.big-icon.s25 {
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-size: 13px;
}

/* .icon-text /info/more/icons/ */
.icon-text {
  padding: 0 20px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  border-radius: 27px;
  white-space: nowrap;
}
.icon-text .fa {
  font-size: 30px;
  margin-top: -7px;
  vertical-align: middle;
  margin-right: 10px;
}

a.icon-text:hover {
  color: #fff;
  text-decoration: underline;
}
a.icon-text:focus {
  color: #fff;
}

.icon-text.s50 {
  padding: 0 18px;
  height: 50px;
  line-height: 50px;
}
.icon-text.s50 .fa {
  margin-top: -2px;
  font-size: 26px;
  margin-right: 6px;
}

.icon-text.s45 {
  height: 45px;
  line-height: 45px;
}
.icon-text.s45 .fa {
  margin-top: -2px;
  font-size: 22px;
  margin-right: 4px;
}

.icon-text.s40 {
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
}
.icon-text.s40 .fa {
  font-size: 22px;
  margin-top: -4px;
  margin-right: 4px;
}

.icon-text.s35 {
  padding: 0 14px;
  height: 35px;
  line-height: 33px;
}
.icon-text.s35 .fa {
  margin-top: 0;
  font-size: 18px;
  margin-right: 4px;
}

.icon-text.s30 {
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  line-height: 29px;
}
.icon-text.s30 .fa {
  margin-top: 0;
  font-size: 15px;
  margin-right: 2px;
  line-height: 13px;
}

.icon-text.s25 {
  padding: 0 9px;
  height: 25px;
  font-size: 13px;
  line-height: 24px;
}
.icon-text.s25 .fa {
  margin-top: 0;
  font-size: 14px;
  margin-right: 2px;
  line-height: 13px;
}

/* LABELS */
.label {
  border-radius: 1px;
  font-size: 11px;
  font-weight: normal;
  line-height: 14px;
  height: 22px;
  padding: 0.4em 0.6em;
  display: inline-block;
  vertical-align: top;
}
.label-instock {
  background: #3cc051;
}
.label-nostock {
  background: #999999;
}
.label-pending {
  background: #fcb322;
}
.label-order {
  background: #57b5e3;
}

/* REVIEW */
.review {
  margin-bottom: 30px;
  position: relative;
}

/* check bitrix popups style */
.bx-core-window img {
  vertical-align: baseline;
}
.bx-core-window .adm-btn,
.bx-core-window .adm-input-file {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
}

/* error - not existing module aspro.corporation */
.include_module_error {
  margin: 0 auto;
  text-align: center;
}
.include_module_error img {
  max-width: 100%;
}
.include_module_error p {
  color: #636363;
  font-size: 14px;
  line-height: 20px;
  margin-top: 0;
}

/* FONTS */
.font_exlg {
  font-size: 1.6em;
  line-height: 1.25em;
} /*24px*/
.font_lg {
  font-size: 1.3333em;
  line-height: 1.4em;
} /*20px*/
.font_mlg {
  font-size: 1.2em;
  line-height: 1.454em;
} /*18px*/
.font_mxs {
  font-size: 1.133em;
  line-height: 1.454em;
} /*17px*/
.font_md {
  font-size: 1.0667em;
  line-height: 1.5625em;
} /*16px*/
.font_sm {
  font-size: 0.933em;
  line-height: 1.429em;
} /*14px*/
.font_xs {
  font-size: 0.867em;
  line-height: 1.5379em;
} /*13px*/
.font_sxs {
  font-size: 0.8em;
  line-height: 1.692em;
} /*12px*/
.font_xxs {
  font-size: 0.733em;
  line-height: 1.273em;
} /*11px*/
.font_xxss {
  font-size: 0.667em;
  line-height: 1.3em;
} /*10px*/
.font_upper_md {
  font-size: 0.733em;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.8px;
} /*11px*/
.font_upper {
  font-size: 0.667em;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.8px;
} /*10px*/
.font_upper_xs {
  font-size: 0.6em;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.8px;
} /*9px*/

.font_42 {
  font-size: 2.8em;
  line-height: calc(1em + 7px);
}
.font_40 {
  font-size: 2.66666em;
  line-height: calc(1em + 7px);
}
.font_38 {
  font-size: 2.53333em;
  line-height: calc(1em + 7px);
}
.font_36 {
  font-size: 2.4em;
  line-height: calc(1em + 7px);
}
.font_34 {
  font-size: 2.26666em;
  line-height: calc(1em + 7px);
}
.font_32 {
  font-size: 2.13333em;
  line-height: calc(1em + 7px);
}
.font_30 {
  font-size: 2em;
  line-height: calc(1em + 7px);
}
.font_28 {
  font-size: 1.86666em;
  line-height: calc(1em + 7px);
}
.font_26 {
  font-size: 1.73333em;
  line-height: calc(1em + 7px);
}
.font_25 {
  font-size: 1.66667em;
  line-height: calc(1em + 7px);
}
.font_24 {
  font-size: 1.6em;
  line-height: calc(1em + 7px);
}
.font_23 {
  font-size: 1.53333em;
  line-height: calc(1em + 7px);
}
.font_22 {
  font-size: 1.46667em;
  line-height: calc(1em + 7px);
}
.font_21 {
  font-size: 1.4em;
  line-height: calc(1em + 7px);
}
.font_20 {
  font-size: 1.33333em;
  line-height: calc(1em + 7px);
}
.font_19 {
  font-size: 1.26667em;
  line-height: calc(1em + 7px);
}
.font_18 {
  font-size: 1.2em;
  line-height: calc(1em + 7px);
}
.font_17 {
  font-size: 1.13333em;
  line-height: calc(1em + 7px);
}
.font_16 {
  font-size: 1.06667em;
  line-height: calc(1em + 7px);
}
.font_15 {
  font-size: 1em;
  line-height: calc(1em + 7px);
}
.font_14 {
  font-size: 0.93333em;
  line-height: calc(1em + 7px);
}
.font_13 {
  font-size: 0.86667em;
  line-height: calc(1em + 7px);
}
.font_12 {
  font-size: 0.8em;
  line-height: calc(1em + 7px);
}
.font_11 {
  font-size: 0.73333em;
  line-height: calc(1em + 7px);
}
.font_10 {
  font-size: 0.66667em;
  line-height: calc(1em + 7px);
}
.font_9 {
  font-size: 0.6em;
  line-height: calc(1em + 7px);
}
.font_large {
  line-height: calc(1em + 10px);
}
.font_short {
  line-height: calc(1em + 5px);
}

.font_bold {
  font-weight: bold;
}
.font_normal {
  font-weight: normal;
}
.font_weight--600 {
  font-weight: 600;
}

.stroke_999 * {
  stroke: #999;
}

.color_333 {
  color: #333;
  color: var(--white_text_black);
}
.color_666 {
  color: #666;
  color: var(--light_basic_text_black);
}
.color_999 {
  color: #999;
}
.color_light {
  color: #fff;
  /* color: var(--white_text_black_reverse); */
}
.color_light--opacity {
  color: #fff;
  /* color: var(--white_text_black_reverse); */
  opacity: 0.7;
}
.color_dark {
  color: #333;
  color: var(--white_text_black);
}
.color_dark--opacity {
  color: #333;
  color: var(--white_text_black);
  opacity: 0.5;
}
.color-dark--opacity {
  color: #333;
  color: var(--white_text_black);
  opacity: 0.5;
}

.mr-10 {
  margin-right: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}

.shadow-hovered:hover {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.shadow-hovered {
  transition: box-shadow ease 0.3s, background ease 0.3s;
}
.shadow-no-border-hovered:hover {
  border-color: #fff;
  border-color: var(--stroke_black_hover);
  background-color: #fff;
  background-color: var(--card_bg_hover_black);
}
.shadow-no-border-hovered {
  transition: box-shadow ease 0.3s, border ease 0.3s, background ease 0.3s;
}
.index-block--fon .shadow-no-border-hovered:hover {
  border-color: #fafafa;
  border-color: var(--light_bg_black);
}
.fill-999 {
  fill: #999;
}

.dark-block-hover:before {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.2s ease-in-out;
}
.dark-block-after:after {
  content: '';
  position: absolute;
  left: 0%;
  right: 0%;
  top: 51%;
  bottom: 0%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  transition: opacity 0.2s ease-in-out;
}
.dark-block-hover:hover:before {
  opacity: 0.5;
}
.dark-block-hover:hover .dark-block-after:after {
  opacity: 0;
}
.opacity_5 {
  opacity: 0.5;
}

.font_upper_md {
  font-size: 0.733em;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.8px;
} /*11px*/
.font_upper {
  font-size: 0.667em;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.8px;
} /*10px*/
.font_upper_xs {
  font-size: 0.6em;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.8px;
} /*9px*/

.text-upper {
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.z-2 {
  z-index: 2;
}
.z-max {
  z-index: 996;
}

.height-100 {
  height: 100%;
}

.rounded-1 {
  border-radius: 1px;
}
.rounded-2 {
  border-radius: 2px;
}
.rounded-3 {
  border-radius: 3px;
}
.rounded-4 {
  border-radius: 4px;
}
.rounded {
  border-radius: 100%;
}
.dotted {
  border-bottom: 1px dotted;
}
.dashed {
  border-bottom: 1px dashed;
}
.font-bold {
  font-weight: 700;
}

.border-none {
  border: none;
}
.border-top-none {
  border-top: none;
}
.border-bottom-none {
  border-bottom: none;
}
.border-left-none {
  border-left: none;
}
.border-right-none {
  border-right: none;
}

.pointer {
  cursor: pointer;
}

.linecamp-2 {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  overflow: hidden;
}
.linecamp-3 {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 3;
  overflow: hidden;
}
.linecamp-4 {
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 4;
  overflow: hidden;
}
.linecamp-5 {
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 5;
  overflow: hidden;
}
.left-justify-content {
  justify-content: left;
}

.shadow-parent-all:hover .shadow-target {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.table-full-width {
  width: 100%;
}

/*tables responsible*/
.tables-responsive {
  overflow-x: auto;
  position: relative;
}

.tables-responsive:before {
  content: '';
  position: absolute;
}
/*tables responsible*/
.table {
  width: 100%;
}

.brevis {
  max-width: 300px;
}

.brevis img {
  float: left;
  padding-right: 10px;
}

.brevis a:hover {
  color: white;
}
.videos-page__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
  row-gap: 6em;
}
.videos-page__item {
  height: 200px;
}
.videos-page__item > iframe {
  width: 100%;
  height: 100%;
}
.gallery__items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1em;
}
.licenses {
  grid-template-columns: repeat(3, 1fr);
}
.gallery__item > a {
  display: inline-block;
  width: 100%;
}
.gallery__item > a > img {
  width: 100%;
}
img.img-responsive {
  margin: 0 auto;
}
.reestr-vipiska {
  display: flex;
  flex-direction: column;
}
.reestr-vipiska > b {
  margin-bottom: 1em;
}
.price__block {
  display: flex;
  align-items: center;
}
.price__block p {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  margin-left: 1em;
}
.text_after_items table td {
  border-collapse: collapse;
  border: 1px solid grey;
  padding: 10px;
}
.text_after_items table {
  width: 100%;
  margin: 1em 0;
}
.text_after_items table th {
  text-align: center;
  padding: 1em 0;
  border: 1px solid;
}
.text_after_items table tr:first-child {
  border: 1px solid;
}

.banners-big .main-slider .main-slider__item:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.client_item {
  margin: 15px;
  display: flex;
  flex-direction: row;
  padding: 15px;
  border: 1px solid;
  gap: 20px;
  width: 48%;
  float: left;
}

.client_pic {
  display: flex;
  height: 100%;
  max-width: 600px;
}

.client_pic img {
  object-fit: cover;
  /*max-width: 100%;*/
  width: 282px;
  height: 200px;
}
.tecnology_health table img {
  display: block;
  margin-right: 5em;
  padding-right: 1em;
}

/*.services-list .switcher-title {
  height: 55px;
}*/

.region_buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0;
}

.region_buttons a {
  width: 230px;
}

ul.nav.nav-list.side-menu.bordered.rounded-4 {
  max-height: 495px;
  overflow-y: auto;
}
/* .staff-block-inner {
  display: flex;
  column-gap: 2em;
  flex-wrap: wrap;
}
.staff-block-inner__section {
  flex: 0.33;
  margin-top: 0;
}
.staff-block-inner {
  display: flex;
  column-gap: 2em;
  flex-wrap: wrap;
  
} */

/* img.main-certificate__slider-image {
  height: 500px;
} */

.items-list-inner__item {
  position: relative;
}
.items-list-inner__item--big-padding {
  padding: 29px 36px 35px;
}
.items-list-inner__item-without-image {
  padding: 35px 36px;
}
.clinics-activity__show-item a {
  width: 100%;
  display: block;
}
.clinics-activity__show-item a:hover:before {
  content: '';
  position: absolute;
  right: 0;
  top: 7px;
  background: url(/bitrix/templates/aspro-allcorp3medc/images/arrow-event.png)
    no-repeat;
  height: 100%;
  width: 31%;
  right: -90px;
}
.new-block__hidden {
  display: none;
}
.event__item-img {
  position: relative;
  min-width: 330px;
}
.event__item-img > img {
  width: 100%;
  object-fit: cover;
  height: 240px;
}
.event__items a {
  flex: 1;
}
.event__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.clinics-activity .tabs .tab-content {
  background-color: #f8f8f8;
}
.tabs .blog-list__item-text-wrapper,
.tabs .news-list__item-text-wrapper {
  padding: 25px 29px;
}
.tabs .blog-list__item,
.tabs .news-list__item {
  border: 1px solid #e5e5e5;
  border-color: var(--stroke_black);
  border-radius: 4px;
}
.tabs .blog-list .grid-list,
.tabs .news-list .grid-list {
  grid-gap: 32px;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
}
.tabs .blog-list__item-image,
.tabs .news-list__item-image {
  width: 100%;
}
/* section.certificate-section {
  margin-top: 5em;
} */
.staff-list.staff-list--view4 .staff-list__item-additional-text-wrapper {
  padding: 24px 12px;
}

.clinics-activity {
  margin-top: 3em;
}
.clinics__title {
  margin-bottom: 1em;
}
section.info-tabs {
  margin-top: 5em;
}
.staff-list__item-company {
  height: 40px;
  display: flex;
  align-items: flex-end;
}
.social__top-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3em;
}
.social__top-menu .phones__dropdown-item.social-item {
  margin: unset;
}
.social__top-menu .social__items {
  flex-wrap: nowrap;
}
.help-div {
  display: flex;
  align-items: center;
  column-gap: 1em;
}
.ginekolog-service {
  max-width: 1156px;
  width: 100%;
  margin: 0 auto;
}
.ginekolog-service__item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 5em;
  align-items: center;
  margin-bottom: 4em;
}
.ginekolog-service__item > div {
  flex: 1px;
}
.ginekolog-service__title {
  font-weight: 700;
  font-size: 42px;
  color: #222222;
  line-height: 1.3;
  margin-bottom: 16px;
}
.ginekolog-service__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
li.ginekolog-service__list-item {
  font-weight: 600;
  font-size: 20px;
  color: #333239;
  position: relative;
  margin: 0;
  margin-left: 3em;
}
li.ginekolog-service__list-item:before {
  background: url(/bitrix/templates/aspro-allcorp3medc/images/ginekolog_check.png)
    no-repeat;
  content: '';
  width: 40px;
  height: 40px;
  left: -60px;
  position: absolute;
  top: -7px;
}
ul.ginekolog-service__list {
  display: flex;
  flex-direction: column;
  row-gap: 2em;
}
.ginekolog-service__text__normal {
  font-weight: 400;
}
.ginekolog-service__image {
  position: relative;
  z-index: 1;
}
.ginekolog-service__image::before {
  content: '';
  position: absolute;
  border: 0.579167px solid #009834;
  border-radius: 5.79167px;
  top: -12px;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: -12px;
}

.ginekolog-service__image > img {
  width: 100%;
}
.ginekolog-service__note {
  display: flex;
  column-gap: 3em;
  position: relative;
  align-items: center;
  margin-bottom: 4em;
}
.ginekolog-service__note::before {
  content: '';
  position: absolute;
  background: linear-gradient(90deg, #f8f8f8 0%, rgba(248, 248, 248, 0) 99.35%);
  border-radius: 10px;
  width: 100%;
  height: 90%;
  z-index: -1;
  left: 8.5%;
}
.ginekolog-service__note-description {
  font-weight: 400;
  font-size: 20px;
  color: #333239;
}
.ginekolog-service__text__bold {
  font-weight: 700;
  font-size: 20px;
  color: #222222;
}
.ginekolog-service__note-icon > img {
  padding: 1.3em;
}
.ginekolog-service--left-side {
  flex-direction: row;
}
p.ginekolog-service__text,
p.ginekolog-service__text__bold {
  margin: 0;
}
.ginekolog-service__info .ginekolog-service__text__bold {
  margin: 30px 0;
}
p.ginekolog-service__text {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #333239;
}
.ginekolog-service__note-icon--right-side:before {
  right: 11.5%;
  background: linear-gradient(
    270deg,
    #f8f8f8 0%,
    rgba(248, 248, 248, 0) 99.35%
  );
  width: 80%;
}
.ginekolog-service__department {
  display: flex;
  align-items: flex-end;
}
.ginekolog-service__department-description p {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 60px;
}
a.ginekolog-service__btn {
  padding: 12px 64px 12px 40px;
  background: #009834;
  color: white;
  border: 1px solid #009834;
  border-radius: 5px;
  margin-top: 1em;
  position: relative;
  cursor: pointer;
  font-size: 20px;
}
.ginekolog-service__department-description {
  margin-bottom: 3em;
}
.ginekolog-service__department {
  position: relative;
  overflow: hidden;
}
.ginekolog-service__department:before {
  content: '';
  position: absolute;
  background: #dbf4db;
  filter: blur(57.5px);
  z-index: -1;
  width: 100%;
  height: 57%;
  right: -30%;
}
a.ginekolog-service__btn:hover {
  color: white;
  opacity: 0.9;
}
a.ginekolog-service__btn:before {
  content: '';
  position: absolute;
  background: url(/bitrix/templates/aspro-allcorp3medc/images/ginekolog_arrow.png)
    no-repeat;
  width: 50px;
  height: 9px;
  right: 4px;
  top: 23px;
}

.text_after_items .row {
  margin-right: 0;
}

.room_foto img {
  max-width: 100%;
  margin-bottom: 0px;
  display: inline;
}

.text_after_items .room_foto {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .items-list-inner__item--big-padding.flexbox--column-t767 {
    padding: 40px;
  }
}
@media (max-width: 600px) {
  .items-list-inner__item--big-padding {
    padding: 35px 36px;
  }
  .items-list-inner__item.flexbox--direction-row,
  .items-list-inner__item.flexbox--direction-row-reverse {
    flex-direction: column;
  }
  .items-list-inner__item-text-wrapper .maxwidth-theme,
  .items-list-inner__item.maxwidth-theme {
    padding-left: 0;
    padding-right: 0;
  }
}
.items-list-inner .shadow-target {
  background-color: #fff;
  background-color: var(--card_bg_black);
  position: absolute;
  left: 0;
  right: 0;
  transition: bottom 0.2s ease-in-out;
}
.items-list-inner
  .shadow-parent-all:not(.items-list-inner__item-without-image)
  .shadow-target {
  bottom: -10px;
}
.items-list-inner .shadow-parent-all:hover .shadow-target {
  bottom: 0;
}
.items-list-inner__item-text-wrapper {
  position: relative;
}
.items-list-inner--img-srl .items-list-inner__item-text-top-part {
  word-break: break-word;
  position: relative;
}
.items-list-inner__item-text-bottom-part {
  padding: 28px 0 0 0;
}
@media (min-width: 992px) {
  body .items-list-inner__item-text-wrapper--has-bottom-part--RIGHT {
    flex-direction: row;
  }
  .items-list-inner__item-text-wrapper--has-bottom-part--RIGHT
    .items-list-inner__item-text-top-part {
    position: static;
  }
  .items-list-inner__item-text-wrapper--has-bottom-part--RIGHT
    .items-list-inner__item-text-bottom-part {
    padding: 2px 71px 0 26px;
    flex-shrink: 0;
  }
  .items-list-inner__item-image-wrapper--RIGHT
    + .items-list-inner__item-text-wrapper--has-bottom-part--RIGHT
    .items-list-inner__item-text-bottom-part {
    padding-right: 0;
  }
  .items-list-inner--img-srl
    .items-list-inner__item-text-wrapper--has-bottom-part--RIGHT
    .items-list-inner__item-text-top-part
    > .arrow-all
    + div {
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .bx-ie .items-list-inner__item-text-wrapper {
    flex-basis: auto;
  }
}
.items-list-inner__item-image-wrapper {
  position: relative;
}
.items-list-inner--img-srl
  .items-list-inner__item-image-wrapper
  .items-list-inner__item-link {
  width: 150px;
  height: 100px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 6px 0 0 34px;
}
.items-list-inner--img-srl
  .items-list-inner__item-image-wrapper--LEFT
  .items-list-inner__item-link {
  margin-right: 34px;
  margin-left: 0;
}
.items-list-inner--img-srl
  .items-list-inner__item-image-wrapper--ICONS
  .items-list-inner__item-link {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.items-list-inner--img-srl .items-list-inner__item-image-wrapper--ICONS a svg {
  width: 100%;
  height: 100%;
}
.items-list-inner--img-srl
  .items-list-inner__item-image-wrapper--ROUND_PICTURES
  .items-list-inner__item-link {
  height: 90px;
  width: 90px;
}
.items-list-inner--img-srl
  .items-list-inner__item-image-wrapper--BIG_PICTURES
  .items-list-inner__item-link {
  width: 300px;
  height: 200px;
}
.items-list-inner__item-image-wrapper--TOP {
  padding-top: 67%;
}
.items-list-inner__item-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px;
}

.block__item {
  padding: 40px;
  min-width: 0;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  position: relative;
}

.inner__block {
  position: relative;
}

.block__img img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin: 0 0 33px 0;
}

.font_text {
  font-size: 0.86667em;
  line-height: calc(1em + 7px);
  font: 15px/25px 'Open Sans', Arial, sans-serif;
  color: #999;
}

.font__text-1 a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.46667em;
  line-height: calc(1em + 7px);
  font-weight: 700;
  color: black;
  text-decoration: none;
}

.block__arrow {
  position: absolute;
  right: -1px;
  top: 7px;
  z-index: 1;
  width: 34px;
  height: 8px;
  right: 40px;
  top: 40px;
}

.arrow__item {
  background: #cacaca;
  height: 2px;
  position: absolute;
  width: 20px;
  transition: left ease 0.5s;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.block__arrow i {
  position: absolute;
  right: 0;
}

.shadow-hovered:hover .font__text-1 a {
  color: #009834;
  transition: 0.3s;
}

.shadow-hovered:hover {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
  transition: box-shadow ease 0.3s, border ease 0.3s, background ease 0.3s;
}

.shadow-hovered:hover .block__arrow svg path {
  stroke: #009834;
}

.shadow-hovered .block__arrow svg path {
  transition: 0.3s;
}

.shadow-hovered:hover .arrow__item {
  background: #009834;
  width: 34px;
}

@media (max-width: 767px) {
  .items-list-inner--img-srl
    .items-list-inner__item.flexbox--column-t767
    .items-list-inner__item-image-wrapper
    .items-list-inner__item-link {
    margin: 0 0 33px 0;
  }
}
@media (min-width: 601px) {
  .items-list-inner--img-srl
    .grid-list--items-1
    .items-list-inner__item-image-wrapper
    .items-list-inner__item-link {
    margin-left: 48px;
    margin-right: 0;
  }
  .items-list-inner--img-srl
    .grid-list--items-1
    .items-list-inner__item-image-wrapper--LEFT
    .items-list-inner__item-link {
    margin-right: 48px;
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .items-list-inner--img-srl
    .items-list-inner__item-image-wrapper
    .items-list-inner__item-link {
    margin: 0 0 33px 0;
  }
  .items-list-inner--img-srl
    .grid-list--items-1
    .items-list-inner__item--big-padding {
    padding: 40px;
  }
  .items-list-inner--img-srl
    .items-list-inner__item-image-wrapper:not(
      .items-list-inner__item-image-wrapper--ROUND_PICTURES
    )
    .items-list-inner__item-image {
    border-radius: 4px;
  }
}
@media (max-width: 424px) {
  .items-list-inner--img-srl
    .items-list-inner__item-image-wrapper--BIG_PICTURES
    .items-list-inner__item-link {
    max-width: 300px;
    padding-top: 67%;
    width: 100%;
    height: auto;
  }
}
.items-list-inner__item-products-count {
  margin: 3px 0 0 0;
}
.items-list-inner--img-srl
  .grid-list--items-1
  .items-list-inner__item-products-count {
  margin-top: 8px;
}
.items-list-inner__item-title {
  position: relative;
}
.items-list-inner__item-link--absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .items-list-inner--img-srl
    .items-list-inner__item.flexbox--column-t767
    .items-list-inner__item-text-top-part
    > .arrow-all
    + div {
    padding-right: 0;
  }
}
@media (min-width: 601px) {
  .items-list-inner--img-srl
    .items-list-inner__item-text-top-part
    > .arrow-all
    + div {
    padding-right: 54px;
  }
}
.items-list-inner__item-before-title.line-block {
  margin-bottom: 6px;
}
.items-list-inner__item-before-title--has-bordered-section.line-block {
  margin-bottom: 11px;
}
.items-list-inner__item-section.bordered {
  background-color: #fafafa;
  background-color: var(--darkerblack_bg_black);
  padding: 4px 7px 4px 7px;
  line-height: 1em;
}
@media (max-width: 767px) {
  .items-list-inner__item:not(
      .items-list-inner__item-without-image
    ).flexbox--column-t767
    .items-list-inner__item-before-title--has-bordered-section.line-block {
    margin-top: 0;
  }
}
@media (min-width: 601px) {
  .items-list-inner__item:not(.items-list-inner__item-without-image)
    .items-list-inner__item-before-title--has-bordered-section.line-block {
    margin-top: 2px;
  }
}
.items-list-inner__item--sale .items-list-inner__item-period {
  position: relative;
}
.items-list-inner__item--sale .items-list-inner__item-period .svg {
  position: absolute;
  left: 0;
  top: 5px;
}
.items-list-inner__item--sale .items-list-inner__item-period-date {
  padding-left: 19px;
}
.items-list-inner__item-preview-wrapper {
  margin: 12px 0 0 0;
}
@media (max-width: 767px) {
  .items-list-inner--img-srl
    .items-list-inner__item.flexbox--column-t767
    .items-list-inner__item-text-top-part
    .arrow-all {
    display: none;
  }
}
@media (min-width: 601px) {
  .items-list-inner--img-srl .items-list-inner__item-image-wrapper .arrow-all {
    display: none;
  }
}
@media (max-width: 600px) {
  .items-list-inner--img-srl .items-list-inner__item-text-top-part .arrow-all {
    display: none;
  }
}
.items-list-inner__item-sticker {
  font-size: 0;
  line-height: 0;
  z-index: 2;
  margin: 22px 0 0 0;
}
.items-list-inner__item-sticker-value {
  background: #ffd600;
  font-weight: 700;
  display: inline-block;
  padding: 4px 10px 3px 9px;
  color: #333;
  vertical-align: top;
  height: 27px;
  margin-right: 7px;
  font-size: 12px;
  line-height: 20px;
}
.grid-list--no-gap
  .items-list-inner__wrapper:not(:first-child):not(:last-child)
  .items-list-inner__item.rounded-4 {
  border-radius: 0;
}
.grid-list--no-gap
  .items-list-inner__wrapper:first-child
  .items-list-inner__item.rounded-4 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.grid-list--no-gap
  .items-list-inner__wrapper:last-child
  .items-list-inner__item.rounded-4 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.doctors_time {
  background: yellow;
}
.main-certificate__slider {
  position: inherit;
}

.main-certificate__slider button.slick-prev.slick-arrow,
.main-certificate__slider button.slick-next.slick-arrow,
.feedback-block__items .slick-prev.slick-arrow,
.feedback-block__items .slick-next.slick-arrow {
  position: absolute;
  top: 45%;
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  color: transparent;
  background-position: center;
  transition: 0.2s;
}
.main-certificate__slider button.slick-prev.slick-arrow:hover,
.main-certificate__slider button.slick-next.slick-arrow:hover,
.feedback-block__items .slick-prev.slick-arrow:hover,
.feedback-block__items .slick-next.slick-arrow:hover {
  background-color: var(--theme-base-color);
}
.main-certificate__slider button.slick-prev.slick-arrow:hover,
.feedback-block__items .slick-prev.slick-arrow:hover {
  background-image: url(/bitrix/templates/aspro-allcorp3medc/images/arrow-nav-slider-w.png);
}
.main-certificate__slider button.slick-next.slick-arrow:hover,
.feedback-block__items .slick-next.slick-arrow:hover {
  background-image: url(/bitrix/templates/aspro-allcorp3medc/images/arrow-nav-slider1-w.png);
}

.main-certificate__slider button.slick-prev.slick-arrow,
.feedback-block__items .slick-prev.slick-arrow {
  background-image: url(/bitrix/templates/aspro-allcorp3medc/images/arrow-nav-slider.png);
  background-repeat: no-repeat;
  left: -70px;
}
.main-certificate__slider button.slick-next.slick-arrow,
.feedback-block__items .slick-next.slick-arrow {
  right: -70px;
  background-image: url(/bitrix/templates/aspro-allcorp3medc/images/arrow-nav-slider1.png);
  background-repeat: no-repeat;
}

.main-certificate {
  display: flex;
  justify-content: space-between;
}
a.main-certificate__link {
  font-size: 14px;
  color: black;
  position: relative;
}
a.main-certificate__link:before {
  position: absolute;
  content: '';
  background: url(/bitrix/templates/aspro-allcorp3medc/images/arrow-nav-slider1.png)
    no-repeat;
  right: -24px;
  z-index: 1;
  width: 10px;
  top: 15%;
  height: 13px;
  background-size: 50%;
}
a.main-certificate__link:hover:before {
  background-size: 60%;
  top: 14%;
}
img.main-certificate__slider-image {
  margin: 0 auto;
  transition: 0.2s;
}
.main-certificate__slider .slick-list {
  margin: 0 -30px;
}
a.index-block__link.dark_link.stroke-theme-hover.right_link_block {
  font-size: 14px;
  margin-right: 1em;
  position: relative;
}
a.index-block__link.dark_link.stroke-theme-hover.right_link_block
  span.index-block__arrow {
  position: absolute;
  right: -1em;
}
img.main-certificate__slider-image:hover {
  transform: scale(1.02);
}
/*  event blcok   */
section.section-event {
  margin-top: 4em;
  padding-bottom: 5em;
}

.event__items {
  column-gap: 5px;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2em;
  min-height: 400px;
}
.event__item {
  box-shadow: 0px 2px 11px rgba(11, 37, 20, 0.2);
  border-radius: 10px;
  border: 1px solid #009834;
  position: relative;
  padding: 10px;
  cursor: pointer;
  height: 370px;
  transition: 0.2s;
  background-color: white;
}
.event__bottom-link {
  display: none;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 50px;
}
.event__item:hover {
  height: 385px;
}
.event__item:hover .event__bottom-link {
  display: inline-block;
}
p.event__link {
  position: relative;
}
p.event__link:before {
  height: 100%;
  position: absolute;
  content: '';
  right: -40px;
  background: url(/bitrix/templates/aspro-allcorp3medc/images/arrow-event.png)
    no-repeat;
  width: 40%;
  top: 7px;
}
p.event__link:hover:before {
  background: url(/bitrix/templates/aspro-allcorp3medc/images/arrow-event-b.png)
    no-repeat;
}
.event__discription {
  display: flex;
  justify-content: space-between;
  column-gap: 1em;
  flex-wrap: wrap;
  margin-top: 1em;
}
p.event__name {
  flex: 0.7;
}
.event__item p {
  margin: 0;
}
.event__item-img {
  position: relative;
}
.event__item-info {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  right: 0;
  background-color: #009834;
  padding: 10px;
  height: 35px;
  color: white;
  column-gap: 9px;
  justify-content: center;
  border-radius: 3px;
}
p.event__name {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: black;
  margin-bottom: 0.5em;
}
span.event__price {
  font-weight: 700;
  color: black;
  margin-right: 5px;
}
span.event__price-full {
  text-decoration: line-through;
  color: #c2c2c2;
}
.event__item-img > img {
  width: 100%;
}
/* .event__items>a {
  position: absolute;
} */

.staff-detail__image {
  width: 100%;
  height: 100%;
}

.staff-detail__image-wrapper {
  height: 400px;
}
.section-event {
  position: relative;
}
.section-event:before {
  position: absolute;
  background: url(/bitrix/templates/aspro-allcorp3medc/images/backgroung_phone_01.png)
    no-repeat;
  left: 0;
  width: 30%;
  height: 100%;
  content: '';
  z-index: -1;
}
.section-event:after {
  position: absolute;
  background: url(/bitrix/templates/aspro-allcorp3medc/images/backgroung_phone_02.png)
    no-repeat;
  right: 0;
  width: 9%;
  height: 100%;
  content: '';
  z-index: -1;
  top: 0;
}
/* .staff-list__description.test-items-staff{
  display: none;
} */
.staff-list__experience,
.staff-list__reviews {
  display: flex;
  position: relative;
  padding-left: 25px;
  align-items: center;
}
.staff-list__experience:before,
.staff-list__reviews:before {
  position: absolute;
  left: 0;
  content: '';
  width: 20px;
  height: 20px;
}
.staff-list__experience:before {
  background: url(/bitrix/templates/aspro-allcorp3medc/images/card-icon-01.png)
    no-repeat;
}
.staff-list__reviews:before {
  background: url(/bitrix/templates/aspro-allcorp3medc/images/card-icon-02.png)
    no-repeat;
}
.staff-list__experience p,
.staff-list__reviews p {
  color: #999999;
  margin: 0;
}
.staff-list__experience span,
.staff-list__reviews span {
  color: black;
  margin-left: 0.3em;
}
.index-block__title-wrapper {
  flex-wrap: wrap;
}
.feedback-block__item {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  row-gap: 1em;
  width: 160px;
  margin: 0 30px;
  padding: 1em;
  transition: 0.2s;
  border: 1px solid transparent;
  border-radius: 5px;
}
.feedback-block__items {
}
.feedback-block__more-btn {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.feedback-block__more-btn a {
  position: relative;
}
.feedback-block__more-btn a::before {
  background: url(/bitrix/templates/aspro-allcorp3medc/images/arrow-event.png)
    no-repeat;
  right: -50px;
  top: 40%;
  content: '';
  width: 50%;
  height: 60%;
  position: absolute;
}
.feedback-block__item:hover {
  cursor: pointer;

  border: 1px solid #009834;
}
.feedback-block__item:hover .feedback-block__more-btn {
  opacity: 1;
  visibility: visible;
}
section.feedback-block {
  margin-top: 2em;
}

.feedback-block__reviews p {
  margin: 0;
}
.feedback-block__image {
  height: 40px;
}
.feedback-block__items .slick-prev.slick-arrow,
.feedback-block__items .slick-next.slick-arrow {
  top: 25%;
  z-index: 1;
}
.feedback-block__reviews p {
  position: relative;
  display: flex;
  align-items: center;
  color: black;
  font-size: 16px;
  padding-left: 1.6em;
}
.feedback-block__reviews p:before {
  position: absolute;
  content: '';
  background: url(/bitrix/templates/aspro-allcorp3medc/images/card-icon-02.png)
    no-repeat;
  width: 20px;
  height: 20px;
  left: 1px;
}
.feedback-block__image img {
  width: 100%;
}
.feedback-block__reviews {
  width: 100%;
}
.clinics-activity li:before {
  content: unset;
}
.clinics-activity p {
  margin: 0;
}

.clinics-activity__items {
  display: flex;
  justify-content: space-between;
  column-gap: 8px;
  flex-wrap: wrap;
  row-gap: 2em;
}
a.clinics-activity__item-link {
  display: block;
}
img.clinics-activity__back-photo {
  width: 100%;
  border-radius: 4px;
}
.clinics-activity__item-main {
  position: relative;
}
p.clinics-activity__title {
  position: absolute;
  bottom: 0;
  color: black;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  width: 100%;
  padding-bottom: 2em;
  z-index: 2;
  border-radius: 4px;
}
p.clinics-activity__title:before {
  content: '';
  width: 100%;
  height: 150px;
  background: linear-gradient(
    180deg,
    rgba(217, 217, 217, 0) 0%,
    rgba(255, 255, 255, 0.7) 60.94%,
    rgba(255, 255, 255, 0.93) 91.15%
  );
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.banners-big__inner--righttext .banners-big__text {
  margin-left: auto;
}
.clinics-activity__item {
  transition: 0.2s;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.clinics-activity__item:hover .clinics-activity__show {
  visibility: visible;
  opacity: 1;
  top: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
}
.clinics-activity__item:hover .clinics-activity__title {
  display: none;
}
.clinics-activity__show {
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  width: 100%;
  padding: 1em 2em;
  overflow-y: scroll;
  z-index: 2;
  border: 1px solid #009834;
}
.clinics-activity__show-title {
  color: #009834;
  font-weight: 600;
  font-size: 18px;
}
.clinics-activity__show-item a {
  color: black;
  font-weight: 400;
  font-size: 16px;
  transition: 0.2s;
  position: relative;
}
.clinics-activity__show-item {
  position: relative;
}
.clinics-activity__show-item a:hover {
  color: #009834;
}
.clinics-activity__show-item a:hover .clinics-activity__show-item span {
  position: absolute;
  content: '';
  width: 100%;
  height: 5px;
  background: url(/bitrix/templates/aspro-allcorp3medc/images/arrow-event.png)
    no-repeat;
}
li.clinics-activity__show-item {
  margin: unset;
}
li.clinics-activity__show-item + li {
  margin-top: 12px;
}
a.clinics-activity__show-title {
  display: block;
  margin-bottom: 1em;
}

@media (max-width: 1700px) {
  .main-certificate__slider button.slick-prev.slick-arrow,
  .main-certificate__slider button.slick-next.slick-arrow {
    z-index: 1;
  }
  .main-certificate__slider button.slick-next.slick-arrow,
  .feedback-block__items .slick-next.slick-arrow {
    right: 0;
  }
  .main-certificate__slider button.slick-prev.slick-arrow,
  .feedback-block__items .slick-prev.slick-arrow {
    left: 0;
  }
}
@media (max-width: 1450px) {
  .banners-big__item--light .banners-big__text-block {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .clinics-activity__items {
    justify-content: space-evenly;
  }
  .event__items {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid__block {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 1200px) {
  .gallery__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .licenses {
    grid-template-columns: repeat(2, 1fr);
  }
  .event__items {
    justify-content: space-evenly;
  }
  .event__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1000px) {
  .event__item {
    min-height: 400px;
    margin: 0 12px;
  }
  .event__item:hover {
    min-height: 420px;
  }
}
@media (min-width: 992px) {
  .visible-991 {
    display: none;
  }
  .feedback-block__item {
    margin: unset;
  }
}
@media (max-width: 991px) {
  .order-info-block {
    padding: 25px;
  }
  .order-info-block .line-block {
    flex-wrap: wrap;
  }
  .order-info-block .icon-svg-block {
    display: none;
  }
  .order-info-block .line-block__item:not(.order-info-btns) {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .order-info-block {
    padding-bottom: 5px;
  }
  .hide-991 {
    display: none;
  }
  .videos-page__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .section-event::before,
  .section-event::after {
    content: unset;
  }
}
@media (max-width: 600px) {
  .client_item {
    flex-direction: column;
  }
  .client_pic {
    max-width: 100%;
    height: 50%;
  }

  table.table:not(.table-full-width),
  table.table:not(.table-full-width) thead,
  table.table:not(.table-full-width) tbody,
  table.table:not(.table-full-width) th,
  table.table:not(.table-full-width) td,
  table.table:not(.table-full-width) tr {
    display: block;
    clear: both;
  }
  table.table:not(.table-full-width) thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.table:not(.table-full-width) thead + tbody td .th-mobile {
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  table.table:not(.table-full-width) thead + tbody tr:not(.nomobile) td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    text-align: left !important;
    min-height: 32px;
  }
  table.table thead + tbody td.table-head-group .th-mobile {
    display: none;
  }
  table.table thead + tbody tr:not(.nomobile) td.table-head-group {
    padding-left: 6px;
  }
  table.table .td-hidden-xs {
    display: none;
  }
  .gallery__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .text_after_items table {
    width: 100%;
  }
}

@media all and (min-width: 601px) {
  .maxwidth-theme.maxwidth-theme--no-maxwidth-f601 {
    max-width: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .visible-600 {
    display: none;
  }
}

@media all and (max-width: 600px) {
  .hide-600 {
    display: none;
  }
  .visible-600 {
    display: block;
    width: 100%;
  }

  body .order-block td {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  body .order-block .text {
    text-align: left;
    padding: 25px 20px 0 25px;
  }

  .order-block .text .svg {
    position: relative;
    left: 0;
    width: 100%;
  }

  .order-block td .btns {
    text-align: left;
    padding: 0 20px 0 25px;
  }
  .videos-page__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .text_after_items table th {
    padding: 1em 26px;
  }
  .text_after_items {
    overflow: scroll;
  }
  .main-certificate {
    margin-bottom: 1em;
    flex-wrap: wrap;
  }
  a.index-block__link.dark_link.stroke-theme-hover.right_link_block {
    margin-top: 1em;
    display: flex;
  }
  .event__item-img {
    min-width: unset;
    width: 100%;
  }
}
@media all and (max-width: 360px) {
  .order-info-block .order-info-btns .line-block__item {
    flex-grow: 1;
  }
  .order-info-block .order-info-btns .line-block__item .buy_block {
    width: auto;
  }
  .event__discription {
    flex-direction: column;
  }
  .event__item {
    height: 340px;
  }
  .event__item:hover {
    height: 360px;
  }
}
@media all and (max-width: 767px) {
  .hide-768 {
    display: none;
  }
  .event__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media all and (min-width: 992px) {
  .index-block__part--right.flexbox--direction-column {
    flex-basis: 55%;
    flex-shrink: 0;
  }
  .index-block__preview--right {
    max-width: 750px;
    margin: 0px;
    padding-left: 9%;
  }
}
@media all and (max-width: 1100px) {
  .hide-1100 {
    display: none;
  }
  .ginekolog-service__department {
    flex-wrap: wrap;
  }
  .ginekolog-service__title {
    font-size: 32px;
  }
}
@media all and (max-width: 1200px) {
  .hide-1200 {
    display: none;
  }
}
@media all and (max-width: 1300px) {
  .hide-1300 {
    display: none;
  }
  .social__top-menu {
    display: none;
  }
}
@media all and (max-width: 1400px) {
  .hide-1400 {
    display: none;
  }
}
@media all and (max-width: 1500px) {
  .hide-1500 {
    display: none;
  }

  .room_foto img {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 1600px) {
  .hide-1600 {
    display: none;
  }
  .clinics-activity__items {
    justify-content: space-evenly;
  }
  .clinics-activity__item {
    flex: 1 1 35%;
  }
  .clinics-activity__items {
    max-width: 1000px;
    margin: 0 auto;
  }
  .social__top-menu {
    display: none;
  }
}
@media all and (max-width: 1700px) {
  .hide-1700 {
    display: none;
  }
}

@media (max-width: 1200px) {
  .p-t-24-1200 {
    padding-top: 24px;
  }
  .clinics-activity__item {
    flex: unset;
  }
  .ginekolog-service__item {
    flex-direction: column;
    row-gap: 2em;
  }
  .ginekolog-service__department:before {
    width: 100%;
    height: 60%;
    right: -30%;
  }
  .ginekolog-service__department {
    justify-content: center;
    padding: 10px;
  }
  .ginekolog-service__department-image > img {
    width: 100%;
  }
}

@media (max-width: 1300px) {
  .last-1300 {
    order: 1;
  }
}

.alert-warning {
  display: none;
}
.text_after_items {
  margin: 0px 0 0;
}
@media (max-width: 800px) {
  .ginekolog-service__note {
    column-gap: 0em;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1em;
  }
  .ginekolog-service__note::before {
    left: 0;
  }
  .ginekolog-service__note-icon--right-side:before {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 500px) {
  .feedback-block__item {
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .feedback-block__reviews p {
    width: 115px;
    margin: 0 auto;
  }
  .ginekolog-service__title {
    font-weight: 700;
    font-size: 32px;
  }
  li.ginekolog-service__list-item {
    font-size: 18px;
  }
  .ginekolog-service__note-description,
  .ginekolog-service__text__bold {
    font-size: 18px;
  }
  .ginekolog-service__title {
    font-size: 22px;
  }
  .ginekolog-service__department-description p {
    font-size: 18px;
  }
}
@media (max-width: 340px) {
  .mobileheader__item--right-icons .line-block {
    justify-content: flex-end;
  }
  .mobileheader__item--right-icons .line-block > .line-block__item {
    margin-right: 6px;
  }
  .social--picture-image .social__items {
    margin-left: 50px;
  }
  .ginekolog-service__title {
    font-weight: 700;
    font-size: 22px;
  }
  ul.ginekolog-service__list {
    row-gap: 1em;
  }
}

/*кнопка  поепзать ещё а услугах*/
.HoS {
  text-align: center;
  margin-top: 10px;
}
.HoS a {
  border-top: 1px solid #009834;
  cursor: pointer;
}

.license_wrap {
  display: block;
  margin: 0 auto;
}
.license_wrap .license_cell {
  display: inline-block !important;
  vertical-align: top !important;
}
.price-block label {
  margin-bottom: 0;
}
.price-block-head {
  background: url(images/price-head-bg.jpg);
  background-size: 100% 380px;
  background-repeat: no-repeat;
  height: 300px;
  display: flex;
  align-items: center;
}
.price-block-head-cont {
  background: #fff;
  width: 100%;
  padding: 13px 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price-block-name {
  color: #333;
  text-align: center;
  font-family: Open Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.price-block-search-options {
  position: relative;
}
.price-block-search-options::before {
  content: '\25BC'; /* Код символа стрелки вниз ▼ */
  position: absolute;
  top: 50%;
  left: 43%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 20;
}
@media (max-width: 570px) {
  .price-block-search-options::before {
    top: 21%;
    left: unset;
    right: 20px;
  }
}
.price-block-select,
.price-block-search-input {
  width: 380px;
  height: 55px;
  border-radius: 3px;
  border: 1px solid rgba(153, 153, 153, 0.5);
  background: #fff;
  color: #333239;
  text-align: center;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align-last: left;
  padding: 0 20px;
}
.price-block-select {
  margin-right: 50px;
  -webkit-appearance: none; /* Для поддержки вебкитовских браузеров */
  -moz-appearance: none; /* Для поддержки Firefox */
  appearance: none;
}
.price-block-select option {
  text-align: left;
}
.price-block-search {
  position: relative;
}
.price-block-search-input {
  padding: 0 50px 0 20px;
  text-align: left;
}
.price-block-search-img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.price-block-body {
  margin: -60px 90px 0;
}

.price-block-list {
  background: #fff;
  box-shadow: 0px 0px 21px 0px rgba(11, 37, 20, 0.1);
}
.found.price-block-list {
  display: block;
}

.price-block-list > .price-block-list-content {
  max-height: 0;

  overflow: hidden;
}
.price-block-list.active > .price-block-list-content {
  max-height: 100%;

  padding-bottom: 20px;
}
.price-block-list.active > .price-block-list-head {
  border-bottom: 1px solid #99999952;
}
.price-block-list-content {
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
}

.price-block-list-head {
  cursor: pointer;
  padding: 25px;
  /* margin: 0 25px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 20px; */
}
.price-block-list-head-name {
  color: #000;
  text-align: left;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  word-wrap: break-word;
}
@media (max-width: 450px) {
  .price-block-list-head-name {
    font-size: 16px;
  }
}
.price-block-list-head-open-btn {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
  flex-shrink: 0;
}
.price-block-list-head-open-btn-1,
.price-block-list-head-open-btn-2 {
  display: block;
  width: 24px;
  height: 2px;
  background: #009834;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.price-block-list-head-open-btn-1 {
}
.price-block-list-head-open-btn-2 {
  left: 0;
  transform: rotate(90deg);
  transform: rotateZ(-90deg);
  transition: transform 0.5s ease;
}
.price-block-list.active .price-block-list-head-name {
  color: #009834;
}
.price-block-list.active .price-block-list-head-open-btn-2 {
  transform: rotateZ(0deg);
  left: 0%;
}

.price-block-list:not(.active)
  .price-block-list-head:hover
  .price-block-list-head-open-btn-2 {
  transform: rotateZ(-70deg);
  left: 0%;
}
.price-block-list.active .price-block-list-content-section {
  padding: 0 25px;
  display: grid;
  grid-template-columns: 55% 25% 20%;
  text-align-last: left;
}
.price-block-list-content-td {
  color: #000;
  /* text-align: right; */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 29px 5px 29px 10px;
}
.price-block-list-content-section:not(:last-child)
  .price-block-list-content-td {
  border-bottom: 1px solid #99999952;
}
.price-block-list-content-heading {
  color: #0000005b;
}
.price-block-list-content-service {
}
.price-block-list-content-desc {
}
.price-block-list-content-price {
}
.price-block-list-content-id {
}
.price-block-list-content-td:not(:first-child) {
  border-left: 1px solid #99999952;
}
.price-block-list-content-section:hover
  .price-block-list-content-td:not(.price-block-list-content-heading) {
  color: #009834;
}
.price-block-list-content-service {
  position: relative;
}
.price-block-list-content-desc-heading-img {
  position: absolute;
  left: -10px;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  height: 15px;
  width: 10px;
  display: none;
}
.price-block-list-content-desc-heading-img svg {
  width: 100%;
  height: 100%;
}
.price-block-list-content-section:hover
  .price-block-list-content-td:not(.price-block-list-content-heading)
  .price-block-list-content-desc-heading-img {
  display: block;
}
.price-block-search-input::placeholder {
  text-align-last: left;
}
@media (max-width: 1350px) {
  .price-block-head-cont {
    padding: 13px 15px;
  }
}
@media (max-width: 1200px) {
  .price-block-head-cont {
    padding: 13px 15px;
  }
  .price-block-select,
  .price-block-search-input {
    width: 200px;
    padding: 0 5px;
  }
  .price-block-select {
    margin-right: 20px;
  }
  .price-block-search-input {
    padding-right: 30px;
  }
  .price-block-search-img {
    right: 10px;
  }
  .price-block-list.active .price-block-list-content-section {
    padding: 0 15px;
    display: grid;
    grid-template-columns: 45% 30% 25%;
    text-align-last: left;
  }
}
@media (max-width: 900px) {
  .price-block-body {
    margin: -60px 35px 0;
  }
}
@media (max-width: 800px) {
  .price-block-head-cont {
    flex-direction: column;
    /* gap: 20px; */
  }
  .price-block-name {
    margin-bottom: 20px;
  }
  .price-block-search-options {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .price-block-select {
    margin-right: 0;
  }
  .price-block-select,
  .price-block-search-input {
    width: 100%;
    display: block;
    flex-shrink: 0;
  }
  .price-block label {
    flex-shrink: 0;
    width: 100%;
    display: block;
  }
}
@media (max-width: 700px) {
  .price-block-list > .price-block-list-content {
    overflow: auto;
  }
  .price-block-list-content-section {
    width: 580px;
  }
}
@media (max-width: 570px) {
  .price-block-search-options {
    grid-template-columns: repeat(1, 1fr);
  }
  .price-block-head {
    background-size: 100% 522px;
    height: 400px;
  }
  .price-block-head-cont {
    padding: 10px 0;
  }
}
@media (max-width: 500px) {
  .price-block-head {
    background: none;
  }
  .price-block-body {
    margin: -60px 0px 0;
  }
}
body.jqm-initied #panel,
body.jqm-initied .basket_bottom_block > div,
body.jqm-initied .basket_fly_forms > div,
body.jqm-initied .basket_wrapp .opener,
body.jqm-initied .body > div > div,
body.jqm-initied .body > div > header > div > div,
body.jqm-initied .fixed_wrapper,
body.jqm-initied .page-top,
body.jqm-initied .scroll-to-top,
body.jqm-initied .style-switcher,
body.jqm-initied .ui-panel-top-devices-inner,
body.jqm-initied footer,
body.jqm-initied.wf .wrapper1 > div {
  -webkit-filter: unset;
  filter: unset;
}
.btn-link-prices-page {
  position: fixed;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
  z-index: 99;
  color: #fff;
  text-align: center;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100.682%;
  width: 130px;
  height: 130px;

  /* background: url("images/btn-link-prices-page.svg"); */

  background: #009834;
  border-radius: 50%;

  padding: 3px;
  -webkit-box-shadow: 4px 4px 4px 1px rgba(115, 243, 159, 0.15) inset;
  -moz-box-shadow: 4px 4px 4px 1px rgba(115, 243, 159, 0.15) inset;
  box-shadow: 4px 4px 4px 1px rgba(115, 243, 159, 0.15) inset;

  cursor: pointer;
}
.btn-link-prices-page div {
  border: 1px solid #73f3a02f;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .btn-link-prices-page {
    right: 5px;
    top: 50%;
    font-size: 16px;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 500px) {
  .btn-link-prices-page {
    right: 5px;
    top: 50%;
    font-size: 14px;
    width: 90px;
    height: 90px;
  }
}
.price-block-list.not-found {
  display: none !important;
}
.price-block-list-content-section.not-found {
  display: none !important;
}
.price-block-list-content-section.found {
  display: grid !important;
}
.price-block-list.found {
  display: block !important;
}
.price-block-list.not-selected {
  display: none;
}
/* .price-block-list.found.not-selected{
  display: none;
} */
.price-block-list.selected-block {
  display: block;
}
.container .right_block.narrow_Y-price-block {
  width: 100% !important;
}
@media (max-width: 450px) {
  .price__block {
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .price__block img {
    margin-bottom: 15px;
  }
}
.header-menu__dropdown-menu--grids {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 40px;
  padding: 20px 100px 0;
  width: 100%;
}
.switcher-title {
  text-transform: uppercase;
}
.btn-link-prices-page div {
  transition: box-shadow 0.3s ease;
}
.btn-link-prices-page:hover div {
  -webkit-box-shadow: 0px 0px 80px 0px rgba(0, 34, 12, 0.46) inset;
  -moz-box-shadow: 0px 0px 80px 0px rgba(0, 34, 12, 0.46) inset;
  box-shadow: 0px 0px 80px 0px rgba(0, 34, 12, 0.46) inset;
}
.proce__blocks {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.price__block {
}
.price__block img {
  width: 30px;
  height: 35px;
}
.price__block a {
  max-width: 500px;
  width: 100%;
}
.price__block p {
  font-size: 14px;
  font-weight: 500;
}

.price-block-list .price-block-list-content-id {
  display: none;
}
.price-block-list.first-group .price-block-list-content-section {
  grid-template-columns: 40% 20% 15% 25%;
}
.price-block-list.first-group .price-block-list-content-id {
  display: block;
  word-wrap: break-word;
}
@media (max-width: 450px) {
  .price-block-list.active .price-block-list-content-section {
    grid-template-columns: 30% 20% 50%;
  }
  .price-block-list.first-group .price-block-list-content-section {
    grid-template-columns: 30% 20% 25% 25%;
  }
  .proce__blocks {
    margin-bottom: -75px;
  }
  .price-block-list-content-desc {
    word-wrap: break-word;
  }
}
.prices-by-services{
  margin-top: 10px;
}

.time{display:none;}

 .footer_doc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;

  }
  @media (max-width: 991px) {
    .footer_doc {
        grid-template-columns: 1fr;
    }
}

.footer__bottom-part .footer__bottom-part-items-wrapper {
  justify-content: center;
}




.hide_14871{display:none;}
.hide_14872{display:none;}
.hide_14873{display:none;}
