.container {
    padding: 0;
}

.body {
    overflow-x: hidden;
}


/*-----------top----------*/

.top {
    padding-bottom: 16px;
}

.top-logo {
    color: #093057;
    font-family: BebasNeueBold;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 1px;
    padding-top: 25px;
}

.top-menu {
    color: #0a1520;
    font-family: BebasNeueRegular;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    padding-top: 11px;
    margin-left: -7px;
    letter-spacing: 0px;
}

.top-menu li {
    float: left;
    list-style: none;
    margin-right: 35px;
    cursor: pointer;
}

.top-menu li a {
    color: #29272e;
}

.top-menu li a span {
    font-family: BebasNeueBold;
}

.top-menu li a:hover {
    cursor: pointer;
    border-bottom: 2px solid #ffe610;
}

.top-button {
    width: 270px;
    height: 50px;
    background-color: #ffe610;
    border-radius: 35px;
    color: black;
    font-family: BebasNeueBold;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    margin-top: 16px;
    margin-left: 21px;
    cursor: pointer;
}

.top-button:hover {
    background-color: #FEDD73;
}


/*----------/top----------*/


/*-----------main----------*/

.main {
    background-image: radial-gradient(circle 526px at center, rgba(246, 246, 246, 0.6) 0%, rgba(245, 245, 245, 0.6) 100%);
    padding: 26px 0 0;
}

.main-top {
    color: #0a1520;
    font-family: BebasNeueBold;
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 1px;
    max-width: 800px;
}

.main-top p {
    font-size: 30px;
    line-height: 36px;
    margin: 0;
    padding: 11px 0 0;
}

.main-act {
    color: #c9002f;
    font-family: BebasNeueBold;
    font-weight: 400;
    line-height: 54px;
    font-size: 48px;
    padding: 47px 0 9px;
    text-align: center;
}

.main-act span {
    font-size: 68px;
    letter-spacing: 2px;
}

.main form {
    text-align: center;
}

.main-name {
    width: 370px;
    height: 60px;
    background-color: white;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    color: #999;
    font-family: OpenSans;
    font-size: 18px;
    font-weight: 400;
    padding-left: 20px;
}

.main-tell {
    width: 370px;
    height: 60px;
    background-color: white;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    color: #999;
    font-family: OpenSans;
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0 36px;
    padding-left: 20px;
}

.main-button {
    width: 370px;
    height: 60px;
    background-color: #ffe610;
    border-radius: 35px;
    color: #010101;
    font-family: BebasNeueBold;
    font-size: 24px;
    font-weight: 400;
    border: 0;
}

.main-button:hover {
    background-color: #FEDD73;
}

.timer {
    max-width: 228px;
    margin: 152px auto 0;
}

.main-timer {
    color: #29272e;
    font-family: OpenSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 47px;
    padding-left: 12px;
}

.countbox {
    color: #29272e;
    font-family: BebasNeueBold;
    font-size: 72px;
    font-weight: 400;
    line-height: 52px;
}

.countbox-hours,
.countbox-mins,
.countbox-secs {
    float: left;
    width: 76px;
    text-align: center;
}

.main-time {
    color: #29272e;
    font-family: OpenSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}

.main-time span {
    text-align: center;
    width: 76px;
    display: block;
    float: left;
}

.main-country {
    color: #626262;
    font-family: OpenSans;
    font-size: 16px;
    font-weight: 400;
    background: url("flag.jpg")no-repeat left center;
    margin: 33px auto 0px;
    height: 40px;
    width: 203px;
    line-height: 17px;
    padding-left: 76px;
}

.main-price {
    width: 184px;
    height: 184px;
    background-color: rgb(255 255 255 / 70%);
    border: 7px solid rgba(54, 54, 54, 0.07);
    border-radius: 50%;
    margin: -131px 0 0 550px;
}

.main-price-text {
    color: #c9002f;
    font-family: OpenSans;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 34px 0 0;
    text-align: center;
}

.main-price-old {
    color: #4f4f4f;
    font-family: OpenSans;
    font-size: 28px;
    font-weight: 400;
    text-decoration: line-through;
    padding-left: 30px;
    margin-bottom: 5px;
}

