html {box-sizing: border-box;}

*, ::after, ::before {box-sizing: inherit;}

body {margin: 0; font-family: Arial, sans-serif;
    color: #222; background: #EBEDF0; font-size: 1rem; line-height: 1.6;}


header {background: #fff;   box-shadow: /*inset 0 -3em 3em rgba(0, 0, 0, 0.1),*/ 0 6px 13px -8px rgba(0,0,0,0.25); border-bottom-right-radius: 30px; border-bottom-left-radius: 30px;}
/*box-shadow:
    inset 0 -3em 3em rgba(0, 0, 0, 0.1),
    0.3em 0.3em 1em rgba(0, 0, 0, 0.3);}*/
img {box-sizing:content-box; height:auto; max-width:100%;}
input,select,textarea {font:inherit; font-size:1rem;}
button {padding:0; border-width:0; font:inherit; line-height:inherit; text-transform:inherit; color:inherit; background-color:transparent; cursor:pointer;}
button::-moz-focus-inner {border:0}

.clearing {clear: both;}
		
a {color:#696C71; color: #786C3D;
-webkit-text-decoration: #73767A solid underline;  /*696C70*/
  text-decoration: #73767A solid underline;
  -webkit-text-underline-position: under;
  text-underline-position: under;
}
a:hover {color: #9C8C43;} 


h2 {font-size: 1.7rem;}
section {padding: 2rem 0; }  
h1.top {margin-top:-0.4rem; margin-bottom:2rem; line-height:130%;}

/*-------MENU-UP---------*/

.top-navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 50px; 
  z-index:50; position:relative;
  text-decoration: none;  text-transform:uppercase; font-size:.9rem; 
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0; padding: 0;
}

.menu > li {
  margin: 0 1rem;
  height:1.3rem;
  overflow-x: hidden; 
}

/*.menu>li>a:hover {color: #CCBF83;} */

.menu>li.active a {color:#917C1B;}

.menu-burger-container {
  display: none;
  width: 40px;        
  height: 40px;       /* фиксированный квадрат под кнопку */
  cursor: pointer;
  position: relative; /* контейнер для полосок */
  justify-content: center;
  align-items: center;
}

#menu-toggle {display: none;}

.menu-burger,
.menu-burger::before,
.menu-burger::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;  
  display: block;
  background-color: #0B3C97;  /*синий*/  background-color: #000;
  height: 4px;
  width: 30px;
  border-radius: 2px;
  transition: transform 400ms cubic-bezier(0.24, 1, 0.32, 1);
}


.menu-burger::before {content: ''; top: -8px;}

.menu-burger::after {content: ''; top: 8px;}

/* анимация крестика */
#menu-toggle:checked + .menu-burger-container .menu-burger {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-burger-container .menu-burger::before {
  top: 0; transform: rotate(405deg);
}

#menu-toggle:checked + .menu-burger-container .menu-burger::after {
  top: 0; transform: rotate(-405deg);
}


