@import url(fonts/fonts.css);
@import url(../plugins/selectBox/selectBox.css);

/* BEGIN Reset Styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, section, summary, audio, video
{
    margin: 0;
    padding: 0;

    vertical-align: baseline;
}

img
{
    border: 0;
}

input,
textarea,
select,
button
{
    outline: none;
}

ul
{
    list-style: none;
}

ol > li
{
    display: block;
}

ol > li:before
{
    content: counters(item,'.') '.   ';
    counter-increment: item;
}

ol
{
    counter-reset: item;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

.link
{
    text-decoration: none;

    color: #000;
}

.link:hover
{
    text-decoration: underline;
}

.red-link
{
    text-decoration: underline;

    color: #e5173f;
}

.white-text
{
    color: #fff;
}

.red-text
{
    color: #e5173f;
}

.btn
{
    font: 13px 'pf_synch_proregular', Arial, sans-serif;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 36px;
    margin: 0;
    padding: 10px 25px;

    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

    color: #fff;
    border: 0;
    background: #e4183e;
}

a.btn
{
    text-decoration: none;
}

.btn[disabled],
.btn_state_disabled
{
    cursor: default;

    color: #c11234;
    text-shadow: none;
}

.rm-btn
{
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;

    width: 27px;
    height: 26px;

    cursor: pointer;

    border: 0;
    background: url(../i/i.png) -299px 0 no-repeat;
}

.input
{
    font: 13px 'pf_synch_proregular', Arial, sans-serif;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 36px;
    margin: 0;
    padding: 10px;

    cursor: pointer;
    vertical-align: middle;

    color: #b4b4b4;
    border: 1px solid #bbb;
}

.input.error
{
    border-color: #e5173f;
}

.input-group:before,
.input-group:after
{
    display: table;

    content: '';
}

.input-group:after
{
    clear: both;
}

.clearfix:before,
.clearfix:after
{
    display: table;

    content: '';
}

.clearfix:after
{
    clear: both;
}

.l-float
{
    float: left;
}

.r-float
{
    float: right;
}

.radiobox
{
    margin: 0 5px 0 0;

    vertical-align: middle;
}

.checkbox
{
    margin: 0 5px 0 0;

    vertical-align: baseline;
}

.check-group__title
{
    font: 14px/1.2em 'skolar_pesemibold', Arial, sans-serif;

    display: block;

    padding: 0 0 5px;
}

.check-label
{
    line-height: 1.2em;

    display: inline-block;

    margin: 0 15px 0 0;
}
/* END Reset Styles */


/* BEGIN Control sizes*/
.control-size-s
{
    width: 125px;
}

.control-size-m
{
    width: 210px;
}
/* END Control sizes*/

/* BEGIN Pages Styles */
.page
{
    font: 13px 'pf_synch_proregular', Arial, sans-serif;

    position: relative;

    height: 100%;

    background: #eaebeb url(../i/page-bg.jpg) no-repeat top center fixed;
    background-size: 100% 100%;
}

.page__body
{
    width: 1000px;
    margin: 18px auto !important;

    background-color: rgba(194, 194, 194, 0.5);
    -webkit-box-shadow: 0 0 35px #bababa;
    -moz-box-shadow: 0 0 35px #bababa;
    box-shadow: 0 0 35px #bababa;
}

.page__banners
{
    width: 100%;
    background-color: #ffffff;
    margin: 0 0 10px;
    -webkit-box-shadow: 0 0 35px #bababa;
    -moz-box-shadow: 0 0 35px #bababa;
    box-shadow: 0 0 35px #bababa;

}

.banner__img
{
  width: 240px;
  height: 240px;
  margin: 0 2px;
}

.table__banners
{
  width: 100%;
  height: 100%;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
  border-spacing: 10px;
  border-collapse: separate;
}

.header
{
    height: 90px;
    padding: 0 15px;

    background: #e5173f;
}

.logo
{
    display: inline-block;

    background: url(../i/logo.png) no-repeat;
}

.header-logo {
    float: left;
    height: 74px;
    margin: 6px 20px 0 0;
    width: 113px;
}