.main-price-new {
    color: #c9002f;
    font-family: OpenSans;
    font-size: 31px;
    font-weight: 700;
    line-height: 20px;
    padding-left: 17px;
}

.main-img {
    margin: -46px 0 -52px -28px;
}


/*----------/main----------*/


/*-----------use----------*/

.use {
    background-size: contain;
    padding: 60px 0 13px;
}

.use-top {
    color: #151515;
    font-family: BebasNeueBold;
    font-size: 42px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 48px;
}

.use-img {
    border: 2px dashed rgba(27, 59, 103, 0.4);
    padding: 13px;
    border-radius: 50%;
    max-width: 100%;
    display: block;
}

.use-img2 {
    margin-top: 165px;
}

.use-text {
    color: #151515;
    font-family: BebasNeueBold;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    padding-top: 15px;
    line-height: 30px;
    max-width: 224px;
    margin: 0 auto;
}


/*----------/use----------*/


/*-----------reason----------*/

.reason {
    background-color: #f6f6f6;
    padding: 26px 0 37px;
    position: relative;
}

.reason-top {
    color: black;
    font-family: BebasNeueBold;
    font-size: 42px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 10px;
}

.reason-img {
    padding: 10px 0 0 23px;
}

.reason-list {
    color: black;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    font-family: BebasNeueRegular;
    letter-spacing: 1px;
    margin-top: 14px;
    margin-left: -8px;
}

.reason-list p span {
    font-family: BebasNeueBold;
}

.reason-list p {
    margin: 0;
    padding-bottom: 19px;
    transform: scaleY(0.9);
}

.bord1 {
    position: absolute;
    right: 0;
    bottom: -23px;
}


/*----------/reason----------*/


/*-----------why----------*/

.why {
    background-size: contain;
    padding: 36px 0 78px;
}

.why-top {
    color: black;
    font-family: BebasNeueBold;
    font-size: 42px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 58px;
}

.why-name {
    color: #161616;
    font-family: BebasNeueBold;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 16px;
}

