:root {
    --genericRadius: 2px;
    --genericMargin: 20px;
    --wideMargin: 30px;
    --innerContainerWidth: 1400px
}

@media(max-width: 1140px) {
    :root {
        --genericMargin: 10px;
        --wideMargin: 20px
    }
}

*,
*:before,
*:after {
    outline: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: baseline
}

ol {
    list-style-position: inside
}

ul {
    list-style: none;
    list-style-position: outside
}

blockquote {
    margin: 10px 0;
    padding: 15px;
    font-style: italic;
    background: #ecf0f1;
    border-left: 5px solid rgba(0, 0, 0, .05)
}

blockquote p {
    margin: 0 !important;
    text-align: left !important
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a img {
    border: none
}

iframe {
    max-width: 100%
}

img {
    max-width: 100%;
    height: auto;
    width: auto
}

h1 {
    font-size: 20px
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 16px
}

body,
input,
textarea,
select,
button {
    font-family: museo-sans-rounded, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.widgetHeading {
    font-family: museo-sans-rounded, sans-serif;
    color: var(--headColor)
}

body {
    background: #f4f4f4;
    font-size: 14px;
    color: #5f5f5f
}

a {
    color: var(--c1)
}

a:hover {
    color: var(--c2)
}

html:has(.stickyMenu) {
    scroll-padding-top: 120px
}

.safirDot {
    color: var(--c1)
}

.safir-logo {
    font-weight: bold;
    line-height: 1;
    font-size: 24px;
    display: block
}

.headerOver .safir-logo,
.headerColored .safir-logo {
    color: #fff
}

.safir-logo img {
    width: auto;
    height: var(--headerHeight)
}

.themeicon {
    display: block
}

.themeicon svg {
    fill: currentColor;
    display: block;
    width: 20px;
    height: 20px;
    margin: auto
}

.themeicon .themeicon-arrow {
    display: none
}

rs-fullwidth-wrap,
.revSliderWidget {
    background: var(--c2)
}

rs-fullwidth-wrap i {
    vertical-align: middle
}

.shiftTop {
    margin-top: 30px
}

.widgetHeading {
    margin-bottom: 80px;
    position: relative
}

.homeWidget .widgetHeading.center {
    text-align: center
}

.widgetHeading .slogan {
    margin-bottom: 5px;
    color: #0c6a39;
    font-size: 24px;
    font-weight: 900;
}

.widgetHeading .title {
    flex-shrink: 0;
    letter-spacing: -1px;
    font-size: 38px;
    color: #e02626;
    line-height: 1.2;
    font-weight: 600
}

@media all and (max-width: 900px) {
    .widgetHeading .title {
        font-size: 28px
    }
}

#aside .widgetHeading {
    margin-bottom: 15px
}

#aside .widgetHeading .title {
    font-size: 24px;
    flex-shrink: initial
}

#aside .widgetHeading .slogan {
    margin: 0
}

.darkBg .widgetHeading .title {
    color: #fff
}

.innerContainer {
    max-width: var(--innerContainerWidth);
    margin: auto;
    padding: 0 20px
}

#aside .innerContainer {
    padding: 0
}

.safirBox {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: var(--genericRadius);
    padding: 30px
}

@media all and (max-width: 900px) {
    .safirBox {
        border-radius: 0
    }
}

.safirWidget {
    position: relative
}

#aside .safirWidget {
    position: relative
}

.safirEmbedContainer {
    padding-bottom: 52.25%;
    position: relative;
    height: 0
}

.safirEmbedContainer.wide {
    padding-bottom: 35%
}

.safirEmbedContainer iframe,
.safirEmbedContainer embed,
.safirEmbedContainer object,
.safirEmbedContainer video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

p,
li {
    line-height: 1.8;
    font-size: 16px
}

.reading {
    margin-bottom: 0;
    font-family: museo-sans-rounded, sans-serif;
}

.reading.center,
.reading.center p,
.reading .reading.center li {
    text-align: center
}

.reading>*+* {
    margin-top: 25px !important;
    margin-bottom: 0
}

.reading h1,
.reading h2,
.reading h3,
.reading h4,
.reading h5,
.reading h6 {
    color: var(--headColor)
}

.reading iframe {
    border: 0
}

.reading a {
    font-weight: 500;
    color: var(--linkColor)
}

.reading a:hover {
    color: #333
}

.reading strong a {
    font-weight: bold
}

.reading ul li {
    list-style-type: disc;
    list-style-position: inside
}

.reading ol {
    list-style: none;
    counter-reset: item
}

.reading ol li {
    counter-increment: item;
    margin-bottom: 5px
}

.reading ol li:before {
    margin-right: 4px;
    content: counter(item) ". ";
    font-weight: bold
}

.reading table {
    border-collapse: collapse
}

.reading table th,
.reading table td {
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: top
}

.float {
    overflow: hidden
}

.bold {
    font-weight: bold
}

.post img {
    width: 100%
}

img.lazy {
    opacity: 0;
    transition: opacity .75s ease-in
}

.postprice {
    position: absolute;
    color: #fff;
    background: var(--c2);
    z-index: 2;
    top: 4px;
    right: 4px;
    border-radius: 0 2px 2px 2px;
    line-height: 30px;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 500
}

.postprice:before {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 0;
    border-color: rgba(0, 0, 0, 0) var(--c2) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.postprice span {
    text-decoration: line-through;
    font-weight: normal;
    margin-right: 8px;
    opacity: .75
}

#content[data-termdescposition=bottom] {
    display: flex;
    flex-direction: column;
    gap: var(--wideMargin)
}

#content[data-termdescposition=bottom] .postsWidget {
    order: 1
}

#content[data-termdescposition=bottom] .termDesc {
    order: 2;
    margin: 0
}

#content[data-termdescposition=bottom] .safirnavi {
    order: 3;
    margin: 0
}

#content .termDesc {
    line-height: 1.2;
    background: #fafafa;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: var(--wideMargin);
    font-size: 16px
}

@media(min-width: 768px) {
    body:has(.revSliderWidget+.iconMenuWidget) .revSliderWidget+.iconMenuWidget:after {
        content: "";
        display: block;
        position: absolute;
        transform: translateY(-50%);
        top: 0;
        right: -100px;
        left: -100px;
        height: 150px;
        border-radius: 100%;
        z-index: 999;
        background: #e9eaea
    }
}

.safirthumb {
    position: relative;
    overflow: hidden;
    background-color: rgba(var(--c1RGB), 0.00);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: var(--noimageforpost);
    padding-bottom: var(--thumbRatio)
}

.safirthumb.square {
    padding-bottom: 100%
}

.safirthumb.half {
    padding-bottom: 50%
}

.safirthumb.cat {
    padding-bottom: var(--catThumbRatio)
}

.safirthumb.nobg {
    background: none
}

.safirthumb:before {
    position: absolute;
    display: block;
    content: ""
}

.safirthumb .thumbnail {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.safirthumb .center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(50%, 50%)
}

.safirthumb img {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.fitImage .safirthumb img {
    -o-object-fit: contain;
    object-fit: contain
}

.picHeader {
    background-position: 50% 0 !important;
    background-size: cover !important;
    background-color: var(--c2);
    color: #0c6a39;
    padding: 80px 0
}

@media all and (max-width: 1170px) {
    .picHeader {
        padding: 30px 0
    }
}

.headerOver .picHeader {
    padding: calc(var(--headerHeight) + 354px) 0 80px 0
}

@media all and (max-width: 1170px) {
    .headerOver .picHeader {
        padding: calc(var(--headerHeightMobile) + 60px) 0 30px
    }
}

.picHeader .innerContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between
}

.picHeader .title {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.2;
    text-shadow: 0 0 3px rgba(0, 0, 0, .2);
    text-align: left;
	color:#e02626;
 	margin-top: -240px;
}

@media all and (max-width: 1170px) {
    .picHeader .title {
        font-size: 28px
    }
}

.picHeader h1,
.picHeader a {
    color: inherit
}

.picHeader a:hover {
    color: #dfdfdf
}

#topbar {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: #fff
}

#topbar .innerContainer {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#topbar .innerContainer ul.menu {
    display: flex;
    align-items: center;
    margin: 0 -10px;
    padding: 16px 0
}

#topbar .innerContainer ul.menu svg {
    color: var(--c1)
}

#topbar .innerContainer ul.menu .sub-menu {
    display: none
}

#topbar .innerContainer ul.menu .sub-menu li {
    margin: 0 3px
}

#topbar .innerContainer ul.menu .sub-menu.dropdown-menu {
    display: flex
}

#topbar .innerContainer ul.menu .gt-current-wrapper {
    display: none
}

#topbar .innerContainer ul.menu li {
    margin: 0 10px
}

#topbar .innerContainer ul.menu li.metinsiz {
    margin: 0 3px
}

#topbar .innerContainer ul.menu li.metinsiz:last-child {
    margin-right: 10px
}

#topbar .innerContainer ul.menu li.metinsiz .text {
    display: none
}

#topbar .innerContainer .rightMenu {
    display: flex;
    align-items: center
}

#topbar .innerContainer .rightMenu ul.menu svg {
    color: #fff;
    width: 22px;
    height: 22px
}

#topbar a {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
    color: #fff;
    font-size: 14px
}

#topbar a:hover {
    color: #ddd
}

#safirPage .gTranslate {
    margin-left: 10px
}

#safirPage .gTranslate a {
    display: inline-flex;
    gap: 5px;
    align-items: center
}

#safirPage .gTranslate img {
    height: 20px
}

#safirPage .gTranslate span {
    font-size: 15px
}

#header {
    position: relative
}

.headerColored #header {
    background: var(--c2)
}

.headerColored #topbar {
    background: rgba(0, 0, 0, .2)
}

.headerWhite #innerheader {
    background: #fff
}

.headerWhite .is-sticky #innerheader,
.headerWhite.noRevSlider.home #innerheader {
    background: #fff;
    box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .075)
}

.headerWhite #topbar {
    background: #f5f5f5;
    color: #333
}

.headerWhite #topbar .innerContainer .rightMenu ul.menu svg {
    fill: #333
}

.headerWhite #topbar a {
    color: #000
}

.headerWhite #innerheader .menuSearch .searchButton {
    color: #000
}

.headerWhite #menuGroup #menu a {
    color: #444
}

.headerWhite #menuGroup #menu>ul>li:hover>a,
.headerWhite #menuGroup #menu>ul>li.active>a .text,
.headerWhite #menuGroup #menu #topbar a {
    color: #000
}

.headerWhite #menuGroup #menu>ul>li.ozel:hover>a {
    color: #fff
}

.headerWhite #menuGroup #menu .sub-menu li:first-child a:before {
    display: none
}

