﻿body {
    background-color: #e6f5f8 !important;
}

* {
    box-sizing: border-box;
}

.pages_page {
    width: 600px;
    position: absolute;
    overflow: hidden;
    right: 0px;
    height: 650px;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.logo {
    font-size: 20px;
    padding: 30px;
    color: #28609b;
}

.pagenumber {
    position: absolute;
    bottom: 20px;
    left: 34px;
    width: 400px;
    color: #28609b;
    letter-spacing: 60px;
}

    .pagenumber:after {
        height: 1px;
        width: 100px;
        background: #28609b;
        content: '';
        display: block;
        position: absolute;
        left: 20px;
        top: 19px;
    }

.hamburger {
    position: absolute;
    top: 38px;
    height: 20px;
    width: 30px;
    right: 30px;
    z-index: 1;
}

.hamburger_part {
    width: 20px;
    height: 1px;
    position: absolute;
    right: 0;
    background: #28609b;
}

    .hamburger_part:nth-of-type(1) {
        top: 0px;
    }

    .hamburger_part:nth-of-type(2) {
        top: 4.5px;
    }

    .hamburger_part:nth-of-type(3) {
        top: 9px;
    }

    .hamburger_part:last-child {
        width: 8px;
    }

.pages {
    width: 1200px;
    height: 650px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    top: 20px;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    box-shadow: 0 41px 38px -20px #0a3150;
}

    .pages input {
        display: none;
    }

        .pages input:nth-of-type(3):checked + input + div + div + div + div + div .pagenumber,
        .pages input:nth-of-type(3):checked + input + div + div + div + div + div + div .pagenumber {
            letter-spacing: 59px;
            transition: all 0.8s 0.7s cubic-bezier(0.6, 0.045, 0.165, 1);
        }

            .pages input:nth-of-type(3):checked + input + div + div + div + div + div .pagenumber:after,
            .pages input:nth-of-type(3):checked + input + div + div + div + div + div + div .pagenumber:after {
                width: 100px;
                transition: all 1s 0.7s cubic-bezier(0.6, 0.045, 0.165, 1);
            }

        .pages input:nth-of-type(3):checked + input + div + div + div + div + div .content_centerimage,
        .pages input:nth-of-type(3):checked + input + div + div + div + div + div + div .content_centerimage {
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            transition: all 0.8s 0.5s cubic-bezier(0.6, 0.045, 0.165, 1);
        }

        .pages input:nth-of-type(3):checked + input + div + div + div + div + div .content h4, body .pages input:nth-of-type(3):checked + input + div + div + div + div + div .content h6,
        .pages input:nth-of-type(3):checked + input + div + div + div + div + div + div .content h4,
        .pages input:nth-of-type(3):checked + input + div + div + div + div + div + div .content h6 {
            transition: all 1.5s 0.4s cubic-bezier(0.6, 0.045, 0.165, 1);
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
        }

        .pages input:nth-of-type(3):not(checked) + input + div + div + div + div + div .pagenumber,
        .pages input:nth-of-type(3):not(:checked) + input + div + div + div + div + div + div .pagenumber {
            letter-spacing: 0;
            transition: all 0.5s 0.2s cubic-bezier(0.6, 0.045, 0.165, 1);
        }

            .pages input:nth-of-type(3):not(checked) + input + div + div + div + div + div .pagenumber:after,
            .pages input:nth-of-type(3):not(:checked) + input + div + div + div + div + div + div .pagenumber:after {
                width: 0px;
                transition: all 0.5s 0.2s cubic-bezier(0.6, 0.045, 0.165, 1);
            }

        .pages input:nth-of-type(3):not(checked) + input + div + div + div + div + div .content_centerimage,
        .pages input:nth-of-type(3):not(:checked) + input + div + div + div + div + div + div .content_centerimage {
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            transition: all 0.8s 0s cubic-bezier(0.6, 0.045, 0.165, 1);
        }

        .pages input:nth-of-type(3):not(checked) + input + div + div + div + div + div .content h4, body .pages input:nth-of-type(3):not(checked) + input + div + div + div + div + div .content h6,
        .pages input:nth-of-type(3):not(:checked) + input + div + div + div + div + div + div .content h4,
        .pages input:nth-of-type(3):not(:checked) + input + div + div + div + div + div + div .content h6 {
            transition: all 1.5s 0.4s cubic-bezier(0.6, 0.045, 0.165, 1);
            -webkit-transform: translateZ(200px);
            transform: translateZ(200px);
        }

        .pages input:nth-of-type(4):checked + div + div + div + div + div + div + div .pagenumber,
        .pages input:nth-of-type(4):checked + div + div + div + div + div + div + div + div .pagenumber {
            letter-spacing: 59px;
            transition: all 0.8s 0.7s cubic-bezier(0.6, 0.045, 0.165, 1);
        }

            .pages input:nth-of-type(4):checked + div + div + div + div + div + div + div .pagenumber:after,
            .pages input:nth-of-type(4):checked + div + div + div + div + div + div + div + div .pagenumber:after {
                width: 100px;
                transition: all 1s 0.7s cubic-bezier(0.6, 0.045, 0.165, 1);
            }

        .pages input:nth-of-type(4):checked + div + div + div + div + div + div + div .content_section,
        .pages input:nth-of-type(4):checked + div + div + div + div + div + div + div + div .content_section {
            transition: all 0.8s 0.7s cubic-bezier(0.6, 0.045, 0.165, 1);
            -webkit-filter: blur(0);
            filter: blur(0);
            opacity: 1;
        }

            .pages input:nth-of-type(4):checked + div + div + div + div + div + div + div .content_section:nth-of-type(1),
            .pages input:nth-of-type(4):checked + div + div + div + div + div + div + div + div .content_section:nth-of-type(1) {
                left: 100px;
                transition: all 0.8s 0.3s cubic-bezier(0.6, 0.045, 0.165, 1);
            }

            .pages input:nth-of-type(4):checked + div + div + div + div + div + div + div .content_section:nth-of-type(2),
            .pages input:nth-of-type(4):checked + div + div + div + div + div + div + div + div .content_section:nth-of-type(2) {
                left: 230px;
                transition: all 0.8s 0.4s cubic-bezier(0.6, 0.045, 0.165, 1);
            }

            .pages input:nth-of-type(4):checked + div + div + div + div + div + div + div .content_section:nth-of-type(3),
            .pages input:nth-of-type(4):checked + div + div + div + div + div + div + div + div .content_section:nth-of-type(3) {
                left: 130px;
                transition: all 0.8s 0.5s cubic-bezier(0.6, 0.045, 0.165, 1);
            }

        .pages input:nth-of-type(4):not(checked) + div + div + div + div + div + div + div .pagenumber,
        .pages input:nth-of-type(4):not(:checked) + div + div + div + div + div + div + div + div .pagenumber {
            letter-spacing: 0;
            transition: all 0.5s 0.2s cubic-bezier(0.6, 0.045, 0.165, 1);
        }

            .pages input:nth-of-type(4):not(checked) + div + div + div + div + div + div + div .pagenumber:after,
            .pages input:nth-of-type(4):not(:checked) + div + div + div + div + div + div + div + div .pagenumber:after {
                width: 0px;
                transition: all 0.5s 0.2s cubic-bezier(0.6, 0.045, 0.165, 1);
            }

        .pages input:nth-of-type(4):not(checked) + div + div + div + div + div + div + div .content_section,
        .pages input:nth-of-type(4):not(:checked) + div + div + div + div + div + div + div + div .content_section {
            -webkit-filter: blur(20px);
            filter: blur(20px);
            transition: all 0.8s 0.5s cubic-bezier(0.6, 0.045, 0.165, 1);
            opacity: 0;
        }

            .pages input:nth-of-type(4):not(checked) + div + div + div + div + div + div + div .content_section:nth-of-type(1),
            .pages input:nth-of-type(4):not(:checked) + div + div + div + div + div + div + div + div .content_section:nth-of-type(1) {
                left: 0;
            }

            .pages input:nth-of-type(4):not(checked) + div + div + div + div + div + div + div .content_section:nth-of-type(2),
            .pages input:nth-of-type(4):not(:checked) + div + div + div + div + div + div + div + div .content_section:nth-of-type(2) {
                left: 0;
            }

            .pages input:nth-of-type(4):not(checked) + div + div + div + div + div + div + div .content_section:nth-of-type(3),
            .pages input:nth-of-type(4):not(:checked) + div + div + div + div + div + div + div + div .content_section:nth-of-type(3) {
                left: 0;
            }

        .pages input:nth-of-type(2):checked + input + input + div + div + div h5 span,
        .pages input:nth-of-type(2):checked + input + input + div + div + div + div h5 span {
            transition: all 1.5s 0.4s cubic-bezier(0.6, 0.045, 0.165, 1);
        }

            .pages input:nth-of-type(2):checked + input + input + div + div + div h5 span:nth-of-type(1),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div h5 span:nth-of-type(1) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div h5 span:nth-of-type(2),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div h5 span:nth-of-type(2) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div h5 span:nth-of-type(3),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div h5 span:nth-of-type(3) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div h5 span:nth-of-type(4),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div h5 span:nth-of-type(4) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div h5 span:nth-of-type(5),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div h5 span:nth-of-type(5) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div h5 span:nth-of-type(6),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div h5 span:nth-of-type(6) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

        .pages input:nth-of-type(2):checked + input + input + div + div + div .pagenumber,
        .pages input:nth-of-type(2):checked + input + input + div + div + div + div .pagenumber {
            letter-spacing: 59px;
            transition: all 0.8s 0.7s cubic-bezier(0.6, 0.045, 0.165, 1);
        }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .pagenumber:after,
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .pagenumber:after {
                width: 100px;
                transition: all 1s 0.7s cubic-bezier(0.6, 0.045, 0.165, 1);
            }

        .pages input:nth-of-type(2):checked + input + input + div + div + div .content,
        .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content {
            -webkit-filter: blur(0px);
            filter: blur(0px);
            opacity: 1;
            transition: all 1s .5s;
            -webkit-perspective: 1200px;
            perspective: 1200px;
        }

        .pages input:nth-of-type(2):checked + input + input + div + div + div .content_picture,
        .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content_picture {
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            transition: all 1s 0.8s cubic-bezier(0.6, 0.045, 0.165, 1);
        }

        .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span,
        .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span {
            transition: all 1.5s 0.4s cubic-bezier(0.6, 0.045, 0.165, 1);
        }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(1),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(1) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(2),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(2) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(3),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(3) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(4),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(4) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(5),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(5) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(6),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(6) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(7),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(7) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(8),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(8) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(9),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(9) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(10),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(10) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(11),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(11) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(12),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(12) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(13),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(13) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(14),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(14) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(15),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(15) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(16),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(16) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(17),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(17) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(18),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(18) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(19),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(19) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(20),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(20) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(21),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(21) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(22),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(22) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(23),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(23) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(24),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(24) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(25),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(25) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(26),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(26) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(27),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(27) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(28),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(28) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(29),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(29) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(30),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(30) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(31),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(31) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(32),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(32) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(33),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(33) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(34),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(34) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(35),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(35) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(36),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(36) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(37),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(37) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(38),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(38) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(39),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(39) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .pages input:nth-of-type(2):checked + input + input + div + div + div .content h1 span:nth-of-type(40),
            .pages input:nth-of-type(2):checked + input + input + div + div + div + div .content h1 span:nth-of-type(40) {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

        .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div h5 span,
        .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div h5 span {
            transition: all 1.5s 0.4s cubic-bezier(0.6, 0.045, 0.165, 1);
        }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div h5 span:nth-of-type(1),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div h5 span:nth-of-type(1) {
                -webkit-transform: translateZ(105px);
                transform: translateZ(105px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div h5 span:nth-of-type(2),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div h5 span:nth-of-type(2) {
                -webkit-transform: translateZ(251px);
                transform: translateZ(251px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div h5 span:nth-of-type(3),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div h5 span:nth-of-type(3) {
                -webkit-transform: translateZ(440px);
                transform: translateZ(440px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div h5 span:nth-of-type(4),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div h5 span:nth-of-type(4) {
                -webkit-transform: translateZ(328px);
                transform: translateZ(328px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div h5 span:nth-of-type(5),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div h5 span:nth-of-type(5) {
                -webkit-transform: translateZ(497px);
                transform: translateZ(497px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div h5 span:nth-of-type(6),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div h5 span:nth-of-type(6) {
                -webkit-transform: translateZ(578px);
                transform: translateZ(578px);
            }

        .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .pagenumber,
        .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .pagenumber {
            letter-spacing: 0;
            transition: all 0.5s 0.2s cubic-bezier(0.6, 0.045, 0.165, 1);
        }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .pagenumber:after,
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .pagenumber:after {
                width: 0px;
                transition: all 0.5s 0.2s cubic-bezier(0.6, 0.045, 0.165, 1);
            }

        .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content,
        .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content {
            -webkit-filter: blur(10px);
            filter: blur(10px);
            opacity: 0;
            -webkit-transform: translateZ(50px);
            transform: translateZ(50px);
            transition: all 1s .2s;
        }

        .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content_picture,
        .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content_picture {
            transition: all 0.4s 0s cubic-bezier(0.6, 0.045, 0.165, 1);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
        }

        .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span,
        .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span {
            transition: all 1.5s 0s cubic-bezier(0.6, 0.045, 0.165, 1);
        }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(1),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(1) {
                -webkit-transform: translateZ(205px);
                transform: translateZ(205px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(2),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(2) {
                -webkit-transform: translateZ(607px);
                transform: translateZ(607px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(3),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(3) {
                -webkit-transform: translateZ(411px);
                transform: translateZ(411px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(4),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(4) {
                -webkit-transform: translateZ(379px);
                transform: translateZ(379px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(5),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(5) {
                -webkit-transform: translateZ(219px);
                transform: translateZ(219px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(6),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(6) {
                -webkit-transform: translateZ(369px);
                transform: translateZ(369px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(7),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(7) {
                -webkit-transform: translateZ(237px);
                transform: translateZ(237px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(8),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(8) {
                -webkit-transform: translateZ(293px);
                transform: translateZ(293px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(9),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(9) {
                -webkit-transform: translateZ(489px);
                transform: translateZ(489px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(10),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(10) {
                -webkit-transform: translateZ(629px);
                transform: translateZ(629px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(11),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(11) {
                -webkit-transform: translateZ(298px);
                transform: translateZ(298px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(12),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(12) {
                -webkit-transform: translateZ(507px);
                transform: translateZ(507px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(13),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(13) {
                -webkit-transform: translateZ(247px);
                transform: translateZ(247px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(14),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(14) {
                -webkit-transform: translateZ(355px);
                transform: translateZ(355px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(15),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(15) {
                -webkit-transform: translateZ(599px);
                transform: translateZ(599px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(16),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(16) {
                -webkit-transform: translateZ(580px);
                transform: translateZ(580px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(17),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(17) {
                -webkit-transform: translateZ(278px);
                transform: translateZ(278px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(18),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(18) {
                -webkit-transform: translateZ(600px);
                transform: translateZ(600px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(19),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(19) {
                -webkit-transform: translateZ(408px);
                transform: translateZ(408px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(20),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(20) {
                -webkit-transform: translateZ(543px);
                transform: translateZ(543px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(21),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(21) {
                -webkit-transform: translateZ(280px);
                transform: translateZ(280px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(22),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(22) {
                -webkit-transform: translateZ(649px);
                transform: translateZ(649px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(23),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(23) {
                -webkit-transform: translateZ(271px);
                transform: translateZ(271px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(24),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(24) {
                -webkit-transform: translateZ(675px);
                transform: translateZ(675px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(25),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(25) {
                -webkit-transform: translateZ(610px);
                transform: translateZ(610px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(26),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(26) {
                -webkit-transform: translateZ(721px);
                transform: translateZ(721px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(27),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(27) {
                -webkit-transform: translateZ(392px);
                transform: translateZ(392px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(28),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(28) {
                -webkit-transform: translateZ(450px);
                transform: translateZ(450px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(29),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(29) {
                -webkit-transform: translateZ(467px);
                transform: translateZ(467px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(30),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(30) {
                -webkit-transform: translateZ(400px);
                transform: translateZ(400px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(31),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(31) {
                -webkit-transform: translateZ(435px);
                transform: translateZ(435px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(32),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(32) {
                -webkit-transform: translateZ(376px);
                transform: translateZ(376px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(33),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(33) {
                -webkit-transform: translateZ(502px);
                transform: translateZ(502px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(34),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(34) {
                -webkit-transform: translateZ(294px);
                transform: translateZ(294px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(35),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(35) {
                -webkit-transform: translateZ(587px);
                transform: translateZ(587px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(36),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(36) {
                -webkit-transform: translateZ(296px);
                transform: translateZ(296px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(37),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(37) {
                -webkit-transform: translateZ(380px);
                transform: translateZ(380px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(38),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(38) {
                -webkit-transform: translateZ(544px);
                transform: translateZ(544px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(39),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(39) {
                -webkit-transform: translateZ(732px);
                transform: translateZ(732px);
            }

            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div .content h1 span:nth-of-type(40),
            .pages input:nth-of-type(2):not(:checked) + input + input + div + div + div + div .content h1 span:nth-of-type(40) {
                -webkit-transform: translateZ(509px);
                transform: translateZ(509px);
            }

.pages_page {
    pointer-events: none;
    float: right;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .pages_page:nth-of-type(1) {
        z-index: 4;
        transition: transform 1s .2s, z-index 0s 0.5s;
    }

    .pages_page:nth-of-type(2) {
        z-index: 4;
        transition: transform 1s .2s, z-index 0s 0.5s;
    }

    .pages_page:nth-of-type(3) {
        z-index: 3;
        transition: transform 1s .2s, z-index 0s 0.5s;
    }

    .pages_page:nth-of-type(4) {
        z-index: 3;
        transition: transform 1s .2s, z-index 0s 0.5s;
    }

    .pages_page:nth-of-type(5) {
        z-index: 2;
        transition: transform 1s .2s, z-index 0s 0.5s;
    }

    .pages_page:nth-of-type(6) {
        z-index: 2;
        transition: transform 1s .2s, z-index 0s 0.5s;
    }

    .pages_page:nth-of-type(7) {
        z-index: 1;
        transition: transform 1s .2s, z-index 0s 0.5s;
    }

    .pages_page:nth-of-type(8) {
        z-index: 1;
        transition: transform 1s .2s, z-index 0s 0.5s;
    }

    .pages_page:nth-of-type(1) {
        left: 0;
        -webkit-transform: rotateY(0deg) !important;
        transform: rotateY(0deg) !important;
        pointer-events: none;
    }

        .pages_page:nth-of-type(1) .pages_page__inner {
            -webkit-transform: rotateY(0deg) !important;
            transform: rotateY(0deg) !important;
        }

    .pages_page:nth-of-type(2) {
        pointer-events: all;
    }

    .pages_page:nth-of-type(odd) .pages_page__inner {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .pages_page:nth-of-type(1) .pages_page__inner {
        background-size: 600px 650px !important;
        background: url(/Images/About/Avenue/syzd-dn.jpg);
    }

    .pages_page:nth-of-type(2) .pages_page__inner {
        background-size: 600px 650px !important;
        background: url(/Images/About/Avenue/syzd-sj.jpg);
    }

        .pages_page:nth-of-type(2) .pages_page__inner h4 {
            color: #fff;
            z-index: 3;
        }

    .pages_page:nth-of-type(3) .pages_page__inner {
        background: url(/Images/About/Avenue/syzd-zytp.jpg);
        background-size: 600px 650px !important;
    }

        .pages_page:nth-of-type(3) .pages_page__inner .content {
            clip-path: polygon(0% 0%, 50% 0, 50% 100%, 0% 100%);
            height: 100%;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
            width: 200%;
            position: absolute;
        }

    .pages_page:nth-of-type(6) .pages_page__inner {
        background: #ddd;
    }

    .pages_page:nth-of-type(4) .pages_page__inner .content {
        clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%);
        height: 100%;
        width: 200%;
        position: absolute;
        left: -100%;
    }

    .pages_page:nth-of-type(4) .pages_page__inner .bg {
        clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%);
        height: 100%;
        width: 200%;
        position: relative;
        background: url(/Images/About/Avenue/syzd-zy.jpg);
        background-size: 600px 650px !important;
        left: -100%;
    }

    .pages_page:nth-of-type(5) .pages_page__inner {
        background: url(/Images/About/Avenue/syzd-gjjs.jpg);
        background-size: 600px 650px !important;
    }

    .pages_page:nth-of-type(7) .pages_page__inner {
        background: url(/Images/About/Avenue/syzd-slzbj.jpg);
        background-size: 600px 650px !important;
    }

        .pages_page:nth-of-type(7) .pages_page__inner .content_section {
            position: absolute;
        }

            .pages_page:nth-of-type(7) .pages_page__inner .content_section h2 {
                margin: 0;
            }

            .pages_page:nth-of-type(7) .pages_page__inner .content_section h2,
            .pages_page:nth-of-type(7) .pages_page__inner .content_section p {
                margin: 0;
                color: #28609b;
            }

            .pages_page:nth-of-type(7) .pages_page__inner .content_section p {
                line-height: 18px;
                opacity: 0.95;
                font-size: 13px;
            }

            .pages_page:nth-of-type(7) .pages_page__inner .content_section:nth-of-type(1) {
                top: 100px;
                width: 200px;
            }

            .pages_page:nth-of-type(7) .pages_page__inner .content_section:nth-of-type(2) {
                top: 274px;
                width: 300px;
            }

            .pages_page:nth-of-type(7) .pages_page__inner .content_section:nth-of-type(3) {
                top: 410px;
                width: 260px;
            }

    .pages_page:nth-of-type(8) .pages_page__inner {
        background: url(/Images/About/Avenue/syzd-slz.jpg);
        background-size: 600px 650px !important;
    }

        .pages_page:nth-of-type(8) .pages_page__inner .content {
            clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%);
            height: 100%;
            width: 200%;
            position: absolute;
            left: -100%;
        }

        .pages_page:nth-of-type(8) .pages_page__inner .bg {
            clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%);
            height: 100%;
            width: 200%;
            position: relative;
            background: url(/Images/About/Avenue/syzd-slz.jpg);
            background-size: 600px 650px !important;
            left: -100%;
        }

.pages_page__inner {
    background-size: 1200px !important;
    height: 650px;
}

    .pages_page__inner .control {
        position: absolute;
        z-index: 1;
        width: 31px;
        height: 31px;
        border: 1px solid #28609b;
        border-radius: 100px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 30px;
        cursor: pointer;
        transition: all .23s;
        box-shadow: 0 0 0 0px #28609b;
    }

        .pages_page__inner .control:hover {
            box-shadow: 0 0 0 10px rgba(40, 96, 155, 0.50);
            left: 34px;
        }

            .pages_page__inner .control:hover:before {
                width: 40px;
                left: -40px;
            }

        .pages_page__inner .control.next {
            left: auto;
            right: 30px;
        }

            .pages_page__inner .control.next:hover {
                right: 34px;
            }

                .pages_page__inner .control.next:hover:before {
                    width: 40px;
                    right: -40px;
                }

            .pages_page__inner .control.next:before {
                left: auto;
                right: -33px;
            }

            .pages_page__inner .control.next:after {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
                top: 5px;
                left: 11px;
                pointer-events: none;
            }

        .pages_page__inner .control label {
            z-index: 2;
            width: 100%;
            height: 100%;
            position: absolute;
            cursor: pointer;
        }

        .pages_page__inner .control:after {
            content: '<';
            display: block;
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            color: #28609b;
            position: absolute;
            left: 10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            transition: all .2s;
        }

        .pages_page__inner .control:before {
            content: '';
            position: absolute;
            display: block;
            width: 32px;
            height: 1px;
            background: #28609b;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: -32px;
            transition: all .2s;
        }

    .pages_page__inner .footer {
        position: absolute;
        bottom: 26px;
        z-index: 2;
        color: #28609b;
        right: 30px;
        font-size: 12px;
    }

        .pages_page__inner .footer i {
            margin: 0 10px;
        }

    .pages_page__inner .content {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        position: absolute;
        z-index: 1;
        pointer-events: none;
        top: 0;
        overflow: hidden;
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        width: 100%;
        height: 100%;
    }

    .pages_page__inner .content_centerimage {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 50%;
        text-align: center;
        width: 60%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 300px;
    }

        .pages_page__inner .content_centerimage img {
            width: 100%;
        }

    .pages_page__inner .content_center {
        position: absolute;
        text-align: center;
        width: 260px;
        right: -130px;
        padding-bottom: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
    }

        .pages_page__inner .content_center img {
            width: 300px;
        }

        .pages_page__inner .content_center .logo {
            font-size: 30px;
        }

        .pages_page__inner .content_center h4,
        .pages_page__inner .content_center h6 {
            color: #28609b;
            font-size: 38px;
            font-weight: normal;
            margin: 0;
            line-height: 38px;
        }

        .pages_page__inner .content_center h4 {
            color: #28609b;
            font-size: 38px;
            font-weight: normal;
            margin: 0;
            line-height: 38px;
            border-top: 1px solid;
            border-bottom: 1px solid;
            padding: 15px 20px 29px;
        }

        .pages_page__inner .content_center h6 {
            font-size: 20px;
            margin: 0;
            opacity: 0.5;
        }

            .pages_page__inner .content_center h6:nth-of-type(2) {
                font-size: 16px;
                margin-top: 10px;
            }

        .pages_page__inner .content_center.right {
            right: auto;
            left: -130px;
            clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%);
        }

    .pages_page__inner .content_picture {
        width: 220px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
        top: 294px;
    }

        .pages_page__inner .content_picture img {
            width: 100%;
            margin: 0;
            display: inline-block;
        }

    .pages_page__inner .content_quote {
        position: absolute;
        left: calc(50% + 200px);
        bottom: 100px;
        width: 240px;
    }

        .pages_page__inner .content_quote h5 span {
            display: block;
            color: #28609b;
            font-size: 34px;
            font-weight: normal;
            line-height: 34px;
        }

            .pages_page__inner .content_quote h5 span.name, body .pages_page__inner .content_quote h5 span.auth {
                font-size: 13px;
                opacity: 0.7;
                margin: 22px 0 0 0;
                position: Relative;
                left: 140px;
            }

            .pages_page__inner .content_quote h5 span.auth {
                margin: -7px 0;
            }

            .pages_page__inner .content_quote h5 span.quo {
                font-family: 'Catamaran', sans-serif;
                font-size: 80px;
                position: absolute;
                left: 195px;
                top: 90px;
            }

                .pages_page__inner .content_quote h5 span.quo:nth-of-type(1) i {
                    -webkit-transform: rotate(180deg);
                    transform: rotate(180deg);
                    left: -226px;
                    top: -100px;
                    display: block;
                    font-style: normal;
                    position: relative;
                }

    .pages_page__inner .content_offset {
        position: absolute;
        width: 280px;
        top: 260px;
        left: 50%;
        -webkit-transform: translateX(-350px);
        transform: translateX(-350px);
        color: #28609b;
    }

        .pages_page__inner .content_offset h2,
        .pages_page__inner .content_offset p {
            margin: 0;
        }

        .pages_page__inner .content_offset h2 {
            color: #28609b;
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin: 20px 0 8px 0;
        }

        .pages_page__inner .content_offset p {
            font-size: 13px;
            line-height: 20px;
            color: #28609b;
        }

    .pages_page__inner .content h1 {
        font-size: 53px;
        color: #28609b;
        text-transform: uppercase;
        padding: 120px;
        margin: 0;
        font-weight: normal;
        letter-spacing: -6px;
        line-height: 51px;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

        .pages_page__inner .content h1 span {
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
            display: inline-block;
        }

.pages input[type="radio"]:nth-of-type(2):checked + input + input + div + div {
    pointer-events: all;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    z-index: 10;
    transition: transform 1s .2s, z-index 0s 0.5s;
}

    .pages input[type="radio"]:nth-of-type(2):checked + input + input + div + div .control {
        box-shadow: 0 0 0 200px rgba(0, 0, 0, 0);
    }

    .pages input[type="radio"]:nth-of-type(2):checked + input + input + div + div + div {
        pointer-events: all;
    }

.pages input[type="radio"]:nth-of-type(2):checked + input + input + div {
    pointer-events: none;
    z-index: 9;
}

    .pages input[type="radio"]:nth-of-type(2):checked + input + input + div + div + div {
        pointer-events: all;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        z-index: 10;
        transition: transform 1s .2s, z-index 0s 0.5s;
    }

        .pages input[type="radio"]:nth-of-type(2):checked + input + input + div + div + div .control {
            box-shadow: 0 0 0 200px rgba(0, 0, 0, 0);
        }

        .pages input[type="radio"]:nth-of-type(2):checked + input + input + div + div + div + div {
            pointer-events: all;
        }

    .pages input[type="radio"]:nth-of-type(2):checked + input + input + div + div {
        pointer-events: none;
        z-index: 9;
    }

.pages input[type="radio"]:nth-of-type(3):checked + input + div + div {
    pointer-events: all;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    z-index: 10;
    transition: transform 1s .2s, z-index 0s 0.5s;
}

    .pages input[type="radio"]:nth-of-type(3):checked + input + div + div .control {
        box-shadow: 0 0 0 200px rgba(0, 0, 0, 0);
    }

    .pages input[type="radio"]:nth-of-type(3):checked + input + div + div + div {
        pointer-events: all;
    }

.pages input[type="radio"]:nth-of-type(3):checked + input + div {
    pointer-events: none;
    z-index: 9;
}

    .pages input[type="radio"]:nth-of-type(3):checked + input + div + div + div {
        pointer-events: all;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        z-index: 10;
        transition: transform 1s .2s, z-index 0s 0.5s;
    }

        .pages input[type="radio"]:nth-of-type(3):checked + input + div + div + div .control {
            box-shadow: 0 0 0 200px rgba(0, 0, 0, 0);
        }

        .pages input[type="radio"]:nth-of-type(3):checked + input + div + div + div + div {
            pointer-events: all;
        }

    .pages input[type="radio"]:nth-of-type(3):checked + input + div + div {
        pointer-events: none;
        z-index: 9;
    }

        .pages input[type="radio"]:nth-of-type(3):checked + input + div + div + div + div {
            pointer-events: all;
            -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
            z-index: 10;
            transition: transform 1s .2s, z-index 0s 0.5s;
        }

            .pages input[type="radio"]:nth-of-type(3):checked + input + div + div + div + div .control {
                box-shadow: 0 0 0 200px rgba(0, 0, 0, 0);
            }

            .pages input[type="radio"]:nth-of-type(3):checked + input + div + div + div + div + div {
                pointer-events: all;
            }

        .pages input[type="radio"]:nth-of-type(3):checked + input + div + div + div {
            pointer-events: none;
            z-index: 9;
        }

            .pages input[type="radio"]:nth-of-type(3):checked + input + div + div + div + div + div {
                pointer-events: all;
                -webkit-transform: rotateY(-180deg);
                transform: rotateY(-180deg);
                z-index: 10;
                transition: transform 1s .2s, z-index 0s 0.5s;
            }

                .pages input[type="radio"]:nth-of-type(3):checked + input + div + div + div + div + div .control {
                    box-shadow: 0 0 0 200px rgba(0, 0, 0, 0);
                }

                .pages input[type="radio"]:nth-of-type(3):checked + input + div + div + div + div + div + div {
                    pointer-events: all;
                }

            .pages input[type="radio"]:nth-of-type(3):checked + input + div + div + div + div {
                pointer-events: none;
                z-index: 9;
            }

.pages input[type="radio"]:nth-of-type(4):checked + div + div {
    pointer-events: all;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    z-index: 10;
    transition: transform 1s .2s, z-index 0s 0.5s;
}

    .pages input[type="radio"]:nth-of-type(4):checked + div + div .control {
        box-shadow: 0 0 0 200px rgba(0, 0, 0, 0);
    }

    .pages input[type="radio"]:nth-of-type(4):checked + div + div + div {
        pointer-events: all;
    }

.pages input[type="radio"]:nth-of-type(4):checked + div {
    pointer-events: none;
    z-index: 9;
}

    .pages input[type="radio"]:nth-of-type(4):checked + div + div + div {
        pointer-events: all;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        z-index: 10;
        transition: transform 1s .2s, z-index 0s 0.5s;
    }

        .pages input[type="radio"]:nth-of-type(4):checked + div + div + div .control {
            box-shadow: 0 0 0 200px rgba(0, 0, 0, 0);
        }

        .pages input[type="radio"]:nth-of-type(4):checked + div + div + div + div {
            pointer-events: all;
        }

    .pages input[type="radio"]:nth-of-type(4):checked + div + div {
        pointer-events: none;
        z-index: 9;
    }

        .pages input[type="radio"]:nth-of-type(4):checked + div + div + div + div {
            pointer-events: all;
            -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
            z-index: 10;
            transition: transform 1s .2s, z-index 0s 0.5s;
        }

            .pages input[type="radio"]:nth-of-type(4):checked + div + div + div + div .control {
                box-shadow: 0 0 0 200px rgba(0, 0, 0, 0);
            }

            .pages input[type="radio"]:nth-of-type(4):checked + div + div + div + div + div {
                pointer-events: all;
            }

        .pages input[type="radio"]:nth-of-type(4):checked + div + div + div {
            pointer-events: none;
            z-index: 9;
        }

            .pages input[type="radio"]:nth-of-type(4):checked + div + div + div + div + div {
                pointer-events: all;
                -webkit-transform: rotateY(-180deg);
                transform: rotateY(-180deg);
                z-index: 10;
                transition: transform 1s .2s, z-index 0s 0.5s;
            }

                .pages input[type="radio"]:nth-of-type(4):checked + div + div + div + div + div .control {
                    box-shadow: 0 0 0 200px rgba(0, 0, 0, 0);
                }

                .pages input[type="radio"]:nth-of-type(4):checked + div + div + div + div + div + div {
                    pointer-events: all;
                }

            .pages input[type="radio"]:nth-of-type(4):checked + div + div + div + div {
                pointer-events: none;
                z-index: 9;
            }

                .pages input[type="radio"]:nth-of-type(4):checked + div + div + div + div + div + div {
                    pointer-events: all;
                    -webkit-transform: rotateY(-180deg);
                    transform: rotateY(-180deg);
                    z-index: 10;
                    transition: transform 1s .2s, z-index 0s 0.5s;
                }

                    .pages input[type="radio"]:nth-of-type(4):checked + div + div + div + div + div + div .control {
                        box-shadow: 0 0 0 200px rgba(0, 0, 0, 0);
                    }

                    .pages input[type="radio"]:nth-of-type(4):checked + div + div + div + div + div + div + div {
                        pointer-events: all;
                    }

                .pages input[type="radio"]:nth-of-type(4):checked + div + div + div + div + div {
                    pointer-events: none;
                    z-index: 9;
                }

                    .pages input[type="radio"]:nth-of-type(4):checked + div + div + div + div + div + div + div {
                        pointer-events: all;
                        -webkit-transform: rotateY(-180deg);
                        transform: rotateY(-180deg);
                        z-index: 10;
                        transition: transform 1s .2s, z-index 0s 0.5s;
                    }

                        .pages input[type="radio"]:nth-of-type(4):checked + div + div + div + div + div + div + div .control {
                            box-shadow: 0 0 0 200px rgba(0, 0, 0, 0);
                        }

                        .pages input[type="radio"]:nth-of-type(4):checked + div + div + div + div + div + div + div + div {
                            pointer-events: all;
                        }

                    .pages input[type="radio"]:nth-of-type(4):checked + div + div + div + div + div + div {
                        pointer-events: none;
                        z-index: 9;
                    }



@media only screen and (max-width: 1024px) {
    .pages_page {
        width: 500px !important;
        position: absolute;
        overflow: hidden;
        right: 0px;
        height: 550px;
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
    }

    .pages_page__inner {
        background-size: 1000px !important;
        height: 550px;
    }

    .pages_page:nth-of-type(1) .pages_page__inner {
        background-size: 500px 550px !important;
        background: url(/Images/About/Avenue/syzd-dn.jpg);
    }

    .pages_page:nth-of-type(2) .pages_page__inner {
        background-size: 500px 550px !important;
        background: url(/Images/About/Avenue/syzd-sj.jpg);
    }

        .pages_page:nth-of-type(2) .pages_page__inner h4 {
            color: #fff;
            z-index: 3;
        }

    .pages_page:nth-of-type(3) .pages_page__inner {
        background: url(/Images/About/Avenue/syzd-zytp.jpg);
        background-size: 500px 550px !important;
    }

    .pages_page:nth-of-type(4) .pages_page__inner .bg {
        clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%);
        height: 100%;
        width: 200%;
        position: relative;
        background: url(/Images/About/Avenue/syzd-zy.jpg);
        background-size: 500px 550px !important;
        left: -100%;
    }

    .pages_page:nth-of-type(5) .pages_page__inner {
        background: url(/Images/About/Avenue/syzd-gjjs.jpg);
        background-size: 500px 550px !important;
    }

    .pages_page:nth-of-type(7) .pages_page__inner {
        background: url(/Images/About/Avenue/syzd-slzbj.jpg);
        background-size: 500px 550px !important;
    }

    .pages_page:nth-of-type(8) .pages_page__inner {
        background: url(/Images/About/Avenue/syzd-slz.jpg);
        background-size: 500px 550px !important;
    }

    .pages_page:nth-of-type(8) .pages_page__inner {
        background: url(/Images/About/Avenue/syzd-slz.jpg);
        background-size: 500px 550px !important;
    }

        .pages_page:nth-of-type(8) .pages_page__inner .content {
            clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%);
            height: 100%;
            width: 200%;
            position: absolute;
            left: -100%;
        }

        .pages_page:nth-of-type(8) .pages_page__inner .bg {
            clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%);
            height: 100%;
            width: 200%;
            position: relative;
            background: url(/Images/About/Avenue/syzd-slz.jpg);
            background-size: 500px 550px !important;
            left: -100%;
        }

    .pagenumber {
        position: absolute;
        bottom: 20px;
        left: 34px;
        width: 400px;
        color: #28609b;
        letter-spacing: 60px;
    }

    .pages {
        width: 1000px;
        height: 550px;
        position: relative;
        left: 0;
        right: 0;
        margin: auto;
        top: 20px;
        -webkit-perspective: 1000px;
        perspective: 1000px;
        box-shadow: 0 41px 38px -20px #0a3150;
    }
}
