@font-face {
    font-family: Semplicita;
    src: url('../assets/font/Semplicita Light.otf');
    font-weight: 300;
}

@font-face {
    font-family: Semplicita;
    src: url('../assets/font/Semplicita Medium.otf');
    font-weight: 500;
}

@font-face {
    font-family: Semplicita;
    src: url('../assets/font/Semplicita Bold.otf');
    font-weight: 700;
}

@font-face {
    font-family: OpenSans;
    src: url('../assets/font/OpenSans-Regular.ttf');
    font-weight: 500;
}

@font-face {
    font-family: OpenSans;
    src: url('../assets/font/OpenSans-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: OpenSans;
    src: url('../assets/font/OpenSans-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: NotoSans;
    src: url('../assets/font/NotoSans-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: NotoSans;
    src: url('../assets/font/NotoSans-Italic.ttf');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: NotoSans;
    src: url('../assets/font/NotoSans-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: NotoSans;
    src: url('../assets/font/NotoSans-BoldItalic.ttf');
    font-weight: 700;
    font-style: italic;
}


html, body {
    font-family: Semplicita, Arial, sans-serif;
}

.bg-black {
    background-color: #101010;
}

.onpage-body .jumbotron {
    margin-top: 30px;
}

.jumbotron {
    background-color: unset;
}
.bg_under_img {
	position:absolute;
	background: url(../assets/img/preview_puzzles.png) no-repeat;
    background-size: cover;
	width: 100%;
    height: 100%;
	opacity: 0;
	transition: 2s;
}

#main .main-description {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 0.375rem;
    line-height: 3rem;
    color: #BEA57E;
}

#main .video-container {
    opacity: 0.3;
}

#main .video {
    object-fit: cover;
}

#main .more {
    position: absolute;
    left: 0;
    bottom: -160%;
    font-size: 1rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #BEA57E;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#main .more div {
    content: '';
    width: 50px;
    position: absolute;
    right: 80px;
    top: 2px;
    z-index: 1;
    height: 10px;
    border-bottom: solid 2px #BEA57E;
}

#main .carousel-indicators {
    left: auto;
    bottom: 30px;
}

#main .carousel-caption {
    left: 30px;
    right: unset;
    padding-bottom: unset;
    margin-right: 5%;
    text-align: unset;
    bottom: 30px;
}

#main .game-slider .title {
    font-size: 1.8rem;
    color: white;
    font-weight: normal;
    letter-spacing: 0.0625em;
    margin: 0;
    line-height: normal;
}

#main .game-slider .description {
    font-size: 1rem;
    color: white;
    font-weight: 300;
    letter-spacing: 0.125rem;
}

#main .game-slider .badges {
    margin-top: 30px;
}

#main .game-slider .badges > div {
    padding-left: 15px;
}

#games .main-description {
     font-size: 1.1rem;
     font-weight: 300;
     margin: 50px auto;
     color: #101010;
     letter-spacing: 0.03125rem;
     text-align: center;
 }

#games .jigsaw {
    background-color: #2E3034;
    color: white;
}

#games .blockpuzzle {
    background-color: #6ABC2D;
    color: white;
}
#games .sudoku {
    background-color: #41A8F2;
    color: white;
}
#games .oilpainting {
    background-color: #fa7268;
    color: white;
}

#games .blocks {
    background-color: #67bd1b ;
    color: white;
}

#games .jigsaw .bg_under_img {
    background-position: center;
}

#games .oilpainting .bg_under_img {
	background-image: url("../assets/img/preview_oil.png");
}
#games .pixel .bg_under_img {
	background-image: url("../assets/img/preview_pixels.png");
}
#games .lineart .bg_under_img {
	background-image: url("../assets/img/preview_lineart.png");
}

#games .blocks .bg_under_img {
    background-image: url("../assets/img/preview_blocks.jpg");
}

#games .sudoku .bg_under_img {
    background-image: url("../assets/img/preview_sudoku.jpg");
}

#games .pixel {
    background-color: #0abbc1;
    color: white;
	transition: 2s;
}

#games .lineart {
    background-color: #f9d50b;
    color: white;
	transition: 2s;
}

#games .image {
    float: left;
    width: 100px;
    margin-right: 15px;
}

