@charset "UTF-8";
/* ARTUS WEB STYLES */
a {
  color: #475068;
}

body {
  background-color: #fefefe;
  color: #808080;
  overflow-x: hidden;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body #wrapper {
  max-width: 1785px;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 1920px) {
  body #wrapper {
    max-width: 95%;
  }
}
body a:hover, body a:active, body a:visited, body a:focus {
  text-decoration: none;
  color: #475068;
  outline: 0;
}
body img {
  max-width: 100%;
}
body select {
  padding: 10px;
  min-width: 200px;
  border-color: #38b2bd;
}
@media only screen and (min-width: 1500px) {
  body .container {
    width: 1480px;
  }
}
body table,
body .table {
  width: 100%;
}
body table tbody,
body .table tbody {
  border: 1px solid #808080;
  vertical-align: middle;
}
body table tbody tr td,
body .table tbody tr td {
  vertical-align: middle;
  border: 0;
  padding: 4px 8px;
}
body table tbody tr td.icon,
body .table tbody tr td.icon {
  text-align: center;
  width: 3%;
}
body .text-right {
  text-align: right;
}
body .text-left {
  text-align: left;
}
body .text-center {
  text-align: center;
}
body .btn {
  font-size: 14px;
  padding: 6px 28px;
  border-radius: 6px;
  font-weight: bold;
  outline: 0;
  box-shadow: none;
  border: 0px;
}
body .btn.btn-primary {
  color: #fff;
  background-color: #475068;
  background-image: none;
}
body .btn.btn-xs {
  padding: 10px 28px;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
}
body h1,
body .main-title {
  font-size: 28px;
}
body h2 {
  font-size: 18px;
}
body h3, body h4 {
  font-size: 14px;
}
body h5, body h6 {
  font-size: 12px;
}
body .page-title {
  margin-top: 0;
  color: #475068;
}
body .slick-next {
  top: 29%;
  right: -70px;
  width: auto;
  height: auto;
}
body .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 46px;
  color: #2eb9f1;
}
body .slick-prev {
  width: auto;
  height: auto;
  top: 29%;
  left: -70px;
}
body .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-size: 46px;
  color: #2eb9f1;
}
body .slick-dots {
  margin-top: 100px;
}
body .slick-dots li button:before {
  opacity: 0.5;
  font-size: 60px;
  color: #475068;
}
body .slick-dots li.slick-active button:before {
  opacity: 1;
}
body .slick-dots li button:hover {
  opacity: 1;
}
body .slick-dots li.slick-active button:before {
  color: #475068;
}
body strong {
  font-family: "Arial Black", Gadget, Arial, sans-serif;
}
body form .help-block {
  color: #db2900;
}
body .blue-text {
  color: #2eb9f1;
}
body .main-blue-text {
  color: #475068;
}
body .bold {
  font-weight: bold;
}
body .pdf-icon {
  position: relative;
}
body .pdf-icon:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1c1";
  margin-right: 5px;
}
body .dwg-icon {
  position: relative;
}
body .dwg-icon:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f15b";
  margin-right: 5px;
}
body .red-text {
  color: #db2900;
}
body .slick-dots li {
  width: 14px;
  height: 14px;
}
body .slick-dots li button {
  width: 14px;
  height: 14px;
}
body .page-main-alert {
  background-color: #475068;
  color: #fff;
  padding: 20px;
  margin: 50px 0px;
}
body .check-list ul {
  padding-left: 15px;
  width: 100%;
  float: left;
}
body .check-list ul li {
  width: 50%;
  float: left;
  list-style: none;
  position: relative;
  margin-bottom: 10px;
  text-indent: -11px;
}
body .check-list ul li::before {
  content: "✓";
  position: relative;
  left: -4px;
}
body .check-list ul li:nth-child(2n) {
  padding-left: 26px;
}
body ul li {
  text-indent: -11px;
}
body .dev-note {
  color: #db2900;
  font-weight: bold;
  font-size: 12px;
}
body .flashmessage {
  text-align: center;
  padding: 15px;
  color: #fff;
  background-color: #475068;
}
body .flashmessage .container {
  position: relative;
}
body .flashmessage .container .flash.danger {
  color: #db2900;
}
body .flashmessage .container .close-flash {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
body .cookies-bar {
  text-align: center;
  padding: 25px;
  color: #fff;
  background-color: #475068;
  position: absolute;
  width: 100%;
  bottom: 0;
}
body .cookies-bar .container {
  position: relative;
}
body .cookies-bar .container p {
  margin: 0;
}
body .cookies-bar .container a {
  color: #2eb9f1;
}
body .cookies-bar .container .btn {
  color: #fff;
  float: right;
  position: absolute;
  top: -4px;
  right: 0;
  padding: 3px 28px;
}
body .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
body hr {
  margin: 0;
}
body.grayBG {
  background-color: #f1f2f3;
}
body .container.full {
  width: 1785px;
  padding: 0;
}
@media only screen and (max-width: 1920px) {
  body .container.full {
    width: 100%;
  }
}

#header {
  width: 100%;
  background-color: #fff;
  padding: 10px 0px;
  margin: 0 auto;
}
#header.fixed {
  position: fixed;
  top: 0;
  max-width: 1785px;
  z-index: 999;
}
@media (max-width: 1919px) {
  #header.fixed {
    width: 95%;
  }
}
#header .logo {
  margin-right: 36px;
  max-height: 40px;
}
#header .menu-col {
  padding-top: 10px;
}
#header nav {
  float: right;
}
#header nav ul {
  margin: 0;
}
#header nav .navbar-brand {
  list-style: none;
  position: relative;
  width: auto;
  float: left;
  font-size: 18px;
  padding: 0px 10px;
  border-radius: 6px;
  text-indent: 0px;
}
#header nav .navbar-brand:last-child {
  margin-right: 0;
}
#header nav .navbar-brand:hover > a,
#header nav .navbar-brand .current > a {
  background-color: #475068;
  color: #fff;
}
#header nav .navbar-brand:hover > a {
  background-color: #475068;
  color: #fff;
}
#header nav .navbar-brand ul.sub-menu {
  display: none;
  position: absolute;
  padding: 5px 0px 0px 0px;
  margin: 0;
  list-style: none;
  text-align: left;
  top: 21px;
  z-index: 99;
}
#header nav .navbar-brand ul.sub-menu li:hover a {
  color: #fff;
  background-color: #475068;
}
#header nav .navbar-brand ul.sub-menu li a {
  border-radius: 0px;
  font-size: 16px;
  background-color: #fff;
  padding: 5px 10px;
  white-space: pre;
  width: 100%;
  color: #475068;
}
#header nav .navbar-brand ul.sub-menu:hover {
  display: block;
}
#header nav .navbar-brand:hover ul.sub-menu {
  display: block;
}
#header .language-switcher {
  position: relative;
  cursor: pointer;
  margin-top: -2px;
}
#header .language-switcher ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  right: 0;
  display: none;
  z-index: 9;
  background-color: #fff;
}
#header .language-switcher i {
  font-size: 21px;
  position: absolute;
  top: 2px;
  color: #2eb9f1;
}

