body {
    font-family: "Open Sans";
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}

.container {
    padding-right: 0;
    padding-left: 0;
}

section,
footer,
header {
    overflow: hidden
}

p.f20 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    padding-top: 5px
}

p.fxs20 {
    font-size: 20px;
    line-height: 24px
}

.f13 {
    font-size: 13px;
}

p b {
    font-weight: 700;
}

span.gold {
    color: #ffd772
}

span.big {
    font-size: 47px;
}

.black {
    color: #000;
}

.blackc {
    font-size: 20px;
    font-weight: 700;

}

header {
    background: url("../images/01xs.jpg") no-repeat center top #000;
    padding-top: 18px
}

header a,
header a:hover {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

h1 {
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
    color: #fff;
    min-width: 290px;
}

h1 span {
    font-size: 54px;
    line-height: 77px;
    text-transform: uppercase
}

h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 30px
}

h3,
.h3 {
    font-size: 22px;
}

h3,
h4 {
    font-weight: 700
}

h4 {
    font-size: 14px;
    line-height: 21px
}



section {
    padding: 30px 0
}

.navbar-nav {
    display: block;
    width: auto;
    float: left;
    margin: 0 auto 50px;
}

.nav>li {
    position: relative;
    display: block;
    padding: 10px 25px
}
@media (min-width: 768px) {
    header {
        background: url("../images/01.jpg") no-repeat center top #000;
        padding-top: 0;
    }
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .blackc {
        font-size: 36px;
        font-weight: 700;
        line-height: 44px
    }
    span.big {
        font-size: 80px;
		line-height:89px;
        letter-spacing: -4px;
    }
    h1 {
        font-size: 50px;
        line-height: 56px;
    }
    h1 span {
        font-size: 70px;
        line-height: 77px
    }
    .navbar-nav>li {
        float: left;
    }
    h2 {
        font-size: 32px;
        line-height: 42px;
    }
    h3,
    .h3 {
        font-size: 22px;
    }
    h4,
    .twosides h4 {
        font-size: 16px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
    h1 {
        font-size: 80px;
        line-height: 100px;
    }
    h1 span {
        font-size: 117px;
    }
    h2 {
        font-size: 40px;
        line-height: 48px;
    }
    h3,
    .h3 {
        font-size: 32px;
    }
    h4,
    .twosides h4 {
        font-size: 20px;
        line-height: 24px
    }
}

header .button.glow-button,
footer .button.glow-button {
    display: block;
    width: 280px;
    /*margin: 115px auto 45px;*/
    margin: 150px auto 45px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    background-image: -moz-linear-gradient( 90deg, rgb(255, 172, 0) 0%, rgb(255, 215, 115) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255, 172, 0) 0%, rgb(255, 215, 115) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255, 172, 0) 0%, rgb(255, 215, 115) 100%);
    padding: 20px 50px;
    border-radius: 4px;
    font-weight: normal;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 4px solid #e39001;
    font-size: 27px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 0.857;
    text-shadow: 0px 3px 3px rgba(230, 134, 0, 1);
    border-radius: 7px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    outline: 0;
    position: relative;
    z-index: 1;
}
footer .button.glow-button { margin: 20px auto 35px;}
header .button.glow-button:hover,
footer .button.glow-button:hover {
    background-image: -moz-linear-gradient( 90deg, rgb(255, 172, 0) 0%, rgb(255, 215, 115) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255, 172, 0) 0%, rgb(255, 215, 115) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255, 172, 0) 0%, rgb(255, 215, 115) 100%);
    box-shadow: 0px 5px 35px 0px rgba(209, 141, 2, .5);
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease;
    border-bottom: 4px solid #e39001;
	cursor:pointer;
}

header .ulli ul,
footer .ulli ul {
    list-style: disc;
    padding: 0;
    margin-top: 20px
}

header .ulli li,
footer .ulli li {
    padding-left: 31px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 19px;
}

header .ulli li:before,
footer .ulli li:before {
    content: "";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -31px;
    /* same as padding-left set on li */
    font-size: 19px;
    /* same as padding-left set on li */
    font-weight: 300;
    padding-right: 12px;
}

