.superhumans-main {
  position: relative;
}

.superhumans-body {
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  font-family: var(--superhumans--font-family-primary);
  font-size: 1rem;
  line-height: var(--superhumans--line-height);
  font-weight: normal;
  color: var(--superhumans--color-primary);
  background: var(--superhumans--color-secondary);
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
}

.superhumans-body_noscroll {
  overflow: hidden;
}

.lazyload, .lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.text-color--primary {
  color: var(--superhumans--color-primary);
}

.text-color--secondary {
  color: var(--superhumans--color-secondary);
}

.text-color--tertiary {
  color: var(--superhumans--color-tertiary);
}

.text-color--fourth {
  color: var(--superhumans--color-fourth);
}

.text-color--fifth {
  color: var(--superhumans--color-fifth);
}

.bg-color--primary {
  background-color: var(--superhumans--color-primary);
}

.bg-color--secondary {
  background-color: var(--superhumans--color-secondary);
}

.bg-color--tertiary {
  background-color: var(--superhumans--color-tertiary);
}

.bg-color--fourth {
  background-color: var(--superhumans--color-fourth);
}

.bg-color--fifth {
  background-color: var(--superhumans--color-fifth);
}

.ff--primary {
  font-family: var(--superhumans--font-family-primary);
}

.ff--secondary {
  font-family: var(--superhumans--font-family-secondary);
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: normal;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: bold;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.title {
  font-family: var(--superhumans--font-family-secondary);
  font-weight: bold;
  color: #000;
  font-size: 2.813rem;
  line-height: 1.244;
}

.lang {
  position: relative;
  z-index: 11;
  height: 21px;
  width: 54px;
}

.lang ul {
  position: absolute;
  top: 0;
  list-style: none;
  overflow: hidden;
  max-height: 25px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.lang li {
  font-size: 1.25rem;
  color: var(--superhumans--color-primary);
}

.lang li a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: var(--superhumans--transition);
  -o-transition: var(--superhumans--transition);
  transition: var(--superhumans--transition);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lang li:not(.lang__item_current) {
  padding: 0 5px 5px;
  position: relative;
  background: var(--superhumans--color-secondary);
  left: -5px;
}

.lang li:not(.lang__item_current) a:hover {
  color: var(--superhumans--color-fifth);
}

.lang li:nth-of-type(2) {
  padding-top: 5px;
}

.lang img {
  width: 21px;
  height: 21px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
}

.lang_active ul {
  max-height: 300px;
}

.btn {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border: solid 1px var(--superhumans--color-fifth);
  color: var(--superhumans--color-secondary);
  background: var(--superhumans--color-fifth);
  padding: 10px 15px;
  font-size: 1.25rem;
  -webkit-border-radius: 23px;
          border-radius: 23px;
  -webkit-transition: var(--superhumans--transition);
  -o-transition: var(--superhumans--transition);
  transition: var(--superhumans--transition);
  min-width: 146px;
  position: relative;
}

.btn svg {
	margin-left: 5px;
}

.btn_seventh.btn svg {
	margin-left: 0px;
}

.btn svg g {
  -webkit-transition: var(--superhumans--transition);
  -o-transition: var(--superhumans--transition);
  transition: var(--superhumans--transition);
  stroke: var(--superhumans--color-secondary);
}

.btn:active, .btn:focus {
  color: var(--superhumans--color-secondary);
  background: var(--superhumans--color-fifth);
  border: solid 1px var(--superhumans--color-fifth);
}

.btn:hover {
  color: var(--superhumans--color-fifth);
  background: var(--superhumans--color-secondary);
  border: solid 1px var(--superhumans--color-fifth);
}

.btn:hover svg g {
  stroke: var(--superhumans--color-fifth);
}

.btn_secondary {
  min-width: 144px;
  width: 144px;
  height: 144px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  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;
  text-align: center;
  font-size: 1.5rem;
  padding: 0;
}

.btn_secondary span {
  -webkit-transform: rotate(-12deg);
      -ms-transform: rotate(-12deg);
          transform: rotate(-12deg);
}

.btn_secondary:hover {
  border: solid 1px var(--superhumans--color-fourth);
  background: var(--superhumans--color-fourth);
  color: var(--superhumans--color-secondary);
}

.btn_tertiary {
  background: var(--superhumans--color-primary);
  border: solid 1px var(--superhumans--color-primary);
}

.btn_tertiary:active, .btn_tertiary:focus {
  background: var(--superhumans--color-primary);
  border: solid 1px var(--superhumans--color-primary);
  color: var(--superhumans--color-secondary);
}

.btn_tertiary:hover {
  background: none;
  border: solid 1px var(--superhumans--color-primary);
  color: var(--superhumans--color-primary);
}

.btn_tertiary:hover svg g {
  stroke: var(--superhumans--color-primary);
}

.btn_fourth {
  min-width: 144px;
  height: 144px;
  width: 144px;
  background: var(--superhumans--color-fourth);
  border: solid 1px var(--superhumans--color-fourth);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 1.5rem;
  position: relative;
  -webkit-transform: rotate(-12deg);
      -ms-transform: rotate(-12deg);
          transform: rotate(-12deg);
  padding: 0;
}

.btn_fourth:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: solid 1px var(--superhumans--color-secondary);
  width: 126px;
  height: 126px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.btn_fourth:focus, .btn_fourth:active {
  background: var(--superhumans--color-fourth);
  border: solid 1px var(--superhumans--color-fourth);
}

.btn_fourth:hover {
  background: var(--superhumans--color-fifth);
  border: solid 1px var(--superhumans--color-fifth);
  color: var(--superhumans--color-secondary);
}

.btn_fifth {
  background: none;
  color: var(--superhumans--color-fifth);
}

.btn_fifth:focus, .btn_fifth:active {
  background: none;
  color: var(--superhumans--color-fifth);
}

.btn_fifth:hover {
  background: var(--superhumans--color-fifth);
  color: var(--superhumans--color-secondary);
}

.btn_sixth {
  background: none;
  color: var(--superhumans--color-primary);
  border: solid 1px var(--superhumans--color-primary);
}

.btn_sixth:focus, .btn_sixth:active {
  background: none;
  color: var(--superhumans--color-primary);
  border: solid 1px var(--superhumans--color-primary);
}

.btn_sixth:hover {
  background: var(--superhumans--color-primary);
  color: var(--superhumans--color-secondary);
  border: solid 1px var(--superhumans--color-primary);
}

.btn_seventh {
  min-width: 58px;
  width: 58px;
  height: 58px;
  padding: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.btn_seventh:hover {
  background: var(--superhumans--color-fourth);
  border: solid 1px var(--superhumans--color-fourth);
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 43px;
}

.heading__content {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  cursor: pointer;
}

.heading__title {
  font-family: var(--superhumans--font-family-secondary);
  font-size: 2.813rem;
  font-weight: bold;
  margin: 0;
  color: var(--superhumans--color-fifth);
}

.heading__text {
  margin-left: 19px;
  color: var(--superhumans--color-fifth);
  position: relative;
  top: -9px;
  font-size: 1.375rem;
}

/* .heading__text:before {
  content: '/';
  margin-right: 11px;
} */

.divider {
  margin: 0;
  display: block;
  width: 100%;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.51);
  position: relative;
}

.tabs__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs__item {
  padding: 0 12.5px 8px;
  cursor: pointer;
  font-size: 1.25rem;
  color: #4E4E4E;
  border-bottom: 2px solid #4E4E4E;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tabs__item:first-of-type {
  padding-left: 0;
}

.tabs__item:last-of-type {
  padding-right: 0;
}

.tabs__item_active {
  color: var(--superhumans--color-fifth);
  border-color: var(--superhumans--color-fifth);
}

.tabs__content {
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-height: 0px;
  /* display: none; */
}

.tabs__content_active {
  max-height: 500px;

}


.wpcf7-form-control-wrap, .textarea_dark .wpcf7-form-control-wrap {
}
.wpcf7-not-valid-tip {
	position: absolute !important;
	top: 100% !important;
	left: 0;
	margin-top: 10px;
	white-space: nowrap;
	max-width: 100%;
	text-overflow: ellipsis;
}
.file .wpcf7-not-valid-tip {
    margin-top: -55px;}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0em 1em;
    padding: 1em 0.2em;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color:  #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    background-color:  #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
    background-color:  #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #ffb900;
}

.file label span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 320px;
}

