@font-face {font-family:'BigNoodleTitlingCyr';src: url('../fonts/BigNoodleTitling.ttf');}

	/* ALL - Begin */
body, html {
   width: 100%;
   height:100%;
   font-family: Tahoma, sans-serif;
   background:url(../images/background/79.png);
   /*background-color: #a9a9a9;*/
   color: #222;
}

#wrapper{
	background:url(../images/bgwrap.png);
	max-width:1200px;
	margin: 0 auto;
	overflow-x: hidden;
}

.whatsapp-mobile a{
    background-color: #175d5a;
    background-image: url(../images/-r3j-x8ZnM7.svg);
    width: 145px;
    height: 47px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    right: 10px;
    bottom: 10px;
    position: fixed;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    z-index: 999;
}

	/* Slide */
.w_img{
	margin: 0 auto;
	max-width: 1080px;
    max-height: 360px;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
}
.carousel-caption {
    right: auto;
    bottom: 0px;
    left: 5%;
    z-index: 10;
    padding-bottom: 0px;
}
.display-2{
	font-family: 'BigNoodleTitlingCyr';
	font-size: 4em;
	color: #bbbf00;
    text-shadow: 2px 2px 3px #000;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
    width: 30px;
    height: 30px;
}

	/* Overview */
#overview {
    padding: 10px 25px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    margin: 0 auto;
    background-color: #e9ecef80;
}
#overview h1{
	margin-bottom: unset;
}
#overview h1 {
	text-transform: uppercase;
	color: #6c757d;
	text-shadow: 1px 1px 2px #480208;
	text-align: center;
}

	/* About */
#about{
	background-color: #e9ecef80;
	max-width: 800px;
}
#about2{
	background-color: #e9ecef80;
	max-width: 800px;
}

	/* Contact */

#adress{
	display: grid;
	grid-gap: 0px;
	margin: 0 auto;
	text-align: center;
	max-width: 800px;
}

.contphone1{
  grid-column: 1;
	grid-row: 2;
  margin: auto;
}
.contphone2{
  grid-column: 2;
	grid-row: 2;
  margin: auto;
}
.contphone3{
  grid-column: 3/4;
	grid-row: 2;
  margin: auto;
}
.adr{
  grid-column: 1/4;
	grid-row: 3;
	color: #7b7b7b;
	text-shadow: 1px 1px 2px #f8f9fa;
  margin: auto;
  padding-top: 8px;
}

.adr1{
  grid-column: 1/4;
	grid-row: 4;
	font-size: 2rem;
	color: #7b7b7b;
	text-shadow: 1px 1px 2px #f8f9fa;
  margin: auto;
}
.adr2{
  	grid-column: 1/4;
	grid-row: 5;
	margin: auto;
	max-width: 480px;
    color: #a52a2a;
	text-shadow: 1px 1px 2px #f8f9fa;
}
#map{
	width: 100%;
	height: 400px;
	max-width: 800px;
    margin: 0 auto;
}
#contacts h1, #product h1{
	font-family: 'BigNoodleTitlingCyr';
	text-transform: uppercase;
	letter-spacing: 4px;
    color: #6c757d;
    text-shadow: 1px 1px 2px #00514b;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}

	/* ERROR-BEGIN */
#err{
	text-align: center;
}

.errtext{
	margin-bottom: 0;
	font-size: 30px;
	color: red;
}

.err1{
	text-shadow: 1px 1px 2px #721c24;
}

	/* ERROR-END */

.liveinternet, .whatsapp {
    display: none;
}

	/* Colors - Begin */
