/* styles */

body {
    min-width: 320px;
    background: #fff;
    font-family: 'AvenirNextCyr', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    cursor: default;
}

header, section, footer {
    margin: 0 auto;
    max-width: 1920px;
}

.wrapper {
    margin: 0 auto;
    padding: 0 10px;
    width: 960px;
    position: relative;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

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

b {
    font-weight: 700;
}

/* button */

.button {
    display: block;
    margin: 0 auto;
    width: 280px;
    height: 60px;
    border: none;
    border-radius: 4px;
    background: #9F2C99;
    -webkit-box-shadow: 0 4px 0 #761871;
    box-shadow: 0 4px 0 #761871;
    font-family: 'AvenirNextCyr', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 64px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.button:hover {
    background: #761871;
}

.button:active {
    -webkit-box-shadow: 0 3px 0 #761871;
    box-shadow: 0 3px 0 #761871;
    top: 1px;
}

/* titles */

h2 {
    margin: 0 0 40px;
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    text-transform: uppercase;
    text-align: center;
}

.results_section {
    background-color: #fff;
}

/* offer */

.offer_section {
    height: 630px;
    background: #eee url("../img/desctop__offer_bg.jpg") center top no-repeat;
}

.offer_section .triggers_block {
    margin: 0;
    height: 30px;
    background: transparent;
    position: relative;
}


.offer_section .triggers_block ul {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: justify;
}

.offer_section .triggers_block ul:after {
    display: inline-block;
    content: '';
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.offer_section .triggers_block ul li {
    display: inline-block;
    vertical-align: middle;
    background: left center no-repeat;
    font-size: 16px;
    line-height: 70px;
    letter-spacing: normal;
    text-align: left;
}

.offer_section .triggers_block ul li:nth-child(1) {
    padding: 0 0 0 35px;
    background-image: url("../img/offer__trigger1_icon.html");
}

.offer_section .triggers_block ul li:nth-child(2) {
    padding: 0 0 0 41px;
    background-image: url("../img/offer__trigger2_icon.html");
}

.offer_section .triggers_block ul li:nth-child(3) {
    padding: 0 0 0 42px;
    background-image: url("../img/offer__trigger3_icon.html");
}

*

/
.title_block {
    margin: 0 0 30px;
    padding: 0 0 0 20px;
    border-left: 8px solid #51187f;
    text-transform: uppercase;
}

.offer_section .title_block {
    margin: 0 0 30px;
    padding: 0 0 0 20px;
    border-left: 8px solid #9F2C99;
    text-transform: uppercase;

}

.offer_section .main_title {
    font-weight: 700;
    font-size: 25px;
    line-height: 50px;
    color: #9F2C99;

}

.offer_section .subtitle {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.8px;
    font-weight: 600;
    color: black;
    width: 500px;
}

.offer_section .discount {
    padding: 23px 0 0;
    width: 130px;
    height: 130px;
    /*	background: url("../img/discount_bg.png") center no-repeat;*/
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 380px;
    left: 359px;
}

.offer_section .discount span {
    display: block;
    font-size: 34px;
    line-height: 34px;
}

.offer_section .content_block ul {
    margin: 0 0 30px;
    width: 330px;
}

.offer_section .content_block ul li {
    margin: 0 0 15px;
    padding: 0 0 0 34px;
    background: url("../img/check.svg") left top no-repeat;
    font-size: 17px;
    font-weight: 600;
    color: black;

}

.offer_section .content_block ul li:last-child {
    margin: 0;
}

.offer_section .price_block {
    margin: 0 0 25px;
    width: 280px;
}

.offer_section .price_block .price_item {
    float: left;
    width: 50%;
    text-align: center;
}

.offer_section .price_block .text {
    margin: 0 0 5px;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;

    font-weight: 600;

}

.offer_section .price_block .value {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
}

.offer_section .price_block .price_item.old .value {
    text-decoration: line-through;
}

.offer_section .price_block .price_item.new .value {
    color: #9F2C99;
}

.offer_section .button {
    margin: 0;
}

.offer_section .deadline_text {
    margin: 15px 0 0;
    width: 280px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.offer_section .deadline_text:before {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 8px 0 0;
    content: '';
    width: 20px;
    height: 20px;
    background: url("../img/circle.svg") center no-repeat;
}

/* use */

.use_section {
    padding: 40px 0 44px;
    background: #f7f7f7;
}

.use_section .use_list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
}

.use_section .use_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 40px 0;
    width: 201px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
}

.use_section .use_item:nth-child(3n) {
    margin: 0 0 40px;
}

.use_section .use_item img {
    display: block;
    margin: 0 auto 15px;
    width: 150px;
    border: 4px solid #f1f1f1;
    border-radius: 50%;
}

.use_section .use_item h4 {
    margin: 0 0 5px;
    font-weight: 700;
    text-transform: uppercase;
}

/* video */

.video_section {
    padding: 40px 0;
    background: rgb(221, 229, 228);
    background: linear-gradient(90deg, rgba(221, 229, 228, 1) 0%, rgba(247, 252, 252, 1) 50%, rgba(221, 229, 228, 1) 100%);
    color: #fff;
}

.video_section .video_wrapper {
    margin: 0 auto;
    padding: 30px;
    width: 705px;
    background: #fff;
}

.video_section .video_block {
    width: 637px;
    height: 300px;
    background: #000;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.video_section .video_block iframe,
.video_section .video_block object,
.video_section .video_block embed {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* results */

.results_section {
    padding: 60px 0 20px;
}

.results_section h2 {
    margin: 0 0 15px;
}

.results_section p.description {
    margin: 0 0 40px;
    text-align: center;
}

.results_section .images_block img {
    display: block;
    float: left;
    margin: 0 20px 20px 0;
    width: 460px;
}

.results_section .images_block img:nth-child(even) {
    margin: 0 0 20px;
}

/* benefits */

.benefits_section {
    padding: 40px 0;
    background: url("../img/122.jpg");

}

#otpusk {
    padding: 40px 0;
    background: #2f6dc6 url("../img/3.jpg");
}

.benefits_section .benefits_list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
}

.benefits_section .benefit_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
    width: 220px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
}

.benefits_section .benefit_item:last-child {
    margin: 0;
}

.block-img {
    width: 100%;
    height: 100%;
    border-radius: 9px;
}

.benefits_section .benefit_item .icon_block {
    margin: 20px auto 20px;
    width: 220px;
    font-size: 0;
    line-height: 120px;
    border: 2px solid #9F2C99;
    letter-spacing: -1px;
    border-radius: 11px;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.benefits_section .benefit_item .icon_block:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.benefits_section .benefit_item img {
    display: inline-block;
    vertical-align: middle;
}

.benefits_section .benefit_item h4 {
    margin: 0 0 5px;
    font-weight: 700;
}

/* use steps */

.use_steps_section {
    padding: 40px 0 10px;
}

.use_steps_section img {
    display: block;
    float: left;
}

.use_steps_section ul {
    float: left;
    margin: 20px 0 20px 30px;
    width: 540px;
}

.use_steps_section ul li {
    margin: 0 0 10px;
    padding: 0 0 0 51px;
    position: relative;
}

.use_steps_section ul li:last-child {
    margin: 0;
}

.use_steps_section ul li span {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #3170cc;
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -6px;
    left: 0;
}

/* reviews */

.reviews_section {
    padding: 40px 0;
    background: rgb(250, 212, 220);
    background: linear-gradient(90deg, rgba(250, 212, 220, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(250, 212, 220, 1) 100%);
}

.reviews_section h2 {
    margin: 0 0 15px;
    color: #fff;
}

.reviews_section p.description {
    margin: 0 auto 40px;
    max-width: 600px;
    color: #fff;
    text-align: center;
}

.reviews_section .review_item {
    padding: 20px 20px 15px;
    background: #fff;
    text-align: center;
}

.reviews_section .review_item img {
    margin: 0 0 15px;
}

.reviews_section .review_item .author_name {
    margin: 0 0 15px;
    padding: 0 0 20px;
    background: url("../img/reviews__stars.png") center bottom no-repeat;
    font-weight: 700;
}

/* order steps */

.order_steps_section {
    padding: 40px 0;
}

.order_steps_section .steps_list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
}

.order_steps_section .step_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
    width: 200px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
}

.order_steps_section .step_item:last-child {
    margin: 0;
}

.order_steps_section .step_item .image_block {
    margin: 0 0 4px;
    border: 1px solid #51187f;
    position: relative;
}

.order_steps_section .step_item img {
    display: block;
}

.order_steps_section .step_item .number {
    width: 48px;
    height: 48px;
    background: #9F2C99;
    font-weight: 700;
    font-size: 24px;
    line-height: 48px;
    color: #fff;
    position: absolute;
    top: -1px;
    left: -1px;
}

.order_steps_section .step_item p {
    padding: 10px 0;
    background: #f1f1f1;
}

/* order */

.order_section .top_title_block {
    padding: 18px 0 16px;
    background: #9F2C99;
}

.order_section .top_title_block h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.order_section .top_title_block h3 span {
    color: #000000;
}

.order_section .content_block {
    padding: 25px 0 0;
    height: 700px;
    background: #eee url("../img/desctop__offer_bg.jpg") center top no-repeat;
}

.order_section .title_block {
    margin: 0 0 25px;
    padding: 0 0 0 20px;
    border-left: 8px solid #3170cc;
    text-transform: uppercase;
    color: #9A363A;
    border-left: 8px solid #9F2C99;

}

.order_section .main_title {
    font-weight: 700;
    font-size: 25px;
    line-height: 40px;
    color: #9F2C99;

}

.order_section .subtitle {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.8px;
    font-weight: 600;
    color: black;
    width: 500px;

}

.order_section .discount {
    padding: 23px 0 0;
    width: 132px;
    height: 132px;
    /*	background: url("../img/discount_bg.png") center no-repeat;*/
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 412px;
    left: 428px;
}

.order_section .discount span {
    display: block;
    font-size: 34px;
    line-height: 34px;
}

.order_section .form_block {
    padding: 2px;
    width: 320px;
    background: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.order_section .timer_block {
    margin: 0 auto;
    padding: 9px 10px 0 88px;
    width: 280px;
    height: 78px;
    border: 1px solid #cfd0d1;
    text-align: center;
    position: relative;
}

.order_section .timer_block:before {
    display: block;
    content: '';
    width: 78px;
    height: 78px;
    background: #9F2C99 url("../img/order__clock_icon.png") center no-repeat;
    position: absolute;
    top: -1px;
    left: -1px;
}

.order_section .timer_block p {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}

.order_section .timer_block .timer_item {
    float: left;
    width: 33.333333%;
}

.order_section .timer_block .count {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #9F2C99;
    position: relative;
}

.order_section .timer_block .count:before {
    display: block;
    content: ':';
    width: 10px;
    position: absolute;
    top: -3px;
    right: -5px;
}

.order_section .timer_block .timer_item:last-child .count:before {
    display: none;
}

.order_section .timer_block .text {
    margin-top: -2px;
    font-size: 12px;
    line-height: 12px;
}

.order_section .price_block {
    margin: 19px auto 16px;
    width: 280px;
}

.order_section .price_block .price_item {
    float: left;
    width: 50%;
    text-align: center;
}

.order_section .price_block .text {
    margin: 0 0 5px;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;

    font-weight: 600;
}

.order_section .price_block .value {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
}

.order_section .price_block .price_item.old .value {
    text-decoration: line-through;
}

.order_section .price_block .price_item.new .value {
    color: #9F2C99;
}

.order_section .field,
.order_section select {
    display: block;
    margin: 16px auto 15px;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 4px;
    background: #f3f4f6;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    font-family: 'AvenirNextCyr', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.order_section .field::-webkit-input-placeholder {
    opacity: 1;
    color: #333;
}

.order_section .field:-moz-placeholder {
    opacity: 1;
    color: #333;
}

.order_section .field::-moz-placeholder {
    opacity: 1;
    color: #333;
}

.order_section .field:-ms-input-placeholder {
    opacity: 1;
    color: #333;
}

.order_section .field:focus::-webkit-input-placeholder {
    opacity: 0;
}

.order_section .field:focus:-moz-placeholder {
    opacity: 0;
}

.order_section .field:focus::-moz-placeholder {
    opacity: 0;
}

.order_section .field:focus:-ms-input-placeholder {
    opacity: 0;
}

.order_section .button {
    margin: 0 auto;
}

.order_section .deadline_text {
    margin-top: 10px;
    width: 280px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.order_section .deadline_text:before {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 8px 0 0;
    content: '';
    width: 20px;
    height: 20px;
    background: url("../img/circle.svg") center no-repeat;
}

/* footer */

.footer_section {
    padding: 25px 0;
    font-size: 14px;
    text-align: center;
    background-color: #2d2d2d;
}

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

.footer_section a {
    color: #222;
}

.footer_section a:hover {
    text-decoration: none;
}

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

    /* styles */
    .wrapper {
        width: 640px;
    }

    /* titles */
    h2 {
        font-size: 30px;
        line-height: 38px;
    }

    /* offer */
    .offer_section {
        background-image: url("../img/desctop__offer_bg.jpg");
    }

    .offer_section .subtitle {
        width: 50%;
    }

    .order_section .subtitle {
        width: 50%;
    }

    .offer_section .triggers_block {
        padding: 13px 0 0;
    }

    .offer_section .triggers_block ul li {
        line-height: 22px;
    }

    .offer_section .triggers_block ul li:nth-child(1) {
        width: 220px;
    }

    .offer_section .triggers_block ul li:nth-child(2) {
        width: 160px;
    }

    .offer_section .triggers_block ul li:nth-child(3) {
        width: 150px;
    }

    /* use */
    .use_section .use_item:nth-child(3n) {
        margin: 0 20px 40px 0;
    }

    .use_section .use_item:nth-child(2n) {
        margin: 0 0 40px;
    }

    /* video */
    .video_section .video_wrapper {
        width: 100%;
    }

    .video_section .video_block {
        width: 300px;
        height: 315px;
    }

    /* results */
    .results_section .images_block img {
        width: 300px;
    }

    /* benefits */
    .benefits_section {
        padding: 40px 0 40px;
    }

    .benefits_section .benefit_item {
        margin: 0 40px 40px;
    }

    .benefits_section .benefit_item:last-child {
        margin: 0 40px 40px;
    }

    /* use steps */
    .use_steps_section {
        padding: 40px 0 46px;
    }

    .use_steps_section img {
        float: none;
        margin: 0 auto 10px;
    }

    .use_steps_section ul {
        float: none;
        margin: 0 auto;
        width: 500px;
    }

    /* reviews */
    .reviews_section .owl-prev,
    .reviews_section .owl-next {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #9F2C99 url("../img/slider__arrows.png") no-repeat;
        position: absolute;
        top: 100px;
    }

    .reviews_section .owl-prev {
        background-position: left center;
        left: 10px;
    }

    .reviews_section .owl-next {
        background-position: right center;
        right: 10px;
    }

    /* order steps */
    .order_steps_section {
        padding: 40px 0 10px;
    }

    .order_steps_section .step_item {
        margin: 0 40px 30px;
    }

    .order_steps_section .step_item:last-child {
        margin: 0 40px 30px;
    }

    /* order */
    .order_section .top_title_block h3 {
        letter-spacing: normal;
    }

    .order_section .content_block {
        background-image: url("../img/desctop__offer_bg.jpg");
    }

    .order_section .discount {
        top: 442px;
        left: 343px;
    }

}

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

    /* styles */
    .wrapper {
        width: 320px;
    }

    /* titles */
    h2 {
        margin: 0 0 30px;
        font-size: 20px;
        line-height: 28px;
    }

    /* offer */
    .offer_section {
        padding: 20px 0 25px;
        height: auto;
        background-image: url("../img/mobile__offer_bg.jpg");
    }

    .offer_section .subtitle {
        width: 100%;
    }

    .order_section .subtitle {
        width: 100%;
    }

    .offer_section .triggers_block {
        display: none;
    }

    .offer_section .title_block {
        margin: 0 0 360px;
        padding: 0;
        border: none;
        text-align: center;
    }

    .offer_section .main_title {
        margin: 10px 0 10px;
        font-size: 23px;
        line-height: 26px;
    }

    .offer_section .subtitle {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: normal;
    }

    .offer_section .discount {
        top: 260px;
        left: 10px;
    }

    .offer_section .content_block ul {
        padding: 0 10px;
        width: 100%;
    }

    .offer_section .price_block {
        margin: 0 auto 25px;
    }

    .offer_section .button {
        margin: 0 auto;
    }

    .offer_section .deadline_text {
        margin: 15px auto 0;
    }

    /* use */
    .use_section {
        padding: 30px 0 34px;
    }

    .use_section .use_item,
    .use_section .use_item:nth-child(3n),
    .use_section .use_item:nth-child(2n) {
        margin: 0 0 30px;
    }

    /* video */
    .video_section {
        padding: 30px 0;
    }

    .video_section .video_wrapper {
        padding: 10px;
    }

    .video_section .video_block {
        width: 280px;
        height: 158px;
    }

    /* results */
    .results_section {
        padding: 30px 0 10px;
    }

    .results_section p.description {
        margin: 0 0 30px;
    }

    .results_section .images_block img {
        float: none;
        margin: 0 0 20px;
    }

    /* benefits */
    .benefits_section {
        padding: 30px 0 30px;
    }

    .benefits_section .benefit_item {
        margin: 0 0 30px;
        width: 100%;
    }

    .benefits_section .benefit_item:last-child {
        margin: 0 0 30px;
    }

    /* use steps */
    .use_steps_section {
        padding: 30px 0 36px;
    }

    .use_steps_section ul {
        width: 100%;
    }

    /* reviews */
    .reviews_section {
        padding: 30px 0;
    }

    .reviews_section p.description {
        margin: 0 auto 30px;
    }

    /* order steps */
    .order_steps_section {
        padding: 30px 0 0;
    }

    .order_steps_section .step_item {
        margin: 0 0 30px;
    }

    .order_steps_section .step_item:last-child {
        margin: 0 0 30px;
    }

    /* order */
    .order_section .top_title_block h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .order_section .top_title_block h3 span {
        display: block;
    }

    .order_section .content_block {
        padding: 38px 0 25px;
        height: auto;
        background-image: url("../img/mobile__offer_bg.jpg");
    }

    .order_section .title_block {
        margin: 0 0 360px;
        padding: 0;
        border: none;
        text-align: center;
    }

    .order_section .main_title {
        margin: 0 0 10px;
        font-size: 23px;
        line-height: 26px;
    }

    .order_section .subtitle {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: normal;
        font-weight: 600;
    }

    .order_section .discount {
        top: 260px;
        left: 10px;
    }

    .order_section .form_block {
        margin: 0 0 0 -10px;
    }

}

.number-border {

    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #0097ce;
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    position: absolute;

}

.top-info {
    width: 100%;
}

.left-2 {

    float: left;
}

.right-2 {
    width: 100%;
    /*float: right;*/
    font-weight: 600;
}

.comp {
    display: block;
}

.comp-left {

    float: left;
}

.comp-right {

    float: right;
}

@media (max-width: 960px) {
    .comp-left {
        width: 100%;
    }

    .comp-right {
        width: 100%;
    }

}

.box__body-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;


}

