@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
header {
  padding: 20px 0;
  color: #1d1b1b;
  font-family: 'Roboto', sans-serif;
  background: #de2f1d;
  margin: 0px 25px;
  position: relative;
  border-radius: 0 0 15px 15px;
}
header:before {
  content: '';
  display: block;
  height: 100px;
  width: 25px;
  background: #de2f1d;
  position: absolute;
  left: -25px;
  top: 0;
  border-bottom: 100px solid #fff;
  border-right: 25px solid transparent;
}
header:after {
  content: '';
  display: block;
  height: 100px;
  width: 25px;
  background: #de2f1d;
  position: absolute;
  right: -25px;
  top: 0;
  border-bottom: 100px solid #fff;
  border-left: 25px solid transparent;
}
body {
  font-family: 'Roboto', sans-serif;  
}
h1 {
  color: #1d1b1b;
  font-size: 45px;
  font-weight: 900;
}
h2 {
  font-size: 40px;
  font-weight: 700;
}
.btn:hover, .btn:focus, .btn.focus {
  outline: none;
  box-shadow: none;
}
.logo-block {
  padding: 0;  
}
.logo-block-image {
  float: left;
  padding-right: 15px;
}
.logo-block-image span {
  color: #fcdb40;
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 73px;
}
.logo-block-text {
  float: left;
  padding-top: 9px;
}
.logo-block-text span {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 26px;
  color: #fff;
}
.header-block {
}
.header-block-contact {
  float: right;
  width: 100%; 
}
.header-block-phone {
  display: inline-block;
  float: left;
  margin-top: 19px;
}
.header-block-phone a {
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
  float: right;
  position: relative;
  padding-left: 45px;
}
.header-block-phone a:hover {
  text-decoration: none;
}
.header-block-phone a:before {
  content: '';
  display: block;
  background: url(../img/sprite.png) -34px -61px no-repeat;
  height: 29px;
  width: 29px;
  position: absolute;
  left: 0;
  top: 2px;
}
.header-block-button {
  float: right; 
}
.header-block-button button {
  font-size: 21px;
  padding: 19px 31px 19px;
  border-radius: 10px;
  color: #1d1b1b;
  font-weight: 600;
  border-top: 2px solid #feefad;
  background: #fcdb40;
  box-shadow: 0px 11px 21px rgb(0 0 0 / 0.19);
}
.block-info {
  padding: 80px 0px 40px;
}
.block-info h1 {
  margin-bottom: 25px;
  padding-top: 10px;  
}
.block-info p {
  font-size: 21px; 
  line-height: 32px;  
}
.block-info p strong {
  font-weight: 700;
}
.block-info-text {
  padding-right: 105px;
}
.block-info-img img {
  max-width: 100%;
}
.block-icons {
  background: url(../img/icons-bg.jpg) top center repeat-y;
  padding: 50px 0px 23px;
  min-height: 690px; 
}
.block-icons h2 {
  text-align: center;
  margin-bottom: 45px;  
}
.block-icons .row {
  justify-content: center;
}
.block-icons-inner {
  text-align: center; 
  padding-bottom: 40px; 
}
.block-icons-inner img {
  margin-bottom: 25px;  
}
.block-icons-inner h3 {
  font-size: 21px;
  line-height: 31px; 
}
.block-about {
  padding: 105px 0 110px;
}
.block-about h2 {
  margin-bottom: 50px;
  text-align: center;
  color: #000000;
}
.block-about-text {

}
.block-about-text p {
  font-size: 21px;
  margin-bottom: 15px;
  line-height: 30px;
}
.block-about-img {
  box-shadow: 0px 4px 23px rgb(0 0 0 / 0.12);
  background: #d62d1c;
  padding: 4px 0px 0px 4px;
  border-radius: 15px;
  display: inline-block;
  float: right;
}
.block-about-img img {
  border-radius: 15px;
  float: right;
}
.block-products {
  background: url(../img/products-bg.png) top center no-repeat;
  background-color: #f7f7f7;
  padding: 60px 0 20px;
}
.block-products h2 {
  text-align: center;
  margin-bottom: 95px;
}
.block-products-inner {
  text-align: center;
  margin-bottom: 35px;
}
.block-products h3 {
  color: #000000;
  font-size: 21px;
  margin-bottom: 15px;
  font-weight: 400;
}
.block-cform {
  padding: 40px 0 120px;
  background: #f7f7f7;
}
.block-cform-inner h3 {
  font-size: 21px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}
