/*!
Theme Name: Bpltorg
Author: Bpltorg
Author URI: https://nastarte.by/
Description: Профессиональная разработка и SEO продвижение сайтов любой сложности.
*/

@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter-ExtraBold.woff2') format('woff2'),
        url('assets/fonts/Inter-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter-Medium.woff2') format('woff2'),
        url('assets/fonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter-Regular.woff2') format('woff2'),
        url('assets/fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter-Bold.woff2') format('woff2'),
        url('assets/fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter-SemiBold.woff2') format('woff2'),
        url('assets/fonts/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar { 
    width: 8px;
    height: 12px;
    background-color: #202025;
}
::-webkit-scrollbar-thumb { 
    background: #fff67e;
}

a {
    text-decoration: none;
}

ul,
ol,
li {
    list-style: none;
}

img {
    vertical-align: top;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

input {
    outline: none;
}

html {
    background-color: #fff;
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 187%;
    color: #000;
    scroll-behavior: smooth;
}

section {
    position: relative;
}

.wrapper {
    position: relative;
    width: 100%;
    max-width: 1760px;
    padding: 0 15px;
    margin: 0 auto;
}

.header {
    position: relative;
    background: rgb(255, 246, 126);
    padding-top: 32px;
}

.header__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu__list {
    display: flex;
    align-items: center;
    gap: 24px;
}

.menu__link {
    display: flex;
    color: rgb(32, 32, 37);
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    transition: 0.3s all;
}

.menu__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 32px 12px 32px;
    border: 2px solid rgb(85, 85, 85);
    border-radius: 4px;
    color: rgb(32, 32, 37);
    font-size: 12px;
    font-weight: 800;
    line-height: 200%;
    text-transform: uppercase;
    transition: 0.3s all;
}

.menu__btn--wfitcontent{
    margin-top: 30px;
    max-width: fit-content;
}

.hero {
    background-color: rgb(255, 246, 126);
    padding: 64px 0 88px;
    overflow: hidden;
}

.hero__box {
    position: relative;
    display: block;
    max-width: 47.82%;
    margin-left: 9.14%;
    z-index: 1;
}

.hero__box h1 {
    display: block;
    color: rgb(32, 32, 37);
    font-size: clamp(1.6875rem, 0.476rem + 3.3654vw, 3rem);
    font-weight: 800;
    line-height: 121%;
    letter-spacing: -2%;
    padding-bottom: 30px;
}

.hero__box p {
	text-indent: 35px;
    padding-bottom: 7px;
}

.hero__box p:last-child {
    padding-bottom: 0;
}

.hero__img{
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: clamp(24.625rem, 5.5608rem + 52.9561vw, 63.8125rem);
    right: -110px;
    bottom: 0;
}

.product {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.product__items--green {
    background: rgb(191, 234, 124);
    transition: 0.3s all;
}

.product__items--black {
    background: rgb(32, 32, 37);
    transition: 0.3s all;
}

.product__box {
    display: flex;
    flex-direction: column;
    padding: 100px 0;
    align-items: center;
}

.product__box__head {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 420px;
}

.product__box__head__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
}

.product__box__head__content h2 {
    color: rgb(32, 32, 37);
    font-size: clamp(1.25rem, 0.3269rem + 2.5641vw, 2.25rem);
    font-weight: 800;
    line-height: 122%;
    letter-spacing: -2%;
}

.product__box__head__content p {
    color: rgb(75, 99, 39);
    font-size: 14px;
    font-weight: 500;
    line-height: 171%;
    letter-spacing: 17%;
    text-transform: uppercase;
}

.product__box__head__content--white h2 {
    color: #fff;
}

.product__box__head__content--white p {
    color: rgb(104, 106, 108);
}

.product__box__head__pictures {
    position: relative;
    display: flex;
    justify-content: center;
}

.product__box__head__volume {
    position: absolute;
    max-width: 158px;
    right: 0;
    bottom: 40px;
}

.product__box__footer{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 760px;
    gap: 32px;
}

.product__box__info{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    padding: 24px 0;
    border-bottom: 1px solid rgb(0, 0, 0);
    color: rgb(1, 1, 1);
    font-size: 14px;
    font-weight: 700;
    line-height: 171%;
    letter-spacing: 17%;
    text-transform: uppercase;
}

