@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');





.chs {
    display: inline-block;
    padding: 2px 10px;
    background: #16c60c;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    border-radius: 4px;
    transform: rotate(0deg) skew(0deg);
/*    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1); */
    margin-right: 10px;

    font-family: sans-serif;
margin-top: 5px;
}

.price_prod_count {    display: inline-block;
    padding: 2px 10px;
    background: #16c60c;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    border-radius: 4px;
    transform: rotate(0deg) skew(0deg);
/*    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1); */
    margin-right: 10px;

    font-family: sans-serif;
margin-top: 5px;
}


/* ===== FAQ ===== */
.faq {
  --faq-bg: #ffffff;
  --faq-border: #e7eaf0;
  --faq-text: #1f2937;
  --faq-muted: #6b7280;
  --faq-accent: #c0e277;
  --faq-radius: 14px;

  max-width: 1220px;
  margin: 0 auto;
  padding: 24px 16px;
}

.faq__title {
  margin: 0 0 18px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  color: var(--faq-text);
}

.faq__list {
  display: grid;
  gap: 12px;
}

/* Один пункт FAQ */
.faq__item {
  background: var(--faq-bg);
  border: 1px solid var(--faq-border);
  border-radius: var(--faq-radius);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq__item:hover {
  border-color: #d5dbe6;
}

.faq__item[open] {
  border-color: #cdd8f6;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.08);
}

/* Вопрос */
.faq__question {
  list-style: none;
  cursor: pointer;
  font-weight: 600;
  color: var(--faq-text);
  padding: 16px 52px 16px 18px;
  position: relative;
  line-height: 1.4;
}

/* Убираем дефолтный маркер в Safari/Chrome */
.faq__question::-webkit-details-marker {
  display: none;
}

/* Плюс/минус */
.faq__question::before,
.faq__question::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 14px;
  height: 2px;
  background: var(--faq-accent);
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.faq__question::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq__item[open] .faq__question::after {
  transform: translateY(-50%) rotate(0deg);
}

/* Ответ */
.faq__answer {
  padding: 0 18px 16px;
  color: var(--faq-muted);
  line-height: 1.65;
  font-size: 15px;
    text-align: left;
}

.faq__answer p {
  margin: 0;
}

/* Фокус для доступности */
.faq__question:focus-visible {
  outline: 2px solid #93c5fd;
  outline-offset: -2px;
  border-radius: 8px;
}
.faq__question h3 {text-align: left;}


.blk_obvd {
    max-width: 800px;
    border: 1px solid #7aa7a9;
    border-radius: 10px;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    text-align: left;
    margin-bottom: 10px;
    font-size: 20px;
}

a.white_p:link {
	color: #FFFFFF;	text-decoration: underline;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;

}
a.white_p:visited {
	color: #FFFFFF;	text-decoration: underline;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;

}
a.white_p:hover {
	color: #FFFFFF;
	text-decoration: underline;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;

}
a.white_p:active {
	color: #FFFFFF;	text-decoration: underline;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;

}



#warning-win {position: relative;}

.win-warning-content {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    overflow-x: auto;
    overflow-y: scroll;
    padding: 10px;
    z-index: 200;

}
.cover-warning {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 100;

}
.container-modal-warning {
font-size: 10px;
    background: #7d9b3c;
    overflow: hidden;
    position: fixed;
    top: auto;
    bottom: 0px;
    border-top: 1px solid #CCCCCC;
    font-size: 15px;
}
#b_yes {
background: #FFFFFF;
    color: #000000;
    border-radius: 15px;
    border: 1px solid #FFFFFF;
    text-align: center;
    cursor:pointer;
    padding: 15px;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;

}
#b_yes:hover {
background: #CCCCCC;
    color: #000000;
    border-radius: 15px;
    border: 1px solid #CCCCCC;
    text-align: center;
    cursor:pointer;
    padding: 15px;
}



.prc_pr {color: #FFFFFF;
    font-weight: bold;
    background-color: #5c7d12;
    display: inline-block;
    padding: 5px;
    border-radius: 20px;}

a.link {color: color: #c0e277;
    text-decoration: none;}

a.active {color: color: #c0e277;
    text-decoration: none;}
a.visited {color: color: #c0e277;
    text-decoration: none;}
a.hover {color: color: #c0e277;
    text-decoration: underline;}