.headerWhite #menuGroup #menu li:hover>.sub-menu {
    transform: translateY(1px);
    border-radius: 0 0 4px 4px;
    border-top: 2px solid var(--c1)
}

.headerWhite #menuGroup #menu li:hover>.sub-menu .sub-menu {
    transform: translateY(0);
    border-radius: 4px;
    border-top: 0
}

.headerOver #header {
    position: absolute;
    color: #fff;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    background: none
}

.headerOver.noRevSlider.home #header,
.headerOver.noRevSlider.page-template-page-widget #header {
    position: relative
}

.headerOver.noRevSlider #header {
    background: var(--c2)
}

#innerheader {
    position: relative;
    z-index: 40;
    transition: all .4s;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    background-color: #ffffff;
}

.is-sticky #innerheader {
    background: var(--c2)
}

.noRevSlider.home #innerheader,
.noRevSlider.page-template-page-widget #innerheader {
    transition: none
}

#logo {
    z-index: 100;
    padding: 20px 0
}

#logo a {
    display: block
}

#logo img {
    max-width: inherit;
    display: block
}

#logo h1,
#logo span {
    display: block
}

.menuSearch {
    display: none;
    position: relative;
    align-self: center
}

#menu .menuSearch {
    display: block
}

.menuSearch .searchButton {
    cursor: pointer;
    padding: 10px 0;
    margin: calc((var(--headerHeight) - 40px)/2 + 20px) 0;
    color: #0C6A38
}

.menuSearch .searchForm {
    display: none;
    position: absolute;
    right: 0;
    top: calc(var(--headerHeight)/2 + 41px);
    z-index: 999;
    width: 220px;
    background: #fff;
    border-radius: 4px 0 4px 4px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1)
}

.menuSearch .searchForm:before {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 6px 6px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f1f1f1 rgba(0, 0, 0, 0);
    top: -6px;
    right: 0
}

.menuSearch input[type=text] {
    display: block;
    width: 100%;
    line-height: 30px;
    padding: 10px 40px 10px 10px;
    border: 0;
    border-radius: 4px;
    margin: 0;
    font-size: 15px;
    color: #121212;
    background: none
}

.menuSearch input[type=text]:focus {
    border: 0
}

.menuSearch button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #0c6a39;
    border: 0;
    border-radius: 0 4px 4px 0;
    color: var(--c2);
    cursor: pointer
}

.menuSearch button svg {
    width: 24px;
    height: 24px
}

.safirSocial {
    display: flex;
    align-items: center;
    gap: 5px
}

.safirSocial li {
    list-style: none !important
}

.safirSocial a {
    display: block;
    color: #fff;
    transition: all .1s;
    opacity: 1;
    overflow: hidden
}

.safirSocial a:hover {
    transform: scale(1.05);
    opacity: .8
}

.safirSocial svg {
    width: 22px;
    height: 22px
}

.safirSocial .facebook a {
    color: #597ac2
}

.safirSocial .twitter a {
    color: #000
}

.safirSocial .instagram a {
    color: #ae318d
}

.safirSocial .linkedin a {
    color: #0080b2
}

.safirSocial .youtube a {
    color: #f70100
}

.safirSocial .pinterest a {
    color: #c51d23
}

.safirSocial .whatsapp a {
    color: #48a91f
}

.safirSocial .rss a {
    color: #f8680b
}

#menuGroup {
    z-index: 20;
    font-family: museo-sans-rounded, sans-serif;
}

#menuGroup #menu>ul {
    display: flex;
    gap: 30px
}

#menuGroup #menu .safiricon {
    margin-right: 5px
}

#menuGroup #menu .safiricon svg {
    width: 22px;
    height: 22px
}

#menuGroup #menu li {
    position: relative;
    transition: all .3s
}

#menuGroup #menu li.ozel>a {
    line-height: 40px;
    border-radius: 5px;
    background: var(--c1);
    padding: 0 15px;
    color: #fff;
    margin: calc(var(--headerHeight)/2) 0
}

#menuGroup #menu li.ozel>a svg {
    width: 20px;
    height: 20px
}

#menuGroup #menu li.ozel>a:hover,
#menuGroup #menu li.active>a {
    opacity: .9
}

#menuGroup #menu li.ozel>a .text:after {
    display: none !important
}

#menuGroup #menu li.menu-item-has-children .themeicon svg {
    width: 10px;
    height: 10px;
    margin: 0 0 0 5px
}

#menuGroup #menu li.menu-item-has-children .sub-menu .themeicon svg {
    margin: 0;
    width: 10px;
    height: 10px
}

#menuGroup #menu li.sutun2>.sub-menu,
#menuGroup #menu li.sutun3>.sub-menu {
    display: grid;
    
}

#menuGroup #menu li.sutun2>.sub-menu li,
#menuGroup #menu li.sutun3>.sub-menu li {
    border: 0
}

#menuGroup #menu li.sutun2>.sub-menu li:last-child a,
#menuGroup #menu li.sutun3>.sub-menu li:last-child a {
    border-radius: 0
}

#menuGroup #menu li.sutun2>.sub-menu {
    grid-template-columns: repeat(2, 1fr)
}

#menuGroup #menu li.sutun2>.sub-menu li {
    border-bottom: 1px solid #dbdbdb
}

#menuGroup #menu li.sutun2>.sub-menu li:nth-child(odd) {
    border-right: 1px solid #dbdbdb
}

#menuGroup #menu li.sutun3>.sub-menu {
    grid-template-columns: repeat(7, 1fr)
}

#menuGroup #menu li.sutun3>.sub-menu li {
   
}

#menuGroup #menu li.sutun3>.sub-menu li:nth-child(3n+1):nth-last-child(-n+3),
#menuGroup #menu li.sutun3>.sub-menu li:nth-child(3n+1):nth-last-child(-n+3)~#menuGroup #menu li.sutun3>.sub-menu li {
    border-bottom: 0
}

#menuGroup #menu li.sutun3>.sub-menu li:nth-child(3n+1),
#menuGroup #menu li.sutun3>.sub-menu li:nth-child(1n+1) {
    
}

#menuGroup #menu li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, .3s;
    padding-bottom: 20px;
}
.sutun1 .sub-menu {
    min-width: 130px !important;
}
#menuGroup #menu li .sub-menu {
    background: #fff;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, .05), -10px 8px 15px rgba(0, 0, 0, .05), 10px 8px 15px rgba(0, 0, 0, .05);
    position: absolute;
    z-index: 40;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transform: translateY(-20px);
    transition: all .3s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear .01s;
    min-width: 1360px;
    text-align: center;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.beyazpeynir {
    background-image: url(/wp-content/uploads/2024/05/dilimli-beyaz2-1-1024x1024.png);
    background-size: cover;
    height: 227px;
}
#menuGroup #menu li .sub-menu li:first-child a:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 0 0 7px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
    transform: rotate(0deg);
    transition: all .3s
}

#menuGroup #menu li .sub-menu li:first-child a:hover:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f2f2f2
}

#menuGroup #menu li .sub-menu .sub-menu a:before {
    display: none
}

#menuGroup #menu li .sub-menu li {
    padding: 0;
    margin: 0;
    border: 0;
    border-top: 1px solid #dbdbdb;
    position: relative
}

#menuGroup #menu li .sub-menu li:first-child {
    border-top: 0
}

#menuGroup #menu li .sub-menu a {
    transition: all .3s;
    width: auto;
    min-width: 200px;
    line-height: 20px;
    padding: 15px;
    font-weight: normal;
    margin: 0;
    border: 0;
    color: #111;
    font-size: 15px
}

#menuGroup #menu li .sub-menu a .text {
    white-space: nowrap
}

#menuGroup #menu li .sub-menu li:first-child a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

#menuGroup #menu li .sub-menu li:last-child a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

#menuGroup #menu li .sub-menu .icon svg {
    width: 18px;
    height: 18px
}

#menuGroup #menu li .sub-menu a:hover {
    background: #f2f2f2
}

#menuGroup #menu li .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    border-radius: 4px;
    margin-left: 1px
}

#menuGroup #menu li .sub-menu .themeicon {
    margin-left: auto
}

#menuGroup #menu li .sub-menu .themeicon {
    transform: rotate(-90deg)
}

#menuGroup #menu a {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #0C6A38;
    transition: all .15s;
    line-height: calc(var(--headerHeight) + 40px)
}

#menuGroup #menu a .text {
    position: relative
}

#menuGroup #menu>ul>li:hover>a,
#menuGroup #menu>ul>li.active>a .text {
    color: #a4a4a4
}

#menuGroup #menu>ul>li.active>a .text:after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: calc(var(--headerHeight)/2 + 35px);
    left: calc(50% - 4px);
    opacity: .9;
    border-radius: 50%;
    display: block;
    background: var(--c1)
}

#menuGroup #menu .themeicon svg.themeicon-arrow {
    display: block
}

#safirPage {
    position: relative;
    overflow: hidden
}

#main {
    clear: both;
    display: flex;
    justify-content: space-between;
    margin-top: -30px;
    margin-bottom: var(--wideMargin);
    padding: 0;
    max-width: calc(var(--innerContainerWidth) - 40px)
}

@media all and (max-width: 1170px) {
    #main {
        margin: 0;
        border-radius: 0
    }
}

@media all and (max-width: 900px) {
    #main {
        flex-direction: column
    }
}

.sidebarLeft #main {
    flex-direction: row-reverse
}

@media all and (max-width: 900px) {
    .sidebarLeft #main {
        flex-direction: column
    }
}

#home {
    min-height: 110px;
    clear: both;
    z-index: 2;
    position: relative
}

#content {
    min-width: 72.5%;
    flex-grow: 1;
    padding: var(--wideMargin)
}

@media all and (max-width: 900px) {
    #content {
        width: 100%
    }
}

#aside {
    width: 27.5%;
    flex-shrink: 0;
    padding: var(--wideMargin);
    background: #f9f9f9
}

@media all and (max-width: 900px) {
    #aside {
        width: 100%
    }
}

.safirGrid .items {
    position: relative;
    clear: both
}

.safirGrid .list {
    display: grid;
    flex-wrap: wrap;
    gap: 30px
}

.safirGrid.sidebarWidget .list {
    gap: 10px;
    grid-template-columns: 1fr
}

.safirGrid.col2 .list {
    grid-template-columns: repeat(2, 1fr)
}

.safirGrid.col3 .list {
    grid-template-columns: repeat(3, 1fr)
}

.safirGrid.col4 .list {
    grid-template-columns: repeat(4, 1fr)
}

.safirGrid.col5 .list {
    grid-template-columns: repeat(5, 1fr)
}

