@font-face {
    font-family: 'Poppins';
    src: url('/assets/fonts/Poppins-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('/assets/fonts/Poppins-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('/assets/fonts/Poppins-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('/assets/fonts/Poppins-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('/assets/fonts/Poppins-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Segeo';
    src: url('/assets/fonts/SegoeScript-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("assets/webfonts/fa-brands-400.woff2") format("woff2");
}
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("assets/webfonts/fa-solid-900.woff2") format("woff2");
}
:root {
	--main-color: #005baa;
	--second-color: #002a47;
	--light-color: #eeeeee;
	--border-color: #cccccc;
	--border-radius: 5px;
	--form-height: 50px;
	--font-family: 'Poppins', Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	line-height: 1.3;
	font-weight: 500;
}
strong {
    font-weight: 600;
}
h1 {
    font-size: 6.4rem;
}
h2 {
    margin-bottom: 16px;
    font-size: 5.6rem;
    line-height: 1.285;
}
h3 {
    margin-bottom: 48px;
    font-size: 4.8rem;
    line-height: 1.33;
}
.single-content h3 {
    margin-bottom: 24px;
    font-size: 3.2rem;
}
h4 {
    margin-bottom: 40px;
    font-size: 4rem;
}
h5 {
    margin-bottom: 24px;
    font-size: 3.2rem;
}
h6 {
    font-size: 2rem;
    margin: 0 0 20px;
}
html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}
body {
    width: 100%;
    color: #002647;
    font-size: 1.6rem;
	line-height: 1.7;
	font-family: var(--font-family);
	position: relative;
	margin: 0;
	padding: 0;
}
.site-language-ru {
    font-family: 'Calibri';
    font-size: 1.8rem;
}
#outer-wrap {
    overflow: hidden;
    position: relative;
    background-color: white;
    z-index: 2;
    transition: .6s all;
}
.active-create #outer-wrap {
    transform: translateX(-100vw);
}
.full-width {
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    left: 50%;
    right: 50%;
    position: relative;
}
.container, .has-sidebar #content-wrap {
	width: 1330px;
	margin: 0 auto;
	max-width: 90%;
	position: relative;
	z-index: 1;
}
.main-container {
    padding: 0 64px;
}
.small-container {
    width: 1065px;
    margin: 0 auto;
	max-width: 90%;
	position: relative;
	z-index: 1;
}
#primary {
    padding-bottom: 65px;
}
ul, ol {
	margin: 0 0 20px 30px;
	padding: 0;
}
button {
    padding: 0;
    border: 0;
    cursor: pointer;
    font-family: var(--font-family);
    transition: .15s all;
}
*, *:before, *:after {
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}
p {
    margin: 0 0 15px;
}
a, :visited {
    color: #002647;
    text-decoration: none;
	transition: .15s all;
}
iframe {
    border: 0;
    max-width: 100%;
}
hr {
    margin: 64px 0;
    border-top: 1px solid #e5e5ea;
    opacity: 1;
}
.home #main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(/uploads/2026/03/logo-pattern.svg);
    background-repeat: repeat;
    background-size: 120px 120px;
    background-position: center center;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
}
@media (max-width: 1400px) {
    .main-container {
        padding: 0;
        width: 90%;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    body {
        font-size: 1.4rem;
        line-height: 1.71;
    }
    h1 {
        bottom: 24px;
        font-size: 2.4rem;
        line-height: 1.33;
    }
    h2 {
        font-size: 3.2rem;
        line-height: 1.25;
    }
    h3 {
        margin-bottom: 40px;
        font-size: 3.2rem;
        line-height: 1.25;
    }
    h4 {
        margin-bottom: 24px;
        font-size: 2.4rem;
        line-height: 1.33;
    }
    h5 {
        font-size: 2.4rem;
        line-height: 1.33;
    }
    h6 {
        margin-bottom: 12px;
        font-size: 2rem;
    }
    #primary {
        padding-bottom: 60px;
    }
}



/* Scroll */
::-webkit-scrollbar-thumb {
    height: 6px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-radius: 17px;
    background-color: rgb(0 91 170);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .15);
}
::-webkit-scrollbar-corner {
    background-color: transparent;
}
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
::-webkit-scrollbar {
    width: 7px;
    height: 5px;
}



/* Layout */
.right-sidebar #content-wrap, 
.left-sidebar #content-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.right-sidebar #primary {
    width: calc(100% - 360px);
}
.left-sidebar #primary {
    width: calc(100% - 360px);
}
.has-sidebar #sidebar {
    width: 300px;
    padding-bottom: 60px;
}
.right-sidebar #sidebar {
    order: 2;
}
@media (max-width: 960px) {
    .has-sidebar #primary, .has-sidebar #sidebar {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    #primary {
        order: 1;
    }
    #sidebar {
        order: 2;
    }
}


/* Header */
#site-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    transition: .3s all;
}
body.scroll-up #site-header {
    background-color: #fff;
    border-bottom: 1px solid #e5e5ea;
    transform: translateY(0);
}
body.scroll-down #site-header {
    transform: translateY(-100%);
}
.master-header-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
	width: 100%;
	height: 100px;
}
#site-logo {
	width: 142px;
}
#site-logo img {
    object-fit: contain;
    filter: invert(1) brightness(10);
}
.master-main-menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
}
.master-main-menu > li {
    padding: 0 16px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all;
}
.master-main-menu > li > a {
    color: white;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
}
.master-main-menu > li:hover {
    background: white;
}
.master-main-menu > li:hover > a {
    color: var(--main-color);
}
.menu-item-dropdown {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100vw;
    height: 500px;
    background: white;
    display: none;
}
.master-main-menu > li:hover .menu-item-dropdown {
    display: block;
}
.menu-blocks {
    display: flex;
    flex-wrap: wrap;
}
.menu-block-1 {
    width: 26%;
    padding: 64px;
    background: var(--main-color);
    color: white;
    min-height: 540px;
}
.menu-block-2 {
    width: 74%;
    padding: 64px;
    background: white;
    display: flex;
    gap: 50px
}
.dropdown-heading {
    font-size: 3.2rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.3;
}
.dropdown-button {
    margin-top: 30px;
}
.menu-block-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -20px -40px;
    width: calc(55% - 50px);
}
.menu-block-item {
    width: 100%;
    padding: 0 20px 40px;
}
.menu-item-company .menu-block-item {
    width: 33.3%;
}
.menu-block-image {
    width: 45%;
    flex-shrink: 0;
}
.menu-block-heading {
    font-weight: 500;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.3;
}
.menu-block-heading a:hover {
    color: var(--main-color);
}
.menu-block-list-item {
    margin-bottom: 5px;
}
.menu-block-list-item a {
    line-height: 1.3;
    display: inline-block;
    font-weight: 500;
    color: #33383f;
}
.menu-block-list-item a:hover {
    color: var(--main-color);
}
.menu-social .social-networks {
    gap: 5px;
}
.menu-social .social-network-item-wl {
    width: 100%;
}
@media (max-width: 1500px) {
    .menu-subpodratci-main-block .dropdown-heading {
        font-size: 2rem;
    }
}
@media (max-width: 1400px) {
    .menu-item-company .menu-block-item {
        width: 50%!important;
    }
    .menu-item-company .menu-block-item:last-child {
        margin-top: -200px;
    }
}
@media (max-width: 1330px) {
    .master-main-menu > li {
        padding: 0 12px;
    }
    .master-main-menu > li > a {
        font-size: 1.4rem;
    }
}
@media (max-width: 1200px) {
    #site-navigation-wrap {
        display: none;
    }
}
@media (max-width: 767px) {
    .master-header-area {
        height: 80px;
    }
}



/* Scroll up */
.scroll-up #site-logo img {
    filter: none;
}
.scroll-up .master-main-menu > li > a {
    color: black!important;
}
.scroll-up .language-dropdown-switcher .ls-current-lang {
    color: black!important;
}
.scroll-up .language-dropdown-switcher .ls-current-lang:after {
    background-image: url(/uploads/2026/03/chevron-dark.svg);
}
.scroll-up .mobil-menu-line-icon img {
    filter: invert(1);
}



/* Single post header */
.simple-header #main {
    padding-top: 160px;
}
.simple-header #site-header {
    border-bottom: 1px solid #e5e5ea;
}
.simple-header #site-logo img {
    filter: none;
}
.simple-header #site-navigation-wrap .master-main-menu > .menu-item > a {
    color: #093e6c;
}
.simple-header #site-navigation-wrap .master-main-menu > .menu-item > a:hover {
    color: var(--main-color);
}



/* Menu search */
.master-menu-search-icon {
    cursor: pointer;
    font-size: 22px;
    margin-left: 20px;
}
.master-search-area {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    padding: 60px 0 80px;
    visibility: hidden;
    transform: translateY(-300px);
    transition: .5s all;
}
.visible-search {
    visibility: visible;
    transform: translateY(0);
}
#master-search {
    width: 100%;
    position: relative;
    opacity: 0;
    transition: .5s all;
}
.visible-search #master-search {
    opacity: 1;
    transition-delay: .3s;
}
.master-search-input {
    position: relative;
}
.master-search-input input[type="text"] {
    border: 0;
    padding: 0;
    font-size: 40px;
    height: 80px;
    font-weight: 700;
}
.master-search-input input[type="text"]::placeholder {
    opacity: 1;
    color: black;
}
.master-search-line {
    height: 2px;
    width: 0;
    background: black;
    transition: .8s all;
}
.visible-search .master-search-line {
    width: 100%;
    transition-delay: .5s;
}
.master-search-close {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    position: absolute;
    top: 16px;
    right: 0;
    cursor: pointer;
    z-index: 1;
}
.master-search-close i {
    position: relative;
    z-index: 2;
}
.master-search-close:before {
    content: '';
    width: 50px;
    height: 50px;
    background: #eee;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    transition: .3s all;
}
.master-search-close:hover:before {
    transform: translate(-50%, -50%) scale(1.2);
}
.master-search-results:not(:empty) {
    padding-top: 40px;
}


/* Page header */
#page-header {
    background-color: var(--second-color);
    padding: 64px 0;
    margin-bottom: 65px;
    height: 35vw;
    min-height: 350px;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: flex-end;
    color: white;
}
#page-header:before {
    content: '';
    position: absolute;
    background: rgba(0,38,71,.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page-header-title {
    position: relative;
    z-index: 2;
}
@media (max-width: 767px) {
    #page-header {
        height: 200px;
        min-height: auto;
        margin-bottom: 40px;
        background-size: auto 200px;
        padding: 0;
    }
}