.why-img {
    border: 10px solid rgba(8, 7, 7, 0.05);
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.why-list {
    color: #414040;
    font-family: BebasNeueBold;
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
    padding-top: 32px;
    padding-left: 100px;
}

.why-list p {
    background: url("cross.png")no-repeat left top;
    padding-left: 26px;
    margin: 0 0 21px;
    max-width: 415px;
    height: 35px;
}

.why-list2 {
    color: #414040;
    font-family: BebasNeueBold;
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
    padding-top: 32px;
    padding-left: 100px;
}

.why-list2 p {
    background: url("check.png")no-repeat left top;
    padding-left: 26px;
    margin: 0 0 21px;
    max-width: 415px;
    height: 35px;
}


/*----------/why----------*/


/*-----------complect----------*/

.complect {
    background-color: #f6f6f6;
    padding: 36px 0 60px;
    position: relative;
}

.complect-top {
    color: black;
    font-family: BebasNeueBold;
    font-size: 42px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
}

.complect-list {
    color: black;
    font-family: BebasNeueBold;
    font-size: 30px;
    font-weight: 400;
    padding: 56px 0 0 101px;
}

.complect-list p {
    color: #383838;
    font-family: BebasNeueRegular;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    margin: 0;
    transform: scaleY(0.8);
}

.complect-img {
    margin: 51px 0 -7px -32px;
}

.complect-list2 {
    color: black;
    font-family: BebasNeueBold;
    font-size: 30px;
    font-weight: 400;
}

.complect-list2 p {
    color: #383838;
    font-family: BebasNeueRegular;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    margin: 0;
    transform: scaleY(0.8);
}

.complect-instr {
    color: #383838;
    font-family: BebasNeueRegular;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    text-decoration: underline;
    margin-top: 70px;
    background: url("arrright.png")no-repeat right center;
    max-width: 268px;
    transform: scaleY(0.8);
    cursor: pointer;
}

.bord2 {
    position: absolute;
    left: 0;
    bottom: -80px;
}


/*----------/complect----------*/


/*-----------order----------*/

.order {
    background-color: #835dbc;
    padding: 38px 0 57px;
}

.order-top {
    color: white;
    font-family: BebasNeueBold;
    font-size: 42px;
    font-weight: 400;
    line-height: 40px;
    padding-bottom: 31px;
}

.order-name {
    width: 370px;
    height: 61px;
    background-color: white;
    border-radius: 2px;
    color: #9e9e9e;
    font-family: OpenSans;
    font-size: 18px;
    font-weight: 400;
    border: 0;
    padding-left: 20px;
}

.order-tell {
    width: 370px;
    height: 61px;
    background-color: white;
    border-radius: 2px;
    color: #9e9e9e;
    font-family: OpenSans;
    font-size: 18px;
    font-weight: 400;
    border: 0;
    padding-left: 20px;
}

.order-button {
    width: 370px;
    height: 61px;
    background-color: #ffe610;
    border-radius: 35px;
    color: black;
    font-family: BebasNeueBold;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    border: 0;
}

.order-button:hover {
    background-color: #FEDD73;
}


/*----------/order----------*/


/*-----------expert----------*/

.expert {
    background: url("")left bottom no-repeat;
    padding: 38px 0 82px;
}

.expert-top {
    color: black;
    font-family: BebasNeueBold;
    font-size: 42px;
    font-weight: 400;
    text-align: center;
}

.expert-img {
    box-shadow: 10px 10px 20px 0px rgba(204, 204, 204, 1);
    margin: 32px 0 0 100px;
}

.expert-text {
    font-family: OpenSans;
    font-size: 18px;
    color: #272626;
    font-weight: 400;
    padding: 31px 0 27px 15px;
    max-width: 590px;
    line-height: 21px;
}

.expert-text span {
    color: black;
    font-weight: 700;
}

.expert-name {
    color: black;
    font-family: OpenSans;
    font-size: 18px;
    font-weight: 700;
    padding-left: 13px;
}

.expert-name span {
    color: #3b3a3a;
    font-family: OpenSans;
    font-size: 16px;
    font-weight: 400;
}


/*----------/expert----------*/


/*-----------rev----------*/

.rev {
    background-color: #f6f6f6;
    padding: 36px 0 8px;
}

.rev-block {
    height: 244px;
}

.rev-top {
    color: black;
    font-family: BebasNeueBold;
    font-size: 42px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 12px;
}

.rev-img {
    border: 1px dashed rgba(27, 59, 103, 0.4);
    padding: 8px;
    border-radius: 50%;
}

.rev-name {
    color: black;
    font-family: BebasNeueBold;
    font-size: 20px;
    font-weight: 400;
    padding-left: 17px;
}

.rev-text {
    color: #444;
    font-family: OpenSans;
    font-size: 16px;
    font-style: italic;
    line-height: 18px;
    padding: 10px 0 0 15px;
}


/*----------/rev----------*/


/*-----------how----------*/

.how {
    padding: 53px 0 37px;
    text-align: center;
}

.how-top {
    color: #444;
    font-family: BebasNeueBold;
    font-size: 42px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    padding-bottom: 49px;
}

.how1 {
    background: url("how1.png")no-repeat center center;
    width: 170px;
    height: 110px;
    border-bottom: 2px dashed #677c9a;
    margin: 0 auto;
}

.how2 {
    background: url("how2.png")no-repeat center center;
    width: 170px;
    height: 110px;
    border-bottom: 2px dashed #677c9a;
    margin: 0 auto;
}

.how3 {
    background: url("how3.png")no-repeat center center;
    width: 170px;
    height: 110px;
    border-bottom: 2px dashed #677c9a;
    margin: 0 auto;
}

.how4 {
    background: url("how4.png")no-repeat center center;
    width: 170px;
    height: 110px;
    border-bottom: 2px dashed #677c9a;
    margin: 0 auto;
}

.how-text {
    color: #444;
    font-family: BebasNeueBold;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    max-width: 200px;
    margin: 0 auto;
    padding-top: 12px;
}


/*----------/how----------*/


/*-----------main2----------*/

.main2 {
    padding: 58px 0 0;
    background-image: radial-gradient(circle 526px at center, rgba(246, 246, 246, 0.6) 0%, rgba(245, 245, 245, 0.6) 100%);
}

.main2 .main-top {
    letter-spacing: 0;
    max-width: 940px;
    padding-bottom: 26px;
}

.main2 form {
    text-align: center;
}


/*-----------main2----------*/


/*----------footer----------*/

.footer {
    background-color: #fcfcfc;
    text-align: center;
    padding: 28px 0 8px;
}

.footer-address {
    text-align: left;
    color: #888;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: 300;
}

.footer-conf {
    color: #515151;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}

.footer-inn {
    float: right;
    text-align: left;
    color: #898989;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: 300;
}


/*---------/footer----------*/

#mobile-menu {
    display: none;
}

.modal-space {
    height: 10px;
}

#myModalLabel {
    padding: 19px 0 0;
}

