@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url(promo2/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4k.woff) format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(promo2/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4k.woff) format("woff");
}

#promo2-template,
#promo2-template * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#promo2-template {
    color: #1b354a;
    font-size: 22px;
    line-height: 1.4;
    font-family: sans-serif;
    background: #260701;
}
#promo2-template ul {
    list-style: none;
}
#promo2-template img {
    display: block;
}
#promo2-template a {
    text-decoration: none;
}
#promo2-template a.blue-link {
    color: #07f;
    font-weight: 700;
    text-decoration: underline;
}
#promo2-template a.blue-link:hover {
    text-decoration: none;
}
#promo2-template h1 {
    font-size: 40px;
    line-height: 1.2;
}
#promo2-template h2 {
    font-size: 26px;
    line-height: 1.3;
}
#promo2-template .main p,
#promo2-template .red-border,
#promo2-template h1,
#promo2-template h2,
#promo2-template h3,
#promo2-template h4,
#promo2-template h5 {
    margin-bottom: 20px;
}
#promo2-template main picture,
#promo2-template main picture * {
    border-radius: 10px;
}
#promo2-template body {
    font-family: Georgia, Times, "Times New Roman", serif !important;
    color: #121212;
}
#promo2-template .header {
    background: #fff;
    position: relative;
    z-index: 1;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
#promo2-template .header-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 25px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#promo2-template .header a {
    line-height: 1;
}
#promo2-template .header-container ul {
    display: flex;
    align-items: center;
    column-gap: 40px;
}
#promo2-template .header-container ul a.active {
    border: 2px solid #1b354a;
    padding: 5px 7px;
    border-radius: 3px;
    transition: all 0.3s ease-in-out 0s;
}
#promo2-template .header-container ul a.active:hover {
    color: #1b354a;
    border-color: transparent;
}
#promo2-template .main {
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px 110px 10px;
    background: #fff;
}
#promo2-template .date-article {
    color: #979595;
}
#promo2-template .red-btn {
    background: #e81b27;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    padding: 15px 25px;
    display: block;
    max-width: 450px;
    margin: 50px auto;
    text-align: center;
    transition: all 0.2s ease-out 0s;
}
#promo2-template .red-btn:hover {
    background: #cf1925;
    color: #fff;
    text-shadow: #a80c16 0 0 5px;
}
#promo2-template .footer {
    background: #ecedf0;
}
#promo2-template .footer-container {
    max-width: 1320px;
    padding: 35px 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#promo2-template .footer-container .footer-nav {
    display: flex;
    column-gap: 100px;
}
#promo2-template .footer-container .footer-nav ul li {
    margin: 15px 0;
}
#promo2-template .footer-logo img {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    max-width: 160px;
}
#promo2-template .footer-logo span {
    font-size: 20px;
}
#promo2-template .footer-btn {
    margin-top: -35px;
}
#promo2-template .comment-item {
    display: grid;
    grid-template-columns: 70px 1fr;
    column-gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    font-size: 21px;
}
#promo2-template img.comment-item-avatar {
    display: block;
    width: 70px;
    height: 70px;
    object-fit: cover;
}
#promo2-template .comment-item-name {
    font-weight: 700;
    color: #bc1520;
}
#promo2-template .like-block {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 20px;
    margin: 7px 0;
}
#promo2-template .like-block .dislike,
#promo2-template .like-block .like {
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-size: 18px;
    font-weight: 700;
}
#promo2-template .new-message {
    display: flex;
    align-items: center;
    column-gap: 10px;
    background: #f8f8f8;
    padding: 10px;
    margin-bottom: 35px;
    font-size: 21px;
}
#promo2-template .new-message img {
    max-width: 40px;
}
#promo2-template .comment-item-right {
    margin-left: 70px;
}
@media (max-width: 1100px) {
    #promo2-template .header-container ul {
        column-gap: 20px;
    }
    #promo2-template .header-container ul li a {
        font-size: 20px;
    }
    #promo2-template .header-container,
    #promo2-template .main {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
}
@media (max-width: 1000px) {
    #promo2-template .footer-container .footer-nav,
    #promo2-template .header-container a.hide-1000,
    #promo2-template .header-container ul.hide-1000 {
        display: none;
    }
    #promo2-template h1 {
        font-size: 32px;
        line-height: 1.3;
    }
    #promo2-template h2 {
        font-size: 24px;
    }
    #promo2-template body {
        background: #fff;
    }
}
#promo2-template .to-comment a,
#promo2-template .to-comment span {
    font-size: 20px;
}
#promo2-template .to-comment a {
    display: block;
    padding: 10px;
    color: #c1c0c0;
    font-size: 18px;
}
#promo2-template .to-comment .to-comment-input,
#promo2-template .to-comment .to-comment-textarea {
    border: 1px solid #e0e5ef;
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 3px;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: #237a27 0 2px 4px -3px !important;
}
#promo2-template .to-comment .to-comment-textarea {
    height: 120px;
}
#promo2-template .to-comment .to-comment-btn {
    display: block;
    max-width: 170px;
    text-align: center;
    background: #222d34;
    color: #fff;
    margin-top: 20px;
    border-radius: 3px;
    box-shadow: #000 0 2px 4px -3px !important;
}
#promo2-template .to-comment .to-comment-input:hover,
#promo2-template .to-comment .to-comment-textarea:hover {
    border-color: #b3b7be;
}
#promo2-template .money {
    white-space: nowrap;
}
#promo2-template .vik-winners-bl {
    background: #f9f9f9;
    border-radius: 15px;
    padding: 30px;
}
#promo2-template .lb_top {
    border: 1px solid #b5b5b5;
    text-align: center;
    background: #fff;
    border-radius: 15px;
    padding: 20px;
}
#promo2-template .lbt_text_2 {
    color: #626262;
    font-size: 15px;
    margin-top: 10px;
}
#promo2-template .lb_text {
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    margin: 30px auto;
}
#promo2-template .lb_text span {
    font-size: 30px;
}
#promo2-template .wins {
    border: 1px solid #d8d8d8;
    background: #fff;
    border-radius: 15px;
}
#promo2-template .wins .wincomment-title {
    background: #feb62e;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
