

.rd_nav {
    padding: 0 8%;
    background: linear-gradient(to right, #0b3e27, #197149);
}

.bgF9 {
    background-color: #F9F7F4;
}

.rd_nav > a {
    height: 33px;
    line-height: 33px;
    color: #fff;
    font-size: 14px;
    position: relative;
    font-weight:bold;
}

    .rd_nav > a:not(:first-child) {
        padding-left: 20px;
    }

        .rd_nav > a:not(:first-child):before {
            color: #fff;
            position: absolute;
            top: 4px;
            left: 5px;
            content: '';
            width: 5px;
            height: 5px;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            transform: rotate(45deg);
        }

.cd {
    display: flex;
}

.rc_mesBox {
    box-sizing: border-box;
    padding: 10vh 8% 10vh;
}

    .rc_mesBox img {
        width: 100%;
        margin: 8px 0;
    }

    .rc_mesBox h4, .rc_mesBox > h4 > p {
        font-size: 36px;
        font-weight: bold;
        line-height: 1.2;
        color: #452C1E;
    }

.cd_left {
    width: 60%;
}

.cd_right {
    width: 40%;
    padding: 80px 100px;
    /*background-color: #f6f6f6;*/
    box-sizing: border-box;
}

    .cd_right > h4 {
        font-weight: bold;
        font-size: 16px;
        line-height:1.1;
     /*   text-transform: uppercase;
        color: #127749;*/
        margin-bottom: 5px;
    }

    .cd_right > h1 {
        line-height: 1.2;
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
        padding-bottom: 5px;
        color: #452c1e;
    }
    .cd_right .box {
        margin:10px 0;
    }
    .cd_right h3 {
        /*font-weight: bold;*/
        font-size: 16px;
        margin: 3px 0;
    }

.cd_time {
    position: relative;
}

    .cd_time > p {
        padding: 10px 0;
        cursor: pointer;
        position: relative;
        width: 280px;
    }

        .cd_time > p:before, .cd_time > p:after {
            position: absolute;
            right: 0;
            top: 20px;
            content: ' ';
            width: 7px;
            height: 1px;
            background-color: #a6a6a6;
            transition: transform .3s ease-out;
        }

        .cd_time > p:before {
            right: 18px;
            transform: rotate(45deg);
        }

        .cd_time > p:after {
            right: 13px;
            transform: rotate(135deg);
        }

.cd_time_cont {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #fff;
    font-size: 12px;
    color: #212121;
    background-color: #fff;
    padding: 5px;
    left: 0;
    z-index: 993;
    text-align: left;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 240px;
}

.cd_btn {
    padding: 20px 0;
}

    .cd_btn > a {
        display: block;
        padding: 5px;
    }

        .cd_btn > a > svg {
            background-color: #f9f7f4;
            /*border: 1px solid #127749;*/
            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: inline-block;
            vertical-align: middle;
        }

        .cd_btn > a > span {
            vertical-align: middle;
            color: #212121;
            padding: 0 5px;
        }

        .cd_btn > a:hover, .cd_btn > a:hover span {
            color: #127749;
        }

         /*   .cd_btn > a:hover svg{
                background-color: #127749;
            }*/

.rolex-icon:hover svg polygon, .rolex-icon:hover svg path, .rolex-icon:hover svg rect {
    fill: #127749;
}

.cd_banner {
}

    .cd_banner > img {
        width: 100%;
    }
