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

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

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

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

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

h2 {
    margin: 20px 0;
    font-family: sans-serif;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 400;
    color: #1b354a
}

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

p {
    margin: 15px 0
}

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



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

.white_base {
    position: relative
}

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

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

.red {
    font-size: 22px;
    padding: 10px 0 0;
    color: #f40b0b
}

b {
    font-family: sans-serif
}

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

    30% {
        transform: translateY(100px)
    }

    100% {
        transform: translateY(0px)
    }
}

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

    100% {
        transform: scale(1)
    }
}

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

    100% {
        opacity: 1
    }
}

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

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

@media screen and (max-width:1019px) {

    img {
        max-width: 100%
    }

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

    .container {
        width: 100% !important
    }

    .links {
        height: 40px;
        overflow: hidden;
        padding: 0 15px;
        margin: 0;
        justify-content: center
    }
}

@media screen and (max-width:767px) {

    p,
    td {
        text-align: left
    }
}

.comments h2 {
    font-size: 30px;
    margin: 20px 0
}

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

.comment-top {
    display: flex;
    margin-bottom: 3px;
    justify-content: space-between
}

.comment-name {
    font-family: sans-serif
}

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

.comment-text {
    width: 100%
}

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

    25% {
        content: "."
    }

    50% {
        content: ".."
    }

    75% {
        content: "..."
    }

    100% {
        content: ""
    }
}

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

    25% {
        content: "."
    }

    50% {
        content: ".."
    }

    75% {
        content: "..."
    }

    100% {
        content: ""
    }
}

@media screen and (max-width:480px) {

    .block-4 {
        padding: 10px 10px 10px 15px !important;
        margin: 0 0 0 35px !important
    }

    .qoute p {
        width: 100% !important
    }

    .note {
        font-size: 16px
    }

    .btn-main {
        font-size: 18px !important
    }
}

@media screen and (max-width:380px) {
    .comment-top {
        margin-bottom: 0
    }

    .comm-name {
        display: block;
        margin-bottom: 5px
    }

    .mycity {
        margin-left: 0 !important
    }
}

.btn-main:hover {
    transition: background .3s ease 0s;
    background: #b00 !important
}

p,
.text_section ul li,
.text_section ol li,
body .comment-bottom,
body .comment-bottom * {
    font-size: 22px;
    line-height: 26px
}

.api-form1 .form_control_vik_group {
    margin: 0 0 15px !important
}

.form_control_vik_group input.form_control_vik.name,
.form_control_vik_group input.form_control_vik.phone {
    margin: 0 !important;
    text-align: left !important
}

input.form_control_vik:focus::placeholder {
    color: transparent
}

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

input.form_control_vik.good {
    border-color: #388e3c !important;
    color: #388e3c !important
}

.api-form1 .error_note {
    text-align: center;
    margin: 4px 0 0 !important;
    font-size: 13px;
    line-height: 16px;
    color: #c92f54
}

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

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

* {
    outline: 0 !important;
    appearance: none !important;
    -webkit-tap-highlight-color: transparent !important
}

body {
    /*position: relative;*/
    /*animation-name: fadeInLoad;*/
    /*animation-duration: 1.4s*/
}

@keyframes fadeInLoad {
    0% {
        opacity: 0
    }

    25% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    75% {
        opacity: .9
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeInLoad {
    0% {
        opacity: 0
    }

    25% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    75% {
        opacity: .9
    }

    100% {
        opacity: 1
    }
}

.mycity {
    text-transform: uppercase;
    padding: 4px 5px 2px;
    background: #f5fbfb;
    color: #444;
    font-weight: 700;
    font-family: sans-serif;
    border-radius: 2px;
    border: 1px solid #989898;
    vertical-align: super;
    margin-left: 3px;
    font-size: 10px !important
}

.mycity2 {
    text-transform: uppercase;
    padding: 4px 5px 2px;
    background: #54a37a;
    font-weight: 700;
    font-family: sans-serif;
    border-radius: 2px;
    vertical-align: super;
    margin-left: 3px;
    color: #fff;
    font-size: 11px !important
}

@media only screen and (max-width:500px) {
    .vik-winners-bl .lb_top {
        padding: 10px 10px 10px 30px
    }

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

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

    .vik-winners-bl .lbt_text_2 {
        margin-top: 5px
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vik-winners-bl .win_line:last-child {
    border-bottom: none
}

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

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

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

    .vik-winners-bl .lb_text {
        text-align: center
    }
}

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

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

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

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

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

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

    .vik-winners-bl .lbt_text_2 {
        margin-top: 5px
    }

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

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

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

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

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

    .vik-winners-bl .lb_text>span {
        font-size: 20px
    }

    .vik-winners-bl .lb_top {
        padding: 10px
    }
}
.tgme_widget_message_user {
    float: left
}

.tgme_widget_message_author,
.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
}

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

.tgme_widget_message_bubble,
.tgme_widget_message_inline_keyboard {
    margin-left: 51px
}

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

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

.block-4,
.block-7 {
    box-sizing: border-box !important
}

.block-4 {
    padding: 10px 25px;
    margin: 0 35px;
    border-left: 5px solid #851600 !important
}

.block-7 {
    margin: 20px auto;
    border: 3px dashed #eaeaea !important;
    background: 0 0 !important;
    padding: 10px 15px !important;
    width: 100% !important
}

* {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    appearance: none !important;
    -webkit-tap-highlight-color: transparent !important
}

*,
::after,
::before {
    box-sizing: border-box
}

:focus {
    outline: 0
}

.ava-img,
.tgme_widget_message_user {
    float: left
}

.red {
    color: red
}

.comment-name,
.qoute p,
.subline {
    font-weight: 700
}

.qoute {
    position: relative;
    border-top: 3px solid #971d06;
    border-bottom: 3px solid #971d06;
    padding: 15px 0
}

.qoute p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    z-index: 1
}

.ava-img {
    width: 50px;
    margin: 0 10px 0 0;
    vertical-align: middle
}

.comment-bottom,
.comment-name {
    font-size: 18px !important
}

.base {
    padding-top: 0 !important
}

@media(max-width:1019px) {
    .base {
        padding-top: 0 !important
    }
}

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

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

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

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

.b-top-bar-button {
    padding: .6em 0
}

@media screen and (min-width:451px) {
    .l-wr-main {
        margin-top: 0
    }
}

@media screen and (min-width:992px) {
    .b-top-bar-button .btn-main {}
}

.getprod {
    display: inline-block;
    margin: 30px auto;
    padding: 15px 35px;
    text-align: center;
    font-family: sans-serif !important;
    border-radius: 50px;
    background: #398e3d !important;
    font-size: 16px !important;
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700
}

.reset-styles {
    text-align: center
}

@media(max-width:450px) {
    .getprod {
        padding: 15px;
        font-size: 12px !important
    }
}