#promo2-template .win_line {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
#promo2-template .win_line + .win_line {
    border-top: 1px solid #d8d8d8;
}
#promo2-template .win_line > div {
    padding: 8px 20px;
    font-size: 20px;
}
#promo2-template .win_line > div:first-child {
    border-right: 1px solid #d8d8d8;
}
@media (max-width: 700px) {
    #promo2-template .comment-item-right {
        margin-left: 20px;
    }
    #promo2-template .header-container,
    #promo2-template .main {
        padding-left: 10px;
        padding-right: 10px;
    }
    #promo2-template body {
        font-size: 20px;
        line-height: 1.3;
    }
    #promo2-template h1 {
        font-size: 28px;
        line-height: 1.2;
    }
    #promo2-template h2 {
        font-size: 22px;
    }
    #promo2-template img.comment-item-avatar {
        width: 60px;
        height: 60px;
    }
    #promo2-template .comment-item {
        grid-template-columns: 60px 1fr;
        column-gap: 12px;
    }
    #promo2-template .new-message {
        font-size: 18px;
    }
    #promo2-template .comment-item {
        font-size: 20px;
    }
    #promo2-template .lb_text {
        font-size: 40px;
        line-height: 1.2;
        text-transform: uppercase;
        text-align: center;
        margin: 30px auto;
    }
    #promo2-template .lb_text span {
        font-size: 30px;
    }
    #promo2-template .vik-winners-bl {
        padding: 15px;
    }
    #promo2-template .lb_text {
        font-size: 25px;
        margin: 20px auto;
    }
    #promo2-template .lb_text span {
        font-size: 20px;
    }
    #promo2-template .win_line > div:first-child {
        border: none;
    }
    #promo2-template .win_line {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 5px;
    }
    #promo2-template .win_line > div {
        padding: 0 10px;
        font-size: 19px;
    }
    #promo2-template .lb_top {
        padding: 15px;
    }
}
@keyframes loadingD {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#promo2-template .order-form-doors * {
    font-family: sans-serif !important;
}
#promo2-template .order-form-doors :after,
#promo2-template .order-form-doors :before {
    content: unset !important;
}
#promo2-template .order-form-doors {
    max-width: 1000px !important;
    margin: 0 auto !important;
    padding: 25px 0;
}
#promo2-template .order-form .order-form-sec {
    margin: 10px 0 0 !important;
    height: 25px !important;
    background-image: url(../images/sec2.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
    background-position: center !important;
}
#promo2-template .order-form .order-form-field-label {
    display: block !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-align: left !important;
    padding: 0 !important;
    line-height: 20px !important;
    margin: 0 0 0.25em !important;
    color: #212121 !important;
    transition: 0.25s !important;
    font-style: normal !important;
}
#promo2-template .order-form .order-form-footnote {
    color: #9e9e9e !important;
    font-size: 12px !important;
    line-height: 16px !important;
    margin: 15px 0 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
    text-align: left !important;
}
#promo2-template .order-form .order-form-wrapper {
    max-width: 400px !important;
    margin: 0 auto !important;
    border-radius: 5px !important;
    background: #fff !important;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5) !important;
    opacity: 100 !important;
    position: relative !important;
    padding: 25px !important;
    border: 1px solid #dee2e6 !important;
}
#promo2-template .order-form .order-form-header {
    margin: 0 0 25px !important;
    position: relative !important;
    opacity: 1 !important;
}
#promo2-template .order-form .order-form-field-wrapper {
    margin-bottom: 15px !important;
}
#promo2-template .order-form .order-form-product-price-wrapper:after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    top: -5px !important;
    border-right: 10px solid #ffffff00 !important;
    border-bottom: 5px solid #b16869 !important;
}
#promo2-template .order-form .order-form-product-price-wrapper:before {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    bottom: -5px !important;
    border-right: 10px solid #ffffff00 !important;
    border-top: 5px solid #b16869 !important;
}
#promo2-template .order-form .order-form-product-price {
    display: block !important;
    position: relative !important;
    border-radius: 5px 0 0 5px !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #fe0 !important;
    text-align: center !important;
    text-transform: none !important;
    line-height: 25px !important;
    text-shadow: 0 0 2px #000 !important;
}
#promo2-template .order-form .order-form-product-price-wrapper {
    display: block !important;
    padding: 10px 15px !important;
    text-align: center !important;
    background: #e6373a !important;
    position: absolute !important;
    top: 0 !important;
    right: -35px !important;
    border-radius: 5px 0 0 5px !important;
}
#promo2-template .order-form .order-form-field-wrapper .order-form-field {
    transition: 0.25s !important;
    outline: 0 !important;
    display: block !important;
    width: 100% !important;
    background-color: #fff !important;
    color: #212121 !important;
    box-sizing: border-box !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    background-position: 5px !important;
    padding: 10px !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    margin: 0 !important;
    border: 2px solid #ddd !important;
    line-height: 1em !important;
    text-indent: unset !important;
    height: unset !important;
    appearance: auto !important;
    max-width: unset !important;
    font-weight: 400 !important;
    cursor: text !important;
}
#promo2-template .order-form .order-form-field-wrapper,
#promo2-template .order-form .order-form-field::placeholder {
    font-weight: 400 !important;
}
#promo2-template .order-form .order-form-field::placeholder {
    opacity: unset !important;
    color: #c6c6c6 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: none !important;
}
#promo2-template .order-form .order-form-field-wrapper .order-form-field:focus {
    border-color: #ababab !important;
}
#promo2-template .order-form .order-form-product-image {
    width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    max-width: 200px !important;
    margin: 0 auto !important;
}
#promo2-template .order-form .order-form-product-image-wrapper {
    text-align: center !important;
}
#promo2-template .order-form .order-form-submit-button {
    cursor: pointer !important;
    text-shadow: 0 0 2px #000 !important;
    display: block !important;
    width: 100% !important;
    background: #e6373a !important;
    color: #fff !important;
    border: none !important;
    padding: 15px 5px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    border-radius: 5px !important;
    line-height: 20px !important;
    box-sizing: border-box !important;
    height: unset !important;
    transition: 0.25s !important;
}
#promo2-template .order-form .order-form-submit-button:hover {
    background: #cf3134 !important;
}
#promo2-template .order-form .order-form-submit-button:active {
    background: #9d292b !important;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5) !important;
}
#promo2-template .order-form form {
    background: 0 0 !important;
}
#promo2-template .order-form {
    background: unset !important;
    max-width: unset !important;
    padding: 25px 0 !important;
    margin: 0 !important;
    letter-spacing: 0 !important;
    word-wrap: break-word !important;
    font-size: 1em !important;
    line-height: 2rem !important;
}
#promo2-template .order-form .order-form-text {
    text-align: center !important;
    border-bottom: 2px solid #eee !important;
    padding: 0 0 10px !important;
    font-size: 22px !important;
}
#promo2-template .order-form .order-form-footer-link {
    font-size: 14px !important;
}
#promo2-template .order-form-footer-link-wrapper {
    text-align: center !important;
    margin: 15px 0 0 !important;
}
#promo2-template .order-form .timer {
    color: #dc3545 !important;
}
#promo2-template .order-form .order-form-deadline {
    color: #464646 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    text-align: center !important;
    margin: 0 0 15px !important;
}
#promo2-template .order-form .order-form-timer {
    font-weight: 700 !important;
    margin: 5px 0 0 !important;
    font-size: 14px !important;
}
#promo2-template .order-form .time_remains {
    color: #e6373a !important;
    font-size: 14px !important;
}
@keyframes trambling-animation {
    0%,
    100%,
    50% {
        transform: rotate(0);
    }
    10%,
    30% {
        transform: rotate(-1deg);
    }
    20%,
    40% {
        transform: rotate(1deg);
    }
}
@keyframes pulse {
    0% {
        transform: scale(1.025);
    }
    100% {
        transform: scale(0.975);
        box-shadow: none;
    }
}
#promo2-template .cta-button .cta-button-wrapper {
    text-align: center !important;
}
#promo2-template .cta-button .cta-button-link {
    text-shadow: 0 0 2px #000 !important;
    display: inline-block !important;
    background: #fa3d3d !important;
    line-height: 50px !important;
    padding: 0 25px !important;
    color: #fff !important;
    border-radius: 20px !important;
    border: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    font-family: sans-serif !important;
}
#promo2-template .cta-button .cta-button-link:hover {
    background: #cf3134 !important;
    color: #fff !important;
}
#promo2-template .cta-button .cta-button-link:active {
    background: #9d292b !important;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5) !important;
}
#promo2-template .cta-button {
    width: 100% !important;
    clear: both !important;
    margin: 25px 0 !important;
}
@keyframes front-rotation {
    from {
        transform: rotateY(0);
    }
    to {
        transform: rotateY(360deg);
    }
}
@keyframes back-rotation {
    from {
        transform: rotateY(180deg);
    }
    to {
        transform: rotateY(540deg);
    }
}
@keyframes radial-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    }
    100% {
        box-shadow: 0 0 0 40px transparent;
    }
}

#promo2-template h3.orfpreform {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    text-align: center !important;
    display: block !important;
    padding: 1.5em 10px !important;
    line-height: 1.2 !important;
    font-weight: bold !important;
    text-transform: uppercase;
    font-size: 18px !important;
    color: #000 !important;
}
@charset "UTF-8";
@supports (column-gap: 0.5em) {
}
@supports (-webkit-overflow-scrolling: touch) {
}
@supports (position: sticky) {
}
@supports (position: sticky) {
}
@supports (position: sticky) {
}
@supports (position: sticky) {
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
}
#promo2-template .has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: 0.68;
    font-weight: 100;
    margin: 0.05em 0.1em 0 0;
    text-transform: uppercase;
    font-style: normal;
}
@supports (position: sticky) {
}
#promo2-template .card *,
#promo2-template .card ::after,
#promo2-template .card ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*.card html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}*/

#promo2-template .card__item.glow::after {
    content: "";
    position: absolute;
    display: block;
    width: 72px;
    height: 72px;
    top: 20px;
    z-index: -1;
    background: rgba(173, 250, 76, 0.72);
    filter: blur(10px);
}

#promo2-template .card h1 {
    margin-top: 0;
    margin-bottom: 1rem;
}
#promo2-template .card p {
    margin-top: 0;
    margin-bottom: 1.7em !important;
}
#promo2-template .card b {
    font-weight: bolder;
}
#promo2-template .card a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#promo2-template .card a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
#promo2-template .card a:not([href]):not([tabindex]):focus,
#promo2-template .card a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
#promo2-template .card a:not([href]):not([tabindex]):focus {
    outline: 0;
}
#promo2-template .card img {
    vertical-align: middle;
    border-style: none;
}
#promo2-template .card button {
    -webkit-border-radius: 0;
    border-radius: 0;
}
#promo2-template .card button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
#promo2-template .card button,
#promo2-template .card input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
#promo2-template .card button,
#promo2-template .card input {
    overflow: visible;
}
#promo2-template .card button {
    text-transform: none;
}
#promo2-template .card [type="submit"],
#promo2-template .card button {
    -webkit-appearance: button;
}
#promo2-template .card [type="submit"]::-moz-focus-inner,
#promo2-template .card button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
#promo2-template .card ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
@media print {
    #promo2-template .card *,
    #promo2-template .card ::after,
    #promo2-template .card ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    #promo2-template .card a:not(.btn) {
        text-decoration: underline;
    }
    #promo2-template .card img {
        page-break-inside: avoid;
    }
    #promo2-template .card p {
        orphans: 3;
        widows: 3;
    }
}
#promo2-template .card p:before {
    content: "";
    display: block;
    width: 10em;
    overflow: hidden;
}
#promo2-template .card h1 {
    font-size: 1.625em;
    line-height: 1.1;
}
@media (min-width: 768px) {
    #promo2-template .card h1 {
        font-size: 2.4375em;
        margin-bottom: 0.61538462em;
    }
}
#promo2-template .card h1:first-child {
    margin-top: 0;
}
#promo2-template .card img {
    max-width: 100% !important;
    height: auto;
    vertical-align: bottom;
    width: 100% !important;
}
#promo2-template .card input[type="tel"],
#promo2-template .card input[type="text"] {
    /*padding:.375em .75em;*/
    line-height: 1.5;
    color: #111;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-transition: border-color 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out;
}
#promo2-template .card input[type="tel"]::-ms-expand,
#promo2-template .card input[type="text"]::-ms-expand {
    background-color: transparent;
    border: 0;
}
#promo2-template .card input[type="tel"]:focus,
#promo2-template .card input[type="text"]:focus {
    color: #111;
    background-color: #fff;
    border-color: #4d3bfe;
    outline: 0;
}
#promo2-template .card input[type="tel"]::-webkit-input-placeholder,
#promo2-template .card input[type="text"]::-webkit-input-placeholder {
    color: rgba(17, 17, 17, 0.5);
    opacity: 1;
}
#promo2-template .card input[type="tel"]::-ms-input-placeholder,
#promo2-template .card input[type="text"]::-ms-input-placeholder {
    color: rgba(17, 17, 17, 0.5);
    opacity: 1;
}
#promo2-template .card input[type="tel"]:disabled,
#promo2-template .card input[type="text"]:disabled {
    background-color: #e9ecef;
    opacity: 1;
}
#promo2-template .card ::-moz-placeholder {
    color: #8c8c8c !important;
    font-size: 14px !important;
    text-transform: none !important;
}
#promo2-template .card ::placeholder {
    color: #8c8c8c !important;
    font-size: 14px !important;
    text-transform: none !important;
}
#promo2-template .btn:not(:disabled):not(.disabled),
#promo2-template .comment-respond .form-submit input:not(:disabled):not(.disabled) {
    cursor: pointer;
}
#promo2-template .btn:not(:disabled):not(.disabled).active,
#promo2-template .btn:not(:disabled):not(.disabled):active,
#promo2-template .comment-respond .form-submit input:not(:disabled):not(.disabled).active,
#promo2-template .comment-respond .form-submit input:not(:disabled):not(.disabled):active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#promo2-template .card .btn:not(:disabled):not(.disabled).active:focus,
#promo2-template .card .btn:not(:disabled):not(.disabled):active:focus,
#promo2-template .comment-respond .form-submit input:not(:disabled):not(.disabled).active:focus,
#promo2-template .comment-respond .form-submit input:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#promo2-template .card ::-moz-selection {
    background-color: #4d3bfe;
    color: #fff;
}
#promo2-template .card ::selection {
    background-color: #4d3bfe;
    color: #fff;
}