#footer {
  margin-top: 100px;
  background-color: #475068;
  color: #fff;
  position: relative;
}
#footer .wave {
  width: 100%;
  height: 150px;
  position: absolute;
  top: -150px;
  z-index: 1;
}
#footer .footer-contact a {
  display: inline-block;
  margin-top: 30px;
  font-weight: bold;
  font-size: 18px;
  padding: 11px 59px;
}
#footer .footer-contact h4 {
  font-size: 26px;
  margin-bottom: 17px;
}
#footer .footer-contact p {
  margin: 12px 0px;
}
#footer .copyright {
  font-size: 12px;
  color: #808080;
}

.hp-slider {
  position: relative;
}
.hp-slider ul {
  padding: 0px;
  margin: 0;
}
.hp-slider ul li.slick-item {
  max-height: 450px;
  position: relative;
  background-color: #fff;
}
.hp-slider ul li.slick-item img {
  margin: 0 auto;
}
.hp-slider ul li.slick-item .slider-content {
  width: 100%;
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 25%;
  text-align: center;
}
.hp-slider ul li.slick-item .slider-content .container {
  width: 1300px;
}
.hp-slider ul li.slick-item .slider-content .main-text {
  margin: 0 auto;
}
.hp-slider ul li.slick-item .slider-content .main-text p {
  margin: 0;
  line-height: 1;
}
.hp-slider ul li.slick-item .slider-content .main-text h1, .hp-slider ul li.slick-item .slider-content .main-text h2, .hp-slider ul li.slick-item .slider-content .main-text h3, .hp-slider ul li.slick-item .slider-content .main-text h4, .hp-slider ul li.slick-item .slider-content .main-text h5, .hp-slider ul li.slick-item .slider-content .main-text h6 {
  margin: 0;
  line-height: 1;
}
.hp-slider ul li.slick-item .slider-content .btn {
  font-weight: bold;
  position: relative;
  padding: 10px 40px;
}
.hp-slider ul li.slick-item .slider-content img {
  display: inline;
}
.hp-slider ul .slick-dots {
  z-index: 1;
  bottom: 50px;
}
.hp-slider ul .slick-dots li button:before {
  opacity: 0.75;
  font-size: 60px;
  color: #475068;
}
.hp-slider ul .slick-dots li.slick-active button:before {
  opacity: 1;
}
.hp-slider ul .slick-dots li button:hover {
  opacity: 1;
}
.hp-slider ul .slick-next {
  right: 118px;
  top: 250px;
}
.hp-slider ul .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 46px;
  color: #fff;
}
.hp-slider ul .slick-prev {
  left: 118px;
  z-index: 1;
  top: 250px;
}
.hp-slider ul .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-size: 46px;
  color: #fff;
}
.hp-slider .slider-line {
  height: 150px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  bottom: 0;
  overflow: hidden;
}

.hp-notice-box {
  background-color: #8a8a8a;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  margin-bottom: 20px;
}

.hp-main-text {
  margin-bottom: 70px;
}
.hp-main-text .page-title {
  text-align: center;
}
.hp-main-text .hp-carousel p {
  margin-top: 4px;
}
.hp-main-text .hp-carousel img {
  max-width: 240px;
}
.hp-main-text .hp-carousel ul {
  padding: 0;
}
.hp-main-text .hp-carousel ul li {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
.hp-main-text .hp-carousel b {
  color: #fff;
  background-color: #475068;
  border-radius: 6px;
  padding: 5px 10px;
}
.hp-main-text .hp-carousel .slick-next {
  top: 120px;
  right: 85px;
}
.hp-main-text .hp-carousel .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 46px;
  color: #2eb9f1;
}
.hp-main-text .hp-carousel .slick-prev {
  top: 120px;
  left: 85px;
}
.hp-main-text .hp-carousel .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-size: 46px;
  color: #2eb9f1;
}
.hp-main-text .hp-carousel .slick-dots {
  bottom: -150px;
}
.hp-main-text .hp-carousel .slick-dots li button:before {
  opacity: 0.5;
  font-size: 60px;
  color: #475068;
}
.hp-main-text .hp-carousel .slick-dots li.slick-active button:before {
  opacity: 1;
}
.hp-main-text .hp-carousel .slick-dots li button:hover {
  opacity: 1;
}
.hp-main-text .hp-carousel .slick-dots li.slick-active button:before {
  color: #475068;
}

.hp-box > .row {
  margin: 0 auto;
}
.hp-box .item {
  padding: 0;
  height: 350px;
  background-color: #38b2bd;
  overflow: hidden;
}
.hp-box .item.text {
  padding: 47px;
}
.hp-box .item.image img {
  width: 100%;
  height: 100%;
}
.hp-box .item.yellow {
  background-color: #FFFDD6;
}
.hp-box .item.blue {
  background-color: #E6EDFF;
}
.hp-box .item.gray {
  background-color: #F1F2F3;
}
.hp-box .item h2 {
  position: relative;
  font-size: 24px;
  text-align: center;
  margin: 0;
}