.safirGrid.col6 .list {
    grid-template-columns: repeat(6, 1fr);
    gap: 20px
}

#safirPage .safirGrid.line.safirWidget .items .list {
    background: #ddd;
    border: 1px solid #ddd;
    gap: 1px;
    border-radius: 4px;
    overflow: hidden
}

@media all and (max-width: 900px) {
    #safirPage .safirWidget.safirGrid .items .list {
        gap: 20px;
        grid-template-columns: repeat(3, 1fr)
    }
}

@media all and (max-width: 600px) {
    #safirPage .safirWidget.safirGrid .items .list {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media all and (max-width: 900px) {
    #safirPage .safirWidget.safirGrid.col2 .items .list {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media all and (max-width: 600px) {
    #safirPage .safirWidget.safirGrid.col2 .items .list {
        grid-template-columns: repeat(1, 1fr)
    }
}

.safirCol .items {
    margin: -15px;
    position: relative;
    clear: both
}

.safirCol .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden
}

.safirCol .item-container {
    padding: 15px
}

.safirCol.col6 .items {
    margin: -10px
}

.safirCol.col6 .items .item-container {
    padding: 10px
}

.safirCol.col2 .list .item-container {
    width: 50%
}

.safirCol.col3 .list .item-container {
    width: 33.3333333333%
}

.safirCol.col4 .list .item-container {
    width: 25%
}

.safirCol.col5 .list .item-container {
    width: 20%
}

.safirCol.col6 .list .item-container {
    width: 16.6666666667%
}

.safirCol.sidebarWidget .items {
    margin: -5px;
    clear: both
}

.safirCol.sidebarWidget .items .item-container {
    padding: 5px
}

.safirCol.sidebarWidget .list .item-container {
    width: 100%
}

@media all and (max-width: 900px) {
    #safirPage .safirWidget.safirCol .items {
        margin: -10px
    }

    #safirPage .safirWidget.safirCol .items .item-container {
        padding: 10px
    }

    #safirPage .safirWidget.safirCol .items .list .item-container {
        width: 33.333333333%
    }
}

@media all and (max-width: 600px) {
    #safirPage .safirWidget.safirCol .items .list .item-container {
        width: 50%
    }
}

.safirWidget.homeWidget {
    background-color: #fff;
    transition: all .2s
}

.safirWidget.homeWidget.c1Bg {
        background-image: url(/wp-content/uploads/2024/05/bg-peynir.jpg);
        background-size: cover;
        transition: background-image 0.5s ease;
}

.safirWidget.homeWidget.c2Bg {
    background-color: rgba(var(--c2RGB), 0.05)
}

.safirWidget.homeWidget.darkBg {
    background-color: var(--c2);
    color: #f9f9f9
}

.safirWidget.homeWidget .innerContainer {
    padding: 90px 20px
}

.safirWidget .sidebarWidget .innerContainer {
    padding: 0;
    overflow: visible
}

.safirWidget .title a,
.safirWidget a .title {
    transition: color .2s;
    color: #000
}

.safirWidget .title a:hover,
.safirWidget a .title:hover {
    color: var(--c1)
}

.safirWidget .widgetContent {
    position: relative
}

.safirWidget .nogallery {
    text-align: center;
    padding: 30px;
    font-size: 18px
}

.sidebarWidget {
    margin-top: 30px
}

.sidebarWidget:first-child {
    margin-top: 0
}

#aside .nativeWidget .widgetHeading>* {
    display: flex
}

.nativeWidget .safiricon {
    display: inline-block
}

#aside .nativeWidget li {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 10px
}

#aside .nativeWidget ul.menu .sub-menu {
    padding-left: 15px
}

form[role=search] label {
    display: none
}

#searchform>div,
div.wp-block-search__inside-wrapper {
    display: flex;
    align-items: center
}

#searchform>div input[type=text],
#searchform>div input[type=search],
div.wp-block-search__inside-wrapper input[type=text],
div.wp-block-search__inside-wrapper input[type=search] {
    margin: 0
}

#searchform>div input[type=submit],
#searchform>div button,
div.wp-block-search__inside-wrapper input[type=submit],
div.wp-block-search__inside-wrapper button {
    padding: 0 20px;
    margin-left: 10px;
    width: auto
}

.safirOwlButtons .owl-nav {
    display: flex;
    gap: 8px;
    margin: 5px 0 5px auto
}

.safirOwlButtons .items .owl-nav {
    position: static;
    margin: 0
}

#aside .safirOwlButtons .items .owl-nav,
#footer .safirOwlButtons .items .owl-nav {
    justify-content: center;
    gap: 10px;
    margin-top: 10px
}

.safirOwlButtons .items .owl-nav>div {
    opacity: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, .8);
    top: calc(50% - 20px);
    color: #000
}

#aside .safirOwlButtons .items .owl-nav>div,
#footer .safirOwlButtons .items .owl-nav>div {
    position: relative;
    background: var(--c1);
    color: #fff;
    border-radius: 5px;
    left: 0;
    right: 0
}

#aside .safirOwlButtons .items .owl-nav>div:hover,
#footer .safirOwlButtons .items .owl-nav>div:hover {
    transform: scale(1.03)
}

.safirOwlButtons .items .owl-nav>div:hover {
    background-color: #fff
}

#aside .safirOwlButtons .items .owl-nav>div svg,
#footer .safirOwlButtons .items .owl-nav>div svg {
    width: 11px;
    height: 11px;
    margin: 11px
}

.safirOwlButtons .items .owl-nav.disabled {
    display: none
}

.safirOwlButtons .items .owl-prev {
    left: 15px
}

#aside .safirOwlButtons .items .owl-prev,
#footer .safirOwlButtons .items .owl-prev {
    left: 0
}

.safirOwlButtons .items .owl-next {
    right: 15px
}

.safirOwlButtons .items .owl-next #aside,
#footer .safirOwlButtons .items .owl-next {
    right: 0
}

.iconMenuWidget.homeWidget .items .owl-nav>div {
    background: var(--c1);
    color: #fff;
    border-radius: 50%
}

.iconMenuWidget.homeWidget .items .owl-nav>div:hover {
    opacity: 1;
    background: var(--c1)
}

.iconMenuWidget.homeWidget .items .owl-nav>div.owl-prev {
    left: -20px
}

.iconMenuWidget.homeWidget .items .owl-nav>div.owl-next {
    right: -20px
}

.owl-nav>div {
    display: block;
    transition: all .3s;
    cursor: pointer;
    background: #fff;
    border-radius: 1px;
    color: #999
}

.owl-nav>div:hover {
    color: #000
}

.owl-nav>div svg {
    width: 12px;
    height: 12px;
    margin: 14px
}

.safirWidget.darkBg .nogallery a {
    color: #f9f9f9
}

@media all and (max-width: 900px) {
    .sidebarWidget {
        margin-top: 10px
    }

    .safirWidget.homeWidget .innerContainer,
    .homeWidget.nativeWidget .innerContainer {
        padding: 20px
    }
}

@media all and (max-width: 600px) {
    .safirWidget .widgetHeading .title {
        flex-shrink: initial
    }

    .safirWidget .widgetHeading .slogan {
        margin: 0 0 5px 0
    }
}

.hoverWidget .item a:before,
.wp-block-gallery a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(var(--c2RGB), 0.8);
    opacity: 0;
    transition: all .3s;
    z-index: 1
}

.hoverWidget .item a:hover:before,
.wp-block-gallery a:hover:before {
    opacity: 1
}

.hoverWidget .item a .icon,
.wp-block-gallery a .icon {
    background: var(--c1);
    position: absolute;
    border-radius: 50%;
    padding: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
    transition: all .2s;
    z-index: 2;
    margin-top: 30px
}

.hoverWidget .item a .icon:before,
.wp-block-gallery a .icon:before {
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    z-index: -1
}

.hoverWidget .item a .icon svg,
.wp-block-gallery a .icon svg {
    position: relative;
    z-index: 2;
    width: 16px;
    height: 16px
}

.hoverWidget .item a:hover .icon,
.wp-block-gallery a:hover .icon {
    opacity: 1;
    margin: 0
}

@media(min-width: 768px) {
    body:has(.revSliderWidget+.iconMenuWidget) .revSliderWidget+.iconMenuWidget .widgetContent {
        margin-top: -180px;
        z-index: 1000
    }
}

.iconMenuWidget.homeWidget {
    background: #e9eaea !important
}

.iconMenuWidget .item-container {
    display: flex
}

.iconMenuWidget .item {
    height: 100%
}

.iconMenuWidget .item .container {
    height: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 7px
}

#footer.light .footerWidgets .iconMenuWidget .item .container {
    background: #f8f8f8
}

.iconMenuWidget .item .icon-container {
    display: flex;
    margin-bottom: 10px
}

.iconMenuWidget .item .icon svg {
    width: 36px;
    height: 36px;
    color: var(--c1)
}

.iconMenuWidget .item .title {
    font-weight: 600;
    width: 80%;
    font-size: 24px;
    margin-bottom: 10px;
    color: #000
}

@media(max-width: 500px) {
    .iconMenuWidget .item .title {
        width: 100%
    }
}

.iconMenuWidget .item .desc {
    line-height: 1.5;
    font-size: 15px;
    color: #646464
}

.iconMenuWidget .item .moreLink {
    display: inline-block;
    margin-top: 10px;
    font-weight: 500
}

.priceWidget .item-container {
    text-align: center
}

.priceWidget .item-container.scaled {
    transform: scale(1.035)
}

.priceWidget .item {
    background: #fff;
    border-radius: var(--genericRadius);
    overflow: hidden
}

.priceWidget .item .title {
    padding: 18px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    position: relative
}

.priceWidget .item .title .arrow {
    position: absolute;
    bottom: -5px;
    left: calc(50% - 6px);
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    border-radius: 3px
}

.priceWidget .item .priceInfo {
    padding: 20px 0
}

.priceWidget .item .price {
    font-weight: 600;
    font-size: 48px
}

.priceWidget .item .slogan {
    padding: 10px;
    font-weight: 500;
    font-size: 15px
}

.priceWidget .item .desc {
    opacity: .65;
    padding: 0 10px
}

.priceWidget .item .specs {
    border-bottom: 1px solid #f1f1f1
}

.priceWidget .item .specs .spec {
    padding: 12px;
    border-top: 1px solid #f1f1f1;
    line-height: 20px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center
}

.priceWidget .item .specs .spec .icon,
.priceWidget .item .specs .spec .emoji {
    display: inline-flex !important;
    font-size: 16px;
    line-height: 20px;
    vertical-align: text-top !important
}

