/* Global */
* {
    box-sizing: border-box;
    margin:0;
    padding: 0;
}

#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 95%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index:10000;
}

#cookie_note p{
    margin: 0;
    -font-size: 11pt;
    text-align: left;
     color: #424040;
	padding-right:10px;
}

#cookie_note a{-font-size:11pt;-color:#086bc2;text-decoration: underline;}
#cookie_note a:hover{-font-size:11pt;-color:#ed5003; text-decoration: none;}

.btnss {
    padding: 0.5em 1.5em; /* Поля по вертикали и горизонтали */
    background-color: transparent; /* Прозрачный цвет фона */
    font-size: 0.9em; /* Размер текста */
    text-transform: uppercase; /* Все буквы заглавные */
    color: #1e73be; /* Цвет текста */
    border: 2px solid #1e73be; /* Параметры рамки */
    border-radius: 0.4em; /* Радиус скругления */
    margin-top:5px;
   }
   
   .btnss:hover{cursor: pointer; color: #c6181b; border: 2px solid #c6181b;}

.cookie_accept{
    width:120px;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }

   
    
    .btnss {margin-top:5px; }
}


html,
body {
   font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333333; 
}


a {
  color: #1f36e2;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #c6181b;
  text-decoration: none;
  background-color: transparent;
}

.contents ul{padding-left:15px; padding-top:5px; padding-bottom:5px; margin-left:15px; margin-top:5px; margin-bottom:5px;line-height: 1.5;list-style-type:disc; letter-spacing: 0.7px;}
.contents ol{padding-left:15px; padding-top:5px; padding-bottom:5px; margin-left:15px; margin-top:5px; margin-bottom:5px;line-height: 1.5;list-style-type:decimal; letter-spacing: 0.7px;}

.contents ul, ol, li{-padding-bottom: 10px;}
.contents h1{font-size:22pt; }
.contents h2{font-size:19pt; margin-top:10px; margin-bottom:5px; }
.contents h3{font-size:17pt; }
.contents p{
    padding-top:9px; 
    padding-bottom: 9px; 
    text-align: justify;       
    
}