.hp-products {
  background-color: #e4e5e8;
  margin-top: 20px;
}
.hp-products .product-preview .box-title {
  margin-bottom: 60px;
}
.hp-products .product-preview .box-title h2 {
  margin: 0;
  font-size: 60px;
}
.hp-products .product-preview .point-list.top {
  position: relative;
  top: 25px;
}
.hp-products .product-preview .point-list.bottom {
  position: relative;
  top: -45px;
}
.hp-products .product-preview .point-list ul {
  width: 100%;
  list-style-type: none;
  padding: 0;
}
.hp-products .product-preview .point-list ul li {
  width: 50%;
  float: left;
  font-size: 14px;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  margin: 20px 0px;
  text-align: center;
}
.hp-products .product-preview .point-list ul li span {
  color: #fff;
  background-color: #2eb9f1;
  padding: 8px 12.5px;
  border-radius: 6px;
  margin-right: 20px;
}
.hp-products .product-box {
  padding-bottom: 1px;
  padding-top: 2px;
}
.hp-products .product-box .main-title {
  margin-bottom: 20px;
  color: #475068;
}
.hp-products .product-box .items:last-child .item {
  float: right;
}
.hp-products .product-box .side-box {
  margin-top: 58px;
}
.hp-products .product-box .item {
  padding: 0px 10px;
}
.hp-products .product-box .item h2, .hp-products .product-box .item .item-link {
  margin-bottom: 20px;
  color: #475068;
}
.hp-products .product-box .item h2 {
  width: 70%;
}
.hp-products .product-box .item .item-link .move_to {
  width: 100%;
  float: left;
}
.hp-products .product-box .item .item-link a {
  margin-top: 10px;
}
.hp-products .product-box .item .btn {
  display: -webkit-inline-box;
}
.hp-products .product-box .item .item-content ul {
  padding: 0;
  list-style: none;
  margin-top: 30px;
  margin-bottom: 67px;
}
.hp-products .product-box .item .item-content ul li {
  position: relative;
  font-size: 14px;
  margin-left: 25px;
  margin-bottom: 15px;
}
.hp-products .product-box .item .item-content ul li:before {
  content: "✓";
  color: #2eb9f1;
  font-size: 20px;
  position: absolute;
  top: -2px;
  left: -20px;
}

.hp-news {
  margin-bottom: 96px;
}
.hp-news .box-title {
  margin-top: 90px;
  margin-bottom: 60px;
}
.hp-news .box-title h2 {
  margin: 0;
}
.hp-news .news-list {
  padding: 5px;
  padding-bottom: 20px;
}
.hp-news .news-list ul {
  padding: 0;
  list-style: none;
}
.hp-news .news-list ul li.item {
  padding-left: 20px;
  padding-right: 20px;
}
.hp-news .news-list ul li.item img {
  width: 100%;
}
.hp-news .news-list ul li.item h3 {
  font-size: 18px;
  margin: 0;
}
.hp-news .news-list ul li.item a {
  color: #2eb9f1;
  font-weight: bold;
}
.hp-news .news-list ul li.item .info-content {
  background-color: #e4e5e8;
  padding: 5px 10px;
}
.hp-news .news-list ul li.item .info-content.video {
  padding: 5px 0px;
}
.hp-news .news-list ul li.video .info-image a {
  position: relative;
  display: block;
}
.hp-news .news-list ul li.video .info-image a::before {
  content: "";
  background-image: url("../image/play.png");
  width: 84px;
  height: 84px;
  position: absolute;
  top: 79px;
  left: 165px;
  z-index: 9;
}
.hp-news .news-list ul li.video .info-image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 2;
  opacity: 0.5;
}
.hp-news .news-list ul .slick-dots {
  bottom: -46px;
}
.hp-news .news-list ul .slick-dots li button {
  width: 14px;
  height: 14px;
}
.hp-news .video-news {
  background-color: #e4e5e8;
}
.hp-news .video-news .slick-arrow {
  top: 62%;
}

.post-detail .meta {
  margin-bottom: 15px;
}
.post-detail .meta p {
  margin: 0;
  float: left;
  margin-right: 10px;
}
.post-detail .meta p.post-date {
  background-color: #2eb9f1;
  padding: 5px 10px;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
}
.post-detail .meta a {
  margin-top: 0px;
  padding: 5px 10px;
  border-radius: 6px;
  box-shadow: 0px 0px 5px 0px rgba(126, 125, 125, 0.45);
}
.post-detail .post-gallery ul {
  padding: 0;
}
.post-detail .post-gallery ul li {
  margin-right: 37px;
}
.post-detail .post-gallery ul li .item {
  padding: 15px;
}
.post-detail .post-gallery ul li .item img {
  width: 100%;
  max-height: 317px;
  box-shadow: 0px 0px 24px 0px rgba(50, 50, 50, 0.24);
}
.post-detail .post-gallery .slick-next,
.post-detail .post-gallery .slick-prev {
  top: 43%;
}

.page ul.list,
.post ul.list {
  padding-left: 28px;
}
.page ul.list li,
.post ul.list li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
}
.page ul.list li::before,
.post ul.list li::before {
  content: "";
  background-image: url("../image/li_img.png");
  width: 19px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: -28px;
}
.page .list-li ul,
.post .list-li ul {
  padding-left: 28px;
}
.page .list-li ul li,
.post .list-li ul li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
}
.page .list-li ul li::before,
.post .list-li ul li::before {
  content: "✓";
  position: absolute;
  top: 0px;
  left: -28px;
  color: #2eb9f1;
}

