html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
strong,
span,
select,
button {
    font-family: 'Montserrat', sans-serif;
}
body {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #00477c;
    font-weight: bold;
    margin: 0;
}

a,
.link-btn {
    text-decoration: none;
    color: #77ad0e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.link-btn {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
a:hover,
.link-btn:hover {
    text-decoration: underline;
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

ul,li,ol {
    list-style: none;
}

p {
    color: #333333;
    line-height: 1.8;
    font-size: 15px;
}
.navBarContainer ul {
    padding: 0;
}
.hidden {
    display: none;
}
.hidden-scroll {
    overflow: hidden;
    padding-right: 15px;
}

.flex-display {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.align-items-center {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.align-items-end {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
}
.justify-content-space-around {
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
}
.justify-content-space-between {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.justify-content-center {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.justify-content-end {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
.flex-flow-wrap {
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
.home header.headerContainer {
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
}
.headerContainer.fixed {
    background: #fff;
}
body:not(.home) .headerContainer {
    background-color: #FFF;
    box-shadow: 0 3px 6px 0 rgba(153, 177, 208, 0.16);
    padding: 10px 0;
}
body.home .headerContainer.fixed .headerBlockContainer {
    padding: 15px 0;
}
.headerContainer #menu-toggle {
    background: none;
    border: none;
    display: none;
}
.headerRightContainerOverlay,
#signup .decoration-elem-mobile {
    display: none;
}
.wrapper {
    max-width: 1240px;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

.button {
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 24px;
    display: block;
    text-align: center;
    border: 1px solid;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.button:focus {
    text-decoration: none;
}

.green-text {
    color: #77ad0e;
}
.button-regular:disabled {
    opacity: .7;
}
.button-regular,
.button-regular:focus,
.button-regular:disabled:hover,
.button-regular:disabled:focus {
    background: #77ad0e;
    border: 1px solid #77ad0e;
    color: #fff;
}

.button-regular:hover {
    background: #729B0E;
    color: #fff;
    text-decoration: none;
}

.button > i {
    margin-right: 8px;
    font-size: 15px;
}

.button-border,
.button-border:disabled:hover,
.button-border:disabled:focus {
    background: none;
    border-color: #98b4ca;
    color: #00477c;
    padding: 14px 18px;
}

.button-border:hover {
    background: #E4F1FF;
    color: #00477c;
    text-decoration: none;
}

.navBarContainer li {
    margin: 0 20px;
}

.navBarContainer li a {
    font-size: 14px;
    color: #00477c;
    font-weight: 600;
}
.navBarContainer li a:hover {
    color: #0d74c1
}
.home .headerBlockContainer {
    padding: 35px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.loginButton {
    margin-right: 18px;
}

.main-description-wrap {
    max-width: 465px;
    margin-top: 15px;
}

.main-description-wrap p {
    font-size: 20px;
    margin: 0;
}

.main-description-wrap .button {
    display: inline-block;
    margin: 30px 0 60px 0;
}

.main-description-wrap .smallText {
    font-size: 13px;
}

.homeSectionContainer {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    z-index: 9;
}

.mainMenuContainer {
    margin-right: 40px;
}

#first-section h3 {
    font-size: 50px;
    letter-spacing: normal;
    text-align: left;
    margin: 0 0 20px;
    line-height: 50px;
}

div#first-section p {
    font-size: 20px;
    max-width: 465px;
    margin: 0;
    font-weight: 300;
}

div#first-section p.smallText {
    font-size: 13px;
    max-width: 330px;
}

#first-section .SignUpButton {
    margin: 40px 0 70px;
    max-width: 218px;
}

.sectionBlock {
    width: 100%;
}

.sectionBlock.w-40 {
    max-width: 40%;
}

.sectionBlock.w-50 {
    max-width: 50%;
}

.sectionBlock.w-60 {
    max-width: 60%;
}

.sectionBlock.w-100 {
    max-width: 100%;
}

.sectionBlockImage {
    margin-top: 50px;
}

div#first-section {
    margin-top: 100px;
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: -5px;
  }
  50% {
    bottom: 2px;
  }
}

.scrollDown {
    font-size: 13px;
    margin-top: -45px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
}

.scrollDown i {
    font-size: 17px;
    animation: MoveUpDown 1s linear infinite;
    position: absolute;
}

span.scrollDownText {
    margin-left: 18px;
}

.pageBoxContent {
    position: relative;
    overflow: hidden;
}
#home-section {
    min-height: 100vh;
}
#home-section:before {
    position: absolute;
    content: "";
    background: url(../images/ovale.svg) no-repeat scroll center center / 100%;
    width: 1000px;
    height: 1000px;
    top: -150px;
    z-index: -1;
    right: -160px;
}
 
#how-does-it-work {
    overflow: visible;
}
#how-does-it-work:before {
    position: absolute;
    content: "";
    background: url(../images/ovale.svg) no-repeat scroll center center / 100%;
    width: 920px;
    height: 920px;
    top: -30px;
    z-index: -1;
    left: -215px;
}

.sectionBlockTitle h3 {
    font-size: 30px;
    margin: 50px 0 0 0;
}

.sectionBlockTitle.main-title h1 {
    font-size: 40px;
}

.sectionBlockVideo {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 190px;
    position: relative;
}

.sectionBlockVideo .decoration-elem {
    position: absolute;
}

.sectionBlockVideo .first-decoration-elem {
    top: 50%;
    right: -100px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sectionBlockVideo .second-decoration-elem {
    left: 50%;
    bottom: -170px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

video::-webkit-media-controls-panel {
    background-image: linear-gradient(transparent, transparent) !important;
}

video:focus, button, button:focus, a, a:focus {
    outline: none !important;
}

div#video-controls {
    position: absolute;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    max-width: 810px;
}
div#video-controls.plaing #play-pause {
    display: none;
}
div#video-controls.plaing:hover #play-pause {
    display: block;
}
button#play-pause {
    background: transparent;
    border: 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

button#play-pause:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 70px;
    z-index: 1;
    border-radius: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    height: 100%;
}

button#play-pause i {
    font-size: 80px;
    color: #77ad0e;
    z-index: 2;
    position: relative;
}

#video-container {
    background: #FFFFFF;
    box-shadow: 0 3px 10px 0 rgba(153, 177, 208, 0.16);
    box-sizing: border-box;
    position: relative;
    border-radius: 20px;
    padding: 15px;
}