.priceWidget .item .specs .spec .icon svg,
.priceWidget .item .specs .spec .emoji svg {
    width: 16px;
    height: 16px
}

.priceWidget .item .specs.left .spec {
    justify-content: left
}

.priceWidget .item a.link {
    display: block;
    color: #fff;
    padding: 15px;
    margin: 15px;
    line-height: 20px;
    border-radius: 25px;
    font-weight: 500;
    font-size: 15px;
    transition: all .3s
}

.priceWidget.whiteBg .item {
    background: #fafafa
}

.priceWidget.darkBg .item {
    background: rgba(255, 255, 255, .05)
}

.priceWidget.darkBg .item .specs,
.priceWidget.darkBg .item .specs .spec {
    border-color: rgba(255, 255, 255, .05);
    color: #fff
}

.priceWidget.darkBg .item .specs .emoji,
.priceWidget.darkBg .item .specs .spec .emoji {
    filter: invert(1)
}

.safirSidebarMenu.homeWidget {
    background: none
}

.safirSidebarMenu .widgetContent {
    border-radius: var(--genericRadius);
    overflow: hidden;
    background: #fff
}

.safirSidebarMenu .widgetHeading {
    padding: 15px;
    margin: 0 !important;
    background: var(--c1)
}

.safirSidebarMenu .widgetHeading .title {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px !important;
    color: #fff;
    letter-spacing: 0;
    font-weight: 500
}

.safirSidebarMenu .widgetHeading svg {
    width: 16px;
    height: 16px
}

.safirSidebarMenu li {
    position: relative
}

.safirSidebarMenu a {
    display: flex;
    align-items: center;
    color: #181818;
    border-top: 1px solid rgba(0, 0, 0, .05);
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 20px;
    transition: all .3s
}

.safirSidebarMenu a.active,
.safirSidebarMenu a:hover {
    color: var(--c1)
}

.safirSidebarMenu a .themeicon {
    display: none
}

.safirSidebarMenu a .safiricon svg {
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.safirSidebarMenu .menuBlock>ul>li:first-child>a {
    border-top: 0
}

.safirSidebarMenu .toggle {
    position: absolute;
    right: 10px;
    top: 22px;
    color: #999;
    cursor: pointer;
    z-index: 10;
    background: #f8f8f8;
    border-radius: 50%;
    transition: all .4s
}

.safirSidebarMenu .toggle .themeicon .themeicon-arrow {
    display: block
}

.safirSidebarMenu .toggle .icon svg {
    width: 8px;
    height: 8px;
    margin: 6px
}

.safirSidebarMenu .toggle.active {
    transform: rotate(180deg)
}

.safirSidebarMenu .sub-menu {
    display: none
}

.safirSidebarMenu .sub-menu a {
    padding-left: 45px
}

.safirSidebarMenu .sub-menu .sub-menu a {
    padding-left: 65px
}

.safirSidebarMenu .sub-menu .sub-menu .sub-menu a {
    padding-left: 85px
}

.safirFooterMenu ul.menu li {
    position: relative
}

.safirFooterMenu ul.menu li .toggle {
    display: inline-flex;
    color: rgba(255, 255, 255, .65);
    background: rgba(255, 255, 255, .1);
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    width: 20px;
    height: 20px;
    transition: all .4s
}

.safirFooterMenu ul.menu li .toggle.active {
    transform: rotate(180deg)
}

.safirFooterMenu ul.menu li .toggle .themeicon-arrow {
    display: block
}

.safirFooterMenu ul.menu li .toggle .icon svg {
    width: 8px;
    height: 8px;
    margin: 6px
}

#footer.light .safirFooterMenu ul.menu li .toggle {
    color: rgba(0, 0, 0, .65);
    background: rgba(0, 0, 0, .1)
}

.safirFooterMenu ul.menu li a {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    color: #fff;
    font-size: 13px;
    line-height: 0px;
    margin-bottom: 15px;
    transition: all .3s
}

.safirFooterMenu ul.menu li a .safiricon svg {
    width: 20px;
    height: 20px;
    margin: 0
}

.safirFooterMenu ul.menu li>a {
    padding-right: 8px
}

.safirFooterMenu .sub-menu {
    display: none
}

.safirFooterMenu .sub-menu a {
    padding-left: 30px
}

.safirFooterMenu .sub-menu .sub-menu a {
    padding-left: 50px
}

.safirFooterMenu .sub-menu .sub-menu .sub-menu a {
    padding-left: 50px
}

.numberWidget .innerContainer {
    padding-bottom: 20px !important
}

.numberWidget .iconListContainer {
    background: var(--c2)
}

.numberWidget .iconList {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-row-gap: 50px;
    padding: 0 !important;
    overflow: visible;
    color: #fff
}

@media(max-width: 900px) {
    .numberWidget .iconList {
        flex-wrap: wrap
    }
}

.numberWidget .iconList .item-container {
    width: 100%
}

@media all and (max-width: 900px) {
    .numberWidget .iconList .item-container {
        width: 33.3333333%
    }
}

@media all and (max-width: 600px) {
    .numberWidget .iconList .item-container {
        width: 50%
    }
}

@media all and (max-width: 550px) {
    .numberWidget .iconList .item-container {
        width: 50%
    }
}

@media all and (max-width: 374px) {
    .numberWidget .iconList .item-container {
        width: 100%
    }
}

.numberWidget .iconList .item-container:first-child {
    background: var(--c1);
    position: relative
}

@media all and (max-width: 900px) {
    .numberWidget .iconList .item-container:first-child {
        background: none
    }
}

.numberWidget .iconList .item-container:first-child:before {
    content: "";
    display: block;
    background: var(--c1);
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 20px;
    border-radius: 8px 8px 0 0
}

@media all and (max-width: 900px) {
    .numberWidget .iconList .item-container:first-child:before {
        display: none
    }
}

.numberWidget .iconList .item-container .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding: 40px 5px
}

.numberWidget .iconList .item-container .item .icon {
    color: #fff
}

.numberWidget .iconList .item-container .item .icon svg {
    width: 40px;
    height: 40px
}

.numberWidget .iconList .item-container .item .number {
    display: flex;
    align-items: center;
    font-size: 32px;
    font-weight: 500
}

.numberWidget .iconList .item-container .item .text {
    opacity: .7
}

.aboutWidget .innerContent {
    display: flex;
    position: relative;
    z-index: 2;
    gap: 50px
}

@media all and (max-width: 900px) {
    .aboutWidget .innerContent {
        flex-direction: column
    }
}

.aboutWidget .infoBlock {
    flex: 1 1 50%;
    line-height: 1.5;
    font-size: 17px;
    flex-direction: column
}

.aboutWidget .infoBlock h1,
.aboutWidget .infoBlock h2,
.aboutWidget .infoBlock h3,
.aboutWidget .infoBlock p {
    margin-bottom: 15px
}

.aboutWidget .infoBlock .videoButton {
    display: inline-flex;
    align-items: center;
    margin-top: 170px;
    background: #e02626;
    color: #fff;
    transition: all .3s;
    border-radius: 3px
}
div#sfraboutwidget-2 .slogan {
    color: #e02626;
}
.aboutWidget .infoBlock .videoButton:hover {
    opacity: .9
}

.aboutWidget .infoBlock .videoButton .icon {
    padding: 10px;
    background: rgba(255, 255, 255, .05)
}

.aboutWidget .infoBlock .videoButton .text {
    padding: 0 10px
}

.aboutWidget .menuBlock {
    flex: 1 1 50%;
    display: flex;
    gap: var(--genericMargin);
    flex-direction: column;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr))
}

.aboutWidget .menuBlock .item-container {
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, .05)
}

.aboutWidget .menuBlock .item-container .container {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2
}

.aboutWidget .menuBlock .item-container .container .icon {
    background: var(--c1);
    color: #fff;
    border-radius: 50%;
    position: relative
}

.aboutWidget .menuBlock .item-container .container .icon svg {
    width: 30px;
    height: 30px;
    margin: 15px
}

.aboutWidget .menuBlock .item-container .container .title {
    font-size: 16px;
    font-weight: 600;
    color: #000
}

.aboutWidget .menuBlock .item-container .container .desc {
    font-size: 13px;
    margin-top: 5px;
    color: #6a6a6a
}

.aboutWidget.homeWidget.whiteBg .menuBlock .item-container {
    background: rgba(255, 255, 255, .03)
}

.aboutWidget.homeWidget.darkBg .infoBlock {
    color: #f9f9f9
}

.aboutWidget.homeWidget.darkBg .infoBlock h1,
.aboutWidget.homeWidget.darkBg .infoBlock h2,
.aboutWidget.homeWidget.darkBg .infoBlock h3,
.aboutWidget.homeWidget.darkBg .infoBlock a {
    color: #fff
}

.aboutWidget.homeWidget.darkBg .menuBlock .item-container {
    background: rgba(255, 255, 255, .03)
}

.aboutWidget.homeWidget.darkBg .menuBlock .item-container .container .title {
    color: #ddd
}

.videoWidget .innerContainer {
    padding-bottom: 0 !important
}

.videoWidget .items {
    position: relative
}

.videoWidget .items .item-container {
    transition: all .3s;
    width: 450px;
    opacity: .5
}

@media(max-width: 450px) {
    .videoWidget .items .item-container {
        width: 320px
    }
}

.videoWidget .items .item-container .title {
    display: none
}

.videoWidget .items .item-container .item a {
    pointer-events: none
}

.videoWidget .items .item-container .item a:before {
    opacity: 1;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%)
}

.videoWidget .items .item-container .item a .icon {
    display: none;
    opacity: 1;
    margin: 0;
    padding: 10px
}

.videoWidget .items .item-container .item a .icon svg {
    width: 24px;
    height: 24px
}

.videoWidget .items .item-container .item a .icon:before {
    background: rgba(0, 0, 0, .3)
}

.videoWidget .items .item-container .item a .icon:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    background: var(--c1)
}

.videoWidget .items .center .item-container {
    opacity: 1
}

.videoWidget .items .center .item-container .item {
    position: relative
}

.videoWidget .items .center .item-container .item a {
    pointer-events: all
}

.videoWidget .items .center .item-container .item .icon {
    display: block
}

.videoWidget .items .center .item-container .item .title {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    padding: 20px;
    z-index: 2;
    font-size: 16px;
    font-weight: 500
}

.videoWidget .owl-nav {
    margin: 0
}

.videoWidget .owl-nav>div {
    opacity: 0;
    position: absolute;
    top: calc(50% - 20px);
    background: none;
    color: #000;
    padding: 0
}

.videoWidget .owl-nav>div svg {
    transition: all .1s;
    width: 40px;
    height: 40px;
    margin: 0
}

