
/* BASE ========= */
 html, body {
     height: 100%;
}
 body {
     font-family: "Rubik", sans-serif;
     cursor: default;
     font-size: 17px;
     color: #1b435d;
     background: #ffffff;
     overflow-x: hidden;
}
 body.hidden {
     overflow: hidden;
}
 span {
     display: inline-block;
}
 strong {
     font-weight: 500;
}
 img {
     position: relative;
     vertical-align: top;
     max-width: 100%;
     width: 100%;
     height: auto;
     z-index: 10;
}
 table {
     border-collapse: collapse;
     border-spacing: 0;
     width: 100%;
     margin-bottom: 0px;
}
 table thead {
     background: #f6f6fa;
     color: inherit;
}
 table tr {
     border: 0;
}
 table td, table th {
     padding: 15px;
     text-align: center;
     border: 1px solid #ced4da;
}
 h1, h2, h3, h4, h5, h6 {
     font-family: "Rubik", sans-serif;
     color: inherit;
}
 h1 {
     font-size: 35px;
     line-height: 50px;
     font-weight: 600;
     margin-bottom: 20px;
}
 h2 {
     font-size: 25px;
     line-height: 33px;
     font-weight: 500;
     margin-bottom: 10px;
}
 h3, h4, h5, h6 {
     font-size: 17px;
     line-height: 27px;
     font-weight: 500;
     margin-bottom: 10px;
}
 p, ul, ol, blockquote, address, pre, dl, del, cite {
     font-size: 17px;
     line-height: 28px;
     font-weight: normal;
     margin-bottom: 15px;
}
 p:empty {
     display: none;
}
 p:last-child {
     margin-bottom: 0;
}
 pre {
     border: 1px solid #ddd;
     background-color: #f5f5f5;
     padding: 30px;
     white-space: pre-wrap;
     color: #333;
}
 q {
     font-style: italic;
}
 blockquote {
     border-left: 3px solid #d3c29f;
     padding: 24px 60px;
     margin: 30px 0;
}
 a {
     text-decoration: none;
     color: inherit;
     transition: all 0.25s linear;
     -webkit-transition: all 0.25s linear;
     -o-transition: all 0.25s linear;
     -ms-transition: all 0.25s linear;
     -moz-transition: all 0.25s linear;
}
 a:hover {
     text-decoration: none !important;
}
 hr {
     border: 0 none;
     border-bottom: 2px solid #009cda;
     margin: 30px 0;
}
 ul ul, ol ol, ul ol, ol ul {
     padding-left: 15px;
     margin-bottom: 0;
}
 ul li {
     list-style-position: inside;
     list-style: none;
     margin-bottom: 4px;
}
 iframe {
     width: 100%;
     border: 0 !important;
}
 canvas {
     height: 100%;
     width: 100%;
     margin: 0;
     padding: 0;
     position: absolute;
     pointer-events: none;
     z-index: 1;
}
 label {
     font-size: inherit;
     font-weight: 600;
     display: inline-block;
     width: 100%;
     text-align: left;
     margin-bottom: 7px;
}
 .layout {
     position: relative;
     z-index: auto;
     text-align: center;
}
 .layout:after {
     content: '';
     display: block;
     height: 10px;
     position: relative;
     top: 1px;
     background: url(img/waves.png.webp);
     background-size: contain;
     animation: waves 50s linear infinite;
     -webkit-animation: waves 50s linear infinite;
}
 .layout:has(+ .layout.bg-section-beige):after {
     background: url(img/waves-beige.png);
     background-size: contain;
}
 .layout:has(+ .layout.bg-section-blue):after, .layout:has(+ #footer):after {
     background: url(img/waves-blue.png.webp);
     background-size: contain;
}
 .container {
     width: 100%;
     padding-top: 50px;
     padding-bottom: 50px;
}
 .container.top-null {
     padding-top: 0;
}
 .container.bottom-null {
     padding-bottom: 0;
}
 .container.top-bottom-null {
     padding-top: 0;
     padding-bottom: 0;
}
 .content {
     position: relative;
     z-index: auto;
}
 .bg-section-white {
     background-color: #ffffff;
}
 .bg-section-beige {
     background: #fbf8f6;
}
 .bg-section-blue {
     color: #ffffff !important;
     background-color: #3d7195;
}
 .bg-overlay {
     display:none;
     position: fixed;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background: rgb(0 12 16 / 26%);
     z-index: 999;
}

