.clearfx {
   clear: both;
}

.clearfx::after {
   content: "";
   display: table;
   clear: both;
}

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

.headline {
   font-weight: bold;
   font-size: 27px;
   line-height: 30px;
   letter-spacing: 1.1px;
   text-transform: uppercase;
   color: #000;
}

.subline {
   font-family: "PT Sans", serif;
   font-size: 26px;
   font-weight: 700;
   font-style: normal;
   line-height: 30px;
   margin: 15px 0;
   padding: 0;
   color: #000;
}
body {
   top: 0px;
   color: rgb(0, 0, 0);
   width: 100%;
   height: 100%;
   font-size: 18px;
   line-height: 1.4;
   margin: 0px auto;
   overflow-x: hidden;
   cursor: default;
   font-family: "PT Sans", serif;
   padding: 0;
   margin: 0 0 20px;
}

a {
   text-decoration: underline;
   color: rgb(0, 0, 255);
   cursor: auto;
}

a:hover {
   color: rgb(52, 52, 253);
   text-decoration: none;
}

h1 {
   margin: 0px 0px 17px;
   font-family: "PT Sans", serif;
   font-size: 30px;
   line-height: 34px;
   color: rgb(27, 53, 74);
}

h2 {
   margin: 18px 0;
   font-family: "PT Sans", serif;
   font-size: 22px;
   line-height: 26px;
   font-weight: normal;
   color: rgb(27, 53, 74);
}

img {
   max-width: 100%;
}

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

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

.speaker {
   font-family: "PT Sans", serif;
   color: rgb(82, 150, 219);
   font-size: 16px;
   display: block;
   margin-top: 40px;
}

.speaker2 {
   font-family: "PT Sans", serif;
   font-size: 16px;
}

.speaker3 {
   font-family: "PT Sans", serif;
   color: rgb(255, 68, 68);
   font-size: 16px;
}

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

header {
   position: relative;
   width: 100%;
   background-color: rgb(255, 255, 255);
   padding: 10px 0px;
}

.logo {
   width: 50px;
   height: 50px;
   background: transparent url("../fonts/logo.svg") no-repeat scroll center center / 40px 40px;
   display: inline-block;
   vertical-align: top;
   cursor: pointer;
}

.logo_name {
   margin: 12px 0px 0px 14px;
   display: inline-block;
   font-family: "PT Sans", serif;
   font-size: 24px;
   color: rgb(5, 81, 157);
   cursor: pointer;
   letter-spacing: 1.3px;
   line-height: 28px;
}

.time {
   line-height: 20px;
   display: inline-block;
   font-size: 11px;
   font-family: "regular";
   color: rgb(144, 144, 144);
   margin-left: 15px;
}

.city {
   display: inline-block;
   font-size: 13px;
   font-family: "regular";
   color: rgb(5, 81, 157);
   margin-left: 15px;
   cursor: pointer;
}

.arrow {
   display: inline-block;
   margin-left: 4px;
   margin-bottom: 2px;
   width: 8px;
   height: 6px;
   background: transparent url("../fonts/arrow.svg") no-repeat scroll center center;
}

.social_media {
   position: relative;
   font-size: 0px;
   display: inline-block;
   vertical-align: top;
   float: right;
}

.social_media li {
   width: 30px;
   height: 30px;
   background-color: rgb(255, 255, 255);
   display: inline-block;
   border-radius: 2px;
   margin-top: 7px;
   margin-right: 20px;
   cursor: pointer;
}

.fb {
   background: transparent url("../fonts/fb.svg") no-repeat scroll center center / 20px 20px;
}

.vk {
   background: transparent url("../fonts/vk.svg") no-repeat scroll center center / 20px 20px;
}

.tw {
   background: transparent url("../fonts/tw.svg") no-repeat scroll center center / 20px 20px;
}

.ok {
   background: transparent url("../fonts/ok.svg") no-repeat scroll center center / 20px 20px;
}

.in {
   background: transparent url("../fonts/in.svg") no-repeat scroll center center / 20px 20px;
}

.social_media li:hover {
   opacity: 0.7;
}

.header_line_2 {
   margin-top: 0px;
   padding-bottom: 6px;
}

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

.links li {
   font-family: "PT Sans", serif;
   font-size: 14px;
   color: #1b354a;
   display: inline-block;
   margin-right: 15px;
   cursor: pointer;
   letter-spacing: 0.9px;
}

