@charset "UTF-8";
.a, .hidden-txt.hidden .hidden-txt__content:after, .specialty-check .specialty-check__count span:before, .journal-information:after, .reception-progress:before, .popover-q:after, .popover-i:after, .form-item .form-field._overflow:after, .btn:not(.dropdown-toggle)._clear:before, .btn:not(.dropdown-toggle)._border.loading:before, .bootstrap-select .filter-option:after, .wpcf7-form:after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7-turnstile {
  text-align: center;
}
.wpcf7-turnstile > div {
  display: inline-block;
}

@media (hover: hover) {
  .scrollbar-style ::-webkit-scrollbar {
    width: 13px;
    height: 13px;
    background: transparent;
    border-radius: 3px;
  }
  .scrollbar-style ::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #FF5A3A;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    color: #E2E1EE;
    cursor: pointer;
  }
}

@media (hover: hover) {
  .scrollbar-style2::-webkit-scrollbar {
    width: 13px;
    height: 13px;
    background: transparent;
    border-radius: 3px;
  }
  .scrollbar-style2::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #FF5A3A;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    color: #E2E1EE;
    cursor: pointer;
  }
}

.wpcf7-form-control-wrap {
  position: static !important;
}

.wpcf7-form.submitting .size-14,
.wpcf7-form.submitting .form__item,
.wpcf7-form.submitting .form__content {
  opacity: 0.3;
  pointer-events: none;
}
.wpcf7-form.submitting:after {
  opacity: 1;
  visibility: visible;
}

.wpcf7-form:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9) url(../images/loader.svg) center no-repeat;
  background-size: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 500;
}

body .wpcf7-not-valid-tip {
  color: #D9383B;
  margin-top: 5px;
  font-size: 12px;
  padding-left: 19px;
  background: url(../images/error.svg) 0 center no-repeat;
  background-size: 14px;
}

.txt-success {
  color: green;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 1rem 1rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .txt-success {
    text-align: center;
  }
}

.wpcf7 form .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none !important;
}

.modal {
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  z-index: 99999;
}

.modal-backdrop {
  background: rgb(22, 22, 22);
  z-index: 99997;
}
.modal-backdrop.show {
  opacity: 0.6;
}

@media (min-width: 576px) {
  .modal-dialog {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .modal-dialog {
    max-width: inherit !important;
  }
}

.modal-content {
  border: 0;
  border-radius: 28px;
}
.modal-content.bg2 {
  background: #FBF3F2;
}
.modal-content.bg2 button.close {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .modal-content {
    border-radius: 15px;
  }
}
.modal-content .modal-body {
  padding: 40px;
  font-size: 14px;
}
.modal-content .modal-body.entry-content {
  padding-right: 45px;
}
@media screen and (max-width: 767px) {
  .modal-content .modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.modal-content .modal-body .h2, .modal-content .modal-body .h3,
.modal-content .modal-body h2, .modal-content .modal-body h3, .modal-content .modal-body h4 {
  color: inherit;
  padding-right: 40px;
}

.modal-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 800;
  border-radius: 28px;
}

button.close {
  background: #F6F6F6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #161616;
  opacity: 1;
  position: absolute;
  top: 15px;
  right: 15px;
  font-weight: normal;
  font-size: 11px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  z-index: 510;
}
@media (hover: hover) {
  button.close:hover {
    color: #D9383B;
    background: #FAE4E4;
  }
}

.modal.scroll .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 16px);
}
@media (min-width: 576px) {
  .modal.scroll .modal-dialog {
    height: calc(100% - 56px);
  }
}
.modal.scroll .modal-dialog .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal.scroll .modal-dialog .modal-content .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal.scroll .modal-dialog .modal-content .modal-body .specialty {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal.scroll .modal-dialog .modal-content .modal-body .specialty .specialty__body {
  height: 100px;
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 -40px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .modal.scroll .modal-dialog .modal-content .modal-body .specialty .specialty__body {
    margin: 0 -20px;
    padding: 0 20px;
  }
}

.modal-dialog.scrollbar-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 16px);
}
@media (min-width: 576px) {
  .modal-dialog.scrollbar-style {
    height: calc(100% - 56px);
  }
}
.modal-dialog.scrollbar-style .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.modal-dialog.scrollbar-style .modal-content .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal-dialog.scrollbar-style .modal-content .modal-body .modal-body__scroll {
  overflow-y: auto;
  margin: 0 -40px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .modal-dialog.scrollbar-style .modal-content .modal-body .modal-body__scroll {
    margin: 0 -20px;
    padding: 0 20px;
  }
}