/* Footer */
#footer {
    background-color: var(--main-color);
    color: #b0cce5;
    font-size: 1.4rem;
    position: relative;
    z-index: 1;
}
#footer a {
    color: #b0cce5;
}
.footer-bottom-area {
    border-top: 1px solid #337cbb;
}
.footer-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.footer-small {
    width: 200px;
}
.footer-large {
    width: calc(100% - 440px);
    padding: 25px;
    border-right: 1px solid #337cbb;
    border-left: 1px solid #337cbb;
}
.footer-logo {
    width: 142px;
}
.footer-logo img {
    filter: invert(1) brightness(10);
}
.footer-contact-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px -10px;
}
.footer-contact-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 0 15px 10px;
    font-weight: 500;
}
.footer-contact-value a:hover {
    color: white!important;
}
.footer-contact-img {
    width: 20px;
}
.footer-contact-value {
    width: calc(100% - 28px);
}
.footer-created {
    text-align: center;
}
.footer-social .social-network-item img {
    filter: invert(1) brightness(10);
}
.footer-social .social-networks {
    justify-content: center;
}
.solid-menu {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}
.solid-menu li {
    padding: 12px 16px;
}
#footer .solid-menu li a {
    color: white;
    font-weight: 500;
}
.footer-top-area a:hover {
    opacity: .6;
}
@media (max-width: 1000px) {
    .footer-small, .footer-large {
        width: 100%;
    }
    .footer-large {
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #337cbb;
        border-bottom: 1px solid #337cbb;
    }
    .footer-logo {
        margin: 40px auto;
    }
    .solid-menu li {
        width: 100%;
        padding: 5px 16px;
    }
    .footer-social {
        padding: 20px 0;
    }
    .footer-bottom-area {
        text-align: center;
        border-top: 0;
    }
    .footer-bottom-area .footer-block:first-child {
        padding: 20px 0;
        order: 3;
    }
    .footer-bottom-area .footer-block:last-child {
        order: 2;
    }
    .footer-bottom-area .footer-block:nth-child(2) {
        order: 1;
    }
    .footer-created {
        border-bottom: 1px solid #337cbb;
        padding: 20px 0;
    }
}




/* Social networks */
.social-networks {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.colorfull-social .social-networks a {
    color: white;
    width: var(--form-height);
    height: var(--form-height);
    line-height: var(--form-height);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    transition: .3s all;
}
.colorfull-social .facebook-social a {
    background: #6f6fd2;
}
.colorfull-social .instagram-social a {
    background: #bb8181;
}
.colorfull-social .youtube-social a {
    background: #e00000;
}
.colorfull-social .whatsapp-social a {
	background: #00da00;
}
.colorfull-social .twitter-social a {
	background: #55adee;
}
.colorfull-social .telegram-social a {
	background: #0088cc;
}
.colorfull-social .linkedin-social a {
	background: #0077b5;
}
.colorfull-social .tiktok-social a {
	background: #333333;
}
.colorfull-social .social-networks a:hover {
	background: #555;
}
.social-network-item-wl {
    margin-bottom: 7px;
}
.social-network-item-wl img {
    width: 24px;
}
.social-network-item-wl a {
    display: flex;
    align-items: center;
}
.social-network-label {
    padding-left: 12px;
    font-weight: 500;
    color: #33383f;
}



/* Search results */
.search-title a {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    color: black;
    font-size: 20px;
}
.search-title:last-child a {
    border-bottom: 0;
}
.search-title a:hover {
    color: var(--main-color);
}
.live-search-button {
    margin-top: 30px;
}



/* Social share */
.master-social-share-area {
    margin-bottom: 40px;
}
.master-title {
    border-bottom: 1px solid var(--light-color);
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.master-social-share-area ul {
    padding: 0;
    margin: 0 -5px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.master-social-share-area.share-with-label ul {
    justify-content: space-between;
}
.master-social-share-area:not(.share-with-label) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.master-social-share-area:not(.share-with-label) .master-title {
    border-bottom: 0;
    margin: 0;
    padding: 0 15px 0 0;
}
.master-social-share-area.share-with-label li {
    width: 20%;
}
.master-social-share-area li {
    padding: 0 5px;
    text-align: center;
    transition: .15s all;
}
.master-social-share-area a {
    display: block;
}
.master-social-share-area:not(.simple-share-area) a {
    color: white;
}
.master-social-share-area.simple-share-area a {
    color: black;
}
.master-social-share-area.share-with-label a {
    padding: 5px 15px;
}
.master-social-share-area:not(.share-with-label) a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-share-buttons img {
    width: 26px;
}
.share-with-label li .master-label {
    padding-left: 10px;
}
.simple-share-area.share-with-label a {
    border: 1px solid #eee;
}
.master-social-share-area:not(.simple-share-area) .twitter-share a {
    background: #00aced;
}
.master-social-share-area:not(.simple-share-area) .twitter-share a:hover {
    background: #0093cb;
}
.master-social-share-area:not(.simple-share-area) .facebook-share a {
    background: #3b5998;
}
.master-social-share-area:not(.simple-share-area) .facebook-share a:hover {
    background: #324b80;
}
.master-social-share-area:not(.simple-share-area) .telegram-share a {
    background: #0088cc;
}
.master-social-share-area:not(.simple-share-area) .telegram-share a:hover {
    background: #3e659c;
}
.master-social-share-area:not(.simple-share-area) .email-share a {
    background: #e40303;
}
.master-social-share-area:not(.simple-share-area) .email-share a:hover {
    background: #ca0303;
}
.master-social-share-area:not(.simple-share-area) .whatsapp-share a {
    background: #30d244;
}
.master-social-share-area:not(.simple-share-area) .whatsapp-share a:hover {
    background: #25b938;
}
@media (min-width: 960px) {
    .whatsapp-mobile-share {
        display: none;
    }
}
@media (max-width: 959px) {
    .whatsapp-desktop-share {
        display: none;
    }
}
@media (min-width: 960px) and (max-width: 1050px) {
    .master-label {
        display: none;
    }
    .master-social-share-area li .fa {
        margin-right: 0;
    }
}
@media (min-width: 270px) and (max-width: 767px) {
    .master-label {
        display: none;
    }
    .master-social-share-area li .fa {
        margin-right: 0;
    }
}
@media (max-width: 269px) {
    .master-social-share-area li {
        width: 100%;
        margin-bottom: 5px;
    }
}


/* Post navigation */
#post-navigation-wrap {
    background: var(--light-color);
    padding: 20px 0;
}
.post-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}
.next-previous-post {
    padding: 0 15px;
}
.no-prev-es-post {
    display: table;
    margin-left: auto;
}
.post-navigation a {
    color: black;
    position: relative;
	width: 50%;
}
.next-previous-heading {
    display: table;
    background-color: var(--main-color);
    color: white;
    padding: 3px 20px;
    margin-bottom: 10px;
    transition: .15s all;
}
.post-navigation a:hover .next-previous-heading {
    background: var(--second-color);
}
.next-post .next-previous-heading {
    margin-left: auto;
    margin-right: 0;
}
.next-post {
    text-align: right;
    margin-left: auto;
}
.prev-post-no {
    display: table;
    margin-right: 0;
    margin-left: auto;
}
.next-previous-post > div {
    position: relative;
}
.next-previous-post > div:before {
    position: absolute;
    top: 0;
    font-family: 'Font Awesome 6 Free';
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: white;
    text-align: center;
    border-radius: 3px;
    background: var(--main-color);
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
}
.prev-post > div {
    padding-left: 40px;
}
.prev-post > div:before {
    content: '\f104';
    margin-right: 15px;
    left: 0;
}
.next-post > div {
    padding-right: 40px;
}
.next-post > div:before {
    content: '\f105';
    margin-left: 15px;
    right: 0;
}
@media (max-width: 767px) {
	.post-navigation a {
		width: 100%;
	}
}



/* Wordpress default gallery css */
.ms-gallery.ms-gallery-type-false {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.ms-gallery-type-true {
    column-gap: 0;
    margin: 0 -10px;
}
.ms-gallery-type-false .ms-image-9 {
    width: calc(100% / 9);
}
.ms-gallery-type-false .ms-image-8 {
    width: calc(100% / 8);
}
.ms-gallery-type-false .ms-image-7 {
    width: calc(100% / 7);
}
.ms-gallery-type-false .ms-image-6 {
    width: calc(100% / 6);
}
.ms-gallery-type-false .ms-image-5 {
    width: 20%;
}
.ms-gallery-type-false .ms-image-4 {
    width: 25%;
}
.ms-gallery-type-false .ms-image-3 {
    width: 33.3%;
}
.ms-gallery-type-false .ms-image-2 {
    width: 50%;
}
.ms-gallery-type-false .ms-image-1 {
    width: 100%;
}
.ms-image {
    padding: 0 10px 20px;
    margin: 0;
}
.ms-image a {
    display: block;
}
.ms-image img {
    background: #eee;
}
figure.image {
    margin: 0 0 20px;
}
.image figcaption {
    font-style: italic;
    margin-top: 5px;
}
.ms-gallery-tools {
    display: none;
}
.ms-gallery-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: red;
    border-radius: 50%;
}
.ms-gallery-pagination.swiper-pagination {
    margin: 15px -5px 30px;
}
.ms-gallery-nav:before {
    font-family: Feather;
}
.ms-gallery-nav-prev:before {
    content: "\e910";
}
.ms-gallery-nav-next:before {
    content: "\e912";
}
@media (max-width: 340px) {
    .ms-gallery {
        margin: 0 -7.5px;
    }
    .ms-gallery-type-true {
        column-count: 1!important;
    }
    .ms-image {
        width: 100%!important;
        padding: 0 7.5px 15px;
    }
}
@media (min-width: 341px) and (max-width: 767px) {
    .ms-gallery {
        margin: 0 -7.5px;
    }
    .ms-gallery-type-true {
        column-count: 2!important;
    }
    .ms-image {
        width: 50%!important;
        padding: 0 7.5px 15px;
    }
}
@media (min-width: 767px) and (max-width: 959px) {
    .ms-gallery-type-true {
        column-count: 3!important;
    }
    .ms-image {
        width: 33.3%!important;
    }
}



/* Sidebar */
.master-widget:not(:last-child) {
    margin-bottom: 40px;
}
.master-sidebar-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
}



/* Sidebar types */
.sidebar-type-item {
    margin-bottom: 10px;
}
.sidebar-type-item a {
    color: black;
    height: 80px;
    display: flex;
    align-items: center;
    background: #eee;
    border-radius: var(--border-radius);
    padding: 0 50px 0 20px;
    line-height: 1.4;
    font-weight: 600;
    position: relative;
    transition: .3s all;
}
.sidebar-type-item a:hover {
    transform: translateX(5px);
}
.active-type-item a {
    background: var(--main-color);
    color: white;
    pointer-events: none;
}
.sidebar-type-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}


/* Sidebar posts */
.sidebar-post-item {
    margin-bottom: 25px;
}
.sidebar-post-item a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: black;
    line-height: 1.4;
}
.sidebar-post-item a:hover {
    color: var(--main-color);
}
.sidebar-post-thumbnail {
    width: 100px;
}
.sidebar-post-thumbnail img {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: var(--border-radius);
}
.sidebar-post-details {
    width: calc(100% - 120px);
}
.sidebar-post-title {
    font-weight: 600;
    margin-bottom: 10px;
}



