* {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/*
*::before, *::after{
    margin: 0;
    padding: 0;
    bbox-sizing: border-box; 
 }
*/

html,
body {
    height: auto;
    color: black /* #36515C */;
}

ul {
    list-style-position:outside;
}

#content {
    text-align: left;
}

#header {
    padding: 0px;
    margin: 0px;
    display:block;
}

/*Стили для нижней части
#footer {

}
*/

@font-face {
    font-family: 'champagne-limousines';
    src: url('font/champagne-limousines.ttf');
}


h2,
h3,
h4 {
    color: #2780a3;
    margin: 4px auto 2px auto;
}

h1 {
    padding: 0px 0px;
    margin: 0px 2px;
}

h1,
h2 {
    font-family: champagne-limousines, Verdana, Geneva, Tahoma, sans-serif;
}

.plus {
    position: absolute;
    cursor: pointer
}

figcaption {
    font-size: 1.1em;
    margin-bottom: 16px;
}

a {
    color: black
}

a:visited {
    color: initial
}

a:hover {
    color: red;

}

a.awhite {
    text-decoration: none;
    color: white;
    display:block;
    margin:10px
}

a.awhite:hover {
    
    color: khaki;
}

a.anoborder {
    text-decoration: none;

}

p {
    margin: 2px 0px;
    padding: 0px;
    text-indent: 2em;
    text-align: justify;
    hyphens: manual;
    -moz-hyphens: manual;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
}

.picture,
canvas {
    position: absolute;
}


#anime {

    position: relative
}

#epicture {
    width: 240px;
    height: 240px;
}

.link {
    font-size: 1.2em;

}

figure video {
    border: 1px solid gray;
}

#leftmenu {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    margin-left: -200px
}

h1 {
    color: white;
}


h2 {
    font-size: 28px;
    color: #14A3DB;
}

.subh1 {
    font-size: 26px;
    color: #118CBD;
}

.divflexnowrap>div,
.divflex>div {
    background-color: initial /* ghostwhite*/
        /*aliceblue*/
    ;
    margin: 2px;

    border-radius: 10px;
}

.divflex>div {
    flex: 0 1 auto;
    padding: 10px;
}

.divflexnowrap {
    flex-wrap: nowrap;
    flex-basis: 100%;

}

.divflexnowrap>div {
    flex: 1;
    padding: 10px;
    
    flex-wrap: nowrap;
    flex-basis: 100%;
    border-color: #118CBD;
    border-width: 1px;
    border-radius: 0px;
    

}




.ulabout {
    list-style-position:outside;
}
@media (max-width: 1000px) {

    /*mobil*/
    .ulabout {
        list-style-image: url("img/bluecircle.svg");
 
    }

    .w50,
    #pd {
        max-width: 98vw;
    }

    #header {
        background-color: #36515C;
    }


    h1 {
        font-size: 1.8em;
        color: white;
    }


    h2 {
        font-size: 28px;
    }

    .subh1 {
        font-size: 28px;
    }


    body,
    figure {
        margin: 0px;
        padding: 0px;

    }


    figure img {
        width: 98vw;
    }


    figure video {
        width: 98vw;
        height: calc(98vw * 1080 /1920);

    }

    .plus {
        display: none
    }

    .minus {
        display: none;
        transition: 0.3s linear;
     
    }

    .neh {
        margin-top: calc(240px*1.4)
    }

}


@media (min-width: 1000px) {

    .w50,
    #pd {
        max-width: 50vw;
    }

    .ulabout {
        list-style: none;
    }

    .divflexnowrap > div:nth-child(1) {
        flex:1 2 25%;
        border-style:none solid none none;
    }
    .divflexnowrap > div:nth-child(2) {
        flex: 2 1 50%;
        border-style:none solid none solid;
        
        /* background-color: ghostwhite; */
    }
    .divflexnowrap > div:nth-child(3) {
        flex:1 2 25%;
        border-style: none none none solid;
    }
    


    @font-face {
        font-family: 'EdgeLineOutline';
        src: url('font/EdgeLineOutline.otf');
    }
/*
    @font-face {
        font-family: 'Sambas';
        src: url('font/sambas.ttf');
    }
*/
    #header {
        background-color: #36515C;
        padding: 10px;
    }


    h2 {
        font-size: 28px;
    }



    .subh1 {

        font-family: 'champagne-limousines';
        font-size: 32px;
        letter-spacing: auto;
        font-weight: bold;
    }


    div.divflexnowrap,
    div.divflex {
        display: flex;
        flex-direction: row;
    }

    div.divflex {
        flex-wrap: wrap;

    }

    div.divflexnowrap {
        justify-content: space-evenly;
        align-items: stretch;

    }

    div.divflexnowrap div {
        max-width: 600px;
    }

    .nomobile figcaption {
        border-radius: 20px;
        padding: 10px;
        color: white;
        background-color: black;
        margin-left: 0px;

    }

    #header {

        padding-bottom: 5px;
        margin: 0px;
    }

    h1 {

        font-family: EdgeLineOutline, Verdana, Geneva, Tahoma, sans-serif;
        font-size: 3.2em;
    }

    div.image {
        margin: 0px;
        padding: 0px;
    }

    div.image figure {
        margin: 0px;
        padding: 4px;
    }

    div.image figure img {
        width: 600px;
        height: 450px;
        border-radius: 20px;
        object-fit: cover;
        background-color: ghostwhite
    }

    div.image figure figcaption {
        border-radius: 20px;
        background-color: ghostwhite;
        width: 586px;
    }

    figure video {

        width: 600px;
        height: calc(600px * 1080 /1920);
        padding: 0px;
        margin: 0px;
    }

    .plus {
        position: absolute;
        margin-top: 20px;
        margin-left: 540px;
        opacity: 1;

        transition: 0.3s linear;
    }

    .plus:hover {
        background-color: rgba(0, 0, 0, 0.4);

    }

    .minus {
        position: fixed;
        right: 8px;
        top: 36px;
        width: auto;
        background-color: transparent;

    }

    .minus:hover {
        background-color: rgba(255, 255, 255, 0.4);

    }

    #content {
        flex: 1 0 auto;

    }

    .neh {
        margin-top: calc(240px*1.42)
    }

    .video {
        margin: 0px;
        padding: 0px;
    }

}


button {
    font-size: 1em;
    border-radius: 5px;
    background-color: inherit;
    margin: 8px;
    padding: 8px;
}

.hr-horizontal-gradient {
	margin: 20px 0;
	padding: 0;
	height: 6px;
	border: none;
	background: linear-gradient(45deg, #36515C, #118CBD);
}

.mbutton {
    border-radius: 12px;
    border: 2px solid white;
    margin: 2px;
    padding: 4pх;
    background-color: inherit;
    color: inherit;
    font-size: large;
    cursor: pointer;
    width: 120px;

}

.vmenu {
    position: absolute;
    z-index: 2;
    font-size: large;
    display: none;
    background-color: #36515C;
    padding: 8px auto;
    margin: 2px;
    /*border: 4px double white;*/
    line-height: 1.2em;
    border-radius: 10px;
    box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.2);
}
#vmenu1  ul {
    list-style-image: url(img/whitedisc.png);
    color:white;
}

#vmenu2  ul {
    color:white;
    list-style-image: url(img/whitedisc.png);
}
.test {
    color: rgb(70, 70, 192);
    opacity: 1;
    visibility: visible;
}