



#draggable99{
	position: absolute;
	width: 800px;
	height: 800px;
}
#popup3{
	width: 500px;
	height: 200px;
}
.htgreed .oknos1, .oknos2, .oknos3, .oknos4, .oknos5, .okno6form{
    width: 15vh;

    height: 15vh;

    display: grid;      
   
    background-size: contain;

    cursor: pointer;
    
    align-items: center;
    
    justify-items: center;

    margin: 13px;
   
}
.htgreed .oknos1{
    background:no-repeat url(/img/icons/cartinki.png);
    background-size: 100%;
    image-rendering: pixelated;
}
.htgreed .oknos1:hover,
.htgreed .oknos2:hover,
.htgreed .oknos3:hover,
.htgreed .oknos4:hover,
.htgreed .oknos5:hover{
    transform: scale(1.15);
    transition: all 0.2s ease-in-out;
    }
    
.htgreed .oknos5{
    background:no-repeat url(/img/icons/tower.png);
    background-size: 100%;
    image-rendering: pixelated;
}
.htgreed .oknos4{
    background:no-repeat url(/img/icons/snake.png);
    background-size: 100%;
    image-rendering: pixelated;
}
.htgreed .oknos3{
    background:no-repeat url(/img/icons/figurki.png);
    background-size: 100%;
    image-rendering: pixelated;
}

.htgreed .oknos2{
    background:no-repeat url(/img/icons/aboutme.png);
    background-size: 100%;
    image-rendering: pixelated;
}

.htgreed .oknotitle{
	display:grid;
	grid-template-columns: 3fr 1fr;
	align-items: center;
    background-color:#dfde48;
    position: fixed;
    width: 800px;
    font-size: 30px;
    cursor: all-scroll;
    font-family: 'Press Start 2P', cursive;
    z-index: 1;
    
}

.navbutt{
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-items: center;
	align-items: center;
	justify-content: center;
	align-content: center;
}

.htgreed .okno1form, .okno2form, .okno3form, .okno4form, .okno5form, .okno6form{
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch; /* Добавляем прокрутку с плавным скроллингом на iOS */
    overflow-x:hidden;
    display: none;
    
   
    text-align: center;
    color: #252525;
    position: relative;
    top: 0px;
    right: 0;
    bottom: 500px;
    left: 0;
    margin: auto;
    background: #fff;
    display: none;
    box-shadow: 19px 17px 0px -4px rgba(34, 60, 80, 0.2);
    text-transform: uppercase;
    font-weight:900;
    font-size: 1.4rem;
    margin-top:8px;
    font-family: source-sans-bold,Helvetica,sans-serif;
   
}


.htgreed .okno1form{

    width: 800px;

    height: 800px;
}
.htgreed .okno2form{

    width: 800px;

    height: 800px;
    
    touch-action: pan-y;
}

.htgreed .okno3form{

    width: 800px;

    height: 800px;
}

.htgreed .okno4form{

    width: 800px;

    height: 800px;
    
    overscroll-behavior-y: none;
}
.htgreed .okno5form{

    width: 568px;

    height: 900px;
}
.okno5form .oknotitle {
	width: 568px;
}

.txtvokne{
    margin-top: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
	text-transform: math-auto;
    font-size: 16px;
    font-weight: 600;

    padding:0px 0px 10px 0px;
}

.htgreed.okno1form-open .okno1form{
    display: block;

    position: absolute;

    top:-381px;

    left:550px;
}

.htgreed.okno2form-open .okno2form{
    display: block;

    position: absolute;

    top:-357px;

    left:617px;
}

.htgreed.okno3form-open .okno3form{
    display: block;

    position: absolute;

    top:-571px;

    left:353px;
}

.htgreed.okno4form-open .okno4form{
    display: block;

    position: absolute;

    top:-571px;

    left:272px;
}
.htgreed.okno5form-open .okno5form{
    display: block;

    position: absolute;

    top:-571px;

    left:232px;
}
.texton{
    padding:25px;
    font-size: 25px;
    margin-top:25px;
    font-family: 'Neucha', cursive;
}
.tetpodon{
	font-size:18px;
	margin-top:7px;
}
.full .texton{
	width: 100%;
}

.closeokno{
    position: relative;
    font-size: 7vh;
    background: none;
    border: none;
    cursor: pointer;
    color:#252525;
}
.closeokno:hover{
    color:red;
}
.fullscrin{
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
}
.fullscrin img{
	width: 33px;
}
.fullscrin:hover{
    color:red;
}

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background: rgb(111, 179, 224);
}

.mx-wd{
	max-width: 30%;
}