span#videoOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
}
.text-center {
    text-align: center;
}
#because-we {
    overflow: visible;
}
#because-we::before {
    position: absolute;
    content: '';
    background: url(../images/ovale.svg) no-repeat scroll center center / 100%;
    width: 1000px;
    height: 1000px;
    top: -30px;
    right: -340px;
    z-index: -1;
}
#because-we .description {
    margin-top: 10px;
    margin-bottom: 150px;
    max-width: 570px;
}
#because-we p {
    margin-top: 20px;
    margin-bottom: 30px;
}
#because-we .benefits-wrap {
    margin: 0 -20px;
}
#because-we .benefits-wrap .item-wrap {
    box-sizing: border-box;
    float: left;
    padding: 0 20px;
    position: relative;
    width: 25%;
}
#because-we .benefits-wrap .item {
    background: #FFFFFF;
    box-shadow: 0 3px 10px 0 rgba(153, 177, 208, 0.16);
    border-radius: 20px;
    padding: 25px 30px;
    text-align: center;
}
#because-we .benefits-wrap .item .icon {
    height: 190px;
    position: relative;
    text-align: center;
}
#because-we .benefits-wrap .item .icon img {
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#because-we .benefits-wrap .item .title {
    color: #77ad0e;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
}
#because-we .benefits-wrap .item p {
    font-size: 13px;
    font-weight: 300;
    margin: 0 auto;
    max-width: 200px;
}
#because-we .benefits-wrap .item-wrap:nth-child(1) {
    margin-top: 0; 
}
#because-we .benefits-wrap .item-wrap:nth-child(2) {
    margin-top: -80px;
}
#because-we .benefits-wrap .item-wrap:nth-child(3) {
    margin-top: -160px;
}
#because-we .benefits-wrap .item-wrap:nth-child(4) {
    margin-top: -240px;
}
#because-we .decoration-elem {
    display: block;
    position: absolute;
    bottom: -115px;
    right: 30%;
}
#for-who {
    overflow: visible;
    min-height: 100vh;
}
#for-who:before {
    position: absolute;
    content: "";
    background: url(../images/ovale.svg) no-repeat scroll center center / 100%;
    width: 920px;
    height: 920px;
    top: -20px;
    z-index: -1;
    left: -225px;
}
#for-who .wrapper {
    position: relative;
}
#for-who .description {
    float: right;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#for-who .decoration-elem {
    position: absolute;
    left: -120px;
    top: 120px;
    max-height: 100%;
}
#for-who .description ul {
    margin-top: 30px;
    padding: 0;
}
#for-who .description ul li {
    margin-bottom: 20px;
}
#for-who .description ul li {
    color: #00477c;
    font-size: 15px;
    font-weight: 900;
}
#prices {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    overflow: visible;
}
#prices::before {
    position: absolute;
    content: '';
    background: url(../images/ovale.svg) no-repeat scroll center center / 100%;
    width: 1185px;
    height: 1185px;
    top: -30px;
    right: -530px;
    z-index: -1;
}
#prices .sectionWrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: visible;
}
#prices .sectionBlockTitle h3 {
    margin-top: 0;
}
#prices .price-block {
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 3px 10px 0 rgba(153, 177, 208, 0.16);
    padding: 20px;
    text-align: center;
}
#prices .description {
    padding-right: 45px;
    position: relative;
}
#prices .decoration-elem {
    position: absolute;
}
#prices .first-decoration-elem {
    right: 100px;
    top: -280px;
}
#prices .second-decoration-elem {
    bottom: -170px;
    left: -110px;
}
#prices .price-block .price {
    color: #77ad0e;
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 0.93;
    letter-spacing: normal;
    text-align: center;
}
#prices .price-block .price > span {
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
}

#prices .price-block .price .vat {
    color: #98b4ca;
    font-size: 14px;
    line-height: normal;
    position: relative;
    top: -5px;
}
#prices .price-block .title {
    color: #00477c;
    font-weight: normal;
    line-height: 2;
}
#prices .price-block > .title{
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#prices .price-block .list-wrap {
    background-color: #f4f9ff;
    border-radius: 20px;
    padding: 25px;
}