/* INPUT ELEMENTS ========= */
 input[type='text'], input[type='submit'], input[type='search'], textarea {
     -webkit-appearance: none;
     color: inherit;
}
 input[readonly='readonly'] {
     background: #f9f9f9;
     border: solid 1px #ebebeb;
     cursor: default;
}
 input, select, textarea, label[for="file"] {
     display: inline-block;
     position: relative;
     font-family: "Rubik", sans-serif;
     font-size: inherit;
     color: #51595e !important;
     background-color: #ffffff;
     border: 1px solid #d5d5d5;
     border-radius: 8px;
     box-shadow: none !important;
     height: inherit;
     width: 100%;
     padding: 15px;
     margin: 0 !important;
}
 ::-webkit-input-placeholder {
     color: #b4b4b4;
}
 ::-moz-placeholder {
     color: #b4b4b4;
}
 :-moz-placeholder {
     color: #b4b4b4;
}
 :-ms-input-placeholder {
     color: #b4b4b4;
}
 input:focus, textarea:focus {
     border-color: #b4b4b4 !important;
}
 :focus {
     outline: none;
     border-color: #b4b4b4;
}
 input:disabled {
     background: #fbfbfb;
     opacity: 0.8;
     cursor: default;
     color: #565454 !important;
}
 input[readonly] {
     background-color: #f6f6fa;
     cursor: auto;
}
 input[type="file"] {
     display: none !important;
     padding: 14px;
}
 select:-moz-focusring {
     color: transparent;
     text-shadow: 0 0 0 #000;
}
 select {
     appearance: none;
     -webkit-appearance: none;
     -moz-appearance: none;
}
 .select {
     position: relative;
}
 .select:before {
    content: "\e604";
    font-size: 15px;
    font-weight: 600;
    color: #51595e;
    background: #ffffff;
    position: absolute;
    right: 8px;
    top: 50%;
    padding: 5px;
    margin-top: -12px;
    pointer-events: none;
    z-index: 9;
}
 input[type="checkbox"], input[type="radio"] {
     width: auto;
     padding: 0;
     height: auto;
     border: 0 none;
     display: inline-block;
     margin-right: 5px;
     vertical-align: middle;
}
 input[type="number"], input[type="date"] {
     width: 100%;
}
 fieldset {
     border: 1px solid #ddd;
     padding: 15px;
     margin-bottom: 30px;
}
 legend {
     font-weight: bold;
     text-transform: uppercase;
     padding: 5px 15px;
     border: 2px solid #ddd;
     height: 30px;
}
 textarea {
     height: 155px;
     resize: none;
     display: block;
}
 .form-fields {
     position: relative;
}
 .form-field {
     position: relative;
     margin-bottom: 13px;
}
 .form-field:last-child {
     margin-bottom: 0;
}

 .terms-text {
     color: #ffffff;
     font-size: 15px;
     line-height: 20px;
}
 .notvalid {
     border: 1px solid #E36159 !important;
}
 #contact-form {
     position: relative;
}
/* BUTTONS ========= */
 button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"]>input[type="button"]::-moz-focus-inner {
     border: 0 none;
}
 .btn-main-wrapp {
     display: block;
     position: relative;
     margin-top: 30px;
     margin-bottom: -5px;
}
 .btn-main, button, input[type="submit"] {
     display: inline-block;
     width: auto;
     cursor: pointer;
     font-size: 16px;
     font-weight: 500;
     text-align: center;
     position: relative;
     padding: 14px 25px 14px 25px;
     text-decoration: none !important;
     color: #ffffff;
     background: #fe885d;
     border-radius: 8px;
     overflow: hidden;
     transition: all 0.3s linear;
     -webkit-transition: all 0.3s linear;
}
 .btn-main:before, button:before, input[type="submit"]:before {
     content: '';
     position: absolute;
     top: 0;
     height: 100%;
     width: 110px;
     left: -150%;
     background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgb(255 255 255 / 63%), rgba(255, 255, 255, 0) 70% );
     animation: flare 2s infinite linear;
     -webkit-animation: flare 2s infinite linear;
}
 .btn-main:after, button:after, input[type="submit"]:after {
     content: '';
     position: absolute;
     top: 2px;
     left: 2px;
     right: 2px;
     bottom: 2px;
     border-radius: inherit;
     border: solid 1px #ffcbb8;
}
 .btn-main:hover, button:hover, input[type="submit"]:hover {
     background: #ffa381;
}
 .btn-main-disabled {
     pointer-events: none;
     opacity: 0.7;
     cursor: default;
}
/* HEADER STICKY ========= */
 .header {
     position: absolute;
     width: 100%;
     top: 0px;
     background: #3d7195;
     z-index: 9998;
     transition: all 0.25s linear;
     -webkit-transition: all 0.25s linear;
     -o-transition: all 0.25s linear;
     -ms-transition: all 0.25s linear;
     -moz-transition: all 0.25s linear;
}
 .header-sticky {
     position: fixed;
     top: 0 !important;
     -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
     box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
 .admin-bar .header {
     margin-top: 32px;
}
/* LOGO ========= */
 .logo {
     position: relative;
     font-size: 30px;
     font-weight: 600;
     color: #ffffff;
     overflow: hidden;
}
 .logo a {
     display: block;
}
 .logo img {
     width: 100%;
}
/* MAIN MENU WIDTH ====== */
 .main-menu-inner {
     display: flex;
     flex-wrap: nowrap;
     justify-content: space-between;
     align-items: center;
     height: 75px;
}
 .main-menu-inner .logo, .main-menu-inner .links {
     width: 15%;
}
 .main-menu-inner #nav {
     width: 70%;
     text-align: center;
}
 .main-menu-inner .links {
     text-align: right;
}
/* NAVIGATION ========= */
 .main-menu {
     display: inline-block;
     background-color: rgb(255 255 255 / 10%);
     border-radius: 6px;
     text-align: center;
     margin: 0;
     padding: 0 15px 0 15px;
}
 .main-menu a {
     display: inline-block;
     font-size: 16px;
     font-weight: 500;
     line-height: 50px;
     color: #ffffff;
     text-decoration: none;
     position: relative;
     z-index: 10;
}
 .main-menu>li {
     display: inline-block;
     position: relative;
}
 .main-menu li {
     position: relative;
     margin: 0 5px;
}
.main-menu .current-menu-item a, 
.main-menu a:hover {
     color: #ffddc5;
}
 .main-menu .menu-item-has-children a {
     display: inline-block;
}
 .sub-menu .menu-item::after {
     display: none !important;
}
 .sub-menu .main-menu li {
     position: relative;
     margin: 0 !important;
     padding: 0 !important;
}
 .main-menu .sub-menu {
     background-color: #ffffff;
     text-transform: none;
     position: absolute;
     top: 120px;
     opacity: 0;
     visibility: hidden;
     padding-left: 0;
     text-align: left;
     border-top: solid 3px #fe885d;
     border-radius: 0;
     box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .04);
     transition: all 0.25s ease;
     -webkit-transition: all 0.25s ease;
     -o-transition: all 0.25s ease;
     -ms-transition: all 0.25s ease;
     -moz-transition: all 0.25s ease;
}
 .main-menu li:hover>.sub-menu {
     top: 50px;
     opacity: 1;
     visibility: visible;
}
 .main-menu .sub-menu .sub-menu {
     left: 100%;
     top: -1px;
}
 .main-menu .sub-menu li {
     padding: 0 10px;
     border-bottom: 1px solid #ffbc3b;
     margin: 0;
}
 .main-menu .sub-menu li:hover .sub-menu {
     top: 0;
}
 .main-menu .sub-menu a {
     position: relative;
     left: 0px;
     color: inherit !important;
     padding: 10px 10px;
     display: block;
     min-width: 200px;
     font-size: 15px;
     line-height: 20px;
     white-space: nowrap;
     font-weight: normal;
     text-transform: none;
}
 .main-menu .sub-menu a:hover {
     left: 8px;
}
 .dropdown-toggle:after, .main-menu .menu-item-has-children>a:after {
     content: '\f107';
     font-family: "FontAwesome";
     display: inline-block;
     position: relative;
     top: 1px;
     margin-left: 4px;
}
 .main-menu .menu-item-has-children .menu-item-has-children>a:after {
     content: '\f105';
     font-family: "FontAwesome";
     position: absolute;
     top: 8px;
     right: 10px;
}
 .dropdown-toggle:after {
     margin-left: 0;
}
 button.dropdown-toggle {
     position: absolute;
     right: 0;
     top: 3px;
     font-size: 19px;
     color: inherit;
     line-height: 1;
     border: 0 !important;
     background: none;
     padding: 10px;
     margin: 0;
     z-index: 99;
     display: none;
}
/* BUTTON MENU ========= */
 .menu-btn {
     position: relative;
     display: inline-block;
     font-size: 16px;
     font-weight: 500;
     text-align: center;
     text-decoration: none;
     color: #ffffff !important;
     background: #27597b;
     border-radius: 30px;
     padding: 12px 15px 12px 15px;
}
 .menu-btn:hover {
     background: #1f5579;
}
 .menu-btn img {
    max-width: 20px;
    border-radius: 50%;
    margin-right: 5px;
}