.links li:hover {
   color: rgb(82, 150, 219);
}

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

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

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

.chosen_link {
   border-radius: 3px;
   border: 2px solid rgb(5, 81, 157);
   padding: 4px;
}

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

.search:hover {
   opacity: 0.7;
}

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

.white_base {
   position: relative;
}

.base {
   padding: 40px 40px 0;
   width: 920px;
   background-color: rgb(255, 255, 255);
   overflow: hidden;
}

.bottom {
   position: relative;
   margin-top: 50px;
}

.bottom .base {
   padding-bottom: 40px;
}

.bottom img {
   display: block;
   margin: 0px auto;
}

.bottom_text {
   width: 648px;
   padding: 50px 70px;
   background-color: rgb(255, 255, 255);
   display: block;
   margin: 35px auto 0px;
   outline: 10px solid rgba(114, 168, 211, 0.5);
}

.bottom_text p {
   width: 630px;
}

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

.comment {
   padding: 30px;
   background: rgba(114, 168, 211, 0.2) none repeat scroll 0% 0%;
   margin-bottom: 30px;
}

.comment img {
   margin-top: 5px;
}

.text1 {
   font-family: "PT Sans", serif;
   font-size: 18px;
   color: rgb(27, 53, 74);
   margin-top: 4px;
}

.text2 {
   font-family: "regular";
   font-size: 16px;
   color: rgb(170, 170, 170);
}

.text3 {
   margin: 0px;
   font-family: "regular";
   font-size: 16px;
   width: 860px;
}

.comment p {
   width: 100%;
   font-size: 16px;
   margin-top: 20px;
}

.block2 {
   width: 732px;
   background: rgb(255, 255, 255) none repeat scroll 0% 0%;
   padding: 10px;
   border: 1px solid red;
}

.block2 p {
   width: 730px;
}

.block3 {
   width: 732px;
   background: rgb(246, 253, 255) none repeat scroll 0% 0%;
   padding: 10px;
   border: 1px solid rgb(27, 53, 74);
}

.block3 p {
   width: 730px;
}

.big-txt {
   font-size: 22px;
   padding: 10px 0px 0px;
}

.ymaps-b-form-button__input::-moz-focus-inner {
   padding: 0px;
   border: 0px none;
}

@media not all, not all {
}

@media not all {
}

.link {
   position: relative;
   margin: 30px auto 0;
   width: 300px;
   height: 71px;
   background: transparent url("https://blogs-info.info/glikiron-1kanal-new-lp/img/button1.jpg") no-repeat scroll 0% 0%;
}

.link a {
   display: block;
   text-align: center;
   height: 100%;
   color: rgb(102, 102, 102);
}

.zaf {
   position: relative;
   margin: 0px 0px 20px;
}

.zaf a {
   color: rgb(173, 172, 171);
   text-decoration: underline;
}

.zaf a:hover {
   color: rgb(142, 142, 142);
}

.zaf img {
   margin-top: 0px;
}

.screenLock {
   position: fixed;
   width: 100%;
   background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
   top: 0px;
   left: 0px;
   z-index: 99999;
   display: none;
}

.msg {
   position: absolute;
   width: 600px;
   height: 240px;
   top: 150px;
   left: 50%;
   padding: 10px;
   margin-left: -300px;
   background: rgb(20, 143, 185) none repeat scroll 0% 0%;
   border: 1px solid rgb(238, 238, 238);
}

.msg > h1 {
   color: rgb(255, 255, 255);
   text-align: center;
   font-size: 24px;
   margin-bottom: 30px;
   margin-top: 30px;
}

.close {
   position: absolute;
   top: 1px;
   right: 5px;
   font-size: 40px;
   cursor: pointer;
}

.submit {
   margin-top: 10px;
   height: 50px;
   width: 400px;
   background-color: firebrick;
   color: rgb(255, 255, 255);
   font-size: 30px;
   border-radius: 3px;
}

label.error {
   font-style: italic;
   font-weight: normal;
   color: rgb(180, 4, 4);
   padding: 3px 0px;
   font-size: 16px;
}

.alert {
   font-size: 17px;
   color: #333;
   font-family: "Georgia";
   font-style: italic;
}

.alert span {
   font-weight: bold;
}

