@import url("../plugins/wow/animate.css");
@import url("../plugins/videojs/video-js.css");
@import url("../plugins/light-gallery/lightgallery.min.css");
@import url("../plugins/swiper/swiper-bundle.min.css");
@import url("../plugins/font-awesome/icons.css");
@import url("../plugins/bootstrap/bootstrap.min.css");
@import url("fonts.css");
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    color: #333;
}
::-webkit-input-placeholder {
    font-family: "Roboto", sans-serif;
    color: #c2c2c2;
    font-weight: 300;
    line-height: 1.3;
    font-size: 13px;
}
:-moz-placeholder {
    font-family: "Roboto", sans-serif;
    color: #c2c2c2;
    font-weight: 300;
    line-height: 1.3;
    font-size: 13px;
}
::-moz-placeholder {
    font-family: "Roboto", sans-serif;
    color: #c2c2c2;
    font-weight: 300;
    line-height: 1.3;
    font-size: 13px;
}
:-ms-input-placeholder {
    font-family: "Roboto", sans-serif;
    color: #c2c2c2;
    font-weight: 300;
    line-height: 1.3;
    font-size: 13px;
}
/* Header */

.mil-preloader {
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #f6f7f8;
}
.mil-preloader .mil-preloader-animation {
    opacity: 0;
    position: relative;
    height: 100vh;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs {
    position: absolute;
    color: #212121;
    height: 100vh;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
    left: 20px;
    right: 20px;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs p {
    font-weight: 400;
    opacity: 0;
    margin: 0 30px 0 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    line-height: 1.6;
    display: inline-block;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs picture,
.mil-preloader .mil-preloader-animation .mil-pos-abs picture img {
    display: table;
    max-height: 200px;
    max-width: 100%;
    height: auto;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs p:last-child {
    margin-right: 0;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame {
    position: relative;
    padding: 0 30px;
}
.mil-preloader
    .mil-preloader-animation
    .mil-pos-abs
    .mil-reveal-frame
    .mil-reveal-box {
    position: absolute;
    z-index: 9;
    opacity: 1 !important;
    height: 100%;
    background-color: var(--theme-color-1);
}
.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame p {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    z-index: 0;
}
.mil-preloader.mil-hidden {
    pointer-events: none;
}
@media (max-width: 768px) {
    .mil-preloader .mil-preloader-animation .mil-pos-abs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .mil-preloader .mil-preloader-animation .mil-pos-abs p {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

p {
    line-height: 1.7;
    margin: 0 0 20px 0;
    font-weight: 300;
}
ul {
    margin-bottom: 40px;
}
li {
    line-height: 1.7;
    margin: 0 0 5px 0;
    font-weight: 300;
}
strong {
    font-weight: 700;
}
p:first-child,
ol:first-child,
ul:first-child {
    margin-top: 0;
}
p:last-child,
ol:last-child,
ul:last-child {
    margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 30px;
    font-weight: 500;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}
h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
}
@media (min-width: 1199px) {
    h1,
    .h1 {
        font-size: 5rem;
        margin-bottom: 30px;
    }
}

h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw);
    font-weight: 300;
}
@media (min-width: 1199px) {
    h2,
    .h2 {
        font-size: 4rem;
        margin-bottom: 30px;
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw);
    font-weight: 400;
}
@media (min-width: 1199px) {
    h3,
    .h3 {
        font-size: 3rem;
        margin-bottom: 30px;
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw);
    font-weight: 400;
}
@media (min-width: 1199px) {
    h4,
    .h4 {
        font-size: 2rem;
        margin-bottom: 30px;
    }
}

h5,
.h5 {
    font-size: 1.25rem;
    margin-bottom: 30px;
    font-weight: 500;
}

h6,
.h6 {
    font-size: 1rem;
    margin-bottom: 30px;
    font-weight: 500;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 100px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@-webkit-keyframes translateHeader {
    0% {
        opacity: 0;
        -moz-transform: translate(0px, -75px);
        -webkit-transform: translate(0px, -75px);
        -o-transform: translate(0px, -75px);
        -ms-transform: translate(0px, -75px);
        transform: translate(0px, -75px);
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0, 0px);
        -webkit-transform: translate(0, 0px);
        -o-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}
@media (min-width: 1200px) {
    .animate-button,
    .animate-button-white,
    .animate-button-white-transparent {
        padding: 20px 25px;
        border: 2px solid;
    }
    .animate-button.small,
    .animate-button-white.small,
    .animate-button-white-transparent.small {
        padding: 14px 22px;
        font-size: 14px;
    }
}
@media (max-width: 1200px) {
    .animate-button,
    .animate-button-white,
    .animate-button-white-transparent {
        padding: 10px 12px;
        font-size: 12px;
        font-weight: 300;
        border: 1px solid;
        text-align: center;
    }
    .animate-button i,
    .animate-button-white i,
    .animate-button-white-transparent i {
        margin: 5px 0 0 0;
        display: block;
    }
}
.animate-button,
.animate-button-white,
.animate-button-white-transparent {
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.animate-button,
.animate-button-white-transparent {
    color: var(--theme-color-1);
    border-color: var(--theme-color-1);
}
.animate-button-white {
    color: #fff;
    border-color: #fff;
}
.animate-button,
.animate-button:before,
.animate-button-white,
.animate-button-white:before,
.animate-button-white-transparent,
.animate-button-white-transparent:before {
    position: relative;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.animate-button:before,
.animate-button-white:before,
.animate-button-white-transparent:before {
    content: "";
    width: 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.animate-button:before {
    background-color: var(--theme-color-1);
}
.animate-button-white:before {
    background-color: #fff;
}
.animate-button-white-transparent:before {
    background-color: transparent;
}
.animate-button:hover,
.animate-button-white-transparent:hover {
    color: #fff !important;
    border-color: var(--theme-color-1) !important;
}
.animate-button-white:hover {
    color: var(--theme-color-1) !important;
}
.animate-button:hover:before,
.animate-button-white:hover:before,
.animate-button-white-transparent:hover:before {
    width: 100% !important;
}
.animate-button:hover:before,
.animate-button-white-transparent:hover:before {
    background-color: var(--theme-color-1) !important;
    border-color: var(--theme-color-1) !important;
}
.animate-button-white:hover:before {
    border-color: #fff !important;
}

/**************** Header ********************/
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
body.fixed-header header {
    -webkit-box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
    -moz-box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
    -webkit-animation: translateHeader 0.8s;
    animation: translateHeader 0.8s;
}
body.fixed-header header,
body.mobile-menu-open header {
    background-color: #fff;
    border-bottom: 0;
}
header a {
    text-decoration: none;
    outline: 0 !important;
}
/********* Menu ********/
body:not(.fixed-header) header .header-middle .logo picture:last-child,
body.fixed-header header .header-middle .logo picture:first-child{
    display: none;
}
@media (min-width: 1200px) {
	
	body.header-sub-menu-active header .header-middle .logo picture:first-child {
		display: none;
	}
	body.header-sub-menu-active header .header-middle .logo picture:last-child {
		display: block;
	}
	
    header {
        padding: 50px 0 0 0;
    }
    body.fixed-header header {
        padding: 0;
    }

    header .header-top .header-top-left,
    header .header-top .header-top-left .phone,
    header .header-top .header-top-left .emails,
    header .header-top .header-top-right .socials,
    header .header-top .header-top-right .socials a,
    header
        .header-top
        .header-top-center
        .header-top-center-wrap
        .swiper-slide
        a,
    header .header-top .header-top-right,
    header .header-top .header-top-right a,
	header .languages,
	header .languages a{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
    }
    header .header-top {
        padding: 0 0 20px 0;
    }
    header .header-top .header-top-left .phone {
        margin: 0 10px 0 0;
        padding: 0 10px 0 0;
        border-right: 1px solid rgb(221 221 221 / 25%);
        color: #fff;
        font-weight: 900;
        font-size: 18px;
        width: 110px;
        line-height: 20px;
        text-align: right;
    }
    header .header-top .header-top-left .emails {
        margin: 0 10px 0 0;
        padding: 0 10px 0 0;
        color: #fff;
        font-weight: 900;
        font-size: 18px;
        line-height: 16px;
        text-align: right;
        min-height: 32px;
    }
    header .header-top .header-top-center {
        width: 100%;
    }
	
	
	
	
    header .header-top .header-top-right {
        gap: 10px;
    }
    header .header-top .header-top-right .button-link {
        white-space: nowrap;
        font-size: 15px;
        height: 36px;
        padding: 0 12px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #fff;
        font-weight: 400;
        border: 2px solid #fff;
        color: #fff;
    }
    header .header-top .header-top-right .button-link i {
        position: relative;
        font-size: 16px;
    }
    header .header-top .header-top-right .link {
        white-space: nowrap;
        font-size: 14px;
        background-color: #fff;
        padding: 10px 12px;
        color: #000;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    body.fixed-header header .header-top {
        display: none;
    }

    header .logo {
        margin: 0 auto;
    }
    header .logo picture,
    header .logo picture img {
        max-height: 60px;
        width: auto;
        display: block;
        position: relative;
    }
    header .header-top .header-top-right .socials {
        padding: 1px;
        background-color: #ededed;
        border: 1px solid #ddd;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        gap: 2px;
		position:relative;
    }
    header .header-top .header-top-right .socials:before {
		border:1px solid #ededed;
        content: "";
        position: absolute;
        left: -10px;
        top: -8px;
        bottom: -8px;
        right: -9999px;
        -webkit-border-top-left-radius: 100px;
        -webkit-border-bottom-left-radius: 100px;
        -moz-border-radius-topleft: 100px;
        -moz-border-radius-bottomleft: 100px;
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
        background-color: #fff;
    }
    header .header-top .header-top-right .socials a {
		position:relative;
		z-index:2;
        font-size: 21px;
        padding: 0;
        background-color: var(--theme-color-1);
        color: #fff;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        width: 30px;
        height: 30px;
        text-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
    }
    body.fixed-header header .logo {
        margin: 0;
    }
    body.fixed-header header .logo img {
        max-height: 40px;
    }
	
	
	body.fixed-header header .container-fluid > div{
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
	}
	
	
	header .languages{
		gap:15px;
		position:relative;
	}
	header .languages:before{
		content: "";
		border:1px solid #ededed;
		position: absolute;
        bottom: -10px;
        left: -15px;
        right: -15px;
		top: -200px;
        -webkit-border-bottom-right-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        -moz-border-radius-bottomleft: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
		background-color: #fff;
		z-index: -1;
	}
	header .languages a{
        line-height: 1;
        font-size: 15px;
        font-weight: 400;
        background-color: #fff;
        color: var(--theme-color-1);
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        position: relative;
	}
	header .languages a.active{
        padding: 8px 12px;
		background-color:var(--theme-color-1);
		color:#fff;
	}
	header .languages a.active span{
		position:relative;
		z-index:2;
	}
	
}
@media (max-width: 1200px) {
	
    header .header-top .header-top-left,
    header .header-top .header-top-left .phone,
    header .header-top .header-top-left .emails,
    header .header-top .header-top-right .socials,
    header .header-top .header-top-right .socials a,
    header
        .header-top
        .header-top-center
        .header-top-center-wrap
        .swiper-slide
        a,
    header .header-top .header-top-right,
    header .header-top .header-top-right a,
    header .languages,
    header .languages a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
    }
    header .header-top {
        background-color: #fff;
        padding: 5px 0;
    }
    header .header-top .header-top-left .phone {
        margin: 0 10px 0 0;
        padding: 0 10px 0 0;
        border-right: 1px solid rgb(221 221 221 / 25%);
        color: var(--theme-color-1);
        font-weight: 900;
        font-size: 12px;
        width: 85px;
        line-height: 12px;
        text-align: right;
    }
    header .header-top .header-top-left .emails {
        margin: 0 10px 0 0;
        padding: 0 10px 0 0;
        color: var(--theme-color-1);
        font-weight: 900;
        font-size: 12px;
        height: 24px;
        line-height: 12px;
        text-align: right;
    }
    header .header-top .header-top-left .phone picture,
    header .header-top .header-top-left .phone picture img {
        display: block;
        max-height: 24px;
        width: auto;
    }
    header .header-top .header-top-right .socials {
        padding: 4px 5px;
        background-color: #ededed;
        border: 1px solid #ddd;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        gap: 2px;
    }
    header .header-top .header-top-right .socials a {
        font-size: 10px;
        padding: 0;
        background-color: var(--theme-color-1);
        color: #fff;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        width: 20px;
        height: 20px;
        text-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
    }
    header .header-top .header-top-center {
        display: none;
    }
    header .header-top .header-top-right {
        gap: 4px;
    }
    header .header-top .header-top-right .button-link {
        white-space: nowrap;
        height: 30px;
        padding: 0 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: var(--theme-color-1);
        font-weight: 300;
    }
    header .header-top .header-top-right .button-link i {
        position: relative;
        font-size: 12px;
    }
    header .header-top .header-top-right .button-link span {
        font-size: 10px;
    }
    header .header-top .header-top-right .login {
        background-color: var(--theme-color-1);
    }
    header .header-top .header-top-right .register {
        background-color: red;
    }
    body.fixed-header header .header-top {
        display: none;
    }

    header .header-middle {
        background-color: var(--theme-color-1);
        padding: 15px 0;
    }
    body.fixed-header header .header-middle {
        background-color: #fff;
        padding: 10px 0;
    }

    header .logo {
        width: calc(100% - 25px);
    }
    header .logo picture,
    header .logo picture img {
        max-height: 20px;
        width: auto;
        display: block;
        position: relative;
    }
	
	header .languages{
		gap:6px;
	}
	header .languages a{
        line-height: 1;
        font-size: 13px;
        font-weight: 500;
        padding: 10px 12px;
        background-color: var(--theme-color-1);
        color: #fff;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        position: relative;
	}
	header .languages a.active span{
		position:relative;
		z-index:2;
	}
	header .languages a.active:before{
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		top: -200px;
		-webkit-border-bottom-right-radius: 100px;
		-webkit-border-bottom-left-radius: 100px;
		-moz-border-radius-bottomright: 100px;
		-moz-border-radius-bottomleft: 100px;
		border-bottom-right-radius: 100px;
		border-bottom-left-radius: 100px;
        background-color: var(--theme-color-1);
	}
}

@media (min-width: 1200px) {
    .menu-toggle {
        display: none;
    }
    .menu-wrap .bottom ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .menu-wrap .bottom > ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
    }
    body.fixed-header .menu-wrap .bottom > ul {
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
    }
    .menu-wrap .bottom ul li.menu-item {
        border: 0;
        padding: 0;
        margin-left: 20px;
    }
    .menu-wrap .bottom ul li.menu-item:not(.mega-sub-item) {
        position: relative;
    }

    .menu-wrap .bottom ul li.menu-item a {
        font-weight: 400;
        font-size: 16px;
        position: relative;
        line-height: 62px;
        color: #fff;
        text-decoration: none;
        z-index: 1;
        display: block;
    }
    body.fixed-header .menu-wrap .bottom ul li.menu-item a {
        line-height: 50px;
        color: #333;
        font-size: 14px;
		padding:0
    }
    .menu-wrap .bottom ul li {
        margin-bottom: 0;
    }
    .menu-wrap .bottom > ul > li.menu-item:first-child {
        margin-left: 0;
    }
    .menu-wrap .bottom > ul > li.menu-item > a {
        white-space: nowrap;
    }
    .menu-wrap .bottom > ul > li.sub-item > a:after {
        content: "\f078";
        font-family: "Font Awesome 5 Pro";
        font-weight: 500;
        text-align: center;
        font-size: 10px;
        margin: 0 0 0 5px;
        position: relative;
        top: 0;
    }
    .menu-wrap .bottom > ul > li.sub-item > a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .menu-wrap .bottom > ul > li.menu-item > a > span,
    .menu-wrap .bottom > ul > li.sub-item > .next-link,
    .menu-wrap .bottom > ul > li.sub-item .sub-menu .next-link,
    .menu-wrap .bottom .menu-list .back-link {
        display: none;
    }
    .menu-wrap .bottom ul li.menu-item.sub-item > .sub-menu:before {
        content: "";
        width: 14px;
        height: 14px;
        display: block;
        background-color: #fff;
        position: absolute;
        top: 3px;
        left: 14px;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-box-shadow: 0 -3px 10px 0 rgb(0 0 0 / 9%);
        -moz-box-shadow: 0 -3px 10px 0 rgb(0 0 0 / 9%);
        box-shadow: 0 -3px 10px 0 rgb(0 0 0 / 9%);
        z-index: -1;
    }
    .menu-wrap .bottom > ul > li.menu-item:nth-last-child(1) .sub-menu:before,
    .menu-wrap .bottom > ul > li.menu-item:nth-last-child(2) .sub-menu:before{
        left: auto;
        right: 14px;
    }
    .menu-wrap .bottom > ul > li.menu-item.mega-sub-item .sub-menu:before {
		display:none;
    }
    .menu-wrap .bottom > ul > li.menu-item.sub-item > .sub-menu {
        padding: 10px 0 0 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
        top: 100%;
        position: absolute;
        min-width: 250px;
        left: 0;
        -moz-transform: translate(0, 30px);
        -webkit-transform: translate(0, 30px);
        -o-transform: translate(0, 30px);
        -ms-transform: translate(0, 30px);
        transform: translate(0, 30px);
    }
    .menu-wrap .bottom > ul > li.menu-item:nth-last-child(1) .sub-menu,
    .menu-wrap .bottom > ul > li.menu-item:nth-last-child(2) .sub-menu {
        left: auto;
        right: 0;
    }
	
	

    .menu-wrap .bottom ul li.menu-item.sub-item > .sub-menu > ul {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        background-color: #fff;
        padding: 40px 0;
        -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 9%);
        -moz-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 9%);
        box-shadow: 0 3px 10px 0 rgb(0 0 0 / 9%);
    }
    .menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a {
        line-height: 30px;
        padding: 0 40px;
        color: #000;
        white-space: nowrap;
        font-weight: 300;
        border-top: 1px solid #fff;
    }
    .menu-wrap .bottom ul li.menu-item.sub-item .sub-menu li:first-child a {
        border-top: 0;
    }
    .menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a:hover {
        position: relative;
        color: var(--theme-color-1);
    }
    .menu-wrap .bottom ul li.menu-item.sub-item:hover > .sub-menu {
        visibility: visible;
        opacity: 1;
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .menu-wrap
        .bottom
        > ul
        > li.sub-item
        > .sub-menu
        ul
        li.sub-item:hover
        > .sub-menu {
        top: 0;
        left: 100%;
        right: auto;
        text-align: left;
    }
    .menu-wrap .bottom > ul > li > ul > li.sub-item:hover > .sub-menu {
        right: 400px;
    }
    body.mobile-menu-open .menu-wrap {
        -moz-transform: translate(0, 0px);
        -webkit-transform: translate(0, 0px);
        -o-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
	
	
	
    .menu-wrap .bottom > ul > li.menu-item.mega-sub-item > .sub-menu {
        background-color: #fff;
        padding: 0 30px 0 30px;
        left: 0;
        right: 0;
        border-left: 1px solid #ededed;
        border-top: 1px solid #ededed;
    }
    .menu-wrap .bottom > ul > li.menu-item.mega-sub-item > .sub-menu > ul{
        margin-right: -30px;
        margin-left: -30px;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .menu-wrap .bottom > ul > li.menu-item.mega-sub-item > .sub-menu > ul > li{
        flex: 0 0 auto;
        width: 20%;
        padding: 30px;
        border-right: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
        overflow-y: auto;
    }
    .menu-wrap .bottom > ul > li.menu-item.mega-sub-item > .sub-menu > ul > li > a{
		font-weight:600;
        margin: 0 0 15px 0;
    }
    .menu-wrap .bottom > ul > li.menu-item.mega-sub-item > .sub-menu a {
		padding:0;
		font-size:16px;
	}
	
	
	body.header-sub-menu-active header .header-top .header-top-left .phone,
	body.header-sub-menu-active header .header-top .header-top-left .emails,
	body.header-sub-menu-active header .menu-wrap .bottom ul li.menu-item a {
		color:#000
	}
	body.header-sub-menu-active header{
		background-color:#fff;
	}
}
@media (max-width: 1200px) {
    .menu-toggle {
        width: 25px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }
    .menu-toggle span {
        height: 1px;
        background-color: #fff;
        position: absolute;
        right: 0;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
        width: 25px;
    }
    .menu-toggle span:nth-child(1) {
        top: 0;
    }
    .menu-toggle span:nth-child(2) {
        top: calc(50% - 0.5px);
    }
    .menu-toggle span:nth-child(3) {
        bottom: 0;
    }
    body.fixed-header .menu-toggle span,
    body.fixed-header.mobile-menu-open .menu-toggle span {
        background-color: #000;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(1) {
        width: 100%;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: calc(50% - 0.5px);
    }
    body.mobile-menu-open .menu-toggle span:nth-child(2) {
        width: 0;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(3) {
        width: 100%;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: calc(50% - 0.5px);
    }

    .menu-list .back-link {
        cursor: pointer;
        display: block;
        padding: 12px 15px 12px 42px;
        position: relative;
        font-size: 14px;
        line-height: 1;
        background-color: #f6f7f8;
    }
    .menu-list .back-link > span {
        position: relative;
        top: 1px;
    }
    .menu-list .back-link > i {
        display: block;
        cursor: pointer;
        position: absolute;
        left: 0;
        top: 0;
        text-align: right;
        z-index: 5;
        padding: 13px 15px 13px 20px;
    }
    .menu-wrap {
        position: fixed;
        left: 0;
        top: 93px;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        z-index: 99;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
        -webkit-transform: translate(0, 100%);
        -o-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    body.fixed-header .menu-wrap {
        top: 40px;
    }
    body.mobile-menu-open .menu-wrap {
        -webkit-transform: translate(0%, 0px);
        -o-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
        transform: translate(0%, 0px);
    }
    .menu-list,
    .menu-list ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .menu-list ul {
        height: calc(100% - 37px);
        overflow-y: auto;
        overflow-x: hidden;
    }
    .menu-list,
    .menu-list > ul,
    .menu-list > ul div.sub-menu {
        list-style-type: none;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .menu-list li.sub-item > .next-link {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 0;
        line-height: 48px;
        width: 46px;
        height: 46px;
        text-align: center;
        border-left: 1px solid #f1f1f1;
        margin: -46px 0 0 0;
    }
    .menu-list li.sub-item > .next-link + .back-link {
        position: fixed;
        right: 0;
        left: auto;
        width: 100%;
        top: 33px;
        z-index: 5;
        line-height: 1;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
        background-color: #fff;
        -webkit-transform: translate(-100%, 0px);
        -o-transform: translate(-100%, 0px);
        -ms-transform: translate(-100%, 0px);
        transform: translate(-100%, 0px);
    }
    .menu-list li.sub-item.open > .next-link + .back-link {
        -webkit-transform: translate(0%, 0px);
        -o-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
        transform: translate(0%, 0px);
    }
    .menu-list li:last-child a {
        border-bottom: 1px solid #f1f1f1;
    }
    .menu-list li {
        margin: 0;
    }
    .menu-list li a h3 {
        margin-bottom: 5px;
    }
    .menu-list li a h3 + p {
        opacity: 0.7;
    }
    .menu-list li a {
        display: block;
        line-height: 1;
        color: #000;
        font-size: 13px;
        padding: 16px 20px;
        border-top: 1px solid #f1f1f1;
        text-decoration: none;
        min-height: 46px;
    }
    .menu-list li.sub-item a {
        padding-right: 50px;
    }
    .menu-list li.sub-item > div.sub-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: auto;
        right: 0;
        width: 100%;
        z-index: 5;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
        background-color: #fff;
        -webkit-transform: translate(-100%, 0px);
        -o-transform: translate(-100%, 0px);
        -ms-transform: translate(-100%, 0px);
        transform: translate(-100%, 0px);
    }
    .menu-list li.sub-item li.sub-item > div.sub-menu {
        top: 0;
    }
    .menu-list li.sub-item.open > div.sub-menu {
        -webkit-transform: translate(0%, 0px);
        -o-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
        transform: translate(0%, 0px);
    }
}
/********* Menu ********/
/**************** Header ********************/
/**************** Breadcrumb ********************/
.breadcrumb {
    overflow: hidden;
}
.breadcrumb .wrap {
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.breadcrumb .wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.breadcrumb.overlay-1:before {
    background-color: rgb(0 0 0 / 40%);
}
.breadcrumb.overlay-2:before {
    background-color: rgb(0 0 0 / 60%);
}
.breadcrumb.overlay-3:before {
    background-color: rgb(0 0 0 / 80%);
}
.breadcrumb ul {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    display: table;
}
.breadcrumb ul li {
    float: left;
    margin: 0;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 13px;
}
.breadcrumb ul li p {
    line-height: 1.7;
    margin: 0 !important;
}
.breadcrumb ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
}
.breadcrumb ul li a:after {
    content: "-";
    float: right;
    line-height: 1.7;
    margin: 0 6px;
}
/**************** Breadcrumb ********************/
/**************** Footer ********************/
footer iframe {
    border: 0;
    display: block;
    width: 100%;
    height: 350px;
}
footer .footer-middle {
    background-color: var(--theme-color-1);
    padding: 50px 0 50px 0;
    border-top: 2px solid #131313;
}
footer .phone,
footer .whatsapp {
    display: block;
    color: #fff;
    text-decoration: none;
}
footer .phone .text,
footer .whatsapp .text {
    display: block;
    margin: 0 0 10px 0;
    line-height: 1;
    font-weight: 600;
}
footer .phone p,
footer .whatsapp p {
    font-weight: 600;
    line-height: 1;
}
footer .email,
footer .fax,
footer .address {
    display: block;
    color: #fff;
    text-decoration: none;
}
footer .email .text,
footer .fax .text,
footer .address .text {
    display: block;
    margin: 0 0 10px 0;
    line-height: 1;
    font-weight: 600;
}
footer .email p,
footer .fax p {
    line-height: 1;
}
footer .address p {
    line-height: 1.3;
}
footer .footer-logo,
footer .footer-logo img {
    width: auto;
    display: table;
}
footer .footer-links a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    font-size: 19px;
}
footer .footer-socials {
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 30px;
}
footer .footer-socials a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    line-height: 1;
}
footer .footer-company-logo,
footer .footer-company-logo img {
    display: block;
    max-height: 60px;
    width: auto;
}
footer .footer-buttons a:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
footer .footer-buttons a {
    position: relative;
    text-decoration: none;
    color: #fff;
    line-height: 1;
    display: table;
    margin-left: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #131313;
    padding: 26px 26px 26px 80px;
    width: 100%;
}
footer .footer-buttons a i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 38px;
}
footer .footer-buttons a span {
    display: block;
    line-height: 1;
}
footer .footer-buttons a p {
    display: block;
    line-height: 1;
    margin: 5px 0 0 0;
    font-size: 13px;
    opacity: 0.4;
}
footer .signature img {
    max-height: 17px;
    display: block;
    margin: 0 auto;
}
@media (min-width: 1200px) {
    footer .phone p,
    footer .whatsapp p {
        font-size: 35px;
    }
    footer .email p,
    footer .fax p {
        font-size: 25px;
    }
    footer .address p {
        font-size: 18px;
    }
    footer .footer-buttons a {
        max-width: 265px;
    }
    footer .footer-logo,
    footer .footer-logo img {
        max-height: 80px;
        margin: 0 auto;
        max-width: 100%;
    }
    footer .footer-links {
        text-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        gap: 30px;
    }
}
@media (max-width: 1200px) {
    footer .phone p,
    footer .whatsapp p {
        font-size: 20px;
    }
    footer .email p,
    footer .fax p {
        font-size: 16px;
    }
    footer .address p {
        font-size: 16px;
    }
    footer .footer-company-logo,
    footer .footer-company-logo img {
        margin: 30px auto 0 auto;
    }
    footer .footer-logo,
    footer .footer-logo img {
        margin: 15px auto 0 auto;
        max-width: 100%;
    }
    footer .footer-links a {
        margin-top: 15px;
    }
    footer .footer-links a:first-child {
        margin-top: 0;
    }
}
/**************** Footer ********************/
/**************** Cookies ********************/
.cookies {
    -moz-box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    -o-box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    position: fixed;
    z-index: 15;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}
@media (min-width: 768px) {
    .cookies {
        max-width: 400px;
        bottom: 30px;
        left: 30px;
        padding: 30px;
    }
    .cookies .theme-btn {
        padding: 11px 16px 10px;
    }
}
@media (max-width: 768px) {
    .cookies {
        right: 90px;
        bottom: 20px;
        left: 20px;
        padding: 20px;
    }
    .cookies .theme-btn {
        padding: 11px 16px 10px;
    }
}
.cookies h4 {
    margin: 0 0 20px;
    font-weight: 400;
}
.cookies p {
    line-height: 1.5;
}
.cookies a {
    cursor: pointer;
}
/**************** Cookies ********************/
/**************** Accordions ********************/
.accordions .accordion-item {
    border: 1px solid var(--theme-color-1);
    margin: -1px 0 0;
    background-color: #fff;
}
.accordions .accordion-item:first-child {
    margin: 0;
}
.accordions .accordion-item .accordion-item-title {
    position: relative;
    font-weight: 400;
    letter-spacing: 1px;
    cursor: pointer;
    color: var(--theme-color-1);
    padding: 20px 80px 20px 30px;
    line-height: 1.4;
}
.accordions .accordion-item .accordion-item-title:before {
    font-family: "Font Awesome 5 Pro";
    color: var(--theme-color-1);
    z-index: 1;
    font-weight: 300;
    content: "\f067";
    margin: 0;
    position: absolute;
    top: 21px;
    right: 20px;
    bottom: 0;
    font-size: 22px;
    text-align: center;
    line-height: 1;
}
.accordions .accordion-item.active .accordion-item-title:before {
    content: "\f068";
}
.accordions .accordion-item .accordion-item-caption {
    line-height: 1.7;
    font-weight: 400;
    background-color: #fff;
}
.accordions .accordion-item.active .accordion-item-title,
.accordions .accordion-item.active .accordion-item-title:before,
.accordions .accordion-item:hover .accordion-item-title,
.accordions .accordion-item:hover .accordion-item-title:before {
    border-color: var(--theme-color-2);
    background-color: var(--theme-color-2);
    color: #fff;
}
.accordions .accordion-item:not(.active) .accordion-item-caption {
    display: none;
}
/**************** Accordions ********************/
/**************** Contact / Table ********************/
.c-items .c-item a,
.form-item-icons i {
    background-color: var(--theme-color-2);
}
.c-items {
    background-color: #fff;
    padding: 30px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    height: 100%;
}
.form-item-icons i:after {
    color: var(--theme-color-1);
    font-weight: 600;
}
.c-items h3 {
    font-weight: 600;
    font-size: 13px;
}
.c-items .c-item {
    line-height: 1.5;
}
.c-items .c-item a {
    font-weight: 300;
    padding: 15px 13px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    color: #fff !important;
    text-decoration: none;
    display: block;
    line-height: 1.6;
}
.contact-map iframe {
    width: 100%;
    height: 250px;
}
blockquote {
    border-left: 10px solid #ececec;
    padding: 30px;
    margin: 30px 10px;
    background-color: #f6f7f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
blockquote a {
    text-decoration: none;
    color: var(--theme-color-2);
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit;
}
/**************** Contact / Table ********************/
/**************** Post ********************/
.author,
.pagination li a {
    color: #000;
    text-decoration: none;
}
.post-single-page-next-prev .page-next a,
.post-single-page-next-prev .page-prev a,
.post-single-page-next-prev .page-prev-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    text-decoration: none;
    color: #000;
}
.post-single-page-next-prev {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 5;
    max-width: 400px;
    margin: 0 auto;
}
.post-single-page-next-prev.divider {
    max-width: 800px;
}
.post-single-page-next-prev .page-prev-wrap {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 13%);
    overflow: hidden;
    background-color: #fff;
    position: relative;
}
.post-single-page-next-prev.divider .page-prev-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 0.5px);
    width: 1px;
    background-color: #f6f7f8;
}
.post-single-page-next-prev .page-next,
.post-single-page-next-prev .page-prev {
    background-color: #fff;
    max-width: 400px;
    width: 100%;
}
.post-single-page-next-prev .page-next a,
.post-single-page-next-prev .page-prev a {
    padding: 20px;
    min-height: 82px;
    width: 100%;
}
.post-single-page-next-prev .page-next h5,
.post-single-page-next-prev .page-prev h5 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.post-single-page-next-prev .page-next i,
.post-single-page-next-prev .page-prev i {
    width: 30px;
}
.author {
    padding: 15px 30px 15px 15px;
    border: 1px solid #ededed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: table;
}
.author picture {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    overflow: hidden;
}
.author picture img {
    display: block;
}
.author .caption {
    padding: 0 0 0 20px;
}
.author .caption h4 {
    margin: 0 0 10px;
    line-height: 1.4;
}
.post-single-page .post-single-details div,
.post-single-page .share-links a {
    min-height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 300;
    margin: 0 0 0 5px;
    color: #fff;
}
.block-sing-item {
    background-color: #f6f7f8;
    border-top: 1px solid #ededed;
}
.pagination {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.page-documents .item .top .info p:last-child,
.page-links .item .top .info p:last-child,
.pagination li,
.post-single-page .post-single-details div:first-child,
.post-single-page .share-links a:first-child,
.posts-block .item .text p {
    margin: 0;
}
.pagination li a {
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    display: block;
    border: 1px solid #ededed;
    min-width: 50px;
    text-align: center;
}
.pagination li:first-child a {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.pagination li:last-child a {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.pagination li:hover a {
    border-color: var(--theme-color-1);
    background-color: var(--theme-color-1);
    color: #fff;
}
.pagination li.active a {
    border-color: var(--theme-color-1);
    background-color: var(--theme-color-1);
    color: #fff;
}
.posts-block .item {
    padding: 30px 30px 60px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
    height: 100%;
}
.posts-block .item .image {
    text-decoration: none;
    display: block;
    background-color: #f6f7f8;
    position: relative;
}
.posts-block .item .date {
    color: var(--theme-color-1);
    line-height: 1;
    font-size: 12px;
}
.posts-block .item .image picture img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.posts-block .item .text h3 {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    line-height: 1.4;
}
.posts-block .item .text a {
    text-decoration: none;
    color: #000;
    line-height: 1.5;
}
.posts-block .item .more {
    text-decoration: none;
    color: var(--theme-color-1);
    font-weight: 600;
    font-size: 12px;
    position: absolute;
    margin: 0 auto;
    bottom: -20px;
    display: table;
    right: 0;
    left: 0;
    height: 40px;
    border: 2px solid var(--theme-color-1);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    line-height: 38px;
    padding: 0 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 9%);
}
.posts-block .row + .pagination {
    margin-top: 60px;
}
.post-single-page .post-single-details div {
    background-color: var(--theme-color-1);
    border: 1px solid #ededed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.post-single-page .share-links a {
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.post-single-page .share-links a.email,
.post-single-page .share-links a.facebook {
    background-color: #568fce;
}
.post-single-page .share-links a.x {
    background-color: #000;
}
.post-single-page .share-links a.whatsapp {
    background-color: #17c242;
}
.page-documents .item,
.page-links .item {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
    position: relative;
}
.page-documents .item .top {
    color: #000;
    text-decoration: none;
    display: block;
    text-align: center;
}
.page-documents .item .top .icon,
.page-documents .item .top .image,
.page-documents .item .top h3,
.page-links .item .top {
    color: var(--theme-color-1);
}
.gallery-item-image:before,
.gallery-item-video:before,
.page-documents .item .top .icon,
.page-links .item .top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.page-documents .item .top .icon,
.page-documents .item .top .image {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 0 20px;
    width: 100%;
    background-color: #f6f7f8;
    padding: 15px;
}
.page-documents .item .top .icon {
    height: 230px;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.page-documents .item .top .image picture,
.page-documents .item .top .icon picture {
    display: block;
    width: 100%;
    background-color: #f6f7f8;
}
.page-documents .item .top .image picture img,
.page-documents .item .top .icon picture img {
    display: block;
    height: auto;
    width: auto;
    max-height: 200px;
    max-width: 100%;
    margin: 0 auto;
}
.page-documents .item .top .info p,
.page-links .item .top .info p {
    margin: 0 20px 0 0;
    text-transform: uppercase;
    line-height: 1;
}
.page-links .item .top {
    position: relative;
    display: flex;
    text-decoration: none;
    font-weight: 600;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.page-links .item .top .icon {
    width: 35px;
    line-height: 1;
}
.page-links .item .text {
    border-top: 1px solid #f8f8f8;
}
.gallery-item-image,
.gallery-item-video {
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.gallery-item-image picture,
.gallery-item-image picture img,
.gallery-item-video picture,
.gallery-item-video picture img {
    display: block;
    width: 100%;
    height: auto;
}
.gallery-item-image:before,
.gallery-item-video:before {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 1;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}
.gallery-item-image:before {
    content: "\f31d";
}
.gallery-item-video:before {
    content: "\f04b";
}
.posts-categories-wrap{
}
.posts-categories a{
    padding: 15px 30px;
    background-color: #fff;
    color: var(--theme-color-1);
    border-left: 1px solid #f6f7f8;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
}
.posts-categories a:first-child{
    border-left: 0
}
.posts-categories a:hover{
    background-color: #f6f7f8;
}
.posts-categories a.active{
    border-color: var(--theme-color-1);
    background-color: var(--theme-color-1);
    color: #fff;
}
/**************** Post ********************/
/**************** Main ********************/
@media (min-width: 1200px) {
}
@media (max-width: 1200px) {
    main {
        padding-top: 90px;
    }
}
/**************** Main ********************/
.fixed-buttons {
    position: fixed;
    right: 30px;
    z-index: 2;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 34px;
    cursor: pointer;
    -webkit-transition: all 0.5s 0s ease-in-out;
    -moz-transition: all 0.5s 0s ease-in-out;
    -o-transition: all 0.5s 0s ease-in-out;
    transition: all 0.5s 0s ease-in-out;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-shadow: 0 4px 5px 0 rgb(0 0 0 / 41%);
    -moz-box-shadow: 0 4px 5px 0 rgb(0 0 0 / 41%);
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 13%);
    text-decoration: none;
    padding: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #fff;
    background-color: var(--theme-color-1);
    color: #fff;
}
.fixed-buttons.whatsapp {
    background-color: #009688;
    bottom: 30px;
}
.fixed-buttons.f-1 {
	bottom:75px;
    font-size: 20px;
}
.fixed-buttons.f-2 {
	bottom:135px;
    font-size: 20px;
}
.fixed-buttons.f-3 {
	bottom:195px;
    font-size: 20px;
}
.fixed-buttons span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 1px 5px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 25%);
	display:none;
    position: absolute;
    right: calc(100% + 12px);
    color: var(--theme-color-1);
    font-size: 14px;
    white-space: nowrap;
    line-height: 1;
    padding: 10px 12px;
}
.fixed-buttons:hover span {
    display: block;
}

.pagi .swiper-pagination-bullet.prog {
    overflow: hidden;
    cursor: pointer;
    display: block;
    overflow: hidden;
}
.pagi .swiper-pagination-bullet.prog:first-child {
    margin: 0;
}
.pagi .swiper-pagination-bullet.prog.swiper-pagination-bullet-active span {
    height: 100%;
    display: block;
    animation-name: progress;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-play-state: paused;
}
.pagi
    .swiper-pagination-bullet.prog.swiper-pagination-bullet-active.active
    span {
    animation-play-state: running;
}
.home-video-images-block .swiper-slide .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-video-images-block .background-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.home-video-images-block .background-video video,
.home-video-images-block .swiper-slide .swiper-slide-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-video-images-block .swiper-slide .swiper-slide-wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.home-video-images-block .swiper-slide .swiper-slide-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #000000;
    background: -webkit-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 0.9) 100%
    );
    background: -moz-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 0.9) 100%
    );
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 0.9) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
.home-video-images-block .swiper-slide .video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.home-video-images-block .swiper-slide .video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-video-images-block .prev,
.home-video-images-block .next {
    position: absolute;
    z-index: 2;
    color: #fff;
    cursor: pointer;
    text-align: center;
}
.home-video-images-block .swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
@keyframes jumpInfinite {
    0% {
        top: 0;
    }
    50% {
        top: -10px;
    }
    100% {
        top: 0;
    }
}
.home-video-images-block .swiper-slide .swiper-slide-wrap .caption {
    text-align: center;
    z-index: 3;
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-align: unset;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
}
.home-video-images-block .pagi {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
}
.home-video-images-block .pagi .swiper-pagination-bullet.prog {
    background-color: rgb(255 255 255 / 18%);
}
.home-video-images-block
    .pagi
    .swiper-pagination-bullet.prog.swiper-pagination-bullet-active
    span.active {
    background-color: #a1a1a1;
}
.home-video-images-block
    .pagi
    .swiper-pagination-bullet.prog.swiper-pagination-bullet-active
    span {
    height: 5px;
}
@media (min-width: 1200px) {
    .home-video-images-block .swiper-slide .swiper-slide-wrap {
        height: 75vh;
    }
    .home-video-images-block .swiper-slide .swiper-slide-wrap .caption {
        padding: 0 0 50px 0;
    }
    .home-video-images-block .prev,
    .home-video-images-block .next {
        font-size: 40px;
        top: 50%;
        line-height: 40px;
        height: 40px;
        color: rgba(255, 255, 255, 0.8);
        -moz-transform: translate(0px, -50%);
        -webkit-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        z-index: 3;
    }
    .home-video-images-block .prev {
        left: 20px;
    }
    .home-video-images-block .next {
        right: 20px;
    }

    .home-video-images-block .swiper-slide-wrap .title {
        color: #fff;
        text-transform: uppercase;
        line-height: 1.4;
        font-weight: 900;
        font-size: 40px;
        letter-spacing: 1px;
        margin: 0 auto 0 auto;
        text-align: center;
        max-width: 950px;
    }
    .home-video-images-block .swiper-slide-wrap .text {
        color: #fff;
        line-height: 1.5;
        font-weight: 300;
        font-size: 17px;
        margin: 20px auto 0 auto;
        text-align: center;
        max-width: 1330px;
    }
}
@media (max-width: 1200px) {
    .home-video-images-block .swiper-slide .swiper-slide-wrap {
        height: 75vh;
    }
    .home-video-images-block .swiper-slide .swiper-slide-wrap .caption {
        padding: 0 30px 50px 30px;
    }
    .home-video-images-block .prev,
    .home-video-images-block .next {
        font-size: 40px;
        top: 50%;
        line-height: 40px;
        height: 40px;
        color: rgba(255, 255, 255, 0.8);
        -moz-transform: translate(0px, -50%);
        -webkit-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        z-index: 3;
    }
    .home-video-images-block .prev {
        left: 20px;
    }
    .home-video-images-block .next {
        right: 20px;
    }

    .home-video-images-block .swiper-slide-wrap .title {
        color: #fff;
        text-transform: uppercase;
        line-height: 1.4;
        font-weight: 900;
        font-size: 25px;
        letter-spacing: 1px;
        margin: 0 auto 0 auto;
        text-align: center;
        max-width: 950px;
    }
    .home-video-images-block .swiper-slide-wrap .text {
        color: #fff;
        line-height: 1.5;
        font-weight: 300;
        font-size: 14px;
        margin: 20px auto 0 auto;
        text-align: center;
        max-width: 100%;
    }
}
@keyframes progress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}