/* Sidebar archives */
.widget-archives {
    margin-top: 7px;
}
.widget-archives a {
    display: block;
    border-bottom: 1px solid var(--light-color);
    padding-bottom: 7px;
    padding-top: 7px;
    color: black;
}
.widget-archives a:hover {
    color: var(--main-color);
}
.widget-archives a:before {
    content: '\f114';
    font-family: FontAwesome;
    margin-right: 10px;
    color: black;
}
.sidebar-search {
    position: relative;
}
.sidebar-search input {
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    color: black;
    padding: 0 15px;
    font-size: 15px;
}
.sidebar-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: var(--form-height);
    height: var(--form-height);
    line-height: var(--form-height);
    background: var(--main-color);
    color: white;
}



/* Single post */
.single-content-part {
    width: 1198px;
    margin: 0 auto;
    max-width: 100%;
}
.single-content img {
	width: auto;
	max-height: 350px;
}
.single-content .ms-gallery img {
    width: 100%!important;
    max-height: inherit!important;
    height: 100%!important;
}
.aligncenter {
    margin: 0 auto;
}
.single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
    text-align: left;
}
.single-content ul, .single-content ol {
    text-align: left;
}
.master-embed {
    position: relative;
    padding-top: 56%;
}
.master-embed iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.master-table {
    overflow-x: auto;
    max-width: 100%;
}
.single-content a {
    color: var(--main-color);
    text-decoration: underline;
}


/* Designed List */
.designed-list ul {
    list-style: none;
    margin-left: 20px;
}
.designed-list ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: 1.3;
}
.designed-list ul li:before {
    content: '\f138';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    top: 2px;
    left: 0;
    font-weight: 900;
    color: var(--main-color);
    font-size: 13px;
}



/* Single Post Author */
.single-author-area {
    margin-top: 40px;
}
.single-author {
    display: table;
    width: 100%;
}
.single-author-block {
    display: table-cell;
    vertical-align: top;
}
.single-author-first {
    width: 150px;
}
.single-author-second {
    width: calc(100% - 150px);
    padding-left: 25px;
    padding-top: 5px;
}
.single-author img {
    height: 150px;
    width: 150px;
    -o-object-fit: cover;
       object-fit: cover;
}
.single-author-name {
    font-size: 20px;
}
.single-author-profession {
    font-size: 17px;
    margin-bottom: 10px;
}
.single-author-description {
    margin-bottom: 10px;
}
.no-image-author:before {
    content: '\f2be';
    font-family: FontAwesome;
    width: 150px;
    height: 150px;
    background: var(--light-color);
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 76px;
    color: #999;
}
@media (max-width: 550px) {
	.single-author-block {
		display: block;
	}
	.single-author-second {
		width: 100%;
		padding-left: 0px;
		padding-top: 15px;
	}
}




/* Youtube */
.youtube-videos {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.youtube-video {
    padding: 0 15px 30px;
    width: 25%;
}
.youtube-thumbnail {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--light-color);
    height: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
    cursor: pointer;
    border-radius: var(--border-radius);
    overflow: hidden;
}
.youtube-icon-block {
    position: relative;
    width: 100%;
    cursor: pointer;
    height: 100%;
}
.youtube-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: rgba(22,22,22,0.65);
    border-radius: 50%;
    font-size: 24px;
    opacity: 0;
    transition: .5s all;
}
.youtube-thumbnail:hover .youtube-icon {
    opacity: 1;
    width: 75px;
    height: 75px;
    line-height: 75px;
}
.youtube-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    color: white;
    transition: .5s all;
}
.youtube-thumbnail:hover .youtube-play-icon {
    opacity: 1;
}
.youtube-iframe {
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 10;
    top: 0;
}
.youtube-heading a {
    font-size: 15px;
    display: block;
    padding: 10px 0;
    line-height: 1.3;
    color: black;
    font-weight: 600;
}
.youtube-videos .next-videos {
    padding: 0 15px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.youtube-loading-area {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: 600;
    font-size: 16px;
    color: white;
    text-shadow: 0 0 5px black;
    opacity: 0;
}
@media (max-width: 960px) {
	.youtube-icon, .youtube-play-icon {
		opacity: 1;
	}
	.play-video:before {
	    font-size: 22px;
	}
}
@media (max-width: 1100px) {
    .youtube-video {
        width: 33.3%;
    }
}
@media (max-width: 850px) {
    .youtube-video {
        width: 50%;
    }
}
@media (max-width: 500px) {
    .youtube-video {
        width: 100%;
    }
}



/* Instagram */
.instagram-images {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.instagram-image {
	width: 25%;
	padding: 0 10px 20px;
}
.instagram-ratio {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 100%;
}
.instagram-image-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .3s all;
    overflow: hidden;
    background-color: var(--light-color);
}
.instagram-image-link:hover .instagram-image-details {
	opacity: 1;
	transition: .3s all;
}
.instagram-image-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
	transition: .3s all;
	opacity: 0;
}
.instagram-image-link:hover:before {
	opacity: 1;
}
.instagram-image-detallar {
    color: white;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-weight: 600;
	opacity: 0;
	transition: .3s all;
}
.instagram-icon {
    margin: 0 3px;
}
.instagram-icon:before {
	font-family: 'FontAwesome';
	margin-right: 7px;
}
.next-images {
    width: 100%;
    padding: 0 15px;
}
.next-image-button {
    display: table;
    margin: 0 auto;
    background: var(--main-color);
    color: white;
    padding: 10px 25px;
    line-height: 1.3;
    font-weight: 600;
    cursor: pointer;
    transition: .15s all;
}
.next-image-button:hover {
    background: var(--second-color);
}
.next-image-button::-moz-selection {
    background: transparent;
}
.next-image-button::selection {
    background: transparent;
}
.instagram-nav-button {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    z-index: 1;
    font-size: 36px;
    text-shadow: 0 0 15px black;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.instagram-button-prev {
    left: 0;
}
.instagram-button-next {
    right: 0;
}
.instagram-ratio-carousel {
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.instagram-carousel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.instagram-carousel, .instagram-carousel .swiper-wrapper, .instagram-carousel .swipet-slide {
    height: 100%;
}
.instagram-icon-area {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.instagram-icon-inner {
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.instagram-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: var(--main-color);
    border-radius: 50%;
    font-size: 24px;
    opacity: 0;
    transition: .5s all;
}
.instagram-video:hover .instagram-icon {
    opacity: 1;
    width: 75px;
    height: 75px;
    line-height: 75px;
}
@media (min-width: 601px) and (max-width: 999px) {
	.instagram-image {
		width: 33.3%;
	}
}
@media (max-width: 600px) {
	.instagram-image {
		width: 50%;
	}
}


/* FAQ */
.master-accordion-title {
	color: black;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 15px 15px 30px;
    cursor: pointer;
    border-bottom: 1px solid var(--light-color);
    position: relative;
    line-height: 1.4;
    user-select: none;
}
.master-accordion-title:before {
    content: "\f067";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-right: 15px;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 17px;
    color: var(--main-color);
}
.master-accordion-title.active:before {
    content: "\f068";
}
.master-accordion-content {
    color: black;
    margin-top: 15px;
    display: none;
}


/* Default input */
input[type="text"], input[type="email"], input[type="password"], input[type="number"], select {
    box-shadow: none;
    appearance: none;
    font-family: var(--font-family);
    width: 100%;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    height: var(--form-height);
    line-height: var(--form-height);
    padding: 0 15px;
    color: black;
    font-size: 15px;
    background: white;
}
textarea {
    box-shadow: none
    appearance: none;
    font-family: var(--font-family);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    width: 100%;
    padding: 10px 15px;
    color: black;
    font-size: 15px;
    resize: vertical;
    min-height: 90px;
}
input[type=radio] {
    box-shadow: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    position: absolute;
    cursor: pointer;
    background: white;
    top: 0;
    left: 0;
}
input[type=radio]:checked {
    border-color: var(--main-color);
}
input[type=radio]:checked:before {
    content: '';
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
input[type=radio] + label {
    user-select: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    padding-left: 30px;
}
input[type=checkbox] {
    box-shadow: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid var(--border-color);
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    background: white;
    top: 2px;
    left: 0;
    margin: 0;
    cursor: pointer;
}
input[type=checkbox]:checked {
    background: var(--main-color);
    border-color: var(--main-color);
    color: white;
}
input[type=checkbox]:checked:before {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 11px;
}
input[type=checkbox] + label {
    user-select: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    padding-left: 30px;
    margin-bottom: 0;
}
input[type=file]::file-selector-button {
    background: var(--light-color);
    border: 1px solid var(--border-color);
    padding: 5px 15px;
}
sup, sub {
    font-size: 12px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
select {
    -webkit-appearance: none;
    background: transparent;
    background-image: url(/uploads/extra/chevron-down.svg);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 5px);
    background-position-y: 15px;
    background-size: 18px;
    cursor: pointer;
    padding-right: 30px;
    border-radius: var(--border-radius);
}


/* Form */
.grecaptcha-badge {
    display: none;
}
.form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}
.form-group .form-element {
    padding: 0 15px 15px;
}
.form-100 {
    width: 100%;
}
.form-85 {
    width: 85%;
}
.form-50 {
    width: 50%;
}
.form-33 {
    width: 33.3%;
}
.form-25 {
    width: 25%;
}
.form-15 {
    width: 15%;
}
.form-element {
    padding-bottom: 15px;
	position: relative;
}
.form-element label {
    display: block;
    width: 100%;
    margin-bottom: 3px;
}
.form-simple-file label {
    border: 1px solid #ddd;
    padding: 10px 15px;
    cursor: pointer;
}
.fsf-blocks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.fsf-button {
    border: 1px solid #ddd;
    background: #eee;
    padding: 5px 15px;
    line-height: 1.3;
    margin-right: 10px;
}
.faf-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.faf-items label {
    width: auto;
}
.faf-item {
    padding: 0 5px;
}
.faf-preview img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.faf-item i {
    width: 80px;
    height: 80px;
    border: 2px dashed #ddd;
    line-height: 80px;
    text-align: center;
    font-size: 22px;
    background: #f5f5f5;
    cursor: pointer;
}
.form-result:not(:empty) {
    margin-top: 20px;
}
.form-simple-file input, .form-advanced-file input {
    display: none;
}
.form-choices {
    display: flex;
    flex-wrap: wrap;
}
.form-choices .form-choice {
    padding-right: 30px;
}
.form-choice {
    position: relative;
}
.alert {
    padding: 10px 15px 10px 55px;
    text-align: left;
    min-height: 42px;
	position: relative;
	border-radius: var(--border-radius);
}
.alert-danger {
    color: #8d423b;
    background-color: #ffe2df;
    border-color: #ffd7d3;
}
.alert-success {
    color: #1d6944;
    background-color: #d4ffd3;
    border-color: #c3ecd8;
}
.alert-info {
    color: #281b80;
    background-color: #e0e0ff;
    border-color: #e0e0ff;
}
.alert:before {
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    top: 50%;
    left: 5px;
    height: 35px;
    width: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: white;
    border-radius: var(--border-radius);
    transform: translateY(-50%);
}
.alert-danger:before {
    content: "\f071";
    background: #da6f64;
}
.alert-success:before {
    content: '\f058';
    background: #48c346;
}
.alert-info:before {
    content: "\f05a";
    background: #464fc3;
}
@media (max-width: 650px) {
	.form-50, .form-33, .form-25 {
		width: 100%;
	}
}


/* Progress bar */
.progress {
    background: #eee;
    border-radius: 5px;
    display: none;
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
}
.progress-bar {
    height: 5px;
    line-height: 5px;
    background: red;
    font-weight: 600;
    color: white;
    padding: 0 15px;
    width: 0%;
    position: relative;
    max-width: 100%;
}
.progress-bar-text-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    right: 0;
    top: -25px;
    font-weight: 600;
    width: 100%;
}


/* ACF Map */
.acf-map-area {
    position: relative;
}
.acf-map {
	height: 450px;
	background: #eee;
	position: relative;
	border-radius: var(--border-radius);
	overflow: hidden;
}
.acf-iframe-map iframe {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    z-index: 1;
}
.map-loading {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    background: #ddd;
}
.map-loading-text {
    padding-top: 40px;
    font-weight: 600;
    font-size: 18px;
}



/* Comments */
.default-comment-form-area {
    display: none;
}
.comment-reply-area {
    margin-bottom: 20px;
}
#comments {
    padding-bottom: 20px;
}
.comment-count-heading {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.comment-list {
    list-style: none;
    margin: 0;
}
.comment {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 15px;
}
.comment-author, .comment-block {
    display: table-cell;
    vertical-align: top;
}
.comment-author {
    width: 70px;
    padding-right: 10px;
}
.comment-author .fa-solid {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #ddd;
    background: #f5f5f5;
    font-size: 30px;
    color: #999;
}
.comment-author img {
    border: 1px solid #ddd;
    padding: 3px;
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
       object-fit: cover;
}
.comment-block {
    border: 1px solid #ddd;
    padding: 10px 15px;
    width: calc(100% - 70px);
}
.comment-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
}
.date.float-right {
    color: #a7a7a7;
}
.comment-rating {
    display: inline-flex;
    color: orange;
    font-size: 13px;
}
.comment-text {
    margin-top: 5px;
}
.comment-text p {
    margin-bottom: 5px;
}
.comment-reply {
    text-decoration: underline;
    color: var(--main-color);
    cursor: pointer;
    display: inline-block;
}
.comments .children {
    margin: 0 0 0 20px;
    list-style: none;
}
.comments .children > .comment {
    margin-bottom: 0;
}
.byuser .comment-block {
    background: #f5f5f5;
}
.comment-reply-heading-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: 600;
}
.comment-reply-heading, .comment-reply-cancel {
    padding: 5px 0;
}
.comment-reply-cancel {
    text-decoration: underline;
    color: red;
    cursor: pointer;
    font-size: 14px;
}
.logged-user-comment-author {
    margin-bottom: 10px;
}
.comment-name {
    padding-right: 5px;
}
.default-comment-form {
    width: 100%;
    margin-top: 15px;
}
@-webkit-keyframes wd-rotate {
    100% {
		transform: rotate(360deg);
	}
}
@keyframes wd-rotate {
    100% {
		transform: rotate(360deg);
	}
}
@media (max-width: 600px) {
    .comment-author {
        width: 40px;
        padding-right: 5px;
    }
    .comment-author img {
        width: 35px;
        height: 35px;
    }
}


