/*!
Theme Name: beetec
*/
html {
    box-sizing: border-box;
}
*, *:after, *:before {
    box-sizing: inherit;
}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
.grecaptcha-badge {
	display: none !important;
}
.slick-prev {
	left: 10px !important;
	z-index: 2;
}
.slick-next {
    right: 10px !important;
	z-index: 2;
}
body {
    font-family: "Montserrat Alternates", sans-serif;
    color: #424242;
}
body.archive.post-type-archive section.reviews {
    margin-top: 90px;
}
section.promo .promo-box .promo-banner img {
    border-radius: 15px;
}
.slick-next:before, .slick-prev:before {
    font-size: 26px !important;
    color: #00AC8D !important;
}
address {
    padding: 20px !important;

}
.wpcf7-response-output {
    max-width: 350px;
}
button.single_add_to_cart_button.button {
	background: #00AC8D !important;
}
.woocommerce .quantity .qty {
    height: 35px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.reviews-box.reccomendation-box .item-review .top-box-review {
    background: #FFC107;
}
h2.woocommerce-column__title, h2.woocommerce-order-details__title {
	margin-bottom: 20px !important;
}
.top-line {
    position: absolute;
    top: 0;
    background: url('img/top-bar.png') repeat-x center center;
    height: 6px;
    width: 100%;
    background-size: cover;
}
.bg-left {
    position: absolute;
    left: 0;
    top: 10vh;
    background: url('img/bg_left.png') no-repeat center center;
    width: 494px;
    height: 805px;
    background-size: cover;
    z-index: -1;
}
.bg-left-foot {
    position: absolute;
    left: 0;
    bottom: 10vh;
    background: url('img/bg_left.png') no-repeat center center;
    width: 494px;
    height: 805px;
    background-size: cover;
    z-index: -1;
}
.bg-right {
    position: absolute;
    right: 0;
    top: 50vh;
    background: url('img/bg_right.png') no-repeat center center;
    width: 459px;
    height: 819px;
    background-size: cover;
    z-index: -1;
}
.bg-right-foot {
    position: absolute;
    right: 0;
    bottom: 40vh;
    background: url('img/bg_right.png') no-repeat center center;
    width: 459px;
    height: 819px;
    background-size: cover;
    z-index: -1;
}
fieldset, img, a img, :link img, :visited img {
    border:0;
}
ol,ul {
    list-style:none;
}
h1,h2,h3,h4,h5, h6 {

}
a.added_to_cart.wc-forward {
    text-align: center;
    color: #424242;
    text-decoration: underline !important;
    display: flex;
    justify-content: center;
}
.inner-page {
	min-height:500px;
	padding-bottom:100px;
}
.inner-page p {
	margin-bottom:25px;
}
.inner-page h1 {
	margin-bottom:40px;
}
.container {
    width: 100%;
    max-width: 1132px;
    margin: 0 auto;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex-center {
    align-content: center;
    align-items: center;
}

.btn {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: #0E0D26;
    height: 43px;
    display: block;
    max-width: 169px;
    line-height: 43px;
    border-radius: 9px;
    text-decoration: none;
    transition: all 0.3s;
    border:1px solid #0E0D26;
}
.btn:hover {
    background: #ffffff;
    color: #0E0D26;
    border:1px solid #0E0D26;
}

header.header {
    margin-top: 23px;
    margin-bottom: 40px;
}
.foot {
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.foot .logo {
	display: flex;
    justify-content: center;
    align-items: center;
}
.foot .logo img {
    width: 100%;
    max-width: 200px;
}
.foot .menu li {
	margin-bottom: 5px;
}
.foot .menu li a {
	color: #424242;
}

nav.woocommerce-MyAccount-navigation {
	
}

nav.woocommerce-MyAccount-navigation li {
	margin-bottom: 20px;
}

nav.woocommerce-MyAccount-navigation li a {
	color: #424242;
}
header.header .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
header.header .head .logo img {
    width: 100%;
    max-width: 100%;
}
header.header .head .logo {
    width: 100%;
    max-width: 265px;
}

header.header .head .menu {
    width: 100%;
    max-width: 396px;
}
header.header .head .menu ul {
    display: flex;
    align-items: center;
    gap: 45px;
}
header.header .head .menu ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #424242;
}
header.header .head .menu ul li a:hover {
    text-decoration: underline;
}
header.header .head .phone {
    display: flex;
    align-items: center;
    gap: 10px;
}
header.header .head .phone a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
}

header.header .head .button {
    width: 100%;
    max-width: 200px;
}
header.header .head .button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-size: 14px;
    color: #ffffff;
    background: #00AC8D;
    transition: all 0.3s;
    text-decoration: none;
    border-radius: 10px;
}
header.header .head .button a:hover {
    opacity: 0.7;
}
.head-right {
    display: flex;
    gap: 15px;
    width: 100%;
    max-width: 369px;
    text-align: center;
}
section.promo {
    margin-bottom: 90px;
}
section.promo .promo-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
section.promo .promo-box .promo-info {
    width: 100%;
    max-width: 618px;
}
section.promo .promo-box .promo-info .promo-title {
    font-size: 40px;
    font-weight: 500;
    color: #424242;
    margin-bottom: 20px;
}
section.promo .promo-box .promo-info .promo-title span {
     color: #00AC8D;
 }

