/**
* Template Name: FoodLanding
* Template URL: https://templatemag.com/foodlanding-bootstrap-landing-template/
* Author: TemplateMag.com
* License: https://templatemag.com/license/
*/

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */

* {
  margin: 0;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
}

body {
    background: #fff;
    margin: 0;
    color: #42413e;
    padding-top: 50px;
    /* overflow: hidden; */
    /* overflow-y: hidden; */
    overflow-x: hidden;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

p {
      padding: 0;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #42413e;
    margin-top: 10px;
    color: #000;
  /* text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #6b6b6b;*/
}

html, body {
  height: 100%;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}

.centered {
  text-align: center
}

.mt {
  margin-top: 50px;
}

.mb {
  margin-bottom: 50px;
}

.mtb {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mtb2 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.ptb {
  padding-top: 80px;
  padding-bottom: 80px;
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-transition: background-color .4s linear, color .4s linear;
  -moz-transition: background-color .4s linear, color .4s linear;
  -o-transition: background-color .4s linear, color .4s linear;
  -ms-transition: background-color .4s linear, color .4s linear;
  transition: background-color .4s linear, color .4s linear;
       color: #000000;
   /* text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #6b6b6b;*/
}
    

a:hover, a:focus {
  text-decoration: none;
  color: #337ab7;
}

.KPlogoMAX {
	/*border: 3px solid #666;  Параметры рамки */
	padding: 10px;
    margin: 10px;
    width: 50%;
    height: 50%;
}


/* BOOTSTRAP MODIFICATION */

.navbar-brand {
  height: 50px;
  padding: 10px 15px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.navbar-default {
  background-color: #ffffff;
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #0566b3;
  background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
  color: #000;
      text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #000000;
}

hr {
  border: 1px solid #42413e;
  width: 100px;
}

.nav-stacked>li {
  border-left: 2px solid transparent
}

.nav-stacked>li.active {
  border-left: 2px solid #337ab7;
  background: #f9f9f9
}

/* Modal Modification */

.modal-content {
  border-radius: 0px;
}

.modal-body {
  padding: 0px;
}

.modal-body h4 {
       font-family: 'Libre Baskerville', serif;
    /* font-style: italic; */
    font-weight: 400;
    font-size: 15px;
    padding: 10px 10px 0;
    color: #af7d3c;
    text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #000000;
	
	}

.modal-body h5 {
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  padding: 10px 10px 0;
}

.modal-body p {
  margin-left: 10px;
  margin-right: 10px;
  line-height: 18px;
}

.modal-footer {
  background: #f2f2f2;
}

/* FORM CONFIGURATION */

input {
  font-size: 16px;
  min-height: 40px;
  border-radius: 2px;
  line-height: 20px;
  padding: 11px 30px 12px;
  border: 1px solid #b9b9af;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.subscribe-input {
  float: left;
  width: 70%;
  text-align: left;
  margin-right: 2px;
}

.subscribe-submit {
  right: 0;
}

.btn-orange {
  background: #f27242;
  border-radius: 2px;
  color: white;
  font-size: 18px;
  font-weight: 700;
}

.btn-orange:hover {
  background: #e16a3e;
  color: white;
}

/* HEADER SECTION */

#h {
  background: url(../img/header.jpg) no-repeat center top;
  padding-top: 120px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 650px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.welcome {
  background: #eaeced;
  padding-top: 25px;
  padding-bottom: 25px;
  opacity: 0.9
}

.welcome h1 {
  text-align: center;
  font-weight: 900;
}

/* FOOTER SECTION */

#f {
  background: #f3f3f3;
  padding-bottom: 50px;
  padding-top: 50px;
  margin-top: 25px;
}

/* White Section Overall Configuration */

.text-p {
  /* font-size: 14px;
  line-height: 24px;
  color: #6b6b6b; */
  
    font-size: 14px;
    line-height: 24px;
    /* color: #6b6b6b; */
    color: #000;
    /*  text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #6b6b6b;*/
  
  
}

.og {
  color: #f27242;
}

i {
  font-size: 40px
}

.rating i {
  font-size: 16px;
  color: #fae321;
}

.down i {
  font-size: 30px;
  color: #f27242;
  padding: 5px;
}

/* Separators - Parallax Section */

.sep {
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 450px;
  position: relative;
}

.s01 {
  background-image: url(../img/s01.jpg);
}

.s02 {
  background-image: url(../img/s02.jpg);
}

.s03 {
  background-image: url(../img/s03.jpg);
}
.s04 {
  background-image: url(../img/s04.jpg);
}
.s05 {
  background-image: url(../img/s05.jpg);
}
.s06 {
  background-image: url(../img/s06.jpg);
}
.s07 {
  background-image: url(../img/s07.jpg);
}
.s08 {
  background-image: url(../img/s08.jpg);
}
.s09 {
  background-image: url(../img/s09.jpg);
}
#contact {
 
/*   */
background: #f3f3f3;
  padding: 20px 0;
}

/* Contact Form */

.contact-form {

}

.contact-form label {
       color: #999;
    padding: 0;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #42413e;
    margin-top: 10px;
    /* font-size: 14px; */
    /* line-height: 24px; */
    /* color: #6b6b6b; */
    /* color: #000; */
    text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #6b6b6b;
}

.contact-form input, .contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
}

