html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /* обнуляем отступы и убираем бордюры */
    vertical-align: baseline;
    /* приводим все к одной базовой линии */
    background: transparent;
    /* чтобы не проскакивали левые фоны, установленные по умолчанию */
    font-size: 100%;
    /* размер шрифта всем одинаковый */
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a {
    /* ссылка не в общем списке чтобы не сбрасывать outline по умолчанию */
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

table {
    /* устраняем отступы между ячейками таблицы */
    border-collapse: collapse;
    border-spacing: 0;
}

input,
select,
button,
textarea {
    margin: 0;
    /* убираем отступы по умолчанию для элементов форм (в частности для checkbox и radio) */
    font-size: 100%;
    /* делаем размер шрифтов везде одинаковым */
}

input[type="radio"] {
    vertical-align: middle;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}


/* --------------- /reset.css --------------- */


/* --------------- базовые настройки ---------*/

body {
    line-height: 1;
}

input,
select,
button,
textarea {
    font-family: 'PT Sans', Arial, sans-serif/* чтобы шрифт был такой же как и везде */
}

label,
input[type="button"],
input[type="submit"],
button {
    cursor: pointer;
    /* курсор в виде руки для всех кликабельных элементов форм */
}

img {
    border: none;
}


/* --------------- /базовые настройки ---------*/
body {
    margin: 0 auto;
    display: block;
}

header {
    width: 100%;
    background: #454343;
}

.content {
    width: 980px;
    height: auto;
    margin: 0 auto;
}

.logo {
    float: left;
    margin-top: 19px;
    margin-bottom: 19px;
    height: 42px;
    padding-right: 90px;
}

.reclama {
    width: auto;
    float: left;
}

ul.soft_touch {
    margin-top: 15px;
    padding-left: 0;
    /* list-style: none; */
}

.call {
    width: 288px;
    float: right;
    margin-top: 19px;
    margin-bottom: 19px;
    border: 2px solid #edb72b;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    text-decoration: none;
}

.call_me {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 20.32px;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

.clear {
    clear: both;
}

ul.soft_touch li {
    color: #edb72b;
    display: inline-block;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 300;
    padding: 10px 40px 10px 45px
}

li.reklama_1 {
    background: url('../img/Head_list_1.png') no-repeat 0px center;
    padding-left: 45px;
}

li.reklama_2 {
    background: url('../img/Head_list_2.png') no-repeat 0px center;
    padding-left: 45px;
}

.block_1 {
    width: 100%;
    margin: 0 auto;
    background: url('../img/bg_head.jpg') no-repeat center;
    padding-top: 22px;
    padding-bottom: 22px;
}

.bl1_title {
    max-width: 710px;
    width: 100%;
    margin: 0 auto;
    font-size: 45.72px;
    font-family: 'Roboto';
    font-weight: 700;
    text-align: center;
    color: #fff;
    line-height: 1.2;
}

sup.head {
    font-size: 20px;
    vertical-align: text-top;
}

.bl1_title_after {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 25.4px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    margin: 5px 0 18px;
}

.head_form_1 {
    width: 315px;
    float: left;
}

.head_form_2 {
    float: right;
    padding-right: 29px;
    display: block;
    position: relative;
}

.head_form {
    padding-left: 40px;
}

ul.h_f_ul li {
    height: 82px;
    padding-left: 90px;
    font-size: 15.24px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 13px;
    padding: 14px 0 14px 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

li.h_f_li_1 {
    background: url('../img/i_time.png') no-repeat 0px center;
}

li.h_f_li_2 {
    background: url('../img/i_heart.png') no-repeat 0px center;
}

li.h_f_li_3 {
    background: url('../img/i_include.png') no-repeat 0px center;
}

.paced_form {
    display: inline-block;
    margin-top: -17px;
    margin-left: -48px;
    position: relative;
}
.paced_form .sale {
    background: url(../img/sale.png) no-repeat;
    background-size: cover;
    width: 118px;
    height: 139px;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
}
.paced_form .sale span {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    margin-top: -16px;
    text-transform: capitalize;
}
.paced_form .sale b {
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
}

.head_form_1 {
    width: 315px;
    float: left;
    margin-top: 45px;
}

.form_content_head {
    max-width: 305px;
    width: 100%;
    height: auto;
    border: 3px solid #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #f9fcfa;
    padding-bottom: 20px;
    position: relative;
    margin: 0 auto;
}

.form_title {
    height: 76px;
    background: #b58dc1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

.left_t_f {
    width: 157px;
    color: #fff;
    font-size: 15.24px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 1.2;
}

.right_t_f {
    font-size: 33px;
    font-family: 'Roboto';
    font-weight: 400;
    width: 67px;
    height: 67px;
    border-radius: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.price {
    font-size: 15.24px;
}
.price_1 {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 15.24px;
    color: #000;
    display: inline-block;
}

.price_2 {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 15.24px;
    color: #db0000;
    display: inline-block;
}

ul.price {
    padding:0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
}

ul.price li {
    max-width: 125px;
    width: 100%;
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.bold_s_28 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 27px;
}

.form_price {
    margin-top: 12px;
    position: relative;
}

label,
input[type="button"],
input[type="submit"],
button {
    cursor: pointer;
}

.input_name {
    display: block;
    color: #454242;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 15.24px;
    margin: 5px 0 5px 2px;
}

.form_container {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.icon_user {
    background: url("../img/name.png") 0 0 no-repeat;
    height: 14px;
    width: 15px;
}
.other-form .icon_user {
    bottom: 11px;
}
.input__inner {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #c1c0c0;
    outline: none;
    padding: 5px 0 5px 37px;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.icon_phone {
    background: url("../img/phone.png") 0 0 no-repeat;
    height: 16px;
    width: 16px;
}
.other-form .icon_phone {
    bottom: 9px;
}
.icon {
    position: absolute;
    bottom: 8px;
    left: 11px;
}

.form_top {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
}

.form_btn {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 28px;
    color: #fff;
    text-align: center;
    background: #db0000;
    border: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
    padding-bottom: 7px;
    padding-top: 7px;
}

.sec_data_base {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}

ul.sec_data_base li {
    background: url('../img/sec.png') no-repeat right center;
    padding-top: 15px;
    padding-bottom: 8px;
    padding-right: 40px;
}

img.control {
    position: absolute;
    right: 9px;
    bottom: -33px;
}

.block_2 {
    width: 100%;
    margin: 0 auto;
    background: #eee;
    height: auto;
    padding-top: 50px;
}

.bl_2_title {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 27.56px;
    line-height: 1.2;
    padding-left: 46px;
    max-width: 570px;
    width: 100%;
}

.bl2_content1 {
    width: 165px;
    float: left;
    padding-left: 40px;
    margin-top: 24px;
}

ul.bl2_content2 li {
    line-height: 1.2;
    font-size: 15.24px;
    color: #000;
    font-family: 'Roboto';
    font-weight: 300;
    background: url('../img/atantion.png')no-repeat 0px center;
    min-height: 38px;
    padding-left: 54px;
    margin-bottom: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

ul.bl2_content1 li {
    line-height: 1.2;
    font-size: 15.24px;
    color: #000;
    font-family: 'Roboto';
    font-weight: 300;
    background: url('../img/atantion.png')no-repeat 0px center;
    min-height: 38px;
    padding-left: 54px;
    margin-bottom: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.bl2_content2 {
    width: 165px;
    float: left;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 1.2;
    font-size: 15.24px;
    color: #000;
    margin-top: 24px;
    margin-left: 90px;
}

.content_bl2 {
    width: 503px;
}

.title_after_ul_bl2 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 25.4px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px;
}

.after_ul_bl2 {
    width: 475px;
}

.you_mast_know {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20.32px;
    text-align: center;
    border: 8px solid #edb72b;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    line-height: 1.2;
    width: 381px;
    padding-top: 9px;
    padding-bottom: 9px;
    margin: 0 auto;
}

.bl2_content {
    width: 100%;
    position: relative;
    display: block;
    padding-bottom: 66px;
}

img.men {
    position: absolute;
    bottom: 0;
    right: 0;
}

.block_3 {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    height: auto;
    padding-top: 76px;
    padding-bottom: 70px;
}

.bl3_title {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 35.56px;
    line-height: 1.2;
    text-align: center;
}

img.wiki {
    margin: 0 auto;
    display: block;
    margin-top: 35px;
}

.wiki_after_title {
    font-size: 20.32px;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 1.2;
    font-style: italic;
    text-align: center;
    margin-top: 25px;
    padding-left: 66px;
    padding-right: 66px;
}

.wiki_after_content {
    font-size: 20.32px;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 1.2;
    margin-top: 50px;
    padding-left: 66px;
    padding-right: 66px;
}

.you_mast_know1 {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20.32px;
    text-align: center;
    border: 8px solid #edb72b;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    line-height: 1.2;
    padding-top: 15px;
    padding-bottom: 20px;
    margin: 0 auto;
    margin-left: 66px;
    margin-right: 66px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 35px;
}

.bl_4 {
    height: auto;
    background: url('../img/bg_bl4.png')no-repeat center 0px;
    background-size: cover;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
}

.bl4_title {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 35.56px;
    color: #fff;
    line-height: 1.5;
    padding-left: 45px
}

.bl4_content {
    font-size: 20.32px;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    margin-top: 12px;
    padding-bottom: 15px;
    padding-left: 45px
}

.block_05 {
    background: #f4ecf1;
    padding: 70px 0;
}

.block_05-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px
}
.dflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.causesBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around
}

.causesBox-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    text-align: center;
    padding: 0 30px;
    margin-bottom: 25px
}

.causesBox-icon {
    display: block;
    width: 121px;
    margin: 0 auto 20px
}

.causesBox-title {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 5px
}

.causesBox-text {
    font-size: 22px;
    font-weight: 300
}

.bl_5 {
    background: #f4ecf1;
    width: 100%;
    height: auto;
    padding-top: 70px;
}

.bl5_title {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 35.56px;
    line-height: 1.5;
    text-align: center;
}

.bl5_li {
    font-size: 20.32px;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 1.2;
    color: #000;
    display: inline-block;
    text-align: center;
    padding-top: 145px;
}

.li_bl5_1 {
    width: 250px;
    margin-right: 40px;
    float: left;
    background: url('../img/bl5_icon_1.png') no-repeat center 0px;
}

.li_bl5_2 {
    width: 280px;
    margin-left: 40px;
    float: left;
    background: url('../img/bl5_icon_2.png') no-repeat center 0px;
}

.li_bl5_3 {
    width: 295px;
    float: right;
    background: url('../img/bl5_icon_3.png') no-repeat center 0px;
}

.li_bl5_4 {
    width: 48%;
    float: left;
    background: url('../img/bl5_icon_4.png') no-repeat center 0px;
}

.li_bl5_5 {
    width: 48%;
    float: right;
    background: url('../img/bl5_icon_5.png') no-repeat center 0px;
}

.regular_ul {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 25.4px;
    line-height: 1.2;
}

.ul_bl5 {
    width: auto;
    margin: 0 auto;
    margin-top: 40px;
}

.ul_bl5_1 {
    padding-left: 130px;
    padding-right: 130px;
}

ul.ul_bl5_1 {
    margin-top: 15px;
    padding-bottom: 45px;
}

.bl_6 {
    height: auto;
    width: 100%;
    background: #fff;
    padding-top: 45px;
}

.title_bl_6 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 35.56px;
    line-height: 1.5;
    padding-left: 321px;
    padding-bottom: 28px;
}

.content_bl_6 {
    font-size: 20.32px;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 1.2;
    padding-left: 321px;
}

.doctor_bl_6 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20.32px;
    line-height: 1.2;
    padding-left: 321px;
    padding-top: 28px;
}

.bl6_content {
    display: block;
    position: relative;
}

img.doctor {
    position: absolute;
    bottom: 0;
    left: -87px;
}

.bl_6_txt {
    padding-bottom: 57px;
}

.bl_7 {
    width: 100%;
    height: auto;
    background: url('../img/bg_form.png') no-repeat center 0px;
    padding-top: 76px;
    padding-bottom: 57px;
}

.bl_7_content {
    width: 974px;
    border: 3px solid #fff;
    background: #f9fcfa;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.this_form_left {
    float: left;
    width: 353px;
}

.this_form_left .sale {
    background: url(../img/sale.png) no-repeat;
    background-size: cover;
    width: 118px;
    height: 139px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    margin: -61px auto 0;
}
.this_form_left .sale span {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    margin-top: -16px;
    text-transform: capitalize;
}
.this_form_left .sale b {
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
}

.form_title1 {
    width: 353px;
    height: 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
}

.left_t_f1 {
    width: 157px;
    color: #000;
    font-size: 15.24px;
    font-family: 'Roboto';
    font-weight: 400;
    margin-top: 0;
    line-height: 1.2;
    margin-right: 20px;
}

.head_form.form_content {
    padding-left: 5px;
}

ul.price.form_price {
    position: relative;
}

img.control_form {
    position: absolute;
    bottom: -79px;
    right: 7px;
}

.right_t_f1 {
    float: right;
    font-size: 33px;
    font-family: 'Roboto';
    font-weight: 400;
    width: 67px;
    height: 67px;
    border-radius: 100%;
    background: #ae8ac0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

ul.price.form_price li {
    padding-left: 20px;
}

ul.price.form_price {
    margin-top: 0;
}

li.price_1.pr_form1 {
    font-size: 20px;
}

li.price_2.pr_form1 {
    font-size: 20px;
}

span.bold_s_28.pr_form2 {
    font-size: 36px;
}

li.price_1.pr_form1 {
    padding-left: 0!important;
}

span.input_name.new_size_for_name {
    font-size: 17.2px;
}

.form_content_head.form_co_head_1 {
    width: 311px;
    height: auto;
    border: none;
}

input.input__inner.input__inner_1 {
    padding: 8px 0 8px 37px;
}

.icon1 {
    position: absolute;
    bottom: 4px;
    left: 11px;
}
.icon2 {
    position: absolute;
    bottom: 4px;
    left: 11px;
}
.form_btn1 {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 28px;
    color: #fff;
    text-align: center;
    background: #db0000;
    border: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
    padding-bottom: 13px;
    padding-top: 13px;
}

label.form_container.new_form_conteiner {
    margin-top: 18px;
}

.sec_data_base1 {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin-top: 5px;
}

img.fomr_paced {
    position: absolute;
    left: -59px;
    top: -50px;
}

.paced_fomr_pac {
    position: relative;
    width: 350px;
    float: left;
}

img.arrow_form {
    position: absolute;
    left: -59px;
    bottom: 30px;
}

.bl_8 {
    width: 100%;
    height: auto;
    background: #fff;
}

.bl8_title {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 35.56px;
    line-height: 1.2;
    text-align: center;
    padding-top: 49px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.bl_8_txt_content {
    font-size: 20.32px;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 1.2;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 16px;
    padding-bottom: 24px;
}

.bl8_txt {
    border: 3px solid #edb72b;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.div_bl8 {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 33px;
}

.bl_9 {
    width: 100%;
    height: auto;
    background: #fff;
}

.bl9_title {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 35.56px;
    line-height: 1.2;
    text-align: center;
    padding-top: 23px;
}

.bl9_left {
    float: left;
    width: 438px;
    height: 431px;
    background: url('../img/bg_left.png') no-repeat center 0px;
    padding-top: 22px;
    padding-left: 22px;
    padding-right: 22px;
}

.bl9_right {
    float: right;
    width: 438px;
    height: 431px;
    background: url('../img/bg_right.png') no-repeat center 0px;
    padding-top: 22px;
    padding-left: 22px;
    padding-right: 22px;
}

.title_fl_bl9 {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 38px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

img.people {
    margin: 0 auto;
    display: block;
    margin-top: 24px;
}

table {
    width: 420px;
    color: #fff;
    line-height: 1.5;
    position: relative;
}

.td_left {
    width: 360px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20.32px;
    padding-right: 10px;
}

.td_right {
    width: 60px;
    text-align: right;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20.32px;
}

.td_2 {
    padding-bottom: 12px;
    padding-top: 12px;
}

.td_3 {
    padding-bottom: 12px;
    padding-top: 12px;
}

.td_one {
    padding-bottom: 12px;
    padding-top: 12px;
}

table:after {
    content: "";
    width: 2px;
    height: 238px;
    display: block;
    background: transparent url('../img/line.png');
    position: absolute;
    right: 55px;
    top: 0;
}

img.people {
    margin: 0 auto;
    display: block;
    margin-top: 24px;
    padding-bottom: 40px;
}

.div_bl9 {
    margin-top: 31px;
}

.bl10_title {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 35.56px;
    line-height: 1.2;
    text-align: center;
    padding-top: 23px;
}

li.slide_wide {
    padding-left: 58px;
    padding-right: 58px;
    width: 864px!important;
}

.slider_commit_txt {
    font-size: 20.32px;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 1.5;
    padding-left: 180px;
}

li.bg_one {
    background: url('../img/otziv_1.png')no-repeat 0px center;
}

li.bg_two {
    background: url('../img/otziv_2.png')no-repeat 0px center;
}

li.bg_three {
    background: url('../img/otziv_3.png')no-repeat 0px center;
}

.sl_com_name {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20.32px;
    line-height: 1.5;
}

.x_price_previous {
    text-decoration: line-through;
}

ul.ul_bl11 li {
    width: 45%;
    display: inline-block;
    text-align: center;
    padding-top: 130px;
    font-size: 25.4px;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 1.2;
    margin: 0 20px 60px;
}

.bold {
    font-family: 'Roboto';
    font-weight: 400;
}

.li_bl11_1 {
    background: url('../img/time.png') no-repeat center 0px;
}

.li_bl11_2 {
    background: url('../img/pulse.png') no-repeat center 0px;
}

.li_bl11_3 {
    background: url('../img/gen.png') no-repeat center 0px;
}

.li_bl11_4 {
    background: url('../img/kletka.png') no-repeat center 0px;
}

.bl_11_title {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 35.56px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 58px;
}
.ul_bl11 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.bl12_frame {
    text-align: center;
    border: 8px solid #edb72b;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
}

.bl_12_frame_content {
    font-size: 20.32px;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 1.2;
    padding-left: 40px;
    text-align: left;
    padding-bottom: 63px;
    padding-right: 400px;
}

.bl_12_frame_title {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 35.56px;
    line-height: 1.2;
    text-align: left;
    padding-left: 40px;
    padding-top: 63px;
    padding-right: 400px;
}

img.women {
    position: absolute;
    bottom: -31px;
    right: 0;
    max-width: 300px;
}

.bl_12 {
    margin-top: 45px;
    padding-bottom: 23px;
    position: relative;
}

.bl_13_title {
    color: #db0000;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 35.56px;
    line-height: 1.2;
    text-align: center;
    margin-top: 19px;
}

.bl_13_txt {
    font-size: 20.32px;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 1.2;
}

.bl_13_txt1 {
    font-size: 20.32px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 1.2;
    margin-top: 14px;
}

.bl_13_content {
    padding-left: 45px;
    padding-right: 350px;
    margin-top: 24px;
    position: relative;
}

.js-message {
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 300;
    margin-top: 25px;
    display: block;
}

input.code__input.check_popup_code_input {
    width: 255px;
    height: 46px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #454343;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    outline: none;
}

button.code__btn.button-popup-first {
    /* height: 50px; */
    width: 229px;
    background: #db0000;
    border: none;
    padding-top: 12px;
    padding-bottom: 14px;
    font-size: 20.32px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 300;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: 25px;
    outline: none;
}

.code {
    margin-top: 58px;
}

.bl_13 {
    padding-bottom: 42px;
}

img.lupa {
    position: absolute;
    bottom: -45px;
    right: -42px;
}

.bl_14 {
    background: #ededed;
    height: auto;
    padding-bottom: 45px;
}

.bl14_title {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 35.56px;
    line-height: 1.2;
    text-align: center;
    padding-top: 68px;
}

.li14_name {
    font-size: 25.4px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 1.2;
    margin-top: 14px;
    text-align: center;
}

.li14_content {
    font-size: 20.32px;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
}

ul.ul_bl_14 li {
    padding-top: 226px;
    width: 33%;
    display: inline-block;
}

.li_14_1 {
    background: url('../img/work1.png') no-repeat center 0px;
}

.li_14_2 {
    background: url('../img/work2.png') no-repeat center 0px;
}

.li_14_3 {
    background: url('../img/work3.png') no-repeat center 0px;
}

ul.ul_bl_14 {
    margin-top: 50px;
}

.bl_15_title {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 38px;
    line-height: 1.2;
    text-align: center;
}

.bl_15 {
    width: 100%;
    background: #fff;
    height: auto;
    padding-bottom: 60px;
    padding-top: 55px;
}

img.map {
    margin: 0 auto;
    display: block;
    width: 1000px;
    margin-top: 15px;
}

.footer-logo--mob {
    display: none;
}

.footer-logo--mob2 {
    display: none;
}

.footer-logo {
    float: left;
    padding-right: 20px;
    padding-top: 10px;
}

.footer-logo img {
    width: 52px;
}

.footer_left {
    color: #424242;
    text-align: left;
    font-size: 15.24px;
    font-family: 'Roboto';
    font-weight: 300;
    float: left;
    line-height: 1.5;
    padding-top: 10px;
}

.footer_right {
    color: #424242;
    text-align: right;
    font-size: 15.24px;
    font-family: 'Roboto';
    font-weight: 300;
    float: right;
    width: 50%;
    line-height: 1.5;
    padding-top: 10px;
}

.bl_7.bl_16 {
    background: url('../img/footer.png') no-repeat center 0px;
    padding-bottom: 15px;
}

a.f_l_2:link {
    color: inherit;
    text-decoration: none;
}

a.f_l_2:visited {
    color: inherit;
    text-decoration: none;
}

.popup-first {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto!important;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-first {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    cursor: pointer;
}

.mod {
    position: absolute;
    z-index: 102;
    top: 15%;
    left: 0;
    right: 0;
    width: 1000px;
    margin: 0 auto;
}

.dis_mob {
    display: none;
}

img.pic_otziv {
    display: none;
}

.dis_none_dec {
    display: none;
}

.dis_bl_480 {
    display: none;
}

.bl_480 {
    display: none;
}

.dis_bl_480_not {
    display: none;
}

.d_b_48_0 {
    display: none;
}


.dsn_240 {
    display: none;
}

.dis_none_dec_240 {
    display: none;
}

.arial {
    font-family: arial;
}

.br_03 {
    display: none;
}

.add_04 {
    display: none;
}

.d_n_48_11 {
    display: none;
}

.sht {
    font-size: 17px;
    font-family: 'Roboto';
    font-weight: 400;
}


/*-------------------------for slider style----------------------------*/

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.bx__inner {
    max-width: 875px;
    margin: 0 auto;
}

.bx__img-container {
    display: inline-block;
    width: 165px;
}

.bx__content {
    max-width: 665px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 25px 0 25px 10px;
}

.bx__content-info {
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 1.5;
}

.bx__content-author {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 40px;
}

.bx-wrapper img {
    display: inline-block;
    vertical-align: middle;
}

.bx-viewport {
    border-radius: 10px;
}

.bx-wrapper .bx-pager {
    display: none;
}

.bx-wrapper {
    margin-top: 25px;
}

@media screen and (max-width: 1000px) {
    .bx__inner {
        max-width: 440px;
        margin-top: 100px;
        margin-bottom: 140px;
        -webkit-box-shadow: 0 0 5px #ccc;
        box-shadow: 0 0 5px #ccc;
        border-radius: 10px;
    }
    .bx__img-container {
        width: 100%;
        margin-top: -100px;
    }
    .bx__img-container img {
        display: block;
        margin: 0 auto;
    }
    .bx__content {
        text-align: center;
        margin: 25px auto;
        width: 375px;
        display: block;
        padding-bottom: 20px;
    }
    .bx-wrapper {
        width: 480px;
        margin-top: 25px;
    }
    .bx-wrapper .bx-viewport {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .bx-wrapper .bx-controls-direction a {
        top: 90%;
    }
    .bx-wrapper .bx-next {
        right: 35px;
    }
    .bx-wrapper .bx-prev {
        left: 35px;
    }
    .li_bl11_1 {
        float: left;
    }
    .js-message {
        text-align: center;
        width: 300px;
    }
}

@media screen and (max-width: 800px) {
    .js-message {
        width: 100%;
    }
}
@media screen and (max-width: 992px) {
    .causesBox-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 90%;
                flex: 0 0 90%;
    }
}

@media screen and (max-width: 480px) {
    .bx-wrapper {
        width: 240px;
        margin-bottom: 0;
    }
    .bx__inner {
        max-width: 215px;
        margin-bottom: 60px;
    }
    .bx-wrapper .bx-viewport {
        border: none;
        min-height: 1375px;
    }
    .bx__content {
        width: 200px;
    }
    .bx-wrapper .bx-next {
        right: 65px;
    }
    .bx-wrapper .bx-prev {
        left: 60px;
    }
}

select.country_select {
    width: 100%;
    height: 38px;
}
@media only screen and (max-width: 999px) {
    ul.ul_bl11 li {
        width: 35%;
    }
    .bl2_content1 {
        width: 170px;
    }
    .bl2_content2 {
        width: 170px;
    }
    .reclama {
        display: none;
    }
    .next_line_bl
    {
        display: none;
    }
    .content {
        width: 780px;
    }
    .block_1 {
        background-size: cover;
    }
    img.men {
        display: none;
    }
    p.bl_2_title {
        padding: 0;
        text-align: center;
    }
    .content_bl2 {
        width: 503px;
        margin: 0 auto;
    }
    .after_ul_bl2 {
        width: 503px;
        margin: 0 auto;
    }
    .head_form_2.new_999.dis_bl_480 {
        display: none;
    }
    .dis_mob {
        display: block;
    }
    .dis_dec {
        display: none;
    }
    .li_bl5_1 {
        width: 44%;
    }
    .li_bl5_2 {
        width: 44%;
        float: right;
    }
    .li_bl5_4 {
        width: 44%;
        float: right;
    }
    .li_bl5_3 {
        width: 44%;
        float: left;
    }
    .li_bl5_5 {
        width: 100%;
        float: none;
        background: url('../img/bl5_icon_5.png') no-repeat center 0px;
        text-align: center;
        margin: 0 auto;
    }
    p.title_bl_6 {
        padding-left: 0;
        text-align: center;
    }
    p.content_bl_6 {
        padding-left: 0;
        text-align: justify;
    }
    .bl_6_txt {
        padding-bottom: 430px;
    }
    img.doctor {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .paced_form {
        margin-top: -17px;
        margin-left: -48px;
        float: right;
    }
    .head_form_2.new_999 {
        float: none;
        margin-top: 15px;
        padding-right: 0px;
        display: block;
        position: relative;
        margin: 0 auto;
    }
    .bl_7 {
        background-size: cover;
        padding-top: 446px;
    }
    img.arrow_form {
        position: absolute;
        left: 50%;
        top: 240px;
        margin-left: -218px;
    }
    .head_form_2.new_999 .paced_form {
        position: absolute;
        top: -426px;
        right: 50%;
        -webkit-transform: translateX(50%);
                transform: translateX(50%);
        float: none;
        margin: 0;
    }

    .bl9_left {
        float: none;
        width: 438px;
        height: 431px;
        background: url('../img/bg_left.png') no-repeat center 0px;
        padding-top: 22px;
        padding-left: 22px;
        padding-right: 22px;
        display: block;
        margin: 0 auto;
    }
    .bl9_right {
        float: none;
        width: 438px;
        height: 431px;
        background: url('../img/bg_right.png') no-repeat center 0px;
        padding-top: 22px;
        padding-left: 22px;
        padding-right: 22px;
        display: block;
        margin: 0 auto;
    }
    .slider_commit_txt {
        background: url('../img/otziv_1.png')no-repeat 0px center;
        padding-right: 185px;
    }
    img.lupa {
        position: absolute;
        bottom: 127px;
        right: 11px;
        width: 300px;
    }
    button.code__btn.button-popup-first {
        /* height: 50px; */
        width: 229px;
        background: #db0000;
        border: none;
        padding-top: 12px;
        padding-bottom: 14px;
        font-size: 20.32px;
        color: #fff;
        font-family: 'Roboto';
        font-weight: 300;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        margin-left: 25px;
        outline: none;
        display: block;
        margin-top: 20px;
    }
    input.code__input.check_popup_code_input {
        width: 255px;
        height: 46px;
        padding-left: 10px;
        padding-right: 10px;
        border: 1px solid #454343;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        outline: none;
        display: block;
    }
    img.lupa {
        position: absolute;
        bottom: -35px;
        right: 11px;
        width: 300px
    }
    .bl_13_content {
        padding-left: 45px;
        padding-right: 45px;
        margin-top: 24px;
        position: relative;
    }
    ul.ul_bl_14 li {
        padding-top: 226px;
        width: 32%;
        display: inline-block;
    }
    .li14_content {
        font-size: 18.32px;
        font-family: 'Roboto';
        font-weight: 300;
        line-height: 1.2;
        text-align: center;
    }
    .li14_name {
        font-size: 24px;
        font-family: 'Roboto';
        font-weight: 400;
        line-height: 1.2;
        margin-top: 14px;
        text-align: center;
    }
    img.map {
        margin: 0 auto;
        display: block;
        width: 770px;
        margin-top: 15px;
    }
    .bl_7.bl_16 {
        background: url('../img/footer.png') no-repeat center 0px;
        padding-bottom: 15px;
        background-size: cover;
    }
    .block_2 {
        width: 100%;
        margin: 0 auto;
        background: url('../img/men_1.png') no-repeat 493px;
        height: auto;
        padding-top: 50px;
        background-color: #fff;
    }
    .footer-logo{display: none;}
    .footer-logo--mob{
        display: block;
        float: left;
        padding-right: 20px;
        padding-top: 10px;
    }
    .footer-logo--mob img{
        width:52px;
    }
}

@media only screen and (max-width: 799px) {
    .content {
        width: 620px;
    }
    .standert_samsung
    {
        display: none!important;
    }
    .paced_form {
        margin-top: -17px;
        margin-left: -48px;
        float: right;
        width: 300px;
    }
    .block_2 {
        width: 100%;
        margin: 0 auto;
        background: url('../img/men_1.png') no-repeat 381px;
        height: auto;
        padding-top: 50px;
        background-color: #fff;
    }
    .bl4_title {
        font-family: 'Roboto';
        font-weight: 700;
        font-size: 33.56px;
        color: #fff;
        line-height: 1.5;
        padding-left: 45px;
    }
    .li_bl5_1 {
        width: 44%;
        margin-right: 0;
    }
    .li_bl5_2 {
        width: 44%;
        margin-left: 0;
    }
    .bl5_li {
        font-size: 18.32px;
        font-family: 'Roboto';
        font-weight: 300;
        line-height: 1.2;
        color: #000;
        display: inline-block;
        text-align: center;
        padding-top: 145px;
    }
    li.bg_one {
        background: none;
    }
    li.bg_two {
        background: none;
    }
    li.bg_three {
        background: none;
    }
    .slider_commit_txt {
        padding-right: 0px;
        padding-left: 0;
        text-align: center;
    }
    img.pic_otziv {
        display: block;
    }
    li.slide_wide img {
        float: none;
        position: relative;
        z-index: 9999999999999;
        margin-top: -150px;
    }
    li.slide_wide img {
        float: none;
        position: relative;
        z-index: 9999999999999;
        margin: 0 auto;
        margin-top: -150px;
    }
    li.slide_wide {
        padding-left: 10px;
        padding-right: 10px;
        width: 608px!important;
    }

    .slider_commit_txt {
        -webkit-box-shadow: 0 0 5px #ccc;
        box-shadow: 0 0 5px #ccc;
        border: 5px solid #fff;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    li.slide_wide img {
        float: none;
        position: relative;
        z-index: 9999999999999;
        margin: 0 auto;
        margin-top: -98px;
    }
    .sl_com_name {
        font-family: 'Roboto';
        font-weight: 700;
        font-size: 20.32px;
        line-height: 1.5;
        padding-bottom: 25px;
    }
    .dis_none_dec {
        display: block;
    }
    .dis_n_m {
        display: none;
    }
    .bl_12_frame_title {
        font-family: 'Roboto';
        font-weight: 700;
        font-size: 35.56px;
        line-height: 1.2;
        text-align: left;
        padding-left: 40px;
        padding-top: 31px;
        padding-right: 335px;
    }
    img.women {
        position: absolute;
        bottom: -26px;
        right: -95px;
        width: 350px;
    }
    .bl_12_frame_content {
        font-size: 20.32px;
        font-family: 'Roboto';
        font-weight: 300;
        line-height: 1.2;
        padding-left: 40px;
        text-align: left;
        padding-bottom: 63px;
        padding-right: 335px;
    }
    .bl_13_txt {
        font-size: 20.32px;
        font-family: 'Roboto';
        font-weight: 300;
        line-height: 1.2;
        text-align: center;
    }
    .bl_13_txt1 {
        font-size: 20.32px;
        font-family: 'Roboto';
        font-weight: 400;
        line-height: 1.2;
        margin-top: 14px;
        text-align: center;
    }
    input.code__input.check_popup_code_input {
        display: block;
        margin: 0 auto;
    }
    button.code__btn.button-popup-first {
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }
    img.lupa {
        position: relative;
        bottom: -35px;
        right: 0;
        width: auto;
        margin: 0 auto;
    }
    ul.ul_bl_14 li {
        padding-top: 226px;
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .bl_15 {
        display: none;
    }
    img.women {
        position: absolute;
        bottom: -31;
        right: 0;
        width: 350px;
    }
    p.content_bl_6 {
        padding-left: 45px;
        padding-right: 45px;
        text-align: justify;
    }
    .doctor_bl_6 {
        font-family: 'Roboto';
        font-weight: 700;
        font-size: 20.32px;
        line-height: 1.2;
        padding-left: 250px;
        padding-top: 28px;
        text-align: right;
        padding-right: 45px;
    }
    .bl1_title {
        font-size: 35.72px;
        font-family: 'Roboto';
        font-weight: 700;
        text-align: center;
        color: #fff;
        line-height: 1.2;
    }
    .footer_right{display: none;}
    .footer_left{
        float: none;
        text-align: center;
    }
    .footer-logo--mob{
        float: none;
        text-align: center;
        padding: 15px 1px 5px;
    }
    .footer-logo--mob img {
        width: 60px;
    }
}

@media only screen and (max-width:639px) {
    .bl_12 {
        overflow: hidden;
    }
    .paced_form {
        margin-left: 49px;
        float: none;
        margin-bottom: 16px;
    }
    .head_form {
        padding-left: 0;
    }
    .head_form_2.new_999.dis_bl_480 {
        display: block;
    }
    img.logotype {
        width: 197px;
    }
    .sec_data_base {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    margin-top: 5px;
}
.logo {
    float: left;
    margin-top: 7px;
    margin-bottom: 7px;
    height: 27px;
    padding-right: 0;
}
     .standert_samsung
    {
        display: block!important;
    }
    .br_03
{
    display: block;
}
    .call_me {
        font-family: 'Roboto';
        font-weight: 300;
        font-size: 13.61px;
        color: #fff;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .call {
    width: 182px;
    float: right;
    margin-top: 6px;
    margin-bottom: 9px;
    border: 2px solid #edb72b;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    text-decoration: none;
}
    .content {
        width: 460px;
    }
    .call_me {
        font-family: 'Roboto';
        font-weight: 300;
        font-size: 13.61px;
        color: #fff;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 5px;
        padding-right: 5px;
    }
 .bl1_title {
    font-size: 34.03px;
    font-family: 'Roboto';
    font-weight: 700;
    text-align: center;
    color: #fff;
    line-height: 1;
}
    .bl1_title_after {
        font-family: 'Roboto';
        font-weight: 300;
        font-size: 23.33px;
        color: #fff;
        line-height: 1;
        text-align: center;
        margin-top: 4px;
    }
.form_title {
    width: 100%;
    height: 92px;
    background: #b58dc1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
    
.input__inner {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #c1c0c0;
    outline: none;
    padding: 9px 0 9px 37px;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
    .price_1 {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 17.2px;
    color: #000;
    display: inline-block;
}
  .price {
    font-size: 17.2px;
}  
    .add_03
    {
        display: none;
    } .add_04
    {
        display: block;
    }
    .bold_s_28 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 32px;
}
    .sec_data_base {
    margin-top: 10px;
}
    .block_1 {
    padding-bottom: 28px;
}
    .left_t_f {
    width: 157px;
    color: #fff;
    font-size: 15.24px;
    font-family: 'Roboto';
    font-weight: 400;
    float: left;
    line-height: 1.2;
}
    .right_t_f {
    float: right;
        font-size: 33px;
        font-family: 'Roboto';
        font-weight: 400;

        
}
img.control {
    position: absolute;
    width: 140px;
}
    ul.h_f_ul li {
        height: 58px;
        padding-left: 68px;
        font-size: 13.61px;
        color: #fff;
        font-family: 'Roboto';
        font-weight: 400;
        line-height: 1.2;
        margin-bottom: 13px;
        padding-top: 14px;
        background-size: 58px;
    }
    img.arrow_form {
    position: absolute;
    left: -59px;
    top: 288px;
}
    .head_form_1 {
        width: 272px;
        float: none;
        margin: 0 auto;
        margin-top: 10px;
        display: block;
    }
    .new_999.new_480 {
        display: none;
    }
    .dis_bl_480 {
        display: block;
    }
    .head_form_2.new_999.dis_bl_480 {
        margin-top: 186px;
    }
.block_2 {
    width: 100%;
    margin: 0 auto;
    background: url('../img/men_1.png') no-repeat 245px 106px;
    height: auto;
    padding-top: 50px;
    background-color: #fff;
    background-size: 97%;
}
    .bl2_content {
    width: 100%;
    position: relative;
    display: block;
    padding-bottom: 26px;
}
    .bl_2_title {
        font-family: 'Roboto';
        font-weight: 700;
        font-size: 35px;
        line-height: 1.2;
        padding-left: 46px;
        /* margin-top: -128px; */
    }
.block_3 {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    height: auto;
    padding-top: 0;
    padding-bottom: 35px;
}
    .bl3_title {
        font-family: 'Roboto';
        font-weight: 700;
        font-size: 29.17px;
        line-height: 1.2;
        text-align: center;
    }
    .wiki_after_title {
        font-size: 20.32px;
        font-family: 'Roboto';
        font-weight: 300;
        line-height: 1.2;
        font-style: italic;
        text-align: center;
        margin-top: 25px;
        padding-left: 0;
        padding-right: 0;
    }
    .wiki_after_content {
        font-size: 21.32px;
        font-family: 'Roboto';
        font-weight: 300;
        line-height: 1.2;
        margin-top: 50px;
        padding-left: 0;
        padding-right: 0;
    }
    .you_mast_know1 {
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 20.32px;
        text-align: center;
        border: 8px solid #edb72b;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        line-height: 1.2;
        padding-top: 15px;
        padding-bottom: 20px;
        margin: 0 auto;
        margin-left: 0;
        margin-right: 0;
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 35px;
    }
    .bl_4 {
        height: auto;
        background: url('../img/bg_bl4_480.png')no-repeat center 0px;
        width: 100%;
        background-size: cover;
        padding-top: 50px;
    }
    .bl4_title {
        font-family: 'Roboto';
        font-weight: 700;
        font-size: 29.32px;
        color: #fff;
        line-height: 1.2;
        padding-left: 50px;
        padding-right: 50px;
        text-align: center
    }
    .bl4_content {
        font-size: 21.39px;
        font-family: 'Roboto';
        font-weight: 300;
        line-height: 1.2;
        color: #fff;
        margin-top: 12px;
        padding-bottom: 46px;
        padding-left: 0;
        text-align: center;
    }
    .none_480 {
        display: none;
    }
    .bl_480 {
        display: block;
    }
    .bl_5 {
        background: #f4ecf1;
        width: 100%;
        height: auto;
        padding-top: 46px;
    }
    .bl5_title {
        font-family: 'Roboto';
        font-weight: 700;
        font-size: 35px;
        line-height: 1.2;
        text-align: center;
        padding-left: 17px;
        padding-right: 17px;
    }
    .bl5_li {
        font-size: 24px;
        font-family: 'Roboto';
        font-weight: 300;
        line-height: 1.2;
        color: #000;
        display: block;
        text-align: center;
        padding-top: 246px;
        background-size: 226px;
    }
    .li_bl5_2 {
        width: 100%;
        margin-left: 0;
    }
.li_bl5_1 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
}
    .li_bl5_3 {
        width: 100%;
        margin-left: 0;
        margin-bottom: 50px;
    }
    .li_bl5_4 {
        width: 100%;
        margin-left: 0;
    }
.bl_7 {
    background-size: cover;
    padding-top: 460px;
    padding-bottom: 28px;
}
    .li_bl5_5 {
        width: 100%;
        margin-left: 0;
    }
    .ul_bl5_1 {
        padding-left: 0;
        padding-right: 0;
    }
    .bl_6_txt {
        padding-bottom: 430px;
        -webkit-box-shadow: 0 0 94px rgba(0, 0, 0, 0.5);
                box-shadow: 0 0 94px rgba(0, 0, 0, 0.5);
    }
    .title_bl_6 {
        font-family: 'Roboto';
        font-weight: 700;
        font-size: 35px;
        line-height: 1.5;
        padding-left: 321px;
        padding-bottom: 0px;
    }
    .bl_6_txt {
        padding-bottom: 430px;
        -webkit-box-shadow: 0 0 94px rgba(0, 0, 0, 0.5);
                box-shadow: 0 0 94px rgba(0, 0, 0, 0.5);
        width: 412px;
        margin: 0 auto;
    }
   p.content_bl_6 {
    padding-left: 30px;
    padding-right: 30px;
    text-align: justify;
    font-size: 14px;
    line-height: 1.2;
}
    .doctor_bl_6 {
        font-family: 'Roboto';
        font-weight: 700;
        font-size: 17.5px;
        line-height: 1.2;
        padding-left: 0;
        padding-top: 28px;
        text-align: right;
        padding-right: 30px;
    }
    img.doctor {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 219px;
    }
    .doctor_bl_6 {
        font-family: 'Roboto';
        font-weight: 700;
        font-size: 17.5px;
        line-height: 1.2;
        padding-left: 95px;
        padding-top: 28px;
        text-align: right;
        padding-right: 30px;
    }
    .bl_6_txt {
        padding-bottom: 203px;
        -webkit-box-shadow: 0 0 94px rgba(0, 0, 0, 0.5);
                box-shadow: 0 0 94px rgba(0, 0, 0, 0.5);
        width: 412px;
        margin: 0 auto;
    }
    .bl6_content {
        display: block;
        position: relative;
        padding-bottom: 15px;
    }
    img.doctor {
        position: absolute;
        bottom: 15px;
        left: 26px;
        width: 219px;
    }
    .bl_6 {
        height: auto;
        width: 100%;
        background: #fff;
        padding-top: 18px;
    }
.head_form_2.new_999 {
    float: none;
    margin-top: 15px;
    padding-right: 0px;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: -20px;
}
.form_content_head {
    border: 3px solid #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #f9fcfa;
}
    .form_btn {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 28px;
    color: #fff;
    text-align: center;
    background: #db0000;
    border: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
    padding-bottom: 13px;
    padding-top: 13px;
}
    .regular_ul {
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 24px;
        line-height: 1.2;
    }
    .bl8_title {
        font-family: 'Roboto';
        font-weight: 700;
        font-size: 36px;
        line-height: 1.2;
        text-align: center;
        padding-top: 49px;
    }
    .sup_f_size {
        font-size: 20px;
    }
    .div_bl8 {
        padding-left: 6px;
        padding-right: 6px;
        margin-top: 33px;
    }
    .bl_8_txt_content {
        font-size: 19.44px;
        font-family: 'Roboto';
        font-weight: 300;
        line-height: 1.2;
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 16px;
        padding-bottom: 24px;
        text-align: center;
    }
    .dis_bl_480_not {
        display: block;
    }
    .bl9_left {
        float: none;
        width: 314px;
        height: 328px;
        background: url('../img/bg_left_1.png') no-repeat center 0px;
        padding-top: 19px;
        padding-left: 19px;
        padding-right: 19px;
        display: block;
        margin: 0 auto;
        /* background-size: contain; */
    }
    .td_left {
        width: 360px;
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 15.56px;
    }
    .td_left {
        width: 237px;
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 18px;
    }
    table {
        width: 352px;
        color: #fff;
        line-height: 1.5;
        position: relative;
    }
    able {
        width: 317px;
        color: #fff;
        line-height: 1.5;
        position: relative;
    }
    .td_right {
        width: 30px;
        text-align: right;
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 18px;
    }
    img.people {
        width: 162px;
    }
    .title_fl_bl9 {
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 23.23px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }
    .bl9_right {
        float: none;
        width: 314px;
        height: 328px;
        background: url('../img/bg_right_2.png') no-repeat center 0px;
        padding-top: 19px;
        padding-left: 19px;
        padding-right: 19px;
        display: block;
        margin: 0 auto;
    }
    table {
        width: 314px;
        color: #fff;
        line-height: 1.5;
        position: relative;
    }
    img.people {
        margin: 0 auto;
        display: block;
        margin-top: 15px;
        padding-bottom: 14px;
    }
    table:after {
        content: "";
        width: 2px;
        height: 198px;
        display: block;
        background: transparent url('../img/line.png');
        position: absolute;
        right: 45px;
        top: 0;
    }
    .bl2_content2 {
        width: 200px;
        float: left;
        font-family: 'Roboto';
        font-weight: 300;
        line-height: 1.2;
        font-size: 15.24px;
        color: #000;
        margin-top: 24px;
        margin-left: 21px;
    }
    .bl2_content1 {
        width: 200px;
        float: left;
        padding-left: 40px;
        margin-top: 24px;
    }
    .content_bl2 {
        width: 469px;
        margin: 0 auto;
    }
    .after_ul_bl2 {
        width: 460px;
        margin: 0 auto;
    }
    li.slide_wide {
        padding-left: 14px;
        padding-right: 14px;
        width: 440px!important;
        margin: 0 auto;
        display: block;
    }
    .sl_com_name {
        font-family: 'Roboto';
        font-weight: 700;
        font-size: 20.32px;
        line-height: 1.5;
        padding-bottom: 107px;
    }
    .d_n_48_0 {
        display: none;
    }

    .slider_commit_txt {
        padding-right: 10px;
        padding-left: 10px;
        text-align: center;
    }

.slider_commit_txt {
    font-size: 18px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
            box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

    sup.f_s_240 {
    font-size: 21px;
}
    .li_bl11_4 {
    background: url('../img/kletka.png') no-repeat center 0px;
}
    .d_b_48_0 {
        display: block;
    }
    ul.ul_bl11 li {
        font-size: 20px;
    }
    .bl_12_frame_title {
        font-family: 'Roboto';
        font-weight: 700;
        font-size: 36px;
        line-height: 1.2;
        text-align: left;
        padding-left: 0;
        padding-top: 31px;
        padding-right: 0;
        text-align: center;
    }
    .shadow {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
            box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding-bottom: 38px;
}
    .bl_13_title {
    color: #db0000;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 35.56px;
    line-height: 1.2;
    text-align: center;
    margin-top: 7px;
}
    .bl_13 {
    padding-bottom: 3px;
}
.bl_12_frame_content {
    font-size: 24px;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 1.2;
    padding-left: 40px;
    text-align: left;
    padding-bottom: 34px;
    padding-right: 193px;
    margin-top: 25px;
}
    img.women {
        position: absolute;
        bottom: -6px;
        right: -25px;
        width: auto;
    }
    .bl_13_content {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 24px;
        position: relative;
    }
    .bl_13_txt1 {
        font-size: 28px;
        font-family: 'Roboto';
        font-weight: 400;
        line-height: 1.2;
        margin-top: 14px;
        text-align: center;
    }
    ul.ul_bl_14 li {
        padding-top: 190px;
        width: 100%;
        display: block;
        margin-bottom: 25px;
        background-size: 186px;
    }
    .li14_content {
        font-size: 18px;
        font-family: 'Roboto';
        font-weight: 300;
        line-height: 1.2;
        text-align: center;
    }
    .footer_left {
        color: #424242;
        text-align: left;
        font-size: 15.24px;
        font-family: 'Roboto';
        font-weight: 300;
        float: left;
        width: 60%;
        line-height: 1.5;
        padding-top: 14px;
        margin-bottom: 20px;
    }
    .footer_right {
        color: #424242;
        text-align: right;
        font-size: 15.24px;
        font-family: 'Roboto';
        font-weight: 300;
        float: right;
        width: 37%;
        line-height: 1.5;
        padding-top: 10px;
        padding-right: 16px;
    }
    .footer_left {
        color: #424242;
        text-align: left;
        font-size: 15.24px;
        font-family: 'Roboto';
        font-weight: 300;
        float: left;
        width: 52%;
        line-height: 1.5;
        padding-top: 14px;
        margin-bottom: 20px;
        padding-left: 16px;
    }
.bl_8_txt_content {
    font-size: 19.44px;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 1.2;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 25px;
    padding-bottom: 33px;
    text-align: center;
}
    li.slide_wide img {
    float: none;
    position: relative;
    z-index: 9999999999999;
    margin: 0 auto;
        margin-top: -185px;
    margin-bottom: 20px;
}
    .li_bl5_4 {
        width: 100%;
        margin-left: 0;
        margin-bottom: 50px;
    }
    .footer-logo--mob{display: none;}
    .footer-logo--mob2{
        text-align: center;
        padding: 20px 1px 1px;
        display: block;
    }
    .footer-logo--mob2 img{
        width: 60px;
    }
    .footer_right{display: none;}
    .footer_left {
        text-align: center;
        float: none;
        width:auto;
        padding-left: 1px;
        padding-top: 12px;
    }
}

@media only screen and (max-width: 479px) {
    ul.price {
       -webkit-box-pack: center;
           -ms-flex-pack: center;
               justify-content: center;
    }
    ul.price li {
        padding: 0 10px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    ul.price li span:first-child {
        text-align: center;
    }
    .content {
        width: 220px;
    }
    .call_me {
        display: none;
    }
    .paced_form {
        max-width: 220px;
        width: 100%;
        margin: 0 auto 15px;
    }
    .paced_form img {
        width: 100%;
    }
    .sup_f_size {
    font-size: 15px;
}
    .block_1 {
    padding-bottom: 14px;
}
    a.call.call_me.scroll_to.dis_mob {
        display: none;
    }
    .form_btn {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 28px;
    color: #fff;
    text-align: center;
    background: #db0000;
    border: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
    padding-bottom: 7px;
    padding-top: 7px;
}
    p.title_bl_6 {

    padding-bottom: 13px;
}
.logo {
    float: none;
    padding-top: 9px;
    padding-bottom: 12px;
    height: 27px;
    padding-right: 0;
    margin: 0 auto;
    display: block;
}
    img.logotype {
        width: 141px;
        margin: 0 auto;
        display: block;
    }
.bl1_title {
    font-size: 32.03px;
    font-family: 'Roboto';
    font-weight: 700;
    text-align: center;
    color: #fff;
    line-height: 1;
}
.bl1_title_after {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    margin-top: 4px;
}
    .head_form {
        padding-left: 0;
    }
    ul.h_f_ul li {
        height: 58px;
        padding-left: 68px;
        font-size: 14px;
        color: #fff;
        font-family: 'Roboto';
        font-weight: 400;
        line-height: 1.2;
        margin-bottom: 13px;
        padding-top: 14px;
        background-size: 58px;
    }
    ul.h_f_ul li {
        height: 58px;
        padding-left: 0;
        font-size: 14px;
        color: #fff;
        font-family: 'Roboto';
        font-weight: 400;
        line-height: 1.2;
        margin-bottom: 13px;
        padding-top: 83px;
        background-size: 71px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    li.h_f_li_1 {
        background: url('../img/i_time.png') no-repeat center 0px;
        background-size: 71px;
    }
    .head_form_1 {
        width: 220px;
        float: none;
        margin: 0 auto;
        margin-top: 10px;
        display: block;
        text-align: center;
    }
    li.h_f_li_2 {
        background: url('../img/i_heart.png') no-repeat center 0px;
        background-size: 71px;
    }
    li.h_f_li_3 {
        background: url('../img/i_include.png') no-repeat center 0px;
        background-size: 71px;
    }
    img.arrow_form {
        display: none;
    }
    .form_title {
        display: none;
    }
    .head_form_2.new_999.dis_bl_480 {
        margin-top: 0;
    }
    .price_1 {
        font-family: 'Roboto';
        font-weight: 300;
        font-size: 14px;
        color: #000;
        display: inline-block;
    }
    .bold_s_28 {
        font-family: 'Roboto';
        font-weight: 700;
        font-size: 22px;
    }
    .form_content_head {
        border: 3px solid #fff;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        background: #f9fcfa;
    }
    .content {
        width: 260px;
    }
    .input__inner {
        border-radius: 5px;
        border: 1px solid #c1c0c0;
        outline: none;
        padding: 5px 0 5px 37px;
        background: #fff;
    }
    img.control {
        display: none;
    }
    .form_top {
        padding-left: 9px;
        padding-right: 9px;
        margin-top: 15px;
    }
    .input_name {
        display: block;
        color: #454242;
        font-family: 'Roboto';
        font-weight: 300;
        font-size: 14px;
        margin: 5px 0 5px 2px;
    }
ul.sec_data_base li {
    background: url('../img/sec.png') no-repeat center bottom;
    padding-top: 5px;
    padding-bottom: 8px;
    padding-right: 0px;
    text-align: center;
    padding-bottom: 43px;
}
    .sec_data_base {
        font-family: 'Roboto';
        font-weight: 300;
        font-size: 14px;
        color: #fff;
        margin-top: 5px;
        width: 240px;
    }
.block_2 {
    width: 100%;
    margin: 0 auto;
    background: url('../img/men_1.png') no-repeat 68px 162px;
    height: auto;
    padding-top: 20px;
    background-color: #fff;
    background-size: 299px;
}
    .bl_2_title {
        font-family: 'Roboto';
        font-weight: 700;
        font-size: 24px;
        /* margin-top: -128px; */
    }
    .content_bl2 {
        width: 235px;
        margin: 0 auto;
    }
    .bl2_content1 {
        width: 200px;
        float: none;
        padding-left: 0;
        margin-top: 24px;
        margin: 0 auto;
    }
    li.bl_2_li_content_left_5 {
        margin-bottom: -1px!important;
        margin-top: -12px;
    }
    ul.bl2_content1 li {
        line-height: 1.2;
        font-size: 14px;
        color: #000;
        font-family: 'Roboto';
        font-weight: 300;
        background: url('../img/atantion.png')no-repeat 0px center;
        min-height: 38px;
        padding-left: 30px;
        margin-bottom: 6px;
        background-size: 21px;
        padding-top: 5px;
    }
    ul.bl2_content2 li {
        line-height: 1.2;
        font-size: 14px;
        color: #000;
        font-family: 'Roboto';
        font-weight: 300;
        background: url('../img/atantion.png')no-repeat 0px center;
        min-height: 38px;
        padding-left: 30px;
        margin-bottom: 6px;
        background-size: 21px;
        padding-top: 5px;
    }
    .bl2_content1 {
        width: 130px;
        float: none;
        padding-left: 0;
        margin-top: 82px;
        margin: 0 auto;
        padding-top: 24px;
    }
    .bl2_content2 {
        width: 130px;
        float: none;
        padding-left: 0;
        margin-top: 82px;
        margin: 0 auto;
        padding-top: 0px;
    }
    ul.bl2_content2.bl2_content2_240 {
        margin-top: 0;
    }
    li.bl_2_li_content_left_5 {
        margin-top: 0;
    }
    li.bl_2_li_content_right_3 {
        margin-top: 0;
    }
    li.bl_2_li_content_right_4 {
        margin-top: 0;
    }
    li.bl_2_li_content_right_5 {
        margin-top: 0;
    }
    .after_ul_bl2 {
        width: 235px;
        margin: 0 auto;
        margin-top: 10px;
        text-align: center;
    }
    .title_after_ul_bl2 {
        font-family: 'Roboto';
        font-weight: 700;
        font-size: 24px;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 10px;
    }
    .you_mast_know {
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 20px;
        text-align: center;
        border: 8px solid #edb72b;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        line-height: 1.2;
        width: 208px;
        padding-top: 9px;
        padding-bottom: 9px;
        margin: 0 auto;
    }
    .dsn_240 {
        display: block;
    }
    .dsn_240_1 {
        display: none;
    }
    .bl2_content {
        width: 100%;
        position: relative;
        display: block;
        padding-bottom: 20px;
    }
    img.wiki {
        margin: 0 auto;
        display: block;
        margin-top: 10px;
    }
    .wiki_after_title {
        font-size: 14px;
        font-family: 'Roboto';
        font-weight: 300;
        line-height: 1.2;
        font-style: italic;
        text-align: center;
        margin-top: 25px;
        padding-left: 0;
        padding-right: 0;
    }
    .wiki_after_content {
        font-size: 14px;
        font-family: 'Roboto';
        font-weight: 300;
        line-height: 1.2;
        margin-top: 20px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
  .you_mast_know1 {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    border: 8px solid #edb72b;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    line-height: 1.2;
    padding-top: 11px;
    padding-bottom: 16px;
    margin: 0 auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 35px;
}
    .block_3 {
        width: 100%;
        margin: 0 auto;
        background: #fff;
        height: auto;
        padding-top: 0;
        padding-bottom: 35px;
    }
    .bl4_title {
        font-family: 'Roboto';
        font-weight: 700;
        font-size: 29.32px;
        color: #fff;
        line-height: 1.2;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        text-align: center;
    }
    .ul_bl5 {
    width: auto;
    margin: 0 auto;
    margin-top: 20px;
}
    .bl4_content {
        font-size: 14px;
        font-family: 'Roboto';
        font-weight: 300;
        line-height: 1.5;
        color: #fff;
        margin-top: 12px;
        padding-bottom: 46px;
        padding-left: 0;
        text-align: center;
    }
    .bl_5 {
        background: #f4ecf1;
        width: 100%;
        height: auto;
        padding-top: 25px;
    }
    .regular_ul {
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 18px;
        line-height: 1.2;
    }
.bl5_li {
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 1.2;
    color: #000;
    display: block;
    text-align: center;
    padding-top: 239px;
    background-size: 226px;
        margin-bottom: 20px;
}
    li.bl5_li.li_bl5_2 {
    margin-bottom: 0;
}
    li.bl5_li.li_bl5_4 {
    margin-bottom: 0;
}
    .li_bl5_1 {
    background: url('../img/bl5_icon_1_1.png') no-repeat center 0px;
}    .li_bl5_2 {
    background: url('../img/bl5_icon_2_1.png') no-repeat center 0px;
}    .li_bl5_3 {
    background: url('../img/bl5_icon_3_1.png') no-repeat center 0px;
}      .li_bl5_4 {
    background: url('../img/bl5_icon_4_1.png') no-repeat center 0px;
}    .li_bl5_5 {
    background: url('../img/bl5_icon_5_1.png') no-repeat center 0px;
}
    .bl5_li {
    background-size: 230px!important;
}
    .bl_6_txt {
        padding-bottom: 203px;
        -webkit-box-shadow: none;
                box-shadow: none;
        width: auto;
        margin: 0 auto;
    }
    p.content_bl_6 {
        padding-left: 30px;
        padding-right: 30px;
        text-align: left;
        font-size: 14px;
        line-height: 1.5;
    }
 .title_bl_6 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 35px;
    line-height: 1;
    padding-left: 321px;
    padding-bottom: 0px;
}
   ul.ul_bl5_1 {
    margin-top: 15px;
    padding-bottom: 13px;
} 
.bl_6 {
    height: auto;
    width: 100%;
    background: #fff;
    padding-top: 10px;
    -webkit-box-shadow: 0 0 41px rgba(0,0,0,0.5);
            box-shadow: 0 0 41px rgba(0,0,0,0.5);
}
p.content_bl_6 {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    font-size: 14px;
    line-height: 1.2;
}
    .doctor_bl_6 {
        font-family: 'Roboto';
        font-weight: 700;
        font-size: 14px;
        line-height: 1.2;
        padding-left: 0;
        padding-top: 20px;
        text-align: right;
        padding-right: 10px;
    }
    .bl6_content {
        display: block;
        position: relative;
        padding-bottom: 0;
    }
img.doctor {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 198px;
}
.bl_6_txt {
    padding-bottom: 281px;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: auto;
    margin: 0 auto;
}
    .head_form_2.new_999 {

        float: none;
        margin-top: 15px;
        padding-right: 0px;
        display: block;
        position: relative;
        margin: 0 auto;
        margin-top: 0;
    }
    .head_form_2.new_999 .paced_form {
        top: -270px;
    }
.bl_7 {
    background-size: cover;
    padding-top: 280px;
    padding-bottom: 15px;
}
.bl8_title {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    padding-top: 10px;
}
    .div_bl8 {
        padding-left: 6px;
        padding-right: 6px;
        margin-top: 15px;
    }
    .bl_8_txt_content {
        font-size: 18px;
        font-family: 'Roboto';
        font-weight: 300;
        line-height: 1.2;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 16px;
        padding-bottom: 24px;
    }
.bl9_title {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 34px;
    line-height: 1;
    text-align: center;
    padding-top: 15px;
}
.bl9_left {
    float: none;
    width: 205px;
    height: 250px;
    background: url('../img/bg_left_1.png') no-repeat center 0px;
    padding-top: 19px;
    padding-left: 13px;
    padding-right: 13px;
    display: block;
    margin: 0 auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-size: cover;
    margin-bottom: 20px;
}
.bl9_right {
    float: none;
    width: 205px;
    height: 250px;
    background: url('../img/bg_right_2.png') no-repeat center 0px;
    padding-top: 19px;
    padding-left: 13px;
    padding-right: 13px;
    display: block;
    margin: 0 auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-size: cover;
}
    .div_bl9 {
    margin-top: 18px;
}
    img.people {
        width: 107px;
    }
    .title_fl_bl9 {
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 16px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }
.td_left {
    width: 82px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
}
    table {
        width: 201px;
        color: #fff;
        line-height: 1.5;
        position: relative;
    }
    .td_right {
        width: 30px;
        text-align: right;
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 14px;
    }
    table:after {
    content: "";
    width: 2px;
    height: 176px;
    display: block;
    background: transparent url('../img/line.png');
    position: absolute;
    right: 45px;
    top: 0;
}
    .td_right {
        width: 60px;
        text-align: right;
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 14px;
    }
    .td_3 {
        padding-bottom: 12px;
        padding-top: 0;
    }
    .td_2 {
        padding-bottom: 12px;
        padding-top: 12px;
    }
.bl10_title {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    padding-top: 15px;
}

    li.slide_wide {
        padding-left: 14px;
        padding-right: 14px;
        width: 215px!important;
        margin: 0 auto;
        display: block;
    }
    .sl_com_name {
        font-family: 'Roboto';
        font-weight: 700;
        font-size: 18px;
        line-height: 1.5;
        padding-bottom: 107px;
    }
    .slider_commit_txt {
        padding-right: 3px;
        padding-left: 3px;
        text-align: center;
        padding-top: 100px;
    }
.bl_11_title {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 22px;
}
    .bl_12 {
    margin-top: 17px;
    padding-bottom: 23px;
    position: relative;
}
    .bl_13_title {
    line-height: 1;
}
    .f_s_240 {
        font-size: 24px;
    }
    ul.ul_bl11 li {
        width: 100%;
        display: block;
        text-align: center;
        padding-top: 130px;
        font-size: 24px;
        font-family: 'Roboto';
        font-weight: 300;
        line-height: 1.2;
        margin-bottom: 40px;
    }
    .bl_12_frame_title {
        font-family: 'Roboto';
        font-weight: 700;
        font-size: 30px;
        line-height: 1.2;
        text-align: left;
        padding-left: 0;
        padding-top: 10px;
        padding-right: 0;
        text-align: center;
    }
    .bl_12_frame_content {
        font-size: 18px;
        font-family: 'Roboto';
        font-weight: 300;
        line-height: 1.2;
        padding-left: 29px;
        text-align: left;
        padding-bottom: 287px;
        padding-right: 29px;
        margin-top: 10px;
        text-align: center;
    }
    .bl_12_frame_content {
        font-size: 18px;
        font-family: 'Roboto';
        font-weight: 300;
        line-height: 1.2;
        padding-left: 29px;
        text-align: left;
        padding-bottom: 176px;
        padding-right: 29px;
        margin-top: 10px;
        text-align: center;
    }
    img.women {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 160px;
    }
    .bl_13_content {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 6px;
        position: relative;
    }
    .bl_13_txt {
        font-size: 18px;
        font-family: 'Roboto';
        font-weight: 300;
        line-height: 1.2;
        text-align: center;
    }
    .bl_13_txt1 {
        font-size: 24px;
        font-family: 'Roboto';
        font-weight: 400;
        line-height: 1.2;
        margin-top: 14px;
        text-align: center;
    }
    .code {
        margin-top: 19px;
    }
    input.code__input.check_popup_code_input {
        width: 193px;
        height: 46px;
        padding-left: 10px;
        padding-right: 10px;
        border: 1px solid #454343;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        outline: none;
        display: block;
    }
    button.code__btn.button-popup-first {
        /* height: 50px; */
        width: 215px;
        margin-top: 11px;
    }
    .dis_none_dec_240 {
        display: block;
    }
    .dis_none_dec {
        display: none;
    }
    img.lupa {
        position: relative;
        bottom: -16px;
        right: 0;
        width: auto;
        margin: 0 auto;
    }
    .js-message {
        font-size: 15px;
        font-family: 'Roboto';
        font-weight: 300;

    }
.bl_14 {
    background: #fff;
    height: auto;
    padding-bottom: 1px;
}
    .bl_13 {
        -webkit-box-shadow: 0 0 5px #ccc;
        box-shadow: 0 0 12px #ccc;
        border-top: 5px solid #fff;
        margin-top: 7px;
        margin-bottom: 5px;
    }
 .bl14_title {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    padding-top: 8px;
}
    ul.ul_bl_14 li {
        padding-top: 145px;
        width: 100%;
        display: block;
        margin-bottom: 25px;
        background-size: 140px;
    }
    ul.ul_bl_14 {
        margin-top: 25px;
    }
    .li14_name {
        font-size: 18px;
        font-family: 'Roboto';
        font-weight: 400;
        line-height: 1.2;
        margin-top: 14px;
        text-align: center;
    }
    .li14_content {
        font-size: 14px;
        font-family: 'Roboto';
        font-weight: 300;
        line-height: 1.2;
        text-align: center;
    }
    .footer_right.d_b_48_0 {
        display: none;
    }
    .footer_left {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 20px;
        padding: 12px 10px 2px;
    }
    .sec_data_base {
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        margin-top: 5px;
        width: 235px;
    }
}
.out {
    overflow: hidden;
}