@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&family=Gabriela&family=Pangolin&family=Poiret+One&family=Rye&family=Underdog&family=Vollkorn:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
display: block;
margin: -1px;
background: #031600;
color: #FFDEAD;
font-size: 1.5rem;
font-family: 'Vollkorn', serif;
}

#div01 {
    position: relative;
    top: 10px;
    z-index: 357;
}

#div02 {
    position: relative;
    top: -170px;
    z-index: 110;
}

.block01 {
    width: 85vw;
    margin: 1rem auto;
    background-color: rgba(255, 222, 173, 0.07);
    padding: 12px;
}

.glif01 {
    color: #F0E68C;
    font-size: 1.5rem;
}

.glif02 {
    font-family: 'El Messiri', cursive;
    font-size: 1.7rem;
    font-weight: bold;
}

.glif03 {
    font-family: 'Pangolin', cursive;
    font-size: 1.7rem;
    font-weight: bold;
}

.glif04 {
    font-family: 'Underdog', cursive;
    font-size: 1.7rem;
    font-weight: bold;
}

.glif05 {
    font-family: 'Gabriela', cursive;
    font-size: 1.7rem;
    font-weight: bold;
}

.glif06 {
    font-family: 'Poiret One', cursive;
    font-size: 2rem;
    font-weight: bold;
}


a {
    text-decoration: none;
    color: #FF8C00;
}

a:active,
a:hover
{
  color: #333333;
}

a.link2 {
    text-decoration: none;
    color: #cccccc;
}

a.link2:active,
a.link2:hover
{
  color: #333333;
}

.hr01 {
    display: block;
    width: 50%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-color: #808000;
    border-width: 3px;
}

.text01 {
    
    text-shadow: 2px 2px 4px #000000, -2px -2px 4px #000000, -2px 2px 4px #000000, 2px -2px 4px #000000;
}

.text02 {
    
    text-shadow: 2px 2px 4px #000000, -2px -2px 4px #000000, -2px 2px 4px #000000, 2px -2px 4px #000000;
    font-weight: bold;
}


/* Start -- Анимация-Волна  */

.curveWrap {
    background: none;
    width: 100%;
    height: 412px;
}
.curveWrap .curve {
    stroke-linecap: round;
    stroke-opacity: 0.7;
}
.curveWrap .curve path {
    transform-origin: center;
}
.curveWrap .curve path:nth-child(6n + 1) {
    stroke: #2F4F4F; /*  228B22  */
}
.curveWrap .curve path:nth-child(6n + 2) {
    stroke: #98FB98; /*  98FB98  */
}
.curveWrap .curve path:nth-child(6n + 3) {
    stroke: #808000;  /*  556B2F  */
}
.curveWrap .curve path:nth-child(6n + 4) {
    stroke: #B8860B; /*  32CD32  */
}
.curveWrap .curve path:nth-child(1) {
    stroke-width: 40;
    animation: curve 35s linear 1.4s infinite;
}
.curveWrap .curve path:nth-child(2) {
    stroke-width: 30;
    animation: curve 35s linear 2.8s infinite;
}
.curveWrap .curve path:nth-child(3) {
    stroke-width: 68;
    animation: curve 35s linear 4.2s infinite;
}
.curveWrap .curve path:nth-child(4) {
    stroke-width: 54;
    animation: curve 35s linear 5.6s infinite;
}
 
@keyframes curve {
    0% {
        transform: rotateX(0deg) skewY(0deg);
        stroke-opacity: 0.7;
    }
    50% {
        transform: rotateX(360deg) skewY(8deg);
        stroke-opacity: 1;
    }
    100% {
        transform: rotateX(0deg) skewY(0deg);
        stroke-opacity: 0.7;
    }
}

/* End -- Анимация-Волна  */


/* Start -- Кнопки  */