.videoWidget .owl-nav>div:hover svg {
    transform: scale(1.1)
}

@media(max-width: 600px) {
    .videoWidget .owl-nav>div.owl-prev {
        left: 10px
    }
}

@media(max-width: 600px) {
    .videoWidget .owl-nav>div.owl-next {
        right: 10px
    }
}

.videoWidget.darkBg .owl-nav>div {
    color: #fff;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.7))
}

.videoWidget.darkBg .items .item-container {
    opacity: .1
}

.videoWidget.darkBg .center .item-container {
    opacity: 1
}

.sloganWidget {
    position: relative;
    background-color: var(--c2) !important;
    background: url(../images/slogan-bg.svg) 100% 0 no-repeat;
    overflow: hidden;
    padding-top: 20px
}

@media all and (max-width: 900px) {
    .sloganWidget {
        background-size: cover
    }
}

.sloganWidget.homeWidget .innerContainer {
    padding-top: 0;
    padding-bottom: 0
}

.sloganWidget .widgetContent {
    display: flex;
    align-items: center;
    line-height: 1.25;
    color: #fff;
    gap: 80px
}

@media all and (max-width: 900px) {
    .sloganWidget .widgetContent {
        flex-direction: column;
        gap: 0
    }
}

.sloganWidget .info {
    padding: 40px 0
}

@media all and (max-width: 900px) {
    .sloganWidget .info {
        padding: 20px 0
    }
}

.sloganWidget .slogantext {
    z-index: 2;
    font-size: 38px;
    font-weight: 500;
    text-shadow: 0 0 5px rgba(0, 0, 0, .7)
}

@media all and (max-width: 500px) {
    .sloganWidget .slogantext {
        font-size: 28px
    }
}

.sloganWidget .desc {
    font-size: 22px;
    font-weight: 300;
    margin-top: 10px;
    opacity: .6
}

@media all and (max-width: 500px) {
    .sloganWidget .desc {
        font-size: 18px
    }
}

.sloganWidget .button {
    margin-top: 20px
}

.sloganWidget .safirButton {
    display: inline-flex
}

.postsWidget .item {
    background: #f9f9f9;
    border-radius: 4px;
    overflow: hidden
}

.postsWidget .postthumb {
    position: relative
}

.postsWidget .postthumb .text {
    position: absolute;
    right: 4px;
    bottom: 4px;
    color: #000;
    background: rgba(255, 255, 255, .75);
    font-weight: 500;
    padding: 3px 8px;
    font-size: 12px;
    z-index: 2
}

.postsWidget .detail {
    padding: 20px;
}

@media all and (max-width: 900px) {
    .postsWidget .detail {
        padding: 15px
    }
}

.postsWidget .detail .title {
    font-size: 17px;
    font-weight: 500;
    overflow: hidden;
    line-height: 20px;
    text-align: center
}

.postsWidget.darkBg .item {
    background: rgba(255, 255, 255, .025)
}

.postsWidget.darkBg .item .title a,
.postsWidget.darkBg .item .title {
    color: #f9f9f9
}

.postsWidget.darkBg .item .title a:hover,
.postsWidget.darkBg .item .title:hover {
    color: #ddd
}

.postsWidget.lightBg .item {
    background: #fff
}

.postsWidget.sidebarWidget .item .detail {
    padding: 10px
}

.catsWidget .item {
    border-radius: var(--genericRadius);
    overflow: hidden;
    transition: all .2s;
    position: relative
}


.catsWidget .item .safirthumb {
    transition: all .2s
}

.catsWidget .item .safirthumb:before {
    content: "";
    display: none;
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%)
}

.catsWidget .item:hover .safirthumb {
    transform: scale(1.075)
}

.catsWidget .item .title {
    position: absolute;
    left: -10px;
    bottom: 20px;
    background: var(--c1);
    color: #fff;
    padding: 10px 10px 10px 20px;
    line-height: 20px;
    z-index: 2;
    font-size: 18px;
    font-weight: 500;
    transition: all .2s
}
div#sfrcategorieswidget-2 .item .title2 {
    position: relative;
    text-align: center;
    margin-top: 20px;;
    bottom: 20px;
    color: #1c7042;
    padding: 10px 10px 10px 20px;
    line-height: 20px;
    z-index: 2;
    font-size: 18px;
    font-weight: 500;
    transition: all .2s
}

div#sfrcategorieswidget-2 .safirthumb {
    background: none;
}
div#sfrcategorieswidget-3 .title2 {
    height: 110px;
    width: 100%;
    position: relative;
    left: 0;
    padding-top: 26px;
    background-image:url('/wp-content/uploads/2024/05/bh-btbg.jpg');
    text-align: center;
    line-height: 50px;
    z-index: 2;
    font-size: 18px;
    font-weight: 500;
    transition: all .2s;
    color: #fff;

}

.catsWidget .item .title:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 40px 0 0 10px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) var(--c1)
}

.catsWidget .item:hover .title {
    left: 0;
    color: #efefef
}

.catsWidget.showShadow .item .safirthumb:before {
    display: block
}

.advancedPostsWidget2 .item {
    border-bottom: 2px solid var(--c1);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.advancedPostsWidget2 .item .postthumb .text {
    left: 4px;
    top: 4px;
    right: inherit;
    bottom: inherit
}

.advancedPostsWidget2 .item .date {
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px
}

.advancedPostsWidget2 .item .date svg {
    width: 16px;
    height: 16px
}

.advancedPostsWidget2 .item .inner {
    line-height: 20px;
    height: 145px;
    overflow: hidden
}

.advancedPostsWidget2 .item .title {
    text-align: left;
    margin-bottom: 7px
}

.advancedPostsWidget2 .item .desc {
    opacity: .7
}

.advancedPostsWidget2 .item .readmore {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    background: #e02626;
    position: relative;
    padding: 8px 15px;
    border-radius: 2px;
    transition: all .3s;
    width: 100%;
}

#footer.light .footerWidgets .advancedPostsWidget2 .item .readmore {
    color: #fff
}

.advancedPostsWidget2 .item .readmore:hover {
    background: var(--c1)
}

.crewWidget .item {
    position: relative;
    overflow: hidden;
    border-radius: var(--genericRadius);
    box-shadow: 0 0 10px rgba(0, 0, 0, .075)
}

.crewWidget .item .safirthumb {
    padding-bottom: var(--crewRatio)
}

.crewWidget .item a {
    display: block;
    position: relative;
    overflow: hidden;
    transition: all .3s
}

.crewWidget .item a .title {
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.crewWidget .item .info {
    position: absolute;
    background: linear-gradient(0deg, rgba(var(--c2RGB), 0.9) 20%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 20px;
    padding: 60px 15px 15px
}

@media all and (max-width: 700px) {
    .crewWidget .item .info {
        padding: 10px
    }
}

.sidebarWidgets .crewWidget .item .info {
    padding: 10px
}

.crewWidget .item .detail {
    color: #fff;
    font-size: 13px;
    opacity: .7
}

.crewModal {
    display: none
}

.crewModal.fancybox-content {
    padding: 0;
    max-width: 700px
}

@media all and (max-width: 700px) {
    .crewModal.fancybox-content {
        max-width: 100%
    }
}

.crewModal .safirthumb {
    padding-bottom: var(--crewRatio)
}

.crewModal .fancybox-close-small {
    background: var(--c1);
    border-radius: 50%;
    margin: 15px
}

.crewModal .fancybox-close-small svg {
    color: #fff
}

.crewModal .topsection {
    display: flex;
    align-items: center;
    background: var(--c2);
    color: #fff;
    padding: 20px
}

.crewModal .topsection .title {
    font-size: 18px;
    font-weight: bold
}

.crewModal .topsection .position {
    color: #dcdcdc;
    font-weight: 500
}

.crewModal .topsection .safirSocial {
    margin: 0 50px 0 auto
}

.crewModal .topsection .safirSocial svg {
    width: 28px;
    height: 28px
}

.crewModal .topsection .safirSocial a {
    color: #fff
}

.crewModal .bottomsection {
    display: flex;
    gap: 20px;
    padding: 20px
}

@media all and (max-width: 700px) {
    .crewModal .bottomsection {
        flex-direction: column
    }
}

.crewModal .bottomsection .thumb {
    flex: 0 0 200px
}

.crewModal .bottomsection .detail {
    line-height: 1.5;
    font-size: 17px
}

.customerWidget .images {
    margin: auto;
    padding: 0 200px;
    position: relative
}

@media(max-width: 1000px) {
    .customerWidget .images {
        padding: 0
    }
}

.customerWidget .images .item {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    min-height: 80px;
    transition: all .4s
}

.customerWidget .images .item .thumb {
    border-radius: 50%;
    overflow: hidden;
    width: 60px
}

.customerWidget .images .item .safirthumb {
    background: none
}

.customerWidget .images .item .name {
    font-weight: bold
}

.customerWidget .images .item .title {
    opacity: .6
}

.customerWidget .images .center .item {
    background: #fff
}

.customerWidget .owl-nav>div {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 0;
    background: var(--c1);
    color: #fff;
    border-radius: 50%
}

.customerWidget .owl-nav .owl-next {
    left: inherit;
    right: 0
}

.customerWidget .customerComments .item-container {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    font-size: 17px
}

.customerWidget .customerComments .item-container:not(:first-child) {
    display: none
}

.customerWidget .customerComments .item-container .item .comment-title {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 10px
}

.customerWidget .customerComments .item-container .item .comment {
    line-height: 1.7
}

.customerWidget .customerComments .item-container .item .stars {
    margin-bottom: 10px
}

.customerWidget .customerComments .item-container .item .stars .icon {
    display: inline-block;
    margin: 0 3px;
    color: #f8b321
}

.customerWidget .customerComments .item-container .item .stars.star1 .icon:nth-child(n+2),
.customerWidget .customerComments .item-container .item .stars.star2 .icon:nth-child(n+3),
.customerWidget .customerComments .item-container .item .stars.star3 .icon:nth-child(n+4),
.customerWidget .customerComments .item-container .item .stars.star4 .icon:nth-child(n+5) {
    opacity: .3
}

.customerWidget.whiteBg .images .center .item,
.customerWidget.whiteBg .customerComments .item-container {
    background: #f9f9f9
}

.customerWidget.darkBg .images .center .item,
.customerWidget.darkBg .customerComments .item-container {
    background: rgba(255, 255, 255, .05)
}

.referencesWidget .items a {
    display: block;
    padding: 10px;
    background: #fafafa;
    border-radius: var(--genericRadius);
    overflow: hidden
}

.sidebarWidgets .referencesWidget .items a {
    background: #fff
}

.referencesWidget .items .safirthumb {
    padding-bottom: var(--refRatio)
}

.referencesWidget.owl.homeWidget .items {
    padding: 0 60px;
    position: relative
}

.referencesWidget.owl.homeWidget .items .owl-prev {
    left: 0
}

.referencesWidget.owl.homeWidget .items .owl-next {
    right: 0
}

.referencesWidget.lightBg .items a,
.referencesWidget.darkBg .items a {
    background: #fff
}

.referencesWidget.whiteBg .owl-nav div {
    background: rgba(var(--c1RGB), 0.1)
}

.galleryWidget.homeWidget .innerContainer {
    padding-bottom: 0
}

.galleryWidget.homeWidget .group {
    width: 390px
}

.galleryWidget .items {
    position: relative
}

.galleryWidget .item-container {
    padding: 1px
}

.galleryWidget .item-container.big {
    clear: both
}

.galleryWidget .item-container.small {
    width: 50%;
    float: left
}

.galleryWidget .item {
    position: relative
}

.buttonWidget.homeWidget {
    background: none
}

.buttonWidget.homeWidget+.buttonWidget.homeWidget .innerContainer {
    padding-top: 0px;
    margin-top: -30px
}

@media all and (max-width: 900px) {
    .buttonWidget.homeWidget+.buttonWidget.homeWidget .innerContainer {
        margin-top: 0px
    }
}

.buttonWidget a {
    transition: all .15s;
    background: #fff;
    color: #000;
    padding: 15px;
    border-left: 3px solid;
    display: flex;
    align-items: center
}

.buttonWidget a:hover {
    transform: scale(1.015)
}

.buttonWidget .icon {
    position: relative;
    margin: 0 15px 0 5px
}

.buttonWidget .icon svg {
    width: 40px;
    height: 40px
}

.buttonWidget .header {
    font-size: 17px;
    font-weight: bold
}

.buttonWidget .description {
    margin-top: 5px;
    color: #707070;
    font-size: 13px
}

#footer.dark .buttonWidget a {
    background: rgba(255, 255, 255, .05)
}

#footer.dark .buttonWidget a .header {
    color: #fff
}