/*!
 * Bootstrap-select v1.13.14 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #B2B5C3;
  font-weight: normal;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.filter-option {
  width: 100%;
}
.filter-option .filter-option-inner {
  width: 100%;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}

.bootstrap-select .no-results {
  padding: 4px 14px !important;
  background: #FAE4E4;
  margin: 0 8px;
  white-space: nowrap;
  color: #D9383B;
  font-size: 14px;
  border-radius: 5px;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 23px;
  top: 50%;
  color: #FF5A3A;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 100%;
  border-radius: 12px !important;
  font-size: 12px;
  height: 40px;
}
.bs-actionsbox .btn-group button.bs-select-all {
  display: none;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.bootstrap-select.w100 {
  width: 100%;
}
.bootstrap-select .filter-option {
  padding-left: 20px;
  position: relative !important;
}
.bootstrap-select .filter-option:after {
  position: absolute;
  right: -10px;
  top: 0;
  height: 100%;
  width: 20px;
  background: -webkit-gradient(linear, right top, left top, color-stop(34.43%, #F7F6FA), color-stop(164.75%, rgba(247, 246, 250, 0)));
  background: linear-gradient(270deg, #F7F6FA 34.43%, rgba(247, 246, 250, 0) 164.75%);
}
.bootstrap-select .filter-option .standard-item__popular {
  display: none;
}
.bootstrap-select.show .dropdown-toggle {
  border-color: #FF5A3A;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(137, 127, 237, 0.2) inset !important;
          box-shadow: 0px 0px 10px 0px rgba(137, 127, 237, 0.2) inset !important;
}
.bootstrap-select.show .dropdown-toggle:after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  background: #FF5A3A;
  color: #fff;
}
.bootstrap-select .dropdown-toggle {
  background: #F6F6F6;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 0 10px 0 0;
  font-size: 14px;
  height: 44px;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: none;
  transition: none;
  font-weight: 400;
  color: #161616;
}
.bootstrap-select .dropdown-toggle:after {
  border: 0;
  vertical-align: auto;
  content: "\e917";
  font-family: "icomoon";
  font-size: 30px;
  color: #000000;
  margin: 0 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 9px;
  font-weight: normal;
}
.bootstrap-select .dropdown-menu {
  max-width: 100%;
  padding: 0;
  border-color: #E2E1EE;
  border-radius: 12px;
  -webkit-box-shadow: -20px 20px 85px rgba(61, 58, 67, 0.2);
          box-shadow: -20px 20px 85px rgba(61, 58, 67, 0.2);
}
.bootstrap-select .dropdown-menu.inner {
  padding: 10px 0;
}
.bootstrap-select .dropdown-menu li {
  padding-right: 10px;
  padding-left: 10px;
}
.bootstrap-select .dropdown-menu .dropdown-item {
  white-space: normal;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 2px;
}
.bootstrap-select .dropdown-menu .dropdown-item.active {
  background: #FF5A3A;
  color: #fff;
  font-weight: 700;
}
.bootstrap-select .dropdown-menu .dropdown-item.active .standard-item .standard-item__popular {
  color: #fff;
}
@media (hover: hover) {
  .bootstrap-select .dropdown-menu .dropdown-item:not(.active):hover {
    background: rgb(249, 249, 249);
  }
}
.bootstrap-select .dropdown-menu .popover-header {
  background: 0;
  border: 0;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 10px;
}
@media screen and (max-width: 767px) {
  .bootstrap-select.select-type .dropdown-menu:not(.inner) {
    left: -54px !important;
    right: -108px !important;
    max-width: 1000px;
    -webkit-transform: translate3d(0, 44px, 0px) !important;
            transform: translate3d(0, 44px, 0px) !important;
  }
}
.bootstrap-select .bs-searchbox input[type=search] {
  border: 1px solid #E4E8F8;
  padding-left: 50px;
  background: url(../images/search2.svg) 20px center no-repeat;
  background-size: 15px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.bootstrap-select.white-field .dropdown-toggle {
  background: rgba(255, 255, 255, 0.55);
  color: #575A68;
  border: 1px solid #fff;
}
.bootstrap-select.white-field .dropdown-toggle:after {
  background: #fff;
}
.bootstrap-select.white-field .filter-option:after {
  background: 0;
}
.bootstrap-select.white-field.show .dropdown-toggle {
  border-color: #FF5A3A;
}
.bootstrap-select.white-field.show .dropdown-toggle:after {
  background: #FF5A3A;
  color: #fff;
}

.false-select {
  background: #F7F6FA;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 0 10px 1px 20px;
  font-size: 14px;
  height: 44px;
  -webkit-transition: none;
  transition: none;
  font-weight: 400;
  color: #161616;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.false-select.white-field {
  background: #FAF9FE;
  color: #575A68;
  border: 1px solid #fff;
}
.false-select.white-field:after {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.false-select:after {
  border: 0;
  vertical-align: auto;
  content: "\e917";
  font-family: "icomoon";
  font-size: 30px;
  color: #000000;
  margin: 0 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 9px;
  font-weight: normal;
}
.false-select div {
  white-space: nowrap;
  width: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.false-select .empty {
  color: #B2B5C3;
}

@media screen and (max-width: 991px) {
  .bootstrap-select.bs-container {
    z-index: 10001;
  }
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bootstrap-select:not(.input-group-btn) label.error,
.bootstrap-select[class*=col-] label.error {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.bootstrap-select:not(.input-group-btn) select.error + label.error + .dropdown-toggle,
.bootstrap-select[class*=col-] select.error + label.error + .dropdown-toggle {
  border-color: #D9383B;
}

button {
  border: 0;
  outline: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn:not(.dropdown-toggle).not-click {
  pointer-events: none;
}
.btn:not(.dropdown-toggle)._smalling {
  height: 44px;
  border-radius: 12px;
  font-size: 14px;
  padding: 0 20px;
}
.btn:not(.dropdown-toggle)._blue {
  background: #6358D0;
}
@media (hover: hover) {
  .btn:not(.dropdown-toggle)._blue:hover {
    background: #5044ca;
  }
}
.btn:not(.dropdown-toggle)._blue2 {
  background: #7A6EEE;
}
@media (hover: hover) {
  .btn:not(.dropdown-toggle)._blue2:hover {
    background: #5044ca;
  }
}
@media screen and (max-width: 1200px) {
  .btn:not(.dropdown-toggle)._mob-icon {
    width: 44px;
    height: 44px;
    padding: 0;
  }
  .btn:not(.dropdown-toggle)._mob-icon .btn__txt {
    display: none;
  }
}
.btn:not(.dropdown-toggle) .icon-prev-a {
  font-size: 0.8em;
}
@media screen and (max-width: 1200px) {
  .btn:not(.dropdown-toggle) .icon-prev-a {
    font-size: 1em;
  }
}
.btn:not(.dropdown-toggle) .icon-user {
  font-size: 1.2em;
}
.btn:not(.dropdown-toggle) .icon-logout {
  padding-left: 4px;
}
.btn:not(.dropdown-toggle).icon-delete, .btn:not(.dropdown-toggle).icon-delete3, .btn:not(.dropdown-toggle).icon-delete2 {
  background: #FAE4E4;
  color: #D9383B;
  font-size: 20px;
}
.btn:not(.dropdown-toggle).icon-delete:disabled, .btn:not(.dropdown-toggle).icon-delete3:disabled, .btn:not(.dropdown-toggle).icon-delete2:disabled {
  background: #FAE4E4 !important;
  color: #D9383B !important;
  opacity: 0.4;
}
@media (hover: hover) {
  .btn:not(.dropdown-toggle).icon-delete:hover, .btn:not(.dropdown-toggle).icon-delete3:hover, .btn:not(.dropdown-toggle).icon-delete2:hover {
    background: #D9383B;
    color: #fff;
  }
}
.btn:not(.dropdown-toggle)._icon {
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 14px;
}
.btn:not(.dropdown-toggle)._icon._small {
  width: 30px;
  height: 30px;
  border-radius: 9px;
}
.btn:not(.dropdown-toggle)._gray {
  background: rgb(249, 249, 249);
  color: #161616;
}
@media (hover: hover) {
  .btn:not(.dropdown-toggle)._gray:not(:disabled):hover {
    background: #e7e7e7;
    color: #161616;
  }
}
.btn:not(.dropdown-toggle)._red {
  background: #FCF1F1;
  color: #D9383B;
}
@media (hover: hover) {
  .btn:not(.dropdown-toggle)._red:not(:disabled):hover {
    background: #f8dcdc;
    color: #D9383B;
  }
  .btn:not(.dropdown-toggle)._red:not(:disabled):hover:before {
    background: #f8dcdc;
  }
}
.btn:not(.dropdown-toggle)._to-top {
  background: rgba(227, 225, 244, 0.6);
  color: #787591;
}
@media (hover: hover) {
  .btn:not(.dropdown-toggle)._to-top:not(:disabled):hover {
    background: rgb(227, 225, 244);
    color: #787591;
  }
}
.btn:not(.dropdown-toggle)._not-click {
  background: #FCFCFE;
  border: 1px solid #F0EFF4;
  color: #92949E;
}
@media (hover: hover) {
  .btn:not(.dropdown-toggle)._not-click:not(:disabled):hover {
    background: #FCFCFE;
    color: #92949E;
  }
}
.btn:not(.dropdown-toggle)._dark {
  background: #F1E4E3;
  color: #161616;
}
@media (hover: hover) {
  .btn:not(.dropdown-toggle)._dark:not(:disabled):hover {
    background: #ecdad9;
    color: #161616;
  }
}
.btn:not(.dropdown-toggle)._dark .icon-prev-a {
  width: 27px;
  height: 27px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #fff;
  margin-right: 5px;
}
.btn:not(.dropdown-toggle)._border {
  background: 0;
  color: #FF5A3A;
  border: 1px solid #FF5A3A;
}
@media (hover: hover) {
  .btn:not(.dropdown-toggle)._border:not(:disabled):hover {
    background: #FF5A3A;
    color: #fff;
  }
}
.btn:not(.dropdown-toggle)._border.active {
  border-color: #FF5A3A;
  background: #FF5A3A;
  color: #fff;
}
.btn:not(.dropdown-toggle)._border.active .icon-arrow-down {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.btn:not(.dropdown-toggle)._border .sf-icon-favorite {
  display: none;
}
.btn:not(.dropdown-toggle)._border.loading {
  border-color: #FF5A3A;
  background: #FF5A3A;
  color: #FF5A3A !important;
  pointer-events: none;
}
.btn:not(.dropdown-toggle)._border.loading:before {
  width: 19px;
  height: 19px;
  background: url(../images/loader-white.svg) center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btn:not(.dropdown-toggle)._type {
  background: #F5F6FE;
  color: #161616;
}
@media screen and (max-width: 767px) {
  .btn:not(.dropdown-toggle)._type {
    max-width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
}
.btn:not(.dropdown-toggle).h-55 {
  height: 55px;
  font-size: 15px;
  border-radius: 14px;
  padding-left: 15px;
  padding-right: 15px;
}
.btn:not(.dropdown-toggle)._not-bg {
  background: 0;
  color: #979DBE;
}
@media (hover: hover) {
  .btn:not(.dropdown-toggle)._not-bg:hover {
    color: #6E62E5;
    background: 0;
  }
}
.btn:not(.dropdown-toggle)._very-small {
  height: 36px;
  border-radius: 10px;
  padding: 0 15px;
  font-size: 13px;
  font-weight: normal;
}
.btn:not(.dropdown-toggle)._minimal {
  height: 16px;
  border-radius: 10px;
  padding: 0 7px;
  font-size: 10px;
  font-weight: normal;
}
.btn:not(.dropdown-toggle).w-35 {
  max-width: 35px;
  border-radius: 9px;
  font-size: 14px;
}
.btn:not(.dropdown-toggle)._clear {
  position: relative;
  overflow: visible;
}
.btn:not(.dropdown-toggle)._clear:before {
  width: 14px;
  height: 14px;
  background: #FCF1F1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  border-radius: 3px 0 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn:not(.dropdown-toggle)._clear:before {
    display: none;
  }
}
.btn:not(.dropdown-toggle):disabled._load {
  background: #fff !important;
  color: #FF5A3A !important;
}

.copy-btn .copy-btn__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.btn-close {
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  border-radius: 50%;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #0D1E3E;
}
@media (hover: hover) {
  .btn-close:hover {
    color: #D9383B;
    background: #FAE4E4;
  }
}

.loading {
  width: 18px;
  height: 18px;
  background: url(../images/loader.svg) center no-repeat;
  background-size: contain;
  margin-right: 3px;
}

textarea,
input[type=url],
input[type=search],
input[type=number],
input[type=password],
input[type=email],
input[type=text],
input[type=tel] {
  height: 44px;
  padding: 0 20px;
  font-size: 14px;
  border-radius: 12px;
  color: #161616;
  background: #F6F6F6;
}
textarea:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=text]:focus,
input[type=tel]:focus {
  border-color: #FF5A3A !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(137, 127, 237, 0.2) inset;
          box-shadow: 0px 0px 10px 0px rgba(137, 127, 237, 0.2) inset;
}
textarea:disabled,
input[type=url]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=email]:disabled,
input[type=text]:disabled,
input[type=tel]:disabled {
  background: #F7F6FA;
}
textarea.valid, textarea.error,
input[type=url].valid,
input[type=url].error,
input[type=search].valid,
input[type=search].error,
input[type=number].valid,
input[type=number].error,
input[type=password].valid,
input[type=password].error,
input[type=email].valid,
input[type=email].error,
input[type=text].valid,
input[type=text].error,
input[type=tel].valid,
input[type=tel].error {
  background-image: none !important;
}
textarea.valid,
input[type=url].valid,
input[type=search].valid,
input[type=number].valid,
input[type=password].valid,
input[type=email].valid,
input[type=text].valid,
input[type=tel].valid {
  border-color: transparent;
}
textarea.valid:focus,
input[type=url].valid:focus,
input[type=search].valid:focus,
input[type=number].valid:focus,
input[type=password].valid:focus,
input[type=email].valid:focus,
input[type=text].valid:focus,
input[type=tel].valid:focus {
  border-color: #6E62E5;
}
textarea.wpcf7-not-valid, textarea.error,
input[type=url].wpcf7-not-valid,
input[type=url].error,
input[type=search].wpcf7-not-valid,
input[type=search].error,
input[type=number].wpcf7-not-valid,
input[type=number].error,
input[type=password].wpcf7-not-valid,
input[type=password].error,
input[type=email].wpcf7-not-valid,
input[type=email].error,
input[type=text].wpcf7-not-valid,
input[type=text].error,
input[type=tel].wpcf7-not-valid,
input[type=tel].error {
  border-color: #D9383B;
  -webkit-box-shadow: none;
          box-shadow: none;
}
textarea.white-field,
input[type=url].white-field,
input[type=search].white-field,
input[type=number].white-field,
input[type=password].white-field,
input[type=email].white-field,
input[type=text].white-field,
input[type=tel].white-field {
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.55);
}
@media screen and (min-width: 768px) {
  textarea.white-field-pc,
  input[type=url].white-field-pc,
  input[type=search].white-field-pc,
  input[type=number].white-field-pc,
  input[type=password].white-field-pc,
  input[type=email].white-field-pc,
  input[type=text].white-field-pc,
  input[type=tel].white-field-pc {
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.55);
  }
}

label.error {
  margin-top: 5px;
  font-size: 12px;
  background-size: 14px;
  padding-left: 19px;
}

textarea {
  height: 100px;
  padding-top: 20px;
}

*::-webkit-input-placeholder {
  color: #9295A8;
}

*:-moz-placeholder {
  color: #9295A8;
}

*::-moz-placeholder {
  color: #9295A8;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.form-item {
  margin-bottom: 20px;
}
.form-item._select {
  min-height: 44px;
  position: relative;
}
.form-item.has-value .form-placeholder, .form-item.focus .form-placeholder {
  opacity: 0;
}
.form-item .form-label {
  margin-bottom: 10px;
  font-weight: 700;
}
.form-item .form-field._overflow {
  position: relative;
}
.form-item .form-field._overflow:after {
  position: absolute;
  top: 5px;
  right: 15px;
  bottom: 5px;
  width: 20px;
  background: -webkit-gradient(linear, right top, left top, color-stop(34.43%, #F7F6FA), color-stop(164.75%, rgba(247, 246, 250, 0)));
  background: linear-gradient(270deg, #F7F6FA 34.43%, rgba(247, 246, 250, 0) 164.75%);
}
.form-item .form-field.has-custom-placeholder {
  position: relative;
}

.search-filed {
  position: relative;
}
.search-filed .btn {
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-filed input {
  padding-right: 40px;
}

.form-radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form-radio input {
  display: none;
}
.form-radio input:checked + .form-radio__visible {
  background: url(../images/radio.svg) center no-repeat;
  background-size: contain;
  border: 0;
}
.form-radio input:checked + .form-radio__visible + span {
  color: #FF5A3A;
}
.form-radio .form-radio__visible {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid #B3B5C1;
  border-radius: 50%;
}

.form-checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form-checkbox input {
  display: none;
}
.form-checkbox input:checked + .form-checkbox__visible {
  background: #FF5A3A url(../images/check.svg) center no-repeat;
  background-size: contain;
  border: 0;
}
.form-checkbox input:checked + .form-checkbox__visible + span {
  color: #FF5A3A;
}
.form-checkbox .form-checkbox__visible {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid #B3B5C1;
  border-radius: 4px;
}

.specialty-field {
  cursor: pointer;
  height: 44px;
  border-radius: 12px;
  background: #F6F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 0 20px;
  color: #B2B5C3;
}
.specialty-field .specialty-field__value {
  color: #FF5A3A;
}
.specialty-field .icon-list {
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #FFF;
  width: 30px;
  height: 30px;
  color: #161616;
  margin-left: auto;
}

.row > *.flex-basis-min {
  width: calc(100% - 1000px);
}
@media (min-width: 768px) {
  .row > *.flex-basis-min-md {
    width: calc(100% - 1000px);
  }
}
.row._offset-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row._offset-20 > * {
  padding-left: 10px;
  padding-right: 10px;
}
.row._offset-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row._offset-10 > * {
  padding-left: 5px;
  padding-right: 5px;
}

h1,
.h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 26px;
  }
}

.h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}

.section {
  border-radius: 20px;
  padding: 30px;
  background: #fff;
  border: 1px solid transparent;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .section {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.gap-x-10 {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.font-bold {
  font-weight: 700 !important;
}

.txt-dark {
  color: #161616;
}

.txt-dark2 {
  color: #343C69;
}

.txt-dark3 {
  color: #4C4C4C;
}

.txt-main {
  color: #FF5A3A;
}

.txt-red {
  color: #D9383B;
}

.txt-gr {
  color: #777777;
}

.txt-important {
  color: #E4AC5D;
}

.txt-green {
  color: #2DAE6D;
}

.max-1080 {
  max-width: 1080px;
}

.max-840 {
  max-width: 840px;
}

.max-450 {
  max-width: 450px;
}

.max-550 {
  max-width: 550px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-14 {
  margin-bottom: 14px;
}
@media screen and (max-width: 560px) {
  .mb-14 {
    margin-bottom: 10px;
  }
}

.mb-10 {
  margin-bottom: 10px !important;
}

.size-20 {
  font-size: 20px;
}

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

.size-16 {
  font-size: 16px !important;
}

.size-15 {
  font-size: 15px !important;
}

.size-14 {
  font-size: 14px !important;
}

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

.size-11 {
  font-size: 11px;
}

.size-42 {
  font-size: 42px;
}

.size-34 {
  font-size: 34px;
}

.w-170 {
  width: 170px;
}

.w-180 {
  width: 180px;
}

.min-w-130 {
  min-width: 130px;
}

.min-w-140 {
  min-width: 140px;
}

.min-w-160 {
  min-width: 160px;
}

.min-w-270 {
  min-width: 270px;
}

.min-w-230 {
  min-width: 230px;
}

.pointer-events-none {
  pointer-events: none;
}

.message {
  position: relative;
  border-radius: 20px;
  border: 1.5px solid #FFF;
  background: rgba(255, 255, 255, 0.5);
  color: #7E839C;
  padding: 20px 30px 20px 54px;
  line-height: 1.3;
}
.message p {
  margin-bottom: 7px;
}
.message p:last-child {
  margin-bottom: 0;
}
.message .btn-close {
  position: absolute;
  top: 8px;
  right: 8px;
}
.message:before {
  position: absolute;
  left: 25px;
  top: 18px;
  font-size: 18px;
}
.message._error {
  border: 0;
  background: rgba(174, 45, 45, 0.05);
  color: #AE2D2D;
}
.message._error a {
  border-bottom-color: #AE2D2D;
}
.message._light {
  border: 1px solid rgba(249, 88, 57, 0.45);
  background: rgba(255, 90, 58, 0.03);
  color: #161616;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.message._light:before {
  color: #FD5A3A;
}
.message._light a {
  border-bottom-color: #161616;
}
.message a {
  border-bottom: 1px dashed #7E839C;
}
@media (hover: hover) {
  .message a:hover {
    border-bottom-color: transparent;
  }
}

.has-link a {
  color: #FF5A3A;
  border-bottom: 1px dashed #FF5A3A;
}
@media (hover: hover) {
  .has-link a:hover {
    border-bottom-color: transparent;
  }
}

.has-link-gray a {
  color: #979DBE;
  border-bottom: 1px dashed #979DBE;
}
@media (hover: hover) {
  .has-link-gray a:hover {
    border-bottom-color: transparent;
  }
}

.load {
  background: url(../images/loader.svg) center no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
}

.error-info {
  background: #FDEBE6;
  padding: 5px 10px 0 40px;
  position: relative;
  color: #CB542E;
  font-size: 12px;
  border-radius: 10px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.error-info._not-bg {
  margin-top: 5px;
  background: 0;
  padding: 0 0 0 20px;
}
.error-info._not-bg:before {
  left: 0;
  top: 2px;
  font-size: 13px;
}
.error-info._not-bg .error-info__txt {
  padding: 0;
}
.error-info:before {
  position: absolute;
  font-size: 15px;
  left: 14px;
  top: 8px;
}
.error-info .error-info__txt {
  padding: 2px 10px 7px 0;
}
.error-info .error-info__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 0 6px;
}
.error-info a {
  color: #B78272;
  margin-right: 15px;
  vertical-align: middle;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.error-info a.error-info__edit {
  color: #36301B;
  background: #F2DCD6;
  border-radius: 6px;
  padding: 2px 10px;
}
.error-info a:last-child {
  margin-right: 0;
}
@media (hover: hover) {
  .error-info a:hover {
    opacity: 0.6;
  }
}

.popover-toggle {
  cursor: pointer;
  color: #A0A0B0;
  border-bottom: 1px dotted #A4A4A4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
.popover-toggle[aria-describedby] {
  color: #FF5A3A;
  border-color: transparent;
}
@media (hover: hover) {
  .popover-toggle[data-target]:hover {
    color: #FF5A3A;
    border-color: transparent;
  }
}

.popover-i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
  background: url(../images/i.svg) center no-repeat;
  background-size: contain;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
}
.popover-i:after {
  inset: 0;
  position: absolute;
  opacity: 0;
  background: #6E62E5 url(../images/i-hover.svg) center no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
.popover-i[aria-describedby]:after {
  opacity: 1;
}
.popover-i._white {
  background: url(../images/i-white.svg) center no-repeat;
  background-size: contain;
}
.popover-i._white:after {
  background: #fff url(../images/i-white-hover.svg) center no-repeat;
  background-size: contain;
}
@media (hover: hover) {
  .popover-i[data-target]:hover:after {
    opacity: 1;
  }
}
.popover-i.disabled {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
}

.popover-q {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
  background: url(../images/q.svg) center no-repeat;
  background-size: contain;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
}
.popover-q:after {
  inset: 0;
  position: absolute;
  opacity: 0;
  background: #6E62E5 url(../images/q-hover.svg) center no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
.popover-q[aria-describedby]:after {
  opacity: 1;
}
@media (hover: hover) {
  .popover-q:hover:after {
    opacity: 1;
  }
}
.popover-q.disabled {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
}

.popover-count {
  white-space: nowrap;
  border-radius: 17px;
  background: #FAFAFA;
  min-width: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 36px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.popover-count span {
  font-size: 12px;
  color: #FF5A3A;
  border-bottom: 1px dotted #FF5A3A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .popover-count:hover span {
    color: #B1B1C1;
    border-bottom-color: transparent;
  }
}
.popover-count[aria-describedby] span {
  color: #B1B1C1;
  border-bottom-color: transparent;
}

.popover-w {
  display: inline-block;
  font-size: 16px;
  color: #E4AC5D;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.popover-w[aria-describedby] {
  color: #B1B1C1;
}
@media (hover: hover) {
  .popover-w:hover {
    color: #B1B1C1;
  }
}

.link {
  font-weight: 700;
  color: #FF5A3A;
  display: inline-block;
  border-bottom: 1px dotted transparent;
}
@media (hover: hover) {
  .link:hover {
    border-color: #FF5A3A;
  }
}

.link-decoration {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  color: #FF5A3A;
  border-bottom: 1px dotted #FF5A3A;
}
@media (hover: hover) {
  .link-decoration:hover {
    border-color: transparent;
  }
}

.popover {
  font-size: 13px;
  border-radius: 15px;
  line-height: 1.5;
  -webkit-box-shadow: 0px 20px 80px rgba(60, 68, 86, 0.2);
          box-shadow: 0px 20px 80px rgba(60, 68, 86, 0.2);
  border: 0;
  padding: 0;
  font-family: "PT Sans Caption", sans-serif;
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  .popover {
    max-width: calc(100vw - 10px);
  }
}
.popover .popover-body {
  color: #8B899E;
  padding: 20px 25px;
  line-height: 1.4;
}
.popover .popover-body strong {
  font-size: 13px;
  color: #161616;
}
.popover .popover-body .entry-content {
  font-size: 12px;
}
.popover .popover-body .entry-content ol {
  margin-bottom: 0;
}
.popover .popover-body .journal-lang {
  font-size: 12px;
  line-height: 1.5;
}
.popover > .arrow {
  bottom: -0.5rem;
}
.popover > .arrow:before {
  border-color: transparent !important;
}

.page-header {
  width: 100%;
  background: #fff;
  color: #fff;
  z-index: 9999;
}
@media screen and (max-width: 1100px) {
  .page-header {
    position: fixed;
    top: 0;
    left: 0;
  }
}
.page-header .content {
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-header .page-header__logo .logo {
  width: 85px;
  display: block;
}
@media screen and (max-width: 1100px) {
  .page-header .page-header__logo .logo {
    width: 88px;
  }
}
.page-header .page-header__logo .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.page-header .page-header__favorite {
  margin-left: auto;
}
@media screen and (max-width: 350px) {
  .page-header .page-header__favorite .btn {
    padding: 0;
    width: 44px;
  }
  .page-header .page-header__favorite .btn .btn__txt {
    display: none;
  }
}
.page-header .page-header__logout {
  padding-left: 15px;
}
.page-header .page-header__logout a {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  color: #161616;
  display: block;
}
@media (hover: hover) {
  .page-header .page-header__logout a:hover {
    color: #FF5A3A;
  }
}

.page {
  background: #FBF3F2;
  font-size: 14px;
  line-height: 1.3;
}
.page .wrapper {
  padding-top: 0;
}
@media screen and (max-width: 1100px) {
  .page .wrapper {
    padding-top: 65px;
  }
}
.page .content {
  max-width: 1440px;
  padding: 0 25px;
}
.page .content._catalog {
  max-width: 1150px;
}
@media screen and (max-width: 1200px) {
  .page .content {
    padding: 0 20px;
  }
}

.page-main {
  padding-top: 30px;
}

.page-head {
  text-align: center;
  max-width: 840px;
  margin: 15px auto 45px;
}
@media screen and (max-width: 767px) {
  .page-head {
    margin: 0 auto 30px;
  }
}

.page-seo {
  margin-top: 50px;
  padding: 40px 45px 30px;
  border-radius: 20px;
  background: #F5EDEC;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .page-seo {
    padding: 25px 15px 5px;
  }
}
.page-seo .post-faq h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-seo .post-faq h2 {
    margin-bottom: 20px;
  }
}
.page-seo .post-faq .post-faq__item {
  line-height: 1.3;
  color: #666B86;
  border-radius: 20px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.35);
  margin-bottom: 10px;
  padding: 25px 30px;
}
@media screen and (max-width: 767px) {
  .page-seo .post-faq .post-faq__item {
    padding: 20px;
  }
}
.page-seo .post-faq .post-faq__item p {
  margin: 0;
}

.page-footer {
  padding: 35px 0;
  font-size: 16px;
}
.page-footer._border {
  border-top: 1px solid #E8E0DF;
}
@media screen and (max-width: 767px) {
  .page-footer {
    padding: 35px 0 40px;
  }
}
.page-footer .page-footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #B4A8A7;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page-footer .page-footer__copyright {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-footer .page-footer__copyright .logo {
  width: 100px;
  margin-right: 50px;
}
.page-footer .page-footer__copyright .logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .page-footer .page-footer__copyright .logo {
    margin-right: 25px;
    width: 90px;
  }
}
.page-footer p {
  margin: 0;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
@media screen and (max-width: 767px) {
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px;
  }
}
.footer-nav li {
  padding: 5px 20px;
}
@media (hover: hover) {
  .footer-nav li a:hover {
    color: #FF5A3A;
  }
}

.journal-list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 10px;
  padding: 30px 0;
}
@media screen and (max-width: 1100px) {
  .journal-list-head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.journal-list-head .journal-list-head__title {
  white-space: nowrap;
  margin-right: 15px;
}
@media screen and (max-width: 1100px) {
  .journal-list-head .journal-list-head__title {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }
}
.journal-list-head .journal-list-head__filter {
  width: 40%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.journal-list-head .journal-list-head__search {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 1100px) {
  .journal-list-head .journal-list-head__search {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .journal-list-head .journal-list-head__search {
    display: none;
  }
}
.journal-list-head .journal-list-head__order {
  width: 320px;
}
@media screen and (max-width: 1100px) {
  .journal-list-head .journal-list-head__order {
    width: 30%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  .journal-list-head .journal-list-head__order {
    display: none;
  }
}
.journal-list-head .journal-list-head__page {
  width: 160px;
}
@media screen and (max-width: 1100px) {
  .journal-list-head .journal-list-head__page {
    width: 15%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  .journal-list-head .journal-list-head__page {
    display: none;
  }
}
.journal-list-head.additional-filters-list .h3 {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.journal-list-head.additional-filters-list .journal-list-head__search {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.journal-list-head.additional-filters-list .journal-list-head__page {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.journal-list-head.additional-filters-list .journal-list-head__order {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.flag {
  display: block;
  width: 30px;
  border: 1px solid #E6E6FA;
  border-radius: 7px;
}

.journal {
  border-radius: 20px;
  background: #FFF;
  margin-bottom: 25px;
  position: relative;
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .journal {
    padding: 25px 13px 25px;
    text-align: center;
  }
}
.journal .journal__col1 {
  width: 154px;
}
@media screen and (max-width: 767px) {
  .journal .journal__col1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto;
  }
}
.journal .journal__col2 {
  width: calc(40% - 105px);
}
@media screen and (max-width: 1100px) {
  .journal .journal__col2 {
    width: calc(100% - 190px);
  }
}
@media screen and (max-width: 767px) {
  .journal .journal__col2 {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 28px;
  }
}
.journal .journal__col3 {
  width: calc(60% - 105px);
}
@media screen and (max-width: 1100px) {
  .journal .journal__col3 {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .journal .journal__col3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
  }
}
.journal .journal__group {
  position: relative;
  margin-bottom: 20px;
}
.journal .journal__category {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
  font-size: 13px;
  color: #fff;
  border-radius: 9px;
  background: #292929;
  height: 28px;
}
.journal .journal__category .flag {
  width: 18px;
  border-radius: 3px;
}
.journal .journal__category._unprofessional {
  background: #CA6F6F;
}
.journal .journal__title {
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-underline-offset: 22%;
  text-decoration-color: #A4A4A4;
  display: inline-block;
  margin-bottom: 28px;
}
@media (hover: hover) {
  .journal .journal__title:not(.disabled):hover {
    color: #FF5A3A;
    text-decoration-color: #FF5A3A;
  }
}
.journal .journal__title.disabled {
  color: #A3A3A3;
}
@media (hover: hover) {
  .journal .journal__title.disabled:hover {
    opacity: 0.7;
  }
}
.journal .journal__toggle {
  display: none;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  width: 100%;
  padding: 30px 7px 0;
}
@media screen and (max-width: 767px) {
  .journal .journal__toggle {
    display: block;
  }
}
.journal.disabled .journal-thumb img {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .journal:not(.show-all) {
    max-height: 1060px;
    overflow: hidden;
  }
  .journal:not(.show-all):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 270px;
    border-radius: 0 0 20px 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #FFF));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 70%);
    pointer-events: none;
  }
  .journal:not(.show-all) .journal__toggle {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .journal-favorite {
    position: absolute;
    top: 25px;
    right: 13px;
  }
  .journal-favorite .btn {
    padding: 0 !important;
    width: 44px !important;
  }
  .journal-favorite .btn .btn__txt {
    display: none;
  }
}

.journal-thumb {
  padding-bottom: 127%;
  border-radius: 20px;
  border: 1px solid #E3E3E3;
}

.journal-info {
  color: #4C4C4C;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .journal-info {
    margin-bottom: 15px;
  }
}
.journal-info:last-child {
  margin-bottom: 0;
}
.journal-info._flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13px;
}
@media screen and (max-width: 767px) {
  .journal-info._flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .journal-info:not(._flex):not(._inline) > .font-bold {
    display: block;
    margin-bottom: 3px;
  }
  .journal-info:not(._flex):not(._inline) br {
    display: none;
  }
  .journal-info._lang {
    padding: 5px 0 10px;
  }
}
.journal-info .modal {
  text-align: left;
}
.journal-info .journal-info__spec {
  padding-top: 6px;
  margin: 0;
}
.journal-info .journal-info__spec strong {
  background: #E0FFF3;
  border-radius: 3px;
  font-size: 12px;
  padding: 2px 6px;
  font-weight: 700;
  color: #161616;
}

.journal-lang-flags {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .journal-lang-flags {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.journal-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  row-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}
.journal-detail._single {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.journal-detail .journal-detail__item {
  width: 100px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 21px;
  border: 1px solid #F6F5F9;
  background: rgba(249, 249, 249, 0.7);
  text-align: center;
  padding: 24px 15px 18px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .journal-detail .journal-detail__item {
    width: 100%;
    padding: 15px;
  }
  .journal-detail .journal-detail__item br {
    display: none;
  }
}
.journal-detail .journal-detail__label {
  color: #575A68;
  font-size: 12px;
}
.journal-detail .journal-detail__val {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  height: 25px;
}
.journal-detail .journal-detail__val small {
  font-size: 14px;
  font-weight: normal;
}
.release {
  padding: 25px 20px;
  border-radius: 20px;
  border: 1px solid #F6F5F9;
  background: rgba(249, 249, 249, 0.7);
}
@media screen and (max-width: 767px) {
  .release {
    padding: 20px 10px;
    text-align: center;
  }
}
.release .release__empty {
  text-align: center;
  color: #C0C0C0;
}
.release .release__empty .icon-info {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}
.release p {
  margin-bottom: 12px;
}
.release .release__head {
  padding: 5px 25px 4px;
}
.release .release__body {
  border-radius: 14px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 25px;
  color: #4C4C4C;
}
@media screen and (max-width: 767px) {
  .release .release__body {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.release .release__bottom {
  padding: 16px 25px 0;
  color: #4C4C4C;
}
.release .release__bottom p {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .release .release__bottom .col-12:not(:last-child) {
    margin-bottom: 20px;
  }
}
.release .release__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.release .release__list .release__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.release .release__list .release__item .release__label {
  border-radius: 9px;
  background: #FAF8F8;
  color: #8D8D8D;
  font-size: 12px;
  text-align: center;
  padding: 4px 9px;
  min-width: 87px;
}
.release .release__list .release__item .release__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.release._pause {
  background: rgba(174, 45, 45, 0.03);
  border: 0;
}
.release._pause .journal-information {
  margin: 0;
  background: 0;
  font-size: 14px;
}
.release._pause .journal-information strong {
  vertical-align: middle;
}
.release._pause .journal-information .icon-pause {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .release._pause .journal-information .icon-pause {
    display: block;
    margin-bottom: 10px;
  }
}

.reception-progress {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2DAE6D;
  gap: 7px;
}
.reception-progress:before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2DAE6D;
}

.indexing {
  border-radius: 21px;
  border: 1px solid #EAE8F5;
  margin-bottom: 15px;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .indexing {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.indexing .indexing__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 8px;
  border-radius: 10px;
  max-width: 120px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .indexing .indexing__item {
    padding: 0 3px;
  }
}
.indexing .indexing__item img {
  height: 30px;
  width: auto;
  max-width: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
@media (hover: hover) {
  .indexing .indexing__item:hover {
    background: #F7F6FD;
  }
}
.indexing._popover {
  padding: 0;
  border: 0;
  margin: -5px -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.indexing .indexing__title {
  position: absolute;
  left: 28px;
  color: #4C4C4C;
  font-weight: 700;
  top: 0;
  padding: 0 20px 0 8px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .indexing .indexing__title {
    padding: 0 15px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.indexing._single {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
  padding: 20px 25px;
  position: relative;
  width: 100%;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .indexing._single {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.indexing._single .indexing__item {
  max-width: 140px;
}

@media screen and (max-width: 767px) {
  .journal-lang {
    display: block;
  }
  .journal-lang tbody {
    display: block;
  }
  .journal-lang tbody tr {
    display: block;
  }
  .journal-lang tbody tr td {
    display: block;
  }
}
.journal-lang td {
  vertical-align: top;
  color: #161616;
  border: 0;
}
.journal-lang td:first-child {
  color: #8B899E;
  padding-right: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .journal-lang tr:not(:last-child) {
    padding-bottom: 15px;
  }
}
.journal-lang tr:not(:last-child) td {
  padding-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .journal-lang tr:not(:last-child) td {
    padding-bottom: 0;
  }
  .journal-lang tr:not(:last-child) td:first-child {
    padding-bottom: 5px;
  }
}

.periodicity {
  border-radius: 21px;
  border: 1px solid #F5F4FC;
  background: rgba(249, 249, 249, 0.7);
  padding: 20px 30px;
  color: #4C4C4C;
}
@media screen and (max-width: 767px) {
  .periodicity {
    text-align: center;
  }
}
.periodicity .periodicity__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .periodicity .periodicity__items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.price .price__val {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .price .price__val {
    font-size: 20px;
  }
}
.price .price__val .icon-price {
  color: #2DAE6D;
  font-size: 1.33em;
}
.price .price__val .price__number span {
  color: #2DAE6D;
  font-weight: 700;
  display: inline-block;
}
.price .price__val._empty {
  color: #AFADC1;
}
.price .price__val._empty .icon-price,
.price .price__val._empty .price__number span {
  color: inherit;
}
.price .price__comment {
  margin-top: 15px;
  border-radius: 21px;
  border: 1px solid #F5F4FC;
  background: rgba(249, 249, 249, 0.7);
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .price .price__comment {
    padding: 20px;
  }
}

.journal-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .journal-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.journal-row .journal-row__thumb {
  width: 176px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .journal-row .journal-row__thumb {
    width: 156px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}
.journal-row .journal-row__thumb .journal-thumb {
  margin-bottom: 20px;
}
.journal-row .journal-row__desc {
  width: calc(100% - 205px);
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .journal-row .journal-row__desc {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.journal-row .journal-row__indexed {
  width: calc(100% - 210px);
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .journal-row .journal-row__indexed {
    width: 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.journal-row .journal-row__category {
  width: 190px;
  margin-left: auto;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .journal-row .journal-row__category {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 20px;
    padding-top: 0;
  }
}

.journal-category {
  width: 100%;
  border-radius: 21px;
  border: 1px solid #F5F4FC;
  background: rgba(249, 249, 249, 0.7);
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.journal-category .journal-category__thumb img {
  display: block;
  margin: 0 auto 10px;
  width: 75px;
  height: auto;
}
.journal-category .journal-category__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
}
.journal-category .journal-category__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 13px;
  color: #575A68;
  margin-top: 10px;
}
.journal-category._unprofessional img,
.journal-category._unprofessional .popover-i {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.4;
}
.journal-category._unprofessional .journal-category__title {
  color: #BBBCC7;
  font-weight: 400;
}

.inaccuracies {
  text-align: center;
  padding: 15px 0;
}
.inaccuracies .inaccuracies__icon {
  padding-left: 10px;
}
.inaccuracies .h3 {
  font-weight: normal;
  margin: 20px 0 30px;
}
@media screen and (max-width: 767px) {
  .inaccuracies .h3 {
    font-size: 16px;
  }
}

.journal-information {
  margin-bottom: 15px;
  background: #F4FBF7;
  padding: 15px 15px;
  border-radius: 15px;
  text-align: center;
  line-height: 1.5;
  font-size: 13px;
  color: #316049;
  position: relative;
  border: 1px solid #2DAE6D;
}
.journal-information strong {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 14px;
}
.journal-information [class^=icon-],
.journal-information [class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
  color: #2DAE6D;
  font-size: 1.6em;
  margin-right: 5px;
}
.journal-information:after {
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, calc(-50% - 1px)) rotate(-45deg);
          transform: translate(-50%, calc(-50% - 1px)) rotate(-45deg);
  width: 15px;
  height: 15px;
  background: #F4FBF7;
  left: 50%;
  border-top: 1px solid #2DAE6D;
  border-right: 1px solid #2DAE6D;
  border-radius: 0 5px 0 0;
}
@media screen and (min-width: 768px) {
  .journal-information:after {
    left: 83%;
  }
}
@media screen and (min-width: 768px) {
  .journal-information._single:after {
    left: 75%;
  }
}
.journal-information._red {
  background: rgba(174, 45, 45, 0.03);
  color: #AE2D2D;
  border: 0;
}
.journal-information._red [class^=icon-],
.journal-information._red [class*=" icon-"] {
  color: #AE2D2D;
}
.journal-information._red:after {
  display: none;
}

.specialty {
  line-height: 1.5;
  position: relative;
  text-align: left;
}
.specialty .specialty__head {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .specialty .specialty__head {
    display: none;
  }
}
.specialty .specialty__head a {
  color: #8583A0;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-underline-offset: 25%;
}
@media (hover: hover) {
  .specialty .specialty__head a:hover {
    color: #FF5A3A;
  }
}
.specialty .specialty__new {
  width: 55%;
  display: block;
}
@media screen and (max-width: 767px) {
  .specialty .specialty__new {
    width: 100%;
  }
}
.specialty .specialty__old {
  width: 45%;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .specialty .specialty__old {
    width: 100%;
  }
}
.specialty .specialty__body .specialty__group:not(:first-child) {
  margin-top: 25px;
}
.specialty .specialty__body .specialty__group .specialty__science {
  font-weight: 700;
  font-size: 15px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  line-height: 1.2;
}
.specialty .specialty__body .specialty__group .specialty__science strong {
  min-width: 23px;
  width: 23px;
  height: 23px;
  background: #E0FFF3;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 5px;
}
.specialty .specialty__body .specialty__group .specialty__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  border-bottom: 1px solid #C8CCDF;
}
@media screen and (max-width: 767px) {
  .specialty .specialty__body .specialty__group .specialty__item {
    display: block;
  }
}
.specialty .specialty__body .specialty__group .specialty__item:not(:first-child) {
  margin-top: 5px;
}
.specialty .specialty__body .specialty__group .specialty__item .specialty__new {
  padding: 10px 25px;
}
.specialty .specialty__body .specialty__group .specialty__item .specialty__old {
  padding: 10px 25px;
  border-left: 1px solid #E5E3EF;
  color: #979797;
}
@media screen and (max-width: 767px) {
  .specialty .specialty__body .specialty__group .specialty__item .specialty__old {
    padding-top: 0;
    border: 0;
    margin-top: -10px;
    font-size: 12px;
  }
}
.specialty .specialty__body .specialty__group .specialty__item.checked {
  border-color: transparent;
  background: #F6F6F6;
}
.specialty .specialty__body .specialty__group .specialty__item.checked .specialty__new {
  color: #FF5A3A;
}
.specialty .specialty__body .specialty__group .specialty__item.not-check {
  display: none;
}
@media screen and (max-width: 767px) {
  .specialty._filter .specialty__body .specialty__group .specialty__item .specialty__old {
    padding-left: 55px;
  }
}
.specialty._limitation .specialty__more {
  padding-top: 15px;
  padding-left: 25px;
}
.specialty._limitation:not(.show-all) .specialty__science:not(._show),
.specialty._limitation:not(.show-all) .specialty__item:not(._show) {
  display: none;
}
.specialty._limitation:not(.show-all) .specialty__more {
  padding-top: 0;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35.38%, rgba(255, 255, 255, 0)), color-stop(80%, #FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 35.38%, #FFF 80%);
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 25px;
}

.hidden-strong strong {
  display: none;
}

.specialty-check {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.specialty-check input {
  display: none;
}
.specialty-check input:checked + .specialty-check__visible {
  background: url(../images/check2.svg) center no-repeat;
  background-size: contain;
  border-color: #FF5A3A;
}
.specialty-check .specialty-check__visible {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid #B3B5C1;
  border-radius: 4px;
}
.specialty-check .specialty-check__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .specialty-check .specialty-check__count {
    margin-left: auto;
  }
}
.specialty-check .specialty-check__count span {
  background: #FF5A3A;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  height: 27px;
  border-radius: 8px;
  min-width: 28px;
  margin-left: 5px;
  position: relative;
}
.specialty-check .specialty-check__count span:before {
  width: 7px;
  height: 7px;
  background: #FF5A3A;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  border-radius: 3px 0 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.specialty-check .specialty-check__count span.empty {
  background: #F5F4FB;
  color: #A8A6B3;
}
.specialty-check .specialty-check__count span.empty:before {
  background: #F5F4FB;
}

.specialty-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .specialty-controls {
    margin-bottom: 15px;
  }
}

.specialty-search {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .specialty-search {
    width: 100%;
  }
}

.specialty-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .specialty-btn {
    gap: 10px;
    padding-top: 20px;
    margin-bottom: -20px;
  }
  .specialty-btn .btn {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.specialty-btn .specialty-btn__count {
  color: #7D84A5;
}
@media screen and (max-width: 767px) {
  .specialty-btn .specialty-btn__count span {
    display: block;
  }
}
.specialty-btn .specialty-btn__count strong {
  color: #FF5A3A;
}
.specialty-btn .specialty-btn__count strong.empty {
  color: inherit;
}

.pagination {
  margin-top: 50px;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
}
@media screen and (max-width: 767px) {
  .pagination .nav-links {
    gap: 3px;
  }
}
.pagination .nav-links .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-size: 15px;
  height: 40px;
  border-radius: 6px;
  min-width: 40px;
}
@media screen and (max-width: 767px) {
  .pagination .nav-links .page-numbers {
    min-width: 35px;
    width: 35px;
    height: 35px;
  }
}
.pagination .nav-links .page-numbers [class^=icon-],
.pagination .nav-links .page-numbers [class*=" icon-"] {
  font-size: 0.7em;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}
.pagination .nav-links .page-numbers.current {
  background: #FF5A3A;
  color: #fff;
}
@media (hover: hover) {
  .pagination .nav-links .page-numbers:not(.current):not(.dots):hover {
    color: #FF5A3A;
  }
}
@media screen and (max-width: 767px) {
  .pagination .nav-links .page-numbers .page-numbers__txt {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

.interface-toggle .interface-toggle__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 14px;
  background: #FF5A3A;
  padding: 6px 7px;
  gap: 5px;
}
.interface-toggle .interface-toggle__btn {
  color: #F8F8F8;
  font-size: 14px;
  border-radius: 11px;
  padding: 7px 14px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .interface-toggle .interface-toggle__btn {
    font-size: 13px;
    padding: 7px 10px;
  }
}
.interface-toggle .interface-toggle__btn.current {
  background: #fff;
  color: #161616;
  cursor: default;
  -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
}
@media (hover: hover) {
  .interface-toggle .interface-toggle__btn:not(.current):hover {
    background: rgba(255, 255, 255, 0.1);
  }
}
.interface-toggle._mobile {
  width: 100%;
  margin: -20px 0 30px;
}

.table-releases {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
@media screen and (max-width: 1100px) {
  .table-releases {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .table-releases {
    display: block;
    font-size: 14px;
  }
}
.table-releases thead {
  color: #969AB3;
}
.table-releases thead td {
  padding-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .table-releases thead {
    display: none;
  }
}
.table-releases td {
  padding: 11px 20px;
}
@media screen and (max-width: 1100px) {
  .table-releases td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .table-releases tbody {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .table-releases tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 21px;
    border: 1px solid #F5F4FC;
    background: rgba(247, 246, 253, 0.65);
    margin-bottom: 20px;
    padding: 5px 0;
  }
}
.table-releases tbody tr td {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.table-releases tbody tr td:first-child {
  border-radius: 10px 0 0 10px;
  font-weight: 700;
}
.table-releases tbody tr td:last-child {
  border-radius: 0 10px 10px 0;
}
.table-releases tbody tr td:not(:last-child) {
  border-right: 1px solid #E5E3EF;
}
@media screen and (max-width: 991px) {
  .table-releases tbody tr td {
    background: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    padding: 8px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .table-releases tbody tr td:not(:last-child) {
    border-bottom: 1px solid #E5E3EF;
  }
  .table-releases tbody tr td span {
    width: calc(50% - 10px);
  }
  .table-releases tbody tr td:before {
    content: attr(data-title);
    width: calc(50% - 10px);
    font-size: 13px;
    font-weight: normal;
    color: #969AB3;
  }
}
.table-releases tbody tr:nth-child(odd) td {
  background: rgba(247, 246, 253, 0.65);
}
@media (hover: hover) {
  .table-releases tbody tr:hover td {
    background: #FF5A3A;
    color: #fff;
  }
}

.hidden-txt {
  position: relative;
}
.hidden-txt.hidden .hidden-txt__content {
  position: relative;
  overflow: hidden;
}
.hidden-txt.hidden .hidden-txt__content:after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 70%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35.38%, rgba(255, 255, 255, 0)), color-stop(85%, #FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 35.38%, #FFF 85%);
}
.hidden-txt.hidden .hidden-txt__content._dark:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35.38%, rgba(249, 249, 254, 0)), color-stop(85%, rgb(249, 249, 249)));
  background: linear-gradient(180deg, rgba(249, 249, 254, 0) 35.38%, rgb(249, 249, 249) 85%);
}
.hidden-txt.hidden .hidden-txt__more {
  position: absolute;
  bottom: 0;
  left: 0;
}
.hidden-txt.not-hidden .hidden-txt__more {
  display: none;
}
.hidden-txt:not(.hidden) .hidden-txt__content {
  max-height: inherit !important;
}

.filter {
  border-radius: 45px;
  background: #fff;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .filter {
    border-radius: 35px;
  }
}
@media screen and (max-width: 767px) {
  .filter {
    margin-bottom: 20px;
  }
}
.filter .filter__content {
  padding: 35px 45px;
}
@media screen and (max-width: 1100px) {
  .filter .filter__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .filter .filter__content {
    padding: 35px;
  }
}
.filter .form-item {
  margin-bottom: 11px;
}
@media screen and (max-width: 991px) {
  .filter .filter__group {
    margin-bottom: 25px;
  }
}
.filter:not(.show-full) .filter__content {
  position: relative;
  max-height: 208px;
  overflow: hidden;
  border-radius: 0 0 56px 56px;
}
.filter:not(.show-full) .filter__content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(74.99%, #FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 74.99%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .filter:not(.show-full) .filter__content:after {
    height: 50px;
  }
}
.filter .filter__toggle {
  position: absolute;
  left: 33px;
  right: 33px;
  text-align: center;
  height: 70px;
  bottom: -33px;
  background: url(../images/bg-search-form.svg) center 100% no-repeat;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .filter .filter__toggle {
    background-size: 600px auto;
    bottom: -17px;
    height: 60px;
  }
}
.filter .filter__toggle a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  color: #AEAEAE;
  font-size: 16px;
}
.filter .filter__toggle a .icon-hide {
  font-size: 1.375em;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
@media (hover: hover) {
  .filter .filter__toggle a:hover {
    color: #FF5A3A;
  }
}
.filter .filter__toggle a.active {
  color: #FF5A3A;
}
.filter .filter__toggle a.active .icon-hide {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media screen and (max-width: 767px) {
  .filter .filter__toggle a {
    font-size: 14px;
  }
}

[data-price-fields] {
  position: relative;
  z-index: 100;
}

.page-breadcrumbs {
  padding: 30px 0;
}

.breadcrumbs {
  font-size: 13px;
  color: #737578;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.breadcrumbs .breadcrumbs__separator {
  display: inline;
  vertical-align: middle;
  font-size: 0.7em;
  margin: 0 5px;
}
.breadcrumbs .breadcrumbs__separator:before {
  display: inline;
  vertical-align: middle;
}
.breadcrumbs a {
  background: #F2E8E7;
  color: #161616;
  padding: 6px 14px;
  border-radius: 10px;
  display: inline-block;
}
@media (hover: hover) {
  .breadcrumbs a:hover {
    color: #FF5A3A;
  }
}