.list_info {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.home_img {
  background-position: top 27% center;
  background-size: 100% auto;
  min-height: 900px;
  background-repeat: no-repeat;
  padding: 0;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  animation-name: showWithOpacity;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0.8s;
}

.grecaptcha_badge .grecaptcha-badge {
  opacity: 1;
}

.grecaptcha-badge {
  opacity: 0;
}

.block_about {
  background: rgba(244, 0, 9, 0.678);
  width: 100%;
}
.block_about > .custom_container {
  display: flex;
  height: auto;
  padding-top: 50px;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
}

.logo_block {
  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);
  z-index: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  animation-name: showblock2;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0.5s;
}
.logo_block img {
  width: 100%;
  display: block;
  height: auto;
}

.bottles {
  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);
  z-index: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  animation-name: showBotles;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0.5s;
  padding: 0 10px;
  position: absolute;
  left: -9%;
  top: -275px;
}
.bottles img {
  display: block;
  height: 780px;
  width: 100%;
}
@media (max-width: 1559px) {
  .bottles {
    left: -6%;
    top: -240px;
  }
  .bottles img {
    height: 700px;
  }
}
@media (max-width: 1439px) {
  .bottles {
    left: auto;
    top: auto;
    position: relative;
    margin-bottom: -13%;
  }
  .bottles img {
    height: auto;
    width: 100%;
  }
}

.list_info {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 20px;
}
.list_info li {
  width: 50%;
  margin-bottom: 11px;
  display: flex;
  justify-content: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  opacity: 0;
}
.list_info li:first-child {
  animation-name: showWithOpacity;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 1.2s;
}
.list_info li:nth-child(2) {
  animation-name: showWithOpacity;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 1.4s;
}
.list_info li:nth-child(3) {
  animation-name: showWithOpacity;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 1.6s;
}
.list_info li:nth-child(4) {
  animation-name: showWithOpacity;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 1.8s;
}
.list_info li img {
  display: block;
  width: 100%;
  height: auto;
}

