/*//////////////////////////////////////////*/
/* Page say */
/*//////////////////////////////////////////*/

.page_say{
    min-height:100vh;
    margin-top:0 !important;
    background: #323232;
}
.page_say .heart{
    position:fixed;
    top:-5%;
    right:-5%;
    left:-5%;
    bottom:-5%;
    width: 110%;
    height: 110%;
    padding:5%;
    z-index:100000;
    background: #ffffff;
}
.page_say .heart div{
    width:100px;
    height:100px;
    line-height:100px;
    font-size: 60px;
    color:#82b43c;
    position:absolute;
    top:calc(50% - 50px);
    left:calc(50% - 50px);

    -webkit-animation: pulse 1s infinite linear;
    -moz-animation: pulse 1s infinite linear;
    animation: pulse 1s infinite linear;
}
.page_say .container{
    min-height:100vh;
    margin-top:0 !important;
    z-index: 10;
}
.page_say .thank_you{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 180px 0;
    min-height:100vh;
    color:#ffffff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media (max-width:899px) {
    .page_say .thank_you{
        text-align: center;
        align-items: center;
    }
}
.page_say .thank_you h1{
    display: block;
    font-size: 70px;
    line-height: 80px;
}
@media (max-width:899px) {
    .page_say .thank_you h1{
        font-size: 50px;
        line-height: 60px;
    }
}
.page_say .thank_you p{
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    width:80%;
    padding:30px 0 15px;
}
@media (max-width:599px) {
    .page_say .thank_you p{
        width:100%;
    }
}
.page_say .thank_you ul{
    display: block;
}
.page_say .thank_you ul li{
    display:inline-block;
    padding:15px 15px 0 0;
}
@media (max-width:899px) {
    .page_say .thank_you ul li{
        padding: 15px 7.5px 0;
    }
}
.page_say .thank_you span{
    display: block;
    padding:15px 0 0;
}
.page_say .bg{
    position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: #82b43c;
}
@media (max-width:899px) {
    .page_say .bg{
        left: auto;
        width: 160%;
        opacity:0.6;
    }
}
.page_say .bg .slick-list,
.page_say .bg .slick-track{
    height: 100%;
}
.page_say .bg .img_1{
    background-image:url('../graphics/images/say_bg_1.jpg?v3');
}
.page_say .bg .img_2{
    background-image:url('../graphics/images/say_bg_2.jpg?v3');
}
.page_say .bg .img_3{
    background-image:url('../graphics/images/say_bg_3.jpg?v3');
}