.product__box__info span{
    text-transform: none;
}

.product__box__info--color {
    color: rgb(104, 106, 108);
    border-bottom: 1px solid rgb(104, 106, 108);
}

.product__box__price{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.product__box__price__info{
    display: flex;
    flex-direction: column;
    flex: 0 0 67%;
    max-width: 67%;
    gap: 20px;
    color: rgb(1, 1, 1);
}

.product__box__price__info--white{
    color: #fff;
}

.product__box__price__info h3{
    font-size: clamp(1.12rem, 0.3269rem + 2.5641vw, 1.4rem);
    font-weight: 500;
    line-height: 67%;
    letter-spacing: 17%;
}

.product__box__price__info p{
    font-size: 14px;
    font-weight: 700;
    line-height: 171%;
    letter-spacing: 17%;
    text-transform: uppercase;
}

.product__box__price__info p span{
    text-transform: none;
}

.product__box__price__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 64px;
    color: rgb(1, 1, 1);
    font-size: 12px;
    font-weight: 800;
    line-height: 200%;
    letter-spacing: 17%;
    text-transform: uppercase;
    padding: 20px 32px;
    border: 2px solid rgb(32, 32, 37);
    border-radius: 4px;
    gap: 15px;
    transition: 0.3s all;
}

.product__box__price__link__icon {
    fill: #010101;
    width: 18px;
    height: 15px;
}

.product__box__price__link--white { 
    color: #fff;
    border: 2px solid rgb(104, 106, 108);
}

.product__box__price__link__icon--white {
    fill: #fff;
}

