.form_price {
    margin: 10px 0;
}

.form_price .discont {
    background: #FEF26A;
    max-width: 300px;
    width: 100%;
    margin: 0 auto 10px;
    border-radius: 5px;
    color: #042747;
    font-weight: 700;
    font-size: 40px;
    display: block;
    padding: 20px 0;
}

.form_price .price {
    color: #BB0A1C;
    font-size: 35px;
    font-weight: 700;
    max-width: 300px;
    width: 100%;
    margin: 0 auto 10px;
    position: relative;
}

.form_price .price span {
    font-size: 18px;
    font-weight: 600;
}

.form_price .price .old_price {
    position: absolute;
    color: #08263E;
    font-weight: normal;
    font-size: 18px;
    left: 163px;
    top: -9px;
}

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

.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: 0px 4px 3px #242120;
    background: red;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
    width: 100%;
    max-width: 280px;
}

.input-roulette {
    display: block;
    padding-left: 5px;
    max-width: 280px;
    width: 100%;
    height: 42px;
    margin-bottom: 10px;
}

select.input-roulette {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #fff url(../images/select.png) no-repeat 96% center;
}

select::-ms-expand {
    display: none;
}

.order_info {
    text-align: center;
    margin: 5px 0 20px;
}

.order_info .price {
    color: red;
    font-weight: 700;
}

.order_info h2 {
    border: none !important;
    color: red !important;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 26px;
    margin-bottom: 33px;
    line-height: 32px;
}

.order_info h4 {
    font-size: 22px;
}

.left_count {
    display: block;
    background: red;
    padding: 23px;
    margin: 12px auto;
    width: 178px;
    color: #fff;
    text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
    font-size: 32px !important;
    border-radius: 5px;
}

.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: 12px 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);
}

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

.order_block img {
    width: 100%;
    max-width: 250px;
}

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

#push-comments #push_0g52ve9l {
    background-color: #f0f0f0;
    box-sizing: border-box;
    font-family: Arial, serif;
    padding: 3rem 2rem;
    transition: 1s;
    width: 100%;
}

#push-comments #push_0g52ve9l.hide {
    opacity: 0;
    display: block !important;
}

#push-comments #push_0g52ve9l__form {
    box-sizing: border-box;
    margin: auto;
    max-width: 600px;
}

#push-comments #push_0g52ve9l__title {
    color: #43A047;
    border-bottom: 0px solid;
    box-shadow: 1px 4px 10px -7px #ccc;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 16px;
}

#push-comments #push_0g52ve9l__message {
    border: 1px solid #43A047;
    box-shadow: 0px 2px 4px -3px #237a27;
    font-size: 16px;
    box-sizing: border-box;
    padding: 10px 20px;
    height: 120px;
    width: 100%;
}

#push-comments #push_0g52ve9l__submit {
    background: #43A047;
    border: none;
    box-shadow: 0px 2px 4px -3px #000;
    color: #fff;
    cursor: pointer;
    border-radius: 25px;
    display: table;
    margin: 20px 0 0;
    padding: 10px 0;
    text-decoration: none;
    transition: .5s;
    text-align: center;
    text-shadow: 0px 0px 1px #237a27;
    font-size: 18px;
    max-width: 280px;
    width: 100%;
}

#push-comments #push_0g52ve9l__submit:hover {
    background: #237a27;
    text-shadow: none;
    box-shadow: none;
}

#push-comments #push_0g52ve9l__label::before,
#push-comments #push_0g52ve9l__label::after {
    content: '';
    display: none;
}

#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,
#kma_form,
#adbees_form,
#crm_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 {
    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, .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(../fonts/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(1585deg);
        transform: rotate(1585deg);
    }
    100% {
        -webkit-transform: rotate(1574deg);
        transform: rotate(1574deg);
    }
}

@keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1585deg);
        transform: rotate(1585deg);
    }
    100% {
        -webkit-transform: rotate(1574deg);
        transform: rotate(1574deg);
    }
}

.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: 991px) {
    .commentlmcyrsn:nth-last-of-type(-n+19) {
        display: none;
    }

    #push-comments #push_0g52ve9l {
        display: none;
    }
}

@media all and (max-width: 520px) {
    .wheel {
        width: 280px !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: 8px !important;
    }
}
.oui {
  width: 781px;
  min-height: 400px;
  background: rgba(60, 114, 181, 1);
  background: -moz-linear-gradient(-45deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(60, 114, 181, 1)), color-stop(100%, rgba(123, 159, 204, 1)));
  background: -webkit-linear-gradient(-45deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%);
  background: -o-linear-gradient(-45deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%);
  background: linear-gradient(135deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c72b5', endColorstr='#7b9fcc', GradientType=1);
  font-family: Roboto !important;
  position: relative;
  border: 5px solid #ddd
}