#footer.light .buttonWidget.footerCol a {
    background: #f8f8f8
}

.contactWidget .blocks {
    display: flex;
    gap: 30px
}

@media all and (max-width: 768px) {
    .contactWidget .blocks {
        flex-direction: column;
        gap: 20px
    }
}

.contactWidget .infoBlock {
    flex: 1 1 50%
}

.contactWidget .safirContactInfo {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr))
}

@media all and (max-width: 768px) {
    .contactWidget .safirContactInfo {
        gap: 20px
    }
}

.contactWidget .safirContactInfo .item {
    background: #f9f9f9;
    font-weight: 500;
    color: #090909;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: var(--generalradius);
    font-size: 15px;
    border-radius: 5px;
    overflow: hidden
}

.contactWidget .safirContactInfo .item .icon {
    border-radius: var(--generalradius);
    background: rgba(0, 0, 0, .025);
    color: var(--c1);
    display: flex;
    flex: 0 0 60px;
    height: 60px;
    align-items: center;
    justify-content: center
}

.contactWidget .safirContactInfo .item .icon svg {
    width: 24px;
    height: 24px
}

.contactWidget .safirContactInfo .item .first {
    opacity: .7;
    margin-bottom: 3px;
    font-weight: normal
}

.contactWidget .map {
    flex: 1 1 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 10px;
    background: #fff;
    border-radius: 10px
}

.contactWidget .map iframe {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: var(--generalradius)
}

.contactWidget.c1Bg .safirContactInfo .item,
.contactWidget.c2Bg .safirContactInfo .item {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .075)
}

.contactWidget.c1Bg .safirContactInfo .item .icon,
.contactWidget.c2Bg .safirContactInfo .item .icon {
    background: #f9f9f9
}

.contactWidget.darkBg .safirContactInfo .item {
    background: rgba(255, 255, 255, .05);
    color: #fff
}

.contactWidget.darkBg .safirContactInfo .item a:hover {
    color: #fff
}

.contactWidget.darkBg .safirContactInfo .item .icon {
    background: rgba(255, 255, 255, .05);
    color: #fff
}

.contactWidget.darkBg .map {
    background: rgba(255, 255, 255, .05)
}

#single .reading {
    margin-bottom: var(--wideMargin)
}

#single #singleBlock.type1 {
    margin: 0 0 var(--wideMargin)
}

#single #singleBlock .thumb {
    border-radius: var(--genericRadius);
    position: relative
}

#single #singleBlock .safirthumb {
    border-radius: var(--genericRadius);
    overflow: hidden
}

#single #singleBlock .text {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    font-weight: 500;
    padding: 10px 15px;
    font-size: 12px;
    border-radius: var(--genericRadius) 0;
    z-index: 2
}

#single #singleBlock.type2 .thumb {
    float: left;
    width: 50%;
    margin: 0 20px 10px 0
}

@media(max-width: 550px) {
    #single #singleBlock.type2 .thumb {
        width: 100%;
        margin: 0 0 10px 0
    }
}

#single #singleBlock.type3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

#single #singleBlock.type3 .text,
#single #singleBlock.type3 .postprice {
    position: relative;
    left: 0
}

#single .tags {
    position: relative;
    margin-bottom: var(--wideMargin);
    line-height: 20px;
    clear: both;
    color: #818181;
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

#single .tags a {
    border: 2px solid #f3f3f3;
    border-radius: 5px;
    display: block;
    padding: 4px 8px;
    transition: all .3s;
    font-weight: normal
}

#single .tags a:hover {
    border-color: #e1e1e1
}

#single .tags .themeicon {
    display: block;
    border-radius: 3px;
    background: #f3f3f3;
    margin: 4px 4px 4px 0;
    padding: 4px 8px;
    float: left
}

.metaBox {
    overflow: hidden;
    clear: both;
    /*background: linear-gradient(to right, #f3f3f3 0%, #ffffff 100%);*/
    /*border-left: 3px solid #e0e0e0;*/
    margin-bottom: var(--wideMargin);
    padding: 10px 0 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

@media all and (max-width: 550px) {
    .metaBox {
        flex-direction: column;
        align-items: baseline
    }
}

.metaBox .metas {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.metaBox .metas .meta {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px
}

.metaBox .metas .meta a {
    color: #181818
}

.metaBox .metas .meta a:hover {
    color: #818181
}

.metaBox .metas .meta .icon svg {
    width: 16px;
    height: 16px;
    fill: var(--c2)
}

.metaBox .share {
    display: flex;
    gap: 5px
}

.metaBox .share a {
    display: block;
    color: #fff;
    border-radius: 3px;
    overflow: hidden;
    transition: all .3s
}

.metaBox .share a:hover {
    opacity: .8
}

.metaBox .share a .icon {
    width: 20px;
    height: 20px;
    display: flex
}

.metaBox .share a.facebook .icon {
    background: #597ac2
}

.metaBox .share a.twitter .icon {
    background: #000
}

.metaBox .share a.whatsapp .icon {
    background: #48a91f
}

#comments {
    margin-top: 30px;
    display: block
}

#comments .nocomments,
#comments .logged-in-as {
    margin-bottom: var(--genericMargin)
}

#comments .comment-awaiting-moderation {
    display: block
}

#comments .says {
    display: none
}

#comments .commentlist {
    list-style: none
}

#comments .commentlist .children {
    list-style: none;
    margin-left: 70px
}

#comments .commentlist li {
    clear: both;
    line-height: 1.5
}

#comments .commentlist li .comment-body {
    position: relative;
    background: #fafafa;
    border-radius: 5px;
    padding: var(--wideMargin);
    margin-bottom: var(--wideMargin);
    min-height: calc(80px + 2*var(--wideMargin))
}

#comments .commentlist li .comment-body+#respond {
    margin-bottom: var(--wideMargin)
}

#comments .commentlist li .comment-body .reply {
    position: absolute;
    bottom: 0;
    right: 0
}

#comments .commentlist li .comment-body .reply .comment-reply-link {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    line-height: 20px;
    font-size: 12px;
    background: #f3f3f3;
    padding: 5px 10px;
    border-radius: 5px 0 0 0;
    transition: all .3s
}

#comments .commentlist li .comment-body .reply .comment-reply-link svg {
    width: 10px;
    height: 10px
}

#comments .commentlist li .comment-body>.themeicon {
    position: absolute;
    color: #999;
    top: calc(35px + var(--wideMargin));
    left: -40px
}

#comments .commentlist li .comment-body .avatar {
    float: left;
    margin: 0 10px 0 0;
    display: block;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    padding: 5px;
    margin-left: 5px;
    background: #fff;
    position: relative;
    z-index: 2;
    border-radius: 50%
}

#comments .commentlist li .comment-body .comment-author {
    display: inline;
    color: #6e6e6e
}

#comments .commentlist li .comment-body .comment-author cite {
    margin-right: 10px;
    display: inline-block;
    font-style: normal;
    line-height: 20px;
    font-weight: 600
}

#comments .commentlist li .comment-body .comment-meta {
    color: #999;
    line-height: 20px;
    font-size: 13px;
    display: inline-flex
}

#comments .commentlist li .comment-body .comment-meta a {
    color: #a4a4a4;
    display: flex;
    gap: 3px;
    align-items: center
}

#comments .commentlist li .comment-body .comment-meta a svg {
    width: 14px;
    height: 14px
}

#comments #respond {
    overflow: hidden
}

#comments #respond p {
    clear: both
}

#comments #respond p.warning {
    color: red;
    font-style: italic
}

#comments #respond .comment-form-cookies-consent {
    text-align: left;
    font-size: 15px
}

#comments #respond .inputs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: var(--genericMargin);
    margin: var(--genericMargin) 0
}

#comments #respond .inputs #author,
#comments #respond .inputs #email,
#comments #respond .inputs #url {
    display: block;
    width: 100%
}

#comments #respond textarea {
    width: 100%;
    display: block;
    height: 80px
}

#comments #respond p.form-submit {
    clear: both;
    margin-top: 10px
}

@media all and (max-width: 900px) {
    #comments #respond p.form-submit {
        width: 100%
    }
}

.wp-caption-text {
    font-size: 14px
}

.screen-reader-text {
    display: none
}

.gallery-caption,
.blocks-gallery-caption {
    text-align: center;
    color: #626262
}

img.alignleft {
    border: 1px solid #cdc;
    float: left;
    margin: 0 10px 10px 0;
    padding: 1px
}