section.promo .promo-box .promo-info .promo-text {
    color: #424242;
    font-size: 16px;
    margin-bottom: 65px;
}
section.promo .promo-box .promo-info a.button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #ffffff;
    width: 100%;
    max-width: 200px;
    height: 50px;
    background: #13A689;
    text-decoration: none;
    border-radius: 10px;
}
section.promo .promo-box .promo-info a.button:hover {
    opacity: 0.7;
}
section.promo .promo-box .promo-banner {
    width: 100%;
    max-width: 471px;
    border-radius: 10px;
    overflow: hidden;
}
section.promo .promo-box .promo-banner img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

section.vans {
    margin-bottom: 90px;
}
.title {
    font-size: 36px;
    margin-bottom: 60px;
    font-weight: 500;
}

.vans-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.vans-box .item {
    width: 100%;
    max-width: 357px;
    display: flex;
    gap: 20px;
    margin-bottom: 80px;
}
.vans-box .item .icon {
    width: 60px;
}
.vans-box .item .icon img {
    width: 100%;
    max-width: 45px;
    height: auto;
}
.vans-box .item .info {
    width: 100%;
    max-width: 277px;
}
.vans-box .item .info .van-title {
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: 500;
}
.vans-box .item .info .van-text {
    font-size: 13px;
}

section.about {
    margin-bottom: 90px;
}
section.about .about-box {
    background: #EFF1F2;
    padding: 60px 40px;
    border-radius: 10px;
}
.about-us-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.about-us-box .about-img {
    width: 100%;
    max-width: 526px;
    border-radius: 10px;
    overflow: hidden;
}
.about-us-box .about-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.about-us-box .about-text {
    width: 100%;
    max-width: 483px;
    font-size: 14px;
}
.about-us-box .about-text h3 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 13px;
}
.story-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.story-box .story-text {
    width: 100%;
    max-width: 704px;
}
.story-box .story-text p, .about-us-box .about-text p {
    font-size: 14px;
    line-height: 25px;
}
.story-box .story-text h3 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 13px;
}

.story-box .story-img {
    width: 100%;
    max-width: 318px;
    border-radius: 10px;
    overflow: hidden;
}
.story-box .story-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

section.products {
    margin-bottom: 90px;
}
.products-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	gap: 30px;
}
.products-list .item-product {
    width: 100%;
    max-width: 357px;
    padding: 15px 15px 38px 15px;
    border-radius: 10px;
    border: 1px solid #EFF1F2;
}
.products-list .item-product:hover {
    box-shadow: 0px 0px 10px rgba(204, 204, 204, 0.38);
}
.products-list .item-product .product-thumb {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    max-width: 327px;
    height: 327px;
    margin-bottom: 20px;
}
.products-list .item-product .product-price {
    font-size: 22px;
    font-weight: bold;
    color: #13A689;
    margin-bottom: 12px;
}
a.item-product {
	text-decoration: none;
}
.products-list .item-product .product-title {
    font-size: 14px;
    margin-bottom: 6px;
}
.products-list .item-product .product-chars {
    font-size: 14px;
    color: #828282;
}
.btn-all {
    display: flex;
    justify-content: center;
    margin: 50px auto;
}
.btn-all a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 357px;
    border-radius: 10px;
    background: #13A689;
    height: 50px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}
