.fs-pth {
    background: #3E0303AB;
    border-radius: 20px;
}

span.fs-aboutus-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.post-page-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    width: 100%;
}

section.posts {
    width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 0 100px 0;
}

.post-page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    top: 75px;
}

.post-page-title {
    color: var(--white);
    font-size: 36px;
    font-weight: 500;
    line-height: 1.67;
    width: 100%;
    margin: 50px 0;
}

.games-title {
    color: var(--white);
    font-size: 36px;
    font-weight: 500;
    line-height: 1.67;
    width: 100%;
    margin: 50px 0;
    text-align: center;
}

section.games-section {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 75px;
}

.games-row {
    width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.games-flex {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 60px;
    justify-content: space-between;
    align-content: center;
    justify-items: center;
}

.games-flex a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 252px;
    height: auto;
}


.games-flex a img{
    width: 100%;
    height: 300px;
    object-fit: cover; 
    border-radius: 12px;
    transition: all 0.5s ease-in-out;
}

.games-flex a img:hover{
    transform: scale(1.1);
    border-radius: 12px;
}

.games-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 12px;
}

.games-name {
    color: var(--white);
    font-size: 30px;
    font-weight: 600;
    display: -webkit-box;
    margin: 20px 0 40px 0;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
}

section.games-template {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 100px;
}

.games-template-box {
    height: 100%;
    width: 1200px;
    margin: 0 0 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.iframe {
    width: 900px;
	/*width: 960px;*/
    height: 420px;
}

iframe{
    border: none;
/**    width: 960px;*/
    height: 100%;
}

.games-info-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.games-info-img {
    width: 80px;
    height: 100px;
}

.games-info {
    width: 350px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #3E0303AB;
    padding: 20px;
    border-radius: 12px;
    gap: 20px;

    margin: 0 0 50px 0;
	padding: 40px 30px 10px 30px;
}

.games-info-content {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    /*display: -webkit-box;*/
    line-height: 33px;

}

.info-frame iframe {
    width: 100%;
    height: 100%;
}

.info-frame {
    width: 100%;
    height: 90vh;
}

.single-box {
    width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 50px 0 75px 0;
}

.single-title {
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
    width: auto;
}

.single-content {
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
}

.single-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-img {
    width: 500px;
    height: 350px;
}

.fs-form-title {
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
}

.fs-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0;
}

form.wpcf7-form.init {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.fs-form-input input {
    background: #FFFFFF33;
    border-color: #FFFFFF33;
    border-radius: 10px;
    height: 40px;
    font-size: 18px;
    color: var(--white);
    font-weight: 500;
    padding: 5px 10px;
    width: 700px;
}


.fs-form-input input::placeholder{
    font-size: 18px;
    color: var(--white);
    font-weight: 500;
}

.fs-form-input input:focus-visible{
    border-color: #FFFFFF33;
    outline: none;
}

.wpcf7-not-valid-tip{
    margin: 5px 0;
}

.fs-form-input textarea {
    background: #FFFFFF33;
    border-color: #FFFFFF33;
    border-radius: 10px;
    height: 100px;
    font-size: 18px;
    color: var(--white);
    font-weight: 500;
    padding: 5px 10px;
    min-width: 700px;
    max-width: 700px;
    min-height: 100px;
    max-height: 500px;
}


.fs-form-input textarea::placeholder{
    font-size: 18px;
    color: var(--white);
    font-weight: 500;
}

.fs-form-input textarea:focus-visible{
    border-color: #FFFFFF33;
    outline: none;
}

.fs-form-btn button {
    cursor: pointer;
    background: #E4252526;
    border: 1px solid var(--red);
    width: 200px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 20px;
    transition: all 0.5s ease-in-out;
}

.fs-form-btn button:hover{
    background: var(--red);
}

input.checkbox {
    width: 20px;
    height: 20px;
}

.fs-form-input-check a {
    font-size: 20px;
    color: var(--white);
    text-decoration: underline;
}

.fs-form-check {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0;
}

.fs-form-input-check p {
    display: flex;
    gap: 12px;
    align-items: center;
}

.fs-form-check {
    width: 700px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin: 20px 0;
    justify-content: space-between;
    align-items: center;
}

.wpcf7-response-output {
    width: 700px;
    color: var(--white);
    text-align: center;
}


.btn-cookies {
    background: #E4252526;
    border: 1px solid var(--red);
    border-radius: 12px;
    color: #FFFFFF;
    padding: 5px 10px;
    transition: all 0.5s ease-in-out;
}

.btn-cookies:hover,
.btn-cookies:active{
    background: var(--red);
}


.info-frame iframe {
    background: #fff;
    padding: 20px;
}

.mobN{
    display: none;
}

/*.deskN {
    display: block;
    width: 100%;
    height: 600px;
}*/
.deskN {
    display: block;
    width: 100%;
    height: 100dvh;
}

.fs-form-input-check {
    display: flex;
    gap: 12px;
}


.deskNone,
.deskNoneN{
    display: none;
}

.mobNone{
    display: block;
}

.iframeHide{
    display: flex;
    align-items: center;
    justify-content: center;
}

.gameMob{
    display: none;;
}

span.wpcf7-list-item.first.last span {
    display: none;
}

.swiper-pagination-bullet-active {
    background: white !important;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper{
    height: 100%;
}

.swiper-3d .swiper-wrapper {
    transform-style: flat !important;
}




/*  */

.about-text-wrap > div {
    display: flex;
    flex-direction: column;
    gap: 12px;
    line-height: 2em;
    color: #fff;
}


.popup-window, .popup-login {
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
}

@keyframes slideInDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideOutUp {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(-100%);
        opacity: 0;
    }
}

.popup-window.slideInDown, .popup-login.slideInDown {
    animation-name: slideInDown;
}

.popup-window.slideOutUp, .popup-login.slideOutUp {
    animation-name: slideOutUp;
}

/** FIX **/

.fs-form-input-check {
	position: relative;
}
	
.fs-form-input-check .wpcf7-not-valid-tip {
	position: absolute;
    width: max-content;
   	top: 25px;
    left: 15px;
}

@media (max-width: 555px){
	.fs-form-input-check {
		padding: 0 0 40px 0;
	}
	
	.fs-form-input-check .wpcf7-not-valid-tip {
        top: 45px;
		left: 0;
	}
}