#prices .price-block .list-wrap .title {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.77;
}
#prices .price-block .list-wrap ul {
    margin-top: 30px;
    padding: 0;
}
#prices .price-block .list-wrap ul li {
    color: #333333;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.77;
    margin-bottom: 20px;
}
#prices .price-block .list-wrap ul li::before {
    color: #77ad0e;
    content: '\f00c';
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-size: 24px;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
#prices .price-block .list-wrap ul li:last-child {
    margin-bottom: 0;
}
#signup {
    display: block;
    overflow: visible;
    margin-top: 130px;
    padding-bottom: 55px;
    padding-top: 30px;
}
#signup:before {
    position: absolute;
    content: "";
    background: url(../images/ovale.svg) no-repeat scroll center center / 100%;
    width: 1020px;
    height: 1020px;
    top: -190px;
    left: -535px;
    z-index: -1;
}
#signup .sectionBlockTitle h3 {
    margin: 20px 0 0 0;
    text-align: center;
}
#signup .wrapper {
    position: relative;
}
#signup .decoration-elem {
    position: absolute;
    right: 0;
    top: 0;
}
#signup .description {
    max-width: 330px;
    margin-top: 50px;
}
#signup .description p {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.77;
    margin: 0 0 10px 0;
}
#signup .description p strong {
    font-weight: bold;
}
#signup form {
    margin-top: 20px;
}
form .input-wrap,
.form-wrap .input-wrap {
    position: relative;
}
form .input-row,
.form-wrap .input-row {
    overflow: hidden;
    margin: 0 -5px;
}
form .input-row .col-6,
.form-wrap .input-row .col-6 {
    float: left;
    padding: 0 5px;
    width: 50%;
}
form .input-wrap .label,
form .input-row label,
.form-wrap .input-wrap label,
.form-wrap .input-row label {
    color: #999999;
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 12px;
    line-height: normal;
}
form .input-row .input-wrap > label,
.form-wrap .input-row .input-wrap > label {
    left: 20px;
}
form .input-row > label,
.form-wrap .input-row > label {
    display: block;
    padding: 0 5px 0 20px;
    margin-bottom: 10px;
    position: static;
    left: unset;
    top: unset;
}
form .input-wrap .input,
form .input-wrap .select,
.form-wrap .input-wrap .input,
.form-wrap .input-wrap .select {
    background-color: #ffffff;
    border: solid 1px #98b4ca;
    border-radius: 10px;
    box-sizing: border-box;
    color: #333333;
    font-size: 15px;
    margin-bottom: 8px;
    padding: 30px 15px 20px 15px;
    width: 100%;
}
form .input-wrap .input:disabled,
form .input-wrap .select:disabled,
.form-wrap .input-wrap .input:disabled,
.form-wrap .input-wrap .select:disabled {
    background-color: #e3e3e3;
}
form .input-wrap .input.has-error,
form .input-wrap .select.has-error,
.form-wrap .input-wrap .input.has-error,
.form-wrap .input-wrap .select.has-error {
    border-color: #ff0000;
}
form .input-wrap .input::placeholder,
.form-wrap .input-wrap .input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #98b4ca;
}
form .input-wrap .input:-ms-input-placeholder,
.form-wrap .input-wrap .input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #98b4ca;
}
form .input-wrap .input::-ms-input-placeholder,
.form-wrap .input-wrap .input::-ms-input-placeholder { /* Microsoft Edge */
    color: #98b4ca;
}
form .input-wrap .select,
.form-wrap .input-wrap .select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(../images/chevron-down-solid.svg);
    background-position: 98% center;
    background-position: calc(100% - 25px) 25px;
    background-repeat: no-repeat;
    background-size: auto 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 24px 45px 9px 15px;
}
form .input-wrap .select::-ms-expand,
.form-wrap .input-wrap .select::-ms-expand {
    display: none;
}
form .input-wrap .calendar-datepicker,
.form-wrap .input-wrap .calendar-datepicker {
    background-image: url(../images/calendar-alt-light.svg);
    background-position: 98% center;
    background-position: calc(100% - 25px) 25px;
    background-repeat: no-repeat;
    background-size: auto 20px;
    cursor: pointer;
}
form .input-wrap .input:focus,
.form-wrap .input-wrap .input:focus {
    outline: none;
}
form .input-wrap.checkbox,
.form-wrap .input-wrap.checkbox {
    margin-top: 15px;
    margin-bottom: 20px;
}
form .input-wrap.checkbox .label,
.form-wrap .input-wrap.checkbox .label {
    color: #333333;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 300;
    position: static;
    padding-left: 35px;
    min-height: 25px;
}
form .input-wrap.checkbox > a,
.form-wrap .input-wrap.checkbox > a {
    color: #608d09;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.92;
    position: absolute;
    top: -4px;
    right: 0;
}
form .input-wrap.checkbox .label::before,
.form-wrap .input-wrap.checkbox .label::before {
    background: #FFFFFF;
    border: solid 1px #98b4ca;
    border-radius: 5px;
    content: '';
    position: absolute;
    height: 23px;
    left: 0;
    top: -4px;
    width: 23px;
}
form .input-wrap.checkbox input,
.form-wrap .input-wrap.checkbox input {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}
form .input-wrap.checkbox input:checked + .label::before,
.form-wrap .input-wrap.checkbox input:checked + .label::before {
    background: #77ad0e;
    border-color: #77ad0e;
}
form .input-wrap.checkbox input:checked + label::after,
.form-wrap .input-wrap.checkbox input:checked + label::after {
    color: #FFFFFF;
    content: '\f00c';
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    top: -2px;
    left: 3px;
}
#signup form .button {
    margin-top: 25px;
    width: 100%;
}
#footer {
    background-color: #f4f9ff;
    color: #00477c;
    overflow: hidden;
}
#footer p {
    color: #00477c;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
}
#footer .logoContainer {
    margin-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}
