.price_list, .botles {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.page_decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 688px;
}
.page_decor .back_layer,
.page_decor .middle_layer,
.page_decor .front_layer {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  background-size: auto 0;
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.page_decor .back_layer {
  background-image: url("images/back_ellipse.png");
  animation-name: elipseScale;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0s;
}
.page_decor .middle_layer {
  background-image: url("images/middle_ellipse.png");
  margin-bottom: 6px;
  animation-name: elipseScale;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0.2s;
}
.page_decor .front_layer {
  background-image: url("images/center_ellipse.png");
  margin-bottom: 11px;
  animation-name: elipseScale;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0.4s;
}

.botles {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  top: 325px;
  left: 95px;
}
.botles img {
  display: block;
  height: 100%;
  width: auto;
}
.botles li {
  position: relative;
  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);
}
.botles li:first-child {
  height: 409px;
  padding-top: 13px;
  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 li:nth-child(2) {
  height: 412px;
  padding-top: 8px;
  margin-left: -184px;
  z-index: 2;
  animation-name: showBotles;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0.2s;
}
.botles li:nth-child(3) {
  height: 435px;
  margin-left: -177px;
  z-index: 3;
  animation-name: showBotles;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0s;
}

.price_list {
  position: absolute;
  top: 15px;
  right: 55px;
}
.price_list img {
  display: block;
  width: 186px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  z-index: 3;
  opacity: 0;
}
.price_list img:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.price_list li:first-child img {
  animation-name: showWithOpacity;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 1.2s;
}
.price_list li:nth-child(2) {
  margin-top: 14px;
  margin-right: 70px;
}
.price_list li:nth-child(2) img {
  animation-name: showWithOpacity;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 1.4s;
}
.price_list li:nth-child(3) {
  margin-top: -28px;
  margin-right: 222px;
}
.price_list li:nth-child(3) img {
  animation-name: showWithOpacity;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 1.6s;
}
.price_list li:nth-child(4) {
  margin-top: -68px;
  margin-right: 415px;
}
.price_list li:nth-child(4) img {
  animation-name: showWithOpacity;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 1.8s;
}

.code_check_form .top_section {
  padding-top: 104px;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  font-family: "bold", "bold2";
  opacity: 0;
  padding-bottom: 230px;
  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: 20px 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: #ee1c25;
}
.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: #ee1c25;
}
.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: #ee1c25;
  font-family: "bold", "bold2";
  border-radius: 4px;
}
.code_check_form .validate_button:hover {
  background: rgba(238, 28, 37, 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: 120%;
  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: #ee1c25;
  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;
}

.homepage_title {
  font-size: 490%;
  line-height: 59px;
  color: #d50d1b;
  margin: 0 0 15px;
  letter-spacing: -2px;
}
.homepage_title .with_spacing {
  display: block;
  letter-spacing: 5px;
}

.code_field {
  position: relative;
}
.code_field .enter_title {
  display: block;
  font-size: 350%;
  line-height: 45px;
  letter-spacing: 2px;
  padding-bottom: 5px;
}
.code_field .inputs_group {
  display: flex;
  justify-content: center;
}
.code_field .inputs_group input {
  width: 46px;
  border: 1px solid #000000;
  border-radius: 4px;
  background: #ffffff;
  margin: 0 3px;
  padding: 0;
  font-size: 450%;
  line-height: 61px;
  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;
}

.about_chance {
  font-size: 280%;
  line-height: 38px;
  text-align: left;
  padding-left: 130px;
  background: url("images/cork.png") no-repeat;
  background-size: 106px;
  background-position: top left;
  margin-top: 95px;
  max-width: 560px;
}

@media (max-width: 1559px) {
  .price_list {
    right: 20px;
  }

  .botles {
    left: 40px;
  }
}
@media (max-width: 1439px) {
  .page_decor {
    height: 580px;
  }

  .price_list img {
    width: 140px;
  }
  .price_list li:nth-child(2) {
    margin-right: 50px;
  }
  .price_list li:nth-child(3) {
    margin-top: -18px;
    margin-right: 160px;
  }
  .price_list li:nth-child(4) {
    margin-top: -50px;
    margin-right: 300px;
  }

  .code_check_form .top_section {
    padding-top: 60px;
    padding-bottom: 160px;
  }

  .homepage_title {
    font-size: 400%;
    line-height: 50px;
    letter-spacing: -1px;
  }
  .homepage_title .with_spacing {
    letter-spacing: 3px;
  }

  .code_field .enter_title {
    font-size: 300%;
  }
  .code_field .backend_error {
    font-size: 200%;
    line-height: 24px;
  }

  .about_chance {
    font-size: 240%;
    line-height: 34px;
    padding-left: 100px;
    background-size: 80px;
    margin-top: 75px;
    max-width: 480px;
    margin-left: 90px;
  }

  .botles {
    left: 20px;
    top: 150px;
  }
}
@media (max-width: 1199px) {
  .page_decor {
    height: 480px;
  }

  .price_list img {
    width: 120px;
  }
  .price_list li:nth-child(2) {
    margin-right: 30px;
  }
  .price_list li:nth-child(3) {
    margin-top: -15px;
    margin-right: 120px;
  }
  .price_list li:nth-child(4) {
    margin-top: -50px;
    margin-right: 240px;
  }

  .code_check_form .top_section {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .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;
  }

  .homepage_title {
    font-size: 300%;
    line-height: 40px;
  }
  .homepage_title .with_spacing {
    letter-spacing: 2px;
  }

  .code_field .enter_title {
    font-size: 240%;
  }
  .code_field .inputs_group input {
    width: 36px;
    font-size: 300%;
    line-height: 46px;
  }
  .code_field .backend_error {
    line-height: 22px;
  }

  .about_chance {
    font-size: 200%;
    line-height: 30px;
    padding-left: 90px;
    background-size: 80px;
    margin-top: 60px;
    max-width: 400px;
    margin-left: 120px;
  }

  .botles {
    left: 0px;
    top: 100px;
  }
  .botles li:first-child {
    height: 327px;
    padding-top: 10px;
  }
  .botles li:nth-child(2) {
    height: 330px;
    padding-top: 6px;
    margin-left: -147px;
  }
  .botles li:nth-child(3) {
    height: 348px;
    margin-left: -142px;
  }
}
@media (max-width: 959px) {
  .page_decor {
    height: 580px;
  }

  .botles {
    top: 460px;
  }

  .price_list {
    top: 540px;
    right: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 280px;
  }
  .price_list li {
    margin: 0 !important;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px 12px;
    order: 2;
  }
  .price_list li:nth-child(4) {
    order: 1;
  }
  .price_list li:first-child {
    order: 4;
  }
  .price_list img {
    width: 100%;
  }

  .code_check_form .enter_title {
    font-size: 270%;
  }
  .code_check_form .top_section {
    padding-top: 55px;
    padding-bottom: 350px;
  }
  .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;
  }

  .homepage_title {
    font-size: 380%;
    line-height: 46px;
  }
  .homepage_title .with_spacing {
    letter-spacing: 3px;
  }

  .about_chance {
    padding-top: 90px;
    text-align: center;
    font-size: 200%;
    line-height: 28px;
    padding-left: 0;
    background-position: top center;
    max-width: 280px;
    margin: 15px auto 0;
  }
}
@media (max-width: 768px) {
  .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 .top_section {
    padding-bottom: 840px;
  }
  .code_check_form .fields_group {
    flex: 0 0 100%;
  }
  .code_check_form .required_info {
    max-width: 400px;
  }

  .botles {
    top: 550px;
    width: 100%;
    justify-content: center;
  }

  .price_list {
    top: 950px;
    right: auto;
    left: 50%;
    width: 320px;
    margin-left: -160px;
  }
  .price_list li {
    padding: 0 13px 26px;
  }

  .checkbox_fields {
    margin-top: 20px;
    justify-content: center;
  }
  .checkbox_fields .fields_group {
    max-width: 400px;
  }
}
@media (max-width: 575px) {
  .page_decor {
    height: 810px;
  }

  .botles {
    top: 580px;
  }

  .price_list {
    top: 960px;
  }
}
@media (max-width: 399px) {
  .code_check_form .top_section {
    padding-bottom: 800px;
  }

  .price_list {
    top: 970px;
  }

  .code_field .inputs_group input {
    margin: 0 2px;
  }
}
@media (max-width:359px) {
  .code_check_form .enter_title {
    font-size: 240%;
  }

  .homepage_title {
    font-size: 340%;
    line-height: 40px;
  }
  .homepage_title .with_spacing {
    letter-spacing: 2px;
  }

  .code_field .inputs_group input {
    width: 30px;
    margin: 0 2px;
    font-size: 240%;
    line-height: 40px;
  }
}
@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: #ee1c25;
}

.touch .check_btn:active {
  color: #ee1c25;
}

.wrong_popup {
  position: fixed;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  z-index: 999;
  background: rgba(210, 210, 210, 0.55);
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.wrong_popup .popup_inner {
  width: 100%;
  max-width: 560px;
  background: #ee1c25;
  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: 3px;
  color: #ffffff;
  padding: 3px;
  font-size: 90%;
  border: none;
  background: #d50d1b;
  border-radius: 50%;
}
.wrong_popup .popup_close:before {
  display: block;
}
.wrong_popup .error_message {
  font-size: 130%;
  line-height: 16px;
  padding: 13px 20px;
  text-align: center;
  background: #ffffff;
}

.wrong_code {
  overflow: hidden;
}
.wrong_code .wrong_popup {
  height: 100%;
  opacity: 1;
}

.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;
}

.price_list img, .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 */