header .tube,
footer .tube {
    position: absolute;
    /*top: 160px;
    left: 5px;*/
    top: 140px;
    left: -74px;
}
footer .tube {
    top: 130px;
}
.free {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}
header .caviar,
footer .caviar {
    position: absolute;
    bottom: -90px;
    left: -30px;
    width: 90px;
}

.tube {
    /*width: 100px;*/
    width: 180px;
}

header .discount,
footer .discount {
    position: absolute;
    height: 130px;
    width: 180px;
    right: 0;
    margin-top: 240px
}
footer .discount {
    margin-top: 200px;
}

header .discount .price-old,
footer .discount .price-old {
    font-size: 30px;
    color: #6a6967;
    font-weight: 700;
	text-decoration: line-through;
}

header .discount .price-new,
footer .discount .price-new {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 700
}

header .discount,
footer .discount {
    position: absolute;
    height: 130px;
    width: 180px;
    right: 100px;
}

@media (min-width: 768px) {
    header .ulli li,
    footer .ulli li {
        margin-bottom: 5px;
    }
    header .button.glow-button,
    footer .button.glow-button {
        margin: 0px auto 25px;
    }
    .tube {
        width: 300px
    }
    header .tube,
    footer .tube {
        top: 75px;
        left: 42px;
    }
    footer .tube {
        top: 25px;
    }
    header .caviar,
    footer .caviar {
        left: -40px;
        bottom: 0px;
        width: auto;
    }
    footer .caviar {
        bottom: -13px
    }
    header .discount .price-new,
    footer .discount .price-new {
    font-size: 36px;
    line-height: 36px;
    }
    header .discount,
    footer .discount {
        position: absolute;
        height: 95px;
        width: 180px;
		left: -120px;
        top: -210px;
    }
    header .discount {
        bottom: 0px;
    }
    footer .discount {
        bottom: -25px;
        right: 17px;
       
    }
}

@media (min-width: 1200px) {
    header .tube,
    footer .tube {
        left: 22px;
    }
    header .caviar {
        left: -110px;
        bottom: -20px;
    }
    footer .caviar {
        left: -110px;
        bottom: 0px;
    }	
    footer .tube {
        top: 0px;
    }
    header .discount
     {
        bottom:-15px;
        top: -110px;
    }

    footer .discount {
        bottom: -30px;
        top: -170px;
    }
}

.faces {
    background: url("../images/02xs.jpg") no-repeat center top #fff;
    overflow: hidden;
    padding: 15px 0 106px
}

.faces .mt60 {
    margin-top: 10px;
    margin-bottom: 60px;
    text-align: center!important
}

.faces .col-3 {
    margin-bottom: 20px;
}

.faces .blackc.black {
    margin-bottom: 40px
}

.faces .woman {
    position: absolute;
    left: -120px;
    top: -70px
}

.faces .caviar {
    position: absolute;
    height: 106px;
    background: url("../img/caviar.png") no-repeat center top;
}

.faces .black b {
    font-size: 20px;
    line-height: 20px
}

.faces .black .col-lg-3 {
    padding-left: 35px;
}

.faces ul {
    list-style: none;
    padding: 0;
    margin-top: 20px
}

.faces li {
    padding-left: 31px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 22px;
}

.faces li:before {
    content: "\f05d";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -29px;
    /* same as padding-left set on li */
    font-size: 21px;
    /* same as padding-left set on li */
    font-weight: 300;
    padding-right: 10px;
}

@media (min-width: 768px) {
    .faces .caviar {
        margin-top: 30px;
    }
    .faces .col-3 {
        margin-bottom: 0px;
    }
    .faces li {
        font-size: 14px; 
		margin-bottom: 5px;
    }
    .faces .row.black {
        margin-top: 40px
    }
    .faces .mt60 {
        margin-top: -70px;
        margin-bottom: 160px;
        text-align: left!important
    }
    .faces {
        background: url("../images/02.jpg") no-repeat center top #fff;
        background-size: auto;
        padding: 30px 0 136px
    }
    .faces .row.black img {
        margin-left: -15px
    }
	.faces .row.black .col-lg-1.col-md-1.col-3 img{width: 65px;}
	.faces .black .col-lg-3{padding-left:15px;}
}

