/*
Theme Name: bat
Text Domain: bat
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
body {
	font-size:16px;
	line-height:1;
	font-family: 'Jost', sans-serif;
}
a {
	text-decoration:none;
	cursor:pointer;
	transition:all linear .25s;
}
div,a,img {
	outline:none;
}
ul {
	list-style:none;
	padding:0;
	margin:0;
}
* {
	outline:none !important;
}
input,textarea,button,select {

	font-family: 'Jost', sans-serif;
}
p {
	margin:0;
}
.d-flex {
	display:flex;
}
.aligncenter {
	align-content: center;
	align-items: center;
}
.sb {
	justify-content: space-between;
}
.fw {
	flex-wrap:wrap;
}
img {
	max-width:100%;
}
header {
	position:absolute;
	top:82px;
	width:100%;
	z-index:3;
}
header .container {
	padding:0 4.375vw;
}
header .menu {
	width:100%;
	max-width:calc(100% - 20.3vw);
	margin:10px 6.5vw 0;
}
header .home-link {
	display:block;
	width:100%;
	max-width:15.15vw;
}
header .home-link img {
	display:block;
}
header .social {
	display:block;
	width:100%;
	max-width:10.15vw;
	text-align:right;
}
header .social a {
	display:inline-block;
	vertical-align: middle;
	margin-left:1.8vw;
}
header .social a img {
	display:block;
}
header .menu ul {
	display:flex;
	align-content: center;
	align-items: center;
}
header .menu ul li {
	margin-right:5.7vw;
}
@media screen and (max-width:1600px) {
	header .menu ul li {
		margin-right:5vw;
	}
}
@media screen and (max-width:1500px) {
	header .menu ul li {
		margin-right:4vw;
	}
}
@media screen and (max-width:1400px) {
	header .menu ul li {
		margin-right:3vw;
	}
}
header .menu ul li:last-child {
	margin-right:0;
}
header .menu ul li a {
	position:relative;
	padding-left:21px;
	color:#000;
	font-size:22px;
}
header .menu ul li a:before {
	content:' ';
	display:block;
	width:6px;
	height:6px;
	position:absolute;
	top:calc(50% - 3px);
	left:0;
	border-radius: 100%;
	background:#1F5191;
}
#slider .sl {
	height:100vh;
	min-height:750px;
}
#slider .sub {
	font-size:24px;
	margin:0 0 30px;
	line-height:35px;
}
#slider .title {
	font-size:48px;
	margin:0 0 42px;
	line-height: 62px;
}
#slider .more {
	padding-left:37px;
	background:url(images/ar.png) no-repeat left center;
	font-weight:600;
	font-size:20px;
	line-height: 29px;
}
#slider .title2 {
	font-size:28px;
	color:#fff;
	margin:0;
	line-height:1.7;
}
#slider .sub2 {
	font-size:22px;
	line-height:1.7;
	color:#fff;
	margin:0 0 18px;
}
#slider .price {
	font-weight:500;
	color:#fff;
	font-size:36px;
	margin:0 0 33px;
	line-height: 52px;
}
#slider .l, #slider .r {
	width:100%;
	max-width:450px;
}
#slider .r {
	text-align:right;
}
.tocart {
	display:inline-block;
	width:200px;
	height:60px;
	line-height:60px;
	text-align:center;
	letter-spacing: 0.1em;
	font-size:20px;
	font-weight:600;
	color:#0B0B0B;
	background: linear-gradient(180deg, #E1C734 0%, #D7AF2F 100%);
	border-radius: 64px;
}
.arrow {
	position:absolute;
	bottom:150px;
	z-index:2;
	cursor:pointer;
}
.next-arrow svg {
	width:32px;
	height:32px;
	fill:#fff;
}
.prev-arrow svg {
	width:32px;
	height:32px;
	fill:#1F5191;
}
.next-arrow {
	right:calc(50% - 350px);
}
.prev-arrow {
	left:calc(50% - 350px);
}
.slick-dots {
	position:absolute;
	display:flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index:2;
	bottom:60px;
	width:100%;
}
.slick-dots button {
	border:0;
	box-shadow:none;
	border-radius:100%;
	background:	#fff;
	opacity:0.5;
	display:block;
	padding:0;
	cursor:pointer;
	text-indent:-9999px;
	transition:all linear .25s;
	margin:0 5px;
	width:12px;
	height:12px;
}
.slick-dots .slick-active button {
	opacity:1;
}
#products {
	padding:37px 0 70px;
}
#products .tabs {
	display: flex;
	flex-wrap:wrap;
	margin:0 -4px 30px;
	display:none;
}
#products .tabs > div {
	width:100%;
	max-width:calc(25% - 8px);
	margin:0 4px 8px;
	display:flex;;
	align-content: center;
	align-items: center;
	justify-content: center;
	color:#0B0B0B;
	font-size:24px;
	height:90px;
	padding:10px;
	cursor:pointer;
	background: linear-gradient(180deg, #E1C734 0%, #D7AF2F 100%);
	transition:all linear .25s;
}
#products .tabs > div.active {
	color:#fff;
	background: #1F5191;
}
#products .prods > div {
	display:none;
}
#products .prods .d-flex {
	margin:0 -4px;
}
#products .prods .d-flex > div {
	width:100%;
	max-width:calc(25% - 8px);
	margin:0 4px 8px;
	background:#fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	padding:50px 30px 23px;
	position:relative;
}
#products .prods .d-flex > div .hover {
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	transition:all linear .25s;
	display:flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	background:rgba(246,246,246,.9);
}
#products .prods .d-flex > div .hover .tocart {
	width:260px;
}
#products .prods .d-flex > div:hover .hover {
	opacity:1;
}
#products .image {
	height:17.7vw;
	margin:0 0 50px;
	display:flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
#products .image img {
	max-height:100%;
}
#products .title {
	color: #232323;
	font-size: 24px;
	margin:0 0 5px;
	line-height:1.5;
}
#products .price {
	color: #1F5191;
	font-size:36px;
	font-weight:500;
	line-height:1.3;
}
#specials .section-title {
	color:#232323;
	line-height:1.2;
	font-size:42px;
	margin:0 0 55px;
}
#specials .section-title:after {
	content:' ';
	display:block;
	width:100px;
	height:4px;
	background:#1F5191;
	margin-top:16px;
}
#specials .sp1.bn > div {
	background: linear-gradient(111.77deg, rgba(196, 196, 196, 0) 0.76%, rgba(26, 26, 26, 0.49) 42.46%, #1A1A1A 98.18%);
	padding:12vw 0 14.85vw;
}
#specials .sp2.bn > div,
#specials .sp3.bn > div {
	height:39.6vw;
	display:flex;
	flex-wrap:wrap;
	align-content: center;
	align-items: center;
}
#specials .sp2.bn > div {
	padding:0 5.2vw;
}
#specials .sp3.bn > div {
	padding:0 2.86vw 0 4.7vw;
}
#specials .sp3.bn {
	background: linear-gradient(180deg, #E1C734 0%, #D7AF2F 100%);
}
#specials .sp1 .title {
	color: #FFFFFF;
	font-size:64px;
	line-height:1.3;
	max-width:780px;
	margin:0 0 0 auto;
}
#specials .sp2 .title {
	color: #FFFFFF;
	font-size:48px;
	line-height:1.3;
	margin:0 0 40px;
}
#specials .sp2 .title2 {
	color: #FFFFFF;
	font-size:144px;
	font-weight:600;
	line-height:1.3;
}
#specials .sp3 .title {
	color: #FFFFFF;
	font-size:48px;
	line-height:1.7;
}
#specials .spec > div {
	width:50%;
}
#specials .cont {
	width:100%;
}
#specials .sp3 img {
	max-width:calc(100% - 360px);
	margin-left:30px;
}
footer {
	padding:135px 0 0;
	background:#1F5191;
}
footer .copy {
	line-height:40px;
	display:block;
	text-align:center;
	padding:0 10px;
	background:#0A3873;
	color: #B3B3B3;
	font-size:16px;
}
footer .nav-menu {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	max-width:410px;
}
footer .nav-menu li {
	width:50%;
}
footer .nav-menu a {
	color:#fff;
	display:block;
	margin-bottom:30px;
	font-size: 28px;
}
footer .contacts a {
	display:block;
	color:#fff;
	margin:0 0 30px;
	font-size: 28px;
}
footer .fsocial a {
	display:inline-block;
	margin-left:40px;
	opacity:0.1;
}
footer .fsocial a:hover {
	opacity:1;
}
footer .fsocial a:first-child {
	margin-left:0;
}
.ftop {
	padding-bottom:35px;
	border-bottom:1px solid rgba(255,255,255,0.1);
	margin-bottom:75px;
}
.fbottom {
	align-items: flex-start;
	align-content: flex-start;
	padding-bottom:65px;
}
footer .about {
	color:#fff;
	font-size: 24px;
	line-height:1.5;
	max-width:350px;
}
footer .ask {
	background:url(images/ask.png) no-repeat left center;
	color:#fff;
	padding:10px 0 20px 135px;
	font-size: 36px;
	line-height:1.3;
	max-width:480px;
}
footer .ask img {
	vertical-align: middle;
}
footer .form {
	width:100%;
	max-width:38vw;
}
.form form br {
	display:none;
}
.form input {
	width:100%;
	border:0;
	border-bottom:1px solid #fff;
	height:65px;
	color:#fff;
	font-size: 24px;
	margin:0 0 20px;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-family: 'Jost', sans-serif;
	background:none;
}
.form input::placeholder {
	color:#fff;
	font-size: 24px;
	font-family: 'Jost', sans-serif;	
}
.form textarea {
	width:100%;
	border:0;
	border-bottom:1px solid #fff;
	height:170px;
	padding:15px 0;
	line-height:1.3;
	font-family: 'Jost', sans-serif;
	resize:none;
	color:#fff;
	font-size: 24px;
	margin:0 0 45px;
	-moz-appearance: none;
	-webkit-appearance: none;
	background:none;
}
.form textarea::placeholder {
	color:#fff;
	font-size: 24px;
	font-family: 'Jost', sans-serif;	
}
.submit {
	display:block;
	width:100%;
	height:70px;
	line-height:70px;
	text-align:center;
	font-size:20px;
	font-weight:600;
	letter-spacing: 0.1em;
	color:#0B0B0B;
	cursor:pointer;
	border:0;
	background: linear-gradient(180deg, #E1C734 0%, #D7AF2F 100%);
	border-radius: 64px;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.wpcf7 form.sent .wpcf7-response-output, .wpcf7-not-valid-tip, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .ajax-loader {
	display:none !important;
}
.form input.wpcf7-not-valid {
	border-color:red;
}
.fancybox-slide--html .fancybox-close-small {
	width:25px;
	height:25px;
	background:url(images/close.png) no-repeat center center;
	position:absolute;
	right: 67px;
    top: 67px;
	opacity:1;
	padding:0;
}
.fancybox-slide--html .fancybox-close-small svg {
	display:none;
}
.ord {
	padding:50px 70px 60px;
	max-width:875px;
}
.ord .title {
	font-size: 42px;
	line-height:1.3;
	color: #232323;
	margin:0 0 34px;
}
.ord .title:after {
	content:' ';
	display:block;
	background: #1F5191;
	height:4px;
	width:100px;
	margin-top:34px;
}
.ord .sub {
	color: #B3B3B3;
	font-size:24px;
	line-height:35px;
	margin:0 0 40px;
}
.ord .d-flex .name {
	width:100%;
	max-width:calc(100% - 177px);
}
.ord label {
	display:block;
	font-size: 18px;
	line-height: 26px;
	color: #232323;
	margin:0 0 0;
}
.ord .d-flex .qty {
	width:100%;
	max-width:123px;
}
.ord input {
    border-bottom: 1px solid #B2B2B2;
    color: #232323;
}
input.error {
	border-color:red;
}
.ord input::placeholder {
	color: #232323;
}
.ord textarea {
    border-bottom: 1px solid #B2B2B2;
    color: #232323;
    height:110px;
    padding-top:0px;
}
.ord textarea::placeholder {
	color: #232323;
}
.ord .comment {
	width:100%;
	max-width: calc(100% - 135px - 45px);
}
.ord input+.d-flex {
	margin-top:10px;
}
.ord .total {
	color: #232323;
	font-size:24px;
	width:100%;
	max-width:125px;
	line-height:35px;
}
.ord .total span {
	line-height:1;
	display:block;
	margin-top:39px;
	color: #1F5191;
	font-size: 24px;
}
.ord .total span span {
	font-size:36px;
	display:inline;
}
.form .qty input {
	border:0 !important;
	margin:0;
	width:50px;
	text-align:center;
}
.form .quantity {
	width:100%;
	display:flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
.qty .minus, .qty .plus {
	width:36px;
	height:36px;
	border-radius:100%;
	border:1px solid #232323;
	cursor:pointer;
}
.qty .minus {
	background:url(images/minus.png) no-repeat center center;
}
.qty .plus {
	background:url(images/plus.png) no-repeat center center;
}
.form select {
	background:url(images/ar3.png) no-repeat calc(100% - 5px) center;
	height:65px;
	border:0;
	border-bottom:1px solid #B2B2B2;
	font-size:24px;
	margin:0 0 20px;
	color:#232323;
	-moz-appearance: none;
	-webkit-appearance: none;
	width:100%;
	padding:0 15px 0 0;
	cursor:pointer;
}
#thanks .sub {
	margin:0;
}