.cons-dialog {
    max-width: 300px;
}

.cons-modal {
    background-color: rgba(200, 200, 200, 1);
}

.why-modal {
    padding: 5px;
}

.cons-dialog {
    max-width: 400px;
    text-align: center;
}

.modal-dialog {
    margin: 10px auto;
}

.thumb-wrap {
    position: relative;
    padding-bottom: 26.25%;
    /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
}

.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

@media screen and (max-width: 879px) {
    .thumb-wrap {
        padding-bottom: 56.25%;
    }
    .main-price {
        margin: 25px 0 0 48px;
    }
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');
body {
    color: #4f4f5a;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.csslider1 {
    display: inline-block;
    position: relative;
    max-width: 830px;
    width: 100%;
    margin-top: 10px;
}

.csslider1>.cs_anchor {
    display: none;
}

.csslider1>ul {
    position: relative;
    z-index: 1;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
}

.csslider1>ul>div {
    width: 100%;
    visibility: hidden;
    font-size: 0px;
    line-height: 0;
}

.csslider1>ul>li.img img {
    width: 100%;
}

.csslider1>ul>li.img {
    font-size: 0pt;
}

.csslider1>ul>li {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 15px;
    font-size: initial;
    line-height: normal;
    white-space: normal;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.csslider1 .cs_lnk {
    position: absolute;
    top: -9999px;
    left: -9999px;
    font-size: 0pt;
    opacity: 0;
    filter: alpha(opacity=0);
}

.csslider1>ul>li.img,
.csslider1>.cs_arrowprev,
.csslider1>.cs_arrownext,
.csslider1>.cs_bullets,
.csslider1>.cs_play_pause {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.csslider1>.cs_arrowprev,
.csslider1>.cs_arrownext {
    position: absolute;
    top: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 5;
}

.csslider1>.cs_arrowprev>label,
.csslider1>.cs_arrownext>label {
    position: absolute;
    text-decoration: none;
    cursor: pointer;
    opacity: 0;
    z-index: -1;
}

.csslider1>.cs_arrowprev {
    left: 0;
}

.csslider1>.cs_arrownext {
    right: 0;
}

.csslider1>.slide:checked~.cs_arrowprev>label,
.csslider1>.slide:checked~.cs_arrownext>label {
    opacity: 0;
    z-index: -1;
}

.csslider1>#cs_slide1_0:checked~.cs_arrowprev>label.num2,
.csslider1>#cs_pause1_0:checked~.cs_arrowprev>label.num2,
.csslider1>#cs_slide1_0:checked~.cs_arrownext>label.num1,
.csslider1>#cs_pause1_0:checked~.cs_arrownext>label.num1,
.csslider1>#cs_slide1_1:checked~.cs_arrowprev>label.num0,
.csslider1>#cs_pause1_1:checked~.cs_arrowprev>label.num0,
.csslider1>#cs_slide1_1:checked~.cs_arrownext>label.num2,
.csslider1>#cs_pause1_1:checked~.cs_arrownext>label.num2,
.csslider1>#cs_slide1_2:checked~.cs_arrowprev>label.num1,
.csslider1>#cs_pause1_2:checked~.cs_arrowprev>label.num1,
.csslider1>#cs_slide1_2:checked~.cs_arrownext>label.num0,
.csslider1>#cs_pause1_2:checked~.cs_arrownext>label.num0 {
    opacity: 1;
    z-index: 5;
}

@-webkit-keyframes arrow {
    0%,
    33.32333333333334% {
        opacity: 1;
        z-index: 5;
    }
    33.333333333333336%,
    100% {
        opacity: 0;
        z-index: -1;
    }
}

@-moz-keyframes arrow {
    0%,
    33.32333333333334% {
        opacity: 1;
        z-index: 5;
    }
    33.333333333333336%,
    100% {
        opacity: 0;
        z-index: -1;
    }
}

@keyframes arrow {
    0%,
    33.32333333333334% {
        opacity: 1;
        z-index: 5;
    }
    33.333333333333336%,
    100% {
        opacity: 0;
        z-index: -1;
    }
}

.csslider1>#cs_play1:checked~.cs_arrowprev>label.num2,
.csslider1>#cs_play1:checked~.cs_arrownext>label.num1 {
    -webkit-animation: arrow 12300ms infinite -1000ms;
    -moz-animation: arrow 12300ms infinite -1000ms;
    animation: arrow 12300ms infinite -1000ms;
}

.csslider1>#cs_play1:checked~.cs_arrowprev>label.num0,
.csslider1>#cs_play1:checked~.cs_arrownext>label.num2 {
    -webkit-animation: arrow 12300ms infinite 3100ms;
    -moz-animation: arrow 12300ms infinite 3100ms;
    animation: arrow 12300ms infinite 3100ms;
}

