@import url("../plugins/wow/animate.css");
@import url("../plugins/swiper/swiper-bundle.min.css");
@import url("../plugins/font-awesome/font-awesome-new.min.css");
@import url("../plugins/owl-carousel/owl.carousel.min.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:#000}
.font-walbaum{font-family: 'Playfair display', sans-serif;}
.font-ptserif{font-family: 'PT Serif', sans-serif;}
/* Header */

body>.loader{
	display:none;
}
body.onloadsite>.loader{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
	display:block;
}
body.onloadsite>.loader .img{
    position: fixed;
    left: 20px;
    right: 20px;
    width: auto;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation: pulse 1.5s linear infinite;
    animation: pulse 1.5s linear infinite;
    margin: 0 auto;
    top: calc(50% - 25px);
    text-align: 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;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}

p{line-height:1.7;margin:0 0 20px 0;font-weight:300;}
strong{font-weight:500}
p:last-child{margin:0}
h1,h2,h3,h4,h5,h6{margin-top:0;}
.font-cabin{font-family: 'Cabin', sans-serif}

/**************** Header ********************/
header {
    left: 0;
	top: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;
    position: fixed;
}
body.fixed-header header,
body.mobile-menu-open header {
	background-color:#fff;
    -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 13%);
    -moz-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 13%);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 13%);
}
header a {
    text-decoration: none;
    outline: 0 !important;
}
header .logo-wrap a,
header .logo-wrap a picture,
header .logo-wrap a picture img{
	width:auto;
	display:block;
	position:relative;
	z-index: 1;
}

/********* Menu ********/

header .logo-wrap picture:last-child,
body.fixed-header header .logo-wrap picture:first-child,
body.mobile-menu-open header .logo-wrap picture:first-child{
	display:none;
}
body.fixed-header header .logo-wrap picture:last-child,
body.mobile-menu-open header .logo-wrap picture:last-child{
	display:block;
}


