img {
    image-orientation: from-image;
}

/* Font type */
.font-galada {
    font-family: 'Galada', sans-serif;
}

.font-roboto {
    font-family: 'Roboto', sans-serif;
}

.font-alfa {
    font-family: 'Alfa Slab One', cursive;
}

/* main {
    min-height: calc(100vh - 168px - 76px);
} */

.container--padding {
    padding-left: 20px;
    padding-right: 20px;
}

.d-flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
}

.d-inline-block {
    display: inline-block;
    display: -moz-inline-block;
}

.d-grid {
    display: grid;
    display: -moz-grid;
    display: -ms-grid;
}

.d-grid-inline {
    display: -moz-grid-line;
}

.hidden {
    display: none;
}

.wbr {
    display: inline-block;
    white-space: nowrap;
}

.text-center {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.text-left {
    text-align: left;
    text-align: -webkit-left;
    text-align: -moz-left;
}

.text-right {
    text-align: right;
    text-align: -webkit-right;
    text-align: -moz-right;
}

.block__margin--top {
    margin-top: 5px;
}

/* .block__margin--bottom {
    margin-bottom: 9px;
} */

.item__padding--left {
    padding-left: 5px;
}

.item__padding--right {
    padding-right: 5px;
}

.border--radius {
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
}

.input-select__border {
    border: 1px solid #FF75BF;
}

.trans {
    transition: all 0.5s;
}

.menu__mobile--icon {
    display: inline-block;
    width: 36px;
    height: 30px;
    cursor: pointer;
}

.menu__bar {
    position: relative;
    top: calc(50% - 2px);
    left: 0;
}

.menu__bar,
.menu__bar::before,
.menu__bar::after {
    width: 36px;
    height: 4px;
    background-color: #FFFFFF;
}

.menu__bar::before,
.menu__bar::after {
    content: "";
    position: absolute;
    left: 0;
}

.menu__bar::before {
    top: 12px;
}

.menu__bar::after {
    top: -12px;
}

.free-trial-ticker {
    position: relative;
}

.free-trial-ticker::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 41px;
    background-image: url("../../../../images/free-trail-en.png");
    -webkit-background-image: url("../../../../images/free-trail-en.png");
    -moz-background-image: url("../../../../images/free-trail-en.png");
    -o-background-image: url("../../../../images/free-trail-en.png");
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    bottom: calc(100% - 10px);
    bottom: -webkit-calc(100% - 10px);
    bottom: -moz-calc(100% - 10px);
    right: -44px;
}

.free-trial-ticker-fr {
    position: relative;
}

.free-trial-ticker-fr::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 41px;
    background-image: url("../../../../images/free-trail-fr.png");
    -webkit-background-image: url("../../../../images/free-trail-fr.png");
    -moz-background-image: url("../../../../images/free-trail-fr.png");
    -o-background-image: url("../../../../images/free-trail-fr.png");
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    bottom: calc(100% - 10px);
    bottom: -webkit-calc(100% - 10px);
    bottom: -moz-calc(100% - 10px);
    right: -44px;
}


.captcha--form {
    margin-bottom: 10px
}

.captcha--input {
    margin-top: 10px;
    width: 250px;
}


.item--other {
    color: #FFFFFF;
    background: #FF75BF;
    padding: 6px 16px;
    border: 1px solid #666666;
}

.item--other:hover,
.item--other:focus,
.item--other:active {
    color: #FFFFFF;
    background: #E40052;
}

.item--other.active {
    background: #E40052;
}

.item--other a,
.item--other a:focus,
.item--other a:hover,
.item--other a:active {
    color: #FFFFFF;
}

.text__color--blue {
    color: #00B2FF;
}

.text--header--blur {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.text--blur {
    filter: blur(calc(15px / 10));
    -webkit-filter: blur(calc(15px / 10));
}

.img--blur {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.page--title {
    display: none;
}

.error-text {
    color: red;
    margin-top: 20px;
}

.validate-error {
    line-height: 20%;
}

/* The Modal (background) */
.modal-error {
    display: block;
    /* Hidden by default */
    position: absolute;
    /* Stay in place */
    z-index: 1000000;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    transition: all 0.4s;
}

/* Modal Content */
.modal-content-error {
    padding: 20px;
    border: 1px solid #888;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    box-shadow: 0px 5px 20px black
}

/* The Close Button */
.close-error {
    color: #863940;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-error:hover,
.close-error:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* loader */
.loader {
    /* Light grey */
    border-top: 16px solid #f95e5a;
    border-bottom: 16px solid #f95e5a;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.background-blur {
    display: none;
    background-color: #242424fc;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
}

/* @media print {
  html, body {
     display: none;  /* hide whole page * /
  }
} */

/* @media screen and (max-width: 1023px) {
  main {
    min-height: calc(100vh - 21.7vw - 76px);
  }

  .container--padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .border--radius {
    border-radius: 3.3vw;
    -webkit-border-radius: 3.3vw;
    -moz-border-radius: 3.3vw;
  }

  aside.page--title {
    display: block;
    color: #FF75BF;
    text-transform: uppercase;
    flex-direction: column;
  }

  aside.page--title p:first-child {
    font-size: 4.8vw;
    line-height: 1.35;
    margin-top: 1vw;
    margin-bottom: 1vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  aside.page--title .free-trial-ticker::after {
    bottom: 50%;
  }

  aside.page--title p:not(:first-child) {
    background-color: #FF75BF;
    color: #FFFFFF;
    font-size: 4.3vw;
    line-height: 1.38;
  }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 479px) {

  .menu__mobile--icon {
    width: 30px;
    height: 24px;
  }

  .menu__bar, .menu__bar::before, .menu__bar::after {
    width: 30px;
    height: 2px;
  }

  .menu__bar::before {
    top: 10px;
  }

  .menu__bar::after {
    top: -10px;
  }
} */