#games .game-logo > .content {
    float:left;
}

#games .game-logo > .content > .title {
    font-size: 2.0rem;
    letter-spacing: 0.1rem;
    line-height: 2rem;
}

#games .game-logo > .content > .description {
    font-size: 1rem;
    letter-spacing: 0.200rem;
    font-weight: 300;
}

#career .main-description {
    font-size: 1.1rem;
    font-weight: 300;
    margin: 50px 15px;
    color: #101010;
    letter-spacing: 0.03125rem;
    text-align: justify;
}

#career .main-description h2 {
    margin-bottom: 80px;
}

#career .vacancy-card {
    background-color: #F5F5F5;
    margin: 30px 0 0 0;
    min-height: 550px;
}

#career .vacancy-card > .title {
    color: #BEA57E;
    font-size: 2rem;
    letter-spacing: 0.125rem;
    border-left: 2px solid #BEA57E;
    margin-left: 30px;
    padding: 30px 20px 20px;
    display: block;
}

#career .vacancy-card > .description {
    margin: 30px;
    font-size: 1.1rem;
    font-weight: 300;
}

#career .vacancy-card > .button {
    padding: 20px 50px;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    color: white;
    height: 70px;
    width: 70%;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    margin: auto 0 0 auto;
}

#career .vacancy-card > .button {
    color: white;
    text-decoration: none;
}

#career .vacancy-card .button:hover  {
    width: 100%;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, background-color 0.1s linear;
    background-color: #BEA57E;
}

button:focus { outline: none; }

#career .vacancy-card > .button:hover {
   cursor: pointer;
}

#career .vacancy-card .button-green {
    background-color: #6ABC2D;
}
#career .vacancy-card .button-red {
    background-color: #F5837C;
}
#career .vacancy-card .button-blue {
    background-color: #39a7f5;
}

#career .vacancy-card .button-gold {
    background-color: #BEA57E;
}

#support .main-description {
    font-size: 1rem;
    font-weight: 300;
    margin-top: 50px;
    color: white;
    letter-spacing: 0.03125rem;
    text-align: center;
}

#support {
    background: url("../assets/img/bg_support_full.jpg") no-repeat right bottom;
    background-size: cover;
}

#contact {
    background: url("../assets/img/bg_contact.svg") no-repeat left 95%;
}

#career {
    background: url("../assets/img/bg_career_full.jpg") no-repeat right bottom;
    background-size: cover;
}

#games {
    background: url("../assets/img/bg_games.svg") no-repeat right top;
}


#support input, #support button, #join_team input, #join_team button
{
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.2rem;
    background: transparent;
    border: 2px solid white;
    border-radius: 0;
    height: 60px;
}

#join_team input,  #join_team button {
    border: 2px solid black;
    outline: none;
    width: 100%;
}

#join_team button {
    cursor: pointer;
}

#support input
{
    padding-left: 20px;
    color: white;
    outline: none;
    width: 100%;
}

#support button{
    width: 100%;
    color: white;
    outline: none;
    cursor: pointer;
}

#support textarea
{
    background: transparent;
    border: 2px solid white;
    border-radius: 0;
    height: 384px;
    padding: 5px 15px;
    color: white;
    margin-bottom: 40px;
}

#support label, #join_team label {
    text-transform: uppercase;
    color: white;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.3rem;
}

#join_team label {
    color: black;
}

#support input[type=submit] {
    width: auto;
    border-color: #bea67c;
    color: #bea67c;
    margin-right: 0;
    margin-left: auto;
    outline: none;
    cursor: pointer;
    padding: 0 60px
}


#join_team input[type=submit] {
    border: 2px solid #bea67c;
    color: #bea67c;
    cursor: pointer;
}

#support input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.3rem;
    opacity: 1; /* Firefox */
}

#support input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.3rem;
    color: white;
}

#support input::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.3rem;
    color: white;
}

#contact .contacts-image {
    width: 100%;
    height: 100%;
}

#contact .contact-information {
    background-color: #f5f5f5;
    padding: 20px 30px;
    font-weight: 300;
    letter-spacing: 0.1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #464646;
    height: auto;
}

