/*@font-face {*/
/*    font-family: bold;*/
/*    font-style: normal;*/
/*    font-weight: normal;*/
/*    src: url(../fonts/pt_sans-web-bold-webfont.woff2) format("woff2"), url(../fonts/pt_sans-web-bold-webfont.woff) format("woff")*/
/*}*/

/*@font-face {*/
/*    font-family: regular;*/
/*    font-style: normal;*/
/*    font-weight: normal;*/
/*    src: url(../fonts/pt_sans-web-regular-webfont.woff2) format("woff2"), url(../fonts/pt_sans-web-regular-webfont.woff) format("woff")*/
/*}*/

a {
    outline: none;
    cursor: pointer !important
}

body {
    top: 0;
    color: #1b354a;
    width: 100%;
    height: 100%;
    font-family: regular;
    font-size: 18px;
    line-height: 22px;
    margin: 0 auto;
    overflow-x: hidden;
    cursor: default;
    background: #260701;
}

a {
    text-decoration: underline;
    color: #00f;
    cursor: auto
}

a:hover {
    color: #3434fd;
    text-decoration: none
}

h1 {
    margin: 0 0 17px;
    font-family: bold;
    font-size: 30px;
    line-height: 34px;
    color: #1b354a
}

h2 {
    margin: 18px 0;
    font-family: bold;
    font-size: 22px;
    line-height: 26px;
    font-weight: normal;
    color: #1b354a
}

img {
    max-width: 100%
}

ul li, ol li {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px
}

p {
    margin: 0;
    padding: 10px 0
}

.container {
    width: 1020px;
    position: relative;
    margin: 0 auto
}

header {
    position: relative;
    width: 100%;
    background-color: #260701;
    /*padding: 10px 0*/
}

.header_line_2 {
    margin-top: 0;
    /*padding-bottom: 30px*/
}

.links {
    padding-top: 5px;
    font-size: 0;
    position: relative;
    margin-left: 69px;
    display: inline-block
}

.links li {
    font-family: bold;
    font-size: 14px;
    color: #1b354a;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
    letter-spacing: .9px
}

.links li:hover {
    color: #5296db
}

.links li:nth-child(1) {
    margin-right: 11px
}

.links li:nth-child(2) {
    margin-right: 11px
}

.links li:last-child {
    margin-right: 0
}

.chosen_link {
    border-radius: 3px;
    border: 2px solid #05519d;
    padding: 4px
}

.search {
    display: inline-block;
    float: right;
    width: 40px;
    height: 40px;
    background: url("../images/search.svg") center center / 20px 20px no-repeat scroll transparent;
    vertical-align: top;
    margin-right: 10px;
    border-radius: 2px;
    cursor: pointer
}

.search:hover {
    opacity: .7
}

.text_section {
    position: relative;
    width: 100%;
    background: #260701;
    padding-bottom: 10px
}

.white_base {
    position: relative
}

.base {
    padding: 40px 40px 0;
    width: 940px;
    background-color: #fff;
    overflow: hidden
}

.comments {
    position: relative;
    margin-top: 40px
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

b {
    font-family: bold
}

.submit-roulette:hover {
    background: #b00;
    transition: background .3s ease 0s
}

.submit-roulette:active {
    transform: translateY(2px);
    box-shadow: none
}

.submit-roulette {
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 5px 0 15px;
    outline: none;
    border: none;
    border-radius: 5px;
    box-shadow: #242120 0 4px 3px;
    background: red;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: background .3s ease 0s
}

input[type="submit"]:hover {
    transition: background .3s ease 0s;
    background: #b00 !important
}

input[type="submit"]:active {
    transform: translateY(2px);
    box-shadow: none !important
}

.input-roulette {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
    max-width: 350px;
    width: 100% !important
}

.ruletka-p {
    text-indent: 0;
    color: #000;
    margin: 15px;
    line-height: 25px;
    font-weight: bold;
    text-align: center !important
}

.ruletka-p h2 {
    font-size: 25px;
    margin-bottom: 15px
}

.order_block {
    display: none;
    text-align: center !important
}

.order_block img {
    width: 20%
}

.order_block h3 {
    background: transparent;
    font: bold 18px Arial !important
}

.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: bold
}

@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px);
    }
    30% {
        transform: translateY(100px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes super-rotation {
    70% {
        transform: rotate(1640deg);
    }
    100% {
        transform: rotate(1620deg);
    }
}

@media screen and (max-width: 1019px) {
    img {
        max-width: 100%
    }

    .header_line_2 {
        text-align: center
    }

    .base {
        width: calc(100% - 50px);
        padding-right: 15px;
        padding-left: 15px;
        margin-right: 10px;
        margin-left: 10px
    }

    .container {
        width: 100% !important
    }

    .wr-search {
        display: none
    }

    .links {
        height: 40px;
        overflow: hidden;
        padding: 0;
        margin: 0
    }
}

@media screen and (max-width: 767px) {
    p, td {
        text-align: left
    }
}

.comments h2 {
    font-size: 30px;
    margin-bottom: 35px
}

@keyframes dotty {
    0% {
        content: "";
    }
    25% {
        content: ".";
    }
    50% {
        content: "..";
    }
    75% {
        content: "...";
    }
    100% {
        content: "";
    }
}

@keyframes dotty {
    0% {
        content: "";
    }
    25% {
        content: ".";
    }
    50% {
        content: "..";
    }
    75% {
        content: "...";
    }
    100% {
        content: "";
    }
}

@media screen and (max-width: 320px) {
    .base p {
        font-size: 16px
    }
}