.csslider1>#cs_play1:checked~.cs_arrowprev>label.num1,
.csslider1>#cs_play1:checked~.cs_arrownext>label.num0 {
    -webkit-animation: arrow 12300ms infinite 7200ms;
    -moz-animation: arrow 12300ms infinite 7200ms;
    animation: arrow 12300ms infinite 7200ms;
}

.csslider1>.slide:checked~.cs_arrowprev>label,
.csslider1>.slide:checked~.cs_arrownext>label,
.csslider1>.pause:checked~.cs_arrowprev>label,
.csslider1>.pause:checked~.cs_arrownext>label {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
}

.csslider1>.cs_bullets {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 6;
    font-size: 0;
    line-height: 8pt;
    text-align: center;
}

.csslider1>.cs_bullets>div {
    margin-left: -50%;
    width: 100%;
}

.csslider1>.cs_bullets>label {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.csslider1>.cs_bullets>label>.cs_thumb {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    z-index: 1;
    line-height: 0;
    left: -55px;
    top: -48px;
}

.csslider1>.cs_bullets>label>.cs_thumb>img {
    max-width: none;
}

.csslider1.cs_handle {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;
}

.csslider1.cs_handle.cs_grab {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move;
}

.csslider1>ul>li.num0 {
    left: 0%;
}

.csslider1>ul>li.num1 {
    left: 100%;
}

.csslider1>ul>li.num2 {
    left: 200%;
}

.csslider1>#cs_slide1_0:checked~ul>li,
.csslider1>#cs_pause1_0:checked~ul>li {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
}

.csslider1>#cs_slide1_1:checked~ul>li,
.csslider1>#cs_pause1_1:checked~ul>li {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
}

.csslider1>#cs_slide1_2:checked~ul>li,
.csslider1>#cs_pause1_2:checked~ul>li {
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    transform: translateX(-200%);
}