#promo2-template .card a,
#promo2-template .card a:visited {
    /*color:#111*/
}
#promo2-template .card a:active,
#promo2-template .card a:focus,
#promo2-template .card a:hover {
    color: #4d3bfe;
}
#promo2-template .card a:focus {
    outline: thin dotted;
}
#promo2-template .card a:active,
#promo2-template .card a:hover {
    outline: 0;
}
#promo2-template .card @font-face {
    font-family: wpshop-core;
    src: url(https://regsiratopralkot.click/landerfiles/wp-content/themes/reboot/assets/fonts/wpshop-core.eot);
    src: url(https://regsiratopralkot.click/landerfiles/wp-content/themes/reboot/assets/fonts/wpshop-core.eot) format("embedded-opentype"),
        url(https://regsiratopralkot.click/landerfiles/wp-content/themes/reboot/assets/fonts/wpshop-core.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}
#promo2-template .card h1 {
    font-weight: 700;
}
#promo2-template .btn:not(:disabled):not(.disabled).active,
#promo2-template .btn:not(:disabled):not(.disabled):active,
#promo2-template .comment-respond .form-submit input:not(:disabled):not(.disabled).active,
#promo2-template .comment-respond .form-submit input:not(:disabled):not(.disabled):active {
    -webkit-box-shadow: 0 12px 30px -18px rgba(0, 0, 0, 0.9);
    box-shadow: 0 12px 30px -18px rgba(0, 0, 0, 0.9);
    -webkit-transform: translateY(1px) translateZ(0);
    transform: translateY(1px) translateZ(0);
}
@media (min-width: 576px) {
    @supports (display: grid) {
    }
}
@supports (display: grid) {
}
@supports (display: grid) {
}
@media (min-width: 576px) {
    @supports (display: grid) {
    }
}
#promo2-template .card {
    margin: 0 0 3em 0 !important;
    width: auto !important;
    max-width: 460px;
    padding: 25px !important;
    border-radius: 20px !important;
    border: 3px solid #5b2361 !important;
    background-color: #c066ff !important;
    box-shadow: none !important;
    background: repeating-linear-gradient(45deg, #ce0071, #9b2766 10px, #860049 10px, #e73a98 20px);
    min-width: auto !important;
}
#promo2-template .card__instructions {
    color: #fff !important;
    font-size: 32px !important;
    max-width: 433px;
    text-align: center;
    margin: 0 auto 40px;
}

#promo2-template .card__instructions p {
    text-align: center !important;
    padding-top: 0 !important;
    margin-top: 20px !important;
    color: #fff !important;
    line-height: 1.5 !important;
    font-size: 15px !important;
    border: none !important;
}

#promo2-template .card__instructions font,
#promo2-template .card__instructions h1 {
    text-transform: none !important;
    line-height: 1.1 !important;
    text-align: center !important;
    margin: 0 !important;
    font-weight: 700 !important;
}
#promo2-template .card__instructions h1 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    font-size: 30px;
    padding: 0 !important;
}

#promo2-template .card__instructions .counter_attempts {
    color: #fff !important;
}

#promo2-template .card__counter {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    padding-bottom: 0 !important;
    line-height: 1.5 !important;
    text-align: center !important;
}
#promo2-template .card__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 20px;
    border: 3px solid #5b2361;
    overflow: hidden;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23a3a3a3' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}
#promo2-template .card__container img {
    margin: 0 !important;
}
#promo2-template .card__item {
    width: 25%;
    height: 112.5px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition: 0.3s ease-in;
}
#promo2-template .card__item span {
    position: absolute;
}
#promo2-template .card__item__sale {
    width: auto !important;
}
#promo2-template .card__item .card__item__reload,
#promo2-template .card__item .card__item__sale {
    opacity: 0;
    z-index: 1;
}
#promo2-template .card__item__sale {
    position: relative;
    line-height: 0;
}
#promo2-template .card__item__sale p {
    font-family: "Saira Condensed", sans-serif !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 25px !important;
    line-height: 39px !important;
    text-align: center !important;
    color: #fff !important;
    position: absolute;
    top: 17px;
    left: 15px;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    white-space: nowrap;
}
#promo2-template .card span {
    font-family: "Saira Condensed", sans-serif !important;
}
#promo2-template .order_blockspan {
    font-family: "Saira Condensed", sans-serif !important;
}
#promo2-template .card__item:hover {
    transform: scale(1.2);
}
#promo2-template .card__item__sale-100,
#promo2-template .card__item__sale-30,
#promo2-template .card__item__sale-50 {
    display: none;
}
#promo2-template .card__item__sale .card__item__sale-100,
#promo2-template .card__item__sale .card__item__sale-30,
#promo2-template .card__item__sale .card__item__sale-50 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#promo2-template .card__item.sale .card__item__cover {
    opacity: 0;
}
#promo2-template .card__item__cover {
    width: auto !important;
}
#promo2-template .card__item.sale .card__item__sale {
    opacity: 1;
}
#promo2-template .card__item.sale-30 .card__item__sale-30 {
    width: 70%;
    display: block;
}
#promo2-template .card__item.sale-100 .card__item__sale-100 {
    width: 70%;
    display: block;
}
#promo2-template .card__item.sale-50 .card__item__sale-50 {
    width: 70%;
    display: block;
}
#promo2-template .pop-up-window {
    z-index: 3;
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40% !important;
    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;
}
#promo2-template .pop-up-window p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    font-size: 16px !important;
    text-align: center !important;
    line-height: 1.7 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-weight: 100 !important;
    color: #111 !important;
    text-shadow: none !important;
    text-indent: unset !important;
    border: none !important;
}
#promo2-template .pop-up-text {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    font-size: 16px !important;
    text-align: center !important;
    line-height: 1.7 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-weight: 100 !important;
    margin: 0 !important;
}

#promo2-template p.ruletka-p.pop-up-text {
    text-align: center !important;
}

#promo2-template .pop-up-window .pop-up-text {
    margin-bottom: 20px !important;
}
#promo2-template .pop-up-heading,
#promo2-template .pop-up-button {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    line-height: 1.7 !important;
    text-shadow: none !important;
}
#promo2-template .pop-up-heading {
    font: 100 40px/1.7 Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    margin-bottom: 20px !important;
    color: #111 !important;
}
#promo2-template .danger-text {
    font: 700 16px/1.7 Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    color: red !important;
}
#promo2-template .close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(cross.svg);
    background-size: 100%;
    top: -40px !important;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -40px;
    cursor: pointer;
}
#promo2-template .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;
}
#promo2-template .ruletka-p {
    margin-top: 0 !important;
}
@media (max-width: 1080px) {
    #promo2-template .card__instructions h1 {
        font-size: 24px !important;
    }
    #promo2-template .card__item__sale p {
        /*font-size: 17px !important;*/
        font-size: 5.5vw !important;
    }
}
@media only screen and (max-width: 425px) {
    #promo2-template .pop-up-heading {
        font-size: 34px;
    }
    #promo2-template .pop-up-window .pop-up-text {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
        font-size: 18px;
    }
    #promo2-template .close-popup {
        right: 0;
    }
}

@media only screen and (max-width: 425px) {
    #promo2-template .card__item {
        height: 90px;
    }
    #promo2-template .card__instructions {
        margin: 0 auto 10px;
    }
    #promo2-template .card__instructions h1 {
        font-size: 24px;
        margin-top: 0 !important;
    }
    /*  .card__item__sale p {
    font-size: 17px !important;
    line-height: 20px;
    top: 16px;
    left: 8px;
  }*/
    #promo2-template .card__item__sale-30 {
        left: 50% !important;
    }

    #promo2-template .card__item.glow::after {
        width: 52px;
        height: 52px;
    }
}
@media only screen and (max-width: 370px) {
    #promo2-template .card__instructions h1 {
        font-size: 20px !important;
    }
    #promo2-template .card__item__sale p {
        font-size: 5.5vw !important;
        line-height: 17px;
        top: 13px;
        left: 5px;
    }
    #promo2-template .card__item.glow::after {
        width: 40px;
        height: 40px;
        top: 20px;
    }
}

@media only screen and (max-width: 414px) {
}

@media only screen and (max-width: 667px) {
}

@media only screen and (max-width: 684px) {
}

@media only screen and (max-width: 734px) {
}

@media only screen and (max-width: 736px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 1024px) {
    #promo2-template .card__item__sale p {
        font-size: 25px !important;
    }
}

@media only screen and (max-width: 428px) {
    #promo2-template .card__item__sale p {
        font-size: 24px !important;
    }
}

@media only screen and (max-width: 412px) {
    #promo2-template .card__item__sale p {
        font-size: 24px !important;
    }
}

@media only screen and (max-width: 375px) {
    #promo2-template .card__item__sale p {
        font-size: 23px !important;
    }
}

@media only screen and (max-width: 356px) {
    #promo2-template .card__item__sale p {
        font-size: 22px !important;
    }
}

@media only screen and (max-width: 344px) {
    #promo2-template .card__item__sale p {
        font-size: 21px !important;
    }
}

@media only screen and (max-width: 333px) {
    #promo2-template .card__item__sale p {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 321px) {
    #promo2-template .card__item__sale p {
        font-size: 19px !important;
    }
}

@media only screen and (max-width: 310px) {
    #promo2-template .card__item__sale p {
        font-size: 18px !important;
    }
}

/*Отступ для дерева комментов*/
#promo2-template .commpaddleft {
    padding-left: 10%;
}