.atuin-btn {
    display: inline-flex;
    margin: 10px;
    text-decoration: none;
    position: relative;
    font-size: 2rem;
    line-height: 2.2rem;
    padding: 12px 30px;
    color: #FF8C00;
    font-weight: bold;
    text-transform: uppercase; 
    font-family: 'Poiret One', Тahoma, sans-serif;
    background: #031600;
    cursor: pointer; 
    border: 4px solid #FFDEAD;
    transition: transform 0.2s ease-out, padding 0.2s ease-out;
    overflow: hidden;
}
.atuin-btn:hover,
.atuin-btn:active,
.atuin-btn:focus {
    color: #FF8C00;
    transform: rotate(-7deg);
    padding: 12px 50px 12px 10px;
}
.atuin-btn:before {
    content: "\27A4";
    position: absolute;
    right: -30px;
    color: #FFDEAD;  
    transition: right 0.3s cubic-bezier(.97,.01,.97,.55);
}
.atuin-btn:hover:before,
.atuin-btn:active:before,
.atuin-btn:focus:before {
    right: 10px;
}

/* End -- Кнопки  */


/* Start -- Аккордеон  */

.acor-container {
	margin: 20px 0;
}
.acor-container .acor-body {
	width: calc(100% - 40px);
	margin: 0 auto;
	height: 0;
	font-size: 1.6rem;
	color: #556B2F;
	background-color: #FFDEAD;
	line-height: 1.8rem;
	padding: 0 30px;
	box-sizing: border-box;
	transition: color 0.5s, padding 0.5s;
	overflow: hidden;
	font-family: ; 
	font-size: 16px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 10px 16px rgba(0,0,0,0.2);
}
.acor-container .acor-body p {
	margin: 0 0 10px;
}
.acor-container label {
	cursor: pointer;
	background-color: #556B2F;
	display: block;
	padding: 15px 20px;
	width: 100%;
	color: #FFDEAD;
	font-weight: bold;
	box-sizing: border-box;
	z-index: 100;
	font-family: 'Poiret One';   
	font-size: 1.6rem;
	margin: 0 0 5px;
	transition: color .35s;
}
.acor-container label:hover {
    color: #B8860B;
}
.acor-container input{
	display: none;
}
.acor-container label:before {
	content: '\276F';
	float: right;
}
.acor-container input:checked + label {
	background-color: #556B2F;
    color: #FFDEAD;
	box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
}
.acor-container input:checked + label:before {
    transition: transform .35s;
    transform: rotate(90deg);
}
.acor-container input:checked + label + .acor-body {
	height: auto;
	margin-top: -5px;
	font-size: 1.5rem;
	color: #031600;
	padding: 20px 30px 10px;
}

/* End -- Аккордеон  */


/* Start -- Fix background  */

.fix-bg {
    height: 85vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    margin: 12px 0;
}

@media (max-width: 767px) {
    .fix-bg {
        height: 320px;
    }
}


/* End -- Fix background  */


/* Start -- YouTube Player  */

.youtube-wrap {
    position: relative;
    max-width: 800px;
    margin: 20px auto;
    border: 6px solid #FFDEAD;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
}
.youtube-wrap div[youtube] {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    background: #000;
    cursor: pointer;
}
.youtube-wrap div[youtube]:before {
    content: "";  
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    border: 6px solid #FFDEAD;
    width: 80px;
    height: 80px;
    z-index: 3;
    box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
    position: absolute;
    top: 20px;
    left: 20px;    
/* Кнопка по центру */    
/*    
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); 
*/
    transition: 0.5s;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 24 24' stroke='%23BFE2FF' fill='%23BFE2FF' stroke-linecap='round'%3e%3cpolygon points='5 3 19 12 5 21 5 3'%3e%3c/polygon%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 60% 50%;  
}
.youtube-wrap div[youtube]:hover:before {
    background-color: rgba(0, 0, 0, 0.7);
    border: 6px solid #FFF;
}
.youtube-wrap div[youtube].show:before,
.youtube-wrap div[youtube].show:after {
    display: none;
}
.youtube-wrap div[youtube] iframe,
.youtube-wrap div[youtube] img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}    
.youtube-wrap div[youtube] img {
    z-index: 2;
    object-fit: cover;
    object-position: 50% 50%;
}
@media screen and (max-width: 420px) {
    .youtube-wrap div[youtube]:before {
        width: 60px;
        height: 60px;
        border: 4px solid #FFDEAD;
    }
}

/* End -- YouTube Player  */



/* Start -- Форма обратной связи  */

/* End -- Форма обратной связи  */
