
@font-face {
    font-family: 'ROBOTO-LIGHT_3';
    src: url('../fonts/ROBOTO-LIGHT_3.ttf');
}
@font-face {
    font-family: 'ROBOTO-LIGHT_1';
src: url('../fonts/ROBOTO-LIGHT_1.ttf');
}
/* font-family: "GothaProLig"; */
@font-face {
    font-family: 'favoritbookc';
    src: url('../fonts/favoritbookc.otf');
}
/* font-family: "GothaProMed"; */
@font-face {
    font-family: 'ROBOTO-MEDIUM_3';
    src: url('../fonts/ROBOTO-MEDIUM_3.ttf');
}
/* font-family: "GothaProReg"; */
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'FAVORITC-ITALIC';
    src: url('../fonts/FAVORITC-ITALIC.otf');
}
@font-face {
    font-family: 'favoritheavyc';
    src: url('../fonts/favoritheavyc.otf');
}

body {
    font-family:'ROBOTO-LIGHT_1', sans-serif;
    font-size: 16px;
    line-height: 18px;
    height: 100%;
    color: #333;
}
.wrapper{
    width: 100%;

}
.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}
.container {
    width: 960px;
    margin: 0 auto;
}

input:focus, button:focus, select:focus, textarea:focus {
    outline: -webkit-focus-ring-color auto 0;
}

a{
    text-decoration: none;
    color: #565254;
}
hr{
    border: 1px solid transparent;
}
/*mobil menu*/
.menu-button {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    cursor: pointer;
    padding: 5px 4px 4px;
    border: 2px solid #ff8a04;
    display: none;
    z-index: 100000;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-animation: blinkBackground 4s infinite;
    -moz-animation: blinkBackground 4s infinite;
    -o-animation: blinkBackground 4s infinite;
    animation: blinkBackground 4s infinite;
    position: relative;

}
.menu-button.exit {
    webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}
.hamburger-icon {
    position: relative;
    padding: 8px 0;
    vertical-align: baseline;
    display: inline-block;

}.menu-button.exit .hamburger-icon span {
     background-color: transparent!important;
 }
.hamburger-icon span {
    width: 30px;
    height: 3px;
    background: #fff;
    display: block;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;

}
.menu-button.exit .hamburger-icon span:before {
    -webkit-transform: translateY(8px) rotateZ(-45deg);
    -moz-transform: translateY(8px) rotateZ(-45deg);
    -ms-transform: translateY(8px) rotateZ(-45deg);
    -o-transform: translateY(8px) rotateZ(-45deg);
    transform: translateY(8px) rotateZ(-45deg);
}
.menu-button.exit .hamburger-icon span:after {
    webkit-transform: translateY(-8px) rotateZ(45deg);
    -moz-transform: translateY(-8px) rotateZ(45deg);
    -ms-transform: translateY(-8px) rotateZ(45deg);
    -o-transform: translateY(-8px) rotateZ(45deg);
    transform: translateY(-8px) rotateZ(45deg);
}
.hamburger-icon span:before, .hamburger-icon span:after {
    content: '';
    width: 30px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    outline: 1px solid transparent;
}
.hamburger-icon span:after {
    top: auto;
    bottom: 0;
}
.mobile-menu-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 75%;
    height: 100%;
    left: 100%;
    z-index: 150000;
    cursor: pointer;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: all 400ms cubic-bezier(.445,.050,.55,.95);
    -moz-transition: all 400ms cubic-bezier(.445,.050,.55,.95);
    -o-transition: all 400ms cubic-bezier(.445,.050,.55,.95);
    transition: all 400ms cubic-bezier(.445,.050,.55,.95);
}
.mobile-menu-wrapper .mobile-menu-container {
    padding: 15px 0;
    display: inline-block;
    height: 100%;
    position: relative;
    cursor: default;
    overflow: hidden;
    min-width: 250px;
    max-width: 75%;
    background: #fff;
    border: 1px dashed #5ecbe7;
}
.mobile-menu-wrapper .mobile-menu-container ul.menu1 > li > a {
    display: block;
    padding: 10px 30px 10px 20px;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
}
.mobile-menu-wrapper .mobile-menu-container ul.menu1 >li{
    border-bottom: 1px dashed #5ecbe7;
}
.mobile-menu-open .mobile-menu-wrapper {
    -webkit-transform: translate3d(-37%, 0, 0);
    -moz-transform: translate3d(-37%, 0, 0);
    -ms-transform: translate3d(-37%, 0, 0);
    -o-transform: translate3d(-37%, 0, 0);
    transform: translate3d(-37%, 0, 0);
    -webkit-transition-delay: 80ms;
    -moz-transition-delay: 80ms;
    -o-transition-delay: 80ms;
    transition-delay: 80ms;
}