@media (min-width: 1200px) {
    .faces li:before {
        margin-left: -31px;
    }
    .faces .row.black img {
        margin-left: 0px
    }
    .faces li {
        font-size: 18px;
		margin-bottom: 20px;
    }
	.faces .black .col-lg-3{padding-left:35px}
}

.unique {
    background: url("../images/03.jpg") no-repeat center top #000;
    padding: 30px 0 25px
}

.unique h1 {
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 3px
}

.unique h2 {
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .unique {
        padding: 45px 0 0;
    }
    .unique h1 {
        font-size: 46px;
        line-height: 46px;
    }
    .unique h2 {
        margin-bottom: 30px
    }
}

@media (min-width: 1200px) {
    .unique h1 {
        font-size: 80px;
        line-height: 86px
    }
}

.twosides {
    background: url("../images/04.jpg") repeat-y center top;
    padding-top: 0px;
    padding-bottom: 0px;
}

.twosides .side {
    padding: 0;
    height: 850px;
}

@media (min-width: 768px) {
    .twosides .side {
        height: 730px;
    }
}

@media (min-width: 1200px) {
    .twosides .side {
        height: 750px;
    }
}
.injections {
    background: url("../images/injections.png") no-repeat center left;
    height: 210px;
    color: #000;
    margin-top: 40px;
    margin-bottom: 10px;
}
.injections h3,
.injections h4,
.injectionsnein h3,
.injectionsnein h4 {
    padding-left: 30px;
    padding-right: 30px
}
.injectionsnein h3,
.injections h3 {
    padding-top: 35px
}
@media (min-width: 768px) {
    .injections h3,
    .injections h4 {
        padding-left: 40px;
        padding-right: 20px
    }
    
    .injectionsnein h3,
    .injectionsnein h4 {
        padding-left: 20px;
        padding-right: 20px
    }
    
    .injectionsnein h3,
    .injections h3 {
        padding-top: 35px
    }
}
@media (min-width: 1200px) {
    .injections h3,
    .injections h4,
    .injectionsnein h3,
    .injectionsnein h4 {
        padding-left: 30px;
        padding-right: 30px
    }
    
    .injectionsnein h3,
    .injections h3 {
        padding-top: 30px
    }
}
.injectionsnein {
    background: url("../images/injectionsnein.png") no-repeat center right;
    height: 220px;
    color: #fff;
    margin-top: 40px
}
.twosides .light-side {
    background: url("../images/side-light.png") right 250px no-repeat;
}
.twosides .dark-side {
    background: url("../images/side-dark.png") left 250px no-repeat;
}
.twosides .dark-side ol {
    margin-left: 75px;
    padding-right: 5px
}
.twosides .dark-side ol li,
.twosides .light-side ol li {
    margin-bottom: 16px;
    height: 80px;
}

@media (max-width: 768px) {
    .twosides .dark-side ol li,
    .twosides .light-side ol li {
        margin-bottom: 16px;
        height: 100px;
    }
}

