﻿/* -------------------- global teg -------------------- */
html {
    width: 100%;
    height: 100%;
    background: #ffffff;
    -webkit-text-size-adjust: none;
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}

body {
    width: 100%;
    color: #333333;
    margin: 0;
    background: url("img/browser_bg.jpg") center top no-repeat;
    background-attachment: fixed;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    text-rendering: optimizeLegibility;
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 30px;
    /*-moz-font-feature-settings: 'liga';*/
    /*-ms-font-feature-settings: 'liga';*/
    /*-webkit-font-feature-settings: 'liga';*/
    /*font-feature-settings: 'liga';*/
}

@font-face {
    font-family: '__Cera Pro_5';
    src: url('fonts/cerapro-black.eot');
    src: local('ru'), url('fonts/cerapro-black.woff') format('woff'), url('fonts/cerapro-black.svg') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: '__Cera Pro_5';
    src: url('fonts/cerapro-bold.eot');
    src: local('ru'), url('fonts/cerapro-bold.woff') format('woff'), url('fonts/cerapro-bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: '__Cera Pro_5';
    src: url('fonts/cerapro.eot');
    src: local('ru'), url('fonts/cerapro.woff') format('woff'), url('fonts/cerapro.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: '__Cera Pro_5';
    src: url('fonts/cerapro-italic.eot');
    src: local('ru'), url('fonts/cerapro-italic.woff') format('woff'), url('fonts/cerapro-italic.svg') format('svg');
    font-weight: 400;
    font-style: italic;
}

a {
    color: #ffffff;
    text-decoration: none;
}

h1 {
    font-size: 50px;
    line-height: 52px;
    height: 105px;
}

h2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 30px;
    text-align: center;
    line-height: 36px;
    font-family: '__Cera Pro_5';
    font-weight: 700;
}

input {
    color: #333333;
    background-color: inherit;
    text-align: left;
    transition: 0.5s;
    background: none;
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    border: grey 1px solid;
    height: 30px;
}

input::-webkit-input-placeholder {
    color: #333333;
}

input::-moz-placeholder {
    color: #333333;
}

/* Firefox 19+ */
input:-moz-placeholder {
    color: #333333;
}

/* Firefox 18- */
input:-ms-input-placeholder {
    color: #333333;
}

textarea::-webkit-input-placeholder {
    color: #333333;
}

textarea::-moz-placeholder {
    color: #333333;
}

/* Firefox 19+ */
textarea:-moz-placeholder {
    color: #333333;
}

/* Firefox 18- */
textarea:-ms-input-placeholder {
    color: #333333;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
    transition: 0.5s;
}

input:focus::-moz-placeholder {
    color: transparent;
    transition: 0.5s;
}

input:focus:-moz-placeholder {
    color: transparent;
    transition: 0.5s;
}

input:focus:-ms-input-placeholder {
    color: transparent;
    transition: 0.5s;
}

input:focus,
textarea:focus,
button:focus,
select:focus{
    outline-color: rgba(255, 255, 255, 0);
}

input:focus {
    border: 1px solid #1b2858;
}

.focused {
    outline: 2px solid #ff4747;
    margin-bottom: 0 !important;
}

.focused_after {
    color: #ff6565;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 5px 0;
    padding-left: 30px;
}

textarea {
    color: #333333;
    width: 100%;
    font-size: 16px;
    border: grey 1px solid;
    height: 60px;
    text-align: left;
    background: #ffffff;
    resize: none;
}

a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.5s;
}

a:hover {
    color: #f1d032;
}

b {

}
button{
    display: inline-block;
    text-align: center;
    transition: 0.5s;
    cursor: pointer;
    outline: none;
    text-transform: none;
    line-height: normal;
}
button:hover{
    box-shadow: 1px 1px 8px rgba(0,0,0,0.5);
    background-color: #00CA10;
}
/* -------------------- modifiers and other box -------------------- */
.content {
    width: 920px;
    margin: auto;
    text-align: center;
}

.form_close {
    position: absolute;
    top: -65px;
    left: 240px;
    cursor: pointer;
}

.r {
    text-align: right;
}

.l {
    text-align: left;
}
.decor_line{
    width: 100%;
    height: 45px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 20px 0 35px 0;
    background: url("img/decor_line.png") center top no-repeat;
}
.decor_line_mini{
    width: 100%;
    height: 45px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 20px 0 0 0;
    background: url("img/decor_line_mini.png") center top no-repeat;
}
.but{
    display: inline-block;
    padding: 10px 20px;
    margin: 15px 0;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.5);
    background-color: #00B610;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
    box-shadow: inset 3px 3px 4px rgba(255,255,255,0.14), inset -3px -3px 4px rgba(0,0,0,0.14);
}
.but:hover{
    box-shadow: 1px 1px 8px rgba(0,0,0,0.5);
    background-color: #00CA10;
}
/* -------------------- global page -------------------- */
header,
#page,
footer {
    width: 100%;
    display: inline-block;
    min-width: 1170px;
}

