@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=cyrillic");

@charset "UTF-8";
* {
    margin: 0;
    padding: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

.clearfix {
    zoom: 1
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.text-center {
    text-align: center
}

.gray {
    background-color: #f7f7f7
}

.left {
    float: left
}

.right {
    float: right
}

.hidden {
    display: none
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 999999px
}

:before, :after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

html, body {
    height: 100%
}

body {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #303030;
    -webkit-font-smoothing: antialiased
}

img {
    max-width: 100%
}

a {
    color: #42a7ff;
    text-decoration: none
}

a:hover {
    color: #ec008c
}

#layout {
    position: relative;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
    overflow: hidden
}

.wrap {
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1350px;
    min-width: 320px;
    padding: 0 5px
}

.btn-ctrl {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    outline: none
}

header {
    position: fixed;
    background-color: #303030;
    color: #fff;
    width: 100%;
    height: 54px;
    left: 0;
    top: 0;
    font-size: 21px;
    line-height: 1;
    text-transform: uppercase;
    z-index: 100;
    overflow: hidden
}

header .wrap {
    height: 100%
}

header .left, header .right {
    height: 100%
}

header a {
    display: block;
    color: #fff;
    line-height: 1;
    font-family: 'PT Sans Narrow', sans-serif;
    transition: 0.2s
}

header a:hover {
    color: #ec008c;
    transition: 0.2s
}

header nav {
    position: relative;
    float: left;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

header nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden
}

header nav ul li {
    margin-right: 1em;
    float: left
}

@media all and (max-width: 1023px) {
    header nav {
        display: none
    }
}

header .logo {
    position: relative;
    font-size: 25px;
    color: #ec008c;
    margin-right: 30px;
    float: left;
    line-height: 54px;
    font-family: 'Oswald', sans-serif
}

header .nav-btn {
    position: relative;
    top: 50%;
    display: block;
    float: left;
    margin-right: 20px;
    width: 24px;
    height: 25px;
    color: #fff;
    font-size: 35px;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 25px;
    vertical-align: middle;
    margin-top: -2px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

header .login {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.content {
    position: relative;
    padding-top: 80px;
    zoom: 1
}

.content:before, .content:after {
    content: "";
    display: table
}

.content:after {
    clear: both
}

.content .article-info {
    font-size: 13px;
    color: #aaa;
    text-transform: uppercase;
    margin-bottom: .93em
}

.content h1 {
    font: bold 40px/1.1 'Roboto Condensed', sans-serif;
    margin: 0 0 .4em;
    text-rendering: optimizeLegibility
}

@media all and (max-width: 600px) {
    .content h1 {
        font-size: 26px
    }
}

.content .btn {
    text-align: center;
    font: 700 16px/2.35 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    height: 40px;
    opacity: 1;
    -webkit-transition: opacity .15s linear 0;
    transition: opacity .15s linear 0;
    position: relative;
    width: 100%;
    overflow: visible;
    display: block
}

.content .btn:hover {
    opacity: .85
}

.content .btn.btn-pink {
    background-color: #ec008c;
    color: #fff;
    border: none;
    outline: none
}

.content .article {
    width: 960px;
    float: left
}

@media all and (max-width: 1370px) {
    .content .article {
        float: none;
        margin: 0 auto;
        width: 100%;
        max-width: 960px
    }
}

.content .user-panel {
    width: 190px;
    float: left;
    margin-right: 30px
}

@media all and (max-width: 1023px) {
    .content .user-panel {
        display: none
    }
}

.content .user-panel .user-info {
    text-align: center;
    margin-bottom: 30px
}

.content .user-panel .user-info a {
    display: block
}

.content .user-panel .user-info img {
    border-radius: 50%
}

.content .user-panel .user-info span {
    color: #303030;
    display: block;
    margin: 0 auto 10px;
    text-align: center
}

.content .user-panel .btn-like {
    border: 2px solid #aaa;
    color: #aaa;
    -webkit-transition: all .15s linear 0;
    transition: all .15s linear 0;
    text-align: center;
    font-weight: 700;
    padding: 0 20px;
    margin-bottom: 30px
}

.content .user-panel .btn-like:hover {
    color: #ec008c;
    border-color: #ec008c
}

.content .user-panel .btn-like span {
    float: left;
    display: block
}

.content .user-panel .btn-like ins {
    float: right;
    text-decoration: none
}

.content .user-panel small {
    display: block;
    color: #aaa;
    margin-bottom: 8px;
    font: 14px/1 'Times New Roman', 'Droid Serif', 'Minon Pro Regular', serif
}

.content .article-itself {
    width: 740px;
    float: left;
    font: 17px/1.53 Arial, Helvetica, sans-serif;
    border-bottom: 1px dashed rgba(170, 170, 170, .5);
    margin-bottom: 30px
}

@media all and (max-width: 1023px) {
    .content .article-itself {
        float: none;
        margin: 0 auto 30px;
        width: 100%;
        max-width: 740px
    }
}

.content .article-itself a {
    text-decoration: none
}

.content .article-itself p {
    margin: 0 0 1.4em
}

.content .article-itself figure {
    margin: 0 0 30px
}

.content .article-itself figure p {
    margin: 0;
    text-align: center
}

.content .article-itself figure figcaption {
    display: block;
    font: 14px/1 'Times New Roman', 'Droid Serif', 'Minon Pro Regular', serif;
    color: #aaa;
    margin-top: .714em
}

.content .sidebar {
    float: left;
    width: 300px;
    margin-left: 30px
}

@media all and (max-width: 1370px) {
    .content .sidebar {
        display: none
    }
}

.content .sidebar .teaser {
    background: #ebeced;
    width: 100%;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 1.05em .83em .83em
}

.content .sidebar .teaser .teaser-header {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    display: block;
    color: #aaa;
    text-align: center;
    margin-bottom: 1.23em
}

.content .sidebar .teaser .box-item {
    position: relative;
    min-height: 90px;
    box-sizing: content-box;
    display: block;
    font: 17px/1.1 'Times New Roman', 'Droid Serif', 'Minon Pro Regular', serif;
    text-decoration: none;
    color: #303030
}

.content .sidebar .teaser .box-item:hover {
    color: #ec008c
}

.content .sidebar .teaser .box-item:not(:last-child) {
    border-bottom: 1px dashed rgba(170, 170, 170, .5);
    padding-bottom: 15px
}

.content .sidebar .teaser .box-item .box-img {
    position: absolute;
    clip: rect(0, 90px, 90px, 0)
}

.content .sidebar .teaser .box-item .box-desc {
    padding-left: 104px;
    display: table-cell;
    vertical-align: middle;
    height: 90px
}

.content .comments {
    width: 740px;
    float: right;
    margin-bottom: 90px
}

@media all and (max-width: 1023px) {
    .content .comments {
        float: none;
        margin: 0 auto 90px;
        width: 100%;
        max-width: 740px
    }
}

.content .comments .heading {
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: block
}

@media all and (max-width: 600px) {
    .content .comments .heading {
        font-size: 24px
    }
}

.content .comments .comment {
    border-top: 1px solid rgba(170, 170, 170, .5);
    padding: 30px 0 0;
    margin-top: 30px;
    overflow: hidden
}

.content .comments .comment .comment-meta {
    font-size: 13px;
    margin-bottom: .4em;
    text-transform: uppercase
}

.content .comments .comment .comment-pic {
    width: 110px;
    float: left;
    min-height: 1px
}

@media all and (max-width: 600px) {
    .content .comments .comment .comment-pic {
        width: 60px
    }
}

.content .comments .comment .comment-pic img {
    border-radius: 50%
}

.content .comments .comment .comment-text {
    float: right;
    width: 74%;
    width: calc(100% - 110px)
}

.content .comments .comment .comment-text .pic {
    text-align: center;
    padding: 25px 0 0
}

@media all and (max-width: 600px) {
    .content .comments .comment .comment-text {
        width: 74%;
        width: calc(100% - 70px)
    }
}

.casebut {
    width: 100%;
    float: left;
    position: relative;
    padding: 20px 0;
    margin-top: 30px
}

.casebut:after {
    visibility: hidden;
    content: " ";
    width: 80px;
    height: 72px;
    float: left;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    background-size: contain;
    top: 20px;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.casebut a {
    width: 380px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    padding: 10px 15px;
    opacity: 1;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
    font-size: 18px;
    background: #f85032;
    background: -webkit-linear-gradient(bottom, #f85032, #f16f5c);
    background: -o-linear-gradient(bottom, #f85032, #f16f5c);
    background: -moz-linear-gradient(bottom, #f85032, #f16f5c);
    background: linear-gradient(to top, #f85032, #f16f5c)
}

.casebut a:hover {
    background: #f16f5c
}

.casebut:hover:after {
    visibility: visible;
    top: -51px
}

.article-lead {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1.2em;
    padding: 0 0 10px
}

.quote {
    padding: 15px 15px 15px 135px;
    border-radius: 3px;
    border: 1px solid #e0e0e0
}

.research {
    padding: 15px 15px 15px 135px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px
}

.research h2 {
    margin: 0 0 20px;
    color: #6091d6;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.research ul {
    margin-bottom: 20px
}

.research li {
    list-style: none;
    padding-left: 30px;
    line-height: 20px;
    margin-bottom: 10px
}

@media all and (max-width: 600px) {
    .quote, .research {
        padding-left: 15px;
        padding-top: 135px;
        background-position: center 15px
    }

    .research h2 {
        font-size: 20px
    }
}

.footer {
    background-color: #303030;
    color: #fff;
    padding: 30px 0;
    text-align: center
}

                      body {font-family: 'PT Sans', sans-serif;}
.contentBox {line-height: 1.5;}
.contentBox p {padding-bottom:10px;padding-top:10px;}
.contentBox h1 {line-height:1.2;margin-top:20px;margin-bottom:10px;font-weight:bold;font-size:27px;}
.contentBox h2 {line-height:1.4;margin-top:10px;margin-bottom:10px;}
.right-vertical-box {float:right;padding:10px;width:270px;background: #f1f1f1;margin-left:20px;margin-bottom:20px;}
.right-vertical-box img {float:right;margin-bottom:10px;width:100%;height:auto;}
.blue-horizontal-box {width:96%;padding:2%;color:#165391;margin-top:10px;margin-bottom:10px;background: #e5f2ff;}
.green-horizontal-box {width:96%;padding:2%;color:#397b0d;margin-top:10px;margin-bottom:10px;background:#f1ffe7;}
.red-horizontal-box{width:96%;padding:2%;color:#9f0d0d;margin-top:10px;margin-bottom:10px;background:#ffeeee;}
.grey-horizontal-box {width:96%;padding:2%;color:#000;margin-top:10px;margin-bottom:10px;background:#eee;border:1px solid #ccc;}
.red-border-horizontal-box{width:96%;padding:2%;color:#000;margin-top:10px;margin-bottom:10px;background:#fff;border:3px solid red;}
.grey-shadow-horizontal-box{width:96%;padding:2%;color:#000;margin-top:10px;margin-bottom:10px;background:rgb(204, 204, 204);box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);}
.grey-shadow-horizontal-box ul {margin-left:30px;}
.left-img-box {float:left;padding:2%;width:96%;background: #dadada;color:#000;margin-top:10px;margin-bottom:10px;}
.left-img-box p {margin:0;padding:0;}
.left-img-box img {float:left;margin-right:20px;width:100%;height:auto;max-width:350px !important;}
.censor-box {margin:auto;width:auto;max-width:400px;background-image: url('https://ozbekiston.space/assets/img/censor.png');background-position: center;background-repeat: no-repeat;background-size: auto 80%;border: 5px solid red;cursor: pointer;}.censor-box img {width:100%;max-width:400px;opacity: 0;transition:0.3s;}.censor-box.censor-show {border: 5px solid white;}.censor-box.censor-show img {opacity: 1;transition:0.3s;}
.block-1{
    color: #fff !important;
    padding: 14px !important;
    background: rgb(0, 95, 158) none repeat scroll 0% 0% !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75) !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
.block-7 {
    box-sizing: border-box !important;
    border: 3px dashed #eaeaea !important;
    background: transparent !important;
    padding: 14px !important;
    width: 100% !important;
}
.block-2 {
    background: rgba(3, 224, 0, 0.04) !important;
    padding: 14px !important;
    border-radius: 2px !important;
    border: 4px double rgba(21, 160, 37, 0.32) !important;
    color: #4a4a4a !important;
    box-sizing: border-box !important;
    width: 100% !important;
}
.block-4 {
    border-left: 5px solid #39b4ff !important;
    padding: 10px 25px 10px 25px !important;
    margin: 0 35px !important;
    color: #39b4ff !important;
    box-sizing: border-box !important;
}
.block-5 {
    border-left: 5px solid red !important;
    padding: 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
.block-6 {
    background: #FFECA6 !important;
    width: 100% !important;
    padding: 20px !important;
    box-sizing: border-box !important;
}
.block-3 {
    padding: 14px !important;
    width: 100% !important;
    border: 1px dotted #e2e2e2 !important;
    border-right: none !important;
    color: #3a753a !important;
    box-sizing: border-box !important;
    border-radius: 2px !important;
    background-color: rgb(245, 254, 245) !important;
    background-image: -webkit-repeating-linear-gradient(0deg, rgb(191, 230, 191) 0%, rgb(245, 254, 245) 100%) !important;
    background-image: repeating-linear-gradient(90deg, rgb(191, 230, 191) 0%, rgb(245, 254, 245) 100%) !important;
    background-image: -ms-repeating-linear-gradient(0deg, rgb(191, 230, 191) 0%, rgba(3, 224, 0, 0.04) 100%) !important;
}
.block-8 {
    box-sizing: border-box !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.25) !important;
    background: linear-gradient(#88bf7a, #5c994c) !important;
    padding: 20px!important;
    color: #fff !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4) !important;
    border-radius: 5px !important;
}
.block-9 {
    border: 5px double #d09959 !important;
    padding: 10px !important;
    background: #fef3d9 !important;
}
.block-10 {
    box-sizing: border-box !important;
    background: linear-gradient(#e55151, #bd3838)!important;
    box-shadow: 0 14px 14px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22)!important;
    padding: 20px!important;
    width: 100% !important;
    color: #fff!important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2), -1px 0 0 rgba(0, 0, 0, 0.2), 1px 0 0 rgba(0, 0, 0, 0.2), -1px 0 0 rgba(0, 0, 0, 0.2), 1px 0 0 rgba(0, 0, 0, 0.2), -1px -1px 0 rgba(0, 0, 0, 0.2), 1px -1px 0 rgba(0, 0, 0, 0.2), -1px 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, 0.2), -1px -1px 0 rgba(0, 0, 0, 0.2), 1px -1px 0 rgba(0, 0, 0, 0.2), -1px 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px!important;
}
.block-12 {
    background: rgba(189,61,77,.04) !important;
    padding: 20px !important;
    box-sizing: border-box !important;
    color: #080808 !important;
    border: 2px solid !important;
    border-radius: 5px !important;
    border-color: #bd3d4d !important;
    text-shadow: 0 0 0 #616161 !important;
    text-indent: 0!important;
    text-align: left !important;
}
.block-13 {
    background: rgba(189, 61, 77, 0.07) none repeat scroll 0% 0% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 20px !important;
}
.block-11 {
    width: 100% !important;
    color: #fff !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4) !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.35) !important;
    box-sizing: border-box !important;
    padding: 20px !important;
    background: rgba(60,114,181,1) !important;
    background: -moz-linear-gradient(-45deg,rgba(60,114,181,1) 0%,rgba(123,159,204,1) 100%) !important;
    background: -webkit-gradient(left top,right bottom,color-stop(0%,rgba(60,114,181,1)),color-stop(100%,rgba(123,159,204,1))) !important;
    background: -webkit-linear-gradient(-45deg,rgba(60,114,181,1) 0%,rgba(123,159,204,1) 100%) !important;
    background: -o-linear-gradient(-45deg,rgba(60,114,181,1) 0%,rgba(123,159,204,1) 100%) !important;
    background: -ms-linear-gradient(-45deg,rgba(60,114,181,1) 0%,rgba(123,159,204,1) 100%) !important;
    background: linear-gradient(135deg,rgba(60,114,181,1) 0%,rgba(123,159,204,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c72b5',endColorstr='#7b9fcc',GradientType=1) !important;
    font-family: Roboto!important;
    position: relative !important;
    border-radius: 5px!important;
}
.block-14 {
    width: 100% !important;
    margin: auto !important;
    max-width: 600px !important;
    text-align: center !important;
    background: #f7f7f7 !important;
    padding-bottom: 10px !important;
}
.block-14 img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
}
.block-14 p {
    margin: 0 !important;
    padding: 0 !important;
    font-style: italic !important;
    padding-bottom: 0 !important;
}

#bottom-ads-block {
    display: flex;
    flex-direction: column;
    font-family: open sans, arial;
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0 10px 0;
    text-align: left;
}
#bottom-ads-block h3 {
    margin: 0 0 10px 0;
    padding: 0;
}
#bottom-ads-block .teaser-box {
    display: inline-flex;
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
}
#bottom-ads-block .teaser-box img {
    width: auto;
    height: 100%;
    margin: 0 !important;
    margin-right: 7px !important;
}
#bottom-ads-block .teaser-box p {
    margin: 0px;
    padding: 0px;
}		.contentBox p {
             margin: 0 !important;
         }
.user-panel {
    padding-top: 20px;
}
ul, ol {
    margin-left: 30px;
}
.comment-pic img {
    width:80%;
    margin-left:10%;
}
.hidden {
    display: none;
}
.comment-body img {
    margin: 5px 0;
}
.content .comments .comment {
    padding: 15px 0 0;
    margin-top: 15px;
}.obutton {
     display: inline-block;
     padding: 20px 40px;
     color: #fff;
     font-weight: 700;
     text-decoration: none;
     box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
     border-radius: 5px;
     background-color: #ec008c;
     background-position: 1.35em .94em;
     background-size: 1em;
     background-repeat: no-repeat;
     transition: all .15s ease-in-out;
     border: none;
     cursor: pointer;
     font-size: 20px;
     margin-top: 20px;
     margin-bottom: 30px;
 }.obutton:hover {color: #fff;
      box-shadow: 0 4px 35px 0 rgba(129, 150, 160, 0.45);}

 :root {
     --deg_1: 1999deg;
     --deg_2: calc(var(--deg_1) + 8deg);
 }
.submit-roulette:hover {
    background: #bb0000;
    transition: background 0.3s;
}

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

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

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

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

.ruletka-a {
    color: rgb(22, 151, 206);
}

.spin-wrapper {
    -webkit-box-shadow: 0 0 10px;
    box-shadow: 0 0 10px;
    border: 3px solid red;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
}

.spin-wrapper .ruletka-p {
    margin-bottom: 15px;
}

.danger-text {
    color: red;
    font-weight: bold;
}

.wheel {
    width: 380px !important;
    margin: 0 auto;
    position: relative;
}

.wheel img {
    max-width: 100%;
}

.wheel-img {
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s;
}

.wheel-cursor {
    position: absolute;
    width: 35% !important;
    height: 35%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cursor-text {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 45% !important;
    height: 45%;
    font: 16px Arial !important;
    line-height: 61px !important;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    background-color: #ccc;
    border: 1px solid #ccc;
    top: 49%;
    left: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset, rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
    box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset, rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(234, 234, 234, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    background: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=1);
}

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

#wheelshow {
    display: none;
}

.order_block img {
    width: 20%;
}

.order_block h3 {
    font: bold 18px Arial !important;
    background: transparent;
}
.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: bold;
}

.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0px;
    left: 0px;
    top: 40%;
    margin: 0px auto;
    background: #ffffff none repeat scroll 0% 0%;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url("https://ozbekiston.space/dreamtonus/cross.svg");
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -40px;
    cursor: pointer;
}

.pop-up-heading {
    font-size: 40px;
    margin-bottom: 20px;
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center !important;
}

.pop-up-button {
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: rgb(113, 195, 65);
    color: rgb(255, 255, 255) !important;
    border: medium none;
    cursor: pointer;
    outline: medium none;
}

.super-rotation {
    -webkit-animation-name: super-rotation;
    animation-name: super-rotation;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

@-webkit-keyframes super-rotation {
    70% {
        -webkit-transform: rotate(var(--deg_2));
        transform: rotate(var(--deg_2))
    }
    100% {
        -webkit-transform: rotate(var(--deg_1));
        transform: rotate(var(--deg_1))
    }
}

@keyframes super-rotation {
    70% {
        -webkit-transform: rotate(var(--deg_2));
        transform: rotate(var(--deg_2))
    }
    100% {
        -webkit-transform: rotate(var(--deg_1));
        transform: rotate(var(--deg_1))
    }
}

.cursor-text:active {
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
}

.pop-up-layer {
    position: fixed !important;
    top: 0px !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
    z-index: 99 !important;
}

.pop-up-layer-show {
    display: block;
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0px;
    left: 0px;
    top: 40%;
    margin: 0px auto;
    background: #fff none repeat scroll 0% 0%;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0;
    right: 0px;
    margin: 0 auto;
    background-color: rgb(113, 195, 65);
    border-radius: 50%;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor rgb(255, 255, 255) rgb(255, 255, 255);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

.text_small {
    font-size: 0.5em !important;
    font-weight: normal !important;
}

@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;
    }
}

.pop-up-button:hover {
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
}

@media all and (max-width: 520px) {
    .wheel {
        width: 260px !important;
    }

    .cursor-text {
        line-height: 45px !important;
        font-size: 12px !important;
    }
}

@media screen and (max-width: 345px) {
    .wheel {
        width: 250px !important;
    }

    .cursor-text {
        line-height: 40px !important;
        font-size: 11px !important;
    }
}


 .order_block, .order_block * {
     box-sizing: border-box;
     transition: 0.2s;
     font-family: Arial, sans-serif !important;
 }
.order_block {
    max-width: 430px;
    width: 100%;
    margin: auto;
    text-align: center;
    background: #fff;
    box-shadow: 0 0px 25px 0px rgba(0, 0, 0, 0.12);
    border: 3px dashed #eaeaea;
    border-radius: 0;
}
.order_block .order_offer {
    text-align: center;
}
.order_block .order_offer img {
    max-width: 100%;
    width: auto;
    height: 110px;
}
.order_pre_form {
    padding: 20px 20px 0 20px;
}
.order_form_row {
    margin-bottom: 10px;
    text-align: left;
    position: relative !important;
}

.order_form {
    width: 100%;
    max-width: 500px;
    padding: 0 20px 20px 20px;
}
.order_header {
    margin: 12px 0 !important;
    padding: 0 !important;
    font-size: 18px;
}
.order_form .order_form_row input,
.order_form .order_form_row select{
    width: 100% !important;
    padding: 14px;
    border: 2px solid #eaeaea;
    font-size: 15px;
    border-radius: 3px;
    box-shadow: none !important;
    margin: 0 !important;
    padding-left: 36px;
}

.order_form .order_form_row input#name {
    background-size: auto 18px;
}
.order_form .order_form_row label {
    font-size: 13px;
    text-align: left;
    font-weight: bold;
}
.order_form .order_form_row input:active, .order_form .order_form_row input:focus {
    outline: none;
    border: 2px solid #cecece;
}
.order_form .order_form_button {
    box-shadow: 0px 1px 0px 0px rgb(245, 151, 142) inset;
    background: rgb(242, 69, 55);
    border-radius: 3px;
    border: 1px solid rgb(208, 39, 24);
    width: 100%;
    display: inline-block;
    cursor: pointer;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    outline: none;
    padding: 16px 0;
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
    text-decoration: none;
    letter-spacing: 0.6px;
    text-shadow: 0px 1px 0px rgb(129, 14, 5);
}
.success-fill{
    border-color: #0c8100 !important;
}
.error-fill{
    border-color: rgb(208, 39, 24) !important;
}
.order_form .order_form_row input+small{
    font-size: 11px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    width: 100%;
    position: absolute;
    left: 30px;
    bottom: -5px;
}
.error-fill+small:before{
    color: rgb(208, 39, 24) !important;
    content: "Необходимо заполнить поле";
    line-height: 1 !important;
    width: 100%;
    padding: 0 8px;
    margin: 0;
    background: #fff;
}

.success-fill+small:before{
}

.order_form .order_form_button:hover {
    background: rgb(198, 45, 31)
}

.order_form .order_form_button:active {
    position: relative;
    top: 1px;
}
.order_timer_block {
    line-height: 1;
    font-weight: bold;
}
.order_timer_block p {
    font-size: 18px;
    margin: 10px 0 !important;
    padding: 0 !important;
}
.order_timer_block .order_timer {
    font-size: 21px;
}
.time_remains {
    color: red;
}



.country_select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
}
 .copyright { font-size: 14px;text-align: center; padding:20px 0;color: #6C6E6F;}
.copyright p { width: 100%; text-align: center; padding: 0; margin: 0; }
.copyright br { display: none; }
.copyright img { margin: 10px auto!important; max-width:100%; }
.copyright a {color: #6C6E6F; text-decoration: none;}
.copyright a:hover { color:#FF0069; text-decoration: none; }
.errField { display:none; font-size: 14px; background: #f00; color: #fff; text-align: center; padding: 10px; margin-bottom:10px; }
.errorMessage {font-size: 15px;background: rgba(255, 0, 0, 0.64);color: #fff;text-align: center;padding: 5px 10px;position: absolute;margin: 10px 0 0; z-index: 999;}
