/*4club*/
.contactForm .row {
  margin-top: 15px; }
  .contactForm .row .inputDesc {
    display: block;
    font-size: 13px;
    margin-bottom: 10px; }
  .contactForm .row input {
    border: 1px solid #000033;
    height: 47px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .contactForm .row .wrapSelect {
    margin-right: 10px;
    display: inline-block; }
    .contactForm .row .wrapSelect .jq-selectbox__select {
      width: 95px;
      padding: 0 15px 0 10px;
      border: 1px solid #000033 !important;
      height: 47px;
      line-height: 47px;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
      .contactForm .row .wrapSelect .jq-selectbox__select .jq-selectbox__select-text {
        font-size: 13px !important;
        color: #000033 !important;
        line-height: 44px !important;
        height: 47px !important; }
      .contactForm .row .wrapSelect .jq-selectbox__select .jq-selectbox__trigger-arrow {
        position: absolute;
        bottom: -20px;
        border: 5px solid transparent;
        border-top: 5px solid #000033;
        left: auto;
        right: 12px;
        width: 5px;
        height: 5px;
        top: 18px; }
  .contactForm .row .wrapSelect:last-of-type {
    margin-right: 0; }

.formFooter {
  overflow: hidden;
  margin-top: 20px;
  padding: 1px 0 0 0;
}

.formFooter .blink {
  clear: both;
  padding: 5px 0 0 27px;
}

  .formFooter .formFooter__title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px; }
  .formFooter .formFooter__text {
    font-size: 10px;
  padding: 0 0 0 27px
  }
    .formFooter .formFooter__text p {
      margin-bottom: 5px;
      font-size: 10px; }

.formFooter__check {
  height: 55px; }

a.check {
  width: 17px;
  height: 17px;
  border: 1px solid #000033 !important;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  margin-right: 10px;
  display: block; }

.btnSmall {
  padding: 5px 12px 5px 8px;
  font-size: 12px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.btn-orange {
  background: #f7941d;
  color: #fff; }

.btn-orange:hover {
  color: #fff !important;
  background: #f9ac4f !important; }

.levels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .levels .levels__item {
    margin: 20px 10px;
    text-align: center; }
    .levels .levels__item .levels__item--title {
      font-size: 13px;
      text-transform: uppercase;
      margin: 15px 0;
      color: #000000; }
      .levels .levels__item .levels__item--title span {
        font-weight: bold;
        color: #e94e0e; }
    .levels .levels__item .levels__item--text {
      color: #e94e0e;
      font-weight: bold; }
  .levels .levels__item--blue .levels__item--title span {
    color: #002e5f; }
  .levels .levels__item--blue .levels__item--text {
    color: #002e5f; }
  .levels .levels__item--grey .levels__item--title span {
    color: #616161; }
  .levels .levels__item--grey .levels__item--text {
    color: #616161; }
  .levels .levels__item--yellow .levels__item--title span {
    color: #d4a402; }
  .levels .levels__item--yellow .levels__item--text {
    color: #d4a402; }
  .levels .levels__item--yellow .levels__item--title span {
    color: #1c1c1c; }
  .levels .levels__item--yellow .levels__item--text {
    color: #1c1c1c; }

.pdt0 {
  padding-top: 0 !important; }

.margin0 {
  margin: 0 -5px; }

.table.borderNone th {
  border: none; }

.table {
  table-layout: fixed;
  margin-bottom: 0; }

.table tr:last-of-type td {
  border-bottom: none; }

.table th, .table td {
  line-height: 120%;
  vertical-align: middle;
  border-right: 1px solid #d8d1d0;
  border-bottom: 1px solid #d8d1d0;
  border-top: none; }

.table th:last-of-type, .table td:last-of-type {
  border-right: none; }

.tablesWrap {
  border: 1px solid #d8d1d0;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.table-responsive .table, .tablesWrap, .tableResponseIn {
  min-width: 900px; }

.wrapLoadLink {
  padding-top: 20px;
  border-top: 1px solid #d8d1d0;
  margin-top: 20px; }

.loadLink {
  display: inline-block;
  padding-left: 30px;
  text-decoration: underline;
  position: relative;
  color: #000033;
  font-size: 13px; }

.loadLink:after {
  content: '';
  width: 22px;
  height: 27px;
  background: url("/web/img/list.png") no-repeat;
  left: 0;
  top: -8px;
  position: absolute; }


.mainImg4gclub {
  height: 465px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  font-family: 'Roboto', sans-serif; }

.title4gclub {
  font-size: 35px;
  color: #000033;
  font-weight: bold;
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  max-width: 315px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  line-height: 45px;
  font-family: 'Roboto', sans-serif;
  margin-top: 140px; }

.text-contact-send {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  color: green;
}