#footer .info-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#footer .info-wrap > * {
    padding: 0 35px;
}
#footer .info-wrap .description {
    width: 300px;
}
#footer .info-wrap .bottom-padding-mini p {
    margin-bottom: 15px;
}
#footer .title-block .title {
    color: #00477c;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 10px;
}
#footer .links ul {
    margin: 0;
    padding: 0;
}
#footer .links ul li {
    line-height: 1;
    margin-bottom: 18px;
}
#footer .links ul li a {
    color: #00477c;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
}
#footer .social {
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
}
#footer .social a,
#footer .social span {
    color: #00477c;
    display: inline-block;
    font-size: 27px;
    opacity: 0.4;
    margin: 0 10px;
    vertical-align: middle;
}
#footer .social span.separator {
    opacity: 0.1;
}
#footer .social a:hover {
    opacity: 1;
}
#footer .social > .separato {
    line-height: 0;
    position: relative;
    top: -1px;
}
#footer .footer-bottom-wrap {
    background: #e6f2ff;
    border-bottom: 10px solid #FFFFFF;
}
#footer .footer-bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 0 0 0;
}
#footer .footer-bottom .copyright {
    color: #33719f;
    font-size: 11px;
    line-height: 1.18;
    margin-top: 5px;
}
#footer .footer-bottom .copyright a {
    color: #33719f;
    text-decoration: underline;
}
#footer .footer-bottom .copyright a:hover {
    text-decoration: none;
}
#footer .footer-bottom .powered-by > a {
    display: inline-block;
    background-color: #ffffff;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 11px 8px;
    text-align: right;
    color: #00477c;
    font-size: 11px;
    line-height: 1.45;
    text-decoration: none;
}
#footer .footer-bottom .powered-by > a:hover {
    text-decoration: none;;
}
#footer .footer-bottom .powered-by > a > * {
    display: inline-block;
    vertical-align: middle;
}
#footer .footer-bottom .powered-by > a > span {
    padding-right: 7px;
}
.input-wrap .show-password-btn {
    background: none;
    border: none;
    bottom: 15px;
    color: #00477c;
    right: 5px;
    font-size: 23px;
    position: absolute;
    padding: 10px;
}
.mobile-visible {
    display: none;
}
.descktop-visible {
    display: block;
}
.modal-backdrop {
    background-color: #FFFFFF;
}
.modal-backdrop.in {
    opacity: 0.83;
}
.modal-content {
    background-color: #ffffff;
    border: none;
    border-radius: 20px;
    box-shadow: 0 3px 10px 0 rgba(153, 177, 208, 0.16);
    box-sizing: border-box;
    padding: 35px 30px;
}
.modal-header {
    border-bottom: none;
    padding: 0;
}
.modal-header .close,
.left-sidebar .close {
    background: none;
    border: none;
    color: #00477c;
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.modal-header .modal-title,
.formTitle {
    color: #00477c;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.54;
    text-align: center;
}
.modal-body {
    padding: 0;
}
#loginModal .login-form,
.small-from {
    margin: 35px auto 0 auto;
    max-width: 340px;
    width: 100%;
}
#loginModal .login-form .button,
.small-from .button {
    font-size: 16px;
    width: 100%;
}
.small-from .input-wrap p {
    color: #999999;
    font-size: 13px;
    list-style: 1.4;
    margin: 0 0 15px 0;
}
/* vertically align Bootstrap v4 modal */
.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
    max-width: 810px;
    margin: 0 auto;
    padding: 10px;
    width: 95%;
}
@media(max-width: 768px) {
    .modal-dialog {
        min-height: calc(100vh - 20px);
    }
}
.tab-menu {
    margin-top: 30px;
    margin-bottom: 40px;
}
.tab-menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.tab-menu ul li {
    display: inline-block;
}
.tab-menu ul li a {
    border-radius: 15px;
    color: #00477c;
    display: inline-block;
    font-size: 14px;
    line-height: 1.21;
    margin: 0 5px;
    padding: 14px 16px;
    position: relative;
}
a .counter {
    color: #ffffff;
    -webkit-border-radius: 10px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomright: 0;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.2;
    padding: 2px 8px;
    position: absolute;
    top: 0;
    right: 0;
}
a .counter.green {
    background-color: #77ad0e;
}
a .counter.yellow {
    background-color: #dbb100;
}
.tab-menu ul li > * {
    display: inline-block;
    vertical-align: middle;
}
.tab-menu ul li a:hover {
    background: #E4F1FF;
    text-decoration: none;
}
.tab-menu ul li a:focus {
    text-decoration: none;
}
.tab-menu ul li a i {
    font-size: 16px;
    margin-right: 3px;
}
.tab-menu ul li a.active {
    background-color: #00477c;
    color: #FFFFFF;
}
.page .main-title {
    font-size: 30px;
    margin-bottom: 15px;
    position: relative;
}
.page .main-title .back {
    position: absolute;
    left: 0;
    font-size: 16px;
    font-weight: 600;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page .main-title .back:hover {
    color: #77ad0e;
}
.page .main-title i {
    margin-right: 15px;
    font-size: 45px;
    top: -5px;
    position: relative;
    vertical-align: top;
}
.page p {
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 15px 0;
}
.headerContainer .user-dropdown {
    margin-right: 10px;
    min-width: 170px;
    text-align: right;
}
.headerContainer .user-dropdown .btn {
    display: inline-block;
    margin-top: 15px;
}
.headerContainer .user-dropdown .btn i {
    font-size: 16px;
    margin-left: 3px;
}
.headerContainer .user-dropdown .btn:hover,
.headerContainer .user-dropdown .btn:focus {
    color: #77ad0e;
    text-decoration: none;
}
.headerContainer .user-dropdown a {
    font-size: 14px;
}
.headerContainer .user-dropdown .dropdown-menu {
    border: 1px solid #98b4ca;
    -webkit-border-radius: 20px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 20px;
    -moz-border-radius-topright: 0;
    border-radius: 20px;
    border-top-right-radius: 0;
    box-shadow: 0 10px 10px 0 rgba(153, 177, 208, 0.16);
    margin: 15px 0 0 0;
    padding: 20px 15px;
    text-align: right;
}
.headerContainer .user-dropdown .dropdown-menu::before {
    background: url(../images/angolo.svg ) no-repeat scroll center center / 100%;
    content: '';
    position: absolute;
    right: -1px;
    top: -15px;
    width: 20px;
    height: 20px;
}
.headerContainer .user-dropdown .dropdown-menu a {
    color: #00477c;
    display: inline-block;
    margin-bottom: 10px;
}
.headerContainer .user-dropdown .dropdown-menu a:last-child {
    margin-bottom: 0;
}
body:not(.home) .page {
    padding-bottom: 115px;
}
body:not(.home) .page:before {
    position: absolute;
    content: '';
    background: url(../images/ovale.svg) no-repeat scroll center center / 100%;
    width: 1000px;
    height: 1000px;
    top: -150px;
    right: -410px;
    z-index: -1;
}
.page-info {
    margin-bottom: 35px;
    margin-top: 40px;
}
.tab-menu + .page-info {
    margin-top: 0;
}
.page .info-msg-wrap {
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}
.page .info-msg-wrap p {
    margin-bottom: 5px;
}
.page .info-msg-wrap p .warning-msg {
    color: #ff7600;
}
.areariservata .boxes-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -20px;
}
.areariservata .box-info-wrap {
    padding: 0 20px;
    float: none;
}
.box-info {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 3px 10px 0 rgba(153, 177, 208, 0.16);
    margin-bottom: 20px;
    padding: 20px 25px;
    height: 100%;
}
.box-info .title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #98b4ca;
    margin-bottom: 15px;
}
.box-info .title span {
    font-size: 15px;
    font-weight: 600;  
}
.box-info .title i {
    font-size: 30px;
}
.box-info ul {
    margin: 0;
    padding: 0;
}
.box-info ul li {
    font-size: 13px;
    font-weight: 300;
}
.box-info .user-regions li {
    margin-bottom: 5px;
}
.box-info .user-categories {
    overflow: hidden;
    margin: 0 -15px;
}
.box-info .user-categories li {
    margin-bottom: 15px;
    padding: 0 15px;
    display: block;
    float: left;
    width: 50%;
}
.box-info .user-categories li:nth-child(odd) {
    clear: both;
}
.box-info .button {
    display: inline-block;
    margin-top: 15px;
}
.yellow-color {
    color: #dbb100;
}
#open-filters {
    border-radius: 30px;
    padding: 7px 16px;
}
.left-sidebar {
    position: fixed;
    -webkit-transition: left 0.4s;
    -moz-transition: left 0.4s;
    -o-transition: left 0.4s;
    transition: left 0.4s;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 100;
}
.sidebar-overlay {
    background: rgba(255, 255, 255, 0.83);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.sidebar-overlay.collapse {
    display: none;
}
.left-sidebar.collapse {
    left: -150%;
}
.left-sidebar .close {
    right: 30px;
}
.left-sidebar .sidebar-wrap {
    background: #FFFFFF;
    box-shadow: 0 3px 10px 0 rgba(153, 177, 208, 0.16);
    max-width: 395px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.left-sidebar .sidebar-wrap .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.39;
    margin: 0 0 15px 0;
    padding: 60px 30px 0 30px;
}
.left-sidebar .sidebar-wrap .custom-scrollbar {
    margin: 0 auto 15px auto;
    max-width: 365px;
    padding: 0 20px 0 15px;
}
.left-sidebar .sidebar-wrap .scroll-wrapper {
    max-height: 69vh;
    max-height: calc(100vh - 210px);
}
.left-sidebar form .buttons-wrap {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFF;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 15px 30px;
}
.left-sidebar form .buttons-wrap > button {
    padding: 14px;
    white-space: nowrap;
}
.left-sidebar form .buttons-wrap > button:disabled {
    cursor: default;
    padding: 14px;
    opacity: .7;
}
.left-sidebar form .input-wrap .label {
    top: 8px;
}
.left-sidebar form .input-wrap .input,
#abbonamentoForm .input-wrap .input,
#profiloForm .input-wrap .input,
#cambioPasswordForm .input-wrap .input {
    padding: 24px 15px 9px 15px;
}
#cambioPasswordForm .input-wrap .select,
#profiloForm .input-wrap .select,
.left-sidebar form .input-wrap .select,
#abbonamentoForm .input-wrap .select {
    padding: 24px 45px 9px 15px;
}
.left-sidebar form .input-wrap > * {
    margin-bottom: 15px;
}
.left-sidebar form .custom-scrollbar > .input-wrap:last-child > * {
    margin-bottom: 0;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #f2f2f2;
}
.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #98b4ca;
}
.scroll-wrapper > .scroll-content {
    padding-right: 20px;
}
.scrollbar-inner > .scroll-element.scroll-y {
    width: 5px;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
    background-color: #00477c;
    border-color: #00477c;
}
.dropdown-menu {
    border-color: #98b4ca;
}
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td span.focused,
.datepicker table tr td span:hover,
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #E4F1FF;
}
.from-box .title {
    margin-bottom: 25px;
}
.from-box .inputs-wrap {
    margin: 0 -15px;
    overflow: hidden;
}
.from-box .inputs-wrap .col-4 {
    float: left;
    padding: 0 15px;
    width: 33.3333%;
}
.from-box .inputs-wrap .col-4:nth-child(3n + 1) {
    clear: both;
}
.from-box .inputs-wrap .col-4 .input-wrap {
    margin: 5px 0 10px 0;
}
.checkbox-form {
    display: block;
}
.checkbox-form .info-block-wrap {
    background-color: #ffffff;
    display: none;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    box-shadow: 0 3px 10px 0 rgb(153 177 208 / 16%);
    margin-bottom: 20px;
    padding: 20px 25px;
    min-height: 295px;
}
.checkbox-form .info-block-wrap > div {
    text-align: center;
}
.checkbox-form .info-block img,
.checkbox-form .info-block i {
    margin-bottom: 20px;
}
.checkbox-form .info-block i {
    color: #d4e4f2;
    font-size: 55px;
}
.checkbox-form .info-block span {
    font-size: 14px;
}
.checkbox-form .buttons-wrap.sticky {
    position: fixed; 
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1140px;
}
.checkbox-form .buttons-wrap .buttons {
    background: #FFFFFF;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 15px;
    text-align: right;
}
.checkbox-form .buttons-wrap.sticky .buttons {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.checkbox-form .buttons-wrap .buttons button {
    display: inline-block;
    vertical-align: middle;
}
.checkbox-form .buttons-wrap .buttons .link-btn {
    margin-right: 20px;
}
.align_div_center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50vh;
    min-height: calc(100vh - 500px);
    padding: 40px 0 90px 0;
}
.align_div_center > div {
    margin: 0;
    width: 100%;
}
.search-form{
    margin: 20px auto 0 auto;
    max-width: 325px;
    width: 100%;
}
.search-form .input-wrap .input {
    margin: 0;
    padding: 15px 20px;
}
.search-form .input-wrap button {
    background: none;
    border: none;
    color: #77ad0e;
    font-size: 18px;
    line-height: 1.22;
    padding: 15px 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 15px;
    opacity: 1;
}
table.dataTable thead .sorting:after {
    content: '\f883';
}
table.dataTable thead .sorting_desc:after {
    content: "\f160";
} 
table.dataTable thead .sorting_asc:after {
    content: "\f161";
}
.table-buttons {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 0 15px;
}
.table-buttons .export-btn {
    background: none;
    border: none;
    color: #00477c;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 10px;
    text-transform: uppercase;
    margin-right: 20px;
}
.table-buttons .export-btn:hover {
    color: #128dea;
}
.table-buttons .export-btn > * {
    display: inline-block;
    vertical-align: middle;
}
.table-buttons .export-btn i {
    margin-left: 7px;
    font-size: 20px;
}
.table-buttons .table-view-cahnge {
    display: inline-block;
    vertical-align: middle;
}
.table-buttons .table-view-cahnge .table-view-btn {
    background: none;
    border: 1px solid #98b4ca;
    border-radius: 10px;
    display: inline-block;
    margin-right: 7px;
    padding: 7px;
}
.table-buttons .table-view-cahnge .table-view-btn:last-child {
    margin-right: 0;
}
.table-buttons .table-view-cahnge .table-view-btn span {
    border: 1px solid #00477c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    width: 16px;
}
.table-buttons .table-view-cahnge .table-view-btn.active {
    background: #00477c;
    border-color: #00477c;
    cursor: default;
}
.table-buttons .table-view-cahnge .table-view-btn.big span {
    height: 16px;
}
.table-buttons .table-view-cahnge .table-view-btn.small span {
    height: 7px;
    margin-bottom: 1px;
}
.table-buttons .table-view-cahnge .table-view-btn.active span {
    border-color: #FFFFFF;
}
table.dataTable {
    border-collapse: collapse!important;
}
table.dataTable.table-condensed>thead>tr>th {
    background-color: #FFFFFF;
    position: sticky;
    padding: 0;
    color: #98b4ca;
    top: 0;
    vertical-align: top;
}
table.dataTable.table-condensed>thead>tr>th > span {
    border-bottom: 1px solid #d4e5f2;
    display: block;
    height: 40px;
    color: #98b4ca;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.17;
    text-align: left;
    padding-right: 0;
    padding-left: 23px;
    min-width: 115px;
    width: 100%;
}
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting_asc > span,
table.dataTable thead>tr>th.sorting_desc > span {
    color: #00477c;
}
table.dataTable td {
    color: #333333;
    font-size: 12px;
    font-weight: 300;
    line-height: 2;
    padding: 10px;
}
table.dataTable td .favorite {
    background: none;
    color: #00477c;
    border: none;
    font-size: 20px;
    padding: 7px;
}
table.dataTable tbody td {
    border-bottom-width: 1px;
}
table.dataTable tbody>tr:hover {
    background: #f4f9ff;
}
table.dataTable tbody>tr>td {
    border-top: 1px solid #d4e5f2;
    overflow: hidden;
}
table.dataTable tbody>tr:first-child>td {
    border-top: none;
}
table.dataTable tbody>tr>td:first-child {
    padding-left: 15px;
}
table.dataTable .btn-group {
    text-align: center;
}
table.dataTable .btn-info {
    background: none;
    border: none;
    color: #00477c;
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
}
table.dataTable .btn-info:hover {
    color: #98b4ca;
}
table.dataTable .btn-info i {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 3px;
}
table.dataTable .btn-info:hover,
table.dataTable .btn-info:focus {
    text-decoration: none;
}
table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
    right: unset;
    left: 4px;
    top: 1px;
}
#bandi-table-p_processing {
    background: rgba(255, 255, 255, .5);
    color: #98b4ca;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.33;
    margin: 0;
    height: 100%;
    width: 100%;
}

