@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
* { padding: 0px; margin: 0px; border: 0px; box-sizing: border-box;}
:root {
    --background: #000;
	--first-color: #BEF970;
	--second-color: #EAFEC9;
	--gray: rgba(0,0,0,0.8);
	--product-border: #394529;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-thumb { 
    background-color:  var(--second-color);
}
html, body {
	position: relative;
	height: 100%;
	min-width: 320px;
}

html {
	/*background: url('../../assets/img/bg.webp');*/
	background: var(--background);
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
body {
	line-height: 1;
	color: white;
	font-family: "Montserrat";
	font-size: 1rem;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
}
input, button, textarea {
	font-family: "Montserrat";
	font-size: inherit;
	outline: none;
	border: 1px solid transparent;
}
button {
	cursor: pointer;
	color: inherit;
	background-color: inherit;
}
input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button, input::-webkit-search-results-decoration {
	display: none;
}
a {
	color: inherit;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul li {
	list-style: none;
}
ol li {
    list-style: circle;
}
img {
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: inherit;
	font-size: inherit;
}
h1, h2 {
    font-size: 1.3rem;
}
.cp {
    cursor: pointer;
}
.mt2 {
    margin-top: 2rem;
}
.wrapper {
    padding: 1rem 0 1rem 0;
}
[class*=__container], .container {
	width: 100%;
	max-width: 1260px;
	padding: 0 0.9375rem;
	margin: 0 auto;
}
.mobile__menu {
    display: none;
}
.header {
	width: 100%;
	padding: 20px 0px 20px 0px;
	position: relative;
    background-color: black;
}	
.header__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__logo {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}
.logo__text {
    font-family: "Russo One", sans-serif;
    font-size: 1.3rem;
}
.logo__text span:last-child {
    color: var(--first-color);
}
.header__menu ul {
    display: flex;
    column-gap: 1.5rem;
}
.header__menu a {
    transition: all .3s ease;
}
/* Мобильное меню */
.header__menu-mobile {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%,50%);
    z-index: 9999;
    border: 2px solid #1E1E1E;
    background-color: #0D0D0D;
    padding: 1rem 0rem;
    border-radius: 1rem;
    width: 50%;
    display: none;
}
.header__menu-mobile ul {
    display: flex;
    flex-direction: column;
}
.header__menu-mobile li {
    padding: 0.5rem 2rem;
    transition: all .3s ease;
}
.header__menu-mobile li:hover {
    background-color: var(--first-color);
    color: black;
}
.header__menu a:hover {
    color: var(--first-color);
}
.user__login-btn {
    background-color: var(--first-color);
    padding: 0.5rem 1.5rem;
    font-size: 0.85rem;
    color: rgba(0,0,0,0.8);
    transition: all .3s ease;
}
.user__login-btn::after {
    content: 'Войти в аккаунт';
}
.user__login-btn:hover {
    background-color: rgba(255,255,255,0.05);
    color: var(--first-color);
} 
.about-user {
    display: flex;
    column-gap: 1rem;
    border: 1px solid var(--first-color);
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    transition: all .3s ease;
}
.about-user span:last-child {
    color: var(--second-color);
}
.about-user:hover {
    transform: scale(1.05);
}
.header2 {
    background: url('../../assets/img/bg_head.png');
    background-size: cover;
    background-position: center;
    height: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1rem;
}
.header2__container {
        position: relative;
}
.header2__text {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}
.header2__text p:first-child {
    font-family: "Russo One", sans-serif;
    font-size: 5rem;
    vertical-align: center;
    text-transform: uppercase;
}
.header2__text p:last-child {
    color: var(--first-color);
    font-size: 1.5rem;
}
.header2__composition {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.header2__composition img {
    width: 700px;
}
.categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2rem;
    column-gap: 1rem;
    row-gap: 2rem;
}

.category {
    width: 100px;
    height: 100px;
    background: rgba(255,255,255,0.1);
    border-radius: 1rem;
    border: 2px solid var(--first-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease;
    position: relative;
    flex-direction: column;
    text-align: center;
}

.category img:hover{
    filter: brightness(1.15);
    transition: filter 0.3s ease;
}
.category img {
    width: 100%;
    border-radius: 1rem;
    filter: grayscale(0.5) brightness(0.75);
    transition: filter 0.3s ease;
}
.category__img {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.category__img img {
    width: 100px;
    border-radius: 1rem;
    border: 2px solid var(--first-color);
    filter: grayscale(0.6);
    margin: 0 auto;
}
.category__img h1 {
    margin: 1rem 0 2rem 0;
    color: var(--first-color);
}
.category__name {
    position: absolute;
    bottom: -1rem;
    color: var(--second-color);
    font-size: 0.75rem;
}
.b2 {
    bottom: -1.7rem;
}
.h_home {
    color: var(--second-color);
    text-align: center;
    font-size: 2rem;
}
.popular {
    margin-top: 1rem;
    padding: 2rem 1rem;
    border-radius: 3rem;
    border: 2px solid #1E1E1E;
    background-color: #0D0D0D;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.popular__product {
    width: calc(100%/5 - 3rem);
    background-color: var(--first-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 3rem;
    padding: 0rem 0rem 2rem 0rem;
    transition: all .3s ease;
}
.popular__product:hover {
    transform: scale(1.05);
}
.popular__product img {
    width: 70%;
}
.popular__product-title {
    border: 1px solid black;
    border-radius: 3rem;
    padding: 0.5rem;
    color: black;
    font-weight: 600;
    text-align: center;
    font-size: 1.5rem;
}
.popular__product-arrow {
    background-color: white;
    border-radius: 1rem;
    font-weight: 400;
    padding: 0.2rem 0.4rem;
}
/* Магазин */
.products {
    margin-top: 1rem;
    padding: 2rem 1rem 2rem 1.5rem;
    border-radius: 3rem;
    border: 2px solid #1E1E1E;
    background-color: #0D0D0D;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 2rem;
    row-gap: 2rem;
}
.product {
    width: calc(100%/5 - 2rem);
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,0.1);
    padding: 1.5rem 0;
    border-radius: 3rem;
    border: 2px solid var(--product-border);
    transition: all .3s ease;
}
.product:hover {
    border: 2px solid var(--first-color);
}
.product img {
    width: 50%;
}
.w80 {
    width: 80%!important;
}
.light {
    filter: drop-shadow(5px 5px 15px var(--second-color));
}
.product p:first-of-type {
    text-align: center;
}
.product p:last-of-type {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--second-color);
    text-align: center;
}
.product__buy, .product__buy-sot {
    background-color: rgba(255,255,255,0.05);
    color: var(--first-color);
    border-radius: 3rem;
    width: 80%;
    padding: 0.5rem 0;
    text-align: center;
    cursor: pointer;
}

/* Конец магазина */
/* Попап оплаты*/
.popup__background {
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    background-color: rgba(0,0,0,0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
[class*=__popupbox] {
    z-index: 10000;
    top: 0%;
    left: 50%;
    transform: translate(-50%,30%);
    position: fixed;
    display: flex;
    visibility: none;
    flex-direction: column;
    row-gap: 1rem;
    box-shadow: 0 0 35px var(--third-color);
    padding: 2rem 2rem;
    border-radius: 2rem;
    border: 2px solid var(--first-color);
    background-color: #0D0D0D;
    -webkit-animation: popup 0.1s ease-in;
    animation: popup 0.1s ease-in;
}
.title__popup {
    color: var(--second-color);
}
.img__popup {
    background-color: rgba(255,255,255,0.1);
    width: 280px;
    padding: 1.5rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 1rem;
}
.pt__popup {
    font-weight: 600;
    font-size: 1.1rem;
}
.img__popup img {
    width: 40%;
    margin: 0 auto;
}
.payments {
    width: 40%;
    margin-top: -0.5rem;
}

[class*=__popupbox] p:last-of-type {
    color: var(--second-color);
    font-size: 0.85rem;
}
[class*=__popupbox] form {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}
[class*=__popupbox] input {
    background: none;
    border: 1px solid var(--second-color);
    color: var(--second-color);
    text-align: center;
    padding: 0.75rem;
    border-radius: 1rem;
}
.buy__button {
    background-color: var(--first-color);
    color: black;
    padding: 0.75rem;
    border-radius: 1rem;
}
/* Конец попапа оплаты */
/* Вопросы и ответы */
.questions {
    width: 60%;
    margin: 0 auto;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
.questions li {
    border: 1px solid var(--second-color);
    border-radius: 1rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
.li-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
        cursor: pointer;
}
.li-show {
    padding: 0.2rem 0.425rem;
    border: 1px solid white;
    border-radius: 5rem;
}
.li-desc {
    color: rgba(255,255,255,0.6);
    display: none;
}
.li-desc__img {
    display: flex;
    max-width: 50%;
    margin: 0 auto;
    margin-top: 2rem;
}
/* Конец вопросов и ответов */
.about-us {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 35% 65%;
}
.about-us__col1 {
    /*background-color: rgba(255,255,255,0.05);*/
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
.about-us__col2 {
    /*background-color: rgba(255,255,255,0.3);*/
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
.about-us__col1-row1 {
    background-color: var(--first-color);
    color: black;
    border-radius: 3rem;
    height: 300px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 1rem;
    width: 80%;
    margin: 0 auto;
}

.about-us__col1-row2 {
    background-color: #161616;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: var(--second-color);
    padding: 1rem 0;
    border-radius: 3rem;
}

.col1-row1__text {

    line-height: 2rem;
    font-size: 1.1rem;

}
.col1-row1__text img {
    width: 220px;
    position: absolute;
    top: -2rem;
    left: -2rem;
    filter: drop-shadow(5px 5px 15px rgba(0,0,0,0.5));
}
.about-us__col2-row1 {
    background-color: var(--second-color);
    padding: 2rem;
    border-radius: 3rem;
    color: var(--gray);
    line-height: 2rem;
    font-weight: 500;
    position: relative;
}
.about-us__col2-row1 h1 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}
.about-us__col2-row1 p {
    font-size: 1.1rem;
}
.about-us__col2-row1 img {
    position: absolute;
    bottom: 0;
    right: 2rem;
    transform: scale(-1, 1);
    max-width: 30%;
}
.about-us__col2-row2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;
}
.about-us__benefit {
    background-color: #161616;
    border: 2px solid var(--first-color);
    border-radius: 3rem;
    padding: 1rem 1rem;
    line-height: 1.5rem;
    text-align: center;
}
.about-us__benefit p:first-child {
    color: var(--first-color);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.fixed-bottom {
     position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.footer {
    background: url('../../assets/img/bg_head.png');
    background-size: cover;
    background-position: center;
    padding: 2rem 0;
}
.footer__container {
    display: flex;
    column-gap: 2rem;
    align-items: center;
    justify-content: space-between;
}
.footer__col1 {
    line-height: 1.5rem;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    color: rgba(255,255,255,0.5);
    flex-basis: 30%;
}
.footer__col1 p {
    font-size: 0.85rem;
}
.footer__col2 {
    
}
.footer__menu {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
.footer__menu li {
    border: 1px solid var(--second-color);
    color: var(--second-color);
    font-size: 0.85rem;
    text-align: center;
    padding: 0.5rem 1rem;
    border-radius: 3rem;
    transition: all .3s ease;
}
.footer__menu li:hover {
    background-color: var(--second-color);
    color: black;
}
.footer__col3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.85rem;
    line-height: 1.5rem;
}
.footer__col3 p {
    color: var(--second-color);
}
.footer__col4 {
    display: flex;
    justify-content: flex-end;
    line-height: 1.5rem;
}
.footer__menu2 {
    font-size: 0.85rem;
}
.footer__menu2 li {
    color: var(--second-color);
    transition: all .3s ease;
}
.footer__menu2 li:hover {
    color: white;
}
/* Авторизация */
.auth {
    background-color: rgba(255,255,255,0.05);
    padding: 1rem;
    width: 50%;
    margin: 0 auto;
    margin-top: 5rem;
    border-radius: 3rem;
}
.auth-form {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    justify-content: center;
    align-items: center;
}
.auth-form button {
    background-color: var(--first-color);
    color: black;
}
.auth-form button, .auth-form input {
    width: 80%;
    padding: 0.5rem 1rem;
}
.auth-form input {
    border: 2px solid #1E1E1E;
    background-color: #0D0D0D;
    color: rgba(255,255,255,0.6);
}
.auth-form a:last-of-type {
    text-decoration: 1px underline dashed;
    font-size: 0.85rem;
}
.vk-btn {
    background-color: #70b0f9;
    display: flex;
    width: 80%;
    justify-content: center;
    padding: 0.5rem 1rem;
    column-gap: 0.5rem;
}
.vk-btn i {
    font-size: 1.1rem;
}
/* Конец авторизации */
/* Отзывы */
.container {
    margin-top: 1rem;
    padding: 2rem 1rem 2rem 1.5rem;
    border-radius: 3rem;
    border: 2px solid #1E1E1E;
    background-color: #0D0D0D;
    display: flex;
    justify-content: center;
}
.otzyvy-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
    width: 90%;
}
.otzyvy-form textarea {
    width: 100%;
    resize: none;
    height: 150px;
    padding: 1rem;
    border-radius: 1rem;
}
.otzyvy-form button {
    width: 100%;
        background-color: var(--first-color);
    padding: 0.5rem 1.5rem;
    font-size: 0.85rem;
    color: rgba(0,0,0,0.8);
    border-radius: 1rem;
}
.otzyv {
    width: 90%;
    padding: 0.5rem;
    border: 1px solid var(--first-color);
    padding: 1rem 1rem;
}
.otzyvy-list {
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
}
/* */
/* Каталог */
.cm-title {
    background-color: var(--first-color);
    color: rgba(0,0,0,0.8);
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    text-align: center;
    cursor: pointer;
    margin-bottom: 1rem;
}
.catalog-menu {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}
.main-li {
    border: 1px solid white;
    padding: 0.35rem 1rem;
    transition: all .5s ease;
}
.main-li:hover {
    border: 1px solid var(--first-color);
    color: var(--first-color);
}