.box__body-text {
    margin-top: 15px;
    letter-spacing: .3px;
    font-size: 18px;
    font-family: "segoeuisemilight";
    line-height: 1.5;

}


#osob {
    background-color: white;
}

.box-osob {
    width: 975px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box-osob-2 {
    width: 975px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.left-img {
    float: left;
    width: 50%;
}

.right-img {
    float: right;
    width: 50%;
}

.left-text {
    float: left;
    width: 50%;
    padding-top: 70px;
}

.right-text {
    float: right;
    width: 50%;
    padding-top: 70px;
}

.img-toptop {
    width: 50%;
}

.img-my-top {
    width: 100%;
    height: 100%;
}

.main-text {
    margin: 55px 20px 20px 20px;
}

@media (max-width: 1000px) {
    #os {
        width: 300px;
        margin: 0 auto;
    }

    .box-osob {
        width: 480px;
        margin: 0 auto;
    }

    .box-osob-2 {
        width: 400px;
        margin: 0 auto;
    }

    .img-toptop {
        width: 100%;
    }

    .flex-left {
        order: -1;
    }

    .box__body-text {
        font-size: 20px;
    }

    .box__body-title {
        font-weight: 600;
    }
}

@media (max-width: 500px) {
    .box-osob {
        width: 300px;
        margin: 0 auto;
    }

    .box-osob-2 {
        width: 300px;
        margin: 0 auto;
    }

    .ki {
        display: none;
    }
}


@media screen and (max-width: 999px) {
    .wrapper {
        width: 660px;
    }
}

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

    .wrapper {
        width: 320px;
    }

}