/* BURGER MENU ========= */
 .burger-menu-inner {
     height: 23px;
     width: 23px;
     margin-right: 10px;
     cursor: pointer;
     display: none;
}
 .burger-lines {
     position: relative;
     display: flex;
     flex-direction: column;
     justify-content: space-around;
     height: inherit;
     width: inherit;
     z-index: 2;
}
 .burger-lines .line {
     position: relative;
     display: block;
     height: 2px;
     width: 100%;
     background: #ffffff;
     border-radius: 10px;
     transition: all 0.25s linear;
     -webkit-transition: all 0.25s linear;
}
 .active-menu .burger-lines .line {
     position: absolute;
}
 .active-menu .burger-lines .line1 {
     transform: rotate(45deg);
}
 .active-menu .burger-lines .line2 {
     transform: scale(0);
}
 .active-menu .burger-lines .line3 {
     transform: rotate(-45deg);
}
/* PAGES ========= */
 .pages-header {
     background-position: top center;
     background-size: cover;
     text-align: center;
}
 .pages-header .container {
     padding-top: 110px;
     padding-bottom: 45px;
}
 .pages-header .container.top-null {
     padding-top: 85px;
}
 .pages-header .container.bottom-null {
     padding-bottom: 35px;
}
 .pages-header .container.top-bottom-null {
     padding-top: 85px;
     padding-bottom: 35px;
}
 .pages-header .column-content {
     padding-top: 20px !important;
     padding-bottom: 30px !important;
}
 .pages-header .column-image {
     overflow: hidden !important;
     order: 3 !important;
}
 .pages-header .simple-description {
     display: flex;
     align-items: center;
}
 .pages-header p {
     font-size: 18px;
     line-height: 29px;
}
 .pages-header.default_header h1 {
     margin-bottom: 10px;
}

