:root {
    --desctope:       1400px;
    --m-b:            4rem;
    --red:            #A02C2C;
    --color-:         #3D89B0;
    --color-d:        #1c5e80;
    --color-l:        #70adcc;
    --color-sl:       #def4ff;
    --simbol:         ProTo;
}
.Menu {
    --bull:           "<";
    --menu-a:         var(--color-d);
    --menu-a-h:       var(--color-);
    --menu-bg:        transparent;
    --s-menu-a:       #fff;
    --s-menu-bg:      url(../images/menu.jpg) no-repeat center;
    --s-menu-col:     2, 1fr;
    --menu-phone-bg:  #fff;
    /*--menu-position:  sticky;*/
    --menu-position:  fixed;
   /*--img-h:          50px;*/
    --menu-pad:      30px;
}
.Menu.menu-stop {
    --menu-a:        var(--color-d);
    --menu-bg:       #ddd;
   /*--img-h:         20px;*/
    --s-menu-a:      var(--color-d);
    --menu-bg:      url(../images/menu.jpg) no-repeat center;
}
.Menu.menu-stop {
    background-size: cover;
}
table {
    --bg-th:           var(--color-);
    --color-th:        #fff;
    --bord-th:         var(--gray);
    --bg-td:           #fff;
    --bord-td:         var(--gray);
}
body {
    background: #f4f1e0dd;
   }
section.box {
    --bg: #efebcd;
   }
   [class*=box-]>*, .box {
--bord: 0
   }
.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;
   /*padding: 0.3rem 0.5rem;*/
    border: 1px solid var(--red) !important;
}
.Menu .btn a {
    --color: var(--red);
}
.Menu .btn a:hover, .Menu .btn:hover {
    --bg: #fff;
}
@font-face {
    font-family: 'title';
    src: url('../fonts/ArianAMUSerif.woff2') format('woff2'), url('../fonts/ArianAMUSerif.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
#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-);
}
.header {
    position: relative;
    font-family: 'title';
    margin-bottom: var(--m-b);
    padding: 8rem 1rem;
    /*place-items: center;*/
    /*height:100vh;*/
   }
   .header h1 {
    margin: 2rem 0 3rem;
    font-weight: bold;
   }
.header h1 span {
    background: #ffea78b3;
    color: #0e8ad3;
    display: inline-block;
    margin-bottom: 3px;
    padding: 0 1rem;
}
   .header * {
    position: relative;
   }
   .header::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent url(../images/bg-header.jpg) no-repeat top center;
    background-size: cover;
    /*filter: brightness(90%);
    box-shadow: inset 0 0 122px #000;
    -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;
}
.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);
}
p ~ .title {
 margin-top: 3.5rem;
}
.title a, a.title , a .title {
 text-decoration: none !important;
}
.date {
 font-size: .8rem !important;
 color: var(--red);
}
.copyright {
 text-align: center;
}
/*phone*/
@media (max-width: 769px) {
 body {
  padding-top: 0;
 }
 .title, .box, .section {
  margin-bottom: 2rem !important;
 }
 .Menu {
  --menu-bg: #fff !important;
 }
.phone-img-w50 img {
  width:50%;
margin: auto;
 }
 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;
 }
}
/*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) {
}