header {
    background: url("img/bg_top_2.jpg") center top no-repeat, url("img/bg_top_2.png") center bottom no-repeat;
    /*background: url("img/bg_top_2_n.png") center top no-repeat;*/
    color: #000000;
}

#page {
    color: #3a3a3a;
    text-align: center;
    margin-top: -50px;
}

footer {
    position: relative;
    display: inline-block;
    font-size: 12px;
    height: 90px;
    margin-bottom: 20px;
}



/* -------------------- header-------------------- */
/* -------------------- header_name -------------------- */
.header_name {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 30px 0;
}

.header_name p {
    color: #FFE836;
    font-size: 24px;
    text-align: center;
    line-height: 29px;
    text-shadow: 0px 0px 2px rgba(255, 252, 184, 0.21), 0px 0px 2px rgba(255, 252, 184, 0.21);
}

.header_logo {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    width: 100%;
    padding-top: 55px;
}

.header_logo img {
    display: inline-block;
    vertical-align: top;
    margin-right: 100px;
}

.header_box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    width: 100%;
    padding-top: 15px;
}

.header_box_item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 400px;
    padding: 0 25px;
    text-align: center;
}

.header_box_item_name {
    text-shadow: 0px 0px 8px rgba(255, 232, 12, 0.5), 0px 0px 8px rgba(255, 232, 12, 0.5);
    font-size: 22px;
    text-align: center;
    line-height: 26px;
    font-family: '__Cera Pro_5';
    font-weight: 900;
    padding: 10px 0 15px 0;
}

.header_box_item_list {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: left;
    padding-bottom: 15px;
}

.header_box_item_list li {
    display: inline-block;
    vertical-align: top;
    margin: 6px 0;
}

.header_box_item_list li:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 27px;
    height: 25px;
    background: url("img/bullet_heart.png") center top no-repeat;
}

.header_box_item_list p {
    display: block;
    padding-left: 40px;
}
.header_spec{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 45px 0 0 0;
}
.header_spec_left{
    display: inline-block;
    vertical-align: top;
    width: 45%;
}
.header_spec_left_name{
    font-size: 24px;
    text-align: center;
    line-height: 29px;
    font-style: italic;
    padding: 15px 0 30px 0;
}
.header_spec_right{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 54%;
}
.header_spec_info{
    position: relative;
    z-index: 1;
}
.header_spec_info_img{
    display: inline-block;
    vertical-align: top;
    float: left;
    /*margin-left: -30px;*/
    /*margin-bottom: -17px;*/
}
.header_spec_info_text{
    display: block;
    padding-left: 175px;
    width: 330px;
}
.header_spec_info_text_red{
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: url("img/akcia_tm.png") center top no-repeat;
    width: 358px;
    height: 95px;
    margin-left: -35px;
    margin-top: 40px;
}
.header_spec_info_text_red p{
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
    line-height: 29px;
    margin-top: 11px;
}
.header_spec_info_text_num{
    display: inline-block;
    vertical-align: top;
    height: 35px;
    line-height: 35px;
}
.header_spec_info_text_num p{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 22px;
}
.header_spec_info_text_num span{
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    line-height: 35px;
    background-color: #EA0000;
    padding: 0 20px;
    margin-left: 15px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.header_spec_right_box{
    position: absolute;
    display: inline-block;
    vertical-align: top;
    top: auto;
    width: 96%;
    height: 205px;
    left: 25px;
    right: auto;
    bottom: 18px;
    box-shadow: 0px 0px 26px rgba(117,76,36,0.78), 0px 0px 26px rgba(117,76,36,0.78);
    background-color: #FFFFFF;
    border-radius: 0px 20px 0px 20px;
}
.header_spec_but{
    display: inline-block;
    padding: 10px 20px;
    margin: 15px 0;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.5);
    border-color: #000000;
    background-color: #00B610;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: inset 3px 3px 4px rgba(255,255,255,0.14), inset -3px -3px 4px rgba(0,0,0,0.14);
}
.header_spec_desc{
    text-align: left;
}
.header_spec_bottom{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    /*background: url("img/bg_top_2.png") center top no-repeat;*/
    height: 220px;
}
.header_spec_bottom_left{
    background: url("img/block_arrow_1.png") center top no-repeat;
    background-size: cover;
    height: 95px;
    line-height: 90px;
    width: 450px;
    display: inline-block;
    vertical-align: middle;
}
.header_spec_bottom_left p{
    color: #000000;
    font-size: 24px;
    text-align: center;
    line-height: 29px;
    font-family: '__Cera Pro_5';
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}
.header_spec_bottom_right{
    box-shadow: 0px 0px 8px rgba(127,127,127,0.5), 0px 0px 8px rgba(127,127,127,0.5);
    background-color: #FFFFFF;
    background-color: rgba(255,255,255,0.49);
    border-radius: 3px;
    width: 435px;
    padding: 6px 10px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;

}
.header_spec_bottom_right p{
    text-align: left;
}
/* -------------------- header_name END-------------------- */
/* -------------------- header END -------------------- */
/* -------------------- body -------------------- */
/* -------------------- CriticalLevel -------------------- */
.CriticalLevel{
    position: relative;
    width: 100%;
    background: #ffffff;
    padding-bottom: 30px;
}
.CriticalLevel h1{
    font-size: 30px;
    text-align: center;
    line-height: 36px;
    font-family: '__Cera Pro_5';
    font-weight: 700;
}
.CriticalLevel h1 b{
    color: #B50000;

}
.CriticalLevel_left{
    display: inline-block;
    vertical-align: top;
    width: 500px;
}
.CriticalLevel_left li {
    display: inline-block;
    vertical-align: top;
    margin: 4px 0;
    width: 100%;
    text-align: left;
}

