@import url("https://fonts.googleapis.com/css?family=Exo+2&display=swap");
body {
  margin: 0;
  padding: 0;
}

.head {
  font-family: 'Exo 2', sans-serif;
  color: #fff;
  position: relative;
}

.head_action {
  /*min-height: 100px;*/
  background-color: #45bde2;
  background: linear-gradient(0.4turn, #2568de, #45bde2);
}

@media (max-width: 960px) {
  .head_action {
    display: none;
  }
}

.head_action__title {
  font-size: 17.1pt;
  line-height: 0.9em;
  font-weight: bold;
  padding-left: 1.8em;
  /*height: 100px;*/
  position: relative;
  padding-top: 20px;
  padding-bottom: 16px;
}

.head_action__title .title__wrapper {
  position: relative;
  display: inline;
}

.head_action__title .title__wrapper p {
  margin: 0;
}

.head_action__title .title__wrapper:before {
  content: url("../img/diamond.png");
  top: 4px;
  left: -1.6em;
  position: absolute;
}

.head_action__title span {
  font-size: 10pt;
  font-weight: normal;
  color: #C5E8FF;
}

.head_action__discount {
  font-size: 17pt;
  height: auto;
  position: relative;
  padding-left: 1.8em;
  padding-top: 0px;
  padding-bottom: 20px;
  text-transform: uppercase;
  padding-top: 26px;
}

@media (min-width: 1200px) {
  .head_action__discount {
    padding-top: 22px;
    /*height: 100px;*/
  }
}

.head_action__discount span {
  position: relative;
}

.head_action__discount span:before {
  content: url("../img/triangl.png");
  top: 1px;
  left: -1.6em;
  position: absolute;
}

.head_action__button {
  height: auto;
  padding-top: 0px;
  padding-bottom: 16px;
  padding-top: 16px;
  text-align: left;
}

@media (min-width: 1200px) {
  .head_action__button {
    padding-top: 16px;
    /*height: 100px;*/
    text-align: center;
  }
}

.head_action__button button {
  border-radius: 24px;
  border: 0;
  background-color: #302BC3;
  padding: auto 18px;
  padding: 0 2em;
  color: #fff;
  cursor: pointer;
  height: 48px;
}

.head_action__button button:hover {
  background-color: #423dd4;
}

.modal_action {
  display: none;
  font-family: 'Exo 2', sans-serif;
  position: fixed;
  /* Stay in place */
  z-index: 60;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: hidden;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.6);
  /* Black w/ opacity */
}

.modal_action h4 {
  font-weight: bold;
  margin-bottom: 1em;
}

.modal_action .modal_content {
  background-color: #fefefe;
  border-radius: 1px;
  margin: 15% auto;
  padding: 20px;
  width: 506px;
  position: relative;
}

.modal_action .modal_content button.button__close {
  position: absolute;
  right: 5px;
  top: 10px;
  background: none;
  border: none;
  cursor: pointer;
}

.modal_action .modal_content button.button__close:before {
  content: url("../img/close.svg");
  width: 20px;
  height: 20px;
}

.modal_action input.button__send {
  border-radius: 24px;
  border: 0;
  background-color: #302BC3;
  padding: auto 18px;
  padding: 0 2em;
  color: #fff;
  cursor: pointer;
  height: 48px;
  text-align: center;
}

.modal_action input.button__send:hover {
  background-color: #423dd4;
}

.modal_action input.button__send:disabled {
  background-color: #EBEBEB;
  color: #b8b8b8;
}

.modal_action .privacy-text {
  font-size: 10pt;
}
/*# sourceMappingURL=action.css.map */