body {
    font-family: 'Roboto', sans-serif;
    background: #232323 0% 0% no-repeat fixed;
    background-size: cover;
    color: #f3f3f3;
    hyphens: auto;

}

.main {
    margin: 0;
    padding: 0;
    margin-top: 69px;
}

div:focus,
a:focus,
p:focus,
input:focus,
textarea:focus,
img:focus,
.btn_vid:focus,
.btn_play:focus,
.g_btn:focus,
li:focus,
button:focus {
    outline: none !important;
}

.games-container {
    display: none;
}

.play_btn {
    padding-top: 10%;
    margin-bottom: 10%;
    bottom: 0;
}

a:link,
a:visited,
a:hover {
    color: #f3f3f3;
    text-decoration: none !important;
    cursor: pointer;
}

.row {
    padding: 0 0
}

.up__mobile,
.jobs_mobile__cont {
    display: none;
}

.jobs_mobile__button {
    padding: 30px;
}

.jobs_mobile__button.active {
    filter: brightness(5);
}

.mobile-header {
    display: none;
}

.img-fluid {
    min-width: 100%;
    min-height: 300px;
}

ul,
li {
    display: block;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: center;
    color: #f3f3f3;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

input {
    color: #737373;
    border: 1px;
    margin-left: 10px;
    padding: 4px;
    width: 100%;
    height: 50px;
    background: #d3d3d3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

textarea {
    color: #737373;
    border: 1px;
    margin-left: 10px;
    padding: 4px;
    width: 100%;
    height: 100px;
    background: #d3d3d3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
}

.main-header {
    padding: 10px 0;
    background: rgba(35, 35, 35, 0.8);
    overflow: hidden;
    z-index: 10;
}

.mobile-header li {
    z-index: 90;
}

.col__up {
    bottom: 9vh;
    padding-bottom: -8vh;
}

.menu {
    margin-top: 15px;
}

.menu__item,
.touch-menu {
    /*padding: 0 10px;*/
    color: #f3f3f3;
    font-weight: 700;
    font-size: 17px;
    border-bottom: 2px solid rgba(274, 168, 7, 0);
    -webkit-transition: border 300ms ease-out;
    -moz-transition: border 300ms ease-out;
    -ms-transition: border 300ms ease-out;
    -o-transition: border 300ms ease-out;
    transition: border 300ms ease-out;
    text-transform: uppercase;

}

.menu__item:hover {
    border-bottom: 2px solid rgba(274, 168, 7, 1);
    color: #f3f3f3;
}

.touch-menu {
    margin-top: 15px;
}

.buttons {
    padding-top: 12px;
}


.socials,
.lang {
    
    cursor: pointer;
    height: 30px;
    width: 30px;
    border: 0;
    display: block;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.socials:hover,
.lang:hover {
    /*background-size: 33px 33px;*/
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.socials_fb {
    background: url(../img/icons/fb.png) center center no-repeat;
    background-size: 30px 30px;
}

.socials_twitter {
    background: url(../img/icons/twitter.png) center center no-repeat;
    background-size: 30px 30px;
}

.socials_vk {
    background: url(../img/icons/vk.png) center center no-repeat;
    background-size: 30px 30px;
}

.socials_youtube {
    background: url(../img/icons/youtube_alt.png) center center no-repeat;
    background-size: 30px 30px;
}

.socials_instagram {
    background: url(../img/icons/instagram.png) center center no-repeat;
    background-size: 30px 30px;
}

.lang_ru {
    background: url(../img/icons/ru.png) center center no-repeat;
    background-size: 30px 30px;
}

.lang_en {
    background: url(../img/icons/en.png) center center no-repeat;
    background-size: 30px 30px;
}

.title {
    padding-top: 69px;
}

.about__text {
    margin-top: -5px;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
}

.readMore {
    display: none
}

.moreDots {
    display: none
}

.mainform {
    padding-right: 2.5vh;
}

.connect {
    position: relative;
    width: 100%;
    margin-top: -760px;
    padding-top: 5%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
}

.mainform input {
    padding-left: 15px;
}

.mainform textarea {
    padding-top: 7px;
    padding-left: 15px;
}

.input__header {
    font-size: 20px;
    font-weight: 300;
    padding: 1.5vh 1.5vh 0;
}

.sender {
    position: relative;
    margin-left: 21%;
}

.send {
    color: rgba(243, 243, 243, 0.6);
    font-weight: 700;
    border: solid 2px rgba(243, 243, 243, 0.6);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    background: rgba(0, 0, 0, 0.5);
}

.send:hover {
    background: rgba(0, 0, 0, 0.8);
    color: rgba(243, 243, 243, 1);
    border: solid 2px rgba(243, 243, 243, 1);
}


.up__sym {
    color: rgba(274, 168, 7, 0);
    font-size: 20px;
    font-weight: 700;
    -webkit-transition: color 200ms ease-out;
    -moz-transition: color 200ms ease-out;
    -ms-transition: color 200ms ease-out;
    -o-transition: color 200ms ease-out;
    transition: color 200ms ease-out;
}

.up__button {
    font-weight: 700;
    color: #f3f3f3;
    font-size: 17px;
    text-transform: capitalize;
    border-bottom: 2px solid rgba(274, 168, 7, 0);
    -webkit-transition: border 200ms ease-out;
    -moz-transition: border 200ms ease-out;
    -ms-transition: border 200ms ease-out;
    -o-transition: border 200ms ease-out;
    transition: border 200ms ease-out;
}

.up__button:hover {
    border-bottom: 2px solid rgba(274, 168, 7, 1);
}

.up__button:hover + .up__sym {
    color: rgba(274, 168, 7, 1);
}

@media all and (max-width: 1200px) {
    .btns {
        top: 65% !important;
    }
}

@media all and (max-width: 992px) {
    
    .fb {
        display: none
    }
    
    .fb-page {
        display: none
    }

    .benefits {
        display: none
    }
    
    .moreDots {
        display: inline
    }

    .readMore {
        display: block;
        background: none;
        border: none;
        color: #f3f3f3;
        text-transform: uppercase;
        padding: 5px;
        font-weight: 700;
        max-width: 250px;
        display: block;
        text-align: center;
        margin: 10px auto;
        position: relative;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .readMore:before,
    .readMore:after {
        content: "//////";
        color: orange;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .readMore:before {
        margin-right: 10px;
    }

    .readMore:after {
        margin-left: 10px;
    }

    .more {
        display: none
    }

    .main-header {
        display: none
    }

    .connect {
        position: relative;
        width: 100%;
        margin-top: 0;
        padding-top: 5%;
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 20px;
    }

    .footer {
        padding-top: 4%;
        z-index: 5;
        bottom: 0;
        position: fixed !important;
    }

    .menu,
    .jobs_desktop,
    .jobs_mobile__item {
        display: none;
    }

    .benefits img {
        height: 50px;
        width: 50px;
    }
    
    .jobs {
        padding-bottom: 25%;
    }

    .up__button:hover {
        border-bottom: none;
    }

    .up__button:hover + .up__sym {
        color: rgba(0, 0, 0, 0);
    }

    .buttons {
        display: none;
    }

    .up {
        display: none;
    }

    .up__mobile,
    .jobs_mobile__cont {
        display: block;
    }

    .mobile-header {
        display: block;
        padding: 10px 0;
        background: rgba(35, 35, 35, 0.8);
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        overflow: hidden;
        z-index: 60;
    }

    .touch-menu__list {
        text-align: right;
        display: none;
    }

    .title {
        padding-top: 69px;
    }

    .title__contact,
    .title__about,
    .title__games {
        font-size: 20px;
    }

    .about__text {
        font-size: 17px;
    }

    #games {
        /*height: auto;*/
        margin-top: -69px;
    }

    .slider {
        margin: 0;
        padding: 0;
        display: none;
    }

    .game1 img,
    .game2 img,
    .game3 img,
    .game4 img,
    .game5 img,
    .game6 img,
    .game7 img,
    .game8 img,
    .game9 img,
    .game10 img,
    .game11 img,
    .game12 img {
        border-radius: 20px !important;
        height: 100px !important;
        width: 100px !important;
    }

    .game1 span,
    .game2 span,
    .game3 span,
    .game4 span,
    .game5 span,
    .game6 span,
    .game7 span,
    .game8 span,
    .game9 span,
    .game10 span,
    .game11 span,
    .game12 span {
        position: relative;
        font-weight: 300 !important;
    }

    .g_btn {
        width: 100px !important;
    }

    .game1_pics,
    .game2_pics,
    .game3_pics,
    .game4_pics,
    .game5_pics,
    .game6_pics,
    .game7_pics,
    .game8_pics,
    .game9_pics,
    .game10_pics,
    .game11_pics,
    .game12_pics {
        height: 180px !important;
    }

    .game1_pics img,
    .game2_pics img,
    .game3_pics img,
    .game4_pics img,
    .game5_pics img,
    .game6_pics img,
    .game7_pics img,
    .game8_pics img,
    .game9_pics img,
    .game10_pics img,
    .game11_pics img,
    .game12_pics img {
        height: 180px !important;
        width: 300px !important;
    }
    
    .address {  
    text-align: center !important;
    }

    #contact {
        left: 0;
        margin: 0;
        padding-bottom: 69px;
        position: relative !important;
        width: 100% !important;
        background-color: rgba(0, 0, 0, 0) !important;
    }

    .map {
        display: none
    }
}

@media all and (max-width: 762px) {

    .navbar-wrapper {
        position: relative;
        top: 0px;
    }
}

.btns {
    position: absolute;
    z-index: 10;
    width: 10%;
    min-width: 100px;
    left: 46%;
    top: 75%
}

.btn_vid,
.btn_play {
    padding: 6px 0;
    margin: 3px 0;
    display: block;
    text-align: center;
    font-weight: 700;
    border-radius: 10px;
    border: solid 2px rgba(243, 243, 243, 0.6);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    background: rgba(0, 0, 0, 0.5);
}

.btn_vid:hover,
.btn_play:hover,
.g_btn:hover {
    background: rgba(0, 0, 0, 0.8);
    border: solid 2px rgba(243, 243, 243, 1);
}

.btn_vid span,
.btn_play span,
.g_btn span {
    color: rgba(243, 243, 243, 0.7);
}

.btn_vid:hover span,
.btn_play:hover span,
.g_btn:hover span {
    color: rgba(243, 243, 243, 1);
}

.slide-cont img {
    width: 100%;
    height: auto;
    min-width: 360px;
}

.game1,
.game2,
.game3,
.game4,
.game5,
.game6,
.game7,
.game8,
.game9,
.game10,
.game11,
.game12 {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    cursor: pointer;
    width: 200px;
    text-align: center;
}

.games-nav .slick-center {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.games-nav .slick-list {
    padding: 30px 0px !important;
    /*margin-right: 30px !important;*/
}

.game1 img,
.game2 img,
.game3 img,
.game4 img,
.game5 img,
.game6 img,
.game7 img,
.game8 img,
.game9 img,
.game10 img,
.game11 img,
.game12 img {
    border-radius: 30px;
    position: relative;
    margin: auto;
    width: 170px;
    height: auto;
}

.game1 span,
.game2 span,
.game3 span,
.game4 span,
.game5 span,
.game6 span,
.game7 span,
.game8 span,
.game9 span,
.game10 span,
.game11 span,
.game12 span {
    margin-top: auto;
    padding-top: 10px;
    font-weight: 700;
}


.game1_info,
.game2_info,
.game3_info,
.game4_info,
.game5_info,
.game6_info,
.game7_info,
.game8_info,
.game9_info,
.game10_info,
.game11_info,
.game12_info {
    position: relative;
    text-align: justify;
}

.game1_pics,
.game2_pics,
.game3_pics,
.game4_pics,
.game5_pics,
.game6_pics,
.game7_pics,
.game8_pics,
.game9_pics,
.game10_pics,
.game11_pics,
.game12_pics {
    height: 180px;
    padding-bottom: -10vh;
}

.game1_pics img,
.game2_pics img,
.game3_pics img,
.game4_pics img,
.game5_pics img,
.game6_pics img,
.game7_pics img,
.game8_pics img,
.game9_pics img,
.game10_pics img,
.game11_pics img,
.game12_pics img {
    /*display: inline-block;*/
    margin: auto;
    padding: 0 2px;
    position: relative;
    height: 180px;
    width: auto;
}

.g_btn {
    margin: auto;
    width: 170px;
    padding: 6px 0;
    display: block;
    text-align: center;
    font-weight: 700;
    border-radius: 10px;
    border: solid 2px rgba(243, 243, 243, 0.6);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    background: rgba(0, 0, 0, 0.5);
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.benefits_icons {
    list-style: none;
    text-align: center;
}

.benefits_icons li {
    width: 110px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-left: 15px;
    margin-right: 15px;
}

.benefits,
.jobs {
    text-align: center;
    margin-bottom: 10px;
    font-size: 17px;
}

hr {
    border: none;
    background-color: orange;
    color: orange;
    height: 2px;
}

.nav-tabs {
    border-bottom: none;

}

.nav-tabs .nav-link {
    border: none;
    text-align: center;
    width: 6em;
    height: 200px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.nav .active {
    border: 1px solid;
    border-color: orange !important;
    border-radius: 50px;
}

.nav-link div {
    position: relative;
    top: 15%;
}

.nav-link:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #f3f3f3;
    /*border: 1px;
    border-radius: 100px;*/
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    background-color: transparent;
}

.sender {
    padding-top: 2vh;
    width: 50%;

}

#contact {
    padding-top: 2vh;
}

.address {
    text-align: right;
}

.map {
    background: url(../img/map.png) center center no-repeat;
    background-size: 100% 100%;
    z-index: 0;
    width: 100%;
    height: 760px;
}

.gm-style-mtc {
    display: none
}


.footer {
    background: rgba(35, 35, 35, 0.8);
    width: 100%;
}

.partners {
    /*text-align: center;*/
    font-family: "Times New Roman", serif;
    color: #000;
    font-size: large;
}

.partners > tr > td > a {
    color: #0000ff !important;
    text-decoration: underline !important;
}