@charset "utf-8";
/* CSS Document */

/* fonts for UA
font-family: "Nunito Sans", sans-serif;
font-family: "Rubik Mono One", monospace;
*/
.rubik-mono-one-regular {
    font-family: "Rubik Mono One", monospace;
    font-weight: 400;
    font-style: normal;
}

/* fonts for Latin
font-family: "Coiny", system-ui;
font-family: "Glory", sans-serif;
 */
.coiny-regular {
    font-family: "Coiny", system-ui;
    font-weight: 400;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
    }

/*for Chrom*/
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
input, textarea { outline:none; }
textarea {
  	resize: none;
}
input:active, textarea:active { outline:none; }
:focus { outline:none; }

/*for FireFox*/
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
}

:focus::-webkit-input-placeholder {color: transparent;}
:focus::-moz-placeholder          {color: transparent;}
:focus:-moz-placeholder           {color: transparent;}
:focus:-ms-input-placeholder      {color: transparent;}

*:focus::-webkit-input-placeholder { opacity:0; }
*:focus:-moz-placeholder { opacity:0; }
*:focus::-moz-placeholder { opacity:0; }
*:focus:-ms-input-placeholder { opacity:0; }

/*::-webkit-input-placeholder {
   color: #ffffff;
}
:-moz-placeholder {
   color: #ffffff;
}
::-moz-placeholder {
   color: #ffffff;
}
:-ms-input-placeholder {
   color: #ffffff;
}*/

a {
	outline: none !important;
	cursor: pointer;
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: underline;
}
a img {
    border:-moz-none !important;
    outline:-moz-none !important;
}
img {
    max-width: 100%;
}
body {
    overflow-x: hidden;
}
html {
    overflow-x: hidden;
}
html, body {
    min-height: 100%;
}
body {
    font-family: "Glory", sans-serif;
    color: #ffffff;
    font-size: 18px;
	font-weight: 700;
    line-height: 1.3;
}
body:lang(uk-ua) {
    font-family: "Nunito Sans", sans-serif;
}
.modal-open {
    padding-right: 0 !important;
}
section,
.sppb-section {
    width: 100%;
    float: left;
}
.container-fluid {
    padding: 0;
    width: 100%;
    float: left;
}

h1, .h1 {
    font-size: 64px;
}
h2, .h2 {
    font-size: 48px;
}
h3, .h3 {
    font-size: 36px;
}
h4, .h4 {
    font-size: 30px;
}
h5, .h5 {
    font-size: 24px;
}
h6, .h6 {
    font-size: 20px;
}
ul {
    list-style: disc;
}
.btn {
    font-size: 14px;
    font-weight: 700;
    border-radius: 24px;
    padding: 14px 20px;
    box-shadow: none;
}
.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn-primary {
    color: #ffffff;
    background-color: #FF9500;
    border-color: #FF9500;
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    -webkit-transition-property: transform;
    transition-property: transform;
    transition: opacity 0.9s;
    transition: background-color 0.9s, transform 0.9s;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #cc8117;
    border-color: #cc8117;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #ffffff;
    background-color: #cc8117;
    border-color: #cc8117;
    box-shadow: none;
    /*box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);*/
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #cc8117;
    border-color: #cc8117;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
    /*box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);*/
}
.btn-primary:disabled, .btn-primary.disabled {
    color: #ffffff;
    background-color: #FF9500;
    border-color: #FF9500;
}
.btn-close:focus {
    box-shadow: none;
}
button {
    border: none;
    background-color: transparent;
}
a.link {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 24px;
    padding: 14px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF9500;
    text-decoration: none;
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    -webkit-transition-property: transform;
    transition-property: transform;
    transition: opacity 0.9s;
    transition: background-color 0.9s, transform 0.9s;
}
a.link:hover,
a.link:focus {
    color: #ffffff;
    background-color: #cc8117;
}
a.link .name {
    margin-right: 8px;
}
a.link .arrow {}
a.link .arrow i {
    transform: rotate(180deg);
}
.form-control:focus,
.form-select:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 149, 0, 0.25);
}
.jmodedit,
.sp-pagebuilder-page-edit {
    display: none !important;
}