.home-about .image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 992px) {
	.home-about .image.image-1{
		width: 350px;
		height: 500px;
	}
	.home-about .image.image-1 .text{
		padding: 40px;
	}
	.home-about .image.image-2{
		width: 300px;
		height: 450px;
	}
	.home-about .image.image-2{
		position: absolute;
		left: 100%;
		bottom: 0;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}
}
@media (max-width: 992px) {
	.home-about .image.image-1{
		width: 100%;
		height: 300px;
	}
	.home-about .image.image-1 .text{
		padding: 40px;
	}
	.home-about .image.image-2{
		width: 100%;
		margin-top:15px;
		height: 300px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
}
.home-about .image.image-1{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
    overflow: hidden;
}
.home-about .image.image-1 .text{
    position: absolute;
	max-width:170px;
    left: 0;
    bottom: 0;
    background-color: var(--theme-color-2);
    color: #000;
}


.home-product-group .b-title{
	max-width:850px;
}
.home-product-group .product-gorup-item{
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    display: block;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ededed;
}
.home-product-group .product-gorup-item:hover{
	-moz-transform: translate(0px, -10px);
	-webkit-transform: translate(0px, -10px);
	-o-transform: translate(0px, -10px);
	-ms-transform: translate(0px, -10px);
	transform: translate(0px, -10px);
}
.home-product-group .product-gorup-item .more{
	font-weight:300;
    opacity: 0.5;
}



.home-social-block .left a,
.home-social-block .right a{
	height:300px;
	width:100%;
    display: block;
	overflow:hidden;
}
.home-social-block .left a .image,
.home-social-block .right a .image{
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	height:100%;
	width:100%;
    display: block;
}
.home-social-block .left a:hover .image,
.home-social-block .right a:hover .image{
	-moz-transform: scale(1.05) rotate(2deg);
	-webkit-transform: scale(1.05) rotate(2deg);
	-o-transform: scale(1.05) rotate(2deg);
	-ms-transform: scale(1.05) rotate(2deg);
	transform: scale(1.05) rotate(2deg);
}



.teklif-al form > h4{
	display:none;
}
.teklif-al .form-builder h2{
    display: none;
}
.teklif-al .form-builder .field-checkboxes .checkbox_item:last-child,
.teklif-al .form-builder .field-radios .radio_item:last-child,
.teklif-al .form-builder .row{
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: -5px;
    margin-left: -5px;
    background-color: transparent;
	border:0;
}
.teklif-al .form-builder .row>div{
    padding-left: 5px;
    padding-right:5px;
    margin-bottom: 10px;
}
.teklif-al .form-builder .field-checkboxes,
.teklif-al .form-builder .field-file,
.teklif-al .form-builder .field-radios,
.teklif-al .form-builder .field-text,
.teklif-al .form-builder .g-recaptcha-wrap{
    border-right: 0;
    border-top: 0;
    padding: 0;
    background-color: transparent;
}
.teklif-al .form-builder .field-text input,
.teklif-al .form-builder .field-text textarea{
	background-color:#fff;
}
.teklif-al .form-builder .checkbox_item,
.teklif-al .form-builder .radio_item{
    border-left: 1px solid #ebebeb;
	padding:20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.teklif-al .form-builder > .row + div{
	margin:0;
}
.teklif-al form > h4{
	display:none;
}
footer .abone-ol form label.field-text > span{
	color:#fff;
}
footer .abone-ol form .form-reset + button{
	border-color:#fff;
	color:#fff;
}



.home-products .row {
    margin-left: -10px;
    margin-right: -10px;
}
.home-products .row-s > * {
    padding-left: 10px;
    padding-right: 10px;
}
.home-products .b-title {
    max-width: 650px;
}
.home-products .product-item {
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 13%);
    -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 13%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 13%);
    text-decoration: none;
    color: #333;
    padding: 0 0 80px 0;
    position: relative;
}
.home-products .product-item:hover {
    -moz-transform: translate(0px, -5px);
    -webkit-transform: translate(0px, -5px);
    -o-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
}
.home-products .product-item .product-image {
    position: relative;
}
.home-products .product-item .product-image .product-fixed-texts {
    position: absolute;
    right: 0;
    top: 15px;
}
.home-products .product-item .product-image .product-fixed-texts div {
    -webkit-border-top-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-bottomleft: 100px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    display: block;
    padding: 10px 5px 10px 15px;
    color: #fff;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 500;
    max-width: 95px;
    margin-top: 3px;
}
.home-products
    .product-item
    .product-image
    .product-fixed-texts
    div:first-child {
    margin-top: 0;
}
.home-products .product-item .product-image picture,
.home-products .product-item .product-image picture img {
    display: block;
    width: 100%;
    height: auto;
}
.home-products .product-item .product-caption {
    padding: 0 30px 0 30px;
    text-align: center;
}
.home-products .product-item .product-caption .product-brand {
    font-weight: 400;
    margin: 5px 0 0 0;
    font-size: 15px;
    line-height: 1;
}
.home-products .product-item .product-caption .product-title {
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
    color: var(--theme-color-1);
}
.home-products .product-item .product-caption p {
    font-size: 13px;
    line-height: 1.3;
    margin: 10px 0 0 0;
    opacity: 0.7;
    font-weight: 400;
}
.home-products .product-item .product-caption .product-caption-informations {
    margin-top: 15px;
}
.home-products
    .product-item
    .product-caption
    .product-caption-informations
    div {
    margin: 10px 0 0 0;
    font-size: 13px;
}
.home-products
    .product-item
    .product-caption
    .product-caption-informations
    div
    strong {
    font-weight: 700;
}
.home-products .product-item .more {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.home-products .product-item .more span {
    font-size: 14px;
    line-height: 1;
}

.product__blocks__items .product-images .prev,
.product__blocks__items .product-images .next {
    cursor: pointer;
    position: absolute;
    color: #333;
    z-index: 2;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.product__blocks__items .product-images .swiper-container picture,
.product__blocks__items .product-images .swiper-container picture img {
    width: 100%;
    height: auto;
	display:block;
}
@media (min-width: 1200px) {
    .product__blocks__items .product-images .prev,
    .product__blocks__items .product-images .next {
        font-size: 40px;
        height: 40px;
        line-height: 40px;
        top: calc(50% - 20px);
        opacity: 0;
        visibility: hidden;
    }
    .product__blocks__items .product-images:hover .prev,
    .product__blocks__items .product-images:hover .next {
        opacity: 1;
        visibility: visible;
    }
    .product__blocks__items .product-images .prev {
        left: 35px;
    }
    .product__blocks__items .product-images .next {
        right: 35px;
    }
    .product__blocks__items .product-images-wrap {
        position: sticky;
        top: 50px;
    }
}
@media (max-width: 1200px) {
    .product__blocks__items .product-images .prev,
    .product__blocks__items .product-images .next {
        font-size: 30px;
        height: 30px;
        line-height: 30px;
        top: calc(50% - 15px);
        opacity: 0;
        visibility: hidden;
    }
    .product__blocks__items .product-images:hover .prev,
    .product__blocks__items .product-images:hover .next {
        opacity: 1;
        visibility: visible;
    }
    .product__blocks__items .product-images .prev {
        left: 20px;
    }
    .product__blocks__items .product-images .next {
        right: 20px;
    }
}


.informations .information-item {
    background-color: #f6f7f8;
    padding: 15px 5px;
}
.informations .information-item .label {
    line-height: 1;
    font-weight: 300;
    font-size: 12px;
}
.informations .information-item .text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin: 8px 0 0 0;
}
.patterns {
    position: absolute;
    right: 15px;
    bottom: 15px;
	z-index:2;
}
.patterns .patterns-item {
	position:relative;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0 -15px 0 0;
    float: left;
    border: 2px solid #fff;
}
.patterns .patterns-item:last-child {
	margin:0 0 0 0
}
.patterns .patterns-item div {
    white-space: nowrap;
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    -moz-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    background-color: #fff;
    padding: 5px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    display: none;
}
.patterns .patterns-item:hover div {
    display: block;
}
.product__blocks__items .home-patterns .item a{
    display: block;
    text-decoration: none;
    color: #333;
    text-align: center;
    border: 1px solid #ededed;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-color:#fff;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.product__blocks__items .home-patterns .item.all-title a{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
    padding: 20px 30px;
    height: 100%;
}
.product__blocks__items .home-patterns .item a:hover{
	-moz-transform: translate(0px, -3px);
	-webkit-transform: translate(0px, -3px);
	-o-transform: translate(0px, -3px);
	-ms-transform: translate(0px, -3px);
	transform: translate(0px, -3px);
}
.product__blocks__items .home-patterns .item a.active{
	border-color:var(--theme-color-1);
	background-color:var(--theme-color-1);
	color:#fff;
}
.product__blocks__items .home-patterns .item a picture,
.product__blocks__items .home-patterns .item a picture img{
	display:block;
	width:100%;
	height:auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.product__blocks__items .home-patterns .item a .title{
    font-size: 13px;
    font-weight: 500;
    margin: 8px 0 0 0;
    line-height: 1.4;
}
.product__blocks__items .home-patterns .item.all-title a .title{
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}


.product-single-page .informations .information-item {
    background-color: #f6f7f8;
	text-align:center;
	text-decoration:none;
    color: #333;
    display: block;
}
.product-single-page .informations .information-item .label {
    font-weight: 300;
    font-size: 16px;
}
.product-single-page .informations .information-item .text {
    font-weight: 500;
    line-height: 1;
    margin: 8px 0 0 0;
}

.product-categorie-page .b-title{
	max-width:850px;
}
.product-single-page .images .image-item a,
.product-single-page .images .image-item a picture,
.product-single-page .images .image-item a picture img{
	display:block;
	width:100%;
	height:auto;
}
.product-page-fixed-title{
	display:none;
}
@media(min-width:992px){
	body.product-title-fixed .product-page-fixed-title{
		display:block;
	}
	.product-single-page .product-informations{
		position:sticky;
		top:100px;
	}
}