/* Rating */
.comment-ratings {
    display: flex;
    align-items: center;
    margin: 0 -2px;
}
.comment-ratings input {
    display: none;
}
.comment-rating label {
    padding: 0 2px!important;
}
.comment-rating label:before {
    content: '\f005';
    font-family: 'Font Awesome 6 Free';
    color: var(--light-color);
    font-size: 20px;
}
.active-comment-rating label:before {
    color: orange;
}


/* Gallery */
.master-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
}
.master-image {
    width: 25%;
    padding: 0 10px 20px;
}
.master-image a {
    display: block;
    overflow: hidden;
    position: relative;
}
.master-image img {
	background: var(--light-color);
}
.master-image-overlay {
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s all;
}
.master-image a:hover .master-image-overlay {
    opacity: .3;
}
@media (max-width: 350px) {
	.master-image {
		width: 100%;
	}
}
@media (min-width: 351px) and (max-width: 767px) {
	.master-gallery {
		margin: 0 -5px;
	}
	.master-image {
		width: 50%;
		padding: 0 5px 10px;
	}
}
@media (min-width: 768px) and (max-width: 999px) {
	.master-image {
		width: 33.3%;
	}
}



/* Table */
table {
    width: 100%;
    line-height: 1.5;
    border-collapse: collapse;
    margin: 20px 0;
	text-align: left;
}
th, td {
    border: 1px solid #ddd;
    padding: 5px 15px;
}
tr:nth-child(odd) {
    background: #f5f5f5;
}



/* Toolbar */
.toolbar-area {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 1000000;
}
.toolbar-area a {
    position: absolute;
    color: white;
    border-radius: 50%;
    left: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
	font-size: 20px;
	display: block;
}
.toolbar-phone {
    background: #6565ff;
    bottom: 0;
}
.toolbar-whatsapp {
    background: #45c71b;
    bottom: 55px;
}
@media (min-width: 768px) {
	.toolbar-area {
	    display: none;
	}
}


/* Loading */
.loading {
	color: transparent!important;
	position: relative;
	pointer-events: none;
}
.loading:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: opacity 0s ease;
	opacity: 1;
    animation: loading 450ms infinite linear;
    transition: opacity .25s ease;
}
.loading:before {
	visibility: hidden;
}
.small-loading-icon:after {
    width: 15px;
    height: 15px;
    margin-left: -7.5px;
    margin-top: -7.5px;
}
.big-loading-icon:after {
    width: 45px;
    height: 45px;
    margin-left: -22.5px;
    margin-top: -22.5px;
}
.light-loading-icon:after {
    border: 1px solid rgba(255,255,255,.3);
    border-left-color: #fff;
}
.dark-loading-icon:after {
    border: 1px solid rgba(0,0,0,.3);
    border-left-color: #000;
}
@-webkit-keyframes loading {
    100% {
		transform: rotate(360deg);
	}
}
@keyframes loading {
    100% {
		transform: rotate(360deg);
	}
}


/* QR code */
.qr-code img {
    width: 150px;
}



/* Swiper js */
.master-slider {
    height: 0;
    overflow: hidden;
}
.master-slider.swiper-initialized {
    height: auto;
}



/* Hide admin bar */
.active-admin-bar {
    margin-top: 35px;
}
.admin-bar {
    display: none;
}
.active-admin-bar .admin-bar {
    display: flex;
}
.hide-admin-bar {
    position: fixed;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    z-index: 100000;
}
.active-admin-bar .hide-admin-bar {
    top: 35px;
}


/* Pagination */
.pagination {
    margin: 30px 0 0;
    list-style: none;
}
.page-item {
    display: inline-block;
}
.page-item a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--light-color);
    margin-right: 5px;
    color: black;
    border-radius: var(--border-radius);
    padding: 0;
}
.page-item.active a, 
.page-item a:hover {
    background: var(--main-color);
    color: white;
}


/* Fancybox */
body.compensate-for-scrollbar {
    overflow: unset!important;
}
.fancybox-active .admin-bar {
    z-index: 1;
}


/* Mobile sticky phone */
.mobile-sticky-area {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 1000;
}
.mobile-sticky-elements a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    margin-top: 7px;
    font-size: 18px;
}
.mobile-sticky-phone {
    background: var(--main-color);
}
.mobile-sticky-whatsapp {
    background: #25ce25;
}
@media (min-width: 801px) {
    .mobile-sticky-area {
        display: none;
    }
}



/* MailChimp */
#mailchimp {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
#mailchimp > div {
    padding: 0 5px;
}
.mailchimp-element input {
    border: 1px solid #ddd;
    height: 40px;
    padding: 0 10px;
}
.mailchimp-button button {
    background: red;
    height: 40px;
    padding: 0 30px;
    font-size: 17px;
    color: white;
    text-transform: uppercase;
}
.mailchimp-result:not(:empty) {
    display: table;
    margin: 10px auto 0;
}
.mailchimp-success {
    position: relative;
    padding-left: 35px;
    font-weight: 600;
}
.mailchimp-success:before {
    content: '\f058';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    color: var(--main-color);
}



/* Notify template */
.notify-block-area {
    text-align: center;
    margin-bottom: 30px;
}
.notify-block-icon-area {
    width: 150px;
    height: 150px;
    background: #00a900;
    display: flex;
    align-items: center;
    margin: 0 auto 30px;
    justify-content: center;
    border-radius: 30px;
    color: white;
    font-size: 100px;
}
.notify-fe-fe-check {
    background: #00a900;
}
.notify-fe-fe-x {
    background: #ff0000;
}
.notify-block-area h3 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.notify-block-description {
    color: #666;
    margin: 0 auto 25px;
    width: 600px;
    max-width: 100%;
}



/* Callout */
.callout-form-element {
    margin-bottom: 10px;
}
.callout-form-element input {
    width: 100%;
    border: 1px solid #ddd;
    height: var(--form-height);
    font-size: 15px;
    padding: 0 15px;
}
.success-message {
    text-align: center;
    color: #ccc;
    display: none;
}
.success-message:before {
    content: '\f058';
    font-family: "Font Awesome 6 Free";
    display: table;
    margin: 0 auto 15px;
    font-size: 24px;
    color: yellow;
}


/* Callout modal */
#callout-modal-form {
    width: 500px;
    display: none;
}


/* Master buttons */
.button {
    height: var(--form-height);
    cursor: pointer;
    padding: 0 30px;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    border-radius: var(--border-radius);
    line-height: 1.2;
    user-select: none;
    font-weight: 500;
    transition: .15s all;
}
.simple-button {
    height: 42px;
    cursor: pointer;
    padding: 0 15px;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    border-radius: var(--border-radius);
    line-height: 1.2;
    user-select: none;
    font-weight: 500;
    transition: .15s all;
}
.primary-button {
    background: var(--main-color);
    color: white;
    border: 1px solid var(--main-color);
}
.outline-button {
    background: #fff;
    color: var(--main-color);
    border: 1px solid var(--main-color);
}
.outline-button:hover {
    background: var(--main-color);
    color: white;
    border-color: var(--main-color);
}
.colored-button {
    background: var(--second-color);
    color: white;
    border: 1px solid var(--second-color);
}
.colored-button:hover {
    background: #f75848;
    border-color: #f75848;
}
.white-button {
    background: #fff;
    color: var(--second-color);
    border: 1px solid #fff;
}
.wide-button {
    width: 100%;
}
.icon-right-button:after {
    content: "";
    background-image: url(/uploads/2026/03/arrow-right.svg);
    margin-left: 15px;
    margin-right: -5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    transition: .3s all;
}
.white-button:after {
    background-image: url(/uploads/2026/03/arrow-dark.svg);
}
.icon-right-button:hover:after {
    transform: translateX(5px);
}
.icon-left-button:before {
    content: "\e912";
    font-family: Feather;
    margin-left: -10px;
    margin-right: 10px;
    font-size: 14px;
}
.icon-right-button.loading:after {
    margin-left: -7.5px;
    margin-right: 0;
}
@media (max-width: 767px) {
    .simple-button {
        width: 100%;
    }
}



