html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.display-none {
    display: none !important;
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* Style the video: 100% width and height to cover the entire window */
#bg-video {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
    width: 50%;
}

.grid-item {
    float: left;
}

.grid-item img {
    display: block;
    max-width: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

.container {
    position: relative;
}

:root {
    --ff-A: "Alice", serif;
    --ff-AL: "Alegreya", serif;
    --ff-IBM: "IBM Plex Serif", serif;
    --fw: 300;
    --fs: normal;

    --cl-w: #fff;
    --cl-black: #000;
    --cl-darK: #0e0d0d;
    --cl-dark1: #00000087;
    --cl-light-blue: #8d99af;
    --cl-yellow: #ffff00;
    --cl-yellow-stars: #ffc107;
    --cl-green: #008000;
    --cl-rating-fill: #4CAF50;
    --cl-grey: #808080;
    --cl-black-blue: #2b2d42;
    --cl-bright-pink: #e91e63;
    --cl-brand-main: #300730;
    --cl-brand-bg: #220122;
    --cl-brand: #903190;
    --cl-brand-a: #964B00;
    --cl-3: #333;
    --cl-97: #979797;
    --cl-accent: #8d99af;
    --cl-success: #ffffff17;
    --cl-global: red;
    --cl-globl-auto-text: #f7f7f7;
    --cl-globl-text: #2a2a2a;
    --cl-default: ;
    --cl-base: ;
    --cl-core: ;
    --cl-main: ;
    --cl-key: ;
    --cl-auto: ;
}

html,
body {
    font-family: var(--ff-A);
    font-weight: var(--fw);
    font-style: var(--fs);
    background-color: #fff;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    margin-bottom: 0px;
}

p {
    font-size: 14px;
    line-height: 21px;
    color: #2a2a2a;
}

img {
    margin-bottom: -3px;
    width: 100%;
    overflow: hidden;
}

.fa-icon {
    font-size: 27px;
    margin-top: 19px;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
    background: #fff;
}

::selection {
    background: #03a4ed;
    color: #fff;
}

::-moz-selection {
    background: #03a4ed;
    color: #fff;
}

@media (max-width: 991px) {

    html,
    body {
        overflow-x: hidden;
    }

    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .mobile-bottom-fix {
        margin-bottom: 30px;
    }

    .mobile-bottom-fix-big {
        margin-bottom: 60px;
    }
}

.page-section {
    margin-top: 120px;
}

.section-heading h2 {
    margin-bottom: 17px;
    text-transform: capitalize;
    color: #2a2a2a;
    font-weight: 700;
    position: relative;
    z-index: 2;
    line-height: 44px;
}

.section-heading p {
    color: #8d99af;

    max-width: 777px;
    line-height: 21px;
    margin: 3px auto 47px;
}

.title-flip-box-inner {
    font-size: 15px;
    font-weight: 500;
    color: #8d99af;

    max-width: 777px;
    line-height: 21px;
    margin: 7px auto 77px;
}

.main-white-button {
    display: flex;
    justify-content: flex-end;
}

.main-white-button a {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 12px 25px;
    letter-spacing: 0.25px;
    transition: all .3s;
}

.main-white-button a i {
    margin-right: 10px;
    width: 22px;
    height: 22px;
    background-color: var(--cl-global);
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
}

.main-white-button-banner a {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 17px 17px;
    letter-spacing: 0.25px;
    transition: all .3s;
    margin-bottom: -7px;
}

.main-white-button-banner a i {
    font-size: 11px;
    width: 17px;
    height: 17px;
    background-color: var(--cl-global);
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 17px;
    margin-right: 7px;
}

.main-white-button a:hover {
    background-color: var(--cl-bright-pink);
    color: #fff;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
    background-color: #fff !important;
    height: 80px !important;
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .logo,
.background-header .main-nav .nav li a,
.background-header .main-nav .nav li div button {
    color: #000 !important;
}

.background-header .main-nav .nav li .shiny-cta {
    color: var(--cl-w) !important;
}

.background-header .main-nav .nav li:hover a {
    color: #8d99af !important;
}

.background-header .nav li a.active {
    color: #8d99af !important;
}

.header-area {
    background-color: transparent;
    border-bottom: 1px solid rgba(250, 250, 250, 0.2);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 100px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.header-area .main-nav {
    min-height: 80px;
    background: transparent;
}

.header-area .main-nav a.logo {
    background-image: url(../images/logo/proapos-logo-light.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 167px;
    height: 167px;
    display: inline-block;
    margin: -34.5px 0;
}

.background-header .main-nav a.logo {
    background-image: url(../images/logo/proapos-logo-light.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 167px;
    height: 167px;
    display: inline-block;
    margin: -46px 0;
}

.background-header .main-nav .nav {
    margin-top: 20px !important;
}

.header-area .main-nav .nav {
    float: right;
    margin-top: 30px;
    margin-right: 0px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
}

.header-area .main-nav .nav .nav-items {
    padding-left: 25px;
    padding-right: 25px;
}

.header-area .main-nav .nav li:last-child a i,
.background-header .main-nav .nav li:last-child a i {
    font-size: 12px !important;
    font-weight: 400 !important;
}

.background-header .main-nav .nav li:last-child .main-white-button a {
    background-color: var(--cl-brand-main);
    color: #fff !important;
}

.background-header .main-nav .nav li:last-child .main-white-button a i {
    background-color: #fff;
    color: #8d99af;
}

.header-area .main-nav .nav li:last-child a:hover,
.header-area .main-nav .nav li:last-child a.active {
    color: var(--cl-w) !important;
}

.header-area .main-nav .nav li a {
    display: block;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 73px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
}

.header-area .main-nav .nav li .shiny-cta {
    line-height: 0px;
    height: 40px !important;
}

.header-area .main-nav .nav i {
    line-height: 0px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
    position: relative;
    color: #8d99af !important;
    height: 40px !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
    position: relative;
    color: #8d99af !important;
    opacity: 1;
}

.header-area .main-nav .nav li a.active::before,
.background-header .main-nav .nav li a.active::before {
    content: '';
    /*border-bottom: solid 1px var(--cl-bright-pink);*/
    position: absolute;
    bottom: 7px;
    left: 30%;
    width: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    border-bottom: solid thin var(--cl-bright-pink);
    width: 40%;
    -webkit-animation: heartbeat-x 1.7s infinite ease-in;
    animation: heartbeat-x 1.7s infinite ease-in;
}

.header-area .main-nav .nav li:last-child a:hover,
.background-header .main-nav .nav li:last-child a:hover {
    background-color: var(--cl-brand-main);
}

.header-area .main-nav .nav li.has-sub {
    position: relative;
    padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 12px;
}

.background-header .main-nav .nav li.has-sub:after {
    color: #1e1e1e;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: absolute;
    width: 200px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    top: 40px;
    opacity: 0;
    transition: all .3s;
    transform: translateY(+2em);
    visibility: hidden;
    z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
    opacity: 1;
    display: block;
    background: #f7f7f7;
    color: #2a2a2a !important;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
    background: #fff;
    color: #f5a425 !important;
    padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
    width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 33px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none;
}

.background-header .main-nav .menu-trigger {
    top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    content: "";
}

.header-area .main-nav .menu-trigger span {
    top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
    background-color: #1e1e1e;
}

.header-area.header-sticky {
    box-shadow: 0 0 25px rgba(168, 23, 142, 0.4);
    min-height: 80px;
}

.header-area .nav {
    margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
    color: #8d99af;
}

.nav-link-lang {
    line-height: 39px;
}

.nav-btn-lang {
    position: relative;
    background: none;
    border: none;
    color: #fff;
}

.nav-btn-lang-marker::before {
    display: inline-block;
    padding-right: .5rem;
    margin-left: -.5rem;
    color: var(--cl-brand);
    content: "|";
}

@media (max-width: 992px) {
    .nav-btn-lang-marker::before {
        display: none;
    }
}

@media (max-width: 992px) {
    .nav-link-lang {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 1200px) {
    .header-area .main-nav .nav .nav-items {
        padding-left: 8px;
        padding-right: 8px;
    }

    .header-area .main-nav:before {
        display: none;
    }
}

@media (max-width: 992px) {

    .header-area .main-nav .nav li:last-child,
    .background-header .main-nav .nav li:last-child {
        /*display: none;*/
    }

    .header-area .main-nav .nav li:nth-child(6),
    .background-header .main-nav .nav li:nth-child(6) {
        padding-right: 0px;
    }
}

@media (max-width: 993px) {
    .background-header .main-nav .nav {
        margin-top: 80px !important;
    }

    .header-area .main-nav .logo {
        color: #1e1e1e;
    }

    .header-area.header-sticky .nav li a:hover,
    .header-area.header-sticky .nav li a.active {
        color: #8d99af !important;
        opacity: 1;
    }

    .header-area.header-sticky .nav li.search-icon a {
        width: 100%;
    }

    .header-area {
        background-color: #f7f7f7;
        padding: 0px 15px;
        height: 100px;
        box-shadow: none;
        text-align: center;
    }

    .header-area .container {
        padding: 0px;
    }

    .header-area .logo {
        margin-left: 30px;
    }

    .header-area .menu-trigger {
        display: block !important;
    }

    .header-area .main-nav {
        overflow: hidden;
    }

    .header-area .main-nav .nav {
        float: none;
        width: 100%;
        display: none;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        margin-left: 0px;
    }

    .background-header .nav {
        margin-top: 80px;
    }

    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid #eee;
    }

    .header-area.header-sticky .nav {
        margin-top: 100px;
    }

    .header-area .main-nav .nav li {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #e7e7e7;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px 17px !important;
        border: none !important;
        color: #191a20 !important;
    }

    .header-area .main-nav .nav li .shiny-cta-nav {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px 17px !important;
        border: none !important;
        color: var(--cl-w) !important;
        margin: 0 27px !important;
    }

    .header-area .main-nav .nav li a:hover {
        color: #8d99af !important;

    }

    .header-area .main-nav .nav li button {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px !important;
        border: none !important;
        background: #f7f7f7 !important;
        color: #191a20 !important;
    }

    .header-area .main-nav .nav li button:hover {
        background: #eee !important;
        color: #8d99af !important;
    }

    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        top: 0px;
        width: 100%;
        box-shadow: none;
        height: 0px;
        transition: all 0s;
    }

    .header-area .main-nav .nav li.submenu ul li a {
        font-size: 12px;
        font-weight: 400;
    }

    .header-area .main-nav .nav li.submenu ul li a:hover:before {
        width: 0px;
    }

    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        height: auto;
    }

    .header-area .main-nav .nav li.has-sub:after {
        color: #3B566E;
        right: 30px;
        font-size: 14px;
        top: 15px;
    }

    .header-area .main-nav .nav li.submenu:hover ul,
    .header-area .main-nav .nav li.submenu:focus ul {
        height: 0px;
    }
}

@media (min-width: 993px) {
    .header-area .main-nav .nav {
        display: flex !important;
    }
}


/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/
.main-banner-404 {
    background-image: url(../images/error-404/404-error.png) !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 110px 0 57px !important;
}

.main-banner {
    background-image: url(../images/proapos-informatsiinyi-portal.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 110px 0 267px;
    position: relative;
    overflow: visible;
}

.main-banner::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000c7;
}

.main-banner .top-text {
    text-align: center;
}

.main-banner .top-text .brand-badge {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.main-banner .top-text .brand-badge .fa-trophy {
    color: var(--cl-brand);
    font-size: 17px;
}

.main-banner .top-text h1 {
    color: #fff;
    font-size: 27px;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media(min-width: 492px) {
    .main-banner .top-text h1 {
        font-size: 45px;
        line-height: 57px;
    }
}

.main-banner .top-text h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 15px;
}

.main-banner .top-text p {
    color: #fff;
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 0.5px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.main-banner ul.categories {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

@media (max-width: 993px) {
    .main-banner ul.categories {
        margin-top: 0;
    }
}

.main-banner ul.categories li {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 19%;
    margin: 0 auto 10px;
}

.main-banner ul.categories li a {
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
}

.main-banner ul.categories li .icon {
    display: block;
    margin: 0 auto 12px;
    width: 167px;
    height: 67px;
    border-radius: 10px 100px / 120px;
    text-align: center;
    line-height: 62px;
    color: var(--cl-brand);
    border: 2px solid var(--cl-brand);
    backdrop-filter: blur(7px);
    transition: all .5s;
}

@media (max-width: 777px) {
    .main-banner ul.categories {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main-banner ul.categories li {
        width: 100%;
        margin: 0 auto 10px;
    }

    .main-banner ul.categories li .icon {
        width: 367px;
        height: 67px;
    }
}

@media (max-width: 480px) {
    .main-banner ul.categories li .icon {
        width: 267px;
        height: 67px;
    }
}

.main-banner ul.categories li a:hover .icon {
    background-color: var(--cl-brand-main);
    border: 2px solid var(--cl-bright-pink);
    color: var(--cl-bright-pink);
}

.main-banner ul.categories li .icon img {
    max-width: 27px;
}

/* ФОРМА ГОЛОВНОЇ СТОРІНКИ   */
form#search-form {
    background-color: #fafafa0f;
    backdrop-filter: blur(17px);
    border: 1px solid var(--cl-brand);
    padding: 0px 0px 0px 30px;
    width: 100%;
    border-radius: 10px 100px / 120px;
    display: inline-block;
    text-align: center;
}

form#search-form select,
form#search-form input {
    width: 100%;
    height: 36px;
    background-color: transparent;
    border-radius: 20px 0 0 100px / 120px;
    border: none;
    color: #eee7e7;
    font-size: 15px;
    outline: none;
}

.form-select:focus {
    box-shadow: none;
}

form#search-form input.searchText {
    border-left: 1px solid #8d99af;
    border-right: 1px solid #8d99af;
    padding: 0px 30px;
}

form#search-form input::placeholder {
    color: #fff;
    font-size: 15px;
}

form#search-form button {
    width: 100%;
    height: 100%;
    background-color: #3007305e;
    border: none;
    padding: 15px;
    color: #fff;
    font-size: 15px;
    border-radius: 0 100px 7px 0 / 120px;

    border: 1px solid var(--cl-brand);
    top: 2px;
    right: -1px;
    position: relative;
}

form#search-form button i {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    color: var(--cl-brand-main);
    display: inline-block;
    text-align: center;
    line-height: 38px;
    margin-right: 10px;
}

.search-header {
    margin-top: 30px;
}

.searchText:focus,
.filter-select:focus {
    outline: none;
    border-color: #a8178e;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 25px rgba(168, 23, 142, 0.4);
}

/*
---------------------------------------
Popular Categories
---------------------------------------
*/

.popular-categories {
    margin-top: 120px;
}

.popular-categories .section-heading {
    text-align: center;
    margin-bottom: 80px;
}

.popular-categories .naccs {
    position: relative;
    background-color: var(--cl-black);
    border-radius: 10px 100px / 120px;
}

.popular-categories .icon {
    display: inline-block;
    width: 65px;
    height: 65px;
    border-radius: 10px 100px / 120px;
    text-align: center;
    line-height: 62px;
    color: var(--cl-w);
    border: 2px solid var(--cl-brand);
    background-color: #00000027;
    margin-right: 15px;
}

.popular-categories .icon:hover {
    background-color: var(--cl-brand-main);
    border: 2px solid var(--cl-bright-pink);
    color: var(--cl-bright-pink);
}

.popular-categories .icon-flip-box {
    display: inline-block;
    width: 65px;
    height: 65px;
    border-radius: 10px 100px / 120px;
    text-align: center;
    line-height: 62px;
    color: var(--cl-brand);
    border: 2px solid var(--cl-brand);
    background-color: #00000027;
    backdrop-filter: blur(17px);
    margin: 0 7px;
}

.popular-categories .icon-flip-box:hover {
    background-color: var(--cl-brand-main);
    border: 2px solid var(--cl-bright-pink);
    color: var(--cl-bright-pink);
}

.popular-categories .icon img {
    max-width: 27px;
}

.popular-categories .naccs .menu div.first-thumb {
    border-top-left-radius: 7px;
}

.popular-categories .naccs .menu div.last-thumb {
    margin-bottom: 0px;
    border-bottom-left-radius: 7px;
}

.popular-categories .naccs .menu div {
    color: #fff;
    font-size: 15px;
    background-color: var(--cl-bright-pink);
    margin-bottom: 1px;
    height: 126px;
    text-align: left;
    padding: 0px 15px;
    line-height: 126px;
    cursor: pointer;
    position: relative;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.popular-categories .naccs .menu div.active,
.popular-categories .naccs .menu div.active .thumb {
    background-color: var(--cl-black);
}

.popular-categories ul.nacc {
    position: relative;
    min-height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.popular-categories ul.nacc li {
    opacity: 0;
    transform: translateX(-50px);
    position: absolute;
    list-style: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.popular-categories ul.nacc li.active {
    transition-delay: 0.3s;
    position: relative;
    z-index: 2;
    opacity: 1;
    transform: translateX(0px);
}

.popular-categories ul.nacc li {
    width: 100%;
}

.popular-categories .nacc .thumb .left-text {
    margin-left: 30px;
}

.popular-categories .nacc .thumb .left-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 30px;
}

.popular-categories .nacc .thumb .left-text p {
    color: #fff;
    margin-bottom: 30px;
}

.popular-categories .nacc .thumb .right-image {
    padding: 60px;
    display: inline-flex;
}

.popular-categories .nacc .thumb img {
    border-radius: 10px 100px / 120px;
}

.popular-categories .nacc .thumb .left-text .main-white-button a {
    width: 100%;
    text-align: center;
}



/*
---------------------------------------------
Recent Listing 
---------------------------------------------
*/

.recent-listing {
    padding-top: 120px;
    margin-bottom: 120px;
}

.recent-listing-main {
    padding-top: 57px;
    margin-bottom: 77px;
}

.recent-listing .section-heading {
    text-align: center;
    margin-bottom: 80px;
}

.recent-listing .item .listing-item {
    display: inline-flex;
    background-color: var(--cl-black);
    border-radius: 10px 100px / 120px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.recent-listing .item .left-image {
    float: left;
    overflow: hidden;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.recent-listing .item .left-image img {
    overflow: hidden;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.recent-listing .item .right-content {
    display: inline-block;
    padding: 60px;
}

.recent-listing .item .right-content ul.rate {
    position: absolute;
    right: 60px;
    top: 60px;
}

.service-content .service-header ul.rating-rs li,
.recent-listing .item .right-content ul.rate li {
    display: inline-block;
}

.service-content .service-header ul.rating-rs li:last-child,
.recent-listing .item .right-content ul.rate li:last-child {
    margin-left: 10px;
}

.recent-listing .item .right-content h4 {
    font-size: 20px;
    color: var(--cl-grey);
    font-weight: 700;
    margin-bottom: 20px;
}

.recent-listing .item .right-content h6 {
    font-size: 15px;
    font-weight: 500;
    color: #8d99af;
}

.recent-listing .item .right-content div.price {
    color: #2a2a2a;
    font-size: 15px;
    margin-top: 30px;
    display: block;
    margin-bottom: 15px;
}

.recent-listing .item .right-content div.price .icon {
    width: 30px;
    height: 30px;
    background-color: var(--cl-accent);
    border-radius: 10px 100px / 120px;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    margin-right: 10px;
}

.recent-listing .item .right-content span.price .icon img {
    max-width: 16px;
    text-align: center;
    display: inline-block;
}

.recent-listing .item .right-content span.details {
    display: block;
    margin-bottom: 30px;
    font-size: 15px;
    color: #8d99af;
}

.recent-listing .item .right-content span.details em {
    font-style: normal;
    color: var(--cl-w);
}

.recent-listing .item .right-content ul.info li {
    margin-bottom: 3px;
    margin-right: 30px;
    width: 100%;
}

.recent-listing .item .right-content ul.info li:last-child {
    margin-bottom: 0px;
}

.recent-listing .item .right-content ul.info li img {
    max-width: 30px;
    margin-right: 15px;
    display: inline;
}

.recent-listing .item .right-content .main-white-button {
    position: absolute;
    right: 60px;
    bottom: 60px;
}

.recent-listing .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.recent-listing .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #8d99af;
    border-radius: 50%;
    margin: 0px 5px;
    transition: all .3s;
}

.recent-listing .owl-dots .active {
    width: 14px;
    height: 14px;
}

/*
---------------------------------------------
Footer
---------------------------------------------
*/

footer {
    padding-top: 1px;
}

footer h4 {
    font-size: 20px;
    font-weight: 700;
    color: #8d99af;
    margin-bottom: 30px;
}

footer p,
footer a {
    color: #2a2a2a;
}

footer .logo img {
    margin: -120px 0 -70px;
}

footer .footer-description-img {
    position: relative;
    z-index: 1;
}

footer .helpful-links {
    margin: 0px 45px;
}

footer .helpful-links ul li {
    display: block;
    margin-bottom: 15px;
}

footer .helpful-links ul li a {
    font-size: 15px;
    transition: all .3s;
}

footer .helpful-links ul li a:hover {
    color: var(--cl-accent);
}

footer .contact-us p {
    margin-bottom: 25px;
}

footer .contact-us a {
    transition: all .3s;
}

footer .contact-us a:hover {
    color: var(--cl-accent);
}

footer .sub-footer {
    text-align: center;
    margin-top: 40px;
    padding: 40px 0px;
    border-top: 1px solid var(--cl-brand-separator);
}

footer .contact-us-gmail {
    border-top: 1px solid var(--cl-brand-separator);
    padding-top: 20px;
    margin: 2rem 0 1.5em;
}

footer .footer-age-wrapper {
    border-top: 1px solid var(--cl-brand-separator);
    padding-top: 20px;
    margin-top: 40px;
}

/* ---> FOOTER TEXT BTN <=== */
/* BTN */
.footer-text-btn-wrapper {
    position: relative;
    text-align: left;
    width: 157px;
    margin: 0 auto 15px;
}

@media(max-width: 992px) {
    .footer-text-btn-wrapper {
        margin: 0 auto 15px;
    }
}

@media(max-width: 1200px) {
    .helpful-links .row {
        flex-direction: column;
    }
}

.footer-text-btn {
    color: var(--cl-accent);

    position: relative;
    display: block;
    padding: 4px 10px 7px 0;
    margin-left: -10px;
    border-radius: 10px 100px / 120px;
    background: linear-gradient(90deg, rgba(155, 89, 182, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
    border-left: 2px solid var(--cl-brand);
    transition: all 0.4s ease;
}

.footer-text-btn::before {
    content: '\25E6\2040';
    position: relative;
    font-weight: bolder;
    top: -7px;
    left: 8px;
    color: var(--cl-bright-pink);
}

.footer-text-btn::after {
    content: '';
    display: block;
    position: absolute;
    height: 1.6px;
    width: 0;
    left: -24px;
    background-color: red;
    transition: width 0.3s ease-in-out;
}

.footer-text-btn:hover,
.footer-text-btn-decor:hover {
    backdrop-filter: blur(27px);
    -webkit-animation: heartbeat 1.7s infinite ease-in;
    animation: heartbeat 1.7s infinite ease-in;
    letter-spacing: 1px;
}

.footer-text-btn-border::after {
    content: '';
    display: block;
    position: absolute;
    height: 1.6px;
    width: 0;
    left: -23px;
    background-color: red;
    transition: width 0.3s ease-in-out;
}

.footer-text-btn::after {
    bottom: 5.5px;
    left: 11px;
}

.footer-text-btn-wrapper .footer-text-btn:hover {
    font-style: italic;
    color: var(--cl-bright-pink);
}

.footer-text-btn:hover::after {
    width: 47px;
}

.footer-text-btn-decor {
    color: var(--cl-accent);

    position: relative;
    display: block;
    padding: 4px 10px 7px;
    margin-left: -10px;
    border-radius: 10px 100px / 120px;
    background: linear-gradient(90deg, rgba(155, 89, 182, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
    border-left: 2px solid var(--cl-brand);
    transition: all 0.4s ease;
}

.footer-text-btn-decor::before {
    content: '\226B';
    position: relative;
    font-weight: bolder;
    top: 0;
    left: -5px;
    color: var(--cl-bright-pink);
}

/* ---> FOOTER TEXT BTN END <=== */

/* FOOTER AGE SEARCH */
.footer-age-inner {
    position: relative;
    font-size: 27px;
    font-weight: 100;
    color: transparent;
    background:
        conic-gradient(from 180deg at 50% 50%,
        #d946ef 0deg,
        #7c3aed 90deg,
        #0ff 180deg,
        #7c3aed 270deg,
        #d946ef 360deg);
    background-clip: text;
    -webkit-background-clip: text;
    animation: quantum-spin 8s linear infinite;
    filter:
        drop-shadow(0 0 10px rgba(217, 70, 239, 0.5)) drop-shadow(0 0 20px rgba(0, 255, 255, 0.3)) drop-shadow(0 0 30px rgba(124, 58, 237, 0.2));
    letter-spacing: 0.1em;

    border: 2px solid var(--cl-bright-pink);
    padding: 0 10px 5px;
    border-radius: 10px 100px / 120px;
}

@keyframes quantum-spin {
    0% {
        background-position: 0% 50%;
        filter:
            drop-shadow(0 0 10px rgba(217, 70, 239, 0.5)) hue-rotate(0deg);
    }

    100% {
        background-position: 400% 50%;
        filter:
            drop-shadow(0 0 10px rgba(217, 70, 239, 0.5)) hue-rotate(360deg);
    }
}

/* FOOTER AGE MAIN */
.footer-age-borrens {
    font-size: 57px;
    font-weight: 200;
    color: #fff;
    position: relative;
    display: inline-block;
    filter: url(#goo);
    margin-top: -17px;
}

.footer-age-borrens::before,
.footer-age-borrens::after {
    content: '18+';
    position: absolute;
    inset: 0;
}

.footer-age-borrens::before {
    color: #d946ef;
    animation: morph-1 4s ease-in-out infinite;
    filter: blur(3px);
}

.footer-age-borrens::after {
    color: #0ff;
    animation: morph-2 5s ease-in-out infinite reverse;
    filter: blur(5px);
    mix-blend-mode: screen;
}

@keyframes morph-1 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.7;
    }

    33% {
        transform: translate(-5px, -3px) scale(1.1);
        opacity: 0.9;
    }

    66% {
        transform: translate(5px, 3px) scale(0.95);
        opacity: 0.6;
    }
}

@keyframes morph-2 {

    0%,
    100% {
        transform: translate(0, 0) scale(1) rotate(0deg);
        opacity: 0.5;
    }

    50% {
        transform: translate(3px, -5px) scale(1.15) rotate(5deg);
        opacity: 0.8;
    }
}

/* FOOTER AGE MAIN 2 */
.footer-age {
    display: inline-block;
    position: relative;
    /*font-family: 'Courier New', monospace;*/
    cursor: pointer;
    padding: 0 37px 5px;
    background: linear-gradient(147deg, rgb(0 0 0), rgb(73 31 71));
    border-radius: 10px 100px / 120px;
    backdrop-filter: blur(10px);
    box-shadow:
        0 8px 32px rgba(217, 70, 239, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.age-core {
    display: inline-block;
    font-size: clamp(21px, 2vw, 47px);
    font-weight: 900;
    background:
        linear-gradient(147deg, #d946ef 0%, #E91E63 50%, #7c3aed 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 200%;
    animation:
        chromatic-flow 4s ease-in-out infinite,
        breathe 3s ease-in-out infinite;
    letter-spacing: -0.02em;
    position: relative;
    filter: drop-shadow(0 0 8px rgba(217, 70, 239, 0.6));
}

.age-operator {
    display: inline-block;
    font-size: clamp(22px, 2vw, 37px);
    font-weight: 900;
    background: linear-gradient(180deg, #fff, #E91E63);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow:
        0 0 20px rgba(0, 255, 255, 0.8),
        0 0 40px rgba(217, 70, 239, 0.5);
    transform: translateY(-6px);
    animation: pulse-operator 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    margin-left: 3px;
    filter: drop-shadow(0 0 12px rgba(0, 255, 255, 0.8));
}

/* Глітч при hover */
.footer-age:hover {
    box-shadow:
        0 12px 48px rgba(217, 70, 239, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.footer-age:hover .age-core {
    animation:
        chromatic-flow 0.5s ease-in-out infinite,
        glitch-shake 0.3s steps(4) infinite;
}

.footer-age:hover .age-operator {
    animation:
        pulse-operator 0.4s ease-in-out infinite,
        spin-wild 1.5s linear infinite;
}

/* Світлові частинки */
.footer-age::before,
.footer-age::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.footer-age::before {
    width: 4px;
    height: 4px;
    background: radial-gradient(circle, #d946ef, transparent);
    top: 20%;
    left: 10%;
    animation: particle-float-1 3s ease-in-out infinite;
    box-shadow:
        0 0 10px #d946ef,
        0 0 20px #d946ef;
}

.footer-age::after {
    width: 6px;
    height: 6px;
    background: radial-gradient(circle, #0ff, transparent);
    bottom: 20%;
    right: 15%;
    animation: particle-float-2 4s ease-in-out infinite;
    box-shadow:
        0 0 10px #0ff,
        0 0 20px #0ff;
}

/* Анімації */
@keyframes chromatic-flow {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

@keyframes breathe {

    0%,
    100% {
        transform: scale(1);
        filter: drop-shadow(0 0 8px rgba(217, 70, 239, 0.6));
    }

    50% {
        transform: scale(1.08);
        filter: drop-shadow(0 0 16px rgba(217, 70, 239, 0.9));
    }
}

@keyframes pulse-operator {

    0%,
    100% {
        transform: translateY(-6px) scale(1);
        filter: drop-shadow(0 0 12px rgba(0, 255, 255, 0.8));
    }

    50% {
        transform: translateY(-10px) scale(1.15);
        filter: drop-shadow(0 0 20px rgba(0, 255, 255, 1));
    }
}

@keyframes glitch-shake {
    0% {
        transform: translate(0);
    }

    25% {
        transform: translate(-2px, 2px);
    }

    50% {
        transform: translate(2px, -2px);
    }

    75% {
        transform: translate(-2px, -2px);
    }

    100% {
        transform: translate(0);
    }
}

@keyframes spin-wild {
    0% {
        transform: translateY(-6px) rotate(0deg);
    }

    100% {
        transform: translateY(-6px) rotate(360deg);
    }
}

@keyframes particle-float-1 {

    0%,
    100% {
        transform: translate(0, 0);
        opacity: 0.6;
    }

    50% {
        transform: translate(-8px, -12px);
        opacity: 1;
    }
}

@keyframes particle-float-2 {

    0%,
    100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }

    50% {
        transform: translate(10px, -15px);
        opacity: 0.9;
    }
}

/* Респонсив */
@media (prefers-reduced-motion: reduce) {

    .footer-age *,
    .footer-age::before,
    .footer-age::after {
        animation: none !important;
    }
}

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-page {
    margin: 120px 0px;
}

.contact-page .inner-content {
    background-color: #f7f7f7;
    border-radius: 7px;
    overflow: hidden;
}

.contact-page .inner-content #map {
    margin-bottom: -8px;
    overflow: hidden;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

form#contact {
    position: relative;
    margin: 0px 60px 0px 45px;
}

form#contact input {
    width: 100%;
    height: 46px;
    border-radius: 7px;
    background-color: transparent;
    border: 1px solid #8d99af;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: #8d99af;
    padding: 0px 15px;
    margin-bottom: 30px;
}

form#contact ul li {
    display: inline-block;
    margin-right: 30px;
}

form#contact ul li:last-child {
    margin-right: 0px;
}

form#contact input[type=checkbox] {
    display: inline-block;
    width: 15px;
    min-width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid #8d99af;
    outline: none;
    cursor: pointer;
}

form#contact span {
    color: #8d99af;
    font-size: 14px;
    font-weight: 500;
    margin-left: 8px;
}

form#contact input::placeholder {
    color: #8d99af;
    font-weight: 500;
}

form#contact textarea {
    margin-top: 10px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 180px;
    min-height: 140px;
    height: 140px;
    border-radius: 7px;
    background-color: transparent;
    border: 1px solid #8d99af;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: #8d99af;
    padding: 15px;
    margin-bottom: 30px;
}

form#contact textarea::placeholder {
    color: #8d99af;
    font-weight: 500;
}

form#contact button {
    margin-bottom: -15px;
    display: inline-block;
    background-color: #8d99af;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 7px;
    letter-spacing: 0.25px;
    border: none;
    outline: none;
    transition: all .3s;
}

form#contact button i {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background-color: #2b2d42;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
}

form#contact button:hover {
    background-color: #2b2d42;
    color: #fff;
}


/* 
---------------------------------------------
Page Heading
--------------------------------------------- 
*/
.page-heading {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/rezultaty-poshuku/vizualizatsiya-poshukovykh-danykh.png);
    padding: 100px 0 57px;
    position: relative;
    overflow: visible;
}

.page-heading::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000c7;
}

.page-heading .top-text {
    text-align: left;
}

.page-heading .top-text h6 {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
}

.page-heading .top-text h1 {
    font-size: 27px;
    font-weight: 600;
    line-height: 37px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: capitalize;
    margin-top: 15px;
}

.page-heading .top-text h2 {
    color: #fff;
    line-height: 70px;
    font-size: 45px;
    font-weight: 800;
    text-transform: capitalize;
    margin-top: 15px;
}

.page-heading .top-text p {
    font-size: 15px;
    font-weight: 100;
    line-height: 30px;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 15px;
}

@media(min-width: 492px) {
    .page-heading .top-text h1 {
        font-size: 40px;
        line-height: 70px;
    }
}

/* PAGE HEADING STATISTIC */
.page-heading-statistic {
    position: relative;
    background-image: url(../images/osnova-statystyky/zahalna-teoriia-statystyky-povedinka-pokuptsiv.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}

.page-heading-statistic::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000b7;
}

.page-heading-statistic .top-text {
    text-align: left;
}

.page-heading-statistic .top-text h6 a {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--cl-w);
    text-transform: uppercase;
}

.page-heading-statistic .top-text h6 a:hover {
    color: var(--cl-brand);
    text-transform: uppercase;
}

.page-heading-statistic .top-text h1 {
    font-size: 27px;
    font-weight: 600;
    line-height: 37px;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 15px;
}

@media(min-width: 492px) {
    .page-heading-statistic .top-text h1 {
        font-size: 45px;
        line-height: 57px;
    }
}

.page-heading-statistic .top-text h2 {
    color: #fff;
    line-height: 70px;
    font-size: 45px;
    font-weight: 800;
    text-transform: capitalize;
    margin-top: 15px;
}

.page-heading-statistic .top-text p {
    font-size: 15px;
    font-weight: 100;
    letter-spacing: .5px;
    color: #fff;
    margin-top: 15px;
}


/*
---------------------------------------
Category Post
---------------------------------------
*/

.category-post {
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 120px;
}

.category-post .naccs {
    position: relative;
    border-radius: 7px;
}

.category-post .icon {
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 10px 100px / 120px;
    text-align: center;
    line-height: 62px;
    color: var(--cl-brand);
    border: 2px solid var(--cl-brand);
    background-color: #fff;
    margin-right: 15px;
    float: left;
}

.category-post .naccs .menu div:hover .icon {
    background-color: var(--cl-brand-main);
    border: 2px solid var(--cl-bright-pink);
    color: var(--cl-bright-pink);
}

.category-post .naccs .menu div h4 {
    position: absolute;
    left: 81px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    display: inline;
}

.category-post .icon img {
    max-width: 27px;
}

.category-post .naccs .menu div.first-thumb {
    border-radius: 0 0 0 47px / 220px
}

.category-post .naccs .menu div.last-thumb {
    margin-bottom: 0px;
    border-radius: 0px 47px 20px 0px / 220px
}

.category-post .naccs .menu div {
    color: #fff;
    margin: 0px;
    width: 20%;
    font-size: 10px;
    background-color: #8d99af;
    height: 132px;
    line-height: 132px;
    display: inline-block;
    float: left;
    text-align: left;
    cursor: pointer;
    position: relative;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.category-post .naccs .menu div .thumb {
    padding: 30px 0px;
    margin-left: 25px;
    margin-right: 25px;
}

.category-post .naccs .menu div.active,
.category-post .naccs .menu div.active .thumb {
    background-color: var(--cl-brand-bg);
}

.category-post ul.nacc {
    position: relative;
    min-height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.category-post ul.nacc li {
    opacity: 0;
    transform: translateX(-50px);
    position: absolute;
    list-style: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.category-post ul.nacc li.active {
    transition-delay: 0.3s;
    position: relative;
    z-index: 2;
    opacity: 1;
    transform: translateX(0px);
}

.category-post ul.nacc li {
    width: 100%;
}

.category-post .nacc .thumb h4 {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 25px;
}

.category-post .nacc .thumb .main-white-button {
    text-align: right;
    margin-top: 40px;
}

.category-post .nacc .thumb .main-white-button a {
    background-color: #8d99af;
    color: #fff;
}

.category-post .nacc .thumb .main-white-button a i {
    background-color: #fff;
    color: #8d99af;
}

.category-post .top-content {
    margin-top: 80px;
    padding-bottom: 60px;
    border-bottom: 1px solid #eee;
    margin-bottom: 60px;
}

.category-post .description {
    padding-bottom: 60px;
    border-bottom: 1px solid #eee;
    margin-bottom: 60px;
}

.category-post .general-info p {
    margin-bottom: 30px;
}

.category-post .top-content .top-icon {

    background-color: var(--cl-brand-bg);
    width: 297px;
    height: 129px;
    border-radius: 10px 100px / 120px;
    position: relative;
    padding: 30px;
    display: inline-block;
}

.category-post .top-content .top-icon:hover .icon {
    background-color: var(--cl-brand-main);
    border: 2px solid var(--cl-bright-pink);
    color: var(--cl-bright-pink);
}

.category-post .top-content .top-icon h4 {
    position: absolute;
    left: 30px;
    top: 48%;
    color: #fff;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    display: inline;
}

.category-post .top-content .top-icon .icon {
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 10px 100px / 120px;
    text-align: center;
    line-height: 62px;
    color: var(--cl-brand);
    border: 2px solid var(--cl-brand);
    background-color: #fff;
    margin-right: 15px;
    float: left;
    left: 37px;
}

.category-post .nacc .thumb .text-icon img {
    max-width: 30px;
    margin-right: 10px;
}

.category-post .nacc .thumb span.list-item {
    font-size: 15px;
    color: #8d99af;
    font-weight: 500;
    line-height: 30px;
}



/* 
---------------------------------------------
Listing Page
--------------------------------------------- 
*/

.listing-page {
    margin-top: 110px;
    margin-bottom: 27px;
}

.listing-page .section-heading {
    text-align: center;
    margin-bottom: 80px;
}

.listing-page .naccs {
    position: relative;
}

.listing-page .icon {
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    color: #8d99af;
    background-color: #fff;
    margin-right: 15px;
}

.listing-page .icon img {
    max-width: 27px;
}

.listing-page .naccs .menu div.first-thumb {
    border-radius: 7px;
}

.listing-page .naccs .menu div.last-thumb {
    margin-bottom: 0px;
    border-radius: 7px;
}

.listing-page .naccs .menu div {
    color: #fff;
    font-size: 15px;
    border-radius: 7px;
    background-color: #8d99af;
    margin-bottom: 30px;
    height: 126px;
    text-align: left;
    padding: 0px 15px;
    line-height: 126px;
    cursor: pointer;
    position: relative;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.listing-page .naccs .menu div.active,
.listing-page .naccs .menu div.active .thumb {
    background-color: #2b2d42;
}

.listing-page ul.nacc {
    height: auto !important;
    position: relative;
    min-height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.listing-page ul.nacc li {
    display: none;
    opacity: 0;
    transform: translateY(-50px);
    position: absolute;
    list-style: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.listing-page ul.nacc li.active {
    display: block;
    transition-delay: 0s;
    position: relative;
    z-index: 2;
    opacity: 1;
    transform: translateY(0px);
}

.listing-page ul.nacc li {
    width: 100%;
}

.listing-page .item .listing-item {
    display: inline-flex;
    background-color: #f7f7f7;
    border-radius: 7px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.listing-page .item .left-image {
    float: left;
    overflow: hidden;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    position: relative;
    z-index: 1;
}

.listing-page .item .left-image .hover-content .main-white-button a i {
    font-size: 12px;
    width: 23px;
    height: 23px;
    line-height: 23px;
}

.listing-page .item .left-image .hover-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}

.listing-page .item .listing-item:hover .left-image .hover-content {
    opacity: 1;
    visibility: visible;
}

.listing-page .item .left-image img {
    overflow: hidden;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.listing-page .item .right-content {
    display: inline-block;
    padding: 45px;
}

.listing-page .item .right-content h4 {
    font-size: 20px;
    color: #2a2a2a;
    font-weight: 700;
    margin-bottom: 20px;
}

.listing-page .item .right-content h6 {
    font-size: 15px;
    font-weight: 500;
    color: #8d99af;
}

.listing-page .item .right-content span.price {
    color: #2a2a2a;
    font-size: 15px;
    margin-top: 30px;
    display: block;
    margin-bottom: 15px;
}

.listing-page .item .right-content span.price .icon {
    width: 30px;
    height: 30px;
    background-color: #8d99af;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    margin-right: 10px;
}

.listing-page .item .right-content span.price .icon img {
    max-width: 16px;
    text-align: center;
    display: inline-block;
}

.listing-page .item .right-content span.details {
    display: block;
    margin-bottom: 30px;
    font-size: 15px;
    color: #8d99af;
}

.listing-page .item .right-content span.details em {
    font-style: normal;
    color: #2a2a2a;
}

.listing-page .item .right-content span.info {
    line-height: 30px;
}

.listing-page .item .right-content span.info img {
    max-width: 30px;
    margin-right: 15px;
    display: inline;
}

.listing-page .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.listing-page .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #8d99af;
    border-radius: 50%;
    margin: 0px 5px;
    transition: all .3s;
}

.listing-page .owl-dots .active {
    width: 14px;
    height: 14px;
}



/* 
---------------------------------------------
Pre Loader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #8d99af;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #8d99af;
    border-radius: 50%;
}


/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
    .popular-categories .icon {
        margin-left: 50%;
        transform: translateX(-33px);
        text-align: center;
        display: inline-block;
    }

    .category-post .naccs .menu div.active .thumb {
        position: relative;
    }

    .category-post .icon {
        position: absolute;
        left: 50%;
        transform: translateX(15px);
    }

    .category-post .top-content .top-icon h4 {
        left: 86px;
    }

    form#search-form {
        padding: 30px;
    }

    .popular-categories .naccs .menu .thumb,
    .category-post .naccs .menu div h4 {
        color: transparent;
    }

    .recent-listing .item .right-content,
    .listing-page .item .right-content {
        padding: 30px;
        position: relative;
    }

    .recent-listing .item .right-content h4,
    .listing-page .item .right-content h4 {
        margin-bottom: 10px;
    }

    .recent-listing .item .right-content .main-white-button,
    .listing-page .item .right-content .main-white-button {
        left: 30px;
        bottom: -30px;
    }

    .recent-listing .item .right-content div.price,
    .listing-page .item .right-content div.price {
        margin-top: 15px;
    }

    .recent-listing .item .right-content ul.rate,
    .listing-page .item .right-content ul.rate {
        left: 30px;
        top: -5px;
    }

    .recent-listing .item .right-content span.details,
    .listing-page .item .right-content span.details {
        margin-bottom: 15px;
    }
}

@media (max-width: 992px) {

    form#search-form select,
    form#search-form input {
        border: 1px solid #8d99af;
        border-radius: 17px 100px / 120px;
        margin-bottom: 15px;
    }

    form#search-form button {
        border-radius: 10px 100px / 120px;
    }

    .listing-page .naccs .menu {
        margin-bottom: 30px;
    }

    .popular-categories .nacc .thumb .left-text {
        margin: 30px;
    }

    .popular-categories .nacc .thumb .right-image {
        padding: 0px;
        margin: 0px 30px 30px 30px;
        display: block;
    }

    .popular-categories .naccs .menu div.first-thumb {
        border-top-right-radius: 7px;
    }

    .popular-categories .naccs .menu div.last-thumb {
        border-bottom-left-radius: 0px;
    }

    .recent-listing .item .left-image,
    .listing-page .item .left-image {
        float: none;
        width: 100%;
    }

    .category-post .top-content .top-icon .icon {
        left: 45%;
    }

    .recent-listing .item .left-image,
    .listing-page .item .left-image {
        border-bottom-left-radius: 0px;
        border-top-right-radius: 7px;
    }

    .recent-listing .item .listing-item,
    .listing-page .item .listing-item {
        display: inline-block;
    }

    .recent-listing .item .right-content ul.rate,
    .listing-page .item .right-content ul.rate {
        top: 20px;
        width: 100%;
    }

    .recent-listing .item .right-content .main-white-button,
    .listing-page .item .right-content .main-white-button {
        position: relative;
        left: 0px;
        bottom: 0px;
        margin-top: 30px;
    }

    .recent-listing .item .right-content h4 {
        margin-top: 20px;
    }

    footer {
        text-align: center;
    }

    footer .about,
    footer .helpful-links {
        margin-bottom: 45px;
    }

    .category-post .icon {
        transform: translateX(0px);
    }

    .category-post .top-content .top-icon,
    .category-post .nacc .thumb .main-white-button a {
        text-align: center;
        width: 100%;
    }

    .category-post .nacc .thumb .main-white-button {
        margin-top: 30px;
    }

    .category-post .top-content .top-icon .icon {
        margin-left: -60px;
    }

    .category-post .top-content .top-icon h4 {
        left: 86px;
    }

    .description .text-icon {
        margin-top: 30px;
    }

    form#contact {
        margin-top: 45px;
        margin-bottom: 55px;
    }
}

@media (max-width: 993px) {
    /*.main-banner ul.categories li a {
        color: transparent;
    }*/

    .header-area .main-nav a.logo {
        background-image: url(../images/logo/proapos-logo-light.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 167px;
        height: 167px;
        display: inline-block;
        float: left;
    }

    .header-area .logo {
        margin-left: 0px;
    }

    .header-area .main-nav .menu-trigger {
        right: 15px;
    }

    .category-post .icon {
        transform: translateX(-22px);
    }
}