.CriticalLevel_left li:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 27px;
    height: 25px;
    margin: 0 20px 0 10px;
    background: url("img/bullet_heart_broken.png") center top no-repeat;
}

.CriticalLevel_left p {
    display: block;
    padding-left: 40px;
}
.CriticalLevel_right{
    display: inline-block;
    vertical-align: top;
    width: 400px;
}
.CriticalLevel_right img{
    width: 100%;
}
.CriticalLevel_bottom{
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    background: url("img/arrow_simpt.png") center top no-repeat;
    width: 581px;
    height: 160px;
    margin-top: 30px;
}
.CriticalLevel_bottom p{
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
    line-height: 29px;
    font-family: '__Cera Pro_5';
    font-weight: 700;
    margin-top: 20px;
}
.LevelName{

}
/* -------------------- CriticalLevel END-------------------- */
/* -------------------- CriticalLevel -------------------- */
.VesselClearLevel{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: url("img/stat_gist2.jpg") center bottom no-repeat,#EEEEEE;
    padding: 25px 0 65px 0;
}
.VesselClearLevel_boxTop{
    box-shadow: 0px 0px 51px rgba(0,0,0,0.63), 0px 0px 51px rgba(0,0,0,0.63);
    background-color: #FFFFFF;
    border-radius: 10px 10px 0px 0px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 480px;
    padding: 10px;
    text-align: left;
    margin-top: 70px;
}
.VesselClearLevel_boxBottom{
    display: inline-block;
    vertical-align: top;
    width: 480px;
    padding: 10px;
    box-shadow: 0px 0px 35px rgba(0,0,0,0.5), 0px 0px 35px rgba(0,0,0,0.5);
    background-color: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
    color: #AE272D;
    font-size: 18px;
    line-height: 22px;
    font-family: '__Cera Pro_5';
    font-weight: 700;
    margin-top: 10px;
    text-align: left;
    position: relative;

}
/* -------------------- CriticalLevel END-------------------- */
/* -------------------- ProphylaxisLevel -------------------- */
.ProphylaxisLevel{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #FFFFFF;
    padding: 20px 0;
}
.ProphylaxisLevel_info{
    background: url("img/big_bracket_l.png") left top no-repeat, url("img/big_bracket_r.png") right top no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 500px;
    padding: 15px 80px;
    margin: 20px 0;
}
.ProphylaxisLevel_info p{
    text-align: left;
}
.ProphylaxisLevel_list{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.ProphylaxisLevel_list li{
    display: inline-block;
    vertical-align: top;
    width: 171px;
    margin: 10px 15px;
}
.ProphylaxisLevel_list_img{
    height: 152px;
    width: 152px;
}
.ProphylaxisLevel_list_img img{
    width: 100%;
}
.ProphylaxisLevel_list_info{
    text-align: center;
    font-family: '__Cera Pro_5';
    font-weight: 400;
    margin-top: 10px;
}
.ProphylaxisLevel_bottom{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 30px;
    text-align: center;
    line-height: 36px;
    font-family: '__Cera Pro_5';
    font-weight: 700;
    text-align: center;
    margin-top: 40px;
}
.ProphylaxisLevel_bottom:before{
    position: absolute;
    content: '';
    display: inline-block;
    vertical-align: top;
    background: url("img/curve_arrow.png") center top no-repeat;
    width: 193px;
    height: 268px;
    left: 25px;
    top: -212px;
    bottom: auto;
    right: auto;
}
/* -------------------- ProphylaxisLevel END-------------------- */
/* -------------------- UniqueLevel -------------------- */
.UniqueLevel{
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-color: #FFF5EE;
    padding: 20px 0 70px 0;
}
.UniqueLevel h2{
    padding-bottom: 20px;
}
.UniqueLevel .decor_line{
    margin: 35px 0 40px 0;
}
.UniqueLevel_left{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 440px;
    padding: 0 5px 0 15px;
}
.UniqueLevel_left p{
    text-align: left;
}
.UniqueLevel_left p b{
    color: #A6272D;
}
.UniqueLevel_right{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 440px;
}
.UniqueLevel_left_top{
    display: inline-block;
    vertical-align: top;
    width: 350px;
    padding: 45px 0 25px 0;
}
.UniqueLevel_left_top li {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
    width: 100%;
    text-align: left;
}

.UniqueLevel_left_top li:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 27px;
    height: 25px;
    margin: 0 15px 0 10px;
    background: url("img/health_ico.png") center top no-repeat;
}