/* SECTION DESCRIPTION ========= */
 .section-above-title {
     margin-bottom: 18px;
}
 .section-above-title span {
     display: inline-block;
     font-size: 18px;
     font-weight: 600;
}
 .section-above-title span:after {
     content: '';
     display: block;
     width: 100%;
     height: 5px;
     background-image: url(img/separator.png.webp);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     margin-top: 6px;
     opacity: 0.8;
}
 .section-description {
     max-width: 1050px;
     margin: 0 auto;
     margin-bottom: 30px;
     text-align: center;
}
/* SIMPLE DESCRIPTION ==== */
 .simple-description {
     position: relative;
     text-align: left;
}
 .section-title .separator {
     display: block;
     position: relative;
     width: 120px;
     height: 32px;
     border-radius: 30px;
     margin-bottom: 15px;
     overflow: hidden;
}
 .section-title .separator:after {
     content: '';
     position: absolute;
     left: 0;
     top: 16px;
     width: 100%;
     height: 4px;
     border-radius: 5px;
     background: #3d7195;
     z-index: 0;
}
 .section-title .separator:before{
     content: '';
     position: absolute;
     left: 0;
     bottom: 5px;
     width: 20px;
     height: 20px;
     border-radius: 50%;
     background: #ffbd40;
     border: 5px solid #31a6c1;
     z-index: 1;
     animation: ball 1.5s linear infinite;
     -webkit-animation: ball 1.5s linear infinite;
}
 .simple-description .section-description {
     max-width: 100%;
     text-align: inherit;
     margin-bottom: 0;
}
 .simple-description.cols-2 .column-image {
     width: 50%;
     position: relative;
     border-radius: 10px;
     overflow: initial;
     text-align: center;
     order: 1;
}
 .simple-description.cols-2 .column-image .sticky-image {
     position: sticky !important;
     top: 110px;
     padding-top: 20px;
     overflow: hidden;
}
 .simple-description.cols-2 .column-image .sticky-image img {
     position: relative;
     animation: animate1 2s infinite alternate ease-in-out;
     -webkit-animation: animate1 2s infinite alternate ease-in-out;
}
 .simple-description.cols-2 .column-image .sticky-image:before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     aspect-ratio: 1;
     background: url(img/bg-round-orange.png.webp);
     background-size: contain;  
     background-position: center;
     background-repeat: no-repeat;
     opacity: 0.5;
     z-index: 0;
     animation: rotate 10s linear infinite;
     -webkit-animation: rotate 10s linear infinite;
}
 .simple-description.cols-2 .cover-image {
     position: sticky !important;
     top: 110px;
     width: 100%;
     height: 0;
     padding-bottom: 80%;
     overflow: hidden;
}
 .simple-description.cols-2 .cover-image img {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border-radius: 15px;
     object-fit: cover;
}
 .simple-description.cols-2 .column-content {
     position: relative;
     width: 50%;
     padding-left: 20px;
     order: 2;
     overflow: hidden;
}
 .simple-description.image-right-position .column-content {
     padding-left: 0;
     padding-right: 20px;
     order: 1;
}
 .simple-description.image-right-position .column-image {
     order: 2;
}
 .simple-description.cols-2.image-small .column-image {
     width: 40%;
}
 .simple-description.cols-2.image-small .column-content {
     width: 60%;
}
 .simple-description.cols-2.image-medium .column-image {
     width: 50%;
}
 .simple-description.cols-2.image-medium .column-content {
     width: 50%;
}
 .simple-description.cols-2.image-large .column-image {
     width: 60%;
}
 .simple-description.cols-2.image-large .column-content {
     width: 40%;
}
/* ADVANTAGES ==== */
 .advantages-list-inner {
     position: relative;
}
 .advantage-item {
     display: block;
     position: relative;
     text-align: left;
     background: #fbf8f6;
     border-radius: 50px 15px 15px 15px;
     height: 100%;
     z-index: 99;
}
 .advantage-icon {
     position: relative;
     width: 90px;
     height: 90px;
     border: solid 10px #ffffff;
     border-radius: 100%;
     overflow: hidden;
}
 .advantage-icon:before {
     content: '';
     position: absolute;
     top: 2px;
     left: 2px;
     right: 2px;
     bottom: 2px;
     border: 3px dashed #ffffff;
     border-radius: 100%;
     z-index: 11;
     animation: rotate 8s linear infinite;
     -webkit-animation: rotate 8s linear infinite;
}
 .advantage-description {
     padding: 15px;
}
 .advantage-description h3 {
     display: block;
     margin-bottom: 7px;
}
/* STEPS ==== */
 .steps-list-inner {
     position: relative;
}
 .steps-list-inner .section-description {
     margin-bottom: 25px;
}
 .circle-list {
     list-style-type: none;
     padding-left: 0px;
     margin-bottom: 0;
}
 .circle-list h3 {
     padding-top: 3px;
}
 .circle-list p {
     margin-bottom: 0;
}
 .circle-list li {
     position: relative;
     padding-left: 55px;
     margin-bottom: 20px;
}
 .circle-list li:last-child {
     margin-bottom: 0;
}
 .circle-list li::marker {
     display:none;
     opacity: 0;
}
 .circle-list li:after {
     content: "";
     position: absolute;
     top: 35px;
     left: 22px;
     width: 4px;
     height: 100%;
     background: url(img/points.png.webp);
     background-size: contain;
     opacity: 0.8;
     -webkit-animation: moveDown 10s linear infinite;
     animation: moveDown 10s linear infinite;
}
 .circle-list li:last-child:after {
     height: 0;
}
 .circle-number {
     position: absolute;
     top: 0;
     left: 4px;
     width: 40px;
     height: 40px;
     font-size: 18px;
     font-weight: 700;
     line-height: 40px;
     text-align: center;
     color: #fe885d;
     background: #fbf8f6;
     border-radius: 50%;
     z-index: 9;
}

 .circle-number::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0px;
     width: 40px;
     height: 40px;
     background: url(img/chart.png.webp);
     background-size: contain;
     background-repeat: no-repeat;
     z-index: 9;
     animation: rotate 8s linear infinite;
     -webkit-animation: rotate 8s linear infinite;
}