#bandi-table-p_processing > div {
    position: absolute;
    left: 0;
    bottom: -90px;
    text-align: center;
    width: 100%;
}
#bandi-table-p_processing.loaded > div {
    bottom: -140px;
}
#bandi-table-p_processing > div > * {
    display: inline-block;
    vertical-align: middle;
}
#bandi-table-p_processing > div > span {
    margin-left: 10px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 20px 0 0 0;
    text-align: center;
}
.dataTables_paginate .pagination .paginate_button {
    display: inline-block;
    vertical-align: middle;
}
.dataTables_paginate .pagination .paginate_button > button {
    background: none;
    color: #00477c;
    border: none;
    padding: 5px 10px;
}
.dataTables_paginate .pagination .paginate_button.disabled > button {
    cursor: default;
    opacity: .3;
}
.dataTables_paginate .pagination .paginate_button.active > button {
    font-weight: bold;
}
#bandi-table-p_wrapper .col-sm-5 {
    display: none;
}
#bandi-table-p_wrapper .col-sm-7 {
    width: 100%;
}
table.dataTable tbody>tr>td .mobile-title.box-info,
.table-buttons.fixed-buttons {
    display: none;
}
#dettagliBando .modal-header .modal-title {
    text-align: left;
}
#dettagliBando .close {
    top: 25px;
}
#dettagliBando .modal-dialog {
    max-width: 1020px;
}
#dettagliBando .table-buttons {
    display: none;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    top: -15px;
    margin-right: 20px;
}
#dettagliBando .table-buttons .export-btn:last-child {
    margin-right: 0;
}
#dettagliBando .table-buttons .share {
    position: relative;
}
#dettagliBando .table-buttons .share .social-media-wrap {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    padding: 15px;
    width: 165px;
    z-index: 0;
}

