.list_info {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.home_img {
  background-position: center;
  background-size: cover;
  height: 400px;
  background-repeat: no-repeat;
  padding: 20px 45px 10px;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  animation-name: showWithOpacity;
  animation-duration: 1.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 1.8s; }

.grecaptcha_badge .grecaptcha-badge {
  opacity: 1; }

.grecaptcha-badge {
  opacity: 0; }

.cola_logo {
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  padding-bottom: 5px;
  background-size: 188px;
  background-position: top left;
  width: 188px;
  height: 188px;
  position: absolute;
  right: 0;
  bottom: 35px;
  opacity: 0;
  animation-name: showWithOpacity;
  animation-duration: 1.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 1.8s; }

.block_about {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 10px 0; }

.botles {
  transform: translate3d(-50vw, 0, 0) scale(0.5);
  -moz-transform: translate3d(-50vw, 0, 0) scale(0.5);
  -ms-transform: translate3d(-50vw, 0, 0) scale(0.5);
  -webkit-transform: translate3d(-50vw, 0, 0) scale(0.5);
  -o-transform: translate3d(-50vw, 0, 0) scale(0.5);
  padding-top: 5px;
  z-index: 1;
  animation-name: showBotles;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0.5s; }
  .botles img {
    display: block;
    height: 100%;
    width: auto; }

.list_info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px; }
  .list_info li {
    width: 50%;
    margin-bottom: 11px;
    display: flex;
    justify-content: flex-end; }
    .list_info li img {
      display: block;
      height: 100%;
      width: auto; }
    .list_info li:first-child {
      justify-content: end; }
      .list_info li:first-child .block_info {
        margin-top: 7px; }
    .list_info li:nth-last-of-type(2) {
      justify-content: end; }

.code_check_form .top_section {
  text-align: center;
  max-width: 680px;
  font-family: "bold", "bold2";
  opacity: 0;
  animation-name: showWithOpacity;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 1.8s; }
.code_check_form .bottom_fields {
  background: #e3e3e3;
  display: none; }
.code_check_form .fields_inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 23px 0; }
.code_check_form .fields_group {
  flex: 0 0 50%;
  max-width: 400px;
  padding: 0 20px; }
  .code_check_form .fields_group .field_block {
    min-height: 95px; }
.code_check_form .checkbox_fields {
  display: flex;
  justify-content: center;
  flex: 0 0 100%;
  max-width: 100%; }
.code_check_form .field_name {
  font-size: 230%;
  line-height: 30px;
  padding-bottom: 3px; }