.csslider1>ul>li {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    opacity: 1;
    -webkit-transition: -webkit-transform 1000ms;
    -moz-transition: -moz-transform 1000ms;
    transition: transform 1000ms;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

@-webkit-keyframes slide {
    0%,
    25.203252032520325% {
        -webkit-transform: translateX(0%);
    }
    33.333333333333336%,
    58.53658536585366% {
        -webkit-transform: translateX(-100%);
    }
    66.66666666666667%,
    91.869918699187% {
        -webkit-transform: translateX(-200%);
    }
}

@-moz-keyframes slide {
    0%,
    25.203252032520325% {
        -moz-transform: translateX(0%);
    }
    33.333333333333336%,
    58.53658536585366% {
        -moz-transform: translateX(-100%);
    }
    66.66666666666667%,
    91.869918699187% {
        -moz-transform: translateX(-200%);
    }
}

@keyframes slide {
    0%,
    25.203252032520325% {
        transform: translateX(0%);
    }
    33.333333333333336%,
    58.53658536585366% {
        transform: translateX(-100%);
    }
    66.66666666666667%,
    91.869918699187% {
        transform: translateX(-200%);
    }
}

.csslider1>#cs_play1:checked~ul>li {
    -webkit-animation: slide 12300ms infinite;
    -moz-animation: slide 12300ms infinite;
    animation: slide 12300ms infinite;
}

.csslider1>#cs_play1:checked~ul>li,
.csslider1>.pause:checked~ul>li {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}


/* /calculate autoplay */

.csslider1>.cs_arrowprev,
.csslider1>.cs_arrownext {
    top: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
}

.csslider1>.cs_arrowprev:hover,
.csslider1>.cs_arrownext:hover {
    opacity: .9;
}