.stocks{
    padding: 100px 0;
    background-image: url(assets/img/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.stocks__box{
    display: block;
    max-width: 730px;
    margin: 0 auto;
    font-size: clamp(1.4375rem, 0.4567rem + 2.7244vw, 2.5rem);
    font-weight: 500;
    line-height: 120%;
    text-align: center;
}

.contacts{
    padding: 100px 0;
}

.contacts__box{
    display: grid;
    grid-template-columns: 500px 45%;
    gap: 30px;
    justify-content: space-between;
}

.contacts__box__title{
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

.contacts__box__title h2{
    color: rgb(0, 0, 0);
    font-size: clamp(1.6875rem, 0.476rem + 3.3654vw, 3rem);
    font-weight: 700;
    line-height: 121%;
	padding-bottom: clamp(1.875rem, 0.7212rem + 3.2051vw, 3.125rem);
}

.contacts__box__title p {
    font-size: clamp(1rem, 0.7692rem + 0.641vw, 1.25rem);
    color: rgb(104, 106, 108);
    font-weight: 500;
    line-height: 32px;
    max-width: 160%;
	padding-bottom: 7px;
}

.form{
    display: flex;
    flex-direction: column;
    max-width: 800px;
    gap: 30px;
}
.form__box{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.form__box__items{
    display: flex;
    flex: 0 0 50%;
    max-width: calc(50% - 30px);
    border-bottom: 1px solid rgb(104, 106, 108);
    align-items: center;
}

.form__input{
    width: 100%;
    padding: 24px 0;
    color: rgb(104, 106, 108);
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    background-color: transparent;
}

.form__textarea{
    width: 100%;
    padding: 16px 0 0 0;
    border-bottom: 1px solid rgb(104, 106, 108);
    color: rgb(104, 106, 108);
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    min-height: 168px;
    background-color: transparent;
}

.form__textarea:focus{
    outline: 0;
}

.form__error{
    font-size: 14px;
    line-height: 120%;
    color: #008000;
}

.form__error--red{
    color: #ff0000;
}

.form__btn {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 156px;
    min-height: 48px;
    padding: 12px 32px 12px 32px;
    border: 2px solid rgb(85, 85, 85);
    background-color: transparent;
    border-radius: 4px;
    color: rgb(32, 32, 37);
    font-size: 12px;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase;
    transition: 0.3s all;
    cursor: pointer;
}

.footer{
    padding: 50px 0;
    border-top: 1px solid rgb(225, 226, 226);
    background: rgb(241, 244, 244);
}

.footer__box{
    display: grid;
    grid-template-columns: 75% auto;
    gap: 20px;
}
.footer__box__info{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    color: rgb(104, 106, 108);
    font-weight: 500;
    line-height: 24px;
}

.footer__box__info__items{
	display: flex;
	flex-direction: column;
}

.footer__box__info address{
    font-style: normal;
}

.footer__box__info p{
    font-size: 12px;
}

.footer__box__info a{
    color: rgb(104, 106, 108);
    transition: 0.3s all;
}

.footer__box__info a:hover{
    color: #000;
}

.footer__link--site{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer__link--site p{
    font-size: 12px;
    color: rgb(104, 106, 108);
}

.copy{
    background: rgb(32, 32, 37);
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
}

.copy__box{
    display: flex;
    justify-content: center;
}

.modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    z-index: 9999;
}

.modal--open{
    display: block;
}

.modal__close{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
}

.modal__close svg {
    width: 64px;
    height: 64px;
    fill: #fff;
}

.modal__body{
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.modal__body__items{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    max-width: 576px;
    padding: clamp(0.625rem, -0.0272rem + 1.8116vw, 1.875rem);
    background-color: rgb(241, 244, 244);
    border-radius: 4px;
}

.modal__form{
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 0.0769rem + 2.5641vw, 2rem);
}

.modal__form__items{
    display: flex;
    align-items: center;
    border: 1px solid rgb(104, 106, 108);
    border-radius: 4px;
    padding: 0 16px;
}

.modal__form__items--bordern{
    flex-direction: column;
    gap: 10px;
}

.modal__form__items--bordern textarea{
    border: none;
}

.modal__form__items--center{
    justify-content: center;
    border: none;
}

@media (min-width: 1200px) {
    .product__box__price__link:hover {
        background: rgb(32, 32, 37);
        color: #fff;
    }
    .product__box__price__link:hover .product__box__price__link__icon{
        fill: #fff;
    }
    .product__box__price__link--white:hover{
        background: rgb(104, 106, 108);
    }
    .menu__btn:hover{
        background: rgb(32, 32, 37);
        color: #fff;
        border-color: rgb(32, 32, 37);
    }
    .product__items--green:hover {
        background: rgb(202, 242, 139);
    }
    
    .product__items--black:hover {
        background: rgb(38, 38, 45);
    }
    .hero__img{
        bottom: -70%;
    }
    .form__btn:hover {
        background: rgb(32, 32, 37);
        color: #fff;
        border-color: rgb(32, 32, 37);
    }
}

@media (min-width: 1440px) {
    .hero__img{
        bottom: -120%;
    }
}


@media (max-width: 1200px) {
    .hero__box{
        margin-left: 0;
        max-width: 60%;
    }
    .hero__img{
        bottom: -280px;
    }
    .product__box__info{
        justify-content: flex-start;
    }
    .product__box__price__info h3{
        line-height: 120%;
    }
    .product__box__price__info{
        flex: 0 0 60%;
        max-width: 60%;
    }
    .contacts__box{
        grid-template-columns: repeat(2, 1fr);
    }
    .footer__box{
        grid-template-columns: 80% auto;
    }
}

@media (max-width: 991px) {
    .product__box__price{
        flex-wrap: wrap;
    }
    .product__box__price__info{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer__box{
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .footer__box__info{
        justify-content: flex-start;
        gap: 20px;
    }
    .hero__box{
        max-width: 100%;
    }
    .contacts__box{
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .stocks{
        background-image: url(assets/img/bg-mobile.jpg);
    }
}

@media (max-width: 575px) {
    .header {
        padding-top: 16px;
    }

    .menu__list {
        flex-direction: column;
        gap: 8px;
    }

    .menu__link {
        font-size: 16px;
    }

    .menu__btn {
        font-size: 10px;
        padding: 6px 16px;
    }

    .hero {
        padding: 32px 0 44px;
    }

    .product__box__footer{
        grid-area: 16px;
    }
    .product{
        grid-template-columns: repeat(1, 1fr);
    }
    .form__box{
        flex-wrap: wrap;
    }
    .form__box__items{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .modal__close svg {
        width: 32px;
        height: 32px;
    }
    .modal__close{
        right: 10px;
        top: 10px;
    }
	.hero__img{
		bottom: -300px;
	}
}