


/* Start:/local/templates/br/css/normalize.css*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox &lt; 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
    padding: 0;
}

.clear{clear: both; font-size: 0; line-height: 0; height: 0;}
.flLeft{float: left !important;}
.flRight{float: right !important;}
input[type="text"], input[type="password"], textarea{outline: none;}
.hidden{visibility: hidden !important;}
.disable{display: none !important;}
input[type="checkbox"]{cursor: pointer;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.justify{
    text-align: justify;
}
.justify:after{
    display: inline-block;
    width: 980px;
    content: " ";
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}


/**
 * Paddings and Margins
 */
.no-border-bot{border-bottom: none !important;}
.no-border-top{border-top: none !important;}
.no-border-left{border-left: none !important;}
.border-left-trans{border-color: transparent !important;}
.no-marg-bot{margin-bottom: 0 !important;}
.no-marg-top{margin-top: 0 !important;}
.no-marg-left{margin-left: 0 !important;}

.marg-center{margin-left: auto !important; margin-right: auto !important;}
.marg-top1{margin-top: 1px !important;}
.marg-top10{margin-top: 10px !important;}
.marg-top15{margin-top: 15px !important;}
.marg-top20{margin-top: 20px !important;}
.marg-top25{margin-top: 25px !important;}
.marg-top30{margin-top: 30px !important;}
.marg-top35{margin-top: 35px !important;}
.marg-top40{margin-top: 40px !important;}
.marg-top45{margin-top: 45px !important;}
.marg-top50{margin-top: 50px !important;}
.marg-top60{margin-top: 60px !important;}
.marg-top65{margin-top: 65px !important;}
.marg-top70{margin-top: 70px !important;}
.marg-top80{margin-top: 80px !important;}
.marg-top100{margin-top: 100px !important;}

.marg-bot5{margin-bottom: 5px !important;}
.marg-bot10{margin-bottom: 10px !important;}
.marg-bot15{margin-bottom: 15px !important;}
.marg-bot20{margin-bottom: 20px !important;}
.marg-bot25{margin-bottom: 25px !important;}
.marg-bot30{margin-bottom: 30px !important;}
.marg-bot35{margin-bottom: 35px !important;}
.marg-bot40{margin-bottom: 40px !important;}
.marg-bot45{margin-bottom: 45px !important;}
.marg-bot50{margin-bottom: 50px !important;}
.marg-bot55{margin-bottom: 55px !important;}
.marg-bot60{margin-bottom: 60px !important;}

.marg-left20{margin-left: 20px !important;}
.marg-left40{margin-left: 40px !important;}
.marg-left60{margin-left: 40px !important;}

.marg-right20{margin-right: 20px !important;}

.no-pad-bot{padding-bottom: 0 !important;}
.no-pad-top{padding-top: 0 !important;}
.no-pad-side{padding-left: 0 !important; padding-right: 0 !important;}

.pad-bot10{padding-bottom: 10px !important;}
.pad-bot15{padding-bottom: 15px !important;}
.pad-bot20{padding-bottom: 20px !important;}
.pad-bot28{padding-bottom: 28px !important;}
.pad-bot30{padding-bottom: 30px !important;}
.pad-bot35{padding-bottom: 35px !important;}
.pad-bot40{padding-bottom: 40px !important;}
.pad-bot45{padding-bottom: 45px !important;}
.pad-bot50{padding-bottom: 50px !important;}
.pad-bot55{padding-bottom: 55px !important;}
.pad-bot60{padding-bottom: 60px !important;}
.pad-bot65{padding-bottom: 65px !important;}
.pad-bot70{padding-bottom: 70px !important;}

.pad-top10{padding-top: 10px !important;}
.pad-top15{padding-top: 15px !important;}
.pad-top20{padding-top: 20px !important;}
.pad-top25{padding-top: 25px !important;}
.pad-top30{padding-top: 30px !important;}
.pad-top35{padding-top: 35px !important;}
.pad-top40{padding-top: 40px !important;}
.pad-top45{padding-top: 45px !important;}
.pad-top50{padding-top: 50px !important;}
.pad-top60{padding-top: 60px !important;}
.pad-top57{padding-top: 57px !important;}
.pad-top70{padding-top: 70px !important;}

.pad-left20{padding-left: 20px !important;}

.width-auto{width: auto !important;}

.txt-center{text-align: center;}
.txt-right{text-align: right;}
.txt-left{text-align: left;}
.txt-justify{text-align: justify;}
.uppercase{text-transform: uppercase;}
/* End */



/* Start:/local/templates/br/css/jquery.fancybox.css*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('http://kont38.ru/local/templates/br/css/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('http://kont38.ru/local/templates/br/css/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('http://kont38.ru/local/templates/br/css/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('http://kont38.ru/local/templates/br/css/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('http://kont38.ru/local/templates/br/css/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('http://kont38.ru/local/templates/br/css/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}

/* Custom styles */
.fancybox-skin {
    border-radius: 16px;
}
.fancybox-title-inside-wrap{
    padding-top: 0;
}
.fancybox-type-image{
    min-width: 600px;
}
.fancybox-type-image .fancybox-outer{
    padding-bottom: 50px;
    padding-top: 20px;
}
.fancybox-type-image .fancybox-skin{
    background-color: #fff;
}
.fancybox-inner{
    margin: 0 auto;
}
.fancybox-prev span,
.fancybox-next span{
    background-image: url('http://kont38.ru/local/templates/br/css/arrow-carousel.png');
    width: 24px;
    height: 40px;
    margin-top: -20px;
}
.fancybox-next span{
    background-position: -24px -40px;
}
.fancybox-prev span{
    background-position: 0 -40px;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.42);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.42);
}

#popBoard{
    width: 685px;
}
#popBoard .form-txt.wide{
    width: 599px;
}

.fancybox-title{
    z-index: 1;
    width: 100%;
    text-align: center;
    font-family: 'KabelNormal';
    font-size: 22px;
    color: #000;
    position: absolute;
    bottom: 15px;
}
.pop-body{
    background-color: #ebebeb;
    padding: 28px 30px 28px 30px;
}

.tab-link{
    font-size: 28px;
    text-decoration: underline;
    cursor: pointer;
}
.tab-link:hover{
    text-decoration: none;
}
.pop-forget{
    display: inline-block;
    font-size: 17px;
    line-height: 45px;
    color: #212121;
}
.pop-forget:hover{
    text-decoration: none;
}

#popLogin .form-table tr:first-child .form-lbl{
    font-size: 20px;
    margin-top: 6px;
}
/* End */



/* Start:/local/templates/br/components/bitrix/menu/primary_top/style.css*/
.sub-left a{
    text-decoration: none;
}
/* End */