.page#layout-contact .page-title {
  font-size: 28px;
}
.page#layout-contact .hp-slider .banner {
  max-height: 450px;
  overflow: hidden;
}
.page#layout-contact .hp-slider .banner .banner-content {
  position: absolute;
  width: 100%;
  top: 22%;
}
.page#layout-contact .hp-slider .banner .banner-content .main-text {
  color: #fff;
  width: 60%;
  margin: 0 auto;
  font-size: 60px;
  text-align: center;
}
.page#layout-contact .hp-slider .banner .banner-content .main-text strong {
  font-size: 60px;
  width: 100%;
  float: left;
}
.page#layout-contact .contact-information h1 {
  color: #475068;
  margin-bottom: 30px;
}
.page#layout-contact .contact-information .contant-detail {
  padding-left: 0px;
}
.page#layout-contact .contact-information .contant-detail img {
  margin-bottom: 10px;
}
.page#layout-contact .contact-information .contant-detail strong {
  font-size: 26px;
}
.page#layout-contact .contact-information #map {
  height: 650px;
}
.page#layout-contact .our-team {
  margin-top: 20px;
  background-color: #f1f2f3;
  padding: 20px 0px;
}
.page#layout-contact .our-team h1 {
  color: #475068;
}
.page#layout-contact .our-team .page-content {
  margin-bottom: 20px;
}
.page#layout-contact .our-team .detail {
  margin-bottom: 20px;
}
.page#layout-contact .our-team .detail h2 {
  margin-top: 0;
}
.page#layout-contact .our-team .detail img {
  width: 100%;
  margin-bottom: 20px;
  max-width: 152px;
}
.page#layout-contact .our-team .detail .contact {
  width: 100%;
}
.page#layout-contact .our-team .detail .contact p {
  margin-top: 2px;
  margin-bottom: 2px;
}
.page#layout-contact .career {
  padding: 20px 0px;
}
.page#layout-contact .career .career-detail {
  margin-bottom: 20px;
}
.page#layout-contact .career .career-detail img {
  width: 100%;
}
.page#layout-contact .career .career-detail .preview-image-box img {
  margin-bottom: 30px;
  width: 100%;
}
.page#layout-contact .contact-form {
  padding: 20px 0px;
  margin-bottom: 50px;
}
.page#layout-contact .contact-form .main-form {
  margin-top: 15px;
  width: 40%;
  margin: 0 auto;
}
.page#layout-contact .contact-form .main-form .inputs {
  width: 100%;
  outline: none;
  padding: 10px;
  margin-bottom: 20px;
}
.page#layout-contact .contact-form .main-form textarea {
  height: 125px;
}
.page#layout-contact .contact-form .main-form input[type=checkbox] {
  float: left;
  width: auto;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.page#layout-contact .contact-form .main-form ::-moz-placeholder {
  color: #475068;
  opacity: 1;
}
.page#layout-contact .contact-form .main-form ::placeholder {
  color: #475068;
  opacity: 1;
}
.page#layout-contact .contact-form .main-form :-ms-input-placeholder {
  color: #475068;
}
.page#layout-contact .contact-form .main-form ::-ms-input-placeholder {
  color: #475068;
}
.page#layout-contact .contact-form .main-form .button {
  padding: 11px 75px;
}
.page#layout-contact .contact-form .main-form .control-label {
  display: none;
}
.page#layout-contact .contact-form .main-form .col-sm-9 {
  width: 100%;
}
.page#layout-contact .contact-form .main-form .form-group:last-child .col-sm-9 {
  text-align: center;
}
.page#layout-contact .contact-form .main-form .help-block {
  position: absolute;
  right: 14px;
  top: 11px;
}
.page#layout-realizace .item-list .item {
  margin-bottom: 50px;
}
.page#layout-realizace .item-list .item:last-child {
  margin-bottom: 0px;
}
.page#layout-realizace .item-list .item h2 {
  color: #475068;
}
.page#layout-realizace .item-list .item .post-gallery .gallery-item {
  margin-bottom: 30px;
}
.page#layout-documentation .mounting-support {
  padding-top: 20px;
  padding-bottom: 50px;
}
.page#layout-documentation .mounting-support table tbody {
  border: 0px;
}
.page#layout-documentation .mounting-support table tbody tr {
  border-bottom: 1px solid #475068;
}
.page#layout-documentation .mounting-support table tbody tr td:first-child {
  color: #475068;
}
.page#layout-documentation .mounting-support .dwg-list .toggle-line {
  border-bottom: 1px solid #475068;
}
.page#layout-documentation .mounting-support .dwg-list .toggle-line h3 {
  cursor: pointer;
}
.page#layout-documentation .mounting-support .dwg-list .toggle-line h3 .fa-sort-up {
  position: relative;
  top: 11px;
}
.page#layout-documentation .mounting-support .dwg-list .toggle-line .child-line {
  padding: 5px 12px;
  width: 100%;
  float: left;
  border: 1px solid #475068;
  margin-bottom: 10px;
}
.page#layout-documentation .mounting-support .file-list {
  margin: 0;
  list-style: none;
}
.page#layout-documentation .mounting-support .file-list li {
  width: auto;
  float: left;
  margin-right: 10px;
}
.page#layout-documentation .mounting-support .file-list li:last-child {
  margin-right: 0;
}
.page#layout-documentation .mounting-videos {
  background-color: #f1f2f3;
  padding-top: 20px;
  padding-bottom: 50px;
}
.page#layout-documentation .mounting-videos .mounting-videos-list-items li.item {
  margin-right: 38px;
  margin-left: 38px;
}
.page#layout-documentation .mounting-videos .mounting-videos-list-items li.item h3 {
  margin-bottom: 0;
}
.page#layout-documentation .mounting-videos .mounting-videos-list-items li.item p {
  margin-top: 0;
  margin-bottom: 34px;
}
.page#layout-documentation .mounting-videos .mounting-videos-list-items .slick-list {
  padding-bottom: 75px;
}
.page#layout-documentation .drawing-support {
  display: block;
  padding-top: 96px;
  padding-bottom: 135px;
}
.page#layout-documentation .mounting-videos-list-items h3 {
  color: #475068;
}
.page#layout-documentation .documentation-box table h3 {
  margin: 0;
}
.page#layout-documentation .documentation-box .toggle-line h3 {
  margin: 5px 0px;
}
.page#layout-documentation .documentation-box .toggle-line span.pull-right {
  position: relative;
  top: -9px;
}
.page#layout-documentation .table td:nth-child(1), .page#layout-documentation .table td:nth-child(2) {
  width: 39%;
}
.page#layout-documentation .table td:nth-child(3), .page#layout-documentation .table td:nth-child(4), .page#layout-documentation .table td:nth-child(5) {
  width: 7%;
}

.share-button {
  display: inline-block;
  margin-right: 7px;
  background-repeat: no-repeat;
}
.share-button i {
  color: #2eb9f1;
}