#contact .contact-place-header {
    font-size: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: black;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    position: absolute;
    left: -75px;
    top: 85px;
}

#contact .border-vertical {
    position: relative;
}

#contact .border-vertical:after {
    content: '';
    width: 175px;
    border-bottom: solid 2px #BEA57E;
    position: absolute;
    right: -75px;
    top: 40px;
    z-index: 1;
}

#contact .contact-place-header.place-minsk  {
    left: -55px;
    top: 95px;
}

#contact .contact-place-header.place-minsk .border-vertical:after  {
    width: 175px;
    right: -100px;

}

.copyright {
    font-size: 1rem;
    font-weight: 400;
    color: #464646;
}

footer {
    color: #464646;
    padding: 10px;
    background-color:black;
    position:absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.main.onepage-wrapper footer{
    bottom: 89px;
}

.image-zoom-hover:hover {
    transform: scale(1.2);
}

.image-zoom-container .image-zoom-hover {
    -webkit-transition-duration: 2s;
    -o-transition-duration: 2s;
    -moz-transition-duration: 2s;
    transition-duration: 2s;
}

.carousel-indicators {
    margin-right: 5%;
}

.carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin: 0 8px;
}

.carousel-indicators .active {
    background-color: #bea67c;
}

/*.game-block .badges-hidden{
    display: none;
    opacity: 0;
    height: 0px;
    opacity: 0;

    transition: visibility 0s, opacity 0.5s linear;
}*/


.game-block{
    display: flex;
}

/*.game-wrapper:hover .badges-hidden {
    visibility: visible;
    opacity: 1;
    display: flex;
    margin-top: 30px;
    height: 50px;

}*/


.game-wrapper:hover .image{
    margin-bottom: 30px;
}

.jigsaw, .oilpainting, .pixel, .lineart, .blocks, .sudoku {
	overflow: hidden;
}

#games .jigsaw:hover {
	background-color: transparent;
}

#games .game-wrapper:hover .badges-hidden {
    visibility: visible;
    opacity: 1;
    animation-delay: 0.6s;
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
    transition: visibility 0.3s linear, opacity 0.3s linear;

}

#games .game-wrapper:hover .content {
    height: 170px;
}

#games .game-wrapper .content {
    height: 130px;
    -webkit-transition: height 1s linear;
    transition: height 0.5s linear;
}

#games .game-wrapper .badges-hidden {
    visibility: hidden;
    opacity: 0;
    display: flex;
    margin-top: 30px;
    animation-delay: 0.6s;
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
    transition: visibility 0.3s linear, opacity 0.3s linear;
}

#games .jigsaw:hover .bg_under_img {
	opacity: 1;
	transform: scale(1.2);
}

#games .oilpainting:hover {
	background-color: transparent;
}
#games .oilpainting:hover .bg_under_img {
	opacity: 1;
	transform: scale(1.2);
}
#games .pixel:hover {
	background-color: transparent;
}
#games .pixel:hover .bg_under_img {
	opacity: 1;
	transform: scale(1.2);
}
#games .lineart:hover {
	background-color: transparent;
}
#games .lineart:hover .bg_under_img {
	opacity: 1;
	transform: scale(1.2);
}

#games .blocks:hover .bg_under_img {
    opacity: 1;
    transform: scale(1.2);
}

#games .sudoku:hover {
    background-color: transparent;
}
#games .sudoku:hover .bg_under_img {
    opacity: 1;
    transform: scale(1.2);
}


/*.oilpainting:hover {
    background: url("../assets/img/games_oil.png") no-repeat;
    background-size: cover;
}

.pixel:hover {
    background: url("../assets/img/games_pixels.png") no-repeat;
    background-size: cover;
}

.lineart:hover {
    background: url("../assets/img/games_lineart.png") no-repeat;
    background-size: cover;
}*/

.game-wrapper {
    min-height: 340px;
}

.game-wrapper:hover .game-block {
    background-color: rgba(46,48,52,0.7)
}

#image_file_uploader, #cv_file_uploader {
    display: none;
}