#dettagliBando .table-buttons .share .social-media-wrap.open {
    z-index: 1;
}
#dettagliBando .table-buttons .share .social-media-wrap .social-media {
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 3px 14px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translateY(-150%);
    -moz-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    -o-transform: translateY(-150%);
    transform: translateY(-150%);
    padding: 10px;
}
#dettagliBando .table-buttons .share .social-media-wrap.open .social-media {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
#dettagliBando .table-buttons .share .social-media-wrap .social-media::before{
    box-shadow: 0 3px 10px 0 rgba(153, 177, 208, 0.16);
    content: '';
    position: absolute;
    width: 0;
    top: -9px;
    right: 20px;
    height: 0;
    border-style: solid;
    border-width: 0 7px 9px 7px;
    border-color: transparent transparent #fff transparent;
}
#dettagliBando .table-buttons .share .social-media-wrap .at-resp-share-element .at-share-btn{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    line-height: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    overflow: visible;
}

#dettagliBando .table-buttons .share .social-media-wrap .at-resp-share-element .at-share-btn:focus,
#dettagliBando .table-buttons .share .social-media-wrap .at-resp-share-element .at-share-btn:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);   
}
#dettagliBando .table-buttons .share .social-media-wrap .at-resp-share-element .at-share-btn:focus,
#dettagliBando .table-buttons .share .social-media-wrap .at-resp-share-element .at-share-btn:hover {
    opacity: 0.8;
}
#dettagliBando .table-buttons .share .social-media-wrap .at-resp-share-element .at-share-btn *,
#dettagliBando .table-buttons .share .social-media-wrap .at-resp-share-element .at-share-btn:hover * {
    margin: 0;
    padding: 0;
}
#dettagliBando .table-buttons .share .social-media-wrap .at-resp-share-element .at-share-btn .at-label {
    background-color: #FFF;
    display: block;
    color: #00477c!important;
    font-size: 11px!important;
    height: 35px!important;
    line-height: 35px!important;
    padding-left: 5px;
    order: -1;
    text-transform: uppercase;
    position: relative;
    left: -2px;
    width: 85%;
    width: calc(100% - 30px);
}
#dettagliBando .table-buttons .share .social-media-wrap .at-resp-share-element .at-share-btn:nth-child(odd) .at-label {
    background: #f4f9ff;
}
#dettagliBando .table-buttons .share .social-media-wrap .at-resp-share-element .at-share-btn .at-icon-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 35px!important;
    height: 35px!important;
    width: 35px!important;
}
#dettagliBando .table-buttons .share .social-media-wrap .at-resp-share-element .at-share-btn .at-icon-wrapper svg {
    line-height: 27px!important;
    height: 27px!important;
    width: 27px!important;
    line-height: normal;
    float: none;
}
#dettagliBando .bandoData {
    display: none;
}
#dettagliBando .bandoData .mainData {
    border-radius: 15px;
    border: solid 1px #d4e5f2;
    overflow: hidden;
    margin-bottom: 15px;
}
#dettagliBando .bandoData .mainData > .row {
    margin: 0;
}
#dettagliBando .bandoData .mainData .blueBg,
#dettagliBando .bandoData .mainData .btns-wrap {
    height: 100px;
}
#dettagliBando .bandoData .mainData .btns-wrap {
    position: relative;
}
#dettagliBando .bandoData .mainData .btns-wrap > div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    text-align: right;
    width: 100%;
    padding: 0 25px;
}
#dettagliBando .bandoData .mainData .blueBg {
    padding: 25px;
}
#dettagliBando .bandoData .dataWrap {
    padding: 0 25px;
    overflow: hidden;
}
#dettagliBando .bandoData .label {
    color: #98b4ca;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.42;
}
#dettagliBando .bandoData .info {
    color: #333333;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.8;
}
#dettagliBando .bandoData .dataItem {
    margin-top: 20px;
}
#dettagliBando .bandoData .mainData .blueBg {
    background-color: #f4f9ff;
    border-right: 1px solid #d4e5f2;
}
#dettagliBando .bandoData .mainData .blueBg .dataItem {
    margin: 0 0 15px 0;
}
#dettagliBando .bandoData .mainData .blueBg .dataItem:last-child {
    margin-bottom: 0;
}
#dettagliBando .bandoData .tell:hover {
    color: #96d61b;
    text-decoration: none;
}
#dettagliBando .bandoData .mainData .btns-wrap .button-border,
#dettagliBando .bandoData .mainData .btns-wrap .link-btn {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
#dettagliBando .bandoData .mainData .btns-wrap .link-btn {
    color: #00477c;
    font-size: 10px;
    line-height: 1.2;
    text-align: right;
    text-transform: uppercase;
    margin-right: 25px;
}
#dettagliBando .bandoData .mainData .btns-wrap .link-btn:hover {
    color: #128dea;
    text-decoration: none;
}
#dettagliBando .bandoData .mainData .btns-wrap .link-btn > * {
    display: inline-block;
    vertical-align: middle;
} 
#dettagliBando .bandoData .mainData .btns-wrap .link-btn i {
    font-size: 20px;
    margin-left: 5px;
}
#dettagliBando .info-block-wrap {
    display: none;
}
#dettagliBando .info-block-wrap#processing {
    display: block;
}
#dettagliBando .info-block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    min-height: 500px;
}
#dettagliBando .info-block span {
    font-size: 14px;
}
#dettagliBando .info-block i {
    color: #d4e4f2;
    font-size: 55px;
}
#dettagliBando .info-block img,
#dettagliBando .info-block i {
    margin-bottom: 20px;
}
#dettagliBando .table-buttons.fixed-buttons {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
#abbonamentoForm .main-box {
    padding: 20px 60px;
}
#abbonamentoForm .title{
    display: block;
    color: #00477c;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
}
#abbonamentoForm .title.light {
    color: #98b4ca;
}
#abbonamentoForm .form-group .input-wrap,
#profiloForm .input-wrap,
#cambioPasswordForm .input-wrap {
    margin-bottom: 15px;
}
#abbonamentoForm .form-group .pl {
    padding-left: 5px;
}
#abbonamentoForm .form-group .pr {
    padding-right: 5px;
}
#abbonamentoForm .subscription-select {
    position: relative;
    overflow: hidden;
    margin: 0 -8px 50px -8px;
}
#abbonamentoForm .subscription-select .subscription-box label span {
    display: block;
}
#abbonamentoForm .subscription-select .subscription-box label {
    background-color: #ffffff;
    border: 2px solid  transparent;
    border-radius: 16px;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 100%;
}
#abbonamentoForm .subscription-select .subscription-box > div {
    padding: 0 8px;
    height: 100%;
}
#abbonamentoForm .subscription-select .subscription-box label .wrap-box {
    background-color: #ffffff;
    border-radius: 15px;
    border: 1px solid #98b4ca;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 20px;
    height: 100%;
}
#abbonamentoForm .subscription-select .radio {
    opacity: 0;
    position: absolute;
    left: -99999px;
}
#abbonamentoForm .subscription-select .subscription-box .radio:checked + label {
    background-color: #00477c;
}
#abbonamentoForm .subscription-select .subscription-box .radio:checked + label .wrap-box  {
    border-color: #00477c;
} 
#abbonamentoForm .subscription-select .wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
#abbonamentoForm .subscription-select .subscription-box {
    width: 33.333%;
}
#abbonamentoForm .subscription-select .subscription-box label .subscription-title {
    color: #333333;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.22;
}
#abbonamentoForm .subscription-select .subscription-box label .percent-discount {
    color: #608d09;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
}
#abbonamentoForm .subscription-select .subscription-box label .price-block {
    background-color: #f4f9ff;
    border-radius: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.38;
    margin: 15px auto 0 auto;
    max-width: 150px;
    height: 50px;
    padding: 0 10px 6px 10px;
    width: 100%;
}
#abbonamentoForm .subscription-select .subscription-box label .price-block .discount {
    color: #999999;  
    font-size: 12px;
    font-weight: 300;
    text-decoration: line-through;
}