.csslider1>.cs_arrowprev {
    left: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.csslider1>.cs_arrownext {
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.csslider1>.cs_arrowprev>label,
.csslider1>.cs_arrownext>label {
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}

.csslider1>.cs_arrowprev>label span,
.csslider1>.cs_arrownext>label span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.csslider1>.cs_arrowprev>label span {
    float: left;
}

.csslider1>.cs_arrownext>label span {
    float: right;
}

.csslider1>.cs_arrowprev>label span:after,
.csslider1>.cs_arrownext>label span:after {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -23px;
    color: #fff;
    text-align: center;
    content: '';
}

.csslider1>.cs_arrowprev>label span:after {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAACQElEQVR4Xu3av0vDQBQH8Hf5f6zgoGPR1aG5w3/A3clfgwiKdvDH4OTuLu2jU6Ggg4u71dXFUSehUBxycoUUKSpp3l1yL7nOScj3c+9+0DwBNf+JmueHABAqoOYCYQrUvADCIujVFJBSNoUQO0mSLAohPgDgbjwet/v9/qerSvUFQEgp2wBw8EvQtyRJ1nu93tAFgg8AIo7jSzPy/wQ01bCKiM+2EcoGyBI+zfw6Go0ag8FgZBOhTIB5wqeZTxDxqAoAecKb3A+I2OQOkDe8yT1ExAZnAEp4EELcdLvdTa4ApPAA8BVF0VKn03nhCEANbzJvIeK1zfDmWUXsAjbCbyPile3wRQB4Hd41gPfhXQKwCO8KgE14FwCswtsGYBfeJgDL8LYA2Ia3AcA6PBlAKXWqtT4knNCcnfCyvlPuo3Cr1VqJouiRcJwuPTypAqSUtwCwkVV65jovwlMBngBgIQeAN+EDAGH+Qu2nQBzHy0IIswhGOaaBucWLqZB7FzAJlFLHWmvK39SlI5AAzBRSSp1prfdzVkHplUAFmCyknBFsALBGsAXAFsEmwARBSnkOAHtc1gTbAOwQXACwQnAFwAbBJQALBNcAKcIFAOz6uDAWAWALge3H0XTgzRZJqQTWn8etIHBvkJgiZGiL+2u5YN8iQ0WoRJMUBaEybXJ5ECrXKDkPwjsArFWxVfbn7lDbZunpij/TLm9G/b4u7fKEUzLt1qKOwrS3dHh3AHCIy+LRoQJYDJPDlwwV4BCXxaO/AX9kJlA2PGQzAAAAAElFTkSuQmCC');
    background-size: 100% auto;
}

.csslider1>.cs_arrownext>label span:after {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAACbElEQVR4Xu3av2sUQRQH8O9biFwhNrG0sBYTi0BAsNHuqrvHcY1i/gQrG2NE0USF2PgnaKHVzbtCW5uonfEX/jfnnSxcQETkZnbezBt3t54d9vvZN7PHzSO0/KKW50cH0FVAywW6JdDyAug2QdUl0O/3z/R6vXsArgFYB/AFwDMReW+l8tQAmPkSgDcAzv0Rdk5Ej5xzDywgqAAMBoONqqreATj7j5BPReROboToAOPx+PRsNvsO4PwK4bIjRAdg5n0Ad1cIfzIkK4IGwBGAKx4A9dBsCBoA3wBseAJkQ9AAeAFgJwAgC4IGwEUAnwCcKgEhOkAdmplvAXgeCJC0ElQAlgi3ARxaR1ADKAVBFaAEBHUA6whJACwjJAOwipAUwCJCcgBrCFkALCFkA7CCkBUgEsJ9EXkY+oszO0AEhJ9EtO2cOw5BMAEQAeG1iFwvGqAhwrGIbHUAAQL/xRJYLBavptPpjYD8No7GmLnJfwezqqq2J5PJ5yIBGoavM++JyEFI+PqerEugaXgi2nfO1WePwVc2AAvhs1WAlfBZACyFTw7QNDyAAxHZC17wf7kx2R5gMXyyCrAaPgmA5fDqANbDqwJECP9YRHwaLYL2RpVNMMLhaJLwKhWwbJCqj8fXgl4JkCy8CsBwOHxJRDdLCK8CwMw/AFzwBSCiJ865Xd/7mo6Pvgcw80cAl30eLFd4rQrwapPLGV4FwKdRMnd4FYB60lVaZS2EVwOoJx6NRpvz+fxtK5ulTzbA39rlry7b5b8S0aFz7oPPJqk5NvpXQPNhNebuADRUS5qzq4CS3pbGs3YVoKFa0pytr4Bf9TICUGmBTvkAAAAASUVORK5CYII=');
    background-size: 100% auto;
}

.csslider1>.cs_bullets {
    bottom: 20px;
    width: 70%;
    left: 15%;
}

.csslider1>.cs_bullets>label {
    margin: 0 2px;
    padding: 5px;
    border-radius: 50%;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
}

.csslider1>.cs_bullets>label>.cs_thumb {
    border: 3px solid #fff;
    margin-top: -13px;
    -webkit-transition: opacity .3s, visibility .3s;
    -moz-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}

.csslider1>.cs_bullets>label>.cs_thumb:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -5px;
    bottom: -10px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
}

.csslider1>.cs_bullets>label:hover>.cs_thumb {
    opacity: 1;
    visibility: visible;
}

.csslider1>#cs_slide1_0:checked~.cs_bullets>label.num0,
.csslider1>#cs_pause1_0:checked~.cs_bullets>label.num0,
.csslider1>#cs_slide1_1:checked~.cs_bullets>label.num1,
.csslider1>#cs_pause1_1:checked~.cs_bullets>label.num1,
.csslider1>#cs_slide1_2:checked~.cs_bullets>label.num2,
.csslider1>#cs_pause1_2:checked~.cs_bullets>label.num2 {
    background: #fff;
    padding: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@-webkit-keyframes bullet {
    0%,
    33.32333333333334% {
        -webkit-box-shadow: none;
        background: #fff;
        padding: 6px;
    }
    33.333333333333336%,
    100% {
        -webkit-box-shadow: inset 0 0 0 1px #fff;
        background: transparent;
        padding: 5px;
        margin-bottom: 0;
    }
}

@-moz-keyframes bullet {
    0%,
    33.32333333333334% {
        -moz-box-shadow: none;
        background: #fff;
        padding: 6px;
    }
    33.333333333333336%,
    100% {
        -moz-box-shadow: inset 0 0 0 1px #fff;
        background: transparent;
        padding: 5px;
        margin-bottom: 0;
    }
}

@keyframes bullet {
    0%,
    33.32333333333334% {
        box-shadow: none;
        background: #fff;
        padding: 6px;
    }
    33.333333333333336%,
    100% {
        box-shadow: inset 0 0 0 1px #fff;
        background: transparent;
        padding: 5px;
        margin-bottom: 0;
    }
}

.csslider1>#cs_play1:checked~.cs_bullets>label.num0 {
    -webkit-animation: bullet 12300ms infinite -1000ms;
    -moz-animation: bullet 12300ms infinite -1000ms;
    animation: bullet 12300ms infinite -1000ms;
}