/*-----custom select-----*/
.custom_select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
    background: transparent;
    border: unset;
    padding: unset;
}
.custom_select {
    display: flex;
    flex-direction: column;
    border-width: 2px;
    border-style: solid;
    border-color: white;
}
.custom_select.open {
    border-color: #bea67c;
}
.custom_select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    font-size: 1rem;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    font-weight: 500;
    color: white;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
}
.custom_select__trigger span {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 26px;
    white-space: nowrap;
}
.custom_select__trigger #support_subject_key {
    border: none;
    padding-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 26px;
    white-space: nowrap;
}
.custom-options {
    position: absolute;
    display: block;
    background: black;
    top: 100%;
    left: 0;
    right: 0;
    border: 2px solid #bea67c;
    border-top-width: 0;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    text-transform: uppercase;
}
.custom_select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.custom-option {
    position: relative;
    display: block;
    padding: 16px 20px 18px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    color: white;
    line-height: 20px;
    cursor: pointer;
    transition: all 0.5s;
    margin: 0;
}
.custom-option:hover, #support_subject_key:hover {
    cursor: pointer;
    color: #bea67c;
}
.custom_select__trigger #support_subject_key:hover {
    opacity: 1;
}
.custom-option.selected {
    color: #bea67c;
}

.arrow {
    position: relative;
    height: 15px;
    width: 15px;
}
.arrow::before, .arrow::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0.15rem;
    height: 100%;
    transition: all 0.5s;
}
.arrow::before {
    left: -5px;
    transform: rotate(45deg);
    background-color: white;
}
.arrow::after {
    left: 5px;
    transform: rotate(-45deg);
    background-color: white;
}
.open .arrow::before {
    left: -5px;
    transform: rotate(-45deg);
}
.open .arrow::after {
    left: 5px;
    transform: rotate(45deg);
}
/*----- end of custom select -----*/

/*-----full screen slider styles----*/
.onepage-pagination li a:before {
   background: #BEA57E;
}

.onepage-pagination li a.active:before {
    border: 1px solid #bea67c;
}

.allign-center-blocks {
    display: flex;
    justify-content: space-around;
    line-height: normal;
}

#contact  {
    padding-bottom: 90px;
    position: absolute;
}

.game-logo .image img {
    border-radius: 20px;
}


.bottom-link {
    white-space: nowrap;
}

@media (min-width: 769px)
{
    .navbar-left .nav-item:nth-child(1)
    {
        padding-left: 0;
    }

    .navbar-left .nav-item:nth-child(2)
    {
        margin-left: 100px;
    }

    .game-logo {
        min-width: 420px;
    }

    #join_form {
        height: 60%;
        margin-top: 150px;
        margin-bottom: 150px;
    }

    #games .game-logo > .content > .title {
        margin-top: 15px;
    }

    #join_form .join-success-text, #join_form .join-error-text {
        margin-right: 10%;
    }
}

@media (max-width: 1024px) {
    #contact .contact-information {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .white-navbar footer {
        bottom: auto !important;
    }

    footer, footer .copyright {
        font-size: 0.6rem !important;
    }
    .vacancy-card  .title {
        font-size: 1.5rem !important;
    }
}