img.alignright {
    border: 1px solid #cdc;
    float: right;
    margin: 0 0 10px 10px;
    padding: 1px
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.aligncenter {
    display: block;
    text-align: center;
    margin: 5px auto
}

.wp-caption {
    max-width: 100%
}

form p {
    overflow: hidden;
    position: relative
}

form p>span {
    display: block
}

form .wpcf7-form-control-wrap {
    width: 100%
}

form input[type=text],
form input[type=password],
form input[type=tel],
form input[type=search],
form input[type=date],
form input[type=email],
form textarea,
form select {
    width: 100%;
    height: 50px;
    outline: none;
    border: 2px solid #e8e8e8;
    background: #fff;
    margin: 10px 0;
    padding: 15px;
    transition: all .25s;
    color: #191919;
    line-height: 20px;
    font-weight: 500;
    -webkit-appearance: none;
    border-radius: var(--genericRadius)
}

form input[type=text]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=search]:focus,
form input[type=date]:focus,
form input[type=email]:focus,
form textarea:focus,
form select:focus {
    border: 2px solid rgba(var(--c2RGB), 0.25)
}

form input[type=checkbox] {
    margin: 7px 7px 7px 0
}

form textarea {
    max-width: 100%;
    width: 100%;
    height: 190px;
    display: block;
    float: left
}

form input[type=submit] {
    border: 0;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
    line-height: 50px;
    padding: 0 50px;
    transition: all .3s;
    border-radius: 3px;
    display: block;
    font-weight: 500;
    background: var(--c1)
}

@media all and (max-width: 900px) {
    form input[type=submit] {
        width: 100%
    }
}

form input[type=submit]:hover {
    background: var(--c2)
}

.safirForm {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px
}

.safirForm .safirLeft,
.safirForm .safirRight {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.safirForm p.safiricon {
    line-height: 1
}

.safirForm p.safiricon svg {
    width: 16px;
    height: 16px;
    margin: 7px;
    z-index: 10;
    position: absolute;
    top: 10px;
    left: 10px;
    fill: var(--c2)
}

.safirForm p>span {
    overflow: hidden;
    position: relative
}

.safirForm .safirButton {
    width: 100%
}

.safirForm .safirButton:hover {
    background: var(--c2)
}

.safirForm .safirButton .inline {
    width: inherit
}

.safirForm input[type=text],
.safirForm input[type=password],
.safirForm input[type=tel],
.safirForm input[type=search],
.safirForm input[type=date],
.safirForm input[type=email],
.safirForm textarea,
.safirForm select {
    padding-left: 40px;
    margin: 0
}

.safirForm .wpcf7-spinner {
    background: #fff;
    position: absolute;
    margin: 0;
    left: 10px;
    top: 13px;
    opacity: 1
}

.safirForm .wpcf7-spinner:before {
    background: #000
}

.safirForm div.wpcf7-validation-errors {
    border: 0 !important;
    text-align: center !important
}

.safirForm div.wpcf7-response-output {
    margin: 20px 0 0 0 !important;
    padding: 10px !important;
    border-radius: var(--genericRadius)
}

.safirForm span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px !important;
    line-height: 20px;
    right: 15px;
    top: 12px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    padding: 3px 5px
}

.safirnavi {
    clear: both;
    margin-top: var(--wideMargin);
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.safirnavi .item {
    border-radius: var(--genericRadius);
    background: var(--c2);
    min-width: 40px;
    padding: 0 15px;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    transition: all .1s;
    color: #fff
}

.safirnavi .item:hover {
    background: var(--c1)
}

.safirnavi .current {
    background: var(--c1)
}

#footer {
    clear: both;
    position: relative;
    z-index: 10;
    color: #fff;
    font-size: 15px;
    background: var(--c2);
    display: flex
}

#footer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, var(--c2) 0%, var(--c2) 50%, rgba(255, 255, 255, 0.04) 51%, rgba(255, 255, 255, 0.04) 100%)
}

#footer .footerWidgets .innerContainer {
    padding: 0
}

#footer a {
    color: inherit
}

#footer a:hover {
    color: #ddd
}

#footer .footerRoot {
    display: flex;
    position: relative;
    background: linear-gradient(to right, var(--c2) 0%, var(--c2) 30%, rgba(255, 255, 255, 0.04) 30%, rgba(255, 255, 255, 0.04) 100%)
}

@media(max-width: 768px) {
    #footer .footerRoot {
        flex-direction: column;
        background: var(--c2)
    }
}

#footer .footerRoot .leftSide {
    width: 30%;
    padding: 30px 30px 30px 20px
}

@media(max-width: 768px) {
    #footer .footerRoot .leftSide {
        width: 100%;
        padding: 20px
    }
}

#footer .footerRoot .leftSide .logo {
    margin-bottom: 20px
}

#footer .footerRoot .leftSide .footerCopyright {
    opacity: .85;
    line-height: 1.3;
    color: #929292;
}

#footer .footerRoot .leftSide nav {
    margin-top: 60px
}

#footer .footerRoot .leftSide nav .nav-header {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 18px;
    color: #1c7042;
}

#footer .footerRoot .leftSide nav ul.menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    color:#1c7042;
}

#footer .footerRoot .leftSide nav ul.menu .sub-menu {
    display: none
}

#footer .footerRoot .leftSide nav a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px
}

#footer .footerRoot .leftSide nav a .safiricon {
    background: rgba(255, 255, 255, .1);
    border-radius: 3px
}

#footer .footerRoot .leftSide nav a .safiricon svg {
    width: 20px;
    height: 20px;
    margin: 8px
}

#footer .footerRoot .rightSide {
    width: 70%;
    padding: 30px 20px 30px 30px
}

@media(max-width: 768px) {
    #footer .footerRoot .rightSide {
        width: 100%;
        padding: 20px;
        background: rgba(255, 255, 255, .04)
    }
}

#footer .footerRoot .rightSide .rightMenu {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

#footer .footerRoot .rightSide .rightMenu ul.menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

@media(max-width: 500px) {
    #footer .footerRoot .rightSide .rightMenu ul.menu {
        flex-direction: column;
        align-items: start;
        gap: 20px
    }
}

#footer .footerRoot .rightSide .rightMenu ul.menu .sub-menu {
    display: none
}

#footer .footerRoot .rightSide .rightMenu ul.menu a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    line-height: 40px
}

#footer .footerRoot .rightSide .rightMenu ul.menu a .icon {
    color: var(--c1)
}

#footer .footerRoot .rightSide .rightMenu ul.menu li:not(:first-child) a {
    padding-left: 35px;
    margin-left: 35px;
    border-left: 1px solid rgba(255, 255, 255, .1)
}

@media(max-width: 500px) {
    #footer .footerRoot .rightSide .rightMenu ul.menu li:not(:first-child) a {
        border: 0;
        padding: 0;
        margin: 0
    }
}

#footer .footerRoot .rightSide .rightMenu ul.menu li.ozel {
    margin-left: auto;
    line-height: 40px;
    border-radius: 5px;
    background: var(--c1);
    padding: 0 15px;
    color: #fff
}

@media(max-width: 500px) {
    #footer .footerRoot .rightSide .rightMenu ul.menu li.ozel {
        margin-left: 0
    }
}

#footer .footerRoot .rightSide .rightMenu ul.menu li.ozel .icon {
    color: #fff
}

#footer .footerRoot .rightSide .rightMenu ul.menu li.ozel a {
    padding-left: 0;
    margin-left: 0;
    border-left: 0
}

#footer .footerRoot .rightSide .rightMenu ul.menu li.ozel a:hover {
    color: #fff
}

#footer .footerInner {
    background: var(--c2);
    position: relative;
    padding: 0;
    width: 100%
}

#footer .widgetHeading {
    padding: 0;
    margin: 0 0 20px
}

#footer .widgetHeading .title {
    font-size: 19px;
    letter-spacing: normal;
    font-weight: 600;
    color: #fff
}

#footer .widgetHeading .slogan {
    color: #fff;
    opacity: .5;
    line-height: 1
}

#footer .footerCols {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(152px, 1fr));
    gap: 10px
}

#footer .footerCols:has(.footerCol.message) {
    grid-template-columns: 1fr
}

#footer .footerCols .footerCol.message {
    text-align: center
}

#footer .footerCols .sidebarWidget {
    margin: 0
}

#footer .footerCols .nativeWidget ul>li>a {
    line-height: 20px
}

#footer .footerCols .nativeWidget ul .sub-menu {
    margin-left: 20px
}

#footer .footerCols .textwidget,
#footer .footerCols .recentcomments,
#footer .footerCols .reading {
    line-height: 1.8
}

#footer .footerCols .reading>*+* {
    margin-top: 10px !important
}

#footer.light {
    color: #fff;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

#footer.light:before {
    background-color: #0c6a39;
}

#footer.light a:hover {
    color: #333
}

#footer.light .footerRoot {
    background-color: #0c6a39;
}

@media(max-width: 768px) {
    #footer.light .footerRoot {
        background: #f8f8f8
    }
}

#footer.light .footerRoot .leftSide nav a .safiricon {
    background: rgba(0, 0, 0, .03)
}

@media(max-width: 768px) {
    #footer.light .footerRoot .rightSide {
        background: #fff;
		display:none
    }
}

#footer.light .footerRoot .rightSide .rightMenu {
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

#footer.light .footerRoot .rightSide .rightMenu ul.menu li:not(:first-child) a {
    border-left: 1px solid rgba(0, 0, 0, .05)
}

@media(max-width: 500px) {
    #footer.light .footerRoot .rightSide .rightMenu ul.menu li:not(:first-child) a {
        border: 0
    }
}

#footer.light .footerRoot .rightSide .rightMenu ul.menu li.ozel a {
    border: 0
}

#footer.light .footerInner {
    background: #f8f8f8
}

#footer.light .widgetHeading .title {
    color: var(--c2)
}

#footer.light .widgetHeading .slogan {
    color: #000
}

.safirTop {
    position: fixed;
    right: 40px;
    bottom: 40px;
    cursor: pointer;
    z-index: -1;
    opacity: 0;
    border-radius: 50%;
    transition: all .3s;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
    background: #0c6a39;
    color: #fff
}

.whatsappButton.right+.safirTop {
    bottom: 100px
}

.safirTop.show {
    opacity: 1;
    z-index: 200
}

.safirTop svg {
    width: 16px;
    height: 16px;
    margin: 17px;
    transition: all .3s
}

.whatsappButton {
    z-index: 15;
    position: fixed;
    left: 40px;
    bottom: 40px;
    border-radius: 50%;
    color: #20ad38;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    transition: all .2s
}

.whatsappButton.right {
    left: auto !important;
    right: 40px
}

.whatsappButton:hover,
#whatsappBlock.opened+.whatsappButton {
    background: #20ad38;
    color: #fff;
    transform: scale(1.05)
}

