@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(https://static.whatsapp.net/rsrc.php/yv/r/-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;
}

	/* Header */
#header{
	display: grid;
	grid-gap: 0px;
	margin: 0 auto;
	padding: 0 30px;
	background:url(../images/bgnav.png);
}
.logo{
	grid-column: 1;
	grid-row: 1 / 3;
	margin: auto 0;
}
.contacts{
	grid-column: 1/3;
	grid-row: 1;
	text-align: right;
	padding-top: 10px;
}
.contacts span {
	color: gray;
}
.menu{
	grid-column: 2;
	grid-row: 2;
	padding-top: 8px;
}
.menu ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	list-style-type: none;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	        justify-content: flex-end;
    padding: 0;
    margin: 0;
    line-height: normal;
}
.menu-link{
	font-family: 'BigNoodleTitlingCyr';
	color: #00504b;
	font-size: 3em;
	padding: 0 0 0 26px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
.menu-link:hover{
	text-decoration: none;
    color: rgba(0,0,0,.7);
	text-shadow: 1px 1px 2px #94e0a6;
}

	/* 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, #about h3, #about2 h3{
	text-transform: uppercase;
	color: #6c757d;
	text-shadow: 1px 1px 2px #480208;
	text-align: center;
}
#overview h3{
	text-align: center;
    color: #014f4a;
}
.abouttitle{
	text-align: justify;
	text-indent: 35px;
	margin-bottom: 5px;
}
.buttondownright{
	display: block;
    text-align: right;
}
.buttondownright a{
	color: white;
    padding: 8px;
    background-color: #007bffde;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    cursor: pointer;
}
.buttondownright a:hover{
	text-decoration: none;
	background-color: #007bff;
}

	/* Main */
.imgsize{
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	border-top: 1px solid rgba(0,0,0,.1);
}
.imgsize img{
	width: 100%;
	max-width: -webkit-fill-available;
	max-width: -moz-available;
	width: -webkit-fill-available;
	width: -moz-available;
	width: -webkit-stretch;
	width: fill-available;
    padding: 10px;
    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
            border-radius: 25px;
    display: block;
}
.btn h2{
	display: inline;
	font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 0;
}
.bodytext{
	color: #495057;
	text-align: justify;
}

	/* About */
#about{
	background-color: #e9ecef80;
	max-width: 800px;
}
#about2{
	background-color: #e9ecef80;
	max-width: 800px;
}
	/* Footer */
#footer {
	background:url(../images/bgnav.png);
}
.foottext{
	margin: 1px auto;
}
.footcontact {
	margin: 0 auto;
	padding-top: 1px;
}
.footcontactcenter{
	margin: auto;
	padding: 2px;
	color: red;
}
.numcolor span {
	color: gray;
}
.footcontactcenter img{
	max-width: 150px;
}
.footcontactcenter>.fa-envelope{
	padding-left: 7px;
}

	/* Contact */
#zayavka 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;
}

.cont {
	max-width: 500px;
	margin: 20px auto;
	padding: 20px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	background-color: #ebebeb;
	-webkit-box-shadow: 0 0 3px #666;
	   -moz-box-shadow: 0 0 3px #666;
	        box-shadow: 0 0 3px #666;
}

.cont h2{
	font-size: 24px;
	color: #f8f9fa;
	text-shadow: 1px 1px 2px #333;
	display: inline;
}
.cont h3, #contacts h3{
    color: #6c757d;
    text-shadow: 1px 1px 2px #480208;
    text-align: center;
    font-size: 1.5rem;
}

.field-block {
	margin-bottom: 20px;
}

.field-block label, .field-block .field {
	display: block;
	width: 100%;
}

.field-block label {
	margin-bottom: 8px;
	font-weight: bold;
}

.field-block .field {
	font-size: 16px;
	padding: 8px 12px;
	line-height: 1.5;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	   -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
}

.field-block .field:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
     -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.field-block textarea {
	resize: vertical;
}

.check-text {
	font-size: 14px;
	vertical-align: top;
}

.button {
	cursor: pointer;
	font-size: 16px;
	padding: 6px 12px;
	margin-bottom: 5px;
}

#loader {
	display: none;
}
#adress{
	display: grid;
	grid-gap: 0px;
	margin: 0 auto;
	text-align: center;
	max-width: 800px;
}
.name{
	color: #6c757d;
    text-shadow: 1px 1px 2px #480208;
    text-align: center;
    font-size: 1.5rem;
	grid-column: 1/4;
	grid-row: 1;
  margin: auto;
}
.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;
}
.adr p{
	margin: 0 auto;
    color: #343a40;
    text-decoration: underline;
}

.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;
}

#contacts h3{
	text-decoration: underline;
	text-shadow: 1px 1px 1px #480208;
}

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

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

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

.err2{
	color: white;
	text-shadow: 1px 1px 3px #721c24;
}
	/* ERROR-END */

.liveinternet, .whatsapp {
    display: none;
}

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

.productabout{
	color: #212529;
	max-width: 1000px;
    text-align: center;
    margin: auto;
}
.productimg{
	position: relative;
	padding: 15px 30px;
}
.leftimg{
	float: left;
	max-width: 100%;
	/*padding-right: 15px;*/
	margin-right: 15px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
}
.rightimg{
	float: right;
	max-width: 100%;
	margin-left: 15px;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;
}
.centerimg{
	display: block;
    margin: 0 auto;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    max-width: 100%;
}
.productimg p{
	text-align: center;
}

.productimg span1{
	display: block;
    text-align: center;
    text-transform: capitalize;
    text-decoration: underline;
}
.productimg span2{
	display: block;
    color: #fb6a78;
    text-align: center;
}

.productimg ul{
	list-style-position: inside;
}

.pabout{
	padding: 0 15px;
    text-align: justify;
}
.center li{
	display: block;
    text-align: center;
    color: #4a040b;
}

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);
}

.display-mobile{
	display: none;
}



/* 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;
}

