html,
body {
  scroll-behavior: smooth;
}

.install-floors,
.install-floors__warranty {
  padding: 65px 15px 40px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.install-floors::before,
.install-floors__warranty::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(72, 69, 69, 0.6);
}

.install-floors__heah {
  position: relative;
  z-index: 10;
  color: #fff;
  max-width: 1170px;
  margin: 0 auto;
}

.install-floors__heah h1 {
  font-size: 56px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 67px;
}

.install-floors__icon {
  text-align: center;
  max-width: 300px;
}

.install-floors__icon p {
  font-size: 24px;
  margin-top: 16px;
}

.install-floors__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.install-floors__feadback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 65px;
}

.install-floors__form {
  position: relative;
}



.install-floors__form p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 18px;
}

.install-floors__form input,
.install-floors__form-btn {
  padding: 14px 20px;
  background: none;
  border: 1px solid #fff;
  width: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 85px;
  outline: none;
  -webkit-transition: all 1.5s ease .1s;
  transition: all 1.5s ease .1s;
  font-weight: 700;
}

.install-floors__form-btn {
  margin-right: 0;
  background: #ffc300;
  color: #333;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
  text-transform: uppercase;
  width: auto;
}

.install-floors__form-btn:hover {
  background: #333;
  color: #fff;
}

.install-floors__form input[type="text"]:focus,
.install-floors__form input[type="tel"]:focus {
  border: 1px solid #ffc300;
  padding-left: 25px;
}



::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}

::-moz-placeholder {
  color: #fff;
  font-size: 16px;
}

/* Firefox 19+ */
:-moz-placeholder {
  color: #fff;
  font-size: 16px;
}

/* Firefox 18- */
:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}

.install-floors-check {
  margin-top: 16px;
}

.install-floors-check label {
  font-size: 11px;
}

.install-floors-check input[type="checkbox"]:checked,
.install-floors-check input[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.install-floors-check input[type="checkbox"]:checked+label,
.install-floors-check input[type="checkbox"]:not(:checked)+label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  line-height: 20px;
  cursor: pointer;
}

.install-floors-check input[type="checkbox"]:checked+label:before,
.install-floors-check input[type="checkbox"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  background-color: none;
}

.install-floors-check input[type="checkbox"]:checked+label:after,
.install-floors-check input[type="checkbox"]:not(:checked)+label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.install-floors-check input[type="checkbox"]:checked+label:after,
.install-floors-check input[type="checkbox"]:not(:checked)+label:after {
  left: 3px;
  top: 4px;
  width: 10px;
  height: 6px;
  border-radius: 1px;
  border-left: 2px solid #ffc300;
  border-bottom: 2px solid #ffc300;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.install-floors-check input[type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
}

.install-floors-check input[type="checkbox"]:checked+label:after {
  opacity: 1;
}

.install-floors-check label a {
  color: #fff;
}


.section-title h3 {
  text-transform: inherit;
}

.install-floors__noomber {
  padding: 59px 10px;
  background: #ffc300;
  text-align: center;
  color: #fff;
}

.install-floors__noomber span {
  color: #fff;
  font-weight: 700;
  font-size: 48px;
}

.install-floors__noomber p {
  font-size: 30px;
  line-height: 1.3;
  max-width: 730px;
  margin: 0 auto 36px auto;
}

.section-padding-install {
  padding: 100px 0;
  position: relative;
  width: 100%;
}

.section-padding_install-floors {
  padding-bottom: 50px;
}

.service-three .service-three-icon {
  float: none;
}

.service-three .service-three-icon:before {
  display: none;
}

.floors-include-item {
  max-width: 520px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 4px #ddd;
  box-shadow: 1px 1px 4px #ddd;
  padding: 15px;
  margin-bottom: 30px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.install-floors-include {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.include-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 17px;
}

.include-item-head img {
  display: block;
  border: 2px solid #ffc300;
  margin-right: 30px;
  max-width: 215px;
}

.include-item-head h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  position: relative;
}

.include-item-head h3::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 5px;
  bottom: -12px;
  left: 0;
  background: #ffc300;
}

.include-item-head h3 span {
  color: #ffc300;
}

a.btn-req-form {
  height: auto;
  padding: 15px 30px;
  border-radius: 4px;
}

.section-padding_floors {
  background: #f9f9f9;
  padding-top: 70px;
  padding-bottom: 0;
}

.install-floors__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.install-floors__step-box:first-child {
  margin-right: 67px;
}

.install-floors__step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 70px;
}

.install-floors__step-item .num {
  width: 56px;
  height: 56px;
  background: #333;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  line-height: 56px;
  margin-right: 40px;
}

.install-floors__step-item .step {
  font-weight: 400;
  font-size: 22px;
  color: #333;
}

.install-floors__step-item .step span {
  color: #ffc300;
  display: block;
  font-weight: 700;
}

.install-floors__warranty {
  padding: 60px 0;
}