@media (max-width: 1000px) {
    .menu-hid {
        display: none;

    }
}

@media (min-width: 1001px) {
    .menu-hid {
        display: block;

    }
}

.b-video-title {
    margin-bottom: 35px;
    font-weight: 300;
    font-size: 35px;
    text-align: center;
    padding-top: 17px;
    line-height: 1.3;
    letter-spacing: 1px;
}

.country_select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
}

.copyright {
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
    color: #6C6E6F;
}

.copyright p {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.copyright br {
    display: none;
}

.copyright img {
    margin: 10px auto !important;
    max-width: 100%;
}

.copyright a {
    color: #6C6E6F;
    text-decoration: none;
}

.copyright a:hover {
    color: #FF0069;
    text-decoration: none;
}

.errField {
    display: none;
    font-size: 14px;
    background: #f00;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

.errorMessage {
    font-size: 15px;
    background: rgba(255, 0, 0, 0.64);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    position: absolute;
    margin: 10px 0 0;
    z-index: 999;
}

/* Стили блоков */
.wrp {
    width: 1000px;
    margin: 0 auto;
}

.header {
    text-align: center;
    border: 1px dashed #ddd;
    padding: 50px 0;
    margin: 20px 0;
    font-size: 18px;
}

.block {
    text-align: center;
    border: 1px dashed #ddd;
    padding: 100px 0;
    margin-bottom: 20px;
    font-size: 18px;
    background: #eeeeee;
}

/* Фиксированное меню */
.header-menu-wrp {
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: #9F2C99;
    color: white;
}

.header-menu-wrp.cloned {
    position: fixed;
    top: 0;
    margin-top: 0;
    z-index: 9999;
    display: none;
}

/* Растягивание меню на всю ширину */
.header-menu {
    width: 100%;
    display: table;
    border-left: 1px solid #fff;
}

.header-menu ul {
    display: table-row;
}

.header-menu li {
    display: table-cell;
    float: none;
    border-right: 1px solid #fff;
}

.header-menu li.active {
    background: #761871;
}

.header-menu li a {
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

@media (min-width: 640px) and (max-width: 659px) {
    .order_section .discount {
        display: none;
    }

    .offer_section .triggers_block {
        display: none;
    }

    .use_steps_section ul {
        width: 300px;
    }

    .order_section .main_title {
        font-size: 16px;
        line-height: 32px;
    }

    .offer_section .main_title {
        font-size: 16px;
        line-height: 32px;
    }

    .order_section .subtitle {
        font-size: 20px;
        line-height: 23px;
    }
}

.form-control {
    display: block;
    margin: 16px auto 15px;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 4px;
    background: #f3f4f6;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    font-family: 'AvenirNextCyr', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    text-align: center;
}