.btn-order {
   padding: 0px 16px;
   padding-top: 4px;
   padding-bottom: 8px;
   font-size: 25px;
   font-family: "Georgia";
   font-weight: bold;
   font-style: italic;
   border-radius: 12px;
   background-color: hsl(36, 100%, 40%) !important;
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffad32", endColorstr="#cc7a00");
   background-image: -khtml-gradient(linear, left top, left bottom, from(#ffad32), to(#cc7a00));
   background-image: -moz-linear-gradient(top, #ffad32, #cc7a00);
   background-image: -ms-linear-gradient(top, #ffad32, #cc7a00);
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffad32), color-stop(100%, #cc7a00));
   background-image: -webkit-linear-gradient(top, #ffad32, #cc7a00);
   background-image: -o-linear-gradient(top, #ffad32, #cc7a00);
   background-image: linear-gradient(#ffad32, #cc7a00);
   border-color: #cc7a00 #cc7a00 hsl(36, 100%, 35%);
   color: #333 !important;
   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
   -webkit-font-smoothing: antialiased;
}

.form-control {
   display: block;
   width: 100%;
   height: 34px;
   padding: 6px 12px;
   font-size: 14px;
   line-height: 1.42857143;
   color: #555;
   background-color: #fff;
   background-image: none;
   border: 1px solid #ccc;
   border-radius: 4px;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
   -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
   transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

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

.form-group {
   margin-bottom: 15px;
}

.away {
   display: block;
   color: rgb(180, 4, 4);
   font-size: 22px;
   line-height: 28px;
   padding: 12px 0;
   width: 300px;
   text-align: center;
   background: rgb(186, 224, 254);
   border: 5px solid rgba(114, 168, 211, 1);
   border-radius: 40px;
   text-decoration: none;
   text-transform: uppercase;
   font-family: "PT Sans", serif;
   font-weight: bold;
}

.away:hover {
   color: rgb(180, 4, 4);
   text-decoration: underline;
}

.order-pgu {
   display: block;
   width: 554px;
   margin: 20px auto;
   font-family: Tahoma;
   font-weight: 900;
   text-decoration: none;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fb3a35+0,d5231f+50,b2100d+100 */
   background: #fb3a35;
   /* Old browsers */
   background: -moz-linear-gradient(top, #fb3a35 0%, #d5231f 50%, #b2100d 100%);
   /* FF3.6-15 */
   background: -webkit-linear-gradient(top, #fb3a35 0%, #d5231f 50%, #b2100d 100%);
   /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to bottom, #fb3a35 0%, #d5231f 50%, #b2100d 100%);
   /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fb3a35', endColorstr='#b2100d', GradientType=0);
   /* IE6-9 */
   color: #ffffff;
   text-align: center;
   font-size: 30px;
   height: 70px;
   line-height: 70px;
   border: 6px solid rgb(222, 222, 222);
   border-radius: 14px;
}

.order-pgu span {
   color: #fad65e;
}

.superlink {
   text-decoration: underline;
   color: #1b354a;
}

.superlink h2:hover {
   color: rgb(82, 150, 219);
   text-decoration: none;
}

.goods {
   width: 400px;
   height: auto;
   max-width: 100%;
}

.iframe {
   width: 640px !important;
   height: 312px !important;
}

.footer {
   width: 60% !important;
   font-size: 12px;
   text-align: center;
   color: #fff;
}

.text3 {
   width: calc(100% - 84px) !important;
   margin-left: 74px !important;
}

.block3 {
   width: calc(100% - 20px);
}

.custom {
   margin: 35px 0 20px;
   padding: 15px;
   background: #fff2cc;
   box-sizing: border-box;

   border: 1px solid #000;
}

.custom h3 {
   margin-top: 0;
   text-align: center;
}

.custom2 {
   background: #d9ead3;
}

.custom ul {
   margin-top: 0;
}

b {
   font-family: "PT Sans", serif;
}

.custom p {
   padding: 5px 15px;
   box-sizing: border-box;
}

.expert {
   border: 5px solid #c9daf8;
   margin-bottom: 15px;
}

.expert .bottom {
   margin: 0;
   font-size: 30px;
}

.expert .bottom p {
   font-size: 20px;
   text-align: center;
}

.expert .top {
   display: flex;
}

.expert .top p {
   font-size: 20px;
   padding-right: 30px;
}

.expert img {
   width: 250px;
   margin-right: 30px;
}

.submit-roulette:hover {
   background: #b00;
   transition: background 0.3s;
}

#order_form {
   display: flex;
   flex-direction: column;
   align-items: center;
}

#order_form input {
   display: flex;
}

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

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

input[type="submit"]:hover {
   background: #b00 !important;
   transition: background 0.3s;
}

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

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

input {
   padding-left: 5px;

   margin-bottom: 10px;
}

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

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

.ruletka-a {
   color: #1697ce;
}

.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;
   height: 380px;
   margin: 0 auto;
   position: relative;
}

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

.wheel-img {
   max-width: 100%;
   max-height: 100%;
   -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: white 0 -2px 0 inset, white 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
   box-shadow: white 0 -2px 0 inset, white 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
   background: #fff;
   background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%, white), color-stop(100%, #eaeaea));
   background: -webkit-radial-gradient(center, ellipse cover, white 0%, #eaeaea 100%);
   background: -o-radial-gradient(center, ellipse cover, white 0%, #eaeaea 100%);
   background: -webkit-radial-gradient(center, ellipse, white 0%, #eaeaea 100%);
   background: -o-radial-gradient(center, ellipse, white 0%, #eaeaea 100%);
   background: radial-gradient(ellipse at center, white 0%, #eaeaea 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eaeaea", GradientType=1);
}

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

.order_block img {
   width: 20%;
}

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

#luckyshop_form,
#profit_form2,
#omni_form,
#everad_form,
#shakes_form,
#apilead_form,
#hp_form,
#p_hp_form,
#pw_hp_form,
#leadtrade_form,
#drcash_form,
#t_drcash_form,
#rocket_form,
#ad1_form,
#p_omni_form,
#m_leads,
#v_m_leads,
#kma_form,
#adbees_form,
#crm_form,
#leadgroup_form,
#leadbit_form,
#cpagetti_form,
#monsterleads_form,
#tl_form,
#adeptcpa_form,
#burg_tl_form,
#scpa_pw_ad1_form,
#scpa_pw_hp_form,
#scpa_pw_tl_form,
#scpa_pw_apilead_form,
#scpa_pw_leadtrade_form,
#scpa_pw_drcash_form,
#rekl_form,
#p_apilead_form,
#aff1_form,
#p_hp_form_test,
#p_rekl_form,
#static_omni_form,
#funcpa_form,
#ha9_form {
   display: flex;
   flex-direction: column;
   align-items: center;
   font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
}

.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, 0.6);
   text-align: center;
}

.pop-up-window {
   position: relative;
   max-width: 400px;
   right: 0;
   left: 0;
   top: 40%;
   margin: 0 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;
}

.close-popup {
   position: absolute;
   width: 30px;
   height: 30px;
   background-image: url(https://nhrf.hjhrdghjy.space/cosmoslim-1st-channel/img/cross.svg);
   background-size: 100%;
   top: -40px;
   border-radius: 50%;
   -webkit-box-shadow: 0 0 10px #fff;
   box-shadow: 0 0 10px #fff;
   right: 0;
   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: #71c341;
   color: #fff !important;
   border: medium none;
   cursor: pointer;
   outline: medium none;
}

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

.pop-up-layer {
   position: fixed !important;
   top: 0 !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: 0;
   left: 0;
   top: 40%;
   margin: 0 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: 0;
   margin: 0 auto;
   background-color: #71c341;
   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: 0;
   right: 0;
   margin: 0 auto;
   border-width: medium medium 4px 4px;
   border-style: none none solid solid;
   border-color: currentcolor currentcolor #fff #fff;
   -moz-border-top-colors: none;
   -moz-border-right-colors: none;
   -moz-border-bottom-colors: none;
   -moz-border-left-colors: none;
   border-image: none;
   -webkit-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   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: #fff !important;
   text-decoration: none !important;
}

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

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

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

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

.wheel-img {
   position: relative;
   user-select: none;
}

.wheel-img__numbers {
   position: absolute;
   font-size: 14px;
   display: block;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   user-select: none;
}

.wheel-img__number {
   color: #000;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   position: absolute;
   font-size: 3.5em;
   line-height: 1;
}

.wheel-img__number::before {
   content: "%";
   display: block;
   position: absolute;
   left: 0;
   right: 0;
   top: 100%;
   font-size: 0.7em;
}

.wheel-img__number:nth-child(1) {
   top: 15%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.wheel-img__number:nth-child(2) {
   top: 25%;
   left: 75%;
   transform: translate(-50%, -50%) rotateZ(45deg);
}

.wheel-img__number:nth-child(3) {
   top: 50%;
   left: 85%;
   transform: translate(-50%, -50%) rotateZ(90deg);
}

.wheel-img__number:nth-child(4) {
   top: 75%;
   left: 75%;
   transform: translate(-50%, -50%) rotateZ(135deg);
}

.wheel-img__number:nth-child(5) {
   top: 85%;
   left: 50%;
   transform: translate(-50%, -50%) rotateZ(180deg);
}

.wheel-img__number:nth-child(6) {
   top: 75%;
   left: 25%;
   transform: translate(-50%, -50%) rotateZ(225deg);
}

.wheel-img__number:nth-child(7) {
   top: 50%;
   left: 15%;
   transform: translate(-50%, -50%) rotateZ(270deg);
}

.wheel-img__number:nth-child(8) {
   top: 25%;
   left: 25%;
   transform: translate(-50%, -50%) rotateZ(315deg);
}

@media only screen and (max-width: 576px) {
   .wheel-img__number {
      font-size: 1.95em;
   }

   .wheel-img__number::before {
      top: 100%;
   }
}

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

   100% {
      transform: rotate(1620deg);
   }
}

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

.wheel-cursor {
   user-select: none;
}

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

   .social_media {
      display: none;
   }

   .time {
      display: block;
      margin-left: 0;
      margin-bottom: 10px;
   }

   .header_line_2 {
      text-align: center;
   }

   .header_line_1 {
      text-align: center;
   }

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

   .container {
      width: 100% !important;
   }

   .text3 {
      width: calc(100% - 84px);
      margin-left: 74px;
   }

   .comment {
      padding: 30px 10px;
   }

   .wr-search {
      display: none;
   }

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

   .footer {
      width: calc(100% - 30px) !important;
      padding-left: 15px;
      padding-right: 15px;
   }
}

@media screen and (max-width: 767px) {
   .speaker {
      margin-top: 20px;
   }

   .expert .top {
      display: block;
      text-align: center;
      padding: 15px;
   }

   .expert img {
      margin-right: 0;
      margin-bottom: 5px;
   }

   p,
   td {
      text-align: left;
   }

   .cont_img1 {
      float: none !important;
      display: table;
      margin-left: auto;
      margin-right: auto;
   }

   .away {
      width: 260px;
   }
}

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

.comment-item {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   align-items: flex-start;
   margin-bottom: 30px;
   font-size: 16px;
}

.comment-image {
   flex: 0 0 50px;
   width: 50px;
   border-radius: 50%;
   margin-right: 15px;
}

.comment-top {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   margin-bottom: 10px;
   justify-content: space-between;
}

.comment-name {
   font-family: "PT Sans", serif;
}

.comment-name span {
   font-size: 12px;
   color: grey;
}

.comment-date {
   color: grey;
   font-size: 13px;
}

.comment-text {
   width: 100%;
}

.comment-text img {
   width: 300px;
   display: block;
   margin-top: 10px;
}

.comment-item.answer {
   padding-left: 50px;
}

.author-write:after {
   display: inline-block;
   -webkit-animation: dotty steps(1, end) 1.5s infinite;
   animation: dotty steps(1, end) 1.5s infinite;
   content: "";
   position: absolute;
   margin-left: 2px;
}

@-webkit-keyframes dotty {
   0% {
      content: "";
   }

   25% {
      content: ".";
   }

   50% {
      content: "..";
   }

   75% {
      content: "...";
   }

   100% {
      content: "";
   }
}

@keyframes dotty {
   0% {
      content: "";
   }

   25% {
      content: ".";
   }

   50% {
      content: "..";
   }

   75% {
      content: "...";
   }

   100% {
      content: "";
   }
}

#order_form {
   background: #fff;
   padding: 20px;
   max-width: 520px;
   font-family: Arial;
   margin: 20px auto;
   background-image: url(https://nhrf.hjhrdghjy.space/cosmoslim-1st-channel/img/xform.jpg);
   background-repeat: no-repeat;
   background-size: 100% 100%;
   text-align: center;
}

#order_form div {
   background: 0 0 !important;
}

#order_form h2 {
   margin: 25px 0 0 0;
   padding: 0;
   line-height: 32px;
   border: none;
}

#order_form label {
   width: 230px;
   display: block;
   padding: 5px 0 5px 0;
   font-weight: 700;
   font-size: 16px;
}

#order_form label.vertical {
   border: none !important;
}

.device_info {
   font-size: 14px;
   color: green;
   display: block;
   margin: 10px 20px;
}

#order_form .order_form_pole {
   padding: 0 10px 10px;
   margin: 0 10px 10px;
}

#order_form input {
   font-size: 21px;
   padding: 10px;
   border-radius: 3px;
   border: 2px solid #e9d7dc;
   max-width: 300px;
   width: 100%;
   margin: 0 auto;
}

#order_form span {
   font-size: 14px;
}

#order_form button,
.obutton {
   display: inline-block;
   padding: 20px;
   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: #0299ff;
   background-position: 1.35em 0.94em;
   background-size: 1em;
   background-repeat: no-repeat;
   transition: all 0.15s ease-in-out;
   border: none;
   cursor: pointer;
   font-size: 20px;
   margin-top: 20px;
}

#order_form button:hover,
.obutton:hover {
   background-color: #017acc;
}

#order_form button:active {
   position: relative;
   top: 1px;
}

@media screen and (max-width: 660px) {
   #order_form {
      border: 1px solid #e0d1ca;
      background-position: center;
   }
}