.products-page .main-categorie-list {
  margin-bottom: 32px;
  padding-bottom: 30px;
}
.products-page .main-categorie-list.default {
  overflow: hidden;
}
.products-page .main-categorie-list .single-category {
  background-color: #fff;
  /*&:hover{
      .item{
          background-color: $hover;
          color:#fff;
      }
  }*/
}
.products-page .main-categorie-list .single-category .item {
  padding: 20px;
  background-color: #e4e5e8;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.products-page .main-categorie-list .single-category .item ul {
  margin: 0;
  padding-left: 15px;
  list-style: none;
}
.products-page .main-categorie-list .single-category .item ul li {
  position: relative;
}
.products-page .main-categorie-list .single-category .item ul li::before {
  content: "✓";
  position: relative;
  left: -10px;
}
.products-page .main-categorie-list .single-category .item .col-lg-12 {
  margin-top: 10px;
}
.products-page .main-categorie-list .single-category.active .item {
  background-color: #475068;
  color: #fff;
}
.products-page .main-categorie-list.clone {
  display: none;
  width: 100%;
  max-width: 1815px;
  position: fixed;
  top: 60px;
  z-index: 999999;
}
.products-page .main-categorie-list.clone .single-category {
  height: 78px;
}
.products-page .main-categorie-list.clone .item {
  height: 78px;
  padding: 15px 10px;
}
.products-page .main-categorie-list.clone .item img {
  height: 50px;
}
.products-page .main-categorie-list.clone .item .desc {
  display: none;
}
.products-page .main-sub-categorie-list {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.products-page .main-sub-categorie-list .single-sub-category {
  width: 100%;
  float: left;
  position: relative;
  border-bottom: 3px solid #808080;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.products-page .main-sub-categorie-list .single-sub-category:last-child {
  margin-right: 0px;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.products-page .detail-sub-category {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.products-page .detail-sub-category .subcategory-title img {
  margin-right: 29px;
}
.products-page .detail-sub-category .subcategory-title h3 {
  margin-top: 0px;
}
.products-page .detail-sub-category .btn {
  margin-top: 10px;
  float: right;
  width: auto;
}
.products-page .detail-sub-category .sub-category-gallery {
  text-align: center;
}
.products-page .detail-sub-category .sub-category-gallery .item {
  text-align: center;
}
.products-page .detail-sub-category .sub-category-gallery .item img {
  width: 100%;
  max-height: 150px;
}
.products-page .detail-sub-category .sub-category-gallery .btn {
  float: left;
}
.products-page .detail-sub-category .sub-category-gallery .threesixty {
  margin-top: 15px;
}
.products-page .detail-sub-category .sub-category-gallery .threesixty img {
  margin: 0 auto;
  height: 100%;
}
.products-page .product-navigation .item-box .item {
  margin-bottom: 15px;
  border-radius: 6px;
  padding: 10px;
}
.products-page .product-navigation .item-box .item h6 {
  position: relative;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
}
.products-page .product-navigation .item-box .item .s-desc {
  display: flex;
  align-items: center;
  height: 50px;
}
.products-page .product-navigation .item-box .item .s-desc h6 {
  font-size: 13px;
  width: 80%;
}
.products-page .product-navigation .item-box .item img {
  max-height: 50px;
}
.products-page .product-navigation .item-box.typ-zaskleni .item {
  background-color: #808080;
  color: #fff;
}
.products-page .product-navigation .item-box.doplnky .item {
  background-color: #e4e5e8;
  color: #808080;
}

#product-layout-skupina .page-title {
  width: 100%;
  background-color: #475068;
  color: #fff;
  padding: 5px 10px;
}
#product-layout-skupina .skupina-content {
  font-size: 16px;
}
#product-layout-skupina .skupina-content table {
  margin-bottom: 10px;
  width: 49%;
  float: left;
  margin-right: 1%;
}
#product-layout-skupina .skupina-content table.tech_par:last-child, #product-layout-skupina .skupina-content table.tech_par.col2 {
  float: right;
  margin-right: 0;
}
#product-layout-skupina .skupina-content div {
  width: 100%;
  float: left;
}
#product-layout-skupina .skupina-carousel {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
#product-layout-skupina .skupina-carousel ul {
  padding: 0;
}
#product-layout-skupina .skupina-carousel ul .slick-dots {
  bottom: -47px;
}
#product-layout-skupina .skupina-carousel img {
  width: auto;
  height: 220px;
  margin: 0 auto;
}
#product-layout-skupina .skupina-soubory tbody {
  border: 0px;
}
#product-layout-skupina .skupina-soubory tbody td {
  padding: 0;
}
#product-layout-skupina .podskupiny-list .podskupina-title {
  padding: 5px 10px;
  background-color: #808080;
  color: #fff;
}
#product-layout-skupina .podskupiny-list .box {
  margin-bottom: 46px;
}
#product-layout-skupina .podskupiny-list .technick-file {
  margin: 0 auto;
}
#product-layout-skupina .podskupiny-list .technick-file .table-title-box {
  cursor: pointer;
  margin-bottom: 0;
}
#product-layout-skupina .podskupiny-list .technick-file table td:nth-child(1), #product-layout-skupina .podskupiny-list .technick-file table td:nth-child(2) {
  width: 39%;
}
#product-layout-skupina .podskupiny-list .technick-file table td:nth-child(3), #product-layout-skupina .podskupiny-list .technick-file table td:nth-child(4), #product-layout-skupina .podskupiny-list .technick-file table td:nth-child(5) {
  width: 7%;
}
#product-layout-skupina .podskupiny-list .price-list h3 {
  margin-bottom: 0;
}
#product-layout-skupina .podskupiny-list .price-list h5 {
  margin-top: 0;
}
#product-layout-skupina .podskupiny-list .price-list .nav-button {
  margin-bottom: 10px;
  width: 100%;
  float: left;
}
#product-layout-skupina .podskupiny-list .price-list .nav-button .btn {
  display: inline-block;
}
#product-layout-skupina .podskupiny-list .price-list .nav-button .toggle-weight {
  position: relative;
  top: 5px;
  /*width: 100%;
  float: left;
  margin-bottom: 10px;*/
}
#product-layout-skupina .podskupiny-list .price-list .price-table {
  border-collapse: separate;
  position: relative;
  border-color: #475068;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
}
#product-layout-skupina .podskupiny-list .price-list .price-table td, #product-layout-skupina .podskupiny-list .price-list .price-table th {
  text-align: center;
  border: 1px solid;
  border-right: 0;
  border-bottom: 0;
}
#product-layout-skupina .podskupiny-list .price-list .price-table td.opacity-0 span, #product-layout-skupina .podskupiny-list .price-list .price-table th.opacity-0 span {
  opacity: 0;
}
#product-layout-skupina .podskupiny-list .price-list .price-table thead tr {
  position: sticky;
  top: 60px;
  z-index: 2;
}
#product-layout-skupina .podskupiny-list .price-list .price-table thead tr:last-child {
  top: 100px;
}
#product-layout-skupina .podskupiny-list .price-list .price-table thead tr:first-child th:first-child {
  border-left: 0px;
  width: 1%;
  min-width: 120px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