.UniqueLevel_left_top p {
    display: block;
    padding-left: 52px;
}
.UniqueLevel_left_bottom{
    display: inline-block;
    vertical-align: top;
    width: 360px;
    padding: 30px 0;
}
.UniqueLevel_left_bottom li {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0;
    width: 100%;
    text-align: left;
}

.UniqueLevel_left_bottom li:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 57px;
    height: 67px;
    margin: 0 15px 0 10px;
    background: url("img/check.png") center top no-repeat;
    background-size: cover;
}

.UniqueLevel_left_bottom p {
    display: block;
    padding-left: 52px;
    font-size: 18px;
    font-family: '__Cera Pro_5';
    line-height: 22px;
    font-weight: 700;
    margin-top: 18px;
}

.UniqueLevel_form{
    display: inline-block;
    vertical-align: top;
    width: 412px;
    -pie-box-shadow: 0px 0px 8px 2px #BFBFBF/* glow */, 6px 6px 8px #7F7F7F/* drop shadow*/;
    box-shadow: 0px 0px 8px rgba(127,127,127,0.5),0px 0px 8px rgba(127,127,127,0.5)/* glow */, 6px 6px 8px rgba(0,0,0,0.5)/* drop shadow*/;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding-top: 20px;
}
.UniqueLevel_form .but{
    width: 160px;
}
.UniqueLevel_form_num {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}
.UniqueLevel_form_num span {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    background-color: #EA0000;
    padding: 0 20px;
    margin-left: 15px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    text-align: center;
    font-weight: bold;
}
.UniqueLevel_form_name{
    display: inline-block;
    vertical-align: top;
    padding: 10px 0 20px 0;
    font-size: 16px;
}
/* -------------------- UniqueLevel END-------------------- */
/* -------------------- PlantLevel -------------------- */
.PlantLevel{
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-color: #ffffff;
    padding: 20px 0;
}
/* -------------------- PlantLevel END-------------------- */
/* -------------------- InternalsLevel -------------------- */
.InternalsLevel{
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: url("img/heart_palm.jpg") center top no-repeat;
    padding: 20px 0;
}
.InternalsLevel_list{
    display: inline-block;
    vertical-align: top;
    width: 500px;
    padding: 10px;
    box-shadow: 6px 6px 8px rgba(0,0,0,0.08800000000000001);
    background-color: #FFFFFF;
    background-color: rgba(255,255,255,0.55);
    margin-top: 40px;
}
.InternalsLevel_list li {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0;
    width: 100%;
    text-align: left;
}

.InternalsLevel_list li:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 38px;
    height: 32px;
    background: url("img/serdce_pomosh.png") center top no-repeat;
}