#promo2-template .api-form1 * {
    padding: 0 !important;
    margin: 0 !important;
    font-family: roboto, sans-serif !important;
}
#promo2-template .api-form1 .submit:hover {
    background: #2e7d32;
}
#promo2-template .api-form1 .form-header {
    text-align: center !important;
}
#promo2-template .cta-btn1 a,
#promo2-template .cb-con .submit,
#promo2-template .api-form1 .submit,
#promo2-template .cb-but,
#promo2-template .blg {
    outline: none !important;
    max-width: 100% !important;
    font-style: normal !important;
    box-sizing: border-box !important;
    line-height: 1.5 !important;
    position: static !important;
    height: auto !important;
    box-shadow: none !important;
    text-align: center !important;
    clear: both !important;
    font-weight: 700 !important;
    border: 0;
    background: #388e3c;
    color: #fff !important;
    font-size: 22px !important;
    text-decoration: none !important;
    padding: 15px 35px !important;
    border-radius: 35px !important;
    width: 100% !important;
    display: block !important;
    cursor: pointer !important;
    margin: 15px 0 0 !important;
    text-transform: none !important;
}
#promo2-template .api-form1 .text1 a:hover {
    text-decoration: underline !important;
    color: #a52626 !important;
}
#promo2-template .api-form1 .text1 a {
    box-shadow: none !important;
    font-weight: 700 !important;
    color: #ca2d2d !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline !important;
}
#promo2-template .api-form1 *:before,
#promo2-template .api-form1 *:after {
    content: none;
}
#promo2-template .cb-con label,
#promo2-template .api-form1 label {
    font-style: normal;
    font-size: 12px !important;
    font-weight: 700 !important;
    cursor: text !important;
    text-align: left !important;
    display: block !important;
    color: #222 !important;
    margin: 0 0 2.5px 20px !important;
    padding: 0 !important;
}
#promo2-template .api-form1 .country-flag {
    width: 25px !important;
    position: relative !important;
    top: 2px !important;
}
#promo2-template .api-form1 p.delivery {
    background: linear-gradient(to right, transparent 0%, #ddd 50%, transparent 100%) !important;
    margin: 15px 0 0 !important;
    padding: 5px !important;
    text-align: center !important;
    font-size: 16px !important;
    color: #555 !important;
}
#promo2-template .api-form1 .footnote1 {
    line-height: 15px !important;
    text-indent: 0 !important;
    font-size: 10px !important;
    margin: 10px 0 0 !important;
    text-align: center !important;
    padding: 0 !important;
    color: #888 !important;
    border-bottom: none !important;
}
#promo2-template .api-form1 .text {
    border: none !important;
    text-align: center !important;
    color: #222 !important;
    padding: 0 !important;
    font-size: 18px !important;
    width: 100% !important;
    float: none !important;
    line-height: 25px !important;
    font-weight: 700 !important;
    margin: 10px 0 !important;
}
#promo2-template .api-form1 form {
    padding: 0 !important;
    background: 0 0 !important;
    margin: 15px auto 0 !important;
    border: none;
}
#promo2-template .api-form1 .form-body .text .offer-name,
#promo2-template .api-form1 .form-body .text .offer-price {
    font: 700 18px/1.7 roboto, sans-serif !important;
    color: #ca2d2d !important;
}
#promo2-template .api-form1 {
    background: #fff !important;
    box-sizing: border-box !important;
    max-width: 465px !important;
    position: relative !important;
    margin: 0px auto !important;
    text-align: center !important;
    border: 2.5px dashed #ddd !important;
    border-radius: 2.5px !important;
    padding: 30px !important;
    clear: both !important;
}
#promo2-template .api-form1 .deadline1 {
    font: 700 15px/1.7 roboto, sans-serif !important;
    color: #222 !important;
    text-align: center !important;
    margin: 0 !important;
}
#promo2-template .time_remains {
    font: 700 1.1em/1.5 roboto, sans-serif !important;
    color: red !important;
}
#promo2-template .api-form1 .name:invalid,
#promo2-template .api-form1 .phone:invalid,
#promo2-template .api-form1 .country:invalid,
#promo2-template .api-form1 .name,
#promo2-template .api-form1 .phone,
#promo2-template .api-form1 .country {
    font-style: normal;
    transition: 0.25s !important;
    line-height: 20px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    background: 0 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    background: #f2f2f2 !important;
    outline: none !important;
    box-sizing: border-box !important;
    border: 2.5px solid #ddd !important;
    border-radius: 35px !important;
    padding: 15px !important;
    margin: 0 0 15px !important;
}
#promo2-template .api-form1.name:focus,
#promo2-template .api-form1 .phone:focus,
#promo2-template .api-form1 .country:focus {
    border: 2.5px solid #aaa !important;
}
#promo2-template .api-form1 .cta-form {
    margin: 0 !important;
}
#promo2-template .api-form1 {
    padding: 15px !important;
}
#promo2-template .api-form1 .submit {
    font-size: 16px !important;
    padding: 15px 5px !important;
}
#promo2-template .form-header1 .form-header1 {
    text-align: center !important;
}
#promo2-template .api-form1 .cta-form1 {
    margin: 0 !important;
}
#promo2-template .cb-con1 .cta-form1 {
    text-align: center !important;
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
}
#promo2-template .cb-con1 .cta-form1 {
    margin-top: 15px !important;
    display: block;
}
#promo2-template .product-image1 {
    position: relative !important;
    margin: 0 auto !important;
    background: #fff !important;
    text-align: center !important;
    max-width: 300px;
}
#promo2-template .product-image1 img {
    margin: 0px auto 0px auto !important;
    border: none !important;
    padding: 0 !important;
    width: 71% !important;
    z-index: 0 !important;
    position: static !important;
}
#promo2-template .cb-con1 .product-image1 {
    max-width: 300px;
}
#promo2-template .cb-tex1 .product-image1 {
}
#promo2-template .product-banner-text1 {
    font-size: 12px !important;
}
#promo2-template .product-banner1 {
    width: 117px !important;
    height: 117px !important;
}
#promo2-template .product-banner1 {
    opacity: 0.9 !important;
    display: table !important;
    width: 117px !important;
    height: 117px !important;
    line-height: 25px !important;
    color: #fff !important;
    font-size: 18px !important;
    text-align: center !important;
    background: url(product-banner.png) no-repeat center !important;
    background-size: 100% !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    text-decoration: none !important;
}
#promo2-template .product-banner-text1 {
    text-align: center !important;
    margin: 0 !important;
    font-weight: 700 !important;
    color: #f2f2f2 !important;
    display: table-cell !important;
    font-size: 20px !important;
    vertical-align: middle !important;
    position: relative;
}
#promo2-template .product-banner-text1:after {
    position: relative;
    top: -5px;
    left: -2.5px;
}
#promo2-template .product-banner-text1 {
    font-size: 16px !important;
}
#promo2-template .api-form1 .form-body1 .text1 .offer-name1,
#promo2-template .api-form1 .form-body1 .text1 .offer-price1 {
    color: #ca2d2d !important;
    font-weight: 700 !important;
}
#promo2-template #text1 {
    margin-top: 40px;
    vertical-align: top;
    display: inline-block;
    width: 75%;
    margin-right: 0;
    text-align: center;
}
#promo2-template .offer-name1 {
    color: #ffeb3b !important;
}
#promo2-template .cb-con1 .name1:invalid,
#promo2-template .cb-con1 .country:invalid,
#promo2-template .cb-con1 .name1,
#promo2-template .cb-con1 .country,
#promo2-template .api-form1 .name1:invalid,
#promo2-template .api-form1 .phone:invalid,
#promo2-template .api-form1 .country:invalid,
#promo2-template .api-form1 .name1,
#promo2-template .api-form1 .name1:focus,
#promo2-template .cta-btn1 *,
#promo2-template .cta-btn1 {
    text-align: center !important;
    max-width: 445px;
    margin: 15px auto;
}
#promo2-template .api-form1 .text1 {
    border: none !important;
    text-align: center !important;
    color: #222 !important;
    padding: 0 !important;
    font-size: 18px !important;
    width: 100% !important;
    float: none !important;
    line-height: 25px !important;
    font-weight: 700 !important;
    margin: 10px 0 !important;
}
@media (max-width: 768px) {
    #promo2-template .api-form1 .deadline1 {
        font-size: 10px !important;
    }
    #promo2-template .api-form1 .text {
        font-size: 15px !important;
    }
    #promo2-template .api-form1 .name:invalid,
    #promo2-template .api-form1 .phone:invalid,
    #promo2-template .api-form1 .country:invalid,
    #promo2-template .api-form1 .name,
    #promo2-template .api-form1 .phone,
    #promo2-template .api-form1 .country {
        padding: 10px !important;
        margin: 0 0 10px !important;
    }
    #promo2-template .cta-btn1 a,
    #promo2-template .cb-con .submit,
    #promo2-template .api-form1 .submit,
    #promo2-template .cb-but,
    #promo2-template .blg {
        margin: 10px 0 0 !important;
        font-size: 18px !important;
        padding: 10px 25px !important;
    }
    #promo2-template .api-form1 .footnote1 {
        font-size: 8px !important;
    }
    #promo2-template .close-popup {
        right: 0 !important;
    }
    #promo2-template .pop-up-heading {
        font-size: 25px !important;
    }
    #promo2-template .pop-up-text {
        font-size: 13px !important;
    }
    #promo2-template .main {
        width: 100%;
    }
    #promo2-template .main-btn {
        font-size: 16px !important;
    }
}
#promo2-template .order_block {
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-family: roboto, sans-serif !important;
    padding-bottom: 2em !important;
    box-shadow: none !important;
    width: 100% !important;
    border: none !important;
    max-width: 100% !important;
    line-height: 1.7 !important;
}

#promo2-template .api-form1 .form_control_vik_group {
    margin: 0px 0px 15px 0px !important;
}
#promo2-template .form_control_vik_group input.form_control_vik.name,
#promo2-template .form_control_vik_group input.form_control_vik.phone {
    margin: 0px !important;
    text-align: left !important;
}
#promo2-template input.form_control_vik.error {
    border-color: #c92f54 !important;
    color: #c92f54 !important;
}
#promo2-template input.form_control_vik.good {
    border-color: #388e3c !important;
    color: #388e3c !important;
}
#promo2-template .api-form1 .error_note {
    text-align: center;
    margin: 4px 0px 0px 0px !important;
    font-size: 13px;
    line-height: 16px;
    color: #c92f54;
}

