body {
  font-size: 18px;
}
.hrader-page {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  position: relative;
  min-height: 300px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.hrader-page::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 5;
}
.hrader-page  .breadcrumb-item a {
  text-decoration: none;
  color: #ffffff;
}

.contacts-container {
  width: 100%;
  margin-bottom: 30px;;
}

.form-container {
  width: 100%;
  border-radius: 20px;
  padding: 2rem;
  background-color: #ffffff;
  align-self: flex-start;
}

.mat-label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  opacity: .7;
  padding: 0 5px 5px;
}
.mat-label:hover {
  opacity: 100;
  cursor: pointer;
}


.ask-question__title{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .ask-question__title{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px){
  .ask-question__title{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.ask-question__btn{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: inline-block;
  border-radius: 0.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

@media (min-width: 640px){
  .ask-question__btn{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

a.ask-question__btn{
  display: inline-block;
}

.ask-question__btn svg{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  margin-top: -1px;
}

.ask-question__btn:hover svg{
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.faq-question__btn{
  display: flex;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

@media(max-width: 575px){
  .slide-item__btn.products .faq-question__btn{
    justify-content: center;
  }
}

.form-control {
  width: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 5.3rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #006072;
}

button.btn-send{
  border-radius: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  background-color: #fdbf26;
}


button.btn-send:hover {
  background-color: #00bc00;
}

button.btn-send:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}


.contacts__title{
  margin-bottom: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #fdbf26;
}

@media (min-width: 1024px){
  .contacts__title{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .contacts-container {
    width: 65%;
  }
  
  .form-container {
    width: 35%;
  }
}

.contacts__title span{
  color: #006072;
}

@media (min-width: 768px){
  button.btn-send{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

