html,
body {
  height: 100%;
}
body {
  padding: 0;
  margin: 0 auto;
  min-width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font: normal 18px "Helvetica Neue", Helvetica, Arial, serif;
  line-height: 1.5;
  color: #000;
  background: #f4f4f4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 700px) {
  body {
    font-size: 16px;
  }
}
div,
span,
em,
b,
strong,
applet,
object,
iframe,
dl,
dt,
dd,
ol,
fieldset,
form,
label,
legend,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
h1,
.h1 {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 48px;
  text-align: left;
  font-weight: bold;
  color: #000;
  line-height: 1.1;
}
h2,
.h2 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
}
h3,
.h3 {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
  color: #000;
}
@media only screen and (max-width: 700px) {
  h1,
  .h1 {
    font-size: 32px;
  }
  h2,
  .h2 {
    font-size: 20px;
  }
  h3,
  .h3 {
    font-size: 16px;
  }
  h4,
  h5,
  h6 {
    font-size: 14px;
  }
}
p {
  margin: 0 0 20px 0;
  padding: 0;
}
small,
.text-small {
  font-size: 80%;
}
.text-bigger {
  font-size: 125%;
  line-height: 1.3;
}
a,
.link {
  color: #e76060;
  text-decoration: underline;
}
a:hover,
.bx-no-touch .link:hover {
  color: #e76060;
  text-decoration: none;
}
.link_dashed {
  text-decoration: none;
  border-bottom: 1px dashed #e76060;
}
.link_dashed:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}
strong,
b {
  font-weight: bold;
}
img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  vertical-align: middle;
  border: none;
}
table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table tr {
  margin: 0;
  padding: 0;
}
table tr td {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
ul,
li,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-main ul:not([class]),
ul.list {
  margin: 0 0 18px 20px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.section-main ul:not([class]) li,
ul.list li {
  margin: 0 0 12px 0;
  padding: 0 0 0 28px;
  position: relative;
  line-height: 1.7;
}
.section-main ul:not([class]) li:after,
ul.list li:after {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0;
  background: #609fc0;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-main ul:not([class]) li:last-child,
ul.list li:last-child {
  margin-bottom: 0;
}
.section-main ul:not([class]) li ul,
ul.list li ul {
  margin: 0 0 18px 40px;
  padding: 0;
}
.section-main ul:not([class]) li ul li,
ul.list li ul li {
  margin: 0 0 12px 0;
  padding: 0 0 0 22px;
}
.section-main ul:not([class]) li ul li:after,
ul.list li ul li:after {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0;
  background: #fff;
  border: 1px solid #609fc0;
  border-radius: 100%;
}
.section-main ul:not([class]) li ul li:last-child,
ul.list li ul li:last-child {
  margin-bottom: 0;
}
.section-main ol:not([class]),
ol.list {
  margin: 0 0 18px 20px;
  padding: 0;
  list-style: none;
  overflow: hidden;
  counter-reset: list;
}
.section-main ol:not([class]) li,
ol.list li {
  margin: 0 0 12px 0;
  padding: 0 0 0 28px;
  position: relative;
}
.section-main ol:not([class]) li:last-child,
ol.list li:last-child {
  margin-bottom: 0;
}
.section-main ol:not([class]) li ol,
ol.list li ol {
  margin: 0 0 18px 20px;
  padding: 0;
}
.section-main ol:not([class]) li ol li,
ol.list li ol li {
  margin: 0 0 12px 0;
  padding: 0 0 0 28px;
}
.section-main ol:not([class]) li ol li:last-child,
ol.list li ol li:last-child {
  margin-bottom: 0;
}
.section-main ol:not([class]) li:before,
ol.list li:before {
  content: counters(list, '.');
  counter-increment: list;
  width: 18px;
  position: absolute;
  font-size: 14px;
  top: 2px;
  left: 10px;
  font-weight: bold;
  color: #e76060;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Citata,
blockquote,
.blockquote {
  margin: 30px 0;
  padding: 35px 0;
  font-size: 30px;
  font-family: "ThemaCyMed";
  color: #A6937F;
  line-height: 1.2;
  border-top: 1px solid #A6937F;
  border-bottom: 1px solid #A6937F;
  overflow: hidden;
}
blockquote,
q {
  quotes: none;
}
.Citata:after,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
.resp-img {
  width: auto !important;
  height: auto !important;
}
.section-main img[align="left"] {
  margin: 0 15px 5px 0;
  float: left;
}
.section-main img[align="right"] {
  margin: 0 15px 5px 0;
  float: right;
}
.img_left {
  margin: 0 15px 5px 0;
  float: left;
}
.img_right {
  margin: 0 0 5px 15px;
  float: right;
}
.right_holder {
  margin-left: 30px;
  max-width: 241px;
  float: right;
}
.right_holder img {
  margin-bottom: 20px;
}
.right_holder > p {
  padding: 16px 0 20px 0;
  font-size: 20px;
  font-family: "ThemaCyMed";
  color: #A6937F;
  line-height: 1.2;
  border-top: 1px solid #ebeae8;
  border-bottom: 1px solid #ebeae8;
}
a[href^="tel:"],
.phone-number {
  color: inherit;
  text-decoration: none;
}
.bx-no-touch a[href^="tel:"]:hover,
.bx-no-touch .phone-number:hover {
  text-decoration: none;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.f-left {
  float: left ;
}
.f-right {
  float: right ;
}
.f-none {
  float: none ;
}
.sof-req,
.req {
  color: red;
}
.is-show {
  display: block;
}
.is-hidden {
  display: none;
}
@media only screen and (max-width: 780px) {
  .is-hidden-mobile {
    display: none;
  }
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.auth-pane {
  margin: 0 auto;
  padding: 35px 50px 40px 50px;
  max-width: 730px;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 2px 3.464px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3.464px 10px 0px rgba(0, 0, 0, 0.1);
}
.auth-pane-form {
  padding-right: 170px;
  position: relative;
}
.auth-pane-form .field {
  margin-bottom: 0;
}
.auth-pane__h2 {
  font-size: 26px;
  font-weight: normal;
}
.auth-pane-btn,
.btn.auth-pane-btn {
  min-width: 139px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 640px ) {
  .auth-pane-form {
    padding-right: 0;
  }
  .auth-pane-form .field {
    margin-bottom: 15px;
  }
  .btn.auth-pane-btn,
  .auth-pane-btn {
    position: static;
  }
}
.btn {
  margin: 0 0 0 0;
  padding: 15px 20px;
  height: auto;
  min-width: 220px;
  display: inline-block;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, serif;
  font-weight: bold;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1;
  color: #fff;
  background: #e76060;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  border: 2px solid #e76060;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn:hover,
.bx-no-touch .btn:hover {
  text-decoration: none;
  color: #fff;
  background: #f97373;
  border-color: #f97373;
}
.btn:active {
  text-decoration: none;
  color: #fff;
  background: #d34949;
  border-color: #d34949;
}
.btn__border {
  background: #fff;
  color: #e76060;
  border: 2px solid #e76060;
}
.btn__border:hover {
  background: #fff5f5;
  color: #e76060;
}
.btn__border:active {
  background: #ffe0e0;
  color: #e76060;
}
.btn[disabled],
.btn_disabled {
  color: #fff;
  background: #dde0e7;
  border-color: #dde0e7;
  cursor: default;
}
.btn[disabled]:hover,
.btn_disabled:hover,
.bx-no-touch .btn[disabled]:hover,
.bx-no-touch .btn_disabled:hover {
  color: #fff;
  background: #dde0e7;
  border-color: #dde0e7;
  cursor: default;
}
.wrap-breadcrumbs {
  margin: 0 0 18px 0;
  position: relative;
}
ul.breadcrumbs {
  margin: 0 0 0 90px;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.1;
}
ul.breadcrumbs .breadcrumbs__item {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  color: #757575;
  white-space: nowrap;
}
ul.breadcrumbs .breadcrumbs__item:before {
  content: '/';
  margin: 0 6px;
  padding: 0;
  display: inline-block;
  color: #757575;
}
ul.breadcrumbs .breadcrumbs__item:first-child:before {
  display: none;
}
ul.breadcrumbs .breadcrumbs__item:last-child {
  white-space: normal;
}
ul.breadcrumbs .breadcrumbs__item:last-child:after {
  display: none;
}
ul.breadcrumbs .breadcrumbs__item:last-child span {
  position: relative;
}
ul.breadcrumbs .breadcrumbs__link {
  padding: 0;
  display: inline-block;
  color: #e76060;
  line-height: 1.1;
  text-decoration: none;
}
.bx-no-touch ul.breadcrumbs .breadcrumbs__link:hover {
  color: #e76060;
  text-decoration: underline;
}
@media only screen and (max-width: 1300px) {
  ul.breadcrumbs {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .wrap-breadcrumbs {
    display: none;
  }
}
.wrap-footer {
  padding: 44px 50px 50px 50px;
  background: #2d3d52;
}
.footer {
  max-width: 1600px;
}
.footer p {
  line-height: 2;
  margin-bottom: 10px;
}
.footer-phone {
  line-height: 1.2;
}
.footer-row {
  margin: 0 -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-col {
  padding: 0 20px;
  width: 25%;
  color: #ffffff;
}
.footer-col__h {
  margin-bottom: 12px;
  font-size: 24px;
  color: #65768d;
}
.footer a[href^="tel:"] {
  color: #65768d;
  font-size: 24px;
  text-decoration: none;
}
.footer a[href^="tel:"]:hover {
  text-decoration: none;
}
.footer a[href^="mailto:"] {
  color: #65768d;
  font-size: 24px;
  text-decoration: underline;
}
.footer a[href^="mailto:"]:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1300px) {
  .wrap-footer {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 1100px) {
  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    font-size: 16px;
  }
  .footer-col {
    width: 100%;
  }
  .footer .is-hidden-mobile {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .wrap-footer {
    padding: 20px;
  }
}
input:focus,
textarea:focus,
button:focus {
  outline: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
select:not(.select2-hidden-accessible) {
  border: none;
  background: transparent;
  line-height: 50px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.adm-detail-content-table select {
  line-height: 1.5;
}
.form .field {
  margin-bottom: 15px;
}
.field {
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}
.field .field-label,
.field label:not([class]) {
  margin: 0 0 10px 0;
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 1.1;
  font-weight: normal;
  color: #a9a9a9;
}
.field__req {
  color: red;
}
.field-from-to label {
  margin: 0 0 10px 0;
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 1.1;
  font-weight: normal;
  color: #a9a9a9;
}
.field-captcha {
  padding-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
.field-captcha img {
  max-width: 100%;
}
.has-success .field-input,
.field_success .field-input {
  border: 2px solid green;
}
.has-success .field-input:focus,
.field_success .field-input:focus,
.bx-no-touch .has-success .field-input:hover,
.bx-no-touch .field_success .field-input:hover {
  border: 2px solid green;
}
.has-success .field__req,
.field_success .field__req {
  display: none;
}
.has-success .field__status_succes,
.field_success .field__status_succes {
  display: inline-block;
}
.has-error .field-input,
.field_error .field-input {
  border-color: #e76060;
  color: #e76060;
}
.has-error .field-tips_error,
.field_error .field-tips_error {
  display: block;
}
.has-error .field__status_succes,
.field_error .field__status_succes {
  display: none;
}
.field-tips {
  margin: 10px 0 -8px;
  line-height: normal;
  font-size: 12px;
}
.field-tips_error,
i.field-tips_error {
  position: absolute;
  top: -6px;
  left: 0;
  color: #e76060;
  line-height: 1.2;
  font-size: 14px;
}
.wrap-field-input__textarea .field-tips_error {
  top: auto;
  bottom: calc(100% + 10px);
}
.wrap-field-input__textarea .field-tips_error:after {
  top: auto;
  bottom: 0;
}
.wrap-field-input__textarea .field-tips_error:before {
  top: auto;
  bottom: -6px;
}
.field-input-radio .field-tips_error {
  top: 30px;
  left: 0;
}
.field-input-radio .field-tips_error:after,
.field-input-radio .field-tips_error:before {
  margin-left: 0;
  left: 5px;
  z-index: -1;
}
.field-input-radio .field-tips_error:after {
  z-index: 0;
}
.field_error .field-input-radio input[type="checkbox"] + i + span:before,
.field_error .field-input-radio input[type="checkbox"] + span:before {
  border-color: #e76060;
}
.wrap-field-input {
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.wrap-field-input_req:after {
  content: '*';
  color: #e76060;
  font-size: 14px;
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 14px;
  z-index: 2;
}
.wrap-field-input_date .ico-field-date {
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.field-input {
  margin: 0;
  padding: 0 15px;
  width: 100%;
  height: 50px;
  position: relative;
  line-height: 1;
  border: 2px solid #dde0e7;
  font-family: "Helvetica Neue", Helvetica, Arial, serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: normal;
  border-radius: 0;
  color: #686868;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.field-input:focus {
  border-color: #acb6ca;
}
.field-input::-webkit-input-placeholder {
  color: #ccc;
}
.field-input::-ms-input-placeholder {
  color: #ccc;
}
.field-input::placeholder {
  color: #ccc;
}
.field-input[disabled] {
  background: #fafafa;
  border-color: #f1f1f1;
  color: #aeaeae;
  -webkit-text-fill-color: #aeaeae;
  -webkit-opacity: 1;
}
.bx-no-touch .field-input[disabled]:hover {
  border-color: #ccd1d9;
  color: #aeaeae;
  -webkit-text-fill-color: #aeaeae;
}
.bx-no-touch .field-input[disabled]:hover ~ .wrap-field-input__icon:before {
  background-color: #ccd1d9;
}
.bx-no-touch .field-input[disabled]:hover ~ .wrap-field-input__icon svg {
  fill: #ccd1d9;
}
.field-input[disabled]:focus {
  border-color: #f1f1f1;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #aeaeae;
  -webkit-text-fill-color: #aeaeae;
}
.field-input[disabled] ~ .wrap-field-input__icon {
  cursor: default;
}
.js--datetimepicker ~ .wrap-field-input__icon {
  cursor: pointer;
}
.field-input-textarea {
  margin: 0;
  padding: 8px 15px 0 15px;
  width: 100%;
  height: 65px;
  max-height: 120px;
  position: relative;
  overflow-x: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  color: #686868;
  vertical-align: top;
  background: transparent;
  border: 2px solid #dde0e7;
  text-align: left;
  text-transform: none;
  border-radius: 0;
  resize: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
.field-input-textarea::-webkit-input-placeholder {
  color: #ccc;
}
.field-input-textarea::-ms-input-placeholder {
  color: #ccc;
}
.field-input-textarea::placeholder {
  color: #ccc;
}
.wrap-field-input-select {
  padding: 0 15px;
  margin: 0;
  width: 100%;
  height: 50px;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, serif;
  position: relative;
  line-height: 1;
  border: 2px solid #dde0e7;
  background: #ffffff;
  border-radius: 0;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wrap-field-input-select:before {
  content: '';
  margin: 0;
  width: 17px;
  height: 9px;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  pointer-events: none;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjIycHgiIGhlaWdodD0iMTJweCI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYigyMzEsIDk2LCA5NikiCiBkPSJNMjEuNzA3LDEuNzA3IEwxMS43MDcsMTEuNzA3IEwxMS4wMDAsMTEuMDAwIEwxMC4yOTMsMTEuNzA3IEwwLjI5MywxLjcwNyBMMS43MDcsMC4yOTMgTDExLjAwMCw5LjU4NiBMMjAuMjkzLDAuMjkzIEwyMS43MDcsMS43MDcgWiIvPgo8L3N2Zz4=") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 3;
}
.wrap-field-input-select .field-input-select {
  margin: -1px 0 0 0;
  padding: 0 20px 0 0;
  width: 100%;
  height: 50px;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, serif;
  color: #000;
  font-size: 16px;
  border: none;
  background-color: transparent;
  background-image: none;
  text-transform: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wrap-field-input-select .field-input-select:focus {
  outline: none;
}
.field-from-to .wrap-fromto-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.field-from-to .field {
  margin-bottom: 0;
}
.field-from-to .field-input {
  padding: 0 45px 0 15px;
}
.field-from-to .wrap-field-input {
  background: #fff;
}
.field-from-to .wrap-field-input .field-input {
  position: relative;
  z-index: 2;
  background: transparent;
}
.field-from-to .wrap-field-input:after {
  content: '';
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 10px;
  background: transparent url(../images/lk/ico-calendar.png) no-repeat 0 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
.field-from-to__devider {
  margin: 0 7px;
  color: #dde0e7;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}
@media only screen and (max-width: 900px) {
  .field-from-to .field {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .field-from-to .field:first-child {
    margin-bottom: 15px;
  }
  .field-from-to .wrap-fromto-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .field-from-to__devider {
    display: none;
  }
}
.field-input-radio {
  margin-bottom: 15px;
  width: auto;
  display: block;
  position: relative;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
  color: currentColor;
  line-height: 1.1;
}
.field-input-radio:last-child {
  margin-bottom: 0;
}
.field-input-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.field-input-radio input[type="radio"] + span {
  padding: 0 0 0 22px;
  display: inline-block;
  line-height: 1.1;
}
.field-input-radio input[type="radio"] + span:before {
  content: '';
  margin: 0;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 100%;
  border: 2px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.field-input-radio input[type="radio"]:checked + span:before {
  border-color: #ccc;
  background-color: #ccc;
}
.bx-no-touch .field-input-radio input[type="radio"]:hover + span:before {
  border-color: #ccc;
}
.field-input-radio input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.field-input-radio input[type="checkbox"] + i + span,
.field-input-radio input[type="checkbox"] + span {
  padding: 0 0 0 20px;
  min-height: 20px;
  display: inline-block;
  line-height: 1.1;
}
.field-input-radio input[type="checkbox"] + i + span:before,
.field-input-radio input[type="checkbox"] + span:before {
  content: '';
  margin: 0 0 0 0 ;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #ccc;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}
.field-input-radio input[type="checkbox"]:checked + i + span:before,
.field-input-radio input[type="checkbox"]:checked + span:before {
  border-color: #ccc;
  background-color: #ccc;
  background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20version%3D%221.1%22%20%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2278.369px%22%20height%3D%2278.369px%22%20viewBox%3D%220%200%2078.369%2078.369%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M78.049,19.015L29.458,67.606c-0.428,0.428-1.121,0.428-1.548,0L0.32,40.015c-0.427-0.426-0.427-1.119,0-1.547l6.704-6.704c0.428-0.427,1.121-0.427,1.548,0l20.113,20.112l41.113-41.113c0.429-0.427,1.12-0.427,1.548,0l6.703,6.704C78.477,17.894,78.477,18.586,78.049,19.015z%22/%3E%3C/svg%3E');
  -webkit-background-size: 10px 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.bx-no-touch .field-input-radio input[type="checkbox"]:hover + i + span:before,
.bx-no-touch .field-input-radio input[type="checkbox"]:hover + span:before {
  border-color: #ccc;
}
.field_checkbox-grid .field-input-radio input[type="checkbox"] + span {
  padding: 0 0 0 23px;
}
.field_checkbox-grid .field-input-radio input[type="checkbox"] + span:before {
  width: 23px;
  height: 23px;
  top: 0;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 1px;
  border-radius: 100%;
}
.field_checkbox-grid .field-input-radio input[type="checkbox"]:checked + span:before {
  border-color: #fff;
  background-color: transparent;
  background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2078.37%2078.37%22%3E%3Cpath%20d%3D%22M78.05%2019.02L29.45%2067.6a1.1%201.1%200%200%201-1.54%200L.32%2040a1.1%201.1%200%200%201%200-1.54l6.7-6.7a1.1%201.1%200%200%201%201.55%200l20.11%2020.1%2041.12-41.1a1.1%201.1%200%200%201%201.55%200l6.7%206.7a1.1%201.1%200%200%201%200%201.55z%22%20fill%3D%22%23ffffff%22/%3E%3C/svg%3E');
  -webkit-background-size: 12px 10px;
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.bx-no-touch .field_checkbox-grid .field-input-radio input[type="checkbox"]:hover + span:before {
  border-color: #fff;
}
.grid {
  padding-right: 0;
  padding-left: 0;
}
.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
[class^="col-xs"],
[class*=" col-xs"],
[class^="col-xs-offset"],
[class*=" col-xs-offset"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -webkit-flex-basis: 8.33333333%;
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.col-xs-2 {
  -webkit-flex-basis: 16.66666667%;
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.col-xs-3 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -webkit-flex-basis: 33.33333333%;
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.col-xs-5 {
  -webkit-flex-basis: 41.66666667%;
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.col-xs-6 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -webkit-flex-basis: 58.33333333%;
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.col-xs-8 {
  -webkit-flex-basis: 66.66666667%;
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.col-xs-9 {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -webkit-flex-basis: 83.33333333%;
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.col-xs-11 {
  -webkit-flex-basis: 91.66666667%;
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.col-xs-12 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.start-xs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.middle-xs {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-xs {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.around-xs {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.last-xs {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (max-width: 780px) {
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-xs-4 {
    width: 100%;
    max-width: 100%;
  }
}
.form-row {
  margin: 0 -15px 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.feedback-form {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.feedback-form .form-col-66 .wrap-field-input,
.feedback-form .form-col-66 .field {
  height: 100%;
}
.feedback-form .form-col-66 .field-input-textarea {
  height: calc(100% - 42px);
  max-height: none;
  min-height: 150px;
}
.form-col-100,
.form-col-66,
.form-col-50,
.form-col-33,
.form-col-25 {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-col_btns {
  padding-top: 15px;
}
.form-col_btns .btn {
  margin-right: 20px;
}
.form-col-100 {
  width: 100%;
}
.form-col-66 {
  width: 66.6%;
}
.form-col-50 {
  width: 50%;
}
.form-col-33 {
  width: 33.3%;
}
.form-col-25 {
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  .form-col-lg-100 {
    width: 100%;
  }
}
@media only screen and (max-width: 780px) {
  .form-col-50 {
    width: 50%;
  }
  .form-row {
    margin: 0 -15px 0 -15px;
  }
  .form-col-100,
  .form-col-66,
  .form-col-50,
  .form-col-33,
  .form-col-25 {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 640px ) {
  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-col-100,
  .form-col-66,
  .form-col-50,
  .form-col-33,
  .form-col-25 {
    width: 100%;
  }
}
.wrap-header {
  padding: 0 50px 0 50px;
  height: 135px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-back {
  max-width: 385px;
  width: 100%;
  text-align: right;
}
.header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}
.header-logo {
  margin-top: -10px;
  width: 385px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.header-logo img {
  max-width: 100%;
}
.header-menu {
  margin-left: 90px;
  margin-right: 13px;
}
.header-phone {
  margin-right: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.header-phone .ico-phone {
  display: none;
}
.header-phone__devider {
  margin: 0 11px;
  display: inline-block;
}
.header-phone a[href^="tel:"] {
  color: currentColor;
  text-decoration: none;
}
.header-phone a[href^="tel:"]:hover {
  text-decoration: none;
}
.header-phone a[href^="mailto:"] {
  color: #e76060;
  font-size: 16px;
  text-decoration: underline;
}
.header-phone a[href^="mailto:"]:hover {
  text-decoration: none;
}
.header-login__link {
  margin-left: 15px;
  color: #000000;
  text-decoration: none;
}
.header-login__link .ico-login {
  margin-right: 8px;
}
.header-login__link:first-child {
  margin-right: 0;
}
.header-login__link:hover {
  color: #e76060;
  text-decoration: none;
}
.header-mobile-btn {
  display: none;
}
@media only screen and (max-width: 1590px) {
  .header-login__link .is-hidden-mobile {
    display: none;
  }
  .header-login__link .ico-login {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1300px) {
  .header-logo {
    width: 285px;
  }
  .header-back {
    max-width: none;
    width: auto;
  }
}
@media only screen and (max-width: 1000px) {
  .header-phone > .is-hidden-mobile {
    display: none;
  }
  .wrap-header {
    padding-left: 25px;
    padding-right: 25px;
  }
  .header-phone {
    margin-left: auto;
    margin-right: 15px;
  }
  .header-phone .ico-phone {
    display: block;
  }
  .header-phone .is-hidden-mobile {
    display: none;
  }
  .header-menu {
    margin-left: 40px;
  }
  .header-back {
    display: none;
  }
  .header-login {
    margin-right: 0;
  }
}
@media only screen and (max-width: 900px) {
  .wrap-header {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
  }
  .header-logo {
    margin-top: 0;
    width: 165px;
  }
  .header-login__link:first-child {
    margin-left: 0;
  }
  .header-menu {
    display: none;
  }
  .header-mobile-btn {
    display: block;
  }
  .header-login__link_exit {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 700px) {
  .header-logo {
    width: 145px;
  }
}
.table {
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  background: #fff;
  border-collapse: separate;
  border-bottom: none;
  line-height: 1.5;
  border-top: 2px solid #e76060;
  border-bottom: 2px solid #e76060;
}
.table tr:nth-child(2) td {
  padding-top: 27px;
  border-top: none;
}
.table th {
  margin: 0;
  padding: 15px 20px 20px 0;
  vertical-align: middle;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  border-collapse: collapse;
  background: #f5f5f5;
}
.table th:first-child {
  padding-left: 45px;
}
.table td {
  margin: 0;
  padding: 18px 20px 18px 0;
  max-width: 250px;
  border-collapse: collapse;
  vertical-align: top;
  border-top: 1px solid #D8D8D8;
}
.table td:first-child {
  max-width: none;
  padding-left: 45px;
  border-left: none;
}
.table-scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 900px) {
  .table th:first-child {
    padding-left: 20px;
  }
  .table td:first-child {
    padding-left: 20px;
  }
}
.wrap-jurnal-filter {
  margin-bottom: 60px;
  padding: 45px 50px 35px 50px;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 2px 3.464px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3.464px 10px 0px rgba(0, 0, 0, 0.1);
}
.jurnal-filter .field-from-to,
.jurnal-filter .field {
  margin-bottom: 0;
}
.jurnal-filter .field-from-to label,
.jurnal-filter .field label {
  margin-bottom: 15px;
  font-size: 24px;
  color: #000;
}
.jurnal-filter-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.jurnal-filter__id {
  margin-bottom: 20px;
  max-width: 295px;
  width: 100%;
  padding-right: 30px;
}
.jurnal-filter__date {
  margin-bottom: 20px;
  padding-right: 30px;
  max-width: 405px;
  width: 100%;
}
.jurnal-filter__status {
  margin-bottom: 20px;
  padding-right: 30px;
  max-width: 310px;
  width: 100%;
}
.jurnal-filter__btn {
  margin-bottom: 20px;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.jurnal-filter__btn .btn {
  min-width: 180px;
  margin-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.jurnal-filter__btn .btn:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 1450px) {
  .jurnal-filter__btn {
    min-width: 250px;
  }
}
@media only screen and (max-width: 900px) {
  .wrap-jurnal-filter {
    margin-bottom: 30px;
    padding: 20px;
  }
  .jurnal-filter__btn,
  .jurnal-filter__status,
  .jurnal-filter__date,
  .jurnal-filter__id {
    padding-right: 0;
    max-width: none;
    width: 100%;
  }
  .jurnal-filter__btn {
    min-width: 0;
  }
}
@media only screen and (max-width: 700px) {
  .jurnal-filter__btn {
    white-space: normal;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .jurnal-filter__btn .btn {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .jurnal-filter .field-from-to label,
  .jurnal-filter .field label {
    font-size: 16px;
  }
}
.wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content {
  padding: 20px 50px 40px 50px;
  margin: 0  auto auto auto;
  max-width: 1600px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.7;
}
.content__index {
  padding-bottom: 100px;
  max-width: none;
}
.section-main {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.aside-left {
  padding: 22px 40px 0 0;
  width: 385px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.is-show-mobile {
  display: none;
}
.main-nav {
  margin: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
}
.main-nav li {
  padding-top: 20px;
  margin: 0 20px;
  color: #e76060;
}
.main-nav .main-nav-item__act {
  color: #000;
}
.main-nav .main-nav-item__act span {
  border-color: transparent;
}
.main-nav a {
  color: currentColor;
  padding-left: 60px;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.main-nav a span {
  border-bottom: 2px dashed #e76060;
}
.main-nav a:hover span {
  border-color: transparent;
}
.main-nav a img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 1300px) {
  .aside-left {
    width: 325px;
  }
  .content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 900px) {
  .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 700px) {
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-lead {
    font-size: 20px;
  }
  .is-show-mobile {
    display: block;
  }
  .main-nav {
    margin: 10px 0 30px 0;
    font-size: 14px;
  }
  .main-nav li {
    padding-top: 0px;
    margin: 0 10px;
    line-height: 1.2;
  }
  .main-nav a {
    padding-left: 40px;
  }
  .main-nav img {
    width: 28px;
  }
  .jurnal-filter__btn {
    margin-bottom: 0;
  }
}
.body-lock {
  overflow: hidden;
}
.overlay {
  overflow: hidden;
}
.overlay:after {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.wrap-mobile-nav {
  width: 100%;
  height: calc(100% - 50px);
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #e76060;
  z-index: 10;
}
.mobile-nav__h {
  font-size: 24px;
  color: #fff;
}
.mobile-nav-scroll {
  height: 100%;
  padding: 30px 20px 0 20px;
  overflow-y: scroll;
}
.ico-phone {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
}
.ico-login {
  width: 35px;
  height: 35px;
  display: inline-block;
  background: transparent;
}
.ico-humburger {
  margin: 0;
  width: 26px;
  height: 22px;
  display: block;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.ico-humburger span {
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  opacity: 1;
  background: #e76060;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  left: 0;
}
.ico-humburger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.ico-humburger span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.ico-humburger span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.is--open .ico-humburger span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
  left: 4px;
}
.is--open .ico-humburger span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.is--open .ico-humburger span:nth-child(3) {
  top: 20px;
  left: 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ico-callback-btn {
  margin-right: 13px;
  width: 25px;
  height: 35px;
  display: inline-block;
}
@media only screen and (max-width: 700px) {
  .ico-phone {
    width: 28px;
    height: 28px;
  }
  .ico-login {
    width: 28px;
    height: 28px;
  }
}
.wrap-not-found {
  font-size: 20px;
  text-align: center;
}
.not-found {
  display: block;
  font-size: 20em;
  font-weight: bold;
  color: #dde0e7;
  line-height: 1;
}
.not-found-text {
  display: block;
  text-align: center;
  font-size: 18px;
}
@media only screen and (max-width: 1500px) {
  .not-found {
    font-size: 20vw;
  }
}
@media only screen and (max-width: 700px) {
  .not-found {
    font-size: 100px;
    margin-bottom: 30px;
  }
  .not-found-text {
    font-size: 16px;
  }
}
.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
.header-nav__item {
  margin-right: 18px;
}
.header-nav__link {
  color: #000000;
  text-decoration: none;
}
.header-nav__link:hover {
  color: #e76060;
  text-decoration: none;
}
.footer-nav {
  font-size: 14px;
  color: #fff;
}
.footer-nav__item {
  margin-bottom: 9px;
}
.footer-nav__item_act {
  color: #e76060;
}
.footer-nav__link {
  color: currentColor;
  text-decoration: none;
}
.footer-nav__link:hover {
  color: #e76060;
  text-decoration: none;
}
.aside-nav {
  font-size: 18px;
  color: #000;
}
.aside-nav__mobile {
  margin-bottom: 35px;
  font-size: 18px;
  color: #fff;
}
.aside-nav__mobile .aside-nav__ico {
  width: 40px;
}
.aside-nav__mobile .aside-nav__item {
  border-top: 1px solid #ba4e4e;
}
.aside-nav__mobile .aside-nav__link {
  font-weight: normal;
}
.aside-nav__index {
  margin-top: 49px;
  margin-left: 69px;
  max-width: 250px;
}
.aside-nav__index .aside-nav__link {
  padding: 28px 36px 28px 76px;
  font-weight: normal;
}
.aside-nav__index .aside-nav__link:after {
  right: 2px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.aside-nav__index .aside-nav__item {
  border-color: transparent;
}
.aside-nav__item {
  line-height: 1.2;
  border-top: 2px solid #dddddd;
}
.aside-nav__item:first-child {
  border-top: none;
}
.aside-nav__item .aside-nav-sub {
  margin: 0 0 20px 42px;
  line-height: 1.2;
}
.aside-nav__item_act .aside-nav-sub {
  display: block;
}
.aside-nav__item_act .aside-nav__link:after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}
.aside-nav__item_nosub .aside-nav__link:after {
  display: none;
}
.aside-nav__link {
  padding: 17px 30px 17px 60px;
  min-height: 75px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: currentColor;
  font-weight: bold;
  text-decoration: none;
}
.aside-nav__link:hover {
  color: #e76060;
  text-decoration: none;
}
.aside-nav__link:after {
  content: '';
  width: 12px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 7px;
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAANCAYAAABGkiVgAAAAyUlEQVQ4jZXTsU0DMRQG4C8n+pQUDECKKA0rAGEABsgOoWGHsAkDMARIgNJkgChSlIZMgJ7kSKfLxfb9jf1s/1/n0W6xgBs8Y4MPw/OEW7xje4UxvnCdqDe8DGBXWKb9a+ANpi1QerA6q/anDUrONNA19p1KDdwFJWcd6B/mOAyA+8DoP4bXpINvPFTCl8B7/MTQtC5q4CLYRUvwZw3Yh+bguxrwEpqDi2AOPcFR7MJZsIRGohjALs2xZsFIfNNSAphghl8cswX8AwwoPGpjB9uqAAAAAElFTkSuQmCC') no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s ease-out 0.3s;
  transition: -webkit-transform 0.3s ease-out 0.3s;
  -o-transition: transform 0.3s ease-out 0.3s;
  transition: transform 0.3s ease-out 0.3s;
  transition: transform 0.3s ease-out 0.3s, -webkit-transform 0.3s ease-out 0.3s;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.aside-nav__ico {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.aside-nav-sub {
  font-size: 16px;
  color: #606060;
  display: none;
}
.aside-nav-sub__item {
  margin-bottom: 9px;
  padding-left: 23px;
  position: relative;
}
.aside-nav-sub__item:after {
  content: '';
  width: 13px;
  height: 2px;
  position: absolute;
  top: 6px;
  left: 0;
  background: #dddddd;
}
.aside-nav-sub__item_act:after {
  content: '';
  background: #e76060;
}
.aside-nav-sub__link {
  color: currentColor;
  text-decoration: none;
}
.aside-nav-sub__link:hover {
  color: #e76060;
  text-decoration: none;
}
.aside-nav-sub .aside-nav-sub {
  margin-top: 20px;
  margin-left: 0;
}
.mobile-menu {
  font-size: 24px;
  line-height: 1.2;
}
.mobile-menu__item {
  margin-bottom: 15px;
}
.mobile-menu__link {
  color: #fff;
  text-decoration: none;
}
.mobile-menu__link:hover {
  color: #fff;
  text-decoration: none;
}
.dropdown-nav {
  padding: 0 20px;
  display: none;
  font-size: 18px;
  color: #000;
  position: relative;
  background: #fff;
  z-index: 2;
}
.dropdown-nav__item {
  display: block;
  line-height: 1.2;
}
.dropdown-nav__item_open .dropdown-nav-sub {
  display: block;
}
.dropdown-nav__item_open .dropdown-nav__link:after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}
.dropdown-nav__link {
  padding: 17px 20px 17px 45px;
  min-height: 75px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: currentColor;
  text-decoration: none;
  border-bottom: 2px solid #e76060;
}
.dropdown-nav__link:after {
  content: '';
  width: 12px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 7px;
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAANCAYAAABGkiVgAAAAyUlEQVQ4jZXTsU0DMRQG4C8n+pQUDECKKA0rAGEABsgOoWGHsAkDMARIgNJkgChSlIZMgJ7kSKfLxfb9jf1s/1/n0W6xgBs8Y4MPw/OEW7xje4UxvnCdqDe8DGBXWKb9a+ANpi1QerA6q/anDUrONNA19p1KDdwFJWcd6B/mOAyA+8DoP4bXpINvPFTCl8B7/MTQtC5q4CLYRUvwZw3Yh+bguxrwEpqDi2AOPcFR7MJZsIRGohjALs2xZsFIfNNSAphghl8cswX8AwwoPGpjB9uqAAAAAElFTkSuQmCC') no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s ease-out 0.3s;
  transition: -webkit-transform 0.3s ease-out 0.3s;
  -o-transition: transform 0.3s ease-out 0.3s;
  transition: transform 0.3s ease-out 0.3s;
  transition: transform 0.3s ease-out 0.3s, -webkit-transform 0.3s ease-out 0.3s;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.dropdown-nav__link:hover {
  color: currentColor;
}
.dropdown-nav__ico {
  width: 35px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.dropdown-nav-sub {
  padding: 20px 20px 20px 45px;
  max-height: 400px;
  position: absolute;
  width: 100%;
  top: 74px;
  left: 0;
  font-size: 16px;
  color: #606060;
  display: none;
  background: #fff;
  overflow-x: auto;
}
.dropdown-nav-sub .dropdown-nav-sub {
  padding: 0px 0 0px 10px;
  position: static;
}
.dropdown-nav-sub__item {
  position: relative;
}
.dropdown-nav-sub__item_act:after {
  content: '';
  background: #e76060;
}
.dropdown-nav-sub__link {
  padding: 8px 0;
  display: inline-block;
  color: currentColor;
  text-decoration: none;
}
.dropdown-nav-sub__link:hover {
  color: #e76060;
  text-decoration: none;
}
.mobile-contact {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.2;
}
.mobile-contact a {
  color: #fff;
}
@media only screen and (max-width: 1300px) {
  .aside-nav__index {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .aside-nav__index {
    margin: 0 -10px;
    max-width: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
  }
  .aside-nav__index .aside-nav__item {
    padding: 0 10px;
    margin-bottom: 10px;
    width: 50%;
  }
  .aside-nav__index .aside-nav__ico {
    top: 35px;
    left: 10px;
  }
  .aside-nav__index .aside-nav__link {
    padding: 70px 30px 10px 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
  }
  .aside-nav__index .aside-nav__link:after {
    top: auto;
    bottom: 13px;
    right: 10px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCAxNiI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNFNzYwNjAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTIwLjcwNyAxNS43MDdsLTEuNDE0LTEuNDE0TDI0LjU4NiA5SDBWN2gyNC41ODZsLTUuMjkzLTUuMjkzTDIwLjcwNy4yOTMgMjcuNDE0IDdIMjh2MmgtLjU4NnoiLz4KPC9zdmc+");
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media only screen and (max-width: 700px) {
  .dropdown-nav {
    display: block;
  }
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #686868;
  font-family: inherit;
  font-size: 16px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 2px solid #dde0e7;
  padding: 14px 15px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 30;
  vertical-align: middle;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 12px 15px 9px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-input.dropdown-active {
  border-radius: 30 30 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #686868;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #686868;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #b4b4b4;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #dde0e7;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 2px solid #dde0e7;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: #e6e9f2;
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 16px 15px;
  cursor: pointer;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #686868;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #e6e9f2;
  color: #686868;
}
.selectize-dropdown .active.create {
  color: #686868;
}
.selectize-dropdown .create {
  color: rgba(104, 104, 104, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  margin: 0;
  width: 17px;
  height: 9px;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjIycHgiIGhlaWdodD0iMTJweCI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYigyMzEsIDk2LCA5NikiCiBkPSJNMjEuNzA3LDEuNzA3IEwxMS43MDcsMTEuNzA3IEwxMS4wMDAsMTEuMDAwIEwxMC4yOTMsMTEuNzA3IEwwLjI5MywxLjcwNyBMMS43MDcsMC4yOTMgTDExLjAwMCw5LjU4NiBMMjAuMjkzLDAuMjkzIEwyMS43MDcsMS43MDcgWiIvPgo8L3N2Zz4=") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.selectize-control.single .selectize-input.dropdown-active:after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.supply-step {
  padding: 15px 40px 20px 165px;
  margin-bottom: 50px;
  background: #f7f7f7;
  position: relative;
}
.supply-step:after {
  content: '';
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(11%, #ffffff), color-stop(14%, #f7f7f7), color-stop(68%, #f7f7f7), color-stop(70%, #ffffff), color-stop(81%, #ffffff), color-stop(84%, #f7f7f7), to(#f7f7f7));
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 11%, #f7f7f7 14%, #f7f7f7 68%, #ffffff 70%, #ffffff 81%, #f7f7f7 84%, #f7f7f7 100%);
  background: -o-linear-gradient(left, #ffffff 0%, #ffffff 11%, #f7f7f7 14%, #f7f7f7 68%, #ffffff 70%, #ffffff 81%, #f7f7f7 84%, #f7f7f7 100%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 11%, #f7f7f7 14%, #f7f7f7 68%, #ffffff 70%, #ffffff 81%, #f7f7f7 84%, #f7f7f7 100%);
}
.supply-step:before {
  content: '';
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#f7f7f7), color-stop(16%, #f7f7f7), color-stop(18%, #ffffff), color-stop(29%, #ffffff), color-stop(32%, #f7f7f7), color-stop(84%, #f7f7f7), color-stop(87%, #ffffff), color-stop(97%, #ffffff), to(#f7f7f7));
  background: -webkit-linear-gradient(left, #f7f7f7 0%, #f7f7f7 16%, #ffffff 18%, #ffffff 29%, #f7f7f7 32%, #f7f7f7 84%, #ffffff 87%, #ffffff 97%, #f7f7f7 100%);
  background: -o-linear-gradient(left, #f7f7f7 0%, #f7f7f7 16%, #ffffff 18%, #ffffff 29%, #f7f7f7 32%, #f7f7f7 84%, #ffffff 87%, #ffffff 97%, #f7f7f7 100%);
  background: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 16%, #ffffff 18%, #ffffff 29%, #f7f7f7 32%, #f7f7f7 84%, #ffffff 87%, #ffffff 97%, #f7f7f7 100%);
}
.supply-step__first:before {
  display: none;
}
.supply-step__last {
  margin-bottom: 0;
}
.supply-step__last:after {
  display: none;
}
.supply-step__last .supply-step-box {
  left: auto;
  right: 55px;
}
.supply-step__last .supply-step-item:last-child:before,
.supply-step__last .supply-step-item:last-child:after {
  display: none;
}
.supply-step-box {
  width: 62px;
  height: 61px;
  position: absolute;
  top: 55px;
  left: 58px;
}
.supply-step-row {
  padding-right: 135px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.supply-step-item {
  padding-top: 90px;
  width: 25%;
  position: relative;
  line-height: 1.2;
}
.supply-step-item__fin-ico {
  position: absolute;
  top: -25px;
  left: 60px;
}
.supply-step-item__fin-ico .supply-step-box {
  position: static;
  display: block;
}
.supply-step-item:last-child {
  width: 135px;
  position: absolute;
  top: 0;
  right: 0;
}
.supply-step-item:last-child:after {
  width: 25px;
  left: 20px;
}
.supply-step-item:last-child:before {
  content: '';
  width: 9px;
  height: 6px;
  position: absolute;
  top: 71px;
  left: 50px;
  background: #e5aaaa;
  border-radius: 6px;
}
.supply-step-item:after {
  content: '';
  width: calc(100% + 6px);
  height: 6px;
  position: absolute;
  top: 71px;
  left: 0;
  background: #e5aaaa;
  border-radius: 6px;
}
.supply-step-item_empty:after,
.supply-step-item_empty:before {
  display: none;
}
.supply-step-item_last:after {
  display: none;
}
.supply-step-item__dis:after,
.supply-step-item__dis:last-child:after,
.supply-step-item__dis:last-child:before,
.supply-step-item__dis:before {
  background: #c0c4cc;
}
.supply-step-item__dis .supply-step-item__status {
  background: #c0c4cc;
}
.supply-step-item__dis .supply-step-item__date {
  min-height: 32px;
}
.supply-step-item__dis .supply-step-item__date,
.supply-step-item__dis .supply-step-item__title {
  color: #c0c4cc;
}
.supply-step-item__ico {
  margin-left: -15px;
  max-width: 60px;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
}
.supply-step-item__ico img {
  height: 100%;
}
.supply-step-item__ico span {
  width: 50px;
  height: 50px;
  display: block;
  background: #e76060;
}
.supply-step-item__date {
  margin-top: 5px;
  display: block;
  color: #686868;
}
.supply-step-item__title {
  margin-top: 10px;
  display: block;
}
.supply-step-item__status {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 63px;
  left: 0;
  border-radius: 20px;
  background: #e76060 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyAxMSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9InJnYigyNTUsIDI1NSwgMjU1KSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTIuODM3IDIuNzg0TDcuNDk2IDguMTI1bC4wOTEuMDkxLTIuMTIxIDIuMTIxLS4wOTEtLjA5MS0uMDkxLjA5MS0yLjEyMS0yLjEyMS4wOTEtLjA5MUwuMTYzIDUuMDM0bDIuMTIxLTIuMTIxIDMuMDkxIDMuMDkxTDEwLjcxNi42NjNsMi4xMjEgMi4xMjF6Ii8+Cjwvc3ZnPg==") no-repeat center center;
  -webkit-background-size: 13px 10px;
  background-size: 13px 10px;
  border: 2px solid #f7f7f7;
  z-index: 3;
}
.supply-step-item__now {
  position: absolute;
  left: 37%;
  top: 0;
}
.supply-step-item-point {
  padding-top: 90px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.2;
  z-index: 2;
}
.supply-step-item-point__arrow {
  width: 15px;
  height: 26px;
  position: absolute;
  top: 62px;
  left: calc(50% + 11px);
}
.supply-step-item-point:after {
  content: '';
  width: calc(50% - 27px);
  height: 6px;
  position: absolute;
  top: 71px;
  right: 0;
  background: #c0c4cc;
  border-radius: 6px;
}
.supply-step-item-point:before {
  content: '';
  width: calc(50% + 22px);
  height: 6px;
  position: absolute;
  top: 71px;
  left: 2px;
  background: #e76060;
  border-radius: 6px;
}
.supply-step-item-point__ico {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: calc(50% + 15px);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.supply-step-item-point__ico span {
  width: 50px;
  height: 50px;
  display: block;
  background: #e76060;
}
.supply-step-item-point__ico img {
  height: 100%;
}
.supply-step-item-point__date {
  margin-top: 5px;
  display: block;
  color: #686868;
}
.supply-step-item-point__text {
  margin-top: 10px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  bottom: calc(100% + 14px);
  left: calc(50% + 25px);
  color: #e76060;
  font-weight: bold;
  white-space: nowrap;
  background: #fff;
  border-bottom: 2px solid #e76060;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 1100px) {
  .supply-step-row {
    margin: 0 auto;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .supply-step {
    padding: 0 20px;
    margin-bottom: 0;
    background: #f7f7f7;
    position: relative;
  }
  .supply-step:before,
  .supply-step:after {
    display: none;
  }
  .supply-step .supply-step-box {
    width: 45px;
    height: 45px;
  }
  .supply-step:first-child {
    padding-top: 70px;
  }
  .supply-step:last-child {
    padding-bottom: 60px;
  }
  .supply-step__first .supply-step-box {
    position: absolute;
    top: 20px;
    left: 83px;
  }
  .supply-step__last .supply-step-box {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 83px;
  }
  .supply-step__last .supply-step-item:last-child {
    padding-bottom: 0;
  }
  .supply-step-item-point {
    padding-top: 15px;
    padding-left: 105px;
    margin-left: -102px;
    min-height: 65px;
    position: relative;
  }
  .supply-step-item-point__ico {
    top: 20px;
    left: 17px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .supply-step-item-point:before {
    height: calc(100% + 60px);
    width: 6px;
    position: absolute;
    top: -100%;
    left: 83px;
    background: #e76060;
    border-radius: 6px;
    z-index: 3;
  }
  .supply-step-item-point:after {
    height: calc(100% + 40px);
    width: 6px;
    position: absolute;
    top: auto;
    bottom: -100%;
    left: 73px;
    background: #c0c4cc;
    border-radius: 6px;
    z-index: 2;
  }
  .supply-step-item-point__text {
    max-width: 180px;
    min-width: 135px;
    left: 0;
    bottom: 0;
    white-space: normal;
    background: transparent;
    border-bottom: none;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .supply-step-item-point__arrow {
    width: 16px;
    height: 26px;
    position: absolute;
    top: 45px;
    left: 78px;
    z-index: 4;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .supply-step-item {
    padding-top: 15px;
    padding-left: 112px;
    padding-bottom: 10px;
    width: 100%;
    position: relative;
    line-height: 1.2;
  }
  .supply-step-item:last-child {
    width: 100%;
  }
  .supply-step-item:last-child:before {
    display: none;
  }
  .supply-step-item:last-child:after,
  .supply-step-item:after {
    content: '';
    width: 6px;
    height: calc(100% + 15px);
    top: 0;
    left: 83px;
    border-radius: 0;
  }
  .supply-step-item__ico {
    margin-left: 0;
    width: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .supply-step-item__status {
    top: 17px;
    left: 75px;
    position: relative;
  }
  .supply-step-item:last-child {
    position: relative;
    top: 0;
    left: 0;
  }
  .supply-step-item__status {
    position: absolute;
  }
  .supply-step:last-child {
    padding-bottom: 40px;
  }
  .supply-step__last .supply-step-box {
    position: absolute;
    top: auto;
    bottom: 0;
    left: -10px;
  }
  .supply-step-item__fin-ico {
    position: absolute;
    top: 95px;
    left: -18px;
  }
  .supply-step-item-point__ico {
    width: 60px;
    top: 0px;
    left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .supply-step-item-point:before {
    height: 100%;
    top: -60%;
    left: 83px;
  }
  .supply-step-item-point:after {
    left: 83px;
  }
  .supply-step-item__status {
    left: 78px;
  }
  .supply-step {
    padding: 0 10px;
  }
  .supply-step-item {
    padding-top: 15px;
    padding-left: 105px;
    min-height: 90px;
  }
  .supply-step-item:last-child:after,
  .supply-step-item:after {
    left: 86px;
  }
  .supply-step-item-point__arrow {
    width: 16px;
    height: 26px;
    top: 11px;
  }
  .supply-step-item-point:after {
    height: 100%;
    bottom: -40%;
  }
  .supply-step-item_empty {
    padding: 0;
    margin: 0;
    height: 0;
    max-height: 0;
    min-height: 0;
  }
}
.supply-list {
  font-size: 14px;
}
.supply-list-item {
  margin-bottom: 60px;
  padding: 45px 50px 55px 50px;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 2px 3.464px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3.464px 10px 0px rgba(0, 0, 0, 0.1);
}
.supply-list-item_empty {
  font-size: 20px;
  text-align: center;
}
.supply-list-item-content {
  margin-top: 25px;
  display: none;
}
.supply-list-item-toggle {
  padding-right: 50px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}
.supply-list-item-toggle:after {
  content: '';
  width: 22px;
  height: 12px;
  position: absolute;
  top: 19px;
  right: 0;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjIycHgiIGhlaWdodD0iMTJweCI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYigyMzEsIDk2LCA5NikiCiBkPSJNMjEuNzA3LDEuNzA3IEwxMS43MDcsMTEuNzA3IEwxMS4wMDAsMTEuMDAwIEwxMC4yOTMsMTEuNzA3IEwwLjI5MywxLjcwNyBMMS43MDcsMC4yOTMgTDExLjAwMCw5LjU4NiBMMjAuMjkzLDAuMjkzIEwyMS43MDcsMS43MDcgWiIvPgo8L3N2Zz4=") no-repeat center center;
}
.supply-list-item-toggle__id {
  padding-right: 45px;
  width: 185px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 24px;
  line-height: 2;
}
.supply-list-item-toggle__summ {
  padding-left: 35px;
  width: 370px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.supply-list-item-toggle__detail {
  font-weight: bold;
}
.supply-list-item-toggle-progress {
  margin-top: 23px;
  width: 100%;
  height: 6px;
  position: relative;
  background: #c0c4cc;
  border-radius: 6px;
}
.supply-list-item-toggle-progress-ico {
  width: 16px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: -2px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.supply-list-item-toggle-progress_ok .supply-list-item-toggle-progress-ico {
  display: none;
}
.supply-list-item-toggle-progress__line {
  width: 100%;
  height: 6px;
  position: relative;
  display: block;
  background: #e5aaaa;
  border-radius: 6px;
}
.supply-list-item-toggle_open ~ .supply-list-item-content {
  display: block;
}
.supply-list-item-toggle_open .supply-list-item-toggle__summ {
  display: none;
}
.supply-list-item-toggle_open .supply-list-item-toggle-progress {
  display: none;
}
.supply-list-item-toggle_open:after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}
.supply-list-item-state {
  margin-bottom: 37px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
.supply-list-item-state li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.supply-list-item-state li span:first-child {
  width: 220px;
  color: #686868;
  font-weight: normal;
}
@media only screen and (max-width: 900px) {
  .supply-list-item {
    padding: 25px 20px;
    margin-bottom: 30px;
  }
  .supply-list-item-toggle__id {
    padding-right: 20px;
    width: 120px;
    font-size: 18px;
  }
  .supply-list-item-toggle__summ {
    padding-left: 20px;
    width: 270px;
  }
}
@media only screen and (max-width: 700px) {
  .supply-list-item-toggle {
    padding-right: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .supply-list-item-toggle.supply-list-item-toggle:after {
    top: 11px;
  }
  .supply-list-item-toggle__id {
    margin-bottom: 20px;
  }
  .supply-list-item-toggle-progress {
    margin-bottom: 20px;
  }
  .supply-list-item-toggle__summ {
    padding-left: 0;
    width: auto;
  }
  .supply-list-item-toggle_open .supply-list-item-toggle__id {
    margin-bottom: 0;
  }
  .supply-list-item-state {
    font-size: 14px;
  }
  .supply-list-item-state li {
    margin-bottom: 10px;
    display: block;
  }
  .supply-list-item-state li span:first-child {
    margin-right: 10px;
    width: auto;
    display: block;
  }
}
.wrap-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pagination-item {
  margin-right: 10px;
  width: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pagination-item span,
.pagination-item a {
  width: 100%;
  line-height: 41px;
  display: inline-block;
  color: #e76060;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 2px solid #dde0e7;
}
.pagination-item a:hover {
  border-color: #f97373;
  color: #e76060;
}
.pagination-item_devider {
  width: 30px;
}
.pagination-item_devider span {
  position: relative;
  color: #e76060;
  text-align: center;
  background: transparent;
  border: none;
  text-indent: -99999px;
}
.pagination-item_devider span:after {
  content: '● ● ●';
  width: 100%;
  position: absolute;
  top: 16px;
  left: 0;
  color: #e76060;
  font-size: 11px;
  line-height: 1;
  text-indent: 0;
}
.pagination-item_act {
  color: #9fa5b2;
}
.pagination-item_act span,
.pagination-item_act a {
  color: #9fa5b2;
  text-decoration: none;
}
.pagination-item-prev {
  width: 12px;
  margin-right: 27px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination-item-prev > span {
  color: #d1d4dc;
}
.pagination-item-prev a {
  color: #e76060;
  text-decoration: none;
  text-transform: uppercase;
}
.bx-no-touch .pagination-item-prev a:hover {
  opacity: .8;
}
.pagination-item-next {
  width: 12px;
  margin-left: 17px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination-item-next > span {
  color: #d1d4dc;
}
.pagination-item-next a {
  color: #e76060;
  text-decoration: none;
  text-transform: uppercase;
}
.bx-no-touch .pagination-item-next a:hover {
  opacity: .8;
}
.ico-pagin-arrow {
  width: 12px;
  height: 22px;
  display: inline-block;
  fill: currentColor;
  vertical-align: middle;
}
.ico-pagin-arrow svg {
  vertical-align: top;
}