.whatsappButton .icon {
    width: 50px;
    height: 50px;
    display: flex
}

.whatsappButton .count {
    display: none;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    background: #fff;
    color: #000;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .275);
    position: absolute;
    top: 0;
    right: 0
}

.whatsappButton .icon svg {
    width: 24px;
    height: 24px;
    transition: all .1s
}

#whatsappBlock {
    bottom: 100px;
    left: 40px;
    position: fixed;
    width: 300px;
    transition: transform .25s;
    transform: scale(0.8);
    opacity: 0;
    z-index: -1;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    border-radius: 10px;
    overflow: hidden
}

#whatsappBlock.right {
    left: auto !important;
    right: 40px
}

#whatsappBlock.opened {
    transform: scale(1);
    opacity: 1;
    height: auto;
    z-index: 300
}

#whatsappBlock.opened .chat .message .bubble {
    animation-name: lateFade
}

#whatsappBlock .chat {
    overflow: hidden
}

#whatsappBlock .chat .header {
    padding: 15px;
    overflow: hidden;
    background: #095e54;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px
}

#whatsappBlock .chat .header .thumb {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden
}

#whatsappBlock .chat .header .thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

#whatsappBlock .chat .header .name {
    font-weight: 500;
    font-size: 15px
}

#whatsappBlock .chat .header .close {
    display: block;
    margin-left: auto;
    cursor: pointer;
    padding: 8px;
    background: rgba(255, 255, 255, .05);
    border-radius: 3px;
    color: #fff
}

#whatsappBlock .chat .header .close svg {
    width: 12px;
    height: 12px
}

#whatsappBlock .chat .message {
    padding: 15px 10px 15px 20px;
    background: url(../images/whatsapp-bg.jpg)
}

#whatsappBlock .chat .message .bubble {
    background: #fff;
    width: 75%;
    padding: 10px;
    position: relative;
    border-radius: 0 var(--genericRadius) var(--genericRadius) var(--genericRadius);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .05);
    transform: scale(0);
    animation-duration: .1s;
    animation-timing-function: ease-in-out;
    animation-delay: .6s;
    animation-fill-mode: forwards
}

#whatsappBlock .chat .message .bubble:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 8px 0;
    border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

#whatsappBlock .chat .message .bubble .name {
    font-weight: bold;
    color: #b7b7b7;
    font-size: 12px
}

#whatsappBlock .chat .reply {
    background: #fff;
    padding: 10px;
    overflow: hidden
}

#whatsappBlock .chat .reply a {
    font-weight: 500;
    display: block;
    border-radius: var(--genericRadius);
    background: #14c656;
    line-height: 36px;
    text-align: center;
    color: #fff;
    transition: all .3s;
    font-size: 14px
}

#whatsappBlock .chat .reply a:hover {
    background: #48a91f
}

@keyframes lateFade {
    0% {
        transform: scale(0.5);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

#mobileHeader {
    z-index: 100000;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}
ul#menu-ust-menu-1 a {
    font-size: 16px;
    font-weight: 500;
    color: #0C6A38;
    transition: all .15s;
}
ul#menu-ust-menu-1 a:hover {
    color: #a4a4a4;
}
ul#menu-ust-menu-1 {
    display: flex;
    gap: 30px;
}

#mobileHeader #mobileButtons {
    display: none;
    margin-left: auto;
    align-items: center;
    flex-shrink: 0;
    overflow: hidden;
    gap: 5px;
    margin-right: -5px
}

#mobileHeader #mobileButtons .mobileButton {
    display: block;
    cursor: pointer;
    padding: 5px;
    color: #fff
}

#mobileHeader #mobileButtons .mobileButton .safiricon svg {
    transform: scale(1.2)
}

#mobileHeader #mobileButtons .mobileButton.toggleMenu {
    background: var(--c1);
    padding: 12px;
    border-radius: 50%;
    color: #fff
}

#mobileHeader #mobileButtons .mobileButton.toggleMenu svg {
    width: 16px;
    height: 16px
}

#mobileHeader .mobileSearch {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    background: #fff
}

#mobileHeader .mobileSearch .searchform {
    width: calc(100% - 60px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 60px
}

#mobileHeader .mobileSearch .searchform input {
    border: 0;
    width: 100%;
    padding: 10px 50px 10px 10px;
    height: 30px;
    font-size: 18px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    color: #000
}

#mobileHeader .mobileSearch .searchform button {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    background: none;
    border: 0;
    color: #666
}

#mobileHeader .mobileSearch .searchform button .icon {
    width: 50px;
    height: 30px;
    display: flex
}

#mobileHeader .mobileSearch .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background: #f3f3f3;
    color: #111;
    cursor: pointer;
    height: 100%;
    width: 60px
}

#mobileHeader .mobileSearch .close .icon {
    height: 100%;
    width: 100%;
    display: flex
}

#hamburgermenu {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    overflow-y: scroll;
    background: #fff
}

#hamburgermenu .logoBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 10px;
    background: var(--c2);
    color: #fff
}

#hamburgermenu .searchForm {
    padding: 10px;
    border-bottom: 1px solid #f0f0f0
}

#hamburgermenu .searchForm form {
    position: relative
}

#hamburgermenu .searchForm form input[type=text] {
    width: 100%;
    display: block;
    padding: 5px 40px 5px 10px;
    height: 40px;
    transition: all .25s;
    margin: 0;
    background: #fafafa !important
}

#hamburgermenu .searchForm form button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: none;
    color: #222;
    cursor: pointer
}

#hamburgermenu .searchForm form button svg {
    margin: 12px;
    width: 16px;
    height: 16px
}

#hamburgermenu #mobileMenuContainer {
    overflow: hidden
}

#hamburgermenu #mobileMenuContainer #menu {
    position: relative;
    display: block
}

#hamburgermenu #mobileMenuContainer #menu>ul {
    display: block
}

#hamburgermenu #mobileMenuContainer #menu li {
    position: relative;
    float: none;
    margin: 0
}

#hamburgermenu #mobileMenuContainer #menu li.arama {
    display: none
}

#hamburgermenu #mobileMenuContainer #menu li .ozel>a {
    line-height: 20px;
    border-radius: 0;
    border-top: 0;
    margin: 0;
    padding: 15px 10px;
    background: none
}

#hamburgermenu #mobileMenuContainer #menu li .ozel:hover>a,
#hamburgermenu #mobileMenuContainer #menu li .ozel.active:hover a {
    background: inherit;
    color: inherit
}

#hamburgermenu #mobileMenuContainer #menu li.menu-item-has-children>a {
    padding-right: 30px
}

#hamburgermenu #mobileMenuContainer #menu li a {
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 10px;
    line-height: 20px;
    font-size: 16px;
    color: #191919;
    font-weight: 500;
    border-radius: 0
}

#hamburgermenu #mobileMenuContainer #menu li a:hover {
    color: #000
}

#hamburgermenu #mobileMenuContainer #menu li a:before {
    display: none
}

#hamburgermenu #mobileMenuContainer #menu li a .themeicon {
    display: none
}

#hamburgermenu #mobileMenuContainer #menu li a .icon {
    color: var(--c1)
}

#hamburgermenu #mobileMenuContainer #menu .sub-menu {
    transform: none;
    top: 0;
    z-index: 1;
    background: #fafafa;
    position: relative;
    box-shadow: none;
    display: none;
    opacity: 1;
    visibility: visible;
    transition: none
}

#hamburgermenu #mobileMenuContainer #menu .sub-menu .themeicon {
    transform: none
}

#hamburgermenu #mobileMenuContainer #menu .sub-menu .sub-menu {
    margin: 0;
    border: 0;
    left: 0
}

#hamburgermenu #mobileMenuContainer #menu .sub-menu .sub-menu a {
    padding-left: 50px
}

#hamburgermenu #mobileMenuContainer #menu .sub-menu li {
    border: 0
}

#hamburgermenu #mobileMenuContainer #menu .sub-menu li a {
    padding-left: 30px
}

#hamburgermenu #mobileMenuContainer #menu .sub-menu li a:hover {
    background: none
}

#hamburgermenu #mobileMenuContainer #menu .mobilearrow {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 10px;
    text-align: center;
    border-radius: 50%;
    background: #f0f0f0;
    color: #0f0f0f;
    transition: all .3s
}

#hamburgermenu #mobileMenuContainer #menu .mobilearrow.active {
    transform: rotate(180deg)
}

#hamburgermenu #mobileMenuContainer #menu .mobilearrow .themeicon .themeicon-arrow {
    display: block
}

#hamburgermenu #mobileMenuContainer #menu .mobilearrow svg {
    width: 8px;
    height: 8px;
    margin: 7px
}

#hamburgermenu .hamburgerBottomBlock {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 10px
}

#hamburgermenu .hamburgerBottomBlock .menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px
}

#hamburgermenu .hamburgerBottomBlock .menu a {
    display: flex;
    align-items: center;
    gap: 5px
}

#hamburgermenu .languageSelector {
    margin: 0
}

#hamburgermenu .safirSocial {
    gap: 4px
}

#overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .9);
    z-index: 999998;
    top: 0;
    left: 0
}

.hamburgerMenuButton {
    display: none;
    cursor: pointer;
    opacity: .9;
    position: fixed;
    z-index: 100;
    right: 15px;
    top: 20px;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    color: #fff;
    background: var(--c1)
}

.hamburgerMenuButton svg {
    width: 16px;
    height: 16px;
    margin: 12px
}

@media all and (max-width: 1170px) {

    #topbar,
    #menuGroup,
    #menuGroup-sticky-wrapper,
    #infoBlock {
        display: none
    }

    #mobileHeader #mobileButtons {
        display: flex
    }

    #innerheader .innerContainer {
        overflow: visible
    }

    #mobileHeader {
        box-shadow: 0 10px 5px -5px rgba(0, 0, 0, .05);
        min-height: 30px
    }

    #logo {
        padding: 15px 10px 15px 0
    }

    #logo img {
        max-width: 100%
    }

    #logo img,
    #hamburgermenu .logoBlock img {
        height: var(--headerHeightMobile)
    }
}

.headerWhite #mobileHeader #mobileButtons .mobileButton {
    color: var(--c2)
}

.headerWhite #mobileHeader #mobileButtons .mobileButton.toggleMenu {
    color: #fff
}

.headerWhite #hamburgermenu .logoBlock {
    background: #fff;
    border-bottom: 2px solid #f0f0f0;
    color: var(--c2)
}

.headerWhite #hamburgermenu .logoBlock .close {
    padding: 10px;
    background: #f0f0f0;
    border-radius: 3px
}

.headerWhite #hamburgermenu .logoBlock .close svg {
    width: 16px;
    height: 16px
}