BODY{
    /*font-family: 'Muller';*/
    font-family: 'Golos Text';
    font-weight: 300;
}

.roboto{
    /*font-family: 'Roboto',Arial,sans-serif;*/
    font-family: 'Golos Text';
    font-weight: 300;
}

.box-font-1{
    /*font-family: 'Arial',Arial,sans-serif;*/
    font-family: 'Golos Text';
    line-height: 1.55;
    font-weight: 400;
    font-size: 18px;
}

.bg-yellow{
    background: #ffdd00;
}

.bg-gray{
    background: #3d3d3b;
}

.bg-gray-light{
    background: #ececec;
}
.carousel-inner .carousel-item.active,.carousel-inner .carousel-item-next,.carousel-inner .carousel-item-prev{display:flex}
.carousel-inner .carousel-item-right.active,.carousel-inner .carousel-item-next{transform:translateX(25%)}
.carousel-inner .carousel-item-left.active,.carousel-inner .carousel-item-prev{transform:translateX(-25%)}
.carousel-inner .carousel-item-right,.carousel-inner .carousel-item-left{transform:translateX(0)}

/* Several different images */
.bg-game1 {background-image: url(https://xn--b1akccfe3c4dza.xn--p1ai/images/bg-game1.png);}
.bg-game2 {background-image: url(https://xn--b1akccfe3c4dza.xn--p1ai/images/bg-game2.png);}
.bg-game3 {background-image: url(https://xn--b1akccfe3c4dza.xn--p1ai/images/bg-game3.png);}
.bg-game4 {background-image: url(https://xn--b1akccfe3c4dza.xn--p1ai/images/bg-game4.png);}
.bg-game5 {background-image: url(https://xn--b1akccfe3c4dza.xn--p1ai/images/bg-game5.png);}
.bg-game6 {background-image: url(https://xn--b1akccfe3c4dza.xn--p1ai/images/bg-game6.png);}

.bg-1 {
    background-position: center;
    background-size: cover;
}

.bg-2 {
    background-position: center;
    background-size: cover;
    background-image: url(https://xn--b1akccfe3c4dza.xn--p1ai/images/bg2.png);
}

.bg-3 {
    background-position: center;
    background-size: cover;
    background-image: url(https://xn--b1akccfe3c4dza.xn--p1ai/images/bg3.jpg);
}

.filter{
    background-position: center;
    background-size: cover;
    background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(128,116,100,0.7)), to(rgba(128,122,107,0.6)) );
    background-image: -webkit-linear-gradient(top, rgba(128,116,100,0.7), rgba(128,122,107,0.6));
    background-image: linear-gradient(to bottom, rgba(128,116,100,0.7), rgba(128,122,107,0.6));
}


.block {
    height: 500px;
    position: relative;
}

.links > li{
    display: inline-block;
    padding: 0px 10px;
    font-size: 15px;
    /*font-family: 'Roboto',Arial,sans-serif;*/
    font-family: 'Golos Text';
    font-weight: 600;

}

.block-text {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 50;
    padding: 20px;
    font-size: 20px;
    //font-weight: 900;
    color: #ffffff;
    line-height: 1.4;
    text-shadow: 3px 3px 20px #000;
}

.parent {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.child {
    background-position: center;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.child:hover {
    transform: scale(1.2)
}


.number {
    display: block;
    position: relative;
}
.number input[type="number"] {
    display: inline-block;
    margin: 0 0 0 0px;
    box-sizing: border-box;
    text-align: center;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    width: 100px;
    position: relative;
    top: -6px;
}
.number input[type="number"]::-webkit-outer-spin-button,
.number input[type="number"]::-webkit-inner-spin-button {
    display: none;
}


.number-minus {
    padding: 0;
    display: inline-block;
    font-size: 39px;
    font-weight: 900;
    cursor: pointer;
    color: #21252a;
}
.number-plus {
    padding: 0;
    display: inline-block;
    font-size: 39px;
    font-weight: 900;
    cursor: pointer;
    color: #21252a;
}

#custom-handle {
    width: 2em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
    background: #0a0a0a;
    color: #fff;
    border:none;
    /*border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;*/
}
#custom-handle2 {
    width: 2em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
    background: #0a0a0a;
    color: #fff;
    border:none;
    /*border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;*/
}

.text-right{
    text-align: right;
}

.carousel-caption{
    position: absolute;
    top: 20px;
    left: 0;
    background-color: #0000008c;
    height: 60px;
    width: 100%;
}
.___cookie_widget_style_1 #___cookie_widget_content {
    justify-content: space-between;
    margin-right: 15px;
}
#___cookie_widget_label {
    display: none!important;
}