@media (min-width: 1200px) {
	header .logo-wrap{
		margin: 0 auto;
		display: table;
	}
	header .logo-wrap a img{
		max-height: 60px;
	}
	
	header .menu-wrap-top{
		background-color: rgb(255 255 255 / 10%);
		margin: 30px 0 0 0;
	}
	header .menu-wrap-top .menu-wrap .bottom>ul,
	header .menu-wrap-top{
		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:not(.fixed-header) header .container-fluid{
		width:100%;
		padding: 0;
		max-width: 100%;
	}
	body:not(.fixed-header) header{
		padding: 20px 0 0 0;
	}
	body.fixed-header header .logo-wrap a img{
		max-height: 30px;
	}
	body.fixed-header header .logo-wrap{
		margin:0;
	}
	body.fixed-header header .menu-wrap-top,
	body.fixed-header header header .menu-wrap .bottom>ul{
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
	}
	body.fixed-header header .container-fluid{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
	}
	body.fixed-header header .header-middle{
		background-color:#fff;
	}
	body.fixed-header header .menu-wrap-top{
		margin: 0
	}
}
@media (max-width: 1200px) {
	header .container-fluid{
		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;
	}
	header .logo-wrap a img{
		max-height: 20px;
	}
	body.fixed-header header .header-middle{
		background-color:#fff;
	}
}




@media (min-width: 1200px) {
	.menu-toggle{display:none;}
    .menu-wrap .bottom ul{
		margin:0;
		padding:0;
		list-style-type:none;
	}
	.menu-wrap .bottom ul li.menu-item{border:0;padding:0;}
	.menu-wrap .bottom>ul>li.menu-item{position:relative;}
	
	
	.menu-wrap .bottom ul li.menu-item a{
		line-height: 1;
		font-weight: 400;
		position: relative;
		color: #333;
		letter-spacing: 1.5px;
		text-decoration: none;
		z-index:1;
		display:block;
		white-space:nowrap;
	}
	.menu-wrap .bottom>ul>li.menu-item>a{
		padding: 0 20px;
		color: #fff;
		white-space: nowrap;
		line-height:60px;
	}
	body.fixed-header header>.header-middle>.container>div{
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
	}
	
	.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;
	}
	
	.menu-wrap .bottom{
		margin:0 -20px 0 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.sub-item>.next-link{display:none;}
	.menu-wrap .bottom>ul>li.sub-item .sub-menu .next-link{
		display:none;
	}
	body.fixed-header .menu-wrap .bottom ul li.menu-item a{
		line-height:60px;
		color: #000;
		font-size: 14px;
	}
	.menu-wrap .bottom .menu-list .back-link{display:none}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu{
		min-width: 350px;
		background-color: #f1f1f1;
		-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;
		display: none;
		right: 0;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu li.sub-item>a:before{
		content: "\f053";
		font-family: 'Font Awesome 5 Pro';
		font-weight: 500;
		font-size: 15px;
		position: absolute;
		left: 15px;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu li.sub-item>a{
		padding-left:40px
	}
	
	
	
	.menu-wrap .bottom>ul>li.menu-item.sub-item>.sub-menu ul li.menu-item.sub-item .sub-menu {
		min-height: 100%;
		border-right: 5px solid #fff;
		right: 100%;
		top: 0;
	}
	.menu-wrap .bottom>ul>li.menu-item.sub-item>.sub-menu ul{
		padding:30px 0
	}
	
	
	.menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a{
		line-height: 50px;
		padding: 0 30px;
		color:#000;
		text-align: right;
		position: relative;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item li:hover > a{
		background-color:#fff;
	}
	
	
	
	.menu-wrap .bottom ul li.menu-item.sub-item:hover>.sub-menu {
		display:block;
	}
	.menu-wrap .bottom>ul>li.sub-item>.sub-menu ul li.sub-item:hover>.sub-menu {
		display:block;
	}
	
	
	
	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);
	}
}
@media (max-width: 1200px) {
	header .header-middle{
		position: relative;
		z-index: 1;
		padding: 15px 0
	}
    .menu-toggle {
		width:25px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }
    .menu-toggle span:nth-child(1),
    .menu-toggle span:nth-child(2),
    .menu-toggle span:nth-child(3) {
        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;
    }
    body.fixed-header .menu-toggle span:nth-child(1),
    body.fixed-header .menu-toggle span:nth-child(2),
    body.fixed-header .menu-toggle span:nth-child(3),
    body.mobile-menu-open .menu-toggle span:nth-child(1),
    body.mobile-menu-open .menu-toggle span:nth-child(2),
    body.mobile-menu-open .menu-toggle span:nth-child(3) {
        background-color: #000;
    }
    .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:nth-child(1),
    body.fixed-header .menu-toggle span:nth-child(2),
    body.fixed-header .menu-toggle span:nth-child(3),
    body.mobile-menu-open .menu-toggle span:nth-child(1),
    body.mobile-menu-open .menu-toggle span:nth-child(2),
    body.mobile-menu-open .menu-toggle span:nth-child(3){
		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: 0 15px 0 80px;
		height: 55px;
		line-height: 55px;
		border-top: 1px solid #303030;
		position: relative;
		font-size: 14px;
		color:#fff;
	}
	.menu-list .back-link > i {
		display: block;
		cursor: pointer;
		color:#fff;
		position: absolute;
		left: 0;
		top: 0;
		line-height: 60px;
		width: 55px;
		height: 55px;
		text-align: center;
		z-index: 5;
		border-right: 1px solid #303030;
		border-bottom: 1px solid #303030;
	}
	.menu-wrap {
		position: fixed;
		left: 0;
		top:50px;
		bottom: 0;
		width: 100%;
		background-color: #212121;
		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.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: 60px;
		width: 55px;
		height: 55px;
		text-align: center;
		border-left: 1px solid #303030;
		margin: -55px 0 0 0;
		color: #fff;
	}
	.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 #303030;
	}
	.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: #fff;
		font-size: 14px;
		padding: 20px 20px;
		border-top: 1px solid #303030;
		text-decoration: none;
	}
	.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: #212121;
		-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 ********************/

/**************** Footer ********************/
footer{
	color:#fff;
	font-weight:300
}
footer .footer-logo{
    display: table;
}
footer .footer-logo,
footer .footer-logo img{
    display: table;
	margin:0 auto;
    max-height: 150px;
}


footer .footer-socials a,
footer .links a{
    -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;
    color: #fff;
    display: block;
}
footer .links a{
    margin: 20px 0 0 0;
    text-decoration: none;
    font-weight: 300;
}
footer .links a:before{
    content: "";
    float: left;
    width: 5px;
    height: 5px;
    background-color: #fff;
    position: relative;
    top: 7px;
    margin: 0 10px 0 0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
footer .footer-socials 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;
	
    margin: 0 0 0 30px;
	text-decoration:none;
    text-align: center;
    padding: 0 0 0 2px;
}
footer .footer-socials a:first-child{
    margin: 0;
}

footer .footer-contact {
    list-style-type: none;
    padding: 0;
}
footer .footer-contact li>* {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
footer .footer-contact li a {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}
footer .footer-contact li{
    margin-top: 30px;
}
footer .footer-contact li:first-child {
    margin-top: 0;
}
footer .footer-contact li i {
    position: relative;
    width: 14px;
    margin-right: 15px;
    text-align: center;
    top: 3px;
}
footer .footer-contact li i + div {
    width: calc(100% - 29px);
    line-height: 1.7;
    margin: -4px 0 0 0;
}

footer .footer-bottom picture,
footer .footer-bottom picture img{
	display: block;
}
@media (min-width: 1400px) {
	footer iframe{
		display: block;
		height: 100%;
		width: 35%;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
	}
	footer .footer-bottom picture,
	footer .footer-bottom picture img{
		max-height: 30px;
	}
}
@media (max-width: 1400px) {
	footer iframe{
		display: block;
		height:250px;
		width: 100%;
	}
	footer .footer-bottom picture img{
		display: block;
		max-height: 20px;
	}
	footer .footer-bottom picture{
		display: table;
		margin: 10px auto 0 auto;
	}
	footer .footer-bottom picture:first-child{
		margin:0 auto;
	}
}

/**************** Footer ********************/
/**************** Cookies ********************/
.cookies:before {
    content: "";
    position: absolute;
    background-color: var(--theme-color-1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.cookies .cookies-wrap {
    padding: 30px;
    background-color: var(--theme-color-1);
    position: relative;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.cookies {
    position: fixed;
    z-index: 15;
}
@media (min-width: 768px) {
    .cookies {
        max-width: 400px;
        bottom: 30px;
        left: 30px;
    }
	.cookies:before {
		left: -20px;
		bottom: -20px;
		top: 20px;
		right: 20px;
	}
}
@media (max-width: 768px) {
    .cookies {
        right: 90px;
        bottom: 30px;
        left: 30px;
    }
	.cookies:before {
		left: -20px;
		bottom: -20px;
		top: 20px;
		right: 20px;
	}
}
.cookies h4 {
    margin: 0 0 15px 0;
    font-weight: 600;
}
.cookies a {
    cursor: pointer;
}
/**************** Cookies ********************/

.block-title.left .top:before{
    content: "";
    display: inline-block;
    width: 50px;
    background-color: var(--theme-color-1);
    height: 1px;
    margin: 0 10px 5px 0;
}
.block-title.center .top:before{
    content: "";
    display: inline-block;
    width: 50px;
    background-color: var(--theme-color-1);
    height: 1px;
    margin: 0 10px 5px 0;
}
.block-title.center .top:after{
    content: "";
    display: inline-block;
    width: 50px;
    background-color: var(--theme-color-1);
    height: 1px;
    margin: 0 0 5px 10px;
}
.block-title.right .top:after{
    content: "";
    display: inline-block;
    width: 50px;
    background-color: var(--theme-color-1);
    height: 1px;
    margin: 0 0 5px 10px;
}
.theme-btn {
	border:0;
	cursor:pointer;
    text-decoration: none;
    line-height: 1;
    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 40px 20px 40px;
    background-color: var(--theme-color-1);
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    overflow: hidden;
	-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;
	position:relative;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.theme-btn *{
	position:relative;
	z-index:1;
}
.theme-btn.hovered-white:before,
.theme-btn.hovered:before {
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    bottom: auto;
    z-index: 0;
    content: "";
    position: absolute;
	-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:var(--theme-color-1);
}
.theme-btn.hovered-white:before {
	background-color:var(--theme-color-1);
}
.theme-btn.hovered:hover:before,
.theme-btn.hovered-white:hover:before {
    top: auto;
    bottom: 0;
    height: 100%;
}
.theme-btn.hovered:hover {
    color: #fff;
    border-color: var(--theme-color-1);
}
.theme-btn.hovered-white:hover {
    color: #000;
}

.content{
    position: relative;
    z-index: 1;
}
@media (min-width: 1200px) {
	.main-slider-block .swiper-slide .swiper-slide-wrap .caption{
		bottom:200px;
		text-align: center;
		max-width: 1500px;
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap{
		height:100vh;
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap .caption > div .borders{
		height:20%;
		left: -60px;
		right: -60px;
		bottom: -60px;
	}
}
@media (max-width: 1200px) {
	.main-slider-block .swiper-slide .swiper-slide-wrap .caption{
		bottom: 110px;
		text-align: center;
		max-width: calc(100% - 40px);
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap{
		height:100vh;
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap .caption > div .borders{
		height: 20%;
		left: -10px;
		right: -10px;
		bottom: -40px;
	}
}


.main-slider-block .swiper-slide .swiper-slide-wrap{
	width:100%;
	position:relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-slider-block .swiper-slide .swiper-slide-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 40 / 60%);
    z-index: 1;
}
.main-slider-block .swiper-slide .swiper-slide-wrap .caption > div{
	max-width:900px;
	width:100%;
    margin: 0 auto;
}
.main-slider-block .swiper-slide .swiper-slide-wrap .caption > div .borders{
    position: absolute;
}
.main-slider-block .swiper-slide .swiper-slide-wrap .caption > div .borders span{
	background-color:var(--theme-color-1);
	position:absolute;
}


.main-slider-block .swiper-slide .swiper-slide-wrap .caption > div .borders span:nth-child(1){
	top: 0 !important;
    left: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    width: 5px !important;
    height: 100% !important;
}
.main-slider-block .swiper-slide .swiper-slide-wrap .caption > div .borders span:nth-child(2){
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 5px !important;
}
.main-slider-block .swiper-slide .swiper-slide-wrap .caption > div .borders span:nth-child(3){
    top: 0 !important;
    left: auto !important;
    right: 0 !important;
    bottom: 0 !important;
	width: 5px !important;
    height: 100% !important;
}


.main-slider-block .prev,
.main-slider-block .next{
	position:absolute;
    z-index: 2;
    color: #fff;
	cursor:pointer;
    text-align: center;
}
.main-slider-block h1 a{
	text-decoration:none;
}
.main-slider-block .swiper-button-disabled{
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
@keyframes jumpInfinite {
	0% {
		top: 0;
	}
	50% {
		top: -10px;
	}
	100% {
		top: 0;
	}
}
.main-slider-block .bottom-link{
    color: #fff;
    position: absolute;
    z-index: 2;
    text-align: center;
}
.main-slider-block .bottom-link:before{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    content: "\f078";
	position:relative;
    -webkit-animation: jumpInfinite 2s linear infinite;
    animation: jumpInfinite 2s linear infinite;
}
.main-slider-block .links,
.main-slider-block .link{
    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;
}
.main-slider-block .link{
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    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;
    position: relative;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 20px 0 0;
    background-color: var(--theme-color-1);
    color: #fff;
}
.main-slider-block .link:last-child{
    margin: 0;
    background-color: #fff;
    color: var(--theme-color-1);
}
.main-slider-block .swiper-slide .swiper-slide-wrap .caption{
    z-index: 1;
    color: #fff;
    position: absolute;
    top: 0;
	left:0;
    right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: 0 auto;
}
.main-slider-block .pagi {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    left: 0;
    right: 0;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.main-slider-block .pagi .swiper-pagination-bullet.prog {
	overflow:hidden;
	cursor:pointer;
	margin:0 0 0 10px;
    height: 8px;
    width: 60px;
    display: block;
    background-color: rgb(255 255 255 / 20%);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.main-slider-block .pagi .swiper-pagination-bullet.prog:first-child {
	margin:0
}
.main-slider-block .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;
    -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;
}
.main-slider-block .pagi .swiper-pagination-bullet.prog.swiper-pagination-bullet-active span.active {
    background-color: #fff;
}
.main-slider-block .pagi .swiper-pagination-bullet.prog.swiper-pagination-bullet-active.active span {
	animation-play-state: running;
}


@media(min-width:992px){
	.main-slider-block .pagi {
		bottom: 70px;
	}
	.main-slider-block .prev,
	.main-slider-block .next{
		font-size: 40px;
		height: 40px;
		width: 40px;
		top:calc(50% - 20px);
		opacity:0;
	}
	.main-slider-block:hover .prev,
	.main-slider-block:hover .next{
		opacity:1;
	}
	.main-slider-block .prev{left:20px}
	.main-slider-block .next{right:20px}
	.main-slider-block .link{
		padding: 20px 30px;
	}
	.main-slider-block .link:hover{
		background-color:#fff;
		color:var(--theme-color-1);
	}
	.main-slider-block .bottom-link{
		bottom: 0;
		width: 70px;
		height: 50px;
		left: calc(50% - 35px);
		line-height: 50px;
	}
}
@media(max-width:992px){
	.main-slider-block .pagi {
		bottom: 40px;
	}
	.main-slider-block .prev,
	.main-slider-block .next{
		font-size: 21px;
		height: 20px;
		line-height: 1;
		width: 20px;
		top: 60px;
	}
	.main-slider-block .prev{left:10px}
	.main-slider-block .next{left:30px}
	.main-slider-block .link{
		padding: 12px 15px;
	}
	.main-slider-block .bottom-link{
		bottom:0;
		width: 40px;
		height: 30px;
		left: calc(50% - 15px);
		line-height: 30px;
	}
}
@keyframes progress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}




/** KÖŞELER **/
.menu span.koseler span{
	position:absolute;
	background-image:url(../temp/img/1-kose.png);
    height: 100px;
    width: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform-style: preserve-3d;
}
.menu span.koseler span:nth-child(1),
.menu span.koseler span:nth-child(2){
	top:0;
}
.menu span.koseler span:nth-child(1){
	left:0;
}
.menu span.koseler span:nth-child(2){
	right:0;
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.menu span.koseler span:nth-child(3),
.menu span.koseler span:nth-child(4){
	bottom:0;
}
.menu span.koseler span:nth-child(3){
	left:0;
    -moz-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.menu span.koseler span:nth-child(4){
	right:0;
    -moz-transform: rotateX(180deg) rotateY(180deg);
    -webkit-transform: rotateX(180deg) rotateY(180deg);
    -o-transform: rotateX(180deg) rotateY(180deg);
    -ms-transform: rotateX(180deg) rotateY(180deg);
    transform: rotateX(180deg) rotateY(180deg);
}
/** KÖŞELER **/


/** YAN DİKMELER **/
.menu span.yan-dikmeler span{
	background-color:var(--theme-color-1);
	position:absolute;
}
.menu span.yan-dikmeler span:nth-child(1){
	top:5px;
}
.menu span.yan-dikmeler span:nth-child(4){
	bottom:5px;
}
.menu span.yan-dikmeler span:nth-child(1),
.menu span.yan-dikmeler span:nth-child(4){
	height:2px;
	left:120px;
	right:120px;
}
.menu span.yan-dikmeler span:nth-child(2),
.menu span.yan-dikmeler span:nth-child(3){
	top:120px;
	bottom:120px;
	width:2px;
}
.menu span.yan-dikmeler span:nth-child(2){
	left:5px;
}
.menu span.yan-dikmeler span:nth-child(3){
	right:5px;
}
.menu span.yan-dikmeler span:nth-child(1):before,
.menu span.yan-dikmeler span:nth-child(1):after,
.menu span.yan-dikmeler span:nth-child(2):before,
.menu span.yan-dikmeler span:nth-child(2):after,
.menu span.yan-dikmeler span:nth-child(3):before,
.menu span.yan-dikmeler span:nth-child(3):after,
.menu span.yan-dikmeler span:nth-child(4):before,
.menu span.yan-dikmeler span:nth-child(4):after{
    background-image: url(../temp/img/2-kose-oval.png);
    content: "";
    display: block;
    height: 7px;
    width: 7px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform-style: preserve-3d;
    position: absolute;
}
.menu span.yan-dikmeler span:nth-child(1):before,
.menu span.yan-dikmeler span:nth-child(1):after{
    top: 0px;
}
.menu span.yan-dikmeler span:nth-child(1):before{
    right: 100%;
    -moz-transform: rotate(90deg) rotateX(180deg);
    -webkit-transform: rotate(90deg) rotateX(180deg);
    -o-transform: rotate(90deg) rotateX(180deg);
    -ms-transform: rotate(90deg) rotateX(180deg);
    transform: rotate(90deg) rotateX(180deg);
}
.menu span.yan-dikmeler span:nth-child(1):after{
    left: 100%;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu span.yan-dikmeler span:nth-child(2):before,
.menu span.yan-dikmeler span:nth-child(2):after{
    left: 0px;
}
.menu span.yan-dikmeler span:nth-child(2):before{
    bottom: 100%;
}
.menu span.yan-dikmeler span:nth-child(2):after{
    top: 100%;
    -moz-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.menu span.yan-dikmeler span:nth-child(3):before,
.menu span.yan-dikmeler span:nth-child(3):after{
    right: 0px;
}
.menu span.yan-dikmeler span:nth-child(3):before{
    bottom: 100%;
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.menu span.yan-dikmeler span:nth-child(3):after{
    top: 100%;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.menu span.yan-dikmeler span:nth-child(4):before,
.menu span.yan-dikmeler span:nth-child(4):after{
    bottom: 0px;
}
.menu span.yan-dikmeler span:nth-child(4):before{
    right: 100%;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.menu span.yan-dikmeler span:nth-child(4):after{
    left: 100%;
    -moz-transform: rotate(90deg) rotateY(180deg);
    -webkit-transform: rotate(90deg) rotateY(180deg);
    -o-transform: rotate(90deg) rotateY(180deg);
    -ms-transform: rotate(90deg) rotateY(180deg);
    transform: rotate(90deg) rotateY(180deg);
}
/** YAN DİKMELER **/

@media(min-width:1600px){
	.menu .row{margin-left:-50px;margin-right:-50px;}
	.menu .row>div{padding-left:50px;padding-right:50px;}
	.page-item {padding: 80px 50px 100px 50px;}
}
@media(max-width:1600px) and (min-width:1400px){
	.menu .row{margin-left:-40px;margin-right:-40px;}
	.menu .row>div{padding-left:40px;padding-right:40px;}
	.page-item {padding: 80px 50px 100px 50px;}
}
@media(max-width:1400px) and (min-width:1200px){
	.menu .row{margin-left:-30px;margin-right:-30px;}
	.menu .row>div{padding-left:30px;padding-right:30px;}
	.page-item {padding: 80px 50px 100px 50px;}
}
@media(max-width:1200px) and (min-width:992px){
	.menu .row{margin-left:-30px;margin-right:-30px;}
	.menu .row>div{padding-left:30px;padding-right:30px;}
	.page-item {padding: 50px 50px 100px 50px;}
}
@media(max-width:992px){
	.menu .row{margin-left:-10px;margin-right:-10px;}
	.menu .row>div{padding-left:10px;padding-right:10px;}
	.page-item {padding: 50px 30px 100px 30px;}
}

/** BAŞLIK **/
.menu .page-item-title .center{
	background-image: url(../temp/img/4-baslik-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform-style: preserve-3d;
    width: 100%;
    line-height: 1;
}
@media(min-width:1200px){
	.menu .page-item-title .center{
		padding: 90px 90px;
		max-width: 610px;
		height: 240px;
	}
	.menu .page-item-title .left span,
	.menu .page-item-title .right span{
		background-image: url(../temp/img/3-alt-ust.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		transform-style: preserve-3d;
		height: 40px;
		width: 250px;
		display: block;
	}
	.menu .page-item-title .left span:last-child,
	.menu .page-item-title .right span:last-child{
		-moz-transform: rotateX(180deg);
		-webkit-transform: rotateX(180deg);
		-o-transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}
}
@media(max-width:1200px) and (min-width:992px){
	.menu .page-item-title .center{
		padding: 90px 90px;
		max-width: 610px;
		height: 240px;
	}
}
@media(max-width:992px){
	.menu .page-item-title .center{
		padding: 50px 25px;
		max-width: 300px;
		height: 135px;
	}
}
/** BAŞLIK **/

/** LİSTE BAŞLIK **/
.menu .page-item-list-item .page-item-list-item-title span{
    background-image: url(../temp/img/5-list-title.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform-style: preserve-3d;
    height: 30px;
    width: 22px;
    display: block;
}
.menu .page-item-list-item .page-item-list-item-title span:last-child{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
/** LİSTE BAŞLIK **/



.menu .page-item-list-item{
    position: relative;
    min-height: 100%;
}
.menu .page-item-list-item:after{
    content: "";
    position: absolute;
    bottom: 0;
    border-right: 2px dashed var(--theme-color-1);
}
.menu .page-item.b-top{
    border-top: 2px dashed var(--theme-color-1);
}
@media(min-width:1600px){
	.menu .page-item-list-item:after{
		right: -51px;
		top: 0;
	}
}
@media(max-width:1600px) and (min-width:1400px){
	.menu .page-item-list-item:after{
		right: -41px;
		top: 0;
	}
	
	.page-item.menu-column-type-1 .col-12:nth-child(2n+1) .page-item-list-item:after,
	.page-item.menu-column-type-2 .col-12:nth-child(2n+2) .page-item-list-item:after,
	.page-item.menu-column-type-3 .col-12:nth-child(2n+2) .page-item-list-item:after,
	.page-item.menu-column-type-4 .col-12:nth-child(2n+2) .page-item-list-item:after{
		display:none;
	}
}
@media(max-width:1400px) and (min-width:1200px){
	.menu .page-item-list-item:after{
		right: -31px;
		top: -37px;
	}
	.page-item.menu-column-type-1 .col-12 .page-item-list-item:after,
	.page-item.menu-column-type-2 .col-12:nth-child(2n+2) .page-item-list-item:after,
	.page-item.menu-column-type-3 .col-12 .page-item-list-item:after,
	.page-item.menu-column-type-4 .col-12:nth-child(2n+2) .page-item-list-item:after{
		display:none;
	}
}
@media(max-width:1200px) and (min-width:992px){
	.menu .page-item-list-item:after{
		right: -31px;
		top: -36px;
	}
	.menu .col-12:first-child .page-item-list-item:after{
		top: 0
	}
	.menu .col-12 .page-item-list-item:after{
		display:none;
	}
}
@media(max-width:992px){
	.menu .page-item-list-item:after{
		display:none;
	}
}
.menu .col-12:last-child .page-item-list-item:after{
	display:none;
}
.menu .page-item-list-item .page-item-list-item-title{
    border-top: 2px solid var(--theme-color-1);
    border-bottom: 2px solid var(--theme-color-1);
    padding: 30px 0;
}
.menu .page-item-list-item .page-item-list-item-list .page-item-list-item-list-item{
	position:relative;
    padding: 0 140px 0 0;
}
.menu .page-item-list-item .page-item-list-item-list .page-item-list-item-list-item:first-child{
	margin: 0
}
.menu .page-item-list-item .page-item-list-item-list .page-item-list-item-list-item h3{
    margin: 0 0 10px 0;
    color: var(--theme-color-2);
    font-weight: 900;
    font-family: 'PT Serif', sans-serif;
    letter-spacing: 1px;
}
.menu .page-item-list-item .page-item-list-item-list .page-item-list-item-list-item p{
    margin: 0;
    line-height: 1.4;
    font-size: 14px;
    color: var(--theme-color-1);
    font-weight: 400;
    letter-spacing: 0px;
}
.menu .page-item-list-item .page-item-list-item-list .page-item-list-item-list-item h4{
    font-family: monospace;
    position: absolute;
    top: 5px;
    right: 0;
    color: #000;
    line-height: 1;
    margin: 0;
    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;
}
.menu .page-item-list-item .page-item-list-item-list .page-item-list-item-list-item h4 strong{    font-weight: 400;
    font-family: 'PT Serif', sans-serif;
    margin: 0 5px 0 0;
}






.c-items{
    padding: 30px;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    height: 100%;
}
.c-items h3{
    font-weight: 600;
    font-size: 13px;
}
.c-items .c-item{
    line-height: 1.5;
}
.c-items .c-item a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    padding: 15px 13px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: var(--theme-color-1);
    position: relative;
    color: #fff !important;
    display: block;
    line-height: 1;
}
.contact-map iframe{width:100%;height:450px;}
blockquote{
    border-left: 10px solid #ececec;
    padding: 30px;
    margin: 0;
    background-color: #f6f7f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 20px 0 20px 0;
}
blockquote a{
	text-decoration:none;
    color: var(--theme-color-1);
}
textarea{
	resize:vertical
}



.menu .online-products .page-item-list-item-list .page-item-list-item-list-item{
	min-height:80px;
}
.menu .online-products .page-item-list-item-list .page-item-list-item-list-item .product-data{
    position: absolute;
    cursor: pointer;
    top: 40px;
    right: 0;
    color: var(--theme-color-1);
    font-size: 20px;
}
.menu .online-products .page-item-list-item-list .page-item-list-item-list-item .product-data:before,
.menu .online-products .page-item-list-item-list .page-item-list-item-list-item .product-data:after{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}
.menu .online-products .page-item-list-item-list .page-item-list-item-list-item .product-data:before{
    content: "\f291";
    font-size: 25px;
}
.menu .online-products .page-item-list-item-list .page-item-list-item-list-item .product-data:after{
	content: "\f067";
    position: absolute;
    right: 13px;
    top: 13px;
    background-color: #ffff;
    padding: 5px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 15px;
}
.menu .online-products .page-item-list-item-list .page-item-list-item-list-item.basket-product-add .product-data:after{
    content: "\f068";
}
.menu .online-products .page-item-list-item-list .page-item-list-item-list-item.basket-product-add .product-data{
	color:red;
}
.page-basket{
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 9;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 -5px 10px 0 rgb(0 0 0 / 11%);
    -moz-box-shadow: 0 -5px 10px 0 rgb(0 0 0 / 11%);
    box-shadow: 0 -5px 10px 0 rgb(0 0 0 / 11%);
    background-color: #f6f7f8;
}
.page-basket .title{
	cursor:pointer;
    background-color: var(--theme-color-1);
    color: #fff;
    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;
    height: 50px;
    padding: 0 100px 0 20px;
    position: relative;
}
html:not(.basket-open) .page-basket .title .closed-btn{
	display:none;
}
html.basket-open .page-basket .title{
    padding-left: 115px;
}
.page-basket .title .closed-btn{
	position: absolute;
    left: 0;
    background-color: #fff;
    color: var(--theme-color-1);
    height: 38px;
    left: 7px;
    line-height: 39px;
    padding: 0 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
}
.page-basket .title h3{
    margin: 0;
	padding:0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 15px;
}
.page-basket .title .count{
    position: absolute;
    right: 7px;
    top: 7px;
    bottom: 7px;
    padding: 0 10px;
    min-width: 50px;
    background-color: #fff;
    color: var(--theme-color-1);
    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;
    line-height: 1;
    font-weight: 900;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
html.basket-open .page-basket{
	right:0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.page-basket .top{
    overflow-x: hidden;
    overflow-y: auto;
	height: calc(100% - 107px);
}
@media(min-width:992px){
	html.basket-open .page-basket{
		height: calc(100vh - 165px);
	}
	html.basket-open body.fixed-header .page-basket{
		height: calc(100vh - 60px);
	}
	.page-basket{
		width: 300px;
	}
	html.basket-open .page-basket{
		width: 30%;
	}
}
@media(max-width:992px){
	html.basket-open,
	html.basket-open body{
		overflow:hidden !important;
	}
	html.basket-open .page-basket{
		height: calc(100vh - 50px);
	}
	.page-basket{
		width: 50%;
	}
	html.basket-open .page-basket{
		left:0;
		width:100%;
	}
}




.page-basket .top .basket-item{
    position: relative;
    padding: 30px 30px 30px 60px;
}
.page-basket .top .basket-item h3{
    margin: 0 0 10px 0;
    color: var(--theme-color-2);
    font-weight: 600;
    font-family: 'PT Serif', sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1;
}
.page-basket .top .basket-item p{
    margin: 0;
    line-height: 1.4;
    font-size: 14px;
    color: var(--theme-color-1);
    font-weight: 300;
    letter-spacing: 0px;
}
.page-basket .top .basket-item h4{
	margin: 0 15px 0 0;
    font-weight: 300;
}
.page-basket .top .basket-item h4 strong{
    font-weight: 400;
    font-family: 'PT Serif', sans-serif;
    margin: 0 5px 0 0;
}
.page-basket .top .basket-item .product-data{
    position: absolute;
    left: 30px;
    top: 32px;
    cursor: pointer;
    color: var(--theme-color-1);
}
.page-basket .top .basket-item.t-top{
    border-top: 1px solid #ededed;
}


.page-basket .bottom {
    padding: 20px 30px;
    background-color: #fff;
    line-height: 1;
}
.page-basket .bottom h3,
.page-basket .bottom h4{
	margin:0;
    font-size: 16px;
}
.page-basket .bottom h3{
    margin: 0;
    color: var(--theme-color-2);
    font-weight: 500;
    font-family: 'PT Serif', sans-serif;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: 300;
    position: relative;
    bottom: 1px;
}
.page-basket .bottom h4 strong{
    font-weight: 400;
    font-family: 'PT Serif', sans-serif;
    margin: 0 5px 0 0;
    font-weight: 300;
}


.page-basket .top,
.page-basket .bottom{
	display:none;
}
html.basket-open .page-basket .top,
html.basket-open .page-basket .bottom{
	display:block;
}




.basket-print .loader,
.basket-print header,
.basket-print .breadcrumb,
.basket-print .menu,
.basket-print footer{
	display:none;
}
.basket-print .page-basket{
	width:100%;
	top:0;
	left:0;
	right:0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	display:block;
    height: 100vh;
}


@media(min-width:1200px){
	.menu .tab-links-wrap{
		top: 60px;
	}
}
@media(max-width:1200px){
	.menu .tab-links-wrap{
		top: 50px;
	}
}
.menu .tab-links-wrap{
    z-index: 2;
	position: -webkit-sticky;
	position: sticky;
    background-color: var(--theme-color-1);
    -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 13%);
    -moz-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 13%);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 13%);
    left: 0;
    right: 0;
}
.menu .tab-links-wrap ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu .tab-links-wrap ul li a{
    cursor: pointer;
    line-height: 1.5;
    padding: 15px 20px;
    display: block;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 14px;
	white-space:nowrap;
}
.menu .tab-links-wrap ul li a.active{
    background-color: #fff;
    color: var(--theme-color-1);
}