/* Start:/local/templates/br/styles.css*/
@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Kievit';
    src: url('../../fonts/KievitPro-Regular.woff') format('woff'),
    url('../../fonts/KievitPro-Regular.ttf') format('truetype'),
    url('../../fonts/KievitPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Kievit';
    src: url('../../fonts/KievitPro-Bold.woff') format('woff'),
    url('../../fonts/KievitPro-Bold.ttf') format('truetype'),
    url('../../fonts/KievitPro-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Kievit-Light';
    src: url('../../fonts/KievitPro-Light.woff') format('woff'),
    url('../../fonts/KievitPro-Light.ttf') format('truetype'),
    url('../../fonts/KievitPro-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Kievit-Medium';
    src: url('../../fonts/KievitPro-Medium.woff') format('woff'),
    url('../../fonts/KievitPro-Medium.ttf') format('truetype'),
    url('../../fonts/KievitPro-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica-Light';
    src: url('../../fonts/HelveticaNeueCyr-UltraLight.woff') format('woff'),
    url('../../fonts/HelveticaNeueCyr-UltraLight.ttf') format('truetype'),
    url('../../fonts/HelveticaNeueCyr-UltraLight.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
html, body {
    height: 100%;
    width: 100%;
}
body {
    font-family: 'Kievit' !important;
    background-color: #fff;
}
body.small-page{
    height: initial;
}
.container {
    /*min-height: 100%;
  height: auto !important;
  height: 100%;*/
    max-width:1920px;
    margin:0 auto;
    min-width: 990px;
}
.limiter,
.limiter-submenu {
    position: relative;
    width: 990px;
    margin: 0 auto;
}
.limiter-fixed{
    position: relative;
    width: 990px;
    margin: 0 auto;
}
.limiter-corporate{
    position: relative;
    left: -1px;
    margin: 0 auto;
    max-width: 1427px;
}

/* Header elements Start */
.site-header{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 82px;
    background-color: #fff;
    z-index: 2;
}
.top-menu{
    height: 40px;
    border-bottom: solid 1px #c7d744 ;
}
.bot-menu{
    height: 42px;
}
.logo-main{
    display: block;
    position: absolute;
    width: 29px;
    height: 51px;
    left: 12px;
    top: 15px;
    background: transparent url('http://kont38.ru/local/templates/br/images/icons/logo.svg') 0 0 no-repeat;
}
/*
.logo-main:before{
	content: " ";
	display: block;
	position: absolute;
	width: 1000px;
	left: -1000px;
	top: 25px;
	border-bottom: solid 1px #c7d744 ;
	z-index: 100;
}
.logo-main:after{
	content: " ";
	display: block;
	position: absolute;
	width: 10000px;
	right: -9996px;
	top: 25px;
	border-bottom: solid 1px #c7d744 ;
	z-index: 100;
}
*/
.top-nav{
    width: 100%;
    position: absolute;
    left: 70px;
    top: 11px;
}
.top-nav.bot{
    top: 0;
    height: 42px;
}
.list-topmenu{
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-topmenu li{
    float: left;
    margin-left: 21px;
}
.list-topmenu li:first-child{
    margin-left: 0;
}
.list-topmenu li.active a{
    color: #c7d744 ;
}
.list-topmenu a{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
}
.list-topmenu a:hover{
    text-decoration: underline;
}
.list-botmenu{
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-botmenu > li{
    margin-left: -1px;
    /*padding-right: 24px;*/
    margin-right: 3px;
    padding-right: 13px;
    padding-left: 13px;
    height: 42px;
    float: left;
}
.list-botmenu > li.with-sub{
    background-image: url('http://kont38.ru/local/templates/br/images/arrow-down.png');
    background-position: 100% 18px;
    background-repeat: no-repeat;
    margin-left: 0;
    margin-right: 0;
    /*padding-right: 24px;*/
}
.list-botmenu > li a:hover{
    text-decoration: underline;
}
.list-botmenu li.active a{
    color: #c7d744 ;
}
.list-botmenu > li:first-child{
    margin-left: -13px;
}
.list-botmenu > li > a{
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 44px;
    color: #000;
    letter-spacing: -0.2px;
}
.sub-menu{
    display: none;
    position: fixed;
    top: 82px;
    left: 0;
    right: 0;
    background-color: #c7d744 ;
    padding: 20px 0 38px 15px;
}
.sub-left{
    float: left;
    padding-right: 20px;
    width: 465px;
    border-right: solid 1px #adc129;
    font-size: 18px;
    line-height: 26px;
    color: #000;
}
.sub-left .h5{
    margin-bottom: 20px;
    padding-top: 3px;
    line-height: 30px;
}
.sub-closest{
    color: #fff;
    text-transform: uppercase;
    font-family: 'Kievit';
    font-size: 14px;
    margin-top: 6px;
}
.sub-right{
    float: left;
    width: 495px;
    border-left: solid 1px #adc129;
    margin-left: -1px;
}
.other-training{
    font-family: 'Kievit';
    margin-left: 20px;
    font-size: 15px;
    margin-top: 16px;
    line-height: 17px;
    color: #7a8819;
    color: rgba(0,0,0,.5);
    text-transform: uppercase;
}
.list-sub{
    margin: 20px 0 0 20px;
    padding: 0;
    list-style: none;
}
.list-sub li{
    float: left;
    width: 50%;
    margin-bottom: 12px;
}
.list-sub a{
    font-size: 20px;
    font-family: 'Kievit-Medium';
    color: #000;
    text-decoration: none;
}
.list-sub a:hover{
    text-decoration: underline;
}

.head-phone,
.head-callback{
    font-weight: bold;
    font-size: 14px;
    color: #c7d744 ;
    text-decoration: none;
    position: absolute;
    top:14px;
    text-transform: uppercase;
}
.head-phone:hover,
.head-callback:hover{
    text-decoration: underline;
}
.head-phone{
    right: 150px;
    color: #444;
}
.head-callback{
    right: 0px;
}
/* Header elements END */

/* Banner Start */
.main-banner{
    position: relative;
    border-top: solid 1px transparent;
    height: 646px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-banner.corp{
    height: 1030px;
}
.main-banner.big{
    height: 1194px;
}
.main-banner.life{
    height: 960px;
    background-position: 50% 50px;
}
.main-banner.conf{
    height: 563px;
}
.main-banner.choose{
    height: 483px;
    background-position: 100% 0;
}
.main-banner.crew{
    height: 352px;
    background-position: 50% 50%;
}
.main-banner.shedule{
    height: 397px;
}
.main-banner.ban-train{
    height: 590px;
    margin-top:82px;
}
.main-banner.ban-trainer{
    height: 580px;
    background-position: 50% -10px;
    background-color: #efefef;
}
.main-banner.media{
    height: 400px;
}
.ban-train .h1{
    /*font-weight: bold;
	margin-top: 180px !important;
	margin-bottom: 35px !important;*/
}
.ban-train .conf-txt{
    font-size: 18px;
    font-family: 'Kievit';
    margin-top: 30px;
}
.choose .h8{
    margin-top: 193px;
}
.choose-subhead{
    margin: 21px 0 0 0;
    padding: 0;
    font-weight: normal;
    font-family: 'Kievit';
    font-size: 20px;
    line-height: 20px;
    color: #c7d744 ;
}
.main-banner .h1{
    margin-top: 203px;
    margin-bottom: 45px;

    line-height: 30px;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
}
.banner-txt{
    font-family: 'Kievit';
    font-size: 30px;
    color: #fff;
    margin: 0 auto;
    /*width: 825px;*/
    width: 935px;
}
.banner-txt.green{
    color: #c7d744 ;
    font-family: 'Kievit';
}
.banner-txt.gray{
    color: #666;
    font-size: 24px;
    margin-top: 37px;
    line-height: 32px;
}
.main-banner.big .h6{
    padding-top: 126px;
    margin-bottom: 41px;
}
.banner-train-life,
.banner-train-business{
    position: absolute;
    top: 286px;
    text-decoration: none;
    color: #c7d744 ;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    padding-top: 80px;
    float: left;
    letter-spacing: -0.2px;
}
.banner-train-business{
    left: 203px;
    background: transparent url('http://kont38.ru/local/templates/br/images/icons/training.png') 50% 0 no-repeat;
    /*background-size: 83px 53px;*/
}
.banner-train-life{
    right: 218px;
    background: transparent url('http://kont38.ru/local/templates/br/images/icons/hands.png') 50% 0 no-repeat;
    /*background-size: 57px 65px;*/
}
.banner-train-business:hover,
.banner-train-life:hover{
    text-decoration: underline;
}
.photo-info{
    position: absolute;
    bottom: 22px;
    left: 16px;
    color: #fff;
    font-size: 14px;
    opacity: .4;
}
.photo-info.train{
    bottom: 311px;
    font-size: 13px;
}
.list-brand{
    margin: 45px 0 0 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
}
.list-brand li{
    width: 19.9%;
    display: inline-block;
    vertical-align: top;
    margin-top: 35px;
    margin-bottom: 35px;
}
.list-brand div{
    display: table-cell;
    height: 160px;
    vertical-align: middle;
    text-align: center;
}
.list-brand img{
    vertical-align: middle;
    -ms-transform: scale(0.8); /* IE 9 */
    -webkit-transform: scale(0.8); /* Chrome, Safari, Opera */
    transform: scale(0.8);
}
/* Banner END */

.h7.client-review{
    padding-top: 60px;
    padding-bottom: 60px;
}
.get-pdf,
.close-events{
    display: inline-block;
    font-family: 'Kievit-Medium';
    color: #000;
    font-size: 16px;
    text-decoration: none;
    line-height: 26px;
    margin: 13px 0 12px 0;
}
.get-pdf{
    background: transparent url('http://kont38.ru/local/templates/br/images/icons/pdf.svg') 0 50% no-repeat;
    background-size: 21px 26px;
    margin-right: 27px;
    padding-left: 29px;
}
.close-events{
    background: transparent url('http://kont38.ru/local/templates/br/images/icons/calendar.svg') 0 50% no-repeat;
    padding-left: 36px;
    margin-left: 20px;
}
.get-pdf:hover,
.close-events:hover{
    text-decoration: underline;
}


/* Events Start */
.three-event{}
.event{
    width: 33.333%;
    height: 307px;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    float: left;
    position: relative;
    background-repeat: no-repeat;;
}
.crop-left{
    background-position: 100% 0;
}
.crop-center{
    background-position: 50% 0;
}
.crop-right{
    background-position: 0 0;
}
.event-closest,
.event-name,
.event-date,
.event-subtitle,
.btn-event{
    position: absolute;
    margin-left: 15px;
    color: #fff;
}
.event-closest{
    top: 16px;
    font-size: 16px;
    line-height: 16px;
    opacity: .8;
}
.event-name{
    position:inherit;
    font-weight: bold;
    font-size: 26px;
    color: #fff;
    margin-top: 24px;
    line-height: 29px;
    text-transform: uppercase;
}
.event-subtitle{
    position:inherit;
    color: #fff;
    line-height: 22px;
    font-size: 20px;
    font-family: 'Kievit';
}
.event-date{
    position:inherit;
    font-size: 20px;
    line-height: 20px;
    font-size: 20px;
    color: #fff;
    font-family: 'Kievit';
}
.btn-event{
    text-decoration: none;
    bottom: 15px;
    border-radius: 5px;
    font-size: 14px;
    text-transform:uppercase;
    line-height: 36px;
    font-family: 'Kievit-Medium';
    border: solid 2px #fff;
    padding: 0px 24px;
    cursor: pointer;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: background-color .3s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-event:hover{
    background-color: #fff;
    color: #000;
}
.btn-event:active{
    color: #c7d744 ;
}
.btn-event.on-green:hover{
    color: #aac12e;
}
/* Events END */

.bg-gryellow{
    background-color: #c7d744 ;
}
.bg-ltgray{
    background-color: #f3f3f3;
}
.bg-e5{
    background-color: #e5e5e5;
}
.bg-ee{
    background-color: #eee;
}
.bg-ef{
    background-color: #efefef;
}
.bg-f0{
    background-color: #f0f0f0;
}
.bg-f4{
    background-color: #f4f4f4;
}
.bg-f2{
    background-color: #f2f2f2;
}
.bg-f6{
    background-color: #f6f6f6;
}
.btn-training{
    display: inline-block;
    margin: 49px auto 50px auto;
    border: solid 2px #fff;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-family: 'Kievit-Medium';
    font-size: 14px;
    line-height: 38px;
    padding: 0 40px;
    width: 164px;
    height: 36px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-training:hover{
    background-color: #fff;
    color: #000;
}
.btn-training:active{
    color:  #c7d744 ;
}
.btn-register,
.btn-watch-all{
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    width: 164px;
    cursor: pointer;
    height: 38px;
    line-height: 40px;
    padding: 0 40px;
    border: solid 2px #c7d744 ;
    border-radius: 5px;
    font-family: 'Kievit-Medium';
    letter-spacing: normal;
    -o-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.btn-register:hover,
.btn-watch-all:hover{
    background-color: #c7d744 ;
}
.shedule-item .btn-register{
    position: absolute;
    bottom: 20px;
    right: 0;
}
.btn-watch-all{
    margin-left: 40px;
}
.btn-pay{
    display: inline-block;
    border-radius: 5px;
    background-color: #c7d744 ;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    font-family: 'Kievit-Medium';
}
.btn-pay:hover{

}

.info-block{
    width: 47.7%;
    padding-top: 50px;
    padding-bottom: 10px;
    color: #666;
    font-size: 18px;
}
.info-block.flLeft{
    /*margin-left: 6px;*/
    margin-left: 0.7%;
}
.info-block.flRight{
    /*margin-left: 6px;*/
    /*margin-right: -0.7%;*/
}

.banner-video{
    display: inline-block;
    padding-top: 102px;
    margin-top: 50px;
    color: #c7d744 ;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    font-family: 'Kievit-Medium';
    font-size: 15px;
}
.banner-video:before{
    content: " ";
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 50%;
    margin-left: -34px;
    top: 0;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: solid 1px transparent;
    background: transparent url('http://kont38.ru/local/templates/br/images/icons/play.svg') 55% 52% no-repeat;
}

.banner-video:hover:before{
    border-color: #c7d744 ;
}
.training-programm-head{
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 55px 0 0 0;
}
/* Training page Start */
.training-txt{
    font-size: 22px;
    font-family: 'Kievit';
    color: #000;
    margin-top: 0;
    padding-top: 0;
    position: relative;
}
.training-txt:before{
    display: block;
    position: absolute;
    left: -20px;
    top: 11px;
    content: " ";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #c7d744 ;
}
.training-task{
    text-transform:uppercase;
    font-family: 'Kievit-Medium';
    font-size: 26px;
    text-align: center;
    margin: 0 0 0 0;
    padding: 55px 0 0 0;
    color: #000;
    letter-spacing: 0.4px;
}
.structure-head{
    text-transform:uppercase;
    font-family: 'Kievit-Medium';
    font-size: 26px;
    color: #000;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 60px 0 0 0;
    font-weight: bold;
}
.course-name,
.course-descr{
    display: inline-block;
    vertical-align: top;
    font-family: 'Kievit';
    line-height: 24px;
    font-size: 16px;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
}
.course-name{
    width: 560px;
    margin-bottom: 55px;
}
.course-descr{
    width: 360px;
    margin-bottom: 55px;
}
course-name p,
.course-descr p{margin-top: 0;}
.course-head{
    font-family: 'Kievit';
    font-size: 20px;
    margin-bottom: 25px;
//text-transform: uppercase;
    letter-spacing: normal;
}
.training-info{
    font-size: 18px;
    font-family: 'Kievit';
    line-height: 30px;
    margin-bottom: 60px;
}
.training-info b{
    font-weight: bold;
}
.training-price-head{
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Kievit-Medium';
    font-size: 26px;
    color: #000;
    padding: 60px 0 55px 0;
    text-align: center;
}
.training-price{
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Kievit-Medium';
    color: #fff;
    letter-spacing: 0.03em;
}
/* Training page END */

/* Media page Start */
.media-nav{
    margin: 0;
    padding: 0;
    text-align: center;
    height: 70px;
    border-bottom: solid 1px #c7d744 ;
}
.media-nav li{
    list-style: none;
    display: inline-block;
    vertical-align: bottom;
    height: 50px;
    margin: 23px 20px 0 20px;
}
.media-nav a{
    display: inline-block;
    padding: 0 37px 0;
    text-decoration: none;
    height: 43px;
    border-top: solid 4px transparent;
    line-height: 22px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}
.media-nav a:hover{
    color: #c7d744 ;
}
.media-nav a.active{
    border-bottom-color: #c7d744 ;
    cursor: default;
    color: #c7d744 ;
}
.article-annonce{
    width: 800px;
    margin: 35px auto 35px auto;
}
.annonce-info{
    width: 625px;
    font-size: 18px;
    line-height: 22px;
}
.annonce-info a{
    display: table;
    font-size: 20px;
    line-height: normal;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 20px;
    color: #c7d744 ;
}
.annonce-info a:hover{
    text-decoration: underline;
}
/* Media page END */

/* About page Start */
.about-block{
    width: 457px;
    padding-top: 30px;
    padding-left: 27px;
    padding-bottom: 38px;
}
.about-txt{
    font-size: 16px;
    color: #000;
    line-height: 24px;
}

.about-conception{
    padding-top: 60px;
    padding-bottom: 40px;
}
.concept-head{
    margin: 0 0 55px 30px;
    text-align:center;
    padding: 0;
    font-family: 'Kievit-Medium';
    font-size: 26px;
    text-transform:uppercase;
    line-height: 40px;
    font-weight: normal;
    color: #c7d744 ;
}
.concept-bold{
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;

    margin-left: 30px;
}
.concept-auto{
    font-size:16px;
    line-height:24px;
}
.concept-main{
    font-size: 16px;
    line-height: 30px;
    width: 440px;
    margin-left: 30px;
    margin-top: 18px;
}
.concept-main p{
    margin-top: 30px;
    margin-bottom: 0;
}
.concept-video{
    position: relative;
    width: 433px;
    height: 242px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    margin-top: 29px;
    margin-right: 29px;
}
.btn-play{
    position: absolute;
    width: 82px;
    height: 82px;
    background: #c7d744  url('/local/templates/br/images/arrow-play.png') 57% 50% no-repeat;
    border-radius: 50%;
    left: 176px;
    top: 76px;
    cursor: pointer;
}
.btn-play:hover{
    width: 86px;
    height: 86px;
    left: 174px;
    top: 74px;
}
.smi-head{
    margin: 0;
    padding: 60px 0 60px 0;
    font-weight: normal;
    font-family: 'Kievit-Medium';
    font-size: 26px;
    text-transform:uppercase;
    font-weight:bold;
    color: #000;
    line-height: 41px;
    text-align: center;
}
.smi-article{
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    margin-bottom: 55px;
    width: 310px;
    color: #c7d744 ;
    font-size: 20px;
    line-height: 28px;
}
.smi-article a,
.smi-article > div {
    color:#c7d744 ;
    text-decoration:none;
    font-size:20px;
}
.smi-article a:hover {
    text-decoration:underline;
}
.smi-article.row{
    margin-left: 10px;
}
.smi-magazine{
    font-size: 16px;
    line-height: 20px;
    /*font-family: 'Kievit-Light';*/
    color: #000;
    margin-top: 16px;
}
.smi-magazine a {
    color: #000;
}
.about-numbers{
    display: inline-block;
    text-align: center;
    font-size: 75px;
    font-weight: bold;
    color: #fff;
    padding: 15px 0;
}
.about-numbers > div{
    font-size: 18px;
    font-family: 'Kievit';
    text-transform: uppercase;
}
.about-how{
    vertical-align: top;
    display: inline-block;
    line-height:24px;
    text-align: left;
    font-size: 16px;
    font-family: 'Kievit';
    margin-left: 50px;
    padding-top: 15px;
}
.about-how b{
    display: block;
    font-size:26px;
    text-align:center;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.about-how ul{
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none;
}
.about-side{
    width: 430px;
    padding-bottom: 50px;
    font-size:16px;
}
.achievement{
//font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    background: transparent url(/images/achieve.png) 50% 43px no-repeat;
    padding-top: 115px;
    padding-bottom: 55px;
}

/* About page END */

/* Reviews Start */
.review-block{
    padding-top: 58px;
}
.review-category{
    height: 50px;
    border-bottom: solid 1px #c7d744 ;
    text-align: center;
}
.review-category a{
    letter-spacing: -0.2px;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 23px;
    border-bottom: solid 5px transparent;
    width: 365px;
    text-decoration: none;
    margin-left: 13px;
    margin-right: 13px;
}
.review-category a.active{
    border-bottom-color: #c7d744 ;
    color: #c7d744 ;
}
.review-category a:hover{
    color: #c7d744 ;
}
.review-single{
    width: 458px;
    margin-left: 17px;
    margin-right: 17px;
    font-size: 18.3px;
    color: #666;
    margin-bottom: 60px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}
.review-name{
    font-size: 20px;
    line-height: 20px;
    color: #000;
    margin-bottom: 6px;
}
.review-position{
    font-family: 'Kievit';
    font-size: 16px;
    color: #000;
    line-height: 16px;
}
.review-txt{
    margin-top:20px;
    font-size: 16px;
    line-height: 26px;
}
.circle-image{
    background-color: #ccc;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    margin-right: 20px;
    overflow: hidden;
    float: left;
}
.review-single header{
    float: right;
    width: 340px;
}
/* Reviews END */

.h1{
    margin: 0;
    padding: 0;
    font-family: 'Kievit-Medium';
    font-size: 40px;
    color: #fff;
    font-weight: normal;
}
.h2{
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #000;
    font-size: 26px;
}
.h3{
    margin: 0;
    padding: 0;
    font-family: 'Kievit-Medium';
    color: #c7d744 ;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 30px;
    letter-spacing: 0.4px;
}
.h4{
    margin: 0;
    padding: 0;
    font-family: 'Kievit-Medium';
    color: #666;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
}
.h5{
    margin: 0;
    padding: 0;
    font-family: 'Kievit';
    color: #212121;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
}
.h6{
    margin: 0;
    padding: 0;
    font-family: 'Kievit-Medium';
    color: #000;
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
}
.h7{
    margin: 0;
    padding: 0;
    font-family: 'Kievit-Medium';
    color: #000;
    font-size: 40px;
    line-height: 30px;
    font-weight: normal;
    text-transform: uppercase;
}
.h8{
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 40px;
    color: #000;
    line-height: 40px;
}
.h8.uppercase{margin-top: 12px;}
.h9{
    margin: 0;
    padding: 30px 0 0 0;
    font-weight: normal;
    font-family: 'Kievit-Medium';
    font-size: 24px;
    color: #000;
    line-height: 24px;
    text-transform: uppercase;
}
.head-white{
    margin: 0;
    padding: 60px 0 25px 0;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'Kievit-Medium';
    text-align: center;
    font-weight: bold;
}
.speach-head{
    margin: 0;
    padding: 60px 0;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Kievit-Medium';
    color: #000;
    font-weight: bold;
    text-align: center;
}
.train-usefull-if{
    margin: 54px 0 0 0;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.train-usefull-if.vimeo{
    margin: 0px 0 10px 0;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}
.head-usefull-for{
    font-size: 14px;
    font-weight: bold;
    margin: 49px 0 7px 0;
    text-align: center;
    text-transform: uppercase;
    color: #c7d744 ;
}
.info-block .h3{
    padding-bottom: 33px;
}
.info-block .h4{
    padding-bottom: 14px;
}
.info-txt{
    line-height: 24px;
    margin-bottom: 35px;
}
.list-greentick{
    margin: 40px 0 0 0;
    padding: 0;
    list-style: none;
    width: 48%;
}
.list-greentick li{
    font-size: 18px;
    padding-left: 32px;
    margin-bottom: 8px;
    background: transparent url('http://kont38.ru/local/templates/br/images/icons/check.svg') 2px 2px no-repeat;
    background-size: 18px 15px;
}

/* Corporate training Start */
.corp .h1{
    font-size: 40px;
    margin-top: 203px;
    margin-bottom: 10px;
}
.training-blocks{
    display: table;
    width: 100%;
    max-width: 1508px;
    position: absolute;
    bottom: 0;
//height: 296px;
    background-color: #e8e8e8;
}
.training-blocks:before{
    /*content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #fff;
	left: 74%;
	z-index: 2;*/
}
.train-first{
//width: 44.5%;
}
.train-second{
    /*width: 29.5%;
	border-right: none !important;*/
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
}
.train-third{
    /*width: 25.9%;
	border-right: none !important;
	float: right !important*/
}
.training{
    display: table-cell;
    position: relative;
    height: 100%;
    /*float: left;
	border-right: solid 1px #fff;*/
    padding-bottom: 24px;
}
.table{display: table; width: 100%;}
.train-head{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 39px;
    left: 23px;
    font-weight: bold;
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    z-index: 2;
}
.train-head-round{
    display: table-cell;
    width: 100%;
    margin: 0;
    height: 60px;
    vertical-align: middle;
    background-color: #c7d744 ;
    font-size: 16px;
    font-weight: normal;
}
.train-head-txt{
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
}
.train-head-num{
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 28px;
    border: solid 2px #fff;
    margin-right: 8px;
    margin-left: 15px;
}
.list-train{
    margin: 79px 0 0 8px;
    padding: 0;
    list-style: none;
    float: left;
}
.list-train.wide{
    /*margin-left: 0;*/
}
.list-train.wide li{
    width: 230px;
}
.list-train li{
    width: 211px;
    margin-left: 5px;
    margin-bottom: 2px;
    padding-top: 9px;
    padding-bottom: 9px;
    background-color: transparent;
    border-radius: 4px;
    -o-transition: background-color .4s;
    -ms-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
}
.list-train li:hover{
    background-color: #fff;
}
.list-train li a{
    font-weight: bold;
    font-size: 16px;
    color: #666;
    display: block;
    text-decoration: none;
    padding-left: 13px;
}

.list-train li:hover a{
    color: #000;
}
.training-lists{
    padding:30px 10px 0 27px;
}
.programm-stage{
    text-transform: uppercase;
    font-size: 12px;
    color: #c7d744 ;
    font-weight: bold;
}
.programm-hint{
    text-transform: uppercase;
    font-size: 12px;
    color: #a8a8a8;
}
.training-lists ul{
    margin: -4px 0 20px 0;
    padding: 0;
    list-style: none;
}
.training-lists li{
    background: transparent url('http://kont38.ru/local/templates/br/images/arrow-list.png') 0 4px no-repeat;
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 14px;
}
.training-lists li.item-bold{
    text-transform: uppercase;
    font-weight: bold;
}
.train-first .training-lists.margin-top ul{
    margin-top: 15px;
}
.training-lists a{
    text-decoration: none;
    color: inherit;
}
.training-lists a:hover{
    text-decoration: underline;
}
.methodics{
    width: 880px;
    margin: 70px auto;
}
.methodics .h2{
    padding-bottom: 30px;
    font-size: 30px;
    text-align: center;
}
.methodic-review{
    text-align: center;
    font-size: 20px;
    line-height: 25px;
}
.methodics .about-block{
    font-size: 16px;
    line-height: 24px;
    padding-top: 38px;
    padding-bottom: 0;
    letter-spacing: -0.2px;
    padding-left: 0;
    width: 410px;
    box-sizing:border-box;
}
.methodics .about-block.flLeft{
    /*padding-left: 135px;*/
}
.methodics .about-block.flRight{
    /*padding-right: 135px;*/
}
.for-whom{
    background-position: 50% 0;
    background-repeat: no-repeat;
    /*height: 855px;*/
    position: relative;
}
.all-cases-box{
    /*position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	*/
    background-color: rgba(0,0,0,.2);
    padding-bottom: 24px;
}
.blur-layer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 465px;

}
.whom-head{
    margin: 0;
    padding: 55px 0 45px 0;
    text-align: center;
    font-weight: bold;
    color: #c7d744 ;
    font-size: 26px;
    text-transform: uppercase;
}
.whom-info{
    width: 460px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    padding-left: 18px;
    letter-spacing: 0.6px;
    margin-bottom: 55px;
}
.whom-info.flRight{
    padding-left: 0;
    padding-right: 18px;
}
.blur{background-color: rgba(0,0,0,.2);}
.three-whom{
    width: 100%;
    max-width: 1430px;
    margin: 0 auto;
    padding-bottom: 25px;
    /*margin: -7px auto 0 auto;
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;*/
}
.whom-block{
    display: inline-block;
    width: 32%;
    height: 240px;
    font-size: 0;
    line-height: 0;
    float: left;
    position: relative;
    background-repeat: no-repeat;
}
.three-whom .whom-block:first-child{
    margin-left: 2%;
}
.three-whom .whom-block:nth-child(2){
    margin: 0 1px;
}
.whom-logo{
    display: table;
    position: absolute;
    left: 20px;
    top: 18px;
}
.whom-logo .table-cell{
    display: table-cell;
    vertical-align: middle;
    height: 44px;
}
.whom-logo img{
    vertical-align: middle;
    max-height: 44px;
}
.whom-name{
    position: absolute;
    bottom: 60px;
    left: 20px;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
}
.whom-trainer{
    position: absolute;
    bottom: 26px;
    left: 20px;
    font-family: 'Kievit';
    font-size: 20px;
    line-height: 20px;
    color: #dcff00;
}
.whom-person{
    position: absolute;
    /*bottom: 60px;*/
    top: 30px;
    left: 20px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.whom-company{
    position: absolute;
    top: 45px;
    left: 20px;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Kievit';
    color: #fff;
}
.link-all-cases{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    line-height: 38px;
    padding-left: 40px;
    display: inline-block;
    background: transparent url('http://kont38.ru/local/templates/br/images/icons/cases.svg') 0 4px no-repeat;
    background-size: 28px 28px;
    color: #fff;
    letter-spacing: 0.75px;
    -o-transition: color .3s;
    -ms-transition: color .3s;
    -moz-transition: color .3s;
    -webkit-transition: color .3s;
    transition: color .3s;
}
.link-all-cases:hover{
    color: #c7d744 ;
}
.how-head{
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    padding: 52px 0 0 0;
    font-size: 26px;
    text-align: center;
}
.step-block{
    margin-top: 35px;
    margin-bottom: 55px;
    margin-left: 5px;
}
.step-single{
    width: 15%;
    height: 160px;
    display: inline-block;
    float: left;
    font-size: 0;
    line-height: 0;
    position: relative;
    margin-right: 3%;
}
.step-single.no-arrow{
    margin-right: 0;
    width: 10%;
}
.step-single.no-arrow .step-name{
    width: 100%;
    left: -3px;
}
.step-num{
    position: absolute;
    top: 0;
    left: 10%;
    color: #c7d744 ;
    font-size: 120px;
    line-height: 120px;
    font-family: 'Helvetica-Light';
}
.step-name{
    position: absolute;
    bottom: 0;
    left: -20px;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: 90%;
}
.step-single:before{
    content: " ";
    display: block;
    position: absolute;
    width: 76px;
    height: 11px;
    top: 55px;
    right: -17px;
    background: transparent url('http://kont38.ru/local/templates/br/images/step-arrow-small.png') 0 0 no-repeat;
}
.step-single.no-arrow:before{
    display: none;
}
.where-info{
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    width: 720px;
    margin: 10px auto 0 auto;
}
.where-place{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin-top: 28px;
}
.where-place a{
    text-decoration: none;
    color: #c7d744 ;
    font-weight: bold;
}
.where-place a:hover{
    text-decoration: underline;
}
.limiter-photo{
    width: 990px;
}
.three-place{
    position: relative;
    height: 227px;
    padding-top: 57px;
    margin: 0 auto;
    max-width: 1430px;
    -o-transition: height .5s;
    -ms-transition: height .5s;
    -moz-transition: height .5s;
    -webkit-transition: height .5s;
    transition: height .5s;
}
.single-place{
    position: relative;
    width: 330px;
    height: 227px;
    float: left;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    background-repeat: no-repeat;
    background-size: cover;
    -o-transition: height .5s;
    -ms-transition: height .5s;
    -moz-transition: height .5s;
    -webkit-transition: height .5s;
    transition: height .5s;
}
.single-place.central:before,
.single-place.central:after{
    content: " ";
    display: block;
    width: 1px;
    height: 227px;
    background-color: #fff;
    position: absolute;
    top: 0;
}
.single-place.central:before{left:0px;}
.single-place.central:after{right:0px;}
.book-train{
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.limiter-corporate{
    width: 990px;
}
.book-head{
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 55px 0 15px 0;
    color: #000;
    letter-spacing: -0.02em;
}
.book-mail{
    color: #fff;
}
.book-mail:hover{
    text-decoration: none;
}
.book-train .btn-event{
    position: static;
    height: 36px;
    line-height: 38px;
    display: inline-block;
    margin-top: 28px;
    margin-bottom: 60px;
    padding: 0;
    width: 164px;
    font-size: 14px;
}
.choose-training .btn-event{
    position: static;
    height: 36px;
    line-height: 38px;
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0 20px;
    font-size: 14px;

}
.train-soon{
    box-sizing:border-box;
    display: inline-block;
    vertical-align: top;
    width: 455px;
    font-size: 16px;
    margin-top: 32px;
    margin-bottom: 55px;
    padding: 0 35px;
}
.soon-head{
    margin: 0;
    padding: 0 0 21px 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: normal;
}
.btn-green{
    display: inline-block;
    text-decoration: none;
    font-family: 'Kievit-Medium';
    color: #c7d744 ;
    height: 36px;
    line-height: 38px;
    border: solid 2px #c7d744 ;
    border-radius: 5px;
    padding: 0 40px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: normal;
    -o-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.life-styles .btn-green{
    color: #ffffff;
    border: solid 2px #ffffff;
}
.btn-green:hover{
    background-color: #c7d744 ;
    color: #fff;
}
.life-styles .btn-green:hover{
    background-color: #fff;
    color: #000;;
}
.btn-green:active{
    color: #000;
}
.train-soon .btn-green{
    margin-top: 30px;
    height: 36px;
    line-height: 38px;
    text-transform: uppercase;
    font-size: 14px;
    width: 164px;

    padding: 0 40px;
}
/* Corporate training END */

.txt-black{
    color: #000;
}
/* Life training Start */
.life .h1{
    font-size: 40px;
    margin-top: 200px;
    margin-bottom: 48px;
    letter-spacing: -0.4px;
}
.life .banner-txt{
    width: 850px;
    margin-bottom: 36px;
}
.banner-txt-green{
    color: #c7d744 ;
    font-size: 30px;
    font-family: 'Kievit';
    line-height: 36px;
    margin: 0 auto;
}
.life .banner-txt-green{
    width: 850px;
}
.life .btn-event{
    position: static;
    display: inline-block;
    height: 38px;
    line-height: 40px;
    margin-top: 52px;
    padding: 0;
    width: 164px;
    text-transform: uppercase;
    font-size: 14px;
}
.train-limit-box{
    background-color: #c7d744 ;
}
.train-limit{
    display: inline-block;
    float: left;
    width: 33.3333%;
    font-size: 0;
    line-height: 0;
    height: 307px;
    /*border-bottom: solid 1px #fff;*/
    position: relative;
}
.limit-category{
    margin-top: 9px;
    margin-left: 28px;
    font-size: 20px;
    line-height: 22px;
    font-family: 'Kievit';
    color: #c7d744 ;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}
.life-styles .limit-category{
    color: #FFFFFF;
}
.limit-name{
    font-weight: bold;
    font-size: 36.5px;
    line-height: 36px;
    text-transform: uppercase;
    margin-left: 27px;
    margin-top: 24px;
}
.limit-subtitle{
    line-height: 20px;
    font-size: 18px;
    margin-left: 27px;
    color: #ffffff;
    /*font-weight: bold;*/
}
.limit-name.h2{
    padding: 0;
    color: #000;
    font-size: 26px;
    line-height: 29px;
}
.limit-name.h2 a{
    text-decoration:none;
    color: #ffffff;
}
.limit-txt{
    font-size: 18px;
    color: #000;
    line-height: 22px;
    width: 370px;
    margin-left: 28px;
    letter-spacing: 0.1px;
    margin-top: 14px;
}
.train-limit .btn-green{
    position: absolute;
    bottom: 15px;
    left: 30px;
    padding: 0 29px;
}
/* Life training END */

/* Conference Start */
.conf-invite{
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 203px;
    letter-spacing: 0.7px;
}
.conf-name{
    margin: 36px 0 0 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 56px;
    color: #c7d744 ;
}
.conf-txt{
    font-size: 20px;
    color: #fff;
    width: 820px;
    margin: 52px auto 0 auto;
    letter-spacing: 0.2px;
}
.table-conference{
    width: 990px;
    margin: 0 auto;
    font-size: 20px;
    color: #000;
    font-family: 'Kievit-Medium';
}

.table-conference tr:first-child{
    border-top: solid 20px #fff;
}
.table-conference tr:last-child{
    border-bottom: solid 20px #fff;
}
.bg-f0 .table-conference tr:first-child{
    border-top: solid 20px #f0f0f0;
}
.bg-f0 .table-conference tr:last-child{
    border-bottom: solid 20px #f0f0f0;
}
.table-conference b{
    font-weight: bold;
}
.Kievit{
    font-family: 'Kievit';
}
.table-conference td{
    vertical-align: top;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 26px;
    padding-right: 0;
}
.table-conference td:first-child{
    text-transform: uppercase;
    font-family: 'Kievit-Medium';
    color: #c7d744 ;
    padding-right: 21px;
    padding-left: 0;
    border-right: solid 5px #c7d744 ;
    text-align: right;
    width: 176px;
}
.table-conference a{
    color: #000;
}
.table-conference a:hover{
    text-decoration: none;
}
/* Conference END */

/* Footer elements Start */
.f-blank{
    height: 141px;
}
.site-footer {
    height: 149px;
    margin-top: -141px;
    min-width: 990px;
    background: #333;
}
.site-footer a:hover{
    text-decoration: underline;
}
.limiter-footer{
    position: relative;
    width: 990px;
    margin: 0 auto;
}
.foot-address{
    width: 200px;
    vertical-align: top;
    margin-top: 32px;
    margin-left: 4px;
    display: inline-block;
    padding-left: 59px;
    background: transparent url('http://kont38.ru/local/templates/br/images/icons/map.svg') 0 0 no-repeat;
    background-size: 42px 41px;
    color: #c7d744 ;
    font-size: 16px;
    line-height: 22px;
}
.foot-address a{
    color: #fff;
    text-decoration: none;
    display: table;
}
.foot-phone{
    vertical-align: top;
    display: inline-block;
    font-weight: bold;
    color: #c7d744 ;
    font-size: 20px;
    padding-left: 53px;
    background: transparent url('http://kont38.ru/local/templates/br/images/icons/phone.svg') 0 0 no-repeat;
    background-size: 40px 40px;
    margin-top: 32px;
    margin-left: 13px;
    line-height: 30px;
}
.foot-phone a{
    font-family: 'Kievit';
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: table;
    font-weight: normal;
}
.foot-phone.mail{
    padding-left: 55px;
    background: transparent url('http://kont38.ru/local/templates/br/images/icons/mail.svg') 0 0 no-repeat;
    background-size: 40px 29px;
    margin-left: 20px;
    margin-top: 34px;
}
.foot-phone .link-mail{
    font-weight: bold;
    font-size: 20px;
    color: #c7d744 ;
    text-decoration: none;
}
.foot-social{
    height: 23px;
    margin-top: 37px;
    margin-right: 10px;
}
.foot-social a{
    display: inline-block;
    width: 24px;
    height: 23px;
    background-repeat: no-repeat;
    float: left;
    margin-left: 25px;
    background-position: 50% 50%;
}
.tw{
    background-image: url('http://kont38.ru/local/templates/br/images/icons/twitter.svg');
}
.vk{
    background-image: url('http://kont38.ru/local/templates/br/images/icons/vk.png');
}
.fb{
    background-image: url('http://kont38.ru/local/templates/br/images/icons/facebook.svg');
}
.vd{
    background-image: url('http://kont38.ru/local/templates/br/images/icons/vimeo.svg');
}
.youtube{
    background-image: url('http://kont38.ru/local/templates/br/images/icons/youtube.png');
    width: 28px !important;
    height: 20px !important;
}
/* Footer elements END */

.map-canvas{
    height: 555px;
}
.list-city{
    list-style: none;
    margin: 0 auto -2px auto;
    padding: 0;
    text-align: center;
}
.list-city li{
    cursor: pointer;
    display: inline-block;
    height: 57px;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: solid 2px transparent;
    padding: 0 25px;
    margin: 0 17px;
}
.list-city li.active{
    border-bottom-color: #c7d744 ;
    color: #c7d744 ;
}
.address{
    display: none;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Kievit';
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: solid 2px #eeeeee;
}
.address-hint{
    font-size: 16px;
}
.feedback{
    width: 534px;
    margin: 0 auto;
}
.feedback .pop-sbm{
    margin-left: 163px;
}
.feedback-head{
    margin: 0;
    padding: 60px 0 30px 0;
    font-family: 'Kievit-Medium';
    text-transform: uppercase;
    font-size: 26px;
    font-weight:bold;
    line-height: 26px;
    text-align: center;
}
.input-feedback{
    width: 502px;
    height: 54px;
    line-height: 54px;
    padding: 0 15px;
    border-radius: 6px;
    border: solid 1px #d0d0d0;
    box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,.3);
    margin-bottom: 28px;
    font-size: 32px;
    outline: none;
}
.textarea-feedback{
    display: block;
    padding: 10px 15px;
    height: 170px;
    width: 335px;
    resize: none;
    color: #9c9c9c;
    font-size: 16px;
    border-radius: 8px;
    border: solid 2px #d0d0d0;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f6f6f6;
}
.contact-row{
    width: 370px;
    margin-left: auto;
    margin-right: auto;
}
.contact-row.last{
    margin-bottom: 20px;
}
.btn-sbm{
    position: relative;
    display: inline-block;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #c7d744 ;
    height: 53px;
    line-height: 53px;
    padding: 0 65px;
    cursor: pointer;
    border: none;
    color: #000;
    font-size: 23px;
    font-family: 'Kievit-Medium';
    outline: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-sbm:active{
    top: 1px;
    left: 1px;
}

.map-label{
    color: #620000;
    font-weight: bold;
    font-size: 13px;
    line-height: 14px;
}
.context-banner{
    width: 975px;
    margin: 0 auto;
    padding-top: 127px;
}
.context-banner-txt{
    margin-left: 35px;
    width: 455px;
}
.context-banner-black{
    margin: 0 0 18px 0;
    padding: 0;
    font-size: 20px;
    line-height: 30px;
}
.context-banner-green{
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    color: #c7d744 ;
}
.context-banner-img{
    margin-top: -30px;
}
.context-banner-img img{
    display: block;
}

.context-train{
    padding-top: 127px;
    width: 895px;
    margin: 0 auto;
}
.context-train .banner-txt{
    width: auto;
}
.vimeo-video{
    width: 730px;
    height: 410px;
    margin: 0 auto 54px;
    padding-top: 61px;
}
.vimeo-video-box{
    width: 1050px;
    margin: 0 auto;
    height: 450px;
    position: relative;
}
.vimeo-video.context{
    float: left;
    width: 500px;
    height: 340px;
    /* margin: 0 auto 54px; */
    padding-top: 40px;
}

.vimeo-video.context:last-child{
    float: right;
}
.context-video-txt{
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 24px;
    padding: 0 100px;


}
.review-box{
    width: 290px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    padding-top: 30px;
    margin-bottom: 24px;
}
.review-box:nth-child(2){
    margin-left: -8px;
    padding-left: 40px;
    padding-right: 40px;
}
.review-box img{
    width: 82px;
    height: 82px;
    border-radius: 50%;
    margin-bottom: 13px;
}
.review-pos{
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    font-family: 'Kievit';
    margin: 8px 0 21px 0;
}
.review-txt{
    font-size: 16px;
    line-height: 20px;
    color:#000;
    font-family: 'Kievit';
}
.use-for{
    font-family: 'Kievit';
    font-size: 16px;
    line-height: 24px;
    margin: 3px 0 0 0;
    padding: 0 110px;
}
.programm-head{
    margin: 0;
    padding: 60px 0 0 0;
    font-family: 'Kievit-Medium';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}
.train-duration{
    text-align: center;
    font-family: 'Kievit';
    font-size: 20px;
    margin-top: 14px;
}
.train-duration.advice{
    text-transform: none;
    margin-top: 12px;
    margin-bottom: 25px;
}
.days-box{
    padding-left: 10px;
    margin-top: 50px;
}
.list-day{
    margin: 0 0 0 90px;
    padding: 0;
    list-style: none;
    font-size: 16px;
    width: 202px;
    display: inline-block;
    vertical-align: top;
}
.days-box .list-day:last-child{
    margin-left: 111px;
}
.list-day li{
    margin-bottom: 15px;
    line-height: 24px;
}
.list-day li:first-child{
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #c7d744 ;
    margin-bottom: 17px;
}
.train-format{
    margin-top: 26px;
    margin-left: 146px;
}
.train-format .train-duration{
    font-size: 16px;
    line-height: 23px;
    margin-top: 18px;
}
.train-people{
    margin-top: 26px;
    margin-right: 166px;
}
.train-people .train-duration{
    font-size: 16px;
    line-height: 23px;
    margin-top: 18px;
}
.format-head{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}
.v-stroke{
    width: 1px;
    height: 75px;
    background-color: #cecece;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
}
.train-very-soon{
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 55px 0 0 0;
}
.date-very-soon{
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
}

.trainer{
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    width: 240px;
    text-align: center;
    margin-bottom: 20px;
}
.trainer img{
    border-radius: 50%;
}
.trainer-name{
    display: block;
    margin-top: 30px;
//text-transform: uppercase;
//font-weight: bold;
    font-size: 20px;
    line-height: 14px;
}
a.trainer-name{
    color: #c7d744 ;
    text-decoration: none;
    margin-bottom: 5px;
}
a.trainer-name:hover{
    text-decoration: underline;
}
.trainer-pos{
    font-size: 16px;
    line-height: 20px;
}

.close-training{
    text-align: left;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    margin: 0 30px;
    max-width: 180px;
}
.close-training.two{
    max-width: 140px;
}
.close-train-date{
    text-transform: uppercase;
    color: #c7d744 ;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 13px;
    text-decoration: none;
}
a.close-train-date:hover{
    text-decoration: underline;
}
.close-who{
    font-size: 16px;
    line-height: 20px;
    font-family: 'Kievit-Medium';
}
.close-train-box{
    text-align: center;
    padding-top: 46px;
}

.close-training .btn-green{
    height: 38px;
    line-height: 40px;
    padding: 0 25px;
    margin-top: 27px;
}
.train-credit{
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 24px 0;
}
.train-credit a{
    text-decoration: underline;
    color: #000;
}
.train-credit a:hover{
    text-decoration: none;
}
.team-head,
.media-head{
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    margin: 193px 0 0 0;
    padding: 0;
    text-align: center;
}
.media-head{
    margin-top: 215px;
}
.team-wrapper .team-box:last-child{
    margin-bottom: 30px;
}
.team-box{
    text-align: center;
}
.team-name{
    font-weight: bold;
    text-transform:uppercase;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    margin: 0;
    padding: 30px 0 30px 0;
}
.team-single{
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 280px;
    padding: 0 25px 30px 25px;
}
.team-single a{
    text-decoration: none;
}
.team-single a img{
    border-radius: 50%;
}
.team-person{
    display: block;
    font-family: 'Kievit';
    font-size: 20px;
    line-height: 22px;
    color: #c7d744 ;
    margin-top: 22px;
}
.team-descr{
    font-family: 'Kievit';
    font-size: 16px;
    line-height: 21px;
    color: #000;
    margin-top: 7px;
}
.shedule-menu{
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 938px;
}
.no-head{
    margin-top:83px;
}
.shedule-menu li{
    float: left;
}
.shedule-menu li.active{
    color: #c7d744 ;
}
.shedule-menu a{
    font-size: 22px;
    line-height: 50px;
    color: #000;
    text-decoration: none;
    margin-right: 30px;
    -o-transition: color .3s;
    -ms-transition: color .3s;
    -moz-transition: color .3s;
    -webkit-transition: color .3s;
    transition: color .3s;
}
.shedule-menu li.active a{
    color: #c7d744 ;
    cursor: default;
}
.shedule-wrapper .noactive{
    display: none;
}
.shedule-menu a:hover{
    color: #c7d744 ;
}
.shedule-item{
    position: relative;
    width: 858px;
    margin: 0 auto;
    border-bottom: solid 1px #e2e2e2;
    padding: 19px 0 20px 75px;
    font-family: 'Kievit';
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: 0 20px;
}
.applause{
    background-image: url('http://kont38.ru/local/templates/br/images/heart_1.png');
}
.handshake{
    background-image: url('http://kont38.ru/local/templates/br/images/heart_2.png');
}
.applause-handshake{
    background-image: url('http://kont38.ru/local/templates/br/images/heart_3.png');
}
.shedule-when{
    width: 138px;
    float: left;
}
.shedule-info{
    width: 530px;
    float: left;
    line-height: 24px;
}

.shedule-when b{
    display: table;
    font-size: 16px;
    margin-bottom: 7px;
}
.shedule-info a{
    font-weight: bold;
    text-transform:uppercase;
    color: #c7d744 ;
    font-size: 26px;
    display: table;
    text-decoration: none;
    margin-bottom: 7px;
}
.shedule-info a:hover{
    text-decoration: underline;
}
.alt-name{
    font-size: 22px;
    font-family: 'Kievit';
    margin-bottom: 5px;
}

/* Pagination Start */
.pagination{
    margin: 0;
    padding: 0;
    text-align: center;
}
.pagination li{
    list-style: none;
    display: inline-block;
    height: 58px;
}
.pagination a,
.pagination span{
    text-decoration: none;
    font-family: 'Kievit';
    font-size: 24px;
    color: #c7d744 ;
    line-height: 58px;
    display: inline-block;
    padding: 0 4px;
    -o-transition: color .3s;
    -ms-transition: color .3s;
    -moz-transition: color .3s;
    -webkit-transition: color .3s;
    transition: color .3s;
}
.pagination a:hover{
    color: #000;
}
.pagination li a.prev,
.pagination li span.prev,
.pagination li a.next,
.pagination li span.next{
    font-size: 18px;
}
.pagination li a.prev{
    margin-right: 30px;
}
.pagination li a.next{
    margin-left: 30px;
}
.pagination a.active,
.pagination span.active,
.pagination a.active:hover,
.pagination span.active:hover{
    color: #ccc;
    cursor: default;
}
/* Pagination END */

/* Pop-up */
.pop{
    display: none;
    border-radius: 16px;
    background-color: #fdfdfd;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 33px;
}
.pop-head{
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 26px;
    padding-top: 25px;
    padding-bottom: 26px;
}
.pop-input{
    color: #9c9c9c;
    font-size: 16px;
    line-height: 42px;
    height: 42px;
    width: 335px;
    padding: 0 15px;
    border-radius: 8px;
    border: solid 2px #d0d0d0;
    margin-bottom: 15px;
    background-color: #f6f6f6;
    outline: none;
}

textarea.pop-input{
    height: 100px;
    resize: none;
}
.pop-input:focus{
    background-color: #fff;
    border-color: #c7d744 ;
    color: #000;
}
.pop-sbm{
    text-transform: uppercase;
    background-color: #fff;
    display: inline-block;
    text-decoration: none;
    font-family: 'Kievit-Medium';
    color: #c7d744 ;
    width: 208px;
    height: 40px;
    line-height: 36px;
    border: solid 2px #c7d744 ;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    letter-spacing: normal;
//font-weight: bold;
    outline: none;
    -o-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pop-sbm:hover{
    background-color: #c7d744 ;
    color: #fff;
}
.pop-sbm:active{
    color: #000;
}
.sarafan{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
#popRegister{
    /*min-height: 620px;*/
}
#popRegister .pop-sbm{
    margin-top: 10px;
}
.pop .chosen-container{
    width: 369px !important;
    margin-bottom: 15px;
}
.chosen-container-single .chosen-single{
    font-size: 16px;
    background: #fff;
    border: solid 2px #d0d0d0;
    box-shadow: none;
    height: 42px;
    line-height: 40px;
    padding-left: 15px;
    border-radius: 8px;
}
.chosen-container-active.chosen-with-drop .chosen-single{
    background: #fff;
    border: solid 2px #c7d744 ;
    border-bottom-color: transparent;
}
.chosen-container .chosen-drop{
    border: solid 2px #c7d744 ;
    border-top: none;
    box-shadow: none;
    border-radius: 0 0 8px 8px;
}
.chosen-container .chosen-results{
    margin-right: 0;
    padding-left: 0;
}
.chosen-container .chosen-results li{
    font-size: 16px;
    color: #000;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
}
.chosen-container .chosen-results li.result-selected,
.chosen-container .chosen-results li.highlighted{
    background: #f6f6f6;
    color: #000;
}
.chosen-container-single .chosen-single div{
    width: 43px;
}
.chosen-container-single .chosen-single div b{
    background: transparent url('http://kont38.ru/local/templates/br/images/icon-dropdown.png') 50% 50% no-repeat !important;
}
.fancybox-close{
    width: 29px;
    height: 29px;
    top: 16px;
    right: 18px;
    background: transparent url('http://kont38.ru/local/templates/br/images/icons/close.svg') 0 0 no-repeat;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 0 21px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 21px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 21px 0 rgba(0,0,0,.3);
}

/* Accordion Start */
.accordion {
    margin: 0;
    padding: 0;
}
.accordion > li {
    margin: 0;
    padding: 0;
    font-family: 'Kievit';
    color: #fff;
    background-color: #c7d744 ;
    margin-bottom: 1px;
}
.accordion > li:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
    *zoom: 1;
}
.accordion .acc-body {
    display: none;
}
.acc-head{
    margin: 0;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.panel{
    border-top: solid 1px transparent;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-family: 'Kievit';
    padding-left: 79px;
    padding-top: 30px;
    padding-bottom: 26px;
    padding-right: 40px;
}
.accordion-opener{
    text-transform:uppercase;
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 26px;
    padding: 23px 0 23px 40px
}
.accordion-opener:before{
    position: absolute;
    right: 45px;
    top: 50%;
    content: " ";
    font-size: 0;
    line-height: 0;
    height: 34px;
    width: 34px;
    margin-top: -20px;
    border: solid 3px #fff;
    border-radius: 50%;
}
.accordion-opener:after{
    position: absolute;
    right: 54px;
    top: 50%;
    content: " ";
    font-size: 0;
    line-height: 0;
    height: 12px;
    width: 22px;
    margin-top: -3px;
    background: transparent url('http://kont38.ru/local/templates/br/images/arrow-acc.png') 0 0 no-repeat;
    -o-transition: transform .5s;
    -ms-transition: transform .5s;
    -moz-transition: transform .5s;
    -webkit-transition: transform .5s;
    transition: transform .5s;
}
li.active .accordion-opener:after{
    transform:rotate(180deg);
    margin-top: -6px;
}
.list-in-acc{
//margin: 35px 0 0 0;
    padding: 0;
    list-style: none;
}
.list-in-acc li{
    margin: 0;
    padding: 0;
}
.list-in-acc a{
    font-family: 'Kievit';
    font-size: 16px;
    color: #c7d744 ;
    text-decoration: none;
}
.list-in-acc a:hover{
    text-decoration: underline;
}
/* Accordion END */

.faq-category{
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.faq-link{
    display: inline-block;
    font-family: 'Kievit-Medium';
    color: #000;
    font-size: 26px;
    width: 280px;
    text-transform:uppercase;
    font-weight: bold;
    background-color: #fff;
    text-decoration: none;
    height: 88px;
    line-height: 88px;
    margin-left: -2px;
    -o-transition: color .3s;
    -ms-transition: color .3s;
    -moz-transition: color .3s;
    -webkit-transition: color .3s;
    transition: color .3s;
}
.faq-link:hover{
    color: #c7d744 ;
}
.faq-link.active{
    background-color: #c7d744 ;
    cursor: default;
}
.faq-link.active:hover{
    color: #000;
}

.txt-green{
    color: #c7d744 ;
}

.payment-box{
    text-align: center;
    padding-bottom: 30px;
}
.payment{
    text-align: left;
    width: 290px;
    margin-left: 19px;
    margin-right: 19px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}
.pay-image{
    height: 156px;
    position: relative;
    margin-bottom: 25px;
}
.pay-image img{
    position: absolute;
    bottom: 0;
    left: 0;
}
.pay-name{
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.pay-txt{
    line-height: 22px;
    font-size: 16px;
    font-family: 'Kievit';
}
.pay-txt p{
    margin-bottom: 0;
}
.payment .btn-green{
    text-align: center;
    margin-top: 30px;
    height: 38px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    width: 164px;
    padding: 0;
    font-weight: bold;
}
.payment .btn-green:hover{
    text-decoration: none;
}
.payment a{
    color: #c7d744 ;
    text-decoration: none;
}
.payment a:hover{
    text-decoration: underline;
}
.payment a.btn-pay{
    color: #000;
}
.payment a.btn-pay:hover{
    text-decoration: none;
}

.banner-trainer{
    margin: 0;
    padding: 160px 0 0 35px;
    text-align: left;
    font-size: 40px;
    line-height: 40px;
    text-transform:uppercase;
    font-weight: bold;
    color: #fff;
}
.banner-green{
    width: 620px;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Kievit';
    text-align: left;
    padding-left: 35px;
    padding-top: 15px;
    /*color: #c7d744 ;*/
    color: #fff;
}
.banner-white{
    width: 580px;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-family: 'Kievit';
    padding-top: 20px;
    padding-left: 35px;
    text-align: left;
}
.about-trainer{
    font-size: 18px;
    line-height: 24px;
    width: 920px;
}
.head-bio{
    margin: 0;
    padding: 45px 0 10px 0;
    text-align: center;
    font-size: 26px;
    text-transform:uppercase;
    line-height: 30px;
    font-family: 'Kievit-Medium';
    font-weight: bold;
}
.mini-trainer{
    display: inline-block;
    width: 145px;
    text-align: center;
    margin: 30px 25px;
    text-decoration: none;
}
.mini-trainer img{
    border-radius: 50%;
}
.mini-name{
    font-family: 'Kievit-Medium';
    font-size: 17px;
    color: #c7d744 ;
    margin-top: 10px;
    text-transform: uppercase;
}
.mini-position{
    font-size: 13px;
    margin-top: 5px;
    color: #000;
}
.banner-green-center{
    margin: 0 auto 30px auto;
    text-align: center;
    width: 650px;
    color: #c7d744 ;
    font-family: 'Kievit';
    font-size: 30px;
    line-height: 36px;
}
.banner-white-center{
    margin: 0 auto;
    text-align: center;
    width: 480px;
    font-size: 18px;
    color: #fff;
    font-family: 'Kievit';
}
.train-header{
    font-family: 'Kievit-Medium';
    font-size: 30px;
    line-height: 30px;
    color: #c7d744 ;
    margin-left: 0;
    padding: 30px 0 0 0;
    margin: 30px 0 30px 0;
    text-align: center;
    font-weight: normal;
}
.train-info{
    width: 770px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Kievit';
    text-align: center;

}
.medium{
    font-family: 'Kievit-Medium';
}
.this-price{
    color: #999;
    padding-top: 20px;
    padding-bottom: 45px;
}
.video-wrapper{
    width: 1005px;
    margin-left: -25px;
    padding-bottom: 60px;
}
.mini-video{
    width: 460px;
    height: 240px;
    margin-left: 40px;
    margin-bottom: 35px;
}

div.error-txt{
    display: none;
    color: #b33e3e;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 10px;
}
input.error-txt,textarea.error-txt,input.error,textarea.error{
    border-color: #dca5a5;
    background-color: #ffe6e6;
}
.error .error-txt{
    display: block;
}
.error .pop-input,.error .input-feedback,.error .textarea-feedback{
    border-color: #dca5a5;
    background-color: #ffe6e6;
}
.list-training{
    margin: 0;
    padding: 0 0 60px 0;
    /*list-style: none;*/
}
.list-training li{
    width: 80%;
    /*padding-right: 3%;*/
    font-size: 20px;
    line-height: 20px;
    /*float: left;*/
    margin-bottom: 10px;
    color: white;
}
.limiter.training:after {
    content : ".";
    visibility : hidden;
    display : block;
    height : 0;
    clear : both;
}
.list-training-block{
    padding-left: 10%;
    float: left;
    width: 37%;
}
.list-training a{
    color: #000;
    text-decoration: none;
    display: block;
    border-radius: 4px;
    padding: 9px;
    -o-transition: background-color .4s;
    -ms-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
}
.list-training a:hover{
    background-color: #fff;
}
.smi-wrapper{
    margin-left: -30px;
    width: 1020px;
}
.smi{
    width: 310px;
    margin-left: 30px;
    margin-bottom: 60px;
    font-size: 16px;
    font-family: 'Kievit';
    float: left;
}
.smi-img{
    display: block;
    vertical-align: middle;
    height: 110px;
}
.smi-img:before{
    content:'';
    display:inline-block;
    height:100%;
    vertical-align:middle;
    margin-right:-0.25em
}
.smi-img img{
    vertical-align: middle;
}
.smi-name,.smi-name a{
    font-size: 20px;
    line-height: 20px;
    color: #c7d744 ;
    margin-bottom: 15px;
    text-decoration:none;
}
.speach-link{
    text-decoration: none;
    color: #c7d744 ;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
}
.speach-link:hover{
    text-decoration: underline;
}
.speach-photo{
    width: 50%;
    height: 325px;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.close-speach-head{
    margin: 0;
    padding: 55px 0 0 0;
    font-size: 'Kievit-Medium';
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}
.trainer-close-speach .close-training{
    text-align: center;
    margin: 30px 32px 0 32px;
}
.trainer-close-speach .close-train-date{
    display: inline-block;
    margin-bottom: 10px;
}
.trainer-close-speach .btn-green{
    margin-top: 20px;
}
.trans-normal{
    text-transform: none;
}

/* Registration Start */
.reg-wrapper{
    margin-top: 143px;
    padding-bottom: 103px;
}
.reg-wrapper *{box-sizing:border-box;}
.reg-head{
    margin: 0 0 23px 0;
    padding: 0;
    font-size: 27px;
    font-family: 'Kievit';
    font-weight: bold;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
}
.reg-hint{
    font-size: 16px;
    line-height: 16px;
    color: #98bd00;
    font-family: 'Kievit';
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 56px;
}
.inp-wrap{
    width: 370px;
    margin: 0 auto 15px auto;
    position:relative;
}
.inp-txt{
    width: 100%;
    border: solid 2px #d0d0d0;
    border-radius: 8px;
    background-color: #f6f6f6;
    height: 46px;
    font-family: 'Kievit';
    font-size: 16px;
    outline: none;
    padding: 0 14px;
}
.inp-txt:focus,
.textarea-reg:focus{
    background-color: #fff;
    border-color: #c7d744 ;
}
.textarea-reg{
    width: 100%;
    border: solid 2px #d0d0d0;
    border-radius: 8px;
    background-color: #f6f6f6;
    height: 86px;
    font-family: 'Kievit';
    font-size: 16px;
    outline: none;
    padding: 12px 14px;
    resize:none;
}
.reg-lbl{
    display: block;
    font-weight: bold;
    font-family: 'Kievit';
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 13px;
    margin-bottom: 10px;
}
.reg-wrapper .chosen-container-single{width: 100% !important;}
.reg-wrapper .chosen-container-single .chosen-single{height: 45px; line-height: 43px;}
.select-date{
    width: 78px;
    float: left;
}
.select-month{
    width: 127px;
    float: left;
    margin-left: 15px;
}
.select-year{
    float: left;
    width: 94px;
    margin-left: 15px;
}
.reg-price-head{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding-top: 7px;
    margin-bottom: 16px;
}
.reg-list{
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}
.reg-list li{
    margin-bottom: 7px;
}
.reg-train{
    font-size: 15px;
    float: left;
    display: inline-block;
}
.reg-price{
    float: right;
    display: inline-block;
    margin-right: 7px
}
.reg-list li.last-child{
    border-bottom: solid 1px #d9d9d9;
    padding-bottom: 3px;
}
.reg-list li.last-child .reg-price{
    vertical-align: top;
    font-size: 26px;
    position: relative;
    top: -3px;
}
.reg-list li.last-child .reg-train{
    padding-top: 7px;
}
.rub{
    position: relative;
    text-transform: uppercase;
}
.rub:after{
    content: "";
    display: block;
    width: 100%;
    height: 0.09em;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0.35em;
}
.reg-wrapper .check{
    margin-left: 2px;
    padding-left: 15px;
    margin-bottom: 24px;
    display: table;
}
.reg-wrapper .check-lbl{
    padding-top: 3px;
    color: #000;
}
.check.required .check-lbl{
    color: #FF3434;
}
.check.active .check-lbl{
    color: #000;
}
.reg-wrapper .pop-sbm{
    margin-top: 7px;
}
/* Registration END */

/* Oferta Start */
.oferta-box{
    width: 693px;
}
.oferta-head{
    margin: 0 0 28px -30px;
    padding: 28px 0 24px 30px;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 26px;
    border-bottom: solid 1px #d9d9d9;
    width: 723px;
}
.scroll-pane{
    width: 100%;
    height: 410px;
    overflow-y: auto;
    overflow-x: hidden;
}
.oferta-txt{
    line-height: 23px;
    overflow: auto;
}
.oferta-box *{
    outline: none;
}
.oferta-box .jspVerticalBar{
    top: 0;
    right: 0;
    width: 6px;
}
.oferta-box .jspTrack{
    border-left: none;
    border-radius: 3px;
}
.oferta-box .jspDrag{
    background-color: #cacaca;
    width: 6px;
    left: 0;
    border-radius: 3px;
}

/* Oferta END */

.check{

    position: relative;
    cursor: pointer;
    line-height: 17px;
    cursor: pointer;
    background: url('http://kont38.ru/local/templates/br/images/checkbox.png') 0 -61px no-repeat;
}
.check.required{
    background-position: 0 0;
}
.check.active{
    background-position: 0 -122px;
}
.check input[type="checkbox"]{
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    cursor: pointer;
    opacity: 0;
    filter:alpha(opacity=0);
}
.check-lbl{
    cursor: pointer;
    display: table;
    color: #3668b2;
    font-weight: normal;
    padding-left: 23px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.check-lbl a{
    color: inherit;
}
.check-lbl a:hover{
    text-decoration: none;
}

.shedule-wrapper .shedule-item:first-child{
    /*margin-top: 40px;*/
}
.shedule-wrapper .shedule-item:last-child{
    border-bottom: none;
    margin-bottom: 40px;
}

.v-align{
    display: table;
    height: 100%;
}
.align-middle{
    display: table-cell;
    vertical-align: middle;
    padding-top: 83px;
}
.life .align-middle{
    vertical-align: initial;
    padding-top: 130px;
}
.align-middle .h1{margin-top: 0;}
.corp .v-align{height: 780px;}
.life-trainings{
    position:relative;
    min-height:296px;
}
.life .banner-txt.margin-bottom-null{
    margin-bottom:0;
}
.limiter960{
    width: 960px;
    margin: 0 auto;
}
.underhead-padding{
    padding-top: 142px;
}
.article-banner{
    position: relative;
    margin-bottom: 30px;
}
.article-banner_header{
    width: 600px;
    margin: 0 auto;
}
.article-banner_header.more-width{
    width:800px;
}
.article-banner_author{
    width: 176px;
    border-radius: 50%;
}
.article-banner_info{
    width: 364px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.article-banner_info h1{
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 26px;
}
.article-banner_profession{
    font-size: 24px;
    color: #c1c1c1;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 10px;
}
.article-banner_info a{
    color: #000;
    text-decoration:none;
}
.article-banner_place{
    margin-top: 10px;
    margin-bottom: 5px;
}
.article-arrow{
    display: table;
    position: absolute;
    top: 50%;
    margin-top: -47px;
    width: 130px;
    height: 95px;
    background-image: url('http://kont38.ru/local/templates/br/images/arrow-big.png');
    background-repeat: no-repeat;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    color: #666;
    font-weight: bold;
}
.article-arrow > span{
    display: table-cell;
    vertical-align: middle;
}
.article-arrow > span span{
    display: block;
    text-transform: none;
    font-weight: normal;
}
.article-arrow.prev{
    left: 0;
    padding-left: 50px;
    background-position: 0 0;
    text-align: left;
}
.article-arrow.prev:hover{
    background-position: 0 -190px;
}
.article-arrow.next{
    right: 0;
    padding-right: 50px;
    background-position: 100% -95px;
    text-align: right;
}
.article-arrow.next:hover{
    background-position: 100% -285px;
}
.article-body{
    width: 800px;
    margin: 0 auto;
    font-size: 16px;
    color: #666;
}
.article-body p{
    margin: 0 0 15px;
    line-height: 22px;
}
.link-source{
    text-decoration: none;
    color: #666;
}
.link-source:hover{
    color: #000;
}
.pager ul{
    margin: 60px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.pager ul li{
    font-size: 21px;
    color: #666;
    display: inline-block;
    margin: 0 20px;
}
.pager ul li.active{
    font-size: 31px;
}
.pager a{
    color: #666;
    text-decoration: none;
}
.pager a:hover{
    color: #c7d744 ;
}
.pager ul li.prev a,
.pager ul li.next a{
    display: inline-block;
    width: 12px;
    height: 22px;
    margin-bottom: -4px;
    background-image: url('http://kont38.ru/local/templates/br/images/arrow-small.png');
    background-repeat: no-repeat;
}
.pager ul li.prev a{
    background-position: 0 0;
    margin-right: 15px;
}
.pager ul li.prev a:hover{
    background-position: 0 -22px;
}
.pager ul li.next a{
    background-position: -12px 0;
    margin-left: 15px;
}
.pager ul li.next a:hover{
    background-position: -12px -22px;
}
.list-articles{
    margin: 58px auto 0 auto;
    width: 832px;
    padding: 0;
    list-style: none;
}
.list-articles li{
    margin-bottom: 39px;
}
.list-articles .img-box{
    width: 153px;
}
.list-articles .img-box img{
    width: 100%;
    display: block;
}
.list-articles .img-box.round{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
}
.list-articles .article-anons{
    width: 655px;
    font-size: 16px;
}
.list-articles .article-anons a{
    text-decoration: none;
    color: #c7d744 ;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 15px;
}
.list-articles .article-anons p{
    margin: 0;
}
.vertical-align{
    display: table-cell;
    vertical-align: middle;
}
.recall-wrapper{
    margin-left: -15px;
}
.recall-single{
    display: inline-block;
    vertical-align: top;
    width: 450px;
    margin: 60px 15px 0;
}
.recall-single img{
    width: 98px;
    border-radius: 50%;
    margin-right: 20px;
}
.recall-single .review-name,
.recall-single .review-position{
    display: table;
}
.news-limiter{
    width: 665px;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 60px;
}
.promo{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 60px;
}
.news-limiter h1{
    margin-bottom: 30px;
    line-height: normal;
}
.news-back{
    color: #c7d744 ;
    text-decoration: none;
}
.news-limiter .news-back:hover{
    color: #000;
}
.half-width{
    width: 50%;
}
.player-wrapper{
    margin-left: -96px;
    margin-bottom: 60px;
}
.player-single{
    width: 432px;
    margin-top: 60px;
    margin-left: 96px;
}
.player-single object{
    width: 100%;
    height: 265px;
}
.player-single .review-name{
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 8px;
    font-weight: bold;
}
.player-single .review-position{
    text-transform: uppercase;
    color: #888;
}
.audio-widget{
    margin-bottom: 30px;
}
.big-video{
    margin-bottom: 60px;
}
.big-video object{
    display: block;
    width: 100%;
    height: 540px;
}
.limiter960 .team-single{
    width: 185px;
}

/* touch-devices */
html.touch .sub-left{
    width: 440px;
}
html.touch .smi-article{
    width: 290px;
}
html.touch .smi-article.row{
    margin-left: 30px;
}
html.touch .list-greentick.flLeft{
    width: 47%;
    padding-left: 3%;
}
html.touch .list-greentick.flRight{
    width: 47%;
    padding-right: 3%;
}
html.touch .info-block{
    width: 45%;
}
html.touch .info-block.flLeft{
    margin-left: 3%;
}
html.touch .info-block.flRight{
    margin-right: 3%;
}
html.touch .limiter-footer{
    width: 960px;
}
html.touch .foot-phone.mail{
    margin-left: 25px;
}
html.touch .foot-social{
    margin-right: 20px;
}
html.touch .foot-phone{
    margin-left: 8px;
}
html.touch .head-phone{
    right: 222px;
}
html.touch .head-callback{
    right: 26px;
}

.reviews-picture-link{
    cursor: pointer;
}
.reviews-picture-link:hover .whom-person,
.reviews-picture-link:hover .whom-company{
    text-decoration: underline;
}

.vvc_site_button_4 >div {
    height: auto !important;
}
.annonce-info a.marg-bot-0{
    margin-bottom:0px;
}
.annonce-info span{
    font-size:14px;
    margin-bottom:10px;
    display:inline-block;
}
.preloader{
    background-image: url('http://kont38.ru/local/templates/br/images/form_preloader.GIF');
    display:none;
    height:25px;
    width:25px;
    right: -30px;
    bottom: 8px;
    position:absolute;
}

/* аЂаИаПаОаВбаЕ аБаЛаОаКаИ Start */
.limiter-880{
    width: 880px;
    margin: 0 auto;
}
.banner-date{
    color: #fff;
    font-size: 22px;
    display: block;
    margin: 50px 0;
}
.banner-header{
    font-family: 'Kievit-Medium';
    font-size: 40px;
    margin: 50px 0;
    padding: 0;
    font-weight: normal;
    color: #fff;
}
.banner-description{
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}
.banner-description p{
    margin: 0 0 50px 0;
    padding: 0;
}

/* аЂаЕаКббаОаВбаЙ аБаЛаОаК */
.text-block{
    margin: 70px auto;
    font-size: 18px;
    line-height: 25px;
    width: 880px;
}
.text-block .h2{
    font-size: 30px;
    font-weight: bold;
    font-family: 'Kievit';
    margin-bottom: 36px;
}
.text-block p{
    margin-bottom: 19px;
    padding: 0;
}
.text-block b{
    font-family: 'Kievit-Medium';
    font-weight: normal;
}
.text-block img.flLeft{
    margin-right: 30px;
}
.article-annonce img.flLeft {
    margin-top: 48px;
    width: 160px;
    float: left !important;
}
.text-block p a{
    color: #97ba02;
    font-family: 'Kievit-Medium';
    text-decoration: none;
}
.text-block p a:hover{
    text-decoration: underline;
}
.text-block p a.link-black{
    text-decoration: underline;
    color: #000;
    font-family: inherit;
}
.text-block p a.link-black:hover{
    text-decoration: none;
}

/* аЂаЕаМб ббаЕаНаИаНаГаА */
.traning-themes{
    width: 1360px;
    margin: 70px auto;
    background-color: #f1f1f1;
}
.themes{
    width: 880px;
    background-color: #f1f1f1;
}
.themes-header{
    font-size: 30px;
    margin: 0;
    padding: 65px 0 38px 0;
    text-align: center;
}
.list-theme{
    margin: 0 29px 0 0;
    padding: 0 0 0 50px;
    list-style: none;
    width: 350px;
}
.list-theme li{
    font-size: 18px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 17px;
}
.list-theme li:before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #b9d129;
    top: 7px;
    left: 0;
    position: absolute;
}
.theme-details{
    background-color: #aac12e;
    padding-top: 67px;
    width: 480px;
}
.theme-details .btn-event{
    position: static;
    font-size: 20px;
    text-align: center;
    width: 377px;
    height: 48px;
    padding: 0;
    margin: 18px auto 50px auto;
    line-height: 50px;
}
.table-theme{
    font-size: 20px;
    margin-left: 50px;
}
.table-theme td{
    vertical-align: top;
    padding-bottom: 5px;
    color: #fff;
    padding-left: 35px;
}
.table-theme td:first-child{
    color: #000;
    font-family: 'Kievit-Medium';
    padding-left: 0;
}
.table-theme tr:last-child td{
    padding-top: 30px;
}
.table-theme .price{
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
}
.table-theme .theme-format{
    font-size: 16px;
    margin-bottom: 12px;
}
.table-theme .rub:after{
    background-color: #fff;
    width: 65%;
    height: 0.07em;
}

/* аЁаПаИбаОаК б аМаАбаКаЕбаОаМ аКаАаК баЕаКаБаОаКб */
.if_u_need{
    width: 880px;
    margin: 0 auto;
    padding: 70px 0;
}
.if_u_need h2{
    margin: 0 0 37px;
    padding: 0;
    font-size: 30px;
}
.if_u_need .list-greentick{
    margin-left: 0;
    margin-top: 0;
}
.if_u_need .list-greentick li{
    margin-bottom: 16px;
}
.if_u_need .list-greennum{
    margin: -5px 0 0 0;
    padding: 0;
    list-style: none;
    width: 48%;
}
.if_u_need .list-greennum li{
    margin-bottom: 10px;
    font-size: 18px;
}
.if_u_need .list-num{
    color: #a3c225;
    font-size: 20px;
    font-family: 'Kievit-Medium';
}

/* аІаЕаЛаИ баЕаМаИаНаАбаА(ббаЕаНаИаНаГаА) */
.goals{
    margin: 70px auto;
    width: 880px;
}
.goals .h2{
    font-size: 30px;
    margin-bottom: 37px;
}
.goals .justify-content{
    margin-bottom: -50px;
}
.goal-single{
    display: inline-block;
    text-align: left;
    width: 360px;
    padding-right: 45px;
    margin-bottom: 50px;
    vertical-align: top;
}
.goal-num{
    text-transform: uppercase;
    font-size: 24px;
    color: #97ba02;
    font-weight: bold;
    margin-bottom: 8px;
}
.goal-name{
    margin: 0 0 7px 0;
    padding: 0;
    font-weight: normal;
    font-family: 'Kievit-Medium';
    font-size: 20px;
}
.goal-descr{
    font-size: 18px;
}

.steps-wrapper{
    width: 1360px;
    margin: 70px auto;
}
.steps-wrapper .h2{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Kievit';
    margin-bottom: 40px;
}
.step-element{
    display: inline-block;
    width: 400px;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    vertical-align: top;
}
.step-element img{
    display: block;
    width: 100%;
    margin-bottom: 33px;
}
.step-element .step-header{
    font-size: 23px;
    font-family: 'Kievit-Medium';
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
}
.round-num{
    display: inline-block;
    box-sizing:border-box;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 2px #a3c225;
    color: #a3c225;
    font-size: 35px;
    font-family: 'Kievit-Medium';
    text-align: center;
    line-height: 50px;
    margin-right: 20px;
}

/* а аАбаПаИбаАаНаИаЕ ббаЕаНаИаНаГаОаВ */
.traning-shedule{
    width: 880px;
    margin: 70px auto;
}
.traning-shedule .h2{
    font-weight: bold;
    font-size: 30px;
    font-family: 'Kievit';
    margin-bottom: 40px;
}
.table-shedule{
    width: 100%;
}
.table-shedule th{
    height: 58px;
    padding-top: 2px;
    background-color: #97ba02;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-left: 50px;
    text-align: left;
}
.table-shedule th:first-child{
    padding-left: 33px;
}
.table-shedule tr:nth-child(even){
    background-color: #f6f6f6;
}
.table-shedule td{
    padding-left: 50px;
    font-size: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.table-shedule td:first-child{
    padding-left: 33px;
    width: 235px;
}
.table-shedule td:last-child{
    text-align: center;
    padding-left: 0;
}
.table-shedule .shedule-date{
    font-family: 'Kievit-Medium';
}
.table-shedule .shedule-price{
    font-family: 'Kievit-Medium';
}
.table-shedule .btn-green{
    padding: 0;
    width: 156px;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
}
.table-shedule .rub:after{
    width: 75%;
}

/* ааЛб аКаОаГаО баЕбаАаЕаМ аПбаОаБаЛаЕаМб */
.problem-solve{
    width: 880px;
    margin: 0 auto;
}
.problem-solve .whom-head{
    padding-top: 64px;
    font-size: 30px;
}
.problem-solve .whom-info{
    width: 410px !important;
    padding: 0 !important;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 63px;
}

/* ааИаДаЕаО бббаЛаКаА */
.video-promo{
    margin: 60px auto;
	margin-bottom:0px;
    width: 880px;
}
.video-promo .h2{
    font-size: 30px;
    font-family: 'Kievit';
    font-weight: bold;
    margin-bottom: 40px;
}
.video-promo .video-block{
    width: 100%;
    height: 500px;
    background-position: 50% 0;
    position: relative;
}
.link-to-video{
    position: absolute;
    width: 107px;
    height: 107px;
    border-radius: 50%;
    border: solid 2px #aabc33;
    text-align: center;
    left: 50%;
    margin-left: -55px;
    top: 185px;
    box-sizing: border-box;
    -o-transition: border-width .3s;
    -ms-transition: border-width .3s;
    -moz-transition: border-width .3s;
    -webkit-transition: border-width .3s;
    transition: border-width .3s;
}
.link-to-video img{
    position: absolute;
    left: 50%;
    margin-left: -18px;
    top: 50%;
    margin-top: -25px;
}
.link-to-video:hover{
    border-width: 4px;
}
.video-name{
    text-align: center;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 140px;
    font-family: 'Kievit-Medium';
    width: 100%;
}
.video-author{
    font-family: 'Kievit-Medium';
    text-align: center;
    font-size: 24px;
    color: #a1b84a;
    position: absolute;
    bottom: 110px;
    width: 100%;
}
.video-duration{
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: 'Kievit';
    position: absolute;
    bottom: 80px;
    width: 100%;
}

/* ааОаМаАаНаДаА */
.people-wrapper{
    width: 880px;
    margin: 70px auto;
}
.people-wrapper .h2{
    font-size: 30px;
    font-family: 'Kievit';
    font-weight: bold;
    margin-bottom: 40px;
}
.people-wrapper .team-single{
    padding-left: 0;
    padding-right: 0;
    width: 250px;
}
.people-wrapper .team-single img{
    width: 100%;
    border-radius: 50%;
}
.people-wrapper .justify-content{
    margin-bottom: -30px;
}
.people-wrapper .team-person{
    font-family: 'Kievit-Medium';
    font-weight: normal;
    font-size: 24px;
    margin-top: 26px;
}
.people-wrapper .team-descr{
    font-size: 18px;
    line-height: 22px;
}

/* ааЛаОаК аЗаЕаЛбаНбаЙ, баИбаОаКаИаЙ */
.wide-green{
    width: 880px;
    margin: 0px auto;
}
.wide-green .btn-event{
    width: auto;
    padding: 0 55px;
    font-size: 20px;
    height: 48px;
    line-height: 50px;
}
.traning-price{
    text-align: center;
    font-size: 40px;
    font-family: 'Kievit-Medium';
    margin-top: 30px;
}
.traning-price .rub:after{
    width: 75%;
    background-color: #fff;
}


@media only screen and (max-width : 1430px) {
    .traning-themes{
        width: 980px;
    }
    .themes{
        width: 500px;
    }
    .steps-wrapper{
        width: 1210px;
    }
    .step-element{
        width: 370px;
    }
}
@media only screen and (max-width : 1250px) {
    .steps-wrapper{
        width: 830px;
    }
    .step-element{
        width: 260px;
    }
}
/* аЂаИаПаОаВбаЕ аБаЛаОаКаИ END */

.justify-content{
    text-align: justify;
    display: block;
}
.center-content{
    text-align: center;
}
.steps-wrapper.center-content .step-element{
    margin-right: 2%;
}
.steps-wrapper.center-content .step-element:last-child{
    margin-right: 0px;
}
.justify-content:after{
    content: " ";
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width: 100%;
    visibility: hidden;
}
.file_upload{
    position: relative;
    overflow: hidden;
}
.file_upload > .file-choose,
.file_upload > div{
    cursor: pointer
}
.file_upload .file-choose{
    display: inline-block;
    float: left;
}

.file_upload input[type=file]{
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
}
.file_upload{
    width: 100%;
}
.file_upload .file-choose{
    padding: 0px 5px 4px 0px;
}
.file_upload .file-choose img{margin-right: 10px;}
.file_upload .error-txt{
    float: left;
}
input[type=radio].css-checkbox {
    position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=radio].css-checkbox + label.css-label {
    padding-left:25px;
    height:20px;
    display:inline-block;
    line-height:20px;
    background-repeat:no-repeat;
    background-position: 0 0;
    vertical-align:middle;
    cursor:pointer;
    margin-right:20px;
    background-position: 0 -43px;
}

input[type=radio].css-checkbox:checked + label.css-label {
    background-position: 0 -87px;
}
input[type=radio].css-checkbox + label.css-label.error {
    background-position: 0 -0px;
}
label.css-label {
    background-image:url('/local/templates/br/images/radiobutton.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.stage{
    text-align:center;
    margin-bottom:34px;
}

.whom-block__bottom-back{
    height: 40%;
    width: 100%;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.25);
}
/* End */



/* Start:/local/templates/br/template_styles.css*/
@media screen and (min-width: 1430px) {
    body {
        overflow-x:hidden;
    }
    .container{
        min-width: 1225px;
    }
    .limiter{
        width: 1225px;
    }
    .limiter-footer{
        width: 1363px;
    }
    .logo-main{
        left: -31px;
    }
    .top-nav{
        left: 372px;
    }
    .head-callback{
        right: -60px;
    }
    .head-phone{
        right: 137px;
    }
    .top-nav.bot{
        left: 224px;
    }
    .sub-menu{
        /*padding-left: 63px;*/
    }
    .sub-left{
        width: 568px;
    }
    .sub-left .h5{
        margin-top: 6px;
    }
    .sub-right{
        width: 550px;
        padding-left: 17px;
    }
    .other-training{
        margin-top: 23px;
    }
    .banner-txt{
        width: 950px;
    }
    .banner-train-business{
        left: 320px;
    }
    .banner-train-life{
        right: 336px;
    }
    .info-block{
        padding-bottom: 30px;
    }
    .info-block.flLeft{
        margin-left: 0;
    }
    .info-block.flRight{
        margin-right: 0;
    }
    .foot-address{
        width: 280px;
        margin-left: 9px;
    }
    .foot-address a{
        margin-top: 9px;
    }
    .foot-phone{
        margin-left: 116px;
    }
    .foot-phone.mail{
        margin-left: 110px;
    }
    .foot-social{
        margin-right: 0;
    }
    .about-block{
        padding-left: 0;
        width: 600px;
    }
    .concept-video{
        width: 635px;
    //height: 355px;
        margin-right: 0;
        margin-top: 20px;
    }
    .btn-play{
        width: 116px;
        height: 116px;
        left: 258px;
        top: 110px;
    }
    .btn-play:hover{
        width: 120px;
        height: 120px;
        left: 256px;
        top: 108px;
    }
    .concept-bold{
        margin-left: 0;
    }
    .concept-main{
        margin-left: 0;
        width: 540px;
    }
    .smi-head{
    //padding-top: 68px;
    }
    .smi-article{
        width: 315px;
        margin-left: 116px;
    }
    .smi-article.row{
        margin-left: 0;
    }
    .list-brand img{
        -ms-transform: scale(1); /* IE 9 */
        -webkit-transform: scale(1); /* Chrome, Safari, Opera */
        transform: scale(1);
    }
    .list-brand{
        margin-top: 21px;
        margin-left: -45px;
        width: 1330px;
    }
    .h7.client-review{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .review-single{
        width: 540px;
        margin-left: 55px;
        margin-right: 0;
    }
    .training:before{
        left: 33px;
    }
    .train-head{
        left: 72px;
        top: 37px;
    }
    .list-train{
        margin-left: 53px;
    }
    .list-train.first{
        margin-right: 31px;
    }
    .list-train li{
        width: 266px;
    }
    .whom-info{
        padding-left: 0;
        width: 565px;
    }
    .whom-info.flRight{
        padding-right: 25px;
        width: 510px;
    }
    .how-head{
        padding-top: 31px;
    }
    .step-block{
        margin-top: 49px;
        margin-bottom: 55px;
    }
    .how-to.limiter .bg-f4{
        width: 1430px;
        margin-left: -102px;
    }
    .three-place{
        height: 317px;
        -o-transition: height .5s;
        -ms-transition: height .5s;
        -moz-transition: height .5s;
        -webkit-transition: height .5s;
        transition: height .5s;
    }
    .single-place{
        width: 33.333%;
        height: 317px;
        -o-transition: height .5s;
        -ms-transition: height .5s;
        -moz-transition: height .5s;
        -webkit-transition: height .5s;
        transition: height .5s;
    }
    .single-place.central:before,
    .single-place.central:after{
        height: 317px;
    }
    .book-head{
        padding-top: 55px;
        padding-bottom: 25px;
    }
    .train-soon{
        width: 590px;
    }
    .limiter-submenu{
        width: 1310px;
    }
    .concept-head{
        margin-left: 0;
    }
    .limiter-photo{
        width: 1428px;
    }
    .limiter-corporate{
        width: 1430px;
    }
    .conf-name{
        margin-top: 28px;
        font-size: 70px;
    }
    .conf-txt{
        width: 900px;
    }
    .table-conference{
        width: 1340px;
    }
    .accordion-opener{
        padding-left: 313px;
    }
    .accordion-opener:before{
        right: 270px;
    }
    .accordion-opener:after{
        right: 278px;
    }
    .panel{
        padding-left: 350px;
        padding-right: 265px;
    }
    .context-train{
        width: 1240px;
    }
    .context-train .h6{
        padding-top: 12px;
    }
    .vimeo-video{

    }
    .context-train .banner-txt{
        width: 950px;
    }
    .days-box{
        width: 980px;
        margin: 46px auto 0 auto;
        text-align: center;
    }
    .list-day{
        margin: 0 50px;
        text-align: left;
    }
    .train-format{
        margin-left: 197px;
    }
    .train-people{
        margin-right: 191px;
    }
    .trainer{
        margin-left: 30px;
        margin-right: 20px;
    }
    .close-train-box{
        padding: 30px 185px 0 185px;
    }
    .main-banner.crew{
        margin-bottom: 35px;
    }
    .shedule-menu{
        width: 1295px;
    }
    .shedule-item{
        width: 1210px;
    }
    .course-name{
        width: 700px;
    }
    .course-descr{
        width: 440px;
    }
    .about-numbers{
        font-size: 100px;
    }
    .about-numbers > div{
        font-size: 24px;
    }
    .payment-box{
        padding-left: 40px;
    }
    .banner-trainer,
    .banner-green,
    .banner-white{
        padding-left: 0px;
    }
    .mini-trainer{
        width: 190px;
    }
    .banner-green-center{
        width: 830px;
    }
    .train-info{
        width: 1090px;
    }
    .video-wrapper{
        width: 1210px;
        margin-left: 10px;
    }
    .mini-video{
        width: 540px;
        height: 280px;
    }
    .btn-watch-all{
        margin-left: 0px;
    }
    .review-single header{
        width: 420px;
    }
    .jcarousel{
        margin-left: 0;
        width: 1220px;
    }
    .jcarousel li{
        width: 1220px;
    }
    .about-side{
        width: 600px;
    }
    .smi{
        width:385px
    }
    .smi-wrapper{
        width: 1255px;
    }
    .photo-info.train{
        left: 220px;
    }
    .step-name{
        left: -40px;
    }
}

@media screen and (min-width: 1920px) {
    .container{
        min-width: 1225px;
    }
    .limiter{
        width: 1225px;
    }
    .limiter-footer{
        width: 1379px;
    }
    .logo-main{
        left: -24px;
    }
    .top-nav{
        left: 379px;
    }
    .head-callback{
        right: -313px;
    }
    .head-phone{
        right: -115px;
    }
    .top-nav.bot{
        left: 232px;
    }
    .sub-menu{
        padding-left: 310px;
    }
    .banner-txt{
        width: 950px;
    }
    .banner-train-business{
        left: 328px;
    }
    .banner-train-life{
        right: 327px;
    }
    .close-events{
        margin-left: 42px;
    }
    .event-name,
    .event-closest,
    .event-date,
    .event-subtitle,
    .btn-event{
        left: 24px;
    }
    .list-greentick{
        width: 47%;
        margin-left: 7px;
    }
    .info-block{
        padding-bottom: 30px;
    }
    .info-block.flLeft{
        margin-left: 0;
    }
    .info-block.flRight{
        margin-right: 0;
    }
    .foot-address{
        width: 280px;
        margin-left: 26px;
    }
    .foot-address a{
        margin-top: 9px;
    }
    .foot-phone{
        margin-left: 116px;
    }
    .foot-phone.mail{
        margin-left: 110px;
    }
    .foot-social{
        margin-right: 0;
    }
    .list-train{
        margin-left: 55px;
    }
    .how-to.limiter .bg-f4,
    .step-block{
        width: 1430px;
        margin-left: -85px;
    }
    .how-to.limiter .bg-f4{
        margin-left: -103px;
    }
    .step-single:before{
        background: transparent url('http://kont38.ru/local/templates/br/images/step-arrow-big.png') 0 0 no-repeat;
        width: 117px;
        height: 11px;
        right: -15px;
    }
    .limit-txt{
        width: 525px;
    }
    .limiter-submenu{
        width: 1586px;
    }
    .shedule-info{
        width: 880px;
    }
    .payment-box{
        padding-left: 80px;
    }
    .payment{
        margin-left: 30px;
        margin-right: 30px;
    }
    .about-side{
        width: 600px;
    }
    .smi{
        width:385px
    }
    .smi-wrapper{
        width: 1255px;
    }
    .step-name{
        left: -50px;
    }

}

@media screen and (min-width: 1508px) {
    .training-blocks{
        left: 50%;
        margin-left: -754px;
    }
}

@media screen and (min-width: 1441px) {
    .three-place{
        left: 50%;
        margin-left: -715px;
    }
}
.train-first {
    width:40%;
}
.train-second {
    width:30%;
}
.train-third {
    width:30%;
}
@media only screen and (max-width: 1440px) {
    .back-fix .h1 {
        margin:0 auto;
        margin-top: 203px;
        margin-bottom: 45px;
        width:50%;
        line-height: 1.2;
    }
}
@media only screen and (max-width: 1280px) {
    .main-banner.choose {
        background-position: 90% 0;
    }
}
/* End */
/* /local/templates/br/css/normalize.css */
/* /local/templates/br/css/jquery.fancybox.css */
/* /local/templates/br/components/bitrix/menu/primary_top/style.css */
/* /local/templates/br/styles.css */
/* /local/templates/br/template_styles.css */