.contact-form .form-send {
  text-align: center;
}

.contact-form .form-send button  {
  /*  background: #f27242; */
     background: #000000;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.contact-form .form-send button:hover {
 /*  background: #ff8c61;*/
      background: #9b7431; 
}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

/* Copyrights */

#copyrights {
  background: #f3f3f3;
  padding: 20px 0;
  text-align: center;
}

#copyrights p {
  margin-bottom: 5px;
  color: #555;
}

#copyrights a {
  color: #337ab7;
}

.credits {
  color: #666;
}

/* дизайн подглядел у Эльдорадо и их картинку перевел в CSS */

a.button9 {
  position: relative;
  display: inline-block;
  color: #777674;
  font-weight: bold;
  text-decoration: none;
  text-shadow: rgba(255,255,255,.5) 1px 1px, rgba(100,100,100,.3) 3px 7px 3px;
  user-select: none;
  padding: 1em 2em;
  outline: none;
  border-radius: 3px / 100%;
  background-image:
   linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%),
   linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 90%, rgba(255,255,255,.3)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5));
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
}
a.button9:hover {
  transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
}
a.button9:active {
  top: 1px;
}


/* All Form */

.All-form {

}

.All-form label {

    color: #0074bf;
    /* padding: 0; */
    /* margin-bottom: 12px; */
    font-family: 'Open Sans', sans-serif;
    /* font-weight: 400; */
    font-size: 16px;
    /* line-height: 26px; */
    /* color: #42413e; */
    /* margin-top: 10px; */
    /* font-size: 14px; */
    /* line-height: 24px; */
    /* color: #6b6b6b; */
    /* color: #000; */
    text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #6b6b6b;
	}

.All-form input, .All-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
  text-align: center;
}

.All-form select {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    line-height: 1.5;
    font-size: 1.4em;
    padding: 5px 10px;
    color: #0074bf;
    display: block;
    width: 100%;
    background: transparent;
	border: 2px solid #0566b3;
	margin-bottom: 7px;
}

.All-form select:focus {
    outline: none;
	}
	
.All-form .form-send {
  text-align: center;
}

.All-form .form-send button  {
        background: #0566b3;
    border: 0;
    width: 90%;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
    box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
	    text-shadow: 0 1px 1px #929292, 1px 0 1px black, 0 0 8px #040404, 0 0 8px #797979, 0 0 8px #6b6969, 2px 2px 3px #6b6b6b;
}

  
.All-form .form-send button:hover {
 /*  background: #ff8c61;*/
      background: #00c31a; 
	      text-shadow: 0 1px 1px #929292, 1px 0 1px black, 0 0 8px #040404, 0 0 8px #797979, 0 0 8px #6b6969, 2px 2px 3px #6b6b6b;
}

.All-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.All-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.All-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.All-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.All-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

 /*  =Начало======= КНОПКИ ========== */
 .btn-warning1 {
    color: #ffffff;
    background-color: #0566b3;
    border-color: #282724;
	background: #02b610;
    width: 99%;
    cursor: pointer;
    box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
 /* 
    text-shadow: 0 1px 1px #929292, 1px 0 1px black, 0 0 8px #040404, 0 0 8px #797979, 0 0 8px #6b6969, 2px 2px 3px #6b6b6b;
*/
}

 .btn-warning1:hover {
    color: #ffffff;
    background-color: #0566b3;
    border-color: #282724;
	background: #05b312;
    width: 99%;
    cursor: pointer;
    box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
    text-shadow: 0 1px 1px #929292, 1px 0 1px black, 0 0 8px #040404, 0 0 8px #797979, 0 0 8px #6b6969, 2px 2px 3px #6b6b6b;
}



 .btn-warning1:focus {
    color: #ffffff;
    background-color: #0566b3;
    border-color: #282724;
	background: #05b312;
    width: 99%;
    cursor: pointer;
    box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
    text-shadow: 0 1px 1px #929292, 1px 0 1px black, 0 0 8px #040404, 0 0 8px #797979, 0 0 8px #6b6969, 2px 2px 3px #6b6b6b;
}
 .btn-warning1:active {
    color: #ffffff;
    background-color: #0566b3;
    border-color: #282724;
	background: #02e213;
    width: 99%;
    cursor: pointer;
    box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
    text-shadow: 0 1px 1px #929292, 1px 0 1px black, 0 0 8px #040404, 0 0 8px #797979, 0 0 8px #6b6969, 2px 2px 3px #6b6b6b;
}



