:root {
 --desctope:       1400px;
 --m-b:            4rem;
 --red:            #B39659;
 --color-:         #99005f;
 --a-hover:        var(--color-d);
 --color-d:        #B39659;
 --color-l:        #70adcc;
 --color-sl:       #def4ff;
 --simbol:         ProTo;
 --menu-bg-phone:  #ddd;
}
.ul li::marker, section li::marker {
    color: var(--color-);
}
@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:         #99005f;
 --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:  absolute;
 --img-h:          50px;
 --menu-pad:      40px;
 font-weight: bold;
}
.Menu.menu-stop {
 --menu-a:        #fff;
 --menu-bg:      transparent;
 --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 {
 padding-top: 8rem;
/*background: #ddd*/
 background: transparent url(../images/bg.svg) no-repeat center;
 background-size: cover;
 background-attachment: fixed;
}
.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;
}
.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 * {
 position: relative;
 color: #fff;
}
.header::before {
 content: "";
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 position: absolute;
 background: transparent url(../images/bg-header.svg) 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;
}
section.box {
    --bg: #f5f5f578;
}
h2.title {
 position:relative;
 display: inline-block;
 padding-left: 2rem;
}
h2.title:before {
 content: '•';
 position:absolute;
 left: 0;
 top: 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);
}
.copyright {
 text-align: center;
}
summary.Readmore::before {
    content: var(--open, "Подробнее");
}
details[open] summary.Readmore::before {
    content: var(--close, "Закрыть");
}
/*phone*/
@media (max-width: 769px) {
 body {
  padding-top: 0;
 }
 .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;
 }
}
/*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) {
}
