/********** Main colors **********/
/********** Additional colors **********/
/********** Components colors **********/
/********** Sizes **********/
/********** General **********/
@font-face {
  font-family: "wilo_plus_fmregular";
  src: url("/static/fonts/wiloplusfmreg/wiloplusfmreg.eot");
  src: url("/static/fonts/wiloplusfmreg/wiloplusfmreg.eot?#iefix") format("embedded-opentype"), url("/static/fonts/wiloplusfmreg/wiloplusfmreg.woff2") format("woff2"), url("/static/fonts/wiloplusfmreg/wiloplusfmreg.woff") format("woff"), url("/static/fonts/wiloplusfmreg/wiloplusfmreg.ttf") format("truetype"), url("/static/fonts/wiloplusfmreg/wiloplusfmreg.svg#wilo_plus_fmregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "wilo_pictregular";
  src: url("/static/fonts/wilopict/wilopict.eot");
  src: url("/static/fonts/wilopict/wilopict.eot?#iefix") format("embedded-opentype"), url("/static/fonts/wilopict/wilopict.woff2") format("woff2"), url("/static/fonts/wilopict/wilopict.woff") format("woff"), url("/static/fonts/wilopict/wilopict.ttf") format("truetype"), url("/static/fonts/wilopict/wilopict.svg#wilo_pictregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  font-family: "wilo_plus_fmregular";
}
*,
*:focus {
  outline: none !important;
}
html,
body {
  height: 100%;
}
.container {
  min-width: 320px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.content {
  position: relative;
  flex: 1 0 auto;
}
.content-wrapper {
  max-width: 970px;
  margin: 0 auto;
  padding: 20px 0;
}
@media (max-width: 1000px) {
  .content-wrapper {
    padding: 20px 10px;
  }
}
h1 {
  margin: 20px 0;
}
h2 {
  font-weight: bold;
  font-size: 18px;
  color: #363640;
  margin: 20px 0 10px;
}
.btn {
  padding: 10px 20px;
  display: inline-block;
  background-color: #363640;
  color: #ffffff;
  text-decoration: none;
  border: none;
  font-weight: bold;
  transition: all 0.5s;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
}
.btn:hover {
  background-color: #009c82;
  color: #ffffff;
}
.btn[disabled] {
  background-color: #3b3b3b;
}
.btn-pnl {
  padding: 20px 0 0;
}
.btn-pnl .btn {
  margin: 0 10px 20px 0;
}
.slide-right {
  transform: translateX(-180px);
  transition: all 0.5s;
}
.option-group-hint {
  position: absolute;
  background-color: #009c82;
  color: #ffffff;
  padding: 20px;
  width: 300px;
  text-align: center;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  display: none;
  z-index: 2;
}
.option-group-hint .btn-pnl {
  padding-top: 40px;
}
.option-group-hint .btn-pnl .btn {
  background-color: #ffffff;
  color: #505050;
}
.option-group-hint .btn-pnl .btn:hover {
  background-color: #363640;
  color: #ffffff;
}
.file {
  margin-bottom: 30px;
}
.file .file-name {
  color: #363640;
  font-size: 18px;
}
.file .file-link {
  font-size: 18px;
}
.file .file-link i {
  color: #363640;
}
.file .file-link a {
  text-decoration: none;
  color: #009c82;
}
.list-view {
  border-collapse: collapse;
  margin: 15px 0 30px;
  border: none;
  width: 100%;
}
.list-view tr:first-child td {
  background-color: #009c82;
  color: #ffffff;
  font-weight: bold;
  border-bottom: none;
  padding: 10px 20px;
}
.list-view td {
  padding: 5px 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 1000px) {
  .list-view td {
    padding: 10px 20px;
  }
}
@media (max-width: 1000px) {
  .list-view .collapse {
    display: none;
  }
}
.errorlist {
  list-style: none;
  color: #ffffff;
  padding: 5px 10px;
  box-sizing: border-box;
  background: rgba(245, 65, 0, 0.95);
  transition: all 0.5s;
}
.load {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(80, 80, 80, 0.7);
  left: 0;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #ffffff;
  z-index: 999;
}
.nowrap {
  white-space: nowrap;
}
/********** Breadcrumb **********/
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 10px 0 30px;
  color: #cccccc;
  font-size: 18px;
}
.breadcrumb .logo {
  font-family: "wilo_pictregular";
  font-size: 22px;
}
.breadcrumb a {
  text-decoration: none;
  color: #cccccc;
}
.breadcrumb li {
  white-space: nowrap;
}
.breadcrumb li + li:before {
  content: "/";
  padding: 0 5px;
}
/********** Edit page **********/
.edit-form-wrapper {
  display: flex;
  flex-direction: column;
}
.edit-form-wrapper label {
  margin-bottom: 5px;
}
.edit-form-wrapper .edit-field {
  margin: 0 0 20px;
  font-size: 16px;
  height: 38px;
  transition: all 0.5s;
  color: #505050;
  border: 1px solid #cccccc;
  padding: 6px 12px;
  box-sizing: border-box;
}
.edit-form-wrapper .edit-field[type="file"] {
  border: none;
}
.edit-form-wrapper textarea.edit-field {
  resize: none;
  height: 110px;
}
/********** Header **********/
.header {
  background-color: #009c82;
  color: #ffffff;
}
.header .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  margin: 0 auto;
  max-width: 970px;
}
.header .nav .logo {
  margin: 40px 35px 40px 0;
  font-size: 57px;
  font-family: "wilo_pictregular";
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1000px) {
  .header .nav .logo {
    margin: 0;
  }
}
.header .nav .menu-wrapper {
  margin-top: 10px;
}
@media (max-width: 1000px) {
  .header .nav .menu-wrapper {
    margin: 35px 0;
    text-align: center;
  }
}
.header .nav .menu-wrapper .menu {
  list-style: none;
  margin-bottom: 11px;
  text-align: right;
}
@media (max-width: 1000px) {
  .header .nav .menu-wrapper .menu {
    position: fixed;
    top: 0;
    left: 100%;
    width: 150px;
    height: 100%;
    background-color: #cccccc;
    padding: 15px;
    margin: 0;
  }
}
.header .nav .menu-wrapper .menu .menu-item {
  display: inline-block;
  margin-left: 15px;
}
.header .nav .menu-wrapper .menu .menu-item.drop-down {
  position: relative;
}
.header .nav .menu-wrapper .menu .menu-item.drop-down .menu-link {
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .header .nav .menu-wrapper .menu .menu-item.drop-down .menu-link {
    white-space: normal;
  }
}
.header .nav .menu-wrapper .menu .menu-item.drop-down:hover .drop-down-menu {
  display: block;
}
@media (max-width: 1000px) {
  .header .nav .menu-wrapper .menu .menu-item {
    border-bottom: 1px solid #a6a6a6;
    padding: 10px 0;
  }
  .header .nav .menu-wrapper .menu .menu-item:last-child {
    border-bottom: none;
  }
}
.header .nav .menu-wrapper .menu .menu-item .menu-link {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
}
.header .nav .menu-wrapper .menu .menu-item .menu-link:hover {
  color: #cccccc;
}
@media (max-width: 1000px) {
  .header .nav .menu-wrapper .menu .menu-item .menu-link {
    font-size: 20px;
    color: #505050;
    transition: color 0.5s;
  }
  .header .nav .menu-wrapper .menu .menu-item .menu-link:hover {
    color: #009c82;
  }
}
.header .nav .menu-wrapper .menu .menu-item .drop-down-menu {
  position: absolute;
  display: none;
  z-index: 1;
  background-color: rgba(54, 54, 64, 0.95);
  padding: 5px 20px;
  right: 0;
}
.header .nav .menu-wrapper .menu .menu-item .drop-down-menu .menu-item {
  margin: 3px 5px;
  display: block;
}
.header .nav .menu-wrapper .menu .menu-item .drop-down-menu .menu-link {
  color: #cccccc;
}
.header .nav .menu-wrapper .menu .menu-item .drop-down-menu .menu-link:hover {
  color: #ffffff;
}
.header .nav .menu-wrapper .slogan {
  text-align: right;
  font-size: 24px;
  margin-top: 20px;
  font-weight: 600;
}
@media (max-width: 1000px) {
  .header .nav .menu-wrapper .slogan {
    display: none;
  }
}
.header .nav .menu-wrapper .menu-btn {
  font-size: 30px;
  cursor: pointer;
  display: none;
}
.header .nav .menu-wrapper .menu-btn:hover {
  color: #cccccc;
}
@media (max-width: 1000px) {
  .header .nav .menu-wrapper .menu-btn {
    display: inline-block;
  }
}
.header.compact {
  position: sticky;
  top: 0;
  z-index: 1;
}
.header.compact .nav .logo {
  margin: 5px 20px 5px 0;
  font-size: 30px;
}
.header.compact .nav .menu-wrapper {
  margin: 10px 0;
}
/********** Footer **********/
.footer {
  background-color: #363640;
  color: #a3a3a6;
  flex: 0 0 auto;
}
.footer ul {
  list-style: none;
}
.footer .footer-container {
  margin: 0 auto;
  max-width: 970px;
}
.footer .footer-container .nav {
  display: flex;
  justify-content: space-between;
  padding: 55px 0;
  border-bottom: 1px solid #363640;
}
@media (max-width: 1000px) {
  .footer .footer-container .nav {
    flex-direction: column;
    padding: 30px 0 0;
    border-bottom: none;
  }
}
.footer .footer-container .nav .logo {
  padding: 0 15px;
  font-size: 57px;
  font-family: "wilo_pictregular";
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1000px) {
  .footer .footer-container .nav .logo {
    margin-bottom: 10px;
  }
}
.footer .footer-container .nav .site-map {
  padding: 0 15px;
}
.footer .footer-container .nav .site-map .sections {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .footer .footer-container .nav .site-map .sections {
    flex-direction: column;
  }
}
.footer .footer-container .nav .site-map .sections .section {
  padding-left: 15px;
  width: 170px;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .footer .footer-container .nav .site-map .sections .section {
    width: 100%;
    padding: 20px 0 0;
    margin-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .footer .footer-container .nav .site-map .sections .section:first-child {
    border-top: none;
  }
}
.footer .footer-container .nav .site-map .sections .section a {
  color: #c3c3c6;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 11px;
  text-decoration: none;
}
@media (max-width: 1000px) {
  .footer .footer-container .nav .site-map .sections .section a {
    padding: 0 0 20px 0;
    margin-bottom: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
  }
}
.footer .footer-container .nav .site-map .sections .section .section-link {
  color: #c3c3c6;
  opacity: 0.7;
  text-decoration: none;
}
.footer .footer-container .nav .site-map .sections .section .section-link:hover {
  color: #ffffff;
  opacity: 1;
}
.footer .footer-container .links {
  padding: 20px 0;
}
@media (max-width: 1000px) {
  .footer .footer-container .links {
    padding: 0 15px 20px;
  }
}
.footer .footer-container .links ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .footer .footer-container .links ul {
    flex-direction: column;
  }
}
.footer .footer-container .links ul .copyright {
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 1000px) {
  .footer .footer-container .links ul .copyright {
    display: none;
  }
}
.footer .footer-container .links ul .link {
  margin-bottom: 15px;
}
@media (max-width: 1000px) {
  .footer .footer-container .links ul .link {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
.footer .footer-container .links ul .link a {
  color: #c3c3c6;
  opacity: 0.7;
  text-decoration: none;
  margin-left: 25px;
}
.footer .footer-container .links ul .link a:hover {
  color: #ffffff;
  opacity: 1;
}
@media (max-width: 1000px) {
  .footer .footer-container .links ul .link a {
    margin-left: 0;
    font-size: 18px;
    font-weight: 600;
  }
}
.footer.compact {
  position: sticky;
  bottom: 0;
}
@media (max-width: 1000px) {
  .footer.compact {
    position: initial;
  }
}
.footer.compact .footer-container .links {
  padding: 10px 0;
}
@media (max-width: 1000px) {
  .footer.compact .footer-container .links {
    padding: 20px 15px 20px;
  }
}
.footer.compact .footer-container .links ul .link {
  margin: 0;
}
@media (max-width: 1000px) {
  .footer.compact .footer-container .links ul .link {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
/********** Main page **********/
.content-main {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  min-height: 600px;
  background: url(/static/img/main-background.jpg) no-repeat center;
}
.pnl.pnl-configurator {
  width: 150px;
}
@media (max-width: 450px) {
  .pnl.pnl-configurator {
    width: 150px;
    padding: 0 30px;
  }
}
@media (max-width: 450px) {
  .pnl.pnl-configurator .pnl-title {
    font-size: 20px;
  }
}
@media (max-width: 770px) {
  .pnl.pnl-configurator .pnl-img,
  .pnl.pnl-configurator .pnl-text {
    display: none;
  }
}
/********** Panel **********/
.pnl {
  display: flex;
  flex-direction: column;
  background: #363640;
  margin: 230px 40px 30px 0;
  width: 310px;
  padding: 0 30px;
}
@media (max-width: 450px) {
  .pnl {
    width: 210px;
    padding: 0 10px;
  }
}
.pnl .btn {
  background-color: #ffffff;
  color: #505050;
  margin: 20px 0 0;
}
.pnl .btn:hover {
  background-color: #009c82;
  color: #ffffff;
}
.pnl.color-wilo {
  background: rgba(0, 156, 130, 0.95);
}
.pnl.color-wilo .btn:hover {
  background-color: #363640;
  color: #ffffff;
}
.pnl .pnl-title {
  color: #ffffff;
  padding: 25px 0 20px 0;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 450px) {
  .pnl .pnl-title {
    font-size: 16px;
  }
}
.pnl .pnl-field {
  margin: 20px 0 0;
  font-size: 14px;
  height: 30px;
  transition: all 0.5s;
  color: #505050;
  border: 1px solid #ffffff;
  text-indent: 8px;
  padding-top: 2px;
  box-sizing: border-box;
}
.pnl .pnl-field[type="checkbox"] {
  height: 20px;
  width: 20px;
  margin: 0 10px 0 0;
}
.pnl .pnl-field[type="file"] {
  border: none;
  text-indent: 0;
}
.pnl textarea.pnl-field {
  height: 150px;
  resize: none;
}
.pnl .pnl-checkbox {
  display: flex;
  align-items: center;
  margin: 20px 0 0;
}
.pnl .pnl-checkbox label {
  font-size: 14px;
  color: #ffffff;
}
.pnl .pnl-checkbox-list {
  margin: 20px 0 0;
  color: #ffffff;
}
.pnl .pnl-checkbox-list p {
  margin: 0 0 10px;
  text-align: center;
}
.pnl .pnl-checkbox-list ul {
  border: none;
  list-style: none;
  text-indent: 0;
  height: auto;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.pnl .pnl-checkbox-list ul li {
  margin: 5px 0 0;
}
.pnl .pnl-checkbox-list ul li label {
  display: flex;
  align-items: center;
}
.pnl .pnl-link {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.5s;
  text-align: center;
  margin: 10px auto 0;
  font-size: 16px;
}
.pnl .pnl-link:hover {
  color: #cccccc;
}
.pnl .pnl-descr {
  margin: 20px 0 0;
  font-size: 12px;
  color: #ffffff;
}
.pnl .pnl-descr a {
  color: #ffffff;
}
.pnl .pnl-version {
  color: silver;
  padding: 25px 7px 7px 0;
  font-size: 7pt;
  text-align: right;
}
.pnl .errorlist {
  margin: 20px 0 0;
}
.pnl .pnl-message {
  padding: 20px 40px;
  color: #ffffff;
}
.pnl .pnl-footer {
  height: 30px;
}
.pnl .pnl-text {
  color: #ffffff;
}
.pnl .pnl-img img {
  width: 100%;
}
/********** Search panel **********/
.search-pnl {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1000px) {
  .search-pnl {
    flex-direction: column;
  }
}
.search-pnl .search-form {
  display: flex;
}
.search-pnl .search-form input {
  margin: 0;
  width: 300px;
  font-size: 14px;
  height: 30px;
  transition: all 0.5s;
  color: #505050;
  border: 1px solid #505050;
  text-indent: 8px;
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  .search-pnl .search-form input {
    width: 200px;
  }
}
.search-pnl .search-form button,
.search-pnl .search-form a {
  margin: 0 0 0 5px;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  .paginator {
    margin-bottom: 20px;
  }
}
.paginator .current {
  border: 1px solid #cccccc;
  padding: 4px;
  margin-left: 31px;
}
.paginator .current.has-prev {
  margin-left: 0;
}
.paginator .prev,
.paginator .next {
  border: 1px solid #cccccc;
  padding: 4px 9px;
  text-decoration: none;
  color: #000;
}
.paginator .prev:hover,
.paginator .next:hover {
  background: #cccccc;
}
.paginator .prev {
  border-right: none;
}
.paginator .next {
  border-left: none;
}
/********** Offers page **********/
.offers-wrapper .empty-msg {
  margin-top: 20px;
}
.offers-wrapper .offers {
  display: flex;
  justify-content: center;
  font-size: 14px;
}
/********** Configurator interface **********/
.conf {
  display: flex;
  justify-content: center;
  padding: 20px;
}
@media (max-width: 1000px) {
  .conf {
    flex-direction: column;
  }
}
.conf .conf-form .conf-form-fields {
  display: flex;
  flex-direction: column;
}
.conf .conf-form .conf-form-fields .errorlist {
  margin: 0 15px 15px 0;
}
.conf .conf-btn-pnl {
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin-right: 15px;
  position: sticky;
  top: 60px;
  min-width: 400px;
  height: fit-content;
}
@media (max-width: 1000px) {
  .conf .conf-btn-pnl {
    min-width: 280px;
  }
}
.conf .conf-btn-pnl .conf-btn {
  margin-right: 0;
}
.conf .conf-btn-pnl .conf-btn.forward {
  background-color: #009c82;
  color: #ffffff;
}
.conf .conf-btn-pnl .conf-btn.forward:hover {
  background-color: #363640;
  color: #ffffff;
}
.conf .conf-visu {
  width: 100%;
  height: fit-content;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  background-color: #f1f3f5;
  margin: 0 15px 15px 0;
  position: sticky;
  top: 60px;
}
.conf .conf-visu .cv-header {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.conf .conf-visu .cv-img {
  width: 100%;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.conf .conf-visu .cv-img img {
  max-width: 580px;
  max-height: 580px;
}
@media (max-width: 1000px) {
  .conf .conf-visu {
    display: none;
  }
}
.conf .conf-visu .fa-image {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 620px;
  font-size: 200px;
  color: #ced4da;
}
.step-desc {
  width: 300px;
  min-width: 300px;
  height: fit-content;
  position: sticky;
  top: 60px;
}
@media (max-width: 1300px) {
  .step-desc {
    display: none;
  }
}
.step-desc .desc-pnl {
  display: flex;
  flex-direction: column;
  background-color: #f1f3f5;
}
.step-desc .desc-pnl .desc-header {
  padding: 10px 20px;
}
.step-desc .desc-pnl hr {
  border-top: 1px solid #ccc;
  margin: 5px 20px;
}
.step-desc .desc-pnl .desc-text {
  padding: 10px 20px;
}
.conf-form-field {
  margin: 0 15px 15px 0;
  width: 400px;
  background-color: #f1f3f5;
}
@media (max-width: 1000px) {
  .conf-form-field {
    width: 100%;
  }
}
.conf-form-field ul {
  list-style: none;
}
.conf-form-field .field-header {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}
.conf-form-field .field-header .cff-buttons {
  white-space: nowrap;
}
.conf-form-field .field-header label {
  margin-right: 30px;
}
.conf-form-field .field-header .expert {
  color: #009c82;
  margin-left: 5px;
}
.conf-form-field .field-header button {
  border: none;
  background: none;
  font-size: 16px;
  cursor: pointer;
  color: #009c82;
  margin-left: 5px;
}
.conf-form-field .field-header button:hover {
  color: #363640;
}
.conf-form-field .field-header button.btn-osd {
  color: #f54100;
}
.conf-form-field .field-header button.btn-osd:hover {
  color: #363640;
}
.conf-form-field hr {
  border-top: 1px solid #ccc;
  margin: 5px 20px;
}
.conf-form-field .field-value {
  padding: 10px 20px;
}
.conf-form-field .field-value li {
  margin-bottom: 3px;
}
.conf-form-field .field-value li label {
  display: flex;
  align-items: center;
}
.conf-form-field .field-value input[type="number"],
.conf-form-field .field-value input[type="text"] {
  width: 100%;
  height: 30px;
  font-size: 14px;
  color: #505050;
  border: 1px solid #cccccc;
  text-indent: 8px;
  padding-top: 2px;
  box-sizing: border-box;
}
.conf-form-field .field-value input[type="radio"],
.conf-form-field .field-value input[type="checkbox"] {
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-color: #ffffff;
  margin-right: 5px;
}
.conf-form-field .field-value textarea {
  width: 100%;
  font-size: 14px;
  color: #505050;
  border: 1px solid #cccccc;
  padding: 2px 8px;
  box-sizing: border-box;
  resize: none;
}
.conf-form-field .field-value .errorlist {
  margin: 10px 0 0 0 !important;
}
.offer-preview {
  margin: 0 20px;
  padding: 20px 30px;
  border: solid 1px #505050;
  width: 300px;
  height: 400px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 400px) {
  .offer-preview {
    width: 100%;
    margin: 0 0 20px;
    box-shadow: none;
    border: none;
    background: #cccccc;
    box-sizing: border-box;
  }
}
.offer-preview .offer-name,
.offer-preview .offer-cs-type {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 400px) {
  .offer-preview .offer-name,
  .offer-preview .offer-cs-type {
    text-align: left;
  }
}
.offer-preview .offer-cs-type {
  font-size: 16px;
}
.offer-preview .offer-param {
  margin-top: 10px;
  font-weight: bold;
}
.offer-configuration {
  display: flex;
}
.offer-configuration .step-desc {
  margin: 56px 0 0 20px;
}
.offer-products table tr:last-child {
  font-weight: bold;
}
/********** Configurator steps **********/
.steps {
  display: flex;
  background-color: #f1f3f5;
  padding: 5px 0;
}
.steps .step {
  height: 55px;
  width: 100%;
  padding: 5px 0;
  color: #868e96;
}
.steps .step .step-text {
  height: 30px;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  font-size: 25px;
}
.steps .step .step-text a {
  text-decoration: none;
}
@media (max-width: 1000px) {
  .steps .step .step-text {
    height: 20px;
    font-size: 16px;
  }
}
.steps .step .step-bullet {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1000px) {
  .steps .step .step-bullet {
    display: none;
  }
}
.steps .step .step-bullet .lline,
.steps .step .step-bullet .rline {
  display: inline-block;
  width: 50%;
  height: 2px;
  background-color: #ced4da;
}
.steps .step .step-bullet .bullet {
  background-color: #ced4da;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  margin: 0 5px;
}
@media (max-width: 1000px) {
  .steps .step {
    height: auto;
  }
}
.steps .step.active .step-text,
.steps .step.current .step-text,
.steps .step.active a,
.steps .step.current a {
  color: #009c82;
}
.steps .step.active .bullet,
.steps .step.current .bullet,
.steps .step.active .lline,
.steps .step.current .lline,
.steps .step.active .rline,
.steps .step.current .rline {
  background-color: #009c82;
}
.steps .step.active a:hover {
  color: #363640;
}
/********** Data blocks **********/
.data-blocks-wrapper .group {
  margin: 30px 0 0 0;
  background-color: #f1f3f5;
}
@media (max-width: 1000px) {
  .data-blocks-wrapper .group {
    width: 100%;
  }
}
.data-blocks-wrapper .group .group-name {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
}
.data-blocks-wrapper .group hr {
  border-top: 1px solid #ccc;
  margin: 0 20px;
}
.data-blocks-wrapper .group .params {
  padding: 10px 20px;
}
.data-blocks-wrapper .group .params .param {
  padding: 5px 10px;
  display: flex;
}
@media (max-width: 400px) {
  .data-blocks-wrapper .group .params .param {
    flex-direction: column;
  }
}
.data-blocks-wrapper .group .params .param .name {
  width: 300px;
  margin-right: 30px;
  font-weight: bold;
}
@media (max-width: 400px) {
  .data-blocks-wrapper .group .params .param .name {
    width: 100%;
  }
}
.data-blocks-wrapper .group .params .files {
  padding: 5px 10px;
}
.data-blocks-wrapper .group .params .comments {
  width: 100%;
}
.data-blocks-wrapper .group .params .comments .comment {
  margin-bottom: 10px;
  background-color: #b3e1da;
  border-radius: 5px;
}
.data-blocks-wrapper .group .params .comments .comment .comment-header {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  font-size: 14px;
}
.data-blocks-wrapper .group .params .comments .comment .comment-header .author {
  font-weight: bold;
}
.data-blocks-wrapper .group .params .comments .comment .comment-header .time {
  color: #505050;
}
.data-blocks-wrapper .group .params .comments .comment .comment-text {
  padding: 5px 10px;
}
.data-blocks-wrapper .group .params .comments form .errorlist {
  margin: 0 0 10px;
}
.data-blocks-wrapper .group .params .comments form .text-field {
  display: flex;
  margin-bottom: 10px;
}
.data-blocks-wrapper .group .params .comments form .text-field textarea {
  height: 80px;
  width: 100%;
  resize: none;
  font-size: 16px;
  transition: all 0.5s;
  color: #505050;
  border: 1px solid #a6a6a6;
  padding: 2px 8px;
  box-sizing: border-box;
}
.data-blocks-wrapper .group .params .comments form .text-field button {
  margin: 0 0 0 10px;
  font-size: 20px;
}
/********** Offer cost **********/
.offer-cost-wrapper .offer-comments-form .conf-form-field {
  margin: 0;
}
.offer-cost-wrapper .offer-comments-form .conf-form-field p {
  font-size: 14px;
  padding: 10px 0;
}
.offer-cost-wrapper .offer-preview-wrapper {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
@media (max-width: 400px) {
  .offer-cost-wrapper .offer-preview-wrapper {
    flex-direction: column;
  }
}
.offer-cost-area {
  width: 100%;
  margin-right: 15px;
}
.offer-cost > table {
  margin: 0;
}
.offer-cost > table tr:last-child {
  font-weight: bold;
}
/********** Option settings dialog **********/
.osd {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(80, 80, 80, 0.7);
  left: 0;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.osd .osd-window {
  background-color: #ffffff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  opacity: 1;
}
.osd .osd-window .osd-caption {
  padding: 10px 10px;
  background-color: #f1f3f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.osd .osd-window .osd-caption button {
  border: none;
  background: none;
  font-size: 16px;
  cursor: pointer;
  color: #009c82;
  margin-left: 5px;
}
.osd .osd-window .osd-fields {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 0;
}
.osd .osd-window .osd-fields .conf-form-field {
  margin: 0 0 15px 0;
}
.osd .osd-window .osd-buttons {
  display: flex;
  justify-content: flex-end;
  padding: 0 20px;
}
.osd .osd-window .osd-buttons .btn {
  margin: 0 0 15px 10px;
}
/********** Control panel navigator **********/
.cp-navigator {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.cp-navigator .item {
  background-color: #009c82;
  color: #ffffff;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 150px;
  height: 150px;
}
.cp-navigator .item i {
  font-size: 40px;
  margin-bottom: 5px;
}
.cp-navigator .item:hover {
  background-color: #363640;
  color: #ffffff;
}
/********** Configuration advices **********/
.advices {
  margin: 0 0 15px;
}
.advices .advice {
  margin: 0 0 10px;
  padding: 5px 10px;
  background-color: #f1f3f5;
  color: #505050;
}
.advices .advice i {
  color: #ffb400;
  margin-right: 10px;
}
/********** Documents page **********/
.documents-wrapper .sect {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.documents-wrapper .sect .sect-name p {
  font-weight: bold;
  font-size: 18px;
  color: #363640;
  margin: 0 0 10px;
}
/********** Bag tracker **********/
.bugs-wrapper .empty-msg {
  margin-top: 20px;
}
.bugs-wrapper .bugs {
  display: flex;
  justify-content: center;
}
/********** reCaptcha **********/
.g-recaptcha {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
/********** Language selector **********/
.lang-selector {
  display: flex;
  justify-content: right;
  margin-bottom: 10px;
}
.lang-selector form:first-child {
  margin-right: 7px;
}
.lang-selector form:last-child {
  margin-left: 7px;
}
.lang-selector input[type="submit"] {
  color: #ffffff;
  border: none;
  background: none;
  cursor: pointer;
}
.lang-selector .current {
  font-weight: bold;
}