/* Animations */
.animate {
    transition: 1.2s all;
}
.scale-animation {
    transform: scale(0.5);
    opacity: 0;
}
.fade-animation {
    opacity: 0;
}
.left-to-right-animation {
    transform: translateX(-100px);
    opacity: 0;
}
.right-to-left-animation {
    transform: translateX(100px);
    opacity: 0;
}
.top-to-bottom-animation {
    transform: translateY(-100px);
    opacity: 0;
}
.bottom-to-top-animation {
    transform: translateY(100px);
    opacity: 0;
}
.animated {
    opacity: 1;
    transform: none;
}


/* Fixed header */
.has-fixed-header #site-header {
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    animation-name: sticky;
    animation-duration: .5s;
    border-top: 0;
    box-shadow: 0 15px 15px rgb(100 100 100 / 5%);
}
.has-fixed-header.active-admin-bar #site-header {
    margin-top: 35px;
}
.has-fixed-header .header-aside {
    position: absolute;
    right: 0;
}
@keyframes sticky {
    from {
        transform: translateY(-80px);
    }
    to {
        transform: translateY(0);
    }
}


/* Topbar */
#topbar-wrap {
    border-bottom: 1px solid #ddd;
}
.topbar-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 -15px;
}
.topbar-block {
    padding: 5px 15px;
}
.topbar-elements {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px;
}
.topbar-element {
    padding: 5px 15px;
}



/* Master heading */
.heading-blocks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px 10px;
}
.heading-block {
    padding: 0 15px 30px;
}
.hb-1 {
    width: 66.6%;
}
.hb-2 {
    width: 33.3%;
    display: flex;
    justify-content: flex-end;
}
.heading-area {
    margin-bottom: 40px;
}
.heading-blocks .heading-area {
    margin-bottom: 0;
}
.heading {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--second-color);
}
.center-heading {
    text-align: center;
}
.center-heading .description {
    margin-left: auto;
    margin-right: auto;
}
.light-heading .heading,
.light-heading .sub-heading {
    color: white;
}
.light-heading a {
    color: white;
}
.heading-block h4, .heading-block h2 {
    margin-bottom: 0;
}
.description {
    margin-top: 15px;
    width: 1000px;
    max-width: 100%;
}
@media (max-width: 767px) {
    .heading-block {
        width: 100%;
    }
}



/* Whatsapp */
.whatsapp-toolbar-area {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}
.whatsapp-icon-box {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whatsapp-toolbar-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    padding-right: 20px;
    display: none;
}
.whatsapp-toolbar-text span {
    display: block;
    background: white;
    color: black;
    padding: 8px 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(92 92 92 / 12%);
    line-height: 1.2;
    text-align: center;
    min-width: 170px;
    font-weight: 500;
    position: relative;
    z-index: -1;
}
.whatsapp-toolbar-text span:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #21ad21;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    z-index: 1;
}
.whatsapp-toolbar-icon {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    background: #21ad21;
    border-radius: 50%;
    font-size: 32px;
}



/* Language switcher */
.language-list-switcher ul {
    margin: 0 -7px;
    list-style: none;
    display: flex;
}
.language-list-switcher li {
    padding: 0 7px;
}
.language-list-switcher .language-item a {
    display: flex;
    align-items: center;
}
.language-list-switcher .language-item img {
    width: 22px;
    height: 22px;
}
.language-list-switcher .language-label {
    padding-left: 7px;
    font-weight: 600;
    color: black;
}



.language-dropdown-switcher ul {
    margin: 0;
    list-style: none;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}
.language-dropdown-switcher .ls-sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -8px;
    width: 100%;
    box-shadow: 0 0 10px rgb(0 0 0 / 8%);
    border-radius: 8px;
    min-width: 40px;
    background: white;
    padding: 8px 0;
}
.language-dropdown-switcher img {
    width: 24px;
    height: 24px;
    display: none;
}
.language-dropdown-switcher .language-label {
    font-weight: 500;
    transition: .3s all;
}
.language-dropdown-switcher:hover .ls-sub-menu {
    display: block;
}
.language-dropdown-switcher .ls-current-lang {
    display: flex;
    align-items: center;
    height: 38px;
    color: white;
    border-radius: 8px;
}
.simple-header .language-dropdown-switcher .ls-current-lang {
    color: black;
}
.language-dropdown-switcher .ls-current-lang:after {
    content: "";
    background-image: url(/uploads/2026/03/chevron.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    margin-left: 5px;
    font-weight: 400;
    transform: translateY(-1px);
}
.simple-header .language-dropdown-switcher .ls-current-lang:after {
    background-image: url(/uploads/2026/03/chevron-dark.svg);
}
.language-dropdown-switcher .language-item {
    display: flex;
    justify-content: center;
}
.language-dropdown-switcher .language-item a {
    color: black;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.language-dropdown-switcher .language-item a:hover .language-label {
    opacity: .5;
}
.language-dropdown-switcher .language-item:not(:last-child) {
    margin-bottom: 5px;
}
.language-dropdown-switcher .language-switcher.language-dropdown-switcher {
    margin-left: 15px;
}



/* Canvas sidebar */
.canvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .7;
    display: block;
    z-index: 999;
    visibility: hidden;
}
.active-canvas-overlay {
    visibility: visible;
}
.canvas-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;
    background: white;
    height: 100%;
    transform: translate3d(100%,0,0);
    z-index: 10000;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.active-canvas-sidebar {
    transform: none;
}
.canvas-sidebar-header {
    border-bottom: 1px solid var(--light-color);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px;
}
.csh-heading {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
}
.canvas-sidebar-body {
    padding: 40px 20px;
    overflow-y: auto;
    height: calc(100% - 97px);
}
.csh-close {
    font-size: 15px;
    cursor: pointer;
}
.csh-close:after {
    content: "\ea02";
    font-family: Feather;
    margin-left: 5px;
    transform: translateY(3px);
    display: inline-block;
    font-size: 18px;
}



/* Audio */
audio {
    height: 40px;
    width: 100%;
}
audio::-webkit-media-controls-enclosure {
    border-radius: 5px;
}
audio::-webkit-media-controls-panel {
    background: #ddd;
    height: 40px;
}



/* Swiper */
.relative-slider {
    position: relative;
}
.side-swiper-nav {
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 40px;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #002647;
    border-radius: 8px;
    z-index: 1;
    display: flex;
    align-items: center;
    transition: .3s;
}
.ssn-prev {
    left: 0;
}
.ssn-next {
    right: 0;
    justify-content: flex-end;
}
.center-swiper-navigations {
    display: flex;
    justify-content: center;
    margin: 0 -5px;
}
.center-swiper-nav {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 5px;
    cursor: pointer;
}
.swiper-pagination {
    display: flex;
    margin: 30px -5px 0;
}
.swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    cursor: pointer;
    background: #ddd;
    transition: .3s all;
}
.swiper-pagination .swiper-pagination-bullet-active, 
.swiper-pagination .swiper-pagination-bullet:hover {
    background: #444;
}
.dots-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
}
.liner-swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    display: block;
}
.center-swiper-pagination {
    justify-content: center;
}
.swiper-slide .master-post {
    width: 100%;
    padding: 0;
}
@media (max-width: 767px) {
    .side-swiper-navs {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        gap: 10px;
        font-size: 18px;
    }
    .side-swiper-nav {
        position: relative;
        top: auto;
        transform: none;
    }
}




/* Tabs */
.tabs-heading {
    list-style: none;
    margin: 0;
    display: flex;
    border-bottom: 1px solid #ccc;
}
.tabs-heading li {
    text-align: center;
    font-weight: 500;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    padding: 0 20px;
    line-height: 1.2;
    color: #888;
}
.tabs-heading .active-tab {
    color: black;
}
.tabs-heading .active-tab:before {
    content: '';
    height: 3px;
    width: 100%;
    background: var(--main-color);
    left: 0;
    bottom: -1.5px;
    position: absolute;
}
.tabs-body > div:not(:first-child) {
    display: none;
}



/* Master scroll */
.master-scrolls ::-webkit-scrollbar, .master-scroll::-webkit-scrollbar  {
    width: 3px;
}
.master-scrolls ::-webkit-scrollbar-track, .master-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.master-scrolls ::-webkit-scrollbar-thumb, .master-scroll::-webkit-scrollbar-thumb {
    background: #888;
}
.master-scrolls ::-webkit-scrollbar-thumb:hover, .master-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}



