:root {
    --desctope:       1400px;
    --m-b:            4rem;
    --red:            #A02C2C;
    --color-:         #2e7070;
    --color-d:        #1c5e80;
    --color-l:        #c77c14;
    --color-sl:       #def4ff;
}
.dot-menu {
    --menu-a:         #fff;
    --menu-bg:        transparent;
    --submenu-bg:     #752229;
    --menu-stop-a:    #fff;
    --menu-stop-bg:   var(--gray);
    --menu-phone-bg:  transparent;
    --menu-position:  fixed;
}
@font-face {
    font-family: 'title';
    src: url('../fonts/Comfortaa-Regular.woff2') format('woff2'), url('../fonts/Comfortaa-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
:is([class*=box-] > *,.box > *, section ul, section ol, p) a:not([class*=btn]) {
    border-bottom: dotted 2px;
}
body {
background: #edeae9;
}
#rotator  {
--rotator-height: 600px;
--filter: brightness(50%);
}
.dropmenu-a.dropmenu-active, .dropmenu-a.dropmenu-active:after,  .dropmenu-a:after{
    color: #fff !important;
}
.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 4rem;
    /*place-items: center;*/
    /*height:100vh;*/
}
.header h1 {
    margin: 2rem 0 3rem;
    font-weight: bold;
}
.header * {
    position: relative;
    color: #fff;
    text-shadow: 0 0 12px #000;
}
.header::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent url(../images/bg-header.jpg) no-repeat center;
    background-size: cover;
    filter: brightness(90%);
    box-shadow: inset 0 0 122px #000;
    box-shadow: 0 0 22px #000;

}
.header-page img {
border-radius: 2rem;
box-shadow: 0 0 22px #000;

}
.header > div  {
    max-width:var(--desctope);
    margin: 0 auto;
}
.box, [class*=box-]>* {
border-radius: 2rem;
box-shadow: 0 0 22px #b1aeae;
}
section.box {
border-radius: 0;
}

.box_invert > * {
text-align: center;
font-weight: bold;
--bord: var(--gray-l) 15px solid;
box-shadow: 0 0 22px #b1aeae;
}
.footer {
box-shadow: 0 0 22px #b1aeae;
}
.box_invert  a {
/*--color: #fff;
 * */}
.box_invert img {
width:50%;
margin: 0 auto 2rem;
border-radius: 2rem;
box-shadow: 0 0 22px #000;
}
.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;
}
h2.title {
    text-align: center;
    --color: var(--color-l);
}
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) {
    .title, .box, .section {
        margin-bottom: 2rem !important;
    }
    p ~ .title {
        margin-top: .5rem;
    }
    .menu .btn {
    padding: 0.3rem 0.5rem 0;
}
.dropmenu-a.dropmenu-active  {
    color: #534e4e !important;
}
.dropmenu-a.dropmenu-active:after, .dropmenu-a:after {
 color: var(--red) !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) {
}
