:root {
 --desctope:       1400px;
 --m-b:            4rem;
 --red:            red;
 --color-:         #fff;
 --a-hover:        var(--color-d);
 --color-d:        #B39659;
 --color-l:        #70adcc;
 --color-sl:       #def4ff;
 --simbol:         ProTo;
 --menu-bg-phone:  linear-gradient(180deg,rgb(8 42 57) 0%, rgb(10 79 106 / 48%) 63%);
}
@font-face {
 font-family: 'title';
 src: url('../fonts/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSans-Regular.woff') format('woff');
 font-weight: normal;
 font-style: normal;
}
.Menu {
 --bull:           "<";
 --menu-a:         #fff;
 --menu-a-h:       var(--color-);
 --menu-bg:        transparent;
 --s-menu-a:       #fff;
 --s-menu-bg:      var(--color-d);
 --s-menu-col:     2, 1fr;
 /*--menu-position:  sticky;*/
 --menu-position:  fixed;
 --img-h:          50px;
 --menu-pad:      40px;
}
.Menu.menu-stop {
 --menu-a:        #fff;
 --menu-bg:       linear-gradient(180deg,rgb(8 42 57) 0%, rgb(10 79 106 / 48%) 63%);
 --img-h:         50px;
 --s-menu-a:      #fff;
 --s-menu-bg:     #0D0C0A90;
 backdrop-filter: blur(6px);
 -webkit-backdrop-filter: blur(6px);
}
.Menu img {
 opacity: .3;
}
.Menu.menu-stop img {
 opacity: 1;
}
table {
 --bg-th:           var(--color-);
 --color-th:        #fff;
 --bord-th:         var(--gray);
 --bg-td:           #fff;
 --bord-td:         var(--gray);
}
.Sl-ider {
 --bord-li: 1px solid #ddd;
 --pad-li: 2rem;
 --pag-color: #ccc;
 --pag-activ-color: #333;
 --bg-li: transparent;
 --overf: hidden;
}
body {
 background: #ddd
}
.soc-fix {
 position: fixed;
 z-index: 1001;
 left: -2rem;
 top: 1rem;
 width:2rem;
 --f-size: 2rem;
 animation: slide-in-from-left 0.5s ease-out forwards;
}
.menu-stop .soc-fix a:before {
 color: #fff;
}
@keyframes slide-in-from-left {
 from {
  left: -2rem;
  opacity: 0;
 }
 to {
  left: 1rem;
  opacity: 1;
 }
}
.Menu .btn {
 margin-bottom: 0;
 --bg-btn: none;
 min-height: auto;
 border: 1px solid #fff !important;
}
.Menu .btn a {
 --color: #fff;
}
.Menu .btn a:hover, .Menu .btn:hover {
 --bg: #fff;
}
#rotator  {
 --rotator-height: 600px;
 --filter: brightness(50%);
}
.section :is(h1, h2, h3, h4, h5, h6) {
 padding-bottom: 1rem;
}
.title {
 font-family: 'title';
 text-transform: uppercase;
 --color: var(--color-);
 text-wrap: balance;
}
.btn-line, *.btn-line, .btn-line>* {
    --bg-btn: #062f4096 !important;
   }
.header {
 position: relative;
 font-family: 'title';
 margin-bottom: var(--m-b);
 padding: 8rem 1rem;
   /*background: #0724318c;*/
   --color: #fff;
    background: linear-gradient(180deg,rgb(8 42 57 / 59%) 0%, rgb(6 50 71 / 44%) 59%, rgba(255, 255, 255, 0) 100%);
 /*place-items: center;*/
 /*height:100vh;*/
}
.header h1 {
 margin: 2rem 0 3rem;
 font-weight: bold;
    text-shadow: 0 0 15px #02131a
}
.header h5 {
     text-shadow: 0 0 15px #02131a
}
.header * {
 position: relative;
}
.body::before {
 content: "";
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 position: fixed;
 background: transparent url(../images/bg-header.jpg) no-repeat top center;
 background-size: cover;
 filter: brightness(90%);
 box-shadow: inset 0 0 122px #000;
/* filter: blur(6px);
-webkit-clip-path: polygon(50% 7%, 100% 0, 100% 91%, 50% 100%, 0 90%, 0 0);
 clip-path: polygon(50% 7%, 100% 0, 100% 91%, 50% 100%, 0 90%, 0 0);
  */
}
.header > div  {
 max-width:var(--desctope);
 margin: 0 auto;
}
section, footer, .title {
 position:relative;
}
section.box {
    --bg: #0724318c;
    --color: #fff;
}
section.box .box- > * {
box-shadow: inset 0 0 55px #000;
    --bg: #03354880;
    border-radius: 5px;
}
.logo {
 margin: 4rem 0 0;
}
.logo img {
 max-height:100px;
 margin: auto;
}
h2.title {
 text-align: center;
}
h2.title, h1.title  {
 margin: 0 auto var(--m-b);
}
h2.title {
 --color: #fff;
}
p ~ .title {
 margin-top: 3.5rem;
}
.title a, a.title , a .title {
 text-decoration: none !important;
}
.date {
 font-size: .8rem !important;
 color: var(--red);
}
footer.footer {
    --bg: #0d252ed4;
}
.footer  * {
 --color: #fff
}
.copyright {
 text-align: center;
}
[href$=".pdf"] {
 display: inline-block;
}
/*phone*/
@media (max-width: 769px) {
 body {
  padding-top: 0;
 }
 .title, .box, .section {
  margin-bottom: 2rem !important;
 }
 p ~ .title {
  margin-top: .5rem;
 }
.burger {
    background: #df0000;
   }
 /*    .Menu .btn {
  *            padding: 0.3rem 0.5rem .1rem;
  *                }*/
 .logo img {
  max-height:50px;
  margin: auto;
 }
 .header {
  padding: 3rem 1rem 1rem;
 }
 .soc-fix {
  position: fixed;
  z-index: 1001;
  top: 0.3rem;
  left: auto;
  right: 7rem;
  display: flex;
  --f-size: 2rem;
  width: 2rem;
  animation: none;
 }
 .menu-stop .soc-fix a:before {
  color: inherit;
 }
 .Menu.menu-stop img, .Menu img {
  opacity: 1;
 }
 .Menu {
  backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
 }
}
/*ipad*/
@media (min-width: 769px) and (max-width: 1024px) {
}
/*ipad portrait*/
@media  (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}
/*notebook*/
@media only screen and (max-width: 1650px) {
}
/*square*/
@media screen and (min-width: 1025px) and (max-width: 1400px) {
}