.install-floors__warranty h3 {
  font-weight: 700;
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.warranty-num {
  position: relative;
  margin-bottom: 40px;
}

.warranty-num span {
  position: absolute;
  top: 33%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ffc300;
  font-weight: 700;
  font-size: 70px;
}

.install-floors__warranty p {
  line-height: 1.2;
  max-width: 961px;
  margin: 0 auto;
}

.install-cost .section-title {
  margin-bottom: 30px;
}

.cheaper {
  padding-top: 0;
  padding-bottom: 140px;
}

.cheaper-bg img {
  width: 100%;
}

.cheaper-box-head {
  padding-left: 90px;
  position: relative;
  margin-bottom: 30px;
}

.cheaper-box-head::before {
  content: '';
  position: absolute;
  width: 67px;
  height: 67px;
  top: 0;
  left: 0;
  background: url(templates/cantex/assets/img/install-water-floors/warning.png) no-repeat center / contain;
}

.cheaper h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3;
}

.cheaper h3 span {
  font-weight: 400;
  display: block;
}

.cheaper-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cheaper-bg {
  width: 45%;
}

.cheaper-box {
  width: 55%;
  position: relative;
}

.cheaper-text {
  padding: 15px;
  border: 1px solid #e1e1e1;

  position: relative;
  left: -40px;
  background: #fff;
}

.cheaper-text p {
  line-height: 1.2;
  margin: 15px 0;
  color: #333;
}

p.cheaper-text-red {
  text-align: center;
  color: #f70b0b;
  font-size: 26px;
  font-weight: 700;
  max-width: 470px;
  margin: 30px auto 0 auto;
  line-height: 1.4;
}

.btn-req-form-red {
  background: #f70b0b;
  position: absolute;
  bottom: -100px;
  left: 46%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.install-floors-check.install-floors-check_two label a{
  color: inherit;
}

.install-floors__form-btn_two{
  margin-right: 0;
  padding: 14px 20px;
  background: #ffc300;
  color: #333;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
  text-transform: uppercase;
  width: auto;
}

.install-floors-check_two input[type="checkbox"]:checked+label:before, .install-floors-check_two input[type="checkbox"]:not(:checked)+label:before{
  border: 1px solid #ccc;
}

@media screen and (max-width: 1200px) {
  .cheaper-bg img {
    width: auto;
  }

  .cheaper-text {
    left: 0;
  }

  .cheaper .btn-req-form-red {
    bottom: -110px;
  }
}

@media screen and (max-width: 990px) {
  .install-floors__step-box img {
    display: none;
  }

  .install-floors__step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cheaper-bg {
    display: none;
  }

  .cheaper-box {
    width: 100%;
  }

  .cheaper a.btn-req-form {
    position: static;
  }

  .cheaper-text {
    margin-bottom: 50px;
  }

  .cheaper-box {
    text-align: center;
  }

  .cheaper h3,
  .cheaper-text p {
    text-align: left;
  }

  .cheaper-text .cheaper-text-red {
    text-align: center;
  }

  .cheaper {
    padding-bottom: 100px;
  }

  .install-floors__about .mt-5 {
    margin-top: 0 !important;
  }

  #about .img-fluid {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .install-floors__form input {
    margin-right: 25px;
  }

  .install-floors__warranty h3 {
    font-size: 50px;
  }
}

@media screen and (max-width: 680px) {

  .install-floors__form input,
  .install-floors__form-btn {
    display: block;
    width: 100%;
    margin-right: 0;
  }

  .install-floors__form input {
    margin-bottom: 20px;
  }

  .install-floors__heah h1 {
    font-size: 48px;
  }

  .install-floors {
    background-image: url(templates/cantex/assets/img/install-water-floors/header-bg-680.jpg) !important;
  }

}

@media screen and (max-width: 580px) {
  .install-floors__icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .install-floors__icon {
    margin-bottom: 50px;
  }

  .install-floors__icon:last-child {
    margin-bottom: 0;
  }

  .install-floors__heah h1 {
    font-size: 42px;
  }
}

@media screen and (max-width: 490px) {
  .include-item-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .include-item-head img {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }

  .install-floors__warranty h3 {
    font-size: 40px;
  }

  .cheaper-text .cheaper-text-red {
    font-size: 20px;
  }

  .install-floors__step-item {
    display: block;
    clear: both;
    margin-bottom: 0;
  }

  .install-floors__step-item .num {
    float: left;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 470px) {
  .install-floors__heah h1 {
    font-size: 35px;
  }

  .install-floors__noomber span {
    font-size: 30px;
  }

  .install-floors__noomber p {
    font-size: 25px;
  }
}

@media screen and (max-width: 405px) {
  #service a.btn-req-form {
    font-size: 13px;
    padding: 15px;
  }

  .cheaper h3 {
    font-size: 23px;
  }

  .cheaper-text .cheaper-text-red {
    font-size: 17px;
  }

  .section-title h3 {
    font-size: 25px;
  }

  .install-floors__heah h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 360px) {
  .cheaper h3 {
    font-size: 18px;
  }

  .cheaper a.btn-req-form {
    font-size: 13px;
    padding: 15px;
  }
}

@media screen and (max-width: 340px) {
  #service a.btn-req-form {
    font-size: 12px;
  }

  .install-floors__step-item .num {
    float: none;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .install-floors__step-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
    text-align: center;
  }
}