.menu_all {background-color: #FFFFFF; border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC; padding-bottom: 30px;}

.mn_all {    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px;
    margin: 10px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;}

.mn_blk {    min-width: 250px;
    text-align: center;
    font-size: 17px;
    margin: 20px;
    color: #000000;
    text-decoration: none;
    width: 100%;
    max-width: 250px;}

.order_prod {
    background-color: #FF6047;
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #FFFFFF;
    border-radius: 25px;
    text-align: center;
    transition-duration: .5s;
    cursor: pointer;
}

.order_prod:hover  {
	background-color: #FD2907;
	}




.txt_ny {    text-align: center;
    font-size: 20px;}

.content .prods3 {

    position: relative;
    display: flex;
    align-content: space-around;
justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
}



.content .prods3 .prod3 {
        text-align: center;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .img_prod3 {
        width: 360px;
        height: 463px;
    }

    .prods3 .prod3 .name_prod3 {
        font-size: 20px;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 10px;
    text-align: center;
    }
    .prods3 .prod3 .opis_prod3 {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .prods3 .prod3 .price_prod3 {
        font-size: 30px;
        margin-bottom: 10px;
    text-align: center;
    }
.prods3 .prod3 .order_prod3 {
        background-color: #FF6047;
        margin-left: 20%;
        margin-right: 20%;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        color: #FFFFFF;
        border-radius: 25px;
        text-align: center;
        transition-duration: .5s;
        cursor: pointer;
    }

.prods3 .prod3 .order_prod3:hover  {
	background-color: #FD2907;
	}



.lincart2 {
    display: none;
    background-color: #ffffff;
    position: absolute;
    padding: 10px;
    z-index: 9999999999999;
    top: 25px;
    opacity: 0.98;
    color: #000000;
    border-radius: 10px;
    text-align: left;
    top: 20px;
    border: 1px solid #CCCCCC;
}


a.bll2:link {color: #c0e277; text-decoration: none;	transition-duration: .5s; margin-left: 10px;}
a.bll2:active {color: #c0e277; text-decoration: none; margin-left: 10px;}
a.bll2:visited {color: #c0e277; text-decoration: none; margin-left: 10px;}
a.bll2:hover {color: #c0e277; text-decoration: underline; margin-left: 10px;}

a.white:link {color: #FFFFFF; text-decoration: underline;	transition-duration: .5s; }
a.white:active {color: #FFFFFF; text-decoration: underline; }
a.white:visited {color: #FFFFFF; text-decoration: underline; }
a.white:hover {color: #c0e277; text-decoration: underline; }



.podr_p {
    width: 220px;
    padding: 10px;
    /* border: 1px solid #CCCCCC; */
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #c0e277;
}


.hdd {height: 75px;}

.fullscreen-bg {
    overflow: hidden;
    /* z-index: -100; */
    position: relative;
    height: 100%;
    width: 100%;
    /* padding-top: 45%; */
    background-image: url(/img/video4.jpg);
    background-size: cover;
}


.overlay {
    /* background: rgba(0,0,0,0.6); */
    /* background: rgba(0,146,203,0.8); */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.fullscreen-bg__video {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.line {    background-position: left center;
    background-image: url(/img/line.png);
    background-repeat: repeat-x;
    text-align: center;
    width: 100%;
}

.number{              
float: left;
    margin-top: 4px;}

input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after, 
input[type="radio"]:checked + label:after, 
input[type="radio"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after {
    left: 3px;
    top: 4px;
    width: 10px;
    height: 5px;
    border-radius: 1px;
    border-left: 4px solid #c28257;
    border-bottom: 4px solid #c28257;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type="radio"]:checked + label:after, 
input[type="radio"]:not(:checked) + label:after {
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #c28257;
}


button:active, button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0 !important;
}



.hit {     background-color: #f44336;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    font-size: 18px;
    border-radius: 15px;}

.name_prod2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
position: relative;
}
.opis_prod2 {
    margin-bottom: 10px;
}
.price_prod2 {
    font-size: 30px;
    margin-bottom: 10px;
}
                                                                                   


.but {    background-color: #FF6047;
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #FFFFFF;
    border-radius: 25px;
    text-align: center;
    transition-duration: .5s;
    cursor: pointer;}


.but2 {    background-color: #FF6047;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #FFFFFF;
    border-radius: 25px;
    text-align: center;
    transition-duration: .5s;
    cursor: pointer;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    margin-top: 10px;


}


.mask_block {width: 100%;
    background-color: #c0e277;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    bottom: 0px;
    left: 0;
    right: 0;
    opacity: 1;
    border-radius: 0px;
}

#blll {    background-color: #c0e277;
    position: absolute;
    top: calc(100%/2 - 130px);
    z-index: 11;
    opacity: 1;
    padding: 4%;
    text-align: center;
    border-radius: 0px;
    bottom: 0;
    width: 92%;
}




.close1 {
float: right;
    width: 28px;
    height: 28px;
    border-radius: 15px;
    transition: 0.2s;
    color: #FFFFFF;
    background-image: url(/img/close.png);
    background-size: cover;
    cursor:pointer;
    }

.close1:hover {
	background-color: #FFFFFF;
}

.forms {    width: 88%;
    padding: 10px;
    text-align: center;
    margin-bottom: 5px;
    border-radius: 15px;
    border: 0px;}


.txsmall {font-size: 12px;}





a.black:link {color: #000000; text-decoration:  none;	transition-duration: .5s; margin-left: 7px; margin-right: 7px;}
a.black:active {color: #000000; text-decoration:  none;}
a.black:visited {color: #000000; text-decoration:  none;}
a.black:hover {color: #000000; text-decoration: underline;}


a.black2:link {color: #000000; text-decoration:  none;	transition-duration: .5s; }
a.black2:active {color: #000000; text-decoration:  none;}
a.black2:visited {color: #000000; text-decoration:  none;}
a.black2:hover {color: #000000; text-decoration: underline;}




a.podch:link {color: #000000; text-decoration:  underline;	transition-duration: .5s; margin-left: 7px; margin-right: 7px;}
a.podch:active {color: #000000; text-decoration:  underline;}
a.podch:visited {color: #000000; text-decoration:  underline;}
a.podch:hover {color: #FF0000; text-decoration: underline;}


a.go-anchor:link {color: #000000; text-decoration: none;	transition-duration: .5s; margin-left: 7px; margin-right: 7px;}
a.go-anchor:active {color: #000000; text-decoration: none;}
a.go-anchor:visited {color: #000000; text-decoration: none;}
a.go-anchor:hover {color: #c0e277; text-decoration: underline;}

a.go-anchorr:link {color: #000000; text-decoration: none;	transition-duration: .5s; margin-left: 10px; margin-right: 10px;}
a.go-anchorr:active {color: #000000; text-decoration: none;}
a.go-anchorr:visited {color: #000000; text-decoration: none;}
a.go-anchorr:hover {color: #c0e277; text-decoration: underline;}


a.go-anchor2:link {color: #FFFFFF; text-decoration: none;	transition-duration: .5s; margin-left: 10px; margin-right: 10px;}
a.go-anchor2:active {color: #FFFFFF; text-decoration: none;}
a.go-anchor2:visited {color: #FFFFFF; text-decoration: none;}
a.go-anchor2:hover {color: #FFFFFF; text-decoration: underline;}


.scrollup{
width:50px;
height:55px;
opacity:0.9;
position:fixed;
bottom:30px;
right:30px;
display:none;
text-indent:-9999px;
background: url(img/icon_top.png) no-repeat;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'PT Sans', sans-serif;
}
.prod .img_prod img {
	border-radius: 25px;
}



@media (min-width: 220px) and (max-width: 660px) {


/************************************************/

    .content .prodss .prod2_wd {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }


.wd_all {display: flex;
    width: 100%;justify-content: space-between;flex-direction: column;}

.wd1 {
    width: 100%;}

.wd2 {
    width: 100%;}


.img_prod2 {width: 100%; height: auto;}


.prodss .prod2_wd .opis_prod_wd {
	margin-bottom: 10px;
    font-size: 16px;
    text-align: left;

}

.price_prod_count_wd {
    padding: 5px 10px;
    background: #16c60c;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    border-radius: 4px;
    transform: rotate(0deg) skew(0deg);
    margin-right: 10px;
    font-family: sans-serif;
    margin-top: 5px;

}

.prodss .prod2_wd .price_prod_wd {
        font-size: 30px;
        margin-bottom: 10px;
        text-align: center;
margin-top: 10px;
    }

.order_prod_wd {
    background-color: #FF6047;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #FFFFFF;
    border-radius: 25px;
    text-align: center;
    transition-duration: .5s;
    cursor: pointer;
}

/************************************************/


.metrc {display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;}

.mtr1 {text-align: left;
    color: #FFFFFF;
font-size: 11px;}

.mtr2 {font-size: 11px;}

.slog {
    top: 30%;
    /* top: 40%; */
    position: relative;
    font-weight: bold;
}


.slogan1 {
    color: #ffffff;
     font-size: calc(1em + 4vw);
    text-align: center;
    margin-bottom: auto;
    /* position: absolute; */
    bottom: 20px;
    text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}

.slogan2 {
    color: #c0e277;
     font-size: calc(0em + 4vw);
    text-align: center;
    margin-bottom: auto;
    /* position: absolute; */
    bottom: 20px;
    text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}


.rv_img {margin: 10px;}

.newyear {width: 100%;
    margin-left: auto;
    margin-right: auto; margin-bottom: 2%;}

.img_newyear {width: 100%; height: auto;    border-radius: 40px;}


#blll2 
{background-color: #c0e277;
position: absolute;
top: 10px;
z-index: 11;
opacity: 1;
padding: 4%;
text-align: center;
border-radius: 0px;
bottom: 0;
width: 92%;
overflow: auto;
}


.number {
text-align: center;
}


.cart_opis {display: flex;
    justify-content: space-between;
    align-content: space-around;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    padding-top: 10px;
    align-items: center;
    flex-direction: row;
}

.cart_opis2 {font-size: 25px; text-align: right; padding-right: 1%;
}


.cl {width: 5%; cursor: pointer;}

.itg {width: 15%;}
.wd_center2 {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.wd_center {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.cart_name {font-weight: bold;
    width: 20%;text-align: left;}
.cart_price {width: 20%;}

.minus{
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-image: url(/img/minus.png);
    display: block;
    margin-right: 5px;
}
.minus:hover{   
    color: #15b6ab;
}
.plus{
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-image: url(/img/plus.png);
    display: block;
    margin-left: 5px;
}
.plus:hover{    
    color: #054f4a;

}


.numb {display: flex;
    justify-content: space-evenly;}


.cart_count {background-color: #c0e277;
    color: #FFFFFF;
    text-align: center;
    border-radius: 25px;
    font-size: 10px;
    width: 15px;
    position: absolute;
top: -3px;
    left: 19px;
}
.cart {display: block;
    width: 30px;
    height: 26px;
    position: absolute;
    right: 41px;
    top: 35px;
    background-image: url(/img/shop2.png);
    background-position: center;
    cursor: pointer;
}


.order_prod2 {
    background-color: #FF6047;
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #FFFFFF;
    border-radius: 25px;
    text-align: center;
    transition-duration: .5s;
    cursor: pointer;
}

.order_prod2:hover  {
	background-color: #FD2907;
	}


li {list-style: none;}

.img_pr {width:100%; height: auto;}

.slider1 {padding-top: 100px;}

.img_prod {min-width: 280px;
    width: 100%; height: auto;margin-left: auto;
    margin-right: auto;}
.phone3  {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 35px;
}	


.menu-triger {
    display: block;
    width: 40px;
    height: 17px;
    background: url(/img/menu.png) 0 0 repeat;
    position: absolute;
    left: 15px;
    top: 40px;
}	
.menu-close {
	display: block;
width: 28px;
    height: 28px;
	background: url(/img/close.png) 0 0 repeat;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 100;
}
.menu-popup {
	display: none;	
	background: #2c2e3e;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	box-sizing: border-box;
	padding: 30px;
	z-index: 9999;	
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.menu-popup ul {
	margin: 0;
	padding: 0;
}
.menu-popup li {

    list-style: none;
    margin: 10px 0;
    padding: 0;
    float: none;
    text-align: left;
    color: #FFFFFF;
    background-color: #2c2e3e;
    border-top: 0px solid #CCCCCC;

}
.menu-popup li:hover {

    list-style: none;
    margin: 10px 0;
    padding: 0;
    float: none;
    text-align: left;
    color: #FFFFFF;
    background-color: #2c2e3e;
    border-top: 0px solid #CCCCCC;

}


.menu-popup li a {
	font-size: 18px;
1	font-family: "Arial";
	color: rgb(255, 255, 255);
	line-height: 1.4;	
	text-decoration: none;
}
.body_pointer * {
	cursor: pointer;
}



.head {
    height: 100px;
    width: 100%;
    position: fixed;
    display: block;
    background-color: #FFFFFF;
    z-index: 10;
    /* justify-content: space-between; */
    /* align-items: center;*/
}
.head .logo {
position: relative;
    width: 160px;
    /* height: 78px; */
    margin-left: auto;
    /* left: 61px; */
    /* top: 10px; */
    margin-right: auto;
    padding-top: 31px;
}
.head .menu2 {
	font-size: 19px;
	display: none;
}
.head .phone {
position: absolute;
    font-size: 25px;
    margin-right: 10px;
    background-image: url(img/phone.png);
    background-repeat: no-repeat;
    background-position: left 0%;
    margin-left: 0px;
    padding-left: 35px;
    right: 0px;
    top: 35px;
    display: none;
}
.content {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
.content .about {
display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
margin-bottom: 20px;
}
.content .about .about_l {
	width: 100%;
}
.content .about .about_r {
	width: 100%;
	font-size: 18px;
text-align: center;
}
.content .n_menu {
padding-left: 10px;
    padding-right: 10px;
font-size: 35px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    width: auto;
    background-position: left 0%;
    width: fit-content;
    text-align: center;
    background-color: #FFFFFF;
    display: inline-block;

}
.content .n2_menu {
	font-size: 30px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	width: auto;
	background-position: left center;
	background-image: url(img/line.png);
}
.content .n2_menu .back_white {
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;

}
.content .prods {

    position: relative;
    display: flex;
    align-content: space-around;
justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
}


.content .prodss {

    position: relative;
    display: flex;
    align-content: space-around;
justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
}


.why_prods  {
    position: relative;
    display: flex;
    align-content: space-around;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.why .why_prods .wh {
	width: 200px;
	text-align: center;
	margin: 20px;
}
.wh .wh_opis {
	text-align: center;
	font-size: 20px;
	margin-top: 10px;
}
.akc_name {
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 20px;
}
.foot {
	background-color: #1F1F1F;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	color: #FFFFFF;
	text-align: center;
	font-size: 25px;
margin-top: 60px;
}
.foot .phone2 {
	font-weight: bold;
}
.foot .soc {
	display: flex;
    justify-content: center;
    align-content: space-around;
    align-items: flex-start;
}
.foot .soc .sc {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}



h3 {
	font-size: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
}





.content .prods .prod {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.content .prodss .prod2 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
max-width: 360px;
}


.prods .prod .name_prod {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.prodss .prod2 .name_prod {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}




.akcii {
}
.why {
	background-color: #EBEBEB;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


.prods .prod .opis_prod {
margin-bottom: 10px;

}
.prods .prod .price_prod {
	font-size: 30px;
	margin-bottom: 10px;
}

.prodss .prod2 .opis_prod {
	margin-bottom: 10px;
    font-size: 15px;
    max-width: 360px;
    text-align: left;

}
.prodss .prod2 .price_prod {
	font-size: 30px;
	margin-bottom: 10px;
}


.prods .prod .order_prod {
	background-color: #FF6047;
	margin-left: 20%;
	margin-right: 20%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	border-radius: 25px;
	text-align: center;
	transition-duration: .5s;
	cursor:pointer;
}
.prods .prod .order_prod:hover  {
	background-color: #FD2907;
	}







.n_menu:before {
	font-size: 80px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(img/mn.png);
}
h1  {
text-align: center;
    font-size: 30px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 15px;
}


h2  {
text-align: center;
    font-size: 30px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 15px;
}


}




@media (min-width: 661px) and (max-width: 1100px) {


/************************************************/

.wd_all {display: flex;
    width: 100%;justify-content: space-between;}

.wd1 {
    width: 49%;}

.wd2 {
    width: 49%;}


.img_prod2 {width: 100%; height: auto;}


.prodss .prod2_wd .opis_prod_wd {
	margin-bottom: 10px;
    font-size: 18px;
    text-align: left;

}

.price_prod_count_wd {
    padding: 5px 10px;
    background: #16c60c;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    border-radius: 4px;
    transform: rotate(0deg) skew(0deg);
    margin-right: 10px;
    font-family: sans-serif;
    margin-top: 5px;
width: 250px;
}

.prodss .prod2_wd .price_prod_wd {
        font-size: 30px;
        margin-bottom: 10px;
        text-align: left;
margin-top: 10px;
    }

.order_prod_wd {
    background-color: #FF6047;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #FFFFFF;
    border-radius: 25px;
    text-align: center;
    transition-duration: .5s;
    cursor: pointer;
width: 250px;
}

/************************************************/


.metrc {display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;}

.mtr1 {text-align: left;
    color: #FFFFFF;
font-size: 14px;}

.mtr2 {font-size: 14px;}

.slog {
    top: 40%;
    /* top: 40%; */
    position: relative;
    font-weight: bold;
}


.slogan1 {
    color: #ffffff;
     font-size: calc(1em + 4vw);
    text-align: center;
    margin-bottom: auto;
    /* position: absolute; */
    bottom: 20px;
    text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}

.slogan2 {
    color: #c0e277;
     font-size: calc(0em + 4vw);
    text-align: center;
    margin-bottom: auto;
    /* position: absolute; */
    bottom: 20px;
    text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}


.rv_img {margin: 10px;}

.newyear {width: 100%;
    margin-left: auto;
    margin-right: auto; margin-bottom: 2%;}

.img_newyear {width: 100%; height: auto;    border-radius: 40px;}


#blll2 
{background-color: #c0e277;
position: absolute;
top: 10px;
z-index: 11;
opacity: 1;
padding: 4%;
text-align: center;
border-radius: 0px;
bottom: 0;
width: 92%;
max-width: 500px;
/* margin-left: auto; */
/* margin-right: auto; */
left: calc(100%/2 - 250px);
overflow: auto;
}


.cart_opis {display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-content: space-around;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
padding-top: 10px;
}

.cart_opis2 {font-size: 25px; text-align: right; padding-right: 1%;
}


.cl {width: 5%; cursor: pointer;}

.itg {width: 10%;}

.wd_center2 {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.wd_center {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.cart_name {font-weight: bold;
    width: 20%;text-align: left;}
.cart_price {width: 20%;}

.minus{
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-image: url(/img/minus.png);
    display: block;
    margin-right: 5px;
}
.minus:hover{   
    color: #15b6ab;
}
.plus{
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-image: url(/img/plus.png);
    display: block;
    margin-left: 5px;
}
.plus:hover{    
    color: #054f4a;

}

.number {float: left;
    margin-top: 4px;}

.numb {display: flex; display: flex;        justify-content: center;}

.cart_count {background-color: #c0e277;
    color: #FFFFFF;
    text-align: center;
    border-radius: 25px;
    font-size: 10px;
    width: 15px;
    position: absolute;
top: -3px;
    left: 19px; 
}
.cart {display: block;
    cursor: pointer;
    width: 30px;
    height: 26px;
    position: absolute;
 right: 218px;
    top: 35px;
    background-image: url(/img/shop2.png);
    background-position: center;}


.order_prod2 {
    background-color: #FF6047;
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #FFFFFF;
    border-radius: 25px;
    text-align: center;
    transition-duration: .5s;
    cursor: pointer;
}

.order_prod2:hover  {
	background-color: #FD2907;
	}


li {list-style: none;}

.img_pr {width:100%; height: auto;}

.slider1 {padding-top: 100px;}

.img_prod {width: 360px; height:  360px;}

.img_prod_ny {width:100%; height:auto; max-width: 700px; margin-left: auto; margin-right: auto; }

.opis_prod_ny {width:100%; height:auto; max-width: 1000px;  }

.phone3  {
    display: none;
}	


.menu-triger {
    display: block;
    width: 40px;
    height: 17px;
    background: url(/img/menu.png) 0 0 repeat;
    position: absolute;
    left: 15px;
    top: 40px;
}	
.menu-close {
	display: block;
width: 28px;
    height: 28px;
	background: url(/img/close.png) 0 0 repeat;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 100;
}
.menu-popup {
	display: none;	
	background: #2c2e3e;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	box-sizing: border-box;
	padding: 30px;
	z-index: 9999;	
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.menu-popup ul {
	margin: 0;
	padding: 0;
}
.menu-popup li {

    list-style: none;
    margin: 10px 0;
    padding: 0;
    float: none;
    text-align: left;
    color: #FFFFFF;
    background-color: #2c2e3e;
    border-top: 0px solid #CCCCCC;

}
.menu-popup li:hover {

    list-style: none;
    margin: 10px 0;
    padding: 0;
    float: none;
    text-align: left;
    color: #FFFFFF;
    background-color: #2c2e3e;
    border-top: 0px solid #CCCCCC;

}


.menu-popup li a {
	font-size: 18px;
	font-family: "Arial";
	color: rgb(255, 255, 255);
	line-height: 1.4;	
	text-decoration: none;
}
.body_pointer * {
	cursor: pointer;
}



.head {
    height: 100px;
    width: 100%;
    position: fixed;
    display: block;

    background-color: #FFFFFF;
    z-index: 10;
    /* justify-content: space-between; */
    /* align-items: center;*/
}
.head .logo {
position: absolute;
    width: 317px;
    height: 78px;
    margin-left: 10px;
    left: 61px;
    top: 10px;
}
.head .menu2 {
	font-size: 19px;
	display: none;
}
.head .phone {
position: absolute;
    font-size: 22px;
    margin-right: 10px;
    background-image: url(img/phone.png);
    background-repeat: no-repeat;
    background-position: left 0%;
    margin-left: 0px;
    padding-left: 35px;
    right: 0px;
    top: 35px;
    height: 32px;
}
.content {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
.content .about {
display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.content .about .about_l {
	width: 100%;
}
.content .about .about_r {
	width: 100%;
	font-size: 18px;
text-align: center;
}
.content .n_menu {
padding-left: 10px;
    padding-right: 10px;
font-size: 80px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    width: auto;
    background-position: left 0%;
    width: fit-content;
    text-align: center;
    background-color: #FFFFFF;
    display: inline-block;

}
.content .n2_menu {
	font-size: 50px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	width: auto;
	background-position: left center;
	background-image: url(img/line.png);
}
.content .n2_menu .back_white {
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 450px;
}
.content .prods {

    position: relative;
    display: flex;
    align-content: space-around;
justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
}

.content .prodss {

    position: relative;
    display: flex;
    align-content: space-around;
justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
}


.why_prods  {
    position: relative;
    display: flex;
    align-content: space-around;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.why .why_prods .wh {
	width: 200px;
	text-align: center;
	margin: 20px;
}
.wh .wh_opis {
	text-align: center;
	font-size: 20px;
	margin-top: 10px;
}
.akc_name {
	font-size: 45px;
	font-weight: bold;
	margin-bottom: 20px;
}
.foot {
	background-color: #1F1F1F;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	color: #FFFFFF;
	text-align: center;
	font-size: 25px;
margin-top: 60px;
}
.foot .phone2 {
	font-weight: bold;
}
.foot .soc {
	display: flex;
    justify-content: center;
    align-content: space-around;
    align-items: flex-start;
}
.foot .soc .sc {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}



h3 {
	font-size: 80px;
	margin-top: 5px;
	margin-bottom: 5px;
}





.content .prods .prod {
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.content .prodss .prod2 {
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}


.prods .prod .name_prod {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.prodss .prod2 .name_prod {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}



.akcii {
}
.why {
	background-color: #EBEBEB;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


.prods .prod .opis_prod {
	margin-bottom: 10px;
}
.prods .prod .price_prod {
	font-size: 30px;
	margin-bottom: 10px;
}

.prodss .prod2 .opis_prod {
margin-bottom: 10px;
    font-size: 15px;
    max-width: 360px;
    text-align: left;
}
.prodss .prod2 .price_prod {
	font-size: 30px;
	margin-bottom: 10px;
}


.prods .prod .order_prod {
	background-color: #FF6047;
	margin-left: 20%;
	margin-right: 20%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	border-radius: 25px;
	text-align: center;
	transition-duration: .5s;
	cursor:pointer;
}
.prods .prod .order_prod:hover  {
	background-color: #FD2907;
	}







.n_menu:before {
	font-size: 80px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(img/mn.png);
}
h1  {
	text-align: center;
	font-size: 50px;
	color: #000000;
}

h2  {
text-align: center;
    font-size: 30px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 15px;
}


}

@media (min-width: 1101px) {

/************************************************/

.wd_all {display: flex;
    width: 100%;justify-content: space-between;}

.wd1 {
    width: 49%;}

.wd2 {
    width: 49%;}


.img_prod2 {width: 100%; height: auto;}


.prodss .prod2_wd .opis_prod_wd {
	margin-bottom: 10px;
    font-size: 18px;
    text-align: left;

}

.price_prod_count_wd {
    padding: 5px 10px;
    background: #16c60c;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    border-radius: 4px;
    transform: rotate(0deg) skew(0deg);
    margin-right: 10px;
    font-family: sans-serif;
    margin-top: 5px;
width: 250px;
}

.prodss .prod2_wd .price_prod_wd {
        font-size: 30px;
        margin-bottom: 10px;
        text-align: left;
margin-top: 10px;
    }

.order_prod_wd {
    background-color: #FF6047;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #FFFFFF;
    border-radius: 25px;
    text-align: center;
    transition-duration: .5s;
    cursor: pointer;
width: 250px;
}

/************************************************/


.metrc {display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;}

.mtr1 {text-align: left;
    color: #FFFFFF;
font-size: 16px;}

.mtr2 {font-size: 16px;}


.slog {
    top: 36%;
    /* top: 40%; */
    position: relative;
    font-weight: bold;
}


.slogan1 {
    color: #ffffff;
     font-size: calc(1em + 4vw);
    text-align: center;
    margin-bottom: auto;
    /* position: absolute; */
    bottom: 20px;
    text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}

.slogan2 {
    color: #c0e277;
     font-size: calc(0em + 4vw);
    text-align: center;
    margin-bottom: auto;
    /* position: absolute; */
    bottom: 20px;
    text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}


.rv_img {margin: 10px;}

.newyear {width: 100%;
    margin-left: auto;
    margin-right: auto; margin-bottom: 2%;}

.img_newyear {width: 100%; height: auto;    border-radius: 40px;}


#blll2 
{background-color: #c0e277;
position: absolute;
top: 10px;
z-index: 11;
opacity: 1;
padding: 4%;
text-align: center;
border-radius: 0px;
bottom: 0;
width: 92%;
max-width: 500px;
/* margin-left: auto; */
/* margin-right: auto; */
left: calc(100%/2 - 250px);
overflow: auto;
}


.cart_opis {display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-content: space-around;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
padding-top: 10px;
}

.cart_opis2 {font-size: 25px; text-align: right; padding-right: 1%;
}


.cl {width: 5%; cursor: pointer;}

.itg {width: 10%;}

.wd_center2 {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.wd_center {
width: 188px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.cart_name {font-weight: bold;
    width: 20%;text-align: left;}
.cart_price {width: 20%;}

.minus{
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-image: url(/img/minus.png);
    display: block;
    margin-right: 5px;
}
.minus:hover{   
    color: #15b6ab;
}
.plus{
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-image: url(/img/plus.png);
    display: block;
    margin-left: 5px;
}
.plus:hover{    
    color: #054f4a;

}

.number {float: left;
    margin-top: 4px;}

.numb {display: flex; }


.cart_count {background-color: #c0e277;
    color: #FFFFFF;
    text-align: center;
    border-radius: 25px;
    font-size: 10px;
    width: 15px;
    position: absolute;
top: -3px;
    left: 19px; 
}
.cart {display: block;
    cursor: pointer;
    width: 30px;
    height: 26px;
    position: absolute;
 right: 218px;
    top: 35px;
    background-image: url(/img/shop2.png);
    background-position: center;}


.order_prod2 {
background-color: #FF6047;
    margin-right: auto;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #FFFFFF;
    border-radius: 25px;
    text-align: center;
    transition-duration: .5s;
    cursor: pointer;
    width: 250px;
}

.order_prod2:hover  {
	background-color: #FD2907;
	}


.img_pr {width:100%; height: auto;max-width: 550px; margin-left: auto; margin-right: auto;}

.slider1 {padding-top: 100px;}
.img_prod {width: 360px; height:  360px;}
.img_prod_ny {width:100%; height:auto; max-width: 700px; margin-left: auto; margin-right: auto; }

.opis_prod_ny {width:100%; height:auto; max-width: 1000px;  }

.phone3  {
    display: none;
}	


header {display: none;}

.head {
	height: 100px;
	width: 100%;
/* position: relative; */
	position: fixed;
	display: flex;
    justify-content: space-between;
    align-items: center;
background-color: #FFFFFF;
z-index: 10;
}

.head .logo {
	width: 317px;
	height: 78px;
	margin-left: 10px;
}
.head .menu2 {
	font-size: 19px;
}
.head .phone {
	font-size: 22px;
	margin-right: 10px;
	background-image: url(img/phone.png);
	background-repeat: no-repeat;
	background-position: left 0%;
	margin-left: 0px;
	padding-left: 35px;
height:30px;
}
.content {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
.content .about {
		display: flex;
    justify-content: space-between;
    align-items: center;
margin-bottom: 20px;
}
.content .about .about_l {
	width: 48%;
text-align: center;
}
.content .about .about_r {
	width: 48%;
	font-size: 18px;
}
.content .n_menu {
padding-left: 10px;
    padding-right: 10px;
font-size: 80px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    width: auto;
    background-position: left 0%;
    width: fit-content;
    text-align: center;
    background-color: #FFFFFF;
    display: inline-block;
}
.content .n2_menu {
	font-size: 50px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	width: auto;
	background-position: left center;
	background-image: url(img/line.png);
}
.content .n2_menu .back_white {
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 450px;
}
.content .prods {

    position: relative;
    display: flex;
    align-content: space-around;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}


.content .prodss {

    position: relative;
    display: flex;
    align-content: space-around;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}


.why_prods  {
    position: relative;
    display: flex;
    align-content: space-around;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.why .why_prods .wh {
	width: 200px;
	text-align: center;
	margin: 20px;
}
.wh .wh_opis {
	text-align: center;
	font-size: 20px;
	margin-top: 10px;
}
.akc_name {
	font-size: 45px;
	font-weight: bold;
	margin-bottom: 20px;
}
.foot {
	background-color: #1F1F1F;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	color: #FFFFFF;
	text-align: center;
	font-size: 25px;

}
.foot .phone2 {
	font-weight: bold;
}
.foot .soc {
	display: flex;
    justify-content: center;
    align-content: space-around;
    align-items: flex-start;
}
.foot .soc .sc {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}



h3 {
	font-size: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}





.content .prods .prod {
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.prods .prod .name_prod {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.content .prodss .prod2 {
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.prodss .prod2 .name_prod {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}



.akcii {
}
.why {
	background-color: #EBEBEB;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


.prods .prod .opis_prod {
	margin-bottom: 10px;
font-size: 14px;
}
.prods .prod .price_prod {
	font-size: 30px;
	margin-bottom: 10px;
}

.prodss .prod2 .opis_prod {
	margin-bottom: 10px;
font-size: 15px;
max-width: 360px;
text-align: left;
}
.prodss .prod2 .price_prod {
	font-size: 30px;
	margin-bottom: 10px;
}



.prods .prod .order_prod {
	background-color: #FF6047;
	margin-left: 20%;
	margin-right: 20%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	border-radius: 25px;
	text-align: center;
	transition-duration: .5s;
	cursor:pointer;
}
.prods .prod .order_prod:hover  {
	background-color: #FD2907;
	}







.n_menu:before {
	font-size: 80px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(img/mn.png);
}
h1  {
	text-align: center;
	font-size: 50px;
	color: #000000;
}

h2  {
text-align: center;
    font-size: 40px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 15px;
}


}