.actsss {
  display: none !important
}

.eeee {
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  position: fixed;
  cursor: pointer
}

.kmacb-form2 .modal-block {
  left: 50%;
  margin-left: -396px;
  position: fixed;
  top: 6%;
  z-index: 11000;
  width: 792px;
  height: 470px;
  border-radius: 5px;
  border: 0;
  box-shadow: none;
  font-family: Arial, sans-serif;
  overflow: hidden;
  color: #222
}

p.ouimainp {
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding-top: 23px;
  display: block;
  color: #fff;
  text-align: center
}

.ouimain-text-img {
  display: block;
  width: 90%;
  padding: 0 5%;
  margin-top: 27px
}

.ouimain-img {
  float: left;
  display: block;
  width: 30%;
  margin: 0 auto
}

.ouimain-img img {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 17px;
}

.ouimain-text {
  display: block;
  width: 65%;
  float: right;
  margin-left: 5%;
  margin-top: 15px
}

.ouimain-text p {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  font-size: 22px;
  padding-bottom: 5px
}

.ouimain-text-img:after {
  content: '';
  display: block;
  clear: both
}

.kmacb-form form {
  margin: 30px 0;
  text-align: center;
  width: 100%;
  height: auto;
  background: 0;
  position: static;
  padding: 0;
  border: 0
}

.kmacb-form2 form * {
  box-sizing: border-box
}

.kmacb-form form input {
  float: none
}

.kmacb-form form input[type=text] {
  height: 56px;
  line-height: 56px;
  color: #222;
  border: 2px solid #bdbdbd;
  padding: 0 15px;
  width: 100%;
  display: inline-block;
  text-indent: 0;
  border-radius: 3px;
  background: #fff;
  font-size: 20px;
  font-style: normal;
  box-shadow: none;
  position: static;
  margin: 0 0 10px
}