.input {
  position: relative;
  margin-bottom: 53px;
}

.tos {padding-bottom: 30px;display: block;}

.input input {
  border-bottom: 1px solid #4E4E4E;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  color: var(--superhumans--color-primary);
}

.input input:active, .input input:focus, .input input:hover {
  border-bottom: 1px solid #4E4E4E;
}

.input input::-webkit-input-placeholder {
  color: #4E4E4E;
}

.input input::-moz-placeholder {
  color: #4E4E4E;
}

.input input::-ms-input-placeholder {
  color: #4E4E4E;
}

.input input::placeholder {
  color: #4E4E4E;
}

.input span {
  color: #4E4E4E;
  right: 0;
  opacity: 1;
  z-index: 1;
}

.wpcf7-not-valid-tip {
    color: red !important;
    font-size: 0.8rem;
}

.send-application-form {display: flex; align-items: center; margin: 3em 0em 1em;}

.website__form input {
  border-bottom: solid 1px #000;
}

.website__form input:active, .website__form input:focus, .website__form input:hover {
  border-bottom: solid 1px #000;
}

.website__form input::-webkit-input-placeholder {
  color: #000;
}

.website__form input::-moz-placeholder {
  color: #000;
}

.website__form input::-ms-input-placeholder {
  color: #000;
}