.twosides .dark-side ol li:nth-child(3):before {
    margin-bottom: 80px;
}
.twosides .dark-side ol li:before {
    margin-bottom: 10px;
}
.twosides ol {
    list-style-type: none;
    counter-reset: num;
    margin-bottom: 20px;
}
.twosides ol li {
    color: #fff;
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
}
.twosides .light-side ol {
    margin-right: 175px;
    margin-left: 0;
    padding-left: 5px;
    line-height: 22px;
}
.twosides .light-side ol li:before {
    content: "\f068";
    font-family: FontAwesome;
    color: #fff;
    font-size: 21px;
    display: block;
    float: right;
    font-weight: bold;
    height: 31px;
    width: 31px;
    background: #2f2f2f;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    line-height: 33px;
    margin: 0px -50px 22px 0;
    font-style: normal;
}
.twosides .light-side ol li:after {
    content: "";
    display: block;
    clear: both;
}
.twosides .dark-side ol li:before {
    content: "\f067";
    font-family: FontAwesome;
    color: #fff;
    font-size: 18px;
    display: block;
    float: left;
    font-weight: bold;
    height: 31px;
    width: 31px;
    background: #2f2f2f;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    line-height: 33px;
    margin: 0 15px 52px 0;
    font-style: normal;
}
.twosides .dark-side ol li:after {
    content: "";
    display: block;
    clear: both;
}
@media (min-width: 768px) {
    .twosides .light-side {
        background: url("../images/side-light.png") right 231px no-repeat;
    }
    
    .twosides .dark-side {
        background: url("../images/side-dark.png") left 231px no-repeat;
    }
    
    .twosides .light-side ol {
        margin-right: 220px;
        margin-top: 30px;
    }
    
    .twosides .dark-side ol {
        margin-left: 115px;
        margin-top: 17px;
    }
    
    .twosides ol li {
        font-size: 16px;
        line-height: 18px;
    }
    
    .twosides .dark-side ol li:before {
        margin: 0 20px 26px 0;
    }
    
    .twosides .light-side {
        background-size: 289px;
    }
    
    .twosides .dark-side {
        background-size: 327px;
    }
    
    .twosides .dark-side ol li:nth-child(3):before {
        margin-bottom: 60px;
    }
}
@media (min-width: 1200px) {
    .twosides .light-side {
        background: url("../images/side-light.png") right 120px no-repeat;
    }
    
    .twosides .dark-side {
        background: url("../images/side-dark.png") left 120px no-repeat;
    }
    
    .twosides .light-side ol {
        margin-right: 250px;
    }
    
    .twosides ol li {
        font-size: 18px;
        line-height: 21px;
    }
    
    .twosides .dark-side ol {
        margin-left: 120px;
        margin-left: 170px;
    }
    
    .twosides .light-side ol li:nth-child(1):before {
        margin-bottom: 45px;
    }
    
    .twosides .dark-side ol li:nth-child(3):before {
        margin-bottom: 48px;
    }
}
.components {
    margin-bottom: 156px
}
.components .col-sm-6 {
    margin-top: 20px;
}

.components .table {
    display: table;
    padding: 0;
    border-collapse: collapse;
    margin-left:0;
    width: 100%;
    margin-bottom: 0;
}

.components .table .td {
    display: block;
    
    vertical-align: middle;
	width:100%
}