#abbonamentoForm .subscription-select .subscription-box label .price-block .price {
    color: #333333;  
    font-size: 15px;
    font-weight: bold;
}
#abbonamentoForm .position-sticky {
    position: sticky;
    top: 53px;
}
body.abbonamento .pageBoxContent,
body.areariservata .pageBoxContent{
    overflow: visible;
}
body.abbonamento .page:before,
body.areariservata .page:before {
    height: 1000px;
    background-position: 410px 0;
    right: 0!important;
}
body.areariservata .page:before {
    top: 0;
}
#login-form .error {
    color: #ff0000;
    text-align: center;
    margin-bottom: 20px;
    position: absolute;
    bottom: -35px;
}
#login-form .input-wrap.checkbox {
    margin-top: 25px;
}
.summary-sidebar {
    overflow: hidden;
}
.summary-sidebar .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
}
.summary-sidebar .item .label {
    font-weight: 300;
}
.summary-sidebar .item .label,
.summary-sidebar .item .value {
    color: #333333;
    font-size: 13px;
    line-height: 1.3;
}
.summary-sidebar .item .value {
    text-align: right;
}
.summary-sidebar .item .value .sconto {
    color: #608d09;
    font-weight: bold;
}
.summary-sidebar .item .value .old-price {
    color: #999999;
    font-size: 12px;
    font-weight: 300;
    text-decoration: line-through;
}
.summary-sidebar .item .value .price {
    font-weight: bold;
}
.summary-sidebar .total-price {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
}
.summary-sidebar .total-price .label,
.summary-sidebar .total-price .total-price-value  {
    color: #608d09;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
}
.summary-sidebar .total-price .total-price-value{
    font-size: 20px;
    font-weight: bold;
}
.summary-sidebar .button {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.19;
    padding: 12px 8px;
    width: 100%;
}
#abbonamentoForm .subscription-select .error {
    margin-top: 10px;
    text-align: center;
}
.input-wrap .error {
    color: #ff0000;
    font-size: 12px;
    /* bottom: -10px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); */
    padding: 0 5px;
    min-width: 100%;
    /* white-space: nowrap; */
}
#registration-form .input-wrap .error {
    position: relative;
    top: -5px;
    margin-bottom: 5px;
}
#abbonamentoForm .perv-step-info {
    margin-bottom: 20px;
}
#abbonamentoForm #card-element {
    background-color: #ffffff;
    border: solid 1px #98b4ca;
    border-radius: 10px;
    box-sizing: border-box;
    color: #333333;
    font-size: 15px;
    margin-bottom: 8px;
    padding: 16px 15px;
    width: 100%;
}
#abbonamentoForm .form-group .input-wrap.mb-none {
    margin: 0;
}
.summary-sidebar .buttons-box.gren-bg {
    background-color: rgba(96, 141, 9, 0.08);
    margin: 0 -25px -20px -25px;
    padding: 25px 25px 20px 25px;
}
form .input-wrap.checkbox.privacy-wrap {
    margin-bottom: 0;
}
form .input-wrap.checkbox.privacy-wrap label {
    font-size: 12px;
}
.summary-sidebar .privacy-wrap a {
    color: #333333;
    text-decoration: underline;
} 
.summary-sidebar .privacy-wrap a:hover {
    text-decoration: none;
} 
form .input-wrap.checkbox.privacy-wrap input {
    visibility: hidden;
}
.box-info.profilo-form-wrap .title {
    position: relative;
    margin-bottom: 20px;
}
.box-info.profilo-form-wrap .button#btn-aggiorna {
    margin: 0;
    padding: 10px 16px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box-info.profilo-form-wrap .button i {
    margin: 0;
    font-size: 20px;
}