@media (min-width: 420px) and (max-width: 767px) {
    .navbar-toggler:not(.collapsed)  .navbar-toggler-icon:before, .navbar-toggler:not(.collapsed)  .navbar-toggler-icon:after {
        right: -25px !important;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    .more {
        bottom: -120% !important;
    }

    .nav-absolute {
        display: none;
    }

    .more {
        bottom: -50% !important;
    }

    .navbar-collapse.show .hidden-menu-item {
        display: block !important;
    }
}

@media (max-width: 768px) {

    #support .success-message-wrapper,
    #support .error-message-wrapper {
        padding: 20px 0;
    }

    .hidden-menu-item {
        display: block !important;
    }

    .jumbotron .main-description  {
        margin-top: 90px;
        margin-bottom: 70px;
    }
   .vacancy-card {
        margin-bottom: 15px !important;
    }

    .nav-link.move-to-item {
        display: inline-block;
    }

    #navbar
    {
        position: fixed;
        width: 100%;
        color: white;
        text-transform: uppercase;
    }

    #main .more {
        left: -25px;
        bottom: -100%
    }

    #navbar a{
       color: white;
    }

    #games .main-description {
        margin-top: 0;
        padding: 0 15px;
    }

    #main .main-description {
        font-size: 1rem;
        letter-spacing: 0.275rem;
        line-height: 1.8rem;
    }

    #main .carousel-caption {
        bottom: 50px;
    }

    .carousel-indicators li {
        width: 6px;
        height: 6px;
        border-radius: 3px;
        margin: 0 3px;
    }

    #main .carousel-indicators {
        bottom: 0;
    }

    #carouselExampleIndicators .title
    {
        font-size: 1.8rem !important;
    }

    #carouselExampleIndicators .description
    {
        font-size: 1.2rem !important;
    }

    .info-bottom {
        height: auto !important;
        margin-top: 40px;
    }

    .bottom-link {
        font-size: 0.6rem !important;
        width: auto;
    }

    .border-vertical {
        display: none
    }

    #contact {
          background-position: left 97%;
          background-size: contain;
    }

    #games {
        background-position: left top;
        background-size: contain;
    }

    .vacancy-slide {
        margin-top: 0 !important;
    }

    .vacancy-slide .vacancy-header .header-uppercase:nth-child(1) {
        margin-top: 75px;
    }

    .vacancy-slide .vacancy-header .header-uppercase {
        font-size: 1.5rem !important;
    }

    .vacancy-qualifications .qualification-header {
        font-size: 1.2rem !important;
    }

    .vacancy-qualifications {
        margin-top: 30px !important;
        padding: 0 !important;
    }

    .vacancy-qualifications ul li {
        padding: 0 40px !important;
    }

    .vacancy-qualifications .qualification-header {
        padding: 0 40px;
    }

    #join_team {
        position: relative;
        padding-bottom: 90px;
    }

    .text-section .vacancy-slide > div{
        margin-top: 100px;
        width: 90%;
    }

    .nav-absolute {
        display: none;
    }

    footer, footer .copyright {
       font-size: 0.8rem;
    }

    #career {
        background-position: right bottom;
    }
    #support {
        background-position: left bottom;
    }

    .white-navbar footer {
        bottom: auto !important;
    }

    #support label, #join_form label{
        font-size: 0.6rem;
    }
}

.navbar-brand-small img{
    vertical-align: unset;
}


.info-bottom {
    height: 100px;
}

.bottom-link {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 3px;
    font-weight: 500;
    padding: 20px 0;
    text-align: center;
}

.bottom-link a{
    color: black;
    text-decoration: none;
    display: inline-block;
}

.bottom-link span {
    border-bottom: 2px solid #BEA57E;
}


.bottom-link a:hover {
    color: #BEA57E;
}

.bottom-link a:after {
    display:block;
    content: '';
    border-bottom: solid 2px #BEA57E;
    transform: scaleX(0);
    transition: transform 500ms ease-in-out;
}

.bottom-link a.active:after {
    display:block;
    content: '';
    border-bottom: solid 3px #BEA57E;
    transform: scaleX(1);
    transition: transform 500ms ease-in-out;
}

.bottom-link a.active span {
    border: none !important;
}

.bottom-link a:hover:after { transform: scaleX(1); }

.bottom-link a:after{  transform-origin:  0 50%; }

.social-bottom img{
    width: 25px;
    z-index: 99
}

a.social-bottom {
    padding: 20px;
    display: block;
}

a.social-bottom:hover {
    cursor:pointer;
    background-color: #BEA57E;

}

a.social-bottom:hover img {
    filter: invert(1);
}

*:focus {
    outline: none;
}
#support .success-message-wrapper,
#support .error-message-wrapper {
	display: none;
}

.success-message-wrapper .success-message,
.error-message-wrapper .error-message {
	color: white;
	text-transform: uppercase;
	font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 0.275rem;
    line-height: 3rem;
    text-align: center
}

.success-message-wrapper .success-message p,
.error-message-wrapper .error-message p {
    font-size: 1rem;
    text-transform: none;
    line-height: 1.5;
    letter-spacing: normal;
    margin-bottom: 60px;
}