.components .table h4 {
    height: auto;
	text-align:center;
}
.components img{display:block;width:auto;margin:0 auto;width: 180px}
@media (min-width:768px) {
	.components .table {width:auto;margin-left: -15px;}
	.components .table .td {display: table-cell;height: 143px;width:auto}
	.components .table h4 {padding-left: 10px;text-align:left}
}
.components p {
    font-size: 16px;
    line-height: 1.2;
}
.components .fa-plus-circle {
    font-size: 80px;
    color: #ffd772;
    margin-top: 30px
}
.components .caviar {
    position: absolute;
    height: 156px;
    background: url("../img/caviar.png") no-repeat center top;
    margin-top: 40px;
}
@media (min-width: 768px) {
    .components h4 {
        height: 58px
    }
    

}
@media (min-width: 1200px) {
    .components img {
        width: auto
    }
    

}
.results {
    background: url("../img/") no-repeat center top #000;
}
.results h2 {
    padding: 20px 0
}
.results .whitebg {
    background: #fff;
    color: #000;
    font-size: 20px!important;
    font-size: 700;
    padding: 15px;
    margin: 40px 0 30px
}
.ba-slider {
    position: relative;
    overflow: hidden;
    border: 8px solid #ffac01
}
.ba-slider img {
    width: 100%;
    display: block;
}
.resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}
.handle {
    /* Thin line seperator */
    
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    margin-left: -2px;
    background: rgba(255, 255, 255, .8);
    cursor: ew-resize;
}
.handle:after {
    /* Big orange knob  */
    
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    content: '\2666';
    color: white;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    line-height: 64px;
    transition: all 0.3s ease;
}
.draggable:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height: 48px;
    font-size: 30px;
}
.results h4 {
    margin-top: 15px;
    font-size: 20px
}
.kurs {
    background: url("../img/04.jpg?i=1") repeat-y center center;
}
.reviews h2 {
    margin-bottom: 0
}
.reviews .sun img {
    max-width: 100%
}
.reviews .sun {
    background: url("../img/") no-repeat center center;
    margin: 0px 0 -50px;
    padding-top: 23px;
    height: 310px;
}
@media (min-width: 768px) {
    .reviews .sun {
        background: url("../img/") no-repeat center 20px;
        background-size: cover;
        height: auto;
    }
    
    .reviews h4 {
        padding-top: 70px
    }
    
    .pricingTable {
        margin: 40px auto;
    }
}
@media (min-width: 1200px) {
    .reviews .sun {
        margin: 0px 0 -50px;
        background: url("../img/") no-repeat center center;
        height: 310px;
    }
    
    .reviews h4 {
        padding-top: 0px
    }
}
.pricingTable > .pricingTable-title {
    text-align: center;
    color: #6e768d;
    font-size: 3em;
    font-size: 300%;
    margin-bottom: 20px;
    letter-spacing: 0.04em;
}
.pricingTable > .pricingTable-subtitle {
    text-align: center;
    color: #b4bdc6;
    font-size: 1.8em;
    letter-spacing: 0.04em;
    margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
    .pricingTable > .pricingTable-subtitle {
        margin-bottom: 30px;
    }
}
.pricingTable-firstTable {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.pricingTable-firstTable_table {
    vertical-align: middle;
    width: 31%;
    background-color: #fff;
    display: inline-block;
    padding: 0px 15px 40px;
    text-align: center;
    max-width: 320px;
    transition: all 0.3s ease;
    border-radius: 5px;
}
.pricingTable-firstTable_table img {
    max-width: 100%
}
.pricingTable-firstTable_table.blacktable,
.pricingTable-firstTable_table.blacktable h3 {
    background-color: #000;
    color: #fff
}
@media screen and (max-width: 767px) {
    .pricingTable-firstTable_table {
        display: block;
        width: 90%;
        margin: 0 auto;
        max-width: 90%;
        margin-bottom: 20px;
        padding: 10px;
        padding-left: 20px;
    }
}
@media screen and (max-width: 767px) {
    .pricingTable-firstTable_table > * {
        display: inline-block;
        vertical-align: middle;
    }
}
@media screen and (max-width: 480px) {
    .pricingTable-firstTable_table > * {
        display: block;
        float: none;
    }
}
@media screen and (max-width: 767px) {
    .pricingTable-firstTable_table:after {
        display: table;
        content: '';
        clear: both;
    }
}
.pricingTable-firstTable_table:hover {
    transform: scale(1.08);
}
@media screen and (max-width: 767px) {
    .pricingTable-firstTable_table:hover {
        transform: none;
    }
}
.pricingTable-firstTable_table:not(:last-of-type) {
    margin-right: 2.5%;
}
@media screen and (max-width: 767px) {
.pricingTable-firstTable_table:not(:last-of-type) {
    margin-right: 5%;
}	
    .pricingTable-firstTable_table:not(last-of-type) {
        margin-right: auto;
    }
}
.pricingTable-firstTable_table:nth-of-type(2) {
    position: relative;
}
@media screen and (max-width: 767px) {
    .pricingTable-firstTable_table:nth-of-type(2) h1 {
        padding-top: 8%;
    }
}
.pricingTable-firstTable_table:nth-of-type(2):before {
    content: 'BEST';
    position: absolute;
    color: black;
    display: block;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    text-align: center;
    right: 15px;
    top: -62px;
    height: 85px;
    width: 85px;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    padding-top: 20px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    border: 9px solid #000;
}
@media screen and (max-width: 767px) {
    .pricingTable-firstTable_table:nth-of-type(2):before {
        left: -25px;
        width: 65px;
        height: 65px;
        top: -10px;
        padding-top: 13px;
    }
}
@media screen and (max-width: 480px) {
    .pricingTable-firstTable_table:nth-of-type(2):before {
        font-size: 0.8em;
    }
}
.pricingTable-firstTable_table:nth-of-type(2):hover:before {
    transform: rotate(360deg);
}
.pricingTable-firstTable_table__header {
    font-size: 1.3em;
    padding: 20px 0px;
    border-bottom: 1px solid #6a6967;
    letter-spacing: 0.03em;
    color: #000;
}
@media screen and (max-width: 992px) {
    .pricingTable-firstTable_table__header {
        font-size: 1.25em;
    }
}
@media screen and (max-width: 767px) {
    .pricingTable-firstTable_table__header {
        padding: 0px;
        border-bottom: none;
        float: left;
        width: 100%;
        padding-top: 3%;
        padding-bottom: 2%;
    }
}
@media screen and (max-width: 480px) {
    .pricingTable-firstTable_table__header {
        float: none;
        width: 100%;
        margin-bottom: 5px;
    }
}
.pricingTable-firstTable_table__pricing {
    font-size: 60px;
    padding: 30px 0px;
    border-bottom: 1px solid #6a6967;
    line-height: 0.7;
    font-weight: 700;
}
@media screen and (max-width: 992px) {
    .pricingTable-firstTable_table__pricing {
        font-size: 2.8em;
    }
}
@media screen and (max-width: 767px) {
    .pricingTable-firstTable_table__pricing {
        border-bottom: none;
        padding: 20px 0 0 0;
        float: left;
        clear: left;
        width: 100%;
    }
}
@media screen and (max-width: 610px) {
    .pricingTable-firstTable_table__pricing {
        font-size: 2.4em;
    }
}
@media screen and (max-width: 480px) {
    .pricingTable-firstTable_table__pricing {
        float: none;
        width: 100%;
        font-size: 3em;
        margin-bottom: 10px;
    }
}
.pricingTable-firstTable_table__pricing span:first-of-type {
    font-size: 0.35em;
    vertical-align: top;
    letter-spacing: 0.15em;
}
.pricingTable-firstTable_table__pricing span:last-of-type {
    vertical-align: bottom;
    font-size: 0.3em;
    letter-spacing: 0.04em;
    padding-left: 0.2em;
    font-weight: 300;
    color: #6a6967;
}
@media screen and (max-width: 992px) {
    .pricingTable-firstTable_table__pricing span:last-of-type {
        font-size: 0.25em;
    }
}
.pricingTable-firstTable_table__options {
    list-style: none;
    padding: 15px;
    font-size: 0.9em;
    border-bottom: 1px solid #6a6967;
}
@media screen and (max-width: 992px) {
    .pricingTable-firstTable_table__options {
        font-size: 0.85em;
    }
}
@media screen and (max-width: 767px) {
    .pricingTable-firstTable_table__options {
        border-bottom: none;
        padding: 0;
        margin-right: 10%;
    }
}
@media screen and (max-width: 480px) {
    .pricingTable-firstTable_table__options {
        margin-right: none;
        margin-bottom: 10px;
    }
}
.pricingTable-firstTable_table__options > li {
    padding: 8px 0px;
}
@media screen and (max-width: 767px) {
    .pricingTable-firstTable_table__options > li {
        text-align: left;
    }
}
@media screen and (max-width: 610px) {
    .pricingTable-firstTable_table__options > li {
        padding: 5px 0;
    }
}
.pricingTable-firstTable_table__options > li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 15px;
    color: white;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 0.8em;
    padding: 2px;
    text-align: center;
}
.pricingTable-firstTable_table__getstart {
    background-image: -moz-linear-gradient( 90deg, rgb(255, 172, 0) 0%, rgb(255, 215, 115) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255, 172, 0) 0%, rgb(255, 215, 115) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255, 172, 0) 0%, rgb(255, 215, 115) 100%);
    box-shadow: 0px 4px 0px 0px rgba(230, 134, 0, .8);
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin-top: 30px;
    font-size: 25px;
    font-weight: 700;
    line-height: 0.857;
    text-shadow: 0px 3px 3px rgba(230, 134, 0, 1);
    border-radius: 7px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    outline: 0;
    padding: 15px;
}
.blacktable .pricingTable-firstTable_table__getstart {
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    box-shadow: 0px 4px 0px 0px #5d4a1f;
    color: rgba(0, 0, 0, 0.6);
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
}

