.tabcontent__article {
  font-size: 14px;
  line-height: 23px;
}

.tabcontent__article p{
  font-size: 1em;
}

.tabcontent__article-title {
  margin-bottom: 2em;
}

.tabcontent__article_list .tabcontent__article-title {
  margin-bottom: inherit;
  margin-top: 2em;
}
.tabcontent__article strong {
  color: #4e4e4e;
}

.tabcontent__article img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  border: 0;
  margin: 0 auto;
}

.tabcontent__article figure {
  margin: 2em 0;
}

.tabcontent__article figcaption {
  text-align: center;
  margin: 1em;
}

.tabcontent__article li {
  margin: 5px;
}

.tabcontent__article a {
  text-decoration: none;
}

.tear-out-your-eyes {
  color: #0101f7;
}
.wpcf7 form .form-header {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #0101f7
}
.wpcf7 form .description {
  margin-top: 10px;
}
.wpcf7  .wpcf7-form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
}
.wpcf7  .wpcf7-form  input, .wpcf7 .wpcf7-form  textarea { 
  height: 50px;
  background: #f9f9f9;
  border-radius: 0;
  border-color: #ccc;
}
.wpcf7  .wpcf7-form textarea {
  height: auto;
  background: #f9f9f9;
  border-radius: 0;
}
.wpcf7 .wpcf7-form  input[type="checkbox"], .wpcf7 .wpcf7-form input[type="radio"] {
  width: 20px;
  height: 20px;
  background: #f9f9f9;
  border-radius: 0;
}
.wpcf7 input[type="submit"] {
  background: #0101f7;
}

.wpcf7 .wpcf7-radio, .wpcf7 .wpcf7-checkbox {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}
span.wpcf7-list-item {
  display: block;
  margin-left: 3px;
  margin-bottom: 10px;
  margin-top: 10px;
}
span.wpcf7-list-item.first {
  margin-top: 0px;
}
span.wpcf7-list-item-label{
  padding: 0px 10px;
}

.wpcf7-form input.wpcf7-file{
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 35px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.wpcf7-form input.wpcf7-file.btn {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;	
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-file-upload-button {
  display: flex;
  flex-basis: 120px;
  align-self: center;
  align-items: center;
  color: white;
  background: blue;
  padding: 10px;
  max-width: 120px;
  text-align: center;
  justify-content: center;
}

.wpcf7-form-control.wpcf7-submit {
  max-width: 120px;
  display: flex;
  flex-basis: 120px;
  justify-content: center;
  align-items: center;
  line-height: initial;
  box-sizing: inherit;
  height: 20px !important;
  padding: 10px;
  align-self: center;
  margin: 0;
}