/* FOR WHOM ==== */
.for-whom-container {
    margin-top: 25px;
}
 .for-whom-content {
    text-align: left;
    background: #fefefe;
    border: solid 1px #fed9cc;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px;
}
 .for-whom-content:last-child {
     margin-bottom: 0;
}
 .for-whom-icon {
    position: relative;
    max-width: 35px;
    margin-bottom: 10px;
    overflow: hidden;
}
 .for-whom-content h3 {
     margin-bottom: 5px;
}

/* TARIFFS ==== */
 .tariffs-list-inner {
     position: relative;
}
.tariffs-list-inner .section-description {
    margin-bottom: 50px;
}
 .tariffs-item {
     display: block;
     position: relative;
     text-align: left;
     background: #fbf8f6;
     border: solid 1px #fed9cc;
     border-radius: 15px;
     height: 100%;
     z-index: 99;
}

 .tariffs-description {
     padding: 15px;
}
 .tariffs-description h3 {
    display: block;
    width: 110px;
    font-size: 17px;
    text-align: center;
    background: #fbf8f6;
    border: solid 1px #fed9cc;
    padding: 7px;
    border-radius: 8px;
    margin: 0 auto;
    margin-top: -37px;
    margin-bottom: 21px;
}
 .tariffs-description p {
    display:flex;
    align-items: center;
    gap: 8px;
  }
  
 .tariffs-description img {
  display:inline-block;
  max-width: 20px;
}
 .tariffs-cost {
     font-size: 18px;
     font-weight: 500;
     text-align: center;
     margin-bottom: 17px;
}
.tariffs-item .btn-main-wrapp {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}