.btn-warning2 {
    color: #ffffff;
    background-color: #0566b3;
    border-color: #282724;
    background: #0566b3;
    width: 40%;
    cursor: pointer;
    box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
    text-shadow: 0 1px 1px #929292, 1px 0 1px black, 0 0 8px #040404, 0 0 8px #797979, 0 0 8px #6b6969, 2px 2px 3px #6b6b6b;
}

.btn-warning3 {
    color: #ffffff;
       background-color: #bc1c1c;
    border-color: #282724;
    background: #bc1c1c;
    width: 40%;
    cursor: pointer;
    box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
    text-shadow: 0 1px 1px #929292, 1px 0 1px black, 0 0 8px #040404, 0 0 8px #797979, 0 0 8px #6b6969, 2px 2px 3px #6b6b6b;
}
 /*  =Конец======= КНОПКИ ========== */
 
  /*  =Начало======= Разворот на 90 градусов ========== */
 #rot90 
{ 
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

 /*  =NameSlabs==Имя слэба */
#NameSlabs   {
    font-size: 20.0pt;
    mso-bidi-font-size: 10.0pt;
    font-family: "Century Gothic","sans-serif";
    mso-fareast-font-family: "Century Gothic";
    color: #635B60;
}

 /*  =EcoProduct==эко-продукция*/
#EcoProduct {
    font-size: 15.0pt;
    mso-bidi-font-size: 10.0pt;
    font-family: "Century Gothic","sans-serif";
    mso-fareast-font-family: "Century Gothic";
    color: #4C9F24;
	 /* text-align: right; */
    /* float: right; */
    /* margin: 10px; */
	text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #6b6b6b;
	}


#EcoProductIcon {
       /* text-align: right; */
    /* float: right; */
	width:20px;
	height:20px;
	
	
}

 /*  =Price==Цена*/
#Price {
    font-size: 24.0pt;
    mso-bidi-font-size: 10.0pt;
    line-height: 76%;
    font-family: "Century Gothic","sans-serif";
    mso-fareast-font-family: "Century Gothic";
    color: black;
}
/*  =Drying==Стиль сушки== */
#Drying {	
	 font-size: 15.0pt;
    font-family: "Century Gothic","sans-serif";
    mso-fareast-font-family: "Century Gothic";
    color: #614FA6;
	 /* text-align: right; */
    /* float: right; */
    /* margin: 10px; */
text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #6b6b6b;
}


#DryingIcon2 {
       /* text-align: right; */
    /* float: right; */
	width:20px;
	height:20px;
}

.DryingIcon {
    background-image:url(/img/shop/slabs/ShopIcon/DryingIcon.jpg) ; 
     width:50px;  
    height:50px;  
    display:inline-block;
    vertical-align:bottom;
}

/*  =Humidity==Влажность цифры== */
#Humidity {
    font-size: 20.0pt;
    mso-bidi-font-size: 10.0pt;
    font-family: "Arial","sans-serif";
    mso-fareast-font-family: Arial;
    color: #00007C;
	float: right;
    text-align: right;
	
}
/*  =Humidity==Влажность текст== */
#HumidityMinText {
    font-size: 15.0pt;
    mso-bidi-font-size: 10.0pt;
    font-family: "Century Gothic","sans-serif";
    mso-fareast-font-family: "Century Gothic";
    color: #00007C;
	    /* vertical-align: 5px; */
	float: right;
    text-align: right;
}
/*  =TypeWood==тип дерева== */
#TypeWood {
    font-size: 15.0pt;
    mso-bidi-font-size: 10.0pt;
    font-family: "Century Gothic","sans-serif";
    mso-fareast-font-family: "Century Gothic";
    color: #4c9f23;
	    margin: 10px;
		text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #6b6b6b;
}

#ProductionArea {
    text-align: right;
    /* float: right; */
    width: 15px;
    height: 25px;
	margin: 5px;
}
#IconPayment {
    text-align: right;
    /* float: right; */
    width: 50px;
    height: 50px;
	margin: 5px;
}

.col-75 {
	float: left;
  width: 90%;
  margin-top: 6px;
}



.TextShop{
    font-size: 20px;
    line-height: 24px;
  color: #000;
    text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #6b6b6b;
}

.TextShopGreen{
    font-size: 20px;
    line-height: 24px;
   color: #4c9f23;
    text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #6b6b6b;
}