@media (min-width: 1366px) {
    .onpage-body #navbar {
        min-height: 90px;
    }

    .hidden-menu-item {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #main .more {
        bottom: -35px;
        left: -15px;
    }

    .contact-place-header {
        display: none;
    }

    .navbar-logo {
        display: none !important;
    }

    .navbar-left .nav-item:nth-child(2) {
        margin-left: 0 !important;
    }

    #career .vacancy-card {
        min-height: 800px
    }

    #career .vacancy-card .description {
        min-height: 540px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .nav-absolute {
        display: block !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .bottom-link {
        font-size: 0.7rem !important;
        width: auto;
        text-align: center;
    }

    #games {
        background-position: right 4% !important;
    }

    #contact {
        background-position: left 91% !important;
    }

    #join_form label {
        font-size: 0.7rem;
    }


}


@media (min-width: 410px) and (max-width: 850px) {
    .navbar-logo {
        display: none !important;
    }
}

.new-message-button {
	display: block;
	width: auto;
    border: 1px solid #bea67c;
    color: #bea67c !important;
    outline: none;
    cursor: pointer;
    padding: 10px 60px;
	font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 0.375rem;
	text-transform: uppercase;
	margin: 30px auto 60px auto;
}

#support .hidden-block {
	display: none !important;
}

.vacancy-slide {
    margin-top: 50px;
}


.vacancy-slide .vacancy-header .vacancy-text {
    font-weight: 300;
    font-size: 1rem;
}

.vacancy-slide .vacancy-header .header-uppercase {
    font-size: 3.5rem;
    letter-spacing: 0.375rem;
    text-transform: uppercase;
    font-weight: 500;
}

.vacancy-slide .vacancy-header {
    border-left: 4px solid #bea67c;
    padding: 0 40px;
}

.vacancy-qualifications {
    padding: 0 40px;
}

.vacancy-qualifications .qualification-header {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 10px;
    margin-top: 35px;
}

.vacancy-qualifications ul {
    font-weight: 300;
    font-size: 1.2rem;
}

.vacancy-qualifications ul li,  ul.vacancy-main li {
    list-style: none;
    line-height: 2.6rem;
    background: url("../assets/icons/ic_check.svg") no-repeat 0 14px;
    background-size: 18px;
    padding-left: 60px;
    max-width: 1024px;
}

ul.vacancy-main {
    padding: 0;
}


ul.vacancy-main li {
    background-position: 0 8px;
    background-size: 18px;
    padding-left: 40px;
    line-height: 2em;
    font-size: 1rem;
}

.back-to-main-button {
    color: black;
    font-size: 2rem;
    width: 60px;
    height: 60px;
    position:absolute;
    top:5px;
    left:5px;
    margin:0;
    background-color: #F5F5F5;
    cursor: pointer;
    transform: rotate(180deg);
}

.back-to-main-button:hover {
    background-color: #BEA67A !important;
}

.back-to-main-button span {
    display: block;
    -webkit-mask-image: url("../assets/icons/ic_arrow.svg");
    mask-image: url("../assets/icons/ic_arrow.svg");
    height: 40px;
    width: 40px;
    margin: 10px;
    background-color: black;
    -webkit-mask-size: cover;
}

.back-to-main-button:hover span {
    background-color: white;
}

.join-success-text, .join-error-text {
    display: none;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.2rem;
    text-align: center;
}

.join-success-text p, .join-error-text p {
    font-size: 1rem;
    text-transform: none;
    margin: 30px 0 60px 0;
    line-height: 1.5;
}

body.white-navbar #navbar {
    background-color: #F5F5F5 !important;
}

body.white-navbar #navbar .nav-link {
	color: black !important
}

.text-section {
    font-weight: 300;
    font-size: 1.2rem;
    /*--col-*/
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.white-navbar footer{
    bottom: auto;
}

.nav-absolute {
    position: absolute;
    right: 20px;
}

body:not(.onpage-body):not(.white-navbar) #navbar a{
    color: white !important;
}

.carousel-indicators li{
    cursor: pointer;
}

.lang-ru{
    font-family: OpenSans, serif !important;
}

body:not(.lang-ru) {
    font-family: Semplicita, serif !important;
}