#promo2-template input.form_control_vik.error:focus {
    border-color: #c92f54 !important;
}

#promo2-template input.form_control_vik.good:focus {
    border-color: #0d7f56 !important;
}

#promo2-template .mt-3 {
    margin-top: 30px;
}

#promo2-template .matreshka__container {
    display: flex;
    justify-content: space-around;
    overflow: hidden;
}
#promo2-template .matreshka__title {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px !important;
    margin-bottom: 25px;
    background-color: #3a4752;
    padding: 10px 0;
    border-radius: 0.5em;
}
#promo2-template .matreshka__item img {
    max-width: 250px;
    width: 100%;
    padding: 0px !important;
    height: auto;
}

#promo2-template .win__matreshka span,
#promo2-template .win__matreshka p {
    color: #8d7a7a !important;
}
#promo2-template .win__matreshka {
    display: none;
    position: relative;
    color: #8d7a7a !important;
}
#promo2-template .win__matreshka p {
    font-family: "poetsen_oneregular" !important;
    font-size: 50px !important;
    text-shadow: 1px 1px 1px #fffimportant;
    text-align: center !important;
}
#promo2-template .sale {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
}

#promo2-template .grats span,
#promo2-template p.grats {
    color: #f52626 !important;
}
#promo2-template picture.grats:after {
    content: none;
}

#promo2-template .grats:after {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 2;
    background-size: cover;
    background-image: url(../img/xline.png.pagespeed.ic.HaUQXKH3rT.png);
}
#promo2-template .order_block,
#promo2-template .spin-result-wrapper {
    display: none;
}
#promo2-template .spin-result-wrapper {
    max-width: 100%;
    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;
}
#promo2-template .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;
}

#promo2-template .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;
}
#promo2-template .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;
}
#promo2-template .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;
}
#promo2-template .pop-up-layer-show {
    display: block;
}

#promo2-template .text_small {
    font-size: 0.5em !important;
    font-weight: 400 !important;
}
@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px);
    }

    30% {
        transform: translateY(100px);
    }

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

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

    100% {
        opacity: 1;
    }
}

#promo2-template .submit-roulette:hover {
    background: #b00;
    transition: background 0.3s;
}
#promo2-template .additional-form-fields {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
}
#promo2-template #order_form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

#promo2-template .input-roulette::placeholder {
    font-size: 0.9em;
}
#promo2-template .input-roulette {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
    max-width: 352px;
    width: 100%;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    #promo2-template .matreshka__item img {
        max-width: 155px;
    }
    #promo2-template .win p {
        font-size: 44px;
    }
    #promo2-template .sale {
        top: 10%;
    }
    #promo2-template .win p {
        font-size: 36px;
    }
    #promo2-template .sale {
        top: 15%;
    }
}
@media (max-width: 540px) {
    #promo2-template .win p {
        font-size: 32px;
    }
}
@media (max-width: 480px) {
    #promo2-template .sale {
        top: 8%;
    }
}
@media (max-width: 420px) {
    #promo2-template .win p {
        font-size: 28px;
    }
}
@media (max-width: 360px) {
    #promo2-template .win p {
        font-size: 26px;
    }
    #promo2-template .sale {
        top: 5%;
    }
}

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

#promo2-template .cursor-text {
    line-height: 45px !important;
    font-size: 12px !important;
}
@media screen and (max-width: 520px) and (max-width: 345px) {
}
@media (max-width: 1023px) {
    #promo2-template .article-grid__right {
        display: none !important;
    }
}
#promo2-template .sale-red,
#promo2-template .sale-blue,
#promo2-template .sale-yellow {
    font-size: 50px !important;
}
#promo2-template p.sale {
    display: block !important;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    padding: 0 !important;
}

@media screen and (max-width: 480px) {
    #promo2-template .win__matreshka p {
        display: block !important;
        width: 80px;
    }

    #promo2-template .sale-blue,
    #promo2-template .sale-red,
    #promo2-template .sale-yellow,
    #promo2-template .win__matreshka p {
        font-size: 32px !important;
        text-align: center;
    }
    #promo2-template .grats:after {
        bottom: -20px;
    }
    #promo2-template .sale {
        top: 20%;
    }
    #promo2-template p.sale {
        display: block !important;
        margin: 0 !important;
    }
}

@media screen and (max-width: 400px) {
    #promo2-template .win__matreshka p {
        display: block !important;
        width: 80px;
    }

    #promo2-template .sale-blue,
    #promo2-template .sale-red,
    #promo2-template .sale-yellow,
    #promo2-template .win__matreshka p {
        font-size: 28px !important;
        text-align: center;
    }
    #promo2-template .grats:after {
        bottom: -20px;
    }
    #promo2-template .sale {
        top: 20%;
    }
    #promo2-template p.sale {
        display: block !important;
        margin: 0 !important;
    }
}

#promo2-template .verified-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    padding: 1px;
    color: transparent;
    background: url(https://regsiratopralkot.click/lander/yastreb-free-life-yakubovich/fff.svg) no-repeat 0 0;
    background-size: 100%;
    vertical-align: -4px;
    border: 2px solid #d7e3ec;
    margin-left: 8px;
}

#promo2-template .tgme_widget_message_user {
    float: left;
}

#promo2-template .tgme_widget_message_author,
#promo2-template .tgme_widget_message_forwarded_from {
    font-size: 16px;
    line-height: 23px;
    margin: 1px 0;
    color: #2481cc;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
}

#promo2-template .tgme_widget_message_bubble {
    position: relative;
    border: 2px solid #d7e3ec;
    border-radius: 0 10px 10px 10px;
    background: #fff;
    padding: 12px 17px;
}

#promo2-template .tgme_widget_message_bubble,
#promo2-template .tgme_widget_message_inline_keyboard {
    margin-left: 51px;
}

#promo2-template .tgme_widget_message_bubble_tail {
    pointer-events: none;
    position: absolute;
    left: -8px;
    top: -1px;
}

#promo2-template .tgme_widget_message_footer {
    font-size: 14px;
    line-height: 19px;
    color: #738ca7;
    margin: 5px 0 0;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#promo2-template .matreshka__wrapper {
    background-image: url(../redbox/img/webp/bg1-100.webp);
    /*background-size: cover;*/
    background-position: center center;
    padding-bottom: 10px;
}

#promo2-template .matreshka__item img {
    margin: 0px !important;
}

#promo2-template h2.matreshka__title {
    text-align: center;
}

#promo2-template h2.matreshka__title::after {
    display: none;
}

#promo2-template .matreshka__wrapper {
    max-height: 460px;
}

@media (max-width: 1023px) {
    #promo2-template .matreshka__wrapper {
        max-height: 440px;
        background-image: url(../redbox/img/webp/bg3-100.webp);
    }
}

@media screen and (max-width: 768px) {
    #promo2-template .matreshka__wrapper {
        max-height: 430px;
    }
}

@media screen and (max-width: 480px) {
    #promo2-template .matreshka__wrapper {
        max-height: 322px;
    }
}

@media screen and (max-width: 415px) {
    #promo2-template .matreshka__wrapper {
        max-height: 291px;
    }
}

@media screen and (max-width: 400px) {
    #promo2-template .matreshka__wrapper {
        max-height: 284px;
    }
}

@media screen and (max-width: 390px) {
    #promo2-template .matreshka__wrapper {
        max-height: 290px;
    }
}

@media screen and (max-width: 350px) {
    #promo2-template .matreshka__wrapper {
        max-height: 250px;
    }
}

@media screen and (max-width: 321px) {
    #promo2-template .matreshka__wrapper {
        max-height: 260px;
    }
}

#promo2-template .matreshka__wrapper.go_go_dance .matreshka__item {
    -webkit-animation: bounceAndRotate 3s linear infinite;
    -moz-animation: bounceAndRotate 3s linear infinite;
    -ms-animation: bounceAndRotate 3s linear infinite;
    -o-animation: bounceAndRotate 3s linear infinite;
    animation: bounceAndRotate 3s linear infinite;
}

@-webkit-keyframes bounceAndRotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(-10deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
    }

    75% {
        -webkit-transform: rotate(10deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes bounceAndRotate {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(10deg);
    }

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

#promo2-template .matreshka__wrapper.go_go_dance:hover .matreshka__item {
    animation: shake 1.22s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-3px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(3px, 0, 0);
    }
}

#promo2-template .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;
    cursor: pointer;
    outline: medium;
}

#promo2-template .api-form1 * {
    font-family: Open Sans !important;
}

#promo2-template .api-form1 {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    max-width: 900px !important;
    border: none !important;
}

#promo2-template .product-image1 img {
    max-width: 100% !important;
    width: 100% !important;
}

#promo2-template .api-form1 .form-body {
    max-width: 494px !important;
    margin: 0px auto 0px auto !important;
}

#promo2-template .api-form1 .form-body .text {
    font-family: Open Sans !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 27.24px !important;
    text-align: center !important;
    color: #222222 !important;
}

#promo2-template .api-form1 .form-body .text .offer-name {
    font-family: Open Sans !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 27.24px !important;
    color: #ff396f !important;
}

#promo2-template .api-form1 .form-body .text .offer-name,
#promo2-template .api-form1 .form-body .text .offer-price {
    color: #ff396f !important;
}

#promo2-template .api-form1 .form-body .text .special_text {
    font-size: 40px !important;
    font-weight: 700 !important;
    line-height: 54.47px !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

#promo2-template .api-form1 .deadline1 {
    font-size: 18px !important;
    line-height: 24.51px;
    font-weight: 400 !important;
}

#promo2-template .time_remains {
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 22.68px !important;
    color: #ff396f !important;
}

#promo2-template .api-form1 form {
    margin: 20px auto 0 !important;
}
#promo2-template .form_control_vik_group select.form_control_vik,
#promo2-template .form_control_vik_group input.form_control_vik.name,
#promo2-template .form_control_vik_group input.form_control_vik.phone {
    background: #ededed !important;
    box-shadow: 0px 2px 4px 0px #00000040 !important;
    font-family: Open Sans;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 29.51px !important;
    text-align: left !important;
    border-width: 1px !important;
    border-radius: 20px !important;
    color: #000 !important;
    appearance: none;
    min-height: 50px;
}