.btn-all a:hover {
    opacity: 0.7;
}
section.reviews {
    margin-bottom: 90px;
}
.reviews-box > a {
    display: contents;
}
.reviews-box > a img {
	transition: all 0.3s;
}
.reviews-box > a:hover img {
	transform: scale(1.1);
}
.reviews-box {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.reviews-box .item-review {
    width: 100%;
    max-width: 330px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    border: 1px solid #EFF1F2;

}
.reviews-box .item-review .top-box-review {
    background: #13A689;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0 0;
}
.reviews-box .item-review .top-box-review .img {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 6px;
    margin-top: -65px;
}
.reviews-box .item-review .top-box-review .name {
    color: #fff;
    font-size: 16px;
}
.reviews-box .item-review .bottom-box-review {
    background: #ffffff;
    border-radius: 0 0  10px 10px;
    padding-bottom: 25px;
}
.reviews-box .item-review .bottom-box-review .text {
    font-size: 14px;
    color: #424242;
    width: 100%;
    max-width: 240px;
    text-align: center;
    margin: 0 auto 25px auto;
}
.reviews-box .item-review .bottom-box-review .date {
    font-size: 12px;
    color: #828282;
    text-align: center;
}
section.contacts {
    margin-bottom: 90px;
}
.contact-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-box h3 {
    font-size: 34px;
    margin-bottom: 13px;
}
.contact-box p {
    font-size: 16px;
    margin-bottom: 25px;
}
.contact-box  .row {
    margin-bottom: 20px;
}
.contact-box  .row input {
    display: block;
    width: 100%;
    max-width: 357px;
    height: 50px;
    padding: 18px 20px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    outline: none;
}
::placeholder {
    color: #828282;
    font-size: 16px;
}
div#call {
    max-width: 415px;
    width: 100%;
}
.wpcf7-not-valid-tip {
	margin-top: 5px;
	font-size: 10px;
}
.wpcf7 form .wpcf7-response-output {
	font-size: 12px;
}
.contact-box  input.wpcf7-form-control.wpcf7-submit {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #13A689;
    width: 100%;
    max-width: 357px;
    font-size: 14px;
    height: 50px;
    color: #ffffff;
    outline: none;
    border: none;
    border-radius: 10px;
    margin-top: 38px;
}
.contact-box  input.wpcf7-form-control.wpcf7-submit:hover {
    opacity: 0.7;
}
.contact-box .contact-form {
    width: 100%;
    max-width: 357px;
}

.contact-box .map {
    width: 100%;
    max-width: 745px;
    border-radius: 10px;
    overflow: hidden;
}
.contact-box .map img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.footer {
	display: flex;
	align-items: center;
    background: #EFF1F2;
    min-height: 98px;
}

.product a.button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 357px;
    border-radius: 10px;
    background: #13A689;
    height: 50px;
	font-weight: normal;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}

.product .price {
	font-size: 22px !important;
    font-weight: bold !important;
    color: #13A689 !important;
    margin-bottom: 12px !important;
}

.product  h2.woocommerce-loop-product__title {
	font-size: 14px !important;
    margin-bottom: 6px !important;
	color: #424242 !important;
	
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    padding: 10px;
    border-radius: 10px;
}


@media (max-width: 1220px) {
    .container {
        padding: 0 20px;
    }
    section.promo .promo-box {
        flex-direction: column;
    }
    section.promo .promo-box .promo-info {
        margin-bottom: 40px;
    }
    section.promo .promo-box .promo-info, section.promo .promo-box .promo-banner {
        max-width: 100%;
    }

}


@media (max-width: 1040px) {
	
	.head-right {
		max-width: 166px;
	}
	.foot {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        padding: 25px 0;
    }
    header.header .head .phone {
        display: none;
    }
    header.header .head .menu {
        display: none;
    }
    .vans-box .item, .vans-box .item .info {
        width: 100%;
        max-width: 100%;
    }
    .title {
        font-size: 28px;
        margin-bottom: 40px;
    }
    .about-us-box {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin-bottom: 50px;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }
    .story-box {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }
    .products-list {
        justify-content: center;
        gap: 40px;
    }
    .reviews-box {
        justify-content: center;
        gap: 40px;
    }
    .contact-box .contact-form {
        max-width: 100%;
        margin-bottom: 40px;
    }
    .contact-box form .row input, .contact-box form button {
        max-width: 100%;
    }
    .title {
        text-align: center;
    }
	.bg-left {
		display: none !important;
	}
}


@media (max-width: 470px) {
	header.header .head .logo {
		width: 100%;
		max-width: 120px;
	}
	header.header .head .logo img {
		width: 100%;
		max-width: 100%;
	}
	header.header .head .button {
		width: 100%;
		max-width: 165px;
	}
	section.promo .promo-box .promo-info .promo-title, .about-us-box .about-text h3 {
		font-size: 26px;
	}
	
	
}