.website__form input::placeholder {
  color: #000;
}

.website__form span {
  color: #000;
}

.select {
  position: relative;
}

.select select {
  border-bottom: 1px solid #4E4E4E;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-bottom: 8px;
  color: var(--superhumans--color-primary);
  /* direction: rtl; */
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8'%3E%3Cpath fill='%234e4e4e' d='M7.276 7.045a1 1 0 0 1-1.552 0l-4.4-5.414A1 1 0 0 1 2.1 0h8.8a1 1 0 0 1 .776 1.631Z' data-name='Polygon 2'/%3E%3C/svg%3E") no-repeat 95% 30%;
  padding-right: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.select select:active, .select select:focus, .select select:hover {
  border-bottom: 1px solid #4E4E4E;
}

.select select::-webkit-input-placeholder {
  color: #4E4E4E;
}

.select select::-moz-placeholder {
  color: #4E4E4E;
}

.select select::-ms-input-placeholder {
  color: #4E4E4E;
}

.select select::placeholder {
  color: #4E4E4E;
}

.select span.currency {
  color: #4E4E4E;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  opacity: 1;
  z-index: 1;
  padding-right: 30px;
}

/*.select_hasvalue span {
  opacity: 0;
}*/

.select_dark select {
  border-bottom: solid 1px #000;
}

.select_dark select:active, .select_dark select:focus, .select_dark select:hover {
  border-bottom: solid 1px #000;
}

.select_dark select::-webkit-input-placeholder {
  color: #000;
}

.select_dark select::-moz-placeholder {
  color: #000;
}

.select_dark select::-ms-input-placeholder {
  color: #000;
}

.select_dark select::placeholder {
  color: #000;
}

.select_dark span {
  color: #000;
}

.textarea {
  position: relative;
}

.textarea textarea {
  border-bottom: 1px solid #4E4E4E;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  color: var(--superhumans--color-primary);
  resize: none;
}

.textarea textarea:active, .textarea textarea:focus, .textarea textarea:hover {
  border-bottom: 1px solid #4E4E4E;
}

.textarea textarea::-webkit-input-placeholder {
  color: #4E4E4E;
}

.textarea textarea::-moz-placeholder {
  color: #4E4E4E;
}

.textarea textarea::-ms-input-placeholder {
  color: #4E4E4E;
}

.textarea textarea::placeholder {
  color: #4E4E4E;
}

.textarea span {
  color: #4E4E4E;
  right: 0;
  pointer-events: none;
  opacity: 1;
  z-index: 1;
}

.textarea_hasvalue span {
  opacity: 0;
}

.textarea_dark textarea {
  border-bottom: solid 1px #000;
}

.textarea_dark textarea:active, .textarea_dark textarea:focus, .textarea_dark textarea:hover {
  border-bottom: solid 1px #000;
}

.textarea_dark textarea::-webkit-input-placeholder {
  color: #000;
}

.textarea_dark textarea::-moz-placeholder {
  color: #000;
}

.textarea_dark textarea::-ms-input-placeholder {
  color: #000;
}

.textarea_dark textarea::placeholder {
  color: #000;
}

.textarea_dark span {
  color: #000;
}

.file label {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border: solid 1px #4E4E4E;
  color: #4E4E4E;
  background: none;
  padding: 12px 15px;
  font-size: 1rem;
  -webkit-border-radius: 23px;
          border-radius: 23px;
  -webkit-transition: var(--superhumans--transition);
  -o-transition: var(--superhumans--transition);
  transition: var(--superhumans--transition);
  min-width: 159px;
  position: relative;
}

.file label svg {
  margin-left: 10px;
  -ms-flex-negative: none;
      flex-shrink: none;
}

.file label svg g {
  -webkit-transition: var(--superhumans--transition);
  -o-transition: var(--superhumans--transition);
  transition: var(--superhumans--transition);
  stroke: #4E4E4E;
}

.file label:active, .file label:focus {
  color: #4E4E4E;
  background: none;
  border: solid 1px #4E4E4E;
}

.file label:hover {
  color: var(--superhumans--color-fifth);
  background: none;
  border: solid 1px var(--superhumans--color-fifth);
}

.file label:hover svg g {
  stroke: var(--superhumans--color-fifth);
}

.file label span {
  min-width: 150px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.file_dark label {
  border: solid 1px #000;
  color: #000;
}

.file_dark label:active, .file_dark label:focus {
  color: #000;
  border: solid 1px #000;
}

.file_dark label svg g {
  stroke: #000;
}

.legal__note {
    margin-top: 25px;
    font-size: 0.8rem;
    color: #4E4E4E;
    line-height: 1.833;
}
.legal__note a {
    color: #4E4E4E;
	text-decoration: underline;
}

.input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.input-row .input {
  width: calc(50% - 30px);
  margin-right: 60px;
  /* margin-bottom: 53px; */
}

.input-row .input:nth-of-type(even) {
  margin-right: 0;
}

.input-row .select {
  width: calc(50% - 30px);
  margin-right: 60px;
}

.input-row .select:nth-of-type(even) {
  margin-right: 0;
}

.accordion {
  position: relative;
}

.accordion:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.51);
}