@media (min-width: 2000px) and (min-height: 1200px){
    .slide-center, .support-form-wrapper, .success-message-wrapper, .error-message-wrapper {
        height: 100% !important;
        align-items: center !important;
    }

    .slide-center-80 {
        height: 80% !important;
        align-items: center !important;
    }

    .slider-my-auto {
        margin-bottom: auto!important;
        margin-top: auto!important;
    }

    #main .container, #navbar .container {
        max-width: 1600px
    }


    .carousel-inner .img-fluid {
        min-width: 800px;
        max-width: 100%;
    }

    .navbar-left .nav-item:nth-child(2) {
        margin-left: 270px;
    }

    .navbar-right .nav-item:nth-child(1) {
        margin-right: 270px !important;
    }

    #main .main-description {
        font-size: 2rem;
        line-height: 3.5rem;
    }

    #main .more {
        bottom: -230%;
    }

    .onpage-body #games {
        background-position: right 7% !important;
    }

    #career .main-description {
        margin: 50px 15px 170px 15px;
    }
}

#games>div {
    padding: 0;
}

.slide-center-80 {
    height: 80%;
}

.lang-ru footer {
    font-size: 0.8rem !important;
}

.move-to-item.active:after {
    display: block;
    content: '';
    border-bottom: solid 1px #BEA57E;
    transform: initial !important;
}

.onpage-body  #navbar {
    position: fixed;
    width: 100%;
}

.onpage-body footer  {
    bottom: 0 !important;
}

.onpage-body #contact {
    background-position: left 96% !important;
}

.onpage-body .slide-center-80 {
    height: 90% !important;
}

.onpage-body #games {
    background-position: right 12%;
}

.game-wrapper .badges {
    width: 320px;
}

#career .slide-center {
    height: 100% !important;
    align-items: center !important;
}

#contact .slide-center-80 {
    align-items: center !important;
    height: 90% !important;
}

@media (max-width: 460px)   {

    .more {
        left: -30px !important;
        bottom: -125% !important;
        font-size: 0.8rem !important;
    }
    #main .more div {
        top: -1px;
    }

    #support_form input[type=submit] {
        width: 100% !important;
        margin-bottom: 60px;
    }

    #career, #support {
        background-position: left bottom;
    }

    .contact-place-header {
        display: none;
    }

    #support_form {
        margin: 0 !important;
    }

    .white-navbar footer {
        bottom: 0;
    }

    .join-success-text, .join-error-text  {
        margin: 30px;
    }

    .join-success-text .new-message-button, .join-error-text .new-message-button {
        font-size: 1rem;
        letter-spacing: 0.275rem;
    }
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before, .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
        right: 10px !important;
        top: 0 !important;
    }

    #join_form {
        margin: 0 15px;
    }

}

#support_form {
    margin: 50px
}

#games .game-block .content {
    text-align: center;
}
#games .game-block .image {
    float: none;
    margin: 0 auto 20px;
}
#games .game-block .badges, #games .game-block .badges div {
    margin: 0 auto;
}

#games .game-block .content  {
    margin-bottom: 20px;
}

#career, #games {
    padding: 20px 0;
}

@media (min-width: 768px)   {
    #games {
        padding: 50px 0 0 0 ;
    }
    #career {
        padding: 50px 0 50px 0;
    }
}

.hidden-menu-item {
    display: none;
    border-top: 2px solid #BEA57E;
}

.navbar-toggler {
    position: relative;
}

.navbar-toggler:not(.collapsed)  .navbar-toggler-icon {
    position: relative;
    width: 0 !important;
}

.navbar-toggler:not(.collapsed)  .navbar-toggler-icon:before, .navbar-toggler:not(.collapsed)  .navbar-toggler-icon:after {
    position: absolute;
    color: white;
    content: ' ';
    height: 33px;
    width: 3px;
    background-color: white;
    left: -10px;
}