.contents img, .logo_top img, .banner_top img, .catalog_items img {
    width: auto\9;
    height: auto;
    max-width: 100%;    
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.contents{
    line-height: 1.2;
    padding-top: 15px;
}

.border{border:1px solid red;}
.block_1280{max-width: 1140px; }
.block_center_margin{margin: 0 auto;}

.block_1280{max-width: 1140px; }
.block_center_margin{margin: 0 auto;}

.wrapper {
  min-height:100vh; 
    display: flex;
    flex-direction: column;
}

/* Header */
.header {    
    padding: 10px;
    
}

.header_block{
	margin: 0 auto; 
	max-width: 1140px;
	
}

.shapka_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.logo_top img{max-height: 70px; vertical-align: text-bottom;}
.banner_top img{width: 414px; height: auto; vertical-align: text-bottom;}


  


.menu_block{background: #1e73be;}

.header__list {
    display: flex;
    list-style: none;
    justify-content: center;

}

.header__list-item {
    margin: 0 15px 0 0;
}

/* Content */

.content {
    display: flex;
    flex-grow: 5;
    margin: 0 auto; 
	max-width: 1140px;

}

.flex_dop{
    display: flex;
    flex-grow: 5;
}


.content__left-bar,
.content__right-bar {
    min-width: 250px;
    width: 250px;


}

.content__left-bar {
    background: #c798b8;
}

.content__right-bar {
    background: #9cb0c7;
}

.content__text,
.footer__text {
    text-align: center;
}

/* Задаём порядок */
.content__left-bar {
    order: 1;
}

.content__main {
    order: 2;
    width: 100%;
}

.content__right-bar {
    order: 3;
}

/* Main */

.content__main {
    padding: 15px 10px;
}

/* Footer */

.footer {
    background: #2e2e2e;
    
}

.footer__text {
    margin: 0;
}

.flex_dop{background:#eaeaea;}







.footer_plashka_color{
    background-color: #1e73be;
    padding: 20px 15px;
	color:#ffffff;
	text-align: center;
}


.footercredits {
  padding: 10px;  
  font-size: 11px;
  text-align: center;
  color: #eeeeee;
}



.catalog_table{margin-top: 30px;}


.catalog_table img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  border: 0;

}

.catalog_table td{padding: 10px;}


 /*Адаптивное меню*/
.menu{
    display:flex; 
    background-color: #1e73be; 
    align-items: center; 
    justify-content: center;
      margin: 0;
      padding: 8px 0;
      list-style: none;

}
 

 
.menu li a {

text-decoration:none;
-padding:11px;
-display:block;
-color:black;

  font-family: "Source Sans Pro";
  font-weight: 400; 
  letter-spacing: 0.2px;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-style: normal;
  color: #fff;
  font-size: 18px;
  -border: 1px solid red;
  border-right: 1px solid #ffffff;

}

.menu > li > a {
  text-transform: uppercase;
}

.menu > li:last-child a {padding-right: 0; border-right: none;}
 
.menu li a:hover, .menu li:hover > a{color:#fcfdb4;}

/* hide the second level menu 
.menu ul {display: none;
margin: 0;
padding: 0;
width: 150px;
position: absolute;
top: 43px;
left: 0px;
background: #ffffff;
}

*/
 
/* display second level menu on hover */
.menu li:hover > ul{ display: block;}
 
.menu ul li {display:block;
float: none;
background:none;
margin:0;
padding:0;
}
 
.menu ul li a {font-size:12px;
font-weight:normal;
display:block;
color:#797979;
border-left:3px solid #ffffff;
background:#ffffff;}
 
.menu ul li a:hover, .menu ul li:hover > a{
background:#f0f0f0;
border-left:3px solid #ffffff;
color:#797979;
}



/* change level 3 menu positions 
.menu ul ul {left: 149px;
    top: 0px;
}
*/

.mobile-menu{
    text-align: center;
    display:none;
width:100%;
padding:11px;
background:#1e73be;
color:#ffffff !important;
text-transform:uppercase;
font-weight:600;
}
.mobile-menu:hover{background:#045ba7;
color:#ffffff;
text-decoration:none;
}


.catalog_flex{
    display: flex;
    justify-content: space-around;
    padding-top: 30px;
    flex-wrap: wrap;
 
    

}



.catalog_items img{width: 350px; height: auto;}
.catalog_items{padding: 10px; text-align: center;}
.name_img{
    background: #e3e3e3; 
    padding: 5px; 
    text-align: center;
    margin-top: 10px;

}
.name_img img{
    max-width: 280px; 
    height: auto;
    
}

.catalog_w{flex-basis: 100%!important;}
.img_w img{width: 100%; height: auto;}


#scroll_top {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    width: 32px;
    height: 32px;
    background: url(images/scroll_top.png) 50% 50% no-repeat;
    -border-radius: 50%;
    opacity: 0.5;
}
#scroll_top:hover {
    opacity: 1;
}


.soderganie{ padding-top: 15px;}
.soderganie h1{
    text-align: center;
    color: #800000;
    font-size: 26px;
}

.tovat_flex{
    display: flex;
    padding-top: 25px;
}

.tovat_items_opis{
    flex-basis: 500px;
    padding-left: 20px;
}

.tovat_opis{
    color: #444;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  
}

.tovat_items_opis h3{
    color: #000080;
    font-weight: 600;
    padding-bottom: 3px;

}

.tovat_items_opis{
    font-size: 17px;
    line-height: 24px;
}

.tovat_opis_block{padding-top: 25px;}

.video_block{padding-top: 50px; padding-bottom: 15px;}

.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}



@media screen and (max-width: 1200px) {
.catalog_items img{width: 100%; height: auto;}
.catalog_items{flex-basis: 33.33%;}

    
}



@media screen and (max-width: 1024px) {
.logo_top img{max-height: 65px; vertical-align: text-bottom;}


}



@media screen and (max-width: 768px) {
.shapka_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.logo_top{padding-bottom: 15px;}
.banner_top{padding: 0 10px ;}

.logo_top img{max-height: 55px; vertical-align: text-bottom;}
.shapka_items{flex-basis: 100%;}
.header_block{text-align: center;}


.menu{display:none; padding: 0;}
 
.mobile-menu{display:block;
margin-top:0px;}
 
nav{margin:0;
background:none;}
 
.menu li{display:block;
margin:0;}
 
.menu li a {background:#ffffff;
color:#797979;
text-transform: none;
padding:11px;
text-decoration:none;
display:block;
border-bottom:1px solid #e0e0e0;
border-left:3px solid #ffffff;}
 
.menu li a:hover, .menu li:hover > a{
background:#f0f0f0;
color:#000000;
border-left:3px solid #1e73be;}
 
/*level 2 and 3 - make same width as all items
.menu ul {display:block;
position:relative;
top:0;
left:0;
width:100%;}
 
.menu ul ul {left:0;}
 */



.tovat_flex{
    display: flex;
    padding-top: 25px;
    flex-wrap: wrap;
}

.tovat_items_opis{
    flex-basis: 100%;
    padding-left: 0px;
    padding-top: 10px;
}

}


@media screen and (max-width: 480px) {
.catalog_items{flex-basis: 50%;}

}

 
 



  
  