.pricingTable-firstTable_table__getstart a{color:#fff!important;text-decoration:none!important}
.blacktable .pricingTable-firstTable_table__getstart a{color: rgba(0, 0, 0, 0.6)!important;text-decoration:none!important}
@media screen and (max-width: 992px) {
    .pricingTable-firstTable_table__getstart {
        font-size: 0.95em;
    }
}
@media screen and (max-width: 767px) {
    .pricingTable-firstTable_table__getstart {
        margin-top: 0;
        margin-bottom: 20px
    }
}
@media screen and (max-width: 610px) {
    .pricingTable-firstTable_table__getstart {
        font-size: 0.9em;
        padding: 10px;
    }
}
@media screen and (max-width: 480px) {
    .pricingTable-firstTable_table__getstart {
        font-size: 1em;
        width: 50%;
        margin: 10px auto;
    }
}
.pricingTable-firstTable_table__getstart:hover {
    transform: translateY(-10px);
    box-shadow: 0px 40px 29px -19px rgba(230, 134, 0, 0.9);
}

.blacktable .pricingTable-firstTable_table__getstart:hover {
    box-shadow: 0px 40px 29px -19px rgba(93, 74, 31, 0.9);
}
@media screen and (max-width: 767px) {
    .pricingTable-firstTable_table__getstart:hover, .blacktable .pricingTable-firstTable_table__getstart:hover {
        transform: none;
        box-shadow: none;
    }
}
.pricingTable-firstTable_table__getstart:active {
    box-shadow: inset 0 0 10px 1px rgba(102, 165, 100, 1), 0px 40px 29px -19px rgba(102, 172, 100, 0.95);
    transform: scale(0.95) translateY(-9px);
}
@media screen and (max-width: 767px) {
    .pricingTable-firstTable_table__getstart:active {
        transform: scale(0.95) translateY(0);
        box-shadow: none;
    }
}
footer {
    background: url("../images/07xs.jpg") no-repeat center 5px #000
}
footer form {
    margin-top: 25px;
}
footer input[type="text"] , footer input[type="tel"]{
    height: 64px;
    background: #000;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 5px;
    padding-left: 20px;
    font-weight: 800;
    font-size: 18px;
    width: 100%;
 
}
footer p.on {
    font-size: 20px;
    font-weight: 700;
    padding: 30px 0 0px;
}
footer h1 {
    margin-bottom: 8px
}
@media (min-width: 768px) {
    footer h1 {
        margin-bottom: 15px
    }
    
    footer {
        background: url("../images/07.jpg") no-repeat center 10px #000
    }
    
    footer p.on {
        font-size: 28px;
        padding: 45px 0 79px;
    }
    
    p.f20,
    .f13 {
        margin-bottom: 7px;
        font-size: 20px;
        line-height: 23px
    }
	
	.unique p.f20{margin-bottom: 37px;}
    
    footer p.f20 {
        line-height: 26px;
        margin-bottom: 20px;
    }
}
@media (min-width: 1200px) {
    footer {
        background: url("../images/07.jpg") no-repeat center -10px #000
    }	
    footer p.on {
        font-size: 40px;
        padding: 45px 0 49px;
    }
}
input:invalid{
    box-shadow:none;
}
form .input-wrapper label {
    display: none;
    pointer-events: none;
    margin: 0;
  }
  
  form .input-wrapper {
      max-width: 320px;
      width: 100%;
    position: relative;
    margin: 0 auto 20px;
  }
  
  form .input-wrapper .error {
    border: 1px solid red!important;
    padding-top: 6px!important;
  }
  
  form .input-wrapper .error+label {
    width: 100%;
    height: 100%;
    color: red;
    display: block !important;
    font-size: 11px;
    line-height: 17px;
    position: absolute;
    top: 0;
    left: 10px;
    text-align: left!important;
  }
  
  form .input-wrapper .error+label:before,
  form .input-wrapper .error+label:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    width: 3px;
    height: 21px;
    background-color: red
  }
  
  form .input-wrapper .error+label:before {
    -webkit-transform: translate(0, -50%) rotate(135deg);
    transform: translate(0, -50%) rotate(135deg)
  }
  
  form .input-wrapper .error+label:after {
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg)
  }
 .footer {
     background: #000!important;
     color: #fff!important;
 }
 @media (max-width:768px) {
    .free {
        min-width: 280px;
        position: absolute;
        bottom: -108px;
        left: -199px;
    }
 }

 .certificate {
     background-color: #000;
     padding: 40px 0;
 }

 .certificate__title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
  }
  .certificate__title span {
    color: #7377ae;
  }
  
  .certificate__wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .certificate__garant {
    width: 200px;
    height: 170px;
  }
  
  .certificate__text {
    text-align: center;
    line-height: 35px;
    max-width: 500px;
    font-size: 24px;
  }
  
  .certificate__img {
    width: 200px;
    height: auto;
  }
  .certificate__container {
    width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    }
  
  @media screen and (max-width: 1024px) {
    .certificate__wrapper {
      flex-direction: column;
    }
    .certificate__garant {
      margin-bottom: 20px;
    }
  
    .certificate__text {
      margin-bottom: 20px;
    }
    .certificate__container {
        width: 740px;
    max-width: none;
    padding: 0;
    }
  }
  
  @media (max-width: 768px) {
      .header__video video {
      left: 114%;
      margin-left: 0; 
    }
    .header__title {
        font-size: 53px;
        color: #7377ae;
        text-transform: uppercase;
    }
    .certificate__text {
      line-height: 20px;
      font-size: 18px;
    }
    .certificate__garant {
      width: 160px;
      height: 130px;
  }
  .certificate__container {
    max-width: 320px;

}
  } 

  .download-link {
    width: 280px;
    /* margin: 115px auto 45px; */
    text-decoration: none;
    background-image: -moz-linear-gradient( 90deg, rgb(255, 172, 0) 0%, rgb(255, 215, 115) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255, 172, 0) 0%, rgb(255, 215, 115) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255, 172, 0) 0%, rgb(255, 215, 115) 100%);
    padding: 5px 15px;
    border-radius: 4px;
    font-weight: normal;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 4px solid #e39001;
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 0.857;
    text-shadow: 0px 3px 3px rgb(230 134 0);
    border-radius: 7px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    outline: 0;
    position: relative;
    z-index: 1;
  }
  .download-link:hover {
    color: #fff;
    text-decoration: none;
  }
  .pf-footer {
    text-align: center;
    padding: 10px 5px;
    color: #000;
   background: #f3f3f3; 
}
.pf-footer a {
    color: #000;
    transition: .3s;
}
.pf-footer a:hover {
cursor: pointer;
text-decoration: underline;
opacity: 0.8;
}
.footer-content {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 5px;
}
.footer-content .footer-left {
background: #ffffff;
padding: 10px;
margin: 5px;
text-align: left;
min-width: 300px;
}
.footer-content .footer-right {
background: #ffffff;
padding: 10px;
margin: 5px;
text-align: left;
min-width: 300px;
}