.collapsed .navbar-toggler-icon {
    margin-top: 10px;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon:before {
    transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
    transform: rotate(-45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    border-top: none;
    position: relative;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon span {
    border-bottom: none;
}

.no-wrap {
    white-space: nowrap;
}

.contact-link, .contact-link:hover {
    color: #BEA57E;
}

.white-navbar  .navbar-toggler-icon:before, .white-navbar .navbar-toggler-icon:after{
    background-color: black !important;
    color: black !important;
}

.white-navbar  .navbar-toggler-icon::after {
    border-bottom: none !important;
}

@media (max-width: 576px) {
    table {
        font-size: 0.6rem;
    }
}

label.form-group-label {
    display: inline-block;
    height: 24px;
}

#upload_image {
    margin-bottom: 40px;
}


/*#support_form .form-group input, #support_form .form-group textarea {
    margin-bottom: 44px;
}

#support_form .form-group.chosen-wrapper {
    margin-bottom: 42px;
    margin-top: 32px;
}

label.error {
    display: block;
    margin-bottom: 0px;
    height: 25px;
}*/

.lang-ru #support label, .lang-ru #join_team label {
    letter-spacing: 0.1rem !important;
}

#join_form input[type=submit]{
    margin-top: 30px;
}

.owl-pagination {
    background-color: #101010;
    width: 120px;
    margin-top: 30px;
    margin-right: 15px;
}

.owl-pagination span {
    display: block;
    -webkit-mask-image: url(../assets/icons/ic_arrow.svg);
    mask-image: url(../assets/icons/ic_arrow.svg);
    height: 40px;
    width: 40px;
    margin: 10px;
    background-color: white;
    -webkit-mask-size: cover;
}
.owl-pagination .disabled span {
    background-color: #4f5358;
}

.owl-pagination .owl-real-prev span {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.owl-pagination .owl-real-prev:after {
    content: "";
    height: 30px;
    border-right: 1px solid #BEA57E;
    position: absolute;
    top: 15px;
    left: 99%;
}

.no-paddings {
    padding: 0 !important;
}

.error404 {
    background-color: #101010;
    color: white;
    padding-top: 100px;
}

.error404-header-text {
    float: right;
    font-size: 3rem;
    font-weight: 300;
    text-transform: uppercase;
}

.error404-header-number {
    font-size: 10rem;
    letter-spacing: 0.5rem;
    line-height: 11rem
}
.error404-description {
    text-align: center;
    font-size: 1.5rem;
}

.section404 .triangle-down {
    content: "";
    display: block;
    width: 100%;
    border-top: 150px solid #101010;
}

.contact-text {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 100px;
}

.contact-text a{
    color: #BEA57E;
}

@media (max-width: 769px) {
    .error404-header-text, .error404-header-number {
        float: none;
        text-align: center;
    }

    .error404-header-number {
        font-size: 3rem;
        line-height: 4rem;
    }

    .error404-header-text {
        font-size: 1.5rem;
    }

    .contact-text, .error404-description {
        font-size: 1rem;
        margin-top: 30px;
    }
}

.info-bottom-window {
    position: fixed;
    text-align: center;
    bottom: 0;
    z-index: 100;
    background-color: #464646;
    width: 100%;
    padding-top: 20px;

}

.info-bottom-window-content {
    position: relative;
    text-align: center;
}

.info-bottom-window-content p {
    color: white;
}

.info-bottom-window-content .close-custom{
    position: absolute;
    right: -10px;
    top: -25px;
    font-size: 60px;
}

.info-bottom-window-content {
    font-size: 1.1rem;
    font-weight: 300;
    color: #101010;
    letter-spacing: 0.03125rem;
}

.info-bottom-window-content p a {
    color: #bea67c;
}

.close-custom {
    font-size: 50px;
    color: white !important;
}

.close-custom:hover {
    color: #bea67c !important;
    text-decoration: none;
}

.info-bottom-window.inactive {
    display:none !important;
}

.captcha-link {
    display: block;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.2rem;
    font-size: 1rem;
    color: white;
}

.captcha-link-black {
    display: block;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.2rem;
    font-size: 1rem;
    color: #6c757d;
}

.captcha-link:hover, .captcha-link-black:hover {
    color: #BEA57E;
    text-decoration: none;
}

#captcha-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.captcha-error-message {
    color: red;
    text-align: center;
}

.last-updated-text {
    font-family: Semplicita, serif;
    font-size: 1.2rem;
    font-weight: 300;
}

.legal-document {
    font-family: NotoSans, Semplicita, serif;
    font-weight: 400;
    font-size: 1rem;
}

.vacancy-alter-text {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 18px;
    margin-top: 16px;
    padding-bottom: 8px;
}
