* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-weight: 400;
  color: #333;
  background-color: #ffffff;
}

p,
span,
a,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 1024px) {
  .container {
    padding: 0 30px;
  }
}

.ds-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 795px) {
  .ds-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.nav-bar {
  background-color: #fff;
  padding: 40px 0;
}

.nav-bar a {
  width: 189px;
  height: 77px;
}

@media (max-width: 795px) {
  .nav-bar {
    padding: 20px 0;
  }
}

.header {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 795px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header .header-text {
  width: 50%;
}

.header .header-text h5 {
  font-size: 19px;
  line-height: 32px;
  font-family: 'Space Grotesk', sans-serif;
  letter-spacing: 3px;
  color: #c14048;
  text-transform: uppercase;
}

.header .header-text h1 {
  font-size: 72px;
  line-height: 80px;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #333333;
  font-weight: 400;
  margin-top: 49px;
  margin-bottom: 39px;
}

.header .header-text h3 {
  font-size: 34px;
  line-height: 44px;
  letter-spacing: 0px;
  font-weight: 400;
  color: #333333;
}

@media (max-width: 795px) {
  .header .header-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .header .header-text {
    margin-top: 20px;
  }
  .header .header-text h1 {
    font-size: 37px;
    line-height: 47px;
    letter-spacing: -0.66px;
    margin-bottom: 19px;
  }
  .header .header-text h3 {
    font-size: 26px;
    line-height: 36px;
  }
}

.header .header-img {
  width: 45%;
}

.header .header-img img {
  max-width: 603px;
  width: 100%;
  max-height: 503px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 795px) {
  .header .header-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.info {
  padding-top: 25px;
}

.info hr {
  border: 1px solid #d3d3d3;
}

.info .details {
  padding-top: 30px;
  padding-bottom: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info .details .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info .details .detail img {
  width: 80px;
  height: auto;
}

.info .details .detail .detail-text {
  margin-left: 20px;
}

.info .details .detail .detail-text p {
  font-size: 24px;
  color: #333333;
  padding-bottom: 7px;
}

.info .details .detail .detail-text span {
  font-size: 18px;
  color: #33333380;
  font-weight: 700;
  font-family: 'Atkinson Hyperlegible', sans-serif;
}

.info .details .detail .detail-text span a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

@media (max-width: 795px) {
  .info .details .detail {
    margin-bottom: 35px;
  }
}

@media (max-width: 795px) {
  .info .details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 0;
  }
}

.category {
  background-color: #f4f4f4;
  padding: 100px 0 55px;
}

.category h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  color: #404040;
  margin-bottom: 12px;
}

.category p {
  font-size: 20px;
  line-height: 30px;
  color: #575757;
  padding-bottom: 56px;
}

.category .category-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.category .category-select a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 49px;
  background: #c14048;
  -webkit-box-shadow: 0px 10px 30px #00000029;
          box-shadow: 0px 10px 30px #00000029;
  border-radius: 8px;
  width: 350px;
  height: 119px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

.category .category-select a p {
  font-size: 36px;
  line-height: 32px;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 7px;
}

.category .category-select a span {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #ffffff80;
  position: relative;
  width: 100%;
  padding-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.category .category-select a span::after {
  content: url("../img/Icon-arrow.svg");
  width: 20px;
  height: 14px;
  position: absolute;
  right: 25px;
  left: auto;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.category .category-select a:hover {
  background-color: #ad2931;
  -webkit-box-shadow: 0px 10px 30px #00000029;
          box-shadow: 0px 10px 30px #00000029;
}

.category .category-select a:hover span::after {
  right: 10px;
}

@media (max-width: 1245px) {
  .category .category-select a {
    width: 320px;
    height: 99px;
  }
}

@media (max-width: 1024px) {
  .category .category-select a {
    width: 280px;
  }
}

@media (max-width: 895px) {
  .category .category-select a {
    width: 240px;
    padding-left: 29px;
  }
}

@media (max-width: 795px) {
  .category .category-select a {
    margin-bottom: 37px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .category .category-select a p {
    font-size: 33px;
  }
  .category .category-select a span {
    font-size: 15px;
  }
}

@media (max-width: 795px) {
  .category .category-select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer {
  background-color: #00051b;
  padding-top: 113px;
  padding-bottom: 40px;
}

@media (max-width: 795px) {
  .footer {
    padding-top: 60px;
  }
}

.footer .footer-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 46px;
}

.footer .footer-img img {
  max-width: 300px;
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .footer .footer-img img {
    width: 30%;
  }
}

@media (max-width: 795px) {
  .footer .footer-img img {
    margin-bottom: 55px;
    width: 100%;
    max-width: inherit;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 480px) {
  .footer .footer-img img {
    height: 220px;
  }
}

@media (max-width: 795px) {
  .footer .footer-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
}

.footer a {
  width: 189px;
  height: 77px;
}

.footer .footer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 13px;
}

.footer .footer-text .footer-left p {
  color: white;
  font-size: 14px;
  font-family: sans-serif;
}

@media (max-width: 795px) {
  .footer .footer-text .footer-left {
    margin-bottom: 25px;
  }
}

.footer .footer-text .footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .footer-text .footer-right a {
  color: white;
  font-size: 14px;
  font-family: sans-serif;
  text-decoration: underline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 60px;
  height: auto;
}

@media (max-width: 795px) {
  .footer .footer-text .footer-right a {
    margin-left: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 795px) {
  .footer .footer-text .footer-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 795px) {
  .footer .footer-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.description {
  padding-bottom: 36px;
}

.description button {
  font-size: 14px;
  font-weight: 400;
  color: #c14048;
  position: relative;
  cursor: pointer;
  width: 170px;
  height: 48px;
  display: inline-block;
  background: #c1404800 0% 0% no-repeat padding-box;
  border: 1px solid #c14048;
  border-radius: 4px;
  margin-right: 21px;
}

.description button::before {
  content: url("../img/red-arrow.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: auto;
  left: 21px;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.description button:hover {
  background: #c140481a 0% 0% no-repeat padding-box;
}

.description button:hover::before {
  left: 10px;
}

.description h3 {
  display: inline-block;
  color: #575757;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  vertical-align: middle;
}

.description h2 {
  display: inline-block;
  color: #404040;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  vertical-align: sub;
}

.description p{
  color: #575757;
  margin-top: 14px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.description li{
    color: #575757;
    margin-top: 14px;
    font-size: 20px;
    font-weight: 400;
}

@media (max-width: 795px) {
  .description button {
    display: block;
  }
  .description h3 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.form {
  padding-top: 35px;
  padding-bottom: 70px;
  border-top: 3px solid #d3d3d3;
  background: #f4f4f4;
}

.form .field-group {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(25% - 30px);
}

@media (max-width: 480px) {
  .form .field-group {
    width: 100%;
  }
}

.form .field-group label {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  margin-bottom: 13px;
  text-transform: uppercase;
  color: #404040;
}

.form .field-group select,
.form .field-group input,
.form .field-group textarea {
  width: 100%;
  height: 48px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #dadada;
  border-radius: 4px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  padding: 0 16px;
  font-family: 'Atkinson Hyperlegible', sans-serif;
}

.form .field-group select::-webkit-input-placeholder,
.form .field-group input::-webkit-input-placeholder,
.form .field-group textarea::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #33333380;
  font-family: 'Atkinson Hyperlegible', sans-serif;
}

.form .field-group select:-ms-input-placeholder,
.form .field-group input:-ms-input-placeholder,
.form .field-group textarea:-ms-input-placeholder {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #33333380;
  font-family: 'Atkinson Hyperlegible', sans-serif;
}

.form .field-group select::-ms-input-placeholder,
.form .field-group input::-ms-input-placeholder,
.form .field-group textarea::-ms-input-placeholder {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #33333380;
  font-family: 'Atkinson Hyperlegible', sans-serif;
}

.form .field-group select::placeholder,
.form .field-group input::placeholder,
.form .field-group textarea::placeholder {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #33333380;
  font-family: 'Atkinson Hyperlegible', sans-serif;
}

.form .comm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form .comm-row .field-group {
  margin-right: 40px;
}

@media (max-width: 480px) {
  .form .comm-row .field-group {
    width: 100%;
    margin-right: 0;
  }
}

.form .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 36px;
}

.form .checkboxes {
  max-width: 400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 13px 0;
}

@media (max-width: 480px) {
  .form .checkboxes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.form .checkboxes span {
  color: #404040;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  width: 235px;
  margin-right: 32px;
}

.form .checkboxes span.mezzo-label {
  width: 100%;
  margin-right: 0;
}

@media (max-width: 480px) {
  .form .checkboxes span {
    width: 100%;
  }
}

.form .checkboxes input[type='radio'] {
  width: 20px;
  height: 20px;
}

.form .checkboxes input[type='radio']:checked {
  content: url("../img/input-radio-checked.svg");
}

.form .checkboxes label {
  color: #404040;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  margin-left: 5px;
}

.form .checkboxes label:first-of-type {
  margin-right: 22px;
}

.form .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 22px;
}

.form .message label {
  font-size: 16px;
  text-transform: none;
  margin-right: 68px;
  color: #575757;
}

.form .message textarea {
  height: 92px;
  border-radius: 0;
  padding: 8px 16px;
  border-radius: 4px;
}

@media (max-width: 480px) {
  .form .message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.form .partners-container {
  margin: 37px 0 15px;
}

.form #add-partner {
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #c14048;
  text-transform: uppercase;
  padding: 0 24px;
  margin-bottom: 45px;
  height: 48px;
  display: inline-block;
  background: #c1404800 0% 0% no-repeat padding-box;
  border: 1px solid #c14048;
  border-radius: 4px;
}

.form #add-partner:hover {
  background: #c1404833 0% 0% no-repeat padding-box;
}

.form #remove-partner {
  display: inline-block;
  cursor: pointer;
}

.form #remove-partner button {
  cursor: pointer;
  height: 48px;
  width: 48px;
  background: #c14048 0% 0% no-repeat padding-box;
  border-radius: 4px;
  outline: none;
  border: none;
  color: white;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Atkinson Hyperlegible', sans-serif;
}

.form #remove-partner span {
  color: #c14048;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Atkinson Hyperlegible', sans-serif;
  margin-bottom: 15px;
  margin-left: 18px;
}

.form .submit-button {
  cursor: pointer;
  display: block;
  background: #c14048 0% 0% no-repeat padding-box;
  border-radius: 4px;
  color: #fff;
  outline: none;
  border: none;
  width: 170px;
  height: 48px;
  margin: 50px auto 15px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Atkinson Hyperlegible', sans-serif;
}

.form .submit-button:hover {
  opacity: 0.8;
}

#payment-link {
  cursor: pointer;
  display: block;
  background: #7ea81d 0% 0% no-repeat padding-box;
  border: 1px solid #7ea81d;
  border-radius: 4px;
  color: #fff;
  outline: none;
  padding: 14px 25px;
  width: 290px;
  height: 48px;
  margin: 50px auto 15px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}

.form-done .field-group {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 210px;
}

.form-done .field-group h5 {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  margin-bottom: 27px;
  text-transform: uppercase;
  color: #404040;
}

.form-done .field-group h4 {
  width: 100%;
  border-radius: 4px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  padding: 0 16px;
}

.form-done .checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 300px;
}

.form-done .checkboxes span {
  width: inherit;
  margin: 0;
}

.form-done .checkboxes h4 {
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.form-done .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 22px;
}

.form-done .message h5 {
  margin-right: 83px;
  margin-bottom: 0;
  color: #575757;
  font-size: 16px;
  line-height: 54px;
  text-transform: none;
}

.form-done .message p {
  font-size: 16px;
  line-height: 20px;
}

.form-done .message textarea {
  height: 92px;
  border-radius: 0;
  color: #404040;
}

@media (max-width: 480px) {
  .form-done .message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.form-done .partners-container #remove-partner button {
  display: none;
}

.form-done .partners-container #remove-partner span {
  letter-spacing: 0px;
  color: #404040;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin: 0;
}

.form-done .partners-container .field-group {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(25% - 30px);
}

@media (max-width: 480px) {
  .form-done .partners-container .field-group {
    width: 100%;
  }
}

.form-done .partners-container .field-group h5 {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  margin-bottom: 27px;
  text-transform: uppercase;
  color: #404040;
}

.form-done .partners-container .field-group h4 {
  width: 100%;
  border-radius: 4px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  padding: 0 16px;
}

.form-done .partners-container .checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 300px;
}

.form-done .partners-container .checkboxes span {
  width: inherit;
  margin: 0;
}

.form-done .partners-container .checkboxes h4 {
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.form-done #add-partner,
.form-done .submit-button {
  display: none;
}

.partner-container {
  margin-bottom: 25px;
}

select {
  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select {
  background-image: linear-gradient(45deg, transparent 50%, #404040 50%), linear-gradient(135deg, #404040 50%, transparent 50%) !important;
  background-position: calc(100% - 20px) calc(1em + 4px), calc(100% - 15px) calc(1em + 4px) !important;
  background-size: 5px 5px, 5px 5px !important;
  background-repeat: no-repeat !important;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d3d3d380;
  padding: 0;
}

.privacy-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.privacy-row input {
  margin-top: 5px;
  margin-right: 15px;
}

.privacy-row label {
  font-size: 14px;
}

.errore{
    background: red;
    color: white;
    text-align: center;
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
}
}
