@charset "UTF-8";
/**
 * bootstrap grid
 */
/**
 * colors
 */
/**
 * медиа-запрос для 1 интервала
 */
/**
 * медиа-запрос для 1 интервала, включая все интервалы ниже
 * либо для нескольких интервалов, строго для каждого
 */
/**
 * hover на десктопной версии и active на мобильной
 */
/**
 * clearfix
 */
/**
 * размер
 */
/**
 * круг, можно задать цвет, границу и также ее цвет
 */
/**
 * placeholder для разных браузеров
 */
/**
 * gradient
 */
* {
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
}
*:before, *:after {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  min-width: 320px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html.lock, body.lock {
  overflow: hidden;
}

body {
  position: relative;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #1A2027;
  -webkit-text-size-adjust: none;
}
@media only screen and (max-width: 1023px) {
  body {
    font-size: 15px;
    line-height: 23px;
  }
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: 0;
}

input::-ms-clear {
  display: none;
}

a {
  color: #1A2027;
  text-decoration: none;
}
html:not(.bx-touch) a:hover, .bx-touch a:active {
  color: #1A2027;
}
a:focus {
  outline: none;
  outline-offset: 0;
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

b, strong {
  font-weight: 700;
}

small {
  font-size: 90%;
}

big {
  font-size: 115%;
}

ul {
  list-style-type: none;
}

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

a > svg {
  pointer-events: none;
}

.page-404 {
  margin-top: 30px;
}
@media only screen and (max-width: 1279px) {
  .page-404 {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .page-404 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 749px) {
  .page-404 {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 749px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.content-area {
  padding-bottom: 50px;
}
@media only screen and (max-width: 1279px) {
  .content-area {
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-area {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 749px) {
  .content-area {
    padding-bottom: 35px;
  }
}

.main-page {
  overflow: hidden;
}
@media only screen and (max-width: 749px) {
  .main-page {
    padding-top: 0;
  }
}
.main-page .banners-list + .appointments-table {
  margin-top: 45px;
}
@media only screen and (max-width: 1279px) {
  .main-page .banners-list + .appointments-table {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 1023px) {
  .main-page .banners-list + .appointments-table {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 749px) {
  .main-page .banners-list + .appointments-table {
    margin-top: 15px;
    border: 5px solid transparent;
    border-top: none;
    border-bottom: none;
  }
}

.full-width-block {
  padding: 60px 0 50px;
}
@media only screen and (max-width: 1279px) {
  .full-width-block {
    padding: 50px 0 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .full-width-block {
    padding: 35px 0 30px;
  }
}
@media only screen and (max-width: 749px) {
  .full-width-block {
    padding: 25px 0;
  }
}
.full-width-block__title {
  margin-bottom: 35px;
  font-size: 33px;
  line-height: 39px;
  font-weight: bold;
  color: #1A2027;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 1279px) {
  .full-width-block__title {
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .full-width-block__title {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 749px) {
  .full-width-block__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
.full-width-block__title span {
  display: block;
  font-size: 17px;
  line-height: 21px;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  margin-top: 10px;
}
@media only screen and (max-width: 1279px) {
  .full-width-block__title span {
    margin-top: 7px;
  }
}
@media only screen and (max-width: 1023px) {
  .full-width-block__title span {
    margin-top: 5px;
    font-size: 15px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 749px) {
  .full-width-block__title span {
    margin-top: 3px;
  }
}
.full-width-block--gray {
  background-color: #e4e9eb;
}

.footer-top {
  padding: 25px 0;
  background-color: rgba(246, 239, 231, 0.3882352941);
  color: #03030b;
  font-size: 20px;
}
.footer-top__wrap {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .footer-top__wrap {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1023px) {
  .footer-top {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 749px) {
  .footer-top {
    padding: 15px 0;
  }
}
.footer-top__left {
  width: 50%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .footer-top__left {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.footer-top__left p {
  padding-right: 20px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 749px) {
  .footer-top__left {
    width: 100%;
    padding-bottom: 15px;
    margin-right: 0;
  }
}
.footer-top__right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .footer-top__right {
    flex-direction: column;
  }
}
@media only screen and (max-width: 749px) {
  .footer-top__right {
    width: 100%;
    position: relative;
  }
}

.footer {
  padding: 40px 0 10px;
}
@media only screen and (max-width: 1023px) {
  .footer {
    padding: 15px 0 20px;
  }
}

.footer-head {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 30px;
}
@media only screen and (max-width: 749px) {
  .footer-head {
    display: block;
    font-size: 0;
  }
}
.footer-head__logo, .footer-head__phones, .footer-head__contacts, .footer-head__delivery {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 749px) {
  .footer-head__logo, .footer-head__phones, .footer-head__contacts, .footer-head__delivery {
    display: block;
    margin-top: 20px;
  }
  .footer-head__logo:first-child, .footer-head__phones:first-child, .footer-head__contacts:first-child, .footer-head__delivery:first-child {
    margin-top: 0;
  }
}
.footer-head__phones, .footer-head__contacts, .footer-head__delivery {
  padding-top: 40px;
}
@media only screen and (max-width: 1279px) {
  .footer-head__phones, .footer-head__contacts, .footer-head__delivery {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer-head__phones, .footer-head__contacts, .footer-head__delivery {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 749px) {
  .footer-head__phones, .footer-head__contacts, .footer-head__delivery {
    padding-top: 0;
  }
}
.footer-head__phones, .footer-head__contacts {
  font-size: 18px;
  line-height: 29px;
  font-weight: bold;
  color: #03030b;
}
@media only screen and (max-width: 1023px) {
  .footer-head__phones, .footer-head__contacts {
    font-size: 15px;
    line-height: 24px;
  }
}
.footer-head__logo {
  width: 17%;
}
@media only screen and (max-width: 1279px) {
  .footer-head__logo {
    width: 22%;
  }
}
@media only screen and (max-width: 1023px) {
  .footer-head__logo {
    width: 25%;
  }
}
@media only screen and (max-width: 749px) {
  .footer-head__logo {
    display: inline-block;
    vertical-align: bottom;
    width: 155px;
  }
}
.footer-head__phones {
  width: 30%;
}
@media only screen and (max-width: 1279px) {
  .footer-head__phones {
    width: 25%;
  }
}
@media only screen and (max-width: 749px) {
  .footer-head__phones {
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 1279px) {
  .footer-head__phones span {
    display: block;
  }
}
.footer-head__phones span + span {
  margin-left: 30px;
}
@media only screen and (max-width: 1279px) {
  .footer-head__phones span + span {
    margin: 0;
  }
}
.footer-head__contacts {
  width: 29%;
}
@media only screen and (max-width: 1279px) {
  .footer-head__contacts {
    width: 26%;
  }
}
@media only screen and (max-width: 1023px) {
  .footer-head__contacts {
    width: 25%;
  }
}
@media only screen and (max-width: 749px) {
  .footer-head__contacts {
    width: auto;
  }
}
.footer-head__contacts a:not(.btn) {
  margin-left: 15px;
}
@media only screen and (max-width: 1279px) {
  .footer-head__contacts a:not(.btn) {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .footer-head__contacts a:not(.btn) {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 749px) {
  .footer-head__contacts a:not(.btn) {
    line-height: 29px;
    margin: 0 0 0 10px;
  }
}
.footer-head__delivery {
  padding-top: 45px;
  font-size: 15px;
  line-height: 21px;
  color: #1A2027;
}
@media only screen and (max-width: 1279px) {
  .footer-head__delivery {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 749px) {
  .footer-head__delivery {
    width: auto;
    padding-top: 0;
  }
}
.footer-head__delivery span {
  display: block;
}

.copyright {
  position: relative;
  transform: translateY(-100%);
}
@media only screen and (max-width: 1023px) {
  .copyright {
    transform: none;
  }
}
.copyright__item {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 50px;
  font-size: 13px;
  line-height: 19px;
}
@media only screen and (max-width: 1279px) {
  .copyright__item {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .copyright__item {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 749px) {
  .copyright__item {
    display: block;
    margin: 5px 0 0;
  }
  .copyright__item:first-child {
    margin: 0 0 10px;
  }
}
.copyright__item:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 750px) and (max-width: 1023px) {
  .copyright__item:last-child {
    float: right;
  }
}
.copyright .developer-link {
  white-space: nowrap;
}
html:not(.bx-touch) .copyright .developer-link:hover .developer-link__text, .bx-touch .copyright .developer-link:active .developer-link__text {
  text-decoration: underline;
}
.copyright .developer-link__pic {
  width: 51px;
  height: 18px;
  vertical-align: baseline;
}

/**
 * form
 */
.form {
  position: relative;
}
.form__title {
  margin: 0 0 10px;
}
.form__footer {
  margin-top: 20px;
}
.form__footer .btn-desc {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.form__personal-data {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  margin-bottom: 15px;
}
.form__close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 15px;
  line-height: 0;
}
.form__close .icon {
  width: 18px;
  height: 18px;
  color: #565656;
}
.form .message {
  width: 100%;
}
.form .captcha-pic {
  margin-bottom: 5px;
}

.form-control, .form .form-control {
  display: block;
  margin-bottom: 15px;
  border: none;
  background: none;
  height: auto;
  padding: 0;
  color: #1A2027;
  font-weight: normal;
}
.form-control__label, .form .form-control__label {
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 22px;
}
.form-control__label .icon-star, .form .form-control__label .icon-star {
  vertical-align: baseline;
}
.form-control__input, .form .form-control__input {
  width: 100%;
}
.form-control--error .inputtext, .form-control--error .inputtextarea, .form .form-control--error .inputtext, .form .form-control--error .inputtextarea {
  background-color: #ffdcde;
  border-color: #e4e9eb;
}

.form-contacts {
  display: block;
  position: relative;
  padding: 40px 50px;
  background-color: #e4e9eb;
}
@media only screen and (max-width: 1279px) {
  .form-contacts {
    padding: 35px 45px;
  }
}
@media only screen and (max-width: 1023px) {
  .form-contacts {
    padding: 30px 35px;
  }
}
@media only screen and (max-width: 749px) {
  .form-contacts {
    padding: 25px 20px 20px;
  }
}

.icon.icon-star {
  width: 11px;
  height: 11px;
  color: #e4e9eb;
}

.star-required {
  font-size: 12px;
  line-height: 22px;
}
.star-required__text {
  display: inline-block;
  vertical-align: middle;
}

/**
 * controls
 */
.inputtext, .inputtextarea {
  padding: 10px 15px;
  background-color: white;
  border: 1px solid #767f88;
  font-size: 15px;
  line-height: 21px;
  color: #1A2027;
}
.inputtext::-webkit-input-placeholder, .inputtextarea::-webkit-input-placeholder {
  color: #767f88;
}
.inputtext:-moz-placeholder, .inputtextarea:-moz-placeholder {
  color: #767f88;
}
.inputtext:-ms-input-placeholder, .inputtextarea:-ms-input-placeholder {
  color: #767f88;
}
.inputtext::placeholder, .inputtextarea::placeholder {
  color: #767f88;
}
.inputtext--small, .inputtextarea--small {
  padding: 3px 10px;
  line-height: 22px;
}

.inputtextarea {
  display: block;
  resize: none;
}

.custom-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 14px;
  line-height: 0;
}
.custom-select__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-weight: bold;
}
.custom-select__icon {
  position: absolute;
  top: 0;
  right: 10px;
  width: 11px;
  height: 100%;
  fill: #1A2027;
}
.custom-select__input {
  width: 100%;
  height: 30px;
  padding: 8px 35px 8px 15px;
  cursor: pointer;
  opacity: 0;
  border: none;
}
.custom-select__input option[disabled] {
  display: none;
}

.checkbox-custom, .radio-custom {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
  line-height: 0;
}
.checkbox-custom__input, .radio-custom__input {
  display: none;
}
.checkbox-custom__input:checked + .checkbox-custom__check, .radio-custom__input:checked + .checkbox-custom__check {
  display: block;
}
.checkbox-custom__text, .radio-custom__text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  font-size: 15px;
  line-height: 19px;
  cursor: pointer;
  color: #1A2027;
  z-index: 5;
}
.checkbox-custom__text:before, .radio-custom__text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 1px solid #767f88;
}
.checkbox-custom__check {
  display: none;
  position: absolute;
  top: 2px;
  left: 2px;
  color: #03030b;
  width: 22px;
  height: 14px;
  z-index: 10;
}
.checkbox-custom.disabled .checkbox-custom__text, .checkbox-custom.disabled .radio-custom__text, .disabled.radio-custom .checkbox-custom__text, .disabled.radio-custom .radio-custom__text {
  color: #767f88;
}
.checkbox-custom.disabled .checkbox-custom__text:before, .checkbox-custom.disabled .radio-custom__text:before, .disabled.radio-custom .checkbox-custom__text:before, .disabled.radio-custom .radio-custom__text:before {
  background-color: #e4e9eb;
}

.radio-custom__input:checked + .radio-custom__text:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #03030b;
}
.radio-custom__text:before {
  border-radius: 50%;
}

.btn, .content-style .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font: 16px "Rubik", sans-serif;
  transition: 100ms ease-in;
  color: white;
  font-weight: bold;
  background-color: #1A2027;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 0;
  outline: none;
  border: none;
  font-weight: 400;
  padding: 10px 20px;
}
html:not(.bx-touch) .btn:hover, .bx-touch .btn:active, html:not(.bx-touch) .content-style .btn:hover, .bx-touch .content-style .btn:active {
  text-decoration: none;
  opacity: 0.9;
  color: white !important;
}
.btn--dark, .content-style .btn--dark {
  font-size: 16px;
  background-color: #03030b;
  color: white;
}
html:not(.bx-touch) .btn--dark:hover, .bx-touch .btn--dark:active, html:not(.bx-touch) .content-style .btn--dark:hover, .bx-touch .content-style .btn--dark:active {
  color: white;
  background-color: #1A2027;
}
.btn--dark:focus, .content-style .btn--dark:focus {
  color: white;
}
.btn--red, .content-style .btn--red {
  font-size: 16px;
  color: white;
}
html:not(.bx-touch) .btn--red:hover, .bx-touch .btn--red:active, html:not(.bx-touch) .content-style .btn--red:hover, .bx-touch .content-style .btn--red:active {
  color: white;
  opacity: 0.8;
}
.btn--red:focus, .content-style .btn--red:focus {
  color: white;
}
.btn--small, .content-style .btn--small {
  font-size: 13px;
  line-height: 29px;
  padding: 0 12px;
}
.btn--text, .content-style .btn--text {
  padding: 0;
  font-weight: normal;
  line-height: 19px;
  background-color: transparent;
  text-transform: none;
  color: #1A2027;
}
html:not(.bx-touch) .btn--text:hover, .bx-touch .btn--text:active, html:not(.bx-touch) .content-style .btn--text:hover, .bx-touch .content-style .btn--text:active {
  background-color: transparent;
  color: #03030b;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
  outline-offset: 0;
  text-decoration: none;
}

.pager-arr, .content-style .pager-arr {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  padding: 8px;
  background-color: #1A2027;
  border-radius: 8px;
  line-height: 0;
  text-align: center;
  color: white;
}
html:not(.bx-touch) .pager-arr:hover, .bx-touch .pager-arr:active, html:not(.bx-touch) .content-style .pager-arr:hover, .bx-touch .content-style .pager-arr:active {
  border: none;
  line-height: 0;
  opacity: 0.9;
  color: white;
  text-decoration: none;
}
.pager-arr .icon, .content-style .pager-arr .icon {
  width: 100%;
  height: 100%;
  color: white;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.link-ico, a.link-ico {
  text-decoration: none;
}
html:not(.bx-touch) .link-ico:hover, .bx-touch .link-ico:active, html:not(.bx-touch) a.link-ico:hover, .bx-touch a.link-ico:active {
  text-decoration: none;
}
html:not(.bx-touch) .link-ico:hover .link-ico__text, .bx-touch .link-ico:active .link-ico__text, html:not(.bx-touch) a.link-ico:hover .link-ico__text, .bx-touch a.link-ico:active .link-ico__text {
  text-decoration: underline;
}
.link-ico__text, a.link-ico__text {
  display: inline-block;
  vertical-align: middle;
}
.link-ico__pic, a.link-ico__pic {
  display: inline-block;
  vertical-align: middle;
}
.link-ico__text + .link-ico__pic, .link-ico__pic + .link-ico__text, .link-ico__text + a.link-ico__pic, .link-ico__pic + a.link-ico__text, a.link-ico__text + .link-ico__pic, a.link-ico__pic + .link-ico__text, a.link-ico__text + a.link-ico__pic, a.link-ico__pic + a.link-ico__text {
  margin-left: 2px;
}

/**
 * hints
 */
.hints {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1023px) {
  .hints {
    margin: -2px;
  }
}
@media only screen and (max-width: 749px) {
  .hints {
    margin: -1px;
  }
}
.hints__item {
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
}
@media only screen and (max-width: 1023px) {
  .hints__item {
    margin: 2px;
  }
}
@media only screen and (max-width: 749px) {
  .hints__item {
    margin: 1px;
  }
}
.hints--vertical .hints__item {
  float: left;
  clear: both;
}

.hint {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 43px;
  height: 43px;
  line-height: 43px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: white;
  border-radius: 50%;
}
@media only screen and (max-width: 1279px) {
  .hint {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .hint {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 749px) {
  .hint {
    width: 31px;
    height: 31px;
    line-height: 31px;
  }
}
.hint--new {
  font-size: 15px;
  background-color: #e4e9eb;
}
@media only screen and (max-width: 1279px) {
  .hint--new {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .hint--new {
    font-size: 12px;
  }
}
@media only screen and (max-width: 749px) {
  .hint--new {
    font-size: 10px;
  }
}
.hint--discount {
  font-size: 21px;
  background-color: #1A2027;
}
@media only screen and (max-width: 1279px) {
  .hint--discount {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .hint--discount {
    font-size: 16px;
  }
}
@media only screen and (max-width: 749px) {
  .hint--discount {
    font-size: 12px;
  }
}
.hint--discount:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 39px;
  height: 39px;
  border: 1px dashed #1A2027;
  border-radius: 50%;
}
@media only screen and (max-width: 1279px) {
  .hint--discount:after {
    width: 36px;
    height: 36px;
  }
}
@media only screen and (max-width: 1023px) {
  .hint--discount:after {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (max-width: 749px) {
  .hint--discount:after {
    width: 27px;
    height: 27px;
  }
}
.hint--hit {
  background-color: #1A2027;
}
.hint--hit .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 30%;
}
.hint--small {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.hint--small.hint--new {
  font-size: 11px;
}
.hint--small.hint--discount {
  font-size: 15px;
}
.hint--small.hint--discount:after {
  width: 26px;
  height: 26px;
}
.hint__selected {
  position: absolute;
  top: -3px;
  left: -10px;
  width: 20px;
  height: 20px;
  padding: 2px;
  border: 2px solid white;
  fill: white;
  background-color: #03030b;
  border-radius: 50%;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  .hint__selected {
    left: -7px;
    width: 16px;
    height: 16px;
  }
}

/**
 * custom dashed
 */
.dashed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #03030b, #03030b 45%, transparent 45%);
  background: -ms-linear-gradient(left, #03030b, #03030b 45%, transparent 45%);
  background: -o-linear-gradient(left, #03030b, #03030b 45%, transparent 45%);
  background: -webkit-linear-gradient(left, #03030b, #03030b 45%, transparent 45%);
  background: linear-gradient(left, #03030b, #03030b 45%, transparent 45%);
  background-size: 9px 1px;
  background-repeat: repeat-x;
  background-position: 0;
}
.dashed--bottom {
  top: auto;
  bottom: 0;
}
.dashed--left, .dashed--right {
  width: 1px;
  height: 100%;
  background: -moz-linear-gradient(top, #03030b, #03030b 45%, transparent 45%);
  background: -ms-linear-gradient(top, #03030b, #03030b 45%, transparent 45%);
  background: -o-linear-gradient(top, #03030b, #03030b 45%, transparent 45%);
  background: -webkit-linear-gradient(top, #03030b, #03030b 45%, transparent 45%);
  background: linear-gradient(top, #03030b, #03030b 45%, transparent 45%);
  background-size: 1px 9px;
  background-repeat: repeat-y;
  background-position: 0;
}
.dashed--right {
  left: auto;
  right: 0;
}
.dashed--light {
  background: -moz-linear-gradient(left, #767f88, #767f88 45%, transparent 45%);
  background: -ms-linear-gradient(left, #767f88, #767f88 45%, transparent 45%);
  background: -o-linear-gradient(left, #767f88, #767f88 45%, transparent 45%);
  background: -webkit-linear-gradient(left, #767f88, #767f88 45%, transparent 45%);
  background: linear-gradient(left, #767f88, #767f88 45%, transparent 45%);
  background-size: 9px 1px;
  background-repeat: repeat-x;
  background-position: 0;
}
.dashed--light.dashed--left, .dashed--light.dashed--right {
  background: -moz-linear-gradient(top, #767f88, #767f88 45%, transparent 45%);
  background: -ms-linear-gradient(top, #767f88, #767f88 45%, transparent 45%);
  background: -o-linear-gradient(top, #767f88, #767f88 45%, transparent 45%);
  background: -webkit-linear-gradient(top, #767f88, #767f88 45%, transparent 45%);
  background: linear-gradient(top, #767f88, #767f88 45%, transparent 45%);
  background-size: 1px 9px;
  background-repeat: repeat-y;
  background-position: 0;
}

/**
 * message
 */
.message {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 15px 20px 15px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
}
.message:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 20px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.message:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.message--errortext {
  background-color: white;
  border-color: #e4e9eb;
}
.message--errortext .icon {
  fill: #e4e9eb;
}
.message--errortext:after {
  border-left-color: white;
}
.message--errortext:before {
  border-left-color: #e4e9eb;
}
.message--notetext {
  background-color: #767f88;
}
.message--notetext .icon {
  fill: #1A2027;
}
.message--notetext:before, .message--notetext:after {
  border-left-color: #767f88;
}
.message .icon {
  position: absolute;
  top: 11px;
  left: 20px;
  width: 24px;
  height: 24px;
}

/**
 * tabs
 */
.tabs__controls {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 749px) {
  .tabs__controls {
    margin-bottom: 15px;
  }
}
.tabs .tab-content {
  display: none;
}
.tabs .tab-content--open {
  display: block;
}

/**
 * slider
 */
.slider-arr {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 75px;
  height: 75px;
  padding: 17px;
  color: #03030b;
  border-radius: 50%;
}
html:not(.bx-touch) .slider-arr:hover, .bx-touch .slider-arr:active {
  color: #03030b;
}
@media only screen and (max-width: 1279px) {
  .slider-arr {
    width: 50px;
    height: 50px;
    padding: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .slider-arr {
    width: 40px;
    height: 40px;
    padding: 11px;
  }
}
.slider-arr--left {
  left: -20px;
}
.slider-arr--right {
  right: 0;
}
.slider-arr .icon {
  width: 100%;
  height: 100%;
  vertical-align: baseline;
}
.content-style .slider-arr {
  color: #03030b;
}
html:not(.bx-touch) .content-style .slider-arr:hover, .bx-touch .content-style .slider-arr:active {
  color: #03030b;
}

.slick-dots, .content-style .slick-dots {
  margin: 15px 0 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.slick-dots li, .content-style .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.slick-dots li:before, .content-style .slick-dots li:before {
  content: none;
}
.slick-dots li button, .content-style .slick-dots li button {
  margin: 0 4px;
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background-color: #767f88;
}
.slick-dots li.slick-active button, .content-style .slick-dots li.slick-active button {
  background-color: #1A2027;
}

/**
 * popover
 */
.popover-wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.45);
  z-index: 100;
}
@media only screen and (max-width: 749px) {
  .popover-wrapper {
    width: 100%;
  }
}
.popover-wrapper__inner {
  padding: 25px;
  overflow: hidden;
}
@media only screen and (max-width: 749px) {
  .popover-wrapper__inner {
    padding: 20px;
  }
}
.popover-wrapper__arrow {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 50%;
  margin-top: -16px;
  margin-left: -8px;
  border-bottom: 12px solid #e4e9eb;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.popover-wrapper__arrow:after {
  position: absolute;
  content: "";
  z-index: 2;
  top: 6px;
  left: -8px;
  border-bottom: 12px solid white;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.modal-popup {
  position: relative;
  margin: 20px 0;
  max-width: 500px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e4e9eb;
}
.modal-popup .message {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 749px) {
  .modal-popup .message {
    font-size: 16px;
  }
}
.modal-popup__controls {
  margin-top: 15px;
  font-size: 0;
}
@media only screen and (max-width: 749px) {
  .modal-popup__controls {
    white-space: normal;
  }
}
.modal-popup__controls-item {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 749px) {
  .modal-popup__controls-item {
    display: block;
  }
}
.modal-popup__controls-item + .modal-popup__controls-item {
  margin-left: 10px;
}
@media only screen and (max-width: 749px) {
  .modal-popup__controls-item + .modal-popup__controls-item {
    margin: 10px 0 0;
  }
}
.modal-popup--message {
  display: inline-block;
  vertical-align: top;
  padding: 25px;
  text-align: center;
}
.modal-popup--message .message {
  margin: 0;
  background-color: transparent;
  border: none;
}
.modal-popup--message .message:before, .modal-popup--message .message:after {
  content: none;
}

/**
 * обертка для адаптивой таблицы (скролл на мобильной)
 */
.table, .content-style .table {
  width: auto;
  max-width: 100%;
  min-width: 100%;
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
}

/**
 * обертка для табличных блоков
 */
.h-table {
  width: 100%;
  display: table;
  margin-bottom: 20px;
}
@media only screen and (max-width: 749px) {
  .h-table {
    margin-bottom: 15px;
  }
}
.h-table__h {
  display: table-cell;
  vertical-align: top;
}
.h-table__desc {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

/**
 * список статей/отзывов
 */
.news-list {
  margin: -15px -4px;
  font-size: 0;
  line-height: 0;
}
@media only screen and (max-width: 749px) {
  .news-list {
    margin: -10px -3px;
  }
}
.news-list__item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 15px 4px;
}
html:not(.bx-touch) .news-list__item:hover .news-list__pic-bg, .bx-touch .news-list__item:active .news-list__pic-bg {
  background-color: black;
}
html:not(.bx-touch) .news-list__item:hover .news-list__link, .bx-touch .news-list__item:active .news-list__link {
  color: #1A2027;
}
@media only screen and (max-width: 1023px) {
  .news-list__item {
    width: 33.333333%;
  }
}
@media only screen and (max-width: 749px) {
  .news-list__item {
    width: 50%;
    padding: 10px 3px;
  }
}
.news-list__item .sections-block {
  margin-top: 10px;
}
html:not(.bx-touch) .news-list .news-link:hover, .bx-touch .news-list .news-link:active {
  text-decoration: none;
}
.news-list__pic-bg {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1279px) {
  .news-list__pic-bg {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 749px) {
  .news-list__pic-bg {
    margin-bottom: 5px;
  }
}
.news-list__link {
  display: block;
  padding-right: 20px;
  font-size: 15px;
  line-height: 21px;
  color: #1A2027;
}
@media only screen and (max-width: 749px) {
  .news-list__link {
    font-size: 13px;
    line-height: 18px;
    padding-right: 15px;
  }
}
.news-list__date {
  position: absolute;
  bottom: 10px;
  left: 12px;
}
@media only screen and (max-width: 1023px) {
  .news-list--line .news-list__item:nth-child(n+4) {
    display: none;
  }
}
@media only screen and (max-width: 749px) {
  .news-list--line .news-list__item:nth-child(n+3) {
    display: none;
  }
}
.news-list .sections-block {
  padding-right: 20px;
}
.products-pager ~ .news-list--line .news-list__item {
  display: inline-block;
}

.sections-block {
  font-size: 0;
  margin: -3px;
}
.sections-block .sections-block__item {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #ede4d5;
  background: white;
  padding: 0 5px;
  margin: 3px;
  color: #1A2027;
}
html:not(.bx-touch) .sections-block .sections-block__item:hover, .bx-touch .sections-block .sections-block__item:active {
  background: #ede4d5;
  text-decoration: none;
  color: #1A2027;
}

.news-date {
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px;
  background: #1A2027;
  font-size: 13px;
  line-height: 19px;
  color: #e4e9eb;
}
@media only screen and (max-width: 749px) {
  .news-date {
    font-size: 10px;
    line-height: 16px;
  }
}
.h-table__h .news-date {
  margin-bottom: 0;
}

/**
 * сниппет абзац с картинкой
 */
.crone {
  position: relative;
  padding-left: 40px;
}
.crone:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("images/crone.png") 0 0 repeat;
  width: 22px;
  height: 17px;
}

/**
 * стили для баннеров решений
 */
.banner-solution {
  display: table;
  background: #ede4d5;
  padding: 18px 60px;
  color: #1A2027;
}
@media only screen and (max-width: 1023px) {
  .banner-solution {
    padding: 18px 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 749px) {
  .banner-solution {
    padding: 30px;
  }
}
.banner-solution__col {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 749px) {
  .banner-solution__col {
    display: block;
  }
}
.banner-solution__col:first-child {
  padding-right: 15px;
}
@media only screen and (max-width: 749px) {
  .banner-solution__col:first-child {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.banner-service {
  display: inline-block;
  padding: 60px 25px 25px 25px;
  background: white;
  text-align: center;
  max-width: 300px;
  min-height: 202px;
}
@media only screen and (max-width: 1279px) {
  .banner-service {
    max-width: 100%;
    min-height: 100%;
    padding: 25px 70px;
  }
}
@media only screen and (max-width: 749px) {
  .banner-service {
    text-align: center;
    padding: 25px;
  }
}
@media only screen and (max-width: 1279px) {
  .banner-service__col {
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 749px) {
  .banner-service__col {
    display: block;
  }
}
.banner-service__col:first-child {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1279px) {
  .banner-service__col:first-child {
    padding-right: 20px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 749px) {
  .banner-service__col:first-child {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

/**
 * стили для баннеров
 */
@media only screen and (max-width: 749px) {
  .banners-container {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
}

/**
 * для доп. навигации
 */
.products-pager {
  position: relative;
  display: table;
  width: 100%;
  padding: 10px 0;
}
@media only screen and (max-width: 749px) {
  .products-pager {
    display: block;
  }
}
.products-pager__cnt {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  color: #1A2027;
}
@media only screen and (max-width: 749px) {
  .products-pager__cnt {
    display: block;
    text-align: center;
    line-height: 1;
  }
}
.products-pager__nav {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
}
@media only screen and (max-width: 749px) {
  .products-pager__nav {
    display: block;
    width: 100%;
    text-align: center;
  }
  .products-pager__nav .paging-input {
    margin-top: 10px;
  }
}
.products-pager--bottom {
  margin-top: 40px;
}
@media only screen and (max-width: 749px) {
  .products-pager--bottom {
    margin-top: 25px;
  }
}
.products-pager--top {
  margin-bottom: 15px;
}

/**
 * слайдер детальной
 */
.detail-slider-wrapper {
  position: relative;
}

.detail-slider {
  white-space: nowrap;
  overflow: hidden;
}
.detail-slider__item {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.detail-slide {
  display: table;
  width: 100%;
}
.detail-slide__center {
  display: table-cell;
  vertical-align: top;
}
.detail-slide .js-zoom {
  width: 100%;
  height: 100%;
  display: inline-block;
  cursor: zoom-in;
}
.detail-slide .img-responsive {
  margin: 0 auto;
  cursor: pointer;
}

.detail-thumb-wrapper {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 749px) {
  .detail-thumb-wrapper {
    overflow: visible;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    height: 0;
  }
}
.detail-thumb-wrapper .slider-arr {
  padding: 4px 8px;
  width: 32px;
  height: 32px;
  width: 32px;
  height: 32px;
  color: #03030b;
  border: 1px solid #e3dfd5;
}
html:not(.bx-touch) .detail-thumb-wrapper .slider-arr:hover, .bx-touch .detail-thumb-wrapper .slider-arr:active {
  color: #03030b;
}
.detail-thumb-wrapper .slick-prev {
  right: 100%;
}
.detail-thumb-wrapper .slick-next {
  left: 100%;
}
.detail-thumb-wrapper .detail-thumb-controls {
  position: relative;
  margin: 20px 20px 0 20px;
}
@media only screen and (max-width: 1023px) {
  .detail-thumb-wrapper .detail-thumb-controls {
    margin: 20px 70px 0 70px;
  }
}
@media only screen and (max-width: 749px) {
  .detail-thumb-wrapper .detail-thumb-controls {
    margin: 0 -10px;
  }
}

.detail-thumb-slider {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin: 0 auto;
  cursor: pointer;
  white-space: nowrap;
  width: 483px;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .detail-thumb-slider {
    width: 365px;
  }
}
@media only screen and (max-width: 749px) {
  .detail-thumb-slider {
    display: none;
  }
}
.detail-thumb-slider .slick-slider {
  margin: 0 auto;
}
.detail-thumb-slider .slick-list {
  margin: 0 -3px;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .detail-thumb-slider .slick-list {
    margin: 0 -5px;
  }
}
.detail-thumb-slider__item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .detail-thumb-slider__item {
    padding: 0 5px;
  }
}
.detail-thumb-slider .slick-current .img-responsive {
  border-color: #03030b;
}

.detail-thumb-slide {
  display: block;
  width: 63px;
  height: 60px;
  margin: 0 auto;
}

.menu-link-go {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  color: #03030b;
}
html:not(.bx-touch) .menu-link-go:hover .menu-link-go__text, .bx-touch .menu-link-go:active .menu-link-go__text {
  text-decoration: underline;
}
.menu-link-go__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  font-size: 15px;
  line-height: 19px;
}
.menu-link-go .icon {
  width: 20px;
  height: 20px;
  fill: #1A2027;
  color: #1A2027;
  background-color: transparent;
  border-radius: 50%;
}
.content-style .menu-link-go {
  color: #03030b;
}
html:not(.bx-touch) .content-style .menu-link-go:hover, .bx-touch .content-style .menu-link-go:active {
  color: #1A2027;
}
.content-style .menu-link-go__text {
  font-size: 14px;
  line-height: 18px;
}
.content-style .menu-link-go .icon {
  width: 14px;
  height: 14px;
}

@media only screen and (max-width: 749px) {
  .text_order {
    padding-top: 15px;
  }
}

.making-text {
  text-align: center;
}

.making-img {
  margin-left: auto;
  margin-right: auto;
}

.img-responsive.catalog_img {
  display: block;
  width: 294px;
  height: 330px;
}

.icon--bag-open {
  color: #222d37 !important;
}

.header__contacts {
  text-align: center;
  padding-right: 0;
}

.title-search-result {
  width: auto !important;
  max-width: 450px;
}

form #title-search-input {
  padding-left: 10px;
  border: 1px solid #03030b;
  height: 29px;
  border-radius: 0px;
}

#title_search_input {
  display: none;
}

table.title-search-result td.title-search-item {
  white-space: initial;
}
table.title-search-result td.title-search-all {
  line-height: 35px;
}

@media only screen and (max-width: 1023px) {
  .main-menu-block .child-menu__link,
  .news-list__item .news-list__link,
  .banners-list .banner__text,
  .banners-list .banner__text-center span,
  .banners-list {
    font-size: 16px;
  }
  .banner__text--big .banner__text-center span {
    font-size: 16px;
  }
  .breadcrumbs .breadcrumbs__item {
    font-size: 13px;
  }
  .detail-info .detail-spec dt,
  .detail-info .detail-spec dd {
    font-size: 15px;
  }
  .header__contacts {
    padding-right: 15px;
  }
  .header__controls_center {
    padding-left: 0;
  }
}
.header-controls {
  display: table;
  width: 100%;
  padding-top: 8px;
}
.header-controls__btn {
  width: 1%;
  padding-right: 35px;
}
@media only screen and (max-width: 1279px) {
  .header-controls__btn {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-controls__btn {
    display: none;
  }
}
.header-controls__user {
  text-align: center;
}

.header-btn {
  display: flex;
  align-items: center;
}
html:not(.bx-touch) .header-btn:hover .icon, html:not(.bx-touch) .header-btn:hover .header-btn__text, .bx-touch .header-btn:active .icon, .bx-touch .header-btn:active .header-btn__text {
  color: #1A2027;
}
@media only screen and (max-width: 1023px) {
  html:not(.bx-touch) .header-btn:hover .icon, html:not(.bx-touch) .header-btn:hover .header-btn__text, .bx-touch .header-btn:active .icon, .bx-touch .header-btn:active .header-btn__text {
    color: #767f88;
  }
}
.header-btn__icon {
  position: relative;
}
.header-btn__icon .icon {
  font-size: 24px;
  color: #03030b;
}
.header-btn__text {
  padding-left: 7px;
  font-size: 13px;
  line-height: 17px;
  color: #1A2027;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .header-btn__text {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 749px) {
  .header-btn__text {
    display: none;
  }
}

.header__controls_center {
  padding-left: 25px;
}

.header-controls__search {
  position: relative;
}
.header-controls__search.mobile__search {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
}
@media only screen and (max-width: 1023px) {
  .header-controls__search.mobile__search {
    display: inline-block;
  }
}
.header-controls__search.mobile__search .search-input {
  border: 1px solid rgba(3, 3, 11, 0.08) !important;
  width: 90%;
  border-radius: 8px;
  height: 35px !important;
  display: inline-block;
}
.header-controls__search.mobile__search .send-search {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  right: 26px;
  top: 8px;
}
.header-controls__search.mobile__search .search-text {
  padding-left: 5px;
}

.h1 {
  font-size: 33px;
  line-height: 41px;
  font-weight: normal;
  color: #1A2027;
  margin: 15px 0 20px;
}
@media only screen and (max-width: 1279px) {
  .h1 {
    font-size: 31px;
    line-height: 39px;
  }
}
@media only screen and (max-width: 1023px) {
  .h1 {
    font-size: 27px;
    line-height: 35px;
    margin: 10px 0 20px;
  }
}
@media only screen and (max-width: 749px) {
  .h1 {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 15px;
  }
}

.h2 {
  font-size: 17px;
  line-height: 24px;
  font-weight: bold;
  color: #1A2027;
  margin: 30px 0 20px;
}
@media only screen and (max-width: 749px) {
  .h2 {
    margin: 25px 0 15px;
  }
}

.content-ul, .content-style ul, .content-ol, .content-style ol {
  margin: 0 0 30px;
  padding: 0;
  list-style-type: none;
  counter-reset: li;
}
@media only screen and (max-width: 749px) {
  .content-ul, .content-style ul, .content-ol, .content-style ol {
    margin-bottom: 25px;
  }
}
.content-ul li, .content-style ul li, .content-ol li, .content-style ol li {
  position: relative;
  margin-top: 5px;
}
.content-ul li:first-child, .content-style ul li:first-child, .content-ol li:first-child, .content-style ol li:first-child {
  margin-top: 0;
}

.content-ul li, .content-style ul li {
  position: relative;
  padding-left: 25px;
}
.content-ul li:before, .content-style ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 1px;
  width: 6px;
  height: 6px;
  background-color: #1A2027;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1023px) {
  .content-ul li:before, .content-style ul li:before {
    top: 9px;
  }
}
.content-ul li ul, .content-style ul li ul {
  padding-top: 5px;
  margin-bottom: 5px;
}

.content-ol li, .content-style ol li {
  position: relative;
  padding-left: 30px;
}
.content-ol li:before, .content-style ol li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  color: #1A2027;
  background-color: #767f88;
  font-size: 11px;
  line-height: 18px;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .content-ol li:before, .content-style ol li:before {
    top: 2px;
  }
}

hr {
  width: 100%;
  margin: 30px 0;
  border: none;
  height: 1px;
  background: -moz-linear-gradient(left, #c1babb, #c1babb 50%, transparent 50%);
  background: -ms-linear-gradient(left, #c1babb, #c1babb 50%, transparent 50%);
  background: -o-linear-gradient(left, #c1babb, #c1babb 50%, transparent 50%);
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#c1babb), color-stop(0.5, #c1babb), color-stop(0.5, transparent));
  background: -webkit-linear-gradient(left, #c1babb, #c1babb 50%, transparent 50%);
  background: linear-gradient(left, #c1babb, #c1babb 50%, transparent 50%);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: 0;
}
@media only screen and (max-width: 749px) {
  hr {
    margin: 25px 0;
  }
}

.content-style blockquote {
  padding: 20px 35px;
  margin: 0 0 30px;
  background-color: #767f88;
}
@media only screen and (max-width: 749px) {
  .content-style blockquote {
    padding: 15px 25px;
    margin-bottom: 25px;
  }
}
.content-style table {
  width: 100%;
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 21px;
  text-align: left;
}
@media only screen and (max-width: 749px) {
  .content-style table {
    margin-bottom: 25px;
  }
}
.content-style table th {
  vertical-align: bottom;
  font-weight: normal;
  padding: 15px 20px 10px;
  color: #03030b;
}
@media only screen and (max-width: 749px) {
  .content-style table th {
    padding: 10px 15px 5px;
  }
}
.content-style table td {
  padding: 20px;
  vertical-align: top;
}
@media only screen and (max-width: 749px) {
  .content-style table td {
    padding: 15px;
  }
}

.to-top {
  right: inherit;
  left: 20px;
}
.to-top .icon {
  transform: rotate(-90deg);
  font-size: 32px;
}

@media only screen and (max-width: 1023px) {
  .to-top {
    bottom: 50px;
    left: 15px;
    right: initial;
    padding: 10px 14px;
  }
}
@media only screen and (max-width: 749px) {
  .to-top {
    bottom: 15px;
    right: initial;
    left: 10px;
  }
}
.bx-touch a:active, html:not(.bx-touch) a:hover {
  text-decoration: none;
}

.to-favorites.to-favorites_section {
  top: 8px;
}

.to-favorites {
  position: absolute;
  top: 14px;
  right: 0;
  z-index: 9;
  width: 30px;
  height: 30px;
}

.to-favorites:hover:after {
  cursor: pointer;
  background: url(/local/templates/2019/images/heart_hover.svg) -2px -2px;
  color: #000;
  animation: heartbeat 0.6s infinite;
}

.to-favorites:after {
  content: "";
  display: inline-block;
  background: url(/local/templates/2019/images/heart.svg) -2px -2px;
  width: 22px;
  height: 20px;
  position: relative;
  top: 5px;
  left: 0;
}

.to-favorites.to-favorites_on:after {
  content: "";
  display: inline-block;
  background: url(/local/templates/2019/images/heart_selected.svg) -2px -2px;
  width: 22px;
  height: 20px;
  position: relative;
  top: 5px;
  left: 0;
}

.seo_text_block_index {
  font-size: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
}
.seo_text_block_index * {
  font-size: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
}
.seo_text_block_index h2 {
  font-size: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
}
.seo_text_block_index p {
  line-height: 0;
  margin: 0;
}
.seo_text_block_index ul {
  margin: 0;
  line-height: 0;
}

.dot {
  font-size: 12px !important;
}