.tariffs-item .btn-main {
  padding: 13px 25px 13px 25px;
}

 .advantages-list-inner .section-description p, 
 .steps-list-inner .section-description p, 
 .tariffs-list-inner .section-description p  {
     font-size: 18px;
     line-height: 29px;
}

/* FOOTER ========= */
 #footer {
     position: relative;
     text-align: left;
     clear: both;
     color: #ffffff;
     background-color: #3d7195;
}
 #footer .container {
     padding-top: 30px;
     padding-bottom: 40px;
}
 #footer .footer-menu ul:last-child {
     margin-bottom: 0;
}
 #footer .footer-title {
     font-weight: 700;
     border-bottom: 1px solid rgb(23 114 138 / 55%);
     box-shadow: 0 2px 0 rgb(66 174 199 / 66%);
     padding-bottom: 14px;
     margin-bottom: 15px;
}
 #footer a {
    display: inline-block;
    padding-top: 10px;
}
 #footer a:hover {
     color: #ffddc5;
}
 #footer .footer-menu ul li {
     margin-bottom: 6px;
     text-overflow: ellipsis;
     overflow: hidden;
}
 #footer .menu-dot {
     position: relative;
     top: -1px;
     font-size: 14px;
     margin-right: 4px;
}
 #footer .footer-menu img {
     display: block;
     max-width: 160px;
     margin-bottom: 13px;
}

/* 404 ERROR PAGE======*/
 .page-not-found img {
     max-width: 1000px;
     opacity: 0.9;
     animation: animate1 2s infinite alternate ease-in-out;
     -webkit-animation: animate1 2s infinite alternate ease-in-out;
}
 .page-not-found p {
     font-size: 18px;
     line-height: 30px;
     margin-top: 25px;
     margin-bottom: 0;
}
 .page-not-found .btn-main-wrapp {
     margin-top: 20px;
}
/* KEYFRAMES ANIMATION ========= */
 @keyframes waves {
     0% {
         background-position-x: -1000px;
    }
     100% {
         background-position-x: 0px;
    }
}
 @keyframes flare {
     0% {
         left: -150%;
    }
     100% {
         left: 150%;
    }
}
 @keyframes rotate {
     100% {
         transform: rotate(360deg);
    }
}
 @keyframes ball {
     0% {
         left: 0;
         transform: translateX(-100%);
    }
     100% {
         left: 100%;
         transform: translateX(0%);
    }
}
 @keyframes animate1 {
     0% {
         transform: translateY(0px);
    }
     100% {
         transform: translateY(-20px);
    }
}
 @keyframes moveDown {
     0% {
         background-position: 0 0;
    }
     100% {
         background-position: 0 100%;
    }
}