.Payment {
	font-size: 15px;
    line-height: 24px;
	color: #0570b9;
    /* text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #6b6b6b; */}
   }
   
   /*  =Конец======= Приближение картинки ========== */
   
   
   /*  =Начало======= Таблицы  SizeTable========== */
  table.SizeTable{
    border: 1px solid #ccc;
	text-align: center;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

  table tr.SizeTable {
    border: 1px solid #ddd;
    padding: 5px;
  }

  table th.SizeTable, table td.SizeTable {
    padding: 10px;
    text-align: center;
  }

  table th.SizeTable {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
  }

  @media screen and (max-width: 600px) {

    table.SizeTable {
      border: 0;
    }

    table thead.SizeTable {
      display: none;
    }

    table tr.SizeTable {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    table td.SizeTable{
         display: block;
		text-align: right; /* */
		font-size: 15px;
		border-bottom: 2px dotted #ccc;
		text-align: center;	  
    }
}
}
	
    table td.SizeTable:last-child {
      border-bottom: 0;
    }

    table td.SizeTable:before {
      content: attr(data-label);
       text-align: center;
      text-transform: uppercase;
      font-weight: bold;
    }
  }
  
  .round-loupe.SizeTable{
   border-radius: 75px;
   border: 5px solid #f27242;
}
	/*  =Конец======= Таблицы  SizeTable========== */
   
     /*  =Начало======= Таблицы  IconShopTable========== */
  table.IconShopTable{
     text-align: center;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

  table tr.IconShopTable {
   padding: 5px;
  }

  table th.IconShopTable, table td.IconShopTable {
       /* padding: 5px; */
    text-align: center;
  }

  table th.IconShopTable {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
  }

  @media screen and (max-width: 600px) {

    table.IconShopTable {
      border: 0;
    }

    table thead.IconShopTable {
      display: none;
    }

    table tr.IconShopTable {
      margin-bottom: 5px;
      display: block;
     
    }

    table td.IconShopTable{
	display: block;
    /* text-align: right; */
    font-size: 15px;
   text-align: center;
}
}
    }
	
    table td.IconShopTable:last-child {
      border-bottom: 0;
    }

    table td.IconShopTable:before {
      content: attr(data-label);
    text-align: center;
      text-transform: uppercase;
      font-weight: bold;
    }
  }
  
  .round-loupe.IconShopTable{
   border-radius: 75px;
   border: 5px solid #f27242;
}
	/*  =Конец======= Таблицы  IconShopTable========== */


	/*  =Начало======= Таблицы  IconShopTable========== */



