:root {
 --desctope:       1400px;
 --m-b:            4rem;
 --red:            #B39659;
 --color-:         #1b2353;
 --color-green:    #92d050;
 --color-blue:     #82cdef;
 --a-hover:        var(--color-d);
 --color-d:        #B39659;
 --color-l:        #70adcc;
 --color-sl:       #def4ff;
 --simbol:         ProTo;
 --menu-bg-phone:  linear-gradient(180deg,rgb(0 0 0 / 84%) 0%, rgb(61 51 30) 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:       #ddd;
 --menu-bg:       #21165569;
 --s-menu-a:       #fff;
 --s-menu-bg:      var(--color-);
 --s-menu-col:     2, 1fr;
 /*--menu-position:  sticky;*/
 --menu-position:  fixed;
 --img-h:          50px;
 --menu-pad:      20px;
}
.Menu.menu-stop {
 --menu-a:        #fff;
 --menu-bg:       var(--color-);
 --img-h:         50px;
 --s-menu-a:      #fff;
 --s-menu-bg:     var(--color-);
 backdrop-filter: blur(6px);
 -webkit-backdrop-filter: blur(6px);
}
.Menu img {
display:none;
}
.Menu.menu-stop img {
display: block;
}
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: #fff;
 min-height: auto;
 border: 1px solid var(--red) !important;
}
.Menu .btn a {
 --color: var(--red);
}
.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;
}
.bg-color {
 background:  var(--color-)
}
summary.white {
 color: #fff;
}
summary.h3::after {
    top: 27%;
   }
.header {
 position: relative;
 font-family: 'title';
 margin-bottom: var(--m-b);
 padding: 8rem 1rem;
background:  var(--color-)
 /*place-items: center;*/
 /*height:100vh;*/
}
/*.header0 {
 *  height:100vh;
 *  }*/
.header h1 {
 font-weight: bold;
}
.header * {
 position: relative;
}
.header1::before {
 content: "";
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 position: absolute;
 background:  var(--color-) url(../images/bg.svg) no-repeat 84% 50%;
 background-size: 30%;
}
.header2::before {
 content: "";
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 position: absolute;
 background:  var(--color-) url(../images/bg2.jpg) no-repeat center;
 background-size: cover;
}
.label-green {
 background: var(--color-green);
 display: inline-block;
 padding: 10px;
 color: #fff;
 border-radius: 3px;
}
.label-blue {
 background: var(--color-);
 display: inline-block;
 padding: 10px;
 --color: #fff;
 border-radius: 3px;
}
.label-blue-light {
 background: var(--color-blue);
 display: inline-block;
 padding: 20px;
 border-radius: 3px;
}
.brd-line {
    border-left: 3px solid #797171;
    border-right: 3px solid #797171;
    padding: 1rem 1rem .2rem;
    border-radius: 13px;
}
.color-green, .color-green * {
color: var(--color-green) !important;
}
.color-blue, .color-blue * {
color: var(--color-blue) !important;
}
.color, .color * {
color: var(--color-) !important;
}
.bg-1 {
background: transparent url(../images/bg1.svg) no-repeat center;
background-size: cover;
 }
.bg-2 {
background: transparent url(../images/bg3.jpg) no-repeat center;
background-size: cover;
margin-bottom: 0;
margin-top: -4rem;
 }
 .bg-2 * {
  color: #fff !important;
 }
.bio-pont > div {
 border-right: 2px solid #fff;
 padding: 0 1rem;
 text-align: center;
}
.bio-pont > div:last-child {
 border-right: 0;
}
.bio-pont h2 {
 --f-size: 4rem;
 font-weight: bold;
}
.header > div  {
 max-width:var(--desctope);
 margin: 0 auto;
}
.logo {
 margin: 4rem 0 0;
}
.logo img {
 max-height:100px;
 margin: auto;
}
section.box2 {
    background: white;
    padding: 4rem 0 0;
}
.boxes {
 --gap: 5px;
}
.boxes .box {
margin-bottom: 5px;
padding: 0 1rem;
}
.boxes h6 {
 background: #f4f4f4;
 padding: 1rem;
 margin-left: -1rem;
 margin-right: -1rem;
text-align: center;
font-weight: bold;
}
.w-bg {
 background: #fff;
 padding: 1rem;
}
.m-bottom {
 margin-bottom: -4rem;
}
section.box2 .label-blue {
 padding: 2rem 0;
}
h2.title, h1.title  {
 margin: 0 auto var(--m-b);
}
p ~ .title {
 margin-top: 3.5rem;
}
.title a, a.title , a .title {
 text-decoration: none !important;
}
.date {
 font-size: .8rem !important;
 color: var(--red);
}
.bb {
    background: white;
    padding: 1rem;
    margin-bottom: 1rem;
    min-height: 14rem;
}
.bb img {
 width:120px;
 margin: auto;
}
.bb ul {
 margin-bottom: 0;
}
.bb .grid- {
 --g-m-b: 0
}
.copyright {
 text-align: center;
}
.header-logo {
    margin-bottom: 5rem !important;
}
.footer {
 --bg:var(--color-);
}
.footer * {
 color: #fff;
}

/*phone*/
@media (max-width: 769px) {
 body {
  padding-top: 0;
 }
 .header img {
  width:30%;
 }
 .header1::before {
 content: "";
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 position: absolute;
 background:  var(--color-) url(../images/bg.svg) no-repeat 80% 20%;
 background-size: 30%;
}
.bio-pont > div, .bio-pont > div:last-child {
 border-right: 2px solid #fff;
 border-left: 2px solid #fff;
 padding: 0 1rem;
 text-align: center;
}
.bio-pont h2 {
 --f-size: 3rem !important;
}

.w-phone-50 {
 width:50%;
margin: 0 auto -27px !important;
}
 .title, .box, .section {
  margin-bottom: 2rem !important;
 }
 p ~ .title {
  margin-top: .5rem;
 }
 /*    .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;
 }
.bg-2 {
 margin-bottom: 0  !important
}
}
/*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) {
}
