*{
    font-size: 14px;
    font-family: CenturyGothic;
}
.top-header img{
    width: 100%;
}
.menu{
    margin-top: 120px;
    position: relative;
}
.menu .view-conditions{
    position: absolute;
    width: 240px;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    top: -100px;
    left: 50%;
    margin-left: -120px;
    text-align: center;
    background-color: #95cd01;
    box-shadow: 0px 3px 5px 1px rgba(213,214,215,1);
    border-radius: 5px;
    z-index: 99;
    transition: 0.6s ease;
}
.menu .view-conditions:before {
	top: 100%;
	left: 16px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
    z-index: 88;
    width: 0;
    height: 0;
    border-left: 102px solid transparent;
    border-right: 102px solid transparent;
    border-top: 20px solid #95cd01;
}
.menu .view-conditions:hover{
    box-shadow: none;
}
.menu .langs{
    position: absolute;
    position: absolute;
    top: -30px;
    right: 10px;
}
.menu .langs li{
    list-style: none;
    display: inline-block;
}
.menu .langs li a{
    color: #337ab7;
    text-decoration: none;
    margin-left: 10px;
    font-size: 14px;
    font-family: CenturyGothic-Bold;
}
.menu .langs li .active{ text-decoration: underline; }
.menu .langs li a:hover{ text-decoration: underline; }

.menu ul{
    background-image: url(../img/menu-line.png);
    background-repeat: no-repeat;
    background-size: 100%;
    list-style: none;
    padding: 0;
    padding-top: 55px;
}
.menu ul li{
    width: 16.3%;
    display: inline-block;
    text-align: center;
}
.menu ul li a{
    font-family: arial;
    text-transform: uppercase;
    font-size: 15px;
    color: #036d71;
    transition: 0.6s ease;
}
.menu ul li a:hover{
    text-decoration: underline;
}
.banner img{
    width: 100%;
}
.btns-block{
    margin-top: 55px;
    padding-bottom: 70px;
    text-align: center;
    overflow: hidden;
}
.btns-block a{
    display: inline-block;
    width: 450px;
    height: 114px;
    line-height: .7;
    padding-top: 40px;
    background-size: 100%;
    font-family: "OpenSans-Regular";
    font-size: 24px;
    text-transform: uppercase;
    color: #6d6e71;
    text-decoration: none;
    box-shadow: 0px 3px 5px 1px rgba(213,214,215,1);
    border-radius: 10px;
    transition: 0.6s ease;
}
.btns-block a:hover{
    box-shadow: none;
}
.btns-block a span{
    font-size: 14px;
    font-family: 'OpenSans';
    color: #96cd01;
    display: inline-block;
    width: 100%;
    line-height: 1;
}
.btns-block .btn-downlaod{
    padding-left: 110px;
    padding-top: 45px;
    background-image: url(../img/download-btn.png);
}
.btns-block .btn-video{
    padding-top: 52px;
    padding-right: 110px;
    background-image: url(../img/video-btn.png);
}
.caracters{
    overflow: hidden;
    background-image: url(../img/caracts.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #edebe5;
    background-position: top;
    min-height: auto;
    background-size: cover;
    padding-bottom: 50px;
    min-height: 770px;
}
.caracters .left{
    float: left;
    width: 40%:
}
.caracters .right{
    float: right;
    width: 60%;
}
.caracters .right ul{
    list-style: none;
    margin-top: 25px;
    width: 90%;
}
.caracters .right ul li{
    font-size: 18px;
    line-height: 1.5;
    color: #6d6e71;
    margin-bottom: 10px;
}
.supliment{
    margin-top: 150px;
}
.supliment img{
    width: 100%;
}
.supliment .supliment-info{
    background-image: url(../img/supliment_bottom.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    padding-top:
}
.supliment .supliment-info h2{
    font-size: 25px;
    font-family: 'MyriadPro-Regular';
    color: #00277e;
    text-align: center;
    margin-top: 100px;
}
.supliment .supliment-info p{
    font-family: 'MyriadPro-Regular';
    font-size: 18px;
    color: #00277e;
    text-align: center;
}
.line-bottom{
    min-height: 18px;
    padding:  10px 0;
    padding-top: 15px;
    text-align: center;
    background-color: #00277e;
}
.line-bottom p{
    font-size: 20px;
    font-family: 'CenturyGothic-Bold';
    color: #FFF;
}
.baby-block{}

.baby-block img{
    width: 100%;
}
.baby-block .baby-info{
    text-align: center;
    background-image: url(../img/supliment_bottom.png);
    background-repeat: no-repeat;
}
.baby-block .baby-info h2{
    font-family: 'MyriadPro-Regular';
    font-size: 27px;
    color: #00277e;
    width: 90%;
    margin-bottom: 20px;
    text-align: center;
    margin: 20px auto;
    margin-top: 100px;
}
.baby-block .baby-info p{
    font-family: 'MyriadPro-Regular';
    font-size: 17px;
    color: #00277e;
    width: 90%;
    margin: 10px auto;
}
.baby-block .baby-info p b{
    font-family: 'MyriadPro-Bold';
}

.mure img{
    width: 100%;
}
.mure h2{
    font-size: 60px;
    font-family: "CenturyGothic";
    text-align: center;
    margin-top: 180px;
    color: #0084bc;
}
.contain{
    padding-top: 920px;
    padding-bottom: 150px;
    background-image: url(../img/contain.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.contain p{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    font-size: 25px;
    font-family: "CenturyGothic-Bold";
    line-height: 1.5;
}
.contain-list img{
    width: 100%;
    margin-top: 55px;
}
.usefull{
    padding-top: 130px;
    background-color: #f8f8f8;
    color: #fa9300;
}
.usefull h2{
    font-size: 40px;
    font-family: "CenturyGothic";
    margin-bottom: 50px;
}
.usefull .item{
    padding: 30px 0;
    background-color: #faf0e1;
    margin-top: 10px;
    transition: 0.6s ease;
}
.usefull .active{
    background-color: #f69826;
    color: #FFF;
}
.usefull .item h3{
    cursor: pointer;
}
.usefull .item-body{
    padding: 45px 0;
    background-color: #f7a33d;
    color: #FFF;
    -webkit-box-shadow: 0px -3px 17px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -3px 17px -1px rgba(0,0,0,0.75);
    box-shadow: 0px -3px 17px -1px rgba(0,0,0,0.75);
    display: none;
}
.usefull .item-body p{
    margin-bottom: 20px;
}
.contacts{
    padding-top: 175px;
}
.contacts h2{
    font-size: 52px;
    color: #e84614;
}
.contacts h2 img{
    height: 40px;
    margin-top: -8px;
}
.contacts h5{
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 34px;
    margin-top: 50px;
}
.contacts p{
    font-size: 16px;
}
.footer{
    background-image: url(../img/footer.png);
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 30px;
    text-align: center;
    margin-top: 100px;
}
.footer p{
    font-family: Arial;
    font-size: 22px;
    color: #FFF;
}
.footer p b{
    font-family: Arial;
    font-weight: bold;
    font-size: 22px;
}
.promotions img{
    width: 100%;
}