.title
{
    float: left;

    margin: 14px 0 0;

    text-transform: uppercase;
}

.title__fline
{
    font: 24px/0.9em 'skolar_pesemibold', Arial, sans-serif;

    display: block;

    letter-spacing: 12px;

    color: #fff;
}

.title__sline
{
    font: 48px/0.9em 'pf_synch_proregular', Arial, sans-serif;

    display: block;

    letter-spacing: -1px;
}

.vcard
{
    font: 14px/16px 'skolar_pesemibold', Arial, sans-serif;

    float: right;

    margin: 10px 0 0;
}

.content
{
    margin: 0 0 10px;
    padding: 0 6px 6px;

    background: #fff;
}

.step-menu
{
    height: 30px;
    margin: 0 -6px 6px;
    padding: 0 14px;
    color: #e5173f;
    text-transform: uppercase;

    background: #fdfdfd;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fdfdfd 0%, #dddddd 100%);
    background: -webkit-linear-gradient(top,  #fdfdfd 0%,#dddddd 100%);
    background: -o-linear-gradient(top,  #fdfdfd 0%,#dddddd 100%);
    background: -ms-linear-gradient(top,  #fdfdfd 0%,#dddddd 100%);
    background: linear-gradient(to bottom,  #fdfdfd 0%,#dddddd 100%);
}

.step-menu__item,
.step-menu a
{
    position: relative;
    display: inline-block;
    padding: 7px 0;
}

.step-menu span
{
    padding: 0 7px 0 10px;
    font-size: 20px;
    color: #9e0d28;
}

.step-menu__item:after
{
    font-size: 20px;
    position: absolute;
    top: 2px;
    right: -8px;
    display: block;
    content: '>';
    color: #9e0d28;
}

.step-menu__item:last-child:after
{
    display: none;
}

.step-menu__title,
.step-menu a
{
    text-decoration: none;

    color: #000;
}

.step-menu__item_state_active .step-menu__title
{
    text-decoration: none;

    color: #e5173f;
}

.section
{
    float: left;

    width: 643px;
}
    .section.long   {
        width: 100%;
    }

.game-preview
{
    position: relative;

    width: 642px;
    height: 446px; 

    cursor: pointer;

    background: url(../i/game-bg.png) no-repeat;
}

.game-preview__header
{
    font: 44px 'pf_synch_proregular', Arial, sans-serif;

    padding: 5px 0 0;

    text-align: center;
    text-transform: uppercase;
}

.game-preview__body
{
    height: 315px;
    margin: 10px 0 0;
}

.game-preview .stadium-name
{
    font-size: 16px;

    display: block;

    color: #fff;
}

.game-preview .date
{
    line-height: 0.8em;

    display: block;

    padding: 6px 0 0;

    color: #fff;
}

.game-preview .time
{
    font-family: 'pf_synch_probold';
}

.game-preview__title
{
    font-size: 32px;
    line-height: 1em;

    position: absolute;
    z-index: 10;
    top: 340px;

    width: 100%;

    text-align: center;
    text-transform: uppercase;

    color: #fff;
}

.game-preview__team
{
    display: inline-block;

    width: 46%;
}

.preload-block
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: url(../i/popupa.png);
}

.preloader
{
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;

    display: none;

    width: 96px;
    height: 58px;
    margin: -29px 0 0 -48px;

    background: url(../i/preloader.gif) no-repeat;
}

    .preloader span {
        font-size: 12px;
        position: absolute;
        margin-top: 50px;
        text-align: center;
    }

.preloader_visibility_yes
{
    display: block;
}

#stadium
{
    position: relative;

    width: 100%;
    min-height: 200px;
}

.f-team
{
    float: left;

    width: 50%;
}

.team-logo_position_right
{
    float: right;
}

.preview-list
{
    margin: 6px 0;
}

.preview-list__item
{
    float: left;

    width: 210px;
    margin: 0 6px 6px 0;

    cursor: pointer;
}

.preview-list__item .img
{
    width: inherit;
    height: auto;
}

.preview-list__item:nth-child(3n)
{
    margin-right: 0;
}

.event-slider
{
    position: relative;

    height: 68px;
    margin: 8px 0;
    padding: 0 42px;

    background: #f0f0f0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMGQwZDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f0f0f0 0%, #d0d0d0 100%);
    background: -webkit-linear-gradient(top,  #f0f0f0 0%,#d0d0d0 100%);
    background: -o-linear-gradient(top,  #f0f0f0 0%,#d0d0d0 100%);
    background: -ms-linear-gradient(top,  #f0f0f0 0%,#d0d0d0 100%);
    background: linear-gradient(to bottom,  #f0f0f0 0%,#d0d0d0 100%);
}

.event-slider__prev,
.event-slider__next
{
    position: absolute;
    top: 0;

    display: block;

    width: 42px;
    height: 100%;

    background: #e5173f;
}

.event-slider__prev
{
    left: 0;
}

.event-slider__next
{
    right: 0;
}

.event-slider__prev:after,
.event-slider__next:after
{
    position: absolute;
    z-index: 10;
    top: 24px;

    display: block;

    width: 10px;
    height: 19px;

    content: '';

    /*background: url(../i/i.png) no-repeat;*/
}

.event-slider__prev:after
{
    left: 16px;

    background-position: -299px -69px;
}

.event-slider__prev_state_disabled.event-slider__prev:after
{
    background-position: -315px -69px;
}

.event-slider__next:after
{
    right: 16px;

    background-position: -350px -69px;
}

.event-slider__next_state_disabled.event-slider__next:after
{
    background-position: -334px -69px;
}

.event-slider__box
{
    font-size: 20px;
    line-height: 1.1em;

    text-align: center;
    text-transform: uppercase;
}

.event-slider__box .date,
.event-slider__box .time
{
    font-size: 18px;

    color: #e5173f;
}

.ticket-price
{
    font-size: 18px;

    padding: 0 10px;
}

.sector-name
{
    font-size: 20px;

    float: left;

    width: 385px;
    height: 24px;
    padding: 6px 0;

    text-align: center;
    text-transform: uppercase;
}

.scheme
{
    padding: 34px 0;

    text-align: center;
}

.scheme__footer
{
    width: 413px;
    height: 56px;
    margin: 14px auto;

    text-transform: uppercase;
    font-size: 14pt;
    color: #fff;
    background: url(../i/field.png) no-repeat;
}

.seats-table
{
    margin: auto;

    background: #fff;
}

.seats-table__cell
{
    font: 7px Arial, sans-serif;

    width: 16px;
    height: 16px;

    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

    border: 1px solid #fff;
}

.seat-row
{
    font-size: 9px;

    color: #bababa;
}

.seat-free
{
    cursor: pointer;

    background: #c0c0c0;
}

.seat-price-1 {
    background: #EF758D;
    color: #fff;
}
.seat-price-2 {
    background: #DF4F6B;
    color: #fff;
}
.seat-price-3 {
    background: #CE4963;
    color: #fff;
}

.seat-busy
{
    background: #FFBABD;
}



.seat-free:hover,
.seat-active
{
    cursor: pointer;

    color: #fff;
    background: #e5173f;
}



.sidebar
{
    float: right;

    width: 336px;
}

.article
{
    font: 14px 'skolar_pesemibold', Arial, sans-serif;

    padding: 12px 32px;
}

.article-title
{
    text-transform: uppercase;
}

h1.article-title
{
    font: 37px 'pf_synch_prolight', Arial, sans-serif;
}

h2.article-title
{
    font: 20px 'pf_synch_proregular', Arial, sans-serif;

    color: #555;
}

.article .text
{
    padding: 3px 0;
}

.clickable
{
    cursor: pointer;
}

.widget
{
    margin: 0 0 6px;
}

.widget__header
{
    font-size: 20px;

    min-height: 24px;
    padding: 5px 14px;

    text-transform: uppercase;

    border-top: 1px solid #e5e5e5;
    background: #f0f0f0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMGQwZDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f0f0f0 0%, #d0d0d0 100%);
    background: -webkit-linear-gradient(top,  #f0f0f0 0%,#d0d0d0 100%);
    background: -o-linear-gradient(top,  #f0f0f0 0%,#d0d0d0 100%);
    background: -ms-linear-gradient(top,  #f0f0f0 0%,#d0d0d0 100%);
    background: linear-gradient(to bottom,  #f0f0f0 0%,#d0d0d0 100%);
}

.widget__body
{
    padding: 15px;

    background: #e5e5e5;
}

.widget__body:before,
.widget__body:after
{
    display: table;

    content: '';
}

.widget__body:after
{
    clear: both;
}

.widget__body .text
{
    font: 14px 'skolar_pesemibold', Arial, sans-serif;
}

.section .widget__body
{
    padding: 35px 50px;
}

.login-form
{
    float: left;

    width: 305px;
}

.login-form .btn
{
    margin: 10px 0 5px;
}

.login-actions
{
    float: right;

    width: 230px;
}

.login-actions .btn
{
    margin-bottom: 5px;
    display: inline-block;
}

.login-actions .text
{
    line-height: 1.2em;

    padding: 2px 0 0;
}

.sidebar .login-form .btn
{
    width: 88px;
    margin: 0 0 5px;
    padding: 10px 0;
}

.user-info
{
    overflow: hidden;

    padding: 10px 0 6px;
}

.user-info__name
{
    font-size: 20px;

    clear: both;

    text-transform: uppercase;

    color: #e5173f;
}

.user-info .link
{
    float: right;

    margin: 5px 0 0;
}

.form
{

}

.form__actions
{
    padding: 35px 0 0;
}

.form .input
{
    margin-bottom: 5px;
}

.reg-form .input-group .control-size-m
{
    width: 245px;
}

.captcha
{
    float: right;

    width: 315px;
    min-height: 125px;
}

.notice
{
    text-align: center;
}

.notice .text
{
    margin-bottom: 25px;
}

.pay-form
{
    overflow: hidden;
}

.pay-system
{
    float: left;

    width: 33%;

    cursor: pointer;
    text-align: center;
    vertical-align: bottom;
}

.pay-system__logo
{
    display: block;

    height: 110px;
}

.pay-system__name
{
    font: 14px 'skolar_pesemibold', Arial, sans-serif;

    display: block;

    padding: 8px 0 0;
}

.order-form .check-label
{
    padding: 8px 0;
}

.order-form .btn
{
    margin: 15px 0 0;
}

.rules
{
    line-height: 1em !important ;
}

.rules .text
{
    padding: 8px 0;
}

.rules .text:first-child
{
    font-size: 15px;
}

.rules .link
{
    color: #e5173f;
}

.list__item
{
    padding: 5px 0;
}

.cart .widget__body
{
    position: relative;
}

.cart__form
{
    min-height: 70px;
}

.cart__count
{
    float: right;

    text-transform: none;

    color: #b1b1b1;
}

.cart__num
{
    color: #e5173f;
}

.cart__group
{
    margin-bottom: 24px;
}

.cart-caption
{
    min-height: 42px;
    padding: 8px 0;

    text-align: center;
    text-transform: uppercase;

    background: #f0f0f0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMGQwZDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f0f0f0 0%, #d0d0d0 100%);
    background: -webkit-linear-gradient(top,  #f0f0f0 0%,#d0d0d0 100%);
    background: -o-linear-gradient(top,  #f0f0f0 0%,#d0d0d0 100%);
    background: -ms-linear-gradient(top,  #f0f0f0 0%,#d0d0d0 100%);
    background: linear-gradient(to bottom,  #f0f0f0 0%,#d0d0d0 100%);
}

.cart-caption .date,
.cart-caption .time
{
    display: block;

    color: #e5173f;
}

.cart-table
{
    width: 100%;

    text-align: center;
}

.cart-table__cell
{
    font: 20px 'pf_synch_proregular', Arial, sans-serif;

    height: 26px;

    vertical-align: middle;

    color: #404040;
}

.cart-table__body .cart-table__cell
{
    border: 1px solid #dedede;
    background: #fff;
}

.cart-table__row .cart-table__cell:nth-child(4) .sum
{
    line-height: 26px;

    position: relative;

    display: block;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 26px;
    padding-right: 27px;
}

.cart__action
{
    font: 14px 'skolar_pesemibold', Arial, sans-serif;

    overflow: hidden;

    padding: 30px 0 0;

    text-align: center;
}

.cart__action .cart__num,
.cart__action .cart__sum
{
    font-size: 20px;

    color: #e5173f;
}

.cart__action .btn
{
    float: right;

    margin: 10px 0 0;
}

.warning .cart-table__cell
{
    background: #e5173f;
}

.warning .cart-table__cell:first-child
{
    text-align: left;
}

.banner
{
    width: 100%;
    height: auto;
}

.map
{
    margin: 15px 0;
}

.footer
{
    padding: 10px;

    text-transform: uppercase;

    background: #f5f5f5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYWNhY2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f5f5f5 0%, #cacaca 100%);
    background: -webkit-linear-gradient(top,  #f5f5f5 0%,#cacaca 100%);
    background: -o-linear-gradient(top,  #f5f5f5 0%,#cacaca 100%);
    background: -ms-linear-gradient(top,  #f5f5f5 0%,#cacaca 100%);
    background: linear-gradient(to bottom,  #f5f5f5 0%,#cacaca 100%);
}

.footer__wrapper
{
    margin: 10px 0;
}

.footer-logo
{
    width: 152px;
    height: 144px;
    margin: 5px 0 0 5px;

    background-position: 0 0;
}

.navigation .link
{
    display: inline-block;

    margin: 0 10px;
}

.partners
{
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box;
    display: block;
    background: #fff;
    text-align: center;
    overflow: hidden;
}

.partners a {
    margin: 15px;
    display: inline-block;
}

.partners:last-child > a {
    margin: 15px 8px;
}

.partners img {
    max-height: 45px;
}

.partners__group
{
    padding: 3px 0;

    text-align: center;
}

.partners__group:first-child .partner-logo
{
    margin: 0 30px;
}

.partner-logo
{
    margin: 0 3px;

    vertical-align: middle;
}

.copyright
{
    color: #e5173f;
}

.error-label
{
    font-size: 16px;
    font-weight: bold;

    overflow: hidden;

    width: 100%;
    padding: 10px 0;

    text-transform: uppercase;

    color: #e5173f;
}

.sidebar .error-label
{
    font-size: 14px;
}

.error-label__text
{
    font-weight: normal;

    text-transform: none;
}

.error-page
{
    min-height: 600px;

    background: #fff;
}

.error-page .page__body
{
    /*position: absolute;*/
    top: 50%;
    left: 50%;

    box-shadow: none;
}

.error-404 .page__body, .error-451 .page__body
{
    width: 984px;
    height: 530px;
    /*margin: -265px 0 0 -492px;*/

    background: #fff url(../i/404.png) 0 100% no-repeat;
}

.error-500 .page__body
{
    width: 984px;
    height: 582px;
    /*margin: -291px 0 0 -492px;*/

    background: #fff url(../i/500.png) 0 100% no-repeat;
}

.error-info
{
    position: relative;

    width: 680px;
    margin: auto;
}

.error-info__title
{
    font: 26px 'pf_synch_proregular', Arial, sans-serif;

    display: block;
}

.error-404 .error-info__title, .error-451 .error-info__title
{
    padding-left: 168px;
}

.error-500 .error-info__title
{
    font-size: 35px;

    padding: 25px 0 0 98px;
}

.error-info__text
{
    position: absolute;
    top: 300px;

    width: 100%;

    text-align: center;
}

.error-500 .error-info__text
{
    top: 340px;
}

.error-info__1line
{
    font: 72px/0.8em 'pf_synch_probold', Arial, sans-serif;

    display: block;

    padding-bottom: 4px;

    text-transform: uppercase;
}

.error-info__2line
{
    font: 60px/1em 'pf_synch_probold', Arial, sans-serif;

    text-transform: uppercase;
}

.error-info__3line
{
    font: 39px/0.8em 'pf_synch_prolight', Arial, sans-serif;

    display: block;
}

.error-info__4line
{
    font: 39px/0.8em 'pf_synch_prolight', Arial, sans-serif;

    color: #e5173f;
}

.return-section
{
    margin: 40px 50px;

    text-align: center;
}

.return-section .img
{
    margin: 0 0 20px;
}

.return-section .text
{
    padding: 5px 0;

    text-align: left;
    text-indent: 20px;
}

.return-section .btn
{
    display: inline-block;

    margin: 30px 0;
}
/* END Pages Styles */


/* BEGIN Graphics */
.icon,
.arrow,
.partner-logo,
.ps-logo
{
    display: inline-block;

    background: url(../i/i.png) no-repeat;
}

.error-icon
{
    width: 54px;
    height: 46px;
    margin-right: 5px;

    vertical-align: middle;

    background-position: -381px 0;
}

.sidebar .error-icon
{
    width: 23px;
    height: 20px;

    background: url(../i/i.png) -410px -52px no-repeat;
}

.warning-icon
{
    display: inline-block;

    width: 23px;
    height: 20px;
    margin: 0 6px;

    vertical-align: middle;

    background-position: -382px -52px;
}

.ps-ek
{
    width: 127px;
    height: 93px;

    background-position: 0 -418px;
}

.ps-vm
{
    width: 109px;
    height: 97px;

    background-position: -142px -418px;
}

.ps-wm
{
    width: 165px;
    height: 106px;

    background-position: -269px -419px;
}

.arrow-up
{
    width: 19px;
    height: 10px;

    background-position: -338px 0;
}

.arrow-up_state_dis
{
    background-position: -338px -17px;
}

.arrow-down
{
    width: 19px;
    height: 10px;

    background-position: -338px -34px;
}

.arrow-down_state_dis
{
    background-position: -338px -50px;
}

.arrow-left
{
    width: 10px;
    height: 19px;

    background-position: -299px -69px;
}

.arrow-left_state_dis
{
    background-position: -315px -69px;
}

.arrow-right
{
    width: 10px;
    height: 19px;

    background-position: -350px -69px;
}

.arrow-right_state_dis
{
    background-position: -334px -69px;
}

.partner-dummy
{
    width: 35px;
    height: 10px;

    background-position: 0 0px;
}
.partner-chempros
{
    width: 35px;
    height: 14px;

    background-position: -247px 0px;
}

.partner-chemp
{
    width: 120px;
    height: 29px;

    background-position: 0 -268px;
}

.partner-fors
{
    width: 128px;
    height: 21px;

    background-position: 0 -239px;
}

.partner-hl
{
    width: 138px;
    height: 22px;

    background-position: 0 -207px;
}

.partner-ifd
{
    width: 136px;
    height: 14px;

    background-position: 0 -180px;
}

.partner-kia
{
    width: 79px;
    height: 38px;

    background-position: -260px -176px;
}

.partner-kuk
{
    width: 102px;
    height: 22px;

    background-position: -158px -274px;
}

.partner-lu
{
    width: 169px;
    height: 49px;

    background-position: -158px -220px;
}

.partner-mts
{
    width: 71px;
    height: 35px;

    background-position: -158px -179px;
}

.partner-nike
{
    width: 114px;
    height: 42px;

    background-position: -1px -336px;
}

.partner-ob
{
    width: 125px;
    height: 30px;

    background-position: -159px -304px;
}

.partner-pa
{
    width: 141px;
    height: 17px;

    background-position: 0 -306px;
}

.partner-pepsi
{
    width: 95px;
    height: 36px;

    background-position: -247px -127px;
}

.partner-rr
{
    width: 108px;
    height: 22px;

    background-position: -157px -379px;
}

.partner-se
{
    width: 140px;
    height: 21px;

    background-position: -158px -344px;
}

.partner-ssg
{
    width: 66px;
    height: 34px;

    background-position: -158px -131px;
}
/* END Graphics */

/* BEGIN UI Styles */
.ui-tooltip
{
    position: absolute;
    z-index: 9999;

    max-width: 300px;
    padding: 10px;

    text-align: center;

    background: #fff;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip
{
    border-width: 2px;
}
/* END UI Styles */

