* {
    box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

a{
    text-decoration: none;
	color: #333F48;
}

img{
	display: block;
	pointer-events: none;
}

img.lazyloaded{
    max-width: 100%;
	width: 100%;
	height: auto;
}

svg {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}

html,
body{
	height: 100%;
	-webkit-text-size-adjust: none;
}

body {
	overflow: hidden;
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 14px;
	line-height: normal;
	font-family: 'SB Sans Display', sans-serif;
	font-weight: 400;
	color: #333F48;
    
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input, textarea, button{
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 400;
	font-family: 'SB Sans Display', sans-serif;
    color: #333F48;
    border: none;
    border-radius: 0;
}

::-webkit-input-placeholder {
    color:#333F48;
    opacity:1;
}
::-moz-placeholder {
    color:#333F48;
    opacity:1;
}
:-moz-placeholder {
    color:#333F48;
    opacity:1;
}
:-ms-input-placeholder {
    color:#333F48;
    opacity:1;
}

.btn{
    background-color: #21BA72;
    color: #ffffff;
    height: 48px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 0px 36px;
    border-radius: 32px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn:hover{
    background-color: #209F6D;
}

.btn-icon{
    position: relative;
    width: 18px;
    margin-right: 8px;
    top: -2px;
    flex: none;
}

.container{
    max-width: 1272px;
    padding: 0px 24px;
    margin: 0px auto;
}

.header-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.header-logo{
    max-width: 196px;
    width: 100%;
    flex: none;
}

.header-logo a{
    opacity: 1;
    transition: opacity 0.2s;
}

.header-logo a:hover{
    opacity: 0.8;
}

.header-hashtag{
    max-width: 210px;
    width: 100%;
}

.banner{
    background: radial-gradient(24.61% 86.22% at 34.45% -62.68%, rgba(49, 194, 167, 0.68) 0%, rgba(33, 161, 154, 0) 100%), radial-gradient(57.65% 139.46% at 60.54% 12.53%, rgba(90, 177, 255, 0.28) 0%, rgba(90, 176, 255, 0) 100%), radial-gradient(22.21% 77.83% at -16.51% 107.03%, rgba(90, 176, 255, 0.2) 0%, rgba(90, 176, 255, 0) 100%), linear-gradient(265.06deg, rgba(199, 240, 95, 0.8) -14.69%, rgba(33, 186, 114, 0.8) 90.66%);
    overflow: hidden;
}

.banner-block{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 548px;
    padding: 30px 0px;
}

.banner-img{
    width: 493px;
    margin-left: 40px;
    flex: none;
}

.banner-img__wrap{
    position: relative;
}

.banner-img__paralax{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 2;
}

.banner-img__paralax-1{
    position: absolute;
    width: 242px;
    right: -110px;
    top: 25px;
}

.banner-img__paralax-2{
    position: absolute;
    width: 189px;
    bottom: 95px;
    left: -45px;
}

.banner-text__block{
    max-width: 624px;
    color: #ffffff;
}

.banner-text__title{
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 16px;
}

.banner-text__text{
    font-size: 18px;
    line-height: 24px;
}

.banner-text__text p:not(:last-child){
    margin-bottom: 14px;
}

.banner-text__btn{
    margin-top: 32px;
}

.video{
    padding-top: 64px;
    padding-bottom: 64px;
}

.video-block{
    position: relative;
    height: 480px;
    overflow: hidden;
    border-radius: 32px;
}

.video-img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}

.video-img img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0px;
    right: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 1;
}

.video-img:after{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0px;
    right: 0px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
}

.video-content{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    z-index: 2;
}

.video-content__hashtag{
    max-width: 765px;
    width: 100%;
    margin-bottom: 12px;
}

.video-content__btn{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s;
}

.video-content__btn:hover{
    opacity: 0.8;
}

.video-content__btn-icon{
    margin-right: 8px;
    flex: none;
}

.video-content__btn-icon img{
    width: 44px;
}

.video-content__btn-text{
    color: #ffffff;
    font-weight: 600;
}

.video-play{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    transition: opacity 0.2s, visibility 0.2s;
}

.video-play.show{
    opacity: 1;
    visibility: visible;
}

.video-play video{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0px;
    right: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    background-color: #ffffff;
}

.form{
    background-color: #F6F6F6;
    padding-top: 64px;
    padding-bottom: 64px;
}

.form-block{
    display: flex;
    justify-content: space-between;
}

.form-left{
    width: 288px;
    margin-right: 30px;
    flex: none;
}

.form-title{
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
}

.form-text{
    color: #333F48;
    font-size: 14px;
    line-height: 20px;
}

.form-book{
    margin-top: 48px;
}

.form-book__icon{
    width: 164px;
}

.form-book__text{
    color: #333F48;
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
}

.form-right{
    width: calc(100% - (288px + 30px));
}

.form-content{
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 48px 32px;
}

.form-field:not(:last-child){
    margin-bottom: 32px;
}

.form-field__title{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.form-field__select{
    position: relative;
    max-width: 458px;
}

.form-field__select-block{
    position: relative;
    font-size: 14px;
    height: 38px;
    border: 1px solid #E1E5EA;
    background-color: #ffffff;
    width: 100%;
    border-radius: 32px;
    padding: 0px 16px;
    transition: border 0.2s;
    cursor: pointer;
}

.form-field__select-input{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
}

.form-field__select-wrap{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    z-index: 2;
}

.form-field__select-text{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.form-field__select-arrow{
    margin-left: 8px;
    flex: none;
}

.form-field__select-arrow img{
    transition: transform 0.2s;
}

.form-field__select-drop{
    display: none;
    position: absolute;
    padding-top: 8px;
    width: 100%;
    z-index: 1;
}

.form-field__select-drop-block{
    background-color: #FFFFFF;
    box-shadow: 0px 0px 4px 2px rgb(157 157 157 / 15%);
    border-radius: 8px;
    padding: 16px;
}

.form-field__select-drop-search{
    position: relative;
}

.form-field__select-drop-search img{
    position: absolute;
    top: 11px;
    left: 14px;
    width: 16px;
}

.form-field__select-drop-search input{
    border: 1px solid #E1E5EA;
    padding: 0px 16px 0px 35px;
    border-radius: 8px;
    height: 40px;
    width: 100%;
}

.form-field__select-no{
    margin-top: 16px;
}

.form-field__select-list{
    margin-top: 8px;
}

.form-field__select-item{
    border-radius: 8px;
    padding: 8px 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    transition: background-color 0.2s;
}

.form-field__select-item:hover{
    background-color: #EEEEFF;
}

.form-field__select.focus .form-field__select-block{
    border-color: #21BA72;
}

.form-field__select.focus .form-field__select-arrow img{
    transform: rotate(180deg);
}

.form-field__select.focus .form-field__select-drop{
    display: block;
}

.form-field__input{
    max-width: 458px;
}

.form-field__input input{
    font-size: 14px;
    height: 38px;
    border: 1px solid #E1E5EA;
    width: 100%;
    border-radius: 32px;
    padding: 0px 16px;
    transition: border 0.2s;
}

.form-field__input input:focus{
    border-color: #21BA72;
}

.form-field__inputs-full{
    display: flex;
    justify-content: space-between;
}

.form-field__input-full{
    position: relative;
    width: calc(33.33333% - 16px);
}

.form-field__input-full img{
    position: absolute;
    top: 9px;
    left: 14px;
    width: 14px;
}

.form-field__input-full input{
    font-size: 14px;
    height: 38px;
    border-bottom: 1px solid #E1E5EA;
    width: 100%;
    padding: 0px 16px 0px 35px;
    background-color: transparent;
    transition: border 0.2s;
}

.form-field__input-full input:focus{
    border-color: #21BA72;
}

.form-field__textarea{
    position: relative;
}

.form-field__textarea textarea{
    display: block;
    width: 100%;
    border: 1px solid #E1E5EA;
    border-radius: 8px;
    resize: none;
    height: 255px;
    padding: 16px;
    line-height: 20px;
    transition: border 0.2s;
}

.form-field__textarea textarea:focus{
    border-color: #21BA72;
}

.form-field__textarea-counter{
    position: absolute;
    bottom: 16px;
    right: 16px;
    color: #C4C4C4;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    pointer-events: none;
}

.form-panel{
    display: flex;
    align-items: center;
    margin-top: 32px;
}

.form-panel__btn{
    flex: none;
    margin-right: 26px;
}

.form-panel__politic input{
    position: absolute;
    opacity: 0;
    width: 0px;
    height: 0px;
}

.form-panel__politic input + label{
    position: relative;
    cursor: pointer;
    padding: 0;
}

.form-panel__politic input + label:before {
    content: "";
    position: relative;
    top: -3px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 0 0 2px #E1E5EA;
}

.form-panel__politic input:checked + label:before {
    background: #E1E5EA;
}

.form-panel__politic input:checked + label:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 4px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

.form-panel__politic a{
    text-decoration: underline;
    transition: color 0.2s;
}

.form-panel__politic a:hover{
    color: #209F6D;
}

.footer-share{
    background-color: #EEEEFF;
    padding-top: 48px;
    padding-bottom: 32px;
}

.footer-share-block{
    display: flex;
    align-items: center;
}

.footer-share__title{
    font-weight: 600;
    font-size: 24px;
    margin-right: 32px;
    color: #000000;
}

.footer-share__socials{
    display: flex;
    align-items: center;
}

.footer-share__social:not(:last-child){
    margin-right: 24px;
}

.footer-share__social a{
    display: block;
    color: #21BA72;
    transition: color 0.2s;
}

.footer-share__social a:hover{
    color: #209F6D;
}

.footer-share__social svg{
    width: inherit;
    max-width: inherit;
}

.footer-line{
    height: 9px;
    background: linear-gradient(270.01deg, #5AB0FF -2.92%, #42E3B4 23.78%, #FFD633 58.69%, #A0E720 95.65%);
}

.footer{
    background-color: #1C4F5F;
}

.footer-block{
    padding-top: 32px;
    padding-bottom: 32px;
}

.footer-links{
    display: flex;
    margin-bottom: 6px;
}

.footer-link a{
    color: #ffffff;
    text-decoration: underline;
    font-size: 14px;
    line-height: 20px;
    transition: opacity 0.2s;
}

.footer-link a:hover{
    opacity: 0.8;
}

.footer-link:not(:last-child){
    margin-right: 24px;
}

.footer-text{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    opacity: 0.5;
}

.footer-panel{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
}

.footer-panel{
    color: #ffffff;
}

.footer-panel__dobro a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: opacity 0.2s;
}

.footer-panel__dobro a:hover{
    opacity: 0.8;
}

.footer-panel__dobro-text{
    white-space: nowrap;
}

.footer-panel__dobro-logo{
    width: 70px;
    margin-left: 8px;
    flex: none;
}

.book-img-block{
    height: 0px;
    width: 0px;
    overflow: hidden;
}

.book-img-tmp{
    position: relative;
}

.book-img-tmp svg{
    width: 1224px!important;
    max-width: none!important;
}

.book-img-tmp__text{
    position: absolute;
    color: #333F48;
    font-size: 20px;
    line-height: 28px;
    z-index: 1;
    top: 400px;
    left: 104px;
    width: 470px;
    height: 230px;
    overflow: hidden;
}

.book-img-tmp__location{
    position: absolute;
    color: #333F48;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    z-index: 1;
    top: 348px;
    left: 672px;
    width: 475px;
    height: 36px;
    overflow: hidden;
}

.book-img-tmp__teacher{
    position: absolute;
    color: #333F48;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    z-index: 1;
    top: 456px;
    left: 672px;
    width: 475px;
    height: 36px;
    overflow: hidden;
}

.book-img-tmp__student{
    position: absolute;
    color: #333F48;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    z-index: 1;
    top: 560px;
    left: 672px;
    width: 475px;
    height: 36px;
    overflow: hidden;
}

@media screen and (max-width: 1280px) {
	.banner-img {
        width: 410px;
    }

    .banner-img__paralax-1 {
        width: 187px;
        right: -75px;
        top: 18px;
    }

    .banner-img__paralax-2 {
        width: 150px;
        bottom: 90px;
    }
}

@media screen and (max-width: 1024px) {
    .form-content {
        background-color: transparent;
        border-radius: 0px;
        padding: 0px;
    }

    .banner-text__title {
        font-size: 32px;
    }

    .banner-text__text {
        font-size: 16px;
        line-height: 20px;
    }

    .banner-block {
        height: auto;
    }

    .banner-img {
        width: 300px;
    }

    .banner-img__paralax-1 {
        width: 144px;
        right: -50px;
    }

    .banner-img__paralax-2 {
        width: 110px;
        bottom: 58px;
        left: -20px;
    }

    .form-block{
        flex-direction: column;
    }

    .form-left{
        width: 100%;
        margin-right: 0px;
    }

    .form-title {
        font-size: 20px;
        line-height: 24px;
    }

    .form {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .form-book{
        display: flex;
        align-items: center;
        background: #EBEBEB;
        padding: 16px;
        border-radius: 16px;
        margin-top: 16px;
    }

    .form-book__text {
        color: #878B90;
        margin-top: 0px;
    }

    .form-book__icon {
        width: 50px;
        flex: none;
        margin-right: 16px;
    }

    .form-right{
        margin-top: 24px;
    }

    .form-field__title {
        margin-bottom: 8px;
    }

    .form-field:not(:last-child) {
        margin-bottom: 24px;
    }

    .form-right {
        width: 100%;
    }

    .video {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .video-block {
        height: 360px;
    }

    .video-content__hashtag {
        max-width: 590px;
    }

    .footer-share__title {
        font-size: 20px;
        margin-right: 26px;
    }
}

@media screen and (max-width: 768px) {
    .banner-img{
        margin-left: 0px;
    }

    .banner-block{
        flex-direction: column;
    }

    .banner-img{
        order: 1;
    }

    .banner-text{
        order: 2;
        margin-top: 22px;
    }

    .video-block {
        height: 220px;
    }

    .video-content__hashtag {
        max-width: 280px;
    }

    .form-field__inputs-full{
        flex-direction: column;
    }

    .form-field__input-full {
        width: 100%;
    }

    .form-field__input-full:not(:last-child){
        margin-bottom: 12px;
    }

    .form-panel{
        flex-direction: column;
        align-items: flex-start;
    }

    .form-panel__politic{
        order: 1;
    }

    .form-panel__btn{
        order: 2;
        margin-right: 0px;
        width: 100%;
        margin-top: 24px;
    }

    .form-panel{
        margin-top: 24px;
    }

    .footer-share {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .footer-share-block{
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-share__title{
        margin-right: 0px;
        margin-bottom: 16px;
        width: 100%;
    }

    .footer-share__socials{
        width: 100%;
    }

    .footer-links{
        flex-direction: column;
    }

    .footer-link:not(:last-child){
        margin-right: 0px;
        margin-bottom: 6px;
    }

    .footer-panel{
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-panel__copy{
        width: 100%;
    }

    .footer-panel__dobro{
        width: 100%;
        margin-top: 40px;
    }

    .footer-panel__dobro a {
        justify-content: flex-start;
    }

    .form-book__text {
        font-size: 12px;
        line-height: 16px;
    }
}

.book{
    padding-top: 32px;
    padding-bottom: 64px;
    background: radial-gradient(24.61% 86.22% at 34.45% -62.68%, rgba(49, 194, 167, 0.68) 0%, rgba(33, 161, 154, 0) 100%), radial-gradient(57.65% 139.46% at 60.54% 12.53%, rgba(90, 177, 255, 0.28) 0%, rgba(90, 176, 255, 0) 100%), radial-gradient(22.21% 77.83% at -16.51% 107.03%, rgba(90, 176, 255, 0.2) 0%, rgba(90, 176, 255, 0) 100%), linear-gradient(265.06deg, rgba(199, 240, 95, 0.8) -14.69%, rgba(33, 186, 114, 0.8) 90.66%);
}

.book-templates{
    margin-top: 64px;
}

.book-templates__title{
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
    font-weight: 600;
}

.book-templates__block{
    display: flex;
}

.book-template{
    position: relative;
    cursor: pointer;
}

.book-template:not(.active):hover{
    opacity: 0.8;
}

.book-template:not(:last-child){
    margin-right: 24px;
}

.book-template__item{
    position: relative;
    width: 230px;
    height: 156px;
    border-radius: 8px;
    overflow: hidden;
    transition: opacity 0.2s;
    z-index: 1;
}

.book-template__item img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0px;
    right: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 1;
}

.book-template__loader{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
    z-index: 2;
}

.book-template.active .book-template__item{
    opacity: 0.3;
}

.book-template.active.--lazy .book-template__loader{
    opacity: 1;
    visibility: visible;
}

.book-img__constructor canvas{
    display: block;
    width: 100%!important;
    height: auto!important;
    pointer-events: none;
}

.book-img{
    position: relative;
}

.book-share{
    position: relative;
    overflow: hidden;
}

.book-share-content{
    position: relative;
    z-index: 2;
}

.book-share-right{
    width: 496px;
    flex: none;
}

.book-share-left{
    max-width: 600px;
}

.book-share__title{
    font-size: 36px;
    margin-bottom: 16px;
    font-weight: 600;
}

.book-share__text{
    font-size: 18px;
    line-height: 24px;
}

.book-share__panel{
    display: flex;
    align-items: center;
    margin-top: 32px;
}

.book-share__btn{
    margin-right: 50px;
}

.book-share__btn .btn{
    display: inline-flex;
}

.book-share__socials{
    display: flex;
    align-items: center;
}

.book-share__social:not(:last-child){
    margin-right: 24px;
}

.book-share__social a{
    display: block;
    color: #005E7F;
    transition: color 0.2s;
}

.book-share__social a:hover{
    color: #209F6D;
}

.book-share__social svg{
    width: inherit;
    max-width: inherit;
}

.book-share-block{
    height: 465px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.book-share-background-pc{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}

.book-share-background-pc img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0px;
    right: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 1;
}

.book-share-back a{
    display: flex;
    color: #ffffff;
    transition: opacity 0.2s;
}

.book-share-back a:hover{
    opacity: 0.8;
}

.book-share-back img{
    position: relative;
    top: -3px;
    width: 16px;
    flex: none;
    margin-right: 12px; 
}

.book-share-back span{
    white-space: nowrap;
}

.book-share-back{
    margin-bottom: 16px;
}

.book-img__zoom{
    display: none;
}

@media screen and (max-width: 1280px) {
    .book-img__constructor canvas{
        border-radius: 8px;
    }

    .book-template:not(:last-child) {
        margin-right: 18px;
    }

    .book-share-right {
        width: 430px;
    }
}

@media screen and (max-width: 1024px) {
    .book-template {
        width: 25%;
    }

    .book-template__item {
        width: 100%;
    }

    .book-share-right {
        width: 340px;
    }

    .book-share-block {
        height: auto;
    }

    .book-share{
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

@media screen and (max-width: 768px) {
    .book {
        padding-top: 32px;
        padding-bottom: 32px;
    }    
    
    .book-templates__title {
        font-size: 14px;
        line-height: 20px
        margin-bottom: 8px;
    }

    .book-templates {
        margin-top: 16px;
    }

    book-template:not(:last-child) {
        margin-right: 12px;
    }
    
    .book-template__item {
        height: 120px;
    }

    .book-template:not(:last-child){
        margin-right: 12px;
    }

    .book-template__item {
        height: 60px;
    }

    .book-share__title{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .book-share__text{
        font-size: 14px;
        line-height: 20px;
    }

    .book-share__panel {
        margin-top: 24px;
    }

    .book-share__btn{
        margin-right: 0px;
        width: 100%;
    }

    .book-share__btn .btn {
        display: flex;
    }

    .book-share__panel{
        align-items: flex-start;
        flex-direction: column
    }

    .book-share-right{
        display: none;
    }

    .book-share-block {
        justify-content: center;
    }

    .book-share-background-pc img {
        -o-object-position: right;
        object-position: right;
    }

    .book-share__socials{
        width: 100%;
        margin-top: 32px;
        justify-content: center;
    }

    .book-share__social svg {
        width: initial;
        max-width: initial;
    }
    
    .book-share__social a{
        background: #ffffff;
        width: 54px;
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
    }

    .book-share__socials{
        margin-top: 32px;
    }

    .book-img__zoom{
        display: block;
        position: absolute;
        bottom: 16px;
        left: 16px;
    }
}

@media screen and (max-width: 500px) {
    .header-hashtag{
        display: none;
    }
}

body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}

.fancy-modal-error{
    max-width: 400px;
    text-align: center;
    line-height: 20px;
}

.fancy-modal-content p{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.fancy-modal-content h2{
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.fancy-modal-content h4{
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}