.breadcrumbs {
  color: #555;
  margin: 2px 0 15px 0;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 767px) {
  .breadcrumbs {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs {
    margin-left: auto;
    margin-right: auto;
  }
}
.breadcrumbs .items {
  font-size: 13px;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #555;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs strong {
  font-weight: 500;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  content: '/';
  margin: 0 2px;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  speak: none;
  text-align: center;
}
@media (max-width: 767px) {
  .page-layout-2columns-left .cms-cont {
    position: relative;
    padding-top: 50px;
  }
}
@media (min-width: 767px) {
  .page-layout-2columns-left .cms-cont {
    display: flex;
    padding-top: 56px;
  }
  .page-layout-2columns-left .cms-cont_nav {
    width: 30%;
    margin-right: 20px;
    min-width: 250px;
    margin-top: 12px;
  }
  .page-layout-2columns-left .cms-cont_main {
    width: calc(70% - 20px);
    order: 1;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) and (min-width: 1200px) {
  .page-layout-2columns-left .cms-cont_nav {
    min-width: 388px;
  }
}
@media (min-width: 1100px) {
  .page-layout-2columns-left .cms-cont_main {
    padding: 0 96px 40px 96px;
    box-sizing: border-box;
  }
}
.page-layout-2columns-left .cms-cont .legend {
  font-weight: 600;
  margin-bottom: 5px;
}
.cms-sidebar {
  display: none;
}
@media (min-width: 768px) {
  .cms-sidebar {
    display: block;
  }
}
.cms-sidebar_title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.cms-sidebar ul {
  padding-left: 0;
  margin-bottom: 40px;
}
.cms-sidebar ul li {
  margin: 0;
}
.cms-sidebar ul li a {
  color: inherit;
  padding: 15px;
  display: block;
  margin-bottom: -1px;
  border: #ddd solid 1px;
  background-color: #fff;
}
.cms-sidebar ul li a:hover {
  background-color: #fff4f0;
}
.cms-sidebar ul li a:after {
  content: '';
  display: inline-block;
  transform: rotate(-90deg);
  width: 11px;
  height: 20px;
  float: right;
  background-image: url('../../images/icons_sprite.svg#ico-luma-22-bold');
}
a.cms-btn-faq {
  display: inline-block;
  background-color: #14566a;
  color: #fff;
  padding: 10px 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  border-radius: 3px;
}
@media (min-width: 768px) {
  a.cms-btn-faq {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
a.cms-btn-faq:hover {
  color: #fff;
  background-color: #003044;
}
a.cms-btn-faq:focus {
  box-shadow: 0 0 0 5px rgba(28, 216, 199, 0.5);
  background-color: #14566a;
}
@media (min-width: 768px) {
  .double-field {
    display: flex;
  }
  .double-field .field {
    width: 50%;
  }
}
.select-box label {
  display: none;
}
.select-box select {
  font-size: 13px;
}
@media (min-width: 768px) {
  .select-box select {
    font-size: 15px;
  }
}
.select-box select:disabled + label {
  display: block;
}
.select-box.js-select-not-empty label {
  display: block;
}
.select-box.js-select-not-empty select {
  padding-top: 25px;
  font-weight: 600;
}
.select-box.js-select-not-empty .label {
  display: block;
  left: 10px;
  top: 8px;
  font-size: 11px;
}
@media (min-width: 768px) {
  .select-box.js-select-not-empty .label {
    font-size: 13px;
    top: 10px;
    left: 15px;
  }
}
.legend:not(.first) {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .legend:not(.first) {
    margin-top: 30px;
  }
}
.textarea-comment {
  height: 300px;
}
@media (min-width: 768px) {
  .textarea-comment {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .field-sm {
    max-width: 450px;
  }
}
a.cms_top_back {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  font-size: 18px;
  font-weight: 600;
  color: inherit;
}
a.cms_top_back:before {
  content: '';
  display: inline-block;
  transform: rotate(90deg);
  margin-right: 5px;
  width: 11px;
  height: 12px;
  background-image: url('../../images/icons_sprite.svg#ico-luma-22-bold');
}
@media (min-width: 768px) {
  a.cms_top_back {
    display: none;
  }
}
.cms-cont .actions-toolbar {
  margin-top: 30px;
}
.cms-cont .actions-toolbar .action.primary {
  width: 100%;
  font-size: 15px;
  float: right;
  height: 40px;
  border-radius: 3px;
  background-color: #14566a;
}
@media (min-width: 768px) {
  .cms-cont .actions-toolbar .action.primary {
    width: 202px;
    float: right;
  }
}
.cms-cont .actions-toolbar .action.primary:hover {
  background-color: #003044;
}
.cms-cont .actions-toolbar .action.primary:focus {
  box-shadow: 0 0 0 5px rgba(28, 216, 199, 0.5);
  background-color: #14566a;
}
@media (max-width: 767px) {
  .cms-info .columns {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cms-info a.cms_top_back {
    display: none;
  }
}
.grid-title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #000000;
  margin: 30px 0 0;
}
@media (min-width: 500px) {
  .grid-title {
    margin: 40px 0 0;
  }
}
.grid-link {
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  color: #000000;
  text-decoration: underline;
}
.grid-link:hover {
  color: #000000;
  text-decoration: none;
}
.grid {
  margin-top: 30px;
}
@media (min-width: 500px) {
  .grid {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .cms-info .cms-sidebar {
    display: block;
  }
}
@media (min-width: 768px) {
  .cms-info .cms-sidebar {
    display: flex;
    width: calc(100% + 20px);
  }
}
@media (min-width: 768px) {
  .cms-info .cms-sidebar_box {
    width: 33.33333%;
    margin-right: 20px;
  }
}
.cms-help-info .page-title-wrapper {
  margin-top: 15px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .cms-help-info .page-title-wrapper {
    margin-top: 50px;
    margin-bottom: 40px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cms-cont_right_content {
    max-width: 590px;
    margin: 0 auto;
  }
}
.text-bigger {
  font-size: 18px;
}
p {
  margin-bottom: 20px;
}
h3 {
  margin-top: 30px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  h3 {
    margin-top: 40px;
  }
}
.ul-with-img {
  list-style: none;
  padding-left: 0;
}
.ul-with-img li {
  display: block;
}
@media (min-width: 500px) {
  .ul-with-img li {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.ul-with-img li span {
  position: relative;
  padding-left: 40px;
  display: block;
}
.ul-with-img li span:before {
  content: attr(data-count);
  font-size: 18px;
  background-color: #ff9169;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: -4px;
}
.ul_img-box {
  min-width: 140px;
  width: 100%;
  height: 140px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 500px) {
  .ul_img-box {
    min-height: 140px;
    width: 140px;
    margin-right: 20px;
  }
}
.info-box {
  background-color: rgba(47, 170, 217, 0.1);
  padding: 20px 15px 20px 45px;
  font-size: 13px;
  background-repeat: no-repeat;
  background-image: url(../../images/ico-info.svg);
  background-position: 15px 20px;
}
.std h3 {
  margin-top: 20px;
}
.std a {
  cursor: pointer;
  text-decoration: underline;
}
.std a:hover {
  text-decoration: none;
}
