@import url("https://fonts.googleapis.com/css?family=Allerta");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
form,
.form {
  /* Customize the label (the container) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a #007bff background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  form .checkbox_container,
  .form .checkbox_container {
    display: flex;
    position: relative;
    padding-left: 0;
    padding-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    form .checkbox_container .label__text,
    .form .checkbox_container .label__text {
      line-height: 17px;
      padding-left: 5px; }
  form .checkbox_container input,
  .form .checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  form .checkbox_container .checkmark,
  .form .checkbox_container .checkmark {
    height: 16px;
    width: 16px !important;
    background-color: white;
    border: none;
    border-radius: 50%; }
  form .checkbox_container:hover input ~ .checkmark,
  .form .checkbox_container:hover input ~ .checkmark {
    background-color: white; }
  form .checkbox_container input:checked ~ .checkmark,
  .form .checkbox_container input:checked ~ .checkmark {
    position: relative;
    background-color: white; }
  form .checkmark:after,
  .form .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  form .checkbox_container input:checked ~ .checkmark:after,
  .form .checkbox_container input:checked ~ .checkmark:after {
    display: block; }
  form .checkbox_container .checkmark:after,
  .form .checkbox_container .checkmark:after {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 5px;
    height: 10px;
    border: solid #ee5d0e;
    border-width: 0 3px 3px 0;
    transition: 0.1s linear all; }

* {
  font-family: 'Roboto', sans-serif;
  line-height: 1.4; }

h3, h2, h4 {
  font-family: 'Allerta', sans-serif !important;
  font-weight: bold !important; }

label a {
  color: #ee5d0e !important;
  font-weight: normal; }

input, button {
  outline: transparent !important; }

.bg-orange {
  background-color: #ee5d0e; }

.bg-gray {
  background-color: #959595; }

.bg-dark-gray {
  background-color: #555354; }

.text-blue {
  color: #303d67; }

.title-1 {
  font-size: 48px;
  margin-bottom: 15px; }

.title-2 {
  margin-bottom: 15px; }

.header-band__menu {
  min-height: 57px; }
.header-band__menu-item {
  display: inline-flex;
  margin-left: 25px;
  font-weight: bold; }
  .header-band__menu-item a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-family: 'Allerta', sans-serif; }

.normal-text {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff !important; }

.store-icon {
  display: inline-block;
  max-width: 195px; }

.front-layer {
  background-image: linear-gradient(to right, #ee5d0e, #ff9e1c); }
  .front-layer__container {
    background: url("/images/phones.png") no-repeat bottom;
    background-size: contain;
    min-height: 476px; }

.newsletter__container {
  padding: 10px 0; }
.newsletter a {
  color: white !important; }
.newsletter .label__text {
  padding-left: 8px; }
.newsletter .checkbox_container .checkmark {
  margin-top: 2px;
  height: 20px;
  min-width: 20px !important;
  max-width: 20px !important; }
.newsletter__success {
  color: white;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  padding-top: 10px; }

.email-input__text {
  height: 53px;
  border: none;
  border-radius: 30px;
  padding: 20px;
  min-width: 327px; }
.email-input__button {
  color: #959595;
  border: none;
  background-color: #cacaca;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  padding: 10px 25px;
  text-align: center;
  margin-left: 15px;
  border-radius: 30px;
  cursor: pointer; }

.tips {
  background-color: #ff9e1c; }
  .tips__container {
    padding: 50px 0; }
  .tips-item {
    position: relative; }
    .tips-item:nth-child(3n+2)::after {
      content: '';
      background-image: url(/images/separator-line.png);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      display: block;
      height: 100%;
      width: 10px;
      position: absolute;
      left: 0;
      top: 0; }
    .tips-item:nth-child(3n+2)::before {
      content: '';
      background-image: url(/images/separator-line.png);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      display: block;
      height: 100%;
      width: 10px;
      position: absolute;
      right: 0;
      top: 0; }
  .tips-item__image {
    margin-bottom: 30px; }
  .tips-item__title {
    font-size: 30px;
    font-family: 'Allerta', sans-serif; }

.list {
  font-size: 20px;
  margin-bottom: 20px; }
  .list__item {
    margin-bottom: 10px;
    list-style-type: none;
    position: relative; }
    .list__item::after {
      content: '';
      width: 10px;
      height: 10px;
      background: white;
      display: block;
      border-radius: 50%;
      position: absolute;
      left: -20px;
      top: 50%;
      transform: translateY(-50%); }

.ginger-said {
  background: url("/images/ginger-said-bg.jpg") no-repeat center;
  background-size: cover; }
  .ginger-said__container {
    padding: 75px 0 45px; }

.budget-plan {
  background: url("/images/budget-plan-bg.jpg") no-repeat center;
  background-size: cover; }
  .budget-plan__container {
    padding: 110px 0 55px; }

.save-money {
  background: url("/images/save-money-bg.jpg") no-repeat center;
  background-size: cover; }
  .save-money__container {
    padding: 100px 0 130px; }

.support__container {
  padding: 25px 0 30px; }
.support .email-input__text {
  margin-left: 105px; }

.border-bottom-white {
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-bottom: 40px; }

.btn-style-2 {
  background-color: white;
  padding: 15px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  color: black;
  text-decoration: none !important;
  display: inline-block;
  margin-bottom: 25px; }
  .btn-style-2:hover {
    color: #ee5d0e; }

.btn-style-3 {
  background-color: #ee5d0e;
  padding: 15px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none !important;
  display: block;
  margin-bottom: 25px; }
  .btn-style-3:hover {
    color: #ffffff; }

.btn-style-4 {
  background-color: lightgray;
  padding: 15px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none !important;
  display: block;
  margin-top: 15px; }
  .btn-style-4:hover {
    color: #ffffff; }

.small-btn {
  color: black !important;
  max-width: 270px;
  display: inline-block; }

.gyik__list {
  margin: 0;
  padding: 0; }

.gyik-item {
  list-style: none;
  margin-bottom: 0;
  transition: 0.3s linear all; }
  .gyik-item__link {
    position: relative;
    z-index: 1; }
    .gyik-item__link::after {
      transition: 1s linear all;
      overflow: hidden;
      content: '';
      position: absolute;
      z-index: -1;
      background: white;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      border-radius: 30px 30px 0 0;
      max-height: 0; }
  .gyik-item__text {
    padding: 0 50px 0;
    color: black;
    position: relative;
    transition: 0.3s linear all;
    background: white;
    border-radius: 30px; }
  .gyik-item__text-container {
    position: relative;
    background-color: white;
    border-radius: 0 0 30px 30px;
    top: -25px; }
    .gyik-item__text-container .spacer {
      height: 70px; }
  .gyik-item a[aria-expanded=true] div {
    background-color: lightgray;
    padding: 15px 30px;
    border-radius: 30px;
    color: #ffffff;
    margin: -15px -30px; }

.open {
  margin-bottom: -25px; }

footer {
  padding: 25px; }
  footer a {
    color: white;
    font-weight: bold;
    text-decoration: none; }
    footer a:hover {
      color: #ee5d0e;
      text-decoration: none !important; }

.contact-form {
  transition: 0.2s linear all;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 125px;
  padding-right: 125px;
  margin-bottom: 45px;
  border-radius: 0px 0px 30px 30px;
  background: #e9ebee;
  margin-top: 0px; }
  .open .contact-form {
    padding-top: 40px;
    padding-bottom: 15px;
    margin-bottom: 45px;
    margin-top: -25px;
    position: relative; }
  .contact-form__container {
    color: black;
    position: relative;
    background: #e9ebee; }
  .contact-form__collapse {
    position: relative;
    z-index: 1;
    margin-bottom: -25px; }
  .contact-form input[type=text],
  .contact-form input[type=email],
  .contact-form input[type=tel],
  .contact-form input[type=number],
  .contact-form textarea {
    background-color: white;
    border: none;
    border-radius: 30px;
    padding: 20px;
    font-style: italic; }
  .contact-form h3 {
    margin-bottom: 20px; }
  .contact-form .has-danger .with-errors {
    padding: 10px 10px 0;
    text-align: left;
    color: red; }
  .contact-form__btn-send {
    background-color: #ee5d0e !important;
    border: none !important;
    text-transform: uppercase;
    padding: 10px 35px !important;
    border-radius: 30px !important;
    cursor: pointer;
    color: white;
    opacity: 1 !important; }

@media all and (max-width: 1200px) {
  .newsletter .label__text {
    margin-bottom: 25px; } }
@media all and (max-width: 992px) {
  .ginger-said {
    position: relative; }
    .ginger-said::before {
      content: '';
      background-color: rgba(255, 255, 255, 0.5);
      width: 100%;
      height: 100%;
      display: block;
      position: absolute; }

  .tips-item__title {
    font-size: 20px; }

  .budget-plan,
  .save-money {
    position: relative; }
    .budget-plan::before,
    .save-money::before {
      content: '';
      background-color: rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 100%;
      display: block;
      position: absolute; }

  .front-layer {
    position: relative; }
    .front-layer::before {
      content: '';
      background-color: rgba(0, 0, 0, 0.2);
      width: 100%;
      height: 100%;
      display: block;
      position: absolute; }

  .support .email-input__text {
    margin-left: 0; }

  .contact-form {
    padding-left: 15px;
    padding-right: 15px; } }
@media all and (max-width: 768px) {
  .tips-item::before, .tips-item::after {
    content: none !important; }

  .store-icon {
    max-width: 140px; }

  #cookie-msg .msg {
    flex-direction: column; } }
@media all and (max-width: 576px) {
  .title-2 {
    font-size: 20px; }

  .list {
    font-size: 16px; }

  .email-input__text {
    min-width: 290px; }

  .front-layer__container {
    min-height: 300px;
    background-size: 135%;
    background-position-x: left; }

  .contact-form {
    padding-left: 0;
    padding-right: 0; }
    .contact-form h3 {
      font-size: 20px; }

  .gyik .gyik-item__text {
    padding-left: 15px;
    padding-right: 15px; } }

/*# sourceMappingURL=style.css.map */