@media (max-width: 800px) {
  .menu-burger-container {display: flex;  background-color: #EBEDF0; border-radius:30px;}
  .menu {
    position: absolute; top: 0; margin-top: 55px;  background-color: #fff; border-radius:10px;
    left: 0;  left:.6rem;   
    flex-direction: column;
    width: 100%;

  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.24, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #c3c3c3; border: 1px solid #fff;
    height: 2.5em; height:3em;
    padding: 0.5em; 
    transition: height 400ms cubic-bezier(0.24, 1, 0.32, 1);  
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0; 
    padding: 0.5em 0;	
    width: 100%;
    color: #CCBF82;
    background-color: #f3f3f3; background-color: #fff; 	border-radius:10px;
  }

  .menu>li>a {text-decoration:none;}

}

 
.container {width: 93%; max-width: 1300px; margin: 0 auto;
display: grid; grid-template-columns: 1fr;  gap: 1.2rem;}
.content {width: 93%; max-width: 1300px; margin: 0 auto; padding-bottom:3rem;}


.info2 {display: grid;  grid-template-columns: 1fr 1fr;  gap: 2.3rem; margin-top:-1rem;;
padding: 0 0 2rem 0;}

/*** BREADCRUMB ***/
#breadcrumb {width: 93%; max-width: 1300px; margin:1.3rem auto; font-size:0.9rem; padding:0;}
#breadcrumb a {overflow: hidden;}

#breadcrumb ul {margin:0 0; padding:0; list-style:none;}
 
#breadcrumb ul li {display:inline; margin-right:0.5rem;}
#breadcrumb ul .current a {text-decoration:underline;}


.topbar {display: grid; grid-template-columns: 1fr auto; padding: 1rem 0; align-items: center;}

.lang-switch { font-size: 14px; }

.request-btn {
            padding: .8rem 1.2rem;
            background: #0b3c97; background: #efd056; text-decoration:none;
            color:#efd056; color:#000;
            border-radius: 10px;
            font-weight: bold;
        }
.request-btn:hover {background:#ffcc00; box-shadow: 2px 2px 5px 2px rgba(36, 36, 36, .2); color:#000;}

.nav {display: grid; grid-template-columns: 1fr auto; align-items: center;}
.logo { }
		
.motto {font-size:.9rem; margin-top:-.5rem; text-transform:none; color:#A37F41;}

.banner {display: grid; grid-template-columns: 15rem 1fr;
align-items: stretch; 
}

.left-menu {background:#fff; border-radius: 20px; padding:2rem .6rem 2rem .9rem;}
.left-menu ul { list-style: none; margin:1.7rem 0 0 -2.4rem;}
.left-menu ul li {margin-top:1.2rem;  font-size: 0.9rem;}


.banner .picture {background:url(../../images/bg-br3.jpg) 0 0 no-repeat; border-radius: 30px;
color:#fff;
max-height:38rem;
background-size: cover;
padding: 2rem 1.3rem 1.8rem 1.3rem;
}


.banner h1, .banner h2{max-width: 85%;
font-size: 3.15rem;
padding-top: 0;
line-height: 1.25;
position: relative; z-index: 2;
margin-top: 0;
color: #fff;
font-weight: 600; 
}
.banner .picture .text {font-size:1.4rem; margin-top:2rem; margin-bottom:9rem;  max-width: 70%;}
.advantages {display: grid;  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin: 0;
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, .11);
  border: 1px solid rgba(255, 255, 255, .12);  border-radius: 30px;
  padding: 1.1rem 1.2rem 1.4rem 1.2rem;
  gap: 25px; margin-top: 1.2rem;
  align-content: start;   
    align-items: start;
 
}


.border-right {border-right: 1px solid rgba(255, 255, 255, .22);}

.anons {width: 93%; max-width: 1300px; margin: 0 auto; padding-bottom:2.5rem;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(18rem, .9fr);
  column-gap: 4rem;
  row-gap: 0;

}

.anons h1, .anons p {grid-column: 1;}
.anons h1 {margin-top:-0.5rem; line-height:130%; margin-bottom: 1.1rem; }
h1.top {margin-top:-0.5rem; line-height:130%; margin-bottom:2rem; }


.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(18rem, .9fr);
  gap: 4rem;
  align-items: stretch;
}

.article-content {min-width: 0; align-self: start;}


.toc {
  position: sticky;
  top: 2rem;
  border-left: 1px solid #d5d7dc; /*d5d7dc EFD056*/
  padding-left: 1.5rem;
}


.toc ul {margin: 1rem 0 0 0; padding: 0; list-style: none;}

.toc li {margin-bottom: 1rem;line-height: 1.4;}


.meta {grid-column: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
  margin-top: 2rem;
  color: #696C70;
  font-size: .8rem;
}

.meta-item {display: flex; align-items: center; gap: .6rem;}

.meta-item svg {width: 1.2rem; height: 1.2rem; color: #8D9095; color:#E7BC14; flex-shrink: 0;}



@media (max-width: 900px) {
  .article-layout {grid-template-columns: 1fr; gap: 1rem;}
  .article-sidebar {order: -1;}
  .anons {grid-template-columns: 1fr; gap: 1rem;}
  .anons h1 {margin-bottom: 0;}

}


/********* MEDIA **************/
@media (max-width: 86em) {
	.banner h1, .banner h2{max-width: 100%;font-size: 2.4rem;}
	.banner .picture .text {font-size:1.4rem; margin-top:2rem; margin-bottom:5rem;  max-width: 80%;}
	.advantages {gap: 0; padding: .9rem 1.1rem; margin-top: 0;}
	.border-right {border-right: none;}
	}
	
@media (max-width: 800px) {

        }
		
@media (max-width: 768px) {
  .banner {grid-template-columns: 1fr;}
  .banner .picture {order: 1;}
.left-menu {order: 2;}

}

@media (max-width: 52em) {
	.banner h1, .banner h2{max-width: 100%;font-size: 2rem;}
	.banner .picture .text {font-size:1.2rem; margin-top:2rem; margin-bottom:2rem;  max-width: 80%;}
	.border-right {border-right:none;}

}

@media (max-width: 48em) {
	
}