/*------------- end mobil menu ----------------*/

/*------------- HEADER ----------------*/
.header{
    background: url("../img/header-bg.png") center no-repeat;
    background-size: cover;
    padding: 15px 0 30px 0;
}
.header .container.book{
    position: relative;
}
.header .container.book:after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 23%;
    background: url(../img/book.png) no-repeat;
    width: 630px;
    height: 940px;
}
.top-header{
    border-bottom: 2px dashed #5ecbe7;
    padding-bottom: 10px;
}
.nav li{
    display: inline-block;
    vertical-align: top;
    padding: 0 14px;
    line-height: 30px;
}
.nav li a{
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
}
.nav li a:after{
    zoom: 1;
    filter: alpha(opacity=80);
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
    background-color: #fff;
    content: '';
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -5px;
    display: block;
    width: 0;
    height: 1px;
    -webkit-transition: all 400ms cubic-bezier(.0, .208, .73, 1.075);
    -moz-transition: all 400ms cubic-bezier(.0, .208, .73, 1.075);
    -o-transition: all 400ms cubic-bezier(.0, .208, .73, 1.075);
    transition: all 400ms cubic-bezier(.0, .208, .73, 1.075);
}
.nav li a:hover:after {
    width: 100%;
}
.info{
    width: 506px;
    padding-top: 160px;
    padding-bottom: 200px;
}
.info h1{
    font-size: 40px;
    text-transform: uppercase;
    color: #ffe034;    
    padding-bottom: 20px;
}
.info p{    
    padding-bottom: 20px;
    font-size: 33px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 3px 1px rgba(23,23,23,0.35);
}

