@font-face {
  font-family: Pragmatica;
  src: url(/fonts/pragmatica/PpragmaticaCTT.woff);
}
@font-face {
  font-family: Pragmatica Bold;
  src: url(/fonts/pragmatica/PragmaticaCTTbold.woff);
}
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Pragmatica', 'Arial' !important;
  font-size: 17px;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  min-width: 1150px;
}
h1 {
  font-weight: normal;
  font-family: Pragmatica Bold;
  font-size: 34px;
}
h2 {
  font-family: Pragmatica Bold;
  font-weight: normal;
}
p {
  margin: 0;
}
a {
  color: #f2a900;
}
a:hover {
  text-decoration: none;
}
.main {
  flex-grow: 4;
}
.yellow-text {
  color: #f2a900;
}
.text-center {
  text-align: center;
}
.mt-20 {
  margin-top: 20px;
}
.mt-80 {
  margin-top: 80px;
}
.aling-center {
  text-align: center;
}
.two-columns-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn {
  font-family: Pragmatica;
  font-size: 20px;
  padding: 20px 40px;
  outline: none;
  border: none;
  color: white;
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: #231f20;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
.btn:hover {
  background-color: #2f2f2f;
}
.btn.btn-yellow {
  background-color: #f2a900;
}
.btn.btn-yellow:hover {
  color: #231f20;
  box-shadow: 0 0 0 2px #231f20;
}
.hidden {
  display: none;
}
.mask {
  background-color: black;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.preloader-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.custom-checkbox {
  display: inline-flex;
}
.custom-checkbox .checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid #231f20;
  cursor: pointer;
  margin-right: 8px;
  position: relative;
}
.custom-checkbox .checkbox .fa-check {
  color: #f2a900;
  font-size: 26px;
  position: absolute;
  top: -5px;
  left: 2px;
}
.custom-checkbox .checkbox-title {
  cursor: pointer;
  font-size: 18px;
  line-height: 1.5;
  max-width: 535px;
}
.custom-checkbox .checkbox-title span {
  vertical-align: top;
}
.custom-checkbox .checkbox-title .popup-target {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.custom-checkbox .checkbox-title .popup-target .popup-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  color: #f2a900;
  border: 2px solid #f2a900;
  border-radius: 14px;
  background-color: white;
  text-align: center;
  line-height: 1.4;
  z-index: 99;
}
.custom-checkbox .checkbox-title .popup-target .popup-text {
  display: none;
  align-items: center;
  position: absolute;
  bottom: 10px;
  left: 11px;
  background-color: #f9d880;
  padding: 20px 10px 20px 15px;
  font-size: 14px;
  color: black;
  min-width: 300px;
  margin: 0;
  z-index: 100;
}
.custom-checkbox .checkbox-title .popup-target .popup-text ul {
  padding-left: 30px;
  min-width: 340px;
}
.custom-checkbox .checkbox-title .popup-target:hover .popup-label {
  background-color: #f2a900;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 0 2px white;
  z-index: 102;
}
.custom-checkbox .checkbox-title .popup-target:hover .popup-text {
  display: flex;
}
.custom-checkbox .toggler {
  border-radius: 30px;
  background-color: #cccccc;
  width: 60px;
  height: 30px;
  cursor: pointer;
}
.custom-checkbox .toggler.active {
  background-color: #f2b200;
}
.custom-checkbox .toggler.active .tumbler {
  margin-left: 30px;
}
.custom-checkbox .toggler .tumbler {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #333333;
}
.header {
  background-color: #231f20;
}
.header .menu {
  color: #f2a900;
  padding: 0;
  margin: 0 20px;
  position: relative;
}
.header .menu li {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 50px;
  vertical-align: middle;
  font-size: 32px;
}
.header .logo img {
  margin-top: 5px;
  height: 100px;
}
.footer {
  display: flex;
  justify-content: center;
  color: #a5a5a5;
  margin: 40px 0 10px 0;
}
.footer .left-side {
  text-align: right;
}
.footer .center {
  padding: 0 20px;
  font-size: 38px;
}
.footer .center .facebook {
  color: #a5a5a5;
}
.form-brief {
  padding-top: 30px;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 20px;
  display: flex;
  flex-direction: column;
}
.form-brief .steps-list {
  padding: 20px 0 0 0;
  list-style: none;
  display: flex;
}
.form-brief .steps-list li {
  padding-left: 10px;
}
.form-brief .steps-list li:first-child {
  padding-left: 0;
}
.form-brief .step-title {
  font-size: 18px;
  display: inline-flex;
  align-items: flex-end;
}
.form-brief .step-title .number {
  font-size: 90px;
  font-family: Pragmatica Bold;
  color: #f2a900;
  line-height: 0.8;
}
.form-brief .step-title .text {
  padding-left: 10px;
  font-family: Pragmatica Bold;
  font-size: 20px;
  padding-bottom: 4px;
  line-height: 1.15;
}
.form-brief .step-title:nth-child(1) .text {
  width: 255px;
}
.form-brief .step-title:nth-child(2) .text {
  width: 275px;
}
.form-brief .step-title:nth-child(3) .text {
  width: 350px;
}
.form-brief .step-title.step2 {
  width: 330px;
  margin-left: 20px;
}
.form-brief .step-title.step3 {
  width: 390px;
  margin-left: 20px;
}
.form-brief .step-title.step3:nth-child(1) .text {
  width: auto;
}
.form-brief .text-block p {
  padding-top: 30px;
}
.form-brief .actions {
  display: flex;
  justify-content: center;
}
.form-brief .actions .btn {
  width: 260px;
  margin-left: 20px;
}
.form-brief .actions .btn:first-child {
  margin-left: 0;
}
.form-brief .columns-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.form-brief .columns-wrapper .col {
  width: 50%;
  box-sizing: border-box;
}
.form-brief .columns-wrapper .col:first-child {
  padding-left: 0;
}
.form-brief .description {
  color: #a5a5a5;
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 30px;
  letter-spacing: 1px;
}
.form-brief .title {
  padding-top: 10px;
}
.form-brief .title.dark {
  color: white;
  background-color: #231f20;
  padding: 15px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: Pragmatica Bold;
  letter-spacing: 2px;
  display: inline-block;
  margin-top: 30px;
}
.form-brief .title.dark:first-child {
  margin-top: 0;
}
.form-brief .text-input {
  width: 600px;
  background-color: #e5e5e5;
  padding: 10px;
  border: none;
  margin-top: 5px;
  outline: none;
  font-size: 18px;
  font-family: Pragmatica;
}
.form-brief .text-input::placeholder {
  color: #a5a5a5;
}
.form-brief .text-input:focus::placeholder {
  color: transparent;
}
.form-brief .text-input.is-invalid {
  color: red;
  box-shadow: 0 0 0 1px red;
}
.form-brief .invalid-field {
  color: red;
  font-size: 14px;
  padding-top: 5px;
}
.form-brief textarea.text-input {
  resize: none;
  overflow: hidden;
  min-height: 60px;
  box-sizing: border-box;
}
.form-brief .yellow-frame {
  background-color: #f9d880;
  width: 415px;
  padding: 40px;
  margin-top: 40px;
}
.form-brief .yellow-frame:nth-child(2) {
  margin-top: 20px;
}
.form-brief .yellow-frame .more {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  font-family: Pragmatica Bold;
  margin-top: 40px;
}
.form-brief .yellow-frame .more a {
  color: black;
}
.form-brief .two-columns-center {
  padding-top: 30px;
}
.form-brief .two-columns-center .fal {
  font-size: 35px;
  color: #a5a5a5;
  margin-right: 10px;
}
.form-brief .two-columns-center .description {
  padding-top: 0;
}
.form-brief .toggler-wrapper {
  vertical-align: middle;
  display: inline-block;
}
.form-brief .file-target {
  color: #f2a900;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  padding: 100px 0;
  border: 2px dotted #f2a900;
  border-radius: 20px;
  line-height: 1.4;
  letter-spacing: 2px;
  max-width: 600px;
}
.form-brief .file-target .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-brief .file-target .row .fal {
  padding: 0 10px;
  font-size: 50px;
}
.form-brief .file-target .row .col {
  max-width: 155px;
}
.form-brief .file-target a {
  display: block;
  padding-top: 20px;
}
.form-brief .file-target.is-invalid {
  border-color: red;
}
.form-brief .checkbox-wrapper {
  padding-top: 10px;
}
.form-brief .success-message {
  padding: 80px 0 50px 0;
  text-align: center;
}
.form-brief .success-message .title {
  font-family: Pragmatica Bold;
}
.form-brief .success-message p {
  padding-bottom: 30px;
  max-width: 550px;
  margin: 0 auto;
}
.modal-confirm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal-confirm .modal-content {
  z-index: 1001;
  background-color: white;
  min-width: 300px;
}
.modal-confirm .modal-content .modal-header {
  padding: 20px 10px;
  text-align: center;
}
.modal-confirm .modal-content .modal-header .modal-title {
  font-family: Pragmatica Bold;
  font-size: 20px;
}
.modal-confirm .modal-content .modal-body {
  font-size: 20px;
  padding: 20px 40px;
}
.modal-confirm .modal-content .modal-footer {
  text-align: center;
  padding: 20px;
}
.modal-confirm .modal-content .modal-footer a {
  display: inline-block;
}