.kmacb-form input[type=button] {
  position: absolute;
  cursor: pointer;
  border: 1px solid rgba(73, 155, 234, 1);
  background: rgba(222, 69, 92, 1);
  background: -moz-linear-gradient(-45deg, rgba(222, 69, 92, 1) 0%, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(222, 69, 92, 1)), color-stop(13%, rgba(222, 69, 92, 1)), color-stop(76%, rgba(192, 31, 55, 1)), color-stop(100%, rgba(192, 31, 55, 1)));
  background: -webkit-linear-gradient(-45deg, rgba(222, 69, 92, 1) 0%, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
  background: -o-linear-gradient(-45deg, rgba(222, 69, 92, 1) 0%, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(222, 69, 92, 1) 0%, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
  background: linear-gradient(135deg, rgba(222, 69, 92, 1) 0%, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de455c', endColorstr='#c01f37', GradientType=1);
  color: #fff;
  padding: 0 10px;
  text-transform: uppercase;
  line-height: 60px;
  vertical-align: top;
  display: block;
  text-indent: 0;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  width: 402px;
  height: 64px;
  opacity: 1;
  bottom: 29px;
  margin-left: 195px;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  border-radius: 10px;
  transition: .6s ease
}

.kmacb-form form input[type=submit]:hover {
  background: rgba(222, 69, 92, 1);
  background: -moz-linear-gradient(top, rgba(222, 69, 92, 1) 0%, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222, 69, 92, 1)), color-stop(13%, rgba(222, 69, 92, 1)), color-stop(76%, rgba(192, 31, 55, 1)), color-stop(100%, rgba(192, 31, 55, 1)));
  background: -webkit-linear-gradient(top, rgba(222, 69, 92, 1) 0%, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
  background: -o-linear-gradient(top, rgba(222, 69, 92, 1) 0%, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
  background: -ms-linear-gradient(top, rgba(222, 69, 92, 1) 0%, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
  background: linear-gradient(to bottom, rgba(222, 69, 92, 1) 0%, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
}

.show {
  display: block !important
}

a.show-img {
  width: 90%;
  display: inline-block;
  border: 1px solid #bbb;
  padding: 5px 10px;
  border-radius: 3px;
  background: #bbb;
  color: #000;
  text-decoration: none;
  margin-bottom: 15px
}

a.knopka {
  color: #fff;
  text-decoration: none;
  user-select: none;
  background: #d44b38;
  padding: .7em 1.5em;
  outline: none
}

a.knopka:hover {
  background: #e85f4c
}

a.knopka:active {
  background: #980f00
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

lmcyrsn, header, content, footer {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    float: none;
    text-align: left;
    width: auto;
    height: auto;
}

html, body {
    font-size: 18px;
    line-height: 1.3em;
}

article, aside, footer, header, menu, nav, section {
    display: block;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.code {
    font-family: "OpinionPro", Helvetica, Arial, sans-serif;
}

@font-face {
    font-family: "OpinionPro";
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/357462_1_0lmcyrsn.eot) format("embedded-opentype"),
    url(../fonts/357462_1_0lmcyrsn.woff2) format("woff2");
}

.wraper {
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

.colleft {
    float: left;
    width: 710px;
}

.colright {
    float: right;
    width: 208px;
    background-color: #e7e7e7;
    margin-right: 28px;
    font-weight: 100;
    padding: 10px;
    font-size: 14px;
}

.colright p:first-child {
    margin-top: 0;
    font-weight: bold;
}
.colright p a {
    color: #000;
    text-decoration: none;
}
.colright p a:hover {
    text-decoration: underline;
}
* {

    box-sizing: border-box;

}

#blmcyrsnw {
    overflow: hidden;
    display: none;
}

.login {
    font-size: 13px;
    line-height: 1em;
    padding-right: 4px;
    padding-top: 10px;

}

.lmcyrsnwq {
    display: none;
}

.login ul {
    margin-top: 0px;
    list-style: outside none none;
    text-align: right;
    margin-bottom: 0px;

}

.login ul li {

    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}

.login ul li span {
    vertical-align: middle;
}


.icon {

    font-style: normal;
    font-weight: normal;
    line-height: 1;

}

a {

    color: rgb(66, 148, 218);

}

lmcyrsncklick {
    color: rgb(66, 148, 218);
    text-decoration: underline;
    cursor: pointer;
    border: 0;
}

a:hover, a:focus {
    color: rgb(35, 82, 124);
    text-decoration: underline;
}

lmcyrsncklick:hover, lmcyrsncklick:focus {
    color: rgb(35, 82, 124);
    text-decoration: underline;
}

.icon-eye-close {
    display: inline-block;
    content: "";
    width: 13px;
    height: 15px;
    background: transparent url("../images/ic1lmcyrsn.png") 0 0 no-repeat;
    margin-right: 3px;
}

.icon-bullhorn {
    display: inline-block;
    content: "";
    width: 13px;
    height: 15px;
    background: transparent url("../images/ic2lmcyrsn.png") 0 0 no-repeat;
    margin-right: 3px;
}

.icon-globe {
    display: inline-block;
    content: "";
    width: 13px;
    height: 15px;
    background: transparent url("../images/ic3lmcyrsn.png") 0 0 no-repeat;
    margin-right: 3px;
}

.icon-log-in {
    display: inline-block;
    content: "";
    width: 13px;
    height: 15px;
    background: transparent url("../images/ic4lmcyrsn.png") 0 0 no-repeat;
    margin-right: 3px;
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
    border: 0;
}

.form-search {

    margin-top: 7px;

}

.form-search {

    float: right;
    width: 480px;
    padding: 0px;

}

.input-group {

    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

.input-group-addon, .input-group-btn, .input-group .form-control {

    display: table-cell;

}

.form-control {

    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;

    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #ccc;

    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857;
    -moz-user-select: none;
    user-select: none;
    height: 28px;

    padding: 5px 10px;

    font-size: 11px;

    line-height: 1.5;
}

.btn {

    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857;
    border-radius: 4px;
    -moz-user-select: none;
    user-select: none;
    height: 28px;

    padding: 5px 10px;

    font-size: 11px;

    line-height: 1.5;
}

.btn-modal {
    display: block;
    width: 300px;
    height: 60px;
    margin: 0 auto;
    background-color: red;
    border-radius: 15px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.btn-modal:hover {
    color: #fff;
    text-decoration: none;
}

.btn-modal-text {
    font-size: 20px;
    line-height: 10px;
}


.form-control:last-child {
    position: relative;

    z-index: 2;

    float: left;

    width: 100%;

    margin-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;

}

.lmcyrsncl2 {
    text-decoration: none;
}

.lmcyrsncl2:hover {
    text-decoration: none;
}

.input-group-field {
    display: block;
    width: 100%;
    height: 31px;
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 8%) inset;
    color: rgb(85, 85, 85);
    line-height: 31px;
    font-size: 12px;
}

.input-group-btn {

    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

.input-group-btn:last-child > .btn {
  height: 31px;
    z-index: 2;

    position: relative;

    padding: 5px 10px;
    margin-left: 5px;
    font-size: 11px;
    color: rgb(51, 51, 51);

    background-color: rgb(255, 255, 255);

    border-color: rgb(204, 204, 204);
    line-height: 1.5;
}

.icon-search {
    display: inline-block;
    content: "";
    width: 11px;
    height: 15px;
    background: transparent url("../images/serchlmcyrsn.png") left center no-repeat;
    margin-right: 3px;
    vertical-align: middle;
}

.h1logo a {
    font-size: 1em;
    line-height: 1.3em;
    font-family: "OpinionPro", Helvetica, Arial, sans-serif;
    text-decoration: none;
}

.h1logo lmcyrsncklick {
    font-size: 1em;
    line-height: 1em;
    font-family: "OpinionPro", Helvetica, Arial, sans-serif;
    text-decoration: none;
}

.nav {

    margin-bottom: 0px;
    padding-left: 0px;
    list-style: outside none none;

}

.navbar-nav {

    float: left;
    margin: 0px;
    margin-top: 0px;

}

.nav.navbar-nav {

    margin-top: 15px;

}

.nav > li {
    z-index: 1000;
    position: relative;
    display: block;
    float: left;
}

.nav.navbar-nav > li > a {
    font-family: "OpinionPro", Helvetica, Arial, sans-serif;
    padding: 6px 4px;

    font-size: 16px;
    color: rgb(68, 68, 68);

}

.nav.navbar-nav > li > lmcyrsncklick {
    font-family: "OpinionPro", Helvetica, Arial, sans-serif;
    padding: 6px 4px;

    font-size: 16px;
    color: rgb(68, 68, 68);

}

.nav > li > a:hover, .nav > li > a:focus, .nav > li > a.current {
    background: rgb(221, 26, 60) none repeat scroll 0% 0%;
    color: white;
    text-decoration: none;
}

.nav > li > lmcyrsncklick:hover, .nav > li > lmcyrsncklick:focus, .nav > li > lmcyrsncklick.current {
    background: rgb(221, 26, 60) none repeat scroll 0% 0%;
    color: white;
    text-decoration: none;
}


.content {
    margin-top: 25px;
}


.logoh1 {
    float: left;
    max-width: 400px;
}

.fontop {
    font-family: "OpinionPro", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1.3em;
}

.cast {
    font-size: 0.8em;
    color: #999;
}


.wraper .imgvr {
    width: auto;
    max-width: 50%;
    height: auto;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.wraper p {
    color: #555;
    margin: 20px 0;
    text-align: left;
}

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

blockquote {
    border-left: 3px solid #F00;
    padding: 5px 5px 5px 20px;
    background-color: #e6e6e6;
}

.wraper strong {
    color: #000;
}

img.center {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.wraper .txtimg {
    margin-top: 5px;
    text-align: center;
    border-left: 2px solid #333;
    border-right: 2px solid #333;
    padding: 5px 15px;
    background-color: #e6e6e6;
    font-style: italic;
    font-size: 90%;
    color: #000;
}

.bgyll {
    color: #000;
}


.wraper .tb1 {
    max-width: 100%;
    width: 100%;
}

@supports (-webkit-appearance:none) and (not (overflow:-webkit-marquee))
and (not (-ms-ime-align:auto)) and (not (-moz-appearance:none)) {
    .tb1 td {
        word-break: break-all;
    }
}

@media all and (-webkit-min-device-pixel-ratio: 10000), not all and ( -webkit-min-device-pixel-ratio: 0 ) {
    .tb1 td {
        word-break: break-all;
    }
}

.tb1 td {
    padding: 3px;
    text-align: center;
    font-size: 80%;
    border: 1px solid #000;
    -moz-hyphens: auto !important;
    -webkit-hyphens: auto !important;
    -ms-hyphens: auto !important;
    hyphens: auto !important;
    vertical-align: middle;
}

.button3D--blue {
    background-color: rgb(171, 228, 248);

    color: rgb(66, 120, 142);
    border-bottom: 4px solid rgb(88, 156, 182);
    text-shadow: 0px 1px 0px rgb(190, 233, 250);
    background: transparent -moz-linear-gradient(center top, rgb(171, 228, 248), rgb(116, 208, 244)) repeat scroll 0% 0%;
    box-shadow: 1px 1px 0px rgb(178, 230, 248) inset;

}

a.button3D, lmcyrsncklick.button3D {

    display: block;
    position: relative;
    min-height: 25px;
    min-width: 40px;
    margin: 25px auto;
    padding: 10px 20px;
    text-decoration: none;
    font: bold 24px/36px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    border-radius: 3px;
    max-width: 290px;
}

.button3D--blue:before, .button3D--blue:after {

    border-width: 1px;
    border-style: solid;
    border-color: rgb(140, 197, 217) rgb(140, 197, 217) rgb(78, 138, 161);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;

}

:before, :after {

    box-sizing: border-box;

}

a.button3D:before, a.button3D:after, lmcyrsncklick.button3D:before, lmcyrsncklick.button3D:after {

    content: "";
    position: absolute;
    left: -1px;
    height: 100%;
    width: 100%;
    bottom: -1px;
    border-radius: 3px;

}

.commentlmcyrsn {

    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;

}

.avatarlmcyrsn img {

    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;

}

.lmcyrsn-name {

    color: rgb(43, 88, 122);
    font-weight: bold;
    font-size: 15px;
    margin-left: 60px;
    background-color: #eee;
    padding-left: 5px;
}

.lmcyrsn-text {

    margin-left: 60px;
    padding: 7px;

}

.lmcyrsn-img {
    margin-left: 60px;
    padding: 7px;
}

.lmcyrsn_time {

    color: rgb(147, 147, 147);
    font-size: 12.5px;
    line-height: 20px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
    margin-left: 60px;

}

.lmcyrsn-header {

    background: rgb(218, 226, 232) none repeat scroll 0% 0%;
    padding: 4px 4px 4px 6px;
    margin-bottom: 20px;

}

.lmcyrsn-header-text {

    line-height: 100%;
    color: rgb(69, 104, 142);
    font-weight: bold;

}

.box {

    margin: 5px 0px;
    color: rgb(119, 119, 119);
    padding: 10px 20px;

}

.box-gray {

    color: rgb(68, 68, 68);
    background-color: rgb(231, 231, 231);

}

.box > .row {

    margin: 10px 0px 0px;

}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {

    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;

}

.col-md-6 {

    width: 50%;
    font-size: 15px;
    float: left;
    text-align: left;

}

.wraper .col-md-6 p {
    text-align: left;
}

.h4, .h5, .h6 {

    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;

}

h4, .h4, h5, .h5, h6, .h6 {

    margin-top: 8.5px;
    margin-bottom: 8.5px;

}

h4, .h4 {

    font-size: 15px;

}

.form-group {

    margin-bottom: 15px;

}

.form-control {

    display: block;
    width: 100%;
    height: 31px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857;
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;

}

.btn-default {

    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
    border-color: rgb(204, 204, 204);

}


@media screen and (max-width: 960px) {
    .wraper {
        width: 800px;
    }

    .colleft {
        float: none;
        width: 100%;
    }

    .colright {
        display: none;
    }
}


@media screen and (max-width: 800px) {
    .wraper {
        width: 650px;
        padding: 0 5px;
    }

    .login ul .loginli, .dropdown1 {
        display: none !important;
    }

    .form-search {
        float: right;
        width: 280px;
        padding: 0px;
    }
}

@media screen and (max-width: 650px) {
    .wraper {
        width: 480px;
        padding: 0 5px;
    }

    .form-search {
        float: none;
        width: 470px;
        padding: 0px;
    }

    .login ul {
        width: 470px;
        float: none;
    }

    .wraper p {
        text-align: justify;
    }

    .logoh1 {
        float: none;
    }

    .dropdown2, .dropdown4, .dropdown3 {
        display: none !important;
    }

    .wraper .imgvr {
        display: block;
        margin: 20px auto;
        max-width: 100%;
        width: 100%;
    }

    .tb1 td {
        padding: 2px;
        text-align: center;
        font-size: 60%;
        border: 1px solid #000;
        line-height: 1.3em;
    }

    .col-md-6 {

        width: 100%;
        font-size: 15px;
        float: none;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #666;

    }
}

@media screen and  (max-width: 480px) {
    .wraper {
        width: 320px;
        max-width: 100%;
        padding: 0 10px;
    }

    .form-search {
        float: none;
        width: 310px;
        padding: 0px;
    }

    .login ul {
        width: 300px;
        float: none;
    }

    .dropdown5, .dropdown6 {
        display: none !important;
    }
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
  .h1logo a {
    font-size: 28px;
  }
}
.ever-popup {
  display: none !important;
}
.x_country_select {
    display: none !important;
}
.prices{
    margin-bottom: 10px;
}
.old-price{
    color:#857f7f;
    text-decoration: line-through;
    font-size: 23px;
}
.new-price{
    color:red;
    font-weight: 700;
    font-size: 23px;
}