.InternalsLevel_list p {
    display: block;
    padding-left: 55px;
}
.InternalsLevel_bottom{
    display: inline-block;
    vertical-align: top;
    width: 500px;
    border: 7px solid #A6272D;
    background-color: #FFFFFF;
    border-radius: 10px;
    font-size: 24px;
    text-align: center;
    line-height: 29px;
    font-family: '__Cera Pro_5';
    font-weight: 700;
    margin: 30px 0 15px 0;
}
.InternalsLevel_bottom b{
    color: #006837;
}
/* -------------------- InternalsLevel END-------------------- */
/* -------------------- ResearchLevel -------------------- */
.ResearchLevel{
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: url("img/issledovaniya.jpg") center top no-repeat;
    padding: 20px 0;
    text-align: left;
}
.ResearchLevel_content{
    display: inline-block;
    vertical-align: top;
    width: 410px;
    padding: 20px;
    box-shadow: 6px 6px 8px rgba(0,0,0,0.35);
    border-style: solid;
    border-width: 1px;
    border-color: #D5D6D9;
    background-color: #FFFFFF;
    margin: 60px 0 25px 40px;
}
/* -------------------- ResearchLevel END-------------------- */
/* -------------------- ProfessionalLevel -------------------- */
.ProfessionalLevel{
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #ffffff;
    padding: 20px 0;
}
.ProfessionalLevel h2{
    padding-bottom: 35px;
}
.ProfessionalLevel_left{
    width: 450px;
    padding-right: 40px;
    padding-left: 20px;
    margin-top: 15px;
    display: inline-block;
    vertical-align: top;
}
.ProfessionalLevel_left p{
    text-align: left;
}
.ProfessionalLevel_right{
    width: 260px;
    display: inline-block;
    vertical-align: top;
    box-shadow: 6px 6px 8px rgba(0,0,0,0.5);
    border-style: solid;
    border-width: 1px;
    border-color: #D7D4D8;
    background-color: #FFFFFF;
    padding: 12px 0;
}
.ProfessionalLevel_right_name{
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    font-family: '__Cera Pro_5';
    font-weight: 700;
    margin: 15px 0;
}
.ProfessionalLevel_right_desc{

}
.ProfessionalLevel_bottom{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.ProfessionalLevel_bottom_box{
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    text-align: center;
    line-height: 170px;
    height: 177px;
    width: 385px;
    font-family: '__Cera Pro_5';
    font-weight: 400;
    font-style: italic;
    position: relative;
    background: transparent url('img/ramka_citata.jpg') no-repeat center top;
}
.ProfessionalLevel_bottom_box p{
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
}
.ProfessionalLevel_bottom img{
    margin-top: 40px;
    margin-right: -150px;
}
/* -------------------- ProfessionalLevel END-------------------- */
/* -------------------- OldTimesLevel -------------------- */
.OldTimesLevel{
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #ffffff;
    padding: 20px 0;
}
.OldTimesLevel h2{
    padding: 15px 0 55px 0;
}
.OldTimesLevel_img{
    display: inline-block;
    vertical-align: top;
    width: 440px;
}
.OldTimesLevel_info{
    display: inline-block;
    vertical-align: top;
    width: 415px;
    text-align: left;
    margin-left: 20px;
}
/* -------------------- OldTimesLevel END-------------------- */
/* -------------------- ModernityLevel -------------------- */
.ModernityLevel{
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #ffffff;
    padding: 20px 0 0 0;
}
.ModernityLevel h2{
    padding: 20px 0 40px 0;
}
.ModernityLevel_info{
    display: inline-block;
    vertical-align: top;
    width: 455px;
    text-align: left;
    margin-right: 10px;
}
.ModernityLevel_info_top{
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    font-family: '__Cera Pro_5';
    font-weight: 400;
}
.ModernityLevel_img{
    display: inline-block;
    vertical-align: top;
    width: 420px;
}
.ModernityLevel_img img{
    margin-top: 10px;
}
.ModernityLevel_list{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 35px 0 15px 0;
}
.ModernityLevel_list li{
    display: inline-block;
    vertical-align: top;
    height: 115px;
    width: 300px;
}
.ModernityLevel_list_img{
    width: 135px;
    float: left;
    display: inline-block;
    vertical-align: middle;
}
.ModernityLevel_list_info{
    display: block;
    padding-left: 150px;
    line-height: 115px;
    height: 115px;
}
.ModernityLevel_list_info p{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    font-family: '__Cera Pro_5';
    font-weight: 400;
}
/* -------------------- ModernityLevel END-------------------- */
/* -------------------- ReviewsLevel -------------------- */
.ReviewsLevel{
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #ffffff;
    padding: 20px 0;
}
.ReviewsLevel_list{
    display: inline-block;
    transition: 0.5s;
    border-bottom: 1px solid #000000;
    margin-top: 20px;
}
.ReviewsLevel_list li{
    display: block;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #000000;
}
.ReviewsLevel_list li:nth-child(1n+4){
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    display: none;
}
.ReviewsLevel_list_left{
    display: inline-block;
    vertical-align: top;
    width: 260px;
    text-align: center;
}
.ReviewsLevel_list_left_name{
    font-family: '__Cera Pro_5';
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 22px;
    width: 100%;
}
.ReviewsLevel_list_left_town{
    font-size: 16px;
    text-align: center;
    line-height: 19px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    position: relative;
    width: 100%;
}
.ReviewsLevel_list_right{
    display: inline-block;
    vertical-align: top;
    width: 610px;
    padding: 0 10px;
}
.ReviewsLevel_list_right_tell{
    background-color: #C12552;
    border-radius: 10px;
    color: #FFFFFF;
    height: 60px;
    line-height: 60px;
    font-style: italic;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 520px;
    margin: 20px 0 45px 0;
}
.ReviewsLevel_list_right_tell:before{
    content: '';
    position: absolute;
    display: inline-block;
    vertical-align: top;
    transform: matrix(0.7071,0.7071,-0.7071,0.7071,0,0);
    width: 26px;
    height: 26px;
    background: #C12552;
    left: -12px;
    top: 15px;
    bottom: auto;
    right: auto;
}
.ReviewsLevel_list_right_tell p{
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 17px;
}
.ReviewsLevel_list_right_desc{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.ReviewsLevel_list_right_desc p{
    text-align: left;
}
.ReviewsLevel_but{
    background-color: #C12552;
    margin: 60px 0;
}
.ReviewsLevel_but:hover{
    background-color: #D82552;
}
.ReviewsLevel_fact{
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 135px;
    background-color: #FFFF94;
    padding: 10px 0;
}
.ReviewsLevel_fact img{
    float: left;
    margin-left: 20px;
}
.ReviewsLevel_fact_info{
    display: block;
    vertical-align: middle;
    line-height: normal;
    height: 135px;
    padding-left: 200px;
    line-height: 130px;
}
.ReviewsLevel_fact_info p{
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    text-align: left;
    line-height: 29px;
    font-family: '__Cera Pro_5';
    font-weight: 700;
}
/* -------------------- ReviewsLevel END-------------------- */
/* -------------------- ParallelLevel -------------------- */
.ParallelLevel{
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #ffffff;
    padding: 20px 0;
}
.ParallelLevel_name{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #A6272D;
    font-size: 30px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 15px;
}
.ParallelLevel_box{
    position: relative;
    display: inline-block;
    vertical-align: top;
    box-shadow: 6px 6px 8px rgba(0,0,0,0.5);
    background-color: #EFE5F3;
    border-radius: 10px;
    padding: 15px;
    width: 410px;
    margin-right: 10px;
    border: 1px solid #EBF1ED;
}
.ParallelLevel_box_name{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 34px;
    line-height: 30px;
    background-color: #FFFFC4;
    border-radius: 10px 10px 0px 0px;
    font-size: 18px;
    text-align: center;
}
.ParallelLevel_box_desc{
    text-align: left;
    height: 255px;
    padding: 10px 0;
    display: inline-block;
    vertical-align: top;
}
.ParallelLevel_box_img{
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 220px;
}
.ParallelLevel_box .ParallelLevel_box_img:after{
    content: '12 722 р.';
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    top:auto;
    display: inline-block;
    vertical-align: top;
    background: url("img/price_new.png") center top no-repeat;
    width: 130px;
    height: 53px;
    color: #FFFFFF;
    font-size: 26px;
    text-align: center;
    line-height: 53px;
    font-family: '__Cera Pro_5';
    font-weight: 700;
}
.ParallelLevel_box.altai{
    box-shadow: 6px 6px 8px rgba(0,0,0,0.5);
    border: 1px solid #EBF1ED;
    background-color: #FFFFFF;
    margin-right: 0;
}
.ParallelLevel_box.altai .ParallelLevel_box_name{
    background-color: #FCEE3C;
}
.ParallelLevel_box.altai .ParallelLevel_box_img:after{
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    bottom: auto;
    top:0;
    display: inline-block;
    vertical-align: top;
    width:106px;
    height: 126px;
    background: url("img/check.png") center top no-repeat;
}
/* -------------------- ParallelLevel END-------------------- */
/* -------------------- QuantityLevel -------------------- */
.QuantityLevel{
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #ffffff;
    padding: 20px 0;
}
.QuantityLevel .decor_line{
    margin: 45px 0 10px 0;
}

.QuantityLevel_name{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 24px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    margin: 15px 0;
    font-weight: 700;
    padding: 20px;
}
.QuantityLevel_list{
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.QuantityLevel_list li{
    display: inline-block;
    vertical-align: top;
    box-shadow: 6px 6px 8px rgba(0,0,0,0.5);
    border-color: #000000;
    background-color: #FFFFFF;
    border-radius: 10px;
    width: 290px;
    overflow: hidden;
    margin: 0 5px;
}
.QuantityLevel_list_name{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    text-align: center;
    font-family: '__Cera Pro_5';
    font-weight: 700;
    background-color: #FFFF51;
}
.QuantityLevel_list_img{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 182px;
}
.QuantityLevel_list_img img{
    height: 100%;
}
.QuantityLevel_list_price{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.QuantityLevel_list_price_old{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    text-align: center;
    line-height: 31px;
    font-family: '__Cera Pro_5';
    font-weight: 700;
}
.QuantityLevel_list_price_old:after{
    position: absolute;
    content: '';
    display: inline-block;
    vertical-align: top;
    transform: rotate(350deg);
    height: 2px;
    width: 100%;
    background: #EA0000;
    left: 0;
    right: auto;
    top:15px;
    bottom: auto;
}
.QuantityLevel_list_price_new{
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    font-size: 36px;
    text-align: center;
    font-family: '__Cera Pro_5';
    font-weight: 700;
    background: url("img/price_new_or.png");
    height: 53px;
    line-height: 50px;
    width: 130px;
    margin-left: 50px;
}
.QuantityLevel_list_price_new.num2{
    background: url("img/price_new_y.png");
}
.QuantityLevel_list_price_new.num6{
    background: url("img/price_new_g.png");
}
.QuantityLevel_list_price > p{
    text-align: center;
    font-family: '__Cera Pro_5';
    font-weight: 700;
    margin-top: 10px;
}
.QuantityLevel_list_desc{
    position: relative;
    padding: 10px;
    text-align: left;
}
.QuantityLevel_list_total{
    font-size: 24px;
    text-align: center;
    line-height: 29px;
}
.QuantityLevel_list_total b{

}
.QuantityLevel_list_but{
    border: none;
}
.QuantityLevel_post{
    display: inline-block;
    vertical-align: top;
    background-color: #FFFFC4;
    width: 510px;
    padding: 5px 10px;
    margin: 35px 0;
}
.QuantityLevel_post img{
    float: left;
}
.QuantityLevel_post p{
    display: block;
    padding-left: 90px;
    text-align: left;
    margin-top: 5px;
}
.withdiscount{
    color: red;
    font-size: 18px;
    line-height: 18px;
}
/* -------------------- QuantityLevel END-------------------- */
/* -------------------- SpecificationLevel -------------------- */
.SpecificationLevel{
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #ffffff;
    padding: 20px 0;
}
.SpecificationLevel_name{
    font-size: 24px;
    line-height: 29px;
    font-family: '__Cera Pro_5';
    font-weight: 700;
    text-align: center;
    margin: 20px 0 35px 0;
}
.SpecificationLevel_info{
    width: 450px;
    display: inline-block;
    vertical-align: top;
}
.SpecificationLevel_info_name{
    font-size: 20px;
    text-align: center;
    line-height: 22px;
    font-family: '__Cera Pro_5';
    font-weight: 700;
    margin-top: 30px;
}
.SpecificationLevel_info ul{
    display: inline-block;
    vertical-align: top;
    width: 420px;
    text-align: left;
}
.SpecificationLevel_info li{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 15px 0;
}
.SpecificationLevel_info_num{
    font-size: 36px;
    float: left;

}
.SpecificationLevel_info_desc{
    display: block;
    padding-left: 40px;
}
.SpecificationLevel_img{
    display: inline-block;
    vertical-align: top;
    width: 425px;
}
.SpecificationLevel_warning{
    display: inline-block;
    vertical-align: top;
    border: 1px solid #FBB03B;
    background-color: #FFFFC4;
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: 650px;
    margin: 25px 0;
}
.SpecificationLevel_warning p{

}
/* -------------------- SpecificationLevel END-------------------- */
/* -------------------- GuaranteesLevel -------------------- */
.GuaranteesLevel{
    width: 100%;
    position: relative;
    vertical-align: top;
    background: #ffffff;
    padding: 20px 0;
}
.GuaranteesLevel h2{
    margin-bottom: 25px;
}
.GuaranteesLevel_info{
    display: inline-block;
    vertical-align: middle;
    width: 405px;
    text-align: left;
    margin-right: 5px;
}
.GuaranteesLevel_img{
    display: inline-block;
    vertical-align: middle;
    width: 430px;
}
.GuaranteesLevel_img p{
    font-size: 24px;
    text-align: center;
    line-height: 29px;
    font-family: '__Cera Pro_5';
    font-weight: 700;
}
.GuaranteesLevel_info_list{
    position: relative;
    margin: 35px 0;
}
.GuaranteesLevel_info_list li{
    display: inline-block;
    vertical-align: top;
    width: 250px;
    margin: 0 20px;
}
.GuaranteesLevel_info_list_img{
    line-height: 130px;
    height: 130px;
}
.GuaranteesLevel_info_list_img img{
    vertical-align: middle;
    display: inline-block;
}
.GuaranteesLevel_info_list_name{
    font-size: 16px;
    text-align: center;
    line-height: 19px;
}
.GuaranteesLevel_info_list_desc{
    text-align: left;
    margin-top: 20px;
}
.GuaranteesLevel_bottom{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
/* -------------------- GuaranteesLevel END-------------------- */
/* -------------------- PersonLevel -------------------- */
.PersonLevel{
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #ffffff;
}
.PersonLevel > p{
    margin: 35px 0;
}
.PersonLevel .decor_line{
    margin: 35px 0;
}
.PersonLevel_list{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.PersonLevel_list li{
    display: inline-block;
    vertical-align: top;
    box-shadow: 6px 6px 8px rgba(0,0,0,0.11);
    border: 1px solid #C7B299;
    background: #ffffff;
    width: 255px;
    padding: 10px;
    height: 290px;
    margin: 0 7px;
}
.PersonLevel_list img{

}
.PersonLevel_list_name{
    font-size: 16px;
    text-align: center;
    line-height: 19px;
    color: #184F00;
    margin-top: 15px;
    margin-bottom: 5px;
}
.PersonLevel_list_desc{
    text-align: left;
}
.PersonLevel_fon{
    margin-top: 15px;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
}
.PersonLevel_fon b{
    font-size: 20px;
    font-family: '__Cera Pro_5';
    font-weight: 700;
    line-height: 24px;
}
/* -------------------- PersonLevel END-------------------- */
/* -------------------- LastLevel -------------------- */
.LastLevel{
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #ffffff;
    padding-bottom: 20px;
}
.LastLevel h2{
    margin-bottom: 35px;
}
/* -------------------- LastLevel END-------------------- */
/* -------------------- body END -------------------- */
/* -------------------- footer -------------------- */
.footer_info{
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}
.footer_info p{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}

.footer_image{
    float: right;
    margin-right: 20px;
}

footer .content{
    background-color: #919191;
    background-color: rgba(0,0,0,0.43);
    text-align: left;
    height: 70px;
    line-height: 70px;
    padding: 10px 0;
}

/* -------------------- footer END -------------------- */
/* -------------------- Form_box -------------------- */
.Form_box{
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 520px;
    box-shadow: 0px 0px 8px rgba(127,127,127,0.5), 0px 0px 8px rgba(127,127,127,0.5);
    border-style: solid;
    border-width: 1px;
    border-color: #19C221;
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
.Form_box_name{
    border-style: solid;
    border-width: 1px;
    border-color: #FCC221;
    background-color: #FCEE21;
    color: #000000;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    height: 42px;
    font-family: '__Cera Pro_5';
    font-weight: 700;
}
.Form_box_inputs{
    display: inline-block;
    vertical-align: top;
    width: 460px;
    padding-top: 20px;
}
.Form_box_inputs_name{
    width: 100%;
    height: 20px;
    font-size: 16px;
}
.Form_box_select_desc{
    display: inline-block;
    vertical-align: top;
    margin: 5px 0;
    text-align: center;
    width: 100%;
    font-size: 13px;
}
.Form_box_inputs_desc{
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
    text-align: left;
    width: 100%;
}
.Form_box_inputs input{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.Form_box_inputs input[name=addr]{
    height: 60px;
}
.Form_box_inputs texarea{

}
.Form_box_inputs select{
    width: 100%;
    height: 30px;
    font-size: 16px;
    border: grey 1px solid;
    margin-top: 5px;
    cursor: pointer;
}
.hoverBox .Form_box_inputs select{
    opacity: 0;
}
.Form_box_inputs_fantom{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border: grey 1px solid;
    margin-top: -30px;
    text-align: left;
    color: #000;
    cursor: pointer;
}
.Form_box_inputs_fantom p{
    padding-left: 5px;
}
.Form_box_inputs_warn{
    display: inline-block;
    vertical-align: top;
    width: 460px;
    border: red 1px dashed;
    height: 31px;
    line-height: 31px;
    margin-top: 6px;
    background-color: rgb(255, 214, 216);
}
.Form_box_inputs_but{

}
.Form_box_inputs_shild{
    position: relative;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    padding-bottom: 15px;
    text-decoration: underline;
}
#modal{
    width: 550px;
}
/* -------------------- Form_box END-------------------- */
/* -------------------- hoverBox -------------------- */
.hoverBox,
.hoverBoxTown {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    transition: 1s;
    text-align: center;
}

.hoverBox_inform {
    margin: 2% auto;
    padding: 30px 15px 30px 15px;
    background-color: #ffffff;
    width: 400px;
    position: relative;
    text-align: center;
    color: #252525;
}

.form_close {
    position: absolute;
    left: auto;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

.hoverBox_inform .form_close {
    left: 405px;
}

/* -------------------- hoverBox END -------------------- */