.fa-phone {color: #118305}

.fa-mobile-alt {color: #118305}
.fa-envelope {color: #00504b}
	/* Colors - End */

.productabout{
	color: #212529;
	max-width: 1000px;
    text-align: center;
    margin: auto;
}

a.button11 {
  position: absolute;
  z-index: 1;
  color: black;
  font-size: 135%;
  font-weight: 700;
  text-decoration: none;
  padding: .25em .5em;
  top: 330px;
}
a.button11:after {
  content: "Купить";  /* здесь 6 букв */
  position: absolute;
  z-index: -1;
  top: -2px;
  bottom: -2px;
  left: -2px;
  width: -webkit-calc(100% + 8*(1em*90/135) - 2px*2*2);
  width: -moz-calc(100% + 8*(1em*90/135) - 2px*2*2);
  width: calc(100% + 8*(1em*90/135) - 2px*2*2);  /* где 6*(1em*90/135), где 6 - это 6 букв, 90 - это font-size after, а 135 - это font-size родителя */
  text-align: right;
  color: #fff;
  font-size: 90%;
  padding: .25em .5em;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  border: 2px solid #c61e40;
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
       transform: skewX(-10deg);
  background: -webkit-gradient(linear, left top, left bottom, from(#d4536d), to(#c61e40)) no-repeat 100% 0;
  background: -webkit-linear-gradient(#d4536d, #c61e40) no-repeat 100% 0;
  background: -moz-linear-gradient(#d4536d, #c61e40) no-repeat 100% 0;
  background: -o-linear-gradient(#d4536d, #c61e40) no-repeat 100% 0;
  background: linear-gradient(#d4536d, #c61e40) no-repeat 100% 0;
  -webkit-background-size: -webkit-calc(6*(1em*90/135) + .5em) 100%;
     -moz-background-size: -moz-calc(6*(1em*90/135) + .5em) 100%;
          background-size: calc(6*(1em*90/135) + .5em) 100%;
  -webkit-box-shadow: inset -webkit-calc(-6*(1em*90/135) - .5em) 0 rgba(255,255,255,0);
     -moz-box-shadow: inset -moz-calc(-6*(1em*90/135) - .5em) 0 rgba(255,255,255,0);
          box-shadow: inset calc(-6*(1em*90/135) - .5em) 0 rgba(255,255,255,0);
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
a.button11:hover:after {
  -webkit-box-shadow: inset -webkit-calc(-6*(1em*90/135) - .5em) 0 rgba(255,255,255,.2);
     -moz-box-shadow: inset -moz-calc(-6*(1em*90/135) - .5em) 0 rgba(255,255,255,.2);
          box-shadow: inset calc(-6*(1em*90/135) - .5em) 0 rgba(255,255,255,.2);
}
a.button11:active:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c61e40), to(#d4536d));
  background-image: -webkit-linear-gradient(#c61e40, #d4536d);
  background-image: -moz-linear-gradient(#c61e40, #d4536d);
  background-image: -o-linear-gradient(#c61e40, #d4536d);
  background-image: linear-gradient(#c61e40, #d4536d);
}

/* PRODUCT NEW */

#product h1{
	margin-top: 0;
}

.product-description{
	color: #343a40;
	max-width: 1000px;
    text-align: center;
    margin: auto;
    padding: 0 10px;
}
.product-description-main{
	border: 4px solid #ccc;
    background-color: rgb(239, 239, 239);
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    margin-bottom: 10px;
}
.product-description-center{
	color:#014f4a;
}

.product-about {
	position: relative;
	padding: 1rem 2rem;
	min-height: 390px;
	margin-bottom: 1rem;
	padding-bottom: 1px;
}

.product-about img{
	position: absolute;
    left: 0;
    margin: 0 2rem;
	width: 37.5vw;
    max-width: 450px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
}

.product-about-description{
	margin-left: 468px;
}

.product-about ul {
	text-align: left;
    list-style-position: inside;
}

#product .color-red {
	color: #ff7777;
}

.breadcrumb{
	background-color: #0000;
    margin-bottom: 0;
}

.product-pictures{
	text-align: justify;
}

.product-img{
	min-height: 230px;
	margin-bottom: 0.5rem;
	padding: 15px 30px;
}

.product-img img{
	float: left;
	width: 300px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    margin-right: 15px;
    border: 2px solid #ccc;
}

.product-img:nth-of-type(2n) img{
	float: right;
	margin-right: 0;
	margin-left: 15px;
}

.product-service{
	text-align: center;
}

.product-service p{
	color: #003a73;
}

.product-service ul{
	list-style: inside;
	padding: 0 10px;
}

.product-gallery{
	-webkit-box-pack: center!important;
	-webkit-justify-content: center!important;
	   -moz-box-pack: center!important;
	        justify-content: center!important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.product-gallery img{
	padding: 5px;
    margin: 2.5px;
    max-width: 160px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background-color: #343a40;
    width: -webkit-calc((100vw - 50px) / 4);
    width: -moz-calc((100vw - 50px) / 4);
    width: calc((100vw - 50px) / 4);
}

.product-gallery-matrix{
	-webkit-box-pack: center!important;
	-webkit-justify-content: center!important;
	   -moz-box-pack: center!important;
	        justify-content: center!important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.matrix{
	position: relative;
}
.product-gallery-matrix img{
	padding: 5px;
    margin: 8px;
    margin-bottom: 3px;
    max-width: 250px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background-color: #ccc;
    width: -webkit-calc((100vw - 75px) / 3);
    width: -moz-calc((100vw - 75px) / 3);
    width: calc((100vw - 75px) / 3);
}
.product-gallery-matrix p{
	text-align: center;
    bottom: 0px;
    left: 16px;
    padding: 0 7px;
    border-radius: 5px;
    background-color: rgba(50, 50, 50, 0.2);
    color: #000;
    font-weight: 700;
    margin: 0 8px;
    display: flex;
    justify-content: space-between;
}
.product-gallery-matrix span{
	color: #014f4a;
	font-size: 0.8em;
}
.ap > .aboutprice{
	text-align: center;
    bottom: 0px;
    left: 16px;
    padding: 0 7px;
    border-radius: 5px;
    background-color: rgba(50, 50, 50, 0.2);
    color: #000;
    font-weight: 700;
    margin: 0 8px;
    display: flex;
    justify-content: space-between;
    margin-top: 1em;
}
.ap > .aboutprice-ul{
    margin: 0;
    color: #92000e;
}
.productbottom{
	color: #6b0d0d;
	max-width: 1000px;
    text-align: center;
    margin: auto;
	font-weight: 600;
    padding-bottom: 15px;
}

.social{
	text-align: center;
}
.vk{
	text-align: center;
}
.vk img{
	max-width: 50%;
}
.product-gallery-main, .product-gallery-naves{
	max-width: 1000px;
    margin: auto;
}
.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: #333;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    font-family: sans-serif;
    /* По умолчанию скрыто */
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease, visibility 0.5s;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #00d1b2;
    text-decoration: underline;
}

.cookie-btn {
    background-color: #00d1b2;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    margin-left: 20px;
    white-space: nowrap;
}

.cookie-btn:hover {
    background-color: #00b89c;
}

/* Адаптив для мобилок */
@media (max-width: 600px) {
    .cookie-banner {
        flex-direction: column;
        text-align: center;
    }
    .cookie-btn {
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
    }
}