#product-layout-skupina .podskupiny-list .price-list .price-table thead tr th {
  background-color: #f1f2f3;
  padding: 10px 30px;
  color: #475068;
  min-width: 20%;
  vertical-align: middle;
}
#product-layout-skupina .podskupiny-list .price-list .price-table thead tr th:first-child {
  vertical-align: middle;
}
#product-layout-skupina .podskupiny-list .price-list .price-table thead tr.light-text th {
  font-weight: normal;
}
#product-layout-skupina .podskupiny-list .price-list .price-table tbody tr td {
  color: #475068;
  background-color: #fff;
}
#product-layout-skupina .podskupiny-list .price-list .price-table tbody tr td:first-child {
  border-left: 0px;
  background-color: #f1f2f3;
}
#product-layout-skupina .podskupiny-list .price-list .price-table tbody tr td:last-child {
  border-right: 0px;
}
#product-layout-skupina .podskupiny-list .price-list .price-table tbody tr td .weight {
  display: none;
}
#product-layout-skupina .podskupiny-list .price-list .price-table tbody tr:hover td {
  background-color: #f1f2f3;
}
#product-layout-skupina .podskupiny-list .price-list .price-table tbody tr.note-line td {
  background-color: #f1f2f3;
  padding: 10px 30px;
  color: #475068;
  min-width: 20%;
  vertical-align: middle;
  font-weight: bold;
}
#product-layout-skupina .podskupiny-list .show-pricelist {
  border-radius: 0;
}
#product-layout-skupina .podskupiny-list .product-item {
  margin-bottom: 30px;
}
#product-layout-skupina .podskupiny-list .product-item h4 {
  color: #475068;
  margin-bottom: 10px;
}
#product-layout-skupina .podskupiny-list .product-item .show-pricelist {
  margin-bottom: 10px;
}
#product-layout-skupina .podskupiny-list .product-item img {
  max-height: 130px;
}
#product-layout-skupina .podskupiny-list .product-item .product-content p {
  margin: 0;
}
#product-layout-skupina .podskupiny-list .product-item .product-content.znaceni-color-li-check ul {
  padding-left: 15px;
}
#product-layout-skupina .podskupiny-list .product-item .product-content.znaceni-color-li-check ul li {
  list-style: none;
  position: relative;
  font-size: 14px;
  text-indent: 0;
}
#product-layout-skupina .podskupiny-list .product-item .product-content.znaceni-color-li-check ul li::before {
  content: "•";
  position: absolute;
  left: -18px;
  bottom: -9px;
  font-size: 25px;
}
#product-layout-skupina .podskupiny-list .product-item .product-detail {
  display: none;
  margin-top: 10px;
}
#product-layout-skupina .product-nav {
  background-color: #f1f2f3;
  padding: 10px 10px;
  margin-bottom: 10px;
}
#product-layout-skupina .product-nav .nav-item, #product-layout-skupina .product-nav span {
  color: #475068;
}
#product-layout-skupina .product-nav .btn {
  position: relative;
  top: -6px;
}

