/* @media (min-width: 576px) {
    .container, .container-sm {
        max-width: 700px;
    }
} */
@media (max-width:576px) {    
    .screenshots-carousel {
        padding-bottom: 20px;
    }
    .game-info {
        padding-bottom: 10px !important;
    }
}

@media only screen and (max-width: 1200px) {
    /* body {
        overflow-x: hidden;
        position: relative;
    } */
    .main-banner > img {
        border-radius: 32px;
        padding: 15px;
    }
    .main-banner {
        /* padding: 0 15px;
        position: relative;
    padding-bottom: 52%;
    height: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 700px; */
    }
    iframe {
    border-radius: 20px;      
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    }
    header {
        border: 0;
        padding: 30px 0px 30px;
    }
    .slider {
        border: 0;
        border-radius:0;
        padding: 0;
    }
    .game-info__market-description:after, .about-game__logo:before {
        content: none !important;
    }
    .about-us-new {
        /* background-image: url("/template/img/about-us-bg-mobile.png"); */
        background-image: url("/template/img/bg13.png");
        padding-top: 30px;
        height: 91vh;
        background-repeat: no-repeat;
    background-size: 100% 100%;
    }
    .about-us-new__text {
        font-size: 22px;
        line-height: 36px;
        font-weight: bold;
        padding-bottom: 15px;
    }
    .about-game {
        padding: 45px 0 50px;
    }
    .about-game__logo {
        padding-top: 0;
    }
    .game-info__market-description p {
        margin-bottom: 10px;
    }
    .game-info__market-description > h1 {
        margin-bottom: 15px;
    }
    .slick-slide img {
        display: block;
        padding: 5px;       
        border:1px solid #343434;
        border-radius: 22px;
    }
    .game-info {
        padding: 16px 0;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .game-info__market-description > h1 {
        font-size: 28px;
        font-weight: 600;
    }
    .game-info__market-description > p {
        padding: 0;
        font-size: 18px;
        line-height: 24px;
    }
    .game-info__market-img {
        padding: 0;
        margin-bottom: 30px;
    }
    .about-game__see-more {
        font-size: 18px;
        width: 80px;
        border-bottom: 2px solid #575A5C;
    }
    .about-game__text p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    .about-game__text {
        padding: 30px 10px 40px;
    }
    .about-game__logo {
        padding: 0 40px;
        margin-bottom: 35px;
    }
    .footer__socials > ul {
        text-align: center;
    }
    .footer__socials img {
        width: 45px;
    }
    .footer {
        background-color: #033393;
        padding: 20px 0 10px;
    }
    .footer__copyright-text p, .footer__copyright-text a {
        text-align: left;
        font-size: 10px;
    }
    .footer__copyright-text a {
        margin-left: 0;
        padding-bottom: 2px;
    }
    .mobile .subscribe-form input {
        border: 1px solid #707070;
        padding: 18px 22px 15px;
        border-radius: 30px;
    }
    .footer__subscribe-form h3 {
        font-size: 25px;
        color: #fff;
        font-weight: 600;
        text-align: center;
        margin-bottom: 20px;
        text-transform: uppercase;
    }
    .footer__subscribe-form button {
        background-image: url(../img/arrow-right-yellow.png);
    }
    .footer__socials > .list-inline > li {
        margin: 0 3px;
    }
    .footer__socials {
        margin-bottom: 20px;
    }
    .about-game__heading h2 {
        font-size: 32px;
    }
    .subscribe-form {
        width: 85%;
        padding-bottom: 20px;
    }
    .subscribe-form input {
        width: 100%;
        color: #767777;
    }
    .footer__subscribe-form {
        margin: 0 auto;
        text-align: center!important;
    }
    .footer__subscribe-form-heading-mobile {
        text-align: center;
    }
    .mobile .subscribe-form input::placeholder {
        color: #767777;
        font-size: 22px;
    }    
    .jobs__pagetitle {
        color: #003CD1;
        font-size: 28px;
        margin-bottom: 30px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
    }
    .opening-jobs__item-description {
        display: none;
    }
    .opening-jobs__item-body:after {
        content: none;
    }
    .opening-jobs__item {
        padding: 10px 25px 10px;
        margin-bottom: 15px;
        border-radius: 15px;
        border: 1px solid #003CD1;
    }
    .opening-jobs__item-applyJob {
        display: none;
    }
    .jobs__list-item {
        border: 0;
        display: block;
        margin: 0 auto;
        font-size: 18px;
        font-weight: 600;
        padding: 3px;
    }
    .opening-jobs {
        padding: 10px 30px 40px 30px;
    }
    .opening-jobs__item-title {
        font-size: 18px;
        color: #000;
        font-weight: 600;
        margin-bottom: 0;
    }
    .opening-jobs__item-location {
        font-size: 14px;
    }
    .opeping-jobs__title {
        font-size: 14px;
    }
    .jobs {
        padding: 35px 0 20px;
    }
    .jobs__list-item a {
        padding: 0;
    }
    .vacancy-description {        
        padding: 40px 0;
    }
    .vacancy-description__title, .about-us__title, .vacancy-application__title {
        font-size: 30px;
        font-weight: 600; 
        margin-bottom: 10px;
    }
    .vacancy-description__location, .vacancy-application__location {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .vacancy-application__form input {
        padding: 1.4rem 1rem;
    }
    .vacancy-description h3 {
        font-size: 16px;
        margin-bottom: 12px;
        margin-top: 25px;
    }
    .vacancy-description p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .vacancy-description ul {
        font-size: 14px;
        line-height: 26px;
        padding-inline-start: 15px;
    }
    .button-body__apply {
        padding: 2px 55px;
        font-size: 20px;
        font-weight: 600;
    }
    .button-body {
        margin-top: 25px;
    }
    .about-us__title {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .about-us__description {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
        color: #000
    }
    .about-us__photo {
        padding: 10px 40px 0;
    }
    .about-us {
        padding: 0px;
    }
    .teamMember-name {
        font-size: 18px;
        text-transform: uppercase;
    }
    .teamMember-title {
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    .custom-file__attach {
        padding: 0.6rem 1rem;
    }
    .button-body > .vacancy-application__form__button {
        margin-top: 25px;
        padding: 8px 55px;
        font-size: 22px;
        font-weight: 600;
    }
    .vacancy-application {
        padding: 40px 0 25px;              
        min-height: calc(100vh - 184px);           
        
    }
    .focus-jfilestyle {
        /* border-radius: 15px;
        border: 1px solid #ced4da;
        color: #495057;
        float: left;
        margin-top: 12px;
        padding: 2px 14px;
        opacity: 0; */
        border-radius: 15px;
        border: 1px solid #ced4da;
        color: #495057;
        float: left;
        margin-top: 15px;
        padding: 8px 2px;
        opacity: 0;
        width: 105px;
    }
    .custom-file > span {
        margin-bottom: 10px;
    }
    input:disabled {
        background: transparent;
        border: 0;
    }
    .jfilestyle > input {
        width: 250px;
        margin-top: 8px;
    }
    .jfilestyle-corner {
        position: absolute;
        right: 35px;
        top: 15px;
    }
    .custom-file__attach-text {
        margin-bottom: 0;
    }
    #menu li {
        padding: 10px 0;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        color: #003CD1;
    }

    #menuToggle {        
        display: block;
        padding: 9px 9px 4px 10px;
        background: #003cd1;
        position: absolute;
        top: 11px;
        right: 20px;
        border-radius: 10px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
    }
    #menuToggle input {
        display: block;
        width: 52px;
        height: 47px;
        position: absolute;
        top: -3px;
        left: 1px;
        cursor: pointer;
        opacity: 0;
        /* hide this */
        z-index: 2;
        /* and place it over the hamburger */
        -webkit-touch-callout: none;
    }
    #menuToggle span {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: #FFFF00;
        border-radius: 3px;
        z-index: 1;
        /* transform-origin: 4px 0px; */
        transform-origin: 4px 7px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            opacity 0.55s ease;
    }
    #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }
    #menuToggle span:nth-last-child(2) {
        /* transform-origin: 0% 100%; */
        transform-origin: 5px -2px;
    }
    #menuToggle input:checked~span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #ffff00;
    }  
    #menuToggle input:checked~span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked~span:nth-last-child(2) {
        opacity: 1;
        transform: rotate(-45deg) translate(0, -1px);
    }
    #menu {        
        /* position: absolute;         */
        position: fixed;
        width: 220px;
        margin: 17px 0 0 0;
        padding: 50px 30px 10px;
        padding-top: 2px;
        right: -10px;
        text-align: left;
        background: #ffffff;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(100%, 0);
        opacity: 0;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }
    #menu li {
        padding: 18px 0;
        font-size: 20px;
    }
    #menuToggle input:checked~ul {
        transform: none;
        opacity: 1;
    }
    .desktopMenu {
        display: none;
    }
    /* #menu {
        transform: none;
        opacity: 0;
        transition: opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    } */
}
@media only screen and (max-width: 1024px) {
    .main-banner.desktop {
        display: none;
    }
    .main-banner.mobile {
        display: block;
    }
}
@media only screen and (min-width: 1024px) {
    .mobileMenu {
        display: none;
    }     
}
@media (min-width: 580px) and (max-width: 767px) {
    .about-us-new {
        background-image: url(/template/img/bg15.png) !important;
        padding-top: 30px;
        /* height: 91vh; */
        height: 100vh;
        background-repeat: no-repeat;
        background-size: cover;
        
    }
}
@media (min-width: 400px) and (max-width: 767px) {
    .about-us-new {
        background-image: url(/template/img/bg12.png);
        padding-top: 30px;
        /* height: 91vh; */
        height: 100vh;
        background-repeat: no-repeat;
        background-size: cover;
        
    }
    .about-us-new__text {
        font-size: 22px;
        line-height: 36px;
        font-weight: bold;
        padding-top: 25px;
        padding-bottom: 15px;
    }
}
@media only screen and (min-width: 1365px) {
    header.homepage {        
        margin-bottom: 5px;
    }
    .screenshots-carousel {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1023px) {
    .game-info__market-description > p {
        padding: 0;
        font-size: 24px;
        line-height: 34px;
    }
    .vacancy-description__title, .about-us__title, .vacancy-application__title {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 40px;
    }
        .game-info__market-description:after {        
        right: -35px;
    }
    .game-info__market-description:after {       
        top: 25px;
        
    }
    .about-us-new {
        background-image: url(/template/img/iPad.png);
        padding-top: 30px;
        /* height: 91vh; */
        height: 100vh;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .footer {
        background-color: #033393;
        padding: 50px 0 40px;
    }
    .game-info {
        padding: 50px 0 40px;
    }
    .screenshots-carousel {
        padding-bottom: 55px;
    }
    .main-banner {
        /* padding: 0px 37px;
        position: relative;
        padding-bottom: 50%;
        height: 0;
        margin: 0 auto;
        width: 100%;
        max-width: 700px; */
    }
    /* iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .main-banner {
        position: relative;
    padding-bottom: 52%;
    height: 0;
    margin: 0 auto;
    width: 100%;
    } */
    .about-us-new {
        /* height: 34vh; */
    }
    .slider {
        padding: 0;
    }
    .footer__copyright-text p, .footer__copyright-text a {
        text-align: left;
        font-size: 18px;
    }
    .about-us-new {
        /* background-size: cover; */
        padding-top: 40px;
    }
    .about-us-new__text {
        font-size: 22px;
    padding-bottom: 30px;   
    line-height: 40px;    
    }
    .game-info__market-img {
        margin-bottom: 50px;
    }
    .vacancy-application {        
        min-height: calc(100vh - 239px);
        
    }
}
@media only screen and (min-width : 1024px) and (max-width : 1368px) {
    .game-info__market-description > p {
        text-align: center;
        font-size: 17px;
        color: #000;
        padding: 11px 40px 0px;
    }
    header.homepage {        
        margin-bottom: 5px;
    }   
    .game-info__market-description:after {
        content: '';
        background-image: url(../img/vertical-line.png);
        position: absolute;
        background-repeat: no-repeat;
        width: 3px;
        right: 0px;
        top: 15px;
        display: block;
        height: 87%;
    }
    .about-us-new__text {
        font-size: 20px;
        line-height: 40px;
    }
    .game-info {
        padding: 45px 0;
        padding-bottom: 25px;
    }
    .screenshots-carousel {
        /* padding-bottom: 60px;
        padding-top: 20px;. */
        padding-bottom: 40px;
        padding-top: 0px;
    }
    .slider {
        /* border: 2px solid #003CD1; */

        border-radius: 50px;
        /* padding: 25px 40px; */
        padding: 0;
    }
    .footer {
        background-color: #033393;
        padding: 50px 0 30px;
    }
    .footer__copyright-text a, .footer__copyright-text p {
        color: #fff;
        font-size: 16px;
        text-align: right;
        display: inline-block;
    }
    .about-us-new {
        background-image: url(/template/img/iPad-1.png);
        padding-top: 30px;
        /* height: 91vh; */
        height: 100vh;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .main-banner {
        /* padding: 0px 15px;
        position: relative;
        padding-bottom: 50%;
        height: 0;
        margin: 0 auto;
        width: 91%;*/
        /* margin-top: 45px;  */
    }
    .vacancy-application {
        padding: 60px 0 60px;        
        min-height: calc(100vh - 239px);
        
    }
    iframe {
        border-radius: 20px;
        /* height: 194px;
        max-width: 100%; */
        position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    }
}
@media only screen and (min-width : 1201px) and (max-width : 1368px) {
    .vacancy-application {           
        min-height: calc(100vh - 213px);        
    }
}