.code_check_form .field_block {
  position: relative; }
  .code_check_form .field_block input[type="text"] {
    width: 100%;
    max-width: 340px;
    background: #ffffff;
    border: 1px solid #9e9e9e;
    padding: 5px 10px;
    font-size: 180%;
    line-height: 23px;
    border-radius: 4px;
    font-family: "regular", "regular2";
    color: #000000; }
  .code_check_form .field_block .help-block.form-error {
    display: none !important; }
  .code_check_form .field_block .error_hint {
    color: #ff0000;
    font-size: 130%;
    line-height: 16px;
    text-align: right;
    display: block;
    margin-top: 3px;
    position: relative;
    overflow: hidden;
    max-width: 340px;
    max-height: 0;
    -o-transition: max-height 0.3s;
    -ms-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s; }
  .code_check_form .field_block .individual_hint {
    display: none; }
  .code_check_form .field_block.email_field .error_hint {
    position: absolute;
    left: 0;
    top: 9px;
    width: 100%;
    text-align: right;
    max-width: 340px; }
.code_check_form .has-error .error_hint,
.code_check_form .has-error + .error_hint,
.code_check_form .has-error ~ .error_hint {
  max-height: 30px; }
.code_check_form .has-error input[type="text"] {
  background: rgba(255, 0, 0, 0.1); }
.code_check_form .phone_block {
  display: flex;
  flex-direction: row-reverse;
  font-weight: normal;
  margin: 0;
  position: relative;
  overflow: hidden;
  max-width: 340px;
  cursor: text;
  border: 1px solid #9e9e9e;
  background: #ffffff;
  color: #878787;
  border-radius: 4px;
  padding: 0 10px;
  align-items: center; }
  .code_check_form .phone_block ::-webkit-input-placeholder {
    color: #878787; }
  .code_check_form .phone_block :-moz-placeholder {
    color: #878787; }
  .code_check_form .phone_block ::-moz-placeholder {
    color: #878787; }
  .code_check_form .phone_block :-ms-input-placeholder {
    color: #878787; }
  .code_check_form .phone_block input {
    border: none !important;
    background: transparent !important;
    flex: 1;
    width: 50%;
    padding-left: 5px !important; }
    .code_check_form .phone_block input:focus + .country_code, .code_check_form .phone_block input.filled + .country_code {
      color: #000000; }
  .code_check_form .phone_block.has-error {
    border-color: #b94a48;
    background: rgba(255, 0, 0, 0.1); }
  .code_check_form .phone_block .country_code {
    display: block;
    font-size: 180%;
    line-height: 23px; }
.code_check_form .email_info {
  display: block;
  font-size: 130%;
  line-height: 15px;
  max-width: 340px;
  text-decoration: underline;
  margin-top: 5px;
  height: 48px; }
.code_check_form .selects_group {
  display: flex;
  margin: 0 -5px;
  max-width: 350px;
  position: relative; }
  .code_check_form .selects_group .error_hint {
    position: absolute;
    right: 5px;
    top: 100%;
    background: #e3e3e3; }
.code_check_form .day_select,
.code_check_form .year_select {
  flex: 0 0 22.5%;
  max-width: 22.5%;
  padding: 0 5px; }
.code_check_form .month_select {
  flex: 0 0 55%;
  max-width: 55%;
  padding: 0 5px; }
.code_check_form select {
  visibility: hidden; }
.code_check_form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%; }
.code_check_form .bootstrap-select .btn {
  font-size: 180%;
  height: 35px;
  line-height: 23px;
  box-shadow: none;
  outline: none !important;
  border-radius: 4px;
  border: 1px solid #9e9e9e !important;
  padding: 5px 10px;
  background: #ffffff !important; }
  .code_check_form .bootstrap-select .btn.dropdown-toggle:focus {
    outline: none !important; }
.code_check_form .bootstrap-select .filter-option-inner {
  padding-right: 0; }
.code_check_form .bootstrap-select .dropdown-toggle::after {
  display: none; }
.code_check_form .bootstrap-select div.dropdown-menu {
  border: 1px solid #9e9e9e; }
.code_check_form .bootstrap-select .dropdown-menu {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  box-shadow: none;
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100%; }
  .code_check_form .bootstrap-select .dropdown-menu li:not(:first-child) {
    border-top: 1px solid #999999; }
  .code_check_form .bootstrap-select .dropdown-menu li.disabled {
    display: none; }
  .code_check_form .bootstrap-select .dropdown-menu > .inner {
    max-height: 230px !important; }
.code_check_form .bootstrap-select.dropup.show .btn {
  border-radius: 0 0 4px 4px; }
.code_check_form .bootstrap-select.dropup .dropdown-menu {
  border-bottom: none;
  border-radius: 4px 4px 0 0; }
.code_check_form .bootstrap-select:not(.dropup).show .btn {
  border-radius: 4px 4px 0 0; }
.code_check_form .bootstrap-select:not(.dropup) .dropdown-menu {
  border-top: none;
  border-radius: 0 0 4px 4px; }
.code_check_form .bootstrap-select .dropdown-item {
  padding: 5px 10px;
  font-weight: normal;
  color: #000000;
  background: transparent;
  font-size: 140%;
  line-height: 18px;
  white-space: normal; }
  .code_check_form .bootstrap-select .dropdown-item:hover {
    color: #ff0002; }
  .code_check_form .bootstrap-select .dropdown-item.selected, .code_check_form .bootstrap-select .dropdown-item.active, .code_check_form .bootstrap-select .dropdown-item:active {
    background-color: rgba(0, 0, 0, 0.1);
    cursor: default;
    color: #ff0002; }
.code_check_form .bootstrap-select .bs-searchbox {
  border: 1px solid #9e9e9e;
  border-top: none;
  padding: 3px 5px; }
.code_check_form .bootstrap-select.has-error .btn {
  border-color: #b94a48 !important;
  background: rgba(255, 0, 0, 0.1) !important; }
.code_check_form .button_block {
  max-width: 340px; }
.code_check_form .validate_button {
  margin: 7px auto 0;
  width: 197px;
  border: none;
  font-size: 270%;
  line-height: 35px;
  padding: 0 10px;
  color: #ffffff;
  background: #ff0002;
  font-family: "bold", "bold2";
  border-radius: 4px; }
  .code_check_form .validate_button:hover {
    background: rgba(255, 0, 2, 0.7); }
.code_check_form .checkbox_fields .field_block {
  min-height: 0 !important;
  margin-bottom: 15px; }
.code_check_form .checkbox_fields .check_btn {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-size: 110%;
  line-height: 15px;
  position: relative; }
  .code_check_form .checkbox_fields .check_btn:before {
    display: block;
    content: "";
    min-width: 13px;
    width: 13px;
    height: 13px;
    border: 1px solid #9e9e9e;
    border-radius: 3px;
    background: #ffffff;
    margin-right: 6px;
    margin-top: 1px; }
  .code_check_form .checkbox_fields .check_btn:after {
    display: block;
    content: "";
    position: absolute;
    left: 2px;
    top: 3px;
    width: 9px;
    height: 5px;
    border-style: solid;
    border-color: #ff0002;
    border-width: 0 0 2px 2px;
    opacity: 0;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg); }
.code_check_form .checkbox_fields label {
  vertical-align: top;
  font-weight: normal;
  margin: 0;
  position: relative;
  overflow: hidden; }
  .code_check_form .checkbox_fields label.has-error .check_btn:before {
    border-color: #b94a48;
    background-color: rgba(255, 0, 0, 0.1); }
.code_check_form .checkbox_fields input:checked + .check_btn:after {
  opacity: 1;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.code_check_form .required_info {
  flex: 0 0 100%;
  max-width: 800px;
  font-size: 140%;
  line-height: 20px;
  font-family: "bold", "bold2";
  padding: 0 20px;
  margin-top: 20px; }

.action_date {
  font-size: 150%;
  line-height: 1.33em;
  color: #ffffff;
  font-family: "bold", "bold2";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: -100px; }

.code_field {
  position: relative;
  margin-left: 140px;
  margin-bottom: 13px; }
  .code_field .inputs_group {
    display: flex;
    justify-content: center;
    margin-top: 15px; }
    .code_field .inputs_group input {
      width: 60px;
      border: 1px solid #000000;
      border-radius: 4px;
      background: #ffffff;
      margin: 0 3px;
      padding: 0;
      font-size: 450%;
      line-height: 81px;
      text-align: center;
      text-transform: uppercase; }
      .code_field .inputs_group input:not(.active) {
        caret-color: transparent; }
  .code_field .backend_error {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-width: 480px;
    margin: 5px auto;
    color: #ff0000;
    font-size: 240%;
    line-height: 30px; }
    .code_field .backend_error div:not(.showed) {
      display: none; }
  .code_field .page_title {
    display: flex;
    flex-direction: column; }
    .code_field .page_title > span {
      font-size: 34px;
      line-height: 1.33em; }

.about_chance {
  background: url("images/cap.png") no-repeat;
  background-size: 115px;
  background-position: top left;
  width: 100px;
  height: 100px;
  margin-left: 28px; }

@media (max-width: 1439px) {
  .cola_logo {
    width: 120px;
    height: 120px;
    background-size: 120px; } }
@media (max-width: 1199px) {
  .code_check_form .field_name {
    font-size: 180%;
    line-height: 24px; }
  .code_check_form .field_block .country_code,
  .code_check_form .field_block input[type="text"] {
    font-size: 140%;
    line-height: 18px; }
  .code_check_form .field_block.email_field .error_hint {
    top: 6px; }
  .code_check_form .fields_group .field_block {
    min-height: 87px; }
  .code_check_form .email_info {
    font-size: 120%;
    line-height: 15px;
    margin-top: 3px;
    height: 45px; }
  .code_check_form .bootstrap-select .btn {
    font-size: 140%;
    height: 30px;
    line-height: 18px; }

  .code_field .page_title > span {
    font-size: 25px; }
  .code_field .inputs_group input {
    width: 40px;
    font-size: 300%;
    line-height: 54px; }
  .code_field .backend_error {
    line-height: 22px; } }
@media (max-width: 991px) {
  .code_check_form .top_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%; }
  .code_check_form .field_name {
    font-size: 160%;
    line-height: 22px; }
  .code_check_form .field_block .country_code,
  .code_check_form .field_block input[type="text"] {
    font-size: 130%;
    line-height: 16px; }
  .code_check_form .field_block.email_field .error_hint {
    top: 4px; }
  .code_check_form .fields_group .field_block {
    min-height: 85px; }
  .code_check_form .bootstrap-select .btn {
    font-size: 130%;
    height: 28px;
    line-height: 16px; }

  .block_about {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding: 30px 0; }

  .code_field {
    margin-left: 0;
    margin-bottom: 0; }
    .code_field .page_title > span {
      font-size: 21px; }
    .code_field .inputs_group {
      margin-top: 10px; }

  .home_img {
    padding: 20px 20px 10px; }

  .about_chance {
    margin-top: 20px;
    margin-left: 0; }

  .action_date {
    position: relative;
    bottom: auto;
    margin-top: 15px; } }
@media (max-width: 767px) {
  .code_check_form > .custom_container {
    padding: 0; }

  .home_img {
    height: 355px; }

  .cola_logo {
    display: none; }

  .list_info {
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 15px; }
    .list_info li {
      padding-left: 10px; }
      .list_info li img {
        max-width: 203px;
        width: 100%;
        height: auto; }

  .block_about {
    padding: 10px 20px 264px; }

  .code_field .inputs_group input {
    width: 36px;
    font-size: 300%;
    line-height: 50px; }

  .checkbox_fields {
    flex-wrap: wrap; }
    .checkbox_fields .fields_group {
      flex: 0 0 100%;
      max-width: 100%; }
    .checkbox_fields label {
      max-width: 370px; }

  .code_check_form .email_info {
    height: auto;
    min-height: 45px; } }
@media (max-width: 575px) {
  .code_check_form .fields_group {
    flex: 0 0 100%; }
  .code_check_form .required_info {
    max-width: 400px; }

  .checkbox_fields {
    margin-top: 20px;
    justify-content: center; }
    .checkbox_fields .fields_group {
      max-width: 400px; } }
@media (max-width: 399px) {
  .code_field .inputs_group input {
    margin: 0 2px; }

  .block_about {
    padding: 10px 20px 200px; } }
@media (max-width: 359px) {
  .code_field .inputs_group input {
    width: 30px;
    margin: 0 2px;
    font-size: 240%;
    line-height: 40px; }

  .botles img {
    display: block;
    height: 100%;
    width: 100%; }

  .block_about {
    padding: 10px 20px 180px; } }
@keyframes elipseScale {
  0% {
    background-size: auto 0; }
  100% {
    background-size: auto 100%; } }
@keyframes showBotles {
  0% {
    transform: translate3d(-50vw, 0, 0) scale(0.5);
    -moz-transform: translate3d(-50vw, 0, 0) scale(0.5);
    -ms-transform: translate3d(-50vw, 0, 0) scale(0.5);
    -webkit-transform: translate3d(-50vw, 0, 0) scale(0.5);
    -o-transform: translate3d(-50vw, 0, 0) scale(0.5); }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1); } }
@keyframes showWithOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.web .check_btn:hover {
  color: #ff0002; }

.touch .check_btn:active {
  color: #ff0002; }

.wrong_popup {
  position: fixed;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  z-index: 999;
  background: rgba(255, 255, 255, 0.55);
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .wrong_popup .popup_inner {
    width: 100%;
    max-width: 560px;
    background: #ff0002;
    position: relative;
    padding-top: 5px;
    box-shadow: 0 5px 9px 1px rgba(0, 0, 0, 0.17); }
  .wrong_popup .popup_close {
    display: block;
    margin-right: 10px;
    margin-left: auto;
    margin-bottom: 5px;
    color: #ffffff;
    padding: 7px;
    font-size: 90%;
    border: none;
    background: #d50d1b;
    border-radius: 50%; }
    .wrong_popup .popup_close:before {
      display: block; }
  .wrong_popup .error_message {
    font-size: 180%;
    line-height: 20px;
    padding: 13px 20px;
    text-align: center;
    background: #ffffff; }

.wrong_code {
  overflow: hidden; }
  .wrong_code .wrong_popup {
    height: 100%;
    opacity: 1;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }

.wrong_popup .popup_close {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.web .check_btn {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.code_check_form .validate_button {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }

.code_check_form .bootstrap-select .dropdown-item {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.touch .check_btn {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s; }

.wrong_popup .popup_close:hover {
  opacity: 0.7; }

.code_check_form .checkbox_fields .check_btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.code_check_form .field_block .phone_input, .code_check_form .checkbox_fields input, .code_field .code_input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden; }

/*# sourceMappingURL=index.css.map */