#vertical-configurator {
  margin-bottom: 52px;
}
#vertical-configurator .container {
  padding: 60px 0 20px 0;
  margin: 0 auto;
}
#vertical-configurator #snippet--configurator_steps {
  width: 100%;
  float: left;
}
#vertical-configurator tbody {
  border: 0px;
}
#vertical-configurator .configurator-step {
  margin-bottom: 25px;
}
#vertical-configurator .configurator-step .step-title {
  background-color: #f1f2f4;
  padding: 10px 15px;
}
#vertical-configurator .configurator-step .step-title p, #vertical-configurator .configurator-step .step-title h3, #vertical-configurator .configurator-step .step-title h4 {
  color: #475068;
}
#vertical-configurator .configurator-step .step-title.active, #vertical-configurator .configurator-step .step-title:hover {
  background-color: #475068;
}
#vertical-configurator .configurator-step .step-title.active p, #vertical-configurator .configurator-step .step-title.active h3, #vertical-configurator .configurator-step .step-title.active h4, #vertical-configurator .configurator-step .step-title:hover p, #vertical-configurator .configurator-step .step-title:hover h3, #vertical-configurator .configurator-step .step-title:hover h4 {
  color: #fff;
}
#vertical-configurator .configurator-step .step-title h3 {
  margin-bottom: 0;
}
#vertical-configurator .configurator-step .step-title p {
  margin-top: 0;
}
#vertical-configurator .configurator-step .step-body {
  padding-top: 25px;
  width: 100%;
  float: left;
}
#vertical-configurator .configurator-step .step-body .next-step {
  width: 100%;
  float: left;
  margin: 40px 0px 25px 0px;
}
#vertical-configurator .configurator-step .step-body .next-step a {
  padding: 13px 57px;
}
#vertical-configurator .configurator-step .preview-box {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
  height: 0px;
  display: none;
}
#vertical-configurator .configurator-step .preview-box.active {
  display: block;
  visibility: visible;
  opacity: 1;
  height: auto;
}
#vertical-configurator .configurator-step .preview-box img {
  border: 1px solid black;
  padding: 38px;
  margin-bottom: 5px;
}
#vertical-configurator .configurator-step .preview-box .text {
  width: 100%;
  float: left;
}
#vertical-configurator .configurator-step .select-box {
  margin-bottom: 15px;
  display: grid;
  position: relative;
}
#vertical-configurator .configurator-step .select-box .box-title {
  background-color: #475068;
  color: #fff;
  padding: 10px 20px;
  position: relative;
}
#vertical-configurator .configurator-step .select-box .box-title h4 {
  margin: 0;
}
#vertical-configurator .configurator-step .select-box .box-title .show-detail {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #2eb9f1;
  font-size: 16px;
  font-weight: bold;
}
#vertical-configurator .configurator-step .select-box .box-title .show-detail:hover {
  color: #fff;
}
#vertical-configurator .configurator-step .select-box .box-title .show-detail i {
  margin-left: 5px;
}
#vertical-configurator .configurator-step .select-box table a.select-box,
#vertical-configurator .configurator-step .select-box table label {
  margin-bottom: 0 !important;
}
#vertical-configurator .configurator-step .select-box .box-content {
  background-color: #f1f2f4;
  padding: 10px 20px;
  display: block;
}
#vertical-configurator .configurator-step .select-box .box-content label {
  width: 100%;
  float: left;
  font-size: 14px;
  margin-bottom: 10px;
}
#vertical-configurator .configurator-step .select-box .box-content .show-product-detail {
  display: none;
  font-size: 12px;
  padding-left: 17px;
}
#vertical-configurator .configurator-step .select-box .box-content .show-product-detail.active {
  display: block;
}
#vertical-configurator .configurator-step .select-box .box-content .show-product-detail li {
  text-indent: 0;
}
#vertical-configurator .configurator-step .select-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d6cece;
  z-index: 2;
  opacity: 0.5;
  display: none;
}
#vertical-configurator .configurator-step .select-box.disabled .overlay {
  display: block;
}
#vertical-configurator .configurator-step .preview-item-box {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 0px 24px 0px rgba(50, 50, 50, 0.24);
}
#vertical-configurator .configurator-step .preview-item-box .box-title {
  text-align: center;
  color: #38b2bd;
}
#vertical-configurator .configurator-step .modal-select-box.active .select-box {
  margin-bottom: 15px;
  color: #fff;
  background-color: #475068;
}
#vertical-configurator .configurator-step .modal-select-box .select-box {
  margin-bottom: 20px;
  color: #38b2bd;
  font-weight: bold;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0px 0px 24px 0px rgba(50, 50, 50, 0.24);
}
#vertical-configurator .configurator-step .material-selected {
  padding: 0px 15px;
  margin-bottom: 15px;
}
#vertical-configurator .configurator-step .material-selected label {
  width: 100%;
  float: left;
}
#vertical-configurator .configurator-step .material-selected label.mb {
  margin-bottom: 15px;
}
#vertical-configurator .configurator-step tr.prislusenstvi td:first-child {
  padding-left: 41px;
}
#vertical-configurator .summary #snippet--client_selection {
  background-color: #f9fadb;
  padding: 28px 31px 45px 31px;
}
#vertical-configurator .summary .title {
  text-align: center;
}
#vertical-configurator .summary .title h3 {
  margin-top: 0;
  font-size: 28px;
}
#vertical-configurator .summary .composition {
  color: #acacac;
  max-height: 768px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
}
#vertical-configurator .summary .composition::-webkit-scrollbar {
  display: none;
}
#vertical-configurator .summary .composition .item {
  margin-bottom: 20px;
}
#vertical-configurator .summary .composition .item strong {
  font-size: 16px;
}
#vertical-configurator .summary .composition .item p {
  margin-top: 0;
  margin-left: 15px;
  margin-bottom: 0;
}
#vertical-configurator .summary .composition table tr {
  background-color: transparent;
}
#vertical-configurator .summary .composition table tr td {
  padding: 0;
}
#vertical-configurator .summary .composition table tr td p {
  margin: 0;
}
#vertical-configurator .summary .composition table tr td:first-child {
  width: 70%;
}
#vertical-configurator .summary .composition table tr.item td {
  padding-top: 30px;
}
#vertical-configurator .summary .composition table tr.item:first-child td {
  padding-top: 0;
}
#vertical-configurator .summary .composition .action-button {
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}
#vertical-configurator .summary .composition .action-button .confimed-clearing {
  display: none;
  width: 100%;
  float: left;
  margin-top: 20px;
}
#vertical-configurator .summary .composition .action-button .confimed-clearing .btn-danger {
  color: #fff;
}
#vertical-configurator .summary .scroll-to-down {
  display: none;
  width: 100%;
  position: absolute;
  bottom: -15px;
  left: 0px;
  cursor: pointer;
}
#vertical-configurator .summary .scroll-to-down:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 46px;
  color: #39b2c0;
}
#vertical-configurator .summary #snippet--dekLogin {
  width: 100%;
  float: left;
}
#vertical-configurator .summary #snippet--dekLogin form {
  display: none;
}
#vertical-configurator .summary #snippet--dekLogin form .form-group {
  width: 100%;
  float: left;
}
#vertical-configurator .summary #snippet--dekLogin form .form-group .col-sm-9 {
  padding: 0;
  width: 100%;
}
#vertical-configurator .summary #snippet--dekLogin form .form-group .control-label {
  display: none;
}
#vertical-configurator .summary #snippet--dekLogin form .form-group .inputs {
  width: 100%;
  margin-bottom: 20px;
  outline: none;
  padding: 10px;
}
#vertical-configurator .summary #snippet--dekLogin .logout {
  margin-top: 5px;
}
#vertical-configurator .finish-configurator {
  margin-top: 25px;
}
#vertical-configurator .manzeta-detail {
  margin-top: 15px;
}
#vertical-configurator .current-select .preview-item-box {
  background-color: #2eb9f1;
}
#vertical-configurator .current-select .preview-item-box .box-title {
  color: #fff;
}
#vertical-configurator .open-modal-idi {
  position: absolute;
  top: 15px;
  right: 15px;
}
#vertical-configurator .owl-next:hover,
#vertical-configurator .owl-prev:hover {
  background: transparent;
}
#vertical-configurator .owl-next:hover span,
#vertical-configurator .owl-prev:hover span {
  color: #2eb9f1;
}