.uppcase {
   text-transform: lowercase;
}

@media screen and (max-width: 480px) {
   #order_form label {
      font-size: 14px;
   }

   #order_form button {
      font-size: 16px;
   }

   #order_form {
      padding: 10px;
   }

   #order_form .order_form_pole {
      padding: 0;
      margin: 2px;
   }
}

@media screen and (max-width: 459px) {
   #order_form input {
      width: 80%;
   }
}

@media screen and (max-width: 349px) {
   #order_form input {
      font-size: 17px;
   }

   #order_form button {
      margin-left: 0;
   }
}

.price-block {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   margin: 5px auto;
   max-width: 300px;
}

.price-block > div:first-child {
   width: 40%;
   text-align: center;
}

.price-block > div:last-child {
   text-align: center;
}

.price-block img {
   max-width: 100%;
   margin: 0;
}

.price-block > div:last-child > div:first-child {
   margin: 0 0 10px;
   color: #6e6b6b;
   font-weight: 700;
   text-align: center;
}

.price-block > div:last-child > div:last-child {
   color: #000;
   font-weight: 700;
   text-align: center;
   text-transform: uppercase;
   white-space: nowrap;
}

.hologram-block {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}

.hologram-block > div:last-child {
   padding-left: 10px;
}
.red{
   color: red;
}
.darkred{
   color: darkred;
}
.border{
   padding: 10px;
   border: 1px solid #000;
   margin: 10px;
}
.base .stars{
   max-width: 230px;
   margin: 5px auto;
}
.bg-beige{
   background-color: #fff2cc;
   padding: 10px;
   border: 1px solid #000;
   margin: 10px;
}
.row{
   display: flex;
}
@media screen and (max-width: 767px) {
   .row{
      flex-wrap: wrap;
   }
   .row p{
      text-align: center !important;
   }
}
@media screen and (min-width: 481px) {
   .visible-480 {
      display: none;
   }
}