table.AdminPanel {
  border: 1px solid #ccc; 
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.AdminPanel2 {
  font-size: 15px;
    text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #6b6b6b;
    /* width: 98%; */
    border: 1px double #dddddd;
    border-collapse: collapse;
    /* margin: 30px; */
    padding: 10px;
    word-wrap: break-word;
}

table.AdminPanel caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table.AdminPanel tr {
   /* background: #f8f8f8;*/ 
  border: 1px solid #ddd;
  padding: .35em;
}
table.AdminPanel th,
table.AdminPanel td {
      padding: .625em;
    text-align: center;
    text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #6b6b6b;
    font-size: 15px;
    border: 1px double #dddddd;
    word-wrap: break-word;
}
table.AdminPanel th {
   font-size: 17px;
       text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #6b6b6b;
 
  /*letter-spacing: .1em;
  text-transform: uppercase;*/  
} 
@media screen and (max-width: 600px) {
  table.AdminPanel {
    border: 0;
  }
  table.AdminPanel caption {
    font-size: 1.3em;
  }
  table.AdminPanel thead {
    display: none;
  }
  table.AdminPanel tr {
        border-bottom: 13px solid #000;
    display: block;
    margin-bottom: .625em;
	
  }
  table.AdminPanel td {
         border-bottom: 2px solid #1b39cc;
    display: block;
    font-size: 16px;
   /*  text-align: center;*/
    text-align: right; 
    text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #6b6b6b;
 }
  table.AdminPanel td:before {
    content: attr(aria-label);
    float: left;
    font-weight: bold;
   /*  text-transform: uppercase;*/  
  }
  table.AdminPanel td:last-child {
    border-bottom: 0;
  }
}
 /*  =Начало======= КНОПКИ  для АДМПанели========== */
.btn-siniya {
    background: #0566b3;
    border: 0;
    width: 99%;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
    box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
    text-shadow: 0 1px 1px #929292, 1px 0 1px black, 0 0 8px #040404, 0 0 8px #797979, 0 0 8px #6b6969, 2px 2px 3px #6b6b6b;
} 

.btn-siniya :hover {
    /* background: #ff8c61; */
    background: #00c31a;
    text-shadow: 0 1px 1px #929292, 1px 0 1px black, 0 0 8px #040404, 0 0 8px #797979, 0 0 8px #6b6969, 2px 2px 3px #6b6b6b;
}

 
.btn-admin1 {
    color: #ffffff;
       background-color: #bc1c1c;
    border-color: #282724;
    background: #bc1c1c;
    width: 99%;
    cursor: pointer;
    box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
    text-shadow: 0 1px 1px #929292, 1px 0 1px black, 0 0 8px #040404, 0 0 8px #797979, 0 0 8px #6b6969, 2px 2px 3px #6b6b6b;
}

.btn-admin2 {
    color: #ffffff;
       background-color: #23e017;
    border-color: #282724;
    background: #23e017;
    width: 99%;
    cursor: pointer;
    box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
    text-shadow: 0 1px 1px #929292, 1px 0 1px black, 0 0 8px #040404, 0 0 8px #797979, 0 0 8px #6b6969, 2px 2px 3px #6b6b6b;
}

.btn-admin3 {
    background: #0566b3;
    border: 0;
    width: 90%;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
    box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
    text-shadow: 0 1px 1px #929292, 1px 0 1px black, 0 0 8px #040404, 0 0 8px #797979, 0 0 8px #6b6969, 2px 2px 3px #6b6b6b;
}

.btn-admin-status-0 {
    font: 1em Arial, sans-serif;
    font-size:  20px;
    position: relative;
    color: #ef00ff;
    
    padding: 5px;
    border-radius: 222px;
   }
.btn-admin-status-1 {
        font: 1em Arial, sans-serif;
    font-size:  20px;
    position: relative;
    color: #0fbdff;
    padding: 5px;
    border-radius: 222px;
   }
.btn-admin-status-2 {
     font: 1em Arial, sans-serif;
    font-size: 20px;
    position: relative;
    color: #ece625;
    padding: 5px;
    border-radius: 222px;
   }
.btn-admin-status-3 {
    font: 1em Arial, sans-serif;
    font-size:  20px;
    position: relative;
    color: #3dd000;
    padding: 5px;
    border-radius: 222px;
   }
.btn-admin-status-4 {
   font: 1em Arial, sans-serif;
    font-size: 20px;
    position: relative;
    color: #b3b3b3;
    padding: 5px;
    border-radius: 222px;
   }
.btn-admin-status-5 {
     font: 1em Arial, sans-serif;
    font-size:  20px;
    position: relative;
      color: #ff0000;
    padding: 5px;
    border-radius: 222px;
   }
 

 /*  =Конец======= КНОПКИ ========== */

 

 
/*  =Начало======= Таблицы  IconShopTable========== */



table.SaitTable {
  border: 1px solid #ccc; 
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.SaitTable {
  font-size: 15px;
    text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #6b6b6b;
       width: 90%;
    border: 1px double #dddddd;
    border-collapse: collapse;
    /* margin: 30px; */
    padding: 10px;
    word-wrap: break-word;
}

table.SaitTable caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table.SaitTable tr {
   /* background: #f8f8f8;*/ 
    /* border: 1px solid #ddd; */
  padding: .35em;
}
table.SaitTable th,
table.SaitTable td {
      padding: .625em;
    text-align: center;
    text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #6b6b6b;
    font-size: 15px;
    border: 1px double #dddddd;
    word-wrap: break-word;
}
table.SaitTable th {
   font-size: 17px;
       text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #6b6b6b;
 
  /*letter-spacing: .1em;
  text-transform: uppercase;*/  
} 
@media screen and (max-width: 600px) {
  table.SaitTable {
    border: 0;
  }
  table.SaitTable caption {
    font-size: 1.3em;
  }
  table.SaitTable thead {
    display: none;
  }
  table.SaitTable tr {
     /*     border-bottom: 1px solid #000; */
    display: block;
    margin-bottom: .625em;
	
  }
  table.SaitTable td {
    border-bottom: 1px solid #0566b3;
    display: block;
    font-size: 16px;
   /*  text-align: center;*/
    text-align: right; 
    text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #6b6b6b;
 }
  table.SaitTable td:before {
    content: attr(aria-label);
    float: left;
    font-weight: bold;
   /*  text-transform: uppercase;*/  
  }
  table.SaitTable td:last-child {
    border-bottom: 0;
  }
}
 /*  =Начало======= КНОПКИ  для АДМПанели========== */

 
/* TEST  */

* {box-sizing: border-box;}
.product-item {
	    margin: auto;
    height: 400px;
    /* background-image: url(/img/test.PNG); */
    width: 250px;
    margin: 0 auto;
    background: white;
    padding: 0 0 30px;
    /* text-align: center; */
    font-size: 14px;
    font-family: Lora;
    /* text-transform: uppercase; */
    display: block;
    /* width: 100%; */
    float: left;
    /* transition: width .2s; */
    margin: 10px;
    position: relative;
    padding-bottom: 50px;
	/* margin: auto;
	 height: 400px;
   background-image: url(/img/test.PNG);
        width: 250px;
    margin: 0 auto;
     background: white; 
    padding: 0 0 20px;
    text-align: center;
    font-size: 14px;
    font-family: Lora;
    text-transform: uppercase;
    display: block;
     width: 100%; 
    float: left;
     transition: width .2s; 
    margin: 10px;*/
}

.product-title{
	    font-size: 20px;
    /* line-height: 190px; */
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    color: #27ff10;
	margin: 60px 2px 2px;
	  text-align: center;
   color: #444444;
}
.product-title2  {
    font-size: 20px;
    /* line-height: 0px; */
    /* font-family: Helvetica, sans-serif; */
    font-weight: bold;
    text-align: center;
    color: #27ff10;
    /* text-align: center; */
    color: #ffffff;
    text-shadow: 0 1px 0 #868686, 0 2px 0 #534d4d, 0 3px 0 #000, 0 4px 0 #0d0d0d, 0 5px 0 #000, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}

.PriceGAppA {
   font-size: 20px;
    font-weight: bold;
    text-align: center;
    /* color: #ffffff; */
    text-align: center;
    /* background: #000000; */
    /* border: 0; */
    /* left: 20%; */
    /* width: 80%; */
    padding: padding;
    background: #ffffffb5;
    border: 0;
    width: 100%;
    padding: 11px 2px;
	
	}


.product-item:hover {border-bottom: 2px solid #fc5a5a;}
.product-item img {
  display: block;
  width: 100%;
}
.product-list {
/*  background: #fafafa;
  padding: 130px 0; */
      padding: 15px 0;
	    
}
.product-list h3 {
  font-size: 18px;
  font-weight: 400;
  color: #444444;
  margin: 0 0 10px 0;
}


.product-price {
 bottom: 15px;
 left: 0;
 position: absolute;
 width: 100%;
 color: #d51e08;
 font-size: 18px;
 font-weight: 500;
}

.product:hover {
 box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
}
.product-img {
 height: 200px;
}
.button {
      /*  background: #f38b20db;*/
    border: 0;
    width: 100%;
    padding: 11px 2px;
    color: #fff;
    /* transition: 0.4s; */
    text-align: center;
    /* cursor: pointer; */
    box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
    text-shadow: 0 1px 1px #3c763d, 1px 0 1px black, 0 0 8px #040404, 0 0 8px #797979, 0 0 8px #6b6969, 2px 2px 3px #6b6b6b;
    position: absolute;
    bottom: 0;
	
	}
	

	
.product-item:hover .button {background: background: #0566b3;}

@media only screen and (min-width: 450px) {
	.product-wrapper {
	 width: 50%;
	}
	
	product-item {
		/*  width: 50%; */
		width: 80%;
	}
	
}

@media only screen and (min-width: 768px) {
	.product-wrapper {
	/* 	width: 33.333%;*/
	}
	product-item {
		/*  width: 50%; */
		width: 45%;
	}
	
}

@media only screen and (min-width: 1000px) {
	.product-wrapper {
	/*  width: 25%;*/
	}
}



/*  Тестирую */
.detail-uncolumn-right input.qty {
    width: 56px!important;
    float: left;
    height: 36px;
    line-height: 26px;
    padding: 5px 10px;
    border-radius: 0;
}
.quantity_box_button_down,
.quantity_box_button_up{
       border: 1px solid rgb(189, 194, 201);
    width: 37px;
    height: 36px;
    text-align: center;
    /* line-height: 30px; */
    /* font-size: 20px; */
    /* color: #b2b2b2; */
    /* display: inline-block; */
    /* vertical-align: middle; */
    cursor: pointer;
    background: transparent;
    margin-left: -1px;
    border-radius: 0;
}
.quantity_box_button_down:hover,
.quantity_box_button_up:hover{
    background: #000;
    color: #fff;
}
.tablet .quantity_box_button_down:hover,
.tablet .quantity_box_button_up:hover,
.mobile .quantity_box_button_down:hover,
.mobile .quantity_box_button_up:hover{
    background: transparent;
	color: #b2b2b2;
}


.LyuminoforColor{
	width: 50px;
    height: 50px;
    padding: 10px 5px;
    
    border: 1px double #0566b3;
    display: inline-block;
    padding: .4375rem;
	 border-radius: 134px;
}


.LyuminoforColorA a{
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-transition: background-color .4s linear, color .4s linear;
  -moz-transition: background-color .4s linear, color .4s linear;
  -o-transition: background-color .4s linear, color .4s linear;
  -ms-transition: background-color .4s linear, color .4s linear;
  transition: background-color .4s linear, color .4s linear;
     color: #0074bf;
 
}
.LyuminoforColorA a:active { 
	width: 50px;
    height: 50px;
    padding: 10px 5px;
	border: 2px double;
    display: inline-block;
    padding: .4375rem;
	 border-radius: 134px;

}
.LyuminoforColorA a:hover, .LyuminoforColorA a:focus {
  text-decoration: none;
  color: #2aff0e;
}

        /* 111111111111111111111111*/
		
	.LyuminoforColorActive{
width: 50px;
    height: 50px;
    padding: 10px 5px;
    border: 1px double #000000;
    display: inline-block;
    padding: .4375rem;
    border-radius: 134px;
    /* color: #000000; */
    background: #2974bf;
}


.a LyuminoforColorActive{
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-transition: background-color .4s linear, color .4s linear;
  -moz-transition: background-color .4s linear, color .4s linear;
  -o-transition: background-color .4s linear, color .4s linear;
  -ms-transition: background-color .4s linear, color .4s linear;
  transition: background-color .4s linear, color .4s linear;
     color: #0074bf;
 
}
.a LyuminoforColorActive:active { 
	width: 50px;
    height: 50px;
    padding: 10px 5px;
	
    border: 1px double #000000;
    display: inline-block;
    padding: .4375rem;
	 border-radius: 134px;

}
.a LyuminoforColorActive:hover, a.LyuminoforColorActive:focus {
  text-decoration: none;
  color: #2aff0e;
}
	
 .TextShopBlue { 
    font-size: 15px;
    line-height: 24px;
    color: #212223;
    text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #6b6b6b;
}
		
		/* 111111111111111111111111*/

/*  =Начало======= Корзина ========== */



table.KorzinaTable {
  border: 1px solid #ccc; 
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.KorzinaTable {
    font-size: 15px;
    text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #6b6b6b;
    width: 98%;
    border: 1px double #dddddd;
    border-collapse: collapse;
    margin: 1%;
    padding: 10px;
    word-wrap: break-word;
	}

table.KorzinaTable caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table.KorzinaTable tr {
   /* background: #f8f8f8;*/ 
    /* border: 1px solid #ddd; */
  padding: .35em;
}
table.KorzinaTable th,
table.KorzinaTable td {
     padding: 8px;
    text-align: center;
    text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #6b6b6b;
    font-size: 15px;
    border: 1px double #dddddd;
    word-wrap: break-word;
}
table.KorzinaTable th {
   font-size: 17px;
       text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #6b6b6b;
 
  /*letter-spacing: .1em;
  text-transform: uppercase;*/  
} 
@media screen and (max-width: 600px) {
  table.KorzinaTable {
    border: 0;
  }
  table.KorzinaTable caption {
    font-size: 1.3em;
  }
  table.KorzinaTable thead {
    display: none;
  }
  table.KorzinaTable tr {
     /*     border-bottom: 1px solid #000; */
    display: block;
    margin-bottom: .625em;
	
  }
  table.KorzinaTable td {
    border-bottom: 1px solid #0566b3;
    display: block;
    font-size: 16px;
   /*  text-align: center;*/
    text-align: right; 
    text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #6b6b6b;
 }
  table.KorzinaTable td:before {
    content: attr(aria-label);
    float: left;
    font-weight: bold;
   /*  text-transform: uppercase;*/  
  }
  table.KorzinaTable td:last-child {
    border-bottom: 0;
  }
}

.KorzinaButton {
    background: #0566b3;
    border: 0;
    width: 100%;
    padding: 11px 2px;
    color: #fff;
    /* transition: 0.4s; */
    text-align: center;
    /* cursor: pointer; */
    box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
    text-shadow: 0 1px 1px #929292, 1px 0 1px black, 0 0 8px #040404, 0 0 8px #797979, 0 0 8px #6b6969, 2px 2px 3px #6b6b6b;
    position: absolute;
    bottom: 0;
}

/* Modal Modification */

.modalKorzina-content {
	border-radius: 0px;
}

.modalKorzina-body {
  padding: 0px;
}

.modalKorzina-body h4 {
       font-family: 'Libre Baskerville', serif;
    /* font-style: italic; */
    font-weight: 400;
    font-size: 15px;
    padding: 10px 10px 0;
    color: #af7d3c;
    text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #000000;
	
	}

.modalKorzina-body h5 {
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  padding: 10px 10px 0;
}

.modalKorzina-body p {
        margin-left: 1%;
        margin-left: 1%;
    line-height: 18px;
}

.modalKorzina-footer {
  background: #f2f2f2;
}

.KorzinaText {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #0570b9;
    /* text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #6b6b6b; */
}

.DeleteKorzina {
    position: absolute;
    right: 10px;
    top: 10px;
    box-align: right;
    /* margin: 0px 0 0px 0%; */
    /* display: block; */
    font-size: 10px;
    color: #ffffff;
    background-color: #bc1c1c;
    border-color: #282724;
    background: #bc1c1c;
    /* width: 99%; */
    cursor: pointer;
    box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
    /* text-shadow: 0 1px 1px #929292, 1px 0 1px black, 0 0 8px #040404, 0 0 8px #797979, 0 0 8px #6b6969, 2px 2px 3px #6b6b6b; */
}

.KorzinaTextDelete {
    font-size: 10px;
    color: #ffffff;
    background-color: #bc1c1c;
    border-color: #282724;
    background: #bc1c1c;
    width: 99%;
    cursor: pointer;
    box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
    text-shadow: 0 1px 1px #929292, 1px 0 1px black, 0 0 8px #040404, 0 0 8px #797979, 0 0 8px #6b6969, 2px 2px 3px #6b6b6b;
}

/*  =Конец======= Корзина ========== */

EpoxyRegion  { font-size: 17px;
    text-decoration: line-through;
    color: #bd0000;  
	}


EpoxyRegion2  {     font-size: 17px;
    /* text-decoration: line-through; */
    color: #1c9a0e;  }

	
 .fig {
    text-align: center; /* Выравнивание по центру */ 

   }

  .GAPPA_production__text {
   /* color: #fff; */
    font-size: 18px;
    line-height: 1.2em;
    font-family: Gilroy-Regular;
    margin: 21px;
    /* letter-spacing: .025em; */
    text-align: left;
    text-indent: 1.4em;
}

.korzina {
	    border: 0;
    padding: 11px 2px;
    color: #000;
    text-align: center;
    border-style: dotted;
    /* border: dashed; */
    cursor: pointer;
    border-color: rgb(164, 163, 163);
}

.KorzinaBrd {
	
    /* float: left; */
    /* height: 50px; */
    /* width: 50%; */
    /* padding: 15px; */
    padding: 10px;
    /* background: #d0ff51; */
    /* border-radius: 10px; */
	
   }

.add_item:hover {
    /* background: #ff8c61; */
    background: #00c31a;
    text-shadow: 0 1px 1px #929292, 1px 0 1px black, 0 0 8px #040404, 0 0 8px #797979, 0 0 8px #6b6969, 2px 2px 3px #6b6b6b;
}
.add_item  {
    background: #0566b3;
    border: 0;
    width: 90%;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
    box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
    text-shadow: 0 1px 1px #929292, 1px 0 1px black, 0 0 8px #040404, 0 0 8px #797979, 0 0 8px #6b6969, 2px 2px 3px #6b6b6b;
}

.OpisanieTovara {
    color: #000000;
    /* padding: 0; */
    /* margin-bottom: 12px; */
    font-family: 'Open Sans', sans-serif;
    /* font-weight: 400; */
    font-size: 16px;
    /* line-height: 26px; */
    /* color: #42413e; */
    /* margin-top: 10px; */
    /* font-size: 14px; */
    /* line-height: 24px; */
    /* color: #6b6b6b; */
    /* color: #000; */
    text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #6b6b6b;
}
	

.TextVideoOpisanie {
    color: #000000;
	font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    margin: 5px 30px 20px 30px;
    font-size: 16px;
    text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #6b6b6b;
}




   /* RADIO батаны */

   
.Bimg {
	width: 250px;
    height: 250px;
    border-radius: 30px;
    border: 1px solid #666;
    box-shadow: 0 0 7px #666;
}   
   
   
   
   
   
/*   ТЕСТИРУЮ ФУТЕР   */
.footer_top {
    padding: 5em 0;
    background: #2a2a2a;
    text-align: center;
	width: 100%;
}

.footer_top h3 {
    color: #FFF;
    font-weight: 700;
    font-size: 2em;
    margin-bottom: 0.8em;
}
.footer_top p {
    padding: 2em 0;
    color: #ffffff;
    font-size: 0.85em;
    font-size: 14px;
    line-height: 24px;
}

.footer_top a {
    color: #167fff;
}

.footer-bottom {
    background: #515151;
    padding: 1em 0;
    text-align: center;
	width: 100%;
}


.footer-bottom p {
    /* padding: 2em 0; */
    color: #ffffff;
    /* font-size: 0.85em; */
    /* font-size: 14px; */
    /* line-height: 24px; */
}
.footer-bottom a {
    color: #337ab7;
}
.priceValue {
    height: 50px;
    font-size: 22px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: #b72627;
    text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #000000;
}

.h4 {
    height: 50px;
    font-size: 22px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: #b72627;
    text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #000000;
}


.TelefonZV {
    height: 50px;
    font-size: 22px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    text-align: center;
}
.TelefonZV:hover {
    height: 50px;
    font-size: 24px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    text-align: center;
}

.ZakazZvonok {

    height: 50px;
    font-size: 22px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    background-color: #28ba0d;
    color: #fff;
    text-align: center;
} 

.ZakazZvonok:hover{ 
	height: 50px;
    font-size: 24px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    background-color: #28ba0d;
    color: #fff;
    text-align: center;

}

.ZakazZvonok a:hover{ 
	height: 50px;
    font-size: 24px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    background-color: #28ba0d;
    color: #fff;
    text-align: center;

}



/* Форма ФОС1 */
.FosControl {
    display: block;
    width: 90%;
    height: 34px;
    font-size: 14px;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-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;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.FosLabel {
    max-width: 90%;
    font-weight: 700;
    font-size: 18px;
    margin-left: 20px;
    margin-right: 20px;
    color: #000;
    text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #6b6b6b;
}


.TextKTovaru {
    color: #0074bf;
    /* padding: 0; */
    /* margin-bottom: 12px; */
    font-family: 'Open Sans', sans-serif;
    /* font-weight: 400; */
    font-size: 16px;
    /* line-height: 26px; */
    /* color: #42413e; */
    /* margin-top: 10px; */
    /* font-size: 14px; */
    /* line-height: 24px; */
    /* color: #6b6b6b; */
    /* color: #000; */
    text-shadow: 0 1px 1px white, 1px 0 1px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 2px 2px 3px #6b6b6b;
}






/* Footer 
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
*/
section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: #007b5e !important;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}



/*-----------------------------------------------------------*/