/* FontAwesome */
.fa-solid:before {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
}
.fa-brands:before {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-x-twitter:before {
    content: "\e61b";
}
.fa-linkedin:before {
    content: "\f08c";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-tiktok:before {
    content: "\e07b";
}
.fa-play:before {
    content: "\f04b"
}
.fa-envelope:before {
    content: "\f0e0";
}



/* Contact */
.contact-heading-block {
    margin-bottom: 80px;
}
.contact-heading-block .heading {
    margin-bottom: 15px;
}
.contact-blocks {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -30px;
}
.contact-block {
    width: 50%;
    padding: 0 30px;
    font-weight: 500;
    position: relative;
}
.contact-block:last-child:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #c9c9c9;
}
.master-main-menu .contact-block:last-child:before {
    display: none;
}
.contact-block, .contact-block a {
    color: #33383f;
}
.contact-main-block a:hover {
    opacity: .6;
}
.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.contact-item:not(:last-child) {
    margin-bottom: 8px;
}
.master-main-menu .contact-item {
    gap: 10px;
}
.master-main-menu .contact-item:not(:last-child) {
    margin-bottom: 0;
}
.master-main-menu .contact-item a {
    line-height: 1.5;
    font-size: 15px;
}
.contact-item a {
    padding: 6px 0;
    display: inline-block;
}
.master-main-menu .contact-item:last-child a {
    color: var(--main-color);
}
.contact-country {
    font-weight: 500;
    margin-bottom: 15px;
}
.contact-item-icon {
    width: 20px;
    flex-shrink: 0;
}
.contact-main-block {
    padding-bottom: 30px;
}
@media (max-width: 600px) {
    .contact-block {
        width: 100%;
    }
    .contact-block:first-child {
        padding-bottom: 60px;
    }
    .contact-block:last-child:before {
        width: 90%;
        height: 1px;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
    }
}





/* Archive */
body.archive {
    background: #f8f9fb;
}
.master-posts {
    padding: 20px 0 75px;
}
.master-post:not(:last-child) {
    margin-bottom: 136px;
}
.master-post-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.master-post-thumbnail {
    flex-grow: 1;
    flex-basis: 0;
    border: 1px solid #8ab4d8;
}
.master-post-details {
    flex-grow: 1;
    flex-basis: 0;
    padding: 40px 40px 40px 48px;
    background: white;
    margin-left: -72px;
    position: relative;
    border: 1px solid #e5e5ea;
    z-index: 1;
}
.master-post:nth-child(even) .master-post-details, .home .master-post-details {
    margin-left: 0;
    margin-right: -72px;
    order: 1;
}
.master-post:nth-child(even) .master-post-thumbnail, .home .master-post-thumbnail {
    order: 2;
}
.master-post-excerpt {
    margin-bottom: 35px;
}
@media (max-width: 767px) {
    .master-posts {
        padding: 0;
    }
    .master-post-inner {
        flex-direction: column;
    }
    .master-post-thumbnail, 
    .master-post-details {
        flex-basis: auto;
        width: 100%;
    }
    .master-post-details {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: -48px;
        padding: 30px 20px;
        order: 2 !important;
    }
    body:not(.home) .master-post-thumbnail {
        order: 1 !important;
        border: 0;
        width: 100vw;
        position: relative;
        margin-left: -50%;
        margin-right: -50%;
    }
    .master-post:not(:last-child) {
        margin-bottom: 60px;
    }
}




/* Single partners */
.partners-slider {
    padding-right: 1px;
}
.partners {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.partner {
    width: 25%;
    padding: 0 15px 60px;
    text-align: center;
}
.swiper-slide .partner {
    width: 100%;
    padding: 0;
}
.partner-logo {
    border: 1px solid #c7c7cc;
    border-radius: 24px;
    padding: 48px 42px;
    margin-bottom: 24px;
    background: white;
}
.swiper-slide .partner-logo {
    margin-bottom: 0;
}
.partner-name {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
}
.swiper-slide .partner-name {
    display: none;
}
.single-partner-content {
    margin-bottom: 80px;
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 1.33;
    font-style: italic;
}
@media (max-width: 1000px) {
    .partner {
        width: 33.3%;
    }
}
@media (max-width: 700px) {
    .partner {
        width: 50%;
    }
    .single-partner-content {
        font-size: 1.6rem;
    }
}
@media (max-width: 420px) {
    .partner {
        width: 100%;
    }
}


/* All partners */
body.post-type-archive-terefdasliq {
    background: white;
}
.partner-slide-logo {
    padding: 48px 42px;
    border: 1px solid #c7c7cc;
    border-radius: 24px;
    background-color: #fff;
}
.all-partners-block .relative-slider {
    padding: 0 85px;
}
.partners-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 64px;
}
@media (max-width: 767px) {
    .all-partners-block .relative-slider {
        padding: 0;
    }
    .partners-button {
        margin-top: 20px;
    }
    .partners-button a {
        width: 100%;
    }
}


/* Services */
body.post-type-archive-xidmetler {
    background: white;
}
.services {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -55px;
}
.service {
    width: 50%;
    padding: 0 15px 55px;
    display: flex;
}
.service-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.service-details {
    padding: 32px 0;
    border-bottom: 1px solid #e5e5ea;
}
.single-xidmetler .service-details {
    border-bottom: 0;
}
.service-excerpt {
    margin-bottom: 25px;
}
.service-button a {
    display: inline-block;
    font-weight: 500;
}
.related-services {
    margin-top: 80px;
}
.arrow-button {
    position: relative;
    padding-right: 35px;
    font-weight: 500;
}
.arrow-button:after {
    content: '';
    background-image: url(/uploads/2026/02/arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: .3s all;
}
.arrow-button:hover:after {
    margin-right: -5px;
}
.all-services-button {
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 700px) {
    .service {
        width: 100%;
    }
}



/* Project categories */
.project-categories {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px -80px;
}
.project-category {
    width: 50%;
    padding: 0 40px 80px;
}
.project-category a {
    display: block;
    aspect-ratio: 625 / 480;
    position: relative;
}
.project-category a:before {
    content: '';
    background: linear-gradient(180deg,rgba(0,38,71,0) 0,rgba(0,38,71,.8) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.project-category-title {
    position: absolute;
    bottom: 10px;
    color: white;
    text-align: center;
    width: 100%;
}
@media (max-width: 959px) {
    .project-categories {
        margin: 0 -20px -40px;
    }
    .project-category {
        padding: 0 20px 40px;
    }
    .project-category-title {
        font-size: 2.2rem;
        bottom: 0;
    }
}
@media (max-width: 600px) {
    .project-category {
        width: 100%;
    }
}


/* Slider */
.slider-area {
    position: relative;
}
.slider-area:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .2;
    background: #000;
}
.slider-area video {
    width: 100%;
    height: 100svh;
    object-fit: cover;
    display: block;
}
.slider-content {
    position: absolute;
    bottom: 50px;
    left: 64px;
    z-index: 10;
}
.slider-content .social-network-label {
    display: none;
}
.slider-content a {
    color: white;
}
.slider-content .social-network-item-wl {
    width: 100%;
}
.slider-content .social-network-item-wl img {
    filter: invert(1) brightness(10);
}
.slider-scroll {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.4rem;
    line-height: 1.7;
    text-decoration: none;
    color: #fff;
    margin-top: -30px;
}
.slider-scroll span:first-child {
    margin-top: 100%;
    transform-origin: 0 0;
    transform: rotate(-90deg);
}
.slider-scroll span:last-child {
    position: relative;
    display: block;
    width: 18px;
    height: 28px;
    margin: 0 2px;
    border: 1px solid #fff;
    border-radius: 8px;
}
.slider-scroll span:last-child::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 2px;
    height: 10px;
    border-radius: 2px;
    background: #fff;
    animation: scroll 2s infinite;
}
@keyframes scroll {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(3px);
    }
    60% {
        transform: translateX(-50%) translateY(2px);
    }
}
.slider-create {
    position: absolute;
    bottom: 50px;
    right: 64px;
    z-index: 1;
    color: white;
    font-size: 2.4rem;
    font-family: Segeo;
    padding: 14px 20px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    gap: 5px;
}
.slider-create i {
    margin-right: -5px;
    transform: rotate(10deg);
    margin-left: -3px;
    margin-top: 1px;
}
.slider-create span {
    text-shadow: #ea3323 0px 0 2px, #ea3323 0px 0 2px, #ea3323 0px 0 2px, #ea3323 0px 0 2px, #ea3323 0px 0 2px;
    color: transparent;
}
.slider-create:after {
    content: '';
    display: block;
    width: 48px;
    height: 32px;
    margin-left: 12px;
    background-image: url(/uploads/2026/03/create-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    transition: .3s;
}
.slider-create:hover:after {
    transform: translateX(5px);
}
@media (max-width: 767px) {
    .slider-content {
        position: absolute;
        bottom: 15px;
        left: 15px;
        z-index: 10;
    }
    .slider-scroll {
        row-gap: 0;
    }
    .slider-content .social-networks {
        gap: 10px;
    }
    .slider-create {
        flex-wrap: wrap;
        bottom: 15px;
        right: 15px;
        width: 230px;
        max-width: 100%;
        font-size: 1.9rem;
    }
    .slider-create span {
        display: block;
        width: 100%;
    }
    .slider-create:after {
        width: 100%;
    }
}



/* News */
.posts {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -80px;
}
.post {
    width: 25%;
    padding: 0 15px 80px;
}
.swiper-slide .post {
    width: 100%;
    padding: 0;
}
.post-inner {
    display: block;
}
.post-thumbnail {
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    margin-bottom: 16px;
}
.post-thumbnail img {
    aspect-ratio: 5/3.1;
    object-fit: cover;
    background: var(--light-color);
    transition: .3s all;
}
.post-inner:hover img {
    transform: scale(1.05);
}
.post-date {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
    padding: 4px 8px;
    font-size: 1.2rem;
    line-height: 1.33;
    border-radius: 16px;
    color: var(--main-color);
    background: rgba(255, 255, 255, .7);
}
.master-main-menu h6 {
    font-size: 1.6rem;
}
@media (max-width: 999px) {
    .post {
        width: 33.3%;
    }
}
@media (max-width: 767px) {
    .post {
        width: 100%;
    }
}



/* Single post */
.single-posts-part .single-content {
    margin-bottom: 60px;
}
.single-post-gallery {
    margin-bottom: 60px;
}
.post-gallery-slide a {
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.post-gallery-slide a > img {
    aspect-ratio: 5 / 3.3;
    object-fit: cover;
}
.post-gallery-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.post-gallery-navs {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
    user-select: none;
}
.post-gallery-nav {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    border: 1px solid #e5e5ea;
    border-radius: 50%;
    padding: 14px;
    cursor: pointer;
    transition: .3s all;
}
.post-gallery-prev {
    transform: rotate(180deg);
}
.post-gallery-nav:hover {
    background: #e5e5ea;
}
.post-gallery-nav.swiper-button-disabled {
    opacity: .35;
    pointer-events: none;
}



/* Projects */
.project-tabs-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--main-color);
    color: var(--second-color);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 80px;
}
.project-tab {
    padding: 20px 40px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    cursor: pointer;
}
.project-tab:not(.active):hover {
    color: var(--main-color);
}
.project-tab.active {
    background: var(--main-color);
    color: white;
}
.projects {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px -80px;
}
.project {
    width: 50%;
    padding: 0 40px 80px;
}
.project-details {
    padding-top: 20px;
}
.project-status:not(:empty) {
    display: inline-block;
    margin-bottom: 12px;
    padding: 8px 12px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.33;
    background-color: var(--main-color);
    color: #fff;
    text-transform: uppercase;
}
.project-title a {
    text-transform: uppercase;
}
@media (max-width: 850px) {
    .projects {
        margin: 0 -15px -30px;
    }
    .project {
        padding: 0 15px 30px;
    }
}
@media (max-width: 600px) {
    .project {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .project-tabs-heading {
        flex-direction: column;
        border-bottom: none;
        margin-bottom: 40px;
        position: relative;
    }

    .project-tab {
        width: 100%;
        display: none;
        text-align: left;
        border: 1px solid #e5e5ea;
        border-radius: 8px !important;
        margin-bottom: 10px;
        order: 2;
        padding: 14px 25px;
    }

    /* Aktiv olanı həmişə göstər və ən başa gətir */
    .project-tab.active {
        display: block;
        order: 1;
        border-color: var(--main-color);
        position: relative;
    }

    /* Menyu açılanda hamısını göstər */
    .project-tabs-heading.is-open .project-tab {
        display: block;
    }

    /* Aktiv tabın yanına "aşağı ox" işarəsi */
    .project-tab.active::after {
        content: '';
        background-image: url(/uploads/2026/03/chevron.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        font-size: 12px;
        width: 24px;
        height: 24px;
        transition: .3s all;
    }
    
    .project-tabs-heading.is-open .project-tab.active::after {
        transform: translateY(-50%) rotate(180deg);
    }
}




/* Single project */
.single-project-youtube iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #222;
}
.project-meta-area {
    border: 1px solid var(--main-color);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 80px;
}
.project-meta-blocks {
    display: flex;
    flex-wrap: wrap;
}
.project-meta {
    display: flex;
    align-items: center;
    width: 25%;
    line-height: 1.3;
    gap: 12px;
    padding: 10px 20px;
}
.project-meta:not(:last-child) {
    border-right: 1px solid var(--main-color);
}
.project-meta-icon {
    width: 20px;
}
.project-meta-title {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.project-meta-value sup {
    font-size: 8px;
}
@media (max-width: 1000px) {
    .project-meta {
        width: 100%;
        border-right: 0!important;
        padding: 10px 0;
    }
    .project-meta:not(:last-child) {
        border-bottom: 1px solid var(--main-color);
    }
}



/* About */
.about-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px -50px;
}
.about-block {
    padding: 0 25px 50px;
    width: 50%;
}
.about-video {
    position: relative;
    padding: 0 0 60px 60px;
}
.about-video:before {
    content: "";
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/uploads/2026/03/logo-pattern.svg) left bottom / 120px;
}
.about-video iframe {
    width: 100%;
    aspect-ratio: 5 / 3;
    border-radius: 10px;
}
.about-content {
    width: 660px;
    max-width: 100%;
}
.blocks-area {
    padding: 80px 0;
}
.blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
}
.block {
    width: 33.3%;
    padding: 0 15px 30px;
    display: flex;
}
.block-item {
    width: 100%;
    background: #e6eef8;
    padding: 30px;
    border-radius: 20px;
}
.block-title {
    color: var(--second-color);
}
.block-info strong {
    display: inline-block;
}
@media (max-width: 1000px) {
    .about-block {
        width: 100%;
    }
    .about-content {
        width: 100%;
    }
    .about-video {
        padding: 0;
    }
    .block {
        width: 100%;
    }
    .about-video:before {
        display: none;
    }
}



