body {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #57585a;
  overflow-x: hidden;
}
@media (max-width: 1479px) {
  body {
    font-size: 21px;
  }
}
@media (max-width: 1399px) {
  body {
    font-size: 19px;
  }
}
@media (max-width: 1199px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 15px;
  }
}
h1 {
  font-size: 55px;
  color: #d10018;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 1479px) {
  h1 {
    font-size: 53px;
  }
}
@media (max-width: 1399px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}
h1 .undertitle {
  font-size: 45px;
}
@media (max-width: 1479px) {
  h1 .undertitle {
    font-size: 43px;
  }
}
@media (max-width: 1399px) {
  h1 .undertitle {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  h1 .undertitle {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  h1 .undertitle {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h1 .undertitle {
    font-size: 20px;
  }
}
h2 {
  font-size: 45px;
  font-weight: 700;
}
@media (max-width: 1479px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 1399px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
.infobox-title h2 {
  text-align: center;
  text-transform: uppercase;
}
.section-header h2 {
  margin-bottom: 40px;
}
@media (max-width: 1760px) {
  .section-header h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 1399px) {
  .section-header h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .section-header h2 {
    margin-bottom: 15px;
  }
}
.section-header h2 .subtitle {
  font-size: 30px;
}
@media (max-width: 1479px) {
  .section-header h2 .subtitle {
    font-size: 28px;
  }
}
@media (max-width: 1399px) {
  .section-header h2 .subtitle {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .section-header h2 .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .section-header h2 .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section-header h2 .subtitle {
    font-size: 15px;
  }
}
.subsection-header h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1479px) {
  .subsection-header h3 {
    font-size: 28px;
  }
}
@media (max-width: 1399px) {
  .subsection-header h3 {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .subsection-header h3 {
    font-size: 23px;
  }
}
@media (max-width: 991px) {
  .subsection-header h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .subsection-header h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
p {
  margin-bottom: 50px;
}
@media (max-width: 1760px) {
  p {
    margin-bottom: 40px;
  }
}
@media (max-width: 1399px) {
  p {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  p {
    margin-bottom: 15px;
  }
}
.bold-text {
  font-weight: 500;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }
}
@media (min-width: 1480px) {
  .container {
    max-width: 1445px;
  }
}
header {
  background: url("../images/bg_01.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 575px) {
  header {
    background-size: auto;
    background-position: bottom left;
  }
}
.header-navbar {
  position: fixed;
  width: 100%;
  z-index: 99;
  background-color: white;
  border-bottom: solid 1px #cbcdcf;
}
.navbar {
  padding-left: 0;
  padding-right: 0;
}
.navbar .navbar-brand .logo {
  max-height: 75px;
}
@media (max-width: 1399px) {
  .navbar .navbar-brand .logo {
    max-height: 60px;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-brand .logo {
    max-height: 40px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-brand .logo {
    max-height: 60px;
  }
}
@media (max-width: 420px) {
  .navbar .navbar-brand .logo {
    max-height: 40px;
  }
}
.navbar .navbar-toggler {
  border-color: #d10018;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(209, 0, 24, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
  .navbar .header-menu {
    text-align: right;
    background-color: white;
    padding-right: 10px;
    border-radius: 10px;
  }
}
.navbar .header-menu .navbar-nav .nav-item {
  align-self: flex-end;
}
.navbar .header-menu .navbar-nav .nav-item .nav-link {
  font-weight: 500;
  color: #57585a;
  text-align: center;
  line-height: 1.2;
  margin: 0 5px;
}
@media (max-width: 1399px) {
  .navbar .header-menu .navbar-nav .nav-item .nav-link {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .navbar .header-menu .navbar-nav .nav-item .nav-link {
    font-size: 17px;
  }
}
.navbar .header-menu .navbar-nav .nav-item .nav-link:hover {
  text-decoration: none;
  border-bottom: 2px solid #d10018;
  color: #d10018;
  padding-bottom: 6px;
}
.navbar .header-menu .navbar-nav .nav-item .nav-link.active {
  border-bottom: 2px solid #d10018;
  padding-bottom: 6px;
}
@media (max-width: 767px) {
  .header-title-container {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .header-title-container {
    padding-top: 85px;
  }
}
.header-title {
  margin-top: 275px;
}
@media (max-width: 1399px) {
  .header-title {
    margin-top: 240px;
  }
}
@media (max-width: 1199px) {
  .header-title {
    margin-top: 200px;
  }
}
@media (max-width: 991px) {
  .header-title {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  .header-title {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .header-title {
    margin-top: 30px;
    text-align: center;
  }
}
.header-subtitle {
  font-size: 25px;
  font-weight: 500;
  color: #57585a;
  width: 45%;
  margin-bottom: 60px;
}
@media (max-width: 1479px) {
  .header-subtitle {
    font-size: 24px;
  }
}
@media (max-width: 1399px) {
  .header-subtitle {
    font-size: 23px;
  }
}
@media (max-width: 1199px) {
  .header-subtitle {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .header-subtitle {
    font-size: 19px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .header-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .header-subtitle {
    font-size: 15px;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
  }
}
.header-phone {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .header-phone {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .header-phone {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .header-phone {
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .header-phone .header-phone-ico img {
    max-height: 45px;
  }
}
@media (max-width: 991px) {
  .header-phone .header-phone-ico img {
    max-height: 40px;
  }
}
@media (max-width: 767px) {
  .header-phone .header-phone-ico img {
    max-height: 30px;
  }
}
.header-phone .header-phone-value {
  font-size: 38px;
  color: white;
  font-weight: 700;
  padding-left: 14px;
}
@media (max-width: 1479px) {
  .header-phone .header-phone-value {
    font-size: 36px;
  }
}
@media (max-width: 1399px) {
  .header-phone .header-phone-value {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .header-phone .header-phone-value {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .header-phone .header-phone-value {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .header-phone .header-phone-value {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .header-phone .header-phone-value {
    font-size: 20px;
    color: #57585a;
  }
}
.infobox {
  padding: 50px 40px 50px 40px;
  color: white;
  display: flex;
  flex-flow: column;
}
@media (max-width: 1399px) {
  .infobox {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .infobox {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .infobox {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.infobox-chimney {
  background-color: #d10018;
}
.infobox-chimney .infobox-learn-more-btn {
  background-color: #f2364c;
}
.infobox-chimney .infobox-learn-more-btn:hover {
  background-color: #0ba6f5;
  text-decoration: none;
  color: white;
}
.infobox-hearth {
  background-color: #f29400;
}
.infobox-hearth .infobox-learn-more-btn {
  background-color: #f9b129;
}
.infobox-hearth .infobox-learn-more-btn:hover {
  background-color: #f2364c;
  text-decoration: none;
  color: white;
}
.infobox-revision {
  background-color: #0087cb;
}
.infobox-revision .infobox-learn-more-btn {
  background-color: #0ba6f5;
}
.infobox-revision .infobox-learn-more-btn:hover {
  background-color: #f9b129;
  text-decoration: none;
  color: white;
}
.infobox-sale {
  background-color: #58585a;
}
.infobox-sale .infobox-learn-more-btn {
  background-color: #0ba6f5;
}
.infobox-sale .infobox-learn-more-btn:hover {
  background-color: black;
  text-decoration: none;
  color: white;
}
.infobox-ico {
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .infobox-ico {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .infobox-ico {
    margin-bottom: 12px;
  }
}
@media (max-width: 575px) {
  .infobox-ico {
    margin-bottom: 6px;
  }
}
@media (max-width: 1399px) {
  .infobox-ico img {
    max-height: 100px;
  }
}
@media (max-width: 1199px) {
  .infobox-ico img {
    max-height: 80px;
  }
}
@media (max-width: 991px) {
  .infobox-ico img {
    max-height: 70px;
  }
}
@media (max-width: 767px) {
  .infobox-ico img {
    max-height: 60px;
  }
}
@media (max-width: 575px) {
  .infobox-ico img {
    max-height: 50px;
  }
}
.infobox-text {
  text-align: center;
  margin-bottom: 20px;
}
.infobox-button {
  text-align: center;
  margin-top: auto;
}
.infobox-learn-more-btn {
  display: inline-block;
  color: white;
  font-size: 20px;
  font-weight: 500;
  padding: 17px 48px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1399px) {
  .infobox-learn-more-btn {
    font-size: 19px;
    padding: 15px 45px;
  }
}
@media (max-width: 1199px) {
  .infobox-learn-more-btn {
    font-size: 18px;
    padding: 14px 40px;
  }
}
@media (max-width: 991px) {
  .infobox-learn-more-btn {
    font-size: 17px;
    padding: 12px 36px;
  }
}
@media (max-width: 767px) {
  .infobox-learn-more-btn {
    font-size: 16px;
    padding: 10px 32px;
  }
}
@media (max-width: 575px) {
  .infobox-learn-more-btn {
    font-size: 15px;
    padding: 9px 28px;
  }
}
@media (min-width: 992px) {
  .mosaic-background {
    display: flex;
    justify-content: flex-end;
  }
  .mosaic-background img {
    min-width: 850px;
  }
}
.mosaic-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 4;
}
@media (max-width: 991px) {
  .mosaic-container {
    position: relative;
    top: auto;
    transform: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.mosaic-content {
  padding-left: 30px;
  padding-right: 30px;
  color: white;
}
@media (max-width: 991px) {
  .mosaic-content {
    padding: 0;
  }
}
.about-us-left-background {
  width: 100%;
  height: 100%;
  background-color: #f4f2f0;
}
@media (max-width: 991px) {
  .about-us-left-background {
    background: none ;
  }
}
.about-us-right-background {
  padding-top: 120px;
  padding-bottom: 60px;
  text-align: right;
}
@media (max-width: 991px) {
  .about-us-right-background {
    padding-top: 0;
  }
}
.red-header {
  color: #d10018;
}
.about-us-left-content .mosaic-content {
  color: #57585a;
}
@media (max-width: 991px) {
  .about-us-left-content {
    min-width: 100vw;
    left: calc(-1 * (100vw - 100%) / 2);
    background-color: #f4f2f0;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-us-left-content .mosaic-content {
    max-width: 720px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .about-us-left-content .mosaic-content {
    max-width: 540px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  .about-us-left-content .mosaic-content {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1499px) {
  .about-us-left-content .cech-logo {
    max-width: 190px;
  }
}
@media (max-width: 1479px) {
  .about-us-left-content .cech-logo {
    max-width: 180px;
  }
}
@media (max-width: 1399px) {
  .about-us-left-content .cech-logo {
    max-width: 140px;
  }
}
@media (max-width: 1199px) {
  .about-us-left-content .cech-logo {
    max-width: 120px;
    margin-left: auto;
    margin-top: 20px  ;
  }
}
@media (max-width: 991px) {
  .about-us-left-content .cech-logo {
    max-width: 100px;
  }
}
@media (max-width: 991px) {
  .about-us-second-section {
    padding-top: 30px;
  }
}
.chimney-sweep-right-background {
  width: 100%;
  height: 100%;
  background-color: #d10018;
}
.section-buttons {
  display: flex;
}
@media (max-width: 1199px) {
  .section-buttons {
    padding-top: 10px;
  }
}
@media (max-width: 439px) {
  .section-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.section-buttons a {
  min-width: 255px;
  text-align: center;
  display: inline-block;
  color: white;
  font-size: 20px;
  font-weight: 500;
  padding: 17px 48px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1399px) {
  .section-buttons a {
    font-size: 19px;
    padding: 13px 30px;
    min-width: 218px;
  }
}
@media (max-width: 1199px) {
  .section-buttons a {
    font-size: 18px;
    padding: 10px 20px;
    min-width: 190px;
  }
}
@media (max-width: 991px) {
  .section-buttons a {
    font-size: 17px;
    padding: 12px 36px;
  }
}
@media (max-width: 767px) {
  .section-buttons a {
    font-size: 16px;
    padding: 10px 32px;
  }
}
@media (max-width: 575px) {
  .section-buttons a {
    font-size: 15px;
    padding: 9px 28px;
  }
}
.section-buttons .read-more {
  margin-right: 60px;
}
@media (max-width: 1199px) {
  .section-buttons .read-more {
    margin-right: 30px;
  }
}
@media (max-width: 439px) {
  .section-buttons .read-more {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.about-us-container {
  padding-top: 0;
}
.chimney-content .read-more-btn {
  background-color: #f95a29;
}
.chimney-content .read-more-btn:hover {
  text-decoration: none;
  background-color: #0087cb;
}
.chimney-content .demand-btn {
  background-color: #f2364c;
}
.chimney-content .demand-btn:hover {
  text-decoration: none;
  background-color: #0087cb;
}
@media (max-width: 991px) {
  .chimney-container {
    background-color: #d10018;
  }
}
.fireplace-content .read-more-btn {
  background-color: #f95a29;
}
.fireplace-content .read-more-btn:hover {
  text-decoration: none;
  background-color: #d10018;
}
.fireplace-content .demand-btn {
  background-color: #f9b129;
}
.fireplace-content .demand-btn:hover {
  text-decoration: none;
  background-color: #d10018;
}
@media (max-width: 991px) {
  .fireplace-container {
    background-color: #f29400;
  }
}
.fireplace-left-background {
  width: 100%;
  height: 100%;
  background-color: #f29400;
}
@media (min-width: 992px) {
  .fireplace-right-background {
    justify-content: flex-start;
  }
}
.revision-content .read-more-btn {
  background-color: #0ba6f5;
}
.revision-content .read-more-btn:hover {
  text-decoration: none;
  background-color: #f29400;
}
@media (max-width: 991px) {
  .revision-container {
    background-color: #0087cb;
  }
}
@media (min-width: 992px) {
  .revision-right-background {
    justify-content: flex-start;
  }
}
.revision-left-background {
  width: 100%;
  height: 100%;
  background-color: #0087cb;
}
.sale-content .read-more-btn {
  background-color: #58585a;
}
.sale-content .read-more-btn:hover {
  text-decoration: none;
  background-color: black;
}
@media (max-width: 991px) {
  .sale-container {
    background-color: #58585a;
  }
}
.sale-right-background {
  width: 100%;
  height: 100%;
  background-color: #58585a;
}
@media (min-width: 992px) {
  .sale-left-background {
    justify-content: flex-end;
  }
}
.vyhlaska {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media (max-width: 1479px) {
  .vyhlaska {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1399px) {
  .vyhlaska {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .vyhlaska {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .vyhlaska {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.vyhlaska-text-upper {
  margin-bottom: 90px;
}
@media (max-width: 1479px) {
  .vyhlaska-text-upper {
    margin-bottom: 80px;
  }
}
@media (max-width: 1399px) {
  .vyhlaska-text-upper {
    margin-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .vyhlaska-text-upper {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .vyhlaska-text-upper {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .vyhlaska-text-upper {
    margin-bottom: 20px;
  }
}
.learn-more-btn {
  min-width: 255px;
  text-align: center;
  display: inline-block;
  color: #57585a;
  background-color: #efefef;
  font-size: 20px;
  font-weight: 500;
  padding: 17px 0;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1399px) {
  .learn-more-btn {
    font-size: 19px;
    padding: 13px 0;
    min-width: 218px;
  }
}
@media (max-width: 1199px) {
  .learn-more-btn {
    font-size: 18px;
    padding: 10px 0;
    min-width: 190px;
  }
}
@media (max-width: 991px) {
  .learn-more-btn {
    font-size: 17px;
    padding: 12px 36px;
  }
}
@media (max-width: 767px) {
  .learn-more-btn {
    font-size: 16px;
    padding: 10px 32px;
  }
}
@media (max-width: 575px) {
  .learn-more-btn {
    font-size: 15px;
    padding: 9px 28px;
  }
}
.learn-more-btn:hover {
  text-decoration: none;
  background-color: #0087cb;
  color: white;
}
.certificates {
  background-color: #f4f2f0;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1479px) {
  .certificates {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1399px) {
  .certificates {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .certificates {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .certificates {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.certificates-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 575px) {
  .certificates-container {
    flex-wrap: wrap;
  }
}
.certificate {
  display: flex;
  flex-flow: column;
  width: 334px;
  align-items: center;
  text-align: center;
}
@media (max-width: 991px) {
  .certificate {
    width: 200px;
  }
}
@media (max-width: 575px) {
  .certificate {
    width: 100%;
    margin-bottom: 20px;
  }
}
.certificate-img {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .certificate-img {
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .certificate-img img {
    max-width: 80%;
  }
}
.certificate-name {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .certificate-name {
    padding-bottom: 10px;
  }
}
.certificate-show {
  margin-top: auto;
}
.certificate-show-btn {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  padding: 17px 48px;
  border-radius: 10px;
  color: #57585a;
  background-color: white;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1399px) {
  .certificate-show-btn {
    font-size: 19px;
    padding: 15px 45px;
  }
}
@media (max-width: 1199px) {
  .certificate-show-btn {
    font-size: 18px;
    padding: 14px 40px;
  }
}
@media (max-width: 991px) {
  .certificate-show-btn {
    font-size: 17px;
    padding: 12px 36px;
  }
}
@media (max-width: 767px) {
  .certificate-show-btn {
    font-size: 16px;
    padding: 10px 32px;
  }
}
@media (max-width: 575px) {
  .certificate-show-btn {
    font-size: 15px;
    padding: 9px 28px;
  }
}
.certificate-show-btn:hover {
  text-decoration: none;
  background-color: #0087cb;
  color: white;
}
.gallery {
  margin-bottom: 40px;
}
.gallery-name {
  background-color: #d10018;
  color: white;
  padding-top: 40px;
}
@media (max-width: 1399px) {
  .gallery-name {
    padding-top: 30px;
  }
}
@media (max-width: 1199px) {
  .gallery-name {
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .gallery-name {
    padding-top: 20px;
    padding-bottom: 5px;
  }
}
.gallery-slider {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .gallery-slider {
    margin-bottom: 20px;
  }
}
.gallery-slider .slick-next,
.gallery-slider .slick-prev {
  width: 44px;
  height: 109px;
}
@media (max-width: 1399px) {
  .gallery-slider .slick-next,
  .gallery-slider .slick-prev {
    width: 37px;
    height: 93px;
  }
}
@media (max-width: 1199px) {
  .gallery-slider .slick-next,
  .gallery-slider .slick-prev {
    width: 33px;
    height: 83px;
  }
}
@media (max-width: 991px) {
  .gallery-slider .slick-next,
  .gallery-slider .slick-prev {
    width: 30px;
    height: 77px;
  }
}
.gallery-slider .slick-next:before,
.gallery-slider .slick-prev:before {
  content: none;
}
.gallery-slider .slick-next {
  right: 30px;
  z-index: 5;
  background: url(../images/ico_next.png) no-repeat center center;
  background-size: cover;
}
.gallery-slider .slick-prev {
  left: 30px;
  z-index: 5;
  background: url(../images/ico_prev.png) no-repeat center center;
  background-size: cover;
}
.to-gallery {
  text-align: center;
}
.to-gallery-btn {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  padding: 17px 48px;
  border-radius: 10px;
  background-color: #efefef;
  color: #57585a;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1399px) {
  .to-gallery-btn {
    font-size: 19px;
    padding: 15px 45px;
  }
}
@media (max-width: 1199px) {
  .to-gallery-btn {
    font-size: 18px;
    padding: 14px 40px;
  }
}
@media (max-width: 991px) {
  .to-gallery-btn {
    font-size: 17px;
    padding: 12px 36px;
  }
}
@media (max-width: 767px) {
  .to-gallery-btn {
    font-size: 16px;
    padding: 10px 32px;
  }
}
@media (max-width: 575px) {
  .to-gallery-btn {
    font-size: 15px;
    padding: 9px 28px;
  }
}
.to-gallery-btn:hover {
  text-decoration: none;
  background-color: #0087cb;
  color: white;
}
.contacts {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f2f0;
  margin-bottom: 60px;
}
@media (max-width: 1399px) {
  .contacts {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .contacts {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .contacts {
    text-align: center;
  }
}
.company {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .company {
    padding-left: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .company {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .contacts-logo {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .contacts-logo img {
    max-height: 80px;
  }
}
@media (max-width: 767px) {
  .contacts-logo img {
    max-height: 60px;
  }
}
@media (max-width: 767px) {
  .office {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .other {
    margin-bottom: 10px;
  }
}
.other-contacts {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .other-contacts {
    justify-content: center;
  }
}
.other-contacts .contacts-ico {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .other-contacts .contacts-ico img {
    max-width: 20px;
    max-height: 20px;
  }
}
@media (max-width: 575px) {
  .other-contacts .contacts-ico img {
    max-width: 17px;
    max-height: 17px;
  }
}
.questions {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .questions {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .questions {
    margin-bottom: 30px;
  }
}
.questions .subsection-header h3 {
  margin-bottom: 60px;
}
@media (max-width: 1399px) {
  .questions .subsection-header h3 {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .questions .subsection-header h3 {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .questions .subsection-header h3 {
    margin-bottom: 20px;
  }
}
.questions-form label {
  font-size: 15px;
  margin-bottom: 0;
}
.questions-form input,
.questions-form textarea {
  font-size: 22px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #dadada;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 20px;
}
@media (max-width: 1479px) {
  .questions-form input,
  .questions-form textarea {
    font-size: 21px;
  }
}
@media (max-width: 1399px) {
  .questions-form input,
  .questions-form textarea {
    font-size: 19px;
  }
}
@media (max-width: 1199px) {
  .questions-form input,
  .questions-form textarea {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .questions-form input,
  .questions-form textarea {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .questions-form input,
  .questions-form textarea {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .questions-form input,
  .questions-form textarea {
    font-size: 15px;
  }
}
.questions-form input::placeholder,
.questions-form textarea::placeholder {
  color: #a7a7a7;
}
.questions-form textarea {
  padding-bottom: 25px;
}
@media (max-width: 1479px) {
  .questions-form textarea {
    padding-bottom: 27px;
  }
}
@media (max-width: 1399px) {
  .questions-form textarea {
    padding-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .questions-form textarea {
    padding-bottom: 32px;
  }
}
.questions-form .form-submit {
  margin-left: 10px;
}
.questions-form .form-submit-btn {
  display: inline-block;
  border: none;
  background-color: #efefef;
  font-size: 20px;
  font-weight: 500;
  padding: 17px 55px;
  border-radius: 10px;
  color: #57585a;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1399px) {
  .questions-form .form-submit-btn {
    font-size: 19px;
    padding: 15px 45px;
  }
}
@media (max-width: 1199px) {
  .questions-form .form-submit-btn {
    font-size: 18px;
    padding: 14px 40px;
  }
}
@media (max-width: 991px) {
  .questions-form .form-submit-btn {
    font-size: 17px;
    padding: 12px 36px;
  }
}
@media (max-width: 767px) {
  .questions-form .form-submit-btn {
    font-size: 16px;
    padding: 10px 32px;
  }
}
@media (max-width: 575px) {
  .questions-form .form-submit-btn {
    font-size: 15px;
    padding: 9px 28px;
  }
}
.questions-form .form-submit-btn:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #0087cb;
  color: white;
}
.info-block {
  position: relative;
}
.info-block .info-block-row {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media (max-width: 1399px) {
  .info-block .info-block-row {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 1199px) {
  .info-block .info-block-row {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .info-block .info-block-row {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.info-block .first-row {
  padding-top: 80px;
}
.info-block .odd-row {
  background-color: #f4f2f0;
}
.info-block-arrow {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
.info-block-arrow .arrow-container {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .info-block-arrow .arrow-container {
    padding-left: 0;
  }
}
.info-block-arrow .down-arrow {
  width: 0;
  height: 0;
  border-left: 127px solid transparent;
  border-right: 127px solid transparent;
  border-top: 52px solid #d10018;
}
@media (max-width: 1399px) {
  .info-block-arrow .down-arrow {
    border-top-width: 40px;
    border-left: 95px solid transparent;
    border-right: 95px solid transparent;
  }
}
#chimney-info .info-block-arrow .down-arrow {
  border-top-color: #d10018;
}
#fireplace-info .info-block-arrow .down-arrow {
  border-top-color: #f29400;
}
#fireplace-info .subsection-header h3 {
  color: #f29400;
}
#sale-info .info-block-arrow .down-arrow {
  border-top-color: #58585a;
}
#sale-info .subsection-header h3 {
  color: #58585a;
}
#revision-info .info-block-arrow .down-arrow {
  border-top-color: #0087cb;
}
#revision-info .subsection-header h3 {
  color: #0087cb;
}
.info-block-hide {
  position: absolute;
  bottom: -20px;
  right: -20px;
}
@media (max-width: 1199px) {
  .info-block-hide img {
    width: 55px;
  }
}
@media (max-width: 992px) {
  .info-block-hide img {
    width: 45px;
  }
}
.info-block-list {
  list-style: none;
}
.info-block-list li:before {
  content: "•";
  color: #57585a;
  display: inline-block;
  width: 10px;
  margin-left: 0;
}
.nav-wordbreak {
  display: block;
}
@media (max-width: 991px) {
  .nav-wordbreak {
    display: inline;
  }
}
.prices {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media (max-width: 1479px) {
  .prices {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1399px) {
  .prices {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .prices {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .prices {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.prices-table {
  width: 100%;
  margin-bottom: 20px;
}
.prices-table thead {
  background-color: #d10018;
  color: white;
}
.prices-table td,
.prices-table th {
  padding: 10px;
}
.prices-table th {
  padding-top: 15px;
  padding-bottom: 15px;
}
.prices-table .subsection-header h3 {
  margin-bottom: 0;
}
.list-style-normal {
  counter-reset: mynumber;
}
.list-style-normal li {
  display: block;
  margin-bottom: 0.5em;
  margin-left: 2em;
}
.list-style-normal li::before {
  display: inline-block;
  content: "(" counter(mynumber) ") ";
  counter-increment: mynumber;
  width: 2em;
  margin-left: -2em;
  color: #d10018;
}
.list-style-lower-alpha {
  counter-reset: item;
}
.list-style-lower-alpha li {
  display: block;
  margin-bottom: 0.5em;
  margin-left: 2em;
}
.list-style-lower-alpha li::before {
  display: inline-block;
  content: counter(item, lower-alpha) ") ";
  counter-increment: item;
  width: 2em;
  margin-left: -2em;
  color: #57585a;
}
.gallery-page {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media (max-width: 1479px) {
  .gallery-page {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1399px) {
  .gallery-page {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .gallery-page {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .gallery-page {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
#galleryTab {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
#galleryTab a {
  display: inline-block;
  border: none;
  background-color: #efefef;
  font-weight: 500;
  font-size: 20px;
  padding: 12px 25px;
  border-radius: 10px;
  margin-bottom: 10px;
  color: #57585a;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1399px) {
  #galleryTab a {
    font-size: 19px;
    padding: 12px 23px;
  }
}
@media (max-width: 1199px) {
  #galleryTab a {
    font-size: 18px;
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  #galleryTab a {
    font-size: 17px;
    padding: 11px 20px;
  }
}
@media (max-width: 767px) {
  #galleryTab a {
    font-size: 16px;
    padding: 10px 20px;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 575px) {
  #galleryTab a {
    font-size: 15px;
    padding: 9px 18px;
  }
}
#galleryTab a:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #0087cb;
  color: white;
}
.galleryWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.galleryWrap a {
  max-width: 10%;
}
@media (max-width: 1399px) {
  .galleryWrap a {
    max-width: 15%;
  }
}
@media (max-width: 1199px) {
  .galleryWrap a {
    max-width: 20%;
  }
}
@media (max-width: 767px) {
  .galleryWrap a {
    max-width: 25%;
  }
}
@media (max-width: 575px) {
  .galleryWrap a {
    max-width: 33%;
  }
}
.galleryWrap img {
  max-width: 100%;
  height: auto;
}
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  color: #d10018;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  font-size: 20px;
}
@media (max-width: 767px) {
  #back-to-top {
    display: none;
  }
}
#back-to-top:hover {
  color: #f29400;
}
#back-to-top.show {
  opacity: 1;
}
.text-indent {
  text-indent: 7%;
}
@media (max-width: 1399px) {
  .text-indent {
    text-indent: 8%;
  }
}
@media (max-width: 1199px) {
  .text-indent {
    text-indent: 9%;
  }
}
@media (max-width: 991px) {
  .text-indent {
    text-indent: 12%;
  }
}
@media (max-width: 767px) {
  .text-indent {
    text-indent: 15%;
  }
}
@media (max-width: 575px) {
  .text-indent {
    text-indent: 25%;
  }
}
table a {
  color: white;
}
table a:hover {
  color: #f29400;
}
.material-logo {
  max-width: 180px;
  max-height: 180px;
}
/*# sourceMappingURL=styles.css.map */