.mobile-lep_btn {
display: none;    
}
@media (max-width: 768px) {
    .mobile-lep_btn {
    display: block;
    position: sticky;
    bottom: 0;
    z-index: 999;    
}
.mobile-lep_btn .glow-buttons {
    display: block;
    text-align: center;
    width: 100%;
    /*margin: 115px auto 45px;*/
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    background-image: -moz-linear-gradient(90deg, rgb(255, 172, 0) 0%, rgb(255, 215, 115) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 172, 0) 0%, rgb(255, 215, 115) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 172, 0) 0%, rgb(255, 215, 115) 100%);
    padding: 20px 50px;
    border-radius: 0px;
    font-weight: normal;
    text-transform: uppercase;
    /*transition: all 0.2s ease-in-out;*/
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 4px solid #e39001;
    font-size: 27px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 0.857;
    text-shadow: 0px 3px 3px rgba(230, 134, 0, 1);
    border-radius: 7px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    outline: 0;
    position: relative;
    z-index: 1;
}
}
.video {
        /*background: linear-gradient(175deg, #f8edd1, #040404 50%);*/
            /*background: url(../images/01.jpg) no-repeat center top #000;*/
background-color: #fff;
}
.video-block video {
width: 50%;
height: 50%;
}
@media (max-width: 768px) { 
.video-block video {
width: 100%;
height: 100%;
}
}                                  