.text p {
    text-align: left
}

a {
    text-decoration: none
}

.under-href {
    text-decoration: underline;
    font-weight: 700
}

.under-href:hover {
    text-decoration: none
}

a, b, body, center, div, form, h1, h2, h3, html, img, label, p, span {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: 0 none;
    vertical-align: top;
    background: transparent none repeat scroll 0 0
}

body {
    line-height: 1
}

img {
    max-width: 100%
}

a {
    color: #466cc7
}

a:hover {
    text-decoration: none
}

body {
    font-family: Arial, Helvetica, sans-serif;
    display: block
}

header {
    position: relative;
    width: 100%;
    display: flex;
    background-color: #f1f1f1;
    background-position: center center;
    background-size: 100% 100%
}

.text h2 {
    text-align: center;
    font-size: 2.1em
}

div.conContent {
    text-align: center;
    display: inline;
    width: 100%;
    font-size: 18px;
    padding: 10px 0
}

.images-logo {
    display: block
}

.images-logo img {
    max-width: 100%;
    float: left;
    padding: 0 10px;
    height: auto;
    box-sizing: border-box;
}

.images-logo img:last-child {
    width: 130px;
    padding-top: 25px
}

div.text-header {
    display: block;
    text-align: center;
    padding-top: 10px
}

div.text-header p {
    padding: 10px
}

.container {
    width: 990px;
    position: relative;
    margin: 0 auto
}

.content {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 20px 20px 0;
    box-shadow: 0 0 10px #e6e6e6
}

.sidebar {
    float: right;
    font-size: 14px;
    line-height: 1.2;
    position: relative;
    top: -95px
}

.itemfirst {
    width: 249px;
    padding: 12px 12px 30px;
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    float: left
}

.sidebar .author {
    text-align: left;
    overflow: hidden;
    padding: 0 0 15px
}

.sidebar .author h3 {
    margin: 0;
    text-decoration: underline
}

.sidebar .author ul {
    position: relative;
    top: 13px;
    margin: 0;
    font-weight: 700;
    padding: 0 0 30px 15px;
    overflow: hidden
}

.text {
    width: 655px;
    float: left;
    font-size: 17px;
    line-height: 1.2;
    text-align: justify;
    padding: 0 15px 0 0
}

.content h1 {
    font-size: 28px;
    width: 655px;
    margin: 0 0 25px;
    text-align: left
}

.content h1 span {
    color: red
}

.content h3 {
    font-size: 17px;
    margin: 15px 0 10px
}

.content p {
    margin: 0 0 15px;
    font-weight: 400
}

.content .red {
    font-size: 16px;
    padding: 10px 0 0;
    color: #f40b0b
}

.text3 img {
    width: 65px;
    margin: 5px 0 0
}

.content .red2 {
    font-size: 16px;
    padding: 10px 0 0;
    color: #f40b0b
}

#comments h1 {
    color: #c00;
    margin: 0 0 5px
}

.maxB {
    margin: 0 auto;
    display: inline-block
}

.comment {
    padding: 15px 0;
    border-top: 1px solid #e8e8e8
}

.comment .text1 {
    font-size: 14px;
    font-weight: 700
}

.comment .text2 {
    font-size: 12px;
    float: right;
    color: #888;
    font-weight: 400
}

.comment .text3 {
    font-size: 15px;
    padding: 10px 0 0;
    font-weight: 400;
    min-height: 75px
}

.block2 {
    width: 650px;
    background: #fff none repeat scroll 0 0;
    padding: 5px;
    border: 1px solid red
}

.block2 p {
    font-weight: 600
}

.red {
    font-size: 26px;
    padding: 10px 0 0;
    color: #f40b0b
}

.yourChance {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #fff, #abbaab) repeat scroll 0 0;
    font-size: 18px;
    padding: 20px;
    margin-bottom: 15px;
    font-style: inherit
}

.button_page {
    margin: 0 auto;
    border: medium none;
    font: bold 16px Arial, Helvetica, sans-serif;
    max-width: 100%;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding: 11px;
    border-radius: 50px;
    box-shadow: 0 1px 0 #9e8d84 inset, 0 5px 0 0 #b25a08, 0 10px 5px #999;
    background-color: #f27909;
    text-transform: uppercase;
    text-align: center
}

.itemfirst .button_page {
    max-width: 100%
}

.button_page {
    cursor: pointer;
    transition: .6s;
    display: block
}

.button_page:hover {
    transform: scale(1.1)
}

.insite {
    display: inline-block;
    text-align: center;
    margin-top: 10px
}

@media screen and (max-width: 999px) {
    .content h1 {
        width: auto
    }

    .container {
        width: 95%
    }

    .text {
        width: auto;
        float: none;
        text-align: justify;
        padding: 0
    }

    .block2 {
        width: auto
    }

    .conteinerCenter {
        width: 550px;
        margin: 0 auto
    }

    .itemfirst {
        display: none
    }
}

@media screen and (max-width: 767px) {
    img.imgFl {
        float: none !important;
        margin: 0 auto 10px;
        display: block
    }

    .conteinerCenter {
        width: 100%
    }

    .button_page {
        width: 100% !important;
        font-size: 14px
    }
}

@media screen and (max-width: 479px) {
    .content h1 {
        width: auto;
        font-size: 22px
    }

    .text p {
        text-align: left
    }

    .block2 {
        text-align: left
    }

    .text3 {
        text-align: left
    }

    .comment {
        text-align: left
    }
}

@media screen and (max-width: 320px) {
    .button_page {
        font-size: 12px
    }
}

@media screen and (max-width: 768px) {
    .images-logo img {
        float: none
    }
}

@media screen and (max-width: 468px) {
    .images-logo img {
        float: none
    }
}

* {
    margin: 0;
    padding: 0
}


.order-form {
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important
}

.rulet_input {
    color: #000;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto !important;
    color: -internal-light-dark(black, #fff) !important;
    letter-spacing: normal !important;
    box-sizing: border-box;
    word-spacing: normal !important;
    text-transform: none !important;
    text-indent: 0 !important;
    text-shadow: none !important;
    display: inline-block !important;
    text-align: start !important;
    background-color: -internal-light-dark(#fff, #3b3b3b) !important;
    -webkit-rtl-ordering: logical !important;
    cursor: text !important;
    padding: 10px !important;
    display: block !important;
    margin: 0 auto 20px !important;
    height: 48px;
    padding: 10px !important;
    width: 280px !important;
    border: 2px solid gray !important;
    border-radius: 5px !important;
    font-size: 18px;
    max-width: 100%;
}

.data_label {
    line-height: 30px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000
}

.article__btn {
    cursor: pointer;
    border: none;
    display: block;
    max-width: 450px;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, .25);
    box-shadow: 0 5px 25px rgba(0, 0, 0, .25);
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #061335;
    border-radius: 50px;
    margin: 40px auto 0;
    padding: 13px 29px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.article__btn:hover {
    color: #000;
    background: #ff0
}

@media screen and (max-width: 330px) {
    .images-logo img {
        padding: 0
    }
}

.input-wrapper {
    position: relative;
    width: 100%;
}

.al-cost,
.al-cost-promo {
    white-space: nowrap;
}

.name-link {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}

form input.error {
    background-color: #ffc8c8 !important;
}

label.error {
    color: #ff0000;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    direction: ltr;
    text-align: center;
    margin: -15px auto 10px;
    padding: 0;
    width: 100%;
}