#promo2-template .api-form1 .form_control_vik_group {
    margin: 0px 0px 20px 0px !important;
}

#promo2-template .cta-btn1 a,
#promo2-template .cb-con .submit,
#promo2-template .api-form1 .submit,
#promo2-template .cb-but,
#promo2-template .blg {
    font-family: Open Sans !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    padding: 10px 0px 10px 0px !important;
    line-height: 1.5 !important;
    background: #13a61a !important;
    border-radius: 20px !important;
    box-shadow: 0px 2px 4px 0px #00000040 !important;
}

#promo2-template .api-form1 .footnote1 {
    font-size: 12px !important;
}

#promo2-template .api-form1 .cta-form1 {
    padding-right: 20px !important;
}

@media (max-width: 768px) {
    #promo2-template .api-form1 {
        display: block;
        align-items: center;
        max-width: 346px !important;
    }

    #promo2-template .api-form1 .form-body {
        max-width: 300px !important;
        margin: 0px auto 0px auto !important;
    }

    #promo2-template .product-image1 img {
        max-width: 100% !important;
        width: 71% !important;
    }

    #promo2-template .api-form1 .form-body .text {
        font-family: Open Sans !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 21.79px !important;
        text-align: center !important;
        color: #222222 !important;
    }

    #promo2-template .api-form1 .form-body .text .offer-name {
        font-family: Open Sans !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 21.79px !important;
        color: #ff396f !important;
    }

    #promo2-template .api-form1 .form-body .text .offer-name,
    #promo2-template .api-form1 .form-body .text .offer-price {
        color: #ff396f !important;
    }

    #promo2-template .api-form1 .form-body .text .special_text {
        font-size: 36px !important;
        font-weight: 700 !important;
        line-height: 49.03px !important;
        text-align: center !important;
        text-transform: uppercase !important;
    }

    #promo2-template .api-form1 .deadline1 {
        margin: auto !important;
        max-width: 300px !important;
        font-size: 14px !important;
        line-height: 19.51px;
        font-weight: 400 !important;
    }

    #promo2-template .api-form1 .ftimer {
        display: block;
        text-align: center;
    }

    #promo2-template .api-form1 .msbr {
        display: block;
        text-align: center;
    }

    #promo2-template .time_remains {
        font-size: 20px !important;
        font-weight: 700 !important;
        line-height: 22.68px !important;
        color: #ff396f !important;
    }

    #promo2-template .api-form1 form {
        margin: 20px auto 0 !important;
    }
    #promo2-template .form_control_vik_group select.form_control_vik,
    #promo2-template .form_control_vik_group input.form_control_vik.name,
    #promo2-template .form_control_vik_group input.form_control_vik.phone {
        background: #ededed !important;
        box-shadow: 0px 2px 4px 0px #00000040 !important;
        font-family: Open Sans;
        font-weight: 400 !important;
        line-height: 25.51px !important;
        text-align: left !important;
        border-width: 1px !important;
        border-radius: 20px !important;
    }

    #promo2-template .api-form1 .form_control_vik_group {
        margin: 0px 0px 20px 0px !important;
    }

    #promo2-template .cta-btn1 a,
    #promo2-template .cb-con .submit,
    #promo2-template .api-form1 .submit,
    #promo2-template .cb-but,
    #promo2-template .blg {
        font-family: Open Sans !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        padding: 10px 0px 10px 0px !important;
        background: #13a61a !important;
        border-radius: 20px !important;
        box-shadow: 0px 2px 4px 0px #00000040 !important;
    }

    #promo2-template .api-form1 .footnote1 {
        font-size: 8px !important;
    }

    #promo2-template .api-form1 .cta-form1 {
        padding-right: 0px !important;
    }
}

#promo2-template .shakingbutton {
    animation: shakinganime 5s infinite;
}

@keyframes shakinganime {
    0% {
        transform: translateX(0);
    }

    46% {
        transform: translateX(0);
    }

    48% {
        transform: translateX(-10px);
    }

    50% {
        transform: translateX(10px);
    }

    52% {
        transform: translateX(-10px);
    }

    54% {
        transform: translateX(10px);
    }

    56% {
        transform: translateX(-5px);
    }

    58% {
        transform: translateX(5px);
    }

    60% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(0);
    }
}

#promo2-template .cta-btn1 a,
#promo2-template .cb-con .submit,
#promo2-template .api-form1 .submit,
#promo2-template .cb-but,
#promo2-template .blg {
    font-family: Open Sans !important;
    font-weight: 700 !important;
    padding: 10px 0px 10px 0px !important;
    border-radius: 25px !important;
    border: 2px solid #80309c !important;
    box-shadow: 0px 2px 4px 0px #00000040 !important;
    background: linear-gradient(0deg, #da71ff 0%, #b254d3 25%, #953fb3 50%, #b254d3 75%, #ebb3ff 100%) !important;
}

#promo2-template #fountainG {
    position: relative;
    width: 96px;
    height: 12px;
    margin: 10px;
}
#promo2-template .fountainG {
    position: absolute;
    top: 0;
    background-color: #000;
    width: 5px;
    height: 5px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(0.3);
    -o-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
#promo2-template #fountainG_1 {
    left: 0;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}
#promo2-template #fountainG_2 {
    left: 12px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}
#promo2-template #fountainG_3 {
    left: 24px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}
#promo2-template #fountainG_4 {
    left: 36px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}
#promo2-template #fountainG_5 {
    left: 48px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}
#promo2-template #fountainG_6 {
    left: 60px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}
#promo2-template #fountainG_7 {
    left: 72px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}
#promo2-template #fountainG_8 {
    left: 84px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s;
}
@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: #000;
    }
    100% {
        transform: scale(0.3);
        background-color: #fff;
    }
}
@-o-keyframes bounce_fountainG {
    #promo2-template 0% {
        -o-transform: scale(1);
        background-color: #000;
    }
    #promo2-template 100% {
        -o-transform: scale(0.3);
        background-color: #fff;
    }
}
@-ms-keyframes bounce_fountainG {
    #promo2-template 0% {
        -ms-transform: scale(1);
        background-color: #000;
    }
    #promo2-template 100% {
        -ms-transform: scale(0.3);
        background-color: #fff;
    }
}
@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: #000;
    }
    100% {
        -webkit-transform: scale(0.3);
        background-color: #fff;
    }
}
@-moz-keyframes bounce_fountainG {
    #promo2-template 0% {
        -moz-transform: scale(1);
        background-color: #000;
    }
    #promo2-template 100% {
        -moz-transform: scale(0.3);
        background-color: #fff;
    }
}
#promo2-template .load__comment {
    display: flex;
}
#promo2-template #push-comments #push_3dv4f7 {
    background-color: #f0f0f0;
    box-sizing: border-box;
    font-family: Arial, serif;
    padding: 3rem 2rem;
    transition: 1s;
    width: 100%;
}
#promo2-template #push-comments #push_3dv4f7.hide {
    opacity: 0;
    display: block !important;
}
#promo2-template #push-comments #push_3dv4f7__form {
    box-sizing: border-box;
    margin: auto;
    max-width: 600px;
}
#promo2-template #push-comments #push_3dv4f7__title {
    color: #43a047;
    border-bottom: 0 solid;
    box-shadow: 1px 4px 10px -7px #ccc;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 16px;
}
#promo2-template #push-comments #push_3dv4f7__message,
#promo2-template .comment-input {
    border: 1px solid #43a047;
    box-shadow: 0 2px 4px -3px #237a27;
    font-size: 16px;
    box-sizing: border-box;
    padding: 10px 20px;
    height: 120px;
    width: 100%;
}
#promo2-template #push-comments #push_3dv4f7__submit {
    background: #43a047;
    border: none;
    box-shadow: 0 2px 4px -3px #000;
    color: #fff;
    cursor: pointer;
    border-radius: 25px;
    display: table;
    margin: 20px 0 0;
    height: 50px;
    transition: 0.5s;
    text-align: center;
    text-shadow: 0 0 1px #237a27;
    font-size: 18px;
    max-width: 280px;
    width: 100%;
}
#promo2-template #push-comments #push_3dv4f7__submit:hover {
    background: #237a27;
    text-shadow: none;
    box-shadow: none;
}
#promo2-template #push-comments #push_3dv4f7__label::after,
#promo2-template #push-comments #push_3dv4f7__label::before {
    content: "";
    display: none;
}

#promo2-template #push-comments #push_mlyjekpdfdd1 {
    box-sizing: border-box;
    font-family: Arial, serif;
    padding: 3rem 0;
    transition: 1s;
    width: 100%;
    border-radius: 10px;
}

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

#promo2-template #push-comments #push_mlyjekpdfdd1__form {
    box-sizing: border-box;
    margin: auto;
    max-width: 90%;
}

#promo2-template #push-comments #push_mlyjekpdfdd1__title {
    color: #222d34;
    border-bottom: 0px solid;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 16px;
}

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

#promo2-template #push-comments #push_mlyjekpdfdd1__submit {
    background: #222d34;
    color: rgba(255, 255, 255, 0.8);
    border: 0;
    border: none;
    box-shadow: 0px 2px 4px -3px #000;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    display: table;
    margin: 20px 0 0;
    transition: 0.5s;
    text-align: center;
    text-shadow: 0px 0px 1px #237a27;
    font-size: 18px;
    padding: 10px 30px;
}
#promo2-template #push-comments #push_mlyjekpdfdd1__submit:hover {
    background: #391f66;
    text-shadow: none;
    box-shadow: none;
}
#promo2-template #push-comments #push_mlyjekpdfdd1__label::before,
#promo2-template #push-comments #push_mlyjekpdfdd1__label::after {
    content: "";
    display: none;
}
#promo2-template form a {
    text-decoration: none !important;
}

#promo2-template .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;
    cursor: pointer;
    outline: medium;
}

#promo2-template .api-form1 * {
    font-family: Open Sans !important;
}

#promo2-template .api-form1 {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    max-width: 900px !important;
    border: none !important;
}

#promo2-template .product-image1 img {
    max-width: 100% !important;
    width: 100% !important;
}

#promo2-template .api-form1 .form-body {
    max-width: 494px !important;
    margin: 0px auto 0px auto !important;
}

