.bb-bookblock {
	/*width: 1364px;*/
	height: 770px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	-webkit-perspective: 1300px;
	perspective: 1300px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bb-page {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}

.bb-vertical .bb-page {
	width: 50%;
	height: 100%;
	left: 50%;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.bb-horizontal .bb-page {
	width: 100%;
	height: 50%;
	top: 50%;
	-webkit-transform-origin: center top;
	transform-origin: center top;
}

.bb-page > div,
.bb-outer,
.bb-content,
.bb-inner {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bb-vertical .bb-content {
	width: 200%;
}

.bb-horizontal .bb-content {
	height: 200%;
}

.bb-page > div {
	width: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.bb-vertical .bb-back {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.bb-horizontal .bb-back {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.bb-outer {
	width: 100%;
	overflow: hidden;
	z-index: 999;
}

.bb-overlay, 
.bb-flipoverlay {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.bb-flipoverlay {
	background-color: rgba(0, 0, 0, 0.2);
}

.bb-bookblock.bb-vertical > div.bb-page:first-child,
.bb-bookblock.bb-vertical > div.bb-page:first-child .bb-back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.bb-bookblock.bb-horizontal > div.bb-page:first-child,
.bb-bookblock.bb-horizontal > div.bb-page:first-child .bb-back {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

/* Content display */
.bb-content {
	background: #fff;
}

.bb-vertical .bb-front .bb-content {
	left: -100%;
}

.bb-horizontal .bb-front .bb-content {
	top: -100%;
}

/* Flipping classes */
.bb-vertical .bb-flip-next,
.bb-vertical .bb-flip-initial {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.bb-vertical .bb-flip-prev {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.bb-horizontal .bb-flip-next,
.bb-horizontal .bb-flip-initial {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.bb-horizontal .bb-flip-prev {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.bb-vertical .bb-flip-next-end {
	-webkit-transform: rotateY(-15deg);
	transform: rotateY(-15deg);
}

.bb-vertical .bb-flip-prev-end {
	-webkit-transform: rotateY(-165deg);
	transform: rotateY(-165deg);
}

.bb-horizontal .bb-flip-next-end {
	-webkit-transform: rotateX(15deg);
	transform: rotateX(15deg);
}

.bb-horizontal .bb-flip-prev-end {
	-webkit-transform: rotateX(165deg);
	transform: rotateX(165deg);
}

.bb-item {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: #fff;
}

/* No JS */
.no-js .bb-bookblock, 
.no-js ul.bb-custom-grid li {
	width: auto;
	height: auto;
}

.no-js .bb-item {
	display: block;
	position: relative;
}




.patch-slide {
   display: grid;
   grid-template-columns: 50% 50%;
   height: 100%;
   border: 2px solid #FCD5B5;
   align-items: center;
       overflow: hidden;
}
.patch-leftpart {
    background-color: #FEF7F0;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.patch-leftpart h4 {
    font-size: 40px;
    line-height: 40px;
    color: #B2ABA4;
    letter-spacing: 1.6px;
    margin:73px 0px 0px;
    font-weight: bold;
}
.patch-leftpart h4 span{display:block; font-weight: 300}
.patch-rightpart{padding:0px 66px;}
.patch-rightpart .patch-num {
    background-color: #DDD9C3;
    padding: 36px 33px;
    border-radius: 50px;
    color: #fff;
    font-size: 50px;
    line-height: 45px;
    display: block;
    width: 90px;
    height: 90px;
    margin: 0px auto;
    font-weight: bold;
}
.patch-rightpart h3{font-size:36px;line-height: 50px;letter-spacing: 0.4px;color: #000000;font-weight: bold;margin:29px 0px 0px;}
.bb-item:nth-child(1) .patch-rightpart h3{margin:29px 0px 34px;}
.patch-rightpart p{
font-size:24px;
line-height: 30px;
letter-spacing: 0.48px;
color: #7C7C7C;
/*margin:8px 0px;*/
}
.patch-rightpart h4, .patch-rightpart h5{color: #FF0000;font-size:30px;line-height: 36px;letter-spacing: 0.6px;}

.bb-item:nth-child(1) .patch-rightpart h4{ margin: 34px 0px 85px;}
.bb-item:nth-child(2) .patch-rightpart .pat-spot-ab h5:first-child{ margin: 49px 0px 0px;}
.bb-item:nth-child(2) .patch-rightpart .pat-spot-ab h5:last-child{ margin: 15px 0px 0px;}
.patch-rightpart h5{font-size:20px;line-height: 36px;}
.patch-rightpart .patch-second {
    color: #FF0000;
    font-size: 24px;
    line-height: initial;
    letter-spacing: 0.48px;
    border: 2px solid #FCD5B5;
    padding: 10px 20px 0px;
    margin-bottom:20px;
    display: inline-block;
}
.patch-rightpart .patch-spot {
    align-items: center;
    display: flex;
    justify-content: center;
}
.bb-item:nth-child(3) .patch-rightpart .patch-spot img{margin:0px 0px 20px;}
.patch-rightpart .patch-spot img{margin:5px 0px;}
.patch-leftpart .mix-blend{mix-blend-mode: multiply;}

.patch-rightpart a {
    font-size: 20px;
    line-height: 27px;
    background-color: #000;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    padding: 21px 23px 12px;
    text-transform: uppercase;
    display: inline-block;
}
.patch-rightpart a:hover{background-color: #BF7256;}

.bb-item .patch-slide .patch-rightpart .patch-num{animation: chatop1 6s;}
.bb-item .patch-slide .patch-rightpart h3{animation: chatop2 8s;}
.bb-item:nth-child(1) .patch-slide .patch-rightpart p{animation: chatop3 10s;}
.bb-item .patch-slide .patch-rightpart h4{animation: chatop4 12s;}
.bb-item .patch-slide .patch-rightpart img{animation: chatop5 14s;}

.bb-item .patch-slide .patch-rightpart .patch-second{animation: chatop6 10s;}
.bb-item:nth-child(2) .patch-slide2-para p:nth-child(1){animation: chatop3 14s;}
.bb-item:nth-child(2) .patch-slide2-para p:nth-child(2){animation: chatop3 16s;}
.bb-item:nth-child(2) .patch-slide2-para p:nth-child(3){animation: chatop3 18s;}
.bb-item:nth-child(2) .patch-slide2-para p:nth-child(4){animation: chatop3 20s;}
.bb-item:nth-child(2) .patch-slide .patch-rightpart h5:first-child{animation: chatop3 22s;}
.pat-spot-ab .patch-spot{animation: chatop3 24s;}
.bb-item:nth-child(2) .patch-slide .patch-rightpart h5:last-child{animation: chatop3 26s;}


.bb-item:nth-child(3) .patch-slide .patch-rightpart p:nth-child(1){animation: chatop3 12s;}
.bb-item:nth-child(3) .patch-slide .patch-rightpart p:nth-child(2){animation: chatop3 14s;}
.bb-item:nth-child(3) .patch-slide .patch-rightpart p:nth-child(3){animation: chatop3 16s;}
.bb-item:nth-child(3) .patch-slide .patch-rightpart .patch-spot{animation: chatop5 18s;}
.last-para{animation: chatop5 20s;}
.bb-item .patch-slide .patch-rightpart a{animation: chatop6 22s;}


.bb-item .patch-rightpart{animation: chatop7 3s;}
@keyframes chatop7{
0%{
opacity: 0;
}
100%{
opacity: 1;
}
}

@keyframes chatop1{
0%{
opacity: 0;
}25%{
opacity: 0;
}50%{
opacity: 1;
}75%{
opacity: 1;
}
95%{
opacity: 1;
}
100%{
opacity: 1;
}
}
@keyframes chatop2{
0%{
opacity: 0;
}25%{
opacity: 0;
}50%{
opacity: 0;
}75%{
opacity: 1;
}
95%{
opacity: 1;
}
100%{
opacity: 1;
}
}
@keyframes chatop3{
0%{
opacity: 0;
}25%{
opacity: 0;
}50%{
opacity: 0;
}75%{
opacity: 0;
}
95%{
opacity: 1;
}
100%{
opacity: 1;
}
}

@keyframes chatop4{
0%{
opacity: 0;
}25%{
opacity: 0;
}50%{
opacity: 0;
}75%{
opacity: 0;
}
95%{
opacity: 1;
}
100%{
opacity: 1;
}
}

@keyframes chatop5{
0%{
opacity: 0;
}25%{
opacity: 0;
}50%{
opacity: 0;
}75%{
opacity: 0;
}
95%{
opacity: 1;
}
100%{
opacity: 1;
}
}

@keyframes chatop6{
0%{
opacity: 0;
}25%{
opacity: 0;
}50%{
opacity: 0;
}75%{
opacity: 0;
}
95%{
opacity: 1;
}
100%{
opacity: 1;
}
}

@keyframes chatop7{
0%{
opacity: 0;
}25%{
opacity: 0;
}50%{
opacity: 0;
}75%{
opacity: 0;
}
95%{
opacity: 1;
}
100%{
opacity: 1;
}
}