.top_block {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.code_check_form .top_section {
  text-align: center;
  max-width: 680px;
  font-family: "bold";
  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;
  padding: 0 10px;
}
.code_check_form .bottom_fields {
  background: #e3e3e3;
  display: none;
}
.code_check_form .fields_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 35px 0;
}
.code_check_form .fields_group {
  flex: 0 0 50%;
  max-width: 400px;
  padding: 0 20px;
  margin-top: 15px;
}
.code_check_form .fields_group:nth-child(2) {
  margin-right: 150px;
}
@media (max-width: 1199px) {
  .code_check_form .fields_group:nth-child(2) {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .code_check_form .fields_group:nth-child(2) {
    margin-right: auto;
  }
}
.code_check_form .fields_group .field_block {
  min-height: 95px;
}
.code_check_form .checkbox_fields {
  display: flex;
  justify-content: space-between;
  flex: 0 0 100%;
  max-width: 100%;
}
.code_check_form .field_name {
  font-size: 200%;
  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: 250px;
  background: #ffffff;
  border: 1px solid #9e9e9e;
  padding: 5px 10px;
  font-size: 180%;
  line-height: 23px;
  border-radius: 4px;
  font-family: "regular";
  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: 250px;
  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.phone_blocks .error_hint {
  max-width: 340px;
}
.code_check_form .field_block.email_field .error_hint {
  max-width: 340px;
}
.code_check_form .field_block.email_field input {
  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;
  justify-content: flex-end;
  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: rgb(185, 74, 72);
  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: rgb(185, 74, 72) !important;
  background: rgba(255, 0, 0, 0.1) !important;
}
.code_check_form .button_block {
  max-width: 340px;
  margin-top: 15px;
}
.code_check_form .validate_button {
  margin: 7px auto 0;
  width: 197px;
  border: none;
  font-size: 20px;
  line-height: 35px;
  padding: 0 10px;
  color: #ffffff;
  background: #f40009;
  font-family: "bold";
  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;
  display: flex;
}
.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: rgb(185, 74, 72);
  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";
  padding: 0 20px;
  margin-top: 20px;
}

.main_title {
  font-size: 810%;
  line-height: 1.2em;
  font-family: "bold";
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1439px) {
  .main_title {
    font-size: 700%;
  }
}
@media (max-width: 1199px) {
  .main_title {
    font-size: 600%;
  }
}
@media (max-width: 991px) {
  .main_title {
    font-size: 550%;
  }
}
@media (max-width: 767px) {
  .main_title {
    font-size: 400%;
  }
}
@media (max-width:359px) {
  .main_title {
    font-size: 340%;
  }
}

.action_date {
  font-size: 150%;
  line-height: 1.33em;
  color: #ffffff;
  font-family: "bold";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}

.code_field {
  position: relative;
  margin-bottom: 13px;
}
.code_field .inputs_group {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.code_field .inputs_group input {
  width: 44px;
  border: 1px solid #000000;
  border-radius: 4px;
  background: #ffffff;
  margin: 0 3px;
  padding: 0;
  font-size: 350%;
  height: 60px;
  line-height: 1.33em;
  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: 30px;
  line-height: 1.33em;
}

@media (max-width: 1439px) {
  .action_date {
    white-space: nowrap;
  }
  .block_about > .custom_container {
    height: 295px;
  }
  .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: 37px;
    font-size: 300%;
    height: 50px;
  }
  .code_field .backend_error {
    line-height: 22px;
  }
  .list_info {
    margin: 0 -15px 20px;
  }
  .list_info li {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .list_info {
    justify-content: end;
  }
  .list_info li {
    width: 50%;
  }
  .block_about > .custom_container {
    height: 215px;
    align-items: center;
    justify-content: center;
    padding-top: 0;
  }
  .bottles img {
    width: 135%;
  }
  .code_check_form .top_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: auto;
    width: 100%;
  }
  .code_check_form .field_name {
    font-size: 140%;
    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: 70px;
  }
  .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: 18px;
  }
  .code_field .inputs_group {
    margin-top: 10px;
  }
  .action_date {
    margin-top: 15px;
  }
  .bottles {
    margin-bottom: auto;
    margin-top: -10%;
    padding-right: 20px;
  }
  .bottles img {
    width: 113%;
  }
  .code_field .inputs_group input {
    margin: 0 2px;
    width: 30px;
    font-size: 250%;
    height: 40px;
  }
  .code_check_form .email_info {
    height: auto;
    min-height: 45px;
  }
}
@media (max-width: 767px) {
  .checkbox_fields {
    flex-wrap: wrap;
  }
  .checkbox_fields .fields_group {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .checkbox_fields label {
    max-width: 370px;
  }
  .top_block {
    padding-bottom: 300px;
    margin-top: 20px;
  }
  .action_date {
    font-size: 120%;
  }
  .logo_block {
    display: none;
  }
  .list_info {
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .list_info li {
    width: 50%;
  }
  .bottles {
    order: 3;
    margin-bottom: -27%;
    margin-top: auto;
  }
  .block_about > .custom_container {
    justify-content: center;
    align-items: center;
  }
  .code_check_form > .custom_container {
    padding: 0;
  }
  .bottles img {
    width: 80%;
    margin: 0 auto;
  }
  .home_img {
    height: auto !important;
    background-position: bottom left 25%;
    background-size: auto 120%;
    background-image: url("../css/images/mobile.jpg") !important;
  }
  .block_about {
    padding: 0;
  }
  .block_about > .custom_container {
    flex-direction: column;
    height: auto;
    padding-top: 20px;
  }
}
@media (max-width: 855px) {
  .bottles {
    margin-top: -3%;
  }
}
@media (max-width: 575px) {
  .code_check_form .fields_group {
    flex: 0 0 100%;
    max-width: 250px;
    margin: 0 auto;
  }
  .code_check_form .required_info {
    max-width: 400px;
  }
  .code_check_form .validate_button {
    width: 190px;
    margin: 0 auto;
  }
  .code_check_form .field_block input[type=text] {
    max-width: 160px;
  }
  .code_check_form .field_block .error_hint {
    max-width: 160px;
  }
  .code_check_form .field_block.email_field input {
    max-width: 230px !important;
  }
  .code_check_form .field_block.email_field .error_hint {
    max-width: 230px;
  }
  .code_check_form .field_block.phone_blocks .error_hint {
    max-width: 230px;
  }
  .code_check_form .phone_block {
    max-width: 230px;
  }
  .checkbox_fields {
    margin-top: 30px;
    justify-content: center;
  }
  .checkbox_fields .fields_group {
    max-width: 100%;
  }
}
@media (max-width: 399px) {
  .code_field .inputs_group input {
    margin: 0 2px;
  }
  .code_field .page_title > span {
    font-size: 15px;
  }
}
@media (max-width:359px) {
  .code_field .inputs_group input {
    width: 27px;
    margin: 0 2px;
    font-size: 240%;
    height: 35px;
  }
  .bottles img {
    display: block;
    height: 100%;
    width: 100%;
  }
}
.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: #000000;
  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: #000000;
  padding: 7px;
  font-size: 90%;
  border: none;
  background: #ffffff;
  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;
}

.list_info li, .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 */