.csslider1>#cs_play1:checked~.cs_bullets>label.num1 {
    -webkit-animation: bullet 12300ms infinite 3100ms;
    -moz-animation: bullet 12300ms infinite 3100ms;
    animation: bullet 12300ms infinite 3100ms;
}

.csslider1>#cs_play1:checked~.cs_bullets>label.num2 {
    -webkit-animation: bullet 12300ms infinite 7200ms;
    -moz-animation: bullet 12300ms infinite 7200ms;
    animation: bullet 12300ms infinite 7200ms;
}

.csslider1>#cs_play1:checked~.cs_bullets>label>.cs_point,
.csslider1>.pause:checked~.cs_bullets>label>.cs_point {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.csslider1>.slide:checked~.cs_bullets>label>.cs_point,
.csslider1>.pause:checked~.cs_bullets>label>.cs_point {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
}


/* ------------- Play ------------- */

.csslider1>.cs_play_pause {
    display: block;
}

.csslider1>.cs_play_pause {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
}

.csslider1>.cs_play_pause>label {
    cursor: pointer;
}

.csslider1>#cs_play1:checked~.cs_play_pause>.cs_pause,
.csslider1>.slide:checked~.cs_play_pause>.cs_play,
.csslider1>.pause:checked~.cs_play_pause>.cs_play {
    display: block;
    z-index: 5;
}

.csslider1>#cs_play1:checked~.cs_play_pause>.cs_play,
.csslider1>.slide:checked~.cs_play_pause>.cs_pause,
.csslider1>.pause:checked~.cs_play_pause>.cs_pause {
    display: none;
    z-index: -1;
}

@-webkit-keyframes pauseChange {
    0%,
    33.32333333333334% {
        opacity: 1;
        z-index: 5;
    }
    33.333333333333336%,
    100% {
        opacity: 0;
        z-index: -1;
    }
}

@keyframes pauseChange {
    0%,
    33.32333333333334% {
        opacity: 1;
        z-index: 5;
    }
    33.333333333333336%,
    100% {
        opacity: 0;
        z-index: -1;
    }
}

.csslider1>#cs_play1:checked~.cs_play_pause>.cs_pause.num0 {
    opacity: 0;
    z-index: -1;
    -webkit-animation: pauseChange 10800ms infinite -1900ms;
    animation: pauseChange 10800ms infinite -1900ms;
}

.csslider1>#cs_play1:checked~.cs_play_pause {
    display: none;
}

.csslider1>#cs_play1:checked~.cs_play_pause>.cs_pause.num1 {
    opacity: 0;
    z-index: -1;
    -webkit-animation: pauseChange 10800ms infinite 1700ms;
    animation: pauseChange 10800ms infinite 1700ms;
}

.csslider1>#cs_play1:checked~.cs_play_pause>.cs_pause.num2 {
    opacity: 0;
    z-index: -1;
    -webkit-animation: pauseChange 10800ms infinite 5300ms;
    animation: pauseChange 10800ms infinite 5300ms;
}

.csslider1>.slide:checked~.cs_play_pause>.cs_pause,
.csslider1>.pause:checked~.cs_play_pause>.cs_pause {
    -webkit-animation: none;
    animation: none;
}


/* ------------- Play Pause CSS ------------- */

.csslider1 {
    position: relative
}

.csslider1>.slide:checked~.cs_play_pause>.cs_play {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
    color: #fff;
    padding: 5px;
    font-family: arial;
    font-size: 9px;
}

.csslider1>.slide:checked~.cs_play_pause>.cs_play:hover {
    background: rgba(0, 0, 0, 1);
}

.csslider1>.cs_play_pause {
    position: absolute;
    bottom: 0;
    z-index: 5;
    margin-right: 0;
    z-index: 111;
}