.profilo-form-wrap.box-info .btns-wrap,
.password-form-wrap.box-info .btns-wrap {
    display: block;
    text-align: right;
}
.profilo-form-wrap.box-info .btns-wrap .link-btn,
.password-form-wrap.box-info .btns-wrap .link-btn {
    margin-right: 20px;
}
.box-info .btns-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.box-info .btns-wrap .button {
    margin: 0;
    min-width: 120px;
}
.recaptcha-wrap .error {
    margin-top: 7px;
}
.error.extra-error {
    color: #ff0000;
    text-align: center;
}
.success-message {
    color: #77ad0e;
    text-align: center;
}
.areariservata .success-message,
.areariservata .extra-error{
    margin-bottom: 10px;
}
table.dataTable.table-condensed.payment-history {
    width: 100%;
}
table.dataTable.table-condensed.payment-history>thead>tr>th {
    color: #00477c;
    padding-left: 10px;
    padding-right: 10px;
}
table.dataTable.table-condensed.payment-history tbody>tr>td:first-child {
    padding-left: 15px;
}
table.dataTable.table-condensed.payment-history .payment {
    color: #fff;
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
}
table.dataTable.table-condensed.payment-history .payment.inpending {
    background: #dbb100;
}
table.dataTable.table-condensed.payment-history .payment.completed {
    background: #77ad0e;
}
table.dataTable tbody>tr>td .mobile-title {
    display: none;
}
.green-color {
    color: #608d09;
}
body:not(.home) .center-content {
    padding-bottom: 80px;
    padding-top: 40px;
}
body.abbonamento .page.center-content .main-title i {
    top: 0;
    margin-right: 0;
    margin-bottom: 20px;
}
#signup .registration-form-wrap {
    margin-left: 130px;
}

ul.breadcrumb {
    display: flex;
    font-size: 12px;
    padding: 0;
    color: #999;
}

ul.breadcrumb li.active {
    margin-left: 5px;
}

ul.breadcrumb li.active:before {
    content: "/";
    margin-right: 4px;
}
.toast-success {
    background-color: #77ad0e;
}
#toast-container>div {
    opacity: .9;
}
.anchor-scroll.mobile-btn {
    display: none;
}

.table.dataTable td .favorite,
.wishlist-buton .stars-wrap {
    position: relative;
}
.table.dataTable td .favorite > .fas.fa-star.yellow-color.mainStar,
.wishlist-buton .stars-wrap > .fas.fa-star.yellow-color.mainStar {
    -webkit-animation: mainStar 1.2s cubic-bezier(0.04, 0.4, 0.5, 0.95) 1 forwards;
    animation: mainStar 1.2s cubic-bezier(0.04, 0.4, 0.5, 0.95) 1 forwards;
}

.table.dataTable td .favorite > .small-star,
.wishlist-buton .stars-wrap > .small-star {
    -webkit-animation: smallStars 2s ease-out 1 forwards;
    animation: smallStars 2s ease-out 1 forwards;
    position: absolute;
    top: 0;
    left: 0;
}
@-webkit-keyframes smallStars {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        visibility: visible;
    }
    to {
        -webkit-transform: translate(8px, -31px) scale(0.5);
        transform: translate(8px, -31px) scale(0.5);
        opacity: 0;
    }
}
@keyframes smallStars {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        visibility: visible;
    }
    to {
        -webkit-transform: translate(8px, -31px) scale(0.5);
        transform: translate(8px, -31px) scale(0.5);
        opacity: 0;
    }
}
@-webkit-keyframes mainStar {
    30% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes mainStar {
    30% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@supports (color: var(--black, blue)) {
    @-webkit-keyframes smallStars {
        0% {
            -webkit-transform: scale(0.5);
            transform: scale(0.5);
            visibility: visible;
        }
        to {
            -webkit-transform: translate(calc(var(--translateX) * -1px), calc(var(--translateY) * -1px)) scale(0.5);
            transform: translate(calc(var(--translateX) * -1px), calc(var(--translateY) * -1px)) scale(0.5);
            opacity: 0;
        }
    }
    @keyframes smallStars {
        0% {
            -webkit-transform: scale(0.5);
            transform: scale(0.5);
            visibility: visible;
        }
        to {
            -webkit-transform: translate(calc(var(--translateX) * -1px), calc(var(--translateY) * -1px)) scale(0.5);
            transform: translate(calc(var(--translateX) * -1px), calc(var(--translateY) * -1px)) scale(0.5);
            opacity: 0;
        }
    }
}