
.sec-2__header-text {
    line-height: 1.1;
    font-size: 42px;
    text-align: center;
}

.sec-2__header-text span {
    margin: 0;
}

.pacient-text {
    position: absolute;
    top: 15%;
    left: 10%;
    font-size: 46px;
    line-height: 1.1;
    color: #ffffff;
    width: 60%;
}

.right-p1 {
    margin-top: 50px;
}

.dnk {
    height: 370px;
}

.familiar {
    margin-bottom: 100px;
}

.familiar__text {
    font-size: 34px;
    text-align: center;
    border: 2px solid grey;
    border-radius: 80px;
    padding: 20px 0;
    line-height: 1.1;
}

.span6 {
    margin-top: 20px;
}

/*sec-six*/
.sec-six {
    background-image: url(sec-six-bg.jpg)/*tpa=http://es2.Paraxan.com/img/sec-six-bg.jpg*/;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.sec-six-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: auto;
}

.sec-six-right-block {
    float: right;
}

.sec-six-right-block__medic-img {
    max-width: 440px;
    float: right;
    margin-top: -40px;
    margin-left: 80px;
}

.sec-six-left-block {
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    text-align: right;
    line-height: 1.3;
}

.sec-six-header__title {
    font-size: 40px;
    font-weight: 700;
    color: #0987e0;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: right;
    width: 50%;
}

.sec-six-left-block__text {
    font-size: 22px;
}

.sec-six-left-block__citate {
    color: #0987e0;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    margin: 25px 0;
}

.sec-six-left-block__author {
    font-size: 18px;
    margin-top: 30px;
}

.sec-six .btn-buy {
    font-size: 24px;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    margin-top: 30px;
    text-align: center;
    white-space: nowrap;
}

.sec-six .btn-buy a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    height: 100%;
}

/*@sec-eight*/
.sec-eight {
    background: #d2e7f5;
}

.sec-eight-header {
    text-transform: uppercase;
    margin-top: 120px;
    margin-bottom: 30px;
}

.sec-eight__title {
    color: #62c42b;
    font-size: 48px;
    font-weight: 700;
}

.sec-eight__pretitle {
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 200;
    margin-top: 0;
}

.sec-eight__text {
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-size: 24px;
    text-transform: none;
}

.sec-eight-container {
    background-color: #ffffff;
}

.results-wrap {
    background-color: #ffffff;
    padding: 0;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    -webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.1);
}

.result-patch {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    background-color: #ebebeb;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    z-index: 0;
}

.sec-eight .table {
    margin-bottom: 0;
}

.results-color,
.results-uncolor {
    padding: 20px 0 0 0;
    z-index: 1;
}

.results-color {
    padding-bottom: 20px;
    padding-right: 5px;
    overflow: auto;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: #0987e0; /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0987e0 0%, #0bac00 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#0987e0), to(#0bac00));
    background: -o-linear-gradient(left, #0987e0 0%, #0bac00 100%);
    background: linear-gradient(to right, #0987e0 0%, #0bac00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0987e0', endColorstr='#0bac00', GradientType=1); /* IE6-9 */
}

.results-color .result-text {
    color: #ffffff;
    text-align: right;
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-weight: 200;
    font-size: 16px;
}

.results-color .result-text th {
    font-size: 24px;
    text-align: right;
    font-weight: 400;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
    background-color: white;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #ebebeb;
}

.sec-eight-results th {
    height: 100px;
}

.sec-eight-results td {
    height: 70px;
}

.results-wrap .table > thead > tr > td,
.results-wrap .table > tbody > tr > td {
    vertical-align: middle;
    border: none;
}

.results-wrap .table > thead > tr > th {
    border: none;
    vertical-align: middle;
    line-height: 1;
}

.result-points,
.result-points th {
    text-align: center;
}

.result-points {
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.cell-top--rounded {
    background-color: #ffffff;
    -webkit-border-top-left-radius: 50px;
    border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    border-top-right-radius: 50px;
}

.cell-bot--rounded {
    -webkit-border-bottom-left-radius: 50px;
    border-bottom-left-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.result-points-other .cell-bot--rounded {
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 90px;
}

.result-points-other {
    margin-bottom: 0;
}

.result-points-other__title {
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 200;
    text-transform: uppercase;
}

.result-points__plus-ico {
    font-size: 30px;
    color: #62c42b;
}

.result-points__minus-ico {
    font-size: 30px;
    color: #aaaaaa;
}

.sec-eight-footer {
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 40px;
}

.sec-eight-footer__title {
    font-size: 36px;
    color: #0987e0;
    font-weight: 700;
    margin-bottom: 0;
}

.sec-eight-footer__pretitle {
    font-size: 24px;
    font-weight: 200;
}

.img-table {
    margin: 0 auto;
    display: block;
}

.sec-five {
    background-color: #ededed;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sec-five-howwork {
    margin-top: 50px;
    margin-bottom: 50px;
}

.howwork__title--blue {
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #0987e0;
    margin-top: 0;
    margin-bottom: 20px;
}

.howwork__text {
    font-size: 20px;
    margin-bottom: 20px;
}

.section5 {
    margin-top: 50px;
    height: 600px;
}

.section7 .letter {
    height: 360px;
}

.head-letter-ava2 {
    background: url("face2.jpg")/*tpa=http://es2.Paraxan.com/img/face2.jpg*/ no-repeat;
    width: 120px;
    height: 50px;
    left: 42px;
    top: 88px;
}

.head-letter-ava3 {
    background: url("face3.png")/*tpa=http://es2.Paraxan.com/img/face3.png*/ no-repeat;
    width: 120px;
    height: 50px;
    left: 42px;
    top: 88px;
}

@media screen and (max-width: 1200px) {
    .familiar{
        margin-bottom: 150px;
    }
    .familiar__text {
        margin-left: auto;
        margin-right: auto;
    }

    .row {
        margin-left: auto;
    }

    .ppp-img{
        margin-top: 0;
        height: 50px;
        width: 80px;
    }

    .vvv-img{
        margin-top: 0;
        height: 50px;
        width: 80px;
    }
}

@media only screen and (max-width: 1279px) {
    .tovar {
        margin-top: 50px;
    }
}

.section1 {
    margin-top: 50px;
}

.sec-six-header__title{
    margin-left: 160px;
}

.Layer-35-lh{
    line-height:1;
}