#sec-5 {
  background-image: url(../../images/sec-5-imgs/bg.png);
  background-repeat: no-repeat;
  background-image: left  center;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  isolation: isolate;

  padding: 3rem 2rem;
}

#sec-5 main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background-color: transparent;
}

#sec-5 #content {
  background-color: transparent;
  display: flex;
}

#sec-5 .intro {
  color: #444444;
}

#sec-5 .row {
  display: flex;
  flex-direction: column;
}

#sec-5 .row > * {
  flex:  1 1 100%;
  min-width: 100%;
}

#sec-5 h1 {
  font-size: clamp(3.2rem, 1rem + 3vw, 5rem);
  margin-bottom: 1.7rem;
}

#sec-5 p {
  font-family: Myriad Pro;
  font-size: 16px;
  margin-bottom: 2rem;
  letter-spacing: .45;
}

#sec-5 form {
  display: flex;
  flex-direction: column;
}

#sec-5 label {
  flex: 1 1 100%;
}

#sec-5 label input {
  min-height: 6rem;
  border: 1px solid rgba(0 0 0);
  border-radius: 0;
}

#sec-5 label input::placeholder {
  font-family: 'Myriad Pro';
  color: #444444;
  font-size: 1.5rem;
}

#sec-5 textarea {
  min-height: 18rem;
  border: 1px solid rgba(0 0 0);
  border-radius: 0;

  margin-bottom: 2.8rem;
}

#sec-5 textarea::placeholder {
  font-family: 'Myriad Pro';
  color: #444444;
  font-size: 1.5rem;
}

#sec-5 .ctc-hide {
  font-family: Myriad Pro;
  font-size: clamp(1.2rem, 1rem + 1vw, 1.5rem);
  line-height: 30px;
}

#sec-5 .check-cont {
  display: flex;
  flex-direction: column;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  letter-spacing: .42;
}

#sec-5 .check {
  display: flex;
  gap: 1.1rem;
}

#sec-5 .consentBox {
  max-height: 1.3rem;
  margin-top: .7rem;
}

#sec-5 .captcha-cont {
  display: flex;
  flex-direction: column;
}

#sec-5 .captcha-cont > *{
  display: flex;
  align-items: center;
  margin: 0;
}

#sec-5 .btn-cont {
  display: flex;
  align-items: flex-start;
  margin: auto;
}

#sec-5 .ctcBtn {
  border: none;
  background-color: #CB0B0B;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: .5rem;
  color: rgb(255, 255, 255);
  padding: 2rem 4rem;

  /* min-width: 23.4rem; */
  max-height: 6.1rem;
  
  margin: 0;
  margin-left: auto;
}

#sec-5 .ctcBtn p {
  border: none;
  background-color: #CB0B0B;
  margin: 0;
  font-family: Montserrat;
  /* font-size: 1.7rem; */
  font-size: clamp(1.2rem , 1vw + .1rem , 1.7rem);
  white-space: nowrap;
}

#sec-5 .hide {
  display: none;
}


#sec-5 .separator-cont {
  /* padding: 0 2rem; */
  display: none;
}

/* #sec-5 .separator-cont img {
  transform: rotate(90deg);
} */

#sec-5 .contact-cont {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  padding: 1rem;
}

#sec-5 .logo-cont {
  display: flex;
  justify-content: center;
}

#sec-5 .contacts {
  display: flex;
  gap: 2rem;
}

#sec-5 .contacts p{
  text-align: left;
}

#sec-5 .contacts .p1 {
  font-family: 'Century Gothic';
  font-weight: 600;
  font-size: clamp(1.2rem, 1.2rem + 1vw, 1.5rem);
  letter-spacing: 1.5px;
}

#sec-5 .contacts .p2 {
  font-family: Montserrat;
  font-size: clamp(1.2rem, 1.2rem + 1vw, 1.9rem);
}

#sec-5 .contacts .goodtimes {
  font-family: 'Good Times Rg Bold';
  font-size: clamp(1.2rem, 1.2rem + 1vw, 2.5rem);
}

#sec-5 .contacts img {
  min-width: 7.1rem;
}

#sec-5 .social-cont {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

#sec-5 .social-cont img {
  max-width: 4rem;
}

@media screen and (min-width: 990px) {

  #sec-5 main {
    flex-direction: row;
    column-gap: 1rem;
  }

  #sec-5 #content {
    padding-top: 5.5rem;
    padding-bottom: 3rem;
  }

#sec-5 p { font-size: clamp(1.2rem, 1rem + 1vw, 1.5rem); }

  #sec-5 .inputs-cont {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
  }

  #sec-5 .inputs-cont > * {
    flex: 1 1 39rem;
    min-width: 39rem;
  }

  #sec-5 .captcha-cont {
    flex-direction: row;
    justify-content: space-between;
  }

  #sec-5 .btn-cont {
    margin: 0;
  }

  #sec-5 .separator-cont {
    display: block;
  }

  #sec-5 .contact-cont {
    row-gap: 0rem;
    padding: 0;
    margin: 0;

    align-self: flex-start;
  }

  #sec-5 .logo-cont {
    margin-bottom: 3.3rem;
  }

  #sec-5 .contacts {
    margin-bottom: 4.4rem;
  }

  #sec-5 .location-cont {
    margin-bottom: 5.6rem;
  }

  #sec-5 .contacts .p2 {
    font-size: clamp(1.2rem, 1.2rem + 1vw, 1.9rem);
  }

  #sec-5 .contacts .goodtimes {
    font-size: clamp(1.2rem, 1.2rem + 1vw, 2.5rem);
  }

  #sec-5 .contacts img {
    min-width: 7.1rem;
  }

  #sec-5 .social-cont {
    display: flex;
    justify-content: center;
    gap: 2.7rem;
  }

  #sec-5 .social-cont img {
    max-width: 4rem;
  }
}

@media screen and (min-width: 1751px) {

  #sec-5 {
    padding-left: 26.4rem;
  }

  #sec-5 #content {
    max-width: 91.5rem;
  }

  #sec-5 .inputs-cont {
    justify-content: center;
  }

  #sec-5 .inputs-cont > * {
    flex: 1 1 42.4rem;
    max-width: 42.4rem;
  }

  #sec-5 textarea {
    max-width: 86rem;
  }

  #sec-5 .check-cont,
  #sec-5 .captcha-cont {
    margin-left: 2.65rem;
    margin-right: 2.65rem;
  }
}

@media screen and (min-width: 1920px) {

  #sec-5 {
    padding: 1.8rem 0 5.2rem;
  }

  #sec-5 main {
    column-gap: 0rem;
  }

  #sec-5 #content {
    margin-right: 5rem;
  }

  #sec-5 .separator-cont {
    margin-right: 2.3rem;
  }

  #sec-5 .logo-cont {
    justify-content: flex-start;
  }

  #sec-5 .contacts {
    margin-left: 4.7rem;
  }

  #sec-5 .cont-2 {
    margin-bottom: 5rem;
  }

  #sec-5 .info-cont {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: .6rem;
  }

  #sec-5 .contacts  p {
    line-height: 1.2;
    margin: 0;
  }

  #sec-5 .location-p {
    max-width: 26.8rem;
  }

  #sec-5 .social-cont {
    justify-content: flex-start;
    margin-left: 6.5rem;
  }

  #sec-5 .social-cont img {
    max-width: 4rem;
  }
}