@charset "utf-8";
/* CSS Document */

/* _______________________ FONTS ___________________________ */

@font-face {
    font-family: 'SegoePrint-Bold';
    src: url('../fonts/SegoePrint-Bold.eot');
    src: url('../fonts/SegoePrint-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoePrint-Bold.woff2') format('woff2'),
        url('../fonts/SegoePrint-Bold.woff') format('woff'),
        url('../fonts/SegoePrint-Bold.ttf') format('truetype'),
        url('../fonts/SegoePrint-Bold.svg#SegoePrint-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansNarrow';
    src: url('../fonts/PTSans-Narrow.eot');
    src: url('../fonts/PTSans-Narrow.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PTSans-Narrow.woff2') format('woff2'),
        url('../fonts/PTSans-Narrow.woff') format('woff'),
        url('../fonts/PTSans-Narrow.ttf') format('truetype'),
        url('../fonts/PTSans-Narrow.svg#PTSans-Narrow') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* _______________________ NORMALIZE _______________________ */

article,aside,details,footer,header,nav,hgroup,menu,section,figcaption,figure,main {
    display: block;
}

header {
    position: relative;
}
ol, ul, li { list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
a:active,a:hover {outline-width: 0;}
strong { font-weight: bold;} 
a {text-decoration:none;background-color: transparent;-webkit-text-decoration-skip: objects;} 
textarea{resize: none;overflow:auto;}
input,textarea{outline:none;border: none;-webkit-appearance: none;}

.typical_input {
    display: block;
    width: 100%;
    border: 1px solid #707070;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 33px;
    line-height: 29px;
    margin-bottom: 11px;
    padding: 0 10px;
    font-size: 18px;
    color: #1E1E1E;
}
input[type="submit"] {-webkit-appearance: none;cursor: pointer;}

.typical_btn {
    display: block;
    font-size: 17px;
    color: #FFFFFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: 'SegoePrint-Bold';
    text-align: center;
    background: url(../img/btn.png) no-repeat top center;
    width: 267px;
    height: 259px;
    padding: 110px 0 120px;
    margin: 0 auto;
}
.typical_btn:hover{
    background: url(../img/btn_h.png) no-repeat center;
}
.typical_btn:active{
    background: url(../img/btn_h.png) no-repeat center;
    opacity: 0.6;
}
input[type='search'] {-webkit-appearance: none;}
a,button{outline: none;cursor:pointer;}
button{background:none;border:none;}
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%;height:auto; }
h1, h2, h3, h4, h5{font-weight:normal;}

* { 
    margin:0; 
    padding:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'PTSansNarrow';
}

:after,:before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.justifyfix:after { width:100%; display:inline-block; vertical-align:top; clear:both; background:none; content:'';}
.clearfix:after { clear:both;content:'';display:block;}

input::-webkit-input-placeholder , textarea::-webkit-input-placeholder
{opacity: 1;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
input::-moz-placeholder , textarea::-moz-placeholder
{opacity: 1;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
input:-moz-placeholder , textarea:-moz-placeholder
{opacity: 1;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
input:-ms-input-placeholder , textarea:-ms-input-placeholder
{opacity: 1;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}

input:hover::-webkit-input-placeholder , textarea:hover::-webkit-input-placeholder
{opacity: 1;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
input:hover::-moz-placeholder , textarea:hover::-moz-placeholder
{opacity: 1;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
input:hover:-moz-placeholder , textarea:hover:-moz-placeholder
{opacity: 1;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
input:hover:-ms-input-placeholder , textarea:hover:-ms-input-placeholder
{opacity: 1;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}

input:focus::-webkit-input-placeholder ,textarea:focus::-webkit-input-placeholder
{opacity: 0;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
input:focus::-moz-placeholder , textarea:focus::-moz-placeholder
{opacity: 0;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
input:focus:-moz-placeholder , textarea:focus:-moz-placeholder
{opacity: 0;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
input:focus:-ms-input-placeholder , textarea:focus:-ms-input-placeholder
{opacity: 0;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}

/* _______________________ Page Styles ____________________  */

h1,
h2 {
    font-size: 40px;
    line-height: 1;
    color: #797979;
}

h3 {
    font-size: 25px;
    line-height: 1;
    color: #858585;
}

h4 {}

p {
    font-size: 20px;
    line-height: 1;
    color: #797979;
}

p a {
    color: #00CAAA;
}

p a:hover {
    color: #797979;
}

li {
    font-size: 20px;
    line-height: 1;
    color: #797979;
}

.container {
    width: 1280px;
    margin: 0 auto;
    min-width: 1280px;
}

.wrapper {
    min-width: 1300px;
    position: relative;
    min-height: -webkit-calc(100vh - 3px);
    min-height: -moz-calc(100vh - 3px);
    min-height: calc(100vh - 3px);
}
input::-webkit-input-placeholder , textarea::-webkit-input-placeholder{font-size: 18px; color: #1E1E1E;}
input::-moz-placeholder , textarea::-moz-placeholder{font-size: 18px; color: #1E1E1E;}
input:-moz-placeholder , textarea:-moz-placeholder{font-size: 18px; color: #1E1E1E;}
input:-ms-input-placeholder , textarea:-ms-input-placeholder{font-size: 18px; color: #1E1E1E;}


a, .btn, .nav_level_2, .nav_level_3, .categories_pull, .categoties_hidden_thoughts a, .categoties_hidden li, .login_btn:before, .typical_btn, .library_img, .library_title,.pink_btn,.ill_item:after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.line{
    display: block;
    width: 100%;
    border-bottom: 1px dashed #797979;
    margin: 35px 0 15px;
}

ol {
    counter-reset: li;
}

ol li:before {
    content: counter(li);
    counter-increment: li;
    display: inline-block;
    top: 0;
    left: 0;
    font-size: inherit;
    color: inherit;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes fadeIn {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}


/* _______________________  ___________________________ */


/*BEGIN logo=>>*/

.logo {
    float: left;
    padding-left: 0;
    width: 300px;
    padding-top: 26px;
    position: relative;
    z-index: 15;
}

.logo p {
    font-size: 15px;
    line-height: 16px;
}

.logo a {
    font-size: 25px;
    line-height: 32px;
    color: #797979;
    font-family: 'SegoePrint-Bold';
}

.logo a:hover {
    color: #00CAAA;
}

.nav_head {
    float: left;
    width: -webkit-calc(100% - 515px);
    width: -moz-calc(100% - 515px);
    width: calc(100% - 515px);
    text-align: center;
    text-align: -webkit-center;
    padding-top: 46px;
    padding-bottom: 35px;
}

.nav_level_1 {
    display: block;
}

.nav_level_1 li {
    display: inline-block;
    vertical-align: top;
}

.nav_level_1 li a {
    color: #797979;
    font-family: 'SegoePrint-Bold';
    font-size: 20px;
    line-height: 23px;
    display: block;
    padding: 0 24px;
}

.nav_level_1 li a:hover,
.nav_level_1 li a:focus,
.nav_level_1 li a:active {
    color: #00CAAA;
}

.nav_level_2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 70px;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
}

.nav_head .nav_level_2 li {}

.nav_head .nav_level_2 a {
    font-size: 17px;
    line-height: 23px;
    color: #655D64;
    font-family: 'PTSansNarrow';
    padding-bottom: 5px;
}

.nav_head .nav_level_3 {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    background: #F4F4F4;
    height: 38px;
    padding-right: 31px;
}

.nav_head .nav_level_3 li {}

.nav_head .nav_level_3 a {
    font-size: 16px;
    line-height: 36px;
    color: #797979;
    position: relative;
    padding-bottom: 0;
    z-index: 2;
}

.right_head {
    float: right;
    width: 215px;
    padding-top: 18px;
    text-align: right;
}

.login_head {
    margin-bottom: 6px;
}

.mail_link {
    color: #797979;
    font-family: 'SegoePrint-Bold';
    font-size: 20px;
    line-height: 32px;
    display: inline-block;
    position: relative;
    padding-left: 50px;
}

.mail_link:hover {
    opacity: 0.75;
}

.mail_link:before {
    content: '';
    background: url(../img/mail.png) no-repeat top center;
    width: 41px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.nav_item_has_children1:hover .nav_level_2,
.nav_item_has_children2:hover .nav_level_3 {
    opacity: 1;
    visibility: visible;
}

.login_btn {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 25px;
    line-height: 17px;
    font-size: 15px;
    color: #797979;
    font-family: 'SegoePrint-Bold';
}

.login_btn:hover {
    color: #FB60DC;
}

.login_btn:before {
    content: '';
    background: url(../img/login.png) no-repeat top center;
    width: 19px;
    height: 17px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.login_btn:hover:before {
    background: url(../img/login_h.png) no-repeat top center;
}


/*<<=logo END*/


/*BEGIN breadcrumbs=>>*/

.main {
    padding-bottom: 60px;
}

.breadcrumbs {
    position: relative;
    z-index: 1;
    line-height: 36px;
    margin-bottom: 25px;
}

.breadcrumbs a {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #797979;
    position: relative;
}

.breadcrumbs a:after {
    content: '/';
    display: inline-block;
    margin: 0 3px 0 7px;
}

.breadcrumbs span {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #0C0C0C;
    position: relative;
}

.main h2,
.main h1 {
    margin-bottom: 25px;
}

.content_img {
    max-width: 50%;
    display: block;
    margin-bottom: 25px;
}

.columned_txt {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin-bottom: 30px;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
}

.columned_txt p {
    padding: 10px 0;
    text-align: justify;
}


/*<<=breadcrumbs END*/


/*BEGIN footer=>>*/

footer {
    text-align: right;
    padding: 25px 0 60px;
}

footer p {
    font-size: 15px;
}


/*<<=footer END*/


/*BEGIN =>>*/

.decoration_block {
    position: absolute;
    bottom: 0;
    right: 0;
}

.decoration_block img {
    margin-bottom: -7px;
}

.top_layer {
    position: absolute;
    bottom: -7px;
    right: 0;
    display: block;
    z-index: 1;
}

.bottom_layer {
    position: absolute;
    bottom: 0;
    right: 0;
}


/*<<= END*/


/*BEGIN library_item=>>*/

.library_item {
    display: inline-block;
    vertical-align: top;
    margin-right: -webkit-calc((100% - 960px)/4);
    margin-right: -moz-calc((100% - 960px)/4);
    margin-right: calc((100% - 960px)/4);
    width: 189px;
    margin-bottom: 35px;
}

.library_block .library_item:nth-child(5n) {
    margin-right: 0;
}

.library_img {
    display: block;
    margin-bottom: 10px;
}

.library_imgimg {
    max-height: 264px;
}

.library_img_height {
    display: table;
    width: 100%;
    height: 264px;
    text-align: center;
}

.library_img_position {
    display: table-cell;
    vertical-align: middle;
}

.library_block {}

.library_img img {
    width: 100%;
    max-height: 264px;
}

.columned_img {
    display: block;
    max-width: 100%;
    max-height: 300px;
    margin: 0 auto;    
    margin-bottom: 40px;
}

.library_item:hover .library_img {
    opacity: 0.7;
}

.library_title {
    display: block;
    font-size: 25px;
    line-height: 1;
    color: #858585;
}

.library_item:hover .library_title {
    color: #00CAAA;
}


/*<<=library_item END*/


/*BEGIN about_block=>>*/

.about_block {}

.about_img {
    float: left;
    width: 675px;
    margin-left: -100px;
}

.about_img img {}

.about_txt {
    float: right;
    width: -webkit-calc(100% - 575px);
    width: -moz-calc(100% - 575px);
    width: calc(100% - 575px);
    padding-top: 295px;
    padding-right: 40px;
}

.about_txt h2 {
    font-family: 'SegoePrint-Bold';
}

.about_txt p {
    margin: 20px 0;
}


/*<<=about_block END*/


/*BEGIN book_block=>>*/

.book_block {
    position: relative;
    height: -webkit-calc(100vh - 300px);
    height: -moz-calc(100vh - 300px);
    height: calc(100vh - 300px);
    min-height: 720px;
    overflow: hidden;
}


/*<<=book_block END*/


/*BEGIN parallax_block=>>*/

.parallax_block {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.scene {
    height: 100%;
}

.main_img {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 56%;
    left: 50% !important;
    margin-left: -23%;
    top: 3% !important;
}

.parallax_container {
    position: relative;
    height: 674px;
}

.layer {}

.layer1 {
    top: -12% !important;
}

.layer1 img {
    min-height: 100%;
    width: auto;
}

.layer2 {
    bottom: 0 !important;
    top: auto !important;
    left: 7% !important;
}

.layer3 {
    width: 51%;
    left: 31% !important;
    top: 7% !important;
}

.layer4 {
    left: 22% !important;
    top: 3% !important;
}


/*<<=parallax_block END*/


/*BEGIN info_main=>>*/

.info_main {
    padding: 30px 10% 40px 0;
}

.info_main p {}

.info_main h3 {
    margin-bottom: 20px;
}


/*<<=info_main END*/


/*BEGIN categories_list=>>*/

.categories_list {}

.category_item {
    position: absolute;
    z-index: 10;
    display: block;
    text-align: center;
}

.category_item_fairy {
    top: 0;
    left: 0;
}

.category_item_prose {
    top: 5%;
    right: 0;
}

.category_item_thoughts {
    bottom: -5%;
    left: 0;
}

.category_item_inspire {
    bottom: -10%;
    right: 0;
}

.categories_pull {
    display: block;
    width: 267px;
    height: 259px;
    padding: 108px 55px 55px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    font-size: 25px;
    color: #FFFFFF;
    font-family: 'SegoePrint-Bold';
    cursor: pointer;
}

.categories_pull span {
    display: block;
    position: relative;
    z-index: 15;
    font-size: 25px;
    color: #FFFFFF;
    font-family: 'SegoePrint-Bold';
    cursor: pointer;
}

.categories_pull_fairy {
    background: url(../img/fairytales/f_main.png) no-repeat top center;
}

.categories_pull_fairy:hover,
.categories_pull_fairy:active,
.categories_pull_fairy:focus,
.categories_pull_fairy.categories_pull_is_open {
    background: url(../img/fairytales/f_main_hover.png) no-repeat top center;
}

.categories_pull_prose {
    background: url(../img/prose/p_main.png) no-repeat top center;
}

.categories_pull_prose:hover,
.categories_pull_prose:active,
.categories_pull_prose:focus,
.categories_pull_prose.categories_pull_is_open {
    background: url(../img/../img/prose/p_main_h.png) no-repeat top center;
}

.categories_pull_thoughts {
    background: url(../img/thoughts/t_main.png) no-repeat top center;
}

.categories_pull_thoughts:hover,
.categories_pull_thoughts:active,
.categories_pull_thoughts:focus,
.categories_pull_thoughts.categories_pull_is_open {
    background: url(../img/thoughts/t_main_h.png) no-repeat top center;
}

.categories_pull_inspire {
    background: url(../img/inspire/i_main.png) no-repeat top center;
    width: 327px;
    height: 325px;
    padding-top: 145px;
    font-size: 20px;
}

.categories_pull_inspire span {
    font-size: 20px;
}

.categories_pull_inspire:hover,
.categories_pull_inspire:active,
.categories_pull_inspire:focus,
.categories_pull_inspire.categories_pull_is_open {
    background: url(../img/inspire/i_main_h.png) no-repeat top center;
}

.categoties_hidden {
    display: none;
    /* position: absolute; */
    top: 0;
    z-index: 66;
    bottom: 0;
}

.categoties_hidden li {
    position: absolute;
    display: block;
    text-align: center;
    opacity: 0;
}

.categories_pull_is_open + .categoties_hidden li {
    opacity: 1;
}

.categoties_hidden a {
    display: block;
    font-size: 15px;
    color: #FFFFFF;
    font-family: 'SegoePrint-Bold';
    position: relative;
    z-index: 10;
}

.categoties_hidden_fairy {}

.categoties_hidden_fairy li {
    background: url(../img/fairytales/f_item.png) no-repeat center;
    width: 247px;
    height: 252px;
    -moz-background-size: 90%;
    -o-background-size: 90%;
    background-size: 90%;
    padding: 75px 70px;
}

.categoties_hidden_fairy li:hover {
    background: url(../img/fairytales/f_item_h.png) no-repeat center;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.categoties_hidden_fairy li:nth-child(1) {
    top: -65px;
    right: -18%;
    -webkit-animation: fadeIn 0.4s ease-in-out 0s;
    -moz-animation: fadeIn 0.4s ease-in-out 0s;
    -o-animation: fadeIn 0.4s ease-in-out 0s;
    animation: fadeIn 0.4s ease-in-out 0s;
}

.categoties_hidden_fairy li:nth-child(2) {
    bottom: -60px;
    left: -15%;
    -webkit-animation: fadeIn 0.8s ease-in-out 0s;
    -moz-animation: fadeIn 0.8s ease-in-out 0s;
    -o-animation: fadeIn 0.8s ease-in-out 0s;
    animation: fadeIn 0.8s ease-in-out 0s;
}

.categoties_hidden_fairy li:nth-child(3) {
    top: -58px;
    left: -25%;
    -webkit-animation: fadeIn 1.2s ease-in-out 0s;
    -moz-animation: fadeIn 1.2s ease-in-out 0s;
    -o-animation: fadeIn 1.2s ease-in-out 0s;
    animation: fadeIn 1.2s ease-in-out 0s;
}

.categoties_hidden_fairy a {
    padding-top: 35px;
    padding-bottom: 15px;
}

.categoties_hidden_prose {}

.categoties_hidden_prose li {
    background: url(../img/prose/p_item.png) no-repeat center;
    width: 247px;
    height: 252px;
    -moz-background-size: 90%;
    -o-background-size: 90%;
    background-size: 90%;
    padding: 75px 70px;
}

.categoties_hidden_prose li:hover {
    background: url(../img/prose/p_item_h.png) no-repeat center;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.categoties_hidden_prose li:nth-child(1) {
    top: -70px;
    right: 25%;
    -webkit-animation: fadeIn 0.4s ease-in-out 0s;
    -moz-animation: fadeIn 0.4s ease-in-out 0s;
    -o-animation: fadeIn 0.4s ease-in-out 0s;
    animation: fadeIn 0.4s ease-in-out 0s;
}

.categoties_hidden_prose li:nth-child(2) {
    top: -60px;
    right: -20%;
    -webkit-animation: fadeIn 0.8s ease-in-out 0s;
    -moz-animation: fadeIn 0.8s ease-in-out 0s;
    -o-animation: fadeIn 0.8s ease-in-out 0s;
    animation: fadeIn 0.8s ease-in-out 0s;
}

.categoties_hidden_prose li:nth-child(3) {
    bottom: -52px;
    right: -23%;
    -webkit-animation: fadeIn 1.2s ease-in-out 0s;
    -moz-animation: fadeIn 1.2s ease-in-out 0s;
    -o-animation: fadeIn 1.2s ease-in-out 0s;
    animation: fadeIn 1.2s ease-in-out 0s;
}

.categoties_hidden_prose a {
    padding-top: 35px;
    padding-bottom: 15px;
}

.categoties_hidden_thoughts {}

.categoties_hidden_thoughts li {}

.categoties_hidden_thoughts li:nth-child(1) {
    width: 76px;
    height: 80px;
    bottom: 40px;
    left: 40%;
    -webkit-animation: fadeIn 0.4s ease-in-out 0s;
    -moz-animation: fadeIn 0.4s ease-in-out 0s;
    -o-animation: fadeIn 0.4s ease-in-out 0s;
    animation: fadeIn 0.4s ease-in-out 0s;
}

.categoties_hidden_thoughts li:nth-child(2) {
    width: 81px;
    height: 84px;
    bottom: 135px;
    left: 16%;
    -webkit-animation: fadeIn 0.8s ease-in-out 0s;
    -moz-animation: fadeIn 0.8s ease-in-out 0s;
    -o-animation: fadeIn 0.8s ease-in-out 0s;
    animation: fadeIn 0.8s ease-in-out 0s;
}

.categoties_hidden_thoughts li:nth-child(3) {
    width: 87px;
    height: 79px;
    bottom: 62px;
    left: 3%;
    -webkit-animation: fadeIn 1.2s ease-in-out 0s;
    -moz-animation: fadeIn 1.2s ease-in-out 0s;
    -o-animation: fadeIn 1.2s ease-in-out 0s;
    animation: fadeIn 1.2s ease-in-out 0s;
}

.categoties_hidden_thoughts a {}

.categoties_hidden_thoughts a:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.categoties_hidden_inspire {}

.categoties_hidden_inspire li {
    background: url(../img/inspire/i_item.png) no-repeat center;
    width: 269px;
    height: 235px;
    -moz-background-size: 90%;
    -o-background-size: 90%;
    background-size: 90%;
    padding: 65px 80px;
}

.categoties_hidden_inspire li:hover {
    background: url(../img/inspire/i_item_h.png) no-repeat center;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.categoties_hidden_inspire li:nth-child(1) {
    top: -30px;
    left: -8%;
    -webkit-animation: fadeIn 0.4s ease-in-out 0s;
    -moz-animation: fadeIn 0.4s ease-in-out 0s;
    -o-animation: fadeIn 0.4s ease-in-out 0s;
    animation: fadeIn 0.4s ease-in-out 0s;
}

.categoties_hidden_inspire li:nth-child(2) {
    bottom: -23px;
    left: -8%;
    -webkit-animation: fadeIn 0.8s ease-in-out 0s;
    -moz-animation: fadeIn 0.8s ease-in-out 0s;
    -o-animation: fadeIn 0.8s ease-in-out 0s;
    animation: fadeIn 0.8s ease-in-out 0s;
}

.categoties_hidden_inspire li:nth-child(3) {
    bottom: -30px;
    right: -10%;
    -webkit-animation: fadeIn 1.2s ease-in-out 0s;
    -moz-animation: fadeIn 1.2s ease-in-out 0s;
    -o-animation: fadeIn 1.2s ease-in-out 0s;
    animation: fadeIn 1.2s ease-in-out 0s;
}

.categoties_hidden_inspire a {
    padding: 40px 0 15px;
}


/*<<=categories_list END*/


/*BEGIN thoughts_block=>>*/

.thoughts_block {
    padding-bottom: 50px;
}

.thought_item {
    -moz-transition: -moz-transform .15s linear;
    -o-transition: -o-transform .15s linear;
    -webkit-transition: -webkit-transform .15s linear;
    display: block;
    position: relative;
    width: 200px;
    height: 200px;
    -webkit-border-radius: 0 0 0 120px / 0 0 0 20px;
    -moz-border-radius: 0 0 0 120px / 0 0 0 20px;
    border-radius: 0 0 0 120px / 0 0 0 20px;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    margin-right: -webkit-calc(100% - 1215px);
    margin-right: -moz-calc(100% - 1215px);
    margin-right: calc(100% - 1215px);
    margin-top: 50px;
}

.thoughts_block .thought_item:nth-child(5n) {
    margin-right: 0;
}

.wrap_thought_item {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
}

.thought_item:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 7px;
    bottom: 15px;
    width: 70%;
    max-width: 84px;
    /* avoid rotation causing ugly appearance at large container widths */
    height: 55%;
    -webkit-box-shadow: 0 19px 25px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 19px 25px rgba(0, 0, 0, 0.3);
    box-shadow: 0 19px 25px rgba(0, 0, 0, 0.3);
    -webkit-transform: skew(-18deg) rotate(-15deg);
    -moz-transform: skew(-18deg) rotate(-15deg);
    -ms-transform: skew(-18deg) rotate(-15deg);
    -o-transform: skew(-18deg) rotate(-15deg);
    transform: skew(-18deg) rotate(-15deg);
}

.thought_item_yellow {
    background: rgba(255, 238, 87, 1);
    background: -moz-linear-gradient(45deg, rgba(255, 238, 87, 1) 0%, rgba(253, 238, 142, 1) 27%, rgba(255, 219, 41, 1) 68%, rgba(255, 237, 135, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255, 238, 87, 1)), color-stop(27%, rgba(253, 238, 142, 1)), color-stop(68%, rgba(255, 219, 41, 1)), color-stop(100%, rgba(255, 237, 135, 1)));
    background: -webkit-linear-gradient(45deg, rgba(255, 238, 87, 1) 0%, rgba(253, 238, 142, 1) 27%, rgba(255, 219, 41, 1) 68%, rgba(255, 237, 135, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(255, 238, 87, 1) 0%, rgba(253, 238, 142, 1) 27%, rgba(255, 219, 41, 1) 68%, rgba(255, 237, 135, 1) 100%);
    background: linear-gradient(45deg, rgba(255, 238, 87, 1) 0%, rgba(253, 238, 142, 1) 27%, rgba(255, 219, 41, 1) 68%, rgba(255, 237, 135, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffee57', endColorstr='#ffed87', GradientType=1);
}

.thought_item_green {
    background: rgba(81, 255, 84, 1);
    background: -moz-linear-gradient(45deg, rgba(81, 255, 84, 1) 0%, rgba(151, 250, 142, 1) 27%, rgba(36, 250, 32, 1) 68%, rgba(154, 255, 134, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(81, 255, 84, 1)), color-stop(27%, rgba(151, 250, 142, 1)), color-stop(68%, rgba(36, 250, 32, 1)), color-stop(100%, rgba(154, 255, 134, 1)));
    background: -webkit-linear-gradient(45deg, rgba(81, 255, 84, 1) 0%, rgba(151, 250, 142, 1) 27%, rgba(36, 250, 32, 1) 68%, rgba(154, 255, 134, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(81, 255, 84, 1) 0%, rgba(151, 250, 142, 1) 27%, rgba(36, 250, 32, 1) 68%, rgba(154, 255, 134, 1) 100%);
    background: linear-gradient(45deg, rgba(81, 255, 84, 1) 0%, rgba(151, 250, 142, 1) 27%, rgba(36, 250, 32, 1) 68%, rgba(154, 255, 134, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#51ff54', endColorstr='#9aff86', GradientType=1);
}

.thought_item_pink {
    background: rgba(255, 99, 229, 1);
    background: -moz-linear-gradient(45deg, rgba(255, 99, 229, 1) 0%, rgba(255, 150, 234, 1) 28%, rgba(255, 64, 230, 1) 73%, rgba(255, 140, 245, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255, 99, 229, 1)), color-stop(28%, rgba(255, 150, 234, 1)), color-stop(73%, rgba(255, 64, 230, 1)), color-stop(100%, rgba(255, 140, 245, 1)));
    background: -webkit-linear-gradient(45deg, rgba(255, 99, 229, 1) 0%, rgba(255, 150, 234, 1) 28%, rgba(255, 64, 230, 1) 73%, rgba(255, 140, 245, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(255, 99, 229, 1) 0%, rgba(255, 150, 234, 1) 28%, rgba(255, 64, 230, 1) 73%, rgba(255, 140, 245, 1) 100%);
    background: linear-gradient(45deg, rgba(255, 99, 229, 1) 0%, rgba(255, 150, 234, 1) 28%, rgba(255, 64, 230, 1) 73%, rgba(255, 140, 245, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff63e5', endColorstr='#ff8cf5', GradientType=1);
}

.thought_item_red {
    background: rgba(255, 130, 99, 1);
    background: -moz-linear-gradient(45deg, rgba(255, 130, 99, 1) 0%, rgba(255, 168, 150, 1) 28%, rgba(255, 89, 63, 1) 73%, rgba(255, 154, 141, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255, 130, 99, 1)), color-stop(28%, rgba(255, 168, 150, 1)), color-stop(73%, rgba(255, 89, 63, 1)), color-stop(100%, rgba(255, 154, 141, 1)));
    background: -webkit-linear-gradient(45deg, rgba(255, 130, 99, 1) 0%, rgba(255, 168, 150, 1) 28%, rgba(255, 89, 63, 1) 73%, rgba(255, 154, 141, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(255, 130, 99, 1) 0%, rgba(255, 168, 150, 1) 28%, rgba(255, 89, 63, 1) 73%, rgba(255, 154, 141, 1) 100%);
    background: linear-gradient(45deg, rgba(255, 130, 99, 1) 0%, rgba(255, 168, 150, 1) 28%, rgba(255, 89, 63, 1) 73%, rgba(255, 154, 141, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff8263', endColorstr='#ff9a8d', GradientType=1);
}

.thought_txt {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    text-align: left;
    display: block;
    font-family: 'SegoePrint-Bold';
    color: #fff;
    font-size: 25px;
    line-height: 1;
    padding: 0 25px;
}

.thought_item_yellow .thought_txt {
    color: #FF8200;
}

.thought_item_green .thought_txt {
    color: #008700;
}

.thoughts_block .thought_item {
    -webkit-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
}

.thoughts_block .thought_item:nth-child(even) {
    -o-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    position: relative;
    top: 5px;
}

.thoughts_block .thought_item:nth-child(3n) {
    -o-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    position: relative;
    top: -5px;
}

.thoughts_block .thought_item:nth-child(5n) a {
    -o-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    position: relative;
    /* top:-10px; */
}

.thoughts_block .thought_item:hover,
.thoughts_block .thought_item:focus {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    position: relative;
    z-index: 5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


/*<<=thoughts_block END*/


/*BEGIN modal=>>*/

.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

*:first-child+html .arcticmodal-container {
    height: 100%
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}

.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.arcticmodal-error {
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}

.arcticmodal-loading {
    width: 60px;
    height: 60px;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.box-modal {
    width: 400px;
}

.box-modal_close {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 1;
    opacity: 1;
}

.box-modal_close:hover {
    opacity: 0.5;
}

.modal {
    padding: 0 60px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.57);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.57);
}

.modal .logo {
    float: none;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
}

.modal h3 {
    font-size: 18px;
    line-height: 21px;
    color: #1E1E1E;
    text-align: center;
    margin-bottom: 20px;
}


/*<<=modal END*/


/*BEGIN book_illustrations=>>*/
.book_illustrations{
    -webkit-box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.4);
    box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    background: #EFEFEF;
    z-index: 15;
}
.illustrations_pull{
    display: block;
    width: 130px;
    font-size: 20px;
    line-height: 60px;
    height: 60px;
    color: #646464;
    cursor: pointer;
}
.illustartions_hidden{
    display: none;
    width: 230px;
    padding-left: 4px;
    padding-bottom: 15px;
}
.ill_item{
    display: inline-block;
    vertical-align: middle;
    max-height: 86px;
        max-width: 40%;
    margin: 5px;
    position: relative;
}
.ill_item:after{
    content: '';
    background: #F099FF;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}
.ill_item:hover:after{
    opacity: 0.46;
}
.ill_item img{
    max-height: 86px;
    width: auto;
}
.pink_btn{
    display: block;
    width: 94%;
    margin-left: 4px;
    background: #A446BA;
    color: #fff;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
}

.pink_btn:hover {
    background: #EF8EFF;
}
/*<<=book_illustrations END*/


/*BEGIN =>>*/


/*<<= END*/


/*BEGIN =>>*/


/*<<= END*/

@media only screen and (max-width: 1800px) {
    .decoration_block {
        left: 87%;
    }
    footer p {
        padding-right: 11%;
    }
}

@media only screen and (max-width: 1420px) {
    .category_item_prose {
        right: 4%;
    }
}

@media only screen and (max-width: 1316px) {
    .category_item_prose {
        right: 0%;
    }
    .container {
        width: 100%;
        margin: 0 auto;
        min-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .wrapper {
        min-width: 750px;
    }
    .layer3 {
        width: 36%;
    }
    .main_img {
        width: 46%;
        margin-left: -23%;
    }
    .parallax_container {
        height: 574px;
    }
    .container {
        overflow: hidden;
    }
    .layer2 {
        width: 200px;
    }
    .about_txt {
        padding-top: 75px;
        width: -webkit-calc(100% - 475px);
        width: -moz-calc(100% - 475px);
        width: calc(100% - 475px);
    }
    .about_img {
        width: 575px;
    }
    .thought_item,
    .thoughts_block .thought_item:nth-child(5n) {
        margin-right: 6%;
    }
    .thoughts_block {
        width: 1000px;
        margin: 0 auto;
    }
    .thoughts_block .thought_item:nth-child(4n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .parallax_container {
        height: 500px;
    }
    .main_img {
        width: 40%;
        margin-left: -20%;
        top: 15% !important;
    }
    .layer3 {
        width: 30%;
        top: 20% !important;
    }
    .about_img {
        width: 575px;
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    .about_txt {
        padding-top: 35px;
        width: 100%;
    }
    .about_txt h2 {
        text-align: center;
        padding-left: 40px;
    }
    .flipbook {
        width: 700px !important;
        height: 460px !important;
        left: -350px !important;
        top: -230px !important;
    }
    .book_block {
        height: 500px;
        min-height: 500px;
    }
    .columned_txt {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    .library_item {
        margin-right: -webkit-calc((100% - 770px)/3);
        margin-right: -moz-calc((100% - 770px)/3);
        margin-right: calc((100% - 770px)/3);
    }
    .library_block .library_item:nth-child(5n) {
        margin-right: -webkit-calc((100% - 770px)/3);
        margin-right: -moz-calc((100% - 770px)/3);
        margin-right: calc((100% - 770px)/3);
    }
    .library_block .library_item:nth-child(4n) {
        margin-right: 0;
    }
    .logo a {
        font-size: 18px;
    }
    .nav_level_1 li a {
        font-size: 16px;
    }
    .mail_link {
        font-size: 16px;
    }
    .logo {
        width: 200px;
    }
    .right_head {
        width: 180px;
    }
    .nav_head {
        width: -webkit-calc(100% - 380px);
        width: -moz-calc(100% - 380px);
        width: calc(100% - 380px);
    }
    .nav_level_1 li a {
        padding: 0 10px;
    }
    .nav_level_2 {
        padding-left: 23px;
    }
    .nav_head .nav_level_3 {
        padding-right: 46px;
    }
    .thought_item,
    .thoughts_block .thought_item:nth-child(4n),
    .thoughts_block .thought_item:nth-child(5n) {
        margin-right: 8%;
    }
    .thoughts_block {
        width: 730px;
        margin: 0 auto;
    }
    .thoughts_block .thought_item:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 890px) {
    .library_item {
        margin-right: -webkit-calc((100% - 578px)/2);
        margin-right: -moz-calc((100% - 578px)/2);
        margin-right: calc((100% - 578px)/2);
    }
    .library_block .library_item:nth-child(5n) {
        margin-right: -webkit-calc((100% - 578px)/2);
        margin-right: -moz-calc((100% - 578px)/2);
        margin-right: calc((100% - 578px)/2);
    }
    .library_block .library_item:nth-child(4n) {
        margin-right: -webkit-calc((100% - 578px)/2);
        margin-right: -moz-calc((100% - 578px)/2);
        margin-right: calc((100% - 578px)/2);
    }
    .library_block .library_item:nth-child(3n) {
        margin-right: 0;
    }
}


.nav_level_3{
    visibility: hidden;
    opacity: 0;
}

.nav_item_has_children2:hover .nav_level_3{
    visibility: visible !important;
    opacity: 1;
}


.flipbook .page{
    transform-origin: left center;
    transition-property: transform;
    transition-timing-function: ease;
}

/*.flipbook img{
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/
.flipbook p{
    text-align:justify;
    line-height:1.5;
    text-indent: 30px;
}
.flipbook .page
{
    
    background-color: #E8E9EB !important;    
}
.flipbook .chet b{
    display: block;
    width: 40px;
    height: 600px;
    /* background: #C5A15D; */
    position: absolute;
    right: 0;
    top: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
    background-image: linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
    /* -webkit-transform-origin: 50px -900px; */
    /* -webkit-transform: rotate(21.2deg); */
    /* -webkit-transition: 1s; */
    /* -webkit-transform-style: preserve-3d; 
    -moz-transform-origin: 50px -900px;
    -moz-transform: rotate(21.2deg);
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -ms-transform-origin: 50px -900px;
    -ms-transform: rotate(21.2deg);
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    -o-transform-origin: 50px -900px;
    -o-transform: rotate(21.2deg);
    -o-transition: 1s;
    -o-transform-style: preserve-3d;*/
    /* transform-origin: 50px -900px; */
    /* transform: rotate(21.2deg); */
    /* transition: 1s; */
    /* transform-style: preserve-3d; */
}

.flipbook .nechet b{
    display: block;
    width: 40px;
    height: 600px;
    /* background: #C5A15D; */
    position: absolute;
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
    background-image: -ms-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
    background-image: linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
    /* -webkit-transform-origin: 50px -900px; */
    /* -webkit-transform: rotate(21.2deg); */
    /* -webkit-transition: 1s; */
    /* -webkit-transform-style: preserve-3d; 
    -moz-transform-origin: 50px -900px;
    -moz-transform: rotate(21.2deg);
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -ms-transform-origin: 50px -900px;
    -ms-transform: rotate(21.2deg);
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    -o-transform-origin: 50px -900px;
    -o-transform: rotate(21.2deg);
    -o-transition: 1s;
    -o-transform-style: preserve-3d;*/
    /* transform-origin: 50px -900px; */
    /* transform: rotate(21.2deg); */
    /* transition: 1s; */
    /* transform-style: preserve-3d; */
}

#upl_button{
    border: 1px solid;
    text-align: center;
    padding: 2px;
}