/* Certificates */
.cert-project {
    color: var(--main-color);
    font-weight: 500;
    line-height: 1.4;
    margin: -10px 0 15px;
}
.cert-details {
    padding-top: 25px;
}
.cert-thumbnail {
    padding: 0 25px;
}
.cert-details h6 {
    height: 56px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
}
.square-navs {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
    user-select: none;
}
.square-nav {
    width: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    border: 1px solid var(--second-color);
    border-radius: 8px;
    cursor: pointer;
    justify-content: flex-end;
    padding-right: 13px;
    user-select: none;
    transition: .3s all;
}
.square-nav img {
    width: 20px;
}
.square-nav-prev {
    transform: rotate(180deg);
}
.square-nav:hover {
    background: #e5e5ea;
}
.square-nav.swiper-button-disabled {
    opacity: .35;
    pointer-events: none;
}



/* CEO */
.ceo-area .container {
    width: 1215px;
}
.ceo-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px -50px;
}
.ceo-block {
    padding: 0 25px 50px;
}
.ceo-1 {
    width: 55%;
}
.ceo-2 {
    width: 45%;
}
.ceo-info-block {
    background: #f5f5f5;
    padding: 30px;
    border: 1px solid #e5e5ea;
}
.ceo-block h3 {
    margin-bottom: 20px;
}
.ceo-details h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.ceo-position {
    font-size: 20px;
    color: #6f767e;
    font-weight: 500;
}
.ceo-arrow {
    display: flex;
    justify-content: flex-end;
}
.ceo-arrow i {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    transition: .15s all;
}
.ceo-arrow i.active {
    transform: rotate(180deg);
}
.ceo-info {
    display: none;
}
@media (max-width: 1000px) {
    .ceo-block {
        width: 100%;
    }
    .ceo-1 {
        order: 2;
    }
    .ceo-2 {
        order: 1;
    }
}