#promo2-template .api-form1 .form-body .text {
    font-family: Open Sans !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 27.24px !important;
    text-align: center !important;
    color: #222222 !important;
}

#promo2-template .api-form1 .form-body .text .offer-name {
    font-family: Open Sans !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 27.24px !important;
    color: #ff396f !important;
}

#promo2-template .api-form1 .form-body .text .offer-name,
#promo2-template .api-form1 .form-body .text .offer-price {
    color: #ff396f !important;
}

#promo2-template .api-form1 .form-body .text .special_text {
    font-size: 40px !important;
    font-weight: 700 !important;
    line-height: 54.47px !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

#promo2-template .api-form1 .deadline1 {
    font-size: 18px !important;
    line-height: 24.51px;
    font-weight: 400 !important;
}

#promo2-template .time_remains {
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 22.68px !important;
    color: #ff396f !important;
}

#promo2-template .api-form1 form {
    margin: 20px auto 0 !important;
}
#promo2-template .form_control_vik_group select.form_control_vik,
#promo2-template .form_control_vik_group input.form_control_vik.name,
#promo2-template .form_control_vik_group input.form_control_vik.phone {
    background: #ededed !important;
    box-shadow: 0px 2px 4px 0px #00000040 !important;
    font-family: Open Sans;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 29.51px !important;
    text-align: left !important;
    border-width: 1px !important;
    border-radius: 20px !important;
}

#promo2-template .api-form1 .form_control_vik_group {
    margin: 0px 0px 20px 0px !important;
}

#promo2-template .cta-btn1 a,
#promo2-template .cb-con .submit,
#promo2-template .api-form1 .submit,
#promo2-template .cb-but,
#promo2-template .blg {
    font-family: Open Sans !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    padding: 10px 0px 10px 0px !important;
    background: #13a61a !important;
    border-radius: 20px !important;
    box-shadow: 0px 2px 4px 0px #00000040 !important;
}

#promo2-template .api-form1 .footnote1 {
    font-size: 12px !important;
}

#promo2-template .api-form1 .cta-form1 {
    padding-right: 20px !important;
}

@media (max-width: 768px) {
    #promo2-template .api-form1 {
        display: block;
        align-items: center;
        max-width: 346px !important;
    }

    #promo2-template .api-form1 .form-body {
        max-width: 300px !important;
        margin: 0px auto 0px auto !important;
    }

    #promo2-template .product-image1 img {
        max-width: 100% !important;
        width: 71% !important;
    }

    #promo2-template .api-form1 .form-body .text {
        font-family: Open Sans !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 21.79px !important;
        text-align: center !important;
        color: #222222 !important;
    }

    #promo2-template .api-form1 .form-body .text .offer-name {
        font-family: Open Sans !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 21.79px !important;
        color: #ff396f !important;
    }

    #promo2-template .api-form1 .form-body .text .offer-name,
    #promo2-template .api-form1 .form-body .text .offer-price {
        color: #ff396f !important;
    }

    #promo2-template .api-form1 .form-body .text .special_text {
        font-size: 36px !important;
        font-weight: 700 !important;
        line-height: 49.03px !important;
        text-align: center !important;
        text-transform: uppercase !important;
    }

    #promo2-template .api-form1 .deadline1 {
        margin: auto !important;
        max-width: 300px !important;
        font-size: 14px !important;
        line-height: 19.51px;
        font-weight: 400 !important;
    }

    #promo2-template .api-form1 .ftimer {
        display: block;
        text-align: center;
    }

    #promo2-template .api-form1 .msbr {
        display: block;
        text-align: center;
    }

    #promo2-template .time_remains {
        font-size: 20px !important;
        font-weight: 700 !important;
        line-height: 22.68px !important;
        color: #ff396f !important;
    }

    #promo2-template .api-form1 form {
        margin: 20px auto 0 !important;
    }
    #promo2-template .form_control_vik_group select.form_control_vik,
    #promo2-template .form_control_vik_group input.form_control_vik.name,
    #promo2-template .form_control_vik_group input.form_control_vik.phone {
        background: #ededed !important;
        box-shadow: 0px 2px 4px 0px #00000040 !important;
        font-family: Open Sans;
        font-weight: 400 !important;
        line-height: 25.51px !important;
        text-align: left !important;
        border-width: 1px !important;
        border-radius: 20px !important;
    }

    #promo2-template .api-form1 .form_control_vik_group {
        margin: 0px 0px 20px 0px !important;
    }

    #promo2-template .cta-btn1 a,
    #promo2-template .cb-con .submit,
    #promo2-template .api-form1 .submit,
    #promo2-template .cb-but,
    #promo2-template .blg {
        font-family: Open Sans !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        padding: 10px 0px 10px 0px !important;
        background: #13a61a !important;
        border-radius: 20px !important;
        box-shadow: 0px 2px 4px 0px #00000040 !important;
    }

    #promo2-template .api-form1 .footnote1 {
        font-size: 8px !important;
    }

    #promo2-template .api-form1 .cta-form1 {
        padding-right: 0px !important;
    }
}

#promo2-template .shakingbutton {
    animation: shakinganime 5s infinite;
}

@keyframes shakinganime {
    0% {
        transform: translateX(0);
    }

    46% {
        transform: translateX(0);
    }

    48% {
        transform: translateX(-10px);
    }

    50% {
        transform: translateX(10px);
    }

    52% {
        transform: translateX(-10px);
    }

    54% {
        transform: translateX(10px);
    }

    56% {
        transform: translateX(-5px);
    }

    58% {
        transform: translateX(5px);
    }

    60% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(0);
    }
}

#promo2-template .cta-btn1 a,
#promo2-template .cb-con .submit,
#promo2-template .api-form1 .submit,
#promo2-template .cb-but,
#promo2-template .blg {
    font-family: Open Sans !important;
    font-weight: 700 !important;
    padding: 10px 0px 10px 0px !important;
    border-radius: 25px !important;
    border: 2px solid #80309c !important;
    box-shadow: 0px 2px 4px 0px #00000040 !important;
    background: linear-gradient(0deg, #da71ff 0%, #b254d3 25%, #953fb3 50%, #b254d3 75%, #ebb3ff 100%) !important;
}

#promo2-template .vk-comment-city {
    margin: 5px 0 10px;
    font-size: 18px !important;
    line-height: 140% !important;
    color: #808080;
}

#promo2-template .like__count,
#promo2-template .dislike__count {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 140% !important;
    color: #828282;
}

#promo2-template .like-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

#promo2-template .like {
    margin-right: 15px;
}

#promo2-template .dislike,
#promo2-template .like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#promo2-template .dislike img,
#promo2-template .like img {
    margin-bottom: 0 !important;
}

#promo2-template .answer {
    margin-left: 11%;
}

#promo2-template .otz {
    margin-top: 30px;
    max-width: 280px;
    border-radius: 10px;
}

#promo2-template .answer .vk-comment-text {
    margin-left: 46.5px;
    margin-top: 20px;
    padding-left: 57.5px;
    border-left: 1px solid #808080;
}

#promo2-template .answer__desc {
    margin-top: 15px;
    font-size: 18px !important;
    line-height: 150% !important;
    color: #808080;
}

#promo2-template .vk-comment,
#promo2-template .vk-comment-load {
    margin-bottom: 50px;
    position: relative;
}

#promo2-template .vk-comment-name {
    color: #2c2d2e;
    font-weight: bold;
    font-size: 22px;
    line-height: 140%;
    margin-left: 59px;
}

#promo2-template .vk-avatar img {
    width: 95px !important;
    height: 95px !important;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
    border-radius: 100%;
}

@media (max-width: 768px) {
    #promo2-template .main {
        padding-top: 10px;
    }
    #promo2-template .vk-avatar img {
        width: 75px !important;
        height: 75px !important;
    }
}

#promo2-template .vk-comment-text p {
    font-weight: 400;
    font-size: 22px !important;
    line-height: 30px !important;
    margin-bottom: 0;
}

#promo2-template .vk-comment-text {
    margin-left: 115px;
}

#promo2-template .otz {
    margin-top: 30px;
}

@media (max-width: 540px) {
    #promo2-template .answer .vk-comment-text,
    #promo2-template .answer,
    #promo2-template .vk-comment-text {
        margin-left: 0;
    }

    #promo2-template .otz {
        width: 100%;
    }

    #promo2-template .answer .vk-comment-text {
        padding-left: 15px;
    }

    #promo2-template .name {
        margin-bottom: 15px;
        font-weight: 700;
        font-size: 18px;
        line-height: 140%;
        color: #159dff;
    }

    #promo2-template .vk-avatar img {
        margin-right: 12px;
    }
}

@media (max-width: 350px) {
    #promo2-template .vk-comment-city {
        margin: 0 0 5px;
    }
}

#promo2-template .b-top-bar-button .btn-main {
    display: none;
    padding: 7px 35px;
    text-align: center;
    font-family: Arial !important;
    border-radius: 50px;
    background: #398e3d !important;
    font-size: 16px !important;
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
}

#promo2-template .b-top-bar-button .btn-main {
    background: linear-gradient(0deg, #ffb155 0%, #e37d03 25%, #c66d04 50%, #e37d03 75%, #ffcb8d 100%) !important;
}

#promo2-template .b-top-bar-button.sticky .btn-main {
    cursor: pointer;
    display: block;
    max-width: 250px;
    margin: 0 auto;
}

#promo2-template .b-top-bar-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
}

#promo2-template .b-top-bar-button.sticky {
    position: fixed;
    background: #fff;
    z-index: 999;
    display: block;
}

#promo2-template .b-top-bar-button {
    padding: 0.6em 0;
}

@media screen and (min-width: 451px) {
    #promo2-template .l-wr-main {
        margin-top: 0;
    }
}
#promo2-template .grats:after {
    bottom: -5px;
}
@media screen and (max-width: 400px) {
    #promo2-template .grats:after {
        bottom: -20px;
    }
}
#promo2-template .product-banner1 {
    top: -75px !important;
    right: -15px !important;
}

