:root {
  --man_color: #0084DA;
  --woman_color: #F300FF;
  --bkcolor_1: #FFFFFF;
  --color_1: #15A4F3;
  --bkcolor_2: #FF0000;
  --color_2: #FFFFFF;
  --bkcolor_3: #000000;
  --color_3: #15A4F3;
  --bkcolor_4: #15A4F3;
  --color_4: #000000;
  --bkcolor_5: #81CFFA;
  --color_5: #000000;
  --bkcolor_6: #FFFFFF;
  --color_6: #E03CFF;
  --app_color: #3CB4FF;
  --bkcolor_7: #000;
  --color_7: #FFF;
  --bkcolor_8: #88D601;
  --bkcolor_9: #141414;
  --bkcolor_10: #000000;
  --bkcolor_11: #000000;
  --color_12: #FFFFFF;
  --color_13: #FFFFFF;
  --bkcolor_14: #FF0000;
  --color_15: #FFFFFF;
  --bkcolor_16: #333333;
  --bkcolor_17: #FFFFFF;
  --bkcolor_18: #000000;
  --bkcolor_20: #F6F6F6;
  --color_20: #000000;
  --color_21: #000000;
  --color_22: #000000;
  --color_23: #000000;
  --bkcolor_24: #1574FF;
  --bkcolor_26: #FFDD00;
  --font_1: Orbitron, Arial;
  --font_1_url: [FONT1_URL];
  --font_2: Orbitron, Arial;
  --font_2_url: [FONT2_URL];
  --font_3: Orbitron, Arial;
  --font_3_url: [FONT3_URL];
  --font_4: Arial;
  --font_4_url: [FONT4_URL];
  --font_5: Orbitron, Arial;
  --font_5_url: [FONT5_URL];
  --font_6: JetSet, Arial;
  --font_6_url: [FONT6_URL];
  --font_7: Orbitron, Arial;
  --font_7_url: [FONT7_URL];
}
@charset "utf-8";
@font-face {
  font-family: "gautami";
  src: url('../../../fonts/gautami.ttf') format('truetype'), url('../../../fonts/gautami.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: "gautami";
  src: url('../../../fonts/gautamib.ttf') format('truetype'), url('../../../fonts/gautamib.woff') format('woff');
  font-weight: bold;
}
@font-face {
  font-family: "gautami";
  src: url('../../../fonts/gautamib.eot');
  font-weight: bold;
}
@font-face {
  font-family: "opensans";
  src: url('../../../fonts/opensans.ttf') format('truetype'), url('../../../fonts/opensans.woff') format('woff');
  font-weight: bold;
}
@font-face {
  font-family: "fontawesome";
  src: url('../../../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: "fontawesome";
  src: url('../../../fonts/fontawesome-webfont.eot');
  font-weight: normal;
}
@font-face {
  font-family: "fontawesome light";
  src: url('../../../fonts/fontawesome-light.ttf') format('truetype'), url('../fonts/fontawesome-light.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: "fontawesome light";
  src: url('../../../fonts/fontawesome-light.eot');
  font-weight: normal;
}
@font-face {
  font-family: "fontawesome normal";
  src: url('../../../fonts/fontawesome-regular.ttf') format('truetype'), url('../fonts/fontawesome-regular.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: "fontawesome normal";
  src: url('../../../fonts/fontawesome-regular.eot');
  font-weight: normal;
}
@font-face {
  font-family: "fontawesome bold";
  src: url('../../../fonts/fontawesome-solid.ttf') format('truetype'), url('../fonts/fontawesome-solid.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: "fontawesome bold";
  src: url('../../../fonts/fontawesome-solid.eot');
  font-weight: normal;
}
html,
body {
  background-color: #fff;
  background-color: #F6F6F6;
}
p {
  margin: 0px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
h2,
h3 {
  margin: 0px;
  font-family: Orbitron, Arial;
}
body {
  font-family: Orbitron, Arial;
  min-width: 300px;
  min-width: 290px;
  color: #2a2d33;
  color: #000000;
  min-height: 600px;
  margin: 0px;
  padding-top: 80px;
}
label {
  margin: 0px;
  padding: 0px;
}
table {
  margin: 0px;
}
th,
td,
tr {
  padding: 0px;
  font-weight: normal;
}
input,
input[type="checkbox"] {
  border: none;
  margin: 0px;
  outline: none;
  border-radius: 0px;
}
input:hover,
input:focus,
input:active {
  outline: none;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: transparent;
  outline: none;
  border: none;
}
select,
select:focus,
select:hover {
  outline: none;
}
button {
  outline: none;
}
.body {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  max-width: 950px;
  max-width: 960px;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
}
/* ---------  Apex Link  ---------  */
.apex_link {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 13px;
  color: #000000;
  width: 180px;
}
.apex_link:hover {
  color: #1574FF;
}
/* --------------- Title --------------- */
h2.title {
  font-size: 23px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Open Sans, sans-serif;
  margin-top: 8px;
  margin-bottom: 8px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 27px;
  padding-right: 27px;
  max-width: 90%;
  color: #000000;
}
h2.title:before {
  content: "";
  position: absolute;
  border-top: 2px solid #00a6de;
  border-left: 2px solid #00a6de;
  border-top: 2px solid #1574FF;
  border-left: 2px solid #1574FF;
  width: 40px;
  height: 20px;
  height: 50%;
  top: 0px;
  left: 0px;
  display: inline-block;
  width: 17%;
  min-width: 20px;
  max-width: 80px;
}
h2.title:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 20px;
  height: 50%;
  bottom: 0px;
  right: 0px;
  display: inline-block;
  border-right: 2px solid #00a6de;
  border-bottom: 2px solid #00a6de;
  border-right: 2px solid #1574FF;
  border-bottom: 2px solid #1574FF;
  width: 17%;
  min-width: 20px;
  max-width: 80px;
}
h3.title {
  font-size: 23px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Open Sans, sans-serif;
  color: #000000;
}
h3.title:before {
  content: "";
  position: relative;
  border-bottom: 2px solid #d9d9d9;
  width: 40px;
  height: 2px;
  top: -5px;
  left: -15px;
  display: inline-block;
}
h3.title:after {
  content: "";
  position: relative;
  border-bottom: 2px solid #d9d9d9;
  width: 40px;
  height: 2px;
  top: -5px;
  right: -15px;
  display: inline-block;
}
.team_title,
.title_extra {
  margin-top: 40px;
}
.title_drivers {
  margin-top: 50px;
}
@media (max-width: 768px) {
  h3.title {
    font-size: 18px;
    white-space: nowrap;
  }
}
@media (max-width: 576px) {
  h2.title {
    font-size: 16px;
  }
  h3.title {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  h3.title {
    font-size: 12px;
  }
}
@media (max-width: 450px) {
  h2.title {
    font-size: 14px;
  }
}
/* --------------- Header Informations --------------- */
.header_informations {
  margin-top: 30px;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.header_informations .div_image {
  width: 50%;
  float: left;
  text-align: center;
}
.header_informations .div_image img {
  max-width: 100%;
  display: inline-block;
}
.header_informations .block_price {
  width: 50%;
  float: left;
  text-align: center;
}
.header_informations .price span {
  color: #00a6de;
  color: #1574FF;
  font-size: 40px;
  font-family: Open Sans, sans-serif;
  font-weight: bold;
  padding-right: 8px;
  position: relative;
  top: 3px;
}
.header_informations .price {
  font-size: 17px;
  height: 60px;
}
.header_informations .block_price .title {
  font-weight: bold;
  font-size: 18px;
  font-family: Open Sans, sans-serif;
  opacity: 0.9;
}
.header_informations .date {
  font-weight: bold;
  font-size: 16px;
  margin-top: 0px;
  font-family: Open Sans, sans-serif;
  opacity: 0.9;
}
/* --------------- Informations --------------- */
.informations {
  margin-top: 30px;
  border: 2px solid #00a6de;
  border: 2px solid #1574FF;
  border-left-width: 8px;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 20px;
  padding-bottom: 12px;
}
.informations .title {
  font-weight: bold;
  font-size: 18px;
  font-family: Open Sans, sans-serif;
  text-align: center;
  margin-bottom: 10px;
  opacity: 0.9;
}
.informations .title:empty {
  display: none;
}
.informations .description {
  opacity: 0.9;
}
.informations .deadline {
  text-align: right;
  margin-bottom: 3px;
  color: #00a6de;
  color: #1574FF;
  margin-top: 20px;
  font-weight: bold;
  font-family: Open Sans, sans-serif;
}
/* --------------- Event --------------- */
.selection {
  transition: opacity 0.5s;
}
.team_constructor {
  display: none;
}
.driver_constructor {
  display: none;
}
.inscription {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.inscription .drivers {
  margin-top: 30px;
}
.inscription .drivers:after {
  display: block;
  content: "";
  clear: both;
}
.inscription .driver,
.inscription .add_driver,
.block_extra .extra {
  margin-bottom: 4px;
  overflow: hidden;
  padding-top: 18px;
  padding-bottom: 10px;
  position: relative;
  float: left;
  width: calc(-6.666666666666664%);
  width: calc(33.33333333333333333% - 40px);
  /*for less*/
  margin: 20px;
  margin-top: 0px;
  margin-bottom: 20px;
  min-height: 305px;
}
.inscription .driver {
  background-color: #00a6de;
  background-color: #1574FF;
  box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.22);
}
.inscription .driver,
.inscription .add_driver {
  min-height: 360px;
}
.inscription .drivers > div:nth-child(3n+1) {
  clear: both;
}
.inscription .driver .remove_driver {
  position: absolute;
  top: 4px;
  right: 4px;
  color: #fff;
  cursor: pointer;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 28px;
  text-align: center;
}
.inscription .driver .remove_driver:after {
  display: block;
  content: "\f00d";
  font-family: 'fontawesome';
  color: #fff;
}
.inscription .driver .remove_driver:hover {
  opacity: 0.8;
}
.inscription .driver .helmet,
.inscription .add_driver .helmet {
  width: 80px;
  height: 80px;
  padding: 13px;
  border: 2px solid #fff;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.inscription .add_driver .helmet {
  border: 2px dashed #00a6de;
  border: 2px dashed #1574FF;
}
.inscription .driver .helmet {
  background-size: auto 100%;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
}
.inscription .driver .helmet[style] svg {
  display: none;
}
.inscription .driver .helmet * {
  stroke: #fff;
  fill: #fff;
}
.inscription .add_driver .helmet * {
  stroke: #00a6de;
  stroke: #1574FF;
  fill: #00a6de;
  fill: #1574FF;
}
.inscription .driver .age {
  text-align: center;
  height: 34px;
  margin-top: 0px;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
}
.inscription .driver .age[data-sex="2"]:before {
  content: '\f182';
  font-family: 'fontawesome light';
  padding-right: 8px;
}
.inscription .driver .age[data-sex="1"]:before {
  content: '\f183';
  font-family: 'fontawesome light';
  padding-right: 8px;
}
.inscription .driver .last_name,
.inscription .driver .first_name,
.inscription .driver .card_number,
.inscription .driver .nickname,
.inscription .driver .name,
.inscription .driver .birth_date {
  margin-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
.inscription .driver .name {
  margin-top: 44px;
}
.inscription .driver .first_name,
.inscription .driver .birth_date {
  margin-top: -13px;
}
.inscription .driver .birth_date {
  display: none;
}
.inscription .driver .or {
  text-align: center;
  color: #fff;
}
.inscription .driver .or span {
  display: inline-block;
  position: relative;
}
.inscription .driver .or span:before {
  display: block;
  height: 1px;
  background-color: #fff;
  width: 20px;
  left: -30px;
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin-bottom: auto;
  margin-top: auto;
}
.inscription .driver .or span:after {
  display: block;
  height: 1px;
  background-color: #fff;
  width: 20px;
  right: -30px;
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin-bottom: auto;
  margin-top: auto;
}
.driver .select {
  padding-right: 10%;
  padding-left: 10%;
}
.driver .select > div[data-type] {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  border: 2px solid #fff;
  margin: auto;
  margin-top: 33px;
  padding: 10px;
  cursor: pointer;
}
.driver .select > div[data-type]:hover {
  background-color: #fff;
  color: #00a6de;
  color: #1574FF;
}
.driver .select > div.me {
  display: none;
}
.driver .select.select_me > div.me {
  display: block;
}
.driver[data-type="select"] .member,
.driver[data-type="select"] .not_member {
  display: none;
}
.driver[data-type="member"] .select,
.driver[data-type="member"] .not_member {
  display: none;
}
.driver[data-type="not_member"] .select,
.driver[data-type="not_member"] .member {
  display: none;
}
.inscription .driver label {
  width: 100%;
  display: block;
  padding-left: 2px;
  color: #fff;
  margin-bottom: 3px;
  font-size: 14px;
  font-size: 12px;
  padding-top: 4px;
  white-space: nowrap;
  text-overflow: hidden;
  text-overflow: ellipsis;
  font-family: Open Sans, sans-serif;
}
.inscription .driver .div_input {
  position: relative;
}
.inscription .driver .div_input.valid:after {
  content: "\f00c";
  font-family: 'fontawesome';
  color: #41b546;
  position: absolute;
  bottom: 5px;
  bottom: calc(40%);
  bottom: calc(50% - 10px);
  /*for less*/
  right: 8px;
  font-size: 16px;
  font-weight: normal;
}
.inscription .driver .div_input.error:after {
  content: "\f00d";
  content: "\f071";
  font-family: 'fontawesome';
  color: #F44336;
  position: absolute;
  bottom: 4px;
  bottom: calc(38%);
  bottom: calc(50% - 12px);
  /*for less*/
  right: 8px;
  font-size: 17px;
  font-weight: normal;
}
.inscription .driver .div_input.checking:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  right: 8px;
  bottom: 6px;
  bottom: calc(41%);
  bottom: calc(50% - 9px);
  /*for less*/
  margin: auto;
  display: inline-block;
  background-image: url(../../../app/images/spin_6.png);
  background-image: url(spin_6.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.inscription .driver .birth_date .div_input {
  padding-right: 30px;
  display: flex;
  background-color: #fff;
}
.inscription input {
  width: 100%;
  height: 31px;
  color: #000;
  padding-left: 10px;
  padding-right: 30px;
}
.inscription .birth_date select {
  border: none;
  height: 31px;
  color: #000;
  padding-left: 7px;
}
.inscription .birth_date select.day {
  width: 30%;
}
.inscription .birth_date select.month {
  width: 30%;
}
.inscription .birth_date select.year {
  width: 40%;
}
.add_driver {
  color: #00a6de;
  color: #1574FF;
  font-family: Open Sans, sans-serif;
  cursor: pointer;
  border: 2px dashed #00a6de;
  border: 2px dashed #1574FF;
  opacity: 0.66;
  padding-top: 10px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.add_driver:hover {
  opacity: 1;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
.add_driver .more {
  text-align: center;
  font-size: 67px;
  padding-top: 15px;
}
.team .add_driver .more {
  padding-top: 12px;
}
.add_driver .more:after {
  content: "\f067";
  font-family: "fontawesome";
}
.add_driver .text {
  margin-top: 18px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.team .add_driver .text {
  margin-top: 35px;
}
.add_driver .price {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.inscription .team {
  border: 2px solid #00a6de;
  border: 2px solid #1574FF;
  border-right: none;
  border-bottom: none;
  position: relative;
  padding-top: 15px;
  margin-top: 25px;
}
.inscription .team .block_team_name {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 70px;
  margin-bottom: -10px;
}
.inscription .team .team_name {
  height: 36px;
  overflow: hidden;
}
.inscription .team .team_name label {
  display: block;
  float: left;
  width: 30%;
  height: 100%;
  background-color: #00a6de;
  background-color: #1574FF;
  font-weight: bold;
  padding-left: 15px;
  line-height: 36px;
  color: #fff;
}
.inscription .team .team_name .div_input {
  float: left;
  width: 70%;
  height: 100%;
  border: 2px solid #00a6de;
  border: 2px solid #1574FF;
}
.inscription .team .team_name .div_input input {
  width: 100%;
  height: 100%;
}
.inscription .team .team_name .div_input input:hover,
.inscription .team .team_name .div_input input:focus {
  box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}
.add_team {
  /* width: 315px; */
  background-color: #00a6de;
  background-color: #1574FF;
  color: #fff;
  font-family: "gautami";
  font-family: Open Sans, sans-serif;
  font-weight: bold;
  font-size: 16px;
  /* margin-right: auto; */
  /* margin-left: auto; */
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  margin-top: 15px;
  opacity: 0.5;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.add_team:before {
  content: "\f067";
  font-family: "fontawesome";
  font-size: 25px;
  font-weight: normal;
  margin-right: 18px;
  line-height: 0px;
  position: relative;
  top: 4px;
}
.add_team:hover {
  opacity: 1;
}
.add_team span {
  margin-left: 15px;
}
.inscription .remove_team {
  position: absolute;
  top: -2px;
  right: -2px;
  top: 10px;
  right: 8px;
  color: #fff;
  background-color: #00a6de;
  background-color: #1574FF;
  cursor: pointer;
  width: 43px;
  height: 43px;
  line-height: 40px;
  font-size: 37px;
  text-align: center;
}
.inscription .remove_team:hover {
  background-color: #f44336;
}
.inscription .remove_team:active {
  background-color: #e53935;
}
.inscription .remove_team:after {
  display: block;
  content: "\f00d";
  font-family: 'fontawesome';
  color: #fff;
}
.field_error_message {
  background: #F44336;
  margin-top: 3px;
  padding: 2px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
}
.driver .select .field_error_message {
  margin-top: 17px;
}
/* -------------- Extras -------------- */
.block_extra .extras {
  margin-top: 30px;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.block_extra .extras:after {
  display: block;
  content: "";
  clear: both;
}
.block_extra .extra {
  background-color: #32485f;
  background-color: #00a6de;
  background-color: #1574FF;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.18);
  font-family: Open Sans, sans-serif;
}
.block_extra .extra .price {
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  color: #00a6de;
  color: #1574FF;
  background-color: #fff;
  line-height: 78px;
  font-size: 23px;
  text-align: center;
  font-weight: bold;
}
.block_extra .extra .title_description {
  margin-top: 16px;
  height: 142px;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  display: flex;
}
.block_extra .extra .title {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  max-height: 30%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.block_extra .extra .description {
  color: #fff;
  font-size: 10px;
  opacity: 0.9;
  line-height: 12px;
  padding-left: 7%;
  padding-right: 7%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding-top: 10px;
}
/*
.block_extra .extra .quantity{
	overflow: hidden;
}

.block_extra .extra .quantity label{
	width: 30%;
	text-transform: uppercase;
	float: left;
	color: #fff;
	font-weight: bold;
    font-size: 17px;
    text-align: right;
    width: 35%;
    padding-right: 12px;
    line-height: 34px;
}

.block_extra .extra .quantity .div_input{
	width: 65%;
	float: left;
    padding-right: 35px;
}

.block_extra .extra .quantity .div_input input{
	padding-left: 15px;
	padding-right: 15px;
	height: 34px;
	text-align: center;
	width: 100%;
	font-size: 19px;
    font-weight: bold;
}
*/
.block_extra .div_quantity {
  text-align: center;
  padding-bottom: 12px;
  color: #fff;
  height: 45%;
  min-height: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.block_extra .div_quantity .add {
  border: 2px solid #fff;
  min-height: 37px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 32px;
  padding-left: 24px;
  padding-right: 26px;
  display: inline-block;
  font-size: 11px;
  cursor: pointer;
  min-width: 150px;
}
.block_extra .div_quantity .add:hover {
  color: #00a6de;
  color: #1574FF;
  background-color: #fff;
}
.block_extra .div_quantity .add:before {
  content: "\f217";
  content: '\f067';
  font-family: "fontawesome";
  margin-right: 15px;
  font-weight: normal;
  font-size: 180%;
  line-height: 0px;
  position: relative;
  top: 4px;
  margin-left: -10px;
}
.block_extra .div_quantity .div_add {
  display: none;
  text-align: center;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 1px;
}
.block_extra .div_quantity .div_add .less {
  float: left;
  width: 29px;
  height: 24px;
  border: 2px solid #fff;
  border-right: transparent;
  border-right: none;
  margin-top: 5px;
  cursor: pointer;
  color: #fff;
  position: relative;
  margin-left: 12px;
}
.block_extra .div_quantity .div_add .less:before {
  content: '\f068';
  font-family: 'fontawesome';
  line-height: 22px;
  font-size: 14px;
}
.block_extra .div_quantity .div_add .less:hover,
.block_extra .div_quantity .div_add .less:active {
  background-color: #fff;
}
.block_extra .div_quantity .div_add .less:hover:before,
.block_extra .div_quantity .div_add .less:active:before {
  color: #00a6de;
  color: #1574FF;
}
.block_extra .div_quantity .div_add .less:hover:after,
.block_extra .div_quantity .div_add .less:active:after {
  display: block;
  content: '';
  width: 2px;
  height: 100%;
  background-color: #00a6de;
  background-color: #1574FF;
  position: absolute;
  right: 0px;
  top: 0px;
}
.block_extra .div_quantity .div_add .less:active {
  opacity: 0.8;
}
.block_extra .div_quantity .div_add .more {
  float: left;
  width: 42px;
  height: 34px;
  border: 2px solid #fff;
  border-left: transparent;
  border-left: none;
  cursor: pointer;
  color: #fff;
  position: relative;
}
.block_extra .div_quantity .div_add .more:before {
  content: '\f067';
  font-family: 'fontawesome';
  font-size: 19px;
  line-height: 32px;
}
.block_extra .div_quantity .div_add .more:hover,
.block_extra .div_quantity .div_add .more:active {
  background-color: #fff;
  padding-left: 2px;
  padding-top: 1px;
}
.block_extra .div_quantity .div_add .more:hover:before,
.block_extra .div_quantity .div_add .more:active:before {
  color: #00a6de;
  color: #1574FF;
}
.block_extra .div_quantity .div_add .more:hover:after,
.block_extra .div_quantity .div_add .more:active:after {
  display: block;
  content: '';
  width: 2px;
  height: 100%;
  background-color: #00a6de;
  background-color: #1574FF;
  position: absolute;
  left: 0px;
  top: 0px;
}
.block_extra .div_quantity .div_add .more:active {
  opacity: 0.8;
}
.block_extra .div_quantity .div_add .more.hide {
  opacity: 0;
  cursor: default;
}
.block_extra .div_quantity .div_add .quantity {
  float: left;
  height: 34px;
  line-height: 31px;
  font-size: 20px;
  width: 47px;
  background-color: #fff;
  border: 2px solid #fff;
  color: #2a2d33;
  font-weight: bold;
  text-align: center;
}
.continue {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* -------------- Total -------------- */
.block_total {
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 1px solid #8b8b8b;
  border-top: 1px solid #FFDD00;
  border-bottom: 1px solid #8b8b8b;
  border-bottom: 1px solid #FFDD00;
  margin-top: 30px;
}
.block_total .total {
  text-align: right;
  padding-right: 65px;
  font-size: 22px;
  font-weight: bold;
  color: #545454;
  color: #000000;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
}
.block_total .total span {
  color: #00a6de;
  color: #1574FF;
}
.block_total .total .amount {
  margin-left: 35px;
}
/* -------------- Continue -------------- */
.block_continue,
.block_return {
  overflow: hidden;
  margin-top: 45px;
  margin-bottom: 80px;
  font-family: Open Sans, sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.block_return {
  margin-top: 0px;
  margin-bottom: 20px;
}
.block_continue .buttons,
.block_return .buttons {
  overflow: hidden;
}
.block_continue .return,
.block_return .return {
  float: left;
  height: 40px;
  line-height: 37px;
  padding-left: 28px;
  padding-right: 28px;
  border: 2px solid #8b8b8b;
  border: 2px solid #FFDD00;
  text-transform: uppercase;
  font-weight: bold;
}
.block_continue .return:before,
.block_return .return:before {
  font-family: "fontawesome";
  content: "\f053";
  font-weight: normal;
  margin-right: 7px;
}
.block_continue .return:hover,
.block_return .return:hover {
  background-color: #00a6de;
  background-color: #1574FF;
  border-color: #00a6de;
  border-color: #1574FF;
  color: #fff;
}
.block_continue .return:active,
.block_return .return:active {
  opacity: 0.8;
}
.block_continue .return a {
  display: block;
  width: 100%;
  height: 100%;
}
.go_cart {
  float: right;
  background-color: #00a6de;
  background-color: #1574FF;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding-left: 24px;
  padding-right: 26px;
  font-size: 20px;
  font-weight: normal;
  cursor: pointer;
}
.go_cart:before {
  content: "\f07a";
  font-family: "fontawesome";
  margin-right: 15px;
  font-weight: normal;
  font-size: 184%;
  line-height: 0px;
  position: relative;
  top: 2px;
  margin-left: -4px;
  font-size: 26px;
}
.block_continue .continue {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 280px;
  width: 100%;
  max-width: 280px;
  background-color: #00a6de;
  background-color: #1574FF;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  height: 45px;
  line-height: 45px;
  padding-left: 24px;
  padding-right: 26px;
}
.block_continue .continue:before {
  content: "\f218";
  font-family: "fontawesome";
  margin-right: 15px;
  font-weight: normal;
  font-size: 184%;
  line-height: 0px;
  position: relative;
  top: 4px;
  margin-left: -10px;
}
.inscription_button .block_continue .continue:before {
  content: "\f217";
}
.block_continue .continue:hover,
.go_cart:hover {
  background-color: #66be14;
}
.block_continue .continue:active,
.go_cart:active {
  background-color: #549D11;
}
.block_continue .continue.sending,
.block_continue .continue.waiting {
  color: transparent;
  position: relative;
}
.block_continue .continue.sending:after,
.block_continue .continue.waiting:after {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  display: inline-block;
  background-image: url(../../../app/images/spin_3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
@media all and (-webkit-min-device-pixel-ratio: 0) {
  .block_continue .continue.sending:after,
  .block_continue .continue.waiting:after {
    background-image: url(../../../svg/spin.svg);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
.block_continue .continue.unactive,
.block_continue .continue.unactive:hover,
.block_continue .continue.unactive:active {
  background-color: #9e9e9e;
  cursor: default;
}
.block_continue .continue.unactive:before {
  content: '';
}
.block_continue .sending_error_message {
  background: #F44336;
  margin-top: 12px;
  padding: 5px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .header_informations {
    padding-left: 15px;
    padding-right: 5px;
    padding-bottom: 10px;
  }
  .header_informations .price {
    font-size: 14px;
    height: 50px;
  }
  .header_informations .price span {
    font-size: 30px;
  }
  .header_informations .block_price .title {
    font-size: 14px;
  }
  .header_informations .date {
    font-size: 14px;
  }
  .informations {
    font-size: 12px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .selection {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .inscription .drivers,
  .block_extra .extras {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
  .inscription .driver,
  .inscription .add_driver,
  .block_extra .extra {
    width: calc(10%);
    width: calc(50% - 40px);
    /*for less*/
  }
  .inscription .drivers > div:nth-child(3n+1) {
    clear: none;
  }
  .inscription .drivers > div:nth-child(2n+1) {
    clear: both;
  }
  /* ----------------------------------- */
  .inscription .team .team_name label {
    width: 40%;
  }
  .inscription .team .team_name .div_input {
    width: 60%;
  }
}
@media (max-width: 630px) {
  .selection {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .informations {
    font-size: 11px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .inscription .drivers,
  .block_extra .extras {
    max-width: 400px;
  }
  .block_extra .extras {
    margin-top: 15px;
  }
  .inscription .driver,
  .inscription .add_driver,
  .block_extra .extra {
    width: calc(80%);
    width: calc(100% - 20px);
    /*for less*/
    margin: 10px;
    min-height: 194px;
    padding-bottom: 5px;
  }
  .inscription .driver,
  .inscription .add_driver {
    min-height: 0px;
  }
  .inscription .drivers > div:nth-child(2n+1) {
    clear: none;
  }
  .inscription .drivers > div:nth-child(1n+1) {
    clear: both;
  }
  .inscription .driver .age {
    height: 15px;
  }
  .inscription .driver .name {
    margin-top: 25px;
  }
  /*-----------------------------------*/
  .inscription .driver[data-type="select"] {
    padding-bottom: 20px;
  }
  .driver .select > div[data-type] {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 13px;
    padding: 10px;
  }
  /*-----------------------------------*/
  .inscription .add_driver {
    text-align: center;
    min-height: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .inscription .add_driver .helmet {
    display: none;
  }
  .add_driver .more {
    display: none;
  }
  .add_driver .text {
    display: inline-block;
    font-size: 12px;
    margin-top: 0px;
    margin-right: 10px;
  }
  .add_driver .text:before {
    content: "\f067";
    font-family: "fontawesome";
    font-size: 19px;
    font-weight: normal;
    margin-right: 13px;
    line-height: 0px;
    position: relative;
    top: 3px;
  }
  .add_driver .price {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 1px;
  }
  /*-----------------------------------*/
  .inscription .team .block_team_name {
    padding-left: 10px;
    padding-right: 60px;
    padding-right: 44px;
  }
  .inscription .remove_team {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 27px;
    top: 15px;
  }
  .team .add_driver .text {
    margin-top: 0px;
  }
  .add_team {
    font-size: 13px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .add_team:before {
    font-size: 21px;
  }
  .inscription .team .drivers {
    margin-top: 15px;
  }
  /*-----------------------------------*/
  .block_extra .extra .title_description {
    height: auto;
    padding-bottom: 20px;
  }
  /*-----------------------------------*/
  .block_total {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .block_total .total {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .block_extra .extra .title {
    font-size: 18px;
  }
  .block_extra .extra .description {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (max-width: 480px) {
  .header_informations {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: 5px;
    padding-right: 5px;
  }
  .header_informations .div_image {
    width: 100%;
    max-width: 340px;
    margin-bottom: 10px;
  }
  .header_informations .block_price {
    width: 100%;
  }
  .informations {
    margin-top: 15px;
    font-size: 10px;
  }
  /* ------------------------ */
  .inscription .team .block_team_name {
    padding-right: 8px;
  }
  .inscription .team .team_name {
    height: 72px;
  }
  .inscription .team .team_name label {
    width: 100%;
    float: none;
    height: 36px;
  }
  .inscription .team .team_name .div_input {
    width: 100%;
    float: none;
    height: 36px;
  }
  /* ------------------------ */
  .block_continue .sending_error_message {
    font-size: 11px;
  }
}
@media (max-width: 940px) {
  .block_return {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .block_return .return {
    padding-bottom: 10px;
  }
}
@media (max-width: 450px) {
  .block_return .return {
    font-size: 11px;
    padding-left: 15px;
    padding-right: 20px;
  }
}
/* --------------- Block Error Message --------------- */
.block_error_message {
  background-color: #ea6153;
  padding: 8px;
  color: #fff;
  position: relative;
  padding-left: 60px;
  border-radius: 4px;
  overflow: hidden;
  padding-right: 40px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  margin-top: 40px;
}
.block_error_message:empty {
  display: none;
}
.block_error_message:before {
  font-family: "fontawesome";
  content: "\f071";
  background-color: #F33723;
  height: 100%;
  top: 0px;
  left: 0px;
  width: 42px;
  position: absolute;
  text-align: center;
  padding: inherit;
  font-size: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 576px) {
  .block_error_message {
    font-size: 12px;
    padding-right: 8px;
  }
  .block_error_message:before {
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  .block_error_message {
    padding-left: 50px;
  }
}
/* ----------------- Spin ----------------- */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