.configurator-modal {
  position: fixed;
  top: 50px;
  width: 100%;
  max-width: 95%;
  background-color: #fff;
  padding: 53px 118px;
  max-height: 1136px;
  overflow-y: auto;
  box-shadow: 0px 0px 24px 0px rgba(50, 50, 50, 0.24);
  z-index: 2;
}
.configurator-modal .btn {
  color: #fff;
  background-color: #2eb9f1;
  background-image: none;
  padding: 13px 57px;
}
.configurator-modal .btn.close {
  background-color: #fff;
  border: 1px solid #2eb9f1;
  color: #2eb9f1;
  margin-right: 26px;
  padding: 12px 57px;
}
.configurator-modal .modal-control {
  margin-top: 20px;
  padding-bottom: 20px;
}
.configurator-modal .modal-control-top {
  padding-bottom: 20px;
}
.configurator-modal .zaskleni_modal .box-title {
  background-color: #475068;
  color: #fff;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
}
.configurator-modal .zaskleni_modal .box-title h4 {
  margin: 0;
}
.configurator-modal .zaskleni_modal .second-box.active .box-title {
  background-color: #38b2bd;
  color: #fff;
  margin: 0px;
}
.configurator-modal .zaskleni_modal .second-box.active .box-title h5 {
  font-weight: bold;
  margin: 0;
}
.configurator-modal .zaskleni_modal .second-box.active .box-content {
  background-color: #f1f2f4;
  padding: 10px 20px;
  display: block;
}
.configurator-modal .zaskleni_modal .second-box .box-title {
  background-color: transparent;
  margin: 0px;
  color: #475068;
}
.configurator-modal .zaskleni_modal .second-box .box-title h5 {
  font-weight: bold;
  margin: 0;
}
.configurator-modal .zaskleni_modal .second-box .box-content {
  padding: 10px 20px;
}
.configurator-modal .motorove_sady_modal .item .box-title {
  background-color: #f0f1f3;
  padding: 1px 25px;
  font-size: 18px;
  color: #475068;
}
.configurator-modal .motorove_sady_modal .item .box-title h4 {
  margin-bottom: 0px;
}
.configurator-modal .motorove_sady_modal .item .box-title h5 {
  margin-top: 0px;
}
.configurator-modal .motorove_sady_modal .item .box-content {
  padding: 10px 25px 20px 25px;
}
.configurator-modal .motorove_sady_modal .item.active .box-title {
  background-color: #38b2bf;
  color: #fff;
}
.configurator-modal .motorove_sady_modal .item.active .box-content {
  background-color: #f0f1f3;
}
.configurator-modal .motorove_sady_modal .item .section .section-title {
  font-weight: bold;
  color: #475068;
}
.configurator-modal .motorove_sady_modal .item .section .section-content {
  padding-bottom: 20px;
}
.configurator-modal .motorove_sady_modal .item .section .section-content label {
  width: 100%;
  float: left;
}
.configurator-modal .motorove_sady_modal .item .section.error {
  background-color: rgba(255, 0, 0, 0.3);
}
.configurator-modal .motorove_sady_modal .owl-nav {
  font-size: 70px;
  color: #38b2bf;
  position: absolute;
  top: 30%;
  width: 100%;
}
.configurator-modal .motorove_sady_modal .owl-nav .owl-next {
  right: -33px;
  position: absolute;
}
.configurator-modal .motorove_sady_modal .owl-nav .owl-next.disabled {
  opacity: 0.2;
}
.configurator-modal .motorove_sady_modal .owl-nav .owl-prev {
  left: -33px;
  position: absolute;
}
.configurator-modal .motorove_sady_modal .owl-nav .owl-prev.disabled {
  opacity: 0.2;
}
.configurator-modal .barva_zaluzii_modal img {
  width: 50px;
  height: auto;
}

.currency-switcher {
  position: absolute;
  top: -30px;
  right: 15px;
  z-index: 1;
  width: 100%;
  float: left;
}
.currency-switcher .currency-switcher-select {
  float: right;
  margin-left: 10px;
  cursor: pointer;
}
.currency-switcher .currency-switcher-select ul {
  display: none;
  list-style: none;
  margin-right: 24px;
  position: absolute;
  z-index: 1;
  border: 1px solid #475068;
  padding: 0;
  right: 0;
  margin-right: 0;
  top: 6px;
  background-color: #fff;
}
.currency-switcher .currency-switcher-select ul li {
  display: grid;
}
.currency-switcher .currency-switcher-select ul li a {
  color: #475068;
  padding: 6px 37px;
}
.currency-switcher .currency-switcher-select ul li:hover {
  background-color: #2eb9f1;
}
.currency-switcher .currency-switcher-select ul li:hover a {
  color: #fff;
}
.currency-switcher .currency-switcher-select i {
  font-size: 21px;
  position: absolute;
  top: -3px;
  color: #2eb9f1;
  right: 0;
}
.currency-switcher .currency-switcher-select .current-currency {
  margin-right: 25px;
  color: #2eb9f1;
}

#final-configurator .containers {
  padding: 20px 40px;
  max-width: 1740px;
  margin: 0 auto;
}
#final-configurator .page-title h1 {
  color: #475068;
  font-size: 28px;
}
#final-configurator .table thead th {
  font-size: 14px;
  padding: 15px 20px;
}
#final-configurator .table tbody td {
  background-color: #f1f2f3;
  font-size: 14px;
  padding: 15px 20px;
}
#final-configurator .table tfoot td {
  color: #475068;
  border-top: 1px solid #475068;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 20px;
}
#final-configurator .table .qnt-changer {
  position: relative;
  left: 35px;
}
#final-configurator .table .qnt-changer a {
  background-color: #2eb9f1;
  color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  float: left;
  text-align: center;
}
#final-configurator .table .qnt-changer a.remove-qnt {
  margin-right: 9px;
  padding: 2px 7px;
}
#final-configurator .table .qnt-changer a.remove-qnt span {
  position: relative;
  left: -0.5px;
}
#final-configurator .table .qnt-changer a.add-qnt {
  margin-left: 9px;
  padding: 2.5px 7px;
}
#final-configurator .table .qnt-changer a.add-qnt span {
  position: relative;
  left: -0.5px;
}
#final-configurator .table .qnt-changer .final_qnt {
  width: 51px;
  text-align: center;
  border: 1px solid #39b2c0;
  float: left;
  outline: #2eb9f1;
  padding: 2px 2px 2px 11px;
}
#final-configurator .inquiry {
  margin-bottom: 60px;
}
#final-configurator .inquiry .export {
  margin-top: 43px;
}
#final-configurator .inquiry .export a {
  font-size: 14px;
  width: 100%;
  float: left;
  color: #2eb9f1;
}
#final-configurator .inquiry .send-inquiry a {
  position: relative;
  top: 67px;
}
#final-configurator .inquiry .download_file {
  width: 100%;
  float: left;
  margin-top: 20px;
}
#final-configurator .inquiry .download_file a {
  width: auto;
  color: #fff;
}
#final-configurator .notice {
  margin-bottom: 291px;
  border-top: 1px solid #475068;
  padding-top: 22px;
}
#final-configurator .notice p, #final-configurator .notice h4 {
  margin: 0;
}

#frm-inquiryForm .form-group {
  width: 100%;
  float: left;
  margin-bottom: 9px;
}
#frm-inquiryForm label {
  width: 20%;
  float: left;
  margin-right: 18px;
  padding: 9px 0px;
  text-align: right;
}
#frm-inquiryForm .row .form-control {
  min-height: 44px;
  width: 77%;
  float: left;
  padding: 0px 10px;
}
#frm-inquiryForm .row #frm-inquiryForm-message {
  padding: 10px;
  min-height: 150px;
}
#frm-inquiryForm .agree label {
  text-align: left;
  width: 75.4%;
  float: right;
}
#frm-inquiryForm .agree input {
  margin-right: 10px;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree,
.freeprivacypolicy-com---palette-light .cc-nb-reject,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save {
  background: #475068 !important;
}/*# sourceMappingURL=style.css.map */