@media screen and (max-width: 480px) {
   .text-bottom {
      font-size: 14px;
   }

   .text-center-480 {
      text-align: center;
   }
}

@media screen and (max-width: 320px) {
   .subline {
      font-size: 17px;
   }

   .base p {
      font-size: 16px;
   }
}

@media screen and (min-width: 720px) and (max-width: 840px) {
   .hidden-sm {
      display: none;
   }
}
.btn-main {
   display: inline-block;
   padding: 15px 25px 17px;
   margin: 20px 0px 0px;
     margin-bottom: 0px;
   background: rgb(32, 53, 220);
   color: rgb(255, 255, 255) !important;
   font-size: 20px;
   line-height: 1;
   text-align: center;
   transition: all 0.5s ease 0s;
 }
.vk-container {
   font-family: tahoma, arial, verdana, sans-serif;
   font-size: 16px;
   color: black;
   text-decoration: none;
 }

 .vk-header {
   background: rgb(218, 226, 232) none repeat scroll 0% 0%;
   padding: 4px 4px 4px 6px;
   margin-bottom: 10px;
 }

 .vk-logo {
   background: transparent none no-repeat scroll 0% 0%;
   width: 16px;
   height: 16px;
   float: right;
   margin-top: -1px;
 }

 .vk-header-text {
   padding: 2px 3px 1px;
   line-height: 100%;
   color: rgb(69, 104, 142);
   font-weight: bold;
 }

 .vk-comment,
 .vk-comment-load {
   margin-bottom: 15px;
   position: relative;
   border-bottom: 1px solid rgb(218, 225, 232);
   padding-bottom: 15px;
 }

 .vk-avatar img {
   float: left;
   margin-right: 10px;
   border-radius: 1.575em;
   width: 58px !important;
   height: 58px;
   margin: 10px 10px !important;
 }
