/* 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: 0.7rem;
    text-align: left;
    color: black;
}

.btnss {
    padding: 0.5em 1.5em; /* Поля по вертикали и горизонтали */
    background-color: transparent; /* Прозрачный цвет фона */
    font-size: 0.9em; /* Размер текста */
    text-transform: uppercase; /* Все буквы заглавные */
    color: #1e60aa; /* Цвет текста */
    border: 2px solid #1e60aa; /* Параметры рамки */
    border-radius: 0.4em; /* Радиус скругления */
    margin-top:5px;
   }
   
   .btnss:hover{cursor: pointer;}

.cookie_accept{
    width:112px;
}
@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: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #424040;
  font-size: 12pt; 
}

.content__main img {
    width: auto\9;
    height: auto;
    max-width: 100%;    
    border: 0;
    -ms-interpolation-mode: bicubic;
}


.content__main p{
    padding-top:7px;  
    padding-bottom: 7px; 
    text-align: justify; 
    line-height: 1.4;
}

.content__main 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;}
.content__main 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;}

a{color: #0078D0; text-decoration: underline;}
a:hover{color: #F98655; text-decoration: none;}



.border{border:1px solid red;}
.block_1280{max-width: 1280px; }
.block_center_margin{margin: 0 auto;}

.block_1280{max-width: 1280px; }
.block_center_margin{margin: 0 auto;}

.wrapper {
  min-height:100vh; 
    display: flex;
    flex-direction: column;
}

/* Header */
.header {   
   background-image: url('images/cropped-01.jpg'); 
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment:fixed;
    background-position: bottom;
    min-height: 600px;
    display: flex;
    align-items:flex-end;
    

    
}

.head_page{
 background-attachment:scroll!important;
   background-position: center center;
    min-height: auto!important;


}

.header_block{
	margin: 0 auto; 
	max-width: 1280px; 
	-background: maroon;
    width:100%;
    padding-bottom: 30px;
    padding-top: 20px;
    

}

.header_items{
    width:100%;
     background-image: url('images/grdn.png'); 
}


.menu_block{background: red;}

.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: 1280px;

}

.flex_dop{
    display: flex;
    flex-grow: 5;
}


.content__left-bar,
.content__right-bar {
    min-width: 300px;
    width: 300px;


}

.content__left-bar {
    -background: #c798b8;
    border-left:1px solid #eeeeee;
    padding: 25px 10px;
}

.content__right-bar {
    background: #9cb0c7;
}

.content__text,
.footer__text {
    -text-align: center;
}

/* Задаём порядок */
.content__left-bar {
    order: 2;
}

.content__main {
    order: 1;
    width: 100%;
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 0;
    padding-bottom: 20px;
}

.content__right-bar {
    order: 3;
}

/* Main */



/* Footer */

.footer {
    -background: #85eb85;
    padding: 20px;
    text-align: center;
    border: 1px solid #eeeeee;
    color:silver;
}

.footer__text {
    margin: 0;
}


.zag_shapka a{
    color: #ffffff; 
    text-decoration: none; 
    text-transform: uppercase;
    font-size: 15pt;

}

.zag_shapka a:hover{
    color: #ffffff; 
    text-decoration: none; 
    text-transform: uppercase;
    font-size: 15pt;
}



.zag_shapka2 a{
    color: #ffffff; 
    text-decoration: none; 
    text-transform: uppercase;
    font-size: 30pt;
    font-weight: 700;

}



.zag_shapka2 a:hover{
    color: #ffffff; 
    text-decoration: none; 
    text-transform: uppercase;
    font-size: 30pt;
    font-weight: 700;

}

.url_shapka{color: #ffffff; font-size: 14pt;}


/* Search */

.d1 form {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.d1 {-background: #A3D0C3;}
.d1 input {
  width: 100%;
  height: 42px;
  padding-left: 10px;
  border: 1px solid silver;
  border-radius: 5px;
  outline: none;
  -background: #F9F0DA;
  color: #9E9C9C;
}
.d1 button {
  position: absolute; 
  top: 0;
  right: 0px;
  width: 42px;
  height: 42px;
  border: none;
  background: #000000;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.d1 button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  color: #F9F0DA;
}


.menu_left{padding-top: 20px;}

.menu_left ul li{
    list-style-type: none;
    padding: 7px 0;
    border-bottom: 1px solid #eeeeee;
}

.menu_left ul li a{text-decoration: none;}

.bloki_razdel{padding-top: 20px;}
.otst_bloki{padding-top: 10px;}
.bloki_zag{
    font-weight: 600;
    padding: 5px 10px;
    background-color: #eeeeee;
    font-size: 13pt;
}

.punkt_razdel{
    padding: 10px;
    display: flex;    
}

.downloads{padding-left: 10px;}
.downloads a{
    padding: 5px 10px; 
    background-color:#000000; 
    color:#ffffff;
    border-radius: 5px;
    text-decoration: none;
     }

.downloads a:hover{
    padding: 5px 10px; 
    background-color:#8a8a8a; 
    color:#ffffff;
    border-radius: 5px;
    text-decoration: none;
     }

.downloads:active {
    position:relative;
    top:1px;
}

.crumbs {
  padding-bottom: 5px;
  font-size: 11pt;
  color: gray;
}

	.crumbs a {
  font-size: 11pt;
  color: gray;
  text-decoration: underline;
}
	
	.crumbs a:hover {
  font-size: 11pt;
  color: gray;
  text-decoration: none;
}



  :focus::-webkit-input-placeholder {opacity:0;}/* webkit */
  :focus::-moz-placeholder          {opacity:0;}/* Firefox 19+ */
  :focus:-moz-placeholder           {opacity:0;}/* Firefox 18- */
  :focus:-ms-input-placeholder      {opacity:0;}/* IE */




@media screen and (max-width: 1300px) {
.header_block{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-top: 20px;
    

}

.content__main {padding-left: 10px;}




}


@media screen and (max-width: 1024px) {
.header_block{
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px;
}
.header {   
   background-image: url('images/cropped-01.jpg'); 
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment:scroll;
   background-position: center center;
    min-height: auto;
    display: flex;
    align-items:center;
    

    
}


}



@media screen and (max-width: 768px) {

.zag_shapka a{font-size: 11pt;}
.zag_shapka a:hover{font-size: 11pt;}

.zag_shapka2 a{font-size: 20pt;}
.zag_shapka2 a:hover{font-size: 20pt;}


.content {
    display: flex;
    flex-grow: 5;
    margin: 0 auto; 
    max-width: 1280px;
    flex-wrap: wrap;

}



.content__left-bar,
.content__right-bar {
    min-width: 100%;
    width: 100%;


}

.content__main {padding-right: 10px;}

.content__left-bar {
    -background: #c798b8;
    border-left:1px solid #eeeeee;
    padding: 10px 10px;
}



}



@media screen and (max-width: 480px) {

.zag_shapka a{font-size: 10pt;}
.zag_shapka a:hover{font-size: 10pt;}


}