* {
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.bebas {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.cb {
    clear: both;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffe8da;
    min-width: 800px;
    font-size: 18px;
    line-height: 1.25;
}

body, h1, h2, h3 {
    color: #db6e4b;
}

.bodywrapper {
    max-width: 1440px;
    margin: 0 auto;
}

header {
    padding: 45px 0 45px 0;
}

img {
    border: none;
    margin: none;
    padding: none;
    outline: none;
}

.header-nav {
    background-color: #fff;
    margin: 0 auto;
/*    padding: 0 90px;*/
    border-radius: 24px;
    max-width: 1000px;
}

.header-nav-item {
    display: inline-block;
    position: relative;
    width: 24%;
    padding: 8px 0;
    text-align: center;
}

.header-nav-link, .header-nav-mainlink {
    color: #ff542e;
    text-decoration: none;
    font-size: 16px;
    display: block;
    cursor: pointer;
}

.header-nav-link:hover, .header-nav-mainlink:hover {
    color: #ff542e;
}

.header-nav-menu {
    display: none;
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    z-index: 10000;
}

.header-nav-menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
}

.header-nav-menu-item {
    padding: 3px 8px;
/*    text-align: left;*/
}

.header-nav-menu-item-link {
    color: #ff542e;
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin: 3px 0;
    cursor: pointer;
}

.header-nav-menu-item-link:hover {
    color: #ff542e;
}

.header-nav-menu-item {

}

.banner {
    position: relative;
}

.banner-img {
    width: 100%;
    display: block;
}

.banner-link {
    display: block;
    position: absolute;
    /*background-color: #0f0;*/
    opacity: 0.5;
    top: 24.2%;
    left: 3.4%;
    width: 34.4%;
    height: 12.3%;
    border-radius: 20px;
}

.timeleft {
    height: 413px;
    position: relative;
    background: url('../images/new_route_2025.png') no-repeat #ff542e 100% 100%;
}

@media screen and (max-width: 1000px) {
    .timeleft {
        background-image: none;
    }
}

.timeleft-title {
    color: #fff;
    font-size: 32px;
    position: absolute;
    top: 60px;
    left: 130px;
}

.timeleft-counter {
    position: absolute;
    top: 128px;
    left: 130px;
    font-size: 90px;
    color: #fff;
    text-align: center;
    line-height: 1;
}

.timeleft-counter-block {
    width: 92px;
    display: inline-block;
}

.timeleft-counter-block-postfix {
    font-size: 24px;
    display: block;
}

.timeleft-button {
    display: inline-block;
    position: absolute;
    top: 274px;
    left: 130px;
    text-align: center;
    color: #ff542e;
    background-color: #fff;
    border-radius: 14px;
    padding: 5px 20px;
    font-size: 32px;
    text-decoration: none;
}

.timeleft-button:hover {
    color: #ff542e;
}

.annually {
    min-height: 804px;
    background-image: url('../images/cloud1.png'), url('../images/cloud2.png');
    background-repeat: no-repeat, no-repeat;
    background-position: 0 70px, right 296px;
    background-color: #ff542e;
    padding: 0 84px;
}

.annually-title {
    color: #fff;
    font-size: 32px;
    padding-top: 36px;
    text-align: center;
    line-height: 36px;
    margin-bottom: 44px;
}

.annually-block {
    margin-right: 2%;
    background-color: #fff;
    border-radius: 16px;
    min-height: 350px;
    float: left;
}

.annually-block:last-child {
    margin-right: 0;
}

.annually-block-min {
    width: 28%;
}

.annually-block-min:first-child {
    width: 28.5%;
}

.annually-block-big {
    width: 38.5%;
    margin-right: 2%;
}

.annually-block-pic {
    text-align: center;
    margin: 16px;
}

.annually-block-img {
    width: 100%;
}

.annually-block-text {
    padding: 0 24px 16px 24px;
    font-size: 16px;
    min-height: 104px;
    text-align: center;
}

.annually-bottom {
    color: #fff;
    font-size: 32px;
    padding-top: 72px;
    text-align: center;
    line-height: 36px;
}

.start-schema {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.routes {
    background-color: #fcf1ea;
    padding: 0 21px;
}

.routes-title {
    font-size: 48px;
    color: #db6e4b;
    text-align: center;
    padding-top: 100px;
    margin-bottom: 40px;
}

.routes-block {
    float: left;
    width: 32%;
    margin-right: 1.5%;
    margin-bottom: 1%;
    height: 368px;
    background-color: #ffe8da;
    background-position: right bottom;
    background-repeat: no-repeat;
    border-radius: 16px 16px 0 0;
    border-bottom: 24px solid #ff542e;
    color: #fff;
}


@media screen and (min-width: 1400px) {
    .routes-block:nth-child(3n) {
        margin-right: 0;   
    }
}

@media screen and (max-width: 1400px) and (min-width: 980px) {
    .routes-block {
        width: 48%;
        margin-right: 2%;
    }

    .routes-block:nth-child(2n) {
        margin-right: 0;   
    }
}

@media screen and (max-width: 980px) {
    .routes-block {
        width: 100%;
        margin-right: 0;
    }
}

.routes-block-1 {
    background-image: url('../images/routes_14.png');
    background-color: #ff542e;
    border-bottom-color: #95321E;
}

.routes-block-2 {
    background-image: url('../images/routes_digit_17.png');
    background-color: #DA85F6;
    border-bottom-color: #804896;
}

.routes-block-3 {
    background-image: url('../images/routes_back_2025.png');
    background-position: center;
}

.routes-block-4 {
    background-image: url('../images/routes_house_2025.png');
    background-position: center;
}

.routes-block-5 {
    background-image: url('../images/routes_digit_33.png'), url('../images/nkc.png');
    background-position: right bottom, 12px bottom;
    border-bottom-color: #DA85F6;
    color: #000;
}

.routes-block-6 {
    background-image: url('../images/routes_digit_50.png');
    border-bottom-color: #39A710;
    color: #000;
}

.routes-block-title {
    padding: 0 78px 0 18px;
    margin: 24px 0 20px 0;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    background-position: right top;
    background-repeat: no-repeat;
    min-height: 84px;
    text-transform: uppercase;
}

.routes-block-title-1 {
    background-image: url('../images/routes_mark_14.png');
}

.routes-block-title-2 {
    background-image: url('../images/routes_mark_17.png');
}

.routes-block-title-5 {
    background-image: url('../images/routes_mark_33.png');
    color: #000;
}

.routes-block-title-6 {
    background-image: url('../images/routes_mark_50.png');
    color: #39A710;
}

.routes-block-text {
    font-size: 14px;
    padding: 0 112px 0 18px;
}

.timing {
    background-color: #EF8B6E;
    color: #fff;
}

.timing-table {
/*    margin-bottom: 70px;*/
    margin: 0 80px 70px 80px;
}

.timing-title {
    padding-top: 48px;
    font-size: 48px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}

.timing-table-time {
    font-size: 50px;
    width: 340px;
}

.timing-table-comment {
    font-size: 24px;
}

.timing-bottom {
    background-color: #FCF1EA;
    height: 70px;
    border-radius: 70px 70px 0 0;
}

.challenge {
    padding: 40px;
    color: #db6e4b;
    background-color: #FCF1EA;
}

.challenge-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.challenge-title {
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}

.challenge-subtitle {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
    .challenge-title {
        font-size: 28px;
    }

    .challenge-subtitle {
        font-size: 18px;
    }
}

.challenge-block {
    width: 48%;
    border: 2px solid #db6e4b;
    border-radius: 10px;
    height: 300px;
}

.challenge-block-right {
    float: right;
}

@media screen and (max-width: 1000px) {
    .challenge-block-right {
        float: none;
    }

    .challenge-block {
        width: 100%;
        margin-bottom: 10px;
    }
}

.challenge-block-title {
    color: #fff;
    background-color: #db6e4b;
    font-size: 24px;
    line-height: 1.1;
    padding: 10px 10px;
    margin-bottom: 10px;
}

.challenge-annotation {
    clear: both;
    padding: 20px 0;
    text-align: center;
}

.challenge-accept {
    display: block;
    color: #fff;
    background-color: #ff542e;
    font-size: 24px;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    text-decoration: none;
}

.challenge-accept:hover {
    color: #fff;
}

.pint {
    padding: 40px;
    color: #db6e4b;
    background-color: #FCF1EA;
}

.pint-wrapper {
    max-width: 1200px;
}

.pint-col {
    float: left;
    width: 24%;
    margin-right: 1%;
}

.pint-col:nth-child(4n) {
    margin-right: 0;
}

.pint-col_2, .pint-col_4 {
    padding-top: 28px;
}

.pint-col_3 {
    padding-top: 72px;
}

.pint-img {
    display: block;
    width: 100%;
    margin-bottom: 12px;
}

.pint-block {
    color: #fff;
    font-size: 14px;
    background-color: #FF542E;
    padding: 12px 24px 24px 24px;
    border-radius: 12px;
    margin-bottom: 12px;
}

.pint-block_2 {
    background-color: #EF8B6E;
}

.pint-block_3 {
    background-color: #FFC29F;
}

.pint-block-title {
    font-size: 28px;
}

@media screen and (max-width: 1000px) {
    .pint-block {
        font-size: 10px;
    }

    .pint-block-title {
    font-size: 18px;
}
}

.pint-block-list {
    padding-left: 12px;
}

.sponsors {
    background-color: #ef8b6e;
    padding: 40px 0 120px 0;
    position: relative;
    min-height: 678px;
    font-size: 22px;
    color: #fff;
}

.sponsors-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #FCF1EA;
    height: 70px;
    border-radius: 70px 70px 0 0;
}

.sponsors-mark {
    position: absolute;
    width: 269px;
    height: 456px;
    right: 0;
    bottom: 0;
    background: url('../images/sponsors_mark.png') 0 0 no-repeat;
    opacity: 0.2;
}

.sponsors-title {
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 30px;
}

.sponsors-partners {
    padding: 0 150px;
}

.sponsors-partners-main {
    width: 52%;
    float: left;
}

.sponsors-partners-main-title {
    height: 40px;
}

.sponsors-partners-main-logo {
    width: 100%;
}

.sponsors-partners-right {
    width: 44%;
    float: right;
}

.sponsors-partners-right-title {
    height: 40px;
}

.sponsors-partners-right-logo {
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .sponsors-partners-right {
        width: 100%;
        float: none;
    }

    .sponsors-partners-main {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .sponsors-partners-right-title {
        margin-top: 18px;
    }
}

.sponsors-partners-info {

}

.sponsors-partners-info-title {
    font-size: 18px;
    height: 36px;
    margin-top: 12px;
}

.sponsors-partners-info-logo {
    width: 24%;
    display: block;
    float: left;
    margin-right: 1.25%;
}

.sponsors-partners-info-logo:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1199px) {
    .sponsors-partners-info-logo {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .sponsors-partners-info-logo:nth-child(2n) {
        margin-right: 0;
    }
}

.sponsors-partners-common {
}

.sponsors-partners-common-title {
    font-size: 18px;
    height: 36px;
    margin-top: 12px;
}

.sponsors-partners-common-logo {
    width: 11%;
    display: block;
    float: left;
    margin-right: 1.1%;
    margin-bottom: 1.1%;
}

.sponsors-partners-common-logo_wider {
    width: 22%;
}

@media screen and (min-width: 1200px) {
    .sponsors-partners-common-logo:nth-child(8n) {
        margin-right: 0;
    }
}

.sponsors-partners-common-logo:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1199px) {
    .sponsors-partners-common-logo {
        width: 23%;
        margin-right: 2.2%;
        margin-bottom: 2.2%;
    }

    .sponsors-partners-common-logo:nth-child(4n) {
        margin-right: 0;
    }

    .sponsors-partners-common-logo_wider {
        width: 44%;
    }
}

.quan {
    padding: 40px;
    color: #db6e4b;
    background-color: #FCF1EA;
}

.quan-title {
    font-size: 48px;
    text-align: center;
    margin-bottom: 60px;
}

.quan-wrapper {
    max-width: 1200px;
}

.quan-items {
    float: left;
    width: 49%;
    margin-right: 2%;
}

.quan-items:nth-child(2n) {
    margin-right: 0;
}

.quan-item {
    margin: 0 2% 2% 0;
    background-color: #FFC29F;
    border-radius: 12px;
    color: #95321E;
}

.quan-item-wrapper {
    padding: 24px 48px 24px 24px;
    position: relative;
}

.quan-item-wrapper:before {
    content: '';
    position: absolute;
    top: 24px;
    right: 24px;
    height: 16px;
    width: 16px;
    background: url('../images/quan_closed.png') 0 0 no-repeat;
}

.quan-item-wrapper_opened:before {
    background-image: url('../images/quan_opened.png');
}

.quan-item-question {
    cursor: pointer;
}

.quan-item-answer {
    display: none;
    font-size: 14px;
    padding-top: 12px;
}

footer {
    background-color: #ef8b6e;
    height: 190px;
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
}

.footer-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.footer-logo {
    position: absolute;
    left: 40px;
    top: 40px;
}

.footer-copyright {
    position: absolute;
    top: 140px;
    left: 40px;
}

.footer-links {
    position: absolute;
}

.footer-links-social {
    left: 230px;
    top: 45px;
}

.footer-links-contacts {
    top: 45px;
    left: 590px;
}

.footer-links-title {
    margin-bottom: 10px;
}

.footer-links-link {
    margin-right: 10px;
}

.redbutton {
    border: none;
    background-color: #ff542e;
    color: #fff;
    padding: 20px 40px;
    box-shadow: none;
    text-shadow: none;
    border-radius: 10px;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
}

.centertext {
    text-align: center;
}

.textinput {
    border: 2px solid #db6e4b;
    border-radius: 10px;
    background-color: transparent;
    color: #db6e4b;
    height: 30px;
}

.textinput[type="text"], .textinput[type="email"], .textinput[type="date"], .textinput[type="password"], select.textinput {
    min-width: 50%;
}

.authform {
    text-align: center;
}

.authform-row {
    margin-bottom: 20px;
    display: block;
}

/* ------------------------------------------------------------------------------------v */
.reg-form {
    text-align: center;
}

.form__error {
    color: #f00;
}

.reg__input {
    width: 400px;
}

.reg__list_item {
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.reg__list_item__cantpay {
    color: #f00;
}

.auth_icons {
    text-align: center;
}

.auth_icons__icon {
    width: 64px;
}

.regedit-buttons {
    margin: 40px 0 40px 0;
}

.reglist__item {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.search__input {
    width: 400px;
}

.page-wrapper {
    padding: 0 40px;
}


.tp-caption a{color:#ff7302;text-shadow:none;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out}.tp-caption a:hover{color:#ffa902}

#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:url(/wp-content/plugins/lightbox-plus/css/elegant-white/images/overlay.png) repeat 0 0}#colorbox{outline:0}#cboxTopLeft{width:21px;height:21px;background:url(/wp-content/plugins/lightbox-plus/css/elegant-white/images/controls.png) no-repeat -101px 0}#cboxTopRight{width:21px;height:21px;background:url(/wp-content/plugins/lightbox-plus/css/elegant-white/images/controls.png) no-repeat -130px 0}#cboxBottomLeft{width:21px;height:21px;background:url(/wp-content/plugins/lightbox-plus/css/elegant-white/images/controls.png) no-repeat -101px -29px}#cboxBottomRight{width:21px;height:21px;background:url(/wp-content/plugins/lightbox-plus/css/elegant-white/images/controls.png) no-repeat -130px -29px}#cboxMiddleLeft{width:21px;background:url(/wp-content/plugins/lightbox-plus/css/elegant-white/images/controls.png) left top repeat-y}#cboxMiddleRight{width:21px;background:url(/wp-content/plugins/lightbox-plus/css/elegant-white/images/controls.png) right top repeat-y}#cboxTopCenter{height:21px;background:url(/wp-content/plugins/lightbox-plus/css/elegant-white/images/border.png) 0 0 repeat-x}#cboxBottomCenter{height:21px;background:url(/wp-content/plugins/lightbox-plus/css/elegant-white/images/border.png) 0 -29px repeat-x}#cboxContent{background:#fff;overflow:hidden}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{margin-bottom:28px}#cboxTitle{position:absolute;bottom:4px;left:0;text-align:center;width:100%;color:#949494}#cboxCurrent{position:absolute;bottom:4px;left:58px;color:#949494}#cboxLoadingOverlay{background:url(/wp-content/plugins/lightbox-plus/css/elegant-white/images/loading_background.png) no-repeat center center}#cboxLoadingGraphic{background:url(/wp-content/plugins/lightbox-plus/css/elegant-white/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;bottom:4px;right:30px;color:#0092ef}#cboxPrevious{position:absolute;bottom:0;left:0;background:url(/wp-content/plugins/lightbox-plus/css/elegant-white/images/controls.png) no-repeat -75px 0;width:25px;height:25px;text-indent:-9999px}#cboxPrevious:hover{background-position:-75px -25px}#cboxNext{position:absolute;bottom:0;left:27px;background:url(/wp-content/plugins/lightbox-plus/css/elegant-white/images/controls.png) no-repeat -50px 0;width:25px;height:25px;text-indent:-9999px}#cboxNext:hover{background-position:-50px -25px}#cboxClose{position:absolute;bottom:0;right:0;background:url(/wp-content/plugins/lightbox-plus/css/elegant-white/images/controls.png) no-repeat -25px 0;width:25px;height:25px;text-indent:-9999px}#cboxClose:hover{background-position:-25px -25px}.cboxIE #cboxTopLeft,.cboxIE #cboxTopCenter,.cboxIE #cboxTopRight,.cboxIE #cboxBottomLeft,.cboxIE #cboxBottomCenter,.cboxIE #cboxBottomRight,.cboxIE #cboxMiddleLeft,.cboxIE #cboxMiddleRight{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)}

img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}