.accordion__head {
  padding: 35px 100px 35px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.51);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  position: relative;
  font-size: 1.625rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.accordion__head:hover .accordion__btn {
  background: var(--superhumans--color-fifth);
}

.accordion__head:hover .accordion__btn svg g {
  stroke: var(--superhumans--color-secondary);
}

.accordion__btn {
  height: 55px;
  width: 55px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  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;
  position: absolute;
  -webkit-transition: var(--superhumans--transition);
  -o-transition: var(--superhumans--transition);
  transition: var(--superhumans--transition);
  right: 0;
  top: 23px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion__btn svg g {
  -webkit-transition: var(--superhumans--transition);
  -o-transition: var(--superhumans--transition);
  transition: var(--superhumans--transition);
}

.accordion__body {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  max-height: 0px;
}

.accordion__body p {
  line-height: 1.625;
}

.accordion__body p a {
  text-decoration: underline;
  color: inherit;
}

.accordion__body p span {
  font-weight: 500;
}

.accordion_active .accordion__head {
  border-bottom-color: rgba(0, 0, 0, 0.51);
}

.accordion_active .accordion__btn {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.accordion_active .accordion__body {
  padding-top: 34px;
  padding-bottom: 24px;
  max-height: 1280px;
}

.post-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}

.post-row:last-of-type {
  margin-bottom: 0;
}

.post-row__col:nth-of-type(1) {
  width: 69.66%;
}

.post-row__col:nth-of-type(2) {
  width: 27.2%;
}

.post-row__col .item {
  margin-bottom: 35px;
}

.post-row__col .item:last-of-type {
  margin-bottom: 0;
}

.post-row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.post-row_3 .post-row__col:nth-of-type(1) {
  width: 27.20%;
}

.post-row_3 .post-row__col:nth-of-type(2) {
  width: 27.20%;
}

.post-row_3 .post-row__col:nth-of-type(3) {
  width: 39.15%;
}

.item {
  text-decoration: none;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  width: 100%;
  -webkit-border-radius: 24px;
          border-radius: 24px;
  overflow: hidden;
  color: var(--superhumans--color-secondary);
}

.item:after {
  content: '';
  padding-top: 102.02%;
  position: relative;
  display: block;
}

.item__btn {
  position: absolute;
  top: 15px;
  right: 20px;
  height: 41px;
  width: 41px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: var(--superhumans--transition);
  -o-transition: var(--superhumans--transition);
  transition: var(--superhumans--transition);
  border: solid 1px var(--superhumans--color-secondary);
  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;
  z-index: 2;
}

.item__btn svg path {
  fill: var(--superhumans--color-secondary);
  stroke: var(--superhumans--color-secondary);
  -webkit-transition: var(--superhumans--transition);
  -o-transition: var(--superhumans--transition);
  transition: var(--superhumans--transition);
}

.item__btn_filled {
  background: var(--superhumans--color-secondary);
}

.item__btn_filled svg path {
  fill: #000000;
  stroke: #000000;
}

.item__btn_replace {
  right: auto;
  top: auto;
  bottom: 15px;
  left: 20px;
}

.item__content {
  margin-top: auto;
}

.item__inner {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 23px 20px 33px 20px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item__date {
  font-size: 0.875rem;
  padding: 4px 9px;
  color: inherit;
  -webkit-border-radius: 23px;
          border-radius: 23px;
  border: solid 1px currentColor;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.item__date_filled {
  background: var(--superhumans--color-secondary);
  border-color: var(--superhumans--color-secondary);
}

.item__tag {
  color: inherit;
  margin-bottom: 13px;
}

.item__tag:before {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  background: currentColor;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.item__title {
  font-size: 1.375rem;
  color: inherit;
}

.item_dark {
  color: #000;
}

.item_small:after {
  padding-top: 83.78%;
}

.item_big:after {
  padding-top: 67.41%;
}

.item_big .item__title {
  font-size: 1.875rem;
}

.item_wrapped .item__inner {
  padding-bottom: 20px;
}

.item_wrapped .item__date {
  background: var(--superhumans--color-secondary);
  color: #000;
  border: solid 1px var(--superhumans--color-secondary);
}

.item_wrapped .item__content {
  background: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 24px;
          border-radius: 24px;
  padding: 18px 20px 10px 25px;
  max-width: 456px;
}

.item_wrapped .item__tag {
  color: #000;
}

.item_wrapped .item__title {
  color: #000;
}

.item_medium:after {
  padding-top: 70.65%;
}

.item:hover .item__btn {
  border: solid 1px var(--superhumans--color-fifth);
  background: var(--superhumans--color-fifth);
}

.item:hover .item__btn svg path {
  fill: var(--superhumans--color-secondary);
  stroke: var(--superhumans--color-secondary);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 992px) {
  .title {
    font-size: 2.4rem;
  }
  .item__tag {
    margin-bottom: 10px;
    font-size: 0.75rem;
  }
  .item__tag:before {
    width: 5px;
    height: 5px;
  }
  .item__title {
    font-size: 1rem;
  }
  .item_big .item__title {
    font-size: 0.875rem;
  }
  .item_big .item__tag {
    font-size: 0.625rem;
    margin-bottom: 10px;
  }
.checkbox-group {display: block;margin-bottom: 30px;padding-top: 20px;}
.checkbox-row .wpcf7-list-item {margin-left: 0;}
.checkbox-row {padding-top: 10px;}
}

@media (max-width: 576px) {
  .btn {
    font-size: 1.125rem;
    padding: 7px 15px;
    min-width: 148px;
  }
  .btn_secondary {
    min-width: 79px;
    width: 79px;
    height: 79px;
    font-size: 1rem;
    padding: 0;
  }
  .btn_fourth {
    min-width: 79px;
    width: 79px;
    height: 79px;
    font-size: 1rem;
    padding: 0;
  }
  .btn_fourth:after {
    width: 68px;
    height: 68px;
  }
  .btn_seventh {
    min-width: 58px;
  }
  .heading {
    display: block;
    padding-bottom: 25px;
  }
  .heading__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .heading__title {
    font-size: 1.375rem;
  }
  .heading__text {
    margin-left: 11px;
    top: 0;
    font-size: 1rem;
  }
  .heading__text:before {
    font-size: 1.25rem;
  }
  .tabs__item {
    font-size: 1.125rem;
  }
  .file label {
    padding: 8px 15px;
  }
  .input-row {
    display: block;
  }
  .input-row .input {
    width: 100%;
    margin-right: 0;
  }
  .input-row .select {
    width: 100%;
    margin-right: 0;
  }
  .accordion__head {
    padding: 20px 60px 20px 0;
    font-size: 1.375rem;
  }
  .accordion__btn {
    top: 7px;
  }
  .accordion__body p {
    font-size: 0.875rem;
  }
  .accordion_active .accordion__body {
    padding-top: 20px;
    padding-bottom: 18px;
  }
  .title {
    font-size: 1.375rem;
    line-height: 1.273;
  }
  .post-row {
    display: block;
    margin-bottom: 22px;
  }
  .post-row:last-of-type {
    margin-bottom: 0px;
  }
  .post-row__col {
    margin-bottom: 22px;
  }
  .post-row__col:last-of-type {
    margin-bottom: 0px;
  }
  .post-row__col:nth-of-type(1) {
    width: 100%;
  }
  .post-row__col:nth-of-type(2) {
    width: 100%;
  }
  .post-row__col .item {
    margin-bottom: 22px;
  }
  .post-row__col .item:last-of-type {
    margin-bottom: 0px;
  }
  .post-row_3 .post-row__col:nth-of-type(1) {
    width: 100%;
  }
  .post-row_3 .post-row__col:nth-of-type(2) {
    width: 100%;
  }
  .post-row_3 .post-row__col:nth-of-type(3) {
    width: 100%;
  }
  .item__inner {
    padding: 15px 20px 16px;
  }
  .item_content-only:after {
    padding-top: 42.57142857142857%;
  }
  .item_wrapped .item__inner {
    padding-bottom: 16px;
  }
  .item_wrapped .item__content {
    padding: 8px 7px 5px 12px;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    max-width: 218px;
  }
  .item_medium:after {
    padding-top: 75.71%;
  }
}

@media (max-width: 320px) {
  .item__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .item__tag {
    margin-bottom: 5px;
    font-size: 0.625rem;
  }
  .item__tag:before {
    top: -1px;
    margin-right: 5px;
  }
  .item__title {
    font-size: 0.75rem;
  }
}