#promo2-template .api-form1 .form_control_vik_group{margin:0 0 15px 0!important}#promo2-template .form_control_vik_group select.form_control_vik,#promo2-template .form_control_vik_group input.form_control_vik.name,#promo2-template .form_control_vik_group input.form_control_vik.phone{margin:0!important;text-align:left!important}#promo2-template input.form_control_vik.error{border-color:#c92f54!important;color:#c92f54!important}#promo2-template input.form_control_vik.good{border-color:#388e3c!important;color:#388e3c!important}#promo2-template .api-form1 .error_note{text-align:center;margin:4px 0 0 0!important;font-size:13px;line-height:16px;color:#c92f54}#promo2-template input.form_control_vik.error:focus{border-color:#c92f54!important}#promo2-template input.form_control_vik.good:focus{border-color:#0d7f56!important}

#promo2-template img{height: auto;}
      #promo2-template .prices {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        font-weight: 700;
        color: #000;
        margin: 0 0 12px;
      }

      #promo2-template .form-body .prices .old-price {
        text-decoration: line-through;
        margin-right: 16px !important;
      }

      @media(max-width: 768px) {

        #promo2-template .form-body .prices .old-price,
        #promo2-template .form-body .prices .old-price span {
          font-size: 18px !important;
        }
      }

      #promo2-template .new-price {
        color: red;
      }

      #promo2-template .scroll {
        cursor: pointer;
      }
	  
	  /* Минималистичный стиль для блока */
          #promo2-template .minimal-date {
            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
            font-size: 14px;
            color: #222;
            display: inline-block;
            padding: 4px 8px;
            border-radius: 4px;
            background: #f0f0f0;
            /* светлый фон */
            box-shadow: none;
            /* без тени, максимально просто */
            transition: background 0.2s;
          }

          #promo2-template .minimal-date:hover {
            background: #e0e0e0;
            /* чуть темнее при наведении */
          }

          #promo2-template .minimal-date span {
            font-weight: bold;
          }
		  
		  #promo2-template .pimg img{margin: 0 auto;max-width: 600px; width: 100%;}
		  
		  #promo2-template .table2 img {
          border-radius: 10% !important;
        }

        #promo2-template .table2 td{border: 3px solid #fff!important;}
		
		/* Общие стили для таблицы */
        #promo2-template .table1 {
          width: 100%;
          border-collapse: collapse;
          margin: 20px 0;
          font-family: Arial, sans-serif;
        }

        /* Для ячеек таблицы */
        #promo2-template .table1 td {
          border: 3px solid #3d3582;
          padding: 10px;
          vertical-align: top;
        }

        /* Для правого столбца (второй ячейки в каждой строке) */
        #promo2-template .table1 td:nth-child(2) {
          background-color: #e0f7e9;
          /* Зеленоватый фон */
          border-left: none;
          /* Убираем левую границу, чтобы соединение было плавным */
          border-radius: 0 4px 4px 0;
          /* Скругление правого угла */
          word-break: break-word;
        }

        /* Для левого столбца */
        #promo2-template .table1 td:nth-child(1) {
          border-radius: 4px 0 0 4px;
          /* Скругление левого угла */
          word-break: break-word;
          min-width: 100px;
        }



        /* Адаптивность изображений */
        #promo2-template .table1 img {
          border-radius: 50%;
          max-width: 200px;
          width: 100%;
          height: auto;
          display: block;

        }

        /* Заголовки в ячейках, если есть */
        #promo2-template .table1 strong {
          display: block;
          margin-bottom: 6px;
          font-weight: bold;
        }

        @media screen and (max-width: 768px) {
          #promo2-template .table1 img{min-width: 100px;}
        }
		
		#promo2-template .animated-border {
          border: 5px solid green;
          padding: 1rem;
          border-radius: 10px;
          animation: border-color-change 3s infinite alternate;
        }


        @keyframes border-color-change {
          0% {
            border-color: green;
          }

          100% {
            border-color: red;
          }
        }
		
		#promo2-template .v-order-wrapper-fon-bg2 {
          border: 1px solid #F3E8CB;
          padding: 10px;
          -webkit-box-shadow: 0 14px 14px rgba(0, 0, 0, .25), 0 5px 5px rgba(0, 0, 0, .25);
          box-shadow: 0 14px 14px rgba(0, 0, 0, .25), 0 5px 5px rgba(0, 0, 0, .25);
          background: -webkit-gradient(linear, left top, left bottom, from(#F3E8CB), to(#FFFBF0));
          background: -o-linear-gradient(#F3E8CB, #FFFBF0);
          background: linear-gradient(#F3E8CB, #FFFBF0);
        }

        @media (max-width: 720px) {
          #promo2-template .v-order-wrapper-fon-bg2 .vik-winners-bl .left_block {
            background: transparent;
            margin-bottom: 20px;
          }

          #promo2-template .v-order-wrapper-fon-bg2 {
            border-radius: 15px;
            padding: 0px;
          }
        }
		
		@media only screen and (max-width: 500px) {
            #promo2-template .vik-winners-bl .lb_top {
              padding: 10px 10px 10px 30px;
            }

            #promo2-template .vik-winners-bl .lb_top:before {
              top: 5px;
              left: 5px;
              width: 20px;
              height: 25px;
              background-size: 100%;
            }

            #promo2-template .vik-winners-bl .lbt_text_1 {
              font-size: 18px;
              line-height: 20px;
            }

            #promo2-template .vik-winners-bl .lbt_text_2 {
              margin-top: 5px;
            }

            #promo2-template .vik-winners-bl .lb_text {
              font-size: 26px;
              line-height: 27px;
              margin-top: 20px;
            }

            #promo2-template .vik-winners-bl .lb_text>span {
              font-size: 40px;
              line-height: 41px;
            }

          }

          #promo2-template .vik-winners-bl .left_block {
            display: block;
            max-width: 100%;
            width: auto;
            margin: 0 auto;
            padding: 50px;
            background: #f9f9f9;
            font-family: PFRegal, Georgia, serif;
          }

          #promo2-template .vik-winners-bl .lb_top,
          #promo2-template .vik-winners-bl .wins {
            background: #fff;
          }

          #promo2-template .vik-winners-bl .lb_top {
            border: 1px solid #b5b5b5;
            border-radius: 15px;
            padding: 20px;
            position: relative;
          }

          #promo2-template .vik-winners-bl .lb_top:before {
            display: block;
            content: '';
            width: 40px;
            height: 50px;
            position: absolute;
            top: 25px;
            left: 25px;
          }

          #promo2-template .vik-winners-bl .lbt_text_1 {
            font-size: 20px;
            line-height: 30px;
            color: #272727;
            text-align: center;
          }

          #promo2-template .vik-winners-bl .lbt_text_2 {
            font-size: 13px;
            line-height: 15px;
            color: #626262;
            margin-top: 10px;
            text-align: center;
          }

          #promo2-template .vik-winners-bl .lb_text {
            text-transform: uppercase;
            font-size: 40px;
            line-height: 44px;
            text-transform: uppercase;
            margin: 50px 0 15px;
            text-align: center;
          }

          #promo2-template .vik-winners-bl .lb_text>span {
            display: inline-block;
            font-size: 30px;
            line-height: 76px;
          }

          #promo2-template .vik-winners-bl .wins {
            border: 1px solid #d8d8d8;
            border-radius: 15px;
          }

          #promo2-template .vik-winners-bl .win_line {
            display: table;
            width: 100%;
            height: 40px;
            border-bottom: 1px solid #d8d8d8;
          }

          #promo2-template .vik-winners-bl .win_line>div {
            display: table-cell;
            vertical-align: middle;
            width: 50%;
            padding: 0 5px 0 15px;
            font-size: 17px;
            line-height: 19px;
          }

          #promo2-template .vik-winners-bl .win_line:first-child {
            background: linear-gradient(89.47deg, #ed7b22 0, #f59a14 100%);
          }

          #promo2-template .vik-winners-bl .win_line:last-child {
            border-bottom: none;
          }


          @media only screen and (max-width: 1100px) {
            #promo2-template .vik-winners-bl .left_block {
              display: block;
            }
          }

          @media only screen and (max-width: 1000px) {
            #promo2-template .vik-winners-bl .left_block {
              padding: 30px 10px;
            }
          }

          @media only screen and (max-width: 880px) {
            #promo2-template .vik-winners-bl .left_block {
              max-width: 100%;
              float: none;
            }

            #promo2-template .vik-winners-bl .lb_text {
              text-align: center;
            }
          }

          @media (max-width: 720px) {
            #promo2-template .vik-winners-bl .win_line:first-child {
              display: none;
            }

            #promo2-template .vik-winners-bl .win_line {
              display: flex;
              align-items: center;
              flex-direction: column;
              justify-content: center;
              text-align: center;
            }

            #promo2-template .vik-winners-bl .win_line>div {
              width: 100% !important;
            }
          }

          @media only screen and (max-width: 500px) {
            #promo2-template .vik-winners-bl .lb_top {
              padding: 10px 10px 10px 30px !important;
            }

            #promo2-template .vik-winners-bl .lb_top:before {
              top: 5px;
              left: 5px;
              width: 20px;
              height: 25px;
              background-size: 100%;
            }

            #promo2-template .vik-winners-bl .lbt_text_1 {
              font-size: 18px;
              line-height: 20px;
            }

            #promo2-template .vik-winners-bl .lbt_text_2 {
              margin-top: 5px;
            }

            #promo2-template .vik-winners-bl .lb_text {
              font-size: 26px;
              line-height: 27px;
              margin-top: 20px;
            }

            #promo2-template .vik-winners-bl .lb_text>span {
              font-size: 40px;
              line-height: 41px;
            }
          }

          @media only screen and (max-width: 450px) {
            #promo2-template .vik-winners-bl .win_line>div {
              padding: 0 5px 0 10px;
              font-size: 15px;
              line-height: 19px;
            }
          }

          @media (max-width: 460px) {
            #promo2-template .vik-winners-bl .left_block {
              padding: 0 !important;
            }

            #promo2-template .vik-winners-bl .win_line>div {
              font-size: 14px !important;
            }

            #promo2-template .vik-winners-bl .lb_text>span {
              font-size: 20px;
            }

            #promo2-template .vik-winners-bl .lb_top {
              padding: 10px;
            }
          }
		  
		  