.form-block {
  padding: 0px 105px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.form-block-inner {
  padding: 0px 35px;
  width: 50%;
  float: left;
}
.form-block .input-group input {
  border: 2px solid#d92e1c;
  border-radius: 15px;
  outline: none;
  box-shadow: 0px 3px 10px inset rgb(0 0 0 / 0.08);
  padding: 23px 20px;
  height: 70px;
  margin-bottom: 30px;
  font-size: 21px;  
}
.form-block textarea {
  border: 2px solid#d92e1c;
  border-radius: 15px;
  outline: none;
  box-shadow: 0px 3px 10px inset rgb(0 0 0 / 0.08);
  padding: 23px 20px;
  min-height: 170px;
  margin-bottom: 30px;
  font-size: 21px;   
}
.block-cform-inner button {
  background: #e93e2d;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  border-radius: 10px;
  padding: 17px 64px 18px;
  box-shadow: 0px 11px 21px rgb(0 0 0 / 0.19);
  border: 2px solid #e93e2d;
  margin: 0 auto;
  display: block;
}
.block-cform-inner button:hover, 
.block-cform-inner button:not(:disabled):not(.disabled).active, 
.block-cform-inner button:not(:disabled):not(.disabled):active {
  background-color: #fff;
  border-color: #e93e2d;
  color: #e93e2d;
}
.form-block .messages {

}
.form-block .form-control:focus {
  border-color: #d92e1c;
  outline: 0;
  box-shadow: inherit;
}
footer {
  background: url(../img/footer-bg.jpg) bottom center no-repeat;
  padding: 0px;
  min-height: 500px;
}
.footer-contacts {
  margin-top: 60px;
}
.footer-contacts h2 {
  color: #fff;
  margin-bottom: 30px;  
}
footer h4 {
  color: #fcdb40;
  font-size: 21px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 50px;
  margin-left: 25px;
  font-weight: 700;
}
footer p {
  color: #fff;
  font-size: 21px;
  line-height: 22px;
  margin-left: 75px;
  margin-bottom: 20px;
}
footer a, footer a:hover {
  color: #fff;
  font-size: 21px;
  line-height: 22px;
  margin-left: 75px;
  margin-bottom: 20px;  
  display: inline-block;
}
.bottom-ico1:before {
  content: '';
  display: block;
  background: url(../img/sprite.png) -28px -33px no-repeat;
  height: 25px;
  width: 17px;
  position: absolute;
  left: 5px;
  top: 4px; 
}
.bottom-ico2:before {
  content: '';
  display: block;
  background: url(../img/sprite.png) -50px -33px no-repeat;
  height: 22px;
  width: 22px;
  position: absolute;
  left: 5px;
  top: 3px; 
}
.bottom-ico3:before {
  content: '';
  display: block;
  background: url(../img/sprite.png) 0px -33px no-repeat;
  height: 23px;
  width: 23px;
  position: absolute;
  left: 5px;
  top: 1px; 
}
.modal-content {
  padding: 30px 30px 40px 30px;
  border-radius: 20px;
  margin: 0px 60px;
}
.modal-header {
  border-bottom: none;
  text-align: left;
  padding: 0;
}
.modal-title {
  font-size: 21px;
  width: 100%;
  font-weight: 700;
}
.modal-header button.close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 37px;
  height: 37px;
  border-radius: 15px;
  background: #e93e2d;
  opacity: 1;
  font-size: 0;
  outline: none;
  box-shadow: none;
}
.modal-header button.close:after {
  background: url(../img/sprite.png) no-repeat -66px 0px;
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 11px;
  right: 11px;
}
.modal-body {
    padding: 20px 0 0 0;
}
.modal-body .form-group {
  position: relative;
}
.input-group-text {
  font-size: 21px;
  background: none;
  color: #1d1b1b;
  border: none;
  padding: 0 0 5px 0;
}
.modal-body .form-group input {
  background-color: #fff;
  background-image: none;
  border: 2px solid #dadada;
  border-radius: 20px;
  padding: 10px;
  box-shadow: none;
  color: #494949;
  font-size: 17px !important;
  font-weight: 300;
  height: 55px;
}
.modal-body .form-group.popup-tel input {
  padding: 10px 10px 10px 55px;
}
.modal-body .form-group.popup-tel:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  background: url(../img/sprite.png) 0px -62px no-repeat;
  width: 28px;
  height: 28px;
  margin-left: 15px;
  margin-top: 49px;  
}
.modal-body button {
  font-size: 21px;
  padding: 19px 30px 19px;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  border-top: 2px solid #f6aca4;
  background: #e93e2d;
  box-shadow: 0px 10px 21px rgb(0 0 0 / 0.19);
  margin: 0 auto;
  width: 240px;
  display: block;
}
.form-check {
  padding-left: 0;
  padding-top: 15px;
  margin-bottom: 30px;
}
.form-check-label {
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  font-size: 21px;
  color: #1d1b1b;
}
.form-check input.form-check-input {
  display: none;
}
.form-check input.form-check-input + label.form-check-label:before {
  content: '';
  display: inline-block;
  background: url(../img/sprite.png) no-repeat -33px 0px;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: -2px;
}
.form-check input.form-check-input:checked + label.form-check-label:before {
  background: url(../img/sprite.png) no-repeat 0px 0px;
}
@media (min-width: 1200px) {
  .container {
      max-width: 1260px;
  }
}
@media (max-width: 1199.98px) {
  .block-info h1 {
    padding-top: 0;
  }
  .block-info-text {
    padding-right: 0;
    margin-bottom: 50px;
  }
  .block-info-img {
    text-align: center;
  }
  .form-block {
    padding: 0px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
  }
  .block-about-img img {
    width: 100%;
  }  
  header {
    margin: 0px;
    border-radius: 0;
  }
  header:before,header:after {
    display: none;
  }
  .header-block-phone {
    float: right;
    margin-top: 15px;
    margin-bottom: 15px;
  }  
  .block-icons {
    background: #f7f7f7;
  }  
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 34px;
  }
  .form-block-inner {
    padding: 0px 15px;
  }  
  .block-about-img {
    float: none;
  }  
  .block-about-text {
    margin-bottom: 35px;
  }  
  footer {
    background: url(../img/footer-bg.jpg) -250px bottom no-repeat;
  }
}
@media (max-width: 767.98px) {
  .block-info p {
    font-size: 18px;
    line-height: 28px;
  }
  .form-block-inner {
    padding: 0;
    width: 100%;
  }  
  h2 {
    font-size: 32px;
  } 
  .block-about-text p {
    font-size: 18px;
  }   
  .block-about {
    padding: 60px 0;
  }  
  .logo-block {
    width: 420px;
    margin: 0 auto;
    display: block;
  }  
  .header-block-phone {
    float: none;
    margin: 0 auto;
    width: 300px;
    display: block;
  }
  .header-block-phone a {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .header-block-button {
    float: none;
    margin: 0 auto;
    width: 242px;
  }
  header {
    padding: 10px 0 20px;
  }
  footer {
    background: url(../img/footer-bg.jpg) 0px bottom no-repeat;
  }  
}
@media (max-width: 575.98px) {
  .logo-block {
    width: 280px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }  
  .logo-block-image {
    float: none;
    padding-right: 0;
  }
  .logo-block-text {
    float: none;
    padding-top: 0;
    margin-bottom: 10px;
  }
  footer h4 {
    margin-left: 5px;
  }
  footer p, footer a, footer a:hover {
    margin-left: 55px;
  }
  .footer-contacts {
      margin-top: 40px;
  }  
  .block-products-inner img {
    max-width: 100%;
  }
  .modal-content {
    margin: 0;
  }  
}