/* Staff */
.team-area {
    padding-top: 80px;
}
.team {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
}
.staff {
    width: 33.3%;
    display: flex;
    padding: 0 15px 30px;
}
.staff-block {
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #e5e5ea;
    padding: 16px 16px 30px;
    min-height: 530px;
    position: relative;
    overflow: hidden;
}
.staff-thumbnail img {
    margin-left: auto;
    transition: .5s all;
}
.active .staff-thumbnail img {
    width: 30%;
}
.staff-main-details {
    position: relative;
    transition: .5s all;
}
.active .staff-main-details {
    transform: translateY(-75%);
    font-size: 14px;
    padding-right: 120px;
    line-height: 1.2;
}
.staff-button {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 25px;
    right: 25px;
    cursor: pointer;
    z-index: 1;
}
.staff-info {
    position: absolute;
    bottom: -100%;
    height: 64%;
    overflow-y: auto;
    padding-bottom: 30px;
    padding-right: 20px;
    transition: .6s all;
}
.active .staff-info {
    bottom: 0;
}
.staff-details h5 {
    transition: .3s all;
}
.active h5 {
    font-size: 2.4rem;
}
.staff-details {
    padding: 25px 10px 0;
}
.staff-detail {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #6f767e;
}
.staff-detail img {
    width: 24px;
    height: 24px;
    flex-shrink: 1;
}
.staff-position {
    margin-bottom: 7px;
}
@media (max-width: 1300px) {
    .staff-details h5 {
        font-size: 24px;
    }
    .active .staff-main-details {
        transform: translateY(-60%);
    }
    .active .staff-info {
        padding-top: 15px;
    }
}
@media (max-width: 1200px) {
    .staff {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .staff {
        width: 100%;
    }
}



/* Home posts */
.home-posts-area {
    padding: 60px 0;
    position: relative;
}
.all-posts-button {
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 767px) {
    .home-posts-area .square-navs {
        position: absolute;
        bottom: 130px;
        left: 50%;
        transform: translateX(-50%);
    }
    .home-posts-area .posts-slider {
        padding-bottom: 60px;
        z-index: -1;
        position: relative;
    }
}



/* History */
.home-history-area {
    padding: 64px 0;
    background: white;
    position: relative;
}
.history-blocks {
    display: flex;
}
.history-block-1 {
    width: 85.7%;
}
.history-block-2 {
    width: 14.3%;
    z-index: 1;
}
.history {
    font-size: 1.2rem;
    line-height: 1.33;
    color: #6f767e;
    text-align: center;
    overflow: hidden;
}
.history-block-2 .history {
    color: #b0cce5;
}
.history-year {
    position: relative;
    display: inline-block;
    margin-bottom: 32px;
    padding: 4px 16px;
    color: #fff;
    border-radius: 16px;
    background-color: var(--main-color);
}
.history-year::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -120px;
    transform: translateY(-50%);
    z-index: -1;
    display: block;
    width: 300px;
    height: 1px;
    background-color: #e6eff7;
}
.history-year::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -8px;
    right: -8px;
    z-index: -1;
    background-color: #fff;
    border-radius: 16px;
}
.history-info {
    background: url(/uploads/2026/03/statistics.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 34px 24px;
    margin: 0 15px;
}
.history-block-2 .history-info {
    background-image: url(/uploads/2026/03/statistics2.svg);
}
.history-info-item:not(:last-child) {
    margin-bottom: 10px;
}
.history-info-count {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 500;
    color: var(--second-color);
}
.history-block-2 .history-info-count {
    color: white;
}
@media (max-width: 1260px) {
    .history-block-1 {
        width: 83.4%;
    }
    .history-block-2 {
        width: 16.6%;
    }
}
@media (max-width: 1060px) {
    .history-block-1 {
        width: 75%;
    }
    .history-block-2 {
        width: 25%;
    }
}
@media (max-width: 900px) {
    .history-block-1 {
        width: 66.6%;
    }
    .history-block-2 {
        width: 33.3%;
    }
}
@media (max-width: 700px) {
    .history-block-1 {
        width: 50%;
    }
    .history-block-2 {
        width: 50%;
    }
}



/* Home about */
.home-about-area {
    padding: 64px 0;
    position: relative;
}
.home-about-block {
    width: 90%;
    margin-left: auto;
}
.home-about-block .master-post-thumbnail {
    flex-grow: 1.7;
}
@media (max-width: 1000px) {
    .home-about-block {
        width: 100%;
    }
}



/* Partners */
.home-partners-area {
    position: relative;
    padding: 64px 0 40px;
}
@media (max-width: 767px) {
    .home-partners-area {
        padding: 64px 0 90px;
    }
    .home-partners-area .certs-navs {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}



/* Types */
.home-types-area {
    position: relative;
    padding: 64px 0;
}
.home-colorfull-types-area:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    z-index: -1;
}
.v-tab-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.vtb-1 {
    width: 32%;
}
.vtb-2 {
    width: calc(68% - 30px);
}
.v-tab-headings {
    margin: 0;
    list-style: none;
}
.v-tab-headings li {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 500;
    background: white;
    border-radius: 8px;
    padding: 14px 16px 14px 24px;
    cursor: pointer;
    color: var(--second-color);
    transition: background-color .3s;
}
.v-tab-headings li span {
    display: block;
    transition: .3s all;
}
.v-tab-headings li:hover {
    color: var(--main-color);
}
.v-tab-headings li:hover span {
    transform: translateX(10px);
}
.v-tab-headings li:not(:last-child) {
    margin-bottom: 16px;
}
.home-simple-types-area .v-tab-headings li {
    border: 1px solid #e5e5ea;
}
.home-simple-types-area .v-tab-headings li.active-tab, .home-simple-types-area .v-tab-headings li:hover {
    background: var(--main-color);
    color: white;
}
@media (max-width: 850px) {
    .vtb-1, .vtb-2 {
        width: 100%;
    }
    .vtb-1 {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .v-tab-headings {
        display: flex;
        flex-direction: column;
        border-radius: 5px;
        overflow: hidden;
    }

    .v-tab-headings li {
        display: none; /* Hamısını gizlət */
        padding: 15px 45px 15px 15px;
        background: #fff;
        border: 1px solid #ddd;
        cursor: pointer;
        order: 2;
    }

    /* Yalnız aktiv olanı göstər və ən başa gətir */
    .v-tab-headings li.active-tab {
        display: block;
        order: 1;
        background: #f8f8f8;
        position: relative;
        border-color: transparent;
    }

    /* Accordion "açıq" olanda bütün li-ləri göstər */
    .v-tab-headings.is-open li {
        display: block;
    }

    /* Aktiv tabın yanına kiçik ox işarəsi (istəyə bağlı) */
    .v-tab-headings li.active-tab::after {
        content: '';
        background-image: url(/uploads/2026/03/chevron.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        transition: transform 0.3s;
        position: absolute;
        width: 26px;
        height: 26px;
    }
    
    .home-colorfull-types-area .v-tab-headings li.active-tab::after {
        background-image: url(/uploads/2026/03/chevron-blue.svg);
    }

    .v-tab-headings.is-open li.active-tab::after {
        transform: translateY(-50%) rotate(180deg);
    }
}



/* Vacancy */
.vacancy:not(:last-child) {
    margin-bottom: 30px;
}
.vacancy-link {
    position: relative;
    display: block;
    padding: 32px 80px 32px 32px;
    border: 1px solid #e5e5ea;
    background: #fff;
    color: #6f767e;
    transition: .3s;
    font-weight: 500;
}
.vacancy-link:hover {
    background: var(--main-color);
    border-color: var(--main-color);
    color: white;
}
.vacancy-link h6 {
    color: var(--second-color);
}
.vacancy-link:hover h6 {
    color: white;
}
.vacancy-detail {
    position: relative;
    display: flex;
    gap: 16px;
}
.vacancy-detail:not(:last-child) {
    margin-bottom: 7px;
}
.vacancy-detail img {
    content: '';
    width: 24px;
    height: 24px;
    flex-shrink: 1;
    transition: .15s all;
}
.vacancy-link:hover img {
    filter: invert(1) brightness(10);
}
.vacancy-arrow {
    position: absolute;
    bottom: 32px;
    right: 32px;
    width: 40px;
    height: 40px;
}
.vacancy-link:hover .vacancy-arrow {
    opacity: .6;
}
@media (max-width: 767px) {
    .vacancy-link {
        padding: 16px 40px 16px 16px;
    }
    .vacancy-arrow {
        width: 32px;
        height: 32px;
        bottom: 16px;
        right: 16px;
    }
}


/* Single vacancy */
.related-vacancy-area {
    padding: 64px 0;
}
.sv-details {
    margin-bottom: 40px;
    padding: 36px 40px;
    border-radius: 8px;
    background: #e6eff7;
    font-weight: 500;
    color: var(--main-color);
}
.sv-detail {
    display: flex;
    flex-wrap: wrap;
}
.sv-detail:not(:last-child) {
    margin-bottom: 24px;
}
.sv-detail > div {
    width: 50%;
    position: relative;
    line-height: 1.4;
}
.sv-detail > div:first-child {
    padding-right: 50px;
}
.sv-detail > div:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 1px;
    background-color: #b0cce5;
}
@media (max-width: 767px) {
    .sv-details {
        padding: 16px;
    }
    .sv-detail > div:first-child::after {
        display: none;
    }
}



/* Create */
.create-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100svh;
    background: white;
    overflow: hidden;
    z-index: 1;
}
.create-blocks {
    display: flex;
    height: 100%;
}
.create-1 {
    width: 25%;
    background-color: var(--main-color);
}
.create-2 {
    width: 75%;
    display: flex;
    flex-direction: column;
}
.canvas-header {
    padding: 24px 120px 24px 32px;
    border-bottom: 1px solid #e5e5ea;
    display: flex;
    z-index: 10;
    background: white;
    flex-shrink: 0;
    position: relative;
}
.canvas-header-title {
    margin-bottom: 0;
}
.canvas-header-title span {
    color: #ea3323;
}
.canvas-header-close {
    border-left: 1px solid #e5e5ea;
    padding: 0 30px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.canvas-body {
    padding: 40px 32px;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    align-items: flex-start;
    min-height: 0;
    flex-grow: 1;
}
.create-boxes {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
}
.create-box {
    width: 33.3%;
    padding: 0 15px 30px;
    display: flex;
}
.create-box-inner {
    position: relative;
    padding-bottom: 70px;
}
.create-thumbnail img {
    aspect-ratio: 345 / 299;
    object-fit: cover;
}
.create-details {
    padding-top: 20px;
}
.create-details h6 {
    text-transform: uppercase;
}
.create-button {
    position: absolute;
    bottom: 0;
    left: 0;
}
.canvas-footer {
    border-top: 1px solid #e5e5ea;
    padding: 15px 32px;
    background: white;
    flex-shrink: 0;
}
.canvas-footer-blocks {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.canvas-contacts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
.canvas-contact a {
    color: var(--main-color);
}
.canvas-footer .social-networks {
    gap: 40px;
}
.canvas-footer .social-network-item-wl {
    margin-bottom: 0;
}
.canvas-footer .social-network-item-wl  img {
    display: none;
}
.canvas-footer .social-network-label {
    padding-left: 0;
}
.create-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 100;
}
@media (max-width: 1000px) {
    .create-1 {
        display: none;
    }
    .create-2 {
        width: 100%;
    }
    .canvas-footer .social-networks {
        gap: 20px;
    }
    .canvas-footer .social-network-item-wl img {
        display: block;
    }
    .canvas-footer .social-network-label {
        display: none;
    }
}
@media (max-width: 767px) {
    .canvas-header h5 {
        font-size: 1.7rem;
    }
    .canvas-footer-block:last-child {
        display: none;
    }
    .create-box {
        width: 50%;
    }
    .canvas-header-close {
        padding: 0 20px;
    }
}
@media (max-width: 500px) {
    .create-box {
        width: 100%;
    }
}




/* Mobile menu */
.header-helpers {
    display: flex;
    align-items: center;
    gap: 30px;
}
#mobile-sidebar-menu {
    width: 56px;
    cursor: pointer;
}
.mobil-menu-line-icon span {
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
    background: black;
    display: block;
}
.simple-header .mobil-menu-line-icon img {
    filter: invert(1);
}
.simle-header .mobil-menu-line-icon img {
    filter: invert(1);
}
.mobile-menu-area {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: white;
    z-index: 10;
    transform: translateY(-100vh);
    opacity: 0;
    overflow: hidden;
    transition: .3s all;
}
.active.mobile-menu-area {
    transform: none;
    opacity: 1;
}
.mobile-menu-blocks {
    display: flex;
    height: 100%;
}
.mmb-1 {
    width: 25%;
    background: #828487;
}
.mmb-2 {
    width: 75%;
    display: flex;
    flex-direction: column;
}
.header-search {
    width: 65%;
}
.mobile-menu-header {
    position: relative;
    border-bottom: 1px solid #e5e5ea;
    padding: 16px 30px;
    flex-shrink: 0;
}
.canvas-header-input {
    position: relative;
}
.canvas-header-input img {
    position: absolute;
    width: 25px;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}
.canvas-header-input input {
    height: 70px;
    padding: 0 20px 0 60px;
    font-weight: 500;
    border-color: #e5e5ea;
}
.mobile-menu-body {
    flex-grow: 1;
    overflow-y: auto;
    display: flex;
    width: 100%;
    flex-direction: column;
}
.mobile-menu-body-blocks {
    display: flex;
    flex-wrap: wrap;
}
.mmbb-1 {
    padding: 80px 72px;
    width: 65%;
}
.mmbb-2 {
    width: 35%;
    padding: 100px 32px;
    border-left: 1px solid #e5e5ea;
}
.mmb-heading {
    color: var(--second-color);
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
}
.mmb-image {
    margin: 20px 0 30px;
}
.mobile-menu-items {
    text-transform: capitalize;
}
.mobile-menu-item > a {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 1.25;
    color: var(--second-color);
    display: table;
}
.mobile-menu-item {
    margin-bottom: 32px;
    position: relative;
}
.mobile-menu-chevron {
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-menu-chevron:after {
    content: '';
    background-image: url(/uploads/2026/03/chevron-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 100%;
    cursor: pointer;
    user-select: none;
    display: block;
}
.mobile-menu-children {
    display: none;
}
.mobile-menu-footer {
    border-top: 1px solid #e5e5ea;
    flex-shrink: 0;
}
.mobile-menu-footer-blocks {
    display: flex;
}
.mmfb-1 {
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
}
.mmfb-2 {
    width: 35%;
    padding: 0 30px;
    border-left: 1px solid #e5e5ea;
    display: flex;
    align-items: center;
}
.mobile-menu-footer .social-networks {
    gap: 40px;
}
.mobile-menu-footer .social-network-item-wl {
    margin-bottom: 0;
}
.mobile-menu-footer .social-network-item-wl  img {
    display: none;
}
.mobile-menu-footer .social-network-label {
    padding-left: 0;
}
.mobile-menu-sub-items {
    margin-top: 25px;
    font-weight: 500;
    column-count: 2;
    column-gap: 30px;
}
.mobile-menu-sub-item {
    margin-bottom: 8px;
    line-height: 1.4;
}
.mobile-menu-sub-item a {
    color: #33383f;
}
.mobile-menu-sub-item a:hover {
    color: var(--main-color);
}
.mm-children {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -15px -30px;
}
.mm-children .mobile-menu-child {
    width: 33.3%;
    padding: 0 15px 30px;
}
.mm-children .mobile-menu-sub-items {
    column-count: 1;
}
.mobile-menu-child-heading {
    font-weight: 500;
    font-size: 2rem;
}
.mobile-logo {
    width: 150px;
    display: none;
}
.mobile-menu-body .header-search {
    display: none;
    width: 100%;
    padding: 15px 20px;
    border-bottom: 1px solid #e5e5e5;
}
.menu-block-contact-items {
    display: flex;
    align-items: flex-start;
    gap: 15%;
}
.menu-block-contact-item {
    position: relative;
}
.menu-block-contact-item:first-child:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ccc;
    right: -11%;
}
@media (max-width: 1400px) {
    .mobile-menu-footer .social-networks {
        gap: 20px;
    }
    .mobile-menu-footer .social-network-item-wl img {
        display: block;
    }
    .mobile-menu-footer .social-network-label {
        display: none;
    }
}
@media (max-width: 1000px) {
    .mmb-1 {
        display: none;
    }
    .mmb-2 {
        width: 100%;
    }
    .mobile-logo {
        display: block;
    }
    .mmbb-1 {
        width: 100%;
        padding: 20px 30px;
    }
    .mmbb-2 {
        display: none;
    }
    .mmfb-2 {
        display: none;
    }
    .mmfb-email {
        display: none;
    }
    .mobile-menu-item > a {
        font-size: 2rem;
    }
    .mobile-menu-header .header-search {
        display: none;
    }
    .mobile-menu-body .header-search {
        display: block;
    }
}
@media (max-width: 650px) {
    .mm-children .mobile-menu-child {
        width: 50%;
    }
    .mobile-menu-sub-items {
        column-count: 1;
    }
}



/* Ms */
.ms-area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #34383FE5;
    padding: 16px;
    color: white;
    display: none;
}
.ms-block {
    position: relative;
}
.ms-close {
    width: 36px;
    position: absolute;
    top: -5px;
    right: -5px;
    padding: 10px;
    cursor: pointer;
}
.ms-close img {
    filter: brightness(0) invert(1);
}
.ms-title {
    padding-right: 40px;
    margin-bottom: 15px;
}
.ms-button a {
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 16px;
}
@media (min-width: 767px) {
    .ms-area {
        display: none;
    }
}



/* 404 */
.not-found-area {
    padding: 80px 0;
}
.not-found-image {
    width: 352px;
    max-width: 100%;
    margin: 0 auto 40px;
}
.not-found-title {
    text-align: center;
    font-weight: 500;
    font-size: 4.8rem;
    margin-bottom: 18px;
    color: var(--second-color);
}
.not-found-desc {
    text-align: center;
}
@media (max-width: 767px) {
    .not-found-title {
        font-size: 4rem;
    }
}


/* Search */
.all-search-area .header-search {
    margin-bottom: 40px;
}
.all-search-area .header-search input {
    border-color: var(--second-color);
}
.search-item {
    margin-bottom: 40px;
}
.search-title {
    display: table;
    font-size: 2rem;
    font-weight: 500;
}
.search-excerpt {
    font-size: 14px;
    margin: 10px 0;
}
.search-link {
    color: var(--main-color);
    text-decoration: underline;
    display: table;
}



/* Marquee */
.marquee {
    position: relative;
}
.marquee img {
    width: 85%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-100%) translateX(-50%);
    animation: marquee 36s linear infinite;
}
.marquee img:first-child {
    animation-delay: -18s; 
}
.marquee img:last-child {
    animation-delay: 0;
}
@keyframes marquee {
    0% {
        transform: translateY(-100%) translateX(-50%);
    }
    100% {
        transform: translateY(100%) translateX(-50%);
    }
}