.btn{
    border: none;
    width: 260px;
    padding: 15px 0;
    background: #ffe034;
    font-size: 20px;
    font-family: 'Roboto-Regular';
    text-transform: uppercase;
    border-radius: 50px;
    cursor: pointer;
    transition: 1s;
    border-bottom: 2px solid transparent;
    margin-bottom: 8px;
    display: inline-block;
    text-align: center;
}
.btn:hover{
    background: #5ecbe7;
    border-bottom: 2px solid #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.58);
    color: #fff;
    text-shadow: 0 3px 1px rgba(23,23,23,0.35);
}
.main h2{
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;    
    line-height: 30px;
    padding-bottom: 20px;
}
.block{
    padding: 50px 0;
}
.author{
    position: relative;
}
.author ul li{
    text-align: center;
    padding: 10px 0;
}
.author span{
    font-family: 'Roboto-Regular';
}
.author a{
    color: #fa7600;
    text-decoration: underline;
    font-family: 'Roboto-Regular';
    padding: 5px;
    transition: 1s;
}
.author a:hover{
    color: #148ba5;
}
.therapy{
    background: #ffd234;
    background-size: cover;
}
.therapy .border{
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
}
.therapy.bottom .border{
    padding: 30px 0;
}
.therapy.block{
    padding: 20px 0;
}
.therapy p{
    padding: 30px 0 10px 0;
    font-size: 25px;
    text-align: center;
    line-height: 30px;
}
.therapy.bottom p{
    text-align: left;
    font-size: 18px;
    line-height: 27px;
}
.subject ul li{
    background: #f9f9f9;
    margin: 15px 0;
    padding: 10px 0 10px 30px;
    position: relative;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.15);
}
.subject ul li:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #03adcd;
    width: 11px;
    height: 100%;
}
.main .reader h2{
    padding-bottom: 50px;
}
.reader{
    background: #f9f9f9;
}
.reader ul{
    width: 227px;
    float: left;
}
.reader li{
    position: relative;
    padding:0 0 50px 35px;
    line-height: 27px;
}
.reader li:before{
    content: "";
    display: block;
    position: absolute;
    left: -25px;
    top: 10px;
    background: url(../img/check.png) no-repeat;
    width: 40px;
    height: 40px;
}
.reader .img_block{
    float: left;
    width: 470px;
}
.therapy.bottom li:first-child p{
    width: 65%;
    float: left;
}
.therapy.bottom li:first-child figure{
    float: right;
    padding-top: 30px;
}
.therapy.bottom li:last-child p{
    width: 65%;
    float: right;
}
.therapy.bottom li:last-child figure{
    float: left;
    padding-top: 30px;
    cursor: pointer;
}
.order{
    background: url("../img/bottom.png") center no-repeat;
    background-size: cover;
    border-top: 1px solid #fff;
}
.order .img_bottom{
    width: 400px;
    float: left;
    margin-right: 30px;
}
.order .text_bottom h3{    
    font-size: 30px;
    text-transform: uppercase;
    padding: 50px 0;
    color: #00a7c6;
}
.order .text_bottom p{
    line-height: 30px;
    color: #041620;
    padding-bottom: 40px;
}
.footer{
    background: #00568b;
    color: #fff;
}
.footer ul li{
    display: inline-block;
    vertical-align: top;
    width: 33%;
}
.footer ul li a{
    text-decoration: underline;
    color: #fff;
}
.footer span{
    text-transform: uppercase;
}
.footer li{
   position: relative;
    cursor: pointer;
}
.footer li:nth-child(2n):before{
    content: "";
    display: block;
    position: absolute;
    left: -44px;
    top: 0;
    background: url("../img/scype.png") no-repeat;
    width: 35px;
    height: 35px;
    transition: 1s;
}
.footer li:last-child:before{
    content: "";
    display: block;
    position: absolute;
    left: -44px;
    top: 0;
    background: url("../img/mail.png") no-repeat;
    width: 35px;
    height: 35px;
    transition: 1s;
}
.footer li:nth-child(2n):hover:before{
    content: "";
    display: block;
    position: absolute;
    left: -44px;
    top: 0;
    background: url("../img/scype-hover.png") no-repeat;
    width: 35px;
    height: 35px;
}
.footer li:last-child:hover:before{
    content: "";
    display: block;
    position: absolute;
    left: -44px;
    top: 0;
    background: url("../img/mail-hover.png") no-repeat;
    width: 35px;
    height: 35px;
}
.footer p{
    padding-top: 30px;
}
.footer p a{
    color: #fff;
    text-decoration: underline;
}

.footer li:hover a{
    text-shadow: 0 3px 1px rgba(23,23,23,0.35);
}
.footer #to-top-button {
    position: fixed;
    background: #5ecbe7;
    font-size: 26px;
    right: 15px;
    cursor: pointer;
    bottom: 100px;
    color: #fff;
    padding: 3px 8px;
}

/*------------- FOOTER END ----------------*/
/*-----------------*/
/***** Apollo *****/
/*-----------------*/
figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;

}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo .spisok {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    background: #c6af9d;
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
}
figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover .spisok {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 300px;
    height: auto;
    text-align: center;
    cursor: pointer;
}

figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

figure figcaption {
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
    pointer-events: none;
}

figure figcaption,
figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*---Apollo End--*/