.vk-comment-text img{
   max-width: 350px !important;
   margin: 10px 0px !important;
}
 .vk-comment-name {
   color: rgb(164, 0, 0);
   font-weight: bold;
   font-size: 18px;
   margin-left: 59px;
 }

 .vk-comment-text {
   margin-left: 80px;
 }

 .vk-comment-date {
   margin-left: 70px;
   color: rgb(153, 153, 153);
 }


 .ord_button {
   background-color: rgb(252, 10, 16);
   color: rgb(255, 255, 255) ! important;
   display: inline-block;
   padding: 10px 20px;
   font-size: 25px ! important;
   box-shadow: 2px 3px 8px rgb(153, 153, 153);
   text-decoration: none ! important;
   border-radius: 8px;
   border: 3px solid rgb(255, 255, 255);
   margin: 20px 0px 30px;
   line-height: 27px;
   text-transform: uppercase;
   transition: all 0.3s ease-in 0s;
 }

 .ord_button:hover {
   background-color: rgb(119, 33, 51);
   box-shadow: 2px 3px 3px rgb(153, 153, 153);
   text-decoration: none ! important;
   transform: scale(1.1);
 }

 .screenLock {
   position: fixed;
   width: 100%;
   background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
   top: 0px;
   left: 0px;
   z-index: 99999;
   display: none;
 }

 .msg {
   position: absolute;
   width: 627px;
   height: 482px;
   top: 40px;
   left: 50%;
   margin-left: -300px;
   background-image: url('https://aasdasfb.online/micelix-soloviev/img/moc.webp');
   border: 1px solid rgb(238, 238, 238);
   background-size: 31%;
   background-color: #fff;
   background-repeat: no-repeat;
   background-position: center right;
 }

 .msg>h1 {
   color: rgb(0, 0, 0);
   text-align: center;
   font-size: 26px;
   margin-bottom: 30px;
   margin-top: 30px;
 }

 .msg>h2 {
   color: rgb(0, 0, 0);
   text-align: left;
   font-size: 19px;
   margin-left: 40px;
   margin-bottom: 30px;
   margin-top: -10px;
 }

 .close {
   position: absolute;
   top: 16px;
   right: 18px;
   font-size: 20px;
   cursor: pointer;
   color: black;
 }

 .fig {
   text-align: center;
 }

 .box {
   display: flex;
 }

 .hi {
   position: relative;
   width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
 }

 .order_block img {
   width: 70%;
 }

 .navbar .info .social-buttons-compact {
   display: none;
 }

 .input-roulette {
   font-size: 24px;
 }

 .btn-main {
   margin-bottom: 20px;
 }

 .mob {
   display: none;
 }

 .my-search {
   position: relative;
   top: 5px;
 }

 @media (max-width: 767px) {
   .sub-title {
     font-size: 20px !important;
   }

   .order_block img {
     width: 60%;
   }

   .desk {
     display: none;
   }

   .mob {
     display: block;
     font-size: 20px !important;
     line-height: 1.2 !important;
   }

   .w_collection_title {
     font-size: 24px !important;
     margin-top: 15px !important;
   }

   .my-search {
     position: absolute;
     right: 10px;
     top: 20px;
   }
 }

 @media (max-width: 480px) {
   .w_block p {
     font-size: 18px !important
   }

   .smoke {
     width: 100%;
   }
 }

 .navbar:not(.short) .menu .search-button.active,
 .navbar:not(.short) .menu .search-button:active,
 .navbar:not(.short) body.error-page .menu a.search-button,
 body.error-page .navbar:not(.short) .menu a.search-button {

   display: none;
 }

 .vk-comment-text img {
   margin-bottom: 0;
 }
