#navbar {
  background-color: #333;  
  position: fixed;
  top: -50px;
  width: 100%;
  display:block;  
  transition: top 0.3s;
}

#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 15px;
}

#navbar a:hover {
  background-color: black;
}

#outk_korzina {
    position: fixed; /* Фиксированное положение */
    right: 10px; /* Расстояние от правого края окна браузера */
    top: 30%; /* Расстояние сверху */
    align: right; 
}


.buttom_korzina
 {
    background-color:#037004; /* Цвет фона #33cccc  #11EE2E */
    color: #ffffff; /* Цвет текста */                      
    border: 2px dashed maroon; /* Рамка вокруг заголовка */
    align: center;
    width: 200px;
    height: 60px;
    font-family: 'Old Standard TT',sans-serif;
    font-style: italic;
    text-align: center;
 }

.buttom_korzina2
 {
    background-color:#037004; /* Цвет фона #33cccc  #11EE2E */
    color: #ffffff; /* Цвет текста */
    border: 2px dashed maroon; /* Рамка вокруг заголовка */
    align: center;
    width: 300px;
    height: 60px;
    font-family: 'Old Standard TT',sans-serif;
    font-style: italic;
    text-align: center;
 }


.btn-ens-style{ background-color:#119202; }
.btn-ens-style{ border-color:#a42037; }
.btn-ens-style{ color:#e8f2f1; }
.btn-ens-style{ font-size:14px; }
.btn-ens-style{ padding-left:56px; padding-right:56px; }
.btn-ens-style{ padding-top:13px; padding-bottom:13px; }
.btn-ens-style{ border-width:1px; }
.btn-ens-style:hover{ background-color:#F23A0D; }
.btn-ens-style:hover{ border-color:#a42037; }
.btn-ens-style:hover{ color:#ffffff; } 




   .layerA1 {
            background-color:#9F9FCC ; /* Цвет фона #33cccc*/
			/*width: 500px;      /* Ширина слоя в пикселах */
		    }

   .layerA2 {
             background: #000000; /* Цвет фона #faf0e6 */
			 color: #ffffff; /* Цвет текста */
			 margin-left:  10%;
			 margin-right: 10%;
			 }

    .hig10	{
		     height: 1px;
	        }
			
	.margin_0 {
		       margin: -10px;
	           }

  #centerLayer {
                  text-align: left; /* Выравнивание по левому краю */
                  margin-top: 10%;
                  }
				  
  #textv  {
            text-shadow: 4px 3px 0px #fff, 6px 5px 0px rgba(0,0,0,0.15);   
/*            text-shadow: 4px 3px 0px #fff, 9px 8px 0px rgba(0,0,0,0.15);   */

/*			text-shadow: 0 1px 0 #ccc,
	               0 2px 0 #c9c9c9,
	               0 3px 0 #bbb,
	               0 4px 0 #b9b9b9,
	               0 5px 0 #aaa,
	               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);    */
				   
/*				   text-shadow: -10px 10px 0px #00e6e6,
	                 -20px 20px 0px #01cccc,
	                 -30px 30px 0px #00bdbd;
			*/
            }

    .abaut {
              background: #faf0e6; /* Цвет фона */
              border: 2px dashed maroon; /* Рамка вокруг заголовка */
              color: #0000ff; /* Цвет текста */
	          align: center;
              padding: 10px; /* Поля вокруг текста */ 
	        }

 LI.aaa { 
    color: #0000ff; /* Цвет текста */
    list-style-image: url(../../images/check.png); /* Путь к файлу с маркером   png*/
    list-style-position: inside;
   }

 .vubor{
	     background: #279B0B; /* Цвет фона */
       }
 .notvubor{
	     background: #CA181A; /* Цвет фона */
       }

 li.naklon {
    display: inline-block; /* Строчно-блочные элементы */
    background: #AAE6EE; /* Цвет фона   #CA181A*/
    margin-right: 3px; /* Расстояние между пунктами меню */
    -webkit-transform: skewX(-30deg); /* Для Safari и Chrome */
    -moz-transform: skewX(-30deg); /* Для Firefox */
    -o-transform: skewX(-30deg); /* Для Opera */
    -ms-transform: skewX(-30deg); /* Для IE */
    transform: skewX(-30deg); /* CSS3 */
    height: 35px;

   }
   a.naklon {
    color: #000; /* Цвет ссылок #fff*/
    display: block; /* Блочный элемент */
    padding: 5px 5px; /* Поля вокруг текста */
    text-decoration: none; /* Убираем подчёркивание */
    -webkit-transform: skewX(30deg); /* Для Safari и Chrome */
    -moz-transform: skewX(30deg); /* Для Firefox */
    -o-transform: skewX(30deg); /* Для Opera */
    -ms-transform: skewX(30deg); /* Для IE */
    transform: skewX(30deg); /* CSS3 */
   }
   li.naklon:hover {
    background: #333; /* Цвет фона при наведении курсора мыши */
   }


 li.anaklon {
    display: inline-block; /* Строчно-блочные элементы */
    background: #1B7683 ; /* Цвет фона #279B0B*/
    margin-right: 3px; /* Расстояние между пунктами меню */
    -webkit-transform: skewX(-30deg); /* Для Safari и Chrome */
    -moz-transform: skewX(-30deg); /* Для Firefox */
    -o-transform: skewX(-30deg); /* Для Opera */
    -ms-transform: skewX(-30deg); /* Для IE */
    transform: skewX(-30deg); /* CSS3 */
    height: 35px;
   }
   li.anaklon:hover {
    color: #fff; /* Цвет ссылок */
   }



.interest {
 background: #f2efe6 url(images/shadow.png) no-repeat 0 100%; 
             /* Параметры фона */
 padding: 10px; /* Поля */
 font-size: 0.9em; /* Размер шрифта */
 width: 400px;
 align: center;
}
.interest h3 {
 margin: 0 0 -10px; /* Отступы в заголовке */
}

.h1_size
        {
          font-size: 3em; /* Размер шрифта */
         }

h2 
 {
     font-family: sans-serif; 
     font-size: 0.9em; /* Размер шрифта */
  }




/*Объемный текст 

h3.v 
 {font-family: 
  sans-serif; 
  font-size:50pt;
  color:Darkorange; 
  }
  
h3.p {color:Red}     Yellow 
h3.t {color:Gray}
*/

.vv3 {
     font-weight: normal;
     color:white;
     font-family: sans-serif; 
     }




.vv {
     font-weight: normal;
     color:white;
     font-family: sans-serif; 

/*
  margin:100px auto;
  background-color:#666699;
  text-align:center;
  font-size:100px;
  color:white;
  position:relative;
  left:0;
  text-shadow:
    0px 1px 0px #c4dbe2,
    1px 2px 0px #b4d1d9,
    2px 3px 0px #a6c6cf,
    3px 4px 0px #94b8c3,
    4px 5px 0px #87aeb9,
    5px 6px 0px #7aa3af,
    6px 7px 0px #6d97a3,
    7px 8px 0px #618b98,
    8px 9px 0px #56818e,
     9px 10px 0px #4c7683,
    14px 15px 25px rgba(0,0,0,.9);
  	transition: .5s ease-in-out;
*/
}
/*
h2:hover {
	left:20px;
  text-shadow:
    -1px 1px 0px #c4dbe2,
    -2px 2px 0px #b4d1d9,
    -3px 3px 0px #a6c6cf,
    -4px 4px 0px #94b8c3,
    -5px 5px 0px #87aeb9,
    -6px 6px 0px #7aa3af,
    -7px 7px 0px #6d97a3,
    -8px 8px 0px #618b98,
    -9px 9px 0px #56818e,
    -10px 10px 0px #4c7683,
    -15px 15px 25px rgba(0,0,0,.9);
}
*/

.text_infon
 {
	 font-family: Merriweather,sans-serif; 
         font-size:   20px;
	 padding: 20px;     /* Поля вокруг текста */
	 color:#ffffff;
 }	


.text_info
 {
	 font-family: Merriweather,sans-serif; 
         font-size:   20px;
/*	 text-indent: 20px; /* Отступ первой строки в пикселах */
/*	 padding: 10px;     /* Поля вокруг текста */
	 color:#ffffff;
 }	

.text_info:first-letter
 {
/*	 font-family: Merriweather,sans-serif;   */
    text-indent: 20px; /* Отступ первой строки в пикселах */
/*    padding: 10px;     /* Поля вокруг текста */
    font-family: 'Times New Roman', Times, serif; /* Гарнитура шрифта первой буквы */
    font-size: 200%; /* Размер шрифта первого символа */
    color: red; /* Красный цвет текста */
 }	


.text_but
 {
	 font-family: Merriweather,sans-serif; 
         font-size:   15px;
	 color:#ffffff;
 }	

.text_but:first-letter
 {
    text-indent: 20px; /* Отступ первой строки в пикселах */
    font-family: 'Times New Roman', Times, serif; /* Гарнитура шрифта первой буквы */
    font-size: 200%; /* Размер шрифта первого символа */
    color: red; /* Красный цвет текста #311EE1*/
 }	


.text_cena
 {
    font-family: Merriweather,sans-serif; 
    color:#ffffff;
    margin-top: -40px;   
 }	

.text_cena:first-letter
 {
    font-family: Merriweather,sans-serif; 
    font-size: 200%; /* Размер шрифта первого символа */
    color: red; /* Красный цвет текста #311EE1*/
 }	









.text_in
 {
	 font-family: Merriweather,sans-serif; 
         font-size:   20px;
	 padding: 10px;     /* Поля вокруг текста */
	 color:#ffffff;
         margin-top: -280px;   
 }	




.Montserrat_shrift {
 padding: 0 20px;
 font-family: 'Montserrat';
 font-size:40px;
}


.Merriweather_shrift
 { 
	font-family: Merriweather, sans-serif; 
 }

h3 
 {
 font-family: sans-serif; 
 font-style: normal; 
 font-size:   40px;
  }
  
 .tbold
 {
	 font-weight: bold;
 }	 

ul.kontakt {
            list-style-type:none;
/*    color:#ffffff; */
           color:#00FFE6;            /* white */

	   list-style-position:outside;
} 
li.kontakt::before {
  content: "\2022"; 
  color: red;
  display: inline-block; 
  width: 1rem;
  margin-left: -1rem;    
}

a.kontakt
  {
  color:#DBD0EA;
  }

    .parent {
    margin: 20%; /* Отступы вокруг элемента */
    background: #fd0; /* Цвет фона */
    padding: 10px; /* Поля вокруг текста */
   } 
   .child {
    border: 3px solid #666; /* Параметры рамки */
    padding: 10px; /* Поля вокруг текста */
    margin: 10px; /* Отступы вокруг */
   }

.containern {
    position: relative;
    margin: 0 auto;
}

.containern img {vertical-align: middle;}

.containern .content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Black background with transparency */
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}


.old_st_font {
  font-family: 'Old Standard TT', sans-serif;
  font-style: italic;
 }


.title_s {
          font-size: 200%;           /* 3em*/
          font-family: 'Old Standard TT', sans-serif;
          font-style: italic;
          color:#ffffff;            /* white color:#DBD0EA;*/
 		  text-transform:none;
 		  align:center;
         }

.title_ss {
		margin: 0;
		padding: 0;
          font-size: 150%;           /* 3em*/
          font-family: 'Old Standard TT', sans-serif;
          font-style: italic;
          color:#DBD0EA;            /* white */
 		  text-transform:none;
 		  align:center;
         }


.n_otstup {
/*             margin: -10% 0 -5% 0;  */
            }

.nn_otstup {
             margin: -15% 0 0 0;
            }

		 
.artikul_s {
/*             margin: -5% -5% -5% -5%;   */
  	padding: 5px;
          font-family: sans-serif;
          font-style: italic;
          color:#DBD0EA;            /* white #DBD0EA*/
 		  text-transform:none;
          font-size: 150%;           /* 3em*/
 		  align:center;
}	

.cena_s {
             margin: -5% 0 15px 0;
          font-family: 'Old Standard TT',sans-serif;
          font-style: italic;
          color:#DBD0EA;            /* white #DBD0EA*/
 		  text-transform:none;
          font-size: 170%;           /* 3em*/
 		  align:center;
}

		 
		 
.semilayer {
    padding: 5px; /* Поля вокруг текста */
    background: #000000; /* Цвет фона */
    margin: 0 auto; /* Выравниваем слой по центру */
    width: 80%; /* Ширина слоя */
    opacity: 0.9; /* Значение прозрачности */
    filter: alpha(Opacity=90); /* Прозрачность в IE */
   }		 
.prozr {
  background-color: rgba(0, 0, 0, 0.1); 
}

.fon_bg {
  background-image : url(../../images/fon2.jpg);
  background-repeat: repeat-y;  /* повторение по вертикали  */
	
}
.n_bdr {
        border-width:0px;
		border-top-width: 0px;
		border-color:transparent; /* прозрачный цвет */

 

   }

.modal_st {   
  text-align: center;
  color:#DBD0EA;
  font-size: 18px;
  font-weight: 400;

}



  #navb {
 	display: block;  
	}

 @media screen and (max-width: 980px) {
  #navb {
 	display: none;  
	}
		}

/*  ******************************************************************************  */

.APortmain {
/*    max-width: 1000px;
    margin: auto; 
*/
    padding: 0;  
    margin: 0 0 -5% 0;  
    align:center;
}

.APortrow {
/*    margin: 20px -16px;     */
    padding: 0;  
    margin: 0 0 -5% 0;  
}

/* Add padding BETWEEN each column (if you want) */
.APortrow,
.APortrow > .APortcolumn {
    padding: 20px; 
}

/* Create four equal columns that floats next to each other */
.APortcolumn {
    float: left;
    width: 50%;     
}

/* Clear floats after rows */
.APortrow:after {
    content: "";
    display: table;
    clear: both;
}

/* Content */
.APortcontent {
/*    background-color: white;    */
    padding: 5px;  
    align: center;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
    .APortcolumn {
        width: 100%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